@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:wght@600&family=Roboto:wght@300;400;700&display=swap');
body {
    font-family: 'Dela Gothic One';
    font-size: 18px;
    background-color: #F6F5F4;
}
.container {
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto;
}

.menu-wraper {
    display: flex;
    justify-content: space-between;
}
.menu {
    list-style: none;
    display: flex;
}
.menu-item {
    margin-right: 30px;
    font-size: 16px;
    color: #757575;
}
.menu-item:last-child {
    margin-right: 0;
}
.menu-item:hover {
    color: #000;
}
.menu-item:first-child {
    color: #000;
    font-size: 20.861px;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;

}
.header {
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
}
.alex-link {
    text-decoration: none;
    color: #757575;
    font-size: 16px;
    margin-right: 30px;
}
.sign-out {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.register {
    display: flex;
    align-items: center;
}
.alex {
    margin-right: 10px;
}
.up-title {
    color: #2B788B;
    font-size: 16px;
}
.main-title {
    font-size: 56px;
    color: #000;
    margin-bottom: 30px;
}
.text {
    width: 40%
}
.boy {
    width: 60%;
}
.banner-wraper {
    display: flex;
}
.section-text {
    color: #757575;
    font-family:  'Montserrat', sans-serif;
    max-width: 396px;
}
.section-btn {
    font-size: 16px;
    color: #2B788B;
    padding: 10px 22px 14px 22px;
    background-color: #C3DCE3;
    border-radius: 100px;
    text-decoration: none;
}
.banner {
    padding-top: 95px;
    padding-bottom: 123px;
}
.section-textmb {
    margin-bottom: 30px;
}
.counter {
    margin-top: 50px;
    display: flex;
}
.numbers {
    font-size: 40px;
}
.plus {
    font-size: 40px;
    color: #2B788B;
}
.counter-item:first-child {
    padding-right: 50px;
    border-right: 1px solid #e0e0e0;
}
.counter-item:last-child {
    padding-left: 50px;
}
.section-title {
    font-size: 48px;
   line-height: 48px;
   margin: 0;
}
.play {
    width: 50%;
    margin-left: 120px;
}
.language-wraper {
    display: flex;
}
.audio {
    margin-left: 21px;
}
.girl {
    padding: 77px 0;
}
.vocabulary {
    background-color: #F6F5F4;
    padding-top: 26px;
}
.vocabulary-wraper {
    display: flex;
    justify-content: space-between;
}
.vocabulary-holder {
    padding: 105px 0;
    width: 50%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    
}
.girl-img {
    width: 50%;
}
.progress {
    padding: 95px 0;
    background-color: #FFF;
}
.section-title--max-width {
    max-width: 474px;
}
.vocabulary-holder--padding {
    padding: 0;
    margin-right: 20px;
}
.girl-img--width {
    width: 65%;
}
.footer {
    padding: 40px 0;
    background-color: #F6F5F4;
}
.footer-menu {
    font-family:  'Montserrat', sans-serif;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer a {
    font-size: 14px;
    color: #757575;
    text-decoration: none;
}
.names {
    display: flex;
    list-style: none;
}
.footer-wraper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px #E0e0e0 solid;
}
.footer-item {
    margin-right: 30px;
}
.footer-item:last-child {
    margin-right: 0;
}
.names {
    font-family:  'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}
.footer-wraper--border-bottom {
    border-bottom: 0;
    padding-top: 21px;
}
.copyright   {
    font-size: 12px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
}
.copyright a {
    text-decoration: underline;
}
.textbook-link {
    text-decoration: none;
    color: #757575;
    font-size: 26px;
    padding-left: 40px;
    padding-right: 20px;
    border-right: 1px #e0e0e0 solid;
    position: relative;
    margin-right: 20px;
}
.link-wraper {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.textbook-link::before {
    position: absolute;
    content: url('../img/hat.svg');
    top: 5px;
    left: 0;
}
.textbook-link:last-child::before {
    content: url('../img/book.svg');
}
.textbook-link:last-child {
    padding-right: 0;
    border: 0;
    margin-right: 0;
}
.textbook-wraper {
    padding: 20px;
    border-radius: 14px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-content:center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.btn {
    padding: 14px  53px 14px 45px;
    font-size: 16px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: -0.64px;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    position: relative;
    margin-right: 10px;
}

.btn-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn--pink {
    background-color: #F2D4DC;
    color: #945069;
}
.btn--pink::before {
    content: url('../img/trainersmini.png');
    position: absolute;
    top: 0;
    left: 0;
}
.btn--blue {
    background-color: #C3DCE3;
    color: #2B788B;
}
.btn--blue::before {
    content: url('../img/roopermini.png');
    position: absolute;
    top: 0;
    left: 0;
}
.btn-settings {
    padding: 8px;
    border-radius: 4px;
    background-color: #2B788B;  
    position: relative; 
    width: 26px;
    height: 26px;
    display: inline-block;
}
.btn-settings::before {
    content: url('../img/settings.svg');
    position: absolute;
    top:9px;
    left: 9px;
    bottom: 9px;
    right: 9px;
}
.hardness-list {
    list-style: none;
    font-size: 26px;
    font-weight: 400;
    display: flex;
    justify-content: space-evenly;
}
.hardness-link {
    text-decoration: none;
    color: #757575;
    border-bottom: 2px solid transparent;
    position: relative;
    padding-right: 57px;
}
.hardness-link::after {
    position: absolute;
    content: 'Easy';
    font-size: 12px;
    color: #639B6D;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(99, 155, 109, 0.30);
    font-family: 'Montserrat', sans-serif;
    padding: 4px 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hardness-link:hover::after {
    background-color: #639B6D;
    color: #F6F5F4;
}
.hardness-link:hover {
    color: #000;
    border-bottom: 2px solid #000;

}
.hardness {
    margin-bottom: 40px;
}

.hardness-link--md {
    padding-right: 78px;
}
.hardness-link--md::after {
    content: 'Medium';
    color: #C4A24C;
    background-color: rgba(196, 162, 76, 0.30);
}
.hardness-link--md:hover::after {
    background-color: rgba(196, 162, 76, 1);
}
.hardness-link--hd::after {
    content: 'Hard';
    background-color: rgba(203, 91, 67, 0.30);
    color: #CB5B43;
}
.hardness-link--hd:hover::after {
    background-color: rgba(203, 91, 67, 1);
}
.rules {
    max-width: 926px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}
.rules-text {
    padding: 40px;
    background-color: #FFF;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.title-link {
    color: #757575;
    font-size: 32px;
    line-height: 100%;
    text-decoration: none;
}
.title-link:hover {
    color: #000;
}
.slash {
    font-size: 32px;
}
.rules-item {
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 40px;
}
.wrapper {
    display: flex;
    justify-content: space-between;
    font-family: 'Dela Gothic One', cursive;
}
.pronounce {
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 110px;
    margin-bottom: 20px;
}
.pronounce::after {
    content: 'compound';
    position: absolute;
    padding: 4px 12px;
    background-color: #CB5B43;
    color: #FFF;
    top: 0;
    right: 0;
    font-size: 14px;
    border-radius: 4px;
}
.meaning {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    letter-spacing: -0.64px;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.descr {
    font-size: 14px;
    color: #757575;
    line-height: 150%;
    margin-bottom: 20px;
}
.meaning-btn {
    background-color: rgba(99, 155, 109, 0.30);
    color: #639B6D;
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
    padding: 12px 20px;
    border-radius: 100px;
    margin-right: 20px;
}
.meaning-btn:hover {
    color: #F6F5F4;
    background-color: #639B6D;
}
.meaning-btn--btn2 {
    text-decoration: none;
    font-size: 16px;
    color: #CB5B43;
    background-color: rgba(203, 91, 67, 0.30);
    padding: 12px 20px;
    border-radius: 100px;
}
.meaning-btn--btn2:hover {
    color: #FFF;
    background-color: #CB5B43;
}
.img-wrapper {
    position: relative;
    display: flex;
}
.panel {
    position: absolute;
    right: 0;
    top: 40px;
    background-color: rgba(0, 0, 0, 0.70);
    padding: 8px;
    color: #FFF;
    border-radius: 8px 0 0 8px;
}
.panel-span {
    display: none;
}
.panel:hover span {
    display: inline-block;
}
.text-wrapper {
    margin-bottom: 21px;
}
.rules-item-display-item {
    display: none;
}
.navi-item {
    color: #5996A5;
    border: 3px solid #5996A5;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin-right: 24px;
}
.rules-navi {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 101px;
}
.navi-item:last-child {
    margin-right: 0;
}
.navi-item-dots {
    border: 0;
    border-radius: 0;
    color: #757575;
    line-height: 140%;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
.navi-item:hover {
    background-color: #2B788B;
    color: #F6F5F4;
    border: #2B788B 3px solid;
}
.active {
    background-color: #2B788B;
    color: #F6F5F4;
    border: #2B788B 3px solid;
}