@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes default {
    0%, 80%, to {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 2em
    }
    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 3em
    }
}

@keyframes default {
    0%, 80%, to {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        height: 2em
    }
    40% {
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
        height: 3em
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy_Light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

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

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy_Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy_Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy_Black.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

ol, ul {
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0
}

:focus {
    outline: 0
}

input, select, textarea {
    font-family: Gilroy, 'Gilroy', 'Helvetica', Arial, sans-serif;
    box-shadow: none;
    padding: 0
}

a {
    color: #111;
    text-decoration: none
}

strong {
    font-weight: 700
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    min-width: 1220px;
    font: 300 15px Gilroy, 'Gilroy', 'Helvetica', Arial, sans-serif;
    color: #424243;
    background: #0f5571
}

body.mainpage {
    background: #0f5571 url(../img/descript_bg.jpg) center top no-repeat;
    background-size: cover
}

.gg-responsive {
    overflow-x: hidden
}

.gg-responsive body {
    min-width: 320px
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.ov-hidden {
    overflow: hidden
}

.upper {
    text-transform: uppercase
}

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.ta-left {
    text-align: left
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

.flex {
    display: flex
}

.flex-center {
    display: flex;
    align-items: center
}

.block {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 0 10px
}

@media (max-width: 767px) {
    .block {
        width: auto;
        margin: 0 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.block_padding {
    padding-top: 60px;
    padding-bottom: 60px
}

p {
    font-size: 18px;
    line-height: 27px
}

@media (max-width: 400px) {
    p {
        font-size: 14px;
        line-height: 20px
    }
}

.btn {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    color: #fff;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 17px;
    text-decoration: none !important;
    transition: all 200ms linear;
    overflow: hidden;
    text-align: center;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

@media (max-width: 767px) {
    .btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 20px
    }
}

.btn:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(207, 207, 207, 0) 0, rgba(207, 207, 207, .3) 100%);
    background: linear-gradient(to right, rgba(207, 207, 207, 0) 0, rgba(207, 207, 207, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.btn:hover:after {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

.btn_red {
    background: #ec2f2f
}

.btn_red:hover {
    background: red
}

.btn_blue {
    background: #3a9fbc
}

.btn_blue:hover {
    background: #19a6cf
}

.btn_large {
    font-size: 25px;
    height: 60px;
    line-height: 60px
}

@media (max-width: 767px) {
    .btn_large {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
}

.btn_disabled {
    pointer-events: none;
    cursor: default;
    background: #ccc
}

.header, .header .block {
    transition: all 200ms linear
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #08374a
}

.header .block {
    display: flex;
    align-items: center;
    padding: 15px 10px
}

@media (max-width: 767px) {
    .header {
        padding: 10px 0
    }

    .header .block {
        padding: 0 !important
    }
}

.header_fixed .block {
    padding: 7px 10px
}

.header__top {
    border-bottom: 1px solid rgba(58, 63, 92, .09)
}

@media (max-width: 767px) {
    .header__top {
        border-bottom: none
    }
}

.header__logo {
    width: 152px;
    height: 20px;
    background: url(../img/logo.svg) center no-repeat;
    background-size: contain !important
}

@media (max-width: 767px) {
    .header__logo {
        right: 10px
    }
}

@media (max-width: 400px) {
    .header__logo {
        right: auto
    }
}

.header__container {
    display: none
}

@media (max-width: 767px) {
    .header__container {
        display: block;
        opacity: 0;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 101;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 30px 15px;
        box-sizing: border-box;
        background: rgba(15, 85, 113, .98);
        transition: all 200ms linear
    }

    .header__container.opened {
        left: 0;
        opacity: 1
    }
}

.header__menu .menu__close {
    display: none
}

@media (max-width: 767px) {
    .header__menu .menu__close {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url(../img/close_white_30x30.svg)
    }
}

.header__menu .menu__entry {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 0
}

@media (max-width: 767px) {
    .header__menu {
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .11)
    }

    .header__menu .menu__entry {
        display: block;
        margin: 20px 0 !important
    }

    .header__menu .menu__lnk {
        font-weight: 500
    }
}

.header__menu .menu__lnk {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300
}

.header__menu .menu__lnk:hover {
    text-decoration: underline
}

.header__login {
    display: inline-block;
    margin: 0 40px 0 20px;
    padding: 9px 21px 8px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 14px;
    color: #319ac6;
    background: #fff;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) {
    .header__login {
        display: block;
        width: 100%;
        margin: 0;
        padding: 14px;
        border-radius: 20px;
        box-sizing: border-box
    }
}

.header__close, .header__open {
    display: none
}

@media (max-width: 767px) {
    .header__close, .header__open {
        position: absolute;
        display: block
    }

    .header__close {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        background: url(../img/close_white_30x30.svg) no-repeat;
        background-size: contain
    }

    .header__open {
        right: -10px;
        top: -10px;
        margin-left: auto;
        width: 50px;
        height: 46px;
        box-sizing: border-box
    }

    .header__open:after, .header__open:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 80%
    }

    .header__open:before {
        height: 2px;
        background: #fff
    }

    .header__open:after {
        height: 18px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
}

.header__products .products__lnk, .header__tariffs {
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.header__tariffs {
    margin-right: auto
}

@media (max-width: 767px) {
    .header__tariffs {
        display: block;
        margin: 0 0 20px;
        font-size: 17px
    }
}

.header__products {
    position: relative;
    margin: 0 40px 0 60px;
}

.header__abilities {
    position: relative;
    margin: 0 40px;
}

@media (max-width: 767px) {
    .header__products,
    .header__abilities {
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .11)
    }
}

.header__products .products__lnk,
.header__abilities .abilities__lnk {
    display: flex;
    color: #ffffff;

}

@media (max-width: 767px) {
    .header__products .products__lnk,
    .header__abilities .abilities__lnk {
        font-size: 17px
    }
}

.header__products .products__lnk:after,
.header__abilities .abilities__lnk:after  {
    position: relative;
    top: 3px;
    content: "";
    margin-left: 7px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #fff
}

@media (max-width: 767px) {
    .header__products .products__lnk:after {
        content: none
    }
}

.products__dropdown {
    position: absolute;
    left: 0;
    top: 0px;
    display: none;
    z-index: 10;
}

@media (max-width: 767px) {
    .products__dropdown {
        display: block;
        position: static;
        width: 100%;
    }
}

.products__dropdown .dropdown__list {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .products__dropdown .dropdown__list {
        background: transparent;
        padding: 0;
        box-shadow: none;
        flex-direction: column;
    }
}

.products__dropdown .dropdown__list:before {
    content: '';
    position: absolute;
    left: 2px;
    top: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background: #fff;
}

@media (max-width: 970px) {
    .products__dropdown .dropdown__list:before {
        content: none;
    }
}

.products__dropdown .dropdown__part {
    width: 280px;
}

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

.products__dropdown .dropdown__part:first-child li:first-child a {
    align-items: flex-start;
    padding-top: 0;
}

@media (max-width: 767px) {
    .products__dropdown .dropdown__part:first-child li:first-child a  {
        align-items: center;
        padding-top: 10px;
    }
}

.products__dropdown .dropdown__title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 16px;
}

@media (max-width: 767px) {
    .products__dropdown .dropdown__title  {
        color: rgba(255,255,255, .8) !important;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .products__dropdown ul  {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }
}

.products__dropdown ul li a {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    font-size: 16px;
    color: #434343;
    font-weight: 400;
}

@media (max-width: 767px) {
    .products__dropdown ul li a {
        padding: 10px 0;
        color: #ffffff;
    }
}

.products__dropdown ul li a img {
    flex-shrink: 0;
    margin-right: 8px;
}

.products__dropdown ul li:first-child a {
    padding-top: 0;
}
@media (max-width: 767px) {
    .products__dropdown ul li:first-child a {
        padding-top: 10px;
    }
}


.abilities__dropdown {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 240px;
    z-index: 10;
    padding-top: 10px
}

@media (max-width: 767px) {
    .products__dropdown,
    .abilities__dropdown {
        position: static;
        display: block;
        width: 100%;
        padding: 0
    }
}

.header__products:hover .products__dropdown,
.header__abilities:hover .abilities__dropdown {
    display: block
}

.products__dropdown ul,
.abilities__dropdown ul {
    position: relative;
    background: #fff;
    padding: 10px 0;
    border-radius: 0 8px 8px 8px
}

.products__dropdown ul:before,
.abilities__dropdown ul:before {
    content: '';
    position: absolute;
    left: 2px;
    top: -5px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background: #fff
}

@media (max-width: 767px) {
    .products__dropdown ul,
    .abilities__dropdown ul {
        background: 0 0;
        border-radius: 0;
        padding: 0
    }

    .products__dropdown ul:before,
    .abilities__dropdown ul:before {
        content: none
    }
}

.abilities__dropdown ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #434343;
    font-weight: 400
}

@media (max-width: 767px) {
    .abilities__dropdown ul li a {
        color: rgba(255, 255, 255, .7);
        padding: 20px 0 0;
        font-size: 15px
    }
}

.products__dropdown ul li:last-child a,
.abilities__dropdown ul li:last-child a {
    border-radius: 0 0 8px 8px
}

.products__dropdown ul li a:hover,
.abilities__dropdown ul li a:hover {
    color: #319ac6
}

.header__lang, [lang=en] .header__login {
    margin-left: auto
}

.header__lang {
    display: none;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .header__lang {
        justify-content: flex-start
    }
}

.header__lang .lang__lnk {
    position: relative;
    width: 40px;
    height: 20px;
    margin: 0 10px
}

@media (max-width: 767px) {
    .header__lang .lang__lnk {
        margin: 0 20px 0 0
    }
}

.header__lang .lang__lnk_us {
    background: url(../img/lang_us.svg) center no-repeat;
    background-size: auto 20px
}

.header__lang .lang__lnk_ru {
    background: url(../img/lang_ru.svg) center no-repeat;
    background-size: auto 20px
}

@media (max-width: 767px) {
    .header .btn {
        position: fixed;
        top: 45px;
        left: 0;
        right: 0;
        margin: 0
    }
}

.header__bottom .btn_red {
    margin-left: auto
}

@media (min-width: 767px) {
    .header_fixed .header__bottom .btn_red {
        margin-left: auto;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
}

.header__contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right
}

@media (max-width: 767px) {
    .header__contacts {
        justify-content: flex-start;
        text-align: left;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .11)
    }
}

.header__callback {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .6)
}

.header__callback, .header__callback:hover {
    text-decoration: underline
}

.header__phone {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 24px;
    color: #fff;
    transition: all 200ms linear
}

.header_fixed .header__phone {
    font-size: 20px
}

.mainpage .header {
    background: 0 0
}

.mainpage .header_fixed {
    background: #0f5571;
    transition: all 200ms linear
}

.reg-mob .reg-step#reg-step-1, .vis_desk {
    display: block
}

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

.vis_port {
    display: none
}

@media (max-width: 400px) {
    .vis_port {
        display: block
    }
}

.vis767 {
    display: none
}

@media (max-width: 767px) {
    .vis767 {
        display: block
    }
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 280px;
    box-sizing: border-box
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 70px
    }
}

@media (max-width: 400px) {
    .wrapper {
        padding-top: 60px
    }
}

@media (max-width: 767px) {
    .mainpage .wrapper {
        padding-top: 120px
    }
}

.descript .apps {
    position: absolute;
    right: 125px;
    bottom: 174px;
    z-index: 9;
    width: 226px;
    height: 500px
}

@media (max-width: 400px) {
    .descript .apps {
        right: 85px;
        bottom: -1px;
        width: 163px
    }
}

.descript .apps__entry {
    position: absolute;
    opacity: 0;
    transition: all 500ms linear
}

.descript .apps__entry.active {
    opacity: 1;
    z-index: 10
}

.descript .apps__entry img {
    display: block;
    width: 100%
}

.descript .block {
    padding-bottom: 300px
}

@media (max-width: 767px) {
    .descript .block {
        padding-bottom: 730px
    }
}

@media (max-width: 400px) {
    .descript .block {
        padding-bottom: 550px
    }
}

.descript .block:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 38px;
    width: 424px;
    height: 648px;
    z-index: 220;
    background: url(../img/ru_RU/descript_hand.png) no-repeat
}

@media (max-width: 400px) {
    .descript .block:before {
        bottom: 1px;
        width: 300px;
        height: 508px;
        background-size: 300px auto !important
    }
}

.descript h1, .descript h2 {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.descript h1 {
    max-width: 800px;
    margin: 0 0 40px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600
}

@media (max-width: 767px) {
    .descript h1 {
        text-align: center;
        font-size: 35px;
        line-height: 45px
    }
}

@media (max-width: 400px) {
    .descript h1 {
        font-size: 24px;
        line-height: 32px
    }

    .descript h1 span {
        font-size: 26px;
        display: block
    }
}

.descript h2 {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 35px;
    font-size: 28px;
    font-weight: 500
}

@media (max-width: 767px) {
    .descript, .descript h2 {
        text-align: center
    }

    .descript h2 {
        font-size: 24px;
        line-height: 28px
    }
}

@media (max-width: 400px) {
    .descript h2 {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .6)
    }
}

@media (max-width: 767px) {
    .descript .btn {
        height: 54px;
        line-height: 54px;
        font-size: 27px
    }
}

@media (max-width: 400px) {
    .descript .btn {
        height: 44px;
        line-height: 44px;
        font-size: 18px
    }
}

.card {
    margin-top: -50px
}

.card__stores {
    display: block;
    margin-left: auto
}

.card__stores-text {
    margin: 30px 0 10px;
    text-align: right;
    font-weight: 700
}

@media (max-width: 767px) {
    .card__stores, .card__stores-text {
        text-align: center
    }

    .card__stores {
        width: 100%
    }
}

.card .block {
    padding: 50px 50px 50px 400px;
    background: #fff;
    min-height: 700px;
    box-sizing: border-box;
    border-radius: 6px
}

@media (max-width: 767px) {
    .card .block {
        padding: 30px 10px !important;
        width: auto;
        margin: 0 10px
    }
}

.card .block .phone {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 347px;
    height: 582px;
    background-size: contain !important
}

@media (max-width: 767px) {
    .card .block .phone {
        position: static;
        display: block;
        width: 100%;
        background-position: 60% center !important;
        margin-bottom: 30px
    }
}

@media (max-width: 400px) {
    .card .block .phone {
        width: 280px;
        height: 530px;
        background-size: 312px auto !important
    }
}

.card__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 25px;
    color: #3a9fbc;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 767px) {
    .card__subtitle {
        font-size: 22px;
        text-align: center
    }
}

.card ul li, .card__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif
}

