@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Bold'), url('/assets/fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Heavy'), url('/assets/fonts/Gilroy-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Light'), url('/assets/fonts/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Medium'), url('/assets/fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Regular'), url('/assets/fonts/Gilroy-Regular.woff') format('woff');
}

* {
    box-sizing: border-box;
    color: #202d45;
    font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1023px) {
    * {
        font-size: 17px;
    }
}

@media (max-width: 389px) {
    * {
        font-size: 16px;
    }
}

td,
th,
p,
li {
    line-height: 1.4;
}

p {
    max-width: 570px;
}

.fw p {
    max-width: none;
}

h1,
h2,
h3,
h4,
p,
ul {
    margin-bottom: 18px;
}

li {
    margin-left: 24px;
}

h1,
h2,
h3 {
    /*font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;*/
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    color: #4f529c;
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

ul+h3,
p+h3 {
    padding-top: 12px;
}

@media (max-width: 1023px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 21.5px;
    }

    p {
        max-width: none;
    }
}

@media (max-width: 389px) {
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 19px;
    }
}

body {
    padding-top: 69px;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    height: 69px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

header .wrap {
    padding: 0 24px;
}

header .logo {
    display: block;
    margin-top: 23px;
}

header .logo-light {
    display: none;
}

header .button {
    margin-top: 15px;
    margin-left: 18px;
}

header li {
    margin: 0 6px 0 0;
}

header .lang {
    margin-top: 26px;
    position: relative;
    cursor: pointer;
    padding: 0 18px;
}

header .lang ul {
    background: #fff;
    list-style: none;
    padding: 12px;
    position: absolute;
    width: 140px;
    left: 50%;
    top: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000015;
    display: none;
    transform: translateX(-50%);
}

header .lang ul li {
    margin: 0;
}

header .lang ul li a {
    display: flex;
    margin: 0;
    display: flex;
    padding: 6px 12px;
    text-decoration: none;
}

header .lang img {
    width: 21px;
    display: block;
    line-height: 50px;
    padding-top: 0;
    border-radius: 2px;
}

header .lang li img {
    margin-right: 10px;
    margin-top: 4px;
}

header .lang span {
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
}

@media (max-width: 1023px) {
    header .logo img {
        width: 220px;
        margin-top: 0px;
    }

    header .button {
        position: absolute;
        right: 71px;
        top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 12px 16px;
        font-size: 15px;
        line-height: 15px;
        height: 36px;
    }
}

nav ul {
    display: flex;
}

nav li {
    list-style: none;
}

nav a {
    color: #333;
    display: block;
    padding: 24px 18px;
    text-decoration: none;
}

nav>ul>li>a:not(.active):hover {
    background: #202d45;
    color: #fff;
}

nav a.active {
    /*background: #8acaef;
    color: white;
    text-shadow: 0px 0px 10px #00000044;*/
    color: #575eee;
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
}

#menu {
    border-bottom: 3px solid #8acaef;
    border-top: 3px solid #575eee;
    display: none;
    height: 19px;
    padding: 5px 0 0 0;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
}

#menu span {
    background: #575eee;
    display: block;
    height: 3px;
    width: 100%;
}

@media (min-width: 1024px) {
    header .lang:hover ul {
        display: block;
    }

    header .lang:hover:before {
        background: #ecf1f3;
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        display: block;
        top: -12px;
        left: 8px;
        border-radius: 50%;
        z-index: -1;
    }

    header .lang ul:before {
        content: '';
        background: white;
        display: block;
        width: 10px;
        height: 10px;
        transform: rotate(-45deg) !important;
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -5px;
    }

    header .lang a:hover {
        background: #ecf1f3 !important;
    }

    header .lang>ul>li>a {
        border-radius: 5px;
    }
}

