
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../fonts/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Open Sans';
    position: relative;
}

.container {
    max-width: 1200px;
}

.mobile__active {
    overflow: hidden;
}


/*---------------------------*/

header {
    background: #1EAFCF;
    -webkit-box-shadow: 0px 5px 16px rgba(139, 119, 119, 0.25);
            box-shadow: 0px 5px 16px rgba(139, 119, 119, 0.25);
    padding: 10px 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.home header {
    position: absolute;
    background: rgb(30 175 207 / 50%);
}

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

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__logo--text {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    max-width: 110px;
    margin-left: 10px;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__menu {
    margin-right: 30px;
}

.header__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__menu .menu li {
    margin-right: 25px;
}

.header__menu .menu li:last-child {
    margin-right: 0;
}

.header__menu .menu li a {
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header__menu .menu li a:before {
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.header__menu .menu li a:hover {
    font-weight: bold;
}

.header__phone a {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}

.header__phone a img {
    margin-right: 8px;
}

.header__popup {
    margin-left: 40px;
}

.header__burger {
    display: none;
    margin-left: 30px;
}

.button__bg {
    background: #218095;
    -webkit-box-shadow: 0px 4px 0px #116B7E;
            box-shadow: 0px 4px 0px #116B7E;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
    border: 0;
    height: 59px;
    color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
}

.header__popup .popup__linck {
    background: #FFFFFF !important;
    color: #218095 !important;
}

.button__bg:hover {
    -webkit-box-shadow: 0px 0px 0px transparent;
            box-shadow: 0px 0px 0px transparent;
}


/*---------------------------*/

.section__banner {
    position: relative;
    padding-top: 195px;
    padding-bottom: 50px;
}

.section {
    position: relative;
    padding: 50px 0;
}

.section__bg--block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

img.section__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.section__banner .section__bg--block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(30 175 207 / 60%);
    z-index: 1;
    display: none;
}

.section__banner .section__bg--block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 300px;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
    z-index: 1;
}

.banner__subtitle {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner__subtitle:before {
    content: "";
    width: 100%;
    background: url(../img/Line-dashed.svg);
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3px;
    margin-right: 20px;
}

.banner__subtitle:after {
    content: "";
    width: 100%;
    background: url(../img/Line-dashed.svg);
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3px;
    margin-left: 20px;
}

.banner__title {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(26, 115, 135, 0.5);
    line-height: 1.3;
    padding-left: 25px;
    margin-bottom: 35px;
    border-left: 3px solid #FFFFFF;
}

.banner__sertif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}

.banner__sertif--left {
    margin-right: 45px;
}

.banner__sertif--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    padding-left: 80px;
}

.banner__list--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 50px;
}

.banner__list--title {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

.banner__list--icon {
    margin-right: 20px;
}

.banner__form_block {
    background: -webkit-gradient(linear, right top, left top, color-stop(7.08%, #64CAE1), color-stop(97.07%, #39B3CE));
    background: -o-linear-gradient(right, #64CAE1 7.08%, #39B3CE 97.07%);
    background: linear-gradient(270deg, #64CAE1 7.08%, #39B3CE 97.07%);
    border: 2px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px #226B7B;
            box-shadow: 0px 0px 10px #226B7B;
    border-radius: 20px;
    max-width: 785px;
    margin: 0 auto;
}

.form__block--title {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #248296;
    margin-bottom: 30px;
}

.banner__form_block .form__block--title {
    color: #fff;
}

.form__block {
    padding: 35px 35px 45px 35px;
}

.input-linck {
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    color: #218095;
    background: #FFFFFF;
    border-radius: 12px;
    border: 0;
    padding: 15px 35px;
    height: 59px;
}

button.popup__linck {
    width: 100%;
    color: #FFFFFF !important;
}

.section__banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 215px;
    background: url(../img/banner__after.png);
    z-index: -1;
}


/*---------------------------*/

.section__title {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #218095;
    text-shadow: 0px 4px 7px rgba(255, 255, 255, 0.4);
    margin-bottom: 35px;
    line-height: 1.2;
}

.section__twosteps {
    padding-top: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.23%, rgba(196, 196, 196, 0)), color-stop(44.24%, rgba(30, 175, 207, 0.07)), color-stop(100.47%, rgba(196, 196, 196, 0)));
    background: -o-linear-gradient(top, rgba(196, 196, 196, 0) -9.23%, rgba(30, 175, 207, 0.07) 44.24%, rgba(196, 196, 196, 0) 100.47%);
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) -9.23%, rgba(30, 175, 207, 0.07) 44.24%, rgba(196, 196, 196, 0) 100.47%);
}

.twosteps__item--text {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #1EAFCF;
}

.twosteps__item--number {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #1EAFCF;
    text-shadow: 0px 4px 7px rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #1EAFCF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
            box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
    border-radius: 12px;
    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;
    margin-right: 20px;
}