.card__title {
    margin: 0 0 40px;
    font-size: 55px;
    line-height: 62px;
    color: #434343
}

@media (max-width: 767px) {
    .card__title {
        font-size: 45px;
        line-height: 52px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .card__title {
        font-size: 36px;
        line-height: 42px
    }
}

.about ul, .card ul, .crm ul, .delivery ul, .push ul {
    margin: 0 0 35px
}

.card ul li {
    position: relative;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 0 45px
}

@media (max-width: 767px) {
    .card ul li {
        padding-left: 30px
    }
}

@media (max-width: 400px) {
    .card ul li {
        font-size: 14px
    }
}

.card ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #67bdcd
}

.delivery {
    margin-top: 40px
}

.delivery .block {
    padding: 100px 50px 150px 400px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 6px
}

@media (max-width: 767px) {
    .delivery .block {
        padding: 30px 10px !important;
        width: auto;
        margin: 0 10px
    }
}

.delivery .block:before, .delivery ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto
}

.delivery .block:before {
    left: 50px;
    top: 20px;
    width: 317px;
    height: 582px;
    background: url(../img/ru_RU/delivery_phone.png) center no-repeat;
    background-size: contain !important
}

@media (max-width: 767px) {
    .delivery .block:before {
        position: static;
        display: block;
        margin-bottom: 30px
    }
}

