* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

aside,
footer,
address,
section,
nav,
header {
    display: block;
}

img,
iframe,
video {
    max-width: 100%;
}

#wrapper {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-top {
    background-color: #333333;
    color: #fff;
}

.time .top-text,
.top-tell,
.top-email {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    padding-left: 23px;
    position: relative;
    line-height: 36px;
}

.top-tell {
    margin-right: 35px;
}

.top-tell a {
    text-decoration: none;
    color: #fff;
}

.tell a:hover {
    text-decoration: underline;
}

.time .top-text::before {
    content: "\f041";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'icomoon';
    color: #ff8900;
}

.top-tell::before {
    content: "\f095";
    position: absolute;
    left: 0;
    font-family: 'icomoon';
    color: #ff8900;
}

.top-email::before {
    content: "\f003";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'icomoon';
    color: #ff8900;
}

/* menu & logo */

.header-top-nav {
    z-index: 9;
    background-color: #fff;
}

.menu-list {
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 76px;
    font-family: 'Roboto', sans-serif;
}

.menu-item+.menu-item {
    margin-left: 40px;
}

.menu-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #1c1919;
    transition: all .3s;
}

.menu-item a:hover {
    color: #ffa60a;
}

.logo a {
    padding: 11px 8px 7px 0;
    display: inline-block;
}

.logo-image {
    display: inline-block;
}

.menu-list {
    min-height: 83px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* hero */

.hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 95px;
    padding-bottom: 91px;
}

.subtitle,
.hero-button {
    display: block;
    color: #fff;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #ffffff;
    max-width: 550px;
    margin-bottom: 17px;
    text-align: left;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: #ffffff;
    max-width: 515px;
    margin-bottom: 38px;
}

.btn-bgcolor {
    background-color: #ff8900;
    transition: all .3s;
    cursor: pointer;
}

.btn-bgcolor:hover {
    background-color: #ffa000;
}

.hero-button {
    background-color: #ff8900;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 59px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: all .1s;
    display: inline-block;
    width: 260px;
    height: 59px;
    text-align: center;
}

.hero-button:hover {
    background-color: #f18405;
}

.hero .container {
    position: relative;
}

.zhbi {
    position: absolute;
    right: 0;
    top: 115px;
}


/* Каталог */
.desc {
    min-height: 72px;
}

#catalog {
    background-color: #fff;
}

.catalog-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 45px;
}

.catalog-subtitle {
    display: block;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    color: rgb(43, 43, 43);
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
}

.catalog-item {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 66px;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
}

.desc::after {
    content: "";
    height: 55px;
    width: 79px;
    background-image: url(../../assets/images/c.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 0;
}

.desc {
    margin-left: 31px;
    padding-right: 120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    position: relative;
}

.catalog-item-title {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #000000;
    padding-left: 33px;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.catalog-item-subtitle,
.catalog-item-price {

    color: #000;
    text-align: left;
}

.catalog-item-subtitle {
    margin-bottom: 15px;
}

.catalog-item-price {
    margin-bottom: 2px;
}

.catalog-item-img {
    display: block;
    background-color: #8e8e8e;
    margin-bottom: 25px;
}


.catalog-item-button {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 255px;
    height: 59px;
    line-height: 59px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    top: 25px;
}

#catalog .p-0 {
    padding-right: 0;
    padding-left: 0;
}

.catalog {
    padding-top: 112px;
    padding-bottom: 40px;
    background-color: #efefef;
}

.desc-color,
.desc-price,
.desc-quarry {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.005em;
    color: #000000;
    margin-bottom: 18px;
}

.desc-quarry {
    margin-bottom: 20px;
}


.row-2 .catalog-item::after {
    height: 69px;
    width: 51px;
    background-image: url(../../assets/images/m.svg);
}

.catalog-item-price {
    padding-top: 20px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.catalog-item-price {
    font-size: 18px;
    font-weight: 700;
    margin-left: 33px;
}

/* Наши преимущества */
.OurAdvantages {
    background-size: cover;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

.OurAdvantages-title {
    font-size: 34px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
}


.OurAdvantages-item-img {
    display: block;
    margin-right: 16px;
}

.OurAdvantages-item {
    margin-bottom: 70px;
}

.OurAdvantages-item-title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.OurAdvantages-item-text {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.025em;
}

.OurAdvantages {
    padding: 80px 0 17px;
}

.OurAdvantages-item {
    display: flex;
    align-items: center;
}

.company-title,
.OurAdvantages-title {
    font-size: 34px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 53px;
    font-family: 'Montserrat', sans-serif;
}

/* О компании  */
.button-company-text {
    border-radius: 50px;
    border: 2px solid #f3af06;
    padding: 10px 30px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #4a4a4a;
    transition: all 300ms ease;
}

.button-company-text:hover {
    border: 2px solid #ff8900;
    background: #ff8900;
    padding: 10px 30px;
    color: #fff;
}

.company {
    margin-bottom: 80px;
}

.company-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #393939;
}

.company-title {
    margin-bottom: 45px;
}

.company-link {
    display: inline-block;
    margin-top: 15px;
    border-bottom: 2px dashed #f7da31;
    transition: all .1s;
}

.company-link:hover {
    color: #f7da31;
}

/* Доставка */
.delivery-img {
    display: block;
    border-radius: 8px;
}

.delivery-title {
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 32px;
    font-family: 'Montserrat', sans-serif;
}

.delivery-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #393939;
}

.delivery-text h5 {
    font-weight: 700;
    margin-top: 10px;
}

.delivery {
    margin-bottom: 77px;
}

/* Есть вопросы */

.questions {
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 90px 0;
    margin-bottom: 80px;
    background-position: bottom center;
}

.questions-img {
    display: block;
    margin: 0 auto 40px;
}

.questions-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
}

