.wrap {
    width: 1142px;
    margin: 0 auto
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    position: relative
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input,select,textarea {
        font-size:16px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input:focus,select:focus,textarea:focus {
        font-size:16px;
        background: #eee
    }
}

div,p {
    color: #413c54;
    font-family: rubikregular
}

.default {
    position: absolute;
    width: 100%
}

.cont_price {
    font-size: 18px
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 12px 2px #464ba2;
    box-shadow: 0 0 12px 2px #464ba2;
    background: #2f3379;
    z-index: 999;
    -webkit-animation: fadeInDown .6s;
    animation: fadeInDown .6s
}

.hb-bounceInUp {
    -webkit-animation: hb-bounceInUp 1s;
    animation: hb-bounceInUp 1s
}

.hb-bounceInDown {
    -webkit-animation: hb-bounceInDown 1s;
    animation: hb-bounceInDown 1s
}

.lds-spinner {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    color: #302298;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-spinner div {
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #302298
}

.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.header-menu__number p a {
    text-decoration: none;
    color: #fff
}

.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.overflow-hidden {
    overflow: hidden
}

.overlay {
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.overlay-active {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 99
}

select::-ms-expand {
    display: none
}

.advantages-title,.howitworks-title,.page-title,.page-title h1,.reviews-title,.title {
    color: #302298;
    font-family: rubikmedium;
    font-size: 36px;
    line-height: 64px;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .wrap {
        width:calc(100vw - 40px);
        padding: 0 20px
    }
}

@media (max-width: 600px) {
    img {
        max-width:90vw
    }

    .wrap {
        width: calc(100vw - 20px);
        padding: 0 10px
    }
}

.top-background {
    background-image: url(../images/background.png);
    background-size: cover;
    height: 625px;
    position: relative;
    padding-top: 60px
}

header {
    background-color: #2f3379;
    border-bottom: 1px solid #b2d7fe
}

.header-logo {
    margin-left: 0
}

.header-home {
    background-color: transparent;
    border-bottom: 1px solid transparent
}

.header-home.default {
    top: 0
}

.header-menu {
    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;
    height: 60px
}

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

.header-menu div img {
    margin-left: 36px
}

.header-menu__ico:hover {
    cursor: pointer
}

.header-menu a {
    margin-left: 20px
}

.header-menu a.header-logo {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-menu a:nth-child(1) button {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    font-family: rubikregular;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: background .5s,color .7s,border .5s;
    transition: background .5s,color .7s,border .5s
}

.header-menu a:nth-child(1) button:hover {
    background-color: #fff;
    color: #2f3379
}

.header-menu a:nth-child(2) button {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #f76830;
    color: #fff;
    background: 0 0;
    font-family: rubikregular;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: background .5s;
    transition: background .5s
}

.header-menu a:nth-child(2) button:hover {
    background-color: #f76830
}

.fixed {
    background-color: #2f3379
}

.main-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 315px;
    background-color: #2f3379;
    z-index: 9999999999
}

.main-nav .header-menu__number {
    margin-left: 38px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.main-nav .header-menu__number p {
    color: #fff;
    font-family: rubiklight;
    font-size: 20px;
    margin: 0
}

.main-nav .header-menu__number img {
    margin-left: 0;
    margin-right: 10px
}

.main-nav div {
    position: relative
}

.main-nav div ul {
    margin: 30px 0 0 70px;
    padding: 0
}

.main-nav div ul li {
    color: #fffefe;
    list-style-type: none;
    font-family: rubiklight;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 20px
}

.main-nav div ul li a {
    text-decoration: none;
    font-family: rubiklight;
    font-size: 20px;
    line-height: 22px;
    color: #fffefe;
    letter-spacing: .5px;
    -webkit-transition: border-bottom .3s ease-in-out;
    transition: border-bottom .3s ease-in-out
}

.main-nav div ul li:hover a {
    border-bottom: 3px solid #f76830;
    -webkit-transition: border-bottom .3s ease-in-out;
    transition: border-bottom .3s ease-in-out
}

.main-nav div ul li.active a {
    border-bottom: 3px solid #f76830
}

.main-nav__close {
    position: absolute;
    top: 23px;
    left: -30px;
    height: 15px
}

.main-nav__close span {
    position: absolute;
    width: 33px;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.main-nav__close span:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.main-nav__close span:nth-child(2) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.main-nav__close:hover {
    cursor: pointer
}

.main-nav__close:hover span {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.main-nav__close:hover span:nth-child(2) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.main-nav__close:hover span:nth-child(1) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

@media (max-width: 1024px) {
    .default {
        top:0
    }
}

@media (max-width: 600px) {
    .header-menu {
        background-color:#2f3379
    }

    .header-menu a {
        margin-left: 0
    }

    .header-menu a img {
        max-width: 155px;
        height: 35px
    }

    .header-menu div a {
        display: none
    }
}

.top-calculator {
    background: rgba(43,59,154,.4);
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-calculator .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.top-calculator__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.top-calculator__values div {
    margin-right: 10px
}

.top-calculator__values div p {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .4px;
    margin: 0;
    padding: 0;
    margin-bottom: 14px
}

.top-calculator__values div:nth-child(3) select {
    width: 130px;
    background-position: 104px center
}

.top-calculator__values select {
    width: 215px;
    height: 40px;
    color: #716c84;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../images/down_arrow.png);
    background-position: 200px center;
    background-repeat: no-repeat;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    line-height: 24px
}

.top-calculator__values ul {
    width: 100%;
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

.top-calculator__values ul li {
    list-style-type: none;
    position: relative
}

.top-calculator__values ul li:first-child,.top-calculator__values ul li:last-child {
    width: 38px;
    height: 38px
}

.top-calculator__values ul li:first-child a,.top-calculator__values ul li:last-child a {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
    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-size: 20px;
    color: #716c84
}

.top-calculator__values ul li:first-child a:hover,.top-calculator__values ul li:last-child a:hover {
    cursor: pointer
}

.top-calculator__values ul li input {
    width: 78px;
    height: 38px;
    color: #716c84;
    border: none;
    outline: 0;
    margin: 0 10px;
    padding: 0;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
    background-color: #fff
}

.top-calculator__order.tablet {
    display: none
}

.popup__callback__modal-body-soon-text button,.popup__discount__modal-body-success-text .main-button,.top-calculator__order button {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #f76830;
    color: #fff;
    border: 2px solid #f76830;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .4px;
    border: none;
    outline: 0;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.popup__callback__modal-body-soon-text button:hover,.top-calculator__order button:hover {
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s;
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830
}

.top-calculator__price {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: .75px
}

.top-calculator__price span {
    display: none
}

.banner {
    margin-top: 105px
}

.banner-title {
    color: #fff;
    font-family: rubikmedium;
    font-size: 42px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 25px
}

.banner-title span {
    display: none;
    line-height: 1;
    border-bottom: 6px solid #f76830
}

.banner-title span.act {
    display: inline-block
}

.banner-text {
    color: #fff;
    font-family: rubiklight;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 770px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .top-calculator__order button {
        width:100%;
        padding: 0 20px
    }

    .top-calculator__values select {
        background-position: 95% center
    }
    .top-calculator {
        height: 240px;
    }

    .top-calculator .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 768px;
        padding: 0 50px;
    }

    .top-calculator__values {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .top-calculator__values div:nth-child(1),.top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(3) {
        margin-bottom: 25px
    }

    .top-calculator__values div:nth-child(3) select {
        width: 200px
    }

    .top-calculator__values ul li:first-child a {
        border-radius: 3px 0 0 3px;
        background-color: #eef2ff
    }

    .top-calculator__values ul li:last-child a {
        border-radius: 0 3px 3px 0;
        background-color: #eef2ff
    }

    .top-calculator__values ul li input {
        border-radius: 0;
        margin: 0;
        width: 99px
    }

    .top-calculator__price span {
        display: inline-block;
        font-size: 16px;
        font-family: rubikregular;
        letter-spacing: .4px
    }

    .top-calculator__order {
        display: none
    }

    .top-calculator__order.tablet {
        display: block
    }

    .top-calculator__order.tablet button {
        width: 200px;
        padding: 0
    }
}

@media (max-width: 800px) {
    .banner {
        margin-top:160px
    }

    .banner .wrap {
        width: calc(100vw - 84px);
        padding: 0 42px
    }

    .top-background {
        height: 860px;
        background-position: 23% bottom
    }


}

@media (max-width: 600px) {
    .top-calculator {
        height:auto;
        padding: 25px 0 35px
    }

    .top-calculator .wrap {
        padding: 0 10px;
        width: calc(100vw - 20px)
    }

    .top-calculator__values {
        width: 100%
    }

    .top-calculator__values div:nth-child(1),.top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(3) {
        width: 100%;
        margin-bottom: 15px
    }

    .top-calculator__values div:nth-child(1) select,.top-calculator__values div:nth-child(2) select,.top-calculator__values div:nth-child(3) select {
        width: 100%
    }

    .top-calculator__values div {
        margin-right: 0
    }

    .top-calculator__values div select {
        width: 100%
    }

    .top-calculator__values div p {
        font-size: 14px;
        margin-bottom: 8px
    }

    .top-calculator__order.tablet {
        margin: 0 auto;
        margin-top: 30px
    }

    .top-background {
        min-height: 560px;
        height: auto
    }

    .banner {
        margin-top: 40px
    }

    .banner-title span {
        border-bottom: 4px solid #f76830
    }

    .banner-text {
        display: none
    }

    .banner .wrap {
        width: calc(100vw - 20px);
        padding: 0 10px
    }
}

.howitworks {
    padding: 70px 0;
    height: calc(485px - 140px)
}

.howitworks-title {
    text-align: left
}

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

.howitworks-items .slider {
    width: 50%
}

.howitworks-items .slider .slick-slide {
    padding-left: 80px;
    height: 220px;
    position: relative
}

.howitworks-items .slider .slick-slide:nth-child(2):before {
    content: '01';
    position: absolute;
    opacity: .78;
    color: #eef2ff;
    font-family: rubikbold;
    font-size: 200px;
    top: 0;
    left: -4px;
    line-height: .9;
    text-transform: uppercase;
    z-index: -2
}

.howitworks-items .slider .slick-slide:nth-child(3):before {
    content: '02';
    position: absolute;
    top: 0;
    left: -4px;
    opacity: .78;
    color: #eef2ff;
    font-family: rubikbold;
    font-size: 200px;
    line-height: .9;
    text-transform: uppercase;
    z-index: -2
}

.howitworks-items .slider .slick-slide:nth-child(4):before {
    content: '03';
    position: absolute;
    top: 0;
    left: -4px;
    opacity: .78;
    color: #eef2ff;
    font-family: rubikbold;
    font-size: 200px;
    line-height: .9;
    text-transform: uppercase;
    z-index: -2
}

.howitworks .slick-slide {
    outline: 0;
    margin-bottom: 40px
}

.howitworks-item__title {
    color: #413c54;
    font-size: 30px;
    line-height: 40px;
    margin-top: 60px
}

.howitworks-item__title span {
    display: none
}

.howitworks-item__text {
    color: #716c84;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 30px
}

.howitworks .slick-dots {
    margin: 0 0 5px
}

.howitworks .slick-dots li {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #c2cffd;
    border-radius: 100%
}

.howitworks .slick-dots li button:before {
    content: none
}

.howitworks .slick-dots li.slick-active {
    background-color: #302298
}

@media (max-width: 800px) {
    .howitworks {
        padding:60px 0;
        height: calc(430px - 120px)
    }

    .howitworks .slick-slide {
        margin-bottom: 0
    }

    .howitworks-title {
        text-align: center
    }

    .howitworks-items {
        margin-top: 10px
    }

    .howitworks-items img {
        display: none
    }

    .howitworks-items .slider {
        width: 100%
    }

    .howitworks-items .slider .slick-slide {
        padding-left: 44vw
    }

    .howitworks-item__title {
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .howitworks {
        padding:25px 0;
        height: calc(400px - 50px)
    }

    .howitworks-items {
        margin-top: 10px
    }

    .howitworks-items img {
        display: none
    }

    .howitworks-items .slider {
        width: 100%
    }

    .howitworks-items .slider .slick-slide {
        padding-left: 0
    }

    .howitworks-items .slider .slick-slide:nth-child(2):before,.howitworks-items .slider .slick-slide:nth-child(3):before,.howitworks-items .slider .slick-slide:nth-child(4):before {
        content: none
    }

    .howitworks-item__title {
        text-align: center;
        color: #413c54;
        font-family: rubikmedium;
        font-size: 24px;
        line-height: 35px
    }

    .howitworks-item__title span {
        display: inline-block
    }

    .howitworks-item__text {
        text-align: center
    }
}

.advantages {
    max-width: 100vw;
    max-height: 645px;
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    height: calc(645px - 140px);
    background-color: #2f3379
}

.advantages .wrap {
    margin-top: -645px;
    position: relative;
    z-index: 99
}

.advantages-title {
    color: #fff;
    line-height: 1
}

.advantages-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px
}

.advantages-item {
    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;
    width: calc(420px - 74px);
    height: calc(205px - 60px);
    padding: 30px 37px;
    background-color: rgba(143,167,236,.2);
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.advantages-item:nth-child(even) {
    margin-right: 0
}

.advantages-item:nth-child(3) {
    margin-left: 220px
}

.advantages-item img {
    width: auto;
    height: 56px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s;
    transition: margin .2s
}

.advantages-item__title {
    color: #fff;
    font-family: rubikmedium;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .45px;
    -webkit-transition: margin .2s;
    transition: margin .2s
}

.advantages-item__text {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-align: center;
    color: #fff;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px;
    margin-top: 7px;
    width: 100%
}

.advantages-item:hover {
    background-color: #f76830;
    cursor: pointer;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.advantages-item:hover .advantages-item__title {
    -webkit-transition: margin .2s;
    transition: margin .2s
}

.advantages-item:hover .advantages-item__text {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.advantages-item:hover img {
    -webkit-transition: margin .2s;
    transition: margin .2s
}

.advantages .header-paralax {
    display: block;
    position: relative;
    height: 600px;
    list-style-type: none
}

.advantages .header-paralax img {
    width: 60px;
    height: 70px;
    position: absolute;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    z-index: 1
}

.advantages .header-paralax .banner-icon-1 img {
    left: 470px;
    bottom: 140px;
    width: 60px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.advantages .header-paralax .banner-icon-3 img {
    right: 50px;
    top: 80px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.advantages .header-paralax .banner-icon-2 img {
    right: 60px;
    top: 100px;
    opacity: 1;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.advantages .header-paralax .banner-icon-4 img {
    left: 400px;
    top: 42px
}

.advantages .header-paralax .banner-icon-5 img {
    right: 800px;
    bottom: 90px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.advantages .header-paralax .banner-icon-6 img {
    left: 88px;
    top: 70px;
    opacity: 1
}

.advantages .header-paralax .banner-icon-7 img {
    top: 25px;
    right: 720px
}

.advantages .header-paralax .banner-icon-8 img {
    left: 280px;
    bottom: 250px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.advantages .header-paralax .banner-icon-9 img {
    right: 420px;
    top: 120px
}

.advantages .header-paralax .banner-icon-10 img {
    right: 100px;
    bottom: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.advantages .header-paralax .banner-icon-11 img {
    top: 25px;
    left: 550px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

@media (max-width: 1024px) {
    .advantages-body {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .advantages-item:nth-child(3) {
        margin-left: 0
    }

    .advantages .header-paralax img {
        width: 30px;
        height: 40px
    }
}

@media (max-width: 800px) {
    .advantages {
        height:calc(430px - 120px);
        padding: 60px 0
    }

    .advantages .wrap {
        margin-top: -473px
    }

    .advantages-title {
        text-align: center
    }

    .advantages-body {
        display: block;
        width: 420px;
        margin: 0 auto;
        padding-top: 40px
    }

    .advantages-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 420px;
        height: calc(205px - 60px);
        margin-right: 0
    }

    .advantages-item__text {
        display: block;
        opacity: 1
    }

    .advantages .slick-initialized .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .advantages .slick-dots {
        margin: 0 0 5px
    }

    .advantages .slick-dots li button:before {
        content: none
    }

    .advantages .slick-dots li.slick-active {
        background-color: #fff
    }

    .advantages .header-paralax {
        display: block;
        position: relative;
        height: 430px;
        list-style-type: none
    }

    .advantages .header-paralax img {
        width: 30px;
        height: 40px;
        position: absolute;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        z-index: 1
    }

    .advantages .header-paralax .banner-icon-1 img {
        left: 65vw;
        bottom: 100px;
        width: 60px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg)
    }

    .advantages .header-paralax .banner-icon-3 img {
        right: 6vw;
        top: 30%;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    .advantages .header-paralax .banner-icon-2 img {
        right: 60px;
        top: 100px;
        opacity: 1;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    .advantages .header-paralax .banner-icon-4 img {
        left: 400px;
        top: 42px
    }

    .advantages .header-paralax .banner-icon-5 img {
        right: 8vw;
        top: -4vw;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    .advantages .header-paralax .banner-icon-6 img {
        left: 88px;
        top: 31%;
        opacity: 1
    }

    .advantages .header-paralax .banner-icon-7 img {
        top: -5vw;
        left: 5vw
    }

    .advantages .header-paralax .banner-icon-8 img {
        left: 6vw;
        bottom: 17vw;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .advantages .header-paralax .banner-icon-9 img {
        left: 50vw;
        top: -9vw
    }

    .advantages .header-paralax .banner-icon-10 img {
        right: 100px;
        bottom: 10px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .advantages .header-paralax .banner-icon-11 img {
        top: 25px;
        left: 550px;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }
}

@media (max-width: 600px) {
    .advantages-body {
        width:calc(100vw - 20px)
    }

    .advantages .header-paralax .banner-icon-9 img {
        display: none
    }
}

.reviews {
    padding: 70px 0;
    height: calc(470px - 140px);
    background-color: #eef2ff
}

.reviews-title {
    text-align: center;
    line-height: 1.2
}

.reviews-item {
    width: calc(750px - 135px);
    height: calc(236px - 105px);
    margin: 20px;
    padding: 65px 60px 40px 75px;
    -webkit-box-shadow: 0 7px 21px rgba(27,2,122,.15);
    box-shadow: 0 7px 21px rgba(27,2,122,.15);
    background-color: #fff;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: 40px 40px;
    background-size: 32px 24px
}

.reviews-item__text {
    color: #413c54;
    font-family: rubiklight_italic;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

.reviews-item__author {
    text-align: right;
    color: #413c54;
    font-size: 16px;
    line-height: 30px
}

.reviews .slick-dots {
    margin: 0 0 5px
}

.reviews .slick-dots li {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #c2cffd;
    border-radius: 100%
}

.reviews .slick-dots li button:before {
    content: none
}

.reviews .slick-dots li.slick-active {
    background-color: #302298
}

@media (max-width: 800px) {
    .reviews-title {
        margin-bottom:10px
    }

    .reviews-item {
        width: calc(100vw - 175px)
    }
}

@media (max-width: 600px) {
    .reviews-item {
        width:calc(100vw - 40px);
        height: calc(236px - 90px);
        margin: 20px 10px;
        padding: 60px 10px;
        background-position: center 20px
    }

    .reviews-item__text {
        font-size: 16px
    }
}

.statistics {
    max-height: 286px;
    height: 286px;
    background-color: #2f3379;
    overflow: hidden
}

.statistics .wrap {
    margin-top: -286px;
    position: relative
}

.statistics .wrap a {
    text-align: center;
    display: block
}

.statistics .wrap a {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #f76830;
    color: #fefefe;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: .4px;
    outline: 0;
    text-decoration: none;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s;
    border: 2px solid transparent
}

.statistics .wrap a:hover {
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.statistics-text {
    display: none
}

.statistics-items {
    padding-top: 45px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.statistics-item {
    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
}

.statistics-item p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0
}

.statistics-item p:nth-child(1) {
    color: #fff;
    font-family: rubikmedium;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.statistics .header-paralax {
    display: block;
    position: relative;
    height: 286px
}

.statistics .header-paralax img {
    width: 60px;
    height: 70px;
    position: absolute;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    z-index: 1
}

.statistics .header-paralax .banner-icon-1 img {
    left: 1050px;
    bottom: 100px;
    width: 60px;
    opacity: .7
}

.statistics .header-paralax .banner-icon-3 img {
    right: 200px;
    top: 215px;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg)
}

.statistics .header-paralax .banner-icon-2 img {
    right: 60px;
    top: 120px;
    opacity: 1;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.statistics .header-paralax .banner-icon-4 img {
    left: 650px;
    top: 69px;
    opacity: .7
}

.statistics .header-paralax .banner-icon-5 img {
    right: 1000px;
    top: 110px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.statistics .header-paralax .banner-icon-6 img {
    left: 88px;
    top: 90px;
    opacity: 1
}

.statistics .header-paralax .banner-icon-7 img {
    top: 35px;
    right: 190px
}

.statistics .header-paralax .banner-icon-8 img {
    left: 420px;
    bottom: 100px;
    opacity: .7;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.statistics .header-paralax .banner-icon-9 img {
    right: 50px;
    top: 70px;
    opacity: .2
}

.statistics .header-paralax .banner-icon-10 img {
    right: 400px;
    bottom: 124px;
    opacity: .7;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.statistics .header-paralax .banner-icon-11 img {
    top: 25px;
    left: 550px;
    opacity: .7;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

@media (max-width: 1024px) {
    .statistics .header-paralax img {
        width:30px;
        height: 40px
    }

    .statistics .header-paralax .banner-icon-6 img {
        left: 29vw;
        top: 0
    }

    .statistics .header-paralax .banner-icon-8 img {
        left: 10vw;
        bottom: 50px;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    .statistics .header-paralax .banner-icon-7 img {
        right: 4vw
    }

    .statistics .header-paralax .banner-icon-4 img {
        right: 11vw;
        bottom: 9vw;
        top: auto
    }

    .statistics .header-paralax .banner-icon-10 img {
        display: none
    }
}

@media (max-width: 600px) {
    .statistics {
        height:227px
    }

    .statistics .header-paralax {
        margin: 0;
        padding: 0
    }

    .statistics .wrap {
        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;
        margin-top: -245px
    }

    .statistics-items {
        display: none
    }

    .statistics-text {
        display: block;
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        padding: 0 30px;
        margin-bottom: 25px
    }
}

.order-form {
    padding: 65px 0 40px;
    height: auto;
    background-color: #eef2ff
}

.order-form .wrap {
    position: relative;
    height: 100%;
    padding-bottom: 30px
}

.order-form__title {
    color: #302298;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.order-form__description {
    color: #716c84;
    font-size: 20px;
    line-height: 1.2;
    text-align: center
}

.order-form .steps {
    margin-top: 60px
}

.order-form .steps .step-1.act a,.order-form .steps .step-2.act a,.order-form .steps .step-3.act a,.order-form .steps .step-4.act a,.order-form .steps .step-5.act a {
    color: #f76830;
    -webkit-transition: color .5s;
    transition: color .5s
}

.order-form .steps .step-1.act a svg,.order-form .steps .step-2.act a svg,.order-form .steps .step-3.act a svg,.order-form .steps .step-4.act a svg,.order-form .steps .step-5.act a svg {
    fill: #f76830
}

.order-form .steps-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: rubikregular;
    font-size: 14px
}

.order-form .steps-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.order-form .steps-prev svg:hover {
    cursor: pointer
}

.order-form .steps-next {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: rubikregular;
    font-size: 14px
}

.order-form .steps-next:hover {
    cursor: pointer
}

.order-form .steps-next,.order-form .steps-prev {
    color: #716c84
}

.order-form .steps-next svg,.order-form .steps-prev svg {
    fill: #716c84
}

.order-form .steps-next:hover,.order-form .steps-prev:hover {
    color: #302298;
    cursor: pointer
}

.order-form .steps-next:hover svg,.order-form .steps-prev:hover svg {
    fill: #302298
}

.order-form .steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0
}

.order-form .steps ul li {
    list-style-type: none
}

.order-form .steps ul li.step-5 a svg {
    fill: #716c84;
    margin-left: 7px
}

.order-form .steps ul li a {
    color: #716c84;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
    cursor: default
}

.order-form .steps-progress {
    display: block;
    height: 3px;
    width: 20%;
    background: #f76830;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative
}

.order-form .steps-progress:after {
    content: url(../images/arrow.svg);
    width: 10px;
    height: 17px;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order-form .steps-progress__bottom {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: -3px;
    background-color: #c2cffd
}

.order-form .step {
    text-align: center;
    margin-top: 70px;
    display: none
}

.order-form .step.visible {
    display: block
}

.order-form .step-description {
    color: #716c84;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px
}

.order-form .step-select {
    width: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.order-form .step-select label {
    width: 19.5%;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    color: #302298;
    font-size: 16px;
    font-family: rubikregular;
    outline: 0;
    -webkit-transition: background .5s,color .7s;
    transition: background .5s,color .7s;
    cursor: pointer;
    line-height: 38px
}

.order-form .step-select label.active,.order-form .step-select label:hover {
    border: 1px solid #302298;
    background-color: #212453;
    color: #fefefe;
    -webkit-transition: background .5s,color .7s;
    transition: background .5s,color .7s
}

.order-form .step-1__content a.step-1__link {
    color: #302298;
    font-family: rubiklight;
    font-size: 14px;
    text-decoration: underline
}

.order-form .step-1__content a.step-1__link:active,.order-form .step-1__content a.step-1__link:focus,.order-form .step-1__content a.step-1__link:hover,.order-form .step-1__content a.step-1__link:visited {
    color: #716c84
}

.order-form .step-3__content .step-select {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-form .step-3__content .step-select label {
    width: 24.45%;
    margin-bottom: 12px
}

.order-form .step-3__content .step-select label:last-child {
    width: 100%
}

.order-form .step-3__content a.step-3__link {
    color: #302298;
    font-family: rubiklight;
    font-size: 14px;
    text-decoration: underline
}

.order-form .step-3__content a.step-3__link:active,.order-form .step-3__content a.step-3__link:focus,.order-form .step-3__content a.step-3__link:hover,.order-form .step-3__content a.step-3__link:visited {
    color: #716c84
}

.order-form .step-3__content .step-3__select {
    display: none
}

.order-form .step-3__content .step-3__select div {
    margin-top: 40px;
    margin-bottom: 20px
}

.order-form .step-3__content .step-3__select input {
    width: 100%;
    height: 30px;
    background: 0 0;
    border: none;
    outline: 0;
    font-family: rubiklight;
    border-bottom: 1px solid #c2cffd;
    color: #716c84;
    font-size: 14px;
    margin-bottom: 45px
}

.order-form .step-4__content .step-select {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-form .step-4__content .select-content {
    margin: 0 12px
}

.order-form .step-4__content .select-title {
    color: #716c84;
    font-family: rubiklight;
    font-size: 14px;
    text-align: left;
    margin-bottom: 4px
}

.order-form .step-4__content select {
    width: 351px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    color: #302298;
    background-image: url(../images/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    padding-left: 15px;
    outline: 0
}

.order-form .step-4__content input {
    width: 350px;
    height: 38px;
    background: 0 0;
    border: none;
    outline: 0;
    border-bottom: 1px solid #c2cffd;
    color: #302298;
    font-size: 16px
}

.order-form .step-4__content a {
    color: #302298;
    font-family: rubiklight;
    font-size: 14px;
    text-decoration: underline
}

.order-form .step-5__content {
    margin-top: 30px
}

.step-1__link,.step-3__link {
    cursor: pointer
}

.order-form .step-5__content .step-title {
    color: #413c54;
    font-size: 20px;
    line-height: 1.3;
    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
}

.order-form .step-5__content .step-description {
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 30px
}

.order-form .step-5__content a {
    color: #302298;
    font-family: rubiklight;
    font-size: 14px;
    text-decoration: underline
}

.order-form .step-1__select {
    display: none
}

.order-form .step-1__select div {
    margin-top: 40px;
    margin-bottom: 20px
}

.order-form .step-1__select input,.order-form .step-1__select select,.order-form .step-3__select select {
    width: 100%;
    height: 38px;
    color: #302298;
    font-size: 16px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    background-image: url(../images/green_down.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-left: 30px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 45px
}

@media (max-width: 1024px) {
    .order-form .steps-prev {
        left:20px
    }

    .order-form .steps-next {
        right: 20px
    }

    .order-form .step-select button {
        font-size: 14px
    }
}

@media (max-width: 800px) {
    .order-form .step-select button {
        font-size:14px
    }

    .order-form .step-3__content .step-select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-form .step-3__content .step-select button {
        width: 32%;
        margin-bottom: 12px
    }

    .order-form .step-3__content .step-select button:nth-last-of-type(1),.order-form .step-3__content .step-select button:nth-last-of-type(2) {
        width: 49%
    }
}

@media (max-width: 600px) {
    .order-form .steps-prev {
        left:10px
    }

    .order-form .steps-next {
        right: 10px
    }

    .order-form__title {
        font-size: 18px
    }

    .order-form__description {
        font-size: 16px
    }

    .order-form .steps {
        margin-top: 40px
    }

    .order-form .steps .step-1 a span,.order-form .steps .step-2 a span,.order-form .steps .step-3 a span,.order-form .steps .step-4 a span,.order-form .steps .step-5 a span {
        display: none
    }

    .order-form .steps-progress:after {
        content: ' ';
        width: 8px;
        height: 8px;
        background-color: #f76830;
        border-radius: 50%
    }

    .order-form .step {
        margin-top: 40px
    }

    .order-form .step-select {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .order-form .step-select button {
        width: 49%;
        margin-bottom: 8px
    }

    .order-form .step-select button:last-child {
        width: 100%
    }

    .order-form .step-1__content a.step-1__link {
        display: block;
        margin-bottom: 30px
    }

    .order-form .step-3__content .step-select button {
        width: 100%
    }

    .order-form .step-3__content .step-select button:nth-last-of-type(1),.order-form .step-3__content .step-select button:nth-last-of-type(2) {
        width: 100%
    }

    .order-form .step-3__content a.step-3__link {
        display: block;
        margin-bottom: 30px
    }

    .order-form .step-4__content .select-content {
        margin-bottom: 20px
    }

    .order-form .step-4__content .select-content:last-child {
        margin-bottom: 10px
    }

    .order-form .step-4__content .step-4__link {
        display: none
    }
}

.home-text {
    padding: 60px 0 0
}

.home-text-title {
    color: #302298;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto;
    text-align: center
}

.home-text-content p {
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    padding-top: 20px
}

.home-text .readmore-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px
}

.home-text .readmore-link img {
    margin-left: 5px
}

.home-text .readmore-link.all img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-text a.readmore-link__text {
    color: #302298;
    font-size: 16px;
    text-decoration: none
}

.home-text a.readmore-link__text:hover {
    cursor: pointer
}

.footer {
    padding: 50px 0 95px;
    height: calc(294px - 100px);
    background-color: #212453;
    -webkit-transition: padding .7s;
    transition: padding .7s
}

.footer .wrap {
    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-page {
    background-color: #fff
}

.footer-page .footer-item:nth-child(2) ul li a {
    color: #302298;
    font-family: rubikregular;
    opacity: 1
}

.footer-page .footer-item:nth-child(3) ul li a,.footer-page .footer-item:nth-child(4) ul li a {
    color: #716c84;
    font-family: rubikregular;
    opacity: 1
}

.footer-page .footer-item__phone {
    color: #716c84;
    font-family: rubikregular
}

.footer-page .footer-item__copyright {
    opacity: .7;
    color: #716c84;
    font-family: rubikregular
}

.footer-item {
    height: 194px
}

.footer-item__select {
    display: none
}

.footer-item__phone {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-item__phone img {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.footer-item__payment img {
    width: 56px;
    height: 35px;
    margin-right: 5px
}

.footer-item__copyright {
    opacity: .7;
    color: #fefeff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    max-width: 200px
}

.footer-item__copyright.tablet {
    display: none
}

.footer-item:nth-child(1) {
    height: 202px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-item:nth-child(2),.footer-item:nth-child(3),.footer-item:nth-child(4) {
    border-left: 2px solid #c2cffd
}

.footer-item:nth-child(2) ul,.footer-item:nth-child(3) ul,.footer-item:nth-child(4) ul {
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.footer-item:nth-child(2) ul li,.footer-item:nth-child(3) ul li,.footer-item:nth-child(4) ul li {
    list-style-type: none;
    padding-left: 15px
}

.footer-item:nth-child(2) ul li a,.footer-item:nth-child(3) ul li a,.footer-item:nth-child(4) ul li a {
    opacity: .7;
    color: #fff;
    font-family: rubiklight;
    font-size: 16px;
    letter-spacing: .35px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    height: 18px;
    position: relative
}

.footer-item:nth-child(2) ul li a:before,.footer-item:nth-child(3) ul li a:before,.footer-item:nth-child(4) ul li a:before {
    position: absolute;
    content: ' ';
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.footer-item:nth-child(2) ul li a:hover:before,.footer-item:nth-child(3) ul li a:hover:before,.footer-item:nth-child(4) ul li a:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.footer-item:nth-child(2) ul li a {
    font-size: 16px
}

@media (max-width: 800px) {
    .footer {
        height:calc(395px - 100px)
    }

    .footer .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-item {
        height: 164px
    }

    .footer-item:nth-child(1) {
        width: 100%;
        height: auto;
        margin-bottom: 34px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer-item__copyright {
        display: none
    }

    .footer-item__copyright.tablet {
        display: block;
        max-width: none;
        text-align: center;
        margin-top: 70px
    }

    .footer-item:nth-child(2),.footer-item:nth-child(3),.footer-item:nth-child(4) {
        border: none
    }

    .footer-item:nth-child(2) ul li,.footer-item:nth-child(3) ul li,.footer-item:nth-child(4) ul li {
        padding-left: 0
    }
}

@media (max-width: 600px) {
    .footer {
        padding:40px 0 74px;
        height: calc(334px - 70px)
    }

    .footer-page .footer-item__select {
        display: block
    }

    .footer-page .footer-item__select select {
        border: 1px solid #302298;
        background-color: #fff;
        color: #302298
    }

    .footer-item:nth-child(1) {
        height: 200px;
        -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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .footer-item__select {
        width: 100%
    }

    .footer-item__select select {
        width: 100%;
        height: 35px;
        border-radius: 3px;
        border: 1px solid #c2cffd;
        background-color: #fff;
        color: #302298;
        background-image: url(../images/arrow_select.svg);
        background-repeat: no-repeat;
        background-position: 97% center;
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0
    }

    .footer-item:nth-child(2),.footer-item:nth-child(3),.footer-item:nth-child(4) {
        display: none
    }

    .footer-item__copyright.tablet {
        margin-top: 0
    }
}

.offer {
    width: 100%;
    height: 44px;
    background-color: #5fcfa9;
    color: #fff;
    font-family: rubikregular;
    font-size: 18px;
    position: fixed;
    bottom: 0;
    z-index: 99999999
}

.offer .wrap {
    position: relative;
    height: 44px;
    color: #fff;
    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
}

.offer .wrap a {
    margin-left: 30px
}

.offer .wrap a button {
    width: 100px;
    height: 26px;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    background: 0 0;
    outline: 0;
    -webkit-transition: background .5s,color .7s;
    transition: background .5s,color .7s
}

.offer .wrap a button:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #5fcfa9;
    -webkit-transition: background .5s,color .7s;
    transition: background .5s,color .7s
}

.offer-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1024px) {
    .offer-close {
        right:20px
    }
}

@media (max-width: 750px) {
    .offer-close {
        right:10px
    }

    .offer .wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .offer .wrap a {
        margin-left: 10px
    }

    .offer .wrap strong {
        margin-right: 6px
    }

    .offer span {
        display: none
    }
}

@media (max-width: 320px) {
    .offer .wrap {
        font-size:14px
    }

    .offer .wrap a button {
        width: 90px;
        font-size: 16px
    }
}

.cta {
    height: 244px;
    background-color: #2f3379;
    overflow: hidden
}

.cta .wrap {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    margin-top: -284px;
    text-align: center
}

.cta .wrap a {
    text-align: center;
    display: block
}

.cta .wrap a {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #f76830;
    color: #fefefe;
    font-family: rubikmedium;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .4px;
    line-height: 50px;
    outline: 0;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s;
    border: 2px solid transparent;
    text-decoration: none;
    margin: 0 auto
}

.cta .wrap a:hover {
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.cta-title {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px
}

.cta-text {
    color: #fefefe;
    font-family: rubiklight;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px
}

.cta .header-paralax {
    display: block;
    position: relative;
    height: 286px
}

.cta .header-paralax img {
    width: 60px;
    height: 70px;
    position: absolute;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    z-index: 1
}

.cta .header-paralax .banner-icon-1 img {
    left: 1050px;
    bottom: 120px;
    width: 60px;
    opacity: .7
}

.cta .header-paralax .banner-icon-3 img {
    right: 200px;
    top: 195px;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg)
}

.cta .header-paralax .banner-icon-2 img {
    right: 60px;
    top: 100px;
    opacity: 1;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.cta .header-paralax .banner-icon-4 img {
    left: 650px;
    top: 49px;
    opacity: .7
}

.cta .header-paralax .banner-icon-5 img {
    right: 1000px;
    top: 90px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.cta .header-paralax .banner-icon-6 img {
    left: 88px;
    top: 70px;
    opacity: 1
}

.cta .header-paralax .banner-icon-7 img {
    top: 15px;
    right: 190px
}

.cta .header-paralax .banner-icon-8 img {
    left: 420px;
    bottom: 80px;
    opacity: .7;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.cta .header-paralax .banner-icon-9 img {
    right: 50px;
    top: 50px;
    opacity: .2
}

.cta .header-paralax .banner-icon-10 img {
    right: 400px;
    bottom: 104px;
    opacity: .7;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.cta .header-paralax .banner-icon-11 img {
    top: 25px;
    left: 550px;
    opacity: .7;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

@media (max-width: 1024px) {
    .cta .header-paralax img {
        width:30px;
        height: 40px
    }

    .cta .header-paralax .banner-icon-6 img {
        left: 4vw;
        top: 0
    }

    .cta .header-paralax .banner-icon-8 img {
        left: 10vw;
        bottom: 50px;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    .cta .header-paralax .banner-icon-7 img {
        right: 4vw
    }

    .cta .header-paralax .banner-icon-4 img {
        right: 11vw;
        bottom: 9vw;
        top: auto
    }

    .cta .header-paralax .banner-icon-10 img {
        display: none
    }
}

@media (max-width: 600px) {
    .cta .wrap {
        margin-top:-264px
    }

    .cta-text {
        display: none
    }
}

.page-title {
    text-align: left;
    margin-top: 110px;
    margin-bottom: 10px
}

.page-title h1 {
    font-weight: 400
}

.page-body {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .content {
    width: 69.5%;
    color: #434343
}

.page .content h1 {
    font-family: rubikregular;
    color: #302298;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0
}

.page .content h2 {
    font-family: rubikregular;
    color: #302298;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0
}

.page .content h3 {
    font-family: rubikregular;
    color: #302298;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0
}

.page .content p {
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    margin-top: 0
}

.page .sidebar {
    width: 27.5%;
    padding-left: 3%
}

.page .sidebar-item {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #5fcfcb
}

.page .sidebar-item__title {
    text-align: center;
    font-family: rubikmedium;
    padding: 24px 0 10px;
    color: #302298;
    font-size: 24px;
    line-height: 34px
}

.page .sidebar-item.calculator .sidebar-item__title {
    padding: 24px 0
}

@media (max-width: 1024px) {
    .page .content {
        width:100%
    }

    .page .sidebar {
        display: none
    }
}

.text.page {
    padding-top: 132px
}

.text .order-now {
    width: calc(100% - 100px);
    height: 171px;
    background-color: #2f3379;
    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;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
    margin-bottom: 25px
}

.text .order-now p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    z-index: 3;
    position: relative;
    margin-bottom: 0
}

.text .order-now a {
    position: relative;
    display: block;
    z-index: 3;
    margin-left: 10px
}

.text .order-now button {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #f76830;
    color: #fefefe;
    border: 2px solid #f76830;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .4px;
    border: none;
    outline: 0;
    z-index: 2;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.text .order-now button:hover {
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.text .order-now .header-paralax {
    display: block;
    position: absolute;
    width: 100%;
    height: 171px
}

.text .order-now .header-paralax li {
    list-style-type: none
}

.text .order-now .header-paralax li:before {
    content: none
}

.text .order-now .header-paralax img {
    width: 60px;
    height: 70px;
    position: absolute;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    z-index: 1
}

.text .order-now .header-paralax .banner-icon-1 img {
    left: 1px;
    bottom: 10px;
    width: 60px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.text .order-now .header-paralax .banner-icon-4 img {
    left: 150px;
    top: 9px;
    -webkit-transform: rotate(-220deg);
    transform: rotate(-220deg)
}

.text .order-now .header-paralax .banner-icon-6 img {
    left: 318px;
    bottom: 10px;
    -webkit-transform: rotate(78deg);
    transform: rotate(78deg)
}

.text .order-now .header-paralax .banner-icon-7 img {
    top: 25px;
    right: 70px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.text ul {
    padding: 0;
    margin: 0
}

.text ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 16px;
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 34px
}

.text ul li:before {
    content: url(../images/check-square.svg);
    padding-right: 16px
}

.text ol {
    padding: 0;
    margin: 0 0 20px
}

.text ol li {
    list-style-type: none;
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 34px;
    padding-left: 25px
}

.text ol li:first-child {
    counter-reset: index
}

.popup__callback__modal-close-button.js-callback-form-cancel {
    z-index: 99999
}

.text ol li:before {
    content: counter(index,decimal) '.';
    counter-increment: index;
    font-family: rubikmedium;
    color: #302298;
    padding-right: 19px
}

.text .quotes {
    width: calc(100% - 130px);
    height: auto;
    border-radius: 3px;
    border: 1px solid #5fcfcb;
    color: #7b7a7a;
    font-family: rubiklight_italic;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .35px;
    padding: 30px 90px 30px 40px;
    margin-bottom: 25px
}

.text p.font-gray {
    color: #7b7a7a
}

@media (max-width: 800px) {
    .text .order-now .header-paralax img {
        width:30px;
        height: 40px
    }
}

@media (max-width: 700px) {
    .text .order-now {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 600px) {
    .text .order-now .header-paralax img {
        width:30px;
        height: 40px
    }
}

@media(max-width: 767px) and (orientation:landscape) {
    .top-calculator__values div:nth-child(1),.top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(3) {
        width:45%
    }

    .top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(4) {
        margin-left: 0!important
    }
}

@media(max-width: 568px) and (orientation:landscape) {
    #calc1 {
        width:100%!important;
        background-position: 95% center!important
    }

    .top-calculator__order.tablet {
        margin-top: 0
    }

    .top-calculator__values div:nth-child(1),.top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(3) {
        width: 100%
    }
}

.calculator form {
    width: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.calculator form div {
    width: 100%;
    margin-bottom: 20px
}

.calculator form p {
    margin-bottom: 5px;
    margin-top: 0;
    color: #413c54
}

.calculator form select {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    color: #838383;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #716c84;
    font-family: rubikregular;
    font-size: 14px;
    padding-left: 15px
}

.calculator form select:hover {
    cursor: pointer
}

.calculator form input {
    width: 67px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    outline: 0;
    text-align: center
}

.calculator form .pages {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.calculator form .pages p:last-child {
    color: #716c84
}

.calculator form .order {
    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;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.calculator form .order button {
    width: 140px;
    height: 40px;
    border-radius: 3px;
    background-color: #f76830;
    color: #fefefe;
    border: 2px solid #f76830;
    font-family: rubikregular;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .35px;
    border: none;
    outline: 0;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.calculator form .order button:hover {
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830
}

.testimonial-items {
    text-align: center
}

.testimonial .reviews-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: 49% 35px;
    background-size: 32px 24px
}

.testimonial .reviews-item__text {
    color: #413c54;
    text-align: center;
    font-family: rubiklight_italic;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.testimonial .reviews-item__author {
    text-align: center;
    color: #413c54;
    font-size: 14px;
    line-height: 30px
}

.testimonial a {
    color: #302298;
    font-family: rubikregular;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

.testimonial a img {
    margin-left: 3px;
    margin-top: 2px
}

.testimonial a:active,.testimonial a:focus,.testimonial a:hover,.testimonial a:visited {
    color: #302298
}

.subscribe p {
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-bottom: 12px
}

.subscribe input {
    width: calc(100% - 20px);
    height: 36px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    color: #a9a9a9;
    font-size: 14px;
    outline: 0;
    padding-left: 20px
}

.subscribe p.subscribe-error {
    color: #ea1717;
    font-family: rubiklight;
    font-size: 14px;
    line-height: 24px
}

.subscribe button {
    width: 140px;
    height: 40px;
    border-radius: 3px;
    background-color: #f76830;
    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;
    color: #fefefe;
    border: 2px solid #f76830;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 40px;
    border: none;
    outline: 0;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.subscribe button:hover {
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.subscribe button.subscribe-button__name {
    background-color: #7b7a7a;
    margin-top: 0
}

.subscribe button.subscribe-button__name:hover {
    background-color: #7b7a7a;
    color: #fefefe;
    -webkit-transition: none;
    transition: none;
    border: 2px solid #7b7a7a
}

.subscribe img {
    width: 144px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    text-align: center
}

.page .sidebar-item.features {
    border: none;
    padding-top: 20px
}

.features {
    height: 404px;
    border-radius: 3px;
    background: #302298;
    border: none
}

.features img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px
}

.features ul li {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    list-style-type: disc
}

.error {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 110px
}

.error.wrap {
    display: block
}

.error img {
    margin: 0 auto;
    width: 631px;
    height: 364px;
    margin-bottom: 40px
}

.error-title {
    color: #413c54;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

.error-text {
    color: #716c84;
    font-size: 16px;
    line-height: 24px;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 40px
}

.error div a {
    margin: 0 10px
}

.error div a:nth-child(1) button {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #424a90;
    background: #fff;
    color: #424a90;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .4px;
    outline: 0;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.error div a:nth-child(1) button:hover {
    color: #fff;
    background-color: #424a90;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.error div a:nth-child(2) {
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.error div a:nth-child(2) button {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background-color: #f76830;
    color: #fefefe;
    font-family: rubikmedium;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .4px;
    outline: 0;
    border: none;
    border: 2px solid #f76830;
    -webkit-transition: background .5s,border .5s,color .7s;
    transition: background .5s,border .5s,color .7s
}

.error div a:nth-child(2) button:hover {
    background-color: transparent;
    border: 2px solid #f76830;
    color: #f76830
}

@media (max-width: 600px) {
    .error div a {
        display:block;
        margin: 10px 0 20px
    }
}

.about {
    padding-bottom: 60px
}

.about img {
    max-width: 100%
}

.about-items {
    margin-top: 20px;
    margin-bottom: 30px
}

.about-item {
    margin-bottom: 20px
}

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

.about-item__head img {
    margin-right: 20px;
    width: 53px
}

.about-item__head div {
    color: #302298;
    font-size: 18px;
    line-height: 64px;
    text-transform: uppercase
}

.about-item p {
    margin-top: 10px
}

@media (max-width: 1024px) {
    .about-img {
        margin:0 auto;
        display: block
    }
}

@media (max-width: 600px) {
    .about-item__head div {
        line-height:1.3
    }
}

.prices {
    padding-bottom: 60px
}

.prices-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.prices-banner img {
    width: 46px;
    height: 46px;
    margin-right: 25px
}

.prices-banner div p:nth-child(1) {
    color: #302298;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px
}

.prices-banner div p:nth-child(2) {
    color: #413c54;
    font-size: 20px;
    line-height: 1;
    font-family: rubikregular
}

.prices-table {
    margin: 20px 0 30px;
    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;
    border-radius: 3px;
    border: 1px solid rgba(123,122,122,.25)
}

.prices-table__row {
    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;
    width: 100%;
    height: 42px
}

.prices-table__row:nth-child(1) {
    width: 100%;
    height: 40px;
    border-radius: 3px 3px 0 0;
    background-color: #2f3379
}

.prices-table__row:nth-child(1) .prices-table__elem {
    color: #fff;
    font-family: rubikmedium;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border-right: none
}

.prices-table__row:nth-child(1) .prices-table__elem:before {
    content: none
}

.prices-table__row:nth-child(1):hover {
    background-color: #2f3379
}

.prices-table__row:nth-child(1):hover .prices-table__elem {
    background: 0 0;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.prices-table__row:nth-child(1):hover .prices-table__elem:nth-child(1) {
    background-color: transparent
}

.prices-table__row:nth-child(3),.prices-table__row:nth-child(5),.prices-table__row:nth-child(7) {
    background-color: #eef2ff
}

.prices-table__row:hover {
    background-color: #c2cffd;
    cursor: pointer
}

.prices-table__elem {
    width: 16.66%;
    color: #413c54;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    font-family: rubiklight
}

.prices-table__elem:nth-child(1) {
    border-right: 1px solid #d7d7d8
}

@media (max-width: 600px) {
    .prices-table__row:nth-child(1) .prices-table__elem {
        font-size:12px;
        line-height: 1
    }

    .prices-table__row:nth-child(1):hover .prices-table__elem {
        line-height: 1
    }

    .prices-table__row:nth-child(1):hover {
        background-color: #2f3379
    }
}

@media (max-width: 440px) {
    .prices-table__row:nth-child(1) .prices-table__elem {
        font-size:10px
    }
}

.samples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.samples-item {
    width: 47.8%;
    margin-bottom: 30px
}

.samples-item__head {
    height: calc(60px - 20px);
    background-color: #424a90;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 25px 10px;
    line-height: 1.3
}

.samples-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 25px 30px;
    border-bottom: 1px solid #b2d7fe;
    border-left: 1px solid #b2d7fe;
    border-right: 1px solid #b2d7fe
}

.samples-item__content div p {
    color: #716c84;
    font-size: 14px;
    line-height: 28px;
    font-family: rubikregular
}

.samples-item__content div p span {
    color: #302298;
    font-family: rubikregular
}

.samples-item__content div img {
    width: 51px;
    height: 66px;
    display: block
}

.samples-item__content div a {
    margin-top: 15px;
    display: block;
    color: #7f72d2;
    font-family: rubikregular;
    font-size: 12px;
    text-decoration: underline
}

.samples-item__content div:nth-child(2) {
    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;
    padding-bottom: 12px
}

@media (max-width: 600px) {
    .samples-item {
        width:100%
    }
}

.testimonials-item {
    width: calc(100% - 105px);
    min-height: calc(182px - 70px);
    height: auto;
    margin-bottom: 30px;
    padding: 40px 30px 30px 75px;
    -webkit-box-shadow: 0 7px 21px rgba(27,2,122,.15);
    box-shadow: 0 7px 21px rgba(27,2,122,.15);
    background-color: #fff;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: 30px 25px;
    background-size: 32px 24px
}

.testimonials-item__text {
    color: #413c54;
    font-family: rubiklight_italic;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.testimonials-item__author {
    text-align: right;
    color: #413c54;
    font-size: 16px;
    line-height: 30px
}

ul.pagin {
    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: 35px 0 60px;
    padding: 0
}

ul.pagin li {
    list-style-type: none;
    width: 24px;
    height: 24px;
    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;
    border-radius: 6px;
    margin: 0 7px
}

ul.pagin li.pagin__prev {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background .5s;
    transition: background .5s
}

ul.pagin li.pagin__prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #c2cffd
}

ul.pagin li.pagin__prev:hover {
    background: #c2cffd;
    -webkit-transition: background .5s;
    transition: background .5s
}

ul.pagin li.pagin__prev:hover svg {
    fill: #302298
}

ul.pagin li.pagin__next {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background .5s;
    transition: background .5s
}

ul.pagin li.pagin__next svg {
    fill: #c2cffd
}

ul.pagin li.pagin__next:hover {
    background: #c2cffd;
    -webkit-transition: background .5s;
    transition: background .5s
}

ul.pagin li.pagin__next:hover svg {
    fill: #302298
}

ul.pagin li.active,ul.pagin li:hover {
    cursor: pointer
}

ul.pagin li.active a,ul.pagin li:hover a {
    color: #2f3379
}

ul.pagin li a {
    color: #c2cffd;
    font-size: 18px;
    font-family: rubiklight;
    line-height: 30px;
    text-decoration: none
}

.page .content.samples p {
    font-family: rubikregular;
    margin-bottom: 5px
}

.faq {
    margin-bottom: 100px
}

.faq dl {
    margin: 0
}

.faq dl dt {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #302298;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #c2cffd;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 17px 25px;
    -webkit-transition: color .5s;
    transition: color .5s
}

.faq dl dt:after {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -o-object-fit: cover;
    object-fit: cover;
    content: '';
    background-image: url(../images/faq_arrow.svg);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease
}

.faq dl dt span {
    position: relative;
    z-index: 3
}

.faq dl dt:hover {
    cursor: pointer
}

.faq dl dt.checked {
    border-bottom: 1px solid transparent;
    -webkit-transition: color .5s;
    transition: color .5s
}

.faq dl dt.checked:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../images/faq_arrow.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.faq dl dd {
    display: none;
    width: auto;
    margin-top: -66px;
    padding: 60px 26px 25px;
    margin-left: 0;
    position: relative;
    border-radius: 3px;
    border-bottom: 1px solid #c2cffd;
    border-left: 1px solid #c2cffd;
    border-right: 1px solid #c2cffd;
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

@media (max-width: 600px) {
    .faq dl dt {
        padding:17px 35px 17px 15px;
        font-size: 18px
    }

    .faq dl dt:after {
        right: 10px
    }
}

.page-body__order {
    padding: 120px 0 20px
}

.page-body__order img {
    margin: 0 auto
}

.footer-order {
    padding: 40px 0 10px;
    height: 100px;
    background-color: #fff
}

.footer-order .wrap {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-order .footer-item {
    width: 100%;
    height: auto;
    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;
    border-left: none
}

.footer-order .footer-item.desc {
    width: 74%;
    display: block
}

.footer-order .footer-item:nth-child(1) {
    margin-bottom: 20px
}

.footer-order .footer-item:nth-child(2) ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-order .footer-item:nth-child(2) ul li a {
    color: #302298;
    font-family: rubikregular;
    opacity: 1
}

.footer-order .footer-item__phone {
    color: #716c84;
    font-family: rubikregular
}

.footer-order .footer-item__copyright {
    opacity: .7;
    color: #716c84;
    font-family: rubikregular;
    max-width: none
}

@media (max-width: 1024px) {
    .page-body__order {
        padding:120px 0 20px
    }

    .page-body__order img {
        max-width: 90vw
    }

    .footer-order .footer-item:nth-child(2) ul li a {
        font-size: 14px
    }
}

@media (max-width: 800px) {
    .footer-order {
        height:auto
    }

    .footer-order .wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .footer-order .footer-item {
        -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
    }

    .footer-order .footer-item .footer-item.desc ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0
    }

    .footer-order .footer-item .footer-item.desc ul li {
        margin-bottom: 10px
    }

    .footer-order .footer-item:nth-child(2) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 600px) {
    .footer-order {
        height:auto
    }

    .footer-order .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-order .footer-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-order .footer-item .footer-item.desc {
        display: none
    }

    .footer-order .footer-item:nth-child(2) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-order .footer-item__select {
        display: block;
        margin-top: 25px;
        margin-bottom: 30px
    }

    .footer-order .footer-item__copyright {
        display: block;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 35px
    }
}

.contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts.wrap {
    margin-top: 45px;
    margin-bottom: 100px
}

.contacts-title {
    text-align: center
}

.contacts-info {
    max-width: 430px
}

.contacts-info div {
    color: #716c84;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 30px
}

.contacts-items {
    margin-top: 40px
}

.contacts-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px
}

.contacts-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px
}

.contacts-item__head img {
    width: 40px;
    height: 40px
}

.contacts-item__content div:nth-child(1) {
    color: #302298;
    font-family: rubikmedium;
    line-height: 30px
}

.contacts-item__content div:nth-child(2) {
    color: #716c84;
    font-family: rubikregular;
    font-size: 16px;
    line-height: 30px
}

@media (max-width: 900px) {
    .contacts {
        -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-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes hb-bounceInUp {
    0%,100%,60%,75%,90% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        transform: translate3d(0,3000px,0);
        -o-transform: translate3d(0,3000px,0);
        -ms-transform: translate3d(0,3000px,0);
        -moz-transform: translate3d(0,3000px,0);
        -webkit-transform: translate3d(0,3000px,0)
    }

    60% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    75% {
        transform: translate3d(0,40px,0);
        -o-transform: translate3d(0,40px,0);
        -ms-transform: translate3d(0,40px,0);
        -moz-transform: translate3d(0,40px,0);
        -webkit-transform: translate3d(0,40px,0)
    }

    90% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}

@keyframes hb-bounceInUp {
    0%,100%,60%,75%,90% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        transform: translate3d(0,3000px,0);
        -o-transform: translate3d(0,3000px,0);
        -ms-transform: translate3d(0,3000px,0);
        -moz-transform: translate3d(0,3000px,0);
        -webkit-transform: translate3d(0,3000px,0)
    }

    60% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    75% {
        transform: translate3d(0,40px,0);
        -o-transform: translate3d(0,40px,0);
        -ms-transform: translate3d(0,40px,0);
        -moz-transform: translate3d(0,40px,0);
        -webkit-transform: translate3d(0,40px,0)
    }

    90% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}

@-webkit-keyframes hb-bounceInDown {
    0%,100%,60%,75%,90% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        transform: translate3d(0,-3000px,0);
        -o-transform: translate3d(0,-3000px,0);
        -ms-transform: translate3d(0,-3000px,0);
        -moz-transform: translate3d(0,-3000px,0);
        -webkit-transform: translate3d(0,-3000px,0)
    }

    60% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    75% {
        transform: translate3d(0,-40px,0);
        -o-transform: translate3d(0,-40px,0);
        -ms-transform: translate3d(0,-40px,0);
        -moz-transform: translate3d(0,-40px,0);
        -webkit-transform: translate3d(0,-40px,0)
    }

    90% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}

@keyframes hb-bounceInDown {
    0%,100%,60%,75%,90% {
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -ms-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        transform: translate3d(0,-3000px,0);
        -o-transform: translate3d(0,-3000px,0);
        -ms-transform: translate3d(0,-3000px,0);
        -moz-transform: translate3d(0,-3000px,0);
        -webkit-transform: translate3d(0,-3000px,0)
    }

    60% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    75% {
        transform: translate3d(0,-40px,0);
        -o-transform: translate3d(0,-40px,0);
        -ms-transform: translate3d(0,-40px,0);
        -moz-transform: translate3d(0,-40px,0);
        -webkit-transform: translate3d(0,-40px,0)
    }

    90% {
        transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0)
    }

    100% {
        transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.home-text ol li,.home-text ul li {
    color: #413c54;
    font-family: rubiklight;
    font-size: 16px;
    line-height: 30px
}

.top-calculator__order button a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    line-height: 46px
}

.top-calculator__order button:hover a {
    color: #f76830
}

.home-text-content {
    height: 300px
}

.home-text {
    padding-bottom: 60px
}

.offer-close {
    cursor: pointer
}

.copyr_image {
    width: 200px;
    height: 40px;
    background-image: url(/images/2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px
}

.copyr_image_tablet {
    display: none
}

@media(min-width: 768px) and (max-width:1024px) {
    .copyr_image_tablet {
        display:block;
        width: 200px;
        height: 40px;
        background-image: url(/images/2.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 10px
    }

    .copyr_image {
        display: none
    }

    .footer {
        padding: 50px 0 50px
    }
}

.prices-table__elem a {
    text-decoration: none;
    color: #413c54;
    display: block;
    width: 100%;
    height: 100%
}

#order-form .tabs-wrapper .tabs li:nth-of-type(1),#order-form .tabs-wrapper .tabs li:nth-of-type(2),#order-form .tabs-wrapper .tabs li:nth-of-type(3) {
    background-image: url(/images/steps.png)!important
}

.contacts-adress {
    width: 300px;
    height: 50px;
    background-image: url(/images/adress_TC_mob.png);
    background-repeat: no-repeat
}

@media(max-width: 767px) and (orientation:landscape) {
    .banner {
        margin-top:20px
    }

    .banner-title {
        line-height: 45px
    }

    .banner {
        margin-top: 0!important
    }

    .top-background {
        height: 500px
    }

    .footer-item:nth-child(2),.footer-item:nth-child(3),.footer-item:nth-child(4) {
        display: none
    }

    .top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(4) {
        margin-left: 60px
    }

    .top-calculator {
        height: 300px
    }

    .continue-price {
        margin-left: 0
    }

    .statistics-item p {
        text-align: center
    }

    .banner-title {
        margin-bottom: 5px
    }

    .top-calculator .wrap {
        padding-left: 100px
    }

    .footer-item:nth-child(1) {
        flex-direction: column
    }

    .footer_logo {
        max-width: 220px;
        display: block;
        margin: 0 auto
    }

    .footer-item__payment {
        max-width: 220px;
        margin: 0 auto!important
    }

    .footer-item__phone {
        justify-content: center;
        margin: 10px 0
    }

    .copyr_image {
        margin: 10px auto
    }
}

@media(max-width: 767px) {
    .popup-callback-from-wrap {
        cursor:pointer
    }

    .top-calculator__values div:nth-child(4) {
        margin-bottom: 25px
    }

    .top-calculator__values {
        justify-content: left;
        align-items: center
    }

    .continue-price {
        margin-left: 25px
    }

    .main-nav__close {
        position: absolute!important;
        right: 30px!important;
        left: initial;
        top: 0!important;
        z-index: 999999
    }

    .main-nav {
        width: 100vw;
        padding-top: 25px
    }

    .footer-item__select {
        display: block;
        max-width: 220px;
        margin: 10px auto
    }

    .page-title {
        margin-top: 80px
    }
}

.footer-item__phone a {
    text-decoration: none;
    color: #fff
}

.footer-item__payment {
    margin: 15px 0
}

.footer {
    height: auto
}

.footer-item:nth-child(1) {
    height: auto
}

@media(min-width: 768px) and (max-width:1024px) {
    .top-background {
        height:460px
    }

    .banner {
        margin-top: 30px
    }

    .copyr_image_tablet {
        margin: 0 auto
    }
}

@media(max-width: 1024px) and (orientation:landscape) {
    .copyr_image_tablet {
        margin:0;
        margin-left: 25px
    }

    .banner {
        margin-top: 80px
    }
}

@media(max-width: 767px) {
    .top-calculator__values div:nth-child(3) select {
        background-position:95% center
    }

    .footer-item__select select {
        width: 100%;
        height: 35px;
        border-radius: 3px;
        border: 1px solid #c2cffd;
        background-color: #fff;
        color: #302298;
        background-image: url(../images/arrow_select.svg);
        background-repeat: no-repeat;
        background-position: 97% center;
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0
    }
}

@media(max-width: 768px) {
    #order-form .tabs-wrapper .active {
        background:#2f3379!important
    }
}

input[type=checkbox] {
    display: none
}

input.active+label {
    border: 1px solid #302298!important;
    background-color: #212453!important;
    color: #fefefe!important;
    -webkit-transition: background .5s,color .7s!important;
    transition: background .5s,color .7s!important
}

.mob_viis {
    display: none
}

@media(max-width: 767px) {
    .dt {
        display:none
    }

    .mob_viis {
        display: block
    }

    .contacts.wrap {
        margin-top: 0
    }
}

@media(max-width: 767px) {
    .contacts-info {
        max-width:100%!important
    }
}

@media(min-width: 767px) and (max-width:768px) {
    .banner-title {
        margin-bottom:0;
        line-height: 47px
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .footer-item:nth-child(2),.footer-item:nth-child(3),.footer-item:nth-child(4) {
        border-left:2px solid #c2cffd;
        height: auto
    }

    .footer_logo {
        height: 60px
    }

    .footer-item:nth-child(2) ul li a,.footer-item:nth-child(3) ul li a,.footer-item:nth-child(4) ul li a {
        padding-left: 5px
    }
}

.table_in_text {
    border: 1px solid #000
}

table.table_in_text td {
    border: 1px solid #000;
    padding: 10px
}

.text.page {
    padding-bottom: 72px
}

@media(max-width: 767px) and (orientation:portrait) {
    .top-background {
        min-height:720px
    }

    .banner-title {
        margin-bottom: 10px
    }

    .banner-text {
        display: block
    }
}

@media(max-width: 320px) {
    .advantages-title,.howitworks-title,.page-title,.page-title h1,.reviews-title,.title {
        line-height:40px
    }

    .howitworks-item__title {
        line-height: 35px
    }

    .banner-text,.statistics-text {
        font-size: 22px
    }
}

@media(max-width: 568px) and (orientation:landscape) {
    .banner-text {
        display:block
    }

    .top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(4) {
        margin-left: 0
    }

    .top-calculator .wrap {
        padding-left: 0
    }
}

.top-calculator__values div select:hover {
    cursor: pointer
}

@media(min-width: 650px) and (max-width:700px) {
    .footer-item {
        -webkit-box-orient:vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .footer_logo {
        width: 200px;
        display: block;
        margin: 0 auto
    }

    .footer-item__phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-item__payment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .copyr_image {
        margin: 10px auto
    }
}

@media(max-width: 380px) {
    .prices-table__elem br {
        display: block!important;
    }

    .prices-table__elem {
        line-height: 14px
    }
}

@media(min-width: 1024px) {
    .prices-table__elem:hover {
        -webkit-box-shadow:0 0 7px 1px rgba(3,105,97,.35);
        box-shadow: 0 0 7px 1px rgba(3,105,97,.35);
        background-color: #f76830;
        color: #fff;
        font-size: 18px;
        font-family: rubikmedium;
        line-height: 46px;
        z-index: 9;
        position: relative
    }

    .prices-table__elem:hover:before {
        position: absolute;
        top: -38px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: ' ';
        background-image: url(../images/order_btn.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 102px;
        height: 38px
    }
}

@media(max-width: 767px) {
    .text .order-now {
        padding:20px 0;
        width: 100%
    }

    .text .order-now button {
        margin-top: 10px
    }
}

@media(min-width: 768px) and (max-width:1024px) {
    .footer .wrap {
        justify-content:space-between
    }

    .footer-item:nth-child(2),.footer-item:nth-child(3),.footer-item:nth-child(4) {
        margin: 0 20px
    }
}

@media(min-width: 768px) and (max-width:800px) {
    .top-calculator__values div:nth-child(3) select {
        background-position:170px center
    }

    .statistics-item:nth-child(2) {
        margin-left: 67px
    }
}

#calc1 {
    width: 295px;
    background-position: 280px center
}

.pagin__next a,.pagin__prev a {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 12px
}

.pagin__next a svg,.pagin__prev a svg {
    margin: 0 auto;
    display: block
}

@media(max-width: 320px) {
    .prices-table__row:nth-child(1) .prices-table__elem {
        font-size:8px
    }

    .advantages .wrap {
        margin-top: -494px
    }
}

@media(max-width: 568px) and (orientation:landscape) {
    .main-nav div ul li {
        margin-bottom:10px
    }

    .main-nav div ul {
        margin: 15px 0 0 70px
    }
}

@media(max-width: 767px) and (orientation:landscape) {
    .popup__callback__modal-body-main-text,.popup__callback__modal-body-soon-text p:first-child,.popup__callback__modal-body-success-text,.popup__callback__modal-body-success-text p,.top-calculator__order p {
        padding:20px 10px 0!important
    }

    .popup__callback__form-row:last-child {
        margin-top: 10px!important
    }

    .popup__callback__form-half-group {
        margin-bottom: 0!important
    }

    .popup__callback__form {
        padding-bottom: 10px
    }
}

@media(min-width: 768px) and (max-width:800px) {
    .top-calculator__values div:nth-child(1),.top-calculator__values div:nth-child(2),.top-calculator__values div:nth-child(3) {
        margin-bottom:0
    }
}

.popup__callback-select-field,.popup__callback-select-field:active,.popup__callback-select-field:focus {
    outline: 0
}

.popup__callback-select-field:focus,.popup__callback__form-row input:focus {
    border: none!important
}

.intl-tel-input input:focus {
    border: none
}

@media(min-width: 1020px) and (max-width:1100px) {
    .top-calculator .wrap {
        justify-content:center;
        flex-wrap: wrap
    }

    .top-calculator__order button {
        margin-top: 10px
    }

    .advantages-title {
        text-align: center
    }

    .advantages {
        height: 375px
    }

    .advantages-item__text {
        display: block;
        opacity: 1
    }

    .advantages .slick-dots li.slick-active {
        background-color: #fff
    }

    .advantages-item img {
        margin: 0 auto
    }

    .advantages-item__title {
        text-align: center
    }
}

@media(max-width: 767px) and (orientation:portrait) {
    .top-calculator__values select {
        background-position:95% center!important;
        width: 100%!important
    }
}

@media(max-width: 1024px) {
    .advantages .slick-dots li {
        opacity:1;
        width: 10px;
        height: 10px;
        background-color: #c2cffd;
        border-radius: 100%
    }

    .advantages-item {
        margin: 50px auto
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    select::-ms-value {
        background: 0 0;
        color: #42413d
    }

    .prices-table__elem:hover:before {
        background-image: url(/images/order_btn.png);
        width: 101px;
        height: 31px
    }

    .top-calculator .wrap {
        width: 1150px
    }

    #calc1 {
        width: 280px
    }
}

@supports (-ms-ime-align:auto) {
    .prices-table__elem:hover:before {
        background-image: url(/images/order_btn.png);
        width: 101px;
        height: 31px
    }

    footer {
        line-height: 23px
    }

    .footer-item:nth-child(2) ul li a,.footer-item:nth-child(3) ul li a,.footer-item:nth-child(4) ul li a {
        height: 24px
    }
}

@media not all and (min-resolution: .001dpcm) {
    .prices-table__elem:hover:before {
        background-image:url(/images/order_btn.png);
        width: 101px;
        height: 31px
    }
}

@media(max-width: 767px) and (orientation:landscape) {
    .footer-item__copyright.tablet {
        margin-top:0!important
    }

    .footer {
        padding: 50px 0 30px
    }

    .footer-item:nth-child(1) {
        margin-bottom: 0
    }

    .popup__callback__form-row:last-child {
        margin-top: 20px!important
    }

    .popup__callback__form {
        padding-bottom: 15px!important
    }
}

@media(max-width: 767px) {
    .advantages-body .slick-dots {
        bottom:10px
    }

    .offer .wrap strong {
        padding: 0
    }

    .advantages-body {
        padding-top: 0
    }
}

@media(min-width: 768px) and (max-width:800px) {
    #calc1 {
        width:220px
    }

    .advantages .slick-dots {
        bottom: 10px
    }

    .top-calculator__values div p {
        margin: 10px 0
    }

    .top-calculator__values select {
        background-position: 95% center!important
    }
}

@media(max-width: 320px) {
    .footer {
        padding:40px 0 40px
    }

    table.table_in_text td {
        padding: 7px
    }

    .text ul li {
        font-size: 15px
    }
}

.prices-table__elem:nth-child(1) {
    pointer-events: none
}

.no-hover {
    pointer-events: none
}

@media(max-width: 767px) {
    .popup__callback__modal-body-success-text {
        padding:30px 0!important
    }
}

@media(max-width: 767px) and (orientation:landscape) {
    .popup__callback__modal-body-success-text .popup__callback__modal-body-success-text button {
        margin-top:15px
    }

    .text .order-now {
        flex-direction: column;
        justify-content: center
    }
}

@media(max-width: 578px) and (max-height:420px) {
    .popup__callback {
        width:95%!important;
        max-height: 85vh!important
    }

    .popup__callback__modal-body-main-text,.popup__callback__modal-body-soon-text p:first-child,.popup__callback__modal-body-success-text,.popup__callback__modal-body-success-text p,.top-calculator__order p {
        padding: 0 10px 0!important
    }
}

.statistics .header-paralax {
    list-style-type: none
}

@media(max-width: 767px) and (max-height:200px) {
    .popup-callback-from-wrap {
        overflow:auto!important
    }

    .popup__callback {
        top: 100%!important
    }

    .popup__callback {
        overflow: auto
    }
}

@media(max-width: 767px) and (orientation:portrait) {
    .footer-item__copyright.tablet {
        margin:0 auto
    }
}

@media(min-width: 767px) and (max-width:800px) {
    .footer-item__payment {
        padding-left:30px
    }

    .footer-item__copyright.tablet {
        max-width: 280px;
        margin: 0 auto
    }

    .copyr_image_tablet {
        margin-top: 10px
    }

    .footer-item:nth-child(1) {
        margin-bottom: 15px
    }
}

.cta .header-paralax {
    list-style-type: none
}

@media(max-width: 767px) and (orientation:portrait) {
    .error {
        padding-top:0
    }

    .error img {
        margin-bottom: 0
    }

    .order-form .step-select label {
        width: 100%;
        margin: 5px 0
    }

    .order-form .step-3__content .step-select label {
        width: 100%;
        margin-bottom: 0;
        margin: 5px 0
    }
}

.order-form select {
    cursor: pointer
}

@media(max-height: 414px) {
    .popup__callback__modal-close-button.js-callback-form-cancel {
        top:20px!important;
    }

    .popup__callback {
        max-height: 98vh;
    }
}

@media (max-width: 767px) {
    .contacts-img img {
        max-width: 310px
    }

    .banner-title {
        font-family: rubikregular;
        font-size: 24px;
        line-height: 30px
    }
}

.prices-table__elem br {
    display: block
}

[data-addr] {
    max-width: 200px;
    color: #fefeff;
    font-size: 12px;
    opacity: .7;
    line-height: 22px;
    text-align: center;
    margin: 5px auto 5px;
}

[data-addr]:before {
    content: attr(data-addr);
}

@media (max-width: 767px) {
    .footer > [data-addr] {
        display: none;
    }
}

@media (min-width: 801px) {
    .footer > [data-addr] {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .footer-item > [data-addr] {
        display: none;
    }
}

@media (min-width: 801px) {
    .footer-item > [data-addr] {
        margin: 5px 0;
    }
}

[data-addr1]:after {
    content: attr(data-addr1);
}

