@font-face {
    font-family: "HelveticaNeue45Light";
    display: swap;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/HelveticaNeue45Light.eot");
    src: url("../fonts/HelveticaNeue45Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue45Light.woff2") format("woff2"), url("../fonts/HelveticaNeue45Light.woff") format("woff"), url("../fonts/HelveticaNeue45Light.ttf") format("truetype"), url("../fonts/HelveticaNeue45Light.svg#HelveticaNeueLTStd-Lt") format("svg")
}

@font-face {
    font-family: "HelveticaNeue35Thin";
    display: swap;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/HelveticaNeue35Thin.eot");
    src: url("../fonts/HelveticaNeue35Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue35Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue35Thin.woff") format("woff"), url("../fonts/HelveticaNeue35Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue35Thin.svg#HelveticaNeue-Thin") format("svg")
}

@font-face {
    font-family: "FuturaBTW01Medium";
    display: swap;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/FuturaBTW01Medium.eot");
    src: url("../fonts/FuturaBTW01Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBTW01Medium.woff2") format("woff2"), url("../fonts/FuturaBTW01Medium.woff") format("woff"), url("../fonts/FuturaBTW01Medium.ttf") format("truetype"), url("../fonts/FuturaBTW01Medium.svg#FuturaBTW01-Medium") format("svg")
}

@font-face {
    font-family: "HelveticaNeueBold";
    font-display: swap;
    src: url("../fonts/HelveticaNeueCyr-Bold.eot");
    src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?3450065");
    src: url("../fonts/fontello.eot?3450065#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?3450065") format("woff2"), url("../fonts/fontello.woff?3450065") format("woff"), url("../fonts/fontello.ttf?3450065") format("truetype"), url("../fonts/fontello.svg?3450065#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ok:before {
    content: '\e800'
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    font-size: 10px
}

@media screen and (max-width: 576px) {
    :root {
        font-size: 9px
    }
}

body {
    overflow-x: hidden
}

.wrapper {
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "HelveticaNeue45Light", sans-serif;
    overflow-x: hidden
}

a {
    text-decoration: none
}

li {
    list-style: none
}

h1,
h2,
h3,
h4 {
    font-weight: normal
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%
}

.title {
    font: 4.5rem/3.5rem "HelveticaNeue35Thin", sans-serif
}

@media screen and (max-width: 576px) {
    .title {
        font-size: 3.8rem
    }
}

.read-more {
    text-transform: uppercase
}

header {
    padding: 1.5rem;
    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 .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .menu a {
    display: block;
    color: #5a6282;
    font: 1.5rem "FuturaBTW01Medium", sans-serif;
    text-transform: uppercase;
    padding: 1.6rem
}

header .menu a:hover {
    color: #ffae00
}

header .menu li:last-child a {
    color: #fff;
    border-radius: 0.5rem;
    background: #1283b3;
    padding: 1.6rem 2.5rem;
    border: 0.1rem solid transparent
}

header .menu li:last-child a:hover {
    color: #1283b3;
    background: #ffae00
}

header .menu li:nth-last-child(2) a {
    border-radius: 0.5rem;
    border: 0.1rem solid #1283b3;
    margin-right: 1.5rem;
    padding: 1.6rem 2.5rem
}

header .menu li:nth-last-child(2) a:hover {
    border: 0.1rem solid #ffae00
}

.mobail-menu {
    display: none
}

@media screen and (max-width: 1050px) {
    header .menu a {
        padding: 1.6rem 1rem
    }
}

@media screen and (max-width: 992px) {
    header .menu {
        display: none
    }
    header .responsive {
        position: absolute;
        z-index: 105;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        right: 0;
        top: 0;
        padding-top: 5rem;
        -webkit-animation: navmenumobile 0.3s ease-out;
        animation: navmenumobile 0.3s ease-out
    }
    @-webkit-keyframes navmenumobile {
        0% {
            transform: translate(100%, -100%)
        }
        100% {
            transform: translate(0, 0)
        }
    }
    @keyframes navmenumobile {
        0% {
            transform: translate(100%, -100%)
        }
        100% {
            transform: translate(0, 0)
        }
    }
    header .mobail-menu {
        position: absolute;
        z-index: 999;
        top: 4rem;
        right: 1.5rem;
        display: block;
        width: 32px;
        height: 32px;
        cursor: pointer;
        -webkit-transition: background 0.1s;
        -o-transition: background 0.1s;
        transition: background 0.1s
    }
    header .mobail-menu span {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        height: 4px;
        background: #ffae00;
        -webkit-transition: background 0s 0.1s;
        -o-transition: background 0s 0.1s;
        transition: background 0s 0.1s
    }
    header .mobail-menu span:before,
    header .mobail-menu span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ffae00;
        content: "";
        -webkit-transition-duration: 0.1s, 0.1s;
        -o-transition-duration: 0.1s, 0.1s;
        transition-duration: 0.1s, 0.1s;
        -webkit-transition-delay: 0.1s, 0s;
        -o-transition-delay: 0.1s, 0s;
        transition-delay: 0.1s, 0s
    }
    header .mobail-menu span:before {
        top: -12px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform
    }
    header .mobail-menu span:after {
        bottom: -12px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform
    }
    header .mobail-menu.is-active span {
        background: none
    }
    header .mobail-menu.is-active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header .mobail-menu.is-active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    header .mobail-menu.is-active span::before,
    header .mobail-menu.is-active span::after {
        -webkit-transition-delay: 0s, 0.3s;
        -o-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s
    }
    header .menu li:nth-last-child(2) a {
        margin-right: 1rem
    }
    header .menu li a {
        text-align: center;
        margin: 0.5rem 1rem;
        padding: 1rem
    }
}

*/

@media screen and (max-width: 576px) {
    header .responsive {
        width: 100%
    }
}

.slider .slider-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%
}

