@font-face {
    src: url('../fonts/InterTight-ExtraBold.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 800;
    font-display: swap;
}
@font-face {
    src: url('../fonts/InterTight-Bold.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 700;
    font-display: swap;
}
@font-face {
    src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 600;
    font-display: swap;
}
@font-face {
    src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 650;
    font-display: swap;
}
@font-face {
    src: url('../fonts/InterTight-Medium.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 500;
    font-display: swap;
}
@font-face {
    src: url('../fonts/InterTight-Regular.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 400;
    font-display: swap;
}
@font-face {
    src: url('../fonts/InterTight-Light.ttf') format('truetype');
    font-family: 'InterTight';
    font-weight: 300;
    font-display: swap;
}
@font-face {
    src: url('../fonts/TikTokSans_24pt_SemiExpanded-SemiBold.ttf') format('truetype');
    font-family: 'TikTok';
    font-weight: 600;
    font-display: swap;
}
html {
    font-family: sans-serif;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role='button'] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
@media (min-width: 768px) {
    .container {
        width: 725px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
.row {
    margin-left: -2px;
    margin-right: -3px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 2px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1250px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: ' ';
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1250px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1250px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.vertical-container {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}
.doby_all_content {
    position: relative;
}
:root {
    scroll-behavior: auto !important;
    --white: #fff;
    --dark: #252525;
    --grey: #8e8e8e;
    --elow: #f4ca09;
    --transition: all 1s;
    --transition-3: 0.3s ease-out;
}
* ::-webkit-scrollbar {
    pointer-events: none;
    width: 4px;
}
* ::-webkit-scrollbar-thumb {
    background: #f4ca09;
    pointer-events: none;
    border-radius: 2px;
}
.lottie {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}
.lazy-frame-parent.no-background, .lazy-frame-parent.no-background .hide-background-on-hover {
    background: none !important;
}
.lottie.onhover {
    opacity: 1;
}
.lottie.onhover.noopacity {
    opacity: 1 !important;
}
.lazy-frame-parent.no-background .lottie.onhover, .lottie.onhover:hover {
    opacity: 1;
}
body {
    width: 100%;
    position: relative;
    font-family: 'InterTight';
}
.container {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 25px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1070px;
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1300px;
    }
}
@media only screen and (min-width: 1768px) {
    .container {
        max-width: 1500px;
    }
}
.header, .header__video, .logo_ch_1, .logo_ch_2 .elipse_logo, .img_anna_princ, .plate, .teem_v1, .elipse_elow, .course_program, .course_program_block, .certification, .img_certification_1, .arguments, .arguments_block, .teem_v2, .peculiarity, .peculiarity_block, .img_certification_2, .teem_v3, .detals, .arguments_block_1, .arguments_block_2, .arguments_block_3, .arguments_block_4, .arguments_block_5, .peculiarity_block_1, .peculiarity_block_2, .peculiarity_block_3, .peculiarity_block_4 {
    will-change: transform;
}
.cont_scrolls_white {
    background: var(--white);
}
.cont_scrolls_black {
    background: var(--dark);
}
.error_head {
    height: 100vh !important;
    margin: 0 !important;
    position: relative;
}
.error_head .container {
    padding: 0 !important;
}
.error_404 {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    color: #000;
    z-index: 5;
    margin: 0;
    font-family: 'Geometria';
    font-weight: 600;
    color: #0e0e0e;
    font-size: 50px;
}
::placeholder {
    font-size: 16px;
    color: #828385;
    font-weight: 300;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
h3 {
    line-height: 100%;
    font-weight: 600;
}
@media only screen and (min-width: 320px) {
    h3 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1600px) {
    h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1768px) {
    h3 {
        font-size: 30px;
    }
}
p {
    line-height: 110%;
}
@media only screen and (min-width: 320px) {
    p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1600px) {
    p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1768px) {
    p {
        font-size: 28px;
    }
}
a {
    outline: none;
}
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: auto;
}
@media only screen and (min-width: 320px) {
    .cont_2_sec {
        background-color: #bebebd;
    }
}
@media only screen and (min-width: 1200px) {
    .cont_2_sec {
        background-color: var(--white);
    }
}
/* 
.arrow_top_scroll {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    border-radius: 50%;
    background-color: #ece9d9;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.56, 1.05, 0.75, 0.98);
}
@media only screen and (min-width: 320px) {
    .arrow_top_scroll {
        right: 18px;
        bottom: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    .arrow_top_scroll {
        right: 43px;
        bottom: 100px;
    }
}
@media only screen and (min-width: 1366px) {
    .arrow_top_scroll {
        right: 83px;
    }
}
@media only screen and (min-width: 1600px) {
    .arrow_top_scroll {
        right: 73px;
    }
}
.arrow_top_scroll.active {
    opacity: 1;
    visibility: visible;
}
.arrow_top_scroll div {
    width: 2px;
    height: 17px;
    border-radius: 2px;
    position: relative;
    background-color: #866c59;
    transition: 0.3s cubic-bezier(0.56, 1.05, 0.75, 0.98);
}
.arrow_top_scroll div:before {
    content: '';
    display: block;
    width: 2px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #866c59;
    transform: rotate(45deg);
    transform-origin: left top;
    transition: 0.3s cubic-bezier(0.56, 1.05, 0.75, 0.98);
}
.arrow_top_scroll div:after {
    content: '';
    display: block;
    width: 2px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #866c59;
    transform: rotate(-45deg);
    transform-origin: right top;
    transition: 0.3s cubic-bezier(0.56, 1.05, 0.75, 0.98);
}
.arrow_top_scroll:hover div {
    height: 22px;
}
.arrow_top_scroll:hover div:before {
    transform: rotate(40deg);
}
.arrow_top_scroll:hover div:after {
    transform: rotate(-40deg);
} */
.top_menu {
    width: 100vw;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s ease-out, width 0s;
    z-index: 3;
}
.top_menu .top_menu_main {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: 0.5s ease-out, width 0s;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main {
        padding: 25px 0 25px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .top_menu .top_menu_main {
        padding: 60px 0 0 0;
    }
}
.top_menu .top_menu_main .top_menu_left .logo {
    display: block;
    position: relative;
    transform: translateX(-280px);
    transition: 1.25s ease-out;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_left .logo {
        width: 82px;
        height: 82px;
        margin-left: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main .top_menu_left .logo {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu .top_menu_main .top_menu_left .logo {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu .top_menu_main .top_menu_left .logo {
        width: 89px;
        height: 89px;
        margin-left: 60px;
    }
}
@media only screen and (min-width: 1768px) {
    .top_menu .top_menu_main .top_menu_left .logo {
        width: 129px;
        height: 129px;
        margin-left: 80px;
    }
}
@media only screen and (max-width: 1200px) {
    .top_menu .top_menu_main .top_menu_left .logo::before {
        content: '';
        display: block;
        width: 115%;
        height: 115%;
        background-color: rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -1;
        backdrop-filter: blur(10px);
        transition: 0.5s ease-out;
        opacity: 0;
    }
}
.top_menu .top_menu_main .top_menu_left .logo svg .logo_cent {
    fill: var(--white);
    filter: blur(15px);
    transition: 1.25s ease-out;
}
.top_menu .top_menu_main .top_menu_left .logo svg .logo_text {
    fill: var(--white);
    transition: 1.25s ease-out;
    transform: rotate(-90deg);
    transform-origin: center center;
}
@media only screen and (min-width: 320px) {
    .top_menu .top_menu_main .top_menu_right {
        margin-right: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu .top_menu_main .top_menu_right {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .top_menu .top_menu_main .top_menu_right {
        margin-right: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu .top_menu_main .top_menu_right {
        margin-right: 60px;
    }
}
@media only screen and (min-width: 1768px) {
    .top_menu .top_menu_main .top_menu_right {
        margin-right: 80px;
    }
}
.top_menu .top_menu_main .top_menu_right .languages {
    width: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .top_menu .top_menu_main .top_menu_right .languages::before {
        content: '';
        display: block;
        width: 115%;
        height: 115%;
        background-color: rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        z-index: -1;
        backdrop-filter: blur(10px);
        transition: 0.5s ease-out;
        opacity: 0;
    }
}
.top_menu .top_menu_main .top_menu_right .languages a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: var(--white);
    transition: var(--transition);
    text-align: center;
    text-transform: lowercase;
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
}
@media only screen and (min-width: 1768px) {
    .top_menu .top_menu_main .top_menu_right .languages a {
        font-size: 20px;
    }
}
.top_menu .top_menu_main .top_menu_right .languages a.active {
    font-weight: 500;
    color: var(--elow);
}
.top_menu .top_menu_main .top_menu_right .languages a.active:hover {
    box-shadow: 0 0 0 0 #fff;
}
.top_menu .top_menu_main .top_menu_right .languages a.languages_1 {
    transform: translateX(-30px);
}
.top_menu .top_menu_main .top_menu_right .languages a.languages_2 {
    transform: translateX(30px);
}
.top_menu .top_menu_main .top_menu_right .languages a:hover {
    box-shadow: 0 0 0 1px #fff;
}
.top_menu .top_menu_main .top_menu_right .languages .languages_polo {
    width: 100%;
    height: 1px;
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: var(--transition);
    background-color: var(--white);
}
.top_menu .top_menu_main .top_menu_right .languages.anime a.languages_1 {
    transform: translateX(0);
    opacity: 1;
}
.top_menu .top_menu_main .top_menu_right .languages.anime a.languages_2 {
    transform: translateX(0);
    opacity: 1;
}
.top_menu .top_menu_main .top_menu_right .languages.anime .languages_polo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1px;
}
.top_menu .top_menu_main .top_menu_right .languages.anime.anime_2 a {
    transition: var(--transition-3);
}
.top_menu .top_menu_main .top_menu_right .languages.anime.anime_transit .languages_polo, .top_menu .top_menu_main .top_menu_right .languages.anime.anime_transit a {
    transition: var(--transition-3);
}
.top_menu.anime .top_menu_main .top_menu_left .logo {
    transform: translateX(0);
}
.top_menu.anime .top_menu_main .top_menu_left .logo .logo_cent {
    filter: blur(0px);
}
.top_menu.anime .top_menu_main .top_menu_left .logo .logo_text {
    transform: rotate(0deg);
}
@media only screen and (min-width: 320px) {
    .top_menu.scrolling {
        transform: translateY(-110px);
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu.scrolling {
        transform: translateY(-110px);
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu.scrolling {
        transform: translateY(-140px);
    }
}
.top_menu.scrolling .top_menu_main {
    padding: 15px 0;
}
.top_menu.scrolling .top_menu_main .top_menu_left .logo {
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .top_menu.scrolling .top_menu_main .top_menu_left .logo {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu.scrolling .top_menu_main .top_menu_left .logo {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .top_menu.scrolling .top_menu_main .top_menu_left .logo {
        width: 100px;
        height: 100px;
    }
}
.top_menu.scrolling .top_menu_main .top_menu_left .logo::before {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
}
.top_menu.scrolling .top_menu_main .top_menu_right .languages::before {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
}
@media only screen and (min-width: 320px) {
    .top_menu.transition {
        transform: translateY(-110px);
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu.transition {
        transform: translateY(-110px);
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu.transition {
        transform: translateY(-140px);
    }
}
.top_menu.transition .top_menu_main {
    padding-top: 15px;
}
.top_menu.transition .top_menu_main .top_menu_left .logo {
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .top_menu.transition .top_menu_main .top_menu_left .logo {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu.transition .top_menu_main .top_menu_left .logo {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .top_menu.transition .top_menu_main .top_menu_left .logo {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .top_menu.scrolled {
        transform: translateY(0);
    }
}
@media only screen and (min-width: 1200px) {
    .top_menu.scrolled {
        transform: translateY(0);
    }
}
@media only screen and (min-width: 1600px) {
    .top_menu.scrolled {
        transform: translateY(0);
    }
}
.top_menu.black .top_menu_main .top_menu_left .logo .logo_cent {
    fill: var(--dark);
}
.top_menu.black .top_menu_main .top_menu_left .logo .logo_text {
    fill: var(--dark);
}
.top_menu.black .top_menu_main .top_menu_left .logo::before {
    background-color: rgba(225, 225, 225, 0.25);
    opacity: 1;
}
.top_menu.black .top_menu_main .top_menu_right .languages::before {
    background-color: rgba(225, 225, 225, 0.25);
    opacity: 1;
}
.top_menu.black .top_menu_main .top_menu_right .languages a {
    box-shadow: 0 0 0 0 #000;
    color: var(--dark);
}
.top_menu.black .top_menu_main .top_menu_right .languages a.active {
    font-weight: 500;
    color: var(--elow);
}
.top_menu.black .top_menu_main .top_menu_right .languages a.active:hover {
    box-shadow: 0 0 0 0 #000;
}
.top_menu.black .top_menu_main .top_menu_right .languages a:hover {
    box-shadow: 0 0 0 1px #000;
}
.top_menu.black .top_menu_main .top_menu_right .languages .languages_polo {
    background-color: var(--dark);
}
.block_v {
    height: auto;
    position: relative;
    transition: 0.3s linear;
    padding: 0;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .block_v {
        width: 115px;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v {
        width: 130px;
    }
}
@media only screen and (min-width: 1768px) {
    .block_v {
        width: 150px;
    }
}
.block_v .block_v_cont {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    column-gap: 10px;
    cursor: pointer;
    width: 100%;
    height: 45px;
    font-weight: 400;
    color: var(--dark);
    line-height: 100%;
}
.block_v .block_v_cont.invalid{
    color: #c91d1d;
    border-bottom: 1px solid #c91d1d;
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_cont {
        height: 40px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v .block_v_cont {
        height: 45px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 1768px) {
    .block_v .block_v_cont {
        height: 50px;
        font-size: 25px;
    }
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_cont .block_v_view {
        min-width: 115px;
        position: relative;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v .block_v_cont .block_v_view {
        min-width: 130px;
    }
}
@media only screen and (min-width: 1768px) {
    .block_v .block_v_cont .block_v_view {
        min-width: 150px;
    }
}
.block_v .block_v_cont .block_v_view img {
    margin-right: 10px;
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_cont .block_v_view img {
        width: 30px;
        height: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_v .block_v_cont .block_v_view img {
        width: 40px;
        height: 30px;
    }
}
.block_v .block_v_cont .block_v_view .block_arrow {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
.block_v .block_v_cont .block_v_view .block_arrow svg {
    fill: var(--dark);
    transform: rotate(-90deg);
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_cont .block_v_view .block_arrow svg {
        width: 8px;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v .block_v_cont .block_v_view .block_arrow svg {
        width: 10px;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v .block_v_cont .block_v_view .block_arrow svg {
        width: 12px;
    }
}
.block_v .block_v_cont input {
    border: none;
}
.block_v .block_v_acord {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    transition: 0.5s ease-out;
    background-color: var(--white);
    box-shadow: 0 0 0 1px var(--dark) inset;
    overflow: auto;
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_acord {
        width: 300px;
        top: 39px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_v .block_v_acord {
        width: 570px;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v .block_v_acord {
        width: 560px;
        top: 44px;
    }
}
@media only screen and (min-width: 1768px) {
    .block_v .block_v_acord {
        width: 640px;
        top: 49px;
    }
}
.block_v .block_v_acord ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 15px 10px;
}
.block_v .block_v_acord ul li {
    width: 100%;
    list-style-type: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_acord ul li img {
        width: 30px;
        height: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_v .block_v_acord ul li img {
        width: 40px;
        height: 30px;
    }
}
.block_v .block_v_acord ul li span {
    font-weight: 400;
    color: var(--dark);
    line-height: 100%;
}
@media only screen and (min-width: 320px) {
    .block_v .block_v_acord ul li span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1366px) {
    .block_v .block_v_acord ul li span {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1768px) {
    .block_v .block_v_acord ul li span {
        font-size: 25px;
    }
}
.block_v .block_v_acord ul li .a_hover {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Core_Rhino';
    font-weight: 400;
    color: #fff;
}
.block_v.opened .block_v_cont .block_arrow svg {
    transform: rotate(90deg);
}
@media only screen and (min-width: 320px) {
    .block_v.opened .block_v_acord {
        height: 239px;
    }
}
@media only screen and (min-width: 1200px) {
    .block_v.opened .block_v_acord {
        height: 215px;
    }
}
.h2_anime strong {
    display: inline-block;
    width: max-content;
    font-weight: 500;
    line-height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 320px) {
    .h2_anime strong {
        font-size: 30px;
        padding: 2px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .h2_anime strong {
        font-size: 50px;
        padding: 6px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .h2_anime strong {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .h2_anime strong {
        font-size: 70px;
    }
}
@media only screen and (min-width: 1768px) {
    .h2_anime strong {
        font-size: 80px;
    }
}
.h2_anime strong span {
    display: inline-block;
    transition: var(--transition);
    transform: translate(0, 130%) rotate(10deg);
    transform-origin: top left;
}
.h2_anime strong.h2_strong_2 span {
    transition-delay: 0.35s;
}
.h2_anime strong.h2_strong_3 span {
    transition-delay: 0.5s;
}
.h2_anime strong.h2_strong_4 span {
    transition-delay: 0.65s;
}
.h2_anime.scrolled span {
    transform: translate(0, 0%) rotate(0deg);
}
.h2_anime_v2 strong, .h2_anime_v3 strong, .h2_anime_v4 strong {
    display: inline-block;
    width: max-content;
    font-weight: 500;
    line-height: 100%;
    padding: 2px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 320px) {
    .h2_anime_v2 strong, .h2_anime_v3 strong, .h2_anime_v4 strong {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .h2_anime_v2 strong, .h2_anime_v3 strong, .h2_anime_v4 strong {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1366px) {
    .h2_anime_v2 strong, .h2_anime_v3 strong, .h2_anime_v4 strong {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .h2_anime_v2 strong, .h2_anime_v3 strong, .h2_anime_v4 strong {
        font-size: 70px;
    }
}
@media only screen and (min-width: 1768px) {
    .h2_anime_v2 strong, .h2_anime_v3 strong, .h2_anime_v4 strong {
        font-size: 80px;
    }
}
.h2_anime_v2 strong span, .h2_anime_v3 strong span, .h2_anime_v4 strong span {
    display: inline-block;
    transition: var(--transition);
    transform: translate(0, 130%) rotate(10deg);
    transform-origin: top left;
}
.h2_anime_v2 strong.h2_strong_2 span, .h2_anime_v3 strong.h2_strong_2 span, .h2_anime_v4 strong.h2_strong_2 span {
    transition-delay: 0.35s;
}
.h2_anime_v2 strong.h2_strong_3 span, .h2_anime_v3 strong.h2_strong_3 span, .h2_anime_v4 strong.h2_strong_3 span {
    transition-delay: 0.5s;
}
.h2_anime_v2 strong.h2_strong_4 span, .h2_anime_v3 strong.h2_strong_4 span, .h2_anime_v4 strong.h2_strong_4 span {
    transition-delay: 0.65s;
}
.h2_anime_v2.anime span, .h2_anime_v3.anime span, .h2_anime_v4.anime span {
    transform: translate(0, 0%) rotate(0deg);
}
.desc_img {
    position: absolute;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.75s ease-out;
}
.desc_img.scrolled {
    opacity: 1;
    transform: translateY(0);
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--elow);
    border-radius: 10px;
}
@media only screen and (min-width: 320px) {
    .btn {
        width: 160px;
        height: 48px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn {
        width: 200px;
        height: 58px;
    }
}
@media only screen and (min-width: 1366px) {
    .btn {
        width: 215px;
        height: 64px;
    }
}
@media only screen and (min-width: 1768px) {
    .btn {
        width: 250px;
        height: 78px;
    }
}
.btn span {
    width: 100%;
    font-weight: 500;
    line-height: 100%;
    color: var(--dark);
    transition: var(--transition-3);
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .btn span {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1366px) {
    .btn span {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1768px) {
    .btn span {
        font-size: 20px;
    }
}
.btn strong {
    transition: var(--transition-3);
}
@media only screen and (min-width: 1200px) {
    .btn:hover strong, .btn:hover span {
        transform: scale(1.1);
    }
}
.a_hover {
    display: table;
    position: relative;
    transition: 0.3s ease-out;
}
.a_hover:before {
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    position: absolute;
    transform-origin: left;
    transition: 0.3s ease-out;
    background: #fff;
}
@media only screen and (min-width: 1200px) {
    .a_hover:hover:before {
        width: 100%;
    }
}
.a_hover.back:before {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .a_hover.back:hover:before {
        width: 0;
    }
}
.arr {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
    position: absolute;
    z-index: 3;
    background: transparent;
    overflow: hidden;
    padding: 2rem;
}
.arr span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../images/arrov_sl_l_black.svg) 50% 50% no-repeat;
    background-size: contain;
}
.arr::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 0 0;
    background-image: conic-gradient(#fff, #fff);
    animation: rotate_r 4s linear infinite;
    transition: 0.5s cubic-bezier(0.64, 1.01, 0.65, 0.98);
    opacity: 0;
}
.arr::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    width: calc(88%);
    height: calc(88%);
    transform: translate(-50%, -50%);
    background-color: #a0a0a0;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.64, 1.01, 0.65, 0.98);
}
@keyframes rotate_r {
    100% {
        transform: rotate(1turn);
    }
}
@keyframes rotate_l {
    100% {
        transform: rotate(-1turn);
    }
}
@media only screen and (min-width: 1200px) {
    .arr:hover:before {
        opacity: 1;
    }
    .arr:hover:after {
        background-color: #e1e1e1;
    }
}
.arr.arrow-left:before {
    animation: rotate_l 4s linear infinite;
}
.a_ic {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 320px) {
    .a_ic {
        height: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .a_ic {
        height: 23px;
    }
}
@media only screen and (min-width: 1600px) {
    .a_ic {
        height: 27px;
    }
}
.a_ic span {
    height: 100%;
    display: block;
    transform: scale(1) rotate3d(0, 0, 0, 0deg);
    transition: 0.3s ease-out;
}
.a_ic.telegram span {
    width: 30px;
    background: url(../images/ic_telegram.svg) 50% 50% no-repeat;
    background-size: contain;
}
.a_ic.facebook span {
    width: 14px;
    background: url(../images/ic_facebook.svg) 50% 50% no-repeat;
    background-size: contain;
}
.a_ic.instagram span {
    width: 27px;
    background: url(../images/ic_instagram.svg) 50% 50% no-repeat;
    background-size: contain;
}
.a_ic.youtube span {
    width: 39px;
    background: url(../images/ic_youtube.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 1200px) {
    .a_ic:hover span {
        transform: scale(1.2) rotate3d(0, 1, 0, 180deg);
    }
}
.menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.menu .menu_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-out;
}
.menu .menu_sec {
    width: 280px;
    height: 412px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
    z-index: 2;
    overflow: hidden;
    animation: menu_no_open 0.5s linear;
    animation-fill-mode: forwards;
}
.menu .menu_sec .menu_sec_all {
    width: 280px;
    height: 412px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fff;
}
.menu .menu_sec .menu_sec_all ul {
    width: 100%;
}
.menu .menu_sec .menu_sec_all ul li {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .menu_sec .menu_sec_all ul li a {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-family: 'Core_Rhino';
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #5a3d32;
}
.menu .menu_sec .menu_sec_all .iaz {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin: 0 auto;
    margin-top: 30px;
}
.menu .menu_sec .menu_sec_all .iaz div {
    width: 2px;
    height: 2px;
    background-color: #7b7b7b;
    border-radius: 50%;
    transition: 0.3s ease-out;
}
.menu .menu_sec .menu_sec_all .iaz a {
    font-family: 'Core_Rhino';
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #7b7b7b;
}
.menu .menu_sec .menu_sec_all .iaz a::before {
    background-color: #7b7b7b;
}
.menu .menu_sec .menu_sec_all .iaz a.active:before {
    width: 100%;
}
.menu.transition-shown {
    visibility: visible;
    opacity: 1;
}
.menu.open .menu_sec {
    animation: menu_open 0.5s linear;
    animation-fill-mode: forwards;
}
.menu.open .menu_bg {
    visibility: visible;
    opacity: 1;
}
@keyframes menu_open {
    0% {
        width: 2px;
        height: 2px;
    }
    50% {
        width: 280px;
        height: 2px;
    }
    100% {
        height: 412px;
    }
}
@keyframes menu_no_open {
    0% {
        width: 280px;
        height: 412px;
    }
    50% {
        width: 280px;
        height: 2px;
    }
    100% {
        width: 2px;
        height: 2px;
    }
}
.menu-trigger {
    border-radius: 50%;
    transition: all 0.3s ease-out;
    z-index: 10;
    cursor: pointer;
}
@media only screen and (min-width: 320px) {
    .menu-trigger {
        width: 22px;
        height: 15px;
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .menu-trigger {
        display: none;
    }
}
.menu-trigger.clicked {
    opacity: 1;
    visibility: visible;
}
.menu-trigger.menu-trigger2 {
    width: 25px;
    height: 25px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    top: 15px;
    right: 10px;
}
.menu-trigger.menu-trigger2.clicked {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.menu-trigger .menu-trigger_cont {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.menu-trigger .menu-trigger_cont div {
    height: 2px;
    transition: 0.5s ease-out;
    background-color: #fff;
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .menu-trigger .menu-trigger_cont div {
        width: 22px;
    }
}
.menu-trigger .menu-trigger_cont div:nth-child(1) {
    top: 0;
    left: 0;
}
.menu-trigger .menu-trigger_cont div:nth-child(2) {
    top: 7px;
    left: 0;
}
.menu-trigger .menu-trigger_cont div:nth-child(3) {
    top: 14px;
    left: 0;
}
.menu-trigger2 {
    width: 14px;
    height: 14px;
    background: url(../images/exit_svg.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 22px;
    right: 22px;
}
.text {
    line-height: 110%;
}
@media only screen and (min-width: 320px) {
    .text {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .text {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .text {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1600px) {
    .text {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1768px) {
    .text {
        font-size: 28px;
    }
}
.text.grey {
    color: var(--grey);
}
.text li {
    list-style-type: inherit;
}
.text ul, .text ol {
    padding-left: 25px;
}
.input_block {
    width: 100%;
    position: relative;
}
input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--dark);
    transition: 0.3s ease-out;
    outline: none;
    font-weight: 400;
    color: var(--dark);
    line-height: 100%;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}
@media only screen and (min-width: 320px) {
    input {
        height: 40px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    input {
        height: 40px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1366px) {
    input {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1768px) {
    input {
        height: 50px;
        font-size: 25px;
    }
}
input.invalid {
    border-color: #c91d1d;
    border-bottom: 1px solid #c91d1d;
    transition: 0.3s ease-out;
}
input::placeholder{
    color: var(--dark);
    /* opacity: 0; */
}
input.invalid::placeholder{
    color: #c91d1d;
    opacity: 1;
}
input + .input_name, ::placeholder{
    color: var(--dark);
}
input.invalid + .input_name, ::placeholder{
    color: #c91d1d;
}
.input_name {
    font-weight: 400;
    color: var(--dark);
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 0;
    /* -webkit-transform: translate(0%, -50%); */
    /* transform: translate(0%, -50%); */
    transition: 0.3s ease-out;
    pointer-events: none;
}
@media only screen and (min-width: 320px) {
    .input_name {
        top: 12px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .input_name {
        top: 12px;
    }
}
@media only screen and (min-width: 1366px) {
    .input_name {
        top: 14px;
    }
}
@media only screen and (min-width: 1768px) {
    .input_name {
        top: 12px;
    }
}

.bg_pop_up .popup .pop_up_cont .form_countries input{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .popup .pop_up_cont .form_countries input{
        padding-left: 130px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup .pop_up_cont .form_countries input{
        padding-left: 130px;
    }
}
@media only screen and (min-width: 1366px) {
    .bg_pop_up .popup .pop_up_cont .form_countries input{
        padding-left: 150px;
    }
}
@media only screen and (min-width: 1600px) {
    .bg_pop_up .popup .pop_up_cont .form_countries input{
        padding-left: 150px;
    }
}
@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup .pop_up_cont .form_countries input{
        padding-left: 170px;
    }
}
.input_block.input-t-name input::placeholder,
.input_block.input-t-email input::placeholder,
.form_countries.input-t-phone input::placeholder {
    font-weight: 400;
}
/* .input_block.input-t-name input::placeholder {
    padding-left: 90px;
}
.input_block.input-t-email input::placeholder {
    padding-left: 55px;
} */
@media only screen and (min-width: 1200px) {
    .input_name,
    .input_block.input-t-name input::placeholder,
    .input_block.input-t-email input::placeholder,
    .form_countries.input-t-phone input::placeholder {
        font-size: 16px;
    }
    /* .input_block.input-t-name input::placeholder {
        padding-left: 90px;
    }
    .input_block.input-t-email input::placeholder {
        padding-left: 55px;
    } */
}
@media only screen and (min-width: 1366px) {
    .input_name,
    .input_block.input-t-name input::placeholder,
    .input_block.input-t-email input::placeholder,
    .form_countries.input-t-phone input::placeholder {
        font-size: 18px;
    }
    /* .input_block.input-t-name input::placeholder {
        padding-left: 100px;
    }
    .input_block.input-t-email input::placeholder {
        padding-left: 65px;
    } */
}
@media only screen and (min-width: 1768px) {
    .input_name,
    .input_block.input-t-name input::placeholder,
    .input_block.input-t-email input::placeholder,
    .form_countries.input-t-phone input::placeholder {
        font-size: 25px;
    }
    /* .input_block.input-t-name input::placeholder {
        padding-left: 140px;
    }
    .input_block.input-t-email input::placeholder {
        padding-left: 85px;
    } */
}
/* input:focus + .input_name, input:not(:placeholder-shown) + .input_name {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
} */
@media only screen and (min-width: 320px) {
    input:focus + .input_name, input:not(:placeholder-shown) + .input_name {
        top: -16px;
    }
}
@media only screen and (min-width: 1200px) {
    input:focus + .input_name, input:not(:placeholder-shown) + .input_name {
        top: -16px;
    }
}
@media only screen and (min-width: 1366px) {
    input:focus + .input_name, input:not(:placeholder-shown) + .input_name {
        top: -18px;
    }
}
@media only screen and (min-width: 1768px) {
    input:focus + .input_name, input:not(:placeholder-shown) + .input_name {
        top: -25px;
    }
    
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 95px;
    max-height: 95px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d8d3d1;
    color: #93837d;
    outline: none;
    font-family: 'Core_Rhino';
    font-weight: 400;
}
@media only screen and (min-width: 320px) {
    textarea {
        font-size: 14px;
        line-height: 17px;
        padding: 15px 0;
    }
}
@media only screen and (min-width: 1200px) {
    textarea {
        font-size: 18px;
        line-height: 22px;
    }
}
textarea::placeholder {
    font-family: 'Core_Rhino';
    font-weight: 400;
    color: #93837d;
}
@media only screen and (min-width: 320px) {
    textarea::placeholder {
        font-size: 14px;
        line-height: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    textarea::placeholder {
        font-size: 18px;
        line-height: 22px;
    }
}
.bg_pop_up {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up {
        left: 0;
    }
}
.bg_pop_up.transition-shown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9;
}
.bg_pop_up .background_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-out;
    opacity: 0;
}
.bg_pop_up.shown .background_popup {
    opacity: 1;
}
.bg_pop_up .popup {
    transition: 0.3s ease-out;
    background-color: #fff;
    pointer-events: auto;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.bg_pop_up .popup .exit_svg {
    position: absolute;
    background: url(../images/exit.svg) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .popup .exit_svg {
        width: 18px;
        height: 18px;
        top: 3px;
        right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup .exit_svg {
        width: 22px;
        height: 22px;
        top: 5px;
    }
}
@media only screen and (min-width: 1366px) {
    .bg_pop_up .popup .exit_svg {
        width: 22px;
        height: 22px;
        top: 5px;
    }
}
@media only screen and (min-width: 1600px) {
    .bg_pop_up .popup .exit_svg {
        width: 26px;
        height: 26px;
        top: 5px;
    }
}
@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup .exit_svg {
        width: 30px;
        height: 30px;
        top: 10px;
    }
}
.bg_pop_up .popup h2 {
    padding-right: 40px;
    color: var(--elow);
}
.bg_pop_up .popup h2 strong{
    display: contents;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .popup h2 {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup h2 {
        margin-bottom: 45px;
    }
}
.bg_pop_up .popup h2 strong {
    padding: 6px 0;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .popup h2 strong {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup h2 strong {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1600px) {
    .bg_pop_up .popup h2 strong {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup h2 strong {
        font-size: 50px;
    }
}
.bg_pop_up .popup .pop_up_cont {
    width: 100%;
    height: 100%;
}
.bg_pop_up .popup .pop_up_cont form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup .pop_up_cont form {
        row-gap: 12px;
    }
}

@media only screen and (min-width: 1366px) {
    .bg_pop_up .popup .pop_up_cont form {
        row-gap: 20px;
    }
}

@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup .pop_up_cont form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}
.bg_pop_up .popup .pop_up_cont .recaptcha {
    width: 100%;
}
.bg_pop_up .popup .pop_up_cont .recaptcha * {
    margin: 0;
}
.bg_pop_up .popup .pop_up_cont .text_thanks, .bg_pop_up .popup .pop_up_cont .text_info {
    width: 100%;
    font-weight: 400;
    line-height: 130%;
    color: var(--grey);
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .popup .pop_up_cont .text_thanks, .bg_pop_up .popup .pop_up_cont .text_info {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup .pop_up_cont .text_thanks, .bg_pop_up .popup .pop_up_cont .text_info {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .bg_pop_up .popup .pop_up_cont .text_thanks, .bg_pop_up .popup .pop_up_cont .text_info {
        font-size: 20px;
    }
}
.bg_pop_up .popup .pop_up_cont .form_countries {
    width: 100%;
    z-index: 2;
    position: relative;
}
.bg_pop_up .popup.degree_1, .bg_pop_up .popup.degree_2, .bg_pop_up .popup.thanks {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .bg_pop_up .popup.degree_1, .bg_pop_up .popup.degree_2, .bg_pop_up .popup.thanks {
        align-items: flex-start;
        max-width: 350px;
        width: 100%;
        padding: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup.degree_1, .bg_pop_up .popup.degree_2 {
        align-items: center;
        max-width: 620px;
        width: 100%;
        padding: 25px 25px 25px 25px;
    }
    .bg_pop_up .popup.thanks {
        align-items: center;
        max-width: 400px;
        width: 100%;
        padding: 25px 25px 25px 25px;
    }
}
@media only screen and (min-width: 1366px) {
    .bg_pop_up .popup.degree_1, .bg_pop_up .popup.degree_2{
        max-width: 650px;
        padding: 30px;
    }
    .bg_pop_up .popup.thanks {
        align-items: center;
        max-width: 450px;
        width: 100%;
        padding: 30px;
    }
}
@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup.degree_1, .bg_pop_up .popup.degree_2{
        max-width: 880px;
        padding: 65px 120px 65px 120px;
    }
    .bg_pop_up .popup.thanks {
        max-width: 600px;
        padding: 65px 120px 65px 120px;
    }
}
.bg_pop_up .popup.degree_1 .pop_up_cont, .bg_pop_up .popup.degree_2 .pop_up_cont, .bg_pop_up .popup.thanks .pop_up_cont {
    height: auto;
    position: relative;
}
.bg_pop_up .popup.degree_1 .pop_up_cont .degree_pop_cont .input_block input, .bg_pop_up .popup.degree_2 .pop_up_cont .degree_pop_cont .input_block input, .bg_pop_up .popup.thanks .pop_up_cont .degree_pop_cont .input_block input {
    background-color: transparent;
}
.bg_pop_up .popup.degree_1 .pop_up_cont .degree_pop_cont .input_block input:focus, .bg_pop_up .popup.degree_2 .pop_up_cont .degree_pop_cont .input_block input:focus, .bg_pop_up .popup.thanks .pop_up_cont .degree_pop_cont .input_block input:focus {
    background-color: #fff;
}
.bg_pop_up .popup.degree_1 .pop_up_cont .degree_pop_cont .input_block .input_name, .bg_pop_up .popup.degree_2 .pop_up_cont .degree_pop_cont .input_block .input_name, .bg_pop_up .popup.thanks .pop_up_cont .degree_pop_cont .input_block .input_name {
    background: linear-gradient(transparent 50%, transparent 50%);
}
.bg_pop_up .popup.degree_1 .pop_up_cont .degree_pop_cont .input_block input:focus + .input_name, .bg_pop_up .popup.degree_2 .pop_up_cont .degree_pop_cont .input_block input:focus + .input_name, .bg_pop_up .popup.thanks .pop_up_cont .degree_pop_cont .input_block input:focus + .input_name, .bg_pop_up .popup.degree_1 .pop_up_cont .degree_pop_cont .input_block input:not(:placeholder-shown) + .input_name, .bg_pop_up .popup.degree_2 .pop_up_cont .degree_pop_cont .input_block input:not(:placeholder-shown) + .input_name, .bg_pop_up .popup.thanks .pop_up_cont .degree_pop_cont .input_block input:not(:placeholder-shown) + .input_name {
    /* background: #fff; */
}
.bg_pop_up .popup.degree_1 .pop_up_cont .degree_pop_cont .input_block input:not(:placeholder-shown), .bg_pop_up .popup.degree_2 .pop_up_cont .degree_pop_cont .input_block input:not(:placeholder-shown), .bg_pop_up .popup.thanks .pop_up_cont .degree_pop_cont .input_block input:not(:placeholder-shown) {
    /* background-color: #fff; */
}
.bg_pop_up .popup.degree_1.closed, .bg_pop_up .popup.degree_2.closed, .bg_pop_up .popup.thanks.closed {
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0;
}
.bg_pop_up .popup.degree_2 {
    background-color: var(--dark);
}
.bg_pop_up .popup.degree_2 form * {
    color: var(--white);
}
.bg_pop_up .popup.degree_2 form input {
    border-bottom: 1px solid var(--white);
}
.bg_pop_up .popup.degree_2 form .block_v {
    border: none;
    border-bottom: 1px solid var(--white);
}
.bg_pop_up .popup.degree_2 form .block_v input {
    border: none;
}
.bg_pop_up .popup.degree_2 form .block_v svg {
    fill: var(--white);
}
.bg_pop_up .popup.degree_2 form .block_v .block_v_acord {
    background-color: var(--dark);
    box-shadow: 0 0 0 1px var(--white) inset;
}



@media only screen and (min-width: 320px) {
    .bg_pop_up .popup.thanks .btn {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .bg_pop_up .popup.thanks .btn {
        margin-top: 125x;
    }
}
@media only screen and (min-width: 1768px) {
    .bg_pop_up .popup.thanks .btn {
        margin-top: 25px;
    }
}



.add-custom-scrollbar {
    overflow: hidden !important;
    padding-right: 20px;
}
.add-custom-scrollbar .custom-scroll-content {
    position: relative;
    overflow: visible;
}
.add-custom-scrollbar .custom-scrollbar {
    width: 18px;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 1px;
}
.add-custom-scrollbar .custom-scrollbar .custom-scrollbar-track {
    width: 6px;
    margin-top: calc( 24px / 2 );
    height: calc( 100% - 24px );
    background-color: #fbe116;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}
.add-custom-scrollbar .custom-scrollbar .custom-scrollbar-track .custom-scrollbar-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: -5.5px;
    transform: translateY(-50%);
    cursor: pointer;
}
.add-custom-scrollbar .custom-scrollbar .custom-scrollbar-track .custom-scrollbar-thumb:hover {
    background-color: #691f4d;
}
.add-custom-horizontal-scrollbar {
    overflow: hidden !important;
    padding-bottom: 18px;
}
.add-custom-horizontal-scrollbar .custom-horizontal-scroll-content {
    position: relative;
    overflow: visible;
}
.add-custom-horizontal-scrollbar .custom-horizontal-scrollbar {
    height: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.add-custom-horizontal-scrollbar .custom-horizontal-scrollbar .custom-horizontal-scrollbar-track {
    height: 6px;
    margin-left: calc( 24px / 2 );
    width: calc( 100% - 24px );
    background-color: #fbe116;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}
.add-custom-horizontal-scrollbar .custom-horizontal-scrollbar .custom-horizontal-scrollbar-track .custom-horizontal-scrollbar-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -6.5px;
    transform: translateX(-50%);
    cursor: pointer;
}
.add-custom-horizontal-scrollbar .custom-horizontal-scrollbar .custom-horizontal-scrollbar-track .custom-horizontal-scrollbar-thumb:hover {
    background-color: #691f4d;
}
.gorizontal-slider-slides {
    position: relative;
    width: 100%;
}
.header_sl_min_img .gorizontal-slider-slides {
    width: 100% !important;
}
.gorizontal-slider-track:not(.slider_sl_track) {
    display: flex;
    position: relative;
    height: 100% !important;
    transition: left 0.4s ease-out;
}
.gorizontal-slider-track.slider_sl_track {
    display: flex;
    position: relative;
    height: auto;
    transition: left 0.4s, height 0.4s ease-out;
}
@media (max-width: 1199px) {
    .mobile-wheel .gorizontal-slider-track {
        transition: height 0.4s ease-out;
    }
}
.gorizontal-slider-item {
    transition: 0.4s ease-out;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .gorizontal-slider-item {
        flex: 0 0 300px;
        opacity: 1;
        visibility: visible;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .gorizontal-slider-item {
        flex: 0 0 auto;
        opacity: 0;
        visibility: hidden;
        justify-content: center;
    }
}
.gorizontal-slider-item.visible {
    opacity: 1;
    visibility: visible;
}
.gorizontal-slider-item.pseudo {
    opacity: 0;
    visibility: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li {
    transition: all 0.4s ease-out;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li:not(.active):not(.first):not(.last):not(.prev):not(.next):not(.tripledots) {
    width: 0;
    overflow: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li.tripledots {
    pointer-events: none;
}
@media only screen and (min-width: 1200px) {
    .sidebar-slider.gorizontal-slider {
        width: calc( 300px + (300px / 2 - 135px) * 2 );
        margin-left: calc( (300px / 2 - 135px) * -1 );
    }
}
@media only screen and (min-width: 1366px) {
    .sidebar-slider.gorizontal-slider {
        width: calc( 410px + (410px / 2 - 190px) * 2 );
        margin-left: calc( (410px / 2 - 190px) * -1 );
    }
}
@media only screen and (min-width: 1600px) {
    .sidebar-slider.gorizontal-slider {
        width: calc( 480px + (480px / 2 - 225px) * 2 );
        margin-left: calc( (480px / 2 - 225px) * -1 );
    }
}
.poisk_cont_left li {
    padding-bottom: 8px;
}
#roks, #first-parallax {
    position: relative;
    overflow: visible;
}
#full-content {
    position: relative;
    overflow: hidden;
}
.mobile-overflow-hidden {
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
    .mobile-overflow-hidden {
        overflow: auto;
    }
}
.cont_industries [data-video] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cont_industries [data-video] img, .cont_industries [data-video] video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .header {
        padding-top: 27vh;
    }
}
.header .header__video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 1s ease;
}
@media only screen and (min-width: 320px) {
    .header .header__video {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header__video {
        width: 50%;
        height: 100%;
        transform: scale(0.5) rotate(75deg);
        filter: blur(15px);
    }
}
@media only screen and (max-width: 1200px) {
    .header .header__video {
        transform: translateY(100%) scale(0.5);
        filter: blur(15px);
    }
}
.header .header__video .bg_black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.95;
    transition: 2s ease;
}
.header .header__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .header .header__video video.mob {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .header .header__video video.mob {
        display: none;
    }
}
@media only screen and (min-width: 320px) {
    .header .header__video video.desc {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header .header__video video.desc {
        display: block;
    }
}
.header .header__video.anime_0 {
    width: 50%;
    height: 100%;
    transform: scale(1) rotate(0);
    filter: blur(0px);
    top: 0;
    left: 0;
}
.header .header__video.anime_0 .bg_black {
    opacity: 0.65;
}
@media only screen and (min-width: 320px) {
    .header .header__video.anime {
        height: 100%;
        transition: 1s ease-in-out;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header__video.anime {
        width: 100%;
        transition: 1.5s ease;
    }
}
@media only screen and (max-width: 1200px) {
    .header .header__video.anime {
        transform: translateY(0%) scale(0.5);
        filter: blur(0);
        transition: 1s ease-in-out;
    }
}
@media only screen and (max-width: 1200px) {
    .header .header__video.anime_v2 {
        transform: scale(1);
        transition: 1s ease-in-out;
    }
}
.header .header__video.no_anime {
    transition: none;
}
.header__main {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .header__main {
        display: flex;
        align-items: center;
        padding: 180px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main {
        display: block;
        padding: 0;
    }
}
.header__main .head_text_1 {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .header__main .head_text_1 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
.header__main .header__main__item {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .header__main .header__main__item {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
}
@media only screen and (min-width: 320px) {
    .header__main__item, .header__main .head_text_1 {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item, .header__main .head_text_1 {
        width: 50%;
        height: 100%;
        transform: translate(100%, 0%);
        transition: 1.5s ease;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item.anime, .header__main .head_text_1.anime {
        width: 100%;
        transform: translate(0%);
    }
}
.header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
    color: var(--white) !important;
}
@media only screen and (min-width: 320px) {
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1 {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1 {
        display: block;
    }
}
.header__main__item .div_h1, .header__main .head_text_1 .div_h1, .header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
    color: var(--dark);
    font-weight: 700;
    line-height: 110%;
}
@media only screen and (min-width: 320px) {
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1, .header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
        font-size: 30px;
        opacity: 0;
        transform: translateY(30px);
        transition: 1s ease-in-out;
    }
    .header__main .block_h1 br{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1, .header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main .block_h1 br{
        display: block;
    }
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1, .header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
        padding-left: 6vw;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 60px;
        opacity: 1;
        transform: translateY(0);
        transition: var(--transition);
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1, .header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
        font-size: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .div_h1, .header__main .head_text_1 .div_h1, .header__main__item .block_h1, .header__main .head_text_1 .block_h1 {
        font-size: 100px;
    }
}
.header__main__item .div_h1 strong, .header__main .head_text_1 .div_h1 strong, .header__main__item .block_h1 strong, .header__main .head_text_1 .block_h1 strong {
    position: relative;
    display: contents;
    transition: var(--transition);
}
@media only screen and (min-width: 320px) {
    .header__main__item .div_h1 strong, .header__main .head_text_1 .div_h1 strong, .header__main__item .block_h1 strong, .header__main .head_text_1 .block_h1 strong {
        height: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1 strong, .header__main .head_text_1 .div_h1 strong, .header__main__item .block_h1 strong, .header__main .head_text_1 .block_h1 strong {
        height: 142px;
        transition-delay: 1s;
    display: inline-block;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .div_h1 strong, .header__main .head_text_1 .div_h1 strong, .header__main__item .block_h1 strong, .header__main .head_text_1 .block_h1 strong {
        height: 202px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .div_h1 strong, .header__main .head_text_1 .div_h1 strong, .header__main__item .block_h1 strong, .header__main .head_text_1 .block_h1 strong {
        height: 220px;
    }
}
@media only screen and (min-width: 320px) {
    .header__main__item .div_h1 strong span, .header__main .head_text_1 .div_h1 strong span, .header__main__item .block_h1 strong span, .header__main .head_text_1 .block_h1 strong span {
        transition: var(--transition);
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1 strong span, .header__main .head_text_1 .div_h1 strong span, .header__main__item .block_h1 strong span, .header__main .head_text_1 .block_h1 strong span {
        transition: 1.5s ease-in-out;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1 strong span.transfer, .header__main .head_text_1 .div_h1 strong span.transfer, .header__main__item .block_h1 strong span.transfer, .header__main .head_text_1 .block_h1 strong span.transfer {
        display: flex;
        column-gap: 15px;
        position: absolute;
        left: 0;
        top: 71px;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .div_h1 strong span.transfer, .header__main .head_text_1 .div_h1 strong span.transfer, .header__main__item .block_h1 strong span.transfer, .header__main .head_text_1 .block_h1 strong span.transfer {
        top: 101px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .div_h1 strong span.transfer, .header__main .head_text_1 .div_h1 strong span.transfer, .header__main__item .block_h1 strong span.transfer, .header__main .head_text_1 .block_h1 strong span.transfer {
        top: 110px;
    }
}
.header__main__item .div_h1 strong span.color_elow, .header__main .head_text_1 .div_h1 strong span.color_elow, .header__main__item .block_h1 strong span.color_elow, .header__main .head_text_1 .block_h1 strong span.color_elow {
    color: var(--elow);
}
.header__main__item .div_h1.anime_step_1, .header__main .head_text_1 .div_h1.anime_step_1, .header__main__item .block_h1.anime_step_1, .header__main .head_text_1 .block_h1.anime_step_1 {
    padding-left: 0;
    opacity: 1;
    transform: translateY(0);
}
@media only screen and (min-width: 320px) {
    .header__main__item .div_h1.anime_step_1 strong, .header__main .head_text_1 .div_h1.anime_step_1 strong, .header__main__item .block_h1.anime_step_1 strong, .header__main .head_text_1 .block_h1.anime_step_1 strong {
        height: 31px;
    }
}
@media only screen and (min-width: 768px) {
    .header__main__item .div_h1.anime_step_1 strong, .header__main .head_text_1 .div_h1.anime_step_1 strong, .header__main__item .block_h1.anime_step_1 strong, .header__main .head_text_1 .block_h1.anime_step_1 strong {
        height: 46px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1.anime_step_1 strong, .header__main .head_text_1 .div_h1.anime_step_1 strong, .header__main__item .block_h1.anime_step_1 strong, .header__main .head_text_1 .block_h1.anime_step_1 strong {
        height: 71px;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .div_h1.anime_step_1 strong, .header__main .head_text_1 .div_h1.anime_step_1 strong, .header__main__item .block_h1.anime_step_1 strong, .header__main .head_text_1 .block_h1.anime_step_1 strong {
        height: 101px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .div_h1.anime_step_1 strong, .header__main .head_text_1 .div_h1.anime_step_1 strong, .header__main__item .block_h1.anime_step_1 strong, .header__main .head_text_1 .block_h1.anime_step_1 strong {
        height: 110px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer, .header__main__item .block_h1.anime_step_1 strong span.transfer, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer {
        position: absolute;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-top {
        width: max-content;
        left: calc(360px + 15px);
    }

    body.lang-ua .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-top,
    body.lang-ua .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-top {
        left: calc(435px + 15px);
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-top {
        left: calc(481px + 15px);
    }

    body.lang-ua .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-top,
    body.lang-ua .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-top {
        left: calc(581px + 15px);
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-top {
        left: calc(610px + 15px);
    }
    
    body.lang-ua .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-top,
    body.lang-ua .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-top, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-top {
        left: calc(726px + 15px);
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-bot {
        left: calc(278px + 15px);
    }

    body.lang-ua .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-bot,
    body.lang-ua .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-bot {
        left: calc(470px + 15px);
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-bot {
        left: calc(373px + 15px);
    }

    body.lang-ua .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-bot,
    body.lang-ua .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-bot {
        left: calc(630px + 15px);
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-bot {
        left: calc(469px + 15px);
    }

    body.lang-ua .header__main__item .div_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .div_h1.anime_step_1 strong span.transfer.transfer-bot,
    body.lang-ua .header__main__item .block_h1.anime_step_1 strong span.transfer.transfer-bot, .header__main .head_text_1 .block_h1.anime_step_1 strong span.transfer.transfer-bot {
        left: calc(787px + 15px);
    }
}
.header__main__item .div_h1.anime_step_2 strong span.transfer, .header__main .head_text_1 .div_h1.anime_step_2 strong span.transfer, .header__main__item .block_h1.anime_step_2 strong span.transfer, .header__main .head_text_1 .block_h1.anime_step_2 strong span.transfer {
    top: 0;
}
.header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 2px 0;
}
@media only screen and (min-width: 320px) {
    .header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
        margin: 30px 0 5px 0;
    }
}
@media only screen and (min-width: 768px) {
    .header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
        margin: 75px 0 5px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
        margin: 180px 0 25px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
        margin: 180px 0 25px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
        margin: 220px 0 25px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .head_h4, .header__main .head_text_1 .head_h4 {
        margin: 280px 0 30px 0;
    }
}
.header__main__item .head_h4 h4, .header__main .head_text_1 .head_h4 h4 {
    color: var(--white);
    line-height: 100%;
    font-weight: 600;
    transition: var(--transition);
    transform: translate(0, 130%) rotate(10deg);
    transform-origin: top left;
}
@media only screen and (min-width: 320px) {
    .header__main__item .head_h4 h4, .header__main .head_text_1 .head_h4 h4 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .head_h4 h4, .header__main .head_text_1 .head_h4 h4 {
        font-size: 24px;
        padding: 2px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .header__main__item .head_h4 h4, .header__main .head_text_1 .head_h4 h4 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1600px) {
    .header__main__item .head_h4 h4, .header__main .head_text_1 .head_h4 h4 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .head_h4 h4, .header__main .head_text_1 .head_h4 h4 {
        font-size: 35px;
    }
}
.header__main__item .head_h4.anime h4, .header__main .head_text_1 .head_h4.anime h4 {
    transform: translate(0, 0%) rotate(0deg);
}
.header__main__item .head_p, .header__main .head_text_1 .head_p {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 2px 0;
    display: none;
}
.header__main__item .head_p p, .header__main .head_text_1 .head_p p {
    color: var(--white);
    line-height: 100%;
    font-weight: 600;
    transition: var(--transition);
    transform: translate(0, 130%) rotate(10deg);
    transform-origin: top left;
}
@media only screen and (min-width: 320px) {
    .header__main__item .head_p p, .header__main .head_text_1 .head_p p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .head_p p, .header__main .head_text_1 .head_p p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1366px) {
    .header__main__item .head_p p, .header__main .head_text_1 .head_p p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .head_p p, .header__main .head_text_1 .head_p p {
        font-size: 25px;
    }
}
.header__main__item .head_p.anime p, .header__main .head_text_1 .head_p.anime p {
    transform: translate(0, 0%) rotate(0deg);
}
.header__main__item .next_sec, .header__main .head_text_1 .next_sec {
    transition: var(--transition);
    transform: translateY(20px);
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .header__main__item .next_sec, .header__main .head_text_1 .next_sec {
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__main__item .next_sec, .header__main .head_text_1 .next_sec {
        margin-top: 45px;
    }
}
@media only screen and (min-width: 1768px) {
    .header__main__item .next_sec, .header__main .head_text_1 .next_sec {
        margin-top: 80px;
    }
}
.header__main__item .next_sec strong span, .header__main .head_text_1 .next_sec strong span {
    display: inline-block;
    transition: var(--transition);
}
.header__main__item .next_sec.anime, .header__main .head_text_1 .next_sec.anime {
    transform: translateY(0px);
    opacity: 1;
}
@media only screen and (min-width: 1200px) {
    .header__main .head_text_1.anime {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
}
@media only screen and (min-width: 1200px) {
    .header__main .header__main__item.anime {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
.about_people {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .about_people {
        height: 150vh;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people {
        height: 200vh;
        padding-top: 25vh;
    }
}
.about_people .about_people_bg {
    width: 100%;
    height: calc(100% - 25vh);
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bg_about_people-min.jpg) 50% 100% no-repeat;
    background-size: cover;
    z-index: 0;
}
.about_people .container {
    height: 100%;
}
.about_people .bg_lg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
@media only screen and (min-width: 320px) {
    .about_people .bg_lg {
        background: linear-gradient(180deg, #bebebd 20%, transparent 30%);
    }
}
@media only screen and (min-width: 1200px) {
    .about_people .bg_lg {
        background: linear-gradient(180deg, #fff 20%, transparent 30%);
    }
}
.about_people .logo_cont {
    position: absolute;
}
@media only screen and (min-width: 320px) {
    .about_people .logo_cont {
        width: 150px;
        height: 150px;
        left: calc(50% - 75px);
        top: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people .logo_cont {
        width: 190px;
        height: 190px;
        left: calc(50% - 110px);
        top: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .about_people .logo_cont {
        width: 220px;
        height: 220px;
        left: calc(50% - 110px);
    }
}
@media only screen and (min-width: 1600px) {
    .about_people .logo_cont {
        width: 250px;
        height: 250px;
        left: calc(50% - 125px);
    }
}
@media only screen and (min-width: 1768px) {
    .about_people .logo_cont {
        width: 310px;
        height: 310px;
        left: calc(50% - 155px);
    }
}
.about_people .logo_cont .logo_ch_1 {
    width: 100%;
    height: 100%;
    background: url(../images/logo-1.svg) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    z-index: 3;
}
.about_people .logo_cont .logo_ch_2 {
    width: 100%;
    height: 100%;
    background: url(../images/logo-2.svg) 50% 50% no-repeat;
    position: relative;
    z-index: 3;
}
.about_people .logo_cont .elipse_logo {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    filter: blur(100px);
    transform: translate3d(0, 0, 0);
    opacity: 0.7;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .about_people .logo_cont .elipse_logo {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people .logo_cont .elipse_logo {
        width: 500px;
        height: 500px;
        top: -303px;
        left: -303px;
        display: block;
    }
}
@media only screen and (min-width: 1366px) {
    .about_people .logo_cont .elipse_logo {
        width: 600px;
        height: 600px;
    }
}
@media only screen and (min-width: 1600px) {
    .about_people .logo_cont .elipse_logo {
        width: 700px;
        height: 700px;
    }
}
@media only screen and (min-width: 1768px) {
    .about_people .logo_cont .elipse_logo {
        width: 900px;
        height: 900px;
    }
}
.about_people__main {
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 3;
}
.about_people__main__item {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(0);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transition: 1s ease;
}
@media only screen and (min-width: 320px) {
    .about_people__main__item {
        padding: 25px 0 35px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people__main__item {
        padding: 40px 0 50px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .about_people__main__item {
        padding: 60px 0 80px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .about_people__main__item {
        padding: 80px 0 100px 0;
    }
}
.about_people__main__item .about_people_cont {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
@media only screen and (min-width: 320px) {
    .about_people__main__item .about_people_cont {
        column-gap: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .about_people__main__item .about_people_cont {
        column-gap: 0;
    }
}
.about_people__main__item .about_people_cont .h2_anime {
    color: var(--white);
}
.about_people__main__item .about_people_cont .h2_anime strong.h2_strong_1 span {
    transition-delay: 0.35s;
}
@media only screen and (min-width: 320px) {
    .about_people__main__item .about_people_cont .h2_anime strong.h2_strong_2 {
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people__main__item .about_people_cont .h2_anime strong.h2_strong_2 {
        padding-left: 40px;
    }
}
.about_people__main__item .about_people_cont .h2_anime strong.h2_strong_2 span {
    transition-delay: 0.5s;
}
@media only screen and (min-width: 320px) {
    .about_people__main__item .about_people_cont .about_people_cont_text {
        width: auto;
        padding-top: 6px;
    }
}
@media only screen and (min-width: 768px) {
    .about_people__main__item .about_people_cont .about_people_cont_text {
        width: 50%;
    }
}
.about_people__main__item .about_people_cont .about_people_cont_text h3 {
    color: var(--elow);
}
@media only screen and (min-width: 320px) {
    .about_people__main__item .about_people_cont .about_people_cont_text h3 {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people__main__item .about_people_cont .about_people_cont_text h3 {
        margin-bottom: 20px;
    }
}
.about_people__main__item .about_people_cont .about_people_cont_text p {
    color: var(--white);
    font-weight: 500;
    line-height: 110%;
}
@media only screen and (min-width: 320px) {
    .about_people__main__item .about_people_cont .about_people_cont_text p br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .about_people__main__item .about_people_cont .about_people_cont_text p br {
        display: block;
    }
}
.about_people__main__item.anime_1 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.about_people__main__item.anime_2 {
    backdrop-filter: blur(10px);
}
.anna_princ {
    width: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .anna_princ {
        padding: 60px 0 90px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ {
        padding: 100px 0 40px 0;
        height: calc(100vh + 10vh);
        min-height: 700px;
    }
}
@media only screen and (min-width: 1366px) {
    .anna_princ {
        padding: 125px 0 40px 0;
        min-height: 760px;
    }
}
@media only screen and (min-width: 1600px) {
    .anna_princ {
        padding: 150px 0 40px 0;
        min-height: 920px;
    }
}
@media only screen and (min-width: 1768px) {
    .anna_princ {
        min-height: 1040px;
    }
}
.anna_princ .container {
    height: 100%;
}
.anna_princ__main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main::before {
        content: '';
        width: 100%;
        height: 30vh;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(0, #fff 20%, transparent 100%);
        z-index: 1;
    }
}
.anna_princ__main .h2_anime_v2 {
    color: var(--elow);
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .anna_princ__main .h2_anime_v2 strong {
        padding: 2px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main .h2_anime_v2 strong {
        padding: 6px 0;
    }
}
@media only screen and (min-width: 320px) {
    .anna_princ__main .h2_anime_v2 br:nth-child(2) {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main .h2_anime_v2 br:nth-child(2) {
        display: block;
    }
}
.anna_princ__main .elipse_elow {
    background: var(--elow);
    border-radius: 50%;
    position: absolute;
    transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 320px) {
    .anna_princ__main .elipse_elow {
        width: 50px;
        height: 50px;
        filter: blur(25px);
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main .elipse_elow {
        width: 150px;
        height: 150px;
        filter: blur(75px);
    }
}
@media only screen and (min-width: 320px) {
    .anna_princ__main .anna_img_cont {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .anna_princ__main .anna_img_cont::before {
        content: '';
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(0, #fff 20%, transparent 100%);
        z-index: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main .anna_img_cont {
        position: static;
    }
    .anna_princ__main .anna_img_cont::before {
        display: none;
    }
}
.anna_princ__main .anna_img_cont .img_anna_princ {
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .anna_princ__main .anna_img_cont .img_anna_princ {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .anna_princ__main .anna_img_cont .img_anna_princ {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main .anna_img_cont .img_anna_princ {
        position: absolute;
        left: 47%;
        transform: translateX(-50%);
        bottom: 0;
        height: 100%;
        z-index: 0;
    }
}
.anna_princ__main__item {
    align-self: flex-end;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main__item {
        width: 400px;
        margin-bottom: 24vh;
    }
}
@media only screen and (min-width: 1366px) {
    .anna_princ__main__item {
        width: 450px;
    }
}
@media only screen and (min-width: 1600px) {
    .anna_princ__main__item {
        width: 500px;
    }
}
@media only screen and (min-width: 1768px) {
    .anna_princ__main__item {
        width: 545px;
    }
}
.anna_princ__main__item .text {
    font-weight: 600;
    color: var(--dark);
    transition: 1s ease-out;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .anna_princ__main__item .text {
        transform: translate(0, 50px);
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main__item .text {
        transform: translate(50px, 50px);
    }
}
.anna_princ__main__item .text:nth-child(2) {
    transition-delay: 0.25s;
}
.anna_princ__main__item .text.grey {
    color: var(--grey);
}
@media only screen and (min-width: 320px) {
    .anna_princ__main__item .text.grey {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .anna_princ__main__item .text.grey {
        margin-bottom: 40px;
    }
}
.anna_princ__main__item.anime .text {
    opacity: 1;
    transform: translate(0, 0);
}
.degree {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .degree {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .degree {
        padding: 40px 0 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .degree {
        padding: 40px 0 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .degree {
        padding: 40px 0 200px 0;
    }
}
.degree__main {
    width: 95%;
    background-color: #f8f5f5;
    position: relative;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .degree__main {
        padding: 75px 0;
        border-radius: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main {
        padding: 50px 30px;
        border-radius: 60px;
    }
}
@media only screen and (min-width: 1366px) {
    .degree__main {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .degree__main {
        padding: 90px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .degree__main {
        padding: 110px 180px;
    }
}
.degree__main .degree_top_polo {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    opacity: 0;
}
@media only screen and (min-width: 320px) {
    .degree__main .degree_top_polo {
        top: -130px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main .degree_top_polo {
        top: -190px;
    }
}
.degree__main .plate {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 85px;
    background-color: var(--elow);
    font-family: 'TikTok';
    font-weight: 600;
    line-height: 110%;
    color: var(--dark);
    text-align: center;
    position: absolute;
    transform-origin: center center;
}
@media only screen and (min-width: 320px) {
    .degree__main .plate {
        width: 230px;
        height: 80px;
        font-size: 20px;
        top: -120px;
        right: 5%;
    }
}
@media only screen and (min-width: 768px) {
    .degree__main .plate {
        width: 250px;
        height: 85px;
    }
}
@media (max-width: 1200px) {
    .degree__main .plate {
        transform: rotate(9deg);
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main .plate {
        width: 270px;
        height: 90px;
        font-size: 24px;
        top: 0;
        right: 5%;
    }
}
@media only screen and (min-width: 1366px) {
    .degree__main .plate {
        width: 330px;
        height: 110px;
        font-size: 28px;
    }
}
@media only screen and (min-width: 1600px) {
    .degree__main .plate {
        width: 405px;
        height: 130px;
        font-size: 32px;
    }
}
@media only screen and (min-width: 1768px) {
    .degree__main .plate {
        width: 485px;
        height: 170px;
        font-size: 40px;
    }
}
.degree__main h2 {
    color: var(--dark);
    line-height: 100%;
}
@media only screen and (min-width: 320px) {
    .degree__main h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .degree__main h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1366px) {
    .degree__main h2 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1768px) {
    .degree__main h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }
}
.degree__main h3 {
    color: var(--dark);
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .degree__main h3 {
        font-size: 17px;
    }
}
@media only screen and (min-width: 768px) {
    .degree__main h3 {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main h3 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1366px) {
    .degree__main h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1768px) {
    .degree__main h3 {
        font-size: 35px;
        margin-bottom: 45px;
    }
}
.degree__main h3 span {
    color: var(--grey);
}
.degree__main__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 200px;
}
@media only screen and (min-width: 320px) {
    .degree__main__item {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main__item {
        flex-wrap: nowrap;
        row-gap: 45px;
    }
}
.degree__main__item .degree_cont {
    width: 100%;
}
.degree__main__item .degree_cont .text {
    font-weight: 500;
}
.degree__main__item .degree_cont .text:nth-last-child(1) {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
    .degree__main__item .degree_cont .text {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .degree__main__item .degree_cont .text {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree__main__item .degree_cont .text {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1366px) {
    .degree__main__item .degree_cont .text {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1768px) {
    .degree__main__item .degree_cont .text {
        margin-bottom: 45px;
    }
}
.degree__main__item .degree_cont .text span.grey {
    color: var(--grey);
}
.degree__main__item .degree_cont .btn {
    margin-top: 25px;
}
.degree.c_black {
    background-color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .degree.c_black {
        padding: 100px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .degree.c_black {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .degree.c_black {
        padding: 125px 0 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .degree.c_black {
        padding: 150px 0 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .degree.c_black {
        padding: 200px 0 200px 0;
    }
}
.degree.c_black .degree__main {
    background-color: #383838;
}
.degree.c_black .degree__main .elipse_elow_3 {
    border-radius: 50%;
    background-color: var(--elow);
    position: absolute;
    opacity: 0.15;
}
@media only screen and (min-width: 320px) {
    .degree.c_black .degree__main .elipse_elow_3 {
        width: 220px;
        height: 220px;
        filter: blur(50px);
        top: 40px;
        left: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree.c_black .degree__main .elipse_elow_3 {
        width: 420px;
        height: 420px;
        filter: blur(100px);
        top: 40px;
        left: 260px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree.c_black .degree__main .plate {
        top: 100px;
        right: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .degree.c_black .degree__main .plate {
        top: 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .degree.c_black .degree__main .plate {
        top: 0;
        right: -100px;
    }
}
.degree.c_black .degree__main h2 {
    color: var(--white);
}
.degree.c_black .degree__main h3 {
    color: var(--white);
    font-weight: 600;
    line-height: 110%;
}
@media only screen and (min-width: 320px) {
    .degree.c_black .degree__main h3 {
        font-size: 17px;
    }
}
@media only screen and (min-width: 768px) {
    .degree.c_black .degree__main h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .degree.c_black .degree__main h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .degree.c_black .degree__main h3 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1768px) {
    .degree.c_black .degree__main h3 {
        font-size: 50px;
    }
}
.degree.c_black .degree__main h3 span {
    color: var(--elow);
}
.degree.c_black .degree__main__item .degree_cont .text {
    color: var(--white);
}
.degree.c_black .degree__main__item .degree_cont .text span {
    font-weight: 700;
}
.degree.c_black .degree__main .btn {
    margin-top: 45px;
}
.teem {
    width: 100%;
    border-top: 1px solid #cec1b1;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--white);
}
@media only screen and (min-width: 320px) {
    .teem {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .teem {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .teem {
        padding: 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .teem {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .teem {
        padding: 200px 0;
    }
}
.teem__main {
    width: 100%;
}
.teem__main h2 {
    color: var(--elow);
}
.teem__main h2 .h2_strong_2 {
    padding-left: 40px;
}
.teem__main h2 strong{
    padding: 8px 0;
}

.teem__main__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (min-width: 320px) {
    .teem__main__item {
        margin-top: 45px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 1200px) {
    .teem__main__item {
        margin-top: 50px;
        column-gap: 50px;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1366px) {
    .teem__main__item {
        margin-top: 65px;
        column-gap: 65px;
    }
}
@media only screen and (min-width: 1600px) {
    .teem__main__item {
        margin-top: 80px;
        column-gap: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .teem__main__item {
        margin-top: 100px;
        column-gap: 100px;
    }
}
.teem__main__item .text {
    font-weight: 400;
    line-height: 110%;
    color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .teem__main__item .text {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .teem__main__item .text {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1366px) {
    .teem__main__item .text {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .teem__main__item .text {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1768px) {
    .teem__main__item .text {
        font-size: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .teem__main__item .text ul {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .teem__main__item .text ul {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1768px) {
    .teem__main__item .text ul {
        margin-bottom: 45px;
    }
}
.teem__main__item .text ul li {
    transition: var(--transition);
    opacity: 0;
    transform: scale(1.1);
}
@media only screen and (min-width: 320px) {
    .teem__main__item .text ul li {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .teem__main__item .text ul li {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .teem__main__item .text ul li {
        margin-bottom: 45px;
    }
}
.teem__main__item .text ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.teem__main__item.teem_item_v3 .text ul li {
    margin-bottom: 25px;
}
.teem__main__item.anime .text ul li {
    opacity: 1;
    transform: scale(1);
}
.teem__main__item.anime .text ul li:nth-child(2) {
    transition-delay: 0.15s;
}
.teem__main__item.anime .text ul li:nth-child(3) {
    transition-delay: 0.3s;
}
.teem__main__item.anime .text ul li:nth-child(4) {
    transition-delay: 0.45s;
}
.teem__main__item.anime .text ul li:nth-child(5) {
    transition-delay: 0.6s;
}
.teem__main__item.anime .text ul li:nth-child(6) {
    transition-delay: 0.75s;
}
@media only screen and (max-width: 1200px) {
    .teem__main__item.anime .text.mob_right ul li:nth-child(1) {
        transition-delay: 0.45s;
    }
    .teem__main__item.anime .text.mob_right ul li:nth-child(2) {
        transition-delay: 0.6s;
    }
    .teem__main__item.anime .text.mob_right ul li:nth-child(3) {
        transition-delay: 0.75s;
    }
}
.teem.c_black {
    background-color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .teem.c_black .teem__main h2 strong {
        padding: 2px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .teem.c_black .teem__main h2 strong {
        padding: 6px 0;
    }
}
@media only screen and (min-width: 320px) {
    .teem.c_black .teem__main h2 .h2_strong_2 {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .teem.c_black .teem__main h2 .h2_strong_2 {
        padding-left: 100px;
    }
}
.teem.c_black .teem__main__item .text {
    color: var(--white);
}
.course_program {
    width: 100%;
    border-top: 1px solid #cec1b1;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--white);
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .course_program {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .course_program {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .course_program {
        padding: 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .course_program {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .course_program {
        padding: 200px 0;
    }
}
.course_program__main {
    width: 100%;
}
.course_program__main h2 {
    color: var(--elow);
}
@media only screen and (min-width: 320px) {
    .course_program__main h2 strong {
        padding: 2px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main h2 strong {
        padding: 8px 0;
    }
}
.course_program__main .elipse_elow {
    background: var(--elow);
    border-radius: 50%;
    position: absolute;
    transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 320px) {
    .course_program__main .elipse_elow {
        width: 50px;
        height: 50px;
        filter: blur(25px);
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main .elipse_elow {
        width: 75px;
        height: 75px;
        filter: blur(45px);
    }
}
@media only screen and (min-width: 1366px) {
    .course_program__main .elipse_elow {
        width: 100px;
        height: 100px;
        filter: blur(60px);
    }
}
@media only screen and (min-width: 1600px) {
    .course_program__main .elipse_elow {
        width: 150px;
        height: 150px;
        filter: blur(75px);
    }
}
.course_program__main__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (min-width: 320px) {
    .course_program__main__item {
        margin-top: 35px;
        flex-wrap: wrap;
        row-gap: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main__item {
        margin-top: 50px;
        column-gap: 50px;
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1366px) {
    .course_program__main__item {
        margin-top: 65px;
        column-gap: 65px;
    }
}
@media only screen and (min-width: 1600px) {
    .course_program__main__item {
        margin-top: 80px;
        column-gap: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .course_program__main__item {
        margin-top: 100px;
        column-gap: 100px;
    }
}
.course_program__main__item .course_program_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) {
    .course_program__main__item .course_program_cont {
        row-gap: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main__item .course_program_cont {
        row-gap: 50px;
    }
}
@media only screen and (min-width: 1366px) {
    .course_program__main__item .course_program_cont {
        row-gap: 65px;
    }
}
@media only screen and (min-width: 1600px) {
    .course_program__main__item .course_program_cont {
        row-gap: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .course_program__main__item .course_program_cont {
        row-gap: 100px;
    }
}
.course_program__main__item .course_program_cont .course_program_block {
    font-weight: 400;
    line-height: 110%;
    color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .course_program__main__item .course_program_cont .course_program_block {
        font-size: 18px;
        opacity: 0;
        transform: scale(1.1);
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main__item .course_program_cont .course_program_block {
        font-size: 24px;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1366px) {
    .course_program__main__item .course_program_cont .course_program_block {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1600px) {
    .course_program__main__item .course_program_cont .course_program_block {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1768px) {
    .course_program__main__item .course_program_cont .course_program_block {
        font-size: 30px;
    }
}
.course_program__main__item .course_program_cont .course_program_block h4 {
    font-weight: 600;
    color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .course_program__main__item .course_program_cont .course_program_block h4 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 110%;
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main__item .course_program_cont .course_program_block h4 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .course_program__main__item .course_program_cont .course_program_block h4 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1600px) {
    .course_program__main__item .course_program_cont .course_program_block h4 {
        font-size: 28px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1768px) {
    .course_program__main__item .course_program_cont .course_program_block h4 {
        font-size: 30px;
    }
}
.course_program__main__item .course_program_cont .course_program_block p {
    font-weight: 400;
    line-height: 110%;
    color: var(--grey);
}
@media only screen and (min-width: 320px) {
    .course_program__main__item .course_program_cont .course_program_block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .course_program__main__item .course_program_cont .course_program_block p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1366px) {
    .course_program__main__item .course_program_cont .course_program_block p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1600px) {
    .course_program__main__item .course_program_cont .course_program_block p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1768px) {
    .course_program__main__item .course_program_cont .course_program_block p {
        font-size: 28px;
    }
}
.course_program__main__item .course_program_cont .course_program_block.anime {
    opacity: 1;
    transition: 0.5s ease-out;
    transform: scale(1);
}
.certification {
    width: 100%;
    border-top: 1px solid #cec1b1;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--white);
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .certification {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .certification {
        padding: 100px 0 325px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .certification {
        padding: 125px 0 350px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .certification {
        padding: 150px 0 375px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .certification {
        padding: 200px 0 400px 0;
    }
}
.certification__main {
    width: 100%;
}
.certification__main h2 {
    color: var(--elow);
}
.certification__main__item {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .certification__main__item {
        width: 190px;
        margin-top: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .certification__main__item {
        width: 620px;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1366px) {
    .certification__main__item {
        width: 830px;
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1600px) {
    .certification__main__item {
        width: 830px;
        margin-top: 80px;
    }
}
@media only screen and (min-width: 1768px) {
    .certification__main__item {
        width: 1000px;
        margin-top: 100px;
    }
}
.certification__main__item .text {
    font-weight: 600;
    color: var(--dark);
    position: relative;
}
@media only screen and (min-width: 320px) {
    .certification__main__item .text {
        font-size: 20px;
        line-height: 130%;
    }
}
@media only screen and (min-width: 768px) {
    .certification__main__item .text {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .certification__main__item .text {
        font-size: 36px;
        line-height: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .certification__main__item .text {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1768px) {
    .certification__main__item .text {
        font-size: 60px;
    }
}
@media only screen and (min-width: 320px) {
    .certification__main__item .text br {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .certification__main__item .text br {
        display: none;
    }
}
.certification__main__item .text span.color_mask {
    background: linear-gradient(to left, var(--dark) 50%, var(--grey) 50%, var(--grey) 100%);
    background-size: 200% auto;
            text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-position: -100% center;
}
@keyframes shine {
    to {
        background-position: -200% center;
    }
}
.certification__main__item .text span.cont_svg {
    display: inline-block;
    position: relative;
}
.certification__main__item .text span.cont_svg svg {
    position: absolute;
    z-index: 1;
    stroke-dasharray: 1320;
    stroke-dashoffset: -1320;
    transition: var(--transition);
    transition-delay: 1.75s;
    pointer-events: none;
    fill: none;
    stroke: var(--grey);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media only screen and (min-width: 320px) {
    .certification__main__item .text span.cont_svg svg {
        width: 190px;
        right: -20px;
        bottom: -5px;
    }
}
@media only screen and (min-width: 1200px) {
    .certification__main__item .text span.cont_svg svg {
        width: 320px;
        right: -30px;
        bottom: -15px;
    }
}
@media only screen and (min-width: 1366px) {
    .certification__main__item .text span.cont_svg svg {
        width: 450px;
        right: -40px;
        bottom: -20px;
    }
}
@media only screen and (min-width: 1600px) {
    .certification__main__item .text span.cont_svg svg {
        width: 450px;
        bottom: -30px;
    }
}
@media only screen and (min-width: 1768px) {
    .certification__main__item .text span.cont_svg svg {
        width: 575px;
        bottom: -40px;
    }
}
.certification__main__item.anime .text span.color_mask {
    animation: shine 2s ease-in-out;
    animation-fill-mode: forwards;
}
.certification__main__item.anime .text span svg {
    stroke-dashoffset: 0;
}
.certification__main .img_certification_1, .certification__main .img_certification_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
@media only screen and (min-width: 320px) {
    .certification__main .img_certification_1, .certification__main .img_certification_2 {
        width: 160px;
    }
}
@media only screen and (min-width: 1200px) {
    .certification__main .img_certification_1, .certification__main .img_certification_2 {
        width: 400px;
    }
}
@media only screen and (min-width: 1600px) {
    .certification__main .img_certification_1, .certification__main .img_certification_2 {
        width: 420px;
    }
}
@media only screen and (min-width: 1768px) {
    .certification__main .img_certification_1, .certification__main .img_certification_2 {
        width: 500px;
    }
}
.certification.c_black {
    background-color: var(--dark);
    border: none;
}
.certification.c_black .certification__main__item {
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .certification.c_black .certification__main__item {
        width: 220px;
    }
}
.certification.c_black .certification__main__item .text {
    font-weight: 600;
    color: var(--white);
    position: relative;
}
@media only screen and (min-width: 320px) {
    .certification.c_black .certification__main__item .text {
        font-size: 20px;
        line-height: 130%;
    }
}
@media only screen and (min-width: 768px) {
    .certification.c_black .certification__main__item .text {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .certification.c_black .certification__main__item .text {
        font-size: 36px;
        line-height: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .certification.c_black .certification__main__item .text {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1768px) {
    .certification.c_black .certification__main__item .text {
        font-size: 60px;
    }
}
@media only screen and (min-width: 320px) {
    .certification.c_black .certification__main__item .text br {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .certification.c_black .certification__main__item .text br {
        display: none;
    }
}
.certification.c_black .certification__main__item .text span.color_mask {
    background: linear-gradient(to left, var(--white) 50%, var(--grey) 50%, var(--grey) 100%);
    background-size: 200% auto;
            text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-position: -100% center;
}
@keyframes shine {
    to {
        background-position: -200% center;
    }
}
.certification.c_black .certification__main__item .text span.cont_svg svg {
    stroke: var(--elow);
}
@media only screen and (min-width: 320px) {
    .certification.c_black .certification__main__item .text span.cont_svg svg {
        width: 250px;
        right: -15px;
        bottom: -15px;
    }
}
@media only screen and (min-width: 1200px) {
    .certification.c_black .certification__main__item .text span.cont_svg svg {
        width: 440px;
        right: -25px;
        bottom: -30px;
    }
}
@media only screen and (min-width: 1366px) {
    .certification.c_black .certification__main__item .text span.cont_svg svg {
        width: 580px;
        right: -30px;
        bottom: -40px;
    }
}
@media only screen and (min-width: 1600px) {
    .certification.c_black .certification__main__item .text span.cont_svg svg {
        width: 590px;
    }
}
@media only screen and (min-width: 1768px) {
    .certification.c_black .certification__main__item .text span.cont_svg svg {
        width: 725px;
        bottom: -60px;
    }
}
.certification.c_black .certification__main__item .text.anime .text span {
    animation: shine 2s ease-in-out;
    animation-fill-mode: forwards;
}
.certification.c_black .certification__main__item .text.anime .text svg {
    stroke-dashoffset: 0;
}
.arguments {
    width: 100%;
    border-top: 1px solid #cec1b1;
    position: relative;
    background-color: var(--white);
}
@media only screen and (min-width: 320px) {
    .arguments {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .arguments {
        padding: 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .arguments {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .arguments {
        padding: 200px 0;
    }
}
.arguments__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .arguments__main {
        top: 204px;
        height: 240vh;
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main {
        height: 240vh;
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main {
        height: 220vh;
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main {
        height: 220vh;
    }
}
.arguments__main h2 {
    width: 100%;
    color: var(--elow);
    position: relative;
}
@media only screen and (min-width: 320px) {
    .arguments__main h2 {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main h2 {
        margin-bottom: 90px;
    }
}
@media only screen and (min-width: 320px) {
    .arguments__main h2 strong {
        padding: 2px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main h2 strong {
        padding: 6px 0;
    }
}
@media only screen and (min-width: 320px) {
    .arguments__main h2 strong.h2_strong_2 {
        padding-left: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main h2 strong.h2_strong_2 {
        padding-left: 90px;
    }
}
@media only screen and (min-width: 320px) {
    .arguments__main h2 strong.h2_strong_2.desc {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main h2 strong.h2_strong_2.desc {
        display: block;
    }
}
@media only screen and (min-width: 320px) {
    .arguments__main h2 strong.h2_strong_2.mob {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main h2 strong.h2_strong_2.mob {
        display: none;
    }
}
@media only screen and (min-width: 320px) {
    .arguments__main h2 strong.h2_strong_3.mob {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main h2 strong.h2_strong_3.mob {
        display: none;
    }
}
.arguments__main__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
    position: sticky;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 320px) {
    .arguments__main__item {
        row-gap: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .arguments__main__item {
        row-gap: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item {
        row-gap: 30px;
    }
}
.arguments__main__item .arguments_block {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--dark);
    border: 1px solid #707070;
    filter: blur(15px);
    opacity: 0;
    transform: scale(0.9);
}
.arguments__main__item .arguments_block.anime {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .arguments__main__item .arguments_block {
        border-radius: 10px;
        padding: 25px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block {
        border-radius: 20px;
        padding: 28px 45px;
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block {
        padding: 32px 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block {
        padding: 36px 60px;
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block {
        padding: 40px 75px;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block.arguments_block_1 {
        width: 42%;
        transform: translate(50%, 100px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block.arguments_block_1 {
        transform: translate(50%, 100px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block.arguments_block_1 {
        transform: translate(50%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block.arguments_block_1 {
        transform: translate(50%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block.arguments_block_2 {
        width: 56%;
        transform: translate(-35%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block.arguments_block_2 {
        transform: translate(-35%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block.arguments_block_2 {
        transform: translate(-35%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block.arguments_block_2 {
        transform: translate(-35%, 450px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block.arguments_block_3 {
        width: 46%;
        transform: translate(50%, 100px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block.arguments_block_3 {
        transform: translate(50%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block.arguments_block_3 {
        transform: translate(50%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block.arguments_block_3 {
        transform: translate(50%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block.arguments_block_4 {
        width: 52%;
        transform: translate(-35%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block.arguments_block_4 {
        transform: translate(-35%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block.arguments_block_4 {
        transform: translate(-35%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block.arguments_block_4 {
        transform: translate(-35%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block.arguments_block_5 {
        width: 50%;
        transform: translate(50%, 50px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block.arguments_block_5 {
        transform: translate(50%, 50px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block.arguments_block_5 {
        transform: translate(50%, 100px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block.arguments_block_5 {
        transform: translate(50%, 200px) scale(0.5);
    }
}
.arguments__main__item .arguments_block p {
    font-weight: 500;
    line-height: 100%;
    color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .arguments__main__item .arguments_block p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .arguments__main__item .arguments_block p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1366px) {
    .arguments__main__item .arguments_block p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .arguments__main__item .arguments_block p {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1768px) {
    .arguments__main__item .arguments_block p {
        font-size: 30px;
    }
}
.arguments__main__item .arguments_block p span {
    font-weight: 600;
}
.detals {
    width: 100%;
    border-top: 1px solid #cec1b1;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--white);
}
@media only screen and (min-width: 320px) {
    .detals {
        padding: 60px 0 30px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .detals {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .detals {
        padding: 125px 0 100px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .detals {
        padding: 150px 0 100px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .detals {
        padding: 200px 0 100px 0;
    }
}
.detals__main {
    width: 100%;
}
.detals__main h2 {
    color: var(--elow);
    margin-bottom: 25px;
}
.detals__main h2 strong {
    padding: 6px 0;
}
@media only screen and (min-width: 320px) {
    .detals__main__item {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item {
        width: 60%;
    }
}
.detals__main__item p {
    font-weight: 600;
    color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .detals__main__item p {
        font-size: 20px;
        line-height: 130%;
    }
}
@media only screen and (min-width: 1200px) {
    .detals__main__item p {
        font-size: 28px;
        line-height: 110%;
    }
}
@media only screen and (min-width: 1366px) {
    .detals__main__item p {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1600px) {
    .detals__main__item p {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1768px) {
    .detals__main__item p {
        font-size: 50px;
    }
}
.detals__main__item p span {
    color: var(--grey);
}
.detals.c_black {
    background-color: var(--dark);
    border: none;
}
@media only screen and (min-width: 320px) {
    .detals.c_black {
        padding: 0 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .detals.c_black {
        padding: 0 0 200px 0;
    }
}
.detals.c_black .detals__main__item p {
    color: var(--white);
}
.bid {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--white);
}
@media only screen and (min-width: 320px) {
    .bid {
        padding: 30px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .bid {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .bid {
        padding: 100px 0 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .bid {
        padding: 100px 0 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .bid {
        padding: 100px 0 200px 0;
    }
}
.bid__main {
    width: 100%;
}
.bid__main h2 {
    color: var(--elow);
    margin-bottom: 25px;
}
.bid__main h2 strong {
    padding: 6px 0;
}
.bid__main__item .bid_block {
    font-weight: 400;
    color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .bid__main__item .bid_block p {
        font-size: 17px;
        line-height: 130%;
    }
}
@media only screen and (min-width: 1200px) {
    .bid__main__item .bid_block p {
        font-size: 22px;
        line-height: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .bid__main__item .bid_block p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .bid__main__item .bid_block p {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1768px) {
    .bid__main__item .bid_block p {
        font-size: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .bid__main__item .bid_block p:nth-child(1) {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .bid__main__item .bid_block p:nth-child(1) {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .bid__main__item .btn {
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .bid__main__item .btn {
        margin-top: 45px;
    }
}
.bid.c_black {
    background-color: var(--dark);
    border-top: 1px solid #cec1b1;
}
@media only screen and (min-width: 320px) {
    .bid.c_black {
        padding: 60px 0 90px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .bid.c_black {
        padding: 100px 0 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .bid.c_black {
        padding: 100px 0 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .bid.c_black {
        padding: 100px 0 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .bid.c_black {
        padding: 100px 0 200px 0;
    }
}
.bid.c_black .bid__main__item .bid_block {
    color: var(--white);
}
.peculiarity {
    width: 100%;
    border-top: 1px solid #cec1b1;
    position: relative;
    background-color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .peculiarity {
        padding: 60px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity {
        padding: 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity {
        padding: 200px 0;
    }
}
.peculiarity__main {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main {
        height: 240vh;
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main {
        height: 280vh;
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main {
        height: 250vh;
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main {
        height: 200vh;
    }
}
.peculiarity__main h2 {
    width: 100%;
    color: var(--elow);
}
@media only screen and (min-width: 320px) {
    .peculiarity__main h2 {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main h2 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main h2 {
        margin-bottom: 55px;
    }
}
.peculiarity__main h2 strong {
    padding: 6px 0;
}
.peculiarity__main h2 strong.h2_strong_2 {
    margin-left: 90px;
}
.peculiarity__main__item {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
    position: sticky;
    top: 0;
}
@media only screen and (min-width: 320px) {
    .peculiarity__main__item {
        row-gap: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .peculiarity__main__item {
        row-gap: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item {
        row-gap: 30px;
    }
}
.peculiarity__main__item .peculiarity_block {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--white);
    border: 1px solid var(--white);
    filter: blur(15px);
    opacity: 0;
    transform: scale(0.9);
}
.peculiarity__main__item .peculiarity_block.anime {
    filter: blur(0px);
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-out;
}
@media only screen and (min-width: 320px) {
    .peculiarity__main__item .peculiarity_block {
        width: 100%;
        padding: 25px 20px;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block {
        width: 47.5%;
        padding: 28px 45px;
        border-radius: 20px;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block {
        padding: 32px 50px;
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block {
        width: 45%;
        padding: 36px 30px;
        justify-content: center;
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block {
        padding: 40px 75px;
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_1 {
        filter: blur(15px);
        opacity: 0;
        transform: translate(50%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_1 {
        transform: translate(50%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_1 {
        transform: translate(50%, 250px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_1 {
        transform: translate(50%, 250px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_2 {
        filter: blur(15px);
        opacity: 0;
        transform: translate(-35%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_2 {
        transform: translate(-35%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_2 {
        transform: translate(-35%, 350px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_2 {
        transform: translate(-35%, 350px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_3 {
        filter: blur(15px);
        opacity: 0;
        transform: translate(50%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_3 {
        transform: translate(50%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_3 {
        transform: translate(50%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_3 {
        transform: translate(50%, 350px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_4 {
        filter: blur(15px);
        opacity: 0;
        transform: translate(-35%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_4 {
        transform: translate(-35%, 200px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_4 {
        transform: translate(-35%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_4 {
        transform: translate(-35%, 400px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_5 {
        filter: blur(15px);
        opacity: 0;
        transform: translate(50%, 0px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_5 {
        transform: translate(50%, 50px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_5 {
        transform: translate(50%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_5 {
        transform: translate(50%, 300px) scale(0.5);
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_6 {
        filter: blur(15px);
        opacity: 0;
        transform: translate(-35%, 0px) scale(0.5);
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_6 {
        transform: translate(-35%, 50px) scale(0.5);
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_6 {
        transform: translate(-35%, 150px) scale(0.5);
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block.peculiarity_block_6 {
        transform: translate(-35%, 300px) scale(0.5);
    }
}
.peculiarity__main__item .peculiarity_block p {
    font-weight: 500;
    line-height: 100%;
    color: var(--white);
}
@media only screen and (min-width: 320px) {
    .peculiarity__main__item .peculiarity_block p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px) {
    .peculiarity__main__item .peculiarity_block p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1366px) {
    .peculiarity__main__item .peculiarity_block p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1600px) {
    .peculiarity__main__item .peculiarity_block p {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1768px) {
    .peculiarity__main__item .peculiarity_block p {
        font-size: 30px;
    }
}
.peculiarity__main__item .peculiarity_block p span {
    font-weight: 600;
}
.track_line {
    width: 100%;
    position: relative;
    background-color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .track_line {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .track_line {
        padding: 100px 0;
    }
}
.track_line .track_line_track {
    width: 100%;
    overflow: hidden;
    font-family: 'InterTight';
    font-weight: 650;
    font-size: 4.5vw;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
}
.track_line .track_line_track .track_line_left {
    width: 100%;
}
.track_line .track_line_track .track_line_left.left_1 {
    animation: animmarquee_1 30s linear infinite;
}
@keyframes animmarquee_1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.track_line .track_line_track .track_line_left.left_2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    animation: animmarquee_2 30s linear infinite;
    animation-delay: 15s;
}
@keyframes animmarquee_2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.track_line .track_line_track .track_line_right {
    width: 100%;
}
body.lang-en .track_line .track_line_track .track_line_right {
    width: 92%;
}
.track_line .track_line_track .track_line_right.right_1 {
    animation: animmarquee_3 30s linear infinite;
}
@keyframes animmarquee_3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.track_line .track_line_track .track_line_right.right_2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    animation: animmarquee_4 30s linear infinite;
    animation-delay: 15s;
}
@keyframes animmarquee_4 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.add_inf {
    width: 100%;
    position: relative;
    background-color: var(--dark);
}
@media only screen and (min-width: 320px) {
    .add_inf {
        padding: 175px 0 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .add_inf {
        padding: 200px 0 125px 0;
    }
}
@media only screen and (min-width: 1366px) {
    .add_inf {
        padding: 200px 0 125px 0;
    }
}
@media only screen and (min-width: 1600px) {
    .add_inf {
        padding: 200px 0 150px 0;
    }
}
@media only screen and (min-width: 1768px) {
    .add_inf {
        padding: 200px 0;
    }
}
.add_inf h2 {
    color: var(--elow);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 45px;
}
@media only screen and (min-width: 320px) {
    .add_inf h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .add_inf h2 {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1366px) {
    .add_inf h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1600px) {
    .add_inf h2 {
        font-size: 54px;
    }
}
@media only screen and (min-width: 1768px) {
    .add_inf h2 {
        font-size: 60px;
    }
}
.add_inf__main {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    color: var(--white);
}
.add_inf__main h3 {
    width: 100%;
    margin: 45px 0 15px 0;
    line-height: 130%;
}
@media only screen and (min-width: 320px) {
    .add_inf__main h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .add_inf__main h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1366px) {
    .add_inf__main h3 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1600px) {
    .add_inf__main h3 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 1768px) {
    .add_inf__main h3 {
        font-size: 50px;
    }
}
.add_inf__main p {
    width: 100%;
    font-weight: 300;
    line-height: 130%;
}
@media only screen and (min-width: 320px) {
    .add_inf__main p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .add_inf__main p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1366px) {
    .add_inf__main p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1600px) {
    .add_inf__main p {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1768px) {
    .add_inf__main p {
        font-size: 24px;
    }
}
.footer {
    width: 100%;
    position: relative;
    background-color: var(--white);
    overflow: hidden;
}
.footer__main {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
@media only screen and (min-width: 320px) {
    .footer__main {
        padding: 35px 0 35px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main {
        padding: 80px 0 50px 0;
    }
}
.footer__main .footer_cont.footer_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_cont.footer_1 {
        position: absolute;
        top: 40px;
        left: 0;
    }
}
.footer__main .footer_cont.footer_1 .logo {
    transform: translateX(-50px);
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_cont.footer_1 .logo {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_cont.footer_1 .logo {
        width: 90px;
        height: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_cont.footer_1 .logo {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (min-width: 1600px) {
    .footer__main .footer_cont.footer_1 .logo {
        width: 110px;
        height: 110px;
    }
}
.footer__main .footer_cont.footer_1 .logo svg {
    fill: #000;
}
.footer__main .footer_cont.footer_1 .logo .logo_cent {
    filter: blur(15px);
    transition: 1s ease-out;
}
.footer__main .footer_cont.footer_1 .logo .logo_text {
    transform: rotate(-25deg);
    transform-origin: center center;
    transition: 1s ease-out;
}
.footer__main .footer_cont.footer_1 .logo_push-k {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_cont.footer_1 .logo_push-k {
        width: 75px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_cont.footer_1 .logo_push-k {
        width: 103px;
    }
}
.footer__main .footer_cont.footer_1 .logo_push-k a {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    line-height: 100%;
    font-weight: 400;
    color: var(--grey);
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_cont.footer_1 .logo_push-k a {
        font-size: 10px;
    }
    body.lang-en .footer__main .footer_cont.footer_1 .logo_push-k a {
        font-size: 8px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_cont.footer_1 .logo_push-k a {
        font-size: 14px;
    }
    body.lang-en .footer__main .footer_cont.footer_1 .logo_push-k a {
        font-size: 11px;
    }
}
.footer__main .footer_cont.footer_1 .logo_push-k .cont {
    width: 100%;
    background: url(../images/logo_push-k.svg) 50% 50% no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_cont.footer_1 .logo_push-k .cont {
        height: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_cont.footer_1 .logo_push-k .cont {
        height: 32px;
    }
}
.footer__main .footer_cont.footer_1.anime .logo {
    transform: translateX(0px);
    opacity: 1;
}
.footer__main .footer_cont.footer_1.anime .logo .logo_cent {
    filter: blur(0px);
}
.footer__main .footer_cont.footer_1.anime .logo .logo_text {
    transform: rotate(0deg);
}
.footer__main .footer_cont.footer_1.anime .logo_push-k {
    transform: translateX(0px);
    opacity: 1;
}
.footer__main .footer_cont.footer_2 {
    position: relative;
    z-index: 1;
}
.footer__main .footer_cont.footer_2 .a_ic_l_1, .footer__main .footer_cont.footer_2 .a_ic_l_2 {
    transform: translateX(-50px);
    opacity: 0;
    filter: blur(15px);
    transition: 1s ease-out;
}
.footer__main .footer_cont.footer_2 .a_ic_r_1, .footer__main .footer_cont.footer_2 .a_ic_r_2 {
    transform: translateX(50px);
    opacity: 0;
    filter: blur(15px);
    transition: 1s ease-out;
}
.footer__main .footer_cont.footer_2.anime .a_ic_l_1, .footer__main .footer_cont.footer_2.anime .a_ic_l_2 {
    transform: translateX(0px);
    opacity: 1;
    filter: blur(0px);
}
.footer__main .footer_cont.footer_2.anime .a_ic_l_2, .footer__main .footer_cont.footer_2.anime .a_ic_r_2 {
    transition-delay: 0.5s;
}
.footer__main .footer_cont.footer_2.anime .a_ic_r_1, .footer__main .footer_cont.footer_2.anime .a_ic_r_2 {
    transform: translateX(0px);
    opacity: 1;
    filter: blur(0px);
}
.footer__main .footer_cont.footer_3, .footer__main .footer_cont.footer_4 {
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: var(--grey);
    transform: translateY(25px);
    opacity: 0;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_cont.footer_3, .footer__main .footer_cont.footer_4 {
        font-size: 12px;
        line-height: 110%;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .footer_cont.footer_3, .footer__main .footer_cont.footer_4 {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_cont.footer_3, .footer__main .footer_cont.footer_4 {
        line-height: 100%;
    }
}
@media only screen and (min-width: 1366px) {
    .footer__main .footer_cont.footer_3, .footer__main .footer_cont.footer_4 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .footer__main .footer_cont.footer_3, .footer__main .footer_cont.footer_4 {
        font-size: 18px;
    }
}
.footer__main .footer_3.anime {
    transform: translateY(0px);
    opacity: 1;
}
.footer__main .footer_4.anime {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.5s;
}
.footer__main .footer_5 {
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 1s ease-out;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_5 {
        column-gap: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_5 {
        column-gap: 25px;
    }
}
.footer__main .footer_5.anime {
    column-gap: 5px;
    opacity: 1;
    transition-delay: 0.75s;
}
.footer__main .footer_5 a {
    display: block;
}
.footer__main .footer_5 a::before {
    background-color: #000;
}
.footer__main .footer_5 * {
    color: #000;
    line-height: 100%;
}
@media only screen and (min-width: 320px) {
    .footer__main .footer_5 * {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__main .footer_5 * {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1366px) {
    .footer__main .footer_5 * {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1600px) {
    .footer__main .footer_5 * {
        font-size: 18px;
    }
}
.footer__main .block_ic {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media only screen and (min-width: 320px) {
    .footer__main .block_ic {
        column-gap: 30px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .footer__main .block_ic {
        column-gap: 60px;
        margin-bottom: 30px;
    }
}
/*# sourceMappingURL=style.css.map */

/* input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
} */

.input-t-phone:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 32px;
    height: calc(100% - 4px);
    background: #fff;
    z-index: 1;
}

.form-info{
    width: 100%;
    height: 22px;
    display: block !important;
}

@media (max-width: 600px) {
    /* body div:nth-last-child(1) iframe {
        width: 100%;
        max-width: 320px;
        transform: scale(0.9);
        transform-origin: center;
        left: 0;
    } */

     body > div[style]:last-of-type{
        transform: scale(0.75);
        transform-origin: left left;
        left: 0 !important
    }
}