@media (max-width: 1023px) {
    #menu {
        display: block;
    }

    #menu:hover {
        background: transparent;
    }

    nav ul {
        background: #202d45;
        box-shadow: 0px 10px 10px -5px #00000015;
        display: block;
        height: 0;
        left: 0;
        position: fixed;
        top: 68px;
        width: 100%;
        z-index: 11;
        transition: none;
        overflow: hidden;
    }

    nav ul a {
        border-bottom: 1px solid #ffffff10;
        color: white;
    }

    header.nav-open {
        background: #202d45;
    }

    header.nav-open .logo-dark {
        display: none;
    }

    header.nav-open .logo-light {
        display: block;
        margin-top: -3px;
    }

    header.nav-open nav ul {
        height: 362px;
        transition: .25s ease;
    }

    header.nav-open #menu {
        border-bottom-color: white;
        border-top-color: #8acaef;
    }

    header.nav-open #menu span {
        background: white;
    }

    header.nav-open .lang>img {
        display: none;
    }

    header.nav-open li ul {
        position: static;
        display: flex;
        margin: 0;
        transform: none;
        box-shadow: none;
        padding: 0;
        height: auto;
        transition: none;
        width: auto;
        border-radius: 0;
    }

    header.nav-open li.lang {
        display: flex;
        padding: 24px 19px;
        margin: 0;
        height: auto;
        width: auto;
        background: #fff;
    }

    header.nav-open li.lang img {
        width: 21px;
        border: 1px solid white;
        flex-grow: 0;
        height: 16px;
        margin: 3.5px 8px 0 0;
        padding: 0;
    }

    header.nav-open li.lang a {
        border: 0;
        padding: 0;
    }

    header.nav-open li.lang span {
        font-size: 16px;
        margin-right: 24px;
        margin-top: 2px;
        font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    }
}

section {
    border-bottom: 4px solid #ecf1f3;
    position: relative;
}

.wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding: 64px 24px 40px;
    position: relative;
    width: 100%;
}

