@font-face {
	font-family: 'GolosUI';
    src: 
		url('../fonts/Golos-UI/golos-ui_regular.woff2') format('woff2'),
		url('../fonts/Golos-UI/golos-ui_regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'GolosUI';
	src: 
		url('../fonts/Golos-UI/golos-ui_medium.woff2') format('woff2'),
		url('../fonts/Golos-UI/golos-ui_medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'GolosUI';
	src: 
		url('../fonts/Golos-UI/golos-ui_bold.woff2') format('woff2'),
		url('../fonts/Golos-UI/golos-ui_bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'DelaGothicOne';
	src: url('../fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'GolosUI', sans-serif;
}

html,
body {
    width: 100%;
    font-family: 'GolosUI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-color: #FFFFFF;
}
html {
  font-size: 16px; 
}


.container-wrapper {
    width: 100%;
    background-color: #FFFFFF;
    transition: background-color 1.5s ease;
}
.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

a, a:active, a:visited, a:hover {
    color: inherit;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;

    margin-top: 25px;

    padding-top: 15px;
    padding-bottom: 15px;

    background-color: #ffffff;

    box-shadow: 0px 3px 6px 0px rgba(202, 202, 202, 0.25);
}
.header_inside {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;
}
.header_logos__wrap {
    display: flex;
    align-items: flex-end;
    gap: 35px;
}
.header_logos__wrap a {
    line-height: 100%;
    text-decoration: none;
}
.header_logo__main {
    width: 135px;
}
.header_logo__kc_wrap {
    display: flex;
    align-items: flex-end;
    gap: 23px;
}
.header_logo__kc {
    width: 51px;
}
.header_logo__kc_label {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 100%;
}
.header_nav ul {
    display: flex;
    align-items: flex-end;
    list-style: none;
    line-height: 100%;

    gap: 85px;

    transition: all ease-in-out 0.2s;
}
.header_nav ul li a {
    text-decoration: none;
    color: inherit;

    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 100%;

    white-space: nowrap;
}
.header_nav__compare_icon {
    vertical-align: bottom;
    margin-bottom: -4px;
    padding-left: 5px;
}
.header_nav__burger_icon {
    width: 20px;
    cursor: pointer;
}
.header_nav__burger {
    display: none;
}

@media (max-width: 1150px) {
    .header_nav ul {
        gap: 45px;
    }
}
@media (max-width: 950px) {
    .header_nav ul {
        gap: 25px;
    }
}
@media (max-width: 900px) {
    .header_nav__compare_text {
        display: none;
    }
}
@media (max-width: 770px) {
    .header_nav ul li:nth-child(-n+3) {
        display: none;
    }
    .header_nav__compare_icon {
        vertical-align: bottom;
        margin-bottom: -3px;
        padding-right: 0;
        width: 39px;
    }
    .header_nav__burger {
        display: block;
    }
    .header_logo__main {
        width: 130px;
    }
    .header_nav ul {
        gap: 20px;
    }
    header {
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 24px;
    }
}
@media (max-width: 600px) {
    .header_logo__kc_wrap {
        display: none;
    }
    .header_inside {
        align-items: center;
    }
}

footer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 120px !important;
    padding-bottom: 80px !important;
}
.crse_footer__logo {
    max-width: 200px;
}
.crse_footer__texts {
    /* flex: 1; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 50px;
    margin-right: 25px;
}
.crse_footer__creators {
    line-height: 120%;
    font-size: 16px;
    color: #19D7FF;
    font-weight: 400;
    max-width: 220px;
}
.crse_footer__share {
    line-height: 120%;
    font-size: 16px;
    color: #19D7FF;
    font-weight: 400;
    max-width: 290px;
}
.crse_footer__link {
    line-height: 100%;
    font-size: 16px;
    color: #19D7FF !important;
    font-weight: 400;
    display: block;
}
.crse_footer__link1 {
    margin-top: 0;
}
.crse_footer__link2 {
    margin-top: 5px;
}

@media (max-width: 770px) {
    footer {
        flex-direction: column;
        gap: 25px;
        padding-top: 70px !important;
        padding-bottom: 33px !important;
    }
    .crse_footer__logo {
        max-width: 150px;
    }
    .crse_footer__share {
        font-size: 14px;
    }
    .crse_footer__creators {
        font-size: 14px;
    }
    .crse_footer__texts {
        flex-direction: column;
        gap: 20px;
        margin-right: 0;
    }
    .crse_footer__link {
        font-size: 14px;
    }
    .crse_footer__link2 {
        margin-top: 0;
    }
}

.mobile-menu__bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: rgba(0, 0, 0, 0.45);
}
.mobile-menu {
    display: none;
    background-color: #17D7FF;
    width: 82%;
    height: 100vh;
    padding: 40px 20px 45px 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    box-shadow: 0px 0.26px 1.04px 0px rgba(202, 202, 202, 0.25);
}
.mobile-menu__wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}
.mobile-menu__close {
    width: 22px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 35px;
}
.mobile-menu__arrow {
    padding-left: 6px;
}
.mobile-menu__links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 17px;
}
.mobile-menu__link {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: #FFFFFF !important;
    text-decoration: none;
}
.mobile-menu__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 13px;
}
.mobile-menu__caption {
    font-size: 15px;
    line-height: 110%;
    font-weight: 400;
    color: #FFFFFF;
}

.nav_disabled {
    opacity: 15%;
}
.nav_disabled_burger {
    opacity: 45%;
}
.nav_disabled__icon {
    opacity: 15%;
}



/* Уведомление*/
#access-notification {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.notification-content {
  display: flex;
  align-items: center;
  background: rgba(237,237,237,0.97);
  border-radius: 10px;
  padding: 12px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.notification-icon {
  margin-right: 7px;
  flex-shrink: 0;
}
.notification-text {
  white-space: nowrap;
  overflow: hidden;
}
.notification-visible {
  opacity: 1;
  pointer-events: auto;
}
.notification-hidden {
    opacity: 0;
}
@media (max-width: 650px) {
    #access-notification {
        width: 90%;
    }
    .notification-content {
        font-size: 16px;
    }
    .notification-text {
        white-space: inherit;
    }
}
/* Уведомление*/

.inaccuracy__bg {
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.inaccuracy {
    padding: 45px 40px;
    position: fixed;
    z-index: 200;
    background: #00E0AB;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 755px;
    width: 100%;
    display: none;
}
.inaccuracy__bg.active, .inaccuracy.active {
    display: block;
}
.inaccuracy-wrap__close {
    position: relative;
    width: 100%;
    height: 100%;
}
.inaccuracy-close {
    position: absolute;
    width: 26px;
    height: 26px;
    right: -55px;
    top: -60px;
    background-color: #ffffff;
    border-radius: 100px;
    padding: 7px;
    box-sizing: content-box;
    z-index: 300;
    cursor: pointer;
}
.inaccuracy-form__caption {
    font-size: clamp(1.25rem, 1.1559rem + 0.4706vw, 1.5rem);
    line-height: 110%;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.inaccuracy-form__caption span {
    font-weight: 600;
    display: block;
}
.inaccuracy-form__input {
    background-color: #F8F8F8;
    max-width: 830px;
    width: 100%;
    outline: none;
    padding: 15px 30px;
    border: 0;
    border-radius: 10px;
    font-size: clamp(0.75rem, 0.5618rem + 0.9412vw, 1.25rem);
    color: #000000;
    margin-bottom: 13px;
}
.inaccuracy-form__input:nth-of-type(2) {
    margin-bottom: 20px;
}
.inaccuracy-form__input::placeholder {
    font-size: clamp(0.75rem, 0.5618rem + 0.9412vw, 1.25rem);
    font-weight: 400;
    color: #D9D9D9;
}
.inaccuracy-form__textarea {
    background-color: #F8F8F8;
    max-width: 830px;
    width: 100%;
    outline: none;
    padding: 15px 30px;
    border: 0;
    border-radius: 10px;
    font-size: clamp(0.75rem, 0.5618rem + 0.9412vw, 1.25rem);
    color: #000000;
    margin-bottom: 25px;
    resize: none;
}
.inaccuracy-form__textarea::placeholder {
    font-size: clamp(0.75rem, 0.5618rem + 0.9412vw, 1.25rem);
    font-weight: 400;
    color: #D9D9D9;
}

.inaccuracy-form__text-email {
    font-size: clamp(1rem, 0.906rem + 0.471vw, 1.25rem);
    line-height: 110%;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.inaccuracy-form__btn {
    display: block;
    width: 100%;
    color: #FFFFFF;
    height: 64px;
    background-color: #006074;
    border-radius: 70px;
    outline: none;
    border: 0;
    font-size: clamp(1rem, 0.8118rem + 0.9412vw, 1.5rem);
    cursor: pointer;
}

.inaccuracy-success__block {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    display: none;
}
.inaccuracy-success__label {
    font-size: clamp(1.25rem, 1.1559rem + 0.4706vw, 1.5rem);
    line-height: 110%;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.inaccuracy-success__caption {
    font-size: clamp(1rem, 0.906rem + 0.471vw, 1.25rem);
    line-height: 110%;
    font-weight: 400;
    color: #FFFFFF;
}

@media (max-width: 770px) {
    .inaccuracy-form__input, .inaccuracy-form__textarea {
        padding: 12px 15px;
        border-radius: 5px;
    }
    .inaccuracy-form__btn {
        height: 40px;
    }
    .inaccuracy {
        padding: 20px;
        position: fixed;
        z-index: 200;
        background: #00E0AB;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 755px;
        width: 93%;
    }
    .inaccuracy-close {
        position: absolute;
        width: 24px;
        height: 24px;
        right: -22px;
        top: -40px;
        background-color: #ffffff;
        border-radius: 100px;
        padding: 6px;
        box-sizing: content-box;
        z-index: 300;
        cursor: pointer;
    }
}

.hint {
    background-color: #17D7FF;
    line-height: 110%;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.hint span {
    font-weight: 700;
}
.hint-close {
    position: absolute;
    right: -17px;
    top: -17px;
    background-color: #FFFFFF;
    color: #17D7FF;
    border-radius: 50px;
    font-size: 26px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}