/* Общая ширина контента */
.screen-1-content,
.screen-2-content,
.screen-3-content,
.screen-4-content,
.screen-5-content,
.screen-6-content,
.content-footer{
	width: var(--width_doc);
	margin: 0 auto;
}
/* 1 экран */
.screen-1 {
    width: 100%;
    height: 866px;
}
.screen-1-content{
	justify-content:center;
}
.home-screen{
	background-color:rgba(22,22,22,1);
	overflow: hidden;
}

.screen-1-content-box{
	display: flex;
}
.block-left,
.block-right {
    flex: 1;
    align-items: center;
}
.block-left {
    /*min-height: 766px;
    padding: 20% 0 0 5%;*/
    padding-top: 12%;
    text-align: left;
    vertical-align: baseline;
	width:50%;
}
.block-left-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;    
}
.block-right {
    /*padding: 5px 30px;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;
    align-items: flex-start;*/
	justify-content: center;
    align-items: flex-end;
	position:relative;
}
.screen-img-2{
	position:absolute;
	/*width:650px;*/
	height:80%;
	/*padding-left:160px;
	padding-top: 230px;*/
	top:20%;
	right:-20%;
	z-index:100;
}
.screen-img-ellipse{
	position:absolute;
	width:750px;
	top:100px;
	right:-600px;
}
.block-left h1{
    margin-bottom: 30px;
    font-size: 66px;
    font-weight: 400;
    line-height: 70px;
	letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
	font-family: 'Helvetica', sans-serif;
    text-transform: none;
}
.block-left h2{
	margin-bottom: 30px;
	font-size: 36px;
    font-weight: 400;
    line-height: 70px;
	letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
	font-family: 'Helvetica', sans-serif;
    text-transform: none;
}
.block-left p{
    margin: 0px;
    font-family: 'Helvetica_light';
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
}
.nout-phone{
	display:none;
	width:100%;
	margin-top:30px;
	justify-content:center;
}
.nout-phone img{
	width:80vw;
}
@media (orientation:portrait){
    .screen-1{
		height: 100%;
	}
	.block-left {
        padding-top: 15%;
	}
	.block-left-content h1{
        font-size: 30px;
        line-height: 36px;
		margin-top:40px;
    }
	.block-left-content h2{
        font-size: 16px;
        line-height: 53px;
    }
    .block-left{
        margin: 0;
    }
	.block-left h1{
		margin-bottom: 0px;
	}
	.block-left h2{
		margin-bottom: 5px;
	}
	.block-left p{
		font-size: 14px;
        line-height: 20px;
	}
	.block-right{
        display: none;
    }
    .block-left-content{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        
        justify-content: center;
    }
    .block-left-content h1,
	.block-left-content h2,
	.block-left-content p{
        padding-left: 6.4vw;
    }
    .nout-phone{
		display:flex;
	}
}

