/* https://accelload.com/ */
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Extrabold.eot');
    src: url('../fonts/Gilroy-Extrabold.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
    url('../fonts/Gilroy-Extrabold.woff') format('woff'),
    url('../fonts/Gilroy-Extrabold.ttf') format('truetype'),
    url('../fonts/Gilroy-Extrabold.svg#Gilroy-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype'),
    url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.eot');
    src: url('../fonts/Gilroy-Semibold.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
    url('../fonts/Gilroy-Semibold.woff') format('woff'),
    url('../fonts/Gilroy-Semibold.ttf') format('truetype'),
    url('../fonts/Gilroy-Semibold.svg#Gilroy-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: url('../fonts/Gilroy-Black.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff2') format('woff2'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype'),
    url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Despair Display';
    src: url('../fonts/DespairDisplay-Bold.eot');
    src: url('../fonts/DespairDisplay-Bold.eot@#iefix') format('embedded-opentype'),
    url('../fonts/DespairDisplay-Bold.woff2') format('woff2'),
    url('../fonts/DespairDisplay-Bold.woff') format('woff'),
    url('../fonts/DespairDisplay-Bold.ttf') format('truetype'),
    url('../fonts/DespairDisplay-Bold.svg#DespairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype'),
    url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.eot');
    src: url('../fonts/Gilroy-Thin.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Thin.woff2') format('woff2'),
    url('../fonts/Gilroy-Thin.woff') format('woff'),
    url('../fonts/Gilroy-Thin.ttf') format('truetype'),
    url('../fonts/Gilroy-Thin.svg#Gilroy-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.eot');
    src: url('../fonts/Gilroy-UltraLight.eot@#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
    url('../fonts/Gilroy-UltraLight.woff') format('woff'),
    url('../fonts/Gilroy-UltraLight.ttf') format('truetype'),
    url('../fonts/Gilroy-UltraLight.svg#Gilroy-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Gilroy';
    color: var(--black);
}
* {
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 56px;
    line-height: 67px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
h1 > span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1 .span {
    font-family: 'Despair Display';
    font-size: 190px;
    line-height: 266px;
}
h2 {
    font-family: 'Despair Display';
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    margin: 0;
}
h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin: 0;
}
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
input, textarea, button {
    outline: none;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
}
:root {
    --white: #FFFFFF;
    --black: #011A0E;
    --green: #04BF68;
    --blue: #80BFB9;
}
.container {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}
.button {
    border: none;
    height: 50px;
    font-weight: 500;
    line-height: 19px;
    color: var(--white);
    background-color: var(--black);
    box-shadow: 0px 20px 18px -15px rgb(1 26 14 / 50%);
    text-transform: uppercase;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--black);
    cursor: pointer;
    border-radius: 150px;
    width: 100%;
}
.button:hover {
    color: var(--black);
    box-shadow: none;
    background-color: var(--white);
    border: 2px solid var(--white);
}
.feedback:hover {
    color: var(--white);
}
.headerSocial .wa:hover svg path {
    fill: var(--white);
}
.headerSocial .tg:hover svg path:first-child {
    fill: var(--white);
}
.headerMobile:hover {
    color: var(--white);
}
.white {
    color: var(--white);
}
.black {
    color: var(--black);
}
.bgWhite {
    background-color: var(--white);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 28px;
    background-color: var(--blue);
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1430px;
    padding-top: 28px;
}
.headerContacts {
    display: flex;
    align-items: center;
}
.headerSocial {
    display: flex;
    margin-right: 18px;
}
.headerSocial a {
    margin-right: 12px;
    display: flex;
}
.headerSocial + div {
    display: flex;
    flex-direction: column;
}
.headerMobile {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
}
.headerUl {
    display: flex;
    align-items: center;
}
.headerLi a {
    color: var(--white);
    margin: 0 25px;
}
.headerLink {
    position: relative;
}
.headerLink::after {
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    bottom: -6px;
    height: 2px;
    width: calc(100% / 3);
    background-color: var(--black);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.headerLink:hover::after {
    opacity: 1;
}
.main {
    padding-top: 98px;
}
.feedback {
    font-size: 14px;
    line-height: 17px;
    color: var(--black);
    border: none;
    background-color: transparent;
    border-bottom: 1px dashed;
    padding: 0;
    max-width: fit-content;
    margin: 0 auto;
}
.banner {
    height: calc(100vh - 98px);
    background-color: var(--blue);
    overflow: hidden;
}
.banner img {
    position: absolute;
    z-index: 0;
}
.banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.banner .bannerButton {
    width: 395px;
    margin-left: auto;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.banner .bannerButton div {
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}
.aboutBlocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
}
.aboutBlock {
    height: 242px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 29px 34px;
    box-shadow: 0px 8px 25px rgb(24 36 35 / 25%);
    border-radius: 25px;
}
.howWorks {
    max-width: 590px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.howWorkNumber {
    font-family: 'Despair Display';
    font-size: 96px;
    line-height: 120%;
    background: linear-gradient(180deg, var(--blue) 20.68%, #FFFFFF 77.52%), var(--blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
}
.howWork {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 306px;
    margin-bottom: 30px;
}
.howWork:last-child {
    margin-bottom: 0;
}
.howWork:nth-of-type(2) {
    margin-left: 102px;
}
.howWork:nth-of-type(3) {
    margin-left: 204px;
}
.howWork:nth-of-type(4) {
    margin-left: auto;
}
.howWorkInfo {
    z-index: 0;
}
.howWorkTitle {
    font-family: 'Despair Display';
    font-size: 24px;
    line-height: 120%;
    color: var(--green);
}
.howWorkText {
    line-height: 120%;
    margin-top: 20px;
}
#a1 {
    padding-top: 120px;
}
#a1 .aboutBack {
    margin-top: 50px;
    background: var(--blue);
    padding: 29px 0;
}
#a2 {
    padding: 120px 0;
    position: relative;
}
#a2 .container {
    margin-top: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#a2 .howBook {
    position: absolute;
    left: -145px;
    top: 0;
}
#a2 .how {
    position: absolute;
    right: 0;
    top: 0;
}
#a3 {
    padding: 120px 0 140px;
    background-color: var(--blue);
    overflow: hidden;
}
#a3 .title h2 {
    z-index: 1;
    position: relative;
}
#a3 .title h2 span {
    color: var(--white);
}
#a3 .title div {
    z-index: 0;
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(255, 255, 255, 0.5), -1px 0 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.5);
    color: var(--blue);
}
.title {
    position: relative;
}
.title div {
    font-family: 'Despair Display';
    font-size: 64px;
    line-height: 90px;
    box-sizing: border-box;
    text-shadow: 1px 0 1px var(--blue), 0 1px 1px var(--blue), -1px 0 1px var(--blue), 0 -1px 1px var(--blue);
    color: var(--white);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -33px;
    z-index: -1;
}
.subtitle {
    margin-top: 15px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}
