@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src:  url('/public/fonts/Roboto/Roboto-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src:  url('/public/fonts/Nunito/Nunito-Regular.ttf') format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src:  url('/public/fonts/Roboto/Roboto-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src:  url('/public/fonts/Nunito/Nunito-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src:  url('/public/fonts/Roboto/Roboto-Bold.ttf') format("truetype");
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src:  url('/public/fonts/Nunito/Nunito-Bold.ttf') format("truetype");
}
* {
    box-sizing: border-box;
    margin: 0;
    font-family: Nunito;
}
::selection {
    background: #108E1D;
    color: #fff;
} 
section, header, footer, main { width: 100%; }
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (max-width: 479px) {
    .container { width: calc(100% - 40px); margin: 0 auto; }
    .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, 
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, 
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        display: block; 
    }
    .xs-1 { width: calc(100% / 12); }
    .xs-2 { width: calc(200% / 12); }
    .xs-3 { width: calc(300% / 12); }
    .xs-4 { width: calc(400% / 12); }
    .xs-5 { width: calc(500% / 12); }
    .xs-6 { width: calc(600% / 12); }
    .xs-7 { width: calc(700% / 12); }
    .xs-8 { width: calc(800% / 12); }
    .xs-9 { width: calc(900% / 12); }
    .xs-10 { width: calc(1000% / 12); }
    .xs-11 { width: calc(1100% / 12); }
    .xs-12 { width: calc(1200% / 12); }
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, 
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        width: 100%; 
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .container { width: calc(100% - 60px); margin: 0 auto; }
    .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, 
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, 
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        display: block; 
    }
    .xs-1 { width: calc(100% / 12); }
    .xs-2 { width: calc(200% / 12); }
    .xs-3 { width: calc(300% / 12); }
    .xs-4 { width: calc(400% / 12); }
    .xs-5 { width: calc(500% / 12); }
    .xs-6 { width: calc(600% / 12); }
    .xs-7 { width: calc(700% / 12); }
    .xs-8 { width: calc(800% / 12); }
    .xs-9 { width: calc(900% / 12); }
    .xs-10 { width: calc(1000% / 12); }
    .xs-11 { width: calc(1100% / 12); }
    .xs-12 { width: calc(1200% / 12); }
    .s-1 { width: calc(100% / 12); }
    .s-2 { width: calc(200% / 12); }
    .s-3 { width: calc(300% / 12); }
    .s-4 { width: calc(400% / 12); }
    .s-5 { width: calc(500% / 12); }
    .s-6 { width: calc(600% / 12); }
    .s-7 { width: calc(700% / 12); }
    .s-8 { width: calc(800% / 12); }
    .s-9 { width: calc(900% / 12); }
    .s-10 { width: calc(1000% / 12); }
    .s-11 { width: calc(1100% / 12); }
    .s-12 { width: calc(1200% / 12); }
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        width: 100%; 
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container { width: calc(100% - 80px); margin: 0 auto; }
    .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, 
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, 
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        display: block; 
    }
    .xs-1 { width: calc(100% / 12); }
    .xs-2 { width: calc(200% / 12); }
    .xs-3 { width: calc(300% / 12); }
    .xs-4 { width: calc(400% / 12); }
    .xs-5 { width: calc(500% / 12); }
    .xs-6 { width: calc(600% / 12); }
    .xs-7 { width: calc(700% / 12); }
    .xs-8 { width: calc(800% / 12); }
    .xs-9 { width: calc(900% / 12); }
    .xs-10 { width: calc(1000% / 12); }
    .xs-11 { width: calc(1100% / 12); }
    .xs-12 { width: calc(1200% / 12); }
    .s-1 { width: calc(100% / 12); }
    .s-2 { width: calc(200% / 12); }
    .s-3 { width: calc(300% / 12); }
    .s-4 { width: calc(400% / 12); }
    .s-5 { width: calc(500% / 12); }
    .s-6 { width: calc(600% / 12); }
    .s-7 { width: calc(700% / 12); }
    .s-8 { width: calc(800% / 12); }
    .s-9 { width: calc(900% / 12); }
    .s-10 { width: calc(1000% / 12); }
    .s-11 { width: calc(1100% / 12); }
    .s-12 { width: calc(1200% / 12); }
    .m-1 { width: calc(100% / 12); }
    .m-2 { width: calc(200% / 12); }
    .m-3 { width: calc(300% / 12); }
    .m-4 { width: calc(400% / 12); }
    .m-5 { width: calc(500% / 12); }
    .m-6 { width: calc(600% / 12); }
    .m-7 { width: calc(700% / 12); }
    .m-8 { width: calc(800% / 12); }
    .m-9 { width: calc(900% / 12); }
    .m-10 { width: calc(1000% / 12); }
    .m-11 { width: calc(1100% / 12); }
    .m-12 { width: calc(1200% / 12); }
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        width: 100%; 
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container { width: calc(100% - 100px); margin: 0 auto; }
    .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, 
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, 
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        display: block; 
    }
    .xs-1 { width: calc(100% / 12); }
    .xs-2 { width: calc(200% / 12); }
    .xs-3 { width: calc(300% / 12); }
    .xs-4 { width: calc(400% / 12); }
    .xs-5 { width: calc(500% / 12); }
    .xs-6 { width: calc(600% / 12); }
    .xs-7 { width: calc(700% / 12); }
    .xs-8 { width: calc(800% / 12); }
    .xs-9 { width: calc(900% / 12); }
    .xs-10 { width: calc(1000% / 12); }
    .xs-11 { width: calc(1100% / 12); }
    .xs-12 { width: calc(1200% / 12); }
    .s-1 { width: calc(100% / 12); }
    .s-2 { width: calc(200% / 12); }
    .s-3 { width: calc(300% / 12); }
    .s-4 { width: calc(400% / 12); }
    .s-5 { width: calc(500% / 12); }
    .s-6 { width: calc(600% / 12); }
    .s-7 { width: calc(700% / 12); }
    .s-8 { width: calc(800% / 12); }
    .s-9 { width: calc(900% / 12); }
    .s-10 { width: calc(1000% / 12); }
    .s-11 { width: calc(1100% / 12); }
    .s-12 { width: calc(1200% / 12); }
    .m-1 { width: calc(100% / 12); }
    .m-2 { width: calc(200% / 12); }
    .m-3 { width: calc(300% / 12); }
    .m-4 { width: calc(400% / 12); }
    .m-5 { width: calc(500% / 12); }
    .m-6 { width: calc(600% / 12); }
    .m-7 { width: calc(700% / 12); }
    .m-8 { width: calc(800% / 12); }
    .m-9 { width: calc(900% / 12); }
    .m-10 { width: calc(1000% / 12); }
    .m-11 { width: calc(1100% / 12); }
    .m-12 { width: calc(1200% / 12); }
    .l-1 { width: calc(100% / 12); }
    .l-2 { width: calc(200% / 12); }
    .l-3 { width: calc(300% / 12); }
    .l-4 { width: calc(400% / 12); }
    .l-5 { width: calc(500% / 12); }
    .l-6 { width: calc(600% / 12); }
    .l-7 { width: calc(700% / 12); }
    .l-8 { width: calc(800% / 12); }
    .l-9 { width: calc(900% / 12); }
    .l-10 { width: calc(1000% / 12); }
    .l-11 { width: calc(1100% / 12); }
    .l-12 { width: calc(1200% / 12); }
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        width: 100%; 
    }
}
@media screen and (min-width: 1280px) {
    .row {
        display: grid;
        grid-gap: 10px;
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .row-1-1-1-1-1-1-1-1-1-1-1-1 {
        grid-template-columns: repeat(12, 1fr);
    }
    .row-2-2-2-2-2-2 {
        grid-template-columns: repeat(6, 2fr);
    }
    .row-2-8-2 {
        grid-template-columns: 2fr 8fr 2fr;
    }
    .row-2-2-2-6 {
        grid-template-columns: 2fr 2fr 2fr 6fr;
    }
    .row-3-3-3-3 {
        grid-template-columns: repeat(4, 3fr);
    }
    .row-3-9 {
        grid-template-columns: 3fr 9fr;
    }
    .row-3-6-3 {
        grid-template-columns: 3fr 6fr 3fr;
    }
    .row-4-4-4 {
        grid-template-columns: repeat(3, 4fr);
    }
    .row-5-7 {
        grid-template-columns: 5fr 7fr;
    }
    .row-6-6 {
        grid-template-columns: repeat(2, 6fr);
    }
    .row-7-5 {
        grid-template-columns: 7fr 5fr;
    }
    .row-8-4 {
        grid-template-columns: 8fr 4fr;
    }
    .row-9-3 {
        grid-template-columns: 9fr 3fr;
    }
    .row-10-2 {
        grid-template-columns: 10fr 2fr;
    }
    .row-11-1 {
        grid-template-columns: 11fr 1fr;
    }
    .row-12 {
        grid-template-columns: 12fr;
    }

    .container { width: calc(100% - 100px); margin: 0 auto; }
    .container { max-width: 1440px; }
    .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, 
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, 
    .m-1, .m-2, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, 
    .l-1, .l-2, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12, 
    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 { 
        display: block; 
    }
    .xs-1 { width: calc(100% / 12); }
    .xs-2 { width: calc(200% / 12); }
    .xs-3 { width: calc(300% / 12); }
    .xs-4 { width: calc(400% / 12); }
    .xs-5 { width: calc(500% / 12); }
    .xs-6 { width: calc(600% / 12); }
    .xs-7 { width: calc(700% / 12); }
    .xs-8 { width: calc(800% / 12); }
    .xs-9 { width: calc(900% / 12); }
    .xs-10 { width: calc(1000% / 12); }
    .xs-11 { width: calc(1100% / 12); }
    .xs-12 { width: calc(1200% / 12); }
    .s-1 { width: calc(100% / 12); }
    .s-2 { width: calc(200% / 12); }
    .s-3 { width: calc(300% / 12); }
    .s-4 { width: calc(400% / 12); }
    .s-5 { width: calc(500% / 12); }
    .s-6 { width: calc(600% / 12); }
    .s-7 { width: calc(700% / 12); }
    .s-8 { width: calc(800% / 12); }
    .s-9 { width: calc(900% / 12); }
    .s-10 { width: calc(1000% / 12); }
    .s-11 { width: calc(1100% / 12); }
    .s-12 { width: calc(1200% / 12); }
    .m-1 { width: calc(100% / 12); }
    .m-2 { width: calc(200% / 12); }
    .m-3 { width: calc(300% / 12); }
    .m-4 { width: calc(400% / 12); }
    .m-5 { width: calc(500% / 12); }
    .m-6 { width: calc(600% / 12); }
    .m-7 { width: calc(700% / 12); }
    .m-8 { width: calc(800% / 12); }
    .m-9 { width: calc(900% / 12); }
    .m-10 { width: calc(1000% / 12); }
    .m-11 { width: calc(1100% / 12); }
    .m-12 { width: calc(1200% / 12); }
    .l-1 { width: calc(100% / 12); }
    .l-2 { width: calc(200% / 12); }
    .l-3 { width: calc(300% / 12); }
    .l-4 { width: calc(400% / 12); }
    .l-5 { width: calc(500% / 12); }
    .l-6 { width: calc(600% / 12); }
    .l-7 { width: calc(700% / 12); }
    .l-8 { width: calc(800% / 12); }
    .l-9 { width: calc(900% / 12); }
    .l-10 { width: calc(1000% / 12); }
    .l-11 { width: calc(1100% / 12); }
    .l-12 { width: calc(1200% / 12); }
    .xl-1 { width: calc(100% / 12); }
    .xl-2 { width: calc(200% / 12); }
    .xl-3 { width: calc(300% / 12); }
    .xl-4 { width: calc(400% / 12); }
    .xl-5 { width: calc(500% / 12); }
    .xl-6 { width: calc(600% / 12); }
    .xl-7 { width: calc(700% / 12); }
    .xl-8 { width: calc(800% / 12); }
    .xl-9 { width: calc(900% / 12); }
    .xl-10 { width: calc(1000% / 12); }
    .xl-11 { width: calc(1100% / 12); }
    .xl-12 { width: calc(1200% / 12); }
}
img { max-width: 100%; }
footer {
    background: #F8F8F8;
    padding: 50px 0px 20px;
}
.justify-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h1 {
    font-size: 46px;
    line-height: 70px;
}
p {
    font-size: 16px;
    line-height: 30px;
}
.apply {
    color: #fff;
    background: #108E1D;
    display: inline-block;
    width: auto;
    line-height: 60px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    width: 250px;
    text-decoration: none;
    box-shadow: 0 0 2em 0.5em rgb(16 142 29 / 35%);
    margin-top: 30px;
    transition: .5s ease;
    position: relative;
}
.apply:hover {
    box-shadow: none;
}
.header_apply {
    color: #fff;
    background: #108E1D;
    display: inline-block;
    width: auto;
    line-height: 45px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    width: 150px;
    text-decoration: none;
    margin-left: 25px;
}
header {
    padding: 25px 0px;
}
section {
    padding: 50px 0px;
}
header .container {
    display: flex;
    flex-direction: row;
}
nav {
    width: calc(100% - 125px);
    line-height: 45px;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
}
nav ul li a {
    text-decoration: none;
    color: #4F5665;
    transition: .3s ease;
}
nav ul li a:hover {
    color: #108E1D;
}
.section_main_advantages h2 {
    text-align: center;
    margin-bottom: 50px;
}
.section_main_advantages .row:nth-child(1) {
    justify-content: center;
}
.main_advantages {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: .3s ease;
}
.main_advantages:hover {
    transform: scale(1.03);
}
.main_advantages img {
    display: block;
    margin: 30px auto;
}
.s-6:nth-child(1) .main_advantages {
    margin-left: 0px;
    margin-right: 15px;
}
.s-6:nth-child(2) .main_advantages {
    margin-left: 5px;
    margin-right: 10px;
}
.s-6:nth-child(3) .main_advantages {
    margin-left: 10px;
    margin-right: 5px;
}
.s-6:nth-child(4) .main_advantages {
    margin-right: 0px;
    margin-left: 15px;
}
section:nth-child(4) {
    background: #F8F8F8;
}
.section_whats h2 {
    margin-bottom: 30px;
}
.section_whats p {
    margin-bottom: 30px;
}
.section_whats ul {
    padding-left: 30px;
}
.section_whats ul li {
    list-style: none;
    position: relative;
    line-height: 36px;
}
.section_whats ul li:before {
    content: url('/public/images/moscow/check.svg');
    position: absolute;
    left: -30px;
    top: 5px;
}
.section_whats {
    background: linear-gradient(0deg, #fff, #f8f8f8);
}
.section_whats .m-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_solutions .row:nth-child(1) {
    justify-content: center;
}
.section_solutions h2 {
    margin-bottom: 30px;
}
.copyright {
    color: #AFB5C0;
    margin-top: 25px;
}
body.modal-active {
    overflow: hidden;
}
.modal-active .modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: 0px;
    z-index: 10;
    background: rgb(16 142 28 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-active .modal-dialog {
    width: 800px;
    height: 500px;
    background: #fff;
    box-shadow: 0px 2px 7px 2px rgb(0 0 0 / 16%);
}
.be_first {
    background: linear-gradient(to top, #f8f8f8 50%, #fff 50%);
    padding: 50px 0px;
}
.be_first .apply {
    margin-top: 0px;
}
.be_first .container {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 2px 7px 2px rgb(0 0 0 / 16%);
}
.be_first .row div {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.be_first h2 {
    margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
    nav {
        position: fixed;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(-120%);
        transition: .3s ease;
        top: 0;
        left: 0;
        padding: 20px;
    }
    nav.active {
        transform: translateX(0);
    }
    nav ul {
        text-align: left;
        padding-left: 0px;
    }
    nav ul li {
        display: block;
    }
    .burger {
        display: block;
        width: 45px;
        height: 45px;
    }
    header .container {
        justify-content: space-between;
    }
    .header_apply {
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }
    .cancel {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 35px;
        height: 35px;
    }
    h1 {
        font-size: 32px;
        line-height: 48px;
    }
    section {
        padding: 35px 0px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    nav {
        position: fixed;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(-120%);
        transition: .3s ease;
        top: 0;
        left: 0;
        padding: 20px;
    }
    nav.active {
        transform: translateX(0);
    }
    nav ul {
        text-align: left;
        padding-left: 0px;
    }
    nav ul li {
        display: block;
    }
    .burger {
        display: block;
        width: 45px;
        height: 45px;
    }
    header .container {
        justify-content: space-between;
    }
    .header_apply {
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }
    .cancel {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 35px;
        height: 35px;
    }
    h1 {
        font-size: 32px;
        line-height: 48px;
    }
    section {
        padding: 35px 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    nav {
        position: fixed;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(-120%);
        transition: .3s ease;
        top: 0;
        left: 0;
        padding: 20px;
    }
    nav.active {
        transform: translateX(0);
    }
    nav ul {
        text-align: left;
        padding-left: 0px;
    }
    nav ul li {
        display: block;
    }
    .burger {
        display: block;
        width: 45px;
        height: 45px;
    }
    header .container {
        justify-content: space-between;
    }
    .header_apply {
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }
    .cancel {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 35px;
        height: 35px;
    }
    h1 {
        font-size: 32px;
        line-height: 48px;
    }
    section {
        padding: 35px 0px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .burger, .cancel {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .burger, .cancel {
        display: none;
    }
}