html{
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth;
}
*,
*::before,
*::after{
    box-sizing: inherit;
}

body {
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden !important;
    min-width: 320px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    line-height: normal;
}
.content{
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
}
.container-min {
    max-width: 1380px;
    margin: 0 auto;
}
.main{
    flex:  1 0 auto;
    flex-grow: 1;
}
.footer{
    flex: 0 0 auto;
}
.wrapper{
    
    overflow-x: hidden !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


.menu-info {
    display: flex;
    gap: 50px;
}
.menu-info__item{
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.menu-info__item p{
    color: #B9B9B9;
    font-size: 14px;
    font-weight: 400;
}
.menu-info__item a{
    color: #222;
font-size: 15px;
font-weight: 400;
line-height: 19px; 
}
.menu-info__item span{
    color: #222;
font-size: 15px;
font-weight: 400;
line-height: 19px; 
}
.on{
    display: block !important;
}
.btn {
    padding: 17px 30px;
    border: 1px solid #E3E3E3;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 210px;
    width: 100%;
    cursor: pointer;
    height: 52px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.form__btn{
    padding: 17px 30px;
    border: 1px solid #E3E3E3;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 210px;
    width: 100%;
    cursor: pointer;
    height: 52px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.title {
    color: #222;
    font-size: 35px;
    font-weight: 600;
}

.slick-arr{
    padding: 19px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border: none;
    position: absolute;
    z-index: 8888888888888888888888888;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .6s;
}
.slick-arr.slick-disabled{
    border: 1px solid #E3E3E3 !important;
    cursor: default;
    background: #F8F8F8;
}
.slick-arr:hover{
    box-shadow: none;
    border: 1px solid #222;
}
.slick-arr--right{
    right: 0;
    top: 90px;
}
.slick-arr--left{
    right: 0px;
    bottom: 90px;
}

.form {
    padding: 50px 60px;
    border: 1px solid #F0F0F0;
    background: #FFF;
}
.form__title {
    color: #222;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.form__text {
    margin-bottom: 30px;
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.form__contacts {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.form__input {
    background: #FFF;
padding: 16px 30px;
color: #BCBCBC;
font-size: 16px;
font-weight: 500;
line-height: 23px; 
box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.06);
max-width: 300px;
width: 100%;
height: 55px;
border: none;
}
.form__textarea {
    max-width: 615px;
    width: 100%;
    min-height: 200px;
    height: 100%;
    padding: 16px 30px;
    margin-bottom: 20px;
    border: none;
}
.form__btn {
    background: #D02C41;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0px 4px 20px 0px rgba(208, 44, 65, 0.20);
}
.off{
    display: none !important;
}


.modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 440px;
    width: 100%;
    height: 326px;
}
.modal__window {
    border: 1px solid #E9E9E9;
    padding: 40px 45px;
    background: #FFF;
    position: relative;
}
.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.modal__title {
    color: #222;
font-size: 36px;
font-weight: 600;
line-height: 40px; 
margin-bottom: 10px;
}
.modal__text {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
}
.modal__form {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.modal__input {
    color: #BCBCBC;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    padding: 16px 30px;
}
.modal__btn {
    cursor: pointer;
    max-width: 350px;
    width: 100%;
    min-height: 52px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background: #D02C41;
    box-shadow: 0px 4px 20px 0px rgba(208, 44, 65, 0.20);
}

.burger__content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
}
.burger__content-menu {
    padding-bottom: 135px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 110px;
    
}
.burger__content-item {
    color: #222;
font-size: 26px;
font-weight: 400;
line-height: 60px; 
transition: all .3s;
}
.burger__content-item:hover {
    color: #D02C41;
}
.burger__content-item:focus {
    color: #D02C41;
}
.burger__content-btn {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 100px;
    transition: all .3s;
}
.burger__content-btn:hover {
    color: #D02C41;
    border: 1px solid #D02C41;
}
.burger__content-btn:focus {
    color: #D02C41;
    border: 1px solid #D02C41;
}

.btn-red{
    transition: all .3s;
}

.btn-red:hover{
    box-shadow: none;
    background: #BF2236;
}

@keyframes arrow {
    0%{
        left: 0;
    }
    100%{
        left: 5px;
    }
}
.btn-off{
    pointer-events: none !important;
}




input:invalid:not(:placeholder-shown) { border: 1px solid #D02C41;}

input:valid:not(:placeholder-shown) {border: 1px solid #3CB46E;}