
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #2a2a2a;
	opacity: 1;
}

*:-moz-placeholder {
	color: #2a2a2a;
	opacity: 1;
}
*::-moz-placeholder {
	color: #2a2a2a;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #2a2a2a;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    font-family: 'Futura (Light)', sans-serif;
    
    font-weight: 300;
    line-height: 1.3;
    position: relative;
}

.container{
    width: 100%;
    max-width: 1500px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 3;
}

.vh100{
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: sticky!important;
    top: 0;
    transition: transform 0.3s ease;
}

.fullpage {
  position: relative;
  height: 100%;
  z-index: 1;
}

.hidden {
  display: none !important;
}


input[type='text'],
input[type='password'],
input[type='search']{
    width: 100%;
    height: 50px;
    padding: 0;
    color: #2a2a2a;
    font-family: 'Futura (Light)', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0;
    transition: .3s;
}

input[type='text'].white,
input[type='password'].white,
input[type='search'].white{
    color: #fff;
    background: #2a2a2a;
    border-color: #fff;
}

input.white::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input.white:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input.white::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input.white:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

textarea{    
    width: 100%;
    height: 50px;
    padding: 0;
    color: #2a2a2a;
    font-family: 'Futura (Light)', sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #2a2a2a;
    border-radius: 0;
    transition: .3s;
}

textarea.white{
    color: #fff;
    background: #2a2a2a;
    border-color: #fff;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}
a{
	font-family: sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #666;	
}
.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Futura (Light)', sans-serif;
}