.questions-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
}

.button-callback-form-WhatsApp {
    background-image: url(../../assets/images/whatsapp.svg);
    background-position: 10% 50%;
    background-repeat: no-repeat;
}

.questions-button span {
    padding-left: 15px;
}

.button-callback-form-WhatsApp span {
    padding-left: 17px;
}

.questions-button {
    margin-left: 8px;
    margin-right: 8px;
}

.feed-form .button_submit {
    border: 0;
}

.questions-button.button-callback-form {
    background-image: url(../../assets/images/phone.svg);
    background-position: 10% 50%;
    background-repeat: no-repeat;
}

.questions-button {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ff8900;
    padding: 18px 41px 18px 40px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.wpcf7-list-item,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    margin: -25px 0 0;
    border-radius: 5px;
}

.wpcf7-spinner {
    margin: 0 137px
}

/* gallery */
.gallery {
    margin-bottom: 60px;
}

.gallery-item {
    box-shadow: 0px 10px 30px 0px rgba(20, 24, 27, 0.1);
}

.gallery-item {
    display: block;
}

.gallery-title {
    margin-bottom: 51px;
}

.gallery-link {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.gallery-link::before {
    content: "";
    height: 50px;
    width: 52px;
    background: url(../../assets/images/gallery/zoom.png) no-repeat;
    position: absolute;
    left: 15px;
    bottom: 0;
    background-size: 52px;
}

.video-link::before {
    background: url(../../assets/images/gallery/video.png) no-repeat;
    background-size: 52px;
}

/* footer */

.footer-adress {
    line-height: 1.5;
}

.f-contacts-item {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #d5d5d5;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
}

a.f-contacts-item:hover {
    text-decoration: underline;
}

#footer .menu-item a {
    font-size: 15px;
    line-height: 1.66;
    font-weight: 400;
    color: #d5d5d5;
}

#footer .menu-item:hover {
    margin-left: 10px;
}

#footer .menu-item {
    padding-left: 20px;
    transition: .2s;
    list-style: none;
    background: url(../../assets/images/m.png) no-repeat 0 50%;
    margin-bottom: 8px;
}

.footer-content-title {
    font-size: 19px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.footer-content-title::after {
    content: "";
    margin-top: 17px;
    margin-bottom: 35px;
    display: block;
    width: 69px;
    height: 2px;
    background-color: #f3af06;
}

.footer-logo {
    margin-bottom: 17px;
}

.footer-text {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    font-style: italic;
    color: #d5d5d5;
    margin-bottom: 32px;
}

.footer-social {
    display: flex;
}

.footer-social a>img {
    width: auto;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #404040;
    border-radius: 5px;
    margin-right: 10px;
    transition: .2s;
}

.footer-social a:hover {
    border: 1px solid #ff8900;
}

#footer {
    background-color: #242424;
}

