﻿.burger{
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 22px;
    z-index: 999;
    cursor: pointer;
}
.burger span{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.burger-open span{
    position: relative;
    opacity: 1;
    transition: all 0.5s;
}
.burger-open span:nth-child(1){
    transform: rotate(45deg);
    top: 6px;
}
.burger-open span:nth-child(2){
    transform: rotate(-45deg);
}
.burger-open span:nth-child(3){
    opacity: 0;
}
.black__menu .burger span{
    background: #101010;
}
header{
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 13;
    transition: all 0.5s;
}
header:after{
    content: '';
    width: 101%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    z-index: 10;
}
/*header:hover:after{
    top: 0;
}*/
header .container{
    z-index: 13;
    position: relative;
}
.logo__menu{
    position: relative;
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}
.logo img{
    width: auto;
    height: 20px;
    margin-top: 10px;
}
.logo__menu .nav__menu{
    opacity: 1;
}
.white__menu .nav a{
    color: #fff;
}
.nav__menu{
    list-style: none;
    display: flex;
    opacity: 0;
    /*position: fixed;*/
    top: 40px;
}
.nav__menu a{
}
.nav__menu-anim{
    opacity: 1;
    top: 30px;
    transition: 1.5s all;
}
.nav__menu li{
    padding-right: 10px;
    font-weight: 500;
}
.nav__menu .li__main{
    font-family: "Regular";
}
.nav__menu .li__home{
    position: absolute;
    left: 34px;
    top: 10px;
    opacity: 0;
    z-index: -1;
    transition: 0.5s all;
}
.nav__menu .li__menu{
    position: relative;
    top: 0px;
    opacity: 1;
    transition: 0.5s all;
}
.nav__menu .li__main:hover ~ .li__home{
    top: 0;
    opacity: 1;
}
.nav__menu .li__main:hover ~ .li__menu{
    top: -10px;
    opacity: 0;
}
.nav__menu span:before{
    content: '—';
    padding-right: 10px;
}
.menu{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav{
    list-style: none;
    display: flex;
}
.nav li{
    margin-right: 25px;
}
.nav li:last-child{
    margin-right: 0px;
}
.link{
    overflow: hidden;
    position: relative;
}
.link:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.link:hover:after{
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.3s;
}
.link-black:after{
    background: #101010;
}
.nav span a{
    color: #fff;
    font-size: 18px;
}
.nav .active{
    border-bottom: 1px solid #101010;
}
.nav .active:after{
    height: 0px;
}
.active-menu{
    pointer-events: none;
    opacity: 0.5;
}
.cont_but{
    display: flex;
    align-items: center;
}
.cont_but .nav{
    margin-right: 30px;
}
/*меню конец*/
.main{
    position: relative;
}
.fon{
    display: flex;
    height: 100vh;
    padding-top: 20vh;
    position: relative;
    color: #fff;
}
.fon img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}
.fon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    opacity: 0.6;
    z-index: -1;
}
.button__big{
    width: 200px;
    height: 60px;
    font-family: 'Medium';
    font-size: 16px;
    background: #FCFCFC;
    border-radius: 100px;
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button__big:hover{
    background: #4D8A7A;
}
.button__big:hover .link__text-hidden{
    color: #fcfcfc;
}
/* Текст */
.heading{
    font-size: 180px;
    line-height: 100%;
    font-family: 'font';
    letter-spacing: 2.5px;
    position: absolute;
    bottom: 0px;
    color: #FCFCFC;
}
.heading_sec{
    width: 350px;
    font-size: 21px;
    line-height: 120%;
    word-spacing: 3px;
    color: #FCFCFC;
    margin-bottom: 20px;
}
.title{
    font-size: 42px;
    width: 100%;
}
.title__caption{
    display: table-caption;
}
.title_lit{
    font-size: 16px;
}
.title_medium{
    font-family: 'Medium';
}
.contacts__title{
    font-size: 14px;
}
.title-icon{
}
.title-icon img{
    border: 1px solid #4D8A7A;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 42px;
    height: 42px;
}
.title-icon span{
    display: flex;
    align-items: center;
}
.tag{
    border: 1px solid #4D8A7A;
    border-radius: 40px;
    padding: 12px 14px;
    color: #4D8A7A;
    font-family: 'Bold';
    font-size: 14px;
    margin-bottom: 40px;
    display: inline-flex;
}
.tag-white{
    color: #FCFCFC;
    border-color: #FCFCFC;
}
.tag img{
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
.title-product{
    color: #FCFCFC;
    font-size: 180px;
    line-height: 100%;
    font-family: 'font';
    position: relative;
    top: 20px;
    font-weight: 600;
}
/* Текст конец*/

/*отступы*/
.wrapper-top{
    padding-top: 200px;
}
.block_offset-80{
    margin-bottom: 80px;
}
.block_offset-60{
    margin-bottom: 60px;
}
.top-offset-80{
    margin-top: 80px;
}
.top-offset-60{
    margin-top: 60px;
}
.top-offset-40{
    margin-top: 40px;
}
.center__block{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*отступы конец*/
.about h2{
}
.about__block{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.about__text{
    width: 100%;
    max-width: 50%;
}
.about__text p{
    width: 100%;
    max-width: 80%;
}
.about__block-img{
    position: relative;
}
.about__block-img img{
    padding-left: 20px;
}
.about__block-avtor{

}
.about__block-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    color: #FCFCFC;
}
.about__block-text p{
    font-size: 56px;
    font-family: 'Medium';
}
.img__team{
    width: 100%;
    height: auto;
}
.img__team-big{
    height: 520px;
}
.swiper-wyr .swiper-slide img{
    height: 420px;
}
.swiper-wyr{
    position: relative;
    padding-left: 27vh;
}
.product{
    position: relative;
    padding-top: 80px;
}
.product__bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
}
.product__block{
	justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product .container:first-child{
    height: calc(100vh - 100px);
}
.product__con{
    background: #FCFCFC;
    padding: 20px;
    margin-top: 40px;
}
.product__inf{
}
.product__inf p{
    font-size: 14px;
}
.product__text{
    padding-right: 20px;
}
.product__inf-el{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.product__inf-block p{
    margin-top: 10px;
}
.product__inf-block .title_lit{
    font-family: 'Medium';
    font-size: 18px;
}
.product__inf-el p:first-child{
    color: #828282;
}
.product__inf-el p:last-child{
    text-align: right;
}
.pdf{
    display: flex;
    align-items: center;
    color: #4D8A7A;
    text-decoration: underline;
	-webkit-transition: all 0.3s;
    transition: all 0.3s; 
}
.pdf:hover{
    text-decoration: none;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pdf img{
    width: 42px;
    height: 42px;
    border: 1px solid #4D8A7A;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    opacity: 0 !important;
}
.swiper-container{
    position: relative;
    padding-left: 27vh;
}
.swiper-slide img{
    width: 100%;
}
.slide-inf p:last-child{
    font-size: 14px;
    margin-top: 10px;
    padding-right: 40px;
}
.slide-inf p:first-child{
    font-family: 'Medium';
    font-size: 18px;
    margin-top: 20px;
	padding-right: 40px;
}
.select__list{
    display: none;
}
.product__img-lit{
    height: 380px;
}
.product__img-norm{
    height: 420px;
}
.product__img-big{
    height: 480px;
}
.accordion{
	padding-right: 20px;
    position: relative;
    width: 100%;
    cursor: pointer;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slide-inf p:first-child:hover{
	color:#4D8A7A;
}
.accordion:hover{
	color:#4D8A7A;
}
.accordion:before{
    content: '';
    display: block;
    width: 1px;
    height: 19px;
    background: #151515;
    position: absolute;
    top: 0;
    right: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion:after{
    content: '';
    display: block;
    width: 19px;
    height: 1px;
    background: #151515;
    position: absolute;
    top: 9px;
    right: 0;
}
.active:before{
    height: 0px;
    top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.panel {
    margin-top: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #828282;
}
.image-mask{
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #101010;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.image-mask-bl{
    opacity: 0.6;
}
.partner{
    display: flex;
    flex-wrap: wrap;
}
.partner__el{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 8px;
    width: 32%;
    height: 200px;
    margin-right: 1%;
    margin-bottom: 20px;
}
.partner__el img{
	max-width: 160px;
    height: auto;
}
.partner__el:hover img{ 
	transform: scale(1.05);
    transition: transform 5s ease;
}
.partner__el:hover{
	background:#548f7f29;
}
.partner__el:nth-child(3n){
    margin-right: 0;
}
.faq__el{
    padding-top: 30px;
    border-top: 1px solid #151515;
}
.faq__el .accordion{
    font-size: 18px;
    font-family: 'Medium';
}
.faq__el .panel{
    margin-bottom: 20px;
    color: #828282;
    width:100%;
    max-width: 480px;
}
.faq__el .panel p{
    margin-top: 10px;
}
footer{
    padding-top: 100px;
    padding-bottom: 20px;
    background: #4D8A7A;
    height: 100vh;
    color: #FCFCFC;
    position: relative;
}
footer a{
    color: #FCFCFC;
}
footer .container{
}
footer .heading{
    margin-bottom: 0;
    bottom: -0px;
    line-height: 80%;
}
.footer__top{
    display: flex;
    justify-content: space-between;
}
.footer__menu{
    position: relative;
    display: flex;
}
.footer__product{
    width: 60px;
    height: 60px;
    border: 1px solid #FCFCFC;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bold';
    color: #FCFCFC;
    background: transparent;
    cursor: pointer;
}
.footer__product .link__block{
    top: 2px;
}
.footer__product img{
    width: 30px;
    height: auto;
}
.footer__bottom-name{
    font-size: 180px;
    color: #fcfcfc;
    display: flex;
    font-family: 'font';
	font-weight: 600;
    height: 150px;
    line-height: 80%;
    overflow: hidden;
}
.arrow-foot{
    width: 20px;
    height: auto;
    transform: rotate(-90deg);;
}
.footer__phone{
    font-size: 48px;
    font-family: 'Medium';
    width: 390px;
    height: 48px;
    background: transparent;
    color: #FCFCFC;
}
.footer__phone .link__block{
    height: 100%;
    text-align: right;
}
.footer__mail{
    width: 390px;
    height: 18px;
    font-size: 16px;
    margin-top: 10px;
}
.social{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: end;
    margin-top: 40px;
}
.social a{
    margin-bottom: 0px;
}
.social a:hover{
    opacity: 0.5;
}
.footer__bottom{
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    width: 1400px;
}
.footer__center img{
	width: auto;
    height: 40vh;
    opacity: 0.04;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo__bot{ 
}
/*Модалка*/
.modal {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 10px -0.5px rgb(0 0 0 / 20%);
    padding-top: 0px;
    background: #4D8A7A;
    transition: 0.4s all;
    display: block;
    padding-top: 30px;
    opacity: 0;
    z-index: -99;
    color: #FCFCFC;
}
.modal.active {
    left: 0;
    opacity: 1;
    transition: 0.3s all;
    z-index: 100;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 40px;
}
.close-open{
    position: absolute;
    top: 30px;
    right: 80px;
    cursor: pointer;
}
.modal__button{
    cursor: pointer;
}
.modal__button:hover{
    background: #fcfcfc;
}
.modal__button:hover .link__text-hidden{
    color: #4D8A7A;
}
.modal__cross{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal__cross:hover{
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.input-wrap{
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 20px;
}
.input-wrap__label{
    margin-bottom: 10px;
}
.input-wrap__input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fcfcfc;
    width: 95%;
    height: 48px;
    border-radius: 0px;
    outline: none;
    color: #fcfcfc;
    font-size: 18px;
}
.modal .social{
    flex-direction: row;
    justify-content: end;
}
.modal .footer__bottom{
    left: 50%;
    transform: translate(-50%, 0px);
}
.input-wrap input:-webkit-autofill {
    -webkit-text-fill-color: #fcfcfc; /* цвет текста */
}
.modal .link__block{
    top: 2px;
}
.modal .footer__bottom-name{
    width: 1200px;
}
/*Модалка конец*/
/**/
.header-fixed{
    position: fixed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #4D8A7A;
    padding: 10px 0;
}
.header-fixed .button__big{
    width: 160px;
    height: 42px;
}
.header-fixed .button__big:hover {
    background: #fcfcfc;
}
.header-fixed .button__big:hover .link__text-hidden {
    color: #4D8A7A;
}
#mess3{
	width: 100%;
    max-width: 450px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 21px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .swiper-container, .swiper-wyr{
        padding-left: 10vh;
    }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
    .swiper-container, .swiper-wyr{
        padding-left: 13vh;
    }
    .slide-inf p:first-child{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    header .button__big{
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
    .nav span a{
        font-size: 14px;
    }
    .heading_sec{
        font-size: 16px;
    }
    .swiper-container, .swiper-wyr{
        padding-left: 20px;
    }
    .product__inf{
        display: flex;
        flex-direction: column;
    }
    .product__inf .main__pic{
        flex-direction: column;
    }
    .product__inf-block{
        width: 100%;
    }
    .product__inf-block:last-child{
        margin-top: 20px;
    }
    .product__img-big, .product__img-norm {
        height: 380px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
    .burger{
        display: block;
    }
    .menu{
        display: none;
    }
    .menu-open{
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4D8A7A;
        flex-direction: column;
        padding: 100px 10px;
        transition: all 0.5s;
    }
    .close-open{
        right: 20px;
    }
    .application__con .col__d-2{
        width: 100%;
    }
    .menu-open .nav span a{
        font-size: 28px;
    }
    .menu-open .nav{
        flex-wrap: wrap;
        width: 100%;
    }
    .menu .nav li {
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .body-open{
        overflow: hidden;
    }
    .black__menu .nav span a{
        color: #fff;
    }
    .black__menu .nav span:after {
        background: #fff;
    }
    .black__menu .burger-open span{
        background: #fff;
    }
    .black__menu .button__yel{
        background: #FFDF53;
        border: 2px solid #FFDF53;
        color: #101010;
    }
    .black__menu .button__black{
        background: transparent;
        border: 2px solid #FFDF53;
        color: #FFDF53;
    }
    .logo img{
        height: 20px;
    }
    .wrapper-top{
        padding-top: 120px;
    }
    .block_offset-80{
        margin-bottom: 40px;
    }
    .block_offset-60{
        margin-bottom: 40px;
    }
    .title_lit {
        font-size: 14px;
    }
    .about__block{
        flex-wrap: wrap;
    }
    .img__team-big{
        height: 320px;
    }
    .about__block-text{
        width: 400px;
    }
    .swiper-wyr, .swiper-container{
        padding-left: 20px;
    }
    .about .col__d-1{
        width: 25%;
    }
    .product__inf .main__pic{
        flex-direction: column;
    }
    .product__inf-block{
        width: 100%;
        margin-bottom: 20px;
    }
    .product__img-big, .product__img-norm {
        height: 380px;
    }
    .title-product{
        width: 100%;
		font-size: 80px;
    }
    .img__pdf{
        width: 80%;
    }
    .faq{
        width: 100%;
    }
    .footer__bottom-name{
        font-size: 120px;
        height: 95px;
    }
    .tag{
        margin-bottom: 20px;
    }
    .cont_but{
        flex-direction: column;
    }
    .footer__bottom{
        left: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .burger{
        display: block;
        right: 10px;
    }
    .menu{
        display: none;
    }
    .menu-open{
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4D8A7A;
        flex-direction: column;
        padding: 100px 10px;
        transition: all 0.5s;
    }
    .menu-open .nav span a{
        font-size: 28px;
    }
    .menu-open .nav{
        flex-wrap: wrap;
        width: 100%;
    }
    .menu .nav li {
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .cont_but .nav{
        margin-right: 0;
    }
    .menu-open .button__big{
        margin: 0 auto;
    }
    .body-open{
        overflow: hidden;
    }
    .black__menu .nav span a{
        color: #fff;
    }
    .black__menu .nav span:after {
        background: #fff;
    }
    .black__menu .burger-open span{
        background: #fff;
    }
    .black__menu .button__yel{
        background: #FFDF53;
        border: 2px solid #FFDF53;
        color: #101010;
    }
    .black__menu .button__black{
        background: transparent;
        border: 2px solid #FFDF53;
        color: #FFDF53;
    }
    .cont_but{
        flex-wrap: wrap;
        width: 100%;
    }
    .cont_but .button{
        width: 100vw;
        max-width: 70%;
        height: 52px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .top-offset-40{
        margin-top: 20px;
    }
    .logo img{
        height: 18px;
    }
    .heading{
        font-size: 80px;
        bottom: 80px;
    }
    .title{
        font-size: 20px;
    }
    .title-icon img{
        width: 30px;
        height: 30px;
        padding: 8px;
    }
    .about__block{
        flex-direction: column;
		margin-top:20px;
    }
    .about__text{
        max-width: 100%;
    }
    .title_lit{
        margin-bottom: 20px;
    }
    .about__block-img{
        margin-top: 40px;
    }
    .about__block-img img{
        padding-left: 0;
        height: 320px;
    }
    .about__block-text{
        display: none;
    }
    .about__text p{
        max-width: 100%;
        font-size: 16px;
    }
    .swiper-wyr, .swiper-container{
        padding-left: 20px;
        overflow: hidden;
    }
    .product__con{
        background: transparent;
    }
    .product__img-big, .product__img-norm {
        height: 380px;
    }
    .partner__el{
        width: 48%;
        height: 140px;
    }
	.product__inf-block p {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.product .top-offset-60{
		margin-top:0;
	}
    .footer__top{
        flex-direction: column;
    }
    .footer__phone{
        font-size: 32px;
        width: 320px;
    }
    .footer__mail{
        font-size: 18px;
    }
    .footer__phone .link__block{
        text-align: left;
        margin-top: 20px;
    }
    .footer__bottom-name{
        font-size: 80px;
        height: 70px;
        overflow: visible;
    }
    .footer__bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    .product__text{
        padding: 0;
        font-size: 16px !important;
    }
    .swiper-slide img{
        width: calc(100% - 0px);
        height: 380px;
    }
    .swiper-wyr .swiper-slide img{
        height: 380px;
    }
    .slide-inf p:first-child{
        width: calc(100% - 0px);
    }
    .product{
        padding-top: 60px;
    }
    .product .button__big{
    }
    .product__inf-block{
        margin-bottom: 20px;
    }
    .product__bg{
        height: 460px;
    }
    .image-mask{
        height: 420px;
    }
    .product__pdf{
        margin-bottom: 40px;
    }
    .product .container:first-child {
        height: 390px;
    }
	.img__pdf{
		width:100%;
	}
    .title-product{
        font-size: 60px;
        margin-top: 140px;
    }
    .top-offset-80 {
        margin-top: 40px;
    }
    .footer__bottom{
        left: 0;
    }
	.partner__el img{
		max-width: 70%;
	}
    .title-product{
        top:0px;
    }
    .close-open{
        right: 20px;
        top: 20px;
    }
    .input-wrap{
        width: 100%; 
    }
    .modal .footer__bottom{
        display: none;
    }
	.header-fixed .button__big {
		width: 200px;
		height: 60px;	
	}
}
@media only screen and (min-width: 300px) and (max-width: 375px) {
    .heading{
        font-size: 60px;
        letter-spacing: 0px;
    }
    .block__el {
        height: 35vh;
    }
    .title_serv {
        font-size: 12px;
    }
    .about .col__d-1 {
        width: 100%;
        margin-top: 10px;
    }
    .cont_but{
        flex-wrap: wrap;
        width: 100%;
    }
    .cont_but .button{
        width: 100vw;
        height: 52px;
        margin-top: 10px;
    }
}
