html{
    height: 100vh;
    font-size: 10px;
    /* font-family: 'Days One'; */
    font-family: 'Montserrat', sans-serif;
}

*{
    box-sizing: border-box;
}
 /* @font-face {
    font-family: 'Days One';
    src: url('fonts/DaysOne-Regular.ttf') format('truetype'),
    url('fonts/archivo/Archivo-Regular.ttf') format('truetype');

}  */
a{
    text-decoration: none;
}
body{
    margin: 0;
    height: 100vh;
    width: 100%;
    font-size: 1.6rem;
    /* background-color: rgb(220, 254, 254); */
}
.content{
    width: 100%;
    display: flex;
    flex-direction: column; 
    height: 100vh;
    padding-left: 10rem;
    /* position: fixed; */
}
.header{
    /* width: 100%; */
    /* background-color: antiquewhite; */
    position: absolute;
    display: flex;
}
.header img{
    height: 100%;
    margin-left: -1.3rem;
}
.menu{
    display: flex;
    align-items: center;
    margin-left: 10rem;
}
.menu a{
    color: #bebebe;
    text-transform: uppercase;
    transition: 0.1s;
}
.menu a:hover{
    color: #1D3D66;
}
/* Стиль для активной ссылки (при нажатии) */
.menu a:active {
    color: #1D3D66;; /* Устанавливаем красный цвет текста при нажатии */
}
/* Стиль для выделенного пункта списка */
.menu li.active a {
    color: #1D3D66;; /* Устанавливаем красный цвет текста для активного пункта */
}
.menu ul{
    list-style: none;
    padding: 0;
}
.menu ul li{
    display: inline; 
    margin-right: 2rem; 
}

.main{
    height: 100%;
    display: flex;

}
.main_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 64%;
    height: 97%;
    /* align-items: center; */
    background-color: #fff;
}
.main_info_buttons{
    display: flex;
    text-align: center;
    z-index: 1;
}
.main_info_buttons a{
    display: flex;
    width: 30rem;
    height: 7rem;
    text-transform: uppercase; 
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.8rem;
}
#gotest{
    background-color: #0E63FF;
    color: #fff; 
    margin-right: 2rem; 
}
#zap{
    background-color: #10D0A1;
    color: #fff;
}
.main_info_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 100rem;
    padding-top: 4rem;
}
.text{
    margin-bottom: 5.5rem;
}
.text p:first-child{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    margin: 0;
    color: #1D3D66; 
    text-transform:uppercase;
}
.text p:nth-child(2){
    margin: 2rem 0 6rem 0;
}
.main_img{
    position: relative;
    /* background-color: bisque; */
    /* height: inherit; */
    width: 36%;
}
.main_img img{
    width: 100%;
}
.icons{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* word-wrap: wrap; */
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 8rem;
}
.icon{
    flex: 0 0 26.5rem;
    display: flex;
    height: 10rem;
    /* width: 26.5rem; */
    /* margin-right: 2rem; */
    position: relative;
    padding: 0 1.5rem 0 11rem;
    border: 1px solid #bebebe;
    border-radius: 5px;
    align-items: center;
    /* justify-content: center; */
    font-size: 1.4rem;
    transition: 0.1s;
}
.icon:hover{
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(136, 136, 136, 0.318);
}
.icon img{
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translate(-50%, -50%);
}



/* Стили модального окна */
.modal{
    display: none; /* По умолчанию скрыто */
    position: fixed; /* Позиционирование */
    z-index: 1; /* Находится поверх остальных элементов */
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; /* Включение прокрутки при необходимости */
    background-color: rgba(29, 61, 102, 0.8); /* прозрачность */
    backdrop-filter: blur(3px);
}
.modal .info{
    font-size: 3.6rem;
    text-align: center;
    color: #0E63FF;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.modal .info::after{
    content: "";
    display: block;
    width: 25%;
    height: 2px;
    background-color: #bebebe;
    margin: 20px auto;
}

.modal-content{
    background-color: #fff;
    margin: auto;
    padding: 6rem;
    border: 1px solid #888;
    max-width: 95%;
    max-height: 95%;
    overflow-x: auto;
}
.modal-content p, .modal-content ul{
    font-family: sans-serif;
    font-size: 2.2rem;
}
.modal-content ul{
    list-style: none;
}
    /* Кнопка закрытия */
.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* Стили для выпадающего списка */
#language-options {
    display: none;
}

#language-dropdown:hover #language-options {
    display: block;
}
.lang{
    width: 5.5rem; height: 4rem; 
    color: black;     
    display: flex;
    justify-content: center;
    align-items: center;
}

.answer{
    /* min-height: 7rem; */
    margin-bottom: 1rem;
    font-size: 2.4rem;
    /* padding-left: 3rem; */
    padding: 2rem 3rem 2rem 3rem;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    text-align: start;
    background-color: #fff;
    box-shadow: 0px 0px 5px #bebebec9;
    line-height: 2.5rem;
    /* align-items: center; */
    transition: 0.2s;
}
.answer:hover{
    box-shadow: 0px 3px 8px #888888c9;
    transform: translateY(-3px);
}
.answer div{
    margin-right: 1rem;
}
.cont_1 {
    padding: 0 5rem 0 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 97%;
}
.cont_1 button{
    display:flex;
}
.main_test_content {
    position: relative;
    width: 65%;
    height: 100%;
    padding: 3rem 5rem 5rem 5rem;
    background-color: #f5f5f5;
}
.back .img2{
    position: absolute;
    bottom: -9rem;
    left: calc(13rem - 3rem);
    z-index: 1;
    width: 6rem;
    border-radius: 50%;
    transition: 0.2s;
}

.back .img2:hover{
    box-shadow: 1px 0 3px rgba(128, 128, 128, 0.533);
    transform: translateX(-1.5px);
}

@media(width < 1600px){
    html{
        font-size: 7.8px;
    }
    
}