.slider .container {
    max-width: 103.3rem;
    padding: 19rem 2rem 28rem
}

.slider .slide1 {
    background-image: url(../img/slide1.jpg)
}

.slider .slide2 {
    background-image: url(../img/slide2.jpg)
}

.slider .slide3 {
    background-image: url(../img/slide3.jpg)
}

.slider .title {
    text-align: center;
    padding-bottom: 4.5rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4)
}

.slider .slider-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 2.5rem 0 3.5rem
}

.slider .slider-icon__item {
    border: 0.1rem solid #d4ddee;
    border-radius: 3rem;
    max-width: 31.8rem;
    width: 100%;
    min-width: 29.3rem;
    height: 5.98rem;
    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;
    margin: 0 0.2rem
}

.slider .slider-icon__item img {
    margin-right: 0.7rem
}

.slider .slider-icon__item span {
    font-size: 2.2rem
}

.slider__read-more {
    display: block;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3.1rem;
    background: #ffae00;
    font: 2rem "HelveticaNeueBold", sans-serif;
    color: #fff;
    padding: 1.9rem 0;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 0.4rem rgba(255, 138, 0, 0.75);
    max-width: 31.8rem
}

.slider__read-more:hover {
    background: #fff;
    color: #ffae00;
    text-shadow: none
}

.progressBarContainer {
    position: relative;
    background: #1283b3;
    width: 100%;
    height: 0.6rem;
    top: 0
}

.progressBarContainer div {
    position: absolute;
    width: 100%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    color: #ffae00
}

.progressBarContainer div:last-child {
    margin-right: 0
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 0.6rem;
    background: #ffae00
}

.progressBarContainer div span.progressBar .inProgress {
    background: #ffae00;
    width: 0%;
    height: 0.6rem
}

