@charset "UTF-8";
@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamPro/GothamPro.eot");
    src: url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro/GothamPro.svg#GothamPro") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GothamPro-Light";
    src: url("../fonts/GothamPro-Light/GothamPro-Light.eot");
    src: url("../fonts/GothamPro-Light/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light/GothamPro-Light.svg#GothamPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GothamPro-Medium";
    src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot");
    src: url("../fonts/GothamPro-Medium/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GothamPro-Bold";
    src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot");
    src: url("../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

input:focus, textarea:focus, a:focus, button:focus, select:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del, s, strike {
    text-decoration: line-through;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, fieldset, footer, header, hgroup, main, nav, section, summary {
    display: block;
    margin: 0;
}

ul, ol {
    list-style: none;
}

body, input, button, select, textarea {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
    height: 100%;
}

.clear {
    clear: both;
}

.container:after, .container-fluid:after, .row:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

pre, code {
    font-family: monospace;
}

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

a:hover {
    text-decoration: underline;
}

img {
    position: relative;
    display: inline-block;
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    font: 300 12px/2 Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
}

img:after {
    content: "Broken Image of " attr(alt);
    display: block;
    color: #646464;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

button,
a.button,
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='image'] {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

::-moz-selection {
    background: dodgerblue;
}

::selection {
    background: dodgerblue;
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1.6rem;
    color: #777;
    letter-spacing: -0.03rem;
}

.no-flexbox body {
    min-height: 100%;
    height: 100%;
    display: block !important;
}

.page-wrapper,
.footer {
    max-width: none;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
}

.no-flexbox .page-wrapper, .no-flexbox
.footer {
    width: auto;
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
    min-height: 0;
}

.no-flexbox .page-wrapper {
    display: block !important;
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.page-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-body.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.wrapper {
    position: relative;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-fourth-3 {
    width: 1em;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1230px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 1230px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }
}

.header {
    padding: 26px 65px 23px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1255px) {
    .header {
        padding: 26px 15px 23px;
    }
}

@media (max-width: 1100px) {
    .header .header-text .zmdi-chevron-down {
        display: none;
    }
}

@media (max-width: 1100px) {
    .header .header-link .zmdi-chevron-down {
        display: none;
    }
}

.header.scrolled .header-text {
    display: none;
}

.header.scrolled .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1100px) {
    .header.scrolled .header-menu {
        display: none;
    }
}

.header.scrolled .header-right .header-menu {
    display: none;
}

@media (max-width: 1100px) {
    .header.scrolled .header-right .header-text {
        display: block;
    }

    .header.scrolled .header-right .header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: auto;
        margin-left: 25px;
        position: static;
        margin-bottom: 30px;
        min-height: 170px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .header.scrolled .header-right .header-menu-item {
        margin: 0 0 10px 0;
    }

    .header.scrolled .header-right .header-menu-item:before {
        left: -25px;
        top: 11px;
        width: 15px;
        height: 1px;
        background-color: #45a3e6;
    }
}

@media (max-width: 1100px) {
    .header .header-right .header-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: auto;
        position: static;
        margin-bottom: 30px;
        margin-left: 25px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        min-height: 170px;
    }

    .header .header-right .header-menu-item {
        margin: 0 0 10px 0;
    }

    .header .header-right .header-menu-item:before {
        left: -25px;
        top: 11px;
        width: 15px;
        height: 1px;
        background-color: #45a3e6;
    }
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 1100px) {
    .header-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.logo-img {
    width: 244px;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1100px) {
    .header-right {
        position: fixed;
        right: 0;
        top: 0;
        background-color: #fff;
        height: 100vh;
        width: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 15px 15px 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .header-right.is-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.header-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #01061a;
    margin-right: 79px;
    position: relative;
}

.header-text .zmdi {
    font-size: 15px;
    color: #66bfff;
    margin-right: 14px;
}

@media (max-width: 1255px) {
    .header-text .zmdi {
        margin-right: 8px;
    }
}

.header-text .zmdi-chevron-down {
    font-size: 16px;
    color: #3e4e59;
    margin-right: 0;
    margin-left: 14px;
}

@media (max-width: 1399px) {
    .header-text {
        margin-right: 29px;
    }
}

@media (max-width: 1255px) {
    .header-text {
        margin-right: 15px;
    }
}

@media (max-width: 1100px) {
    .header-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.header-link {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #01061a;
    display: block;
    margin-right: 29px;
    position: relative;
}

.header-link:hover {
    text-decoration: none;
    color: #66bfff;
}

.header-link:hover:before {
    opacity: 0.5;
}

@media (max-width: 1100px) {
    .header-link {
        font-size: 14px;
        font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
    }
}

.header-link .zmdi {
    font-size: 15px;
    color: #66bfff;
    margin-right: 14px;
}

@media (max-width: 1255px) {
    .header-link .zmdi {
        margin-right: 8px;
    }
}

.header-link .zmdi-chevron-down {
    font-size: 16px;
    color: #3e4e59;
    margin-right: 0;
    margin-left: 14px;
}

@media (max-width: 1255px) {
    .header-link {
        margin-right: 15px;
    }
}

@media (max-width: 1100px) {
    .header-link {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.header-text:hover .zmdi-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .header-text:hover .zmdi-chevron-down {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.header-text:hover .header-time-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-link:hover .mod-zmdi-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .header-link:hover .mod-zmdi-down {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.header-link:hover .header-number-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-time-dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 21px 18px 31px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    background-color: #ffffff;
}

.header-time-dropdown .header-text {
    margin-right: 0;
    padding-top: 18px;
}

@media (max-width: 1100px) {
    .header-time-dropdown .header-text {
        margin-bottom: 0;
    }
}

@media (max-width: 1100px) {
    .mod-time-dropdown {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 37px 21px 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.header-number-dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 37px 21px 32px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    background-color: #ffffff;
}

.header-number-dropdown .header-link {
    margin-right: 0;
    padding-top: 19px;
}

@media (max-width: 1100px) {
    .header-number-dropdown .header-link {
        margin-bottom: 0;
    }
}

@media (max-width: 1100px) {
    .mod-number-dropdown {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 37px 21px 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.header-btn {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #45a3e6;
    position: relative;
    min-height: 20px;
}

.header-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
}

.call-menu-btn {
    display: none;
}

@media (max-width: 1100px) {
    .call-menu-btn {
        color: #45a3e6;
        font-size: 15px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.call-menu-btn span,
.close-menu-btn span {
    display: none !important;
}

.close-menu-btn {
    display: none;
}

@media (max-width: 1100px) {
    .close-menu-btn {
        display: block;
        color: #45a3e6;
        font-size: 15px;
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.header-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1280px) {
    .header-menu {
        -webkit-transform: translate(-70%, -50%);
        -ms-transform: translate(-70%, -50%);
        transform: translate(-70%, -50%);
    }
}

.header-menu-item {
    margin: 0 25px;
    position: relative;
}

@media (max-width: 1450px) {
    .header-menu-item {
        margin: 0 8px;
    }
}

.header-menu-item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    opacity: 0.5;
    background-color: #66bfff;
    top: 50%;
    margin-top: -1.5px;
    border-radius: 50%;
    right: -23.5px;
}

@media (max-width: 1450px) {
    .header-menu-item:before {
        right: -8.5px;
    }
}

.header-menu-item:last-child:before {
    display: none;
}

@media (max-width: 1100px) {
    .header-menu-item:last-child:before {
        display: block;
    }
}

.header-menu-link {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #01061a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-menu-link:hover {
    text-decoration: none;
    color: #66bfff;
}

.footer {
    border-top: 1px solid #e3f3fc;
    position: relative;
}

.footer .header-text {
    margin-right: 0;
    margin-bottom: 15px;
    color: #3e4e59;
}

.footer .header-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 320px) {
    .footer .header-text {
        font-size: 12px;
    }
}

.footer .container {
    position: relative;
    z-index: 6;
}

.footer-row {
    padding-bottom: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .footer-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#66bfff), to(#c5e7ff));
    background-image: -o-linear-gradient(bottom, #66bfff, #c5e7ff);
    background-image: linear-gradient(to top, #66bfff, #c5e7ff);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    padding: 22px 20px 33px;
    margin-bottom: 28px;
}

.footer-logo-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.footer-logo-block:hover {
    text-decoration: none;
}

.footer-logo {
    width: 97px;
}

.footer-slogan {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    position: relative;
    margin-left: 19px;
    margin-top: 18px;
}

.footer-slogan:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: -o-linear-gradient(left, #ffffff, #ffffff);
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    opacity: 0.5;
}

.contact-link {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
}

.contact-link:hover {
    text-decoration: none;
}

@media (max-width: 320px) {
    .contact-link {
        font-size: 12px;
    }
}

.footer-item-row {
    margin-bottom: 15px;
}

.footer-item-row .zmdi {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #66bfff;
    margin-right: 14px;
}

.footer-item-name {
    position: relative;
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #131e26;
}

.footer-name-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.footer-name-row .tabs-line {
    position: static;
    width: calc(100% - 127px);
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    margin-left: 14px !important;
}

.footer-name-row .tabs-line:before {
    right: auto;
    left: 0;
}

.footer-name-row .tabs-line:after {
    width: 100%;
    right: auto;
    left: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
}

.footer-name-row.mod-line .tabs-line {
    width: calc(100% - 50px);
}

.footer-mnus-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-link {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-link:hover {
    text-decoration: none;
    color: #66bfff;
}

.footer-menu-item {
    margin-bottom: 12px;
}

.footer-menu-item:last-child {
    margin-bottom: 0;
    margin-right: 44px;
}

.footer-item {
    margin-top: 50px;
}

.bot-line {
    background-color: #05080a;
    padding: 18px 0;
    position: relative;
    z-index: 6;
}

.bot-line-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    width: calc(100% - 140px);
}

.social-link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #66bfff;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social-item {
    margin: 0 25px;
}

.social-item:hover .social-link {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #ff99bb;
}

.social-item:first-child {
    margin-left: 0;
}

.social-item:last-child {
    margin-right: 0;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mod-dropdown-footer {
    bottom: 100%;
    top: auto;
    border-radius: 15px;
    border: solid 1px #e3f3fc;
}

.powered {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #05080a;
    margin-top: 54px;
}

.powered a {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}

.powered a:hover {
    text-decoration: none;
}

.remodal {
    -webkit-box-shadow: 0px 20px 40px 0 rgba(102, 191, 255, 0.15);
    box-shadow: 0px 20px 40px 0 rgba(102, 191, 255, 0.15);
    border: solid 1px #e3f3fc;
    border-radius: 15px;
}

.remodal .dots {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.remodal .dots .dot.pink:before {
    display: none;
}

.remodal:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1px;
    width: 75px;
    height: 1px;
    background-color: #66bfff;
}

.remodal:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    width: 75px;
    height: 1px;
    background-color: #66bfff;
}

.remodal-overlay {
    background: rgba(102, 191, 255, 0.25);
}

.remodal-close {
    top: 25px;
    left: auto;
    right: 24px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #66bfff;
    width: 12px;
    height: 11px;
}

.remodal-close:before {
    display: none;
}

.remodal-close i {
    display: block;
    width: 12px;
    height: 11px;
    margin-top: -7px;
}

.modal-call, .modal-visit {
    width: 445px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px 40px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .modal-call, .modal-visit {
        padding: 50px 15px 40px;
    }
}

.remodal-confirm.btn {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.modal-tnx {
    width: 445px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 40px;
}

.modal-tnx .advantages-item-icon-block {
    margin: 0 auto 15px;
}

@media (max-width: 767px) {
    .modal-tnx {
        padding: 40px 15px;
    }
}

.modal-review {
    width: 840px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px 40px;
}

@media (max-width: 767px) {
    .modal-review {
        padding: 50px 15px 40px;
    }
}

.modal-review .checkbox-label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.modal-review .checkbox-text {
    max-width: calc(100% - 33px);
    width: auto;
}

.modal-review .btn {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.modal-review .btn .tabs-line {
    margin-right: 182.5px;
}

.modal-review .btn .tabs-line:last-child {
    margin-left: 182.5px;
}

.modal-review .btn .tabs-line:after {
    width: 198px;
}

@media (max-width: 991px) {
    .modal-review .btn .tabs-line {
        display: none;
    }
}

.modal-review-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 767px) {
    .modal-review-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.moda-review-half {
    width: calc(50% - 15px);
}

@media (max-width: 767px) {
    .moda-review-half {
        width: 100%;
    }
}

.textarea-label {
    width: calc(50% - 15px);
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .textarea-label {
        width: 100%;
    }
}

.textarea {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    border-radius: 25px;
    border: solid 1px #e3f3fc;
    background-color: #f7fcff;
    padding: 19px 25px;
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: left;
}

.textarea::-webkit-input-placeholder {
    color: #959fa6;
}

.textarea::-moz-placeholder {
    color: #959fa6;
}

.textarea::-ms-input-placeholder {
    color: #959fa6;
}

.textarea::placeholder {
    color: #959fa6;
}

* {
    -webkit-appearance: none;
}

body::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(227, 243, 252, 0.5);
}

body::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(102, 191, 255, 0.5);
}

.page-body {
    margin-top: 70px;
}

@media (min-width: 1230px) {
    .container {
        width: 1140px;
    }
}

.first {
    background-color: #f7fcff;
    background-image: url(../img/first-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.first:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -172px;
    width: 100%;
    height: 353px;
    background: url(../img/clouds-first.png) center center no-repeat;
    z-index: 3;
}

.first .slick-dots {
    height: 100%;
    width: auto;
    bottom: 0;
    left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1400px) {
    .first .slick-dots {
        left: 5px;
    }
}

.parallax-place {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.parralax {
    position: absolute;
}

.parralax-1 {
    left: 50%;
    margin-left: -525px;
    top: 81px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-2 {
    right: 50%;
    margin-right: -800px;
    top: 419px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-3 {
    left: 50%;
    margin-left: -938px;
    bottom: 88px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.circle-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-circle-1 {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    background-color: #f4fbff;
    position: absolute;
    right: 50%;
    margin-right: -1159px;
    top: -201px;
}

.bg-circle-2 {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    background-color: #f4fbff;
    position: absolute;
    right: 50%;
    margin-right: -809px;
    top: 364px;
    border-radius: 50%;
}

.bg-circle-3 {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    background-color: #f4fbff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    top: -64px;
}

.bg-circle-4 {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    background-color: #f4fbff;
    border-radius: 50%;
    position: absolute;
    top: 70px;
    left: 65px;
    left: 50%;
    margin-left: -895px;
}

.bg-circle-5 {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    box-shadow: 0 0 50px 0 rgba(102, 191, 255, 0.2);
    background-color: #f4fbff;
    position: absolute;
    left: 50%;
    margin-left: -1172px;
    bottom: -170px;
}

.first-slide-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1229px) {
    .first-slide-row {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .first-slide-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.first-slide-circle {
    width: 450px;
    height: 450px;
    background-color: rgba(102, 191, 255, 0.3);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first-slide-circle.mod-bg-image {
    background: url(../img/first-4.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 500px) {
    .first-slide-circle {
        width: 320px;
        height: 320px;
        margin-top: 20px;
    }
}

.first-slide-inner-circle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    height: 400px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
}

@media (max-width: 500px) {
    .first-slide-inner-circle {
        width: 280px;
        height: 280px;
    }
}

.firs-slide-img {
    position: absolute;
    top: -49px;
    right: -27px;
    max-width: none;
}

@media (max-width: 1229px) {
    .firs-slide-img {
        width: 500px;
        top: 0;
    }
}

@media (max-width: 1229px) {
    .firs-slide-img {
        width: 440px;
        top: 20px;
        right: 0;
    }
}

@media (max-width: 500px) {
    .firs-slide-img {
        width: 320px;
    }
}

.firs-slide-img.mod-second {
    top: 10px;
    right: 20px;
}

@media (max-width: 767px) {
    .firs-slide-img.mod-second {
        top: -40px;
        right: -20px;
    }
}

.firs-slide-img.mod-third {
    top: -119px;
    right: -37px;
}

@media (max-width: 1229px) {
    .firs-slide-img.mod-third {
        top: -79px;
    }
}

@media (max-width: 500px) {
    .firs-slide-img.mod-third {
        top: -59px;
    }
}

.first-slide-text-block {
    width: calc(100% - 530px);
}

@media (max-width: 1229px) {
    .first-slide-text-block {
        width: calc(100% - 472px);
    }
}

@media (max-width: 767px) {
    .first-slide-text-block {
        width: 100%;
    }
}

.first-slide-name {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: 2.3px;
    text-align: left;
    color: #131e26;
    margin-bottom: 28px;
}

@media (max-width: 767px) {
    .first-slide-name {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

.first-slide-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin-bottom: 39px;
}

@media (max-width: 767px) {
    .first-slide-text {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.firs-slide-btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(100% - 82px);
}

@media (max-width: 991px) {
    .firs-slide-btn-row {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .firs-slide-btn-row .btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .firs-slide-btn-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.slide-counter {
    position: absolute;
    right: 0;
    top: 0;
}

.first-slider {
    position: relative;
    z-index: 2;
}

.first-slider.slick-dotted {
    margin-bottom: 0;
}

.btn {
    width: 240px;
    height: 64px;
    border-radius: 32px;
    border: solid 1px rgba(255, 153, 187, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn:hover {
    border: solid 1px rgba(255, 153, 187, 0.5);
}

.btn:hover .btn-text {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff99bb), to(#ff80aa));
    background-image: -o-linear-gradient(bottom, #ff99bb, #ff80aa);
    background-image: linear-gradient(to top, #ff99bb, #ff80aa);
}

.btn:active .btn-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff99bb), to(#ff80aa));
    background-image: -o-linear-gradient(top, #ff99bb, #ff80aa);
    background-image: linear-gradient(to bottom, #ff99bb, #ff80aa);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 230px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    -webkit-box-shadow: 0px 5px 25px 0 rgba(255, 128, 170, 0.4);
    box-shadow: 0px 5px 25px 0 rgba(255, 128, 170, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff99bb), to(#ff80aa));
    background-image: -o-linear-gradient(top, #ff99bb, #ff80aa);
    background-image: linear-gradient(to bottom, #ff99bb, #ff80aa);
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.43;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.btn-text span {
    position: relative;
    z-index: 2;
}

.btn-text:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), to(rgba(255, 153, 187, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(255, 153, 187, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(255, 153, 187, 0) 100%);
    left: 10px;
    top: 10px;
    border-radius: 50%;
}

.btn-text:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: -webkit-gradient(linear, right top, left top, from(#ff99bb), to(rgba(255, 153, 187, 0)));
    background: -o-linear-gradient(right, #ff99bb 0%, rgba(255, 153, 187, 0) 100%);
    background: linear-gradient(to left, #ff99bb 0%, rgba(255, 153, 187, 0) 100%);
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

.btn.mod-27 {
    width: 270px;
    margin: 0 auto;
}

.btn.mod-27 .btn-text {
    width: 260px;
}

.btn.mod-29 {
    width: 290px;
    margin: 0 auto;
}

.btn.mod-29 .btn-text {
    width: calc(100% - 10px);
    position: relative;
    z-index: 3;
}

.btn.mod-29 .btn-text span {
    position: relative;
    z-index: 2;
}

.btn.mod-full {
    width: 100%;
}

.btn.mod-full .btn-text {
    width: calc(100% - 10px);
}

.btn.mod-31 {
    width: 310px;
}

.btn.mod-31 .btn-text {
    width: calc(100% - 10px);
}

.page-link {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #45a3e5;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page-link:hover {
    text-decoration: none;
    color: #66bfff;
}

.page-link:hover:before {
    opacity: 0.5;
}

.page-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
}

.first-slider-slide {
    overflow: hidden;
}

.first-slider-slide .container {
    position: relative;
}

.slide-counter {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.25;
    letter-spacing: normal;
    text-align: right;
    color: #c6e7ff;
    top: 170px;
    right: -128px;
}

@media (max-width: 1435px) {
    .slide-counter {
        right: 0;
    }
}

@media (max-width: 1229px) {
    .slide-counter {
        top: 50px;
    }
}

@media (max-width: 767px) {
    .slide-counter {
        right: 10px;
        font-size: 40px;
        top: 30px;
    }
}

.slick-dots li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px transparent;
    margin: 11px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-dots li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    opacity: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(bottom, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to top, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    background-color: #66bfff;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button:hover {
    opacity: 0.5;
}

.slick-dots li.slick-active {
    border-color: rgba(102, 191, 255, 0.5);
}

.slick-dots li.slick-active:before {
    opacity: 0.5;
}

.services {
    position: relative;
    z-index: 6;
    padding-top: 119px;
    padding-bottom: 115px;
}

.services.mod-pt {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .services.mod-pt {
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

.services .container {
    position: relative;
    z-index: 6;
}

.section-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 49px;
}

.section-name.clear {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #131e26;
}

@media (max-width: 767px) {
    .section-name.clear {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.section-name-text {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 3.4px;
    text-align: center;
    color: #131e26;
    position: relative;
    padding: 0 69px;
}

.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dots:first-child {
    left: 0;
}

.dots:last-child {
    right: 0;
}

.dots:last-child .dot.pink:before {
    left: auto;
    right: 0;
}

.dot {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

.dot.green {
    background-color: #ace673;
}

.dot.yellow {
    background-color: #ffd073;
}

.dot.pink {
    background-color: #ff99bb;
}

.dot.pink:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 1px rgba(255, 153, 187, 0.2);
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 15px 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-item-img-block {
    display: block;
    position: relative;
    width: 100%;
    height: 235px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services-item-img-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 187, 0.2);
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.services-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services-item {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    height: 300px;
}

@media (max-width: 991px) {
    .services-item {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 767px) {
    .services-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 510px) {
    .services-item {
        width: calc(100% - 30px);
    }
}

.services-item:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.services-item:hover .services-item-container {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0px 15px 30px 0 rgba(102, 191, 255, 0.15);
    box-shadow: 0px 15px 30px 0 rgba(102, 191, 255, 0.15);
}

.services-item:hover .services-item-container:before {
    width: 0;
}

.services-item:hover .services-item-text-block:after {
    background-color: #ff99bb;
}

.services-item:hover .services-item-img-block {
    height: 135px;
}

.services-item:hover .services-item-text-container {
    height: 165px;
}

.services-item:hover .services-text {
    opacity: 1;
}

.services-item:hover .services-item-img-block:before {
    opacity: 1;
}

.services-item-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #e3f3fc;
    height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.services-item-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 55px;
    background-color: #66bfff;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services-item-text-container {
    padding: 16px;
    position: relative;
    height: 65px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services-item-text-block {
    background-color: #fff;
    position: relative;
}

.services-item-text-block:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0px -15px 40px 0 rgba(102, 191, 255, 0.15);
    box-shadow: 0px -15px 40px 0 rgba(102, 191, 255, 0.15);
    background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -11px;
    z-index: 2;
}

.services-item-text-block:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #66bfff;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.services-name {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #131e26;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #3e4e59;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 10px;
}

.parralax-4 {
    top: 263px;
    left: 50%;
    margin-left: -683px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-5 {
    bottom: 339px;
    right: 50%;
    margin-right: -801px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-6 {
    bottom: 157px;
    left: 50%;
    margin-left: -830px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.advantages {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #f7fcff;
    background-image: url(../img/advantages-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages:before {
    content: '';
    position: absolute;
    left: 0;
    top: -176px;
    width: 100%;
    height: 368px;
    background: url(../img/clouds-2.png) center center no-repeat;
    z-index: 3;
}

.advantages:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -179px;
    width: 100%;
    height: 363px;
    background: url(../img/clouds-3.png) center center no-repeat;
    z-index: 3;
}

.advantages-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.advantages-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    height: 165px;
}

.advantages-item:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.advantages-item:hover .advantages-container {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.advantages-item:hover .advantages-container:before {
    height: 0;
}

.advantages-item:hover .advantages-item-icon.mod-hover {
    opacity: 1;
}

.advantages-item:hover .advantages-item-icon-block {
    background-color: transparent;
}

@media (max-width: 1229px) {
    .advantages-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .advantages-item {
        width: calc(100% - 30px);
        height: auto;
    }
}

.advantages-container {
    height: 165px;
    background-color: #fff;
    border-radius: 15px;
    border: solid 1px #e3f3fc;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.advantages-container:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #66bfff;
    left: 0;
    top: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .advantages-container {
        height: auto;
    }
}

.advantages-item-text-block {
    width: calc(100% - 86px);
}

.advantages-name {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #131e26;
    margin-bottom: 14px;
}

.advantages-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
}

.advantages-item-icon-block {
    width: 60px;
    height: 60px;
    background-color: rgba(102, 191, 255, 0.06);
    border-radius: 50%;
    margin-left: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.advantages-item-icon-container {
    margin-top: -10px;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    position: relative;
}

.advantages-item-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.advantages-item-icon.mod-hover {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.teeth {
    position: absolute;
}

.teeth-1 {
    width: 129px;
    height: 139px;
    right: 50%;
    margin-right: -850px;
    bottom: 100px;
}

.teeth-2 {
    width: 146px;
    height: 159px;
    left: 50%;
    margin-left: -875px;
    top: 150px;
}

.parralax-7 {
    top: 116px;
    right: 50%;
    margin-right: -229px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-8 {
    right: 50%;
    margin-right: -960px;
    bottom: 222px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-9 {
    left: 50%;
    margin-left: -747px;
    bottom: 152px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.steps {
    padding-top: 119px;
    padding-bottom: 115px;
    position: relative;
}

.steps .container {
    position: relative;
    z-index: 6;
}

.steps .btn {
    margin-top: 180px;
}

@media (max-width: 1229px) {
    .steps .btn {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .steps {
        padding-top: 89px;
        padding-bottom: 65px;
        overflow: hidden;
    }
}

.steps-tabs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 74px;
}

@media (max-width: 600px) {
    .steps-tabs-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.tabs-line {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    margin-right: 262.5px;
    height: 3px;
}

.tabs-line:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 0;
    right: 0;
    background-color: rgba(102, 191, 255, 0.5);
}

.tabs-line:after {
    content: '';
    position: absolute;
    width: 289px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, right top, left top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    right: 3px;
    top: 1px;
}

.tabs-line:last-child {
    left: 50%;
    margin-left: 262.5px;
    right: auto;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 600px) {
    .tabs-line {
        display: none;
    }
}

.steps-tab-btn {
    width: 220px;
    height: 46px;
    border-radius: 5px;
    border: solid 1px #e3f3fc;
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #959fa6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.steps-tab-btn.is-active {
    color: #66bfff;
    -webkit-box-shadow: 0px 5px 15px 0 rgba(102, 191, 255, 0.05);
    box-shadow: 0px 5px 15px 0 rgba(102, 191, 255, 0.05);
    border-color: #66bfff;
}

.steps-tab-btn:hover {
    color: #3e4e59;
    border: solid 1px #e3f3fc;
}

@media (max-width: 600px) {
    .steps-tab-btn {
        margin-bottom: 20px;
    }
}

.steps-dot {
    width: 5px;
    height: 5px;
    background-color: #66bfff;
    border-radius: 50%;
    margin: 0 12px;
}

@media (max-width: 600px) {
    .steps-dot {
        display: none;
    }
}

.steps-tabs-item {
    position: relative;
    width: 100%;
    display: none;
    font-size: 0;
}

.steps-tabs-item.is-active {
    display: block;
}

.steps-tab-bg {
    width: 400px;
    height: 400px;
    background-color: #f1faff;
    background-image: url(../img/steps-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1229px) {
    .steps-tab-bg {
        display: none;
    }
}

.steps-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.steps-circle {
    margin: -443px auto 0;
    display: block;
}

@media (max-width: 1229px) {
    .steps-circle {
        display: none;
    }
}

.steps-tab-step {
    width: 5px;
    height: 5px;
    background-color: #66bfff;
    border-radius: 50%;
    position: absolute;
}

.steps-tab-step:hover {
    background-color: #ff99bb;
    -webkit-box-shadow: 0px 5px 25px 0 rgba(255, 128, 170, 0.4);
    box-shadow: 0px 5px 25px 0 rgba(255, 128, 170, 0.4);
    width: 11px;
    height: 11px;
}

@media (max-width: 1229px) {
    .steps-tab-step {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .steps-tab-step {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-1 {
    top: 47px;
    left: 50%;
    margin-left: -192px;
}

.steps-tab-step-1:hover {
    top: 45px;
    margin-left: -195px;
}

.steps-tab-step-1:hover .steps-tab-container {
    right: 89px;
    bottom: 4px;
}

@media (max-width: 1229px) {
    .steps-tab-step-1:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-1:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-1 .steps-tab-container {
    right: 86px;
    bottom: 0;
}

.steps-tab-step-1 .step-name:before {
    content: 'Крок 1';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: -30px;
    min-width: 180px;
}

.steps-tab-step-2 {
    top: 197px;
    left: 50%;
    margin-left: -245px;
}

.steps-tab-step-2:hover {
    top: 195px;
    margin-left: -248px;
}

.steps-tab-step-2:hover .steps-tab-container {
    right: 85px;
    top: -15px;
}

@media (max-width: 1229px) {
    .steps-tab-step-2:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-2:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-2 .steps-tab-container {
    right: 82px;
    top: -17px;
}

.steps-tab-step-2 .step-name:before {
    content: 'Крок 2';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: -30px;
    min-width: 190px;
}

.steps-tab-step-3 {
    top: 367px;
    left: 50%;
    margin-left: -176px;
}

.steps-tab-step-3:hover {
    top: 365px;
    margin-left: -179px;
}

.steps-tab-step-3:hover .steps-tab-container {
    right: 88px;
    top: 25px;
}

@media (max-width: 1229px) {
    .steps-tab-step-3:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-3:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-3 .steps-tab-container {
    right: 85px;
    top: 23px;
}

.steps-tab-step-3 .step-name:before {
    content: 'Крок 3';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: -30px;
    min-width: 190px;
}

.steps-tab-step-4 {
    left: 50%;
    margin-left: -2.5px;
    bottom: -2.5px;
}

.steps-tab-step-4:hover {
    bottom: -4.5px;
    margin-left: -5.5px;
}

.steps-tab-step-4:hover .steps-tab-container {
    top: 53px;
    left: -127px;
}

@media (max-width: 1229px) {
    .steps-tab-step-4:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-4:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-4 .steps-tab-container {
    min-width: 290px;
    top: 49px;
    left: -130px;
}

.steps-tab-step-4 .step-name:before {
    content: 'Крок 4';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: 50px;
    min-width: 190px;
}

.steps-tab-step-5 {
    top: 367px;
    right: 50%;
    margin-right: -176px;
}

.steps-tab-step-5 .steps-tab-container {
    top: 23px;
    left: 60px;
}

.steps-tab-step-5:hover {
    top: 364px;
    margin-right: -179px;
}

.steps-tab-step-5:hover .steps-tab-container {
    top: 26px;
    left: 63px;
}

@media (max-width: 1229px) {
    .steps-tab-step-5:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-5:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-5 .step-name:before {
    content: 'Крок 5';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: 90px;
    min-width: 190px;
}

.steps-tab-step-6 {
    top: 197px;
    right: 50%;
    margin-right: -245px;
}

.steps-tab-step-6 .steps-tab-container {
    top: -17px;
    left: 55px;
}

.steps-tab-step-6:hover {
    top: 194px;
    margin-right: -248px;
}

.steps-tab-step-6:hover .steps-tab-container {
    top: -14px;
    left: 58px;
}

@media (max-width: 1229px) {
    .steps-tab-step-6:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-6:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-6 .step-name:before {
    content: 'Крок 6';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: 90px;
    min-width: 190px;
}

.steps-tab-step-7 {
    top: 47px;
    right: 50%;
    margin-right: -192px;
}

.steps-tab-step-7 .steps-tab-container {
    top: -51px;
    left: 63px;
}

.steps-tab-step-7:hover {
    top: 44px;
    margin-right: -195px;
}

.steps-tab-step-7:hover .steps-tab-container {
    top: -48px;
    left: 66px;
}

@media (max-width: 1229px) {
    .steps-tab-step-7:hover {
        position: static;
        background-color: transparent;
        height: auto;
        width: calc(50% - 15px);
        margin: 0 15px 25px 0 !important;
        display: inline-block;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .steps-tab-step-7:hover {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }
}

.steps-tab-step-7 .step-name:before {
    content: 'Крок 7';
    position: absolute;
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(102, 191, 255, 0.1);
    bottom: 8px;
    left: 90px;
    min-width: 190px;
}

.steps-tab-container {
    position: absolute;
    min-width: 230px;
}

@media (max-width: 1229px) {
    .steps-tab-container {
        position: static;
        margin: 0;
        min-width: auto;
    }
}

.step-name {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #131e26;
    margin-bottom: 10px;
    position: relative;
}

.step-name span {
    color: #66bfff;
}

@media (max-width: 1229px) {
    .step-name:before {
        display: none;
    }
}

.step-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
}

.parralax-10 {
    position: absolute;
    left: 50%;
    top: 256px;
    margin-left: -960px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-11 {
    right: 50%;
    top: 269px;
    margin-right: -742px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-12 {
    left: 50%;
    bottom: 67px;
    margin-left: -795px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-13 {
    left: 50%;
    bottom: 206px;
    margin-left: -291px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-14 {
    right: 50%;
    bottom: 160px;
    margin-right: -278px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-15 {
    right: 50%;
    bottom: 325px;
    margin-right: -933px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.reviews {
    background-color: #f7fcff;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
    background-image: url(../img/advantages-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reviews:before {
    content: '';
    position: absolute;
    left: 0;
    top: -176px;
    width: 100%;
    height: 368px;
    background: url(../img/clouds-2.png) center center no-repeat;
    z-index: 3;
}

.reviews:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -179px;
    width: 100%;
    height: 363px;
    background: url(../img/clouds-3.png) center center no-repeat;
    z-index: 3;
}

.section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 6;
    margin-bottom: 39px;
}

.section-row .section-name {
    margin-bottom: 0;
}

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

    .section-row .section-name {
        margin-bottom: 29px;
    }
}

.review-btn-text {
    position: relative;
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #45a3e6;
}

.review-btn-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    left: 0;
    bottom: 0;
}

.review-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-btn i {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #ff99bb;
    margin-right: 9px;
}

.review-item {
    border-radius: 15px;
    background-color: #ffffff;
    margin: 10px 15px 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 32px;
    border: solid 1px #e3f3fc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.review-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #66bfff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    bottom: 50px;
}

.review-item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 15px 30px 0 rgba(102, 191, 255, 0.15);
    box-shadow: 0px 15px 30px 0 rgba(102, 191, 255, 0.15);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.review-item:hover:before {
    height: 0;
}

.review-item:hover .author-img-block {
    border-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#66bfff), to(#ff99bb));
    background-image: -o-linear-gradient(left, #66bfff, #ff99bb);
    background-image: linear-gradient(to right, #66bfff, #ff99bb);
}

.review-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
}

.review-text-container {
    width: 100%;
    height: 124px;
    margin-bottom: 25px;
    overflow-y: auto;
}

.review-text-container::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(227, 243, 252, 0.5);
}

.review-text-container::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(102, 191, 255, 0.5);
}

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

.author-img-block {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #e3f3fc;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.author-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border: 7px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review-name {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #131e26;
}

.review-link {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #66bfff;
    position: relative;
    word-break: break-all;
    padding-bottom: 4px;
}

.review-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
}

.review-link:hover {
    text-decoration: none;
    color: #66bfff;
}

.review-link:hover:before {
    opacity: 0.5;
}

.review-info-block {
    width: calc(100% - 100px);
}

.review-slider {
    margin: 0 -15px !important;
}

.review-slider .slick-dots {
    height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: -55px;
    z-index: 5;
}

.review-slider .slick-dots li {
    margin: 0 11px;
}

.slick-arrow {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    border: solid 1px #e3f3fc;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 7;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #66bfff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: -70px;
}

.slick-arrow:hover {
    background-color: #fff;
    border-color: #66bfff;
    -webkit-box-shadow: 0px 5px 15px 0 rgba(102, 191, 255, 0.05);
    box-shadow: 0px 5px 15px 0 rgba(102, 191, 255, 0.05);
    color: #66bfff;
}

.slick-arrow:focus {
    color: #66bfff;
    background-color: #fff;
}

.slick-next {
    right: 50%;
    margin-right: -120px;
}

.slick-next:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 30px);
    background-color: rgba(102, 191, 255, 0.5);
}

@media (max-width: 1229px) {
    .slick-next:before {
        display: none;
    }
}

.slick-next:after {
    content: '';
    position: absolute;
    width: 401px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, left top, right top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    left: calc(100% + 33px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1229px) {
    .slick-next:after {
        display: none;
    }
}

.slick-prev {
    left: 50%;
    margin-left: -120px;
}

.slick-prev:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 30px);
    background-color: rgba(102, 191, 255, 0.5);
}

@media (max-width: 1229px) {
    .slick-prev:before {
        display: none;
    }
}

.slick-prev:after {
    content: '';
    position: absolute;
    width: 401px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, right top, left top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    right: calc(100% + 33px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1229px) {
    .slick-prev:after {
        display: none;
    }
}

.scope {
    position: absolute;
}

.scope-1 {
    width: 111px;
    height: 93px;
    bottom: 137px;
    left: 50%;
    margin-left: -904px;
}

.scope-2 {
    width: 128px;
    height: 106px;
    top: 196px;
    right: 50%;
    margin-right: -797px;
}

.parralax-16 {
    left: 50%;
    top: 339px;
    margin-left: -945px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-17 {
    right: 50%;
    bottom: 195px;
    margin-right: -710px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.news {
    padding-top: 119px;
    padding-bottom: 115px;
    position: relative;
}

.news .container {
    position: relative;
    z-index: 6;
}

.news-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.new-img-container {
    display: block;
    position: relative;
    height: 190px;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.new-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 187, 0.2);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.new-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new-container {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.new-item {
    width: calc(25% - 30px);
    margin: 0 15px 35px;
}

@media (max-width: 991px) {
    .new-item {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 767px) {
    .new-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 500px) {
    .new-item {
        width: calc(100% - 30px);
    }
}

.new-item:hover .new-container {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.new-item:hover .new-img-container:before {
    opacity: 1;
}

.new-name {
    height: 41px;
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #131e26;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .new-name {
        height: auto;
    }
}

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

.new-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-more:hover {
    text-decoration: none;
    color: #66bfff;
}

.new-more:hover:before {
    opacity: 0.5;
}

.new-more .zmdi {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #66bfff;
    margin-left: 9px;
}

.new-more-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #45a3e6;
    position: relative;
}

.new-more-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    width: 100%;
    height: 1px;
}

.new-date {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: right;
    color: #959fa6;
}

.section-map {
    position: relative;
}

.section-map:before {
    content: '';
    position: absolute;
    left: 0;
    top: -176px;
    width: 100%;
    height: 368px;
    background: url(../img/clouds-2.png) center center no-repeat;
    z-index: 3;
}

@media (max-width: 767px) {
    .section-map:before {
        display: none;
    }
}

.section-map:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -179px;
    width: 100%;
    height: 363px;
    background: url(../img/clouds-3.png) center center no-repeat;
    z-index: 3;
}

.top-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 49px;
    z-index: 6;
}

@media (max-width: 767px) {
    .top-map {
        padding-top: 40px;
    }
}

.top-map .section-name {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .top-map .section-name {
        margin-bottom: 29px;
    }
}

.top-map:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcff), to(#f7fcff));
    background-image: -o-linear-gradient(top, #f7fcff, #f7fcff);
    background-image: linear-gradient(to bottom, #f7fcff, #f7fcff);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .top-map:before {
        display: none;
    }
}

.top-map .container {
    position: relative;
}

@media (max-width: 767px) {
    .top-map {
        position: static;
    }
}

.map {
    width: 100%;
    height: 793px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 2400px) {
    .map iframe {
        /*    margin-left: -300px;*/
        width: calc(100% + 300px);
    }
}

@media (max-width: 767px) {
    .map {
        height: 400px;
    }

    .map iframe {
        /* margin-top: -250px !important;*/
    }
}


.first-circle {
    width: 182px;
    height: 182px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px rgba(255, 153, 187, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.second-circle {
    width: 136px;
    height: 136px;
    border: solid 1px rgba(255, 153, 187, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.third-circle {
    width: 91px;
    height: 91px;
    border: solid 1px rgba(255, 153, 187, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: left;
    color: #ff99bb;
    border-radius: 50%;
}

.map-form {
    position: absolute;
    top: 80px;
    right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    width: 445px;
    border: solid 1px #e3f3fc;
    -webkit-box-shadow: 0px 20px 40px 0 rgba(102, 191, 255, 0.15);
    box-shadow: 0px 20px 40px 0 rgba(102, 191, 255, 0.15);
    z-index: 4;
    max-width: 100%;
}

.map-form:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1px;
    width: 75px;
    height: 1px;
    background-color: #66bfff;
}

.map-form:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    width: 75px;
    height: 1px;
    background-color: #66bfff;
}

.map-form .dots {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.map-form .dots .dot.pink:before {
    display: none;
}

.map-form .btn {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .map-form {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
        padding: 15px;
    }
}

.map-form-name {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #131e26;
    margin-bottom: 14px;
}

.map-form-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #3e4e59;
}

.input-label {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.input-label .zmdi {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #66bfff;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-label .error {
    position: absolute;
    top: calc(100% + 2px);
    left: 15px;
    font-size: 10px;
    color: #ff8080;
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.input-label .error ~ .zmdi {
    color: #ff8080;
}

.input-label .error ~ .input {
    border-color: #ff6666;
}

.input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #e3f3fc;
    background-color: #f7fcff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 61px;
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.43;
    letter-spacing: normal;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input::-webkit-input-placeholder {
    color: #959fa6;
}

.input::-moz-placeholder {
    color: #959fa6;
}

.input::-ms-input-placeholder {
    color: #959fa6;
}

.input::placeholder {
    color: #959fa6;
}

.input:focus {
    border: solid 1px #66bfff;
}

.input:focus ~ .zmdi {
    color: #ff99bb;
}

.checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.checkbox-icon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: solid 1px #c5e7ff;
    background-color: #f7fcff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
}

.checkbox-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #66bfff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.checkbox-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 33px);
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: rgba(149, 159, 166, 0.6);
}

.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkbox:checked + .checkbox-icon:before {
    opacity: 1;
}

.section-info {
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
}

.section-info .container {
    position: relative;
    z-index: 6;
}

@media (max-width: 767px) {
    .section-info {
        padding-top: 90px;
    }
}

.info-block {
    width: 100%;
    height: 162px;
    overflow-y: auto;
}

.info-block::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(227, 243, 252, 0.5);
}

.info-block::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(102, 191, 255, 0.5);
}

.info-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #959fa6;
}

.parralax-18 {
    top: 88px;
    left: 50%;
    margin-left: -864px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-19 {
    bottom: 316px;
    right: 50%;
    margin-right: -960px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-20 {
    bottom: 37px;
    left: 50%;
    margin-left: -477px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-21 {
    z-index: 3;
    top: 80px;
    right: 50%;
    margin-right: -288px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-22 {
    z-index: 3;
    bottom: 80px;
    left: 50%;
    margin-left: -912px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-23 {
    z-index: 9;
    bottom: 109px;
    right: 50%;
    margin-right: -587px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-24 {
    z-index: 9;
    top: 135px;
    right: 50%;
    margin-right: -895px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-25 {
    top: 132px;
    left: 50%;
    margin-left: -899px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower;
    animation-name: flower;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

.parralax-26 {
    top: 186px;
    right: 50%;
    margin-right: -587px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: flower-2;
    animation-name: flower-2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    animation-direction: linear;
}

@-webkit-keyframes flower {
    0% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0);
    }
    50% {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0);
    }
    100% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0);
    }
}

@keyframes flower {
    0% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0);
    }
    50% {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0);
    }
    100% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0);
    }
}

@-webkit-keyframes flower-2 {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    50% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    100% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
}

@keyframes flower-2 {
    0% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    50% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    100% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
}

.mod-services_text {
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.3px;
    text-align: center;
    color: #131e26;
}

@media screen and (max-width: 376px) {
    .mod-services_text {
        font-size: 27px;
    }
}

.mod-services-sky {
    background-image: url("../img/services-sky.png");
}

.mod-services-sky:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -172px;
    width: 100%;
    height: 353px;
    background: url("../img/clouds-second.png") center center no-repeat;
    z-index: 3;
}

.mod-services_parallax2 {
    top: 178px;
    margin-right: -571px;
}

.mod-services_parallax1 {
    top: 41px;
    margin-left: -811px;
}

.mod-circle-1 {
    top: 130px;
}

.mod-circle-2 {
    width: 45px;
    height: 45px;
    top: 85px;
    margin-right: -431px;
}

.mod-circle-3 {
    width: 100px;
    margin-left: -520px;
}

.mod-circle-4 {
    width: 50px;
    height: 50px;
    margin-left: -677px;
    top: 216px;
}

.mod-services-bg {
    position: relative;
    padding: 100px 69px 80px 69px;
    background: url(../img/services-back.png) center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    text-shadow: 0 0 30px rgba(102, 191, 255, 0.15);
    text-align: center;
}

.mod-services-bg:before {
    content: '';
    position: absolute;
    width: 664px;
    height: 664px;
    background-color: rgba(102, 191, 255, 0.02);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .mod-services-bg {
        background: transparent;
        padding: 33px 69px 48px;
        margin: 40px 0 25px;
    }
}

.mod-paralax-services-paralax7 {
    top: 426px;
}

.mod-paralax-services-paralax4 {
    bottom: 10px;
}

.mod-blog-bg {
    position: relative;
    padding: 100px 69px 80px 69px;
    background: url(../img/blog-back.png) center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    text-shadow: 0 0 30px rgba(102, 191, 255, 0.15);
    text-align: center;
}

.mod-blog-bg:before {
    content: '';
    position: absolute;
    width: 664px;
    height: 664px;
    background-color: rgba(102, 191, 255, 0.02);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .mod-blog-bg:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .mod-blog-bg {
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    .mod-blog-bg {
        padding: 33px 69px 48px;
        margin: 40px 0 25px;
    }
}

.mod-service-bg {
    position: relative;
    padding: 100px 69px 80px 69px;
    background: url("../img/service-page-back.png") center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    text-shadow: 0 0 30px rgba(102, 191, 255, 0.15);
    text-align: center;
}

@media (max-width: 767px) {
    .mod-service-bg {
        background: transparent;
        padding: 33px 69px 48px;
        margin: 40px 0 25px;
    }
}

.mod-service-bg:before {
    content: '';
    position: absolute;
    width: 552px;
    height: 330px;
    background-color: rgba(102, 191, 255, 0.02);
    border-radius: 50%;
}

.mod-paralax-service-paralax8 {
    top: 545px;
}

.mod-paralax-service-paralax24 {
    top: 217px;
    margin-left: -849px;
}

.mod-paralax-specifics-paralax27 {
    top: 297px;
    left: 52%;
}

.mod-paralax-specifics-paralax12 {
    bottom: 357px;
}

.mod-paralax-form-paralax28 {
    top: 381px;
    margin-left: -815px;
}

.mod-info-teeth1 {
    height: 152px;
    margin-right: -1011px;
    bottom: 0px;
}

.mod-info-teeth2 {
    height: 114px;
    width: 107px;
    margin-left: -830px;
}

.service {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 40px;
}

.service-item-container_img {
    float: left;
    margin-right: 30px;
    width: 540px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 769px) {
    .service-item-container_img {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 767px) {
    .service-item-container_img {
        height: auto;
    }
}

.service-item-container_text {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
}

@media screen and (max-width: 376px) {
    .service-item-container_text {
        font-size: 14px;
    }
}

.service-name {
    color: #131e26;
}

.service-lorem-bold {
    font-weight: normal;
    font-style: italic;
}

.service-text-bold {
    font-weight: bold;
    color: #131e26;
}

.mod-lorem-16 {
    font-size: 16px;
}

@media screen and (max-width: 376px) {
    .mod-lorem-16 {
        font-size: 14px;
    }
}

.mod-service-margin-text {
    margin-bottom: 15px;
}

.specifics {
    position: relative;
    z-index: 3;
}

.specifics-container_headline {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    color: #131e26;
}

.specifics-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 33px;
}

@media screen and (max-width: 992px) {
    .specifics-item {
        margin-top: 15px;
    }
}

.specifics-item .specifics-item_text {
    position: relative;
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    width: 300px;
    max-width: 100%;
    margin-left: 80px;
}

.specifics-item .specifics-item_text:first-child {
    margin-left: 0;
}

.specifics-item .specifics-item_text:before {
    content: "0" counter(my-awesome-counter);
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.3;
    letter-spacing: normal;
    text-align: right;
    color: rgba(102, 191, 255, 0.1);
    position: absolute;
    right: -50px;
    top: 15px;
}

@media screen and (max-width: 1140px) {
    .specifics-item .specifics-item_text:before {
        right: -10px;
    }
}

.specifics-item .specifics-item_text:hover:before {
    color: rgba(255, 153, 187, 0.2);
}

@media screen and (max-width: 629px) {
    .specifics-item .specifics-item_text {
        width: auto;
    }
}

@media (max-width: 1229px) {
    .specifics-item .specifics-item_text {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: auto;
    }
}

.specifics-item .specifics-item-first {
    list-style: none;
    width: 100%;
    counter-reset: my-awesome-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.specifics-item .specifics-item-first .specifics-item_text {
    counter-increment: my-awesome-counter;
}

.specifics-block-text {
    margin-top: 38px;
}

.form {
    position: relative;
    z-index: 4;
    margin-top: 51px;
    padding-bottom: 140px;
}

@media (max-width: 767px) {
    .form {
        padding-bottom: 80px;
    }
}

.specifies-table {
    width: 100%;
    overflow: auto;
    margin-top: 53px;
    border-radius: 15px;
    border: solid 1px #e3f3fc;
    background-color: #ffffff;
}

.specifies-table::-webkit-scrollbar {
    width: 4px;
    height: 1px;
    border-radius: 2px;
    background-color: rgba(227, 243, 252, 0.5);
}

.specifies-table::-webkit-scrollbar-thumb {
    width: 4px;
    height: 1px;
    border-radius: 2px;
    background-color: rgba(102, 191, 255, 0.5);
}

.specifics-table-container {
    width: 100%;
    text-align: center;
    position: relative;
    border-collapse: collapse;
}

.specifics-table-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 80px;
    background-color: #66bfff;
    z-index: 2;
}

@media screen and (max-width: 376px) {
    .specifics-table-container {
        min-width: 400px;
    }
}

.specifics-table-row {
    height: 50px;
}

.specifics-table-row:nth-child(2n) {
    background: white;
}

.specifics-table-row:nth-child(2n - 1) {
    background: #f7fcff;
}

.specifics-table-item {
    border-right: 1px solid #e3f3fc;
    vertical-align: middle;
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #3e4e59;
    width: 277.5px;
    max-width: 100%;
}

.specifics-table-item:last-child {
    border-right: 0;
}

.mod-table-italic {
    font-style: italic;
}

.mod-table-left {
    text-align: left;
    padding-left: 50px;
}

@media (max-width: 592px) {
    .mod-table-left {
        padding-left: 30px;
    }
}

@media (max-width: 425px) {
    .mod-table-left {
        padding-left: 15px;
    }
}

.table-headline {
    background: #fff;
    position: relative;
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #131e26;
    height: 60px;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
}

.table-headline:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ff99bb;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
}

.table-headline:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #ff99bb;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
}

.table-blue-line {
    position: relative;
}

.table-blue-line:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 80px;
    background-color: #66bfff;
    z-index: 2;
}

.specifics-form-container {
    max-width: 100%;
    padding: 59px 55px 43px 50px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    box-shadow: 0px 10px 30px 0 rgba(102, 191, 255, 0.1);
    border: solid 1px #e3f3fc;
    background-color: #ffffff;
    position: relative;
}

.specifics-form-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 125px;
    background-color: #66bfff;
    z-index: 2;
}

.specifics-form-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 125px;
    background-color: #66bfff;
    z-index: 2;
}

@media screen and (max-width: 769px) {
    .specifics-form-container {
        padding: 59px 15px 43px 15px;
    }
}

.specifics-form-container_headline {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    color: #131e26;
}

.specifics-form-container_text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #3e4e59;
}

.mod-m14 {
    margin-top: 14px;
}

.specifics-form-container-item-input_input {
    width: 345px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #e3f3fc;
    background-color: #f7fcff;
    padding-left: 61px;
}

.specifics-form-container-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 31px;
}

@media screen and (max-width: 769px) {
    .specifics-form-container-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mod-27 {
    width: 270px;
    max-width: 100%;
}

.mod-28 {
    width: 280px;
    max-width: 100%;
}

.mod-29 {
    width: 290px;
    max-width: 100%;
}

.mod-mr0 {
    margin: 0;
    width: 345px;
    max-width: 100%;
}

.mod-specifics-checkbox {
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mod-specifics-checkbox .checkbox-text {
    width: auto;
}

@media (max-width: 567px) {
    .mod-specifics-checkbox .checkbox-text {
        width: calc(100% - 33px);
    }
}

.section-info.mod-info-sky {
    position: relative;
    padding-top: 60px;
    background-color: #f7fcff;
}

.section-info.mod-info-sky:before {
    content: '';
    background: url("../img/clouds-4.png") center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 368px;
    z-index: 3;
    left: 0;
    top: -191px;
}

@media screen and (max-width: 1230px) {
    .btn.mod-29.btn-adapt {
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .input-adapt {
        margin-top: 20px;
    }
}

@media (max-width: 1229px) {
    .btn-adapt {
        margin-top: 20px;
    }
}

.mod-article-bg {
    position: relative;
    padding: 100px 69px 80px 69px;
    background: url(../img/article-back.png) center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    text-shadow: 0 0 30px rgba(102, 191, 255, 0.15);
    text-align: center;
}

.mod-article-bg:before {
    content: '';
    position: absolute;
    width: 664px;
    height: 664px;
    background-color: rgba(102, 191, 255, 0.02);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .mod-article-bg:before {
        display: none;
    }
}

.mod-article-bg .dots {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mod-article-bg .section-name-text {
    line-height: 1.24;
}

@media (max-width: 767px) {
    .mod-article-bg .section-name-text.mod-article {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .mod-article-bg {
        background: transparent;
        padding: 33px 0 48px;
        margin: 40px 0 25px;
    }
}

@media (max-width: 767px) {
    .mod-article-bg.section-name .dots {
        display: none;
    }
}

@media (max-width: 767px) {
    .mod-article-bg.section-name .section-name-text {
        padding: 0;
        letter-spacing: 1px;
    }

    .mod-article-bg.section-name .section-name-text br {
        display: none;
    }
}

.article-block {
    font-size: 0;
}

.article-block img {
    float: left;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .article-block img {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
}

.article-block p {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin-bottom: 26px;
}

.article-block p:last-child {
    margin-bottom: 0;
}

.article-block strong {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.article-block a {
    color: #45a3e5;
    position: relative;
}

.article-block a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
}

.article-block a:hover {
    text-decoration: none;
}

.article-block h3 {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    color: #131e26;
    margin-bottom: 25px;
    margin-top: 40px;
}

.article-block ul {
    display: inline-block;
    width: 50%;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .article-block ul {
        width: 100%;
    }
}

.article-block ul li {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin-bottom: 10px;
}

.article-block ul li:last-child {
    margin-bottom: 0;
}

.article-block ul li:before {
    content: '\f2f6';
    font-family: Material-Design-Iconic-Font;
    font-weight: normal;
    color: #66bfff;
    font-size: 16px;
    padding-right: 10px;
}

.article-block ol {
    display: inline-block;
    width: 50%;
    counter-reset: counter;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .article-block ol {
        width: 100%;
    }
}

.article-block ol li {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin-bottom: 10px;
    counter-increment: counter;
    position: relative;
}

.article-block ol li:last-child {
    margin-bottom: 0;
}

.article-block ol li:before {
    content: counter(counter) ")";
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #66bfff;
    padding-right: 10px;
}

.imge-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 10px;
}

.image-item {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    height: 225px;
    position: relative;
}

@media (max-width: 991px) {
    .image-item {
        width: calc(33.33% - 30px);
    }
}

@media (max-width: 600px) {
    .image-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    .image-item {
        width: calc(100% - 30px);
    }
}

.image-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 187, 0.2);
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.image-item:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

@media (max-width: 767px) {
    .image-item:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.image-item:hover:before {
    opacity: 1;
}

@media (max-width: 767px) {
    .image-item:hover:before {
        opacity: 0;
    }
}

.image-item:hover .image {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media (max-width: 767px) {
    .image-item:hover .image {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-date {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #959fa6;
}

.article-share {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #45a3e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-share:hover {
    text-decoration: none;
}

.article-share span {
    position: relative;
    padding-right: 14px;
}

.article-share span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff99bb), color-stop(50%, rgba(102, 191, 255, 0.5)), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #ff99bb 0%, rgba(102, 191, 255, 0.5) 50%, rgba(102, 191, 255, 0) 100%);
}

.article-share i {
    font-size: 14px;
}

.article-line {
    height: 1px;
    opacity: 0.2;
    background-color: #66bfff;
    width: calc(100% - 216px);
}

.mod-portfolio-bg {
    position: relative;
    padding: 100px 69px 80px 69px;
    background: url(../img/prtfolio-back.png) center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    text-shadow: 0 0 30px rgba(102, 191, 255, 0.15);
    text-align: center;
}

.mod-portfolio-bg:before {
    content: '';
    position: absolute;
    width: 664px;
    height: 664px;
    background-color: rgba(102, 191, 255, 0.02);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .mod-portfolio-bg:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .mod-portfolio-bg {
        background: transparent;
        padding: 33px 69px 48px;
        margin: 40px 0 25px;
    }
}

.portfolio {
    padding-top: 50px;
}

.portfolio .container {
    position: relative;
    z-index: 4;
}

.portfolio-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin-bottom: 40px;
}

.beer-reveal[data-beer-label]:after {
    display: none;
}

.beer-slider[data-beer-label]:after {
    display: none;
}

@media (max-width: 991px) {
    .beer-slider {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .beer-slider {
        width: 100%;
        margin-bottom: 20px;
    }

    .beer-slider img {
        width: 100%;
    }
}

.beer-handle {
    width: 55px;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid rgba(255, 255, 255, 0.5);
    background-color: #ff99bb;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ff80aa;
    box-shadow: inset 0px 0px 0px 5px #ff80aa;
}

.beer-range:focus ~ .beer-handle {
    border: 5px solid rgba(255, 255, 255, 0.5);
    background-color: #ff99bb;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ff80aa;
    box-shadow: inset 0px 0px 0px 5px #ff80aa;
}

.portfolio-slide-info-block {
    width: calc(100% - 665px);
    position: relative;
}

.portfolio-slide-info-block:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff99bb), to(#66bfff));
    background-image: -o-linear-gradient(right, #ff99bb, #66bfff);
    background-image: linear-gradient(to left, #ff99bb, #66bfff);
    left: -90px;
    top: 43px;
}

@media (max-width: 991px) {
    .portfolio-slide-info-block:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .portfolio-slide-info-block {
        width: calc(100% - 430px);
    }
}

@media (max-width: 767px) {
    .portfolio-slide-info-block {
        width: 100%;
    }
}

.portfolio-slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .portfolio-slide-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.portfolio-text-block {
    width: 100%;
    height: 260px;
    overflow-y: auto;
    margin-top: 33px;
}

.portfolio-text-block::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(227, 243, 252, 0.5);
}

.portfolio-text-block::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(102, 191, 255, 0.5);
}

@media (max-width: 991px) {
    .portfolio-text-block {
        margin-top: 0;
    }
}

.portfolio-slide-text {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin-bottom: 10px;
}

.portfolio-slide-text strong {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (max-width: 767px) {
    .portfolio-slider {
        margin-top: 80px;
    }
}

.portfolio-slider .slick-arrow:before {
    display: none;
}

.portfolio-slider .slick-arrow:after {
    display: none;
}

.portfolio-slider .slick-prev {
    margin-left: 110px;
    bottom: 25px;
}

@media (max-width: 1229px) {
    .portfolio-slider .slick-prev {
        margin-left: 200px;
    }
}

@media (max-width: 991px) {
    .portfolio-slider .slick-prev {
        margin-left: 70px;
        bottom: -10px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider .slick-prev {
        margin-left: 0;
        left: 0;
        bottom: auto;
        top: -60px;
    }
}

.portfolio-slider .slick-next {
    right: auto;
    margin-right: 0;
    left: 50%;
    bottom: 25px;
    margin-left: 318px;
}

@media (max-width: 1229px) {
    .portfolio-slider .slick-next {
        margin-left: 398px;
    }
}

@media (max-width: 991px) {
    .portfolio-slider .slick-next {
        margin-left: 315px;
        bottom: -10px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider .slick-next {
        margin-right: 0;
        left: auto;
        right: 0;
        bottom: auto;
        top: -60px;
    }
}

.counter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px;
    margin-left: 85px;
}

@media (max-width: 991px) {
    .counter-row {
        margin-top: 26px;
    }
}

@media (max-width: 767px) {
    .counter-row {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.counter-current {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.76;
    letter-spacing: normal;
    text-align: right;
    color: #66bfff;
}

.counter-all {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #959fa6;
    margin-left: 16px;
}

.beer-handle:before {
    content: '\f2f4';
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
}

.beer-handle:after {
    content: '\f2f6';
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
    right: 10px;
}

.first.mod-404 .first-slide-row {
    padding: 90px 0;
}

@media (max-width: 1229px) {
    .first.mod-404 .first-slide-row {
        padding: 50px 0;
    }
}

.first.mod-404 .container {
    position: relative;
    z-index: 6;
}

.first.mod-404 .first-slide-text-block {
    width: calc(100% - 540px);
}

@media (max-width: 1229px) {
    .first.mod-404 .first-slide-text-block {
        width: calc(100% - 380px);
    }
}

@media (max-width: 767px) {
    .first.mod-404 .first-slide-text-block {
        width: 100%;
    }
}

.text-404 {
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 240px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.08;
    letter-spacing: -9.6px;
    text-align: left;
    color: #c6e7ff;
}

@media (max-width: 1229px) {
    .text-404 {
        font-size: 170px;
    }
}

@media (max-width: 767px) {
    .text-404 {
        margin-top: 90px;
        font-size: 140px;
    }
}

.mod-about-bg {
    position: relative;
    background: url("../img/about-bg.png") center center no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    text-shadow: 0 0 30px rgba(102, 191, 255, 0.15);
    padding: 100px 0 80px 0;
    text-align: center;
}

.mod-about-bg:before {
    content: '';
    position: absolute;
    width: 552px;
    height: 552px;
    background-color: rgba(102, 191, 255, 0.02);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .mod-about-bg {
        background: transparent;
        padding: 33px 69px 48px;
        margin: 40px 0 25px;
    }
}

.mod-paralax-about-paralax27 {
    margin-left: -831px;
}

.mod-paralax-about-paralax2 {
    right: 50%;
    margin-right: -815px;
    left: auto;
}

.mod-paralax-form-paralax24 {
    top: 0px;
    margin-left: -521px;
    z-index: 4;
}

.about {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 64px;
}

@media (max-width: 767px) {
    .about {
        padding-bottom: 40px;
    }
}

.about-container_text {
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
}

@media screen and (max-width: 376px) {
    .about-container_text {
        font-size: 14px;
    }
}

.about-item-container_img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 769px) {
    .about-item-container_img {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
}

.slider-about-first {
    width: 540px;
    max-width: 100%;
    height: 400px;
    float: right;
    margin-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media (max-width: 1229px) {
    .slider-about-first {
        bottom: -28px;
    }
}

@media (max-width: 991px) {
    .slider-about-first {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .slider-about-first {
        height: auto;
        padding: 0;
    }
}

.slider-about-first .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .slider-about-first {
        bottom: 20px;
    }
}

.slider-about-first .slick-dots li {
    margin: 0 11px;
}

.slider-about-first .slick-dots li {
    position: relative;
    margin: 0 11px;
}

.slider-about-first .slick-dots li:first-child:after {
    content: '';
    position: absolute;
    width: 162px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, right top, left top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    left: -190px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .slider-about-first .slick-dots li:first-child:after {
        width: 0;
    }
}

.slider-about-first .slick-dots li:last-child:after {
    content: '';
    position: absolute;
    width: 162px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, left top, right top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    right: -190px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .slider-about-first .slick-dots li:last-child:after {
        width: 0;
    }
}

.slider-about-first .slick-dots:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    opacity: 0.5;
    background-color: #66bfff;
    right: 161px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .slider-about-first .slick-dots:before {
        width: 0;
    }
}

.slider-about-first .slick-dots:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    opacity: 0.5;
    background-color: #66bfff;
    left: 160px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .slider-about-first .slick-dots:after {
        width: 0;
    }
}

.slider-about-first-img {
    margin: 0 5px;
}

.specialist {
    position: relative;
    z-index: 3;
}

.specialist-item {
    padding-top: 40px;
    margin: 0 -15px;
}

@media (max-width: 375px) {
    .specialist-item {
        margin: 0;
    }
}

.specialist-item-slider-block {
    margin: 10px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.specialist-item-slider-block:hover .specialist-container {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width: 767px) {
    .specialist-item-slider-block:hover .specialist-container {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.specialist-container-block {
    width: 100%;
    height: 340px;
}

.specialist-container:hover .specialist-container-block {
    position: relative;
}

.specialist-container:hover .specialist-container-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 153, 187, 0.2);
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .specialist-container:hover .specialist-container-block:before {
        display: none;
    }
}

.specialist-container-block_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.specialist-container_name {
    font-family: "GothamPro-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #131e26;
    margin-top: 25px;
}

.specialist-container_work {
    font-family: "GothamPro-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #959fa6;
    margin-top: 5px;
}

.specialist-item .slick-next {
    top: -20px;
    right: 15px;
    margin: 0;
}

.specialist-item .slick-next:before {
    content: '';
    display: none;
}

.specialist-item .slick-next:after {
    content: '';
    display: none;
}

@media (max-width: 375px) {
    .specialist-item .slick-next {
        top: auto;
        bottom: -40px;
    }
}

.specialist-item .slick-prev {
    top: -20px;
    left: auto;
    right: 91px;
    margin: 0;
}

.specialist-item .slick-prev:before {
    content: '';
    display: none;
}

.specialist-item .slick-prev:after {
    content: '';
    display: none;
}

@media (max-width: 375px) {
    .specialist-item .slick-prev {
        top: auto;
        bottom: -40px;
    }
}

a:hover {
    text-decoration: none !important
}

.specifics-container {
    margin-top: 40px;
}

.about-item-container_img {
    max-height: 393px;
}

.footer-menu-item.menu-item {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

#menu-golovne-menju-2.footer-menu {
    font-size: 0;
    max-width: 220px;
}

.specifies-table {
    margin-bottom: 38px
}

.footer-menu {
    padding-right: 10px
}

.checkbox-label.hilight .checkbox-text {
    color: #ff8080
}

.slider-about-first {
    margin-bottom: 45px;
}

/*# sourceMappingURL=style.css.map */

.about-container ul {
    list-style-type: disc;
    padding-left: 15px

}

.about-container ul li {
    padding-left: 10px;
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3e4e59;
    margin: 5px 0
}

.firs-slide-btn-row {
    width: calc(100% - 172px);
}

.page-team .doctor-item {
    margin-bottom: 30px;
}

.page-team .doctor-item:nth-child(even) .js-slider-about-first {
    float: left;
    margin-right: 30px;
    margin-left: 0;
}

@media (max-width: 991px) {
    .page-team .doctor-item:nth-child(even) .js-slider-about-first {
        float: none;
        margin: 0 auto 20px 0;
    }
}

.page-team .doctor-item .doctor-name {
    font-size: 28px;
    margin-bottom: 20px;
}

.page-team .doctor-item .about-item-container_img {
    object-fit: contain;
}


/* Portfolio Gallery Slider - Виправлені стилі */
.den_portfolio_slider {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0; /* Додаємо відступи для стрілок і dots */
    padding-bottom: 50px;
    margin-bottom: 10px;
}

.den_portfolio_slider .gallery-item {
    outline: none;
}

.den_portfolio_slider .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.den_portfolio_slider .slick-list {
    z-index: 1;
}

/* Dots - точки навігації */
.den_portfolio_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    padding: 0;
    list-style: none;
    z-index: 10;
    height: 10px;
    margin: auto;
    justify-content: center;
}

.den_portfolio_slider .slick-dots li {
    margin: 0;
}

.den_portfolio_slider .slick-dots li:first-child:after {
    content: '';
    position: absolute;
    width: 162px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, right top, left top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    left: -190px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.den_portfolio_slider .slick-dots li:last-child:after {
    content: '';
    position: absolute;
    width: 162px;
    height: 1px;
    opacity: 0.2;
    background: -webkit-gradient(linear, left top, right top, from(#66bfff), to(rgba(102, 191, 255, 0)));
    background: -o-linear-gradient(left, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    background: linear-gradient(to right, #66bfff 0%, rgba(102, 191, 255, 0) 100%);
    right: -190px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.den_portfolio_slider .slick-dots:before, .den_portfolio_slider .slick-dots:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    opacity: 0.5;
    background-color: #66bfff;
    right: 20%;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.den_portfolio_slider .slick-dots:after {

    left: 20%;
    right: auto;
}

/* Стрілки навігації */
.den_portfolio_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #e3f3fc;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #66bfff;
    opacity: 0.4;
}

.portfolio-slide-info-block:before {
    z-index: 2;
}


.den_portfolio_slider .slick-prev {
    left: 5px;
    right: auto;
    margin: 0;
    z-index: 3;
}

.den_portfolio_slider .slick-next {
    right: 5px;
    left: auto;
    margin: 0;
    z-index: 3;
}


.new_style .portfolio-slide-info-block .portfolio-slide-text {
    margin-top: 0;
    height: auto;
    max-height: 340px;
}

.new_style .den_portfolio_slider {
    margin: 0;

}

.new_style .portfolio-slide-info-block {
    width: calc(100% - 620px);
}

.new_style .portfolio-slide-info-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #66bfff;
}

@media screen and (max-width: 992px) {
    .portfolio.new_style .portfolio-slide-row {
        flex-direction: column;
    }

    .new_style .den_portfolio_slider, .new_style .portfolio-slide-info-block {
        margin: auto;
    }

    .den_portfolio_slider {
        max-width: 100%;
    }

    .new_style .portfolio-slide-info-block,
    .den_portfolio_slider {
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .den_portfolio_slider {
        margin-top: 30px;
    }


}

.specifics-form-container-item .btn-adapt {
    margin: 0;
}

.footer-item-row.phone_row {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 25px;

}

.footer-item-row.phone_row .zmdi-phone {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-item-row.phone_row a {
    margin-bottom: 10px;

}

.footer-item-row.phone_row a:hover,
.header-text a:hover {
    color: #66bfff;
}

.header-text:hover .header-time-dropdown {
    padding: 10px 20px;
}

.header-text:hover .header-time-dropdown .header-text {

    margin: 0;
    padding: 5px 0;
}

.footer-row .footer-item:last-child {
    max-width: 180px;
}

.footer-row .footer-item:last-child .footer-menu {
    padding-right: 0;
}

.copyright {
    text-align: center;
}

.social-list.fix {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-list.fix .social-item {
    padding: 0;
    margin: 0;
}

.social-list.fix .social-item a i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: min-content;
}

.social-list.fix .social-item a {
    display: flex;
    position: relative;
    justify-content: center;
    align-content: center;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#66bfff), to(#c5e7ff));
    background-image: -o-linear-gradient(bottom, #66bfff, #c5e7ff);
    background-image: linear-gradient(to top, #66bfff, #c5e7ff);
    transition: all 0.3s ease;
}

.social-list.fix .social-item a:hover {
    -webkit-box-shadow: 0px 5px 25px 0 rgba(255, 128, 170, 0.4);
    box-shadow: 0px 5px 25px 0 rgba(255, 128, 170, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff99bb), to(#ff80aa));
    background-image: -o-linear-gradient(top, #ff99bb, #ff80aa);
    background-image: linear-gradient(to bottom, #ff99bb, #ff80aa);
    font-family: "GothamPro-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.video-container .video-item {
    flex: 1 1 calc(33.333% - 14px);
    min-width: 300px;
    max-width: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .video-container .video-item {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

.desktop_menu {
    margin: auto;
    margin-left: 100px;
    width: 21px;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.header:not(.show_menu) .desktop_menu .zmdi-close,
.header.show_menu .desktop_menu .zmdi-menu {
    display: none;
}

.desktop_menu .zmdi {
    font-size: 20px;
    color: #45a3e5;
    cursor: pointer;
}

.header.scrolled .desktop_menu,
.header.show_menu .header-text {
    display: none;
}

.header.show_menu .header-menu {
    display: flex;
}

@media screen and (max-width: 1500px) {
    .header-text {
        margin-right: 25px;
    }

    .desktop_menu {

        margin-left: 25px;
    }
}

@media screen and (max-width: 1315px) {
    .header {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 20px 15px;
    }

    .desktop_menu {
        margin-left: 5px;
    }

    .header-text {
        margin-right: 15px;
    }

    .header-link {
        font-size: 14px;
    }

    .header-link .zmdi-chevron-down {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .desktop_menu {
        display: none;
    }
}

.breadcrumb-wrapper {
    position: relative;
    z-index: 10;
    padding: 14px 0 10px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    color: #7a8a9a;
    font-size: 13px;
    line-height: 1.4;
    font-family: "GothamPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item a {
    color: #45a3e5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #2f89c7;
    text-decoration: underline;
}

.breadcrumb-item:last-child {
    color: #4c5d70;
}

.breadcrumb-separator {
    color: #b8c2cc;
    user-select: none;
}

@media screen and (max-width: 768px) {
    .breadcrumb-wrapper {
        padding: 10px 0 8px;
    }

    .breadcrumbs {
        font-size: 12px;
        gap: 5px;
    }
}
