@font-face {
    font-display: swap;
    font-family: Calibri;
    src: local("Calibri"), url(assets/fonts/Calibri.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Calibri;
    src: local("Calibri Bold"), local("Calibri-Bold"), url(assets/fonts/Calibri-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Phenomena;
    src: local("Phenomena-ExtraBold"), local("Phenomena-ExtraBold"), url(assets/fonts/Phenomena-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Calibri;
    src: local("Calibri Bold Italic"), local("Calibri-BoldItalic"), url(assets/fonts/Calibri-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}
html.lock{
	overflow: hidden;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    scroll-behavior: smooth
}

body {
    scroll-behavior: smooth;
    height: 100%;
    color: #002355
}

body.lock {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

main {
    width: 100%
}

.container {
    max-width: 1169px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1169px) {
    .container {
        max-width: 900px
    }
}

@media (max-width:899px) {
    .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:539px) {
    .container {
        padding-left: 14px;
        padding-right: 14px
    }
}

.btn {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#09b), to(#00bfe9));
    background: -webkit-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: linear-gradient(360deg, #09b 0, #00bfe9 100%);
    -webkit-box-shadow: 0 3px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    -moz-box-shadow: 0 3px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    box-shadow: 0 3px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    border: none;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (max-width:1169px) {
    .btn {
        font-size: 15px
    }
}

.btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#09b), to(#00bfe9));
    background: -webkit-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: linear-gradient(360deg, #09b 0, #00bfe9 100%);
    -webkit-box-shadow: 0 1px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    -moz-box-shadow: 0 1px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    box-shadow: 0 1px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn:active {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 35, 85, .2)), to(rgba(0, 35, 85, .2))), -webkit-gradient(linear, left bottom, left top, from(#09b), to(#00bfe9));
    background: -webkit-linear-gradient(bottom, rgba(0, 35, 85, .2), rgba(0, 35, 85, .2)), -webkit-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 35, 85, .2), rgba(0, 35, 85, .2)), -moz-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(bottom, rgba(0, 35, 85, .2), rgba(0, 35, 85, .2)), -o-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: linear-gradient(0deg, rgba(0, 35, 85, .2), rgba(0, 35, 85, .2)), linear-gradient(360deg, #09b 0, #00bfe9 100%);
    -webkit-box-shadow: 0 1px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    -moz-box-shadow: 0 1px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5);
    box-shadow: 0 1px 0 #00829f, inset 0 4px 10px rgba(129, 232, 255, .5)
}

.title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: inherit;
    text-transform: uppercase
}

@media (max-width:1169px) {
    .title {
        font-size: 28px
    }
}

@media (max-width:899px) {
    .title {
        font-size: 22px
    }
}

.subtitle {
    margin-top: 30px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #00829f
}

@media (max-width:1169px) {
    .subtitle {
        font-size: 16px;
        margin-top: 20px
    }
}

@media (max-width:899px) {
    .subtitle {
        font-size: 14px;
        margin-top: 10px
    }
}

input {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

input:hover {
    border: 1px solid #30c2ff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.viber path,
.whatsapp path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.viber:hover,
.whatsapp:hover {
    background: #30c2ff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.viber:hover path,
.whatsapp:hover path {
    fill: #fff
}

.viber:hover #path_center,
.whatsapp:hover #path_center {
    fill: #30c2ff
}

.viber:active,
.whatsapp:active {
    background: #00829f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.viber:active path,
.whatsapp:active path {
    fill: #fff
}

.viber:active #path_center,
.whatsapp:active #path_center {
    fill: #00829f
}

.arrow {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.arrow path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.arrow:hover {
    background: #30c2ff !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.arrow:hover path {
    fill: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.arrow:active {
    background: #00829f !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.arrow:active path {
    fill: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.quiz-form_check [type=radio]:checked,
.quiz-form_check [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.quiz-form_check [type=radio]:checked+label,
.quiz-form_check [type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    display: block;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    -moz-box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 17px 17px 17px 25px
}

@media (max-width:455px) {
    .quiz-form_check [type=radio]:checked+label,
    .quiz-form_check [type=radio]:not(:checked)+label {
        font-size: 14px;
        padding: 13px;
        padding-left: 20px
    }
}

.quiz-form_check [type=radio]:checked+label:before,
.quiz-form_check [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #b4e9ff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff
}

.quiz-form_check [type=radio]:checked+label:after,
.quiz-form_check [type=radio]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(#09b), to(#00bfe9));
    background: -webkit-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: linear-gradient(360deg, #09b 0, #00bfe9 100%);
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.quiz-form_check [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%
}

.quiz-form_check [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: -100px 0;
    -moz-transform-origin: -100px 0;
    -ms-transform-origin: -100px 0;
    -o-transform-origin: -100px 0;
    transform-origin: -100px 0
}

.quiz-form_check__right button {
    width: 100%;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #00829f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
    background: #fff;
    position: relative;
    cursor: pointer;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #00829f
}

.quiz-form_check__right button.lock {
    pointer-events: none;
    background: #f6f6f6
}

@media (max-width:455px) {
    .quiz-form_check__right button {
        font-size: 11.5px;
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.quiz-form_check__right button .img-svg {
    margin-right: 7px
}

.form-tab__title {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase
}

.form-tab_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 28px
}

@media (max-width:899px) {
    .form-tab_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:660px) {
    .form-tab_container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.form-tab_row {
    position: relative;
    margin-right: 15px
}

@media (max-width:660px) {
    .form-tab_row {
        margin-right: 0;
        width: 48%;
        margin-top: 10px
    }
}

@media (max-width:390px) {
    .form-tab_row {
        width: 100%
    }
}

.form-tab_row label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    -moz-box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%
}

@media (max-width:1169px) {
    .form-tab_row label {
        width: 120px
    }
}

@media (max-width:660px) {
    .form-tab_row label {
        width: 100%
    }
}

.form-tab_row input {
    position: absolute;
    left: -10000px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.form-tab_row input:checked+label {
    background: #30c2ff;
    -webkit-box-shadow: 0 10px 15px rgba(48, 194, 255, .25);
    -moz-box-shadow: 0 10px 15px rgba(48, 194, 255, .25);
    box-shadow: 0 10px 15px rgba(48, 194, 255, .25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff
}

.form-tab__input {
    background: #f6f6f6;
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    color: #00829f;
    padding: 22px 35px;
    outline: 0;
    margin-top: 15px;
    display: block;
    width: 645px;
    margin-right: 15px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%
}

@media (max-width:1169px) {
    .form-tab__input {
        width: 520px
    }
}

@media (max-width:899px) {
    .form-tab__input {
        width: 100%
    }
}

.form-tab__input::-webkit-input-placeholder {
    color: #bfbfbf
}

.form-tab__input:-moz-placeholder {
    color: #bfbfbf
}

.form-tab__input::-moz-placeholder {
    color: #bfbfbf
}

.form-tab__input:-ms-input-placeholder {
    color: #bfbfbf
}

.form-tab__input::-ms-input-placeholder {
    color: #bfbfbf
}

.form-tab__input::placeholder {
    color: #bfbfbf
}

.form-tab_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

@media (max-width:710px) {
    .form-tab_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.form-tab_bottom__btn {
    padding: 23px 0;
    width: 377px;
    margin-right: 25px
}

@media (max-width:1169px) {
    .form-tab_bottom__btn {
        width: 280px
    }
}

@media (max-width:710px) {
    .form-tab_bottom__btn {
        margin-right: 0
    }
}

@media (max-width:400px) {
    .form-tab_bottom__btn {
        width: 100%
    }
}

.form-tab_bottom__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #00829f
}

@media (max-width:1169px) {
    .form-tab_bottom__text {
        padding-right: 20px
    }
}

@media (max-width:899px) {
    .form-tab_bottom__text {
        margin-top: 20px;
        text-align: center
    }
}

@media (max-width:710px) {
    .form-tab_bottom__text {
        text-align: center
    }
}

.form-tab_bottom__text a {
    text-decoration: underline
}

.is-hidden {
    display: none !important
}

@media (max-width:1024px) {
    .for-desktop {
        display: none !important
    }
}

@media (min-width:1025px) {
    .for-mobile {
        display: none !important
    }
}

.clearfix {
    overflow: auto
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.header {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 5
}

@media (max-width:1169px) {
    .header .logo {
        width: 110px;
        display: block
    }
}

@media (max-width:519px) {
    .header .logo {
        width: 70px
    }
}

@media (max-width:350px) {
    .header .logo {
        width: 60px
    }
}

@media (max-width:1169px) {
    .header .logo .img-svg {
        width: 100%;
        height: auto
    }
}

.header-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-l__t {
    margin-left: 25px;
    border-left: 1px solid #84dbff;
    padding-left: 25px;
    width: 390px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

@media (max-width:1169px) {
    .header-l__t {
        font-size: 13px;
        width: 370px
    }
}

@media (max-width:899px) {
    .header-l__t {
        display: none
    }
}

.header-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-soc {
    display: grid;
    grid-template-columns: 50px 50px;
    grid-gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1169px) {
    .header-soc {
        grid-template-columns: 40px 40px;
        grid-gap: 10px
    }
}

@media (max-width:519px) {
    .header-soc {
        grid-template-columns: 30px 30px;
        grid-gap: 5px
    }
}

@media (max-width:1169px) {
    .header .viber .img-svg {
        width: 19px;
        height: auto
    }
}

@media (max-width:519px) {
    .header .viber .img-svg {
        width: 28px;
        height: auto
    }
}

@media (max-width:1169px) {
    .header .whatsapp .img-svg {
        width: 20px;
        height: auto
    }
}

@media (max-width:519px) {
    .header .whatsapp .img-svg {
        width: 30px;
        height: auto
    }
}

.header-cir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 50, 62, .1);
    -moz-box-shadow: 0 4px 25px rgba(0, 50, 62, .1);
    box-shadow: 0 4px 25px rgba(0, 50, 62, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (max-width:1169px) {
    .header-cir {
        width: 40px;
        height: 40px
    }
}

@media (max-width:519px) {
    .header-cir {
        background: 0 0;
        box-shadow: unset;
        width: 30px;
        height: 30px
    }
}

.header-tel {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-left: 30px;
    text-align: right
}

.header-tel a {
    display: block
}

@media (max-width:519px) {
    .header-tel {
        margin-left: 10px
    }
}

@media (max-width:1169px) {
    .header-tel {
        font-size: 20px
    }
}

@media (max-width:519px) {
    .header-tel {
        font-size: 16px
    }
}

@media (max-width:350px) {
    .header-tel {
        font-size: 15px
    }
}

.header-tel span {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #00829f;
    border-bottom: 1px dashed #00829f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (max-width:1169px) {
    .header-tel span {
        font-size: 10px
    }
}

@media (max-width:519px) {
    .header-tel span {
        font-size: 8px
    }
}

.header-tel a:hover {
    color: #30c2ff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header-tel span:hover {
    cursor: pointer;
    color: #30c2ff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-bottom: 1px dashed #30c2ff
}

.first {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

@media (max-width:899px) {
    .first {
        background-attachment: unset
    }
}

.first__bottom {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 2
}

@media (min-width:1920px) {
    .first__bottom {
        width: 100%
    }
}

@media (max-width:1169px) {
    .first__bottom {
        width: 100%
    }
}

@media (max-width:899px) {
    .first__bottom {
        width: 1000px
    }
}

.first-wr {
    padding-top: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 104px
}

@media (max-width:1169px) {
    .first-wr {
        padding-bottom: 26px
    }
}

@media (max-width:899px) {
    .first-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 120px
    }
}

.first-l {
    width: 55%;
    padding-top: 80px
}

@media (max-width:899px) {
    .first-l {
        width: 100%
    }
}

.first-l_list {
    margin-top: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:899px) {
    .first-l_list {
        max-width: 450px;
        width: 100%;
        margin: 30px auto 0
    }
}

.first-l_img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1169px) {
    .first-l_img img {
        width: 100%;
        height: auto
    }
}

.first-l_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

@media (max-width:1169px) {
    .first-l_row {
        margin-top: 17px
    }
}

.first-l__text {
    margin-left: 13px;
    margin-top: 3px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%
}

@media (max-width:1169px) {
    .first-l__text {
        font-size: 16px
    }
}

.first-l_box {
    width: 493px;
    padding: 25px 25px 60px;
    background: -webkit-linear-gradient(334.04deg, #fff 0, #eafbff 100%);
    background: -moz-linear-gradient(334.04deg, #fff 0, #eafbff 100%);
    background: -o-linear-gradient(334.04deg, #fff 0, #eafbff 100%);
    background: linear-gradient(115.96deg, #fff 0, #eafbff 100%);
    -webkit-box-shadow: 0 15px 45px rgba(0, 50, 62, .1);
    -moz-box-shadow: 0 15px 45px rgba(0, 50, 62, .1);
    box-shadow: 0 15px 45px rgba(0, 50, 62, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 40px;
    position: relative
}

@media (max-width:1169px) {
    .first-l_box {
        width: 400px;
        padding: 20px 20px 40px
    }
}

@media (max-width:899px) {
    .first-l_box {
        margin: 40px auto 0;
        max-width: 450px;
        width: 100%
    }
}

.first-l_box__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:1169px) {
    .first-l_box__title {
        font-size: 20px
    }
}

@media (max-width:899px) {
    .first-l_box__title {
        font-size: 22px
    }
}

.first-l_box__link {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 35, 85, .25);
    padding: 18px 0;
    position: relative
}

@media (max-width:1169px) {
    .first-l_box__link {
        padding: 13px 0
    }
}

.first-l_box__link span {
    font-size: 12px;
    line-height: 100%
}

@media (max-width:1169px) {
    .first-l_box__link span {
        font-size: 10px
    }
}

.first-l_box__link .arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 3;
    pointer-events: none
}

@media (max-width:1169px) {
    .first-l_box__link .arrow {
        width: 100px;
        height: auto
    }
}

@media (max-width:899px) {
    .first-l_box__link .arrow {
        display: none
    }
}

.first-l_box-present {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 370px;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 50, 62, .15);
    -moz-box-shadow: 0 10px 25px rgba(0, 50, 62, .15);
    box-shadow: 0 10px 25px rgba(0, 50, 62, .15);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 35px
}

@media (max-width:1169px) {
    .first-l_box-present {
        width: 300px;
        padding-right: 20px;
        height: 40px
    }
}

.first-l_box-present__text {
    font-family: Calibri;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center
}

@media (max-width:1169px) {
    .first-l_box-present__text {
        font-size: 13.5px
    }
}

.first-l_box-present__img {
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0 6px 25px rgba(0, 50, 62, .1);
    -moz-box-shadow: 0 6px 25px rgba(0, 50, 62, .1);
    box-shadow: 0 6px 25px rgba(0, 50, 62, .1)
}

@media (max-width:1169px) {
    .first-l_box-present__img {
        width: 50px;
        height: 50px
    }
}

.first-l_box-present__img .img-svg {
    width: 22px;
    height: auto
}

.first__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase
}

@media (max-width:1169px) {
    .first__title {
        font-size: 40px
    }
}

@media (max-width:899px) {
    .first__title {
        text-align: center;
        font-size: 30px;
        width: 600px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:679px) {
    .first__title {
        width: 100%
    }
}

.first-r {
    position: relative;
    right: -76px;
    width: 45%
}

@media (max-width:1169px) {
    .first-r {
        right: 0
    }
}

@media (max-width:899px) {
    .first-r {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px
    }
}

@media (max-width:519px) {
    .first-r {
        width: 280px
    }
}

.first-r .info {
    position: absolute;
    top: 45.35%;
    left: 133px;
    z-index: 3;
    display: block;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #30c2ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width:1169px) {
    .first-r .info {
        width: 12px;
        height: 12px;
        left: 113px
    }
}

@media (max-width:899px) {
    .first-r .info {
        left: 101px
    }
}

@media (max-width:519px) {
    .first-r .info {
        left: 57px;
        width: 10px;
        height: 10px;
        top: 44.5%
    }
}

.first-r .info-top {
    top: -2px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #00829f;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.first-r .info-block {
    display: none;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 290px;
    background: #00829f;
    -webkit-box-shadow: 0 10px 35px rgba(0, 35, 85, .25);
    -moz-box-shadow: 0 10px 35px rgba(0, 35, 85, .25);
    box-shadow: 0 10px 35px rgba(0, 35, 85, .25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center
}

@media (max-width:1169px) {
    .first-r .info-block {
        width: 255px
    }
}

@media (max-width:519px) {
    .first-r .info-block {
        width: 155px
    }
}

.first-r .info-block p {
    text-align: inherit;
    font-family: Calibri;
    font-style: normal;
    font-weight: nornal;
    font-size: 14px;
    line-height: 130%;
    color: #fff
}

@media (max-width:1169px) {
    .first-r .info-block p {
        font-size: 13px
    }
}

@media (max-width:519px) {
    .first-r .info-block p {
        font-size: 11px
    }
}

.first-r .info-block p span {
    font-weight: 400
}

.first-r .info__icon {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 10.8696px;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%
}

@media (max-width:1169px) {
    .first-r .info__icon {
        font-size: 9px
    }
}

.first-r__img {
    position: relative;
    z-index: 1
}

@media (max-width:1169px) {
    .first-r__img {
        width: 520px
    }
}

@media (max-width:899px) {
    .first-r__img {
        width: 100%
    }
}

.first-r-block {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%) skewX(10deg);
    -moz-transform: translateY(-50%) skewX(10deg);
    -ms-transform: translateY(-50%) skewX(10deg);
    -o-transform: translateY(-50%) skewX(10deg);
    transform: translateY(-50%) skewX(10deg);
    background: -webkit-linear-gradient(327.59deg, #fff 0, #eafbff 100%);
    background: -moz-linear-gradient(327.59deg, #fff 0, #eafbff 100%);
    background: -o-linear-gradient(327.59deg, #fff 0, #eafbff 100%);
    background: linear-gradient(122.41deg, #fff 0, #eafbff 100%);
    -webkit-box-shadow: 0 6px 20px rgba(0, 50, 62, .05);
    -moz-box-shadow: 0 6px 20px rgba(0, 50, 62, .05);
    box-shadow: 0 6px 20px rgba(0, 50, 62, .05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 30px;
    width: 290px;
    z-index: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:1169px) {
    .first-r-block {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 12px
    }
}

@media (max-width:899px) {
    .first-r-block {
        left: 0;
        width: 200px
    }
}

@media (max-width:519px) {
    .first-r-block {
        width: 125px;
        padding-right: 25px;
        left: -15px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        top: 44%
    }
}

.first-r-block_wr {
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first-r-block_wr__t {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    color: #30c2ff
}

@media (max-width:1169px) {
    .first-r-block_wr__t {
        font-size: 40px
    }
}

@media (max-width:519px) {
    .first-r-block_wr__t {
        font-size: 28px
    }
}

.first-r-block_wr p {
    width: 85px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-left: 15px
}

@media (max-width:1169px) {
    .first-r-block_wr p {
        font-size: 14px;
        margin-left: 10px
    }
}

@media (max-width:519px) {
    .first-r-block_wr p {
        font-size: 12px;
        margin-left: 5px
    }
}

.first-r-block_wr p span {
    position: relative;
    z-index: 100;
    cursor: pointer
}

.second {
    padding-top: 20px;
    padding-bottom: 150px;
    overflow: hidden
}

@media (max-width:500px) {
    .second {
        padding-bottom: 50px
    }
}

.second__title {
    margin: 0 auto
}

.quiz {
    position: relative;
    margin-top: 60px
}

.quiz__left {
    position: absolute;
    top: -60px;
    right: 50%;
    z-index: -1
}

@media (max-width:1169px) {
    .quiz__left {
        width: 65%
    }
}

@media (max-width:610px) {
    .quiz__left {
        top: -30px
    }
}

@media (max-width:400px) {
    .quiz {
        margin-top: 30px
    }
}

.quiz__right {
    position: absolute;
    bottom: -125px;
    left: 50%;
    z-index: -1
}

@media (max-width:1169px) {
    .quiz__right {
        width: 70%
    }
}

@media (max-width:610px) {
    .quiz__right {
        bottom: -60px
    }
}

.quiz-top {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.quiz-bottom {
    position: absolute;
    bottom: 35px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width:460px) {
    .quiz-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.quiz-bottom__btn {
    padding: 23px 66px;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:1169px) {
    .quiz-bottom__btn {
        padding: 18px 58px
    }
}

@media (max-width:605px) {
    .quiz-bottom__btn {
        padding: 15px 37px;
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width:460px) {
    .quiz-bottom__btn {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.quiz-bottom__btn--back {
    background: #e0f6ff;
    color: #8dcae3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 25px 66px;
    display: none
}

@media (max-width:1169px) {
    .quiz-bottom__btn--back {
        padding: 19.5px 58px
    }
}

@media (max-width:605px) {
    .quiz-bottom__btn--back {
        padding: 16px 37px;
        margin-left: 5px;
        margin-right: 5px
    }
}

.quiz-bottom__btn--back:hover {
    background: #30c2ff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.quiz-bottom__btn--back:active {
    background: #00829f;
    color: #fff
}

.quiz-step {
    margin-left: 15px;
    margin-right: 15px;
    width: 100px
}

@media (max-width:605px) {
    .quiz-step {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:460px) {
    .quiz-step {
        margin-left: 5px;
        margin-right: 5px;
        width: 70px
    }
}

@media (max-width:375px) {
    .quiz-step {
        width: 23%
    }
}

.quiz-step__item {
    width: 100%;
    height: 4px;
    background: #b4e9ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.quiz-step.active .quiz-step__item {
    background: -webkit-linear-gradient(359.28deg, #09b .02%, #00bfe9 99.98%);
    background: -moz-linear-gradient(359.28deg, #09b .02%, #00bfe9 99.98%);
    background: -o-linear-gradient(359.28deg, #09b .02%, #00bfe9 99.98%);
    background: linear-gradient(90.72deg, #09b .02%, #00bfe9 99.98%)
}

.quiz-step__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #00829f;
    margin-top: 8px
}

@media (max-width:460px) {
    .quiz-step__text {
        font-size: 10px
    }
}

.quiz__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: inherit
}

@media (max-width:1169px) {
    .quiz__title {
        font-size: 22px
    }
}

.quiz__subtitle {
    margin-top: 15px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #00829f
}

@media (max-width:1169px) {
    .quiz__subtitle {
        font-size: 13px
    }
}

.quiz-form {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 50, 62, .1);
    -moz-box-shadow: 0 20px 50px rgba(0, 50, 62, .1);
    box-shadow: 0 20px 50px rgba(0, 50, 62, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden
}

.quiz-form_check {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px
}

@media (max-width:605px) {
    .quiz-form_check {
        padding-bottom: 0
    }
}

@media (max-width:460px) {
    .quiz-form_check {
        padding-bottom: 30px
    }
}

.quiz-form_check__item {
    margin-bottom: 20px
}

.quiz-form_check--last {
    display: block
}

.quiz-form_check__left {
    width: 305px
}

@media (max-width:899px) {
    .quiz-form_check__left {
        width: 49%
    }
}

@media (max-width:460px) {
    .quiz-form_check__left {
        width: 100%
    }
}

.quiz-form_check__right {
    width: 305px;
    margin-bottom: 20px
}

@media (max-width:899px) {
    .quiz-form_check__right {
        width: 49%
    }
}

@media (max-width:460px) {
    .quiz-form_check__right {
        width: 100%
    }
}

.quiz-form_check__center {
    width: 100%
}

.quiz-form .fieldsets {
    width: 100%
}

.quiz-form_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 45px
}

@media (max-width:899px) {
    .quiz-form_row {
        margin-top: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.quiz-form_block {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    -moz-box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    box-shadow: 0 15px 35px rgba(0, 35, 85, .08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20%;
    max-width: 204px;
    cursor: pointer
}

.quiz-form_block input {
    position: absolute;
    right: 99999px
}

@media (max-width:899px) {
    .quiz-form_block {
        width: 215px;
        margin-top: 20px
    }
}

@media (max-width:579px) {
    .quiz-form_block {
        width: 115px;
        margin-left: 5px;
        margin-right: 5px
    }
}

.quiz-form_block__text {
    position: relative;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #00829f;
    height: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1169px) {
    .quiz-form_block__text {
        font-size: 13px
    }
}

@media (max-width:579px) {
    .quiz-form_block__text {
        height: 45px;
        font-size: 11px
    }
}

.quiz-form_block__text .quiz-info {
    position: relative;
    margin-left: 5px;
    display: block;
    background: #30c2ff;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 10.8696px;
    line-height: 100%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.quiz-form_block__text .quiz-info_before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateY(-100%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    z-index: 2;
    background: linear-gradient(136.16deg, #fff 0, #eafbff 100%)
}

@media (max-width:1169px) {
    .quiz-form_block__text .quiz-info_before {
        width: 12px;
        height: 12px
    }
}

.quiz-form_block__text .quiz-info__text {
    display: none;
    background: linear-gradient(136.16deg, #fff 0, #eafbff 100%);
    box-shadow: 0 10px 35px rgba(0, 35, 85, .2);
    border-radius: 10px;
    width: 290px;
    padding: 15px 10px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    position: absolute;
    top: -9px;
    left: 50%;
    color: #002355;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 1
}

@media (max-width:1169px) {
    .quiz-form_block__text .quiz-info__text {
        width: 200px
    }
}

.quiz-form_row input:checked+label {
    background: -webkit-gradient(linear, left bottom, left top, from(#09b), to(#00bfe9));
    background: -webkit-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(bottom, #09b 0, #00bfe9 100%);
    background: linear-gradient(360deg, #09b 0, #00bfe9 100%)
}

.quiz-form_row input {
    width: 0;
    height: 0;
    display: none
}

.quiz-form_row input:checked+.quiz-form_block .quiz-form_block__text {
    color: #fff
}

.quiz-form_block img {
    width: 100%;
    height: auto;
    max-height: 194px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.quiz .fieldset {
    margin-top: 105px;
    width: 100%;
    border: none;
    padding: 0;
    display: none;
    padding: 0 15px 146px
}

@media (max-width:460px) {
    .quiz .fieldset {
        margin-top: 90px;
        padding-bottom: 186px
    }
    .quiz .fieldset:first-child {
        padding-bottom: 120px
    }
}

.quiz .fieldset__back {
    margin-top: 88px;
    display: block;
    text-align: center;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #8dcae3;
    cursor: pointer
}

.quiz .fieldset__title {
    text-align: left
}

.quiz .fieldset__subtitle {
    text-align: left;
    margin-bottom: 45px
}

.quiz .fieldset-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:899px) {
    .quiz .fieldset-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.quiz .fieldset-left {
    padding-top: 65px;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-right: 84px;
    position: relative
}

@media (max-width:1169px) {
    .quiz .fieldset-left {
        padding-right: 30px
    }
}

@media (max-width:899px) {
    .quiz .fieldset-left {
        padding: 20px;
        width: 100%
    }
}

.quiz .fieldset-right {
    position: relative;
    width: 370px;
    padding-top: 23px;
    background: -webkit-linear-gradient(120.75deg, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(120.75deg, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(120.75deg, #09b 0, #00bfe9 100%);
    background: linear-gradient(329.25deg, #09b 0, #00bfe9 100%);
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0
}

@media (max-width:1169px) {
    .quiz .fieldset-right {
        width: 300px
    }
}

@media (max-width:899px) {
    .quiz .fieldset-right {
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.quiz .fieldset-right__title {
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center
}

@media (max-width:1169px) {
    .quiz .fieldset-right__title {
        font-size: 21px
    }
}

@media (max-width:899px) {
    .quiz .fieldset-right__title {
        font-size: 26px
    }
}

.quiz .fieldset-right__bg {
    position: absolute;
    bottom: 0;
    width: 100%
}

.quiz .fieldset-right__abs {
    position: absolute;
    bottom: -35px;
    right: 6px;
    width: 400px
}

@media (max-width:1169px) {
    .quiz .fieldset-right__abs {
        width: 360px
    }
}

@media (max-width:899px) {
    .quiz .fieldset-right__abs {
        position: relative;
        bottom: -6px;
        right: unset;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}

@media (max-width:400px) {
    .quiz .fieldset-right__abs {
        width: 220px;
        position: static
    }
}

.quiz .fieldset--last {
    margin: 0;
    padding: 0
}

@media (max-width:460px) {
    .quiz .fieldset--last {
        padding-bottom: 0
    }
}

.quiz .fieldset.active {
    display: block;
    -webkit-animation: slide-in-elliptic-left-fwd .7s cubic-bezier(.25, .46, .45, .94) both;
    -moz-animation: slide-in-elliptic-left-fwd .7s cubic-bezier(.25, .46, .45, .94) both;
    -o-animation: slide-in-elliptic-left-fwd .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-elliptic-left-fwd .7s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(800px) rotateY(30deg) scale(0);
        transform: translateX(800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 800px 50%;
        transform-origin: 800px 50%;
        opacity: 1
    }
}

@-moz-keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(800px) rotateY(30deg) scale(0);
        -moz-transform: translateX(800px) rotateY(30deg) scale(0);
        transform: translateX(800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        -moz-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 800px 50%;
        -moz-transform-origin: 800px 50%;
        transform-origin: 800px 50%;
        opacity: 1
    }
}

@-o-keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(800px) rotateY(30deg) scale(0);
        transform: translateX(800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 800px 50%;
        -o-transform-origin: 800px 50%;
        transform-origin: 800px 50%;
        opacity: 1
    }
}

@keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(800px) rotateY(30deg) scale(0);
        -moz-transform: translateX(800px) rotateY(30deg) scale(0);
        transform: translateX(800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        -moz-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 800px 50%;
        -moz-transform-origin: 800px 50%;
        -o-transform-origin: 800px 50%;
        transform-origin: 800px 50%;
        opacity: 1
    }
}

.third {
    position: relative;
    padding-bottom: 150px
}

@media (max-width:899px) {
    .third {
        padding-bottom: 80px
    }
}

.third__left {
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: -1
}

@media (max-width:899px) {
    .third__left {
        width: 30%
    }
}

.third__right {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    z-index: -1
}

@media (max-width:899px) {
    .third__right {
        width: 30%;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }
}

.third__subtitle {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto
}

.third-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px;
    margin-top: 60px
}

@media (max-width:1169px) {
    .third-grid {
        grid-gap: 20px
    }
}

@media (max-width:899px) {
    .third-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .third-grid {
        grid-template-columns: 300px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:350px) {
    .third-grid {
        grid-template-columns: 280px
    }
}

.third-block {
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 20px 50px rgba(0, 35, 85, .1);
    box-shadow: 0 20px 50px rgba(0, 35, 85, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media (max-width:1169px) {
    .third-block {
        padding: 30px 20px
    }
}

@media (max-width:1169px) {
    .third-block img {
        width: 50px;
        height: auto
    }
}

.third-block__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 25px;
    padding-bottom: 20px;
    position: relative
}

@media (max-width:1169px) {
    .third-block__title {
        font-size: 22px;
        margin-top: 20px
    }
}

.third-block__title:after {
    width: 50px;
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #30c2ff
}

.third-block__text {
    margin-top: 20px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%
}

@media (max-width:1169px) {
    .third-block__text {
        font-size: 14px
    }
}

.fourth {
    position: relative;
    padding-bottom: 55px;
    overflow: hidden
}

@media (max-width:899px) {
    .fourth {
        padding-bottom: 0
    }
}

@media (max-width:390px) {
    .fourth__title {
        margin-left: auto;
        margin-right: auto;
        width: 260px
    }
    .fourth__subtitle {
        margin-left: auto;
        margin-right: auto;
        width: 260px
    }
}

.fourth-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 60px
}

.fourth-l {
    position: absolute;
    right: 33.7%;
    bottom: 0;
    z-index: -1
}

@media (min-width:1920px) {
    .fourth-l {
        left: 0
    }
}

@media (max-width:1920px) {
    .fourth-l {
        left: unset
    }
}

@media (max-width:1169px) {
    .fourth-l {
        width: 1035px;
        right: 28.7%
    }
}

@media (max-width:899px) {
    .fourth-l {
        position: static;
        width: 100%;
        margin-top: 30px
    }
}

@media (max-width:899px) {
    .fourth-r {
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.fourth-r_gift {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fourth-r_gift__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-left: 20px
}

@media (max-width:1169px) {
    .fourth-r_gift__text {
        font-size: 14px
    }
}

@media (max-width:430px) {
    .fourth-r_gift__text {
        font-size: 10px;
        margin-left: 5px;
        width: 220px
    }
}

.fourth-r_gift__text span {
    font-weight: 700
}

.fourth-r__img {
    position: static
}

.fourth-box {
    margin-top: 35px
}

@media (max-width:1169px) {
    .fourth-box {
        margin-top: 25px
    }
}

.fourth-box__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (max-width:1169px) {
    .fourth-box__title {
        font-size: 21px
    }
}

@media (max-width:430px) {
    .fourth-box__title {
        font-size: 18px
    }
}

.fourth-box_grid {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-column-gap: 40px;
    max-width: 640px
}

@media (max-width:1169px) {
    .fourth-box_grid {
        grid-column-gap: 30px
    }
}

@media (max-width:430px) {
    .fourth-box_grid {
        grid-column-gap: 20px
    }
}

.fourth-box_grid--last {
    grid-template-columns: repeat(2, 1fr)
}

.fourth-box_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

@media (max-width:1169px) {
    .fourth-box_row {
        margin-top: 15px
    }
}

.fourth-box_row img {
    width: 18px;
    height: auto
}

.fourth-box_row__text {
    margin-left: 10px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #00829f
}

@media (max-width:1169px) {
    .fourth-box_row__text {
        font-size: 14px
    }
}

@media (max-width:430px) {
    .fourth-box_row__text {
        font-size: 12px
    }
}

.fourth-form {
    position: relative;
    background: -webkit-linear-gradient(340.06deg, #fff 0, #eafbff 100%);
    background: -moz-linear-gradient(340.06deg, #fff 0, #eafbff 100%);
    background: -o-linear-gradient(340.06deg, #fff 0, #eafbff 100%);
    background: linear-gradient(109.94deg, #fff 0, #eafbff 100%);
    -webkit-box-shadow: 0 15px 50px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 15px 50px rgba(0, 35, 85, .1);
    box-shadow: 0 15px 50px rgba(0, 35, 85, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 30px 25px;
    margin-top: 67px
}

@media (max-width:1169px) {
    .fourth-form {
        margin-top: 47px;
        padding: 30px 20px 20px
    }
}

.fourth-form__left {
    position: absolute;
    right: 50%;
    top: -16px;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    z-index: -1
}

@media (max-width:1169px) {
    .fourth-form__left {
        width: 100%
    }
}

.fourth-form__right {
    position: absolute;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    z-index: -1
}

@media (max-width:1169px) {
    .fourth-form__right {
        width: 100%
    }
}

.fourth-form__top {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 35, 85, .15);
    width: 320px;
    background: #30c2ff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 35, 85, .05);
    -moz-box-shadow: 0 5px 10px rgba(0, 35, 85, .05);
    box-shadow: 0 5px 10px rgba(0, 35, 85, .05);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase
}

@media (max-width:1169px) {
    .fourth-form__top {
        width: 300px;
        font-size: 13px
    }
}

@media (max-width:490px) {
    .fourth-form__top {
        width: 250px;
        font-size: 11px
    }
}

.fourth-form__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:1169px) {
    .fourth-form__title {
        font-size: 21px
    }
}

.fourth-form__input {
    display: block;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    padding: 22px 35px;
    margin-top: 22px;
    outline: 0;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #00829f
}

@media (max-width:1169px) {
    .fourth-form__input {
        padding: 17px 30px;
        margin-top: 20px
    }
}

.fourth-form__input::-webkit-input-placeholder {
    color: #bfbfbf
}

.fourth-form__input:-moz-placeholder {
    color: #bfbfbf
}

.fourth-form__input::-moz-placeholder {
    color: #bfbfbf
}

.fourth-form__input:-ms-input-placeholder {
    color: #bfbfbf
}

.fourth-form__input::-ms-input-placeholder {
    color: #bfbfbf
}

.fourth-form__input::placeholder {
    color: #bfbfbf
}

.fourth-form__btn {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    padding: 23px 0
}

@media (max-width:1169px) {
    .fourth-form__btn {
        padding: 17.5px 0
    }
}

.fourth-form__politic {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #00829f;
    display: block;
    margin-top: 20px
}

@media (max-width:430px) {
    .fourth-form__politic {
        font-size: 10px
    }
}

.fourth-form__politic a {
    text-decoration: underline
}

.fifth {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    padding-bottom: 165px;
    z-index: 2
}

@media (max-width:899px) {
    .fifth {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.fifth-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

@media (max-width:899px) {
    .fifth-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fifth-slider {
    position: relative
}

@media (max-width:1169px) {
    .fifth-slider {
        width: 45%
    }
}

@media (max-width:899px) {
    .fifth-slider {
        max-width: 450px;
        width: 100%
    }
}

.fifth-slider-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.fifth-slider-nav .next,
.fifth-slider-nav .prev {
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.fifth-slider-nav .pag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 76px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 35, 85, .25)
}

.fifth-slider-wr {
    width: 550px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 20px 50px rgba(0, 35, 85, .1);
    box-shadow: 0 20px 50px rgba(0, 35, 85, .1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

@media (max-width:1169px) {
    .fifth-slider-wr {
        width: 100%
    }
}

.fifth-slide {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 334.25px;
    display: none
}

.fifth-slide.active {
    display: block;
    -webkit-animation: slide-in-elliptic-left-fwd .3s cubic-bezier(.25, .46, .45, .94) both;
    -moz-animation: slide-in-elliptic-left-fwd .3s cubic-bezier(.25, .46, .45, .94) both;
    -o-animation: slide-in-elliptic-left-fwd .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-elliptic-left-fwd .3s cubic-bezier(.25, .46, .45, .94) both
}

@media (max-width:1169px) {
    .fifth-slide {
        max-height: 246.13px
    }
}

@media (max-width:1169px) {
    .fifth-content {
        width: 45%
    }
}

@media (max-width:899px) {
    .fifth-content {
        margin-top: 60px;
        max-width: 450px;
        width: 100%;
        padding-left: 43px
    }
}

.fifth-content-block {
    margin-bottom: 30px
}

.fifth-content-block__title {
    position: relative;
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    color: #00829f
}

@media (max-width:1169px) {
    .fifth-content-block__title {
        font-size: 19px
    }
}

.fifth-content-block__title img {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.fifth-content-block__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top: 15px
}

@media (max-width:1169px) {
    .fifth-content-block__text {
        font-size: 14px;
        margin-top: 10px
    }
}

.fifth-content__btn {
    display: block;
    margin-top: 5px;
    padding: 23px 66px;
    margin-left: -43px
}

@media (max-width:1169px) {
    .fifth-content__btn {
        padding: 18px 58px
    }
}

.sixth {
    position: relative;
    background: #fff;
    padding-top: 150px;
    padding-bottom: 425px;
    z-index: 1;
    margin-top: -40px;
    overflow: hidden
}

@media (max-width:899px) {
    .sixth {
        padding-top: 80px
    }
}

@media (max-width:899px) {
    .sixth {
        padding-bottom: 530px
    }
}

.sixth-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: 1;
    opacity: .1;
    background-attachment: fixed
}

.sixth .container {
    position: relative;
    z-index: 5
}

.sixth-wr {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:899px) {
    .sixth-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:899px) {
    .sixth-l {
        max-width: 500px;
        width: 100%;
        margin-top: 30px
    }
}

.sixth-l_block {
    margin-top: 30px
}

.sixth-l_block__num {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1169px) {
    .sixth-l_block__num {
        font-size: 21px
    }
}

@media (max-width:380px) {
    .sixth-l_block__num {
        font-size: 18px
    }
}

.sixth-l_block__num span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #30c2ff;
    margin-right: 20px;
    color: #fff;
    font-size: 30px
}

@media (max-width:1169px) {
    .sixth-l_block__num span {
        font-size: 25px
    }
}

@media (max-width:899px) {
    .sixth-l_block__num span {
        min-width: 31px
    }
}

.sixth-l_block__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #00829f;
    padding-left: 51px;
    margin-top: 10px
}

@media (max-width:1169px) {
    .sixth-l_block__text {
        font-size: 14px
    }
}

@media (max-width:380px) {
    .sixth-l_block__text {
        font-size: 13px
    }
}

.sixth-r {
    position: relative
}

@media (max-width:1169px) {
    .sixth-r {
        width: 40%
    }
}

@media (max-width:899px) {
    .sixth-r {
        max-width: 450px;
        width: 100%
    }
}

.sixth-r__img {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 20px 35px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 20px 35px rgba(0, 35, 85, .1);
    box-shadow: 0 20px 35px rgba(0, 35, 85, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 400px
}

.sixth-r__img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.sixth-r__img:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 130, 159, .9)), to(rgba(0, 130, 159, .9)));
    background: -webkit-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -moz-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -o-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: linear-gradient(0deg, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.sixth-r__img:after {
    content: url(assets/images/icons/zoom.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.sixth-r__img:hover:after {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

@media (max-width:1169px) {
    .sixth-r__img {
        width: 100%
    }
}

.sixth-r__img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover
}

.sixth-r-wr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 553px;
    height: 553px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-radial-gradient(50% 50%, 50% 50%, #30c2ff 0, rgba(48, 194, 255, 0) 100%);
    background: -moz-radial-gradient(50% 50%, 50% 50%, #30c2ff 0, rgba(48, 194, 255, 0) 100%);
    background: -o-radial-gradient(50% 50%, 50% 50%, #30c2ff 0, rgba(48, 194, 255, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #30c2ff 0, rgba(48, 194, 255, 0) 100%);
    mix-blend-mode: multiply;
    opacity: .15;
    z-index: -1
}

.sixth-r__left {
    position: absolute;
    left: -30%;
    top: -40px;
    z-index: -1
}

.sixth-r__right {
    position: absolute;
    right: -33%;
    bottom: -15px;
    z-index: -1
}

.sixth-r__text {
    text-align: center;
    margin-top: 20px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #00829f
}

@media (max-width:380px) {
    .sixth-r__text {
        font-size: 12px;
        margin-top: 15px
    }
}

.seventh {
    position: relative;
    z-index: 2;
    padding-top: 368px;
    padding-bottom: 185px;
    background-position: center bottom !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

@media (max-width:899px) {
    .seventh {
        padding-top: 415px;
        padding-bottom: 80px
    }
}

.seventh .container {
    overflow: hidden
}

.seventh__bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.seventh-inner {
    background: #fff;
    width: 100%;
    max-width: 1170px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 70px 95px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    -moz-box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

@media (max-width:1169px) {
    .seventh-inner {
        max-width: 900px
    }
}

@media (max-width:899px) {
    .seventh-inner {
        max-width: 450px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:450px) {
    .seventh-inner {
        max-width: 95%
    }
}

.seventh-inner:before {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    bottom: -10px;
    height: 56px;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    -moz-box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: -1
}

.seventh-inner:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px dashed #b4e9ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2
}

.seventh-inner_wr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    -moz-box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    box-shadow: 0 5px 25px rgba(0, 35, 85, .05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.seventh-inner__title {
    background: #b4e9ff;
    -webkit-box-shadow: 0 25px 35px rgba(0, 35, 85, .05);
    -moz-box-shadow: 0 25px 35px rgba(0, 35, 85, .05);
    box-shadow: 0 25px 35px rgba(0, 35, 85, .05);
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    width: 496px;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -webkit-calc(-50% + 10px));
    -moz-transform: translate(-50%, -moz-calc(-50% + 10px));
    -ms-transform: translate(-50%, calc(-50% + 10px));
    -o-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    z-index: 3
}

@media (max-width:1169px) {
    .seventh-inner__title {
        font-size: 28px
    }
}

@media (max-width:899px) {
    .seventh-inner__title {
        max-width: 350px;
        width: 100%;
        font-size: 25px
    }
}

@media (max-width:410px) {
    .seventh-inner__title {
        max-width: 280px
    }
}

.seventh-grid {
    display: grid;
    grid-template-columns: 1fr 294px 1fr;
    grid-column-gap: 113px;
    position: relative;
    z-index: 3
}

@media (max-width:1169px) {
    .seventh-grid {
        grid-template-columns: 1fr 1.2fr 1fr;
        grid-column-gap: 40px
    }
}

@media (max-width:899px) {
    .seventh-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 30px
    }
}

.seventh-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center
}

.seventh-box_img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #30c2ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.seventh-box__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px
}

@media (max-width:1169px) {
    .seventh-box__title {
        font-size: 19px
    }
}

.seventh-box__text {
    margin-top: 15px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #00829f
}

@media (max-width:1169px) {
    .seventh-box__text {
        margin-top: 10px;
        font-size: 14px
    }
}

.seventh__title {
    color: #fff
}

.seventh-slider {
    width: 100%;
    position: relative
}

.seventh-slider-wr {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 35, 85, .15);
    -moz-box-shadow: 0 20px 50px rgba(0, 35, 85, .15);
    box-shadow: 0 20px 50px rgba(0, 35, 85, .15);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: visible
}

.seventh-slider-wr:before {
    height: 100%;
    top: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    content: '';
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 35, 85, .05);
    -moz-box-shadow: 0 20px 50px rgba(0, 35, 85, .05);
    box-shadow: 0 20px 50px rgba(0, 35, 85, .05);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: -1
}

@media (max-width:1169px) {
    .seventh-slider-wr {
        max-width: 790px
    }
}

@media (max-width:899px) {
    .seventh-slider-wr {
        max-width: 100%
    }
}

@media (max-width:460px) {
    .seventh-slider-wr {
        padding: 15px;
        padding-bottom: 65px
    }
}

.seventh-slider-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.seventh-slider-pag {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
    color: #30c2ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.seventh-slider_prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width:510px) {
    .seventh-slider_prev {
        -webkit-transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

.seventh-slider_next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    box-shadow: 0 5px 15px rgba(0, 35, 85, .1);
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width:510px) {
    .seventh-slider_next {
        -webkit-transform: translateX(25%);
        -moz-transform: translateX(25%);
        -ms-transform: translateX(25%);
        -o-transform: translateX(25%);
        transform: translateX(25%)
    }
}

.seventh-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 410px;
    height: 100%;
    display: none
}

@media (max-width:1169px) {
    .seventh-slide {
        max-height: 310px
    }
}

@media (max-width:899px) {
    .seventh-slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: unset
    }
}

@media (max-width:510px) {
    .seventh-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.seventh-slide.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fade-in-fwd .8s cubic-bezier(.39, .575, .565, 1) both;
    -moz-animation: fade-in-fwd .8s cubic-bezier(.39, .575, .565, 1) both;
    -o-animation: fade-in-fwd .8s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-fwd .8s cubic-bezier(.39, .575, .565, 1) both
}

.seventh-slide_block {
    margin-right: 29px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    min-width: 194px;
    max-width: 190px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s
}

@media (max-width:1169px) {
    .seventh-slide_block {
        max-width: 140px;
        width: 100%;
        margin-right: 19px
    }
}

@media (max-width:899px) {
    .seventh-slide_block {
        width: auto;
        margin-right: 10px
    }
}

@media (max-width:510px) {
    .seventh-slide_block {
        margin-bottom: 30px
    }
}

.seventh-slide_block:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: .5s
}

.seventh-slide_block:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 130, 159, .9)), to(rgba(0, 130, 159, .9)));
    background: -webkit-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -moz-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -o-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: linear-gradient(0deg, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_block:after {
    content: url(assets/images/icons/zoom.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_block:hover:after {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    object-fit: cover
}

.seventh-slide_grid {
    max-width: 270px;
    max-height: 410px;
    display: grid;
    grid-template-columns: 130px 130px;
    grid-template-rows: 270px 130px;
    grid-template-areas: "first first" "second last";
    grid-gap: 10px;
    position: relative;
    margin-left: 29px;
    margin-right: 29px
}

@media (max-width:1169px) {
    .seventh-slide_grid {
        max-width: 230px;
        max-height: 310px;
        grid-template-columns: 110px 110px;
        grid-template-rows: 190px 110px;
        margin-left: 19px;
        margin-right: 19px
    }
}

@media (max-width:899px) {
    .seventh-slide_grid {
        max-height: unset;
        margin-left: 10px;
        margin-right: 10px
    }
}

.seventh-slide_grid:before {
    position: absolute;
    content: '';
    width: 1px;
    top: 30px;
    bottom: 30px;
    left: -30px;
    background: #b4e9ff
}

@media (max-width:1169px) {
    .seventh-slide_grid:before {
        left: -20px
    }
}

@media (max-width:899px) {
    .seventh-slide_grid:before {
        display: none
    }
}

.seventh-slide_grid:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 30px;
    bottom: 30px;
    right: -30px;
    background: #b4e9ff
}

@media (max-width:1169px) {
    .seventh-slide_grid:after {
        right: -20px
    }
}

@media (max-width:899px) {
    .seventh-slide_grid:after {
        display: none
    }
}

.seventh-slide_grid__img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%
}

.seventh-slide_grid__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.seventh-slide_grid__img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_grid__img:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 130, 159, .9)), to(rgba(0, 130, 159, .9)));
    background: -webkit-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -moz-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -o-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: linear-gradient(0deg, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_grid__img:after {
    content: url(assets/images/icons/zoom.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_grid__img:hover:after {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seventh-slide_grid__first {
    grid-area: first;
    height: 100%
}

.seventh-slide_grid__second {
    grid-area: second
}

.seventh-slide_grid__last {
    grid-area: last
}

.seventh-slide_rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 29px
}

@media (max-width:1169px) {
    .seventh-slide_rev {
        margin-left: 19px
    }
}

@media (max-width:899px) {
    .seventh-slide_rev {
        order: -1;
        margin: 0;
        margin-top: 30px
    }
}

.seventh-slide_rev-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.seventh-slide_rev-top__img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:1169px) {
    .seventh-slide_rev-top__img {
        width: 50px;
        height: 50px
    }
}

.seventh-slide_rev-r {
    margin-left: 15px
}

.seventh-slide_rev-r__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase
}

@media (max-width:1169px) {
    .seventh-slide_rev-r__title {
        font-size: 20px
    }
}

.seventh-slide_rev-r__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #00829f;
    margin-top: 6px
}

@media (max-width:1169px) {
    .seventh-slide_rev-r__text {
        font-size: 12px;
        margin-top: 2px
    }
}

.seventh-slide_rev__text {
    margin-top: 20px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: inherit
}

@media (max-width:1169px) {
    .seventh-slide_rev__text {
        font-size: 12px;
		
    }
}
@media (max-width:899px) {
    .seventh-slide_rev__text {
        margin-bottom: 20px;
    }
}

.seventh-slide_rev iframe {
    width: 221px;
    height: 130px;
    margin-top: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media (max-width:1169px) {
    .seventh-slide_rev iframe {
        width: 180px;
        height: 100px
    }
}

@media (max-width:899px) {
    .seventh-slide_rev iframe {
        display: block;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto
    }
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-moz-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        -moz-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-o-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        -moz-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.eighth {
    padding-top: 150px;
    position: relative
}

@media (max-width:899px) {
    .eighth {
        padding-top: 80px
    }
}

.eighth__left {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

@media (max-width:1169px) {
    .eighth__left {
        width: 20%
    }
}

.eighth-container {
    max-width: 1195px
}

@media (max-width:1169px) {
    .eighth-container {
        max-width: 900px
    }
}

.eighth-row {
    width: 100%;
    display: grid;
    grid-template-columns: 470px 1fr;
    gap: 19px;
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1169px) {
    .eighth-row {
        grid-template-columns: 1fr 1.5fr
    }
}

@media (max-width:899px) {
    .eighth-row {
        grid-template-columns: 1fr
    }
}

.eighth-row__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #00829f
}

.eighth-row__text span {
    font-weight: 700
}

.eighth-row_carousel {
    padding-left: 25px;
    padding-right: 25px;
    margin: unset;
    padding-bottom: 8px
}

@media (max-width:899px) {
    .eighth-row_carousel {
        margin-top: 30px
    }
}

.eighth-row_carousel__next {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2
}

.eighth-row_carousel__prev {
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2
}

.eighth-row_carousel-wrapper__slide {
    -webkit-box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    box-shadow: 0 3px 8px rgba(0, 35, 85, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.eighth-row_carousel-wrapper__slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.eighth-row_carousel-wrapper__slide:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 130, 159, .9)), to(rgba(0, 130, 159, .9)));
    background: -webkit-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -moz-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: -o-linear-gradient(bottom, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    background: linear-gradient(0deg, rgba(0, 130, 159, .9), rgba(0, 130, 159, .9));
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.eighth-row_carousel-wrapper__slide:after {
    content: url(assets/images/icons/zoom.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.eighth-row_carousel-wrapper__slide:hover:after {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.eighth-row_carousel-wrapper__slide img {
    width: 100%
}

.ninth {
    padding-top: 150px;
    position: relative;
    bottom: -35px;
    overflow: hidden
}

@media (min-width:1920px) {
    .ninth {
        bottom: -70px
    }
}

@media (max-width:899px) {
    .ninth {
        bottom: -60px;
        padding-top: 50px
    }
}

.ninth-wr {
    margin-top: 60px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:899px) {
    .ninth-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:899px) {
    .ninth-l {
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.ninth-l__title {
    font-family: Phenomena;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media (max-width:899px) {
    .ninth-l__title {
        font-size: 21px
    }
}

.ninth-l_row {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ninth-l_row__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #00829f;
    margin-left: 10px
}

@media (max-width:899px) {
    .ninth-l_row__text {
        font-size: 14px
    }
}

.ninth-r {
    position: relative;
    right: -82px
}

@media (max-width:899px) {
    .ninth-r {
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        right: unset;
        margin-top: 60px
    }
}

@media (max-width:440px) {
    .ninth-r {
        max-width: 280px
    }
}

.ninth-r__img {
    position: relative
}

@media (max-width:1169px) {
    .ninth-r__img {
        width: 600px
    }
}

@media (max-width:899px) {
    .ninth-r__img {
        width: 100%
    }
}

.ninth-r-block {
    position: absolute;
    left: 67px;
    top: 115px;
    text-align: right
}

@media (max-width:1169px) {
    .ninth-r-block {
        left: 40px
    }
}

@media (max-width:899px) {
    .ninth-r-block {
        left: 0;
        top: 50px
    }
}

@media (max-width:440px) {
    .ninth-r-block {
        left: -15px;
        top: 10px
    }
}

.ninth-r-block__title {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%
}

@media (max-width:899px) {
    .ninth-r-block__title {
        font-size: 14px
    }
}

@media (max-width:440px) {
    .ninth-r-block__title {
        font-size: 11px
    }
}

.ninth-r-block__text {
    margin-top: 4px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #00829f
}

@media (max-width:899px) {
    .ninth-r-block__text {
        font-size: 12px;
        margin-top: 0
    }
}

@media (max-width:440px) {
    .ninth-r-block__text {
        font-size: 9px
    }
}

.ninth-r-block__line {
    margin-top: 13px;
    margin-right: 45px
}

@media (max-width:899px) {
    .ninth-r-block__line {
        margin-top: 5px
    }
}

@media (max-width:440px) {
    .ninth-r-block__line {
        margin-right: 25px;
        width: 50px
    }
}

.tenth {
    padding-top: 140px;
    padding-bottom: 150px;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}

@media (max-width:810px) {
    .tenth {
        padding-bottom: 30px
    }
}

.tenth__title {
    color: #fff
}

.tenth-row {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:810px) {
    .tenth-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tenth-row-map {
    -webkit-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/*.tenth-row-map .ymaps-2-1-76-map-bg {
    -webkit-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}*/

.tenth-row-map > ymaps {
    max-width: 100%;
}

.tenth-row-map .ymaps-2-1-79-map-bg{
    -webkit-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tenth-row-map .ymaps-2-1-76-map-bg .ymaps-2-1-76-inner-panes,
.tenth-row-map .ymaps-2-1-79-map-bg .ymaps-2-1-79-inner-panes {
    -webkit-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.tenth-row_right {
    background: #fff;
    -webkit-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -moz-box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    box-shadow: 0 15px 40px rgba(0, 35, 85, .1);
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    margin-top: 4px;
    width: 300px;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    position: relative;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 35px;
    z-index: 1
}

@media (max-width:810px) {
    .tenth-row_right {
        -webkit-transform: translate(0, -30px);
        -moz-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        -o-transform: translate(0, -30px);
        transform: translate(0, -30px);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 500px
    }
}

.tenth-row_right__title {
    font-family: Calibri;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #00829f;
    margin-top: 25px
}

.tenth-row_right__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-top: 5px
}

.tenth-row_right .header-soc {
    margin-top: 10px
}

#map {
    width: 870px;
    height: 360px
}

@media (max-width:1169px) {
    #map {
        width: 550px
    }
}

@media (max-width:630px) {
    #map {
        width: 85vw
    }
}

.tenth-row_right {
    width: 80vw
}

@media (max-width:400px) {
    .tenth-row_right {
        padding-left: 20px
    }
}

@media (max-width:375px) {
    .tenth-row-map {
        display: block;
        width: 100%
    }
    #map {
        width: 100%;
        height: 240px
    }
}

.footer {
    background: #002355;
    padding: 25px 0
}

.footer-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:870px) {
    .footer-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff
}

@media (max-width:870px) {
    .footer-text {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.footer-pol {
    text-decoration: underline
}

.footer-by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:870px) {
    .footer-by {
        margin-top: 20px
    }
}

.footer-by__logo {
    margin-left: 20px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    background: rgba(0, 35, 85, .75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: none
}

.modal.success_msg,
.modal.success_msg .modal-f {
    display: block!important
}
.modal.success_msg .modal-first {
    display: none!important
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 19, 47, .35);
    -moz-box-shadow: 0 15px 35px rgba(0, 19, 47, .35);
    box-shadow: 0 15px 35px rgba(0, 19, 47, .35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 430px;
    padding: 25px 30px 30px
}

@media (max-width:500px) {
    .modal-content {
        width: 250px
    }
}

.modal-f {
    display: none
}

.close {
    position: absolute;
    right: -10px;
    top: -10px;
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    cursor: pointer;
    display: inline-block
}

@media (max-width:500px) {
    .modal__title {
        font-size: 20px
    }
}

.form_doc {
    display: contents
}

.modal__subtitle {
    margin-top: 15px
}

@media (max-width:500px) {
    .modal__subtitle {
        font-size: 12px;
        line-height: 13px
    }
}

.modal-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-form input {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid rgba(0, 35, 85, .05);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    outline: 0;
    padding: 22px 35px;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #00829f;
    margin-top: 25px
}

.modal-form input::-webkit-input-placeholder {
    color: #bfbfbf
}

.modal-form input:-moz-placeholder {
    color: #bfbfbf
}

.modal-form input::-moz-placeholder {
    color: #bfbfbf
}

.modal-form input:-ms-input-placeholder {
    color: #bfbfbf
}

.modal-form input::-ms-input-placeholder {
    color: #bfbfbf
}

.modal-form input::placeholder {
    color: #bfbfbf
}

@media (max-width:500px) {
    .modal-form input {
        padding: 19px 19px
    }
}

.modal__btn {
    margin-top: 10px;
    padding: 23px 0
}

.modal-bottom {
    text-align: center;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #00829f;
    margin-top: 13px
}

.modal-bottom a {
    text-decoration: underline
}

.modal-send .img-svg.send {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px
}

@media (max-width:500px) {
    .modal__btn {
        padding: 19px 0
    }
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    background: rgba(0, 35, 85, .75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

@media (max-width:899px) {
    .popup {
        overflow: hidden;
        overflow-y: scroll;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media(max-width:500) {
    .popup {
        display: none
    }
}

.popup-content {
    max-width: 1030px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.popup-fade {
    display: none
}

@media (max-width:1169px) {
    .popup-content {
        max-width: 900px
    }
}

@media (max-width:1000px) {
    .popup-content {
        max-width: 90%
    }
}

@media (max-width:899px) {
    .popup-content {
        max-width: 90%;
        top: 50px;
        margin-bottom: 50px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media (max-width:640px) {
    .popup-content {
        max-width: 80%
    }
}

.popup-left {
    position: relative;
    width: 300px;
    background: -webkit-linear-gradient(111.67deg, #09b 0, #00bfe9 100%);
    background: -moz-linear-gradient(111.67deg, #09b 0, #00bfe9 100%);
    background: -o-linear-gradient(111.67deg, #09b 0, #00bfe9 100%);
    background: linear-gradient(338.33deg, #09b 0, #00bfe9 100%);
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px
}

@media (max-width:1169px) {
    .popup-left {
        width: 200px
    }
}

@media (max-width:899px) {
    .popup-left {
        display: none
    }
}

.popup-left__img {
    width: 430px;
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%)
}

@media (max-width:1169px) {
    .popup-left__img {
        width: 300px;
        -webkit-transform: translate(-30%, 20%);
        -moz-transform: translate(-30%, 20%);
        -ms-transform: translate(-30%, 20%);
        -o-transform: translate(-30%, 20%);
        transform: translate(-30%, 20%)
    }
}

.popup-right {
    padding: 30px
}

@media (max-width:899px) {
    .popup-right {
        width: 100%
    }
}

.popup-right__title {
    text-align: left
}

.popup-right__subtitle {
    text-align: left;
    margin-top: 15px
}

.popup-right_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 35px
}

@media (max-width:440px) {
    .popup-right_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup-right_flex__circ {
    min-width: 62px;
    min-height: 62px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 25px rgba(0, 50, 62, .1);
    -moz-box-shadow: 0 6px 25px rgba(0, 50, 62, .1);
    box-shadow: 0 6px 25px rgba(0, 50, 62, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:440px) {
    .popup-right_flex__circ {
        min-width: 50px;
        min-height: 50px;
        margin-right: 0
    }
}

.popup-right_flex__text {
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%
}

@media (max-width:440px) {
    .popup-right_flex__text {
        margin-top: 15px
    }
}

.popup-right_flex__text span {
    font-weight: 700
}

#wpcf7-f277-o1 {
    display: none
}

#wpcf7-f277-o1 {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -999999;
    left: -9999px
}
.modal-rev{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    background: rgba(0, 35, 85, .75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
	display: none;
}
.modal-rev_wr{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 19, 47, .35);
    -moz-box-shadow: 0 15px 35px rgba(0, 19, 47, .35);
    box-shadow: 0 15px 35px rgba(0, 19, 47, .35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 430px;
    padding: 25px 30px 30px
}
@media (max-height:900px){
	.modal-rev{
		overflow: hidden;
		overflow-y: scroll;
	}
	.modal-rev_wr{
		margin-bottom: 20px;
		top: 50px;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@media (max-width:500px) {
    .modal-rev_wr {
        width: 250px;
		padding: 20px 15px;
    }
}
.modal-rev__inp{
	background: #F6F6F6;
	border: 1px solid rgba(0, 35, 85, 0.05);
	box-sizing: border-box;
	border-radius: 999px;
	display: block;
	width: 100%;
	outline: none;
	color: #002355;
	font-family: Calibri;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	padding: 22px 34px;
}
textarea.modal-rev__inp{
	resize: none;
	border-radius: 30px;
}
@media (max-width:500px) {
    .modal-rev__inp {
		padding: 13px 20px;
		border-radius: 888px;
    }
	textarea.modal-rev__inp{
		border-radius: 20px;
	}
}
.modal-rev__inp::placeholder{
	color: #BFBFBF;
}
.file-643{
	width: 100%;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #00829f;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #fff;
    position: relative;
    cursor: pointer;
    font-family: Calibri;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #00829f;
}
.file-643 .img-svg{
	margin-right: 7px;
	min-width: 16px;
	height: auto;
}
.file-643 span{
	max-width: 90%;
}
.modal-rev__file{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#wpcf7-f316-o2{
	margin-top: 25px;
}
.modal-rev__btn{
	display: block;
	width: 100%;
	padding: 23px 0;
	cursor: pointer;
}
@media (max-width:500px) {
    .modal-rev__btn {
		padding: 15px 0;
    }
	.file-643{
		font-size: 13px;
		padding: 15px 0;
	}
}
.block__main-link1{
    text-align: center;
}
.rev-open,.main-link1{
	margin: 40px 6px 0;
	display: inline-block;
	font-family: Calibri;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	background: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border: none;
	border-bottom: 1px dashed #FFFFFF;
	transition: .3s;
	outline: none;
}
.rev-open:hover,.main-link1:hover{
	border-bottom: 1px dashed #2fbffb;
	transition: .3s;
}
.modal-rev__politic{
	font-family: Calibri;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #00829F;
}
.modal-rev__politic a{
	text-decoration: underline;
}