body {
    font-family: 'Montserrat', sans-serif !important;
}
.swiper-button-next, .swiper-button-prev {
    background: #fff;
    height: 40px !important;
    width: 40px !important;
    border-radius: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #333;
}
.jet-form-col__end {
    flex-direction: column;
}
.jet-form__field-error {
    color: #de3d3d;
    font-size: 15px;
}
.jet-form__field-error:before {
    content: '↑';
    font-size: 20px;
    padding-right: 2px;
}

/*Главный экран*/
.hero-section {
    position: relative;
    background: #292929;
    padding: 0px 10px;
    min-height: 620px;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    z-index: 2;
}
.hero-block {
    max-width: 1200px;
    margin: 0 auto;
}
.hero-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hero-logo {
    width: 16%;
}
.hero-logo img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}
.hero-info {
    width: 84%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.hero-info-row-1 {
    display: flex;
    padding-top: 20px;
}
.phone-ico {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
    margin-right: 5px;
}
.hero-phone {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.soc-ico {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-left: 4px;
}
.hero-adres {
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
}
.hero-adres img {
    height: 19px;
    margin-bottom: -4px;
    margin-right: 5px;
}
.hero-time img {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
    margin-right: 5px;
}
.hero-time {
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
}
.podtime {
    color: #777;
    padding-top: 5px;
    width: 100%;
}
.hero-info-row-2 {
    padding-top: 15px;
}
#menu-main {
    display: flex;
}
#menu-main li {
    padding-top: 5px;
}
#menu-main li a {
    padding: 5px 0px 5px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#menu-main li a:hover {
    color: #C49440;
}
.mobile-menu-ico {
    display: none;
}
.hero-content {
    display: flex;
    flex-wrap: wrap;
}
.hero-content-col-1 {
    width: 50%;
}
.hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-top: 60px;
    line-height: 1.1;
    padding-right: 80px;
}
.hero-text {
    padding-top: 30px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-right: 50px;
    line-height: 1.2;
}
.main-button {
    width: max-content;
    padding: 16px 32px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #FFD6AC 0%, #F6B478 100%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main-button:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -moz-box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
    box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
}
.hero-img {
    position: absolute;
    right: 0;
    top: 120px;
    border-radius: 10px 0 0 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.hero-divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwMCIgaGVpZ2h0PSIxNzAiIHZpZXdCb3g9IjAgMCAxMDAlIDE3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEw4MDAgMTQwTDE2MDAgMFYxNzBIODAwSDBWMFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+);
    background-size: 100% 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 170px;
    z-index: 1;
    transform: scale(1,1);
    margin-left: -10px;
    margin-right: -10px;
}
.down-hero {
    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.down-hero-img {
    width: 45px;
    height: 45px;
    margin-left: -18px;
}

/*Блок преимуществ*/
.preim-section {
    padding: 80px 10px 80px 10px;
    background: url(/wp-content/uploads/fon-preim.png);
    background-size: cover;
}
.preim-block {
    max-width: 1200px;
    margin: 0 auto;
}
.preim-title {
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.color-text {
    color: #C49440;
}
.preim-ico {
    width: 60px;
    height: 60px;
}
.preim-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.preim-item {
    width: 34%;
    text-align: center;
    margin-bottom: 50px;
}
.preim-item-title {
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 10px;
}
.preim-item-text {
    font-size: 15px;
    line-height: 1.3;
}
.preim-item-text p {
    padding-bottom: 12px;
}
.preim-button {
    border-bottom: 1px dashed;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 3px;
}
.preim-button:hover {
    cursor: pointer;
}

/*Блок материалов*/
.material-section {
    padding: 80px 10px 100px 10px;
    background: #292929;
}
.material-block {
    max-width: 1200px;
    margin: 0 auto;
}
.material-title {
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.matrial-item-img img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.material-item-divider {
    margin: 0 auto;
    height: 2px;
    width: 100px;
    margin-bottom: 15px;
    background: #C49440;
}
.material-item-text {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    margin-top: -37px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
}

/*Блок о нас*/
.about-section {
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    background: #fdf4e36b;
}
.down-about {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 120px;
    z-index: 2;
}
.about-block {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 140px;
}
.about-col-1 {
    width: 50%;
}
.about-img {
    position: absolute;
    width: 50%;
    height: 100%;
    margin-left: -10px;
    background-size: cover;
}
.about-col-2 {
    width: 50%;
    padding-left: 50px;
}
.about-title {
    font-size: 32px;
    font-weight: bold;
}
.about-subtitle {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.about-text {
    line-height: 1.4;
    padding-bottom: 50px;
    padding-top: 20px;
    font-size: 15px;
}
.about-text ul {
    list-style: disc;
    padding-left: 18px;
    padding-bottom: 12px;
}
.about-text p {
    padding-bottom: 12px;
}

/*Блок нанесения*/
.nanesenie-section {
    padding: 100px 10px 100px 10px;
    background: #292929;
}
.nanesenie-block {
    max-width: 1200px;
    margin: 0 auto;
}
.nanesenie-title {
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.nanesenie-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nanesenie-item {
    width: 30%;
    margin-bottom: 50px;
}
.nanesenie-img {
    width: 100%;
    height: 320px;
    border-radius: 10px;
}
.nanesenie-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.nanesenie-subtitle {
    color: #fff;
    text-align: center;
    margin-top: -5px;
}
.nanesenie-work {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    padding: 50px 0px 0px 40px;
    margin-top: 50px;
}
.nanesenie-work-col-1 {
    width: 45%;
}
.nanesenie-work-col-1 a {
    text-decoration: none;
    color: #000;
}
.nanesenie-work-col-2 {
    width: 55%;
    display: flex;
    align-items: flex-end;
}
.nanesenie-work-col-2 img {
    width: 100%;
    margin-top: -45px;
}
.nanesenie-work-title {
    padding-bottom: 35px;
    font-size: 28px;
    font-weight: 400;
}
.nanesenie-tg {
    background: #fff;
    border: 1px solid;
    border-color: #FFD6AC;
    margin-top: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*Блок скидки*/
.sale-section {
    padding: 70px 10px;
    overflow: hidden;
    position: relative;
}
.sale-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.sale-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    margin-left: -10px;
    background-size: cover;
    background-position: center center;
}
.sale-col-1 {
    width: 50%;
}
.sale-col-2 {
    width: 50%;
    padding-left: 50px;
}
.sale-title {
    font-size: 25px;
    padding-bottom: 25px;
}
.sale-subtitle {
    font-size: 25px;
    padding-top: 50px;
}
.sale-col-2 .jet-form-block {
    max-width: 400px;
}
.jet-form-col__start {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
    padding: 5px 0px;
}
.accept {
    font-size: 12px;
    padding: 5px 0px;    
}
.jet-form__field.text-field {
    padding: 17px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #777;
    border-radius: 10px;
}
.jet-form__submit {
    width: max-content;
    padding: 16px 32px;
    border-radius: 10px;
    color: #000;
    background-image: linear-gradient(180deg, #FFD6AC 0%, #F6B478 100%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.jet-form__submit:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -moz-box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
    box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
}

/*Блок калькулятора*/
.calc-section {
    padding: 80px 10px 40px 10px;
    background: #292929;
    position: relative;
    overflow: hidden;
}
.calc-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calc-col-1 {
    width: 54%;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}
.calc-img {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 260px;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.calc-img:hover {
    cursor: pointer;
    opacity: 0.9;
}
.calc-col-2 {
    width: 42%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.calc-title {
    font-size: 22px;
    padding-bottom: 20px;
}
.ca-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-bottom: 40px;
}
.jet-form__field.select-field {
    padding: 17px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #777;
    border-radius: 10px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(/wp-content/uploads/sel.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 16px;
    color: #000;
}
.jet-form__next-page-msg {
    font-size: 14px;
    padding-top: 5px;
}
.jet-form__next-page {
    width: max-content;
    padding: 16px 32px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #FFD6AC 0%, #F6B478 100%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    color: #000;
}
.jet-form__next-page:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
    -moz-box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
    box-shadow: 4px 4px 10px 0px rgba(255, 214, 172, 0.25);
}
.jet-form__submit-wrap.has-prev {
    justify-content: flex-start !important;
}
.jet-form__prev-page {
    border: 1px solid #FFD6AC;
    background: transparent;
    border-radius: 10px;
    width: 50px;
    margin-right: 10px;
    color: #000;
}
.jet-form__prev-page:hover {
    cursor: pointer;
}
.jet-form-message {
    font-size: 14px;
    border-radius: 10px;
    padding: 15px;
}

/*Контакты*/
.contact-section {
    padding: 40px 10px 40px 10px;
    background: #292929;
    position: relative;
    overflow: hidden;
}
.contact-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-col-1 {
    width: 39%;
    color: #fff;
    font-size: 18px;
}
.contat-title {
    font-size: 26px;
    font-weight: bold;
}
.contact-phone {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 25px;
}
.contact-ico {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.contact-soc-ico {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.contact-adres {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
.contact-adres img {
    height: 20px;
    margin-right: 5px;
}
.contact-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 25px;
}
.contact-time img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.contact-mail {
    display: flex;
    align-items: center;
}
.contact-mail img {
    height: 18px;
    margin-right: 5px;
}
.contact-col-2 {
    width: 57%;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.contact-form-title {
    font-size: 24px;
    font-weight: 600;
}
.contact-form-subtitle {
    padding-top: 10px;
    padding-bottom: 20px;
}

/*Блок карты*/
.map-section {
    padding: 40px 10px 80px 10px;
    background: #292929;
}
.map-block {
    max-width: 1200px;
    margin: 0 auto;
}
.map-block iframe {
    border-radius: 10px;
}

#footer {
    background: #111111;
    padding: 15px 10px 15px 10px;
}
.footer-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    height: 20px;
    display: block;
    margin-top: 5px;
    width: 16%;
    object-fit: contain;
}
.logo-nofon {
    width: 10%;
    margin-top: -10px;
}
#menu-main-1 {
    display: flex;
}
#menu-main-1 li {
    padding-top: 5px;
}
#menu-main-1 li a {
    padding: 5px 0px 5px 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#menu-main-1 li a:hover {
    color: #C49440;
}
.mobile-footer-menu {
    display: none;
}

@media (max-width:1100px) {
.hero-section {
    min-height: 500px;
}
.hero-info-row-1 {
    display: none;
}
.hero-menu {
    display: none;
}
.footer-menu {
    display: none;
}
.mobile-menu-ico {
    display: block;
}
.mobile-menu-ico img {
    width: 45px;
    height: 45px;
}
.hero-title {
    font-size: 26px;
    padding-top: 30px;
    line-height: 1.2;
    padding-right: 0;
}
.hero-text {
    font-size: 14px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-top: 15px;
}
.hero-img {
    top: auto;
    bottom: 0;
    height: 400px;
    object-fit: cover;
}
.hero-divider {
    background-size: 100% 65px;
    height: 65px;
}
.preim-title {
    font-size: 26px;
}
.preim-item {
    width: 45%;
}
.material-title {
    font-size: 26px;
}
.about-block {
    padding-top: 120px;
}
.about-title {
    font-size: 26px;
}
.about-subtitle {
    font-size: 16px;
}
.about-text {
    font-size: 14px;
}
.down-about {
    top: 40px;
}
.nanesenie-title {
    font-size: 26px;
}
.nanesenie-item {
    width: 48%;
}
.nanesenie-work-title {
    font-size: 20px;
}
.nanesenie-work-col-1 {
    padding-bottom: 40px;
}
.sale-title {
    font-size: 20px;
}
.sale-subtitle {
    font-size: 20px;
}
.ca-title {
    font-size: 26px;
    padding-bottom: 25px;
}
.calc-col-1 {
    width: 49%;
    padding: 30px;
}
.calc-col-2 {
    width: 49%;
    padding: 30px;
}
.calc-title {
    font-size: 20px;
}
.podtime {
    font-size: 15px;
}
}

@media (max-width: 780px) {
.hero-divider {
    margin-bottom: -15px;
}
.hero-logo {
    width: 35%;
}
.hero-info {
    width: 65%;
}
.hero-content-col-1 {
    width: 100%;
}
.hero-img {
    opacity: 0.3;
}
.hero-title {
    position: relative;
    z-index: 2;
}
.hero-text {
    position: relative;
    z-index: 2;
    padding-right: 0px;
}
.main-button {
    position: relative;
    z-index: 2;
}
.mobile-menu-ico {
    margin-top: -5px;
}
.mobile-menu-ico:hover {
    cursor: pointer;
    opacity: 0.8;
}
.preim-item {
    width: 100%;
}
.preim-ico {
    width: 40px;
    height: 40px;
}
.preim-item-title {
    font-size: 16px;
}
.preim-item-text {
    font-size: 14px;
}
.down-about {
    top: 20px;
}
.about-img {
    width: 100%;
    height: 260px;
    background-position: bottom 50% left 0%;
}
.about-col-2 {
    width: 100%;
    padding: 0;
    padding-top: 170px;
}
.nanesenie-item {
    width: 100%;
}
.nanesenie-work {
    padding: 30px;
}
.nanesenie-work-col-1 {
    width: 100%;
}
.nanesenie-work-col-2 {
    width: 100%;
}
.nanesenie-work-col-2 img {
    margin-top: 0;
    margin-bottom: -30px;
}
.nanesenie-vk {
    font-size: 13px;
}
.nanesenie-tg {
    font-size: 13px;
}
.sale-img {
    width: 100%;
    height: 240px;
    background-position: bottom;
    display: none;
}
.sale-col-2 {
    width: 100%;
    padding: 0;
    padding-top: 0px;
}
.ca-title {
    font-size: 24px;
}
.calc-col-1 {
    width: 100%;
    padding: 20px;
}
.calc-col-2 {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
}
.contact-col-1 {
    width: 100%;
}
.contact-col-2 {
    width: 100%;
    margin-top: 40px;
    padding: 30px;
}
.contact-form-title {
    font-size: 20px;
}
.contact-form-subtitle {
    font-size: 15px;
}
.form-f {
    margin-top: 10px;
}
.map-block iframe {
    height: 350px;
}
.footer-block {
    padding-bottom: 60px;
}
#menu-main-2 {
    display: flex;
    flex-direction: column;
}
#menu-main-2 li {
    padding-top: 12px;
    padding-bottom: 12px;
}
#menu-main-2 li a {
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#menu-main-2 li a:hover {
    color: #C49440;
}
.mobile-footer-menu {
    display: flex;
    background: #292929;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #777;
}
.mobile-footer-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.333%;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.mobile-footer-menu a:hover {
    cursor: pointer;
}
.mobile-footer-menu a:nth-child(2) {
    border-right: 1px solid #777;
    border-left: 1px solid #777;
}
.footer-logo {
    width: 40%;
}
.logo-nofon {
    width: 30%;
}
}