@media screen and (max-width: 992px) {
    .slider .slider-icon__item span {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 850px) {
    .slider .container {
        padding: 10rem 2rem 19rem
    }
    .slider .slider-icon {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .slider .slider-icon__item {
        margin: 1rem 0.2rem
    }
}

@media screen and (max-width: 690px) {
    .slider .slider-icon__item {
        flex: 1 100%;
        justify-content: flex-start;
        padding-left: 4rem
    }
}

@media screen and (max-width: 576px) {
    .slider .container {
        padding: 5rem 2rem 14rem
    }
}

.text-block {
    background: #f3f0e9
}

.text-block .container {
    padding: 8rem 3rem;
    max-width: 85.6rem;
    text-align: center
}

.text-block h3 {
    font: 2.4rem "HelveticaNeueBold", sans-serif;
    text-align: center !important;
}


.front-block {
}
.front-block1{
    background: #f3f0f9;
}
.front-block2{
    background: #f3f9f0;
}
.front-block3{
    background: #f9f3f0;
}
.front-block4{
    background: #f0f3f9;
}
.front-blockplain {
}

.front-block a{
	
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 30.6rem;
    display: block;
    margin: auto;
    border-radius: 2.1rem;
    background: #00aeff;
    font: 1.7rem "HelveticaNeueBold", sans-serif;
    color: #fff;
    padding: 0.8rem 0;
    text-align: center;
    width: 100%;
    margin-top: 0.2rem
}
.front-block img{
	max-width:90vw;
}

.front-block .container {
    padding: 2rem 3rem;
    max-width: 85.6rem;
    text-align: left;
	font-size:1.7rem;
}

.front-block h3 {
    font: 2.4rem "HelveticaNeueBold", sans-serif
}
.front-blockplain .container {
    padding: 2rem 3rem;
    max-width: 85.6rem;
    text-align: left;
	font-size:1.7rem;
}

.front-blockplain h3 {
    font: 2.4rem "HelveticaNeueBold", sans-serif
}


.front-block .icon-ok {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 50%;
    margin-right: 1rem
}

.front-block .icon-ok:before {
    color: #35ac54;
    font-size: 1.8rem;
    margin: auto
}


.power-block p {
    padding-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 3rem
}

.power-block {
    background: #fff
}

.power-block .container {
    padding: 1rem 1rem;
    max-width: 85.6rem;
    text-align: center
}

.power-block h1 {
    font: 3.8rem "HelveticaNeueBold", sans-serif
}
.bold-word{
	color:#585cd2;
}

.power-block p {
    padding-top: 1.2rem;
    line-height: 3rem;
	font-size: 1.7rem;
}

.power-words{
	font-weight:bold;
	font-size: 0.3rem;
}

.pb {
    padding-bottom: 10rem
}

@media screen and (max-width: 576px) {
    .text-block .container {
        padding: 5rem 3rem
    }
}

.phone-block {
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}

.phone-block p {
    font-size: 1.8rem;
    line-height: 3.5rem;
    color: #575757
}

.phone-block .container {
    max-width: 104rem;
    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;
    padding: 8.5rem 3rem 21rem
}

.phone-block__text {
    max-width: 54.8rem
}

.phone-block__text .title {
    color: #1283b3;
    line-height: 5.5rem;
    padding-bottom: 3rem
}

.phone-block__text p {
    padding-bottom: 3rem
}

.phone-block__img {
    padding: 15.5rem 6.5rem 49.5rem;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    max-width: 43.8rem
}

.phone-block__img .title {
    padding-bottom: 5rem
}

.phone-block .read-more {
    display: block;
    width: 18.6rem;
    border-radius: 2.8rem;
    background: #1283b3;
    color: #fff;
    font: 1.7rem "HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    padding: 1.9rem 0;
    text-align: center
}

.phone-block .read-more:hover {
    background: #ffae00
}

.phone-bg1 {
    background-image: url(../img/bg-phone1.jpg)
}

.phone-img1 {
    background-image: url(../img/phone1.png)
}

.phone-bg2 {
    position: relative;
    background-image: url(../img/phone-bg2.jpg);
    background-color: #e8f2f6
}

.phone-bg2 .container {
    position: relative;
    top: -3rem;
    padding-bottom: 26rem
}

.phone-bg2 .phone-block__text {
    padding-top: 3rem
}

.phone-bg2:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -14rem;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    content: "";
    width: 102vw;
    height: 20rem;
    background: #e8f2f6
}

.phone-img2 {
    background-image: url(../img/phone2.png)
}

.phone-bg3 {
    background-image: url(../img/bg-phone3.jpg)
}

.phone-bg3 .container {
    padding-bottom: 13rem
}

.phone-img3 {
    background-image: url(../img/phone3.png)
}

.pr {
    padding-right: 5.5rem
}

.pl {
    padding-left: 5.5rem
}

@media screen and (max-width: 1050px) {
    .pr {
        padding-right: 2.5rem
    }
    .pl {
        padding-left: 2.5rem
    }
    .phone-block__text {
        max-width: 47.8rem
    }
}

@media screen and (max-width: 992px) {
    .phone-block .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .phone-block__text {
        max-width: 100%;
        padding-bottom: 3rem
    }
    .phone-block__text .title,
    .phone-block__text p {
        text-align: center
    }
    .phone-block .read-more {
        margin: auto
    }
    .pr {
        padding-right: 0
    }
    .pl {
        padding-left: 0
    }
    .phone-bg2 .container {
        top: -2rem;
        padding-top: 0;
        padding-bottom: 10rem
    }
}

@media screen and (max-width: 576px) {
    .phone-block__img {
        background-size: contain;
        background-position: top;
        padding: 12.5rem 6.5rem 42rem
    }
}

@media screen and (max-width: 470px) {
    .phone-block__img .title {
        padding-bottom: 2rem
    }
    .phone-block__img p {
        line-height: 2.5rem
    }
}

@media screen and (max-width: 390px) {
    .phone-block__img {
        padding: 7.5rem 6.5rem 29rem
    }
    .phone-block__img .title {
        font-size: 3rem
    }
    .phone-block__img p {
        font-size: 1.6rem
    }
}

.vantiv {
    position: relative
}

.vantiv .container {
    position: relative;
    max-width: 1280px;
    padding: 17rem 0 27rem 3rem
}

.vantiv__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: -14rem;
    border-radius: 50%;
    background: #fff;
    height: 42rem;
    width: 42rem;
    text-align: center;
    padding-top: 6rem;
    margin: auto
}

