/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*Main page*/
img { max-width: 100% }

/* BASKET BURMASH START */
.download-order {
    text-align: center;
    max-width: 40%;
    margin-bottom: 20px;
    position: relative;
    left: 60%;
    height: 50px;
}

.product__delete:after {
    content: '\2716';
}

.product__title.set {
    flex: 3.5;
}

@media (max-width: 770px) {
    .product__title.set {
        flex: 2;
    }
}

.form__buy {
    display: none;
}

.form__buy.active {
    display: block;
}

/* BASKET BURMASH END */

/*FORM BUY START*/
.feedback__new {
    height: auto;
}

.message_order {
    display: none;
    width: 100%;
    min-height: 40px;
    margin-top: -20px;
    margin-bottom: 20px;
    line-height: 40px;
    border: 1px solid darkgray;
    border-radius: 10px;
}

.error_message {
    color: black;
    background-color: #fd9797;
}

.error_message.active {
    display: block;
}

.success_message {
    color: black;
    background-color: #96ff96;
}

.success_message.active {
    display: block;
}

/*FORM BUY END*/

.drag-block.container {
    border: none;
    margin-top: 0;
}

.catalog__small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    background: #f5f5f5;
    overflow: hidden;
}

.catalog__card {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23%;
    height: 310px;
    transition: all 0.7s;
}

.catalog__card:nth-child(4n) {
    margin-right: 0;
}

.card__image {
    width: 100%;
    height: 250px;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.card__image img {
    transition: all 0.5s;
}

.card__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #f9f9f9;
}

.card__title h4 {
    margin: 0;
    font-size: 19px;
    font-weight: bold;
}

.catalog__card:hover .card__title {
    background: #eb5e20;
}

.catalog__card:hover .card__title h4 {
    color: #ffffff;
}

.catalog__card:hover {
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
}

.catalog__card:hover .card__image img {
    transform: scale(1.1);
}

.catalog__card:hover .card__image {
    background: #f9f9f9;
}

@media (max-width: 1150px) {
	.card__image img {
		width:90%;
		height:auto;
	}
}

.benefit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 39px 5px 32px 32px;
    background: #f9f9f9;
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin-right: 20px;
}

.benefit__image {
    margin-right: 20px;
}

