@import url(jquery.fancybox3.min.css);
@import url(settings.css);
@import url(swiper-bundle.min.css);
body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
p{
    margin-bottom: 20px;
}
h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.invert h2{
    color: #fff;
}

.button{
    background: #3DAD4F;
    width: auto;
    height: 40px;
    padding: 8px 40px 8px 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    border: 1px solid #3DAD4F;
    text-align: center;
    transition: all 200ms ease-out;
    cursor: pointer;
    justify-content: center;
}
.button:hover{
    color:#3DAD4F;
    background: transparent;
    border:1px solid #3DAD4F;
}
.button.invert{
    color:#272727;
    background: transparent;
    border:1px solid #3DAD4F;
}
.button.button-gray{
    color:#fff;
    background: transparent;
    border:1px solid #fff;
}
.button.invert:hover, .button.button-gray:hover{
    color:#fff;
    background: #3DAD4F;
    border:1px solid #3DAD4F;
}
a{
	transition: all 200ms ease-out;
    color: #3DAD4F;
}
a:hover{
    color: #272727;
}
.invert a:hover{
    color: #fff;
}
a:focus{
    border: none;
    outline:none;
}
.base-template{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}
.main{
    flex-grow: 1;
}
.footer-section{
    flex-shrink: 0;
    padding: 40px 0;
}
.invert{
    color: #fff;
    background: #272727;
}
.text{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.swiper-container{
    position: relative;
    overflow: hidden;
}
section{
    padding: 60px 0;
}
.img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.invert .form-control{
    border-color:#fff;
    color: #fff;
}
.invert .form-control::-moz-placeholder {
    color: #ffffff99;
    opacity: 0.7;
    opacity: 1;
}
.invert .form-control:-ms-input-placeholder {
    color: #ffffff99;
    opacity: 0.7;
}
.invert .form-control::-webkit-input-placeholder {
    color: #ffffff99;
    opacity: 0.7;
}
.invert textarea.form-control{
    border: 1px solid #ffffff99;
}
.form-control:focus{
    background: transparent !important;
}
@media (max-width: 767px) {
    section{
        padding: 30px 0;
    }
    h2{
        font-size: 28px;
    }
}
@media (max-width: 600px) {
    h2{
        font-size: 20px;
    }
}
/*header-wrapper*/

.header-wrapper{
    background: #272727;
    color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-push{
    height: 103px;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px;
}
.logo{
    width: 60px;
    height: 60px;
    display: block;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-wrapper{
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.logo-text{
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.logo-title{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
}
.logo-subtitle{
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
}
.phone{
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #fff;
}
.phone:hover{
    color: #3DAD4F !important;
}
.header-wrapper .contacts{
    display: flex;
    grid-gap: 30px;
    align-items: center;
}
.header-wrapper .contacts-inner{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.button-icon{
    display: none;
}
.mobile-logo-text{
    display: none;
}
.swiper-scrollbar-drag{
    background: #3DAD4F;
}
@media (max-width: 1100px) {
    .phone{
        font-size: 20px;
    }

}
@media (max-width: 991px) {
    .header-wrapper .contacts-inner{
        grid-gap: 5px;
    }
    .header-wrapper .contacts{
        grid-gap: 20px;
    }
    .text {
        font-size: 18px;
    }
    .button{
        font-size: 13px;
    }
    .logo-subtitle{
        font-size: 12px;
    }
    .logo-wrapper{
        grid-gap: 10px;
    }
    .logo-title{
        font-size: 14px;
    }
    .logo{
        width: 50px;
        height: 50px;
    }
    .header-push{
        height: 93px;
    }
    .header-inner{
        grid-gap: 10px;
    }
    .header-wrapper .button{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
	.button-icon{
        display: block;
    }
    .button span{
        display: none;
    }
    .header-wrapper .button{
        padding: 0;
        height: auto;
        border: none;
        background: transparent;
    }
    .header-wrapper .button-icon svg{
        width: 35px;
        height: 35px;
    }
    .header-wrapper .button path{
        transition: all 200ms ease-out;
    }
    .header-wrapper .button:hover path{
        fill: #fff !important;
        transition: all 200ms ease-out;
    }
    .phone {
        font-size: 18px;
    }
}
@media (max-width: 630px) {
    .header-wrapper .contacts-inner{
        display: none;
    }
    .header-wrapper .button-icon svg{
        width: 24px;
        height: 24px;
    }
    .header-inner{
        justify-content: flex-end;
    }
    .logo-wrapper{
        margin-right: auto;
        padding-right: 20px;
    }
}
@media (max-width: 460px) {
    .logo-title, .logo-subtitle{
        display: none;
    }
    .header-wrapper{
        padding: 7.5px 0;
    }
    .mobile-logo-text{
        display: block;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0em;
        text-align: left;
        font-size: 18px;
    }
    .header-push{
        height: 60px;
    }
    .logo{
        height: 45px;
        width: 45px;
    }
}
@media (max-width: 370px) {
    .mobile-logo-text{
        font-size: 14px;
    }
    .phone{
        font-size: 14px;
    }
}
/*header-wrapper./*/

/*main-screen*/
.main-screen{
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 0;
    color: #fff;
}
.main-screen:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #272727CC;
}
h1{
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.main-screen .inner{
    z-index: 1;
    position: relative;
}
.main-screen .subtitle{
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.main-screen .subtitle:nth-child(3){
    margin-bottom: 90px;
}
.main-screen .subtitle span{
    text-transform: uppercase;
    color: #3DAD4F;
}
.features-list{
    columns: 2;
}
.features-list li{
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.features-list li:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url(../images/check.png);
    display: block;
    width: 16px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    h1{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .main-screen .subtitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .features-list li{
        margin-bottom: 10px;
    }
    .features-list .text{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
	
}
@media (max-width: 630px) {
    .features-list{
        columns: 1;
    }
    .main-screen h1{
        font-size: 26px;
    }
    .hid-mob{
        display: none;
    }
}
@media (max-width: 444px) {
	
}
/*main-screen./*/
/*catalog-section*/

.catalog-inner{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.catalog-section .swiper-scrollbar{
    display: none;
}
.catalog-section .item{
    width: 100%;
    overflow: hidden;
}
.catalog-item-slider{
    position: relative;
}
.arrow{
    display: flex;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #ffffff99;
    z-index: 10;
}
.arrow svg{
    width: 22px;
    height: 22px;
}
.arrow.none{
    display: none !important;
}
.swiper-button-next svg{
    position: relative;
    right: 2px;
}
.swiper-button-prev svg{
    position: relative;
    right: 2px;
}
.arrow:after{
    display: none;
}
.swiper-button-next{
    transform: rotate(180deg);
}
.catalog .img-wrapper{
    width: 100%;
    aspect-ratio: 3/4;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}
.catalog-section .title{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.price{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #3dad4f;
}
.chars{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chars li{
    margin-bottom: 10px;
}
.chars li:last-child{
    margin-bottom: 0;
}
.chars li span{
    font-weight: 500;
}
.button-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.item-in:not(:first-child), .video-item:not(:first-child){
    display: none;
}
.simple-slider-wrapper .swiper-container.swiper-initialized .item-in,
.catalog-item-slider.swiper-initialized .item-in,
.tech-slider-wrapper.swiper-initialized .item-in,
.backlight-slider-wrapper.swiper-initialized .item-in,
.video-tech-slider-wrapper.swiper-initialized .item-in{
    display: block;
}
@media (max-width: 991px) {
    .catalog-inner{
        grid-gap: 20px;
    }
    .chars{
        font-size: 18px;
    }
    .catalog-section .title{
        font-size: 18px;
    }
    .price{
        font-size: 20px;
    }
}
@media (max-width: 767px) {
	.catalog-inner{
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
    }
}
@media (max-width: 600px) {
    .catalog-section .swiper-scrollbar, .swiper-scrollbar{
        display: block;
    }
    .catalog-inner{
        grid-template-columns: repeat(2,1fr);
    }
    .catalog.swiper-initialized .catalog-inner{
        display: flex;
        grid-gap: 0;
    }
    .catalog-section .swiper-scrollbar{
        bottom: 60px !important;
    }
    .catalog-section .button-wrapper{
        margin-top: 60px;
    }
}
@media (max-width: 500px) {
    .arrow.two-none-xs{
       display:flex !important;
    }
    .arrow.one-none-xs{
        display:none !important;
    }
}
@media (max-width: 375px) {
	.catalog-section .button{
        width: 100%;
        justify-content: center;
    }
}
/*catalog-section./*/
/*video-section*/
.video{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.video-tech-slider{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap:10px;
}
.video-tech-slider-wrapper.swiper-initialized .video-tech-slider {
    display: flex !important;
    grid-gap: 0;
}
.tech-slider{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap:10px;
}
.tech-slider-wrapper.swiper-initialized .tech-slider {
    display: flex !important;
    grid-gap: 0;
}

.tech-img{
    margin-bottom: 30px;
}
.video .title{
    letter-spacing: 0.18px;
    margin-bottom: 20px;
}
.video .text{
    margin-bottom: 20px;
}
.video iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 2/1.12;
}
.video-img{
    position: relative;
    aspect-ratio: 2/1.12;
    width: 100%;
    background: #ccc;
}
.video-img-wrapper{
    position: relative;
    width: 100%;
}
.tech-video  .video-img-wrapper{
    aspect-ratio: auto;
}
.video-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.tech-section .video-img{
     aspect-ratio: 1/1;
}
.tech-section .img-wrapper{
    aspect-ratio: 1/1;
}
.video-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-section .item{
    width: 100%;
    overflow: hidden;
}
.video-section .video-holder{
    position: absolute;
    top: 0;
    right: calc(50% - 70px);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.video-section .video-holder-icon{
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.video-section .video-holder-icon a{
    display: block;
    height: 100%;
    position: relative;
    border-radius: 100%;
    background: rgba(255,255,255, 0.25);
    z-index: 5;
}
.video-section .video-holder-icon a:hover{
    background: rgba(255,2,2,1);
}
.video-section .video-holder-icon .play-icon{
    display: inline-block;
    border-left: 36px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -12px;
    transition: all 200ms ease-out;
}
.video-section .video-holder-icon .animation-element{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    animation: video-section-type1-animaion 2s linear infinite;
    box-shadow: 0 0 0 5px #fff;
    transition: all 0.3s ease;
    z-index: -1;
}
.video-tech-slider-wrapper .swiper-scrollbar.none-xs{
    display: none;
}
@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0.0; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } 
}
.swiper-button-next-video-tech,
.swiper-button-prev-video-tech{
    top: calc(50% - 17px);
}
@media (max-width: 991px) {
	.video-tech-slider-wrapper .swiper-scrollbar.none-xs{
        display: block;
    }
	.video{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

}
@media (max-width: 600px) {
    .video-section .video-holder-icon{
        width: 80px;
        height: 80px;
    }    
    .swiper-button-next-video-tech,
    .swiper-button-prev-video-tech{
        top: calc(50% - 30px);
    }
    .video-section .video-holder-icon .play-icon{
        border-left: 26px solid #fff;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        margin-top: -13px;
        margin-left: -8px;
    }
    .video-section .video-holder{
        right: calc(50% - 40px);
    }
    .video-tech-slider-wrapper .swiper-scrollbar{
        display: block;
    }
    .video-tech-slider-wrapper .arrow{
        display: none !important;
    }
    .video-title{
        font-size: 15px;
    }
    .video-tech-slider{
        margin-bottom: 20px;
    }
    .none-xs{
        display: none;
    }
}
@media (max-width: 500px) {
    .video-tech-slider{
        grid-template-columns:1fr;
    }
    .tech-slider{
        grid-template-columns:1fr;
    }
}

/*video-section./*/
/*materials-section*/
.materials-section .materials{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 26px;
}
.materials-section .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio:2/1.45;
    margin-bottom: 15px;
}
.materials-section .text{
    margin-bottom: 30px;
}
.materials span{
    font-size: 14px;
}
@media (max-width: 1259px) {
    
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
	.materials-section .materials{
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px;
    }
    .materials-section .materials .item:nth-child(3){
        grid-column: 1/3;
    }
    .materials-section .materials .item .img-wrapper{
        aspect-ratio: 1/1;
    }
    .materials-section .materials .item:nth-child(3)  .img-wrapper{
        aspect-ratio: 2/1;
    }
}
@media (max-width: 444px) {
	
}
/*materials-section./*/
/*fencing-section*/
.fencing-section .text{
    margin-bottom: 30px;
}
.fencing .item{
    width: 100%;
    margin-bottom: 15px;
}

.fencing .img-wrapper{
    width: 100%;
    aspect-ratio: 3/4;
    margin-bottom: 15px;
}
.fencing .item-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px; 
}
.fencing{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
@media (max-width: 991px) {
    .fencing{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .fencing{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 375px) {
    .fencing{
        grid-template-columns: 270px;
    }
}
.fencing-wrapper.swiper-initialized .fencing{
    display: flex;
    grid-gap: 0;
}
.fencing-wrapper .item:not(:first-child){
    display: none;
}
.fencing-wrapper.swiper-initialized .item{
    display: block;
}
.fencing-wrapper{
    padding-bottom: 20px;
}
.fencing-section{
    padding-bottom: 40px;
}
.fencing-wrapper .img-wrapper{
    border: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
    .simple-slider-wrapper{
        padding-bottom: 40px;
    }
}
@media (max-width: 375px) {
	.simple-slider-wrapper .item{
        width: 270px !important;
    }
}
/*fencing-section./*/

/*action-section*/
.action-section{
    display: flex;
}
.action-left{
    width: 585px;
    padding-right: 15px;
    margin-left:auto;
    margin-right: 0;
}
.action-right{
    width: 50%;
    padding-left: 15px;
}
.action-left-inner{

}
.action-section .text{
    margin-bottom: 30px;
}
.action-section h2{
    color: #3DAD4F;
    font-weight: 600;
}
.action-section .img-wrapper{
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
}

@media (max-width: 1200px) {
    .action-left{
        width: 50%;
        margin-left: 15px;
    }
    .action-right{
        width: 50%;
    }
}
@media (max-width: 767px) {
	.action-right{
        display: none;
    }
    .action-left{
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
}
/*action-section./*/

/*services-section*/
.services-section{
    padding-bottom: 1px;
}
.services-section .text{
    margin-bottom: 30px;
}
.services-section .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    margin-bottom: 15px;
}
.services-wrapper{
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.services-wrapper:nth-child(2){
    margin-bottom: 0;
}
.services{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
@media (max-width: 991px) {
    .services{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .services{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 375px) {
    .services{
        grid-template-columns: 270px;
    }
}
.services-wrapper.swiper-initialized .services{
    display: flex;
    grid-gap: 0;
}
.services-wrapper .item:not(:first-child){
    display: none;
}
.services-wrapper.swiper-initialized .item{
    display: block;
}
/*services-section./*/
/*backlight-section*/
.backlight-section .text{
    margin-bottom: 30px;
}
.backlight .item{
    width: 100%;
    overflow: hidden;
}
.backlight-section .subtitle{
    font-weight: 600;
    color: #3DAD4F;
}
.backlight-section .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
}
.backlight{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
}
.backlight-section .img-wrapper{
    border: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
    .backlight{
        grid-gap: 20px;
    }
}

@media (max-width: 600px) {
    .backlight-wrapper.swiper-initialized .backlight{
        display: flex;
        grid-gap: 0;
    }
    .backlight-wrapper .item{
        width: 270px !important;
    }
    .backlight-section .img-wrapper{
        aspect-ratio: 1/1;
    }
    .backlight{
        padding-bottom: 40px;
    }
    .backlight-wrapper  .item:not(:first-child){
        display: none;
    }
    .backlight-wrapper.swiper-initialized .item{
        display: block;
    }
}
/*backlight-section./*/
/*when-order-section*/
.text-bloks-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
    margin-bottom: 20px;
}
.text-bloks-wrapper .item{
    border-radius: 10px;
    background: linear-gradient(96deg, #343434 30.33%, rgba(52, 52, 52, 0.00) 97.59%);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.text-bloks-wrapper .item.all-width{
    grid-column:1/3;
}
.when-order .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    margin-bottom: 15px;
}
.when-order{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}
.text-bloks-wrapper .title{
    margin-bottom: 15px;
}
.text-bloks-wrapper .mini-text{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 991px) {
    .text-bloks-wrapper{
        grid-gap: 20px;
    }
    .when-order{
        grid-gap: 20px;
    }
}
@media (max-width: 767px) {
	.text-bloks-wrapper{
        grid-template-columns: 1fr;
    }
    .text-bloks-wrapper .item.all-width{
        grid-column:1/2;
    }
    .when-order{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 550px) {
    .when-order .title{
        font-size: 18px;
        font-weight: 400;
    }
    .when-order .img-wrapper{
        margin-bottom: 5px;
    }
}
/*when-order-section./*/


/*form-section*/
.form-section{
    display: flex;
}
.form-left{
    width: 585px;
    padding-right: 15px;
    margin-left:auto;
    margin-right: 0;
}
.form-right{
    width: 50%;
    padding-left: 15px;
}
.form-section .text{
    margin-bottom: 30px;
    padding-right: 100px;
}
.form-section .img-wrapper{
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
}
.form{
    padding-right: 100px;
}
.form-control{
    border: none;
    border-bottom: 1px solid #272727;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
    color: #272727;
    margin-bottom: 30px;
    height: auto;
    padding-bottom: 10px;
}
textarea.form-control{
    border-radius: 5px;
    border: 1px solid #27272799;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.form-group:last-of-type{
    margin-top: 20px;
}
label{
    margin-bottom: 5px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

/*form-section-two*/
.form-section.invert{
    padding: 0;
}
.form-section.invert .form-left{
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 1200px) {
    .form-left{
        width: 50%;
        margin-left: 15px;
    }
    .form-right{
        width: 50%;
        margin-right: 15px;
    }
    .form{
        padding-right: 50px;
    }
}
@media (max-width: 991px) {
    .form{
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
	.form-right{
        display: none;
    }
    .form-left{
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .form-control{
        margin-bottom: 20px;
    }
    .form-section.invert .form-left{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 375px) {
	.form .button{
        width: 100%;
    }
}
/*form-section./*/
/*steps-section*/
.steps-section .item{
    display: none;
    grid-gap: 0 30px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr;
}
.steps-section .item.visible{
    display: grid;
    animation: shows 1s;
}
@keyframes shows {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.steps-section span{
    display: none;
}
.steps-section ol{
    list-style: auto;
    padding-left: 20px;
    grid-row: 2/3;
}
.steps-section .tabs{
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    position: relative;
}
.steps-section .tabs .num{
    color: #3DAD4F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.steps-section .tabs .title{
    font-size: 13px;
    font-weight: 400;
}
.steps-section .tab{
    position: relative;
    flex: 1;
}
.steps-section .tab .circle{
    background: #E2E2E2;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -40px;
    left: 0;
    border-radius: 100%;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.steps-section .tab.active .circle{
    background: #3DAD4F;
    transition: all ease-out 300ms;
}
.steps-section .tabs:before{
    content: '';
    background: #27272799;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.steps-section .title{
    margin-bottom: 20px;
    grid-row: 1/2;
}
.steps-section li{
    margin-bottom: 20px;
}
.steps-section li:last-child{
    margin-bottom: 0;
}
.steps-section .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    grid-row: 1/3;
}
.steps-section .item-icon{
    display: none;
}
@media (max-width: 991px) {
    .steps-section .tab{
        flex: 0;
    }
}
@media (max-width: 767px) {
	.steps-section .item{
        grid-template-columns: repeat(2, calc(50% - 10px));
        grid-gap: 0 20px;
    }
}
@media (max-width: 600px) {
    .steps-section .item.visible{
        animation: none;
    }
	.steps-section .tabs{
        display: none;
    }
    .steps-section .item{
        display: grid;
        border-bottom:1px solid #3DAD4F;
        margin-bottom: 10px;
    }
    .steps-section .title{
        grid-column: 1/3;
        display: flex;
        grid-gap: 15px;
        align-items: center;
        margin-bottom: 10px;
        position: relative;
    }
    .steps-section span{
        display: block;
        color: #3DAD4F;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .steps-section .img-wrapper{
        grid-row: 2/3;
        display: none;
        margin-bottom: 20px;
        animation: shows_item_body_back 500ms;
        opacity: 0;
    }
    .steps-section ol{
        display: none;
        margin-bottom: 20px;
        animation: shows_item_body_back 500ms;
        opacity: 0;
    }
    .steps-section .item.active .img-wrapper{
        animation: shows_item_body 1s;
        opacity: 1;
    }
    .steps-section .item.active ol{
        animation: shows_item_body 1s;
        opacity: 1;
    }
    @keyframes shows_item_body_back {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes shows_item_body {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
        
    .steps-section .item-icon{
        width: 24px;
        height: 24px;
        display: block;
        position: relative;
        margin-left: auto;
    }
    .steps-section .item-icon:before{
        position: absolute;
        content:'';
        background:#3DAD4F;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        top: calc(50% - 1px);
        transition: all 400ms ease-out;
        transform: rotate(180deg);
    }
    .steps-section .item-icon:after{
        position: absolute;
        display: block;
        content:'';
        background:#3DAD4F;
        width: 2px;
        height: 100%;
        border-radius: 2px;
        left: calc(50% - 1px);
        transition: all 400ms ease-out;
        transform: rotate(180deg);
    }
    .steps-section .item.active .item-icon:before{
        transform: rotate(0deg);
        transition: all 400ms ease-out;
    }
    .steps-section .item.active .item-icon:after{
        transform: rotate(-90deg);
        transition: all 400ms ease-out;
    }
}
@media (max-width: 500px) {
    .steps-section .title, .steps-section .img-wrapper, .steps-section o{
        grid-row: auto;
        grid-column: auto;
    }
    .steps-section .item{
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
    .steps-section ol{
        margin-top: 10px;
    }
}
/*steps-section./*/
/*about-section*/

.about-section .text-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.team-section h2{
    color: #3DAD4F;
}
.team-section .img-wrapper{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
}
.team-section .title{
    font-weight: 600;
    margin-bottom: 5px;
}
.team-section .subtitle{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.team-inner{
    position: relative;
}
.team{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.swiper-button-next-team svg{
    position: relative;
    right: 2px;
}
.swiper-button-prev-team svg{
    position: relative;
    right: 2px;
}
.swiper-button-next-team{
    transform: rotate(180deg);
}
@media (max-width: 991px) {
    .team{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .team{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 375px) {
    .team{
        grid-template-columns: 270px;
    }
}
.team-wrapper.swiper-initialized .team{
    display: flex;
    grid-gap: 0;
}
.team-wrapper .item:not(:first-child){
    display: none;
}
.team-wrapper.swiper-initialized .item{
    display: block;
}


.about-section .swiper-button-next{
    right: -50px;
}
.about-section .swiper-button-prev{
    left: -50px;
}
.about-section .swiper-scrollbar{
    display: none;
}
@media (max-width: 1280px) {
    .about-section .arrow{
        display: none;
    }
}
@media (max-width: 991px) {
    .about-section .swiper-scrollbar{
        display: block;
    }
    .team-wrapper{
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
	.about-section .text-wrapper{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 375px) {
	.team-wrapper .item{
        width: 270px !important;
    }
}
/*about-section./*/
/*question-section*/
.accordeon .item-body{
    display: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 15px;
    opacity: 0;
    animation: shows_item_body_back 1s;
}
@keyframes shows_item_body_back {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.accordeon .item.active .item-body{
    animation: shows_item_body 2s;
    opacity: 1;
}
@keyframes shows_item_body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
    
.accordeon .item{
    border-bottom:1px solid #272727;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.accordeon .item-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordeon .item-icon{
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}
.accordeon .item-icon:before{
    position: absolute;
    content:'';
    background:#272727;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    top: calc(50% - 1px);
    transition: all 400ms ease-out;
    transform: rotate(180deg);
}
.accordeon .item-icon:after{
    position: absolute;
    display: block;
    content:'';
    background:#272727;
    width: 2px;
    height: 100%;
    border-radius: 2px;
    left: calc(50% - 1px);
    transition: all 400ms ease-out;
    transform: rotate(180deg);
}
.accordeon .item.active .item-icon:before{
    transform: rotate(0deg);
    transition: all 400ms ease-out;
}
.accordeon .item.active .item-icon:after{
    transform: rotate(-90deg);
    transition: all 400ms ease-out;
}

@media (max-width: 500px) {
	.accordeon .item{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .accordeon .item-body{
        margin-bottom: 10px;
    }
}
/*question-section./*/

/*reviews-section*/
.reviews-section .video{
    grid-template-columns: repeat(3, 1fr);
}
.reviews-section .video .text{
    margin-bottom: 0;
}
.reviews-section .video iframe{
    margin-bottom: 15px;
}
.reviews-section .video .video-img{
    margin-bottom: 15px;
}
.reviews-section .title{
    margin-bottom: 30px;
}
.reviews-section .subtitle{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.reviews-section .swiper-pagination{
    display: none;
}
@media (max-width: 991px) {
    .reviews-section .video{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 600px) {
    .reviews-section .video-wrapper.swiper-initialized .video{
        display: flex;
        grid-gap: 0;
    }
    .reviews-section .video-wrapper .item:not(:first-child){
        display: none;
    }
    .reviews-section .video-wrapper.swiper-initialized .item{
        display: block;
    }
    .reviews-section .video{
        padding-bottom: 50px;
    }
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: #3DAD4F;
        margin: 0 2.5px;
    }
    .reviews-section .swiper-pagination{
        display: block;
    }
}
/*reviews-section./*/
/*footer-section*/
.footer-section .logo-wrapper{
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 24px;
    padding-right: 0;
}
.footer-section a{
    color: #fff;
    display: block;
}
.footer-section a:hover{
    color: #3DAD4F;
}
.footer-section .logo{
    width: 90px;
    height: 90px;
}
.footer-section .contacts{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 30px;
    justify-content: center;
}
.footer-section .contacts .text{
    font-weight: 500;
}
.footer-section .text{
    margin-bottom: 15px;
    display: block;
}
.footer-section .text:not(.contacts .text):last-child{
    margin-bottom: 0px;
}
.logo-text{
    line-height: 150%;
}

@media (max-width: 767px) {
	.footer-section{
        padding: 40px 0;
    }
    .footer-section .logo {
        width: 60px;
        height: 60px;
    }
    .footer-section .logo-wrapper{
        margin-bottom: 20px;
    }
    .footer-section .contacts .text{
        font-size: 18px;
    }
    .footer-section .contacts{
        grid-gap: 0 15px;
    }
}

/*footer-section./*/
/*contact-section*/
.contacts-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.contacts-wrapper iframe{
    width: 100%;
    height: 100%;
}
.contacts-text .title{
    margin-bottom: 10px;
}
.contacts-text .text{
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .contacts-wrapper{
        grid-template-columns: 1fr;
    }
    .contacts-wrapper iframe{
        height: 400px;
    }
}
/*contact-section./*/
/* THANKS  */
#responseMessageTitle{
    font-size: 25px;
    line-height: normal;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    color: #000;
}
#responseMessage{
    display: none;
}
.fancybox_modal .title{
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    margin-bottom: 20px;
}
.fancybox_modal{
    display: none;
}
.more-modal{
    width: 600px;
    max-width:100%;
}
.none{
    display: none;
}
@media (max-width: 991px) {
    .catalog .item.swiper-slide .chars{
        display: none;
    }
    .catalog .button.none{
        display: flex;
        background: transparent;
        color: #3dad4f;
        margin-top: 20px;
        height: 40px;
        padding: 4px 10px 5px 10px;
    }
}
@media (max-width: 444px) {
	.fancybox_modal .button{
        width: 100%;
    }
}
@media (max-width: 400px) {
    .price{
        font-size: 16px;
    }
    .catalog .arrow{
        width: 25px;
        height: 25px;
    }
    .more-modal{
        padding: 44px 20px;
    }
}
/* /. THANKS  */



/**************************************************   MEDIA QUERIS   *****************************************************/

@media (max-width: 1259px) {
    
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
	
}
@media (max-width: 444px) {
	
}
@media (max-width: 375px) {
	
}
@media (max-width: 767px) {

}
@media (min-width: 768px) {
  
}
@media (min-width: 992px){

}
@media (min-width: 1260px) {

}