@media (max-width: 400px) {
    .delivery .block:before {
        width: 280px;
        height: 530px
    }
}

.delivery__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 25px;
    color: #3a9fbc;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 767px) {
    .delivery__subtitle {
        font-size: 22px;
        text-align: center
    }
}

.delivery__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 40px;
    font-size: 53px;
    line-height: 62px;
    color: #434343
}

@media (max-width: 767px) {
    .delivery__title {
        font-size: 41px;
        line-height: 49px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .delivery__title {
        font-size: 36px;
        line-height: 42px
    }
}

.crm__subtitle, .delivery ul li, .push__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif
}

.delivery ul li {
    position: relative;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 0 45px
}

@media (max-width: 767px) {
    .delivery ul li {
        padding-left: 30px
    }
}

@media (max-width: 400px) {
    .delivery ul li {
        font-size: 14px
    }
}

.delivery ul li:before {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #67bdcd
}

.about .block, .crm .block {
    min-height: 700px;
    box-sizing: border-box;
    border-radius: 6px
}

.crm .block {
    background: #fff
}

.about .block .about__phone, .push .block:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 269px;
    height: 561px
}

.push .block:before {
    left: 70px
}

.crm .block:before, .crm ul li:before, .push ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto
}

.crm__subtitle, .push__subtitle {
    margin: 0 0 10px;
    font-size: 25px;
    color: #3a9fbc;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 767px) {
    .crm__subtitle, .push__subtitle {
        font-size: 22px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .crm__subtitle, .push__subtitle {
        font-size: 18px
    }
}

.crm ul li, .crm__title, .push ul li, .push__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif
}

.crm__title, .push__title {
    margin: 0 0 40px;
    font-size: 58px;
    line-height: 66px;
    color: #434343
}

@media (max-width: 767px) {
    .crm__title, .push__title {
        font-size: 50px;
        line-height: 60px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .crm__title, .push__title {
        font-size: 30px;
        line-height: 36px
    }
}

.crm ul li, .push ul li {
    position: relative;
    font-size: 18px;
    margin: 0 0 25px
}

.crm ul li {
    padding: 0 0 0 65px
}

@media (max-width: 400px) {
    .crm ul li, .push ul li {
        font-size: 14px
    }
}

.crm ul li:before, .push ul li:before {
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #67bdcd
}

.crm p, .push p {
    color: #3e3e3e
}

.about {
    margin: 50px 0 0;
    color: #fff
}

@media (max-width: 767px) {
    .about {
        margin: 0
    }
}

.about .block {
    padding: 50px 400px 50px 50px
}

.about .block .about__phone {
    right: 70px
}

@media (max-width: 767px) {
    .about .block .about__phone {
        position: relative;
        right: auto
    }
}

.about .block .about__phone .inner {
    position: absolute;
    left: 19px;
    top: 70px;
    z-index: 9;
    width: 231px;
    height: 412px;
    overflow: hidden
}

.about .block .about__phone .about__push, .about .block .about__phone .bg {
    position: absolute;
    left: 0;
    top: -112px;
    z-index: 10;
    width: 231px;
    transition: all 200ms linear
}

.about .block .about__phone .bg {
    top: 0;
    z-index: 9;
    height: 412px;
    background: rgba(0, 0, 0, .4);
    opacity: 0
}

.about .block .about__phone.vis .about__push {
    top: 0
}

.about .block .about__phone.vis .bg {
    opacity: 1
}

.about .block:before, .push .block:before {
    content: none
}

.about__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 767px) {
    .about__subtitle {
        font-size: 22px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .about__subtitle {
        font-size: 18px
    }
}

.about ul li, .about__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif
}