.benefit__description h4 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.projects__wrapper {
    margin-bottom: 58px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.projects__wrapper-narrow {
    padding: 0 100px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.shipment__map {
    margin-left: 20px;
}

.shipment__header {
    margin: 0;
    margin-bottom: 61px;
    padding: 0;
    font-size: 26px;
    line-height: 26px;
}

.shipment__clients {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.clients__number {
    font-weight: 900;
    font-size: 115.8px;
    line-height: 96px;
    color: #eb5e21;
}

.clients__phrase p {
    margin: 0;
    margin-left: 25px;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #eb5e21;
}

.clients__phrase p:last-child {
    color: #555555;
}

.map img {
    height: 100%;
    width: 100%;
}

/*Manager card*/

.manager {
    border-radius: 20px;
    background: rgb(228, 76, 11, 1);
    background-image: url('/images/main-page/manager-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 40px 102px;
}

.manager__data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.manager-photo img {
    width: 100%;
    height: 100%;
}

.manager__description {
    color: #ffffff;
}

.manager__description p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    text-shadow: 1px 1px 3px black;
}

.manager__description p:last-child {
    margin-top: 5px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 900;
}

.manager__title {
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 3px black;
}

.form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form.question form {
    margin: auto;
}

.form__item input,
.form__item button {
    width: 100%;
    padding: 18px 19px 8px;
    -webkit-appearance: none;
    background: #ffffff;
    border-radius: 5px;
    outline: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    color: #4e6b88;
}

.form__item:first-child {
    width: 40%;
}

.form__item:nth-child(2) {
    width: 18%;
}

.form__item:last-child {
    width: 33%;
}

.form__item button {
    background: linear-gradient(180deg, #eb5e21 0%, #f9f9f9 0.01%, #d3d3d3 100%);
    padding: 13px;
    width: 100%;
    border: none;
    font-size: 22px;
    line-height: 25px;
    color: #eb5e21;
    font-weight: 900;
    transition: all 0.2s;
}

.form__item button:hover {
    transform: scale(1.05);
    box-shadow: 0px 27.3048px 27.3048px -14.8935px rgba(48, 19, 7, 0.42);
}

.button__arrow {
    vertical-align: middle;
    text-align: center;
    height: 13px;
    width: 14px;
}

/*Footer*/

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #ffffff;
}

.footer__contacts {
    padding-bottom: 39px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.address__text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.contacts__image {
    margin-right: 10px;
}

.contacts__address,
.contacts__tel,
.contacts__mail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 30px;
	margin-bottom:10px;
}

.contacts__mail {
    margin-right: 0;
}

.address__text span {
    font-weight: 400;
}

.tel__items a,
.mail__item {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.tel__items a:hover,
.mail__item:hover {
    color: #eb5e20;
}

.footer__social {
    padding-bottom: 39px;
}

.social__item {
    margin-right: 25px;
}

.social__item img {
    transition: all 0.3s;
}

.social__item:last-child {
    margin-right: 0;
}

.social__item img:hover {
    transform: scale(1.1);
}

.footer__bottom {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__copyright,
.footer__info {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

.footer__info {
    font-weight: 700;
}

.bottom__text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/*About company page*/

.about {
    margin-left: 30px;
}

.about__header {
    font-size: 26px;
    margin: 0;
    margin-bottom: 50px;
}

.bottom__text img {
    margin-top: 5px;
    margin-right: 15px;
}

.slider {
    position: relative;
}

.main__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slider__image {
    width: 100%;
    height: 100%;
}

.slick-arrow {
    font-size: 0;
    border-radius: 50%;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    position: absolute;
    border: none;
    z-index: 22;
    transition: all 0.3s;
}

.slick-arrow:hover,
.slick-arrow:active {
    background: #eb5e21;
}

.slick-arrow:hover {
    transform: scale(1.1);
}

.slick-next {
    right: -20px;
}

.slick-next::before,
.slick-prev::before {
    display: inline-block;
    position: absolute;
    z-index: 23;
    content: '';
    left: 15px;
    top: 10px;
    background-image: url('../../../../images/company/slick-arrow.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
}

.slick-prev::before {
    transform: rotate(180deg);
}

.slick-prev {
    left: -20px;
}

.my-dots {
    position: absolute;
    bottom: -54px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.my-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    cursor: pointer;
    background: #c4c4c4;
    border-radius: 50%;
}

.my-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.my-dots li button:hover,
.my-dots li button:focus {
    outline: none;
}

.my-dots li button:hover:before,
.my-dots li button:focus:before {
    opacity: 1;
}

.my-dots li button:before {
    position: absolute;
}

li::before {
    display: none;
}

.my-dots li.slick-active button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #eb5e21;
    content: '';
    border-radius: 50%;
}

/*Feedback page*/

.feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.feedback__new {
    display: block;
    padding: 25px 22px;
    width: 48%;
    height: 235px;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.feedback__new form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button {
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    padding: 3px 58px;
    background: #eb5e21;
    border: 1px solid #eb5e21;
    color: #ffffff;
    border-radius: 4px;
    transition: all 0.3s;
}

.new__button {
    align-self: flex-end;
}

.button:hover {
    border: 1px solid #e45011;
    background-color: #e67b4d;
    color: #ffffff;
}

.new__field {
    margin-bottom: 15px;
    width: 100%;
    border: none;
    overflow: auto;
}

.feedback__item {
    display: inline-block;
    margin-bottom: 60px;
    padding: 21px 31px;
    width: 48%;
    background: #f9f9f9;
    border-radius: 20px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    transition: all 0.7s;
}

/*
.feedback__item:nth-child(odd) {
    margin-top: -130px;
}
*/

.feedback__item:hover {
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
}

.feedback__logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    top: -25px;
    height: 80px;
    border: 5px solid #f9f9f9;
    border-radius: 20px;
    width: 30%;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.feedback__title {
    margin-left: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.feedback__button {
    margin-left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    padding: 3px 58px;
    background: #ffffff;
    border: 1px solid #eb5e21;
    color: #eb5e21;
    border-radius: 4px;
    transition: all 0.3s;
}

.feedback__button:hover {
    background: #db5f2a;
    border: 1px solid #db5f2a;
    color: #ffffff;
}

.feedback__show {
    margin-top: 60px;
    display: block;
    text-align: center;
}

.show__more {
    padding: 0;
    padding-bottom: 5px;
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #eb5e21;
    border-bottom: 1px solid #eb5e21;
}

.show__more:hover {
    padding-bottom: 4px;
    border-bottom: 2px solid #db5f2a;
    color: #db5f2a;
}

/*Projects*/

.projects {
    margin-bottom: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.projects__card {
    margin-bottom: 30px;
    margin-right: 5%;
    position: relative;
    transition: all 0.7s;
}

.projects__card:nth-child(3n) {
    margin-right: 0;
}

.projects__card:hover {
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
}

.projects__image {
    width: 100%;
}

.projects__title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #f9f9f9;
}

.projects__title h4 {
    font-weight: 900;
}

.projects__description {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

.projects__card:hover .projects__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 18px 19px;
}

.description__title h4 {
    margin-top: 0;
}

.description__button {
    align-self: center;
}

/*Payment & delivery page*/

.payment-delivery {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.payment-delivery__item {
    width: 49%;
    padding: 30px 21px;
    background: #f9f9f9;
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.payment-delivery__logo {
    margin-bottom: 40px;
}

.payment-delivery__title h4 {
    margin: 0;
    margin-bottom: 30px;
}

.payment-delivery__description {
    margin: 0;
}

/*Contacts page*/

.contacts-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 60px !important;
}

.contacts__item {
    display: flex;
    align-items: flex-start;
}

.contacts__emails {
	overflow:hidden;
}
.contacts__emails p {
}

.contacts__logo {
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #eb5e21;
    border-radius: 50%;
	padding:10px;
}
.contacts__logo::after {
	content:"";
	display:block;
	width:50px;
	height:2px;
	background-color: transparent;
}
.contacts__logo svg {
	display:none;
}

.contacts-info__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    color: #555555;
	margin-bottom:3px;
}
.contacts__emails label {
	display:inline-block;
	width:170px;
	margin:0;
}

.contacts__item a {
    /*font-size: 18px;*/
    line-height: 25px;
    color: #555555;
    text-decoration: none;
    transition: all 0.3s;
}

.contacts-info__text[href]:hover {
    color: #db5f2a;
}

.contacts-map {
    margin-right: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.contacts-form {
    width: 100%;
    padding: 10px 56px 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgba(158, 55, 19, 1);
    background-image: url('/images/main-page/manager-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts-form__header {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
}

.contacts-form__text {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

.contacts-form__button {
    background: linear-gradient(180deg, #eb5e21 0%, #f9f9f9 0.01%, #d3d3d3 100%);
    border-radius: 5px;
    width: 70%;
    padding: 13px;
    border: none;
    font-size: 22px;
    line-height: 25px;
    color: #eb5e21;
    font-weight: 900;
    transition: all 0.3s;
}

.contacts-form__button:hover {
    transform: scale(1.05);
}

.contacts-form__button:active {
    color: #913007;
}

.contacts-form__field {
    padding: 12px 14px;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.contacts-form__field:last-of-type {
    margin-bottom: 35px;
}

.contacts-main__social {
    margin-top: 54px;
}

.contacts-main__social a {
    margin-right: 47px;
}

.contacts-main__social a img {
    transition: all 0.3s;
}

.contacts-main__social a img:hover {
    transform: scale(1.05);
}

.contacts-main__social h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    margin-bottom: 26px;
    color: #555555;
}

/*Blog*/

.blog {
    margin-bottom: 60px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.blog-card {
    width: 32%;
    margin-bottom: 30px;
    transition: all 0.7s;
}

.blog-card:hover {
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
}

.blog-card__image {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

.blog-card__image img {
    width: 100%;
}

.blog-card__description {
    text-align: left;
    padding: 27px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.blog-card__description h4 {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/*Catalog*/

.display {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.display__type {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eb5e20;
}

.display span,
.display__type:first-of-type {
    margin-right: 10px;
}

.catalog-filter-item {
    width: 95%;
}

.catalog-filter-item__visible {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    background: #eb5e21;
    border-radius: 4px;
    cursor: pointer;
}

.catalog-filter-item__header {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}

.catalog-filter-item__arrow {
    display: inline-block;
    background-image: url('/images/catalog/catalog-filter-arrow.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    transition: all 0.5s;
}

.catalog-filter-item:hover .catalog-filter-item__arrow {
    transform: rotate(90deg) scale(1.1);
}

.catalog-filter-item__links {
    padding: 14px 12px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #f5f5f5;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-filter-item__links a {
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    transition: all 0.3s;
}

.catalog-filter-item__links a:hover {
    color: #eb5e20;
}

.link__arrow {
    display: inline-block;
    margin-right: 10px;
    background-image: url('/images/catalog/catalog-filter-hidden-arrow.svg');
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
}

.catalog-filter-item:hover .catalog-filter-item__links {
    display: flex;
}

.catalog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 100px;
}

.catalog-card {
    cursor: pointer;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background: #f5f5f5;
    border-radius: 20px;
    transition: all 0.7s;
}

.catalog-card:hover {
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
}

.catalog-card__info {
    width: 100%;
}

.catalog-card__image img {
    height: 100%;
}

.catalog-card__info {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.info__top {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog-card__title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.catalog-card__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #eb5e21;
    /* white-space: nowrap; */
}

.info__bottom {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.catalog-card__counter {
    margin-right: 12px;
    width: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    background: #d4d4d4;
    border-radius: 4px;
    overflow: hidden;
}

.counter__plus,
.counter__minus {
    width: 30%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #828282;
    text-align: center;
    background: #d4d4d4;
    border: none;
}

.counter__plus:hover,
.counter__minus:hover {
    background-color: #6b6b6b0e;
}

.counter__input {
    padding: 0;
    width: 40%;
    text-align: center;
    background: #d4d4d4;
    border: none;
    color: #000000;
    font-weight: 700;
}

.catalog-card__cart {
    padding: 5px 10px;
    align-self: flex-end;
    border: none;
    white-space: nowrap;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #eb5e21;
    border-radius: 4px;
    transition: all 0.5s;
}

.catalog-card__cart:hover {
    background-color: #e67b4d;
}

/*Catalog-square-cards*/

.catalog-square {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.catalog-card-square {
    overflow: visible;
    margin-bottom: 30px;
    position: relative;
    margin-right: 7px;
    transition: all 0.5s;
}

.catalog-card-square__image {
    width: 100%;
}

.catalog-card-square__image img {
    width: 100%;
}

.catalog-card-square__info {
    padding: 10px 15px;
}

.catalog-card-square__hidden {
    overflow: hidden;
    padding: 10px 10px 20px;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: unset;
    display: none;
    position: absolute;
    bottom: -65px;
    justify-content: center;
    margin-bottom: 10px;
    z-index: 3;
    background-color: #f5f5f5;
}

.catalog-card-square:hover .catalog-card-square__hidden {
    display: flex;
}

.catalog-card-square:hover {
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*Catalog-element*/

.catalog-element {
    margin-bottom: 56px;
}

.catalog-element-kit {
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 29px 22px;
    position: relative;
    margin-bottom: 58px;
}

/*Когда нажат крестик на карточке товара в наборе, она становится неактивной,
.delete нужно накинуть на .catalog-element-kit__item при нажатии на крестик*/
.delete {
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.catalog-element__header {
    font-size: 26px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    margin-bottom: 30px;
}

.catalog-element {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.catalog-element-slider {
    width: 68%;
    display: flex;
    flex-direction: column;
}

.catalog-element__slider-big {
    height: 350px;
    margin-bottom: 56px;
    border: 0.5px solid #c4c4c4;
    overflow: hidden;
    border-radius: 20px;
}

.catalog-element__slider-small {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0.5px solid #c4c4c4;
    overflow: hidden;
    border-radius: 20px;
}

.slider__item-small {
    border-right: 0.5px solid #c4c4c4;
}

.slider__item-small:last-child {
    border: none;
}

.slider__image {
    width: 100%;
}

.is-active {
    display: block;
}

.catalog-element-info {
    width: 29%;
}

.catalog-element-info__details {
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details__item {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 3px 10px;
    cursor: pointer;
}

.details__item span {
    margin-right: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #828282;
}

.catalog-element-info__price {
    margin-bottom: 10px;
}

.catalog-element-info__amount {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
}

.catalog-element-info__half {
    width: 50%;
}

.catalog-element-info__call {
    padding: 3px 0;
    display: block;
    width: 100%;
    border: 1px solid #eb5e21;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #eb5e21;
    background-color: transparent;
}

.catalog-element-info__call:hover {
    border: 1px solid #c2410a;
    color: #c2410a;
}

.catalog-element-info__title {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.catalog-element-kit__helper {
    position: relative;
}

.catalog-element-kit__header {
    font-size: 26px;
    line-height: 20px;
}

.catalog-element-kit__item {
    cursor: auto;
    padding: 18px 17px 20px;
    background: #ffffff;
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    position: relative;
}

.catalog-element-kit__item:last-of-type {
    margin-bottom: 40px;
}

.catalog-element-kit__title {
    align-self: flex-start;
    margin-right: 28px;
}

.catalog-element-kit__image {
    margin-right: 30px;
}

.catalog-element-kit__info {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.catalog-element-kit__top {
    align-items: center;
    height: 30%;
}

.catalog-element-kit__counter {
    margin-right: 24px;
    align-self: auto;
}

.catalog-element-kit__price {
    white-space: nowrap;
    margin-right: 30px;
}

.catalog-element-kit__cancel {
    position: absolute;
    right: 20px;
    top: 15px;
    align-self: flex-start;
    cursor: pointer;
    width: 5px;
    height: 17px;
    transform: rotate(45deg);
    background-color: #c4c4c4;
}

.catalog-element-kit__cancel::before {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 5px;
    height: 17px;
    transform: rotate(-90deg);
    background-color: #c4c4c4;
}

.catalog-element-kit__bottom {
    height: 70%;
    align-items: flex-end;
}

.catalog-element-kit__update-button {
    padding: 10px 24px;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 33;
}

.catalog-element-kit__item.delete ~ .catalog-element-kit__update-button {
    display: flex;
}

.catalog-element-kit__update-button svg {
    margin-right: 8px;
}

.catalog-element-kit__button {
    white-space: nowrap;
    position: absolute;
    padding: 10px 100px;
    border: 0;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    background: linear-gradient(180deg, #eb5e21 0%, #b64311 100%);
    border-radius: 4px;
    transition: all 0.3s;
}

.catalog-element-kit__button:hover {
    background: linear-gradient(180deg, #b64311 0%, #9b3306 100%);
}

.catalog-element-specifications__menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f5f5f5;
    border-radius: 4px;
    height: 44px;
}

.catalog-element-specifications__menu li {
    height: 100%;
    margin-bottom: 0;
    padding: 0 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 44px;
    color: #000000;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}

.catalog-element-specifications__menu .menu__item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #6d6d6d;
}

.catalog-element-specifications__menu .menu__item.menu-active {
    background: #6d6d6d;
    border-radius: 4px;
    color: #ffffff;
}

/*Cart*/

.cart {
    border: 0.5px solid #c4c4c4;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 31px;
}

.cart-header {
    padding: 11px 0 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #f9f9f9;
    overflow: hidden;
    border-bottom: 0.5px solid #c4c4c4;
}

.cart-header__item span {
    font-size: 12px;
    line-height: 24px;
    color: #c4c4c4;
}

.cart-header__item:first-child {
    flex: 5;
    text-align: center;
}

.cart-header__item:not(:first-child) {
    flex: 1;
}

.cart-header__item:last-child {
    flex: 1.5;
    display: block;
}

.cart__product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 16px 15px;
    border-bottom: 0.5px solid #c4c4c4;
    position: relative;
}

.cart__product:last-child {
    border: none;
}

.product__price,
.product__amount {
    flex: 1;
}

.product__title {
    flex: 5;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.product__title img {
    margin-right: 18px;
}

.title__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.product__total {
    flex: 1.4;
}

.product__delete {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.product__delete:hover {
    transform: scale(1.1);
}

.cart__total {
    text-align: right;
    margin-bottom: 47px;
}

.cart__total span {
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #eb5e21;
}

.cart__total span:first-child {
    margin-right: 10px;
}

.cart__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

.button__back-shopping {
    padding: 10px 0;
    border: 1px solid #eb5e21;
    border-radius: 4px;
    width: 315px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #eb5e21;
}

.button__back-shopping:hover {
    color: #c2410a;
    border-color: #c2410a;
}

.button__order {
    justify-self: end;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    border-radius: 4px;
    width: 315px;
    background: linear-gradient(180deg, #eb5e21 0%, #b64311 100%);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}

.button__order:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #b64311 0%, #9b3306 100%);
}

.cart-buttons__right {
    display: flex;
}

.cart__download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.button__download {
    margin-left: 7px;
    color: #000000;
    margin-right: 48px;
    font-weight: 700;
    font-size: 18px;
}

.cart-form {
    padding: 34px 28% 43px;
    background: #f5f5f5;
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cart-form__header {
    font-size: 26px;
    margin: 0;
    margin-bottom: 17px;
}

.cart-form__text {
    margin-bottom: 35px;
    font-size: 15px;
}

.cart-form__fields {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.cart-form__field {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 15px 15px 7px;
}

.cart-form__field:first-child {
    margin-right: 30px;
    flex: 2;
}

.cart-form__field:last-child {
    flex: 1;
}

.cart-form__button {
    border: none;
    margin-bottom: 44px;
}

.cart-form__cancel {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding-left: 0;
}

.checkbox__input {
    display: none;
}

.checkbox__agreement {
    font-size: 12px;
    line-height: 16px;
    color: #555555;
}

.checkbox__fake {
    margin-right: 10px;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #c4c4c4;
    background: #f5f5f5;
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.checkbox__fake:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 8px;
    background-image: url('/images/cart/cart-form__checkbox.svg');
    background-position: center;
    opacity: 0;
    transition: opacity 0.2s;
}

.checkbox__input:checked + .checkbox__fake::before {
    opacity: 1;
}

.page-title {
    margin-bottom: 25px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
	line-height:normal;
}

.page-title h2 {
    display: inline-block;
    line-height: normal;
    margin: 0;
}
.page-title h2 span {
	display:inline-block;
	line-height:normal;
	margin:0 !important;
	padding:0 !important;
}

@media (max-width: 770px) {
	.page-title h2 span {
		display:block;
	}
}

@media (max-width: 576px) {
	.page-title.page-title-twin h2 {
		font-size:24px;
	}
}

.page-title span {
    line-height: 20px;
    display: inline-block;
}

.page-title span:first-of-type {
    margin-left: 10px;
    margin-right: 3px;
}

.main-menu__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu__wrapper:first-child .table-menu {
    width: 70%;
}

.main-menu__wrapper:first-child table tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-menu__cart {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.cart-filter {
    width: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 22px 11px;
    background: #eb5e21;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
}

.cart-filter-list:last-of-type {
    padding-top: 10px;
    border: none;
}

.cart-filter__header {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    margin-right: 5px;
    white-space: nowrap;
}

span.h4		{
    margin-top:-15px;
    font-weight: 700;
    font-size: 16px;
}

span.h41	{ 	
    color: #111;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

div.hh4	{
    font-size: 1.33em;
    line-height: 20px;
    margin: 30px 0 25px;
    letter-spacing: normal;

}

#headerfixed .main-menu__cart {
    display: none;
}

@media (max-width: 1150px) {
    .cart-filter__header span {
        display: none;
    }

    .cart-filter {
        width: auto;
    }

}

.cart-filter__arrow {
    position: relative;
    top: 2px;
    background-image: url('/images/catalog/catalog-filter-arrow.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    transition: all 0.5s;
    transform: rotate(90deg);
}

.cart-filter:hover .cart-filter__arrow {
    transform: scale(1.1);
    transform: rotate(90deg);
}

.cart-button {
    padding: 20px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/images/cart/cart-button.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 1px solid rgba(122, 122, 122, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.5s;
}

.cart-button:hover {
    background-size: 45%;
}

.cart-filter__dropdown {
    width: 100%;
    padding: 24px 20px;
    position: absolute;
    top: 43px;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 20px 44px -12px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.cart-filter:hover .cart-filter__dropdown {
    display: flex;
}

.cart-filter-list {
    width: 100%;
    margin: 0;
    padding-bottom: 27px;
    border-bottom: 1px solid #c4c4c4;
}

.cart-filter-list__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cart-filter-list__title h4 {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    color: #222222;
}

.cart-filter-list__item {
    padding: 0;
    margin: 0;
}

.cart-filter-list__checkbox {
    margin: 0;
}

.cart-filter-button {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .projects__wrapper-narrow {
        padding: 0 25px;
    }

    .footer__social {
        padding-bottom: 39px;
    }

    .social__item {
        margin-right: 15px;
    }

    .feedback__item:nth-child(odd) {
        margin-top: -180px;
    }

    .projects__card:nth-child(3n) {
        margin-right: 5%;
    }

    .contacts-form {
        padding: 10px 26px 34px;
    }

    .contacts-form__header {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .contacts-form__text {
        line-height: 20px;
    }
}

@media (max-width: 991.98px) {
    .projects__item {
        margin-bottom: 20px;
    }

    .feedback__item:nth-child(odd) {
        margin-top: -240px;
    }

    .benefit {
        width: 100%;
        margin-bottom: 20px;
    }

    .manager__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .manager-photo img {
        width: 100%;
        height: 100%;
    }

    .manager__description p:last-child {
        font-size: 24px;
        line-height: 28px;
    }

    .form__item:last-child button {
        font-size: 16px;
        line-height: 18px;
        padding: 17px 5px;
    }

    .manager {
        padding: 20px 60px;
    }

    .footer__contacts {
        padding-bottom: 39px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contacts__address,
    .contacts__tel,
    .contacts__mail {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 10px;
    }

    .contacts__address {
        width: 33%;
    }

    .footer__top {
        justify-content: flex-start;
        align-items: center;
        border-bottom: 0.5px solid #ffffff;
    }

    .contacts__social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social__item {
        margin-right: 15px;
    }

    .social__item:last-child {
        margin-bottom: 0;
    }

    .feedback__logo {
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .feedback__title {
        margin-top: 30px;
    }

    .projects__card:nth-child(even) {
        margin-right: 0;
    }

    .contacts__item {
        width: 50%;
        justify-content: flex-start;
    }

    .blog-card {
        width: 48%;
    }

    .catalog-card__title {
        font-weight: 14px;
        line-height: 18px;
    }

    .catalog-element {
        margin-bottom: 0;
    }

    .catalog-element-info__details {
        flex-direction: column;
        align-items: flex-start;
    }

    .details__item {
        margin-bottom: 5px;
    }

    .catalog-element-kit__top {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .catalog-element-kit__title {
        align-self: flex-start;
        margin-right: 14px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .catalog-element-kit__counter {
        margin-right: 14px;
        align-self: auto;
    }

    .catalog-element-kit__price {
        font-size: 22px;
        margin-right: 10px;
    }

    .button__download {
        margin-right: 10px;
    }

    .button__back-shopping {
        margin-right: 15px;
    }

    .cart-form {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 767.98px) {
    .shipment__map {
        margin-left: 0;
    }

    .shipment__clients {
        flex-direction: column;
    }

    .clients__phrase {
        margin-top: 20px;
        text-align: center;
    }

    .manager__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .manager-photo img {
        width: 90%;
        height: 90%;
    }

    .manager__description p:last-child {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .form__item:first-child,
    .form__item:nth-child(2),
    .form__item:last-child {
        width: 33%;
    }

    .form__item:last-child button {
        padding: 8px 4px;
    }

    .manager {
        padding: 20px 60px;
    }

    .catalog__card {
        width: 48%;
        margin-bottom: 10px;
    }

    .catalog__card:nth-child(2n) {
        margin-right: 0;
    }

    .footer__contacts {
        padding-bottom: 19px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contacts__address,
    .contacts__tel,
    .contacts__mail {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .contacts__address {
        width: 100%;
    }

    .footer__top {
        justify-content: space-between;
    }

    .contacts__social {
        flex-direction: column;
    }

    .social__item {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .social__item:last-child {
        margin-bottom: 0;
    }

    .feedback {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .feedback__new {
        padding: 20px 16px;
        width: 100%;
    }

    .feedback__item {
        padding: 18px 22px;
        width: 100%;
    }

    .feedback__item:nth-child(odd) {
        margin-top: 0px;
    }

    .feedback__logo {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: none;
        top: -35px;
    }

    .feedback__logo img {
        width: 100%;
    }

    .projects__card {
        margin-right: 0;
    }

    .payment-delivery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .payment-delivery__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .projects__card:nth-child(3n) {
        margin-right: 0;
    }

    .contacts-map {
        margin-right: 0;
    }

    .catalog-filter-item {
        width: 100%;
    }

    .catalog-filter-item:last-child {
        margin-bottom: 30px;
    }

    .contacts-info {
        flex-direction: column;
    }

    .contacts__item {
        width: 100%;
        margin-bottom: 15px;
    }

    .catalog-card {
        flex-direction: column;
    }

    .catalog-card__image {
        text-align: center;
    }

    .catalog-card__image img {
        width: 100%;
    }

    .catalog-card__info {
        padding: 20px 10px;
    }

    .catalog-card__title {
        margin-right: 20px;
    }

    .info__top {
        margin-bottom: 20px;
    }

    .info__bottom {
        justify-content: center;
    }

    .catalog-card__counter {
        width: 50%;
    }

    .catalog-card__cart {
        width: 50%;
    }

    .catalog-card-square {
        width: 100%;
    }

    .catalog-element-kit {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .catalog-element-kit__helper {
        width: 48%;
    }

    .catalog-element-kit__top {
        justify-content: space-between;
    }

    .catalog-element-kit__info {
        padding-bottom: 0;
    }

    .catalog-element-kit__title {
        align-self: flex-start;
        margin-right: 0;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .catalog-element-kit__counter {
        margin-right: 0;
    }

    .catalog-element-kit__price {
        margin-right: 0;
    }

    .catalog-element {
        flex-direction: column;
        align-items: center;
    }

    .catalog-element-slider {
        width: 100%;
    }

    .catalog-element__slider-big {
        margin-bottom: 20px;
        height: auto;
    }

    .catalog-element-info {
        margin-top: 20px;
        width: 100%;
    }

    .catalog-element-info__details {
        flex-direction: row;
        justify-content: start;
    }

    .details__item {
        margin-right: 10px;
    }

    .catalog-element-info__title {
        margin-bottom: 15px;
    }

    .cart-header__item:first-child {
        flex: 2;
        text-align: center;
    }

    .cart-header__item:not(:first-child) {
        flex: 1;
    }

    .cart-header__item:nth-child(3) {
        flex: 1.5;
    }

    .cart-header__item:last-child {
        flex: 1;
        display: block;
    }

    .product__title img {
        display: none;
    }

    .product__title {
        flex: 2;
    }

    .product__total {
        flex: 1;
    }

    .product__amount {
        flex: 1.5;
    }

    .product__amount-counter {
        width: 90%;
    }

    .cart__product {
        padding: 8px;
    }

    .title__name,
    .product__price span,
    .product__total span {
        font-size: 14px;
        line-height: 18px;
    }

    .product__delete {
        right: -2px;
    }

    .button__order,
    .button__back-shopping {
        width: 215px;
    }

    .cart-form__fields {
        flex-direction: column;
    }

    .cart-form__field:first-child {
        flex: 1;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cart-form {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 575.98px) {
    .manager__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .manager-photo img {
        width: 90%;
        height: 90%;
    }

    .manager__description p:last-child {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .form {
        flex-wrap: wrap;
    }

    .form__item:first-child,
    .form__item:nth-child(2),
    .form__item:last-child {
        width: 100%;
        margin-bottom: 10px;
    }

    .form__item:last-child button {
        padding: 8px 4px;
    }

    .manager {
        padding: 20px 30px;
    }

    .manager__data {
        flex-direction: column;
        justify-content: center;
    }

    .blog-card {
        width: 100%;
    }

    .catalog-element-kit__helper {
        width: 100%;
    }

    .cart__actions,
    .cart-buttons__right {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }

    .cart__download {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .button__back-shopping,
    .button__order {
        width: 100%;
    }

    .projects__wrapper-narrow {
        padding: 0;
    }
}
form .captcha-row .form-group.animated-labels label:not(.error), form .row div .form-group.animated-labels label:not(.error) {
background:initial;
}

@media (max-width: 576px) {
	.contacts-form label[for="CONT_captcha_word"]{
		color:#fff;
	}
	.contacts-form .contacts-form__header {
		padding-top:20px;
	}
	.footer__bottom {display:initial;}
}

.catalog.detail .bottom-wrapper-inner .footer-button {max-width:initial;width:100%;}
.catalog.detail .head.wti .buy_block {max-width:407px;}
.catalog.detail .head.wti .order.basketTrue .btn {max-width:397px;}
.blog:after {content: "";width: 32%;}
.morelink {float: left;margin-right: 10px;border: 1px solid #e65100;border-radius: 15px;padding: 0 8px;font-weight: bold;font-size: 16px;}
#morepopup {position: absolute;background: white;z-index: 10;border: 1px solid red;padding: 10px;margin-top: -110px;}
#morepopup p {margin-bottom:0;}
.statuslabel {top: 5px;position: relative;float:left;}
.statussingle {top:-10px;}

.button_sections {
	position:relative;
	clear:both;
}
.button_sections .tag-slider a {
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    background: #eb5e21;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 16px;
    height: 40px;
    font-size: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_sections .tag-slider li {
    list-style: none;
    float: left;
    padding-left: 0 !important;
    height: 40px;
}
.button_sections .slick-prev {
	display: block;
    top: 49px;
    left: initial;
    right: 53px;
}
.button_sections .slick-next {
	right:6px;
}
.closeBtn, .openBtn {
	margin:auto;
    display: block;
    border: none;
    background: none;
    cursor: pointer;
    border-bottom: 1px dotted;
}
table.offices {width:100%;}
tr.office {
	border: 1px solid #f2f2f2;
	transition: box-shadow .3s ease;
}
tr.office .office_image {width:17%;}
tr.office:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
tr.office td{padding:10px;vertical-align:top;}
tr.office .office_contacts {min-height:80px;}
tr.office .office_phones {width:200px;}
tr.office .office_pays {width:33%;}
tr.office .office_address {font-weight:bold;}
tr.office .office_contacts>div {margin-bottom:5px;}

.cookie {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 20;
    padding: 20px;
    background: #fff;    
    width: 400px;
    max-width: calc(100% - 40px);
    border: 1px solid #e65100;
}
.cookie__text {
    margin-bottom: 20px;
}