.footer-content {
    background-color: #242424;
    padding: 51px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.footer-content .container {
    border-bottom: 1px solid #393937;
    padding-bottom: 40px;
}

.footer-map iframe {
    border-radius: 15px;
    height: 250px;
}

.footer-btn {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    padding: 5px 20px 4px 40px;
    background-color: #ff8900;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 40px;
}

.footer-btn::before {
    content: "\f095";
    font-family: 'icomoon';
    position: absolute;
    left: 15px;
    color: #fff;
}

.footer-btn:hover {
    background-color: #f18405;
}

.footer-list {
    list-style: none;
    color: #fff;
    line-height: 1;
}

.footer-list li {
    list-style: none;
    margin-top: 20px;
    position: relative;
    padding-left: 26px;
    color: #d5d5d5;
}

.footer-list .footer-phone {
    margin-top: 0;
}

.footer-phone:hover,
.footer-email:hover {
    text-decoration: underline;
}

.footer-phone::before {
    content: "\f095";
    position: absolute;
    left: 0;
    color: #f3af06;
    font-family: 'icomoon';
}

.footer-email::before {
    content: "\f003";
    position: absolute;
    left: 0;
    color: #f3af06;
    font-family: 'icomoon';
}

.footer-adress::before {
    content: "\f041";
    position: absolute;
    left: 3px;
    color: #f3af06;
    font-family: 'icomoon';
}

.f-time::before {
    content: "\f017";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'icomoon';
    color: #f3af06;
}

.text-right {
    text-align: right;
}

.footer-copy .row {
    display: flex;
    justify-content: space-between;
}

.footer-copy {
    background-color: #242424;
    color: #ffffff;
    padding: 18px 0 18px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #d5d5d5;
    font-family: 'Open Sans', sans-serif;
}

.footer-copy a {
    text-decoration: underline;
    display: inline-block;
}

.footer-copy span {
    opacity: 0.74;
}

.footer-copy a:hover {
    color: #ff8900;
    opacity: 1;
}

.footer-item-2 .menu-item,
.footer-item-3 .menu-item {
    margin-left: 0;
}


/* =====contacts page===== */
.map iframe {
    min-height: 300px;
}

.map {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.page_contacts .article-preview {
    margin-bottom: 10px;
}

.page_contacts .article-preview h1 {
    margin-bottom: 40px;
}

.page_contacts h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.contacts-block-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contacts-phone {
    line-height: 1.4;
}

.contacts-block-text {
    margin-bottom: 30px;
    padding-left: 22px;
    position: relative;
}

.contacts-adr {
    line-height: 1.4;
}

.contacts-adr::before {
    content: "\f041";
    position: absolute;
    left: 0px;
    top: -2px;
    color: #f3af06;
    font-family: 'icomoon';
    font-size: 18px;
}

.contacts-phone::before {
    content: "\f095";
    position: absolute;
    left: 0;
    top: -2px;
    color: #f3af06;
    font-family: 'icomoon';
    font-size: 18px;
}

.contacts-time::before {
    content: "\f017";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    color: #f3af06;
    font-size: 18px;
}

.contacts-email::before {
    content: "\f003";
    position: absolute;
    left: 0;
    color: #f3af06;
    font-family: 'icomoon';
    font-size: 18px;
}

.contacts-email {
    padding-left: 27px;
}

.contacts-time {
    padding-left: 23px;
}

.contacts-phone:hover,
.contacts-email:hover {
    text-decoration: underline;
}

/* form  start */
.page_contacts .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px 0 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ccc;
    transition: all .3s;
}

.page_contacts textarea.form-control {
    height: auto;
    max-width: 100%;
    min-height: 110px;
    resize: none;
    padding-top: 10px;
    margin-bottom: 17px;
}

.page_contacts .form-control:focus {
    border: 1px solid #f3af06;
}

.feedback-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 35px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.page_contacts .agreement {
    margin-bottom: 15px;
    color: #747474;
}

.page_contacts .agreement label {
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

.page_contacts .form-group a {
    text-decoration: underline;
}

.page_contacts .wpcf7-spinner {
    display: block;
    position: relative;
    left: 43px;
    top: -43px;
}

/* form end  */

/* ======contacts page end======= */


/* модальные окна */
.wpcf7-not-valid-tip {
    margin-bottom: 15px;
    transform: translateY(-5px);
}

#order .wpcf7-not-valid-tip {
    margin-bottom: 10px;
    transform: translateY(-7px);
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 15px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .56);
    z-index: 9998;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 32px 30px 1px 30px;
    width: 300px;
    border-radius: 8px;
    box-sizing: content-box;
}

.modal__close-icon {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 44px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}

.modal__subtitle {
    color: #393939;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.modal__descr {
    color: #393939;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

/* new */
#order {
    text-align: center;
    padding: 25px 30px 2px 30px;
    width: 290px;
}

#order .modal__descr,
.modal-descr-span {
    color: #393939;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
}

/* new end*/

