* {
    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: 600;
    margin-bottom: 10px;
}

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: 43px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #ffffff;
    max-width: 650px;
    margin-bottom: 37px;
    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: 400px;
    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/1c.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;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.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;
}

/* О компании  */
.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: 16px;
    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 */
.f-tell::before {
    content: "\f095";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'icomoon';
    color: #f3af06;
}

.f-email::before {
    content: "\f003";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    color: #f3af06;
}

.f-adr::before {
    content: "\f041";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'icomoon';
    color: #f3af06;
}

.f-time::before {
    content: "\f017";
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'icomoon';
    color: #f3af06;
}

.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;
}

.f-menu-item a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #d5d5d5;
}

.f-menu-item:hover {
    margin-left: 10px;
}

.f-menu-item {
    padding-left: 25px;
    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;
    padding-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}

.footer-content hr {
    margin-bottom: 40px;
    display: block;
    width: 69px;
    height: 2px;
    background-color: #f3af06;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-text {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    font-style: italic;
    color: #d5d5d5;
    margin-bottom: 32px;
}

.footer-social {
    display: flex;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ffae00;
    margin-right: 10px;
    transition: .2s;
}

.footer-social a:hover {
    border-bottom: 4px solid #ffae00;
}

#footer {
    background-color: #242424;
}

.footer-content {
    background-color: #242424;
    padding: 41px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.footer-content .container {
    border-bottom: 1px solid #393937;
    padding-bottom: 50px;
}

.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: 33px;
}

.footer-phone::before {
    content: "\f095";
    position: absolute;
    left: 0;
    color: #ff8900;
    font-family: 'icomoon';
}

.footer-email::before {
    content: "\f003";
    position: absolute;
    left: 0;
    color: #ff8900;
    font-family: 'icomoon';
}

.footer-adress::before {
    content: "\f041";
    position: absolute;
    left: 3px;
    color: #ff8900;
    font-family: 'icomoon';
}

.text-right {
    text-align: right;
}

.footer-copy {
    background-color: #242424;
    color: #ffffff;
    padding: 18px 0 18px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.footer-copy a {
    text-decoration: underline;
}

.footer-copy span {
    opacity: 0.74;
}

.footer-copy a:hover {
    color: #ff8900;
    opacity: 1;
}

/* модальные окна */
.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: 50px;
    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: 10px;
}

/* 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;
}

.sub_title {
    margin-bottom: 22px;
}

/* responsive */

.hamburger {
    display: none;
}

/* 1200px */

@media (max-width: 1200px) {

    .menu-item a {
        font-size: 15px;
        padding: 10px 14px;
    }

    .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;
    }

    /*mob menu*/
    .hamburger {
        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: fixed;
        top: 0;
        left: -100%;
        width: 35%;
        height: 100vh;
        padding: 20px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, .9);
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        z-index: 30;
        font-family: 'Montserrat', sans-serif;
    }

    .menu-list-active {
        left: 0;
    }

    .menu-item {
        border: none;
        padding-right: 0;
        margin-bottom: 2px;
        text-align: center;
        line-height: 2.5;
    }

    .menu-item a {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 14px;
    }

    .menu-item+.menu-item {
        margin-left: 0;
    }

    /* fix burger menu */
    .menu_fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1500;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ececec;
    }

}

/* 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;
    }
}

/* 992px */

@media (max-width: 992px) {

    .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;
    }

}

/* 991px */

@media (max-width: 991px) {

    .footer-item-1,
    .footer-item-2 {
        margin-bottom: 30px;
    }

    .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;
    }

    /* fix burger menu */
    .menu_fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1500;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ececec;
    }

    .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) {
    .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) {
    .OurAdvantages-title {
        text-align: center;
    }

    .footer-item-3,
    .footer-item-4 {
        margin-bottom: 30px;
    }

    .OurAdvantages-item-title,
    .OurAdvantages-item-text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'PT Sans', sans-serif;
        text-align: left;
    }

    .menu-list {
        width: 50%;
    }

    .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: 25px;
    }

    .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: 99px;
    }

}

/* 568px */

@media (max-width: 568px) {

    /* отступы между блоками */
    .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;
    }
}

/* 430px */

@media (max-width: 430px) {
    .catalog-title {
        max-width: 307px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 414px */

@media (max-width: 414px) {
    .menu-list {
        width: 60%;
    }

    .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;
    }

}


/* 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;
    }
}