.vantiv__img {
    position: absolute;
    right: -42rem;
    top: 13rem
}

.vantiv__img .plus {
    position: absolute;
    z-index: 10;
    left: -5.6rem;
    top: calc( 50% - 5.6rem);
    display: block;
    font: 7.8rem "HelveticaNeueBold", sans-serif;
    color: #1283b3;
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.4rem rgba(24, 24, 24, 0.4);
    box-shadow: 0 0 0.4rem rgba(24, 24, 24, 0.4);
    background: rgba(255, 255, 255, 0.8);
    text-align: center
}

.vantiv__img .plus span {
    display: block;
    line-height: 10.7rem;
    vertical-align: super;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.vantiv__img .plus:hover span {
    transform: scale(1.2, 1.2)
}

.vantiv .phone-block__text {
    position: relative;
    z-index: 9;
    padding-right: 0.5rem;
    margin-right: 65rem
}

@media screen and (max-width: 1100px) {
    .vantiv .container {
        padding: 10rem 0 10rem 3rem
    }
}

@media screen and (max-width: 992px) {
    .vantiv {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .vantiv .container {
        padding: 10rem 3rem
    }
    .vantiv .phone-block__text {
        max-width: 100%;
        margin-right: 0
    }
    .vantiv__img {
        position: relative;
        right: -8rem;
        top: 0
    }
    .vantiv__img .plus {
        top: -5rem;
        left: -8rem;
        right: 0;
        margin: auto
    }
    .vantiv__img img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 576px) {
    .vantiv__logo {
        width: 32rem;
        height: 32rem;
        top: -10rem
    }
}

.information {
    position: relative;
    background: #e8f2f6;
    text-align: center
}

.information .container {
    padding: 4rem 3rem 9.5rem
}

.information__link {
    position: absolute;
    display: block;
    max-width: 61.9rem;
    width: 100%;
    color: #fff;
    font: 2rem "HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    border-radius: 3.1rem;
    padding: 2rem 0.5rem 1.8rem 0.5rem;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto
}

.information .link-clr1 {
    text-shadow: 0 0 0.4rem rgba(255, 138, 0, 0.75);
    background: #ffae00;
    top: -3rem
}

.information .link-clr1:hover {
    background: #1283b3;
    text-shadow: none
}

.information .link-clr2 {
    background: #1283b3;
    bottom: -3rem
}

.information .link-clr2:hover {
    background: #ffae00
}

.information p {
    color: #1283b3;
    font: 1.3rem/3.5rem "HelveticaNeueBold", sans-serif;
    text-transform: uppercase;
    padding-bottom: 5rem
}

@media screen and (max-width: 768px) {
    .information__link {
        width: 90%
    }
}

@media screen and (max-width: 576px) {
    .information__link {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 350px) {
    .information__link {
        font-size: 1.3rem
    }
}

footer .container {
    padding: 10rem 3rem 4rem;
    text-align: center
}

footer .menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 0
}

footer .menu-bottom a {
    font-size: 1.4rem;
    color: #3a88d4;
    display: block;
    padding: 0.5rem 1.5rem;
    white-space: nowrap
}

footer .menu-bottom a:hover {
    color: #ffae00
}

footer p {
    font-size: 14px;
    color: #727272;
    padding-bottom: 0.9rem
}

.page-title {
    background: #000;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-top: 0.65rem solid #1283b3
}

.page-title .container {
    padding: 2.5rem 1rem
}

.contact-form {
    position: relative;
    z-index: 80;
    text-align: center
}

.contact-form .container {
    padding: 5rem 2rem 4rem
}

.contact-form p {
    color: #575757;
    font-size: 1.8rem;
    line-height: 3.5rem
}

.contact-form .p-strong {
    font-family: "HelveticaNeueBold", sans-serif;
    color: #000
}

.contact-form form {
    padding-top: 3rem;
    max-width: 96.2rem;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.contact-form form textarea,
.contact-form form input[type=submit],
.contact-form form input[type=text],
.contact-form form input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none
}

.contact-form form select::-ms-expand {
    display: none
}

.contact-form form textarea {
    resize: none;
    overflow: auto
}

.contact-form form .form-group {
    text-align: left
}

.contact-form form .form-group label {
    display: block;
    font: 1.8rem "HelveticaNeueBold", sans-serif;
    padding-bottom: 1rem
}

.contact-form form .form-group label span {
    font-family: "HelveticaNeue45Light", sans-serif
}

.contact-form form .form-group input,
.contact-form form .form-group textarea {
    border-radius: 0.5rem;
    border: 0.1rem solid #b2d2e0;
    background: transparent;
    padding-left: 1rem
}

.contact-form form .form-group input {
    width: 100%;
    height: 4.5rem
}

.contact-form form .form-group textarea {
    width: 100%;
    height: 13.5rem;
    padding-top: 1rem
}

.contact-form form .form-group50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 34%;
    flex: 1 34%;
    padding-bottom: 3rem
}

.contact-form form .form-group50:nth-child(2) {
    padding-left: 1rem
}

.contact-form form .form-group100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.contact-form form input[type=submit] {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 30.6rem;
    display: block;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3.1rem;
    background: #ffae00;
    font: 2rem "HelveticaNeueBold", sans-serif;
    color: #fff;
    padding: 1.9rem 0;
    text-align: center;
    width: 100%;
    font-size: 1.7rem;
    margin-top: 3.5rem
}

.contact-form form input[type=submit]:hover {
    background: #0064b4
}

.checktable{
width:90vw;
}
.checktable tbody tr td:first-child{
	width:20px;
}


.page1-form {
    position: relative;
    z-index: 80;
    text-align: center;
	margin-bottom:1rem;
}

.page1-form .container {
    padding: 5rem 2rem 4rem
}

.page1-form p {
    color: #575757;
    font-size: 1.8rem;
    line-height: 3.5rem
}

.page1-form .p-strong {
    font-family: "HelveticaNeueBold", sans-serif;
    color: #000
}

.page1-form form {
    padding-top: 3rem;
    max-width: 96.2rem;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.page1-form form textarea,
.page1-form form input[type=submit],
.page1-form form input[type=text],
.page1-form form input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none
}

.page1-form form select::-ms-expand {
    display: none
}

.page1-form form textarea {
    resize: none;
    overflow: auto
}

.page1-form form .form-group {
    text-align: left
}

.page1-form form .form-group label {
    display: block;
    font: 1.8rem "HelveticaNeueBold", sans-serif;
    padding-bottom: 1rem
}

.page1-form form .form-group label span {
    font-family: "HelveticaNeue45Light", sans-serif
}

.page1-form form .form-group input,
.page1-form form .form-group textarea {
    border-radius: 0.5rem;
    border: 0.1rem solid #b2d2e0;
    background: transparent;
    padding-left: 1rem
}

.page1-form form .form-group input {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 30.6rem;
    display: block;
    margin: auto;
    cursor: pointer;
    border-radius: 3.1rem;
    font: 2rem "HelveticaNeueBold", sans-serif;
    padding: 1.9rem 0;
    text-align: center;
    width: 100%;
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
	background: #ececec;
}

.page1-form form .form-group textarea {
    width: 100%;
    height: 13.5rem;
    padding-top: 1rem
}

.page1-form form .form-group50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 34%;
    flex: 1 34%;
    padding-bottom: 0.3rem
}