.twosteps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.twosteps__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
}

.twosteps__item:first-child {
    padding-right: 110px;
    margin-right: 25px;
}

.twosteps__item:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    width: 108px;
    height: 108px;
    background: url(../img/twosteps--arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    z-index: -1;
}

.twosteps__desc {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    color: #232323;
}

.twosteps__desc span {
    color: #CF1E1E;
}

.twosteps__servise {
    margin-top: 60px;
}

.section__line--title {
    text-transform: uppercase;
    color: #218095;
    text-shadow: 0px 4px 7px rgba(255, 255, 255, 0.4);
    font-weight: 800;
    font-size: 30px;
    position: relative;
    white-space: nowrap;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section__line--title:after {
    content: "";
    width: 100%;
    background: url(../img/Line-dashed-b.svg);
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3px;
    margin-left: 20px;
}

.twosteps__servise--item {
    background: #FFFFFF;
    border-radius: 12px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(33, 128, 149, 0.5));
            filter: drop-shadow(0px 0px 10px rgba(33, 128, 149, 0.5));
    height: 360px;
    padding: 30px 20px 35px 20px;
    margin-bottom: 30px;
}

.twosteps__servise--title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    color: #218095;
    margin-bottom: 20px;
}

.twosteps__servise--img {
    margin-bottom: 20px;
    text-align: center;
}

.twosteps__servise--img img {
    max-height: 140px;
    max-width: 100%;
}

.twosteps__servise--link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    text-align: center;
    background: #1EAFCF;
    -webkit-box-shadow: 0px 4px 0px #0088A6;
            box-shadow: 0px 4px 0px #0088A6;
}

.section__calculate {
    padding: 200px 0;
}

.section__calculate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 166px;
    background: url(../img/calculate__before.png);
    z-index: 0;
    background-position: right;
}

.section__calculate:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 215px;
    background: url(../img/calculate__after.png);
    z-index: -1;
}

.calculate__line {
    margin-bottom: 50px;
}

.calculate__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
}

.radio__item input[type="radio"] {
    display: none;
}

.radio__item span {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(4, 90, 108, 0.5);
            box-shadow: 0px 0px 10px rgba(4, 90, 108, 0.5);
    border-radius: 12px;
    width: 100%;
    height: 80px;
    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;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    color: #232323;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 3px solid #FFFFFF;
    text-align: center;
    line-height: 1.1;
}

label.radio__item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.radio__item input[type="radio"]:checked+span,
.radio__item:hover span {
    background: #1EAFCF;
    border: 3px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px rgba(4, 90, 108, 0.5);
            box-shadow: 0px 0px 10px rgba(4, 90, 108, 0.5);
    color: #fff;
}

.section__reviews {
    position: relative;
}


/*-----------------------------------------*/

.container--mini {
    max-width: 970px;
    margin: 0 auto;
}

.slider__container--wrap {
    position: relative;
    z-index: 2;
}

.client__slider {
    overflow: hidden;
}

.arrow--left,
.arrow--right {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    cursor: pointer;
    width: 51px;
    height: 51px;
    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;
    background: #FFFFFF;
    border: 1px solid #218095;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
            box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
    border-radius: 12px;
}

.arrow--left {
    left: 0;
}

.arrow--right {
    right: 0;
}

.client__item--img {
    position: relative;
}

.client__item--img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 0;
    z-index: 4;
}

.client__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}

.client__item--img {
    position: relative;
    width: 250px;
    height: 500px;
    padding-bottom: 5px;
}

.client__item--img img {
    border-radius: 40px;
    width: 100%;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}


/*---------------------------*/

.teams__slider {
    /* overflow: hidden; */
}

.teams__slider--block {
    padding: 10px;
    margin: 0 -10px;
    overflow: hidden;
}

.teams__item--img {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(33, 128, 149, 0.5));
            filter: drop-shadow(0px 0px 5px rgba(33, 128, 149, 0.5));
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
}

.teams__item--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.teams__item--info {
    text-align: center;
    line-height: 1.2;
}

.teams__item--title {
    font-weight: 800;
    font-size: 20px;
    color: #313131;
}

.teams__item--desc {
    font-weight: normal;
    font-size: 20px;
    color: #313131;
}


/*----------------------------------------*/

.section__benefits .section__bg--block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1EAFCF;
    opacity: 0.9;
}

.section__benefits .section__title {
    color: #fff;
}

.section__benefits {
    padding: 215px 0;
}

.section__benefits:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 215px;
    background: url(../img/benefits__before.png);
    z-index: 0;
    background-position: right;
}

.section__benefits:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 215px;
    background: url(../img/benefits__after.png);
    z-index: -1;
}