.about__title {
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .about__title {
        font-size: 40px;
        line-height: 48px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .about__title {
        font-size: 26px;
        line-height: 33px;
        margin: 0 0 20px
    }
}

@media (max-width: 767px) {
    .about ul {
        margin-top: 30px
    }
}

.about ul li {
    position: relative;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 0 0 0 35px
}

@media (max-width: 400px) {
    .about ul li {
        font-size: 14px
    }
}

.about ul li:before, .push .block .iphone {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.about ul li:before {
    content: '';
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #67bdcd
}

.push .block {
    padding: 50px 50px 50px 400px;
    box-sizing: border-box;
    background: #fff
}

.push .push__title {
    font-size: 48px;
    line-height: 56px
}

@media (max-width: 767px) {
    .push .push__title {
        text-align: center
    }
}

@media (max-width: 400px) {
    .push .push__title {
        font-size: 35px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .push .block {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.push .block .iphone {
    left: 70px;
    width: 269px;
    height: 561px
}

@media (max-width: 767px) {
    .push .block .iphone {
        position: relative;
        left: auto;
        margin-bottom: 40px
    }
}

.push .block .iphone .iphone__push {
    position: absolute;
    left: 25px;
    top: 200px;
    max-width: 220px
}

.push .block .iphone .iphone__push.invisible {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.push ul li {
    padding: 0 0 0 30px
}

.push ul li:before {
    left: 0
}

.push__list {
    background: url(../img/push_img.svg) center top no-repeat;
    background-size: contain;
    padding-top: 160px;
    margin: 0 -5px 40px;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .push__list {
        background: 0 0;
        padding: 0;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-around
    }
}

.push__entry {
    width: calc(25% - 10px);
    margin: 0 5px;
    text-align: center
}

@media (max-width: 767px) {
    .push__entry {
        position: relative;
        width: calc(50% - 10px);
        padding-top: 160px;
        margin: 20px 0
    }

    .push__entry:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: -10px;
        margin: auto;
        width: 208px;
        height: 142px;
        background: url(../img/push_img.svg) no-repeat;
        background-size: auto 139px
    }

    .push__entry:first-child:before {
        background-position: left center
    }

    .push__entry:nth-child(2):before {
        background-position: -207px center
    }

    .push__entry:nth-child(3):before {
        background-position: -417px center
    }

    .push__entry:last-child:before {
        background-position: -624px center
    }
}

@media (max-width: 767px) and (max-width: 400px) {
    .push__entry {
        padding-top: 110px;
        margin: 10px 0
    }

    .push__entry:before {
        width: 135px;
        height: 96px;
        background-size: auto 90px
    }

    .push__entry:nth-child(2):before {
        background-position: -134px center
    }

    .push__entry:nth-child(3):before {
        background-position: -270px center
    }

    .push__entry:last-child:before {
        background-position: -403px center
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.quality {
    color: #fff
}

.quality .block {
    padding: 65px 400px 65px 10px;
    box-sizing: border-box
}

@media (max-width: 767px) {
    .quality .block {
        padding: 40px 10px !important
    }
}

.quality .block .phone {
    content: '';
    position: absolute;
    right: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 269px;
    height: 561px
}

@media (max-width: 767px) {
    .quality .block .phone {
        position: static;
        display: block
    }
}

.quality__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 767px) {
    .quality__subtitle {
        font-size: 24px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .quality__subtitle {
        font-size: 18px
    }
}

.quality__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 30px;
    font-size: 55px;
    line-height: 65px
}

@media (max-width: 767px) {
    .quality__title {
        font-size: 50px;
        line-height: 60px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .quality__title {
        font-size: 30px;
        line-height: 40px
    }
}

.quality ul {
    margin-top: 50px;
    padding-top: 200px;
    display: flex;
    justify-content: space-around
}

@media (max-width: 767px) {
    .quality ul {
        background: 0 0 !important;
        padding: 0;
        flex-direction: column
    }
}

.quality ul li {
    margin-left: -10px
}

@media (max-width: 767px) {
    .quality ul li {
        position: relative;
        display: block;
        padding: 200px 0 0;
        width: 180px;
        margin: 0 auto 20px;
        text-align: center
    }

    .quality ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        width: 179px;
        height: 176px;
        background: url(../img/en_US/quality_icons.png) no-repeat
    }

    .quality ul li:after {
        content: '';
        position: absolute;
        right: -40px;
        top: 210px;
        width: 30px;
        height: 58px;
        background: url(../img/arr_blue.png) no-repeat;
        background-size: 30px auto
    }

    .quality ul li:first-child:before {
        background-position: left center
    }

    .quality ul li:nth-child(2):before {
        background-position: center
    }

    .quality ul li:last-child:before {
        background-position: right center
    }

    .quality ul li:last-child:after {
        content: none
    }
}

.channels {
    padding: 20px 0 0;
    color: #fff
}

@media (max-width: 767px) {
    .channels {
        padding-bottom: 30px
    }
}

@media (max-width: 400px) {
    .channels {
        padding: 0
    }
}

@media (max-width: 767px) {
    .tbl-wrap {
        width: 100%;
        overflow: auto
    }
}

.channels .block {
    padding: 65px 380px 65px 10px;
    min-height: 500px;
    box-sizing: border-box
}

@media (max-width: 767px) {
    .channels .block {
        padding-bottom: 0 !important
    }
}

.channels .block .phone {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 269px;
    height: 561px
}

@media (max-width: 767px) {
    .channels .block .phone {
        position: static;
        display: block;
        margin: 0 auto 40px
    }
}

.channels__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300
}

@media (max-width: 767px) {
    .channels__subtitle {
        font-size: 22px;
        text-align: center
    }
}

@media (max-width: 400px) {
    .channels__subtitle {
        font-size: 18px
    }
}

.channels__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 60px;
    line-height: 68px
}

@media (max-width: 767px) {
    .channels__title {
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        margin: 30px 0 40px
    }
}

@media (max-width: 400px) {
    .channels__title {
        font-size: 26px;
        line-height: 40px
    }
}

.channels p {
    margin: 20px 0 0
}

.channels ul {
    width: 860px;
    display: flex;
    margin: 150px -10px 20px
}

@media (max-width: 767px) {
    .channels ul {
        width: auto;
        margin-top: 0;
        flex-wrap: wrap
    }
}

@media (max-width: 400px) {
    .channels ul {
        margin-left: -5px;
        margin-right: -5px
    }
}

.channels ul li {
    position: relative;
    padding: 7px 10px;
    width: 200px;
    margin: 10px;
    color: #0f5571;
    background: #fff;
    border-radius: 0 0 6px 6px
}

@media (max-width: 767px) {
    .channels ul li {
        padding-top: 135px;
        border-radius: 6px
    }
}

@media (max-width: 400px) {
    .channels ul li {
        width: 125px;
        margin: 5px
    }
}

.channels ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 130px;
    z-index: 10;
    border-radius: 6px 6px 0 0
}

@media (max-width: 767px) {
    .channels ul li:before {
        bottom: auto;
        top: 0
    }
}

.channels ul li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 130px;
    z-index: 11
}

@media (max-width: 767px) {
    .channels ul li:after {
        bottom: auto;
        top: 0
    }
}

.channels ul li:first-child:before {
    background: #0cbb16
}

.channels ul li:first-child:after {
    background: url(../img/channels_icon_01.svg) center no-repeat
}

.channels ul li:nth-child(2):before {
    background: #c72461
}

.channels ul li:nth-child(2):after {
    background: url(../img/channels_icon_02.svg) center no-repeat
}

.channels ul li:nth-child(3):before {
    background: #cb7719
}

.channels ul li:nth-child(3):after {
    background: url(../img/channels_icon_03.svg) center no-repeat
}

.channels ul li:nth-child(4):before {
    background: #1794c3
}

.channels ul li:nth-child(4):after {
    background: url(../img/channels_icon_04.svg) center no-repeat
}

@media (max-width: 400px) {
    .table-wrapper {
        overflow: auto
    }
}

.crm {
    margin: 0
}

.crm .block {
    padding: 50px
}

@media (max-width: 767px) {
    .crm .block {
        padding: 30px 10px 430px !important
    }
}

@media (max-width: 400px) {
    .crm .block {
        padding-bottom: 280px !important
    }
}

.crm .block:before {
    left: auto;
    top: 170px;
    right: 0;
    width: 436px;
    height: 420px
}

@media (max-width: 767px) {
    .crm .block:before {
        top: auto;
        bottom: 0
    }
}

@media (max-width: 400px) {
    .crm .block:before {
        width: 280px;
        height: 269px;
        background-size: 280px auto !important
    }
}

.crm ul li {
    padding-left: 35px
}

.crm ul li:before {
    left: 0
}

.tariff {
    margin-bottom: 90px;
    margin-top: 50px;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif
}

@media (max-width: 767px) {
    .tariff {
        margin-bottom: 40px
    }
}

.tariff__hint {
    color: #fff;
    font-size: 16px;
    margin: 80px 0 0 330px
}

@media (max-width: 767px) {
    .tariff__hint {
        margin: 20px 0 0
    }
}

.tariff table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

.tariff table td {
    position: relative;
    width: 25%;
    vertical-align: middle;
    border: 1px solid #d4d4d4
}

@media (max-width: 400px) {
    .tariff table td {
        width: auto
    }
}

.tariff table td:first-child {
    border-left: none
}

.tariff table td:nth-child(3) {
    background: #f3f8fd
}

.tariff table td:last-child {
    border-right: none
}

.tariff table tr:first-child td {
    border-top: none
}

.tariff table tr:last-child td {
    border-bottom: none
}

@media (max-width: 767px) {
    .tariff table tr:last-child td {
        vertical-align: top;
        padding-bottom: 50px
    }
}

@media (max-width: 400px) {
    .tariff table tr:last-child td {
        padding-bottom: 10px;
        padding-top: 40px
    }
}

.tariff table thead tr td {
    border-bottom: none
}

@media (max-width: 767px) {
    .tariff table thead tr td {
        vertical-align: top;
        padding-top: 50px
    }
}

.tariff table thead td {
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #d4d4d4 !important
}

@media (max-width: 767px) {
    .tariff table thead td {
        font-size: 14px;
        padding: 10px
    }
}

.tariff table thead td:nth-child(3):before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    width: 32px;
    height: 35px;
    background: url(../img/preferable.svg)
}

.tariff table tbody td {
    padding: 12px 20px;
    text-align: center
}

@media (max-width: 767px) {
    .tariff table tbody td {
        padding: 10px
    }
}

@media (max-width: 400px) {
    .tariff table tbody td {
        font-size: 12px
    }
}

.tariff table tbody td:first-child {
    text-align: left
}

.tariff table tbody i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: #3a9fbc;
    border-radius: 50%
}

.tariff table tbody tr:last-child td {
    font-size: 16px;
    color: #3a9fbc
}

@media (max-width: 400px) {
    .tariff table tbody tr:last-child td {
        font-size: 11px
    }
}

.tariff table tbody tr:last-child td strong {
    display: block;
    font-weight: 400;
    color: #434343;
    font-size: 24px
}

@media (max-width: 400px) {
    .tariff table tbody tr:last-child td strong {
        font-size: 17px
    }
}

.tariff__title {
    font-size: 60px;
    text-align: center;
    margin: 0 0 30px;
    color: #fff
}

.tariff .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    top: calc(100% + 65px);
    width: calc(100% - 40px);
    box-sizing: border-box
}

@media (max-width: 767px) {
    .tariff .btn {
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        width: auto;
        margin: 0;
        padding: 0
    }
}

@media (max-width: 400px) {
    .tariff .btn {
        font-size: 17px
    }
}