.subtitle span {
    color: var(--white);
}
.gradeBlocks {
    margin-top: 140px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}
.gradeBlock {
    width: 100%;
    padding: 21px 41px;
}
.gradeBlockContent {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 590px;
}
.gradeBlock img {
    position: absolute;
    left: 0;
}
.gradeBlock:nth-of-type(2) {
    border-radius: 25px 0 0 25px;
}
.gradeBlock:nth-of-type(2) .gradeBlockContent {
    justify-content: flex-end;
}
.gradeBlock:nth-of-type(1) {
    border-radius: 0 25px 25px 0;
}
.gradeBlock:nth-of-type(1) .gradeBlockContent {
    margin-left: auto;
    justify-content: flex-end;
}
.gradeInfo {
    max-width: 245px;
    width: 100%;
}
.gradeTitle {
    font-family: 'Despair Display';
    font-size: 24px;
    line-height: 120%;
    color: var(--green);
}
.gradeText {
    line-height: 120%;
    margin-top: 15px;
}
.gradeInfo .button {
    margin-top: 15px;
    width: 180px;
    margin-left: auto;
    background-color: var(--green);
    border: 2px solid var(--green);
    color: var(--black);
}
.gradeInfo .button:hover {
    color: var(--white);
    box-shadow: none;
    background-color: var(--black);
    border: 2px solid var(--black);
}
.buyoutForm .button:hover {
    color: var(--white);
    box-shadow: none;
    background-color: var(--black);
    border: 2px solid var(--black);
}
#a4 {
    padding: 120px 0 50px;
    background-image: url(../img/buyout.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#a4 .container {
    margin-top: 50px;
}
.buyout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buyoutForm {
    max-width: 590px;
    width: 100%;
}
.buyoutTitle {
    max-width: 590px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.buyoutTitle p {
    font-weight: 600;
    line-height: 120%;
    margin: 15px 0;
}
.buyoutInfo {
    line-height: 120%;
    text-align: center;
}
.buyoutInputs {
    display: flex;
    align-items: center;
    margin: 10px 0 16px;
    background: #FFFFFF;
    border: 2px solid #04BF68;
    border-radius: 150px;
    padding: 5px 0;
    overflow: hidden;
}
.policy {
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}
.policy a {
    color: var(--black);
}
.buyoutInput {
    width: 222px;
    height: 50px;
    font-size: 16px;
    line-height: 120%;
    padding: 0 25px;
    border: 2px solid #FFFFFF;
    border-radius: 150px;
    margin-left: 5px;
}
.buyoutFileIndex {
    display: none;
}
.buyoutFileIndex + label {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #04BF68;
    border-radius: 150px;
    width: 180px;
    height: 50px;
    cursor: pointer;
    margin: 0 0 0 9px;
}
.buyoutFileIndex + label:hover {
    border: 2px solid var(--black);
}
.buyoutInput::placeholder {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 120%;
    color: var(--blue);
}
.buyoutTextarea {
    resize: none;
    width: 100%;
    padding: 21px 28px 20px;
    border: 2px solid;
    height: 180px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 120%;
}
.buyoutChecktext {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: var(--blue);
}
.buyoutChecktext a {
    color: var(--blue);
    border-bottom: 1px dashed var(--black);
}
.buyoutLabel {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    cursor: pointer;
}
.buyoutCheckbox {
    display: none;
}
.buyoutCheckstyle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid;
    position: relative;
    margin-right: 10px;
}
.buyoutCheckstyle::before {
    content: '✓';
    opacity: 0;
}
.buyoutCheckbox:checked + .buyoutCheckstyle::before {
    opacity: 1;
}
.buyoutForm .button {
    width: 180px;
    height: 50px;
    margin: 0 5px 0 9px;
    background-color: var(--green);
    border: 2px solid var(--green);
    color: var(--black);
    box-shadow: none;
}
#a5 {
    position: relative;
}
#a5 .container {
    padding: 90px 15px 50px;
}
.contacts {
    padding: 30px;
    position: relative;
    z-index: 1;
    max-width: 386px;
    margin-left: 102px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid;
    backdrop-filter: blur(15px);
}
.contacts h2 {
    text-align: left;
}
.contacts h2 + div {
    font-weight: 600;
    line-height: 120%;
    color: #000000;
    margin-top: 15px;
}
.contacts h2 + div + div {
    margin-top: 10px;
}
.contacts h2 + div + div + div {
    font-weight: 600;
    line-height: 120%;
    color: #000000;
    margin-top: 25px;
}
.contacts h2 + div + div + div + div {
    margin-top: 10px;
}
.contacts a {
    font-weight: 600;
    line-height: 120%;
    color: #000000;
    margin-top: 10px;
    display: block;
    max-width: fit-content;
}
.contacts a:hover {
    color: var(--blue);
}
.map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map * {
    transition: none;
}
.footer {
    background-color: #000000;
    padding: 28px 0;
}
.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerUl {
    display: flex;
    align-items: center;
}
.footerLi a {
    color: var(--white);
    margin: 0 15px;
    font-size: 14px;
    line-height: 17px;
}
.footerLink:hover {
    color: var(--blue);
}
.footerMobile {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
}
.footerMobile:hover {
    color: var(--blue);
}
.footerContacts {
    display: flex;
    align-items: center;
}
.footerSocial {
    display: flex;
}
.footerSocial a {
    margin-left: 12px;
}
.footerSocial a:first-child {
    margin-left: 10px;
}
.footerSocial .wa:hover svg path {
    fill: var(--blue);
}
.footerSocial .tg:hover svg path:first-child {
    fill: var(--blue);
}
.footerLogo .logoGreen {
    display: none;
}
.footerLogo:hover .logoGreen {
    display: flex;
}
.footerLogo:hover .logoWhite {
    display: none;
}
.section {
    padding: 130px 0;
    min-height: 100vh;
}
.modal input {
    width: 100%;
    height: 60px;
    padding: 21px 28px 20px;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
    border: 2px solid #04BF68;
    border-radius: 10px;
}
.modal textarea {
    resize: none;
    width: 100%;
    padding: 21px 28px 20px;
    border: 2px solid;
    height: 180px;
    font-size: 16px;
    line-height: 120%;
    border: 2px solid #04BF68;
    border-radius: 10px;
}
.modal input::placeholder,
.modal textarea::placeholder {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 120%;
    color: var(--blue);
}
.modal h3 {
    font-family: 'Despair Display';
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: var(--green);
    margin-bottom: 50px;
}
.gradeModal .modal-content,
.buyoutModal .modal-content {
    padding: 80px;
    border: 2px solid #04BF68;
    border-radius: 15px;
}
.gradeModal .modal-dialog {
    max-width: 594px!important;
}
.gradeFile {
    display: none;
}
.gradeInfoText {
    line-height: 120%;
    margin: 10px 0;
}
.buyoutModal .modal-dialog {
    max-width: 548px!important;
}
.modal .modal-dialog {
    max-width: 563px;
}
.modal .modal-content p:nth-of-type(1) {
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-top: 20px;
}
.modal .modal-content p:nth-of-type(2) {
    line-height: 120%;
    text-align: center;
    margin-top: 20px;
}
.modal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 40px;
    font-weight: 600;
    cursor: pointer;
    line-height: 21px;
    color: var(--green);
}
.modal .buyoutLabel {
    margin-top: 10px;
}
.modal .button {
    margin-bottom: 20px;
    background-color: var(--green);
    border: 2px solid var(--green);
    color: var(--black);
}
.modal .button:hover {
    color: var(--white);
    box-shadow: none;
    background-color: var(--black);
    border: 2px solid var(--black);
}
.modal .policy {
    margin-top: -10px;
}
.popup {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.headerLogo .logoGreen {
    display: none;
}
.navMobile {
    display: none;
}
.widget {
    position: fixed;
    z-index: 1;
    left: 15px;
    bottom: 15px;
    display: flex;
    justify-content: center;
}
.widgetList {
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: -110px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.widgetList.view {
    bottom: 70px;
    visibility: visible;
    opacity: 1;
}
.widgetList a {
    margin-bottom: 10px;
}
.widgetOpen.view {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.widgetOpen.view + .widgetClose {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
}
.widgetClose {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.widgetButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    position: relative;
    background-color: var(--green);
    border-radius: 50%;
    cursor: pointer;
}
.widgetButton svg {
    position: absolute;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
form .success {
    text-align: center;
    width: 100%;
}
@media (max-width: 1600px) {   
    .banner img {
        width: 40%;
    }
    #a2 .howBook {
        left: -290px;
    }
    .howWork {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 30px;
    }
    .title div {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .headerMobile {
        font-size: 20px;
    }
    .headerLi a {
        font-size: 14px;
    }
    .howWorkTitle {
        font-size: 20px;
    }
    .howWorkNumber {
        font-size: 80px;
    }
    .howWorkText {
        font-size: 14px;
    }
    .howWork {
        max-width: 267px;
    }
    #a2 .howBook {
        top: 170px
    }
    .gradeBlock img {
        width: 60%;
    }
    .subtitle {
        margin-top: 10px;
    }
    .header {
        padding-bottom: 20px;
    }
    .header .container {
        padding-top: 20px;
    }
    #a1 {
        padding-top: 100px;
    }
    #a2 {
        padding: 100px 0;
    }
    #a3 {
        padding: 100px 0 120px;
    }
    #a4 {
        padding: 100px 0 50px;
    }
    .banner {
        height: calc(100vh - 83px);
    }
    .main {
        padding-top: 83px;
    }
}
@media (max-width: 1200px) {
    .banner img {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .headerUl {
        display: none;
    }
    .navMobile {
        display: flex;
    }
    h1 {
        font-size: 40px;
    }
    h1 .span {
        font-size: 120px;
    }
    h2 {
        font-size: 20px;
    }
    .title div {
        font-size: 40px;
        top: -30px;
    }
    h3 {
        font-size: 12px;
    }
    .aboutBlocks {
        grid-column-gap: 10px;
    }
    .aboutBlock img {
        height: 60%;
    }
    .aboutBlock {
        height: 170px;
        padding: 20px 5px;
    }
    #a1 .aboutBack {
        margin-top: 30px;
    }
    .banner .bannerButton {
        margin-top: 0;
    }
    .howWork {
        min-height: 120px;
    }
    .howWork:nth-of-type(2) {
        margin-left: 51px;
    }
    .howWork:nth-of-type(3) {
        margin-left: 102px;
    }
    .howWorkText {
        margin-top: 10px;
    }
    .howWorks {
        max-width: 380px;
        margin-right: 100px;
    }
    .gradeBlocks {
        margin-top: 60px;
    }
    .subtitle {
        font-size: 14px;
    }
    .buyout {
        flex-direction: column;
    }
    .buyout img {
        width: 50%;
    }
    .buyoutForm {
        margin-top: 10px;
    }
    .buyoutInfo {
        font-size: 14px;
    }
    .gradeBlocks {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
    #a2 .howBook {
        left: -210px;
        top: 230px;
    }
    .gradeBlock:nth-of-type(1) {
        margin-left: -15px;
    }
    .gradeBlock:nth-of-type(2) {
        margin-left: 15px;
    }
    .gradeBlock img {
        width: 50%;
    }
    .gradeBlockContent {
        max-width: 460px;
    }
    #a3 {
        padding: 100px 0 60px;
    }
    .footer .container {
        flex-direction: column;
    }
    .footerUl {
        margin: 10px 0;
    }
    .navMobile .navbar-toggler, .navMobile .btn-close {
        border: none;
        outline: none!important;
        box-shadow: none;
        padding: 0;
        display: flex;
    }
    .navMobile .offcanvas {
        background-color: var(--blue);
        bottom: auto;
        border-radius: 0 0 0 25px;
    }
    .offcanvas-header {
        padding: 34px 30px;
    }
    .offcanvas-body {
        padding: 15px;
        overflow: visible;
    }
    .navMobile .offcanvas .headerUl {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .headerLi {
        margin-bottom: 10px;
    }
    .headerLi a {
        margin: 0;
    }
    .map {
        position: relative;
        left: auto;
        top: auto;
        height: 300px;
    }
    #a5 .container {
        padding: 40px 15px 20px;
    }
    .contacts {
        padding: 0;
        border: none;
        max-width: 100%;
        backdrop-filter: none;
        background-color: #FFFFFF;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h1 .span {
        font-size: 90px;
        line-height: 200px;
    }
    .banner .bannerButton {
        margin: 70px 0 0;
        width: 100%;
    }
    h2 {
        font-size: 16px;
    }
    .title div {
        font-size: 30px;
        top: -27px;
    }
    .aboutBlocks {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
    }
    #a2 .how {
        display: none;
    }
    #a2 .howBook {
        display: none;
    }
    .howWorks {
        max-width: 100%;
        width: 100%;
        margin: 0;
        align-items: center;
    }
    .howWork:nth-of-type(2) {
        margin-left: 0;
    }
    .howWork:nth-of-type(3) {
        margin-left: 0;
    }
    .howWork:nth-of-type(4) {
        margin-left: 0;
    }
    .howWork {
        max-width: 320px;
        width: 100%;
    }
    .footerUl {
        flex-direction: column;
    }
    .contacts {
        margin: 0 auto;
    }
    .footerLi {
        margin-bottom: 10px;
    }
    .footerUl {
        margin: 10px 0 0;
    }
    .subtitle {
        font-size: 12px;
    }
    .gradeModal .modal-content, .buyoutModal .modal-content {
        padding: 50px;
    }
    .modal h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .modal .modal-content .close {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .headerMobile {
        font-size: 12px;
    }
    .headerSocial a svg {
        width: 20px;
        height: 20px;
    }
    .headerSocial a {
        margin-right: 5px;
    }
    .header {
        padding-bottom: 5px;
    }
    .header .container {
        padding-top: 5px;
    }
    .navbar-light .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }
    .headerSocial {
        margin-right: 5px;
    }
    .headerLogo img {
        width: 90px;
    }
    .banner {
        height: calc(100vh - 40px);
    }
    .main {
        padding-top: 40px;
    }
    .navMobile .offcanvas {
        border-radius: 0 0 25px 25px;
    }
    .navMobile .navbar-toggler, .navMobile .btn-close {
        width: 20px;
        height: 20px;
    }
    .offcanvas-header {
        padding: 18px 23px;
    }
    h1 {
        font-size: 20px;
        line-height: 25px;
    }
    h1 .span {
        font-size: 45px;
        line-height: 150px;
    }
    .banner img {
        width: 60%;
        padding-bottom: 50px;
    }
    .button {
        font-size: 12px;
        height: 30px;
    }
    .banner .bannerButton div {
        font-size: 12px;
    }
    .banner .bannerButton {
        margin: 30px 0 0;
    }
    .modal h3 {
        font-size: 14px;
        line-height: 23px;
    }
    .gradeModal .modal-content, .buyoutModal .modal-content {
        padding: 40px 20px;
    }
    #a1 {
        padding-top: 45px;
    }
    h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .title div {
        font-size: 20px;
        top: -37px;
    }
    .aboutBlock img {
        height: 50%;
    }
    .aboutBlock {
        height: 130px;
    }
    #a2 {
        padding: 45px 0;
    }
    #a2 .container {
        margin-top: 40px;
    }
    .howWorkTitle {
        font-size: 16px;
    }
    .howWorkText {
        font-size: 12px;
    }
    #a3 {
        padding: 45px 0 45px;
    }
    .gradeBlocks {
        margin-top: 40px;
    }
    .gradeTitle {
        font-size: 14px;
    }
    .gradeText {
        margin-top: 5px;
        font-size: 12px;
    }
    .gradeInfo {
        max-width: 150px;
    }
    .gradeInfo .button {
        margin-top: 10px;
        width: 100%;
    }
    .gradeBlock {
        padding: 15px 30px;
    }
    .gradeBlock img {
        width: 40%;
    }
    #a3 .title h2 {
        display: flex;
        flex-direction: column;
    }
    #a4 {
        padding: 45px 0 45px;
    }
    .buyoutFileIndex + label {
        margin: 10px 0 0;
        width: 100%;
        font-size: 12px;
        height: 30px;
    }
    .buyoutInput {
        margin: 0;
        height: 30px;
        width: 100%;
        border: 2px solid #04BF68;
        text-align: center;
    }
    .buyoutForm .button {
        width: 100%;
        margin: 10px 0 0;
        height: 30px;
    }
    .buyoutInputs {
        flex-direction: column;
        padding: 5px;
        margin: 10px auto 16px;
        border-radius: 20px;
    }
    .footerContacts {
        display: none;
    }
    .footerUl {
        display: none;
    }
    .modal input {
        height: 30px;
    }
    .modal textarea {
        height: 130px;
    }
}