.benefits__item--title {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.benefits__item--info {
    text-align: center;
    color: #fff;
}

.benefits__item--text {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}

.benefits__item--img {
    text-align: center;
    margin-bottom: 10px;
}

.benefits__item--img img {
    max-height: 100px;
}

.equipment__slider {
    overflow: hidden;
}

.equipment__item {
    position: relative;
    padding: 10px;
}

.equipment__item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 0;
}

.equipment__item--img {
    width: 100%;
    height: 100%;
    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;
    background: #FFFFFF;
    border-radius: 12px;
    height: 200px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(33, 128, 149, 0.5));
            filter: drop-shadow(0px 0px 5px rgba(33, 128, 149, 0.5));
    position: relative;
}


/*----------------------------*/

.partners__item {
    position: relative;
}

.partners__item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 0;
}

.partners__slider {
    margin-top: 40px;
    overflow: hidden;
}

.partners__slider .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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


/*----------------------------------------*/

.questions__item {
    background: #FFFFFF;
    border: 1px solid #218095;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
            box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
    border-radius: 12px;
    margin-bottom: 20px;
}

.questions_item_title {
    font-weight: bold;
    font-size: 20px;
    color: #257688;
    padding: 20px 25px;
    padding-right: 60px;
    cursor: pointer;
    position: relative;
}

.questions_item_desc {
    padding: 0px 25px 20px 25px;
    font-size: 18px;
    color: #313131;
    line-height: 1.4;
}

.questions_item_title:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/questions-qrrow.svg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active_item .questions_item_title:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}


/*--------------------------------*/

#map {
    height: 700px;
    position: relative;
}

#map:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 215px;
    background: url(../img/benefits__before.png);
    z-index: 0;
    z-index: 1;
    background-position: right;
}

.contact__block {
    position: absolute;
    top: 50%;
    padding: 50px 30px;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(7.08%, #64CAE1), color-stop(97.07%, #39B3CE)), #1EAFCF;
    background: -o-linear-gradient(right, #64CAE1 7.08%, #39B3CE 97.07%), #1EAFCF;
    background: linear-gradient(270deg, #64CAE1 7.08%, #39B3CE 97.07%), #1EAFCF;
    -webkit-box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
            box-shadow: 0px 4px 4px rgba(4, 90, 108, 0.5);
    border-radius: 12px;
    max-width: 300px;
}

.section__contact {
    position: relative;
}

.contact__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.contact__item:last-child {
    margin-bottom: 0;
}

.contact__item--text {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

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

.contact__item--icon {
    margin-right: 15px;
    width: 23px;
}


/*----------------------------------*/

footer {
    background: #1EAFCF;
    padding: 30px 0;
}

.footer__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;
}

.footer__center {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.4;
}

.footer__copy {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.footer__copy--text {
    margin-bottom: 5px;
}

.footer__logo--text {
    font-weight: bold;
    font-size: 14px;
    max-width: 110px;
    color: #fff;
    line-height: 1.4;
    margin-left: 10px;
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slider_horiz--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #313131;
}

div#slider_horiz {
    border: 0;
    height: 2px;
    background: #313131;
}

#slider_horiz .ui-slider-range {
    background: #1EAFCF;
    height: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

div#custom-handle {
    width: 18px;
    height: 18px;
    background: #1EAFCF;
    border-radius: 100%;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

div#custom-handle span {
    position: absolute;
    top: -15px;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    font-size: 20px;
    color: #313131;
    text-align: center;
    left: 50%;
}

.calculate__line--horiz-slider {
    padding-top: 30px;
}


/*------*/

.header__mobile {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 11;
    background: rgb(30 175 207);
    -webkit-box-shadow: 0px 5px 16px rgb(0 0 0 / 25%);
            box-shadow: 0px 5px 16px rgb(0 0 0 / 25%);
    top: 0;
    width: 320px;
    right: 0;
    height: 100vh;
    z-index: 10;
    padding: 30px;
    text-align: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile__active .header__mobile {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*-------------------------*/

.md-modal {
    width: 90%;
    max-width: 1170px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #226b7b;
    -webkit-box-shadow: 0px 0px 10px #226b7b;
}

.md-modal .md-content {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    -webkit-box-shadow: 0px 0px 10px #226b7b;
    box-shadow: 0px 0px 10px #226b7b;
    /* border-radius: 20px; */
    position: relative;
    padding: 50px 90px 60px 90px;
}

.title-form-head-h1 {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #248296;
    margin-bottom: 20px;
}

button.md-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    background: transparent;
}

.formama__modal .input-linck {
    border: 2px solid #218095;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/*--------------------------*/

.section__thank {
    padding: 100px 0 !important;
    min-height: 75vh;
}

.thank__title {
    font-weight: 800;
    font-size: 72px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1EAFCF;
    line-height: 1.2;
    margin-bottom: 15px;
}

.thank__desc {
    font-weight: 800;
    font-size: 40px;
    color: #218095;
    margin-bottom: 65px;
    line-height: 1.2;
}