.footer {
    padding-bottom: 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

@media (max-width: 767px) {
    .footer {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch
    }
}

@media (max-width: 400px) {
    .footer {
        margin-bottom: 30px
    }
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0
}

@media (max-width: 767px) {
    .footer__social {
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .footer__social a {
        margin: 0 10px 0 0
    }

    .footer__right {
        margin-top: 10px
    }
}

.footer__social a {
    height: 30px;
    margin: 0 8px 0 0;
}

.footer__social a img {
    height: 100%;
}

.footer__menu {
    position: absolute;
    left: 350px;
    top: 20px;
    height: 21px
}

@media (max-width: 767px) {
    .footer__menu {
        position: static;
        margin: 20px 0;
        height: auto
    }
}

.footer__menu .menu__entry {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 0
}

.footer__menu .menu__lnk {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.footer a, .footer__menu .menu__lnk:hover {
    text-decoration: underline
}

.footer-container {
    margin-top: auto !important
}

.footer__logo {
    display: block;
    margin: 0 0 7px;
    width: 182px;
    height: 25px;
    background: url(../img/logo_small.svg) no-repeat
}

.footer a {
    color: #fff
}

.footer a, .footer p {
    font-size: 14px
}

#popup-consult .form__hint a:hover, .footer a:hover, .footer__logo {
    text-decoration: none
}

.footer__phone {
    font-size: 28px;
    text-decoration: none !important
}

.footer__right {
    display: flex;
    align-items: center
}

.footer__right img {
    width: 160px;
    margin-left: 20px
}

.reg {
    margin-bottom: 90px
}

.reg .block {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #f8f8f8
}

@media (max-width: 767px) {
    .reg .block {
        border-radius: 8px;
        overflow: hidden;
        padding: 20px 10px !important
    }
}

.reg__title {
    margin: 0 0 10px;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #434343;
    text-align: center;
    font-weight: 400
}

@media (max-width: 767px) {
    .reg__title {
        font-size: 30px;
        line-height: 36px
    }
}

.reg__subtitle {
    position: relative;
    margin: 0 0 45px;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 25px;
    color: #3a9fbc;
    text-align: center
}

@media (max-width: 767px) {
    .reg__subtitle {
        font-size: 20px;
        line-height: 24px
    }

    .reg__subtitle:after {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: -20px;
        border-bottom: 2px dashed #eee
    }
}

.reg__steps {
    pointer-events: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    text-align: center
}

@media (max-width: 767px) {
    .reg__steps {
        flex-direction: column
    }

    .reg__steps:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        margin: auto;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top: 10px solid #979797
    }
}

.reg__steps:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #979797
}

@media (max-width: 767px) {
    .reg__steps:before {
        height: calc(100% - 30px);
        width: 1px;
        top: 17px
    }
}

.reg .steps__entry {
    position: relative
}

@media (max-width: 767px) {
    .reg .steps__entry {
        margin: 0 0 40px
    }
}

@media (max-width: 400px) {
    .reg .steps__entry {
        display: none
    }

    .reg .steps__entry:first-child {
        display: block
    }
}

.reg .steps__entry i {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    font-style: normal
}

@media (max-width: 767px) {
    .reg .steps__entry i {
        display: inline-block;
        background: #f8f8f8;
        height: 25px;
        line-height: 25px
    }

    .header .header__contacts, .header .header__lang, .header .header__login, .header .header__menu, .header .header__products, .header__abilities {
        display: none
    }

    .header .header__container .header__login, .header .header__container .header__menu, .header .header__container .header__products, .header__abilities {
        display: block
    }


    .header .header__container .header__contacts, .header .header__container .header__lang {
        display: flex
    }
}

.reg .business__entry input, .reg .steps__entry input, .reg-mob .contacts__entry_label .contacts__toggle input {
    position: absolute;
    opacity: 0
}

.reg .business__entry label, .reg .steps__entry label {
    display: block;
    color: #7a7a7a;
    cursor: pointer
}

.reg .steps__entry .step__title {
    display: block;
    height: 40px;
    margin: 7px 0 0;
    padding: 0 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #c9c9c9
}

@media (max-width: 767px) {
    .reg .steps__entry .step__title {
        height: auto;
        padding: 10px;
        line-height: 20px
    }
}

.reg .business__entry input:checked + label, .reg .steps__entry input:checked + label {
    color: #000
}

.reg .business__entry input:checked + label .step__title, .reg .steps__entry input:checked + label .step__title {
    background: #0f5571;
    border-color: #0f5571;
    color: #fff
}

.reg .business__list {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin: 0 0 40px
}

@media (max-width: 767px) {
    .reg .business__list {
        flex-wrap: wrap;
        margin: 0
    }
}

.reg .business__entry {
    position: relative;
    width: 220px
}

@media (max-width: 767px) {
    .reg .business__entry {
        margin-bottom: 10px;
        width: 48%
    }

    .reg .business__entry:last-child {
        width: 100%;
        height: 80px
    }

    .reg .business__entry:last-child span {
        height: 80px
    }
}

.reg .form__input {
    height: 60px;
    line-height: 60px;
    font-size: 22px
}

.reg .business__entry .step__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    height: 140px;
    margin: 7px 0 0;
    padding: 0 20px 20px;
    border-radius: 20px;
    background: #4bb7d2;
    color: #fff
}

@media (max-width: 767px) {
    .reg .business__entry .step__title {
        border-radius: 8px;
        padding: 0 10px 20px
    }
}

@media (max-width: 400px) {
    .reg .business__entry .step__title {
        line-height: 20px;
        padding-bottom: 10px;
        height: 120px
    }
}

.reg .business__entry .step__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 20px;
    margin: auto
}

.reg .business__entry #business-restaurant + label .step__title:before {
    width: 94px;
    height: 68px;
    background: url(../img/business_restaurant.svg) no-repeat
}

@media (max-width: 400px) {
    .reg .business__entry #business-restaurant + label .step__title:before {
        width: 60px;
        background-size: 60px auto
    }
}

.reg .business__entry #business-beauty + label .step__title:before {
    left: 10px;
    width: 70px;
    height: 71px;
    background: url(../img/business_beauty.svg) no-repeat
}

@media (max-width: 400px) {
    .reg .business__entry #business-beauty + label .step__title:before {
        top: -15px;
        width: 60px;
        background-size: 60px auto
    }
}

.reg .business__entry #business-carwash + label .step__title:before {
    width: 81px;
    height: 66px;
    background: url(../img/business_carwash.svg) no-repeat
}

@media (max-width: 400px) {
    .reg .business__entry #business-carwash + label .step__title:before {
        width: 60px;
        background-size: 60px auto
    }
}

.reg .business__entry #business-shop + label .step__title:before {
    bottom: 17px;
    width: 63px;
    height: 51px;
    background: url(../img/business_shop.svg) no-repeat
}

@media (max-width: 400px) {
    .reg .business__entry #business-shop + label .step__title:before {
        top: -15px;
        width: 60px;
        background-size: 60px auto
    }
}

.reg .business__entry #business-other + label .step__title:before {
    bottom: 10px;
    width: 102px;
    height: 19px;
    background: url(../img/business_other.svg) no-repeat
}

@media (max-width: 400px) {
    .reg .business__entry #business-other + label .step__title:before {
        width: 80px;
        background-size: 80px auto
    }
}

@media (max-width: 767px) {
    .reg .ta-center {
        width: 100%
    }
}