/* 2 экран Наши преимущества */
.screen-2{
    background-color: #EEEEEE;
    margin: 0 auto;
}
.service {
    margin: 0 auto;
    height: auto;
    /*width: auto;*/
}
.service-icon img{
	/*width: 2.4vw;*/
    height: 4.2vh;
}
.service h2 {
    padding-top: 4vw;
	margin: 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36.8px;
    text-align: center;
}
.service-content {
    padding: 4vw 0;
    display: grid;
    gap: 1.6vh;
    grid-template-columns: repeat(4, 1fr);
}
.service-element {
    position: relative;
    background-color: #F5F5F5;
    color: #000000;
    padding: 20px;
    text-align: left;
	transition: 0.5s ease;
}
.service-element:hover{
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
	-moz-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.2));
}
.service-info{
    
}
.service-info p {
    color: #000000;
    /*height: 6.4vw;*/
    /*padding-bottom: 1.6vw;*/
}
.service-info h3{
    margin: 10px 0px;
	font-size:20px;
}
.service-info p{
	margin: 0px 0px;
}
/* Адаптивное поведение*/
@media (orientation:portrait) {
    .service h2 {
		padding: 30px 0 15px 0;
		font-size: 20px;
	}
	.service-content {
        /*padding: 4vw 3.4vw;*/
        grid-template-columns: repeat(2, 1fr);
    }
	.service-icon{
		width:60px;
		flex-shrink: 0;
		text-align:center;
	}
    .service-info{
        /*padding-bottom: 30px;*/
		padding:0 0px 0 7px;
    }
	.service-info h3{
		font-size:16px;
		line-height:normal;
	}
    .service-info p{
        width: 100%;
		font-size:12px;
    }
    .service-element{
		display:flex;
		align-items:center;
		padding: 10px;
	}
	.service-icon img{
		height: 3.2vh;
	}
    
}
@media (orientation:portrait) {
    .service-content {
        padding: 4vw 6.4vw;
        grid-template-columns: repeat(1, 1fr);
    }
    .service-icon img{
        /*width: 20vw;
        max-width: 81px;
        height: auto;*/
  
  }
}
/* 3 экран Наши преимущества */
.screen-3{
	width:100%;
	/*height:966px;*/
}
.works-screen{
	background-color: rgba(22,22,22,1.0);
    background-size: cover;
	position:relative;
}
.works-item{
	display:flex;
	justify-content:space-between;
	position:relative;
}
.works-item:not(.milk)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100px; /* Отступ слева */
    width: calc(100% - 100px); /* Отступ слева и справа */
    height: 1px;
    background: rgba(217,217,217,1.0);
}
.works-item .left-block{
	width:60%;
	padding:0px 100px;
}
.works-item .right-block{
	width:40%;
	text-align:center;
}
.left-block-ai,
.left-block-milk{
	padding:60px 100px !important;
}
.works-box h2{
	font-family: 'Helvetica', sans-serif;
    font-size: 36px;
    font-weight: 600;
	color: #fff;
	text-align:center;
	padding:100px 0;
}
.works-item h3{
	font-family: 'Helvetica', sans-serif;
    font-size: 28px;
    font-weight: 600;
	color: #fff;
	text-align:left;
	margin:0 0 50px;
}
.works-item p{
	font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #fff;
	text-align:left;
}
.works-item img{
	width:160px;
}
.button-product {
    margin: 80px 0px 50px;
    position: relative;
    height: 55px;
    width: 200px;
    border: 1px solid #fff;
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    /*transition: width 0.5s ease-in-out;  Плавное расширение блока */
    transition: all 0.3s ease; /* Плавное изменение размеров */
    /* overflow: hidden; Обрезаем лишние элементы */
}
/* Стили текста */
.button-text-product {
    position: relative;
    margin-right: 5px;
    /*left: 0;
    transition: transform 0.5s ease;  Плавный сдвиг текста */
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

/* Стили стрелки */
.button-arrow-product {
    position: relative;
    width: 30px;
    height: 20px;
    background-image: url(../img/arrow_fff.svg);
    background-position:center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out; /* Плавный переход */
  /*transform-origin: right;  Точка масштабирования — справа */
}
/* Эффект при наведении */
.button-product:hover{
    /*width: 210px; */
     padding-right: 12px; /* Расширение блока вправо */
    display: flex;
    align-items: center; /* Вертикальное выравнивание */
    justify-content: center;
       
}

.button-product:hover .button-arrow-product{
    margin-left: 5px;
    transform: scaleX(2); /* Увеличение по горизонтали */
}
.ai,
.milk{
	padding:50px 0;
}
.screen-3-button{
	display:flex;
	justify-content:center;
}
.screen-3-button div{
	margin-top:0;
	margin-bottom:100px;
}

@media (orientation:portrait) {
	.works-item{
		 flex-direction: column-reverse;
	}
	.works-item img {
		width: 120px;
	}
	.works-item .left-block,
	.works-item .right-block{
		width:100%;
	}
	.works-item .left-block{
		padding:60px 0;
	}
	.works-box h2{
		font-size:24px;
		padding:50px 0;
	}
	.works-box h3{
		font-size:22px;
		margin:0 0 15px;
	}
	.works-item p{
		font-size:12px;
	}
	.screen-3-button{
		display: block;
	}
	.pressbutton-1{
		width:80%;
		height:66px;
		font-size:22px;
		line-height: 62px;
		margin:30px auto;
	}
	.screen-3-button div{
		margin-top:0;
		margin-bottom:0px;
	}
	.screen-3-button {
		padding:50px 0 100px;
	}
	.left-block-ai,
	.left-block-milk{
		padding:60px 0px 0 !important;
	}
	.works-item:not(.milk)::after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0px; /* Отступ слева */
		width: calc(100% - 0px); /* Отступ слева и справа */
		height: 1px;
		background: rgba(217,217,217,1.0);
	}
}
/* 4 экран */
.screen-4{
    background-color: #768262;
}
.AI-consultant{
	min-height: 0px;
    padding: 100px 0;
	text-align:center;
}
.AI-consultant h2{
	color: #fff;
	font-family: 'Helvetica', sans-serif;
    font-size: 36px;
    font-weight: 400;
	font-size: 26px;
    padding: 0 50px;
}
.AI-consultant-button{
	display:inline-block;
}
.ai-konsyltsnt-img{
	height:60px;
}
@media (orientation:portrait) {
	.AI-consultant h2{
		font-size: 26px;
	}
	.AI-consultant-button{
		display:block;
	}
}
/* 5 экран */
.screen-5{
    background-color: #EEEEEE;
}
.advantages{
    padding: 80px 0;
}
.advantages h2{
    font-size:42px;
	margin-bottom:30px;
}
.advantages ul{
	margin: 0 20px;
    padding-left: 0px;
}
.advantages-content li{
	font-size: 24px;
	line-height:30px;
	list-style: none;
	padding:20px 0;
	border-bottom:1px solid rgba(217,217,217,1);
	display:flex;
	align-items: center;
}
/*
.advantages-icon {
	display:block;
	width:24px;
	height:24px;
	padding: 0px;
    aspect-ratio: 1 / 1;
    border: 2px #8AA793;
    border-radius: 12px;
	font-size: 18px;
    color: #FFFFFF;
	text-align:center;
	line-height:24px;
    background-color: #8AA793;
	margin-right:20px;
}
*/
.advantages-icon img{
	width:20px;
	height:20px;
	padding-right:10px;
}
.advantages-bold{
	display:inline;
	font-weight: 600;
}
@media (orientation: portrait){
    .advantages{
		padding: 30px 0;
	}
	.advantages h2{
		/*padding: 4vw 0;*/
		padding-bottom:0px;
		font-size:20px;
		margin-bottom:0px;
    }
    .advantages-content{
        padding: 4vw 0;
        grid-template-columns: repeat(1, 1fr);
    }
	.advantages-content li{
		font-size: 16px;
		line-height:18px;
		/*padding-bottom:20px;*/
		padding:20px 20px;
		width:90%
	}
	.advantages-icon {
		
	}
}

/* 6 экран */
.screen-6{
    background-color: #EEEEEE;
}



.advantages-element {
    display: grid;
    grid-template-columns: 10px auto;
    gap: 20px;
    color: #000000;
    padding: 20px;
    text-align: left;
}



.advantages-info {
    padding-left: 20px;
}

.advantages-info h3 {
    margin: 0;
    font-size: 22px;
}

.advantages-info p {
    color: #000000;
    font-size: 15px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
}
