@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url('../fonts/FuturaPTCond-Medium.eot');
    src: local('Futura PT Cond Medium'), local('FuturaPTCond-Medium'),
        url('../fonts/FuturaPTCond-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTCond-Medium.woff') format('woff'),
        url('../fonts/FuturaPTCond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Cond';
    src: url('../fonts/FuturaPTCond-Bold.eot');
    src: local('Futura PT Cond Bold'), local('FuturaPTCond-Bold'),
        url('../fonts/FuturaPTCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTCond-Bold.woff') format('woff'),
        url('../fonts/FuturaPTCond-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.eot');
    src: local('Futura PT Light'), local('FuturaPT-Light'),
        url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Demi';
    src: url('../fonts/../fonts/FuturaPT-Demi.eot');
    src: local('Futura PT Demi'), local('FuturaPT-Demi'),
        url('../fonts/../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Cond Book';
    src: url('../fonts/../fonts/FuturaPTCond-Book.eot');
    src: local('Futura PT Cond Book'), local('FuturaPTCond-Book'),
        url('../fonts/../fonts/FuturaPTCond-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/FuturaPTCond-Book.woff') format('woff'),
        url('../fonts/../fonts/FuturaPTCond-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/../fonts/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('../fonts/../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/FuturaPT-Bold.woff') format('woff'),
        url('../fonts/../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vin Sans Pro';
    src: url('../fonts/VinSansPro-Bold.eot');
    src: local('Vin Sans Pro Bold'), local('VinSansPro-Bold'),
        url('../fonts/VinSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VinSansPro-Bold.woff2') format('woff2'),
        url('../fonts/VinSansPro-Bold.woff') format('woff'),
        url('../fonts/VinSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
ul{
    list-style-image: url("../img/list-marker.png");
    margin: 0;
    padding: 0;
    padding-left: 23px;
}
li::marker{
    margin-right: 50px;
}
a{
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:visited{
    color: inherit;
}
a:hover{
    text-decoration: none;
}
.inner-small{
    position: relative;
    background-size: cover;
    background-position: center bottom;
    height: 230px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 70px;
}
.inner-small h1{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.breadcrumbs a,
.breadcrumbs span{
    font-size: 16px;
    font-weight: 400;
}
.breadcrumbs__separator{
	margin-left: 10px;
	margin-right: 10px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.column{
    flex-direction: column;
}
.flex-around{
    justify-content: space-around;
}
.flex-center{
    justify-content: center;
}
.flex-between{
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.flex.nowrap{
    flex-wrap: nowrap;
}
.btn{
    font-size: 18px;
    font-weight: 600;
    padding: 17px 48px;
    background: linear-gradient(90deg, #FFCE6E 0%, #FFE86E 100%);
    border-radius: 33px;
    /* border: 1px solid transparent; */
    transition: all .3s;
    display: inline-block;
}
.btn:hover{
    color: #fff;
    /* background: transparent; */
    /* border-color: #FFB320; */
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="mask"],
input[type="submit"],
textarea{
    outline: none;
    padding: 17px 32px;
    border-radius: 33px;
    color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 1.44;
    font-weight: 500;
    background: transparent;
    width: 100%;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="mask"]:hover,
input[type="submit"]:hover,
.form-item textarea:hover{
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="mask"]:focus,
input[type="submit"]:focus,
.form-item textarea:focus{
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
}

input[type="submit"]{
    background-color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    color: #000;
    font-weight: 700;
}
.inner-form .form-item span.ajax-loader{
    display: none;
}
.ajax-loader{
    display: none;
}
.standard-padding{
    padding-top: 62px;
    padding-bottom: 88px;
}
.standard-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}


body{
    font-family: 'Futura PT', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    --container: 1090px;
    color: #232323;
    overflow-x: hidden;
}
body.noscroll{
    overflow: hidden;
}
.container{
    width: var(--container);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
header{
    border-bottom: 1px solid #EAEAEA;
    height: 95px;
    background-color: rgba(255, 255, 255, .9);
}
header > .container{
    height: 100%;
}
.logo{
    font-size: 32px;
    color: #FFB320;
    font-family: 'Vin Sans Pro', sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo:visited{
    color: #FFB320;
}
.logo img{
    height: 75px;
    margin-right: 14px;
}
.logo .sitename,
.logo:hover .sitename{
    color: #FFB320;
}
.nav-top-bg{
    display: none;
}
.nav-top{
    margin-left: auto;
    margin-right: auto;
}
#menu-top-menu{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
}
#menu-top-menu li + li{
    margin-left: 30px;
}
#menu-top-menu li a:hover{
    color: #FFB320;
}
.header-social{
    margin-right: 31px;
}
.header-social a{
    height: 32px;
    width: 32px;
    background-color: #FFB320;
    background: linear-gradient(90deg, #FFCE6E 0%, #FFE86E 100%);
    border-radius: 50%;
    border: 1px solid transparent;
}

.header-social a:hover{
    background: transparent;
    border: 1px solid #FFB320;
}
.header-social a + a{
    margin-left: 15px;
}
.phones-button{
    display: none;
}
.header-phones{
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 101%;
    z-index: 1;
}
.header-phones:before{
    content: '';
    display: block;
    background-color: #FFCF6F;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(-1 * (100vw - var(--container) + 21px) / 2);
}

.header-phones i{
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #fff;
    margin-right: 8px;
}
.header-phones .phones-list{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.header-phones .phones-list a:hover{
    color: #fff;
}
.header-phones .phones-list a:visited{
    color: inherit;
}
.b-language-selector{
    display: flex;
}
.b-language-selector a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 8px;
}
.b-language-selector a:hover{
    border: 1px solid #fff;
    background: transparent;
}
.b-language-selector .b-language-selector-link--active{
    display: none;
}
.mobile-menu-btn{
    display: none;
}


.inner{
    background-image: url('../img/inner-bg.jpg');
    background-size: cover;
    background-position: center bottom;
    padding-top: 130px;
    padding-bottom: 107px;
}
.inner-text {
    display: flex;
    align-items: flex-end;
    width: 90%;
}
.inner h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 13px;
    /*text-align: center;*/
    width: 60%;
    padding-bottom: 200px;
}
.inner .inner-descr{
    display: flex;
    justify-content: flex-start;
    font-size: 19px;
    line-height: 1.44;
    font-weight: 700;
    /*text-align: center;*/
    width: 40%;
    margin-bottom: 40px;
    order: -1;

}
.inner .inner-descr ul {
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(2px);
    padding: 30px 30px 30px 60px;
    border-radius: 20px;
}
.inner-form{
    width: 90%;


    margin-top: 33px;
    background: linear-gradient(90deg, #FFCE6E 0%, #FFE86E 100%);
    border-radius: 30px;
    padding: 30px 30px 39px;
}

.inner-form .form-name{
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.inner-form .form-item{
    width: 31%;
}
.inner-form .form-item span{
    width: 100%;
    display: block;
}
.benefits-row{
    margin-top: 33px;
}
.benefits-item{
    width: calc(33.3% - 20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 33px;
    padding-bottom: 26px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;

}
.benefits-item img{
    height: 55px;
    margin-bottom: 14px;
}


.projects{
    background-image: url('../img/projects-bg.jpg');
    background-size: cover;
}
.projects-carousele{
    margin: 43px auto 67px;
    width: calc(var(--container) - 60px);
}
.glide__slides{
    margin: 0;
}
.glide__slide{
    padding-left: 10px;
    padding-right: 10px;
}
.project-item{
    /* overflow: hidden; */
    height: calc(var(--container) * 0.23);
    display: block;
    position: relative;
}
.project-item figure{
    height: 100%;
    width: 100%;
}
.project-item a{
    border-radius: 15px;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.project-item a::after{
    transition: all .3s;
    border-radius: 15px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(35, 32, 32, .5);
    opacity: 0;
    z-index: -1;
}
.project-item:hover a::after{
    opacity: 1;
    z-index: 1;
}
.project-item a img{
    border-radius: 15px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.slb_details{
    display: none;
}
.glide__arrows .glide__arrow{
    position: absolute;
    top: 50%;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    height: 45px;
    width: 45px;
    cursor: pointer;
    transition: all .3s;
    transform: translateY(-50%);
}
.glide__arrows .glide__arrow:hover{
    /* background-color: #cbcbcb; */
    color: #FFB320;
}
.glide__arrow.glide__arrow--left{
    right: calc(100% + 10px);
    z-index: 8;
}
.glide__arrow.glide__arrow--right{
    left: calc(100% + 10px);
    z-index: 8;
}
.btn-more{
    text-align: center;
}

.production-subcat-row{
    margin-top: 32px;
    margin-left: -15px;
    margin-right: -15px;
}

.production-subcat-item-outer{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    height: 383px;
}
.production-subcat-item{
    width: 100%;
    /*height: calc(var(--container) * 0.31);*/
    height: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 45.6164px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .5s;
}
.production-subcat-item:hover{
    box-shadow: none;
}
.production-subcat-item-front{
    height: 100%;
    padding: 25px 25px 45px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.production-subcat-num{
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    color: #E9E9E9;
    color: #fff;
    font-size: 100px;
    font-weight: 900;
    line-height: 0.8;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.production-subcat-item-front-img{
    border-radius: 15px;
    width: 100%;
}
.production-subcat-name{
    margin: 0;
    text-align: center;
    font-size: 22px;
}
.production-subcat-item-back{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #FFCE6E 0%, #FFE86E 100%);
    padding: 27px 37px;
    text-align: center;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}
.production-subcat-item:hover .production-subcat-item-back{
    z-index: 1;
    opacity: 1;
}
.production-subcat-item-back .btn{
    background: #fff;
    padding: 3px 15px;
    margin-top: auto;
}
.production-subcat-item-back .btn:hover{
    color: #FFB320;
}
.production-subcat-item-back .to-product{
    margin-top: 6px;
    font-size: 18px;
    line-height: 1;
}
.production-subcat-item-back .to-product:hover{
    color: #fff;
}
.production-subcat-item-back .to-product + .to-product{
    margin-top: 15px;
}

.services{
    background-image: url('../img/services-bg.jpg');
    background-size: cover;
}
.services-top .btn{
    margin-left: auto;
}
.services-row{
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.service-item-outer{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    height: 160px;
}
.service-item{
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    --width-image: 160px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	outline-color: transparent;
}
.service-item:hover{
	outline: 2px solid #FFCE6E;

}

.service-img{
    width: var(--width-image);
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.service-img img{
    object-fit: cover;
    height: 100%;
}
.sevice-text{
    width: calc(100% - var(--width-image));
    padding: 20px;
}
.service-name{
	text-align: center;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 24px;
    color: #232323;
}
.service-descr{
    position: absolute;
    padding-left: 30px;
    padding-right: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    font-size: 14px;
    color: rgba(23, 23, 23, .8);
    line-height: 1.4;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}
.service-item:hover .service-descr{
    opacity: 1;
    z-index: 1;
}
.service-descr p{
    margin: 0;
}
.about-us-img{
    width: 50%;
    overflow: hidden;
    border-radius: 15px;
}
.about-us-img img{
    object-fit: cover;
    height: 100%;
}
.index .about-us-text{
    padding-left: 30px;
}
.about-us-text{
    width: 50%;
}
.about-us-text-text{
    font-size: 16px;
    line-height: 1.375;
}
.about-us-text-text p{
    margin: 0;
    margin-bottom: 15px;
}


footer{
    background-color: #F4F4F4;
}
.footer-top{
    padding-top: 30px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(23, 23, 23, .2);
}
.footer-top .footer-left{
    width: 24%;
}
.footer-top .footer-left{
    width: 24%;
}
.footer-top .footer-contacts{
    width: 21%;
}
.footer-top > .footer-form{
    width: 35%;
}

.footer-descr{
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
}
.footer-social a{
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}
.footer-social a:hover{
    color: #FFB320;
}
.footer-social a + a{
    margin-left: 15px;
}
.footer-title{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.footer-menu ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.footer-menu ul li + li{
    margin-top: 20px;
}
.footer-menu ul li a{
    font-weight: 500;
}
footer a:hover{
    color: #FFB320;
}
.footer-contacts > * + *{
    margin-top: 20px;
}
.footer-contacts i{
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    margin-right: 8px;
}
.footer-contacts .phones-list{
    width: calc(100% - 40px);
}

.footer-bottom{
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .form-item + .form-item{
    margin-top: 10px;
}
footer .form-item input{
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
footer .form-item input[type="submit"]{
    background-color: #FFCE6E;
    color: #fff;
    transition: all 0.3s;
}
footer .form-item input[type="submit"]:hover{
    color: #000;
    border-color: transparent;
}

/* CATEGORIES */
.categories-products {
    margin-top: -95px;
    position: relative;
    z-index: 1;
}
.categories-row{
    margin-left: -15px;
    margin-right: -15px;
}
.categories-item-outer{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}
.categories-item{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    --categories-item-height: 200px;
    /*height: var(--categories-item-height);*/
    height: 100%;
    transition: all .3s;
    border: 3px solid transparent;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
}
.categories-item:hover{
    border-color: #FFCE6E;
}
.categories-item-img{
    /*width: calc(var(--categories-item-height) - 20px);*/
    /*background-size: 80%;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    border-radius: 15px;
    width: 50%;
}
.categories-item-right{
    width: 50%;
    padding-left: 10px;

}
.category-name{
    text-align: center;
    font-size: 18px;
    line-height: 1.444;
    font-weight: 500;
}
.btn-to-single{
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.444;
    font-weight: 400;
    margin-top: auto;
    width: 100%;
    background-color: #fff;
    border: 1px solid #FFCE6E;
}
.categories-item:hover .btn-to-single{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.category-form{
    margin-top: 58px;
    background-color: #f4f4f4;
}
.category-form .container{
    position: relative;
    padding-left: 160px;
}
.category-form-img{
    position: absolute;
    right: 85%;
    top: -30%;
    bottom: -20%;
    height: 150%;
    width: 100%;
    text-align: right;
}
.category-form-img img{
    height: 100%;
}
.category-form-form{
    padding-top: 36px;
    padding-bottom: 55px;
}
.category-form-form .standard-title{
    text-align: center;
    margin-bottom: 25px;
}
.first-line .form-item{
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
}
.second-line .form-item:first-child{
     width: calc(66.666% - 10px);
}
.second-line .form-item:last-child{
    width: calc(33.333% - 20px);
}
.category-form-form input,
.category-form-form textarea{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.category-form-form textarea{
    resize: none;
}
.category-form-form input[type="submit"]{
    background: linear-gradient(90deg, #FFCE6E 1.57%, #FFE86E 98.43%);
    color: #fff;
}
.category-form-form input[type="submit"]:hover{
    color: #000;
    border-color: transparent;
}
.category-form-form .ajax-loader{
    display: none;
}
.about-us-text + .about-us-img{
    border-radius: 0 15px 15px 0;
    width: calc(50% - 30px);
    margin-left: 30px;
}
/* CATEGORIES END */

/* SINGLE PRODUCT */
.main-info{
    margin-bottom: 50px;
}
.main-info .container {
    align-items: center;
}
.product-img-big{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 60%;
    height: calc(var(--container) * .45);
}
.product-img-big.transparent{
    transition: all .5s;
    opacity: 0;
    /* width: 0; */
}
.product-img-miniatures{
    padding: 15px 30px;
    width: 15%;
    justify-content: center;
}
.product-img-miniatures .product-img-min{
    cursor: pointer;
    height: 100px;
    width: calc(var(--container)*0.1);
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    /*background-size: 80%;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.product-img-miniatures .product-img-min + .product-img-min{
    margin-top: 15px;
}
.product-text{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 25%;
}
.product-name{
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: 600;
}
.product-text-inner{
    /* flex-grow: 1; */
    border-radius: 30px;
    padding: 28px 24px;
    background: linear-gradient(90deg, #FFCE6E 1.57%, #FFE86E 98.43%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 1.333;

}
.product-text-inner p{
    margin: 0;
}
.product-text-inner p + p{
    margin-top: 10px;
}

.secondary-info{
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 57px 65px 45px;
    margin-bottom: 64px;
}

.secondary-info-row {
    align-items: flex-start;
}

.secondary-info-row + .secondary-info-row{
    margin-top: 40px;
}

.wp-video {
    margin-left: auto;
    margin-right: auto;
}

.secondary-info-row > *:last-child{
    width: 100%;
}
.secondary-info-text{
    width: calc(50% - 15px);
}
.secondary-info-img{
    width: calc(50% - 15px);
    border-radius: 15px;
}
.secondary-info-row .secondary-info-text + .secondary-info-img,
.secondary-info-row .secondary-info-img + .secondary-info-text{
    width: calc(50% - 15px);
}
.secondary-info-text{
    font-size: 18px;
    line-height: 1.333;
}
.secondary-info-text .secondary-info-title{
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 18px;
}
.product .category-form{
    margin-bottom: 50px;
}
/* SINGLE PRODUCT END*/


/* CONTACTS PAGE */
.contacts-row{
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 33px 0;
    margin-bottom: 47px;
    width: 100%;
}
.contacts-row-item{
    width: 33.33%;
}
.contacts-row-item + .contacts-row-item{
    border-left: 1px solid #c4c4c4;
}
.contacts-row-item-icon{
    width: 100px;
    height: 100px;
    font-size: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #FFB320;
    margin-bottom: 17px;
}
.contacts-row-item-content{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    margin: 0 75px;
    text-align: center;
}
.contacts-row-item-content > * + *{
    margin-top: 10px;
}
.map-form{
    margin-bottom: 50px;
}

.contacts-map{
    flex-grow: 1;
    border-radius: 15px;
    overflow: hidden;
}
.contacts-map iframe{
    width: 100%;
    height: 100%;
}
.map-form .form-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}



.map-form .form{
    width: 445px;
    border-radius: 15px;
    background: #f4f4f4;
    padding: 30px 65px 53px;
    margin-left: 30px;
}
.map-form .form .form-item + .form-item{
    margin-top: 20px;
}
.map-form .form input,
.map-form .form textarea{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    resize: none;
}
.map-form .form input:hover,
.map-form .form textarea:hover,
.map-form .form input:focus,
.map-form .form textarea:focus{
    border-color: rgba(0, 0, 0, .3);
}
.map-form .form .ajax-loader{
    display: none;
}
.map-form .form input[type='submit']{
    background: linear-gradient(90deg, #FFCE6E 1.57%, #FFE86E 98.43%);
    color: #fff;
}
.map-form .form input[type='submit']:hover{
    border-color: transparent;
    color: #232323;
}

/* CONTACTS PAGE END*/

.with-yellow{
    position: relative;
}
.yellow-about{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% - 15px);
    z-index: 1;
    padding: 35px 55px;
    background: linear-gradient(90deg, #FFCE6E 1.57%, #FFE86E 98.43%);
    border-radius: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}
.yellow-about p{
    margin: 0;
}
.about-us-page li + li{
    margin-top: 15px;
}
.yellow-quotes{
    position: absolute;
    opacity: .5;
}
.yellow-quotes.open{
    top: 10px;
    right: 15px;
}
.yellow-quotes.close{
    bottom: 10px;
    left: 15px;
}

.up-button{
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(90deg, #FFCE6E 1.57%, #FFE86E 98.43%);
    position: fixed;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    font-size: 28px;
    z-index: 997;
}
.up-button:hover{
    color: #000;
}
.up-button.hide{
    opacity: 0;
    z-index: -1;
}
.contacts-row-item-content a:hover{
    color: inherit;
}
/* -------------MOBILE--------------- */
@media(max-width: 1199px){
    body{
        --container: 960px;
    }
    #menu-top-menu li + li {
        margin-left: 20px;
    }

    .inner {
        background-image: url(../img/inner-bg.jpg);
        background-size: cover;
        padding-top: 86px;
        padding-bottom: 42px;
    }
    .inner h1 {
        font-size: 43px;
    }
    .inner .inner-descr {
        font-size: 15px;
    }
    .standard-padding {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .standard-title {
        font-size: 30px;
    }
    .projects-carousele {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-menu ul li + li {
        margin-top: 10px;
    }
    .footer-top {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .projects-carousele {
        width: calc(var(--container) - 110px);
    }
    .inner-small {
        height: 250px;
    }
    .inner-small h1 {
        font-size: 30px;
    }
    .category-name {
        text-align: center;
        font-size: 14px;
    }
    /*.categories-item-img {*/
    /*    width: calc(var(--categories-item-height) - 30px);*/
    /*}*/
    .btn-to-single {
        font-size: 13px;
    }
    .category-form-form {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .category-form .container {
        padding-left: 230px;
    }
    .category-form-img {
        right: 73%;
    }
    .secondary-info-text {
        font-size: 16px;
    }
    p{
        margin-bottom: .5em;
        margin-top: .3em;
    }
    .form-item{
        font-size: 14px
    }
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="mask"],
    input[type="submit"],
    textarea {
        padding: 14px 23px;
        font-size: 14px;
    }
    .contacts-row-item-content {
        font-size: 15px;
    }
    .map-form .form {
        padding: 25px 65px 30px;
    }
    .contacts-row-item-icon {
        width: 75px;
        height: 75px;
}

}

@media(max-width: 991px){
    body{
        --container: 720px;
    }
    .logo {
        font-size: 25px;
    }
    .logo img {
        height: 50px;
    }
    .mobile-menu-btn{
        display: block;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 30px;
        background: linear-gradient(90deg, #FFCE6E 1.57%, #FFE86E 98.43%);
        border: 1px solid transparent;
        transition: all .3s;
    }
    .mobile-menu-btn:hover{
        background: transparent;
        border-color: #FFB320;
    }
    .mobile-menu-btn i{
        margin-right: 10px
    }
    .nav-top{
        display: none;


    }
    .nav-top.shown{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, .8);
        backdrop-filter: blur(3px);
        border-radius: 30px;
        padding: 100px 150px;
        z-index: 1000;
        display: block;
    }
    #menu-top-menu{
        font-size: 36px
    }
    .nav-top-bg{
    }
    .nav-top-bg.shown{
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        transition: all .5s;
        background-color: rgba(0, 0, 0, .3);
        z-index: 998;
    }
    .nav-top ul{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #menu-top-menu li + li {
        margin-left: 0;
    }
    .inner-text {
        flex-direction: column;
        align-items: center;
    }
    .inner h1 {
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 27px;
    }
    .inner .inner-descr {
        order: unset;
        width: 70%;
        margin-right: auto;
    }
    .production-subcat-num {
        font-size: 62px;
    }
    .production-subcat-item-front {
        padding: 15px 15px 22px;
    }
    .production-subcat-name {
        font-size: 15px;
    }
    .production-subcat-item-back .to-product {
        font-size: 14px;
    }
    .btn {
        font-size: 14px;
    }
    .production-subcat-item-front {
        background-position: 50% 39%;
    }
    .production-subcat-item-back {
        padding: 27px 20px;
    }
    .service-name {
        font-size: 16px;
    }
    .service-descr {
        padding-left: 20px;
        padding-right: 15px;
        font-size: 12px;
    }
    .standard-title {
        font-size: 24px;
    }
    .about-us-text-text {
        font-size: 13px;
    }
    .footer-top .footer-left {
        width: 40%;
        order: 3;
    }
    .footer-top .footer-menu{
        width: 40%;
        order: 4;
    }
    .footer-top .footer-contacts {
        margin-bottom: 30px;
        width: 30%;
        order: 1;
    }
    .footer-top > .footer-form {
        margin-bottom: 30px;
        width: 60%;
        order: 2;
    }
    .footer-menu ul li + li {
       margin-top: 0;
    }
    .categories-item-outer {
        width: 50%;
    }
    .production-subcat-item-outer {
        height: 300px;
    }
    .category-form-img{
        display: none;
    }
    .category-form .container {
        padding-left: 15px;
    }
    .product-text-inner {
        padding: 20px 23px;
        font-size: 14px;
    }
    .secondary-info-text {
        font-size: 14px;
    }
    .yellow-about {
        font-size: 16px;
    }
    .contacts-row{
        flex-direction: column;
        padding: 20px 40px;
    }
    .contacts-row-item{
        flex-wrap: nowrap;
        width: 100%;
        flex-direction: row;
        padding: 10px 0;
    }
    .contacts-row-item + .contacts-row-item{
        border-left: none;
        border-top: 1px solid #c4c4c4;;
    }
    .contacts-row-item-icon{
        margin-bottom: 0;
    }
    .contacts-map{
        height: 300px;
        margin-bottom: 30px;
    }
    .map-form .form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .product-img-miniatures {
        order: 1;
        width: 60%;
        flex-direction: row;
    }
    .product-img-miniatures .product-img-min {
        width: 20%;
    }
    .product-text {
        width: 40%;
        padding-left: 20px;
    }
    .main-info .container.flex {
        flex-wrap: wrap;
    }
    .product-img-miniatures .product-img-min + .product-img-min {
        margin-top: 0;
        margin-left: 10%;
    }
}
@media(max-width: 767px) {
    body{
        --container: 540px;
    }
    .phones-button{
        display: flex;
        cursor: pointer;
    }
    .header-phones .phones-list{
        position: absolute;
        right: 99%;
        font-size: 0;
        padding: 0;
        left: 100vw;
        top: 0;
        bottom: 0;
    }
    .header-phones .phones-list.shown{
        font-size: 15px;
        left: calc(100% - var(--container)*0.75);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 35px;
        background-color: #FFCF6F;
    }
    .header-social {
        margin-right: 15px;
    }
    .inner h1 {
        font-size: 33px;
    }
    .inner .inner-descr {
        font-size: 12px;
    }
    .inner-form .form-name {
        font-size: 18px;
    }
    .standard-title {
        font-size: 18px;
    }
    .inner-form .form-item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .inner-form .form-item + .form-item {
        margin-top: 15px;
    }
    .benefits-item {
        font-size: 12px;
    }
    .project-item {
        height: calc(var(--container) * 0.55);
    }
    .production-subcat-item-outer {
        width: 50%;
        height: 310px;
    }
    /*.production-subcat-item {*/
    /*    height: calc(var(--container) * 0.45);*/
    /*}*/
    .service-img{
        display: none;
    }
    .sevice-text{
        width: 100%;
    }
    .service-item{
        background-color: rgba(255, 255, 255, .8);
    }
    .services-row{
        width: var(--container);
    }
    .about-us-img{
        width: 100%;
        border-radius: 15px;
    }
    .about-us-text{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .index .about-us-text {
        padding-left: 0;
    }

    .about-us-img + .about-us-text,
    .about-us-text + .about-us-img{
        margin-top: 15px;
    }
    .footer-top .footer-form{
        order: 1;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-top .footer-contacts{
        order: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .up-button{
        bottom: 50px;
        right: 50px;
    }

    .categories-item.nowrap{
        height: 100%;
        --categories-item-height: 200px;
        flex-wrap: wrap;
    }
    .categories-item-img{
        width: 100%;
        top: 0;
        /*height: var(--categories-item-height);*/
    }
    .categories-item-right{
        width: 100%;
        padding: 0 15px;
    }
    .category-name{
        margin-top: 10px;
    }
    .main-info .container.nowrap{
        flex-wrap: wrap;
    }
    .secondary-info {
        padding: 35px 40px 35px;
    }
    .secondary-info-text{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .secondary-info-row .secondary-info-text + .secondary-info-img,
    .secondary-info-row .secondary-info-img + .secondary-info-text {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .secondary-info-img{
        width: 100%;
    }
    .secondary-info-row + .secondary-info-row{
        margin-top: 15px;
    }
    .first-line .form-item{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .second-line .form-item:first-child,
    .second-line .form-item:last-child{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .second-line .form-item:last-child{
        margin-top: 15px;

    }
    .yellow-about{
        position: relative;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .contacts-row{
        margin-bottom: 30px;
    }
    .contacts-row-item-content{
        margin-left: 30px;
        margin-right: 15px;
    }
    .map-form .form .form-item + .form-item{
        margin-top: 10px;
    }
    .product-text {
        order: -1;
        width: 100%;
        padding-left: 0;
    }
    .product-img-big {
        width: calc(var(--container) * .9);
        margin-left: auto;
        margin-right: auto;
        height: calc(var(--container) * .6);
    }
    .product-img-miniatures {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }


}
@media(max-width: 575px) {
    body{
        --container: 100%;
    }
    header{
        height: auto;
		border-bottom: none;
    }
    header .container{
        justify-content: space-between;
    }
    .mobile-menu-btn{
        width: 40%;
        text-align: center;
    }
    .header-social{
        width: 50%;
    }
    .mobile-menu-btn{
        margin-right: 0;
    }
    .header-phones{
        margin-left: auto;
        background: linear-gradient(90deg, #FFCE6E 0%, #FFE86E 100%);
        padding: 5px;
        border-radius: 30px;
    }
    .header-phones:before{
        display: none;
    }
    .header-phones .phones-list{
        top: calc(100% + 10px);
        right: -15px;
        bottom: auto;
        left: -100vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-phones .phones-list.shown{
        left: auto;
        width: 100vw;
    }
	.inner{
		padding-top: 120px;
	}
    .inner h1{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .inner .inner-descr{
        margin-bottom: 0;
        width: 100%;
        margin-bottom: 17px;
    }
    .inner .inner-descr ul {
        /*width: 100%;*/
        padding: 15px 15px 15px 40px;
    }
    .inner-form{
        margin-top: 15px;
        padding: 15px;
    }
    .inner-form .form-name {
        font-size: 13px;
    }
    .benefits-item{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .benefits-item + .benefits-item{
        margin-top: 15px;
    }
    .benefits-row{
        margin-top: 15px;
    }
    .projects-carousele {
        width: calc(var(--container) - 86px);
    }
    .project-item{
        height: 180px;
    }
    .production-subcat-item-outer{
        width: 100%;
        height: auto;
    }
    .production-subcat-item{
        /*height: 200px;*/
        margin-bottom: 15px;
    }
    .production-subcat-item-back .to-product {
        font-size: 21px;
    }
    .service-item-outer{
        width: 100%;
    }
    .services-top .standard-title{
        width: 100%;
    }
    .services-top .btn{
        margin-left: 0;
        margin-top: 15px;
    }
    .btn {
        padding: 12px 30px;
    }
    .services-row{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .service-item-outer{
        margin-bottom: 15px;
    }
    .footer-top .footer-left{
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-top .footer-contacts {
        margin-bottom: 15px;
    }
    .footer-title{
        margin-bottom: 10px
    }
    .made-by{
        width: 100%;
        margin-top: 15px;
    }
    .up-button{
        bottom: 25px;
        right: 25px;
    }
    .categories-item-outer{
        width: 100%;
    }
    .inner-small h1 {
        font-size: 19px;
    }
    .breadcrumbs a, .breadcrumbs span{
        font-size: 12px;
    }
    .inner-small {
        padding-top: 50px;
        height: 166px;
    }

    .product-img-miniatures .product-img-min{
        width: 60px;
    }
    .nav-top.shown {
        padding: 25px 50px;
    }
    .yellow-about {
        font-size: 14px;
    }
    .contacts-row-item-icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .contacts-row-item-content{
        font-size: 13px;
    }
    .map-form .form-title{
        font-size: 15px;
    }
    .map-form .form{
        padding: 20px 15px;
    }
    .product-img-big {
        width: calc(var(--container) * .9);
        margin-left: auto;
        margin-right: auto;
        height: calc(100vw * .6);
    }



}