.reg .form__loyalty {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.reg .form__loyalty label {
    flex: 0 0 33%;
    padding: 0 10px;
    box-sizing: border-box
}

@media (max-width: 400px) {
    .reg .form__loyalty label {
        flex: 0 0 50%
    }
}

.reg .btn {
    margin: 20px 0 0;
    width: 335px
}

@media (max-width: 767px) {
    .reg .btn {
        margin: 20px 0 0;
        width: 100%
    }
}

.reg__success {
    position: relative;
    display: none
}

.reg__success .success__subtitle:after {
    content: '';
    display: block;
    margin: 40px auto;
    width: 266px;
    height: 334px;
    background: url(../img/success.svg) no-repeat
}

.reg__success .success__title {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #434343;
    text-align: center;
    margin: 0 0 30px
}

@media (max-width: 400px) {
    .reg__success .success__title {
        font-size: 55px
    }
}

.reg__success .success__text {
    font-size: 18px;
    text-align: center;
    margin: 0 0 30px
}

.reg__success .success__subtitle {
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 25px;
    line-height: 32px;
    color: #3a9fbc;
    text-align: center
}

@media (max-width: 767px) {
    .reg__success .success__subtitle {
        font-size: 22px
    }
}

.reg__success .btn {
    width: 150px;
    display: block;
    margin: auto
}

.reg .reg__left {
    width: calc(100% - 450px)
}

@media (max-width: 767px) {
    .reg .reg__left {
        width: 100%;
        margin: 20px 0 0
    }
}

.reg .reg__right {
    position: relative;
    right: -56px;
    bottom: -40px;
    flex: 0 0 424px;
    height: 369px;
    background: url(../img/en_US/reg_hand.png) no-repeat
}

@media (max-width: 767px) {
    .reg .reg__right {
        display: none;
        bottom: -20px
    }
}

.reg .reg__name {
    position: absolute;
    left: -50px;
    right: 0;
    top: 35px;
    margin: auto;
    width: 140px;
    height: 30px;
    line-height: 30px;
    background: #2480a9;
    border: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 !important;
    pointer-events: none
}

.reg-mob {
    position: relative;
    margin-bottom: 0
}

.reg-mob .reg__success {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #f8f8f8;
    overflow: hidden
}

@media (max-width: 400px) {
    .reg-mob .reg__success {
        padding-bottom: 250px
    }

    .reg-mob .reg__success:after {
        width: 120px;
        height: 150px;
        bottom: 80px;
        background-position: center;
        background-size: contain
    }

    .reg-mob .reg__success .success__title {
        margin: 0 0 10px;
        font-size: 30px;
        line-height: 40px
    }

    .reg-mob .reg__success .success__subtitle {
        font-size: 18px;
        line-height: 26px
    }
}

.reg-mob .form__title {
    text-align: center;
    margin: 0 0 20px
}

@media (max-width: 767px) {
    .reg-mob .form__title {
        font-size: 14px
    }
}

.reg-mob .reg__btn-container {
    padding: 0 10px 20px
}

.reg-mob .reg__btn-container .flex-center {
    justify-content: space-between
}

.reg-mob .reg__btn-container .btn {
    width: 48%;
    border-radius: 8px;
    box-sizing: border-box
}

@media (max-width: 400px) {
    .reg-mob .reg__btn-container .btn {
        padding: 0 10px
    }
}

.reg-mob .reg__btn-container .btn:only-child {
    width: 100%
}

#forgot, #popup-callback .form__success, .popup .popup-container .popup__close svg.white, .reg-mob .reg-step {
    display: none
}

.reg-mob .reg-step .form__error {
    background: #f8f8f8;
    margin: -10px 10px 10px !important;
    padding: 20px 10px 10px;
    border-radius: 0 0 8px 8px
}

.reg-mob .reg__right {
    display: block !important;
    width: 100%;
    margin: 0 0 -20px;
    right: auto;
    height: 220px;
    background-position: center top
}

@media (max-width: 767px) {
    .reg-mob .reg__right {
        margin: 0
    }
}

@media (max-width: 400px) {
    .reg-mob .reg__right {
        background-position: -50px top
    }

    .reg-mob .reg__right .reg__name {
        width: 110px;
        text-align: center;
        left: -10px;
        top: 35px
    }
}

.reg-mob .reg__publish {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 100px;
    font-size: 20px;
    line-height: 28px
}

@media (max-width: 400px) {
    .reg-mob .reg__publish {
        padding: 60px 0 0
    }
}

.reg-mob .reg__publish:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url(../img/check_green.svg) no-repeat;
    background-size: contain
}

@media (max-width: 400px) {
    .reg-mob .reg__publish:before {
        bottom: auto;
        right: 0;
        width: 50px;
        height: 50px
    }
}

.reg-mob .reg__contacts .form__label {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 17px;
    color: #424242;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box
}

.reg-mob .reg__contacts .form__label_error {
    color: red;
    border-color: red
}

.reg-mob .reg__contacts .form__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 1px;
    background: #dcdcdc
}

.reg-mob .reg__contacts .form__label:first-child {
    margin-top: 20px
}

.reg-mob .reg__contacts .form__label:first-child:before {
    content: none
}

.reg-mob .reg__contacts .form__label .form__caption {
    font-weight: 700;
    width: 50%;
    font-size: 16px
}

.reg-mob .reg__contacts .form__label .form__input {
    width: 50%;
    padding: 0;
    border: 0;
    height: 40px;
    line-height: 40px
}

@media (max-width: 767px) {
    .reg-mob .reg__contacts .form__label .form__caption {
        font-weight: 400;
        font-size: 12px;
        width: 45%;
        margin-right: auto
    }

    .reg-mob .reg__contacts .form__label {
        padding: 0 10px
    }

    .reg-mob .reg__contacts .form__label .form__input {
        width: 55%;
        font-size: 14px
    }
}

.reg-mob .form__hint {
    position: relative;
    margin: 20px 0 0;
    padding: 0 0 0 39px;
    font-size: 18px
}

.reg-mob .form__hint:before {
    background: url(../img/info_blue.svg) no-repeat;
    background-size: contain
}

.reg-mob .contacts__entry {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #979797
}

.reg-mob .contacts__entry span {
    font-size: 18px
}

@media (max-width: 400px) {
    .reg-mob .contacts__entry span {
        font-size: 12px
    }
}

.reg-mob .contacts__entry_label .contacts__toggle {
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center
}

.reg-mob .contacts__entry_label .contacts__toggle:before, .reg-mob .form__hint:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px
}

.reg-mob .contacts__entry_label .contacts__toggle + .form__label:before {
    content: none
}

.reg-mob .contacts__entry_label .contacts__toggle input:checked + span:before {
    background: #4cd964;
    border-color: #4cd964
}

.reg-mob .contacts__entry_label .contacts__toggle input:checked + span:after {
    right: 1px
}

.reg-mob .contacts__entry_label .contacts__toggle span {
    position: relative;
    flex: 1;
    padding-right: 50px
}

.reg-mob .contacts__entry_label .contacts__toggle span:after, .reg-mob .contacts__entry_label .contacts__toggle span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 51px;
    height: 31px;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .1)
}

.reg-mob .contacts__entry_label .contacts__toggle span:after {
    right: 23px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: .5px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    transition: all 200ms linear;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05)
}

.reg-mob .contacts__entry_phone .contacts__toggle:before {
    background: url(../img/call_green.svg) no-repeat
}

.reg-mob .contacts__entry_site .contacts__toggle:before {
    background: url(../img/site_rose.svg) no-repeat
}

.reg-mob .contacts__entry_location {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.reg-mob .contacts__entry_location .contacts__toggle:before {
    background: url(../img/location_orange.svg) no-repeat
}

.reg-mob .contacts__entry_location span {
    display: flex;
    align-items: center
}

.reg-mob .amount {
    flex: 1
}

.reg-mob .amount input {
    width: 30px;
    font-size: 18px;
    font-weight: 700;
    background: 0 0;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 7px
}

.reg-mob .amount .amount__control {
    display: flex
}

.reg-mob .amount ins {
    position: relative;
    color: #007aff;
    text-decoration: none;
    width: 40px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
    box-shadow: none
}

.reg-mob .amount ins.plus {
    margin-left: auto;
    right: -4px;
    border: 1px solid #007aff;
    border-radius: 3px 0 0 3px
}

.reg-mob .amount ins.minus:before, .reg-mob .amount ins.plus:after, .reg-mob .amount ins.plus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #007aff
}