.btn-white-border{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 35px;
    border: 1px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.btn-white-border:hover,
.btn-white-border:active{
    opacity: .68;
}

.btn-black-border{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 35px;
    border: 1px solid #2a2a2a;
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
}

.btn-black-border:hover,
.btn-black-border:active{
    opacity: .68;
}

button:focus{
    outline: none;
}

.title-block{
    margin-bottom: 45px;
    font-family: 'Venus Rising', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #2a2a2a;
}

.title-block.white{
    color: #fff;
}

.flex-bottom{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 30px!important;
    padding: 0!important;
    position: relative;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li:after{
    content: "";
    width: 42px;
    height: 1px;
    background: #2A2A2A;
    opacity: .55;
    position: absolute;
    top: 50%;
    left: 33px;
}

.slick-dots li:last-child:after{
    display: none;
}

.slick-dots li button{
    width: 24px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../img/project/dot.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-image: url(../img/project/dot_active.svg);
}

.slick-prev, 
.slick-next{
    width: 32px;
    height: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(../img/prev.svg)!important;
}

.slick-prev:hover{
    opacity: .55;
}

.slick-next{
    right: 0;
    background-image: url(../img/next.svg)!important;

}

.slick-next:hover{
    opacity: .55;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.arrows-append{
    width: 105px;
    height: 20px;
    position: relative;
}

.burger{
    width: 32px;
    display: none;
    margin-left: auto;
}

.burger span{
    display: block;
    height: 2px;
    background: #2a2a2a;
    margin: 8px 0;
}

.header_black .burger span{
    background: #fff;
}

.menu-close{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    background: transparent url(../img/close.svg) center no-repeat;
    background-size: contain;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.menu-mob{
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 48px 15px 25px;
    overflow: auto;
    background: #fff;
    z-index: 99;
    display: none;
}

.menu-mob__item{
    margin-top: 20px;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 235px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.header .cols{
    flex-wrap: nowrap;
    align-items: center;
}

.header .col:nth-child(1){
    margin-right: auto;
}

.header .col:nth-child(3){
    
}

.header .logo-wrap{

}

.header .logo{
    
}

.header .logo__img{
    width: 266px;
    height: 110px;
    background: url(../img/header/logo_black.svg) center no-repeat;
    background-size: contain;
    display: block;
}

.header_black .logo__img{
    background-image: url(../img/header/logo.svg);
}

.header .logo img{
    width: 266px;
    display: block;
}

.nav > ul{
    list-style: none;
    display: flex;
}

.nav > ul > li{
    margin-right: 50px;
}

.nav > ul > li:last-child{
    
}

.nav > ul > li > a{
    display: block;
    padding: 3px 0;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
    transition: .3s;
}

.header_black .nav > ul > li > a{
    color: #fff;
}

.nav > ul > li.active > a,
.nav > ul > li:hover > a{
    opacity: .68;
    border-color: #fff;
}

.header_black .btn{
    color: #fff;
    border-color: #fff;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;
    padding-top: 200px;
    padding-bottom: 80px;
    padding-left: 235px;
    background: #2a2a2a;
    position: relative;
    z-index: 1;
}

.intro:before{
    content: "";
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 7;
    opacity: .5;
}

.intro .container{
    height: 100%;
    position: relative;
    z-index: 5;
}

.intro .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.intro .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.intro .back{
    width: 100%;
    height: 50%;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: 3s ease-out;
}

.intro .flex{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.intro .vert{
    width: 100%;
}

.intro .title{
    font-family: 'Venus Rising', sans-serif;
    font-weight: 400;
    color: #fff;
}

/**ABOUT**/
.about{
    width: 100%;
    display: block;
    padding-top: 30vh;
    padding-bottom: 80px;
    padding-left: 235px;
    background: #2a2a2a;
    position: relative;
    z-index: 1;
}

.about:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.about:after{
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.about .bottom{
    padding-top: 40px;
    position: relative;
}

.about__cols{
    display: flex;
    flex-wrap: wrap;
}

.about__left{
    width: 42%;
    padding-right: 30px;
}

.about__right{
    width: 58%;
    display: flex;
    align-items: flex-end;
}

.about .pic{
    margin-top: -190px;
    flex-grow: 1;
}

.about .pic img{
    max-width: 100%;
    display: block;
}

.about__text{
    width: 365px;
    flex-shrink: 0;
    padding-left: 117px;
}

.about__text p{
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.about__text .name{
    margin-top: 40px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
/* Анимация для правой части (картинка и текст) */
.about__right {

}

.about__right .pic,
.about__right .about__text {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.about__right .pic {
	transition-delay: 0.2s; /* Картинка появляется чуть позже текста */
}

.about__right .about__text {
	transition-delay: 0.4s; /* Текст появляется после картинки */
}

/* Класс для анимации */
.animate-in .pic,
.animate-in .about__text {
	opacity: 1;
	transform: translateY(0);
}

/* Анимация для заголовка слева (по желанию) */
.about__left .title-block {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-in .about__left .title-block {
	opacity: 1;
	transform: translateX(0);
}

/**PROFIT**/
.profit{
    width: 100%;
    display: block;
    padding-top: 20vh;
    padding-bottom: 80px;
    padding-left: 235px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.profit:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.profit:after{
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    background: #2a2a2a;
    position: absolute;
    top: 40%;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.profit .bottom{
    padding-top: 40px;
    position: relative;
}

.profit .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.profit .item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 55px;
}

    .profit .items .item {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease, transform 1s ease;
    }
    
    .profit .items .item.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Необязательно: можно добавить задержки для каждого элемента */
    .profit .items .item:nth-child(1) { transition-delay: 0.1s; }
    .profit .items .item:nth-child(2) { transition-delay: 0.2s; }
    .profit .items .item:nth-child(3) { transition-delay: 0.3s; }
    .profit .items .item:nth-child(4) { transition-delay: 0.4s; }
    .profit .items .item:nth-child(5) { transition-delay: 0.5s; }

.profit .item .in{
    
}

.profit .item .title{
    margin-bottom: 15px;
    font-family: "FuturaDemiC", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2a2a2a;
}

.profit .item p{
    max-width: 400px;
    font-size: 15px;
    line-height: 1.5;
    color: #2a2a2a;
}

/**COMPANY**/
.company{
    width: 100%;
    display: block;
    padding-top: 200px;
    padding-bottom: 120px;
    padding-left: 235px;
    background: #2a2a2a;
    position: relative;
    z-index: 1;
}

.company:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 7;
    opacity: .5;
}

.company .container{
    height: 100%;
    position: relative;
    z-index: 5;
}

.company__slider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.company .in{
    height: 100vh;
    min-height: 700px;
    padding-top: 30px;
    padding-left: 235px;
    padding-bottom: 190px;
    position: relative;
}

.company .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.company .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.company .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.company .cols{
    height: 100%;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.company .title-block{
    margin-bottom: 0;
}

.company p{
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.bottom-arrows{
    width: 100%;
    padding-left: 235px;
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 7;
}

.bottom-arrows .arrows-append{
    margin-left: auto;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 210px;
    padding-bottom: 120px;
    padding-left: 235px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.content:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.tabs__caption{
    list-style: none;
    display: flex;
    padding-top: 50px;
    position: relative;
}

.tabs__caption:after{
    content: "";
    width: 100vw;
    height: 1px;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 1;
    opacity: .5;
}

.tabs__caption li{
    margin-right: 50px;
    margin-bottom: 20px;
    font-family: 'Venus Rising', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #8f8f8f;
    transition: .3s;
    cursor: pointer;
}

.tabs__caption li:hover{

}

.tabs__caption li.active{
    color: #2a2a2a;
}

.tabs__content{
    display: none;
    padding-top: 30px;
}

.tabs__content.active{
    display: block;
}

/**PORTFOLIO**/
.portfolio{
    overflow: hidden;
}

.portfolio .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.portfolio .item{
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
}

.portfolio .item .pic{
    height: 396px;
    margin-bottom: 20px;
}

.portfolio .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
	transition: transform 0.3s ease;
}


.portfolio .item:hover .pic img{
  transform: scale(1.05);
}
.portfolio .item .title{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
}

.portfolio .item .title a{
    color: inherit;
}

/**VIDEO**/
.video{

}

.video .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.video .item{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.video .item .in{
    position: relative;
}

.video .item .pic{
    position: relative;
    z-index: 1;
}

.video .item .pic img{
    width: 100%;
    display: block;
}

.video .item .play{
    width: 68px;
    height: 49px;
    display: block;
    background: url(../img/video/play.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

/**PROJECT**/
.project{
    position: relative;
}

.project__head{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.project__title{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #2a2a2a;
}

.project__title span{
    opacity: .8;
}

.project__body{
    padding: 0 50px 65px;
    position: relative;
    z-index: 3;
    transition: .3s;
}

.project__body.active{
    padding: 120px 0 65px;
    overflow: hidden;
}

.project__slider{
    max-width: 980px;
    padding: 0 88px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.project__slider .slick-list{

}
.project-slider_1 .slick-slide {
    display: inline-block;
    width: auto; /* или фиксированная ширина */
    box-sizing: border-box;
}
.project__slider.transform .slick-list{
    transform: none!important;
}

.project__slider.active .slick-list{
    overflow: visible;

    /*transform: translate(-50%, 0);*/
    transition: 5s;
    
}

.project__slider .slick-track{

	transition: 1.5s;
}

.project__slider.active .slick-track{

}

.project__slider.active{
    max-width: 100%;
    height: 390px;
    padding: 0;
    overflow: hidden;
}

.project__slider .slick-slide{
    
}

.project__slider.active .slick-slide{
    width: auto!important;
}

.project__slider .item{
    transition: .5s;
}

.project__slider.active .item{
    padding: 0 2px;
}

.project__slider .pic{
    display: flex;    
    justify-content: center;
    transition: 1s;
	max-height:500px;
}

.project__slider.active .pic{
    height: 390px;
}

.project__slider .pic img{
    max-width: 100%;
    display: block;
    transition: 1s;
	object-fit: contain;
}

.project__slider.active .pic img{
    height: 100%;
    object-fit: cover;
}

.project__slider .slick-prev, 
.project__slider .slick-next{
    width: 48px;
    height: 48px;
}

.project__slider .slick-prev{
    left: -88px;
    background-image: url(../img/project/prev.svg)!important;
}

.project__slider .slick-next{
    right: -88px;
    background-image: url(../img/project/next.svg)!important;
}

.project__slider .slick-dots{
    bottom: -60px;
}



.project__show{
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    right: -35px;
    z-index: 3;
    cursor: pointer;
    transition: .3s;
}

.project__flex{
    padding-top: 40px;
    transition: .3s;
}

.project__body.active .project__show,
.project__body.active .project__slider .slick-prev, 
.project__body.active .project__slider .slick-next,
.project__body.active .project__slider .slick-dots{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.project__full{
    padding-top: 10px;
    display: none;
}

.project__full .top{
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(42, 42, 42, .55);
}

.project__close{
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
    cursor: pointer;
}

.project__full .col{
    width: 50%;
}

.char__item{
    display: flex;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    color: #2a2a2a;
}

.char__item span{
    width: 186px;
    flex-shrink: 0;
    padding-right: 0;
}

.project__full p{
    max-width: 610px;
    font-size: 16px;
    color: #2a2a2a;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-bottom: 80px;
    padding-left: 235px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.footer.main{
    padding-top: 40vh;
    background: #2a2a2a;
}

.footer:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.footer.main:before{
    background: #fff;
}

.footer:after{
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
    opacity: .5;
}

.footer.main:after{
    top: 40%;
    background: #fff;
}

.footer .bottom{
    padding-top: 40px;
    position: relative;
}

.footer .cols{
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.footer .subtitle{
    margin-bottom: 5px;
    font-family: "FuturaDemiC", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #2a2a2a;
}

.footer.main .subtitle{
    color: #fff;
}

.footer p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #2a2a2a;
}

.footer.main p{
    color: #fff;
}

.footer__form{
    display: flex;
    margin-bottom: 80px;
}

.footer__form input{
    width: 240px;
}

.footer__form .btn{
    width: 100%;
    max-width: 220px;
    margin-left: 40px;
}

.footer-nav{
    list-style: none;
}

.footer-nav li{
    margin-bottom: 30px;
}

.footer-nav li:last-child{
    margin-bottom: 0;
}

.footer-nav li a{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #2a2a2a;
    transition: .3s;
}

.footer.main .footer-nav li a{
    color: #fff;
}

.footer-nav li a:hover{
    opacity: .55;
}

.intro .back{
    transition: 2s ease-out;
}

.intro .back.animate{
    height: 0;
	opacity:0;

}

.header.main .logo-wrap{
    width: 0;
    height: 110px;
    position: relative;
}

.header.main .logo-wrap.animate{
    width: 266px;
}

.header.main .logo{
    position: absolute;
    top: 20vh;
    left: calc(50vw - 494px);
    transition: 2s ease-out;
    
}

.header.main .logo.animate{
    position: absolute;
    top: 0;
    left: 0;
    
}

.header.main .logo__img{
    width: 494px;
    height: 203px;
    transition: 2s ease-out;
}

.header.main .logo__img.animate{
    width: 266px;
    height: 110px;
}

.header.main .nav{
    transform: translate(-630px);
    transition: 2s;
}

.header.main .nav.animate{
    transform: translate(0px);
}

.intro .title{
    font-size: 55px;
    transition: 2s;
}

.intro .title.animate{
    font-size: 44px;
}

.intro:before{
    height: 0;
    transition: 3s;
}

.intro.animate:before{
    height: 100%;
}



.popup{
	max-width:600px;
	position:rleative;
	background:#fff;
	padding:0px;
}

#callback_service .popup{
	padding:40px 200px 40px 40px;
}

.popup .title-block{
	margin:0 0 30px;
	font-size: 28px;
	line-height: 1em;
}

.check{
    display: flex;
    align-items: top; 
	margin-bottom: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.check > input[type="checkbox"],
.check > input[type="radio"]{
    display: none;
}

.check > span{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/agree_n.svg) no-repeat;
	margin-right:10px;
	
}

.check > input[type="checkbox"]:checked + span,
.check > input[type="radio"]:checked + span{
    background: url(../img/agree.svg) no-repeat;
}

.check div{
    color: #353E4B;  
	width:calc(100% - 30px);	
}


.popup__form .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agree{
    padding-left: 30px;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    color: #787878;
}

.agree:before{
    content: "";
    width: 21px;
    height: 20px;
    background: url(../img/agree.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.agree a{
    color: #0071bc;
}

.form-group{
	padding:10px 0;
}
.form-group label{
	font-size:12px;
}
.w50{
	width:50%;
}
.w100{
	width:100%;
}

/* отображение блока */

.about__left .title-block,
.about__right .about__text,
.about__right .pic,
.profit .items .item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}; }

.about:after { top:26%; }
.profit:after { top:21%; }

.project__slider .slick-list {
  transition: transform 0.2s ease;
}