@media (max-width: 1023px) {
    .wrap {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.v-center {
    align-self: center;
}

#home {
    background-image: url(../images/header27.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 84% center;
}

.hero {
    max-width: 580px;
    min-height: 300px;
}

.hero h1 {
    font-size: 50px;
}

.hero h2 {
    font-size: 24px;
    line-height: 1.35;
}

.hero.page {
    min-height: 0;
}

.hero.page h1 {
    margin-bottom: 14px;
    word-break: break-word;
}

@media (max-width: 1023px) {
    .hero h1 {
        font-size: 42px;
    }

    .hero h2 {
        font-size: 24px;
        line-height: 1.35;
    }

    .hero.page h1 {
        font-size: 32px;
        margin-top: -32px;
        margin-bottom: -12px;
    }
}

@media (max-width: 389px) {

    .hero h1 {
        font-size: 28px;
    }

    .hero h2 {
        font-size: 20px;
    }
}

footer * {
    font-size: 14px;
}

@media (max-width: 1023px) {
    footer * {
        font-size: 15px;
    }

    .v-center img {
        margin-top: 0 !important;
    }
}

footer p {
    color: #ccc !important;
    max-width: none;
}

footer a {
    color: white;
}


footer .wrap {
    padding: 32px 24px 10px;
}

footer>.flex>div+div {
    padding: 0 24px;
}

footer img {
    display: block;
    margin: 0;
}

footer .wrap {
    align-items: center;
}

footer p.indent {
    margin-top: -3px;
    padding-left: 34px;
}

@media (max-width: 1023px) {
    footer p.indent {
        margin-top: 28px;
        padding-left: 0;
    }
}

.gradient,
.button,
input[type=submit] {
    background: linear-gradient(120deg, #575eee, #8acaef);
    color: #fff;
}

.button,
input[type=submit] {
    cursor: pointer;
}

.button:hover {
    background: #202d45 !important;
    color: #fff;
}

.hero .button {
    color: #291471;
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 42px;
    padding: 14px 20px;
}

.hero .button:hover {
    background: #8acaef !important;
}

@media (max-width: 1023px) {
    .hero .button {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 32px;
        padding: 12px 18px;
    }

    footer img {
        margin: 0 auto;
    }
}

.bg {
    background: #202d45;
}

.bg.light {
    background: #ecf1f3;
}

.gradient,
.bg:not(.light) {
    border: 0;
    text-shadow: 0px 0px 8px #00000022;
}

.gradient *,
.bg:not(.light) * {
    color: white;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center p,
.center .button {
    margin-left: auto;
    margin-right: auto;
}

.s5050>div {
    padding: 0 24px;
    width: 50%;
}

.s25>div,
.s25>li {
    padding: 0 18px;
    width: 25%;
}

.s33>div,
.s33>li {
    padding: 0 24px;
    width: calc(33.33% - 48px);
}

.s33>.box {
    width: calc(33.33% - 24px);
}

.balloon {
    background: #575eee;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    margin-top: 32px;
    padding: 22px 26px;
    max-width: 90%;
}

@media (max-width: 1023px) {
    .balloon {
        max-width: 100%;
    }

    .s5050,
    footer .flex {
        display: block;
    }

    .s5050>div,
    footer .flex>div {
        margin-bottom: 24px;
        text-align: center;
        width: 100%;
    }

    .s5050>div:last-child {
        margin-bottom: 0;
    }

    .s5050>div {
        padding-left: 0;
        padding-right: 0;
    }

    .s33>div,
    .s33>li,
    .s33>.box {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .s25>div,
    .s25>li,
    .s33>div,
    .s33>li {
        border-bottom: 1px solid #00000022;
        padding-bottom: 16px;
        margin-bottom: 16px;
        width: 100%;
    }

    .gradient .s25>div,
    .gradient .s25>li,
    .gradient .s33>div,
    .gradient .s33>li {
        border-bottom: 1px solid #ffffff44;
        margin-bottom: 32px;
    }

    .s25>div p:last-child .button,
    .s33>div p:last-child .button {
        margin-bottom: 12px;
    }

    .s25>div:last-child,
    .s25>li:last-child,
    .s33>div:last-child,
    .s33>li:last-child {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .s33>div {
        width: 100%;
    }
}

.large-icons {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 12px;
}

.large-icons li {
    list-style: none;
}

.large-icons img {
    border-radius: 50%;
    /*box-shadow: 0 0 20px -10px;*/
    max-width: 95%;
}

.large-icons a+a img,
.large-icons img+img {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 6px;
    margin-top: -20px;
}

.product-icons {
    padding-top: 0;
}

.product-icons .icon img {
    max-width: none;
    margin-bottom: 24px;
    margin-top: 24px;
    height: 90px;
    width: auto;
}

.product-icons img {
    border-radius: 0;
}

.button,
input[type=submit] {
    border: 0;
    border-radius: 6px;
    display: inline-block;
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-top: 6px;
    padding: 13px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

.button.green {
    background: linear-gradient(120deg, #005f60, #03b087);
}

.button.red {
    background: linear-gradient(120deg, #ee5757, #efbe8a);
}

@media (max-width: 1023px) {

    .button,
    input[type=submit] {
        font-size: 16px;
        padding: 13px 26px;
    }
}

.gradient .button,
.bg:not(.light) .button,
.gradient input[type=submit],
.bg.bg:not(.light) input[type=submit] {
    background: white;
    color: #202d45;
}

.mb {
    margin-bottom: 12px;
}


.box {
    background: white;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 5px #00000015;
    margin: 56px 12px 18px;
    padding: 24px !important;
}

.box * {
    color: #202d45;
    text-shadow: none;
}

.box p {
    margin: 0;
}

.box img {
    width: 90px;
    border-radius: 50%;
    margin-top: -70px;
    border: 2px solid white;
}

@media (max-width: 1023px) {
    .box {
        margin: 56px 0 18px;
    }
}

.inactive {
    filter: grayscale(1);
    opacity: .5;
}

.quote {
    display: block;
    opacity: .5;
    line-height: 40px;
    text-align: left;
}

.quote.start {
    font-size: 64px;
    margin-bottom: -20px;
}

.quote.end {
    font-size: 64px;
    margin-bottom: -26px;
    margin-top: 14px;
    text-align: right;
}

form {
    text-align: left;
}

@media (max-width: 1023px) {
    form {
        padding-top: 18px;
    }
}

fieldset {
    border: 0;
}

label {
    display: inline-block;
    margin-bottom: -6px;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    padding: 6px 0 10px;
    border-radius: 6px;
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    text-align: left;
    cursor: pointer;
}

label .atx {
    position: absolute;
    left: calc(100% + 2px);
    color: #575eee;
    font-size: 20px;
    margin-top: -2px;
}

input[type=text],
input[type=email],
textarea {
    border: 2px solid #ddd;
    border-radius: 5px;
    display: block;
    margin-bottom: 24px;
    padding: 8px 12px;
    width: 100%;
    position: relative;
    z-index: 1;
}

textarea {
    height: 140px;
}

/**
 * Temp
 */

.circle {
    background: white;
    border-radius: 50%;
    display: block;
    height: 140px;
    margin: 12px auto 24px;
    max-width: 100%;
    object-fit: contain;
    width: 140px;
}

.swiper {
    margin-bottom: 6px;
}

.swiper-pagination-bullet-active {
    background: white !important;
}

.pref {
    font-size: 13px;
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    margin-bottom: 18px;
    margin-top: 6px;
}

.swiper.wp .swiper-slide {
    padding: 0 42px;
}

.confirmation p {
    padding: 16px 24px;
    border: 3px solid #03b087;
    font-size: 18px;
    font-weight: bold;
    margin: 32px 0;
}

.icon img {
    max-width: 150px;
    width: 100%;
}

.cp {
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 0 2em 1em;
    z-index: 2147483642;
    width: 400px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 10px 5px #00000015;
    box-shadow: 0px 0px 10px 5px #00000015;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 28px 28px 10px;
}

.cp p,
.cp a {
    font-size: 15px;
}

.cp .button {
    font-size: 14px;
}

.cp.enabled {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

#prices .box p:last-child {
    margin-bottom: 8px;
}

#prices .box h3 {
    margin: -24px -24px 0 -24px;
    padding: 24px 24px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 25px;
    opacity: .625;
}

#prices .box p {
    margin-bottom: 18px;
}

#prices .box .button {
    background: #ecf1f3;
    color: #202d45;
}

#prices .box .button:hover {
    color: #fff;
}

#prices .box {
    border-radius: 8px;
    position: relative;
}

#prices .box ul {
    margin-bottom: 24px;
    position: relative;
}

#prices .box li {
    list-style: none;
    margin: 0 0 12px 18px;
    text-align: left;
    margin-bottom: 15px;
}

#prices .box li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

#prices .box li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #03b087;
    position: absolute;
    left: 0;
    margin-top: 2px;
}

.box span.info {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: -70px;
    border: 2px solid white;
    background: #03b087;
    color: white;
    font-size: 32px;
    display: block;
    position: relative;
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    margin: -70px auto 24px;
    float: right;
    padding-top: 17px;
    text-align: center;
    box-shadow: 0px 0px 10px 5px #00000015;
}

.box span.info span {
    display: block;
    font-size: 12px;
    color: white;
    margin-top: -3px;
}

.box hr {
    border: 0;
    border-bottom: 1px solid #ecf1f3;
    background: none;
    padding-bottom: 12px;
    margin: -8px -24px 24px;
}

#prices .box h3+p {
    color: #888;
}

.swiper {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide .box {
    margin-left: 18px;
    margin-right: 18px;
    height: calc(100% - 56px - 18px);
}

/*
@media (max-width: 1023px) {
    .swiper-slide .box {
        height: auto;
    }
}*/

.swiper-pagination {
    padding-top: 12px !important;
    position: static !important;
}

.swiper-pagination-lock {
    display: none !important;
}

header .button {
    font-size: 15px;
    padding: 10px 18px;
}

@media (max-width: 1023px) {
    header .button {
        margin-top: 16.5px;
    }
}