*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    width: 1252px;
    margin: 0 auto;
}
body{
    font-size: 0.8rem;
}

@media only screen and (min-width: 576px){
    body{
        font-size: 1rem;
    }
}
@media only screen and (min-width: 768px){
    body{
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 992px){
    body{
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1200px){
    body{
        font-size: 3rem;
    }
}
@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/ibm-plex-sans-v19-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/ibm-plex-sans-v19-cyrillic_latin-500.woff2') format('woff2');
    Safari 12+,
    iOS 10+*/
}

body {
    font-family: "IBM Plex Sans", "IBM Plex Serif";

}

.header-top {
    width: 100%;
    background-color: #DEEEFC;
}

.header-wrapper {
    background-image: url(./images/box.svg);
    height: 725px;
}

.header-top_wrapper {
    display: flex;
    justify-content: space-around;
    padding-top: 36px;

}

.header-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 36px;
}

.header-list_item:hover {
    color: rgb(233, 233, 51);
}

.header-list_item:active {
    color: chartreuse;
}

.header-select {
    border: none;
    background-color: #F0F7FD;
    font-size: 14px;
}

.head {
    background-color: #E6F1FD;
}

.header-select:hover {
    background-color: blueviolet;
}

.header-select:active {
    background-color: rgb(85, 6, 158);
    opacity: 40%;
}

.header-button {
    background-color: #DEEEFC;
    width: 110px;
    height: 40px;
    border-radius: 43px;
    border: 2px solid #1064E5;
}

.header-button:hover {
    background-color: blue;
    color: white;
}

.header-button:active {
    background-color: #1064E5;
    color: #DEEEFC;
    opacity: 50%;
}

.header-button2 {
    width: 189px;
    height: 40px;
    border-radius: 45px;
    background-color: #1064E5;
    border: none;
    color: white;
    font-size: 14px;
}

.header-button2:hover {
    background-color: white;
    color: #1064E5;
}

.header-button2:active {
    background-color: aliceblue;
    color: #4d8ff1;
    opacity: 50%;
}

.header-title {
    font-family: "IBM plex serif";
    width: 500px;
    height: 95px;
    margin-top: 90px;
    margin-left: 50px;
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 45.5px;
    color: black;
}

.header-bottom_title {
    width: 251px;
    height: 31px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    margin-top: 20px;
    margin-left: 50px;
}

.header-page {
    width: 454px;
    height: 63px;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.header-bottom_button {
    margin-top: 40px;
    margin-left: 50px;
    width: 295px;
    height: 56px;
    border-radius: 45px;
    border: none;
    background-color: #1064E5;
    color: white;
    font-size: 16px;
}

.header-bottom_button:hover {
    background-color: white;
    color: #1064E5;
}

.header-bottom_button:active {
    background-color: #DEEEFC;
    color: #4d8ff1;
    opacity: 40%;
}

.next {
    margin-left: 500px;
    margin-top: 120px;
}

.header-bottom {
    margin-top: 54px;
}

.bottom-wrapper {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.moment {
    display: flex;
    gap: 20px;
    align-items: center;
}

.moment-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 65px;
}

.moment-page {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.main-section {
    width: 100%;
    height: 940px;
    background-color: #D8F1F0;
    margin-top: 75px;
}

.main-list {
    list-style: none;
    width: 502px;
    height: 395px;

}

.main-title {
    width: 502px;
    height: 48px;
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.main-item {
    margin-top: 10px;
    width: 512px;
    height: 56px;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.mini {
    list-style: square;
}

.main-button {
    margin-top: 19px;
    width: 217px;
    height: 56px;
    border-radius: 46px;
    border: 1.5px solid #1064E5;
    background-color: #D8F1F0;
    font-size: 18px;
}

.main-button:hover {
    background-color: #1064E5;
    color: #D8F1F0;
}

.main-button:active {
    background-color: #1064E5;
    color: #F0F7FD;
    opacity: 40%;
}

.main-top {
    padding-top: 57px;
    padding-left: 30px;
    display: flex;
    gap: 107px;
}

.main-bottom {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 57px;
    padding-right: 25px;
    gap: 107px;
}

.main-item2 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.section-title {
    height: 48px;
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-top: 57px;
}

.box-first {
    display: flex;
}

.tabel-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.box-list {
    padding-top: 36px;
    padding-left: 32px;
    width: 256px;
    height: 320px;
    margin-top: 63px;
    background-color: #DEEEFC;
    list-style: none;
}

.item-title {
    width: 76px;
    height: 40px;
    font-family: IBM Plex Sans;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}

.box-item {
    margin-top: 30px;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.zero {
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.sub {
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.section-button {
    width: 192px;
    height: 40px;
    border-radius: 100px;
    background-color: #1064E5;
    color: #D8F1F0;
    border: none;
}

.section-button:hover {
    background-color: #D8F1F0;
    color: #1064E5;
}

.section-button:active {
    background-color: #D8F1F0;
    color: #1064E5;
    opacity: 40%;
}

.box-items {
    margin-top: 30px;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    visibility: hidden;

}

.section-bottom {
    margin-top: 98px;
    width: 100%;
    height: 310px;
    background-color: #D8F1F0;

}

.section-list {
    padding-top: 43px;
    margin-left: 300px;
    text-align: center;
    width: 606px;
    height: 224px;
    list-style: none;
}

.bsection-title {
    font-family: IBM Plex Sans;
    font-size: 73px;
    font-weight: 500;
    line-height: 48px;

}

.bsection-words {
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.section-item {
    margin-top: 12px;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.friends {
    margin-top: 47px;
    text-align: center;



}

.csection-title {
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.section-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 100px;


}

.grimages {
    margin-top: 30px;
}



.dsection-box {
    height: 600px;
    margin-top: 96px;
    background-color: #D8F1F0;
    text-align: center;
}

.dsection-title {
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.list-boxes {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;


}

.dsection-list {
    list-style: none;
}

.data {
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

}

.dsection-page {
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 26.5px;
}

.dsection-image {
    opacity: 50%;
}

.life-meet {
    margin-top: 49px;
    text-align: center;
}

.life-title {
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;

}

.notebook {
    margin-top: 20px;
}

.question-answer {
    margin-top: 63px;
    background-color: #DEEEFC;
}

.qatitle {
    text-align: center;
    margin-top: 26px;

}

.sarlavha {
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}

.sarlavha-list {
    margin-top: 36px;
    list-style: none;
    text-align: start;
    list-style: decimal;
    margin-left: 400px;
}

.sarlavha-item {
    width: 527px;
    height: 44px;
}

.news-box {
    text-align: center;
    margin-top: 56px;
}

.new-list {
    list-style: none;
}

.new-title {
    font-family: IBM Plex Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;

}
.sarlavha-input{
    width: 399px;
height: 50px;
border: 2px solid #1064E5;
border-radius: 37px;

}
.sarlavha-button{
   
    font-size: 14px;
    width: 178px;
height: 50px;
border: none;
background-color: #1064E5;
color: #D8F1F0;
border-radius: 37px;
}
.sarlavha-button:hover{
    background-color: #D8F1F0;
    color: #1064E5;
}
.sarlavha-button:active{
    opacity: 40%;
}
.sarlavha-inputs{
    margin-top: 30px;
}
.list-page{
    margin-top: 30px;
}
.footer-site{
    margin-top: 162px;
    background-color: #061224;
    height: 288px;
}
.footer-wrapper{
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #DEEEFC;
    
}
.footer-list1{
    list-style: none;
}
.footer-link{
    text-decoration: none;
    color: #D8F1F0;
}