.reg-mob .amount ins.minus:before, .reg-mob .amount ins.plus:after {
    width: 2px;
    height: 16px
}

.reg-mob .amount ins.minus {
    margin-left: 3px;
    border: 1px solid #007aff;
    border-radius: 0 3px 3px 0
}

.reg-mob .amount ins.minus:before {
    width: 16px;
    height: 2px
}

.form__error {
    margin: 0 !important;
    color: red;
    font-size: 20px;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif
}

@media (max-width: 767px) {
    .form__error {
        margin-left: 0;
        margin-right: 0
    }
}

.form__error:empty {
    margin: 0
}

.form__error:first-letter {
    text-transform: uppercase
}

.form__title {
    display: block;
    color: #3e3e3e;
    font-size: 20px;
    margin: 0 0 5px
}

.form__hint {
    display: block;
    font-size: 18px;
    font-weight: 300
}

.reg-container {
    display: none;
    font-size: 0
}

@media (max-width: 767px) {
    .reg-container {
        margin: 0
    }
}

.form__inner {
    display: flex;
    flex-wrap: wrap
}

.form__label {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 20px;
    box-sizing: border-box;
    transition: all 200ms linear
}

@media (max-width: 767px) {
    .form__label {
        justify-content: flex-start
    }
}

.form__label_error .form__input, .form__label_error .form__input:hover {
    border-color: red !important
}

.form__label_error .label__error {
    display: block !important
}

.form__label_lg {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px
}

.form__label_md, .form__label_sm, .form__label_xs {
    display: inline-flex;
    width: calc((100% / 2) - 40px);
    margin-left: 20px;
    margin-right: 20px
}

.form__label_sm, .form__label_xs {
    width: calc((100% / 3) - 40px)
}

.form__label_xs {
    width: calc((100% / 4) - 40px)
}

@media (max-width: 767px) {
    .form__label {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
}

.form__input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    color: #424242;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all .2s;
    outline: 0
}

@media (max-width: 767px) {
    .form__input {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }
}

.form__input::-ms-clear {
    display: none
}

.form__input:hover {
    border-color: #ccc
}

.form__input_textarea {
    width: 100%;
    resize: none;
    margin: 0 0 5px;
    height: 160px;
    padding: 13px 17px 10px;
    line-height: 20px
}

.form__input:focus {
    border-color: #c3bebe
}

.form__input:focus::placeholder {
    display: block !important;
    opacity: 1 !important
}

.form__input:focus + .form__placeholder {
    top: 4px;
    font-size: 12px
}

.chkbox__custom {
    position: relative;
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chkbox__custom .custom__input {
    position: absolute;
    opacity: 0
}

.chkbox__custom .custom__title {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
    font-weight: 300;
    color: #111
}

.chkbox__custom .custom__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d6d6d6
}

.chkbox__custom .custom__input:checked + .custom__title:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 11px;
    height: 11px;
    background: #4bb5d2;
    border-radius: 3px
}

.notfound__title {
    text-align: center;
    color: #fff;
    font-family: 'Gilroy', 'Helvetica', Arial, sans-serif;
    font-size: 80px
}

.about-page .block, .contacts .block {
    margin-bottom: 40px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #f8f8f8;
    overflow: hidden
}

.about-page h1, .contacts h1, .content h1 {
    margin: 0 0 40px;
    font-size: 40px;
    text-align: center
}

.about-page img, .content img {
    position: relative;
    top: 6px
}

.about-page p, .content p {
    margin: 0 0 20px
}

@media (max-width: 767px) {
    .contacts .block {
        padding: 30px 10px !important;
        margin-bottom: 40px !important
    }
}

.contacts .contacts__container {
    display: flex
}

@media (max-width: 767px) {
    .contacts .contacts__container {
        flex-direction: column
    }
}

.contacts .contacts__leftside {
    width: 40%
}

@media (max-width: 767px) {
    .contacts .contacts__leftside {
        width: 100%;
        margin: 0 0 30px
    }
}

.contacts .contacts__address {
    margin: 0 0 70px;
    font-size: 18px;
    font-weight: 400
}

.contacts .form__success {
    display: none;
    margin: 20px 0 0;
    font-size: 20px;
    color: green;
    text-align: center
}

.contacts .contacts__form {
    width: 385px
}

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

.contacts .contacts__form .form__title {
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400
}

.contacts .contacts__form .form__error {
    margin-left: 0
}

.contacts .contacts__form .btn {
    margin: auto
}

.contacts .contacts__form form {
    display: flex;
    flex-direction: column
}

#popup-login .form__field .form__input, .contacts .contacts__map {
    flex-grow: 1
}

@media (max-width: 767px) {
    .contacts .contacts__map {
        height: 400px
    }
}

.contacts .contacts__map .map, .popup .popup-overlay > table {
    width: 100%;
    height: 100%
}

.content .block {
    margin-bottom: 40px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #f8f8f8;
    overflow: hidden
}

@media (max-width: 767px) {
    .content .block {
        margin-bottom: 40px !important;
        padding: 30px 10px !important
    }
}

@media (max-width: 400px) {
    .content h1 {
        font-size: 30px
    }
}

.content h2, .popup p {
    margin: 0 0 10px
}

html[lang=en] .header .btn {
    right: 0
}

@media (max-width: 767px) {
    html[lang=en] .descript h1 br {
        display: none
    }
}

html[lang=en] .header__menu .menu__entry {
    margin: 0 30px 0 0
}

html[lang=en] .header__lang .lang__lnk_us:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -4px;
    width: calc(100% + 4px);
    height: calc(100% + 6px);
    border: 1px solid rgba(255, 255, 255, .7)
}

html[lang=en] .push .block .iphone {
    background: url(../img/en_US/push_phone.png) no-repeat
}

html[lang=en] .card .block .phone {
    background: url(../img/en_US/card_phone.png) center no-repeat
}

html[lang=en] .channels .block .phone {
    background: url(../img/en_US/channels_phone.png) no-repeat
}

html[lang=en] .crm .block:before {
    top: -100px;
    background: url(../img/en_US/crm_comp.png) no-repeat
}

html[lang=en] .descript .block:before {
    background: url(../img/en_US/descript_hand.png) no-repeat
}

html[lang=en] .quality .block .phone {
    background: url(../img/en_US/quality_phone.png) no-repeat
}

html[lang=en] .quality ul {
    background: url(../img/en_US/quality_icons.png) center top no-repeat
}

html[lang=en] .about .block .about__phone {
    background: url(../img/en_US/about_phone.png) no-repeat
}

@media (max-width: 400px) {
    html[lang=ru] .header__logo {
        right: 10px
    }
}

html[lang=ru] .header__lang .lang__lnk_ru:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -4px;
    width: calc(100% + 4px);
    height: calc(100% + 6px);
    border: 1px solid rgba(255, 255, 255, .7)
}

html[lang=ru] .push .block .iphone {
    background: url(../img/ru_RU/push_phone.png) no-repeat
}

html[lang=ru] .card .block .phone {
    background: url(../img/ru_RU/card_phone.png) center no-repeat
}

html[lang=ru] .channels .block .phone {
    background: url(../img/ru_RU/channels_phone.png) no-repeat
}

html[lang=ru] .crm .block:before {
    background: url(../img/ru_RU/crm_comp.png) no-repeat;
    bottom: auto !important
}

@media (max-width: 767px) {
    html[lang=ru] .crm .block:before {
        bottom: 0 !important
    }
}

html[lang=ru] .descript .block:before {
    background: url(../img/ru_RU/descript_hand.png) no-repeat
}

html[lang=ru] .quality .block .phone {
    background: url(../img/ru_RU/quality_phone.png) no-repeat
}

html[lang=ru] .quality ul {
    background: url(../img/ru_RU/quality_icons.png) center top no-repeat
}

html[lang=ru] .about .block .about__phone {
    background: url(../img/ru_RU/about_phone.png) no-repeat
}

