.land-bg{
    background-color: #EEFDFF;
}
.land-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:75px 0;
}
.land-row div{
    max-width: 550px;
}
/*Начало формы для лендинга*/

.headline-form-order{
    color:white;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.headline-form-order span{
    display: block;
    color:#F6D657;
    font-weight: 700;
    text-transform: none;
}

.block-form-order{
    margin:30px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-order{
    background-color:#009CD4;
    padding:40px;
    margin-top:20px;
    width:100%;
    max-width:400px;
    border-radius:20px;
}

#date, #theme, #email{
    font-size:18px;
    border-radius: 20px;
    background-color:#EEFDFF;
    height: 52px;
    width:100%;
    border:0;
    padding:23px 20px 20px 20px;
    margin:15px 0;
}

.form-order input:focus{
    outline-color: #F6D657;
}

.form-order input::placeholder{
    font-size:18px;
    font-weight: 400;
    color:#777777;
}

.form-order input:focus::placeholder{
    color:transparent;
}

.error-placeholder::placeholder{
    color:red;
}

.form-order-file{
    display:flex;
    align-items:center;
    margin:15px 0;
}

.form-order-file-btn{
    display:block;
	background-image:url('../img/landing/icon_formorder/icon-addfile.svg');
	background-repeat:no-repeat;
	height:52px; 
	width:52px; 
}

.form-order-file-btn:active{
    transform:scale(0.9);
}
.form-order-file-upload {
     display:block;
     position: relative; /* Даем возможность делать позиционирование, внутри данного элемента */
     overflow: hidden; /* Все что выходит за пределы - скрываем */
     width: 52px; /* Задаем ширину кнопки выбора файла */
     height: 52px; /* Задаем высоту кнопки выбора файла */ 
     margin-right: 15px;
}
.form-order-file-upload input[type=file]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.form-order-file-upload label {
     /* Растягиваем label на всю возможную площадь блока .file-upload */
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

::-webkit-input-placeholder {font-size:18px; color:#777777;}/* webkit */
::-moz-placeholder          {font-size:18px; color:#777777;}/* Firefox 19+ */
:-moz-placeholder           {font-size:18px; color:#777777;}/* Firefox 18- */
:-ms-input-placeholder      {font-size:18px; color:#777777;}/* IE */

.namefile{
    font-family: inherit;
    font-stretch: inherit;
    color:#EEFDFF;
    background-color:transparent;
    border:0;
    resize: none;
    width: 75%;
    font-size:18px;
    font-stretch: inherit;
    overflow:hidden;
    height: 30px;
}
  
#form-order-submit{
    font-family: inherit;
	background-color:#FF4A3F;
    border:0;
    border-radius:25px;
	color:#EEFDFF;
	font-size:22px;
	text-transform:uppercase;
	font-weight: 550;
    text-align: center;
    padding:18px 20px;
    margin:10px 0 20px 0;
    width:100%;
}
#form-order-submit:hover{
    cursor: pointer;
    background-color:#ff443b;
}
#form-order-submit:active{
    transform:scale(0.9);
}

#date{
    background-image: url('../img/landing/icon_formorder/icon-calendar.svg');
    background-repeat:no-repeat;
    background-size:24px 24px;
    background-position: 93% center;
}

#date:hover{
    cursor:pointer;
}

.block-policy{
    display: flex;
    align-items: center;
}

.checkbox-policy{
    width: 36px;
    height: 36px;
    margin-left:0;
}

.checkbox-policy:checked{
    accent-color:#00749e;
}

.text-policy{
    font-size:14px;
    color:rgb(170, 220, 239);
    line-height: 1.5;
    margin-left:10px;
    user-select: none;
}
.text-policy a{
    color:rgb(170, 220, 239);
    text-decoration-color: rgb(54, 190, 240);
}

/*Конец формы вертикальной для лендинга*/


/*Блок рядом с формой*/

.block-form-desc{
    max-width: 460px;
	margin-top:5px;
}

.block-form-desc ul{
    margin:70px 0;
    padding:0;
    list-style-type: none;
}

.block-form-desc ul li{
    margin:50px 0;
    padding-left:100px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 64px 64px;
}

.block-form-desc ul li span{
    display: block;
}

.block-form-desc ul li span:nth-child(1){
    color:#00B8C1;
    font-weight: 600;
    font-size:28px;
    margin-bottom:8px;
}
.block-form-desc ul li span:nth-child(2){
    font-size:20px;
}

.block-form-desc ul li:nth-child(1){
    background-image: url('../img/landing/icon_landing/icon_person.svg');
}
.block-form-desc ul li:nth-child(2){
    background-image: url('../img/landing/icon_landing/icon_clock.svg');
}
.block-form-desc ul li:nth-child(3){
    background-image: url('../img/landing/icon_landing/icon_wallet.svg');
}

/*Конец блока рядом с формой*/


/*Блок с авторами*/

.land-author{
    border:1px solid #E5E5E5;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    background-image: url('../img/landing/author/author1.png');
    animation:animate-slider-authors 12s infinite;
}

.land-author:hover{
    animation-play-state: paused;
}

@keyframes animate-slider-authors{
    0%{
        background-image:url('../img/landing/author/author1.png');
    }
    23%{
       background-image:url('../img/landing/author/author1.png');
    }
    25%{
        background-image:url('../img/landing/author/author2.png');
    }
    48%{
        background-image:url('../img/landing/author/author2.png');
    }
    50%{
        background-image:url('../img/landing/author/author3.png');
    }
    73%{
        background-image:url('../img/landing/author/author3.png');
    }
    75%{
        background-image:url('../img/landing/author/author4.png');
    }
    98%{
        background-image:url('../img/landing/author/author4.png');
    }
}

.lk-info{
    background-image:url('../img/landing/author/lk-info.svg');
    background-color: white;
    animation:none;
}

/*Конец блока с авторами*/

.land-row-img{
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
}

.land-row-img-podrobno{
    background-image: url('../img/landing/icon_landing/icon_podrobno.svg');
}

.land-row-img-garantiya{
    background-image: url('../img/landing/icon_landing/icon_garantiya.svg');
}

.land-text{
    margin:75px 0;
}

.land-text ul li{
	margin:20px 0;	
}


@media screen and (max-width:1199px){
    
}

@media screen and (max-width: 991px){
    .block-form-order{
        justify-content: center;
    }
    .land-row{
        justify-content: center;
        text-align: center;
        padding-top:25px;
    }
    .land-row-img-podrobno{
        order:1;
    }
}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 575px){
    .form-order{
        padding:30px 20px;
    }
    .headline-form-order{
        font-size:24px;
    }
    #date, #theme, #email{
        font-size:16px;
    }
    .namefile{
        font-size:16px;
    }
    #form-order-submit{
        font-size:20px;
    }

    .block-form-desc ul{
        margin:50px 0;
    }
    
    .block-form-desc ul li{
        margin:30px 0;
        padding-left:80px;
        background-size: 48px 48px;
    }
    
    .block-form-desc ul li span{
        display: block;
    }
    
    .block-form-desc ul li span:nth-child(1){
        color:#00B8C1;
        font-weight: 600;
        font-size:20px;
        margin-bottom:8px;
    }
    .block-form-desc ul li span:nth-child(2){
        font-size:16px;
    }
    .land-row{
        padding:0 0 50px 0;
    }
}

@media screen and (max-width: 359px){
    
}