    @font-face {
      font-family: 'Geologica';
      src: url('/static/fonts/Geologica-Regular.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'NEXT ART';
      src: url('/static/fonts/NEXT_ART_Regular.otf') format('otf');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
    /* СТИЛИ НАВБАРА*/
    
    .navbar {
        font-family: 'NEXT ART', sans-serif;
        font-weight: 600;
        position: fixed;
        width: 100%;
        padding: 10px;
        box-shadow: 0 0.25em 1.5em #d4e5f0;
    }
    
    .navbar-item-title {
        font-weight: 600;
        font-size: 1.5625em;
    }
    
    .logo {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .button.is-primary {
        background-color: #3b66ff;
        border-radius: 0%;
        text-transform: uppercase;
    }
    
    .button.is-primary:hover {
        background-color: #2c47aa;
    }
    
    .button.is-large {
        background-color: #3b66ff;
        color: white;
        border-radius: 0%;
        padding: 40px 50px;
        border: none;
    }
    
    .button.is-large:hover {
        background-color: #2c47aa;
    }
    
    .main {
        background-image: url('/static/img/bg_1.png');
        background-repeat: no-repeat;
        background-size: cover;
        /*background: #a2c2da;*/
        color: white;
    }
    
    .main_title {
        font-family: 'NEXT ART', sans-serif;
        font-weight: 600;
        font-size: 7.5em;
        padding-top: 2em;
    }
    
    .main_title_why {
        font-family: 'NEXT ART', sans-serif;
        font-weight: 600;
        font-size: 5.5em;
        padding-top: 2px;
        display: flex;
        justify-content: center;
    }
    
    .main_text_why {
        display: flex;
        font-family: "Geologica", sans-serif;
        font-size: 2.5em;
        padding-bottom: 2em;
        justify-content: center;
    }
    
    .main_text {
        font-family: "Geologica", sans-serif;
        font-size: 2.5em;
    }
    
    .main_button {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }
    
    .column {
        display: flex;
        flex-basis: auto;
    }
    
    p,
    input {
        font-family: "Geologica", sans-serif;
    }
    
    .picture {
        display: flex;
        justify-content: center;
    }
    
    .column-text {
        font-family: "Geologica", sans-serif;
        font-size: 26px;
    }
    
    .whyMe {
        background-color: white;
    }
    
    .hr-line {
        border-top: 1px solid black;
        margin: 1px 630px;
    }
    
    .start {
        background-color: azure;
    }
    
    .footer {
        background-color: lightblue;
    }
    
    .footer_main {
        padding: 25px 25px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .title-footer {
        display: flex;
        align-self: center;
    }
    
    .logo_bg {
        display: flex;
        flex-wrap: wrap;
    }
    
    .socials_h1,
    label {
        font-family: 'NEXT ART', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
    
    #hr_footer_socials {
        border-top: 1px solid black;
        margin: 0.5rem 70px;
    }
    
    .copyright {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        margin-top: 2.5em
    }
    
    .footer_bottom {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    
    #strongFooter {
        color: #3b66ff;
    }
    
    .sutrudnichestvo {
        margin-top: 2.5em;
    }
    
    .reg {
        /*background-image: url(/img/bg_2.png);
        background-size: cover;*/
        background-color: #a2c2da;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    
    .form {
        padding-top: 0.5em;
    }
    
    input {
        border-radius: 0%;
    }
    
    label {
        font-family: 'NEXT ART', sans-serif;
        font-weight: 600;
    }
    
    .checkbox {
        padding-top: 0.5em
    }
    
    .modal-card-title {
        font-family: 'NEXT ART', sans-serif;
        font-weight: 600;
    }
    
    .modal-card {
        width: 360px;
    }

    .svgVk {
        fill: #000;
    }