@media (max-width: 400px) {
    html[lang=ru] .tariff__title {
        font-size: 35px;
        margin: 0 0 20px
    }

    html[lang=ru] .tariff table tbody tr:last-child td {
        padding-bottom: 55px;
        font-size: 10px
    }

    html[lang=ru] .tariff table tbody tr:last-child td .btn {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    html[lang=ru] .tariff table tbody tr:last-child td strong {
        font-size: 22px
    }
}

@media (max-width: 400px) {
    html[lang=ru] .tariff table tbody tr:last-child td strong {
        font-size: 12px
    }

    html[lang=ru] .tariff table tbody td {
        padding: 5px;
        font-size: 11px
    }
}

.crm__partners {
    font-size: 37px;
    margin-top: 50px
}

@media (max-width: 767px) {
    .crm__partners {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center
    }
}

.partners__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: -10px
}

.partners__entry {
    margin: 10px
}

.partners__entry img {
    display: block;
    margin: auto
}

@media (max-width: 767px) {
    .partners__list {
        margin: 0 -10px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners__entry {
        margin: 10px;
        width: calc(50% - 20px)
    }

    .partners__entry img {
        max-width: 100%;
        margin: auto
    }
}

.popup {
    z-index: 100000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75)
}

.popup .popup-container .popup__close svg.black, .popup.opened {
    display: block
}

.popup .popup-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 35px 0 0;
    box-sizing: border-box
}

.popup .popup-overlay > table > tbody > tr > td, .popup .popup-overlay > table > tr > td {
    vertical-align: middle
}

@media (max-width: 767px) {
    .popup .popup-overlay {
        padding: 0
    }
}

.popup .popup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 450px;
    padding: 40px 30px 30px;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    color: #606376
}

@media (max-width: 767px) {
    .popup .popup-container {
        max-width: none;
        display: block;
        width: calc(100% - 20px);
        padding: 40px 20px 20px;
        margin: 0 10px
    }
}

#popup-login .form__caption {
    margin: 0 0 7px
}

#popup-login .form__field {
    display: flex;
    align-items: center
}

#popup-login .form__field p {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    white-space: nowrap;
    flex-shrink: 0
}

#popup-login p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 18px
}

#popup-login p a {
    color: #3a9fbc;
    font-weight: 500
}

#popup-callback .form__input, #popup-login .form__input {
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 16px
}

#popup-login .form__error {
    margin-bottom: 20px !important
}



#popup-login .btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#popup-login .form__reg {
    font-size: 14px;
}

#popup-login .form__forgot,
#popup-login .form__reg {
    color: #3a9fbc;
    font-weight: 500;
}

#popup-login .form__forgot:hover,
#popup-login .form__reg:hover {
     text-decoration: underline;
 }

.popup .popup-container .popup__close {
    z-index: 10000;
    position: absolute;
    display: block;
    top: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
    background: url(../img/close_black_30x30.svg) no-repeat;
    background-size: contain
}

.popup .popup-container .popup__close svg {
    width: 20px;
    height: 20px
}

.popup .popup-container .popup__close:hover {
    opacity: .6
}

@media (max-width: 767px) {
    .popup .popup-container .popup__close {
        right: 10px;
        top: 10px
    }
}

.popup .popup-container .popup__title {
    margin: 0 -30px 20px;
    padding: 0 30px 20px;
    border-bottom: 1px solid #eee;
    font-size: 25px;
    font-weight: 900
}

.popup .popup-container .popup__subtitle {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 25px
}

.popup .popup-container .form__container {
    margin: 0 -10px;
    font-size: 0
}

.popup .popup-container .form__label_md {
    width: calc((100% / 2) - 20px);
    margin-left: 10px;
    margin-right: 10px
}

.popup .popup-container .form__label_lg {
    margin-left: 10px;
    margin-right: 10px
}

.popup .popup-container .form__label_lg:last-child {
    margin-bottom: 0
}

.popup .popup-container .chkbox__custom {
    margin: 0 0 20px
}

.popup .form__success {
    display: none;
    padding-top: 220px;
    background: url(../img/success.svg) center top no-repeat;
    background-size: auto 190px;
    font-size: 125px;
    text-align: center
}

.popup .form__success .success__title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500
}

.popup .form__error {
    margin: 20px 0 0;
    font-size: 16px
}

.popup .form__error:empty {
    margin: 0
}

.popup-is-opened {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin: 40px 80px 40px 0
}

.loading, .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#popup-consult .popup-container {
    max-width: 550px
}

#popup-consult .form__caption {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 900;
    color: #606376
}

#popup-consult .form__hint {
    font-size: 13px;
    margin: 0 0 20px
}

#popup-consult .form__hint a {
    color: #3a9fbc;
    text-decoration: underline
}

#popup-consult .form__input {
    height: auto;
    line-height: 20px;
    padding: 12px 25px;
    font-size: 16px
}

#popup-consult .btn {
    width: 150px;
    display: block;
    margin: auto
}

#popup-consult .form__error {
    margin: 0 0 20px !important
}

#popup-consult .btn.disabled {
    pointer-events: none;
    cursor: default
}

#popup-consult .btn .loading {
    background: #3a9fbc
}

#popup-consult .btn .loading__inner {
    font-size: 6px;
    color: #fff;
    background: #fff;
    margin-top: -4px
}

#popup-consult .btn .loading__inner:after, #popup-consult .btn .loading__inner:before {
    background: #fff
}

.loading {
    background: rgba(255, 255, 255, .3);
    display: none;
    z-index: 1000
}

.loading > .loading__inner, .loading > .loading__inner:after, .loading > .loading__inner:before {
    -webkit-animation: default 1s ease-in-out infinite;
    animation: default 1s ease-in-out infinite;
    background: #333;
    height: 2em;
    width: 1em
}

.loading > .loading__inner {
    -webkit-animation-delay: -.16s;
    -webkit-transform: translate(-50%);
    -webkit-transform: translateZ(0);
    animation-delay: -.16s;
    color: #333;
    font-size: 11px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    top: 50%;
    transform: translate(-50%);
    transform: translateZ(0)
}

.loading > .loading__inner:after, .loading > .loading__inner:before {
    content: "";
    position: absolute;
    top: 0
}

.loading > .loading__inner:before {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
    left: -1.5em
}

.loading > .loading__inner:after {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    left: 1.5em
}

.presentation-lnk {
    display: inline-block;
    margin: 0 0 6px;
    text-decoration: none !important;
    border-bottom: 1px dashed #fff
}

.promocode-lnk {
    display: inline-block;
    font-size: 14px;
    color: #3a9fbc;
    border-bottom: 1px dashed #3a9fbc
}

.presentation-lnk:hover, .promocode-lnk:hover {
    border-bottom-color: transparent
}

.form__label-promocode {
    display: none !important;
    margin-top: 10px
}

.form__label-promocode.vis {
    display: block !important
}

.reg-mob .promocode-lnk {
    margin-top: 20px;
    border-bottom: 1px dashed #3a9fbc !important
}

.reg-mob .form__label-promocode {
    border: 0;
    margin-top: 15px !important
}

.reg-mob .form__label-promocode:before {
    content: none !important
}

.reg-mob .form__label-promocode.vis {
    display: flex !important
}

.reg-mob .form__label-promocode .form__title {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0
}

.reg-mob .form__label-promocode .form__input {
    flex-grow: 1;
    margin-left: 20px
}

.know-more .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 0 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.know-more a:not(.btn) {
    font-size: 18px;
    margin-top: 20px;
    color: #fff
}

.know-more a:not(.btn):hover {
    text-decoration: underline
}

.know-more__title {
    font-size: 50px;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .know-more__title {
        font-size: 25px
    }
}

.btn-free-version {
    margin-left: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 22px 8px;
    height: auto;
    font-weight: 700;
}

@media (max-width: 767px) {
    .btn-free-version {
        margin: 0;
        border-radius: 0
    }
}