.page1-form form .form-group50:nth-child(2) {
    padding-left: 1rem
}

.page1-form form .form-group100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.page1-form form input[type=submit] {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 30.6rem;
    display: block;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3.1rem;
    background: #ff0572;
    font: 2rem "HelveticaNeueBold", sans-serif;
    color: #fff;
    padding: 1.9rem 0;
    text-align: center;
    width: 100%;
    font-size: 1.7rem;
    margin-top: 0;
}

.roundformfield{
}

.page1-form form input[type=submit]:hover {
    background: #0064b4
}

@media screen and (max-width: 576px) {
    .contact-form form .form-group50 {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%
    }
    .contact-form form .form-group50:nth-child(2) {
        padding-left: 0
    }
}

.slider2-block {
    position: relative;
    background: url(../img/slider2-bg.jpg) bottom no-repeat;
    background-size: cover;
    border-bottom: 6rem solid #fff
}

.slider2-block:before {
    position: absolute;
    content: "";
    width: 200%;
    height: 9rem;
    border-top: 9rem solid #fff;
    top: -9rem;
    -webkit-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.slider2-block .container {
    max-width: 86.5rem;
    margin-left: auto;
    margin-right: 0;
    padding: 24.9rem 5.5rem 38.9rem
}

.slider2-block .slider2__text {
    max-width: 30rem;
    width: 100%;
    padding-top: 1rem;
    margin: auto
}

.slider2-block .slick-prev {
    z-index: 999999999
}

.slider2-block .slick-prev:before {
    content: url(../img/slider2-button-left.svg);
    width: 11.2rem;
    height: 11.2rem
}

.slider2-block .slick-next:before {
    content: url(../img/slider2-button-right.svg);
    width: 11.2rem;
    height: 11.2rem
}

.slider2-block .title {
    padding-bottom: 3rem
}

.slider2-block p {
    color: #575757;
    font-size: 1.8rem;
    line-height: 3.5rem
}

@media screen and (max-width: 690px) {
    .slider2-block .container {
        padding: 24.9rem 3rem 38.9rem
    }
    .slider2-block .slick-prev,
    .slider2-block .slick-next {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        top: 25%
    }
}

@media screen and (max-width: 490px) {
    .slider2-block {
        border-bottom: none
    }
    .slider2-block .container {
        padding: 24.9rem 0 38.9rem
    }
    .slider2-block .slider2__text {
        text-align: center;
        max-width: 25rem
    }
}

@media screen and (max-width: 340px) {
    .slider2-block .container {
        padding-top: 15rem
    }
    .slider2-block .slick-prev,
    .slider2-block .slick-next {
        -webkit-transform: scale(0.3, 0.3);
        -ms-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }
}

.pricing-block {
    position: relative;
    z-index: 99
}

.pricing-block .container {
    max-width: 100.1rem;
    padding: 6rem 2rem 0
}

.pricing-block .pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0.1rem solid #dadada;
    border-bottom: none
}