.feed-form .button_submit {
    width: 100%;
    border-radius: 70px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 18px 0 16px 0;
    background: #ffc211;
    background: -webkit-linear-gradient(top, #ffc211 0%, #fe8d00 100%);
    background: -moz-linear-gradient(top, #ffc211 0%, #fe8d00 100%);
    background: linear-gradient(to bottom, #ffc211 0%, #fe8d00 100%);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: auto;
}

.button_submit:hover {
    opacity: 0.8;
}

.feed-form input,
.adress-delivery {
    border-radius: 5px;
    background-color: #fff;
    height: 44px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    border: 1px solid #adacac;
    color: #393939;
    font-family: Verdana, Arial, sans-serif;
}

/* чекбокс */
.checkbox {
    margin-bottom: 15px;
    display: block;
    box-sizing: content-box;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.catalog-form .checkbox {
    margin-bottom: 14px;
}

input[type="checkbox"].callback-checkbox {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox-text {
    font-size: 12px;
    font-weight: 400;
    color: #949494;
    text-decoration: underline;
    display: inline-block;
    margin-left: 4px;
}

.checkbox-text:hover {
    text-decoration-color: #fe8d00;
}

/* модальное окно-СПАСИБО  */

#thanks {
    text-align: center;
}

.thanks__subtitle {
    font-weight: bold;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.thanks__descr {
    font-size: 17px;
}

.thanks-icon {
    display: block;
    margin: 0 auto 20px auto;
}

.overlay,
#callback,
#thanks {
    display: none;
}

.adress-delivery {
    min-height: 69px;
    resize: none;
    padding: 15px 20px;
    height: auto;
}

/* модальные окна конец */

/* Мультикнопка */

#multibutton {
    width: 57px;
    height: 57px;
    padding: 17px;
    background-size: 57%;
}

.call-1 {
    background-image: url(../../assets/images/call-1.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.icon-close {
    background-image: url(../../assets/images/icon-close.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.multibutton * {
    box-sizing: content-box;
}

.multibutton {
    font-family: Arial, sans-serif;
}

.whatsapp {
    background: #30d64f;
}

.viber {
    background: #7b519d;
}

.call {
    background: #ff2241;
}

.phone {
    background: #03a9f4;
}

.yellow {
    background: #ffce09;
}

.multibutton {
    position: fixed;
    right: 30px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 70px;
    height: 70px;
    transition: 0.2s ease;
}

.MultiButton-open {
    width: auto;
    height: auto;
}

.MultiButton-open .multibutton__list {
    position: relative;
    top: auto;
    bottom: 10px;
    visibility: visible;
}

.MultiButton-open .multibutton__item {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
    transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 13px;
    top: 80px;
    visibility: hidden;
    transition: 0.3s ease;
    list-style: none;
    padding: 0;
    margin: 0;
}

.multibutton__title {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 30px;
}

.multibutton__item {
    display: flex;
    align-items: center;
    margin: 4px 0;
    transform: scaleX(0.4) scaleY(0.4) translateY(150px);
    opacity: 0;
    visibility: hidden;
}

.multibutton__button {
    width: 70px;
    height: 70px;
    background-color: #ffce09;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: animation_button 3s linear infinite;
    transition: all 200ms ease-out;
}

@keyframes animation_button {
    0% {
        box-shadow: 0 0 0 0 #ffba26, 0 0 0 0 rgba(255, 206, 9, 0.7);
    }

    40% {
        box-shadow: 0 0 0 13.62667px rgba(255, 186, 38, 0), 0 0 0 6.81333px rgba(255, 206, 9, 0.7);
    }

    80% {
        box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255, 206, 9, 0);
    }

    100% {
        box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 206, 9, 0);
    }
}

.multibutton__button img {
    width: 57%;
    height: 57%;
    padding: 17px;
}

.multibutton__item .icon-1 {
    background: #00A6FB;
}

.multibutton__item .icon-2 {
    background: #ff2241;
}

.multibutton__item .icon-3 {
    background: #7b519d;
}

.multibutton__item .icon-4 {
    background: #30d64f;
}

.multibutton__icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.multibutton__icon img {
    width: 58%;
    height: 58%;
}

.multibutton__icon,
.multibutton__title {
    cursor: pointer;
}


.telegram-btn img {
    width: 75%;
    height: 75%;
}

/* Мультикнопка конец */


/* ПРАЙС ЛИСТ  */
.table {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    color: #111;
    font-size: 1em;
    line-height: 1.8;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}


.table-header {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 400;
    background-color: #ff8900;
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1);
}

th,
td {
    padding: 0.5em;
    border: 1px solid #767676;
    word-break: break-all;
    text-align: left;
}


.table-body {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.table-body tr:nth-child(even) {
    background-color: #e5f0ff;
}

tr th:first-child {
    width: 50%;
}

tr th:nth-child(2) {
    width: 25%;
}

tr th:last-child {
    width: 25%;
}



.price-list-title {
    color: #2b2b2b;
}

.price-list h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.price-list .row {
    margin-bottom: 63px;
}

.price-list-img {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

.montaj-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
}

.price-list .montaj {
    margin-bottom: 38px;
}

.price-list-img-3 {
    margin-top: -27px;
}

/* ПРАЙС ЛИСТ  конец*/

input::-webkit-input-placeholder {
    color: #717171;
}

input::-moz-placeholder {
    color: #353935;
}

textarea::-webkit-input-placeholder {
    color: #717171;
}

textarea::-moz-placeholder {
    color: #353935;
}

.company-text p,
.delivery p {
    margin-bottom: 21px;
}

/* privacy-policy */
.privacy_policy {
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

.privacy_policy p {
    margin-bottom: 28px;
    margin-top: 28px;
}

.privacy_policy h1,
.privacy_policy h2,
.privacy_policy h3 {
    font-weight: bold;
}

.privacy_policy {
    padding-top: 60px;
    padding-bottom: 30px;
}

.sub_title {
    margin-bottom: 22px;
}



/* catalog  */

/* breadcrumbs */
.breadcrumbs {
    padding: 25px 0;
    text-align: center;
    background-color: #F3F3F3;
    color: #333333;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

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

.breadcrumbs>span {
    color: #302D2D;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}

.breadcrumbs>span svg {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.breadcrumbs a {
    text-align: left;
}

/* breadcrumbs end  */

.section-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.article-preview p {
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 15px;
}

.article-preview {
    margin-bottom: 80px;
}

.article-preview h1,
.article-preview h2 {
    display: block;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 21px;
    line-height: 1;
}

.article-preview a img {
    margin-top: 9px;
    margin-bottom: 5px;
    margin-right: 15px;
    float: left;
    border-radius: 5px;
}

.article-preview figure img {
    float: none;
    margin-bottom: 15px;
}

.menu_right {
    padding-top: 15px;
    max-width: 370px;
}

.page_content .menu_right {
    padding-top: 0;
}

.more {
    display: inline-block;
    transition: all 500ms ease;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px 8px 30px;
    transition: all 500ms ease;
    background: #ff8900;
}

.more:hover {
    background: #ffa000;
}

/* right menu  */
.menu_right .menu-item {
    margin-left: 0;
}


.widget-categories li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget-categories li,
.widget-categories .widget-title {
    position: relative;
    display: block;
    margin-bottom: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget-categories li a,
.widget-categories .widget-title {
    transition: all 500ms ease;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #090d30;
    font-weight: 500;
    background: #f3f3f3;
    padding: 11px 15px 14px 30px;
}

.widget-categories .widget-title,
.widget-categories li a:hover,
.widget-categories li a.current {
    color: #fff;
    padding-left: 70px;
    background-color: #f18405;
}

.widget-categories .widget-title:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 15px;
    left: 30px;
    top: 48%;
    transform: translateY(-50%);
    opacity: 1;
    background: url(../images/menu.svg) no-repeat center;
}

.widget-categories li a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 14px;
    height: 1px;
    left: 30px;
    top: 28px;
    opacity: 0;
    transition: all 500ms ease;
}

.widget-categories li a:hover:before {
    opacity: 1;
}

/* right menu  */
/* catalog end */


/* =============================.pagination============================== */
.pagination .next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination .prev {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.page-numbers li:last-child span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.page-numbers li:first-child span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.page-link {
    color: #333;
    transition: all .5s;
    padding-left: 1rem;
    padding-right: 1rem;
}


.page-link:hover {
    background-color: #ff8900;
    color: #fff;
    border-color: #ff8900;
}

.page-item.active .page-link {
    background-color: #ff8900;
    border-color: #ff8900;
}

.pagination .page-numbers {
    list-style: none;
    display: flex;
}

.pagination .page-numbers a.page-numbers,
.pagination .page-numbers span {
    color: #ff8900;
    transition: all .5s;
    padding: .5rem 1rem;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-numbers span.current {
    background-color: #ff8900;
    border-color: #ff8900;
    color: #fff;
}

.pagination .page-numbers a.page-numbers:hover {
    background-color: #ff8900;
    color: #fff;
    border-color: #ff8900;
    text-decoration: none;
}

.pagination .screen-reader-text {
    font-size: 0;
}

.error-404 {
    min-height: 500px;
    text-align: center;
    padding: 100px 0;
    font-size: 19px;
    line-height: 1.5;
}

.error-404 .btn {
    color: #fff;
    padding: 15px;

}

/* =============================.pagination end============================== */

.d_flex {
    display: flex;
}

/* responsive */

.hamburger {
    display: none;
}

/* 1200px */

@media (max-width: 1200px) {
    .logo a {
        padding: 11px 0px 7px 0;
    }

    .menu-item a {
        font-size: 15px;
    }

    .zhbi {
        width: 47%;
        top: 197px;
    }

    .price-list-img-3 {
        margin-top: auto;
    }

    .montaj-img {
        margin-bottom: 25px;
    }

    .delivery-text {
        line-height: normal;
    }

    .catalog-subtitle {
        font-family: 'PT Sans', sans-serif;
        font-size: 19px;
    }

    .footer-adress {
        line-height: normal;
    }

}

/* 1024px */

@media (max-width: 1024px) {
    .catalog-item {
        margin-left: auto;
        margin-right: auto;
    }

    .table-body {
        font-size: 15px;
    }

    .table-header {
        font-size: 17px;
    }

    .OurAdvantages-item-title {
        font-size: 17px;
    }

    .delivery-text {
        line-height: 1.2;
    }
}


/* dropdown menu  */
.sub-menu li>a {
    position: relative;
    margin-left: 15px;
}

@media (min-width: 992px) {

    .menutop>ul>li {
        position: relative;
    }

    .sub-menu .menu-item {
        margin-left: 0;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .sub-menu .menu-item:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .sub-menu {
        -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
        line-height: 1.3;
        list-style: none;
        position: absolute;
        top: 100%;
        left: -20px;
        display: block;
        background-color: #fff;
        padding: 20px 20px;
        border-radius: 5px;
        z-index: 14;
        min-width: 222px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: 0.3s ease;
        border-top: 4px solid #ffa60a;
    }

    .menutop ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .menu-item-has-children::after {
        content: url('../images/arrow-7.svg');
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        margin-top: -7px;
        transition: 0.5s ease;
    }

    .menu-item-has-children:hover::after {
        content: url('../images/arrow-7-hover.svg');
        transform: rotate(180deg);
    }
}

/* dropdown menu end  */

/* Mobile dropdown menu start */
@media (max-width: 992px) {

    .sub-menu li>a::before {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        top: 18px;
        left: 2px;
        background-image: url(../images/ddd.svg);
        background-position: left center;
        background-repeat: no-repeat;
    }

    .sub-menu li>a:hover::before {
        background-image: url(../images/dd.svg);
    }

    .menu-item ul a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 14px;
    }

    .menu-item ul a:hover {
        color: #ffa60a;
    }

    .menutop>ul>li a {
        transition: .2s ease-in-out;
        display: inline-block;
        line-height: 1.5;
    }

    .menu-item ul {
        display: none;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-icon {
        position: absolute;
        top: 12px;
        right: 15px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        width: 26px;
        height: 26px;
        transition: .2s ease-in-out;
        border-radius: 3px;
        background-color: rgb(19, 21, 30);
        border-radius: 3px;
        color: #fff;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-icon::after {
        content: "";
        display: block;
        background-image: url(../images/plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        height: 11px;
        width: 11px;
    }

    .icon-style::after {
        content: "";
        display: block;
        background-image: url(../images/minus.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .menu-link {
        min-width: 200px;
        display: inline-block;
    }

    .sub-menu {
        list-style: none;
        background-color: rgb(41, 41, 41);
    }

    .menutop>ul>li {
        border-bottom: 1px solid rgb(41, 41, 41);
    }

    .menutop>ul>li:last-child {
        border: none;
    }

    #wrapper .b-bottom {
        border: none;
    }

    /* Mobile dropdown menu end */

    /* mob menu start */
    .hamburger {
		z-index:999999;
        display: block;
        position: absolute;
        right: 40px;
        top: auto;
        transform: translateY(-50px);
        width: 26px;
        height: 12px;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #1c1919;
        margin-bottom: 4px;
        transition: 0.5s all;
    }

    .hamburger-active .burger-line-1 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger-active .burger-line-2 {
        display: none;
    }

    .hamburger-active .burger-line-3 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger-active span {
        margin-bottom: -2px;
    }

    .menu-list {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        padding: 5px 0 0;
        background-color: #313131;
        transition: 0.5s all;
        z-index: 30;
        font-family: 'Montserrat', sans-serif;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: none;
    }

    .menutop {
        max-width: 100%;
    }

    .menutop .sub-menu .menu-item {
        border-bottom: 1px solid rgb(60, 60, 60);
    }

    .menutop .sub-menu .menu-item:last-child {
        border: none;
    }

    .menu-list-active {
        display: block;
    }

    .menu-item {
        border: none;
        padding-right: 0;
        margin-bottom: 2px;
        text-align: left;
        line-height: 2.5;
    }

    .menu-item a {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 15px;
    }

    .menu-item+.menu-item {
        margin-left: 0;
    }

    /* mob menu end */
}



/* 992 - 1200  */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .desc {
        font-size: 14px;
        margin-left: 20px;
    }

    .catalog-item-title {
        padding-left: 22px;
    }
}


/* 992px */

@media (max-width: 992px) {

    /* header fixed  */
    @keyframes menu_animacia {
        from {
            top: -83px;
        }

        to {
            top: 0;
        }
    }

    .header-top-nav.menu_fixed {
        width: 100%;
        position: fixed;
        z-index: 4986;
        top: 0;
        left: 0;
        box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
        animation: menu_animacia 1s 1;
        border-bottom: 1px solid #ddd;
    }

    /* header fixed end */

    .footer-copy {
        text-align: center;
    }

    .footer-copy span {
        display: none;
    }

    .footer-adress {
        line-height: normal;
    }

    .price-list-img {
        display: none;
    }

    .OurAdvantages-item-title {
        font-size: 14px;
    }

    .questions-text {
        font-size: 21px;
        max-width: 600px;
    }

    .delivery .col-lg-5 {
        margin-bottom: 20px;
    }

    .delivery-text {
        font-size: 18px;
        line-height: normal;
    }

    .delivery-img:first-child {
        padding-top: 0;
    }

    .delivery-title {
        margin-bottom: 50px;
    }

    .questions,
    .OurAdvantages {
        background-position: 6% 50%;
    }

    .catalog-subtitle {
        font-family: 'PT Sans', sans-serif;
        font-size: 19px;
    }

    .menu_right {
        padding-top: 35px;
    }

    .header-top .container,
    .header-top-nav .container {
        max-width: 100%;
    }

    .menu_right .menu-item {
        text-align: left;
    }

    .footer-copy .row {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-copy .row a {
        margin-top: 10px;
    }

    #footer .menu-item {
        line-height: 1.4;
        padding-left: 7px;
    }
}

/* 991px */

@media (max-width: 991px) {

    .footer-item-1,
    .footer-item-2 {
        margin-bottom: 60px;
    }

    .delivery-photo {
        margin-bottom: 30px;
    }

    .OurAdvantages {
        background-attachment: scroll;
    }

    .questions {
        background-attachment: scroll;
    }

    .header-top-nav {
        min-height: 55px;
        position: relative;
    }

    .hamburger {
        top: 85px;
    }

    .hamburger-active {
        top: 85px;
    }

    .hero {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .zhbi {
        display: none;
    }

    .catalog {
        padding-bottom: 60px;
        padding-top: 80px;
    }

    .catalog-item {
        margin-left: auto;
        margin-right: auto;
    }

    .price-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 470px;
    }

    .gallery-items {
        max-width: 555px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* 768px */

@media (max-width: 768px) {
    .contacts-block {
        margin-bottom: 50px;
    }

    .article-preview .article-excerpt img {
        float: none;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .desc {
        min-height: auto;
    }

    .questions-button,
    .company-text {
        margin-bottom: 20px;
    }

    .title {
        font-size: 40px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .hero-button {
        font-size: 14px;
        width: 230px;
    }

    .time,
    .tell {
        text-align: center;
    }

    .time .top-text {
        display: inline-block;
        position: relative;
    }

    .zhbi {
        display: none;
    }

    .company-title,
    .catalog-title,
    .OurAdvantages-title,
    .gallery-title,
    .price-2-title,
    .questions-title {
        font-size: 34px;
    }

    .questions-text {
        text-transform: none;
        margin-bottom: 25px;
    }

    .questions-title {
        margin-bottom: 25px;
    }

    .title br {
        display: none;
    }

    .footer-adress {
        line-height: 1.6;
    }

    .catalog-item-button {
        width: auto;
    }

    #order {
        padding: 20px 30px 2px 30px;
    }

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

/* 736px */

@media (max-width: 736px) {
    .adress-delivery {
        margin-bottom: 11px;
    }
}

/* 600px */

@media (max-width: 600px) {

    /* modal */
    .checkbox-text {
        display: inline;
    }

    .button_submit {
        padding: 16px 0 15px 0;
        letter-spacing: 0.1px;
    }

    .modal {
        padding: 20px 25px 3px 25px;
    }

    /* Мультикнопка */
    .multibutton__button {
        width: 55px;
        height: 55px;
    }

    .multibutton__list {
        right: 5px;
    }

    .multibutton__icon {
        width: 40px;
        height: 40px;
    }

    .multibutton {
        width: 55px;
        height: 55px;
    }

    .MultiButton-open {
        width: auto;
        height: auto;
    }

    .multibutton__button img {
        padding: 14px;
    }

    /* Мультикнопка конец */

    .adress-delivery {
        margin-bottom: 12px;
    }

}

/* 576px */

@media (max-width: 576px) {

    /* page_contacts form  */
    .page_contacts .agreement {
        position: relative;
    }

    .page_contacts .agreement input {
        position: absolute;
        top: 4px;
        left: 0;
    }

    .page_contacts .agreement label {
        padding-left: 25px;
    }

    .page_contacts .form-control {
        font-size: 15px;
    }

    .page_contacts .agreement label {
        font-size: 14px;
    }

    .page_contacts .agreement .wpcf7-form-control-wrap {
        position: inherit;
    }

    /* page_contacts end  */

    .footer-content .container {
        padding-bottom: 0;
    }

    .OurAdvantages-title {
        text-align: center;
    }

    .footer-item-1,
    .footer-item-2,
    .footer-item-3,
    .footer-item-4 {
        margin-bottom: 40px;
    }

    .OurAdvantages-item-title,
    .OurAdvantages-item-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'PT Sans', sans-serif;
        text-align: left;
    }

    .menu-list {
        width: 100%;
    }

    .title {
        letter-spacing: 1px;
        font-size: 30px;
    }

    .subtitle {
        font-size: 18px;
    }


    .company-title,
    .OurAdvantages-title,
    .gallery-title,
    .price-2-title,
    .questions-title,
    .price-list-title,
    .delivery-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .price-list h3 {
        font-size: 25px;
    }

    .gallery-title {
        margin-bottom: 18px;
        line-height: normal;
    }

    .gallery-subtitle {
        font-size: 14px;
    }

    .catalog-title {
        font-size: 30px;
    }

    .catalog-subtitle {
        margin-bottom: 40px;
    }

    .questions-button {
        font-size: 16px;
        padding: 15px 15px 15px 37px;
    }

    .questions-text {
        font-size: 21px;
        text-transform: none;
    }

    .questions-title {
        margin-bottom: 20px;
    }

    .questions-img {
        margin-bottom: 25px;
    }

    .footer-list {
        margin-bottom: 0;
    }

    .catalog-item {
        margin-left: auto;
        margin-right: auto;
    }

    .catalog {
        padding-bottom: 60px;
    }

    .hero {
        padding-top: 80px;
    }

    .footer-copy {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-copy .row span {
        margin-bottom: 25px;
    }

    .footer-copy a {
        text-align: center;
    }

    /* modal */
    .modal {
        width: 260px;
    }

    .feed-form input {
        height: 41px;
        margin-bottom: 11px;
        border-radius: 3px;
    }

    .modal__descr {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .modal__subtitle {
        font-size: 24px;
    }

    .modal__close-icon {
        top: -28px;
        right: -1px;
        font-size: 40px;
    }

    .gallery-item {
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .OurAdvantages-item {
        text-align: center;
        max-width: 270px;
        margin: 0 auto 53px;
    }

    .adress-delivery {
        margin-bottom: 6px;
    }

    #order .checkbox {
        margin-bottom: 10px;
    }

    #order {
        padding: 20px 23px 2px 23px;
    }

    #order .modal__close-icon {
        top: 0;
        right: -30px;
    }

    .feed-form input {
        padding: 0 15px;
    }

    .adress-delivery {
        padding-left: 15px;
        padding-top: 12px;
        padding: 12px 15px;
    }

    #order .modal__descr,
    .modal-descr-span {
        margin-bottom: 14px;
    }

    .multibutton {
        bottom: 150px;
    }

}

/* 568px */

@media (max-width: 568px) {
    .footer-content-title::after {
        margin-bottom: 25px;
    }

    /* отступы между блоками */
    .hero {
        margin-bottom: 0;
    }

    .catalog {
        padding-bottom: 30px;
    }

    .price-1,
    .price-2,
    .price-3 {
        padding: 60px 0 35px;
    }

    .OurAdvantages {
        padding: 60px 0 0 0;
        margin-bottom: 60px;
    }

    .price-list {
        margin-bottom: 60px;
    }

    .questions {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .gallery {
        margin-bottom: 40px;
    }

    .hero-button {
        font-size: 14px;
        width: 207px;
        height: 52px;
        line-height: 52px;
    }

    .table-header {
        font-size: 17px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
    }

    .table-body {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .catalog-subtitle {
        font-size: 18px;
        line-height: normal;
        font-family: 'PT Sans', sans-serif;
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-title {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog {
        padding-top: 60px;
    }

}

/* 480px */

@media (max-width: 480px) {

    #OurAdvantages .col-6 {
        padding-left: 9px;
        padding-right: 9px;
    }

    .questions-text {
        line-height: 1.4;
    }

    /*  modal  */
    .feed-form input {
        height: 41px;
    }

    .modal__close-icon {
        top: -30px;
        right: -1px;
    }

    .catalog-title,
    .OurAdvantages-title,
    .gallery-title,
    .questions-title,
    .price-list-title {
        font-size: 30px;
    }

    tr th:first-child {
        width: 50%;
    }

    tr th:nth-child(2) {
        width: 25%;
    }

    tr th:last-child {
        width: 25%;
        padding-left: 5px;
        padding-right: 1px;
    }

    .price-list .container {
        padding-left: 7px;
        padding-right: 7px;
    }

    .montaj-text {
        font-size: 15px;
    }

    th,
    td {
        word-break: normal;
    }

    #callback .button_submit {
        font-size: 16px;
    }

}

/* 450px */

@media (max-width: 450px) {
    .price-list-title {
        line-height: normal;
    }

    .gallery-link::before {
        height: 40px;
        width: 42px;
        background: url(../../assets/images/gallery/zoom-mob.png) no-repeat;
        background-size: 42px;
        left: 7px;
    }

    .video-link::before {
        background: url(../../assets/images/gallery/video-mob.png) no-repeat;
        background-size: 42px;
    }

    .gallery-link {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }

    #order .modal__descr,
    .modal-descr-span {
        margin-bottom: 16px;
        font-size: 22px;
    }

    #order .modal__subtitle {
        margin-bottom: 1px;
    }

    .breadcrumbs {
        font-size: 14px;
    }

    .article-preview p {
        font-size: 16px;
    }

    .article-preview .article-excerpt img {
        margin-bottom: 4px;
    }
}

/* 430px */

@media (max-width: 430px) {
    .catalog-title {
        max-width: 307px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 414px */

@media (max-width: 414px) {
    .menu-list {
        width: 100%;
    }

    .time .top-text {
        line-height: 1.7;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .time {
        padding-left: 8px;
        padding-right: 8px;
    }

    .top-tell,
    .top-email {
        margin-right: 12px;
    }

    .top-email::before {
        top: -1px;
    }

    /* modal */
    .modal__close-icon {
        top: -28px;
        right: -1px;
    }

    input[type="checkbox"].callback-checkbox {
        margin-right: 5px;
    }

    .gallery-link {
        max-width: 230px;
    }

    #order {
        width: 286px;
    }

}

/* 400px */

@media (max-width: 400px) {
    #order .modal__close-icon {
        top: 0;
        right: 0;
        background-color: #ffb60d;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 5px;
    }

    #order {
        padding: 18px 23px 2px 23px;
    }
}

/* 380px */

@media (max-width: 380px) {
    .price-item-title-box {
        padding: 22px 0 16px 20px;
    }

    .price-value,
    .price-value-2 {
        padding-left: 20px;
    }

    .price-item-icon {
        right: 15px;
    }

    .table-header {
        font-size: 15px;
    }

    .time,
    .tell {
        text-align: left;
    }

}

/* 368px */

@media (max-width: 368px) {
    .catalog-item-title {
        padding-left: 23px;
    }

    .desc {
        margin-left: 21px;
        font-size: 14px;
        padding-right: 100px;
    }

    .catalog-item-price {
        margin-left: 23px;
    }

    .desc::after {
        right: 12px;
    }
}

/* 360px */

@media (max-width: 360px) {

    /* modal */
    .modal {
        padding: 20px 20px 3px 20px;
    }

    .feed-form input {
        font-size: 13px;
    }

    .button_submit {
        font-size: 15px;
    }

    #order {
        padding: 18px 20px 2px 20px;
        width: 270px;
    }

    #order .modal__subtitle {
        font-size: 22px;
    }

    #order .modal__descr,
    .modal-descr-span {
        font-size: 21px;
    }

    #order .modal__descr,
    .modal-descr-span {
        margin-bottom: 11px;
    }

}

/* 350px */

@media (max-width: 350px) {
    .price-item-title-box {
        padding: 22px 0 16px 14px;
    }

    .price-item-title {
        font-size: 17px;
    }

    .price-value,
    .price-value-2 {
        padding-left: 14px;
        font-size: 17px;
    }

    .price-item-icon {
        right: 11px;
        /* max-width: 80px; */
    }

    tr th:last-child {
        padding-left: 4px;
        padding-right: 2px;
    }
}

/* 320px */

@media (max-width: 320px) {

    /* modal */
    .modal {
        width: 240px;
    }
}
img.custom-logo {
    height: 70px;
    width: 70px;
}