.pricing-block .pricing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 32.4rem;
    width: 100%
}

.pricing-block .pricing__item-header {
    color: #1283b3;
    font-size: 3rem;
    line-height: 3rem;
    padding: 4rem;
    text-align: center;
    min-height: 20.5rem
}

.pricing-block .pricing__item-body {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 5rem
}

.pricing-block .pricing__item-body .square {
    max-width: 24rem;
    width: 100%;
    margin: 0 auto;
    border-width: 0.9rem;
    border-style: solid;
    padding: 3.5rem 0 4rem;
    text-align: center
}

.pricing-block .pricing__item-body .square__cost {
    font: 5.5rem "HelveticaNeueBold", sans-serif
}

.pricing-block .pricing__item-body .square__month {
    font: 2.5rem "HelveticaNeue35Thin", sans-serif;
    display: block
}
.pricing-block .pricing__item-body .square__note {
    font: 1.8rem "HelveticaNeue35Thin", sans-serif;
    display: block
}

.pricingnote{
	font-size: 1.4rem;
}

.pricing-block .pricing__item-body .button-order {
    display: block;
    margin: auto;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3.1rem;
    background: #ffae00;
    font: 2rem "HelveticaNeueBold", sans-serif;
    color: #fff;
    padding: 1.9rem 0;
    text-align: center;
    width: 100%;
    max-width: 18.6rem;
    font-size: 1.7rem;
    margin: 4rem auto;
    background-position: 0;
    padding-bottom: 1.7rem
}

.pricing-block .pricing__item-body .button-order:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffae0052), to(#ffae00));
    background: -webkit-linear-gradient(#ffae0052, #ffae00);
    background: -o-linear-gradient(#ffae0052, #ffae00);
    background: linear-gradient(#ffae0052, #ffae00);
    background-position: 100px;
    -webkit-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    -webkit-box-shadow: 0 0.5rem 1rem 0 #5757577a;
    box-shadow: 0 0.5rem 1rem 0 #5757577a
}

.pricing-block .pricing__item:nth-of-type(1) .pricing__item-body {
    border-top: 0.9rem solid #ff8400;
    border-bottom: 0.9rem solid #ff8400
}

.pricing-block .pricing__item:nth-of-type(1) .pricing__item-body .square {
    border-color: #ff8400
}

.pricing-block .pricing__item:nth-of-type(1) .pricing__item-body .square__cost {
    color: #ff8400
}

.pricing-block .pricing__item:nth-of-type(2) .pricing__item-body {
    border-top: 0.9rem solid #35ac54;
    border-bottom: 0.9rem solid #35ac54
}

.pricing-block .pricing__item:nth-of-type(2) .pricing__item-body .square {
    border-color: #35ac54
}

.pricing-block .pricing__item:nth-of-type(2) .pricing__item-body .square__cost {
    color: #35ac54
}

.pricing-block .pricing__item:nth-of-type(3) .pricing__item-body {
    border-top: 0.9rem solid #8159b8;
    border-bottom: 0.9rem solid #8159b8
}

.pricing-block .pricing__item:nth-of-type(3) .pricing__item-body .square {
    border-color: #8159b8
}

.pricing-block .pricing__item:nth-of-type(3) .pricing__item-body .square__cost {
    color: #8159b8
}



.pricing-block .pricing__item:nth-of-type(4) .pricing__item-body {
    border-top: 0.9rem solid #a83260;
    border-bottom: 0.9rem solid #a83260
}

.pricing-block .pricing__item:nth-of-type(4) .pricing__item-body .square {
    border-color: #a83260
}

.pricing-block .pricing__item:nth-of-type(4) .pricing__item-body .square__cost {
    color: #a83260
}

.pricing-block .pricing__item:nth-of-type(1),
.pricing-block .pricing__item:nth-of-type(2) {
    border-right: 0.1rem solid #dadada
}

.pricing-block .pricing__item ul {
    padding: 0 4rem;
    min-height: 24rem
}

.pricing-block .pricing__item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font: 1.8rem "HelveticaNeueBold", sans-serif;
    padding-bottom: 1rem
}

.pricing-block .pricing__item ul li .icon-ok {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.4rem rgba(24, 24, 24, 0.3);
    box-shadow: 0 0 0.4rem rgba(24, 24, 24, 0.3);
    background: #fff;
    margin-right: 1rem
}

.pricing-block .pricing__item ul li .icon-ok:before {
    color: #35ac54;
    font-size: 1.8rem;
    margin: auto
}

.pricing-block .pricing__item ul .li-font {
    font-family: "HelveticaNeue45Light", sans-serif
}

.pricing-block .pricing__item p {
    min-height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #575757;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 4rem 3rem;
    text-align: center;
    background: #f8f8f8;
    width: 100%
}

.text-in-block {
    max-width: 49rem;
    margin: auto;
    width: 100%;
    padding: 5rem 2rem;
    text-align: center
}

.text-in-block img {
    display: block;
    margin: auto auto 1rem
}

.text-in-block p {
    color: #575757;
    font-size: 1.8rem;
    line-height: 3.5rem
}

.text-in-block .p-strong {
    font-family: "HelveticaNeueBold", sans-serif;
    color: #000
}

@media screen and (max-width: 992px) {
    .pricing-block .pricing__item-header {
        padding: 4rem 2rem
    }
    .pricing-block .pricing__item p {
        min-height: 14rem
    }
}

@media screen and (max-width: 810px) {
    .pricing-block .pricing__item-header {
        font-size: 2.2rem
    }
    .pricing-block .pricing__item-body .square {
        max-width: 18rem
    }
    .pricing-block .pricing__item p {
        min-height: 16rem
    }
}

@media screen and (max-width: 768px) {
    .pricing-block .pricing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none
    }
    .pricing-block .pricing__item {
        border: 0.1rem solid #dadada;
        border-bottom: none;
        max-width: 100%;
        margin-bottom: 3rem
    }
    .pricing-block .pricing__item p {
        min-height: auto
    }
    .pricing-block .pricing__item-header {
        min-height: auto;
        font-size: 3rem
    }
    .pricing-block .pricing__item-body .square {
        max-width: 24rem
    }
    .pricing-block .pricing__item ul {
        min-height: auto;
        padding: 0 2rem 4rem;
        max-width: 27rem;
        width: 100%;
        margin: auto
    }
}

.bigtext{
	font-size:1.8em;
}


/*# sourceMappingURL=style.css.map */