html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: Lato, Sans-serif, Arial;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    color: #20272B;
    height: 100%;
    background: #FFF;
    margin: 0;
}

a, img, input, button, textarea, select {
    outline: none;
}

input, button, textarea, select {
    font-family: Lato, Sans-serif, Arial;
}

label {
    cursor: pointer;
}

input[type=text], input[type=submit], textarea {
    -webkit-appearance: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

form {
    margin: 0;
}

header, nav, section, article, aside, footer {
    display: block;
}

a {
    color: #353740;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

textarea, input, select, button {
    resize: none;
    outline: none;
}

p {
    padding: 0;
    margin: 0 0 20px 0;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    font-weight: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-heavy.woff2') format('woff2'),
    url('../fonts/lato-heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.woff2') format('woff2'),
    url('../fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.about:after,
.main-teaser .section-wrapper:after,
.clearbox:before,
.clearbox:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.checkbox-mark,
.button,
.animation {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wrapper,
.footer {
    min-width: 1310px;
}

.section-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.section {
    margin-bottom: 80px;
}

.block {
    margin-bottom: 25px;
}

.block:last-child {
    margin-bottom: 0;
}

.section-step-up {
    margin-top: -80px;
}

.highlight {
    background: #fafbfb;
}

.highlight .section-wrapper {
    padding: 40px 0;
}

.content .highlight:last-child {
    margin-bottom: 0;
}

.logo-gray,
.logo-color {
    color: #16a546;
    text-decoration: none;
    font-size: 50px;
    display: inline-block;
    margin: 10px 0 0 0;
    background-repeat: no-repeat !important;
}

/*.logo-color {
    background: url(../img/logo.png);
}*/

.logo-gray {
    background: url(../img/logo-gray.png);
}

.header {
    background: #FFF;
    height: 80px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.header-fly {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 100;
}

.header .section-wrapper {
    padding: 4px 0;
}

.header-right {
	margin: 15px 0 0 0;
    float: right;
}

.header-right .elements-list-item {
    margin-right: 40px;
}

.header-right .button {
    min-width: 180px;
    text-align: center;
}

.main-teaser {
    background: #f1f4f5 url(../img/header.jpg) 50% 50% no-repeat;
    height: 680px;
    background-size: cover;
}

.main-teaser .title {
    margin-bottom: 40px;
}

.content .highlight:first-child,
.main-teaser:first-child {
    margin-top: -40px;
}

.main-teaser .section-wrapper {
    padding-top: 107px;
}

.main-teaser .box {
    float: right;
    width: 520px;
}

.main-teaser-content {
    width: 500px;
    float: left;
    margin-top: 85px;
}

.main-teaser-content .title,
.main-teaser-content .text-big {
    color: #353740;
}

.main-teaser-content-header {
    /*margin-bottom: 25px;*/
}

.contact-card {
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #79929a;
}

.contact-card-alt {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 6px;
}

.footer {
    position: relative;
    background: #f1f4f5;
}

.footer .section-wrapper {
    padding: 80px 0 40px;
}

.footer .contact-block {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(121, 146, 154, 0.3);
}

.contact-block .subsubtitle {
    margin-bottom: 60px;
}

.contact-block {
    font-size: 16px;
}

.contact-block .cols {
    align-items: flex-start;
}

.contact-block .mark {
    font-size: 18px;
    font-weight: bold;
    color: #353740;
    display: block;
    margin-top: 12px;
}

.contact-block a {
    color: inherit;
    text-decoration: none;
}

.footer .disclaimer {
    margin-bottom: 40px;
}

.disclaimer {
    font-size: 14px;
    color: #79929a;
    line-height: 1.3em;
}

.disclaimer a {
    color: inherit;
}

.content {
    padding-top: 120px;
}

.elements .elements-list {
    margin-bottom: 30px;
}

.elements .elements-list:last-child {
    margin-bottom: 0;
}

.elements-list-count,
.elements-caption {
    margin-right: 16px;
    font-size: 15px;
    font-weight: 300;
}

.elements-list-count {
    font-size: 24px;
    color: #20272B;
    font-weight: bold;
}

.elements-list {
    display: flex;
    align-items: center;
}

.elements-list-caption,
.elements-list-item {
    margin-right: 20px;
}

.elements-list-item:last-child {
    margin-right: 0;

}

.box {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.04);
    padding: 40px;
    box-sizing: border-box;
    color: #353740;
}

.box-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(135, 152, 156, 0.2);
}

.box-section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-footer {
    margin-top: 40px;
    text-align: center;
}
.box-under-footer {
    margin-top: 40px;
    text-align: left;
    border-top: 1px dotted rgba(135, 152, 156, 0.5);
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 0px;
    color: #79929a;
}

.box-under-footer p {
    margin: 0px;
}

.box-footer .cols-item:first-child {
    text-align: left;
}

.box-footer .cols-item:last-child {
    text-align: right;
}

.note-right {
    position: relative;
    padding: 20px;
}

.note-right:after {
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    content: '';
    display: block;
}

.button {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

span.button {
    cursor: default;
}

.button-small {
    min-width: 200px;
    height: 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font: bold 16px/38px Lato, Arial, Tahoma;
    padding: 0;
	text-align: left;
}

.button-middle {
    min-width: 220px;
    height: 60px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font: bold 20px/58px Lato, Arial, Tahoma;
    padding: 0 20px;
    letter-spacing: -0.8px;
}

.button-big {
    min-width: 240px;
    height: 70px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font: bold 24px/67px Lato, Arial, Tahoma;
    padding: 0 20px;
    letter-spacing: -1px;
}

.button-smalltext {
    font-size: 14px;
    line-height: 58px;
    letter-spacing: 0;
}

.button-2-row {
    line-height: 13px;
}

.button [class*="icon-"] {
    margin-top: -4px;
}

.button-square {
    width: 60px;
    min-width: 0;
}

.button-orange {
    background: #19bb4f;
    /*background: -moz-linear-gradient(top, #ed4c4c 0%, #e43232 100%);*/
    /*background: -webkit-linear-gradient(top, #ed4c4c 0%, #e43232 100%);*/
    /*background: linear-gradient(to bottom, #ed4c4c 0%, #e43232 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4c4c', endColorstr='#e43232', GradientType=0);*/
    color: #FFFFFF;
}

.button-orange:active,
.button-orange:hover {
    background: #16a546;
    /*background: -moz-linear-gradient(top, #e43232 0%, #ed4c4c 100%);*/
    /*background: -webkit-linear-gradient(top, #e43232 0%, #ed4c4c 100%);*/
    /*background: linear-gradient(to bottom, #e43232 0%, #ed4c4c 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43232', endColorstr='#ed4c4c', GradientType=0);*/
}

.button-green {
    background: #19bb4f;
    /*background: -moz-linear-gradient(top, #ed4c4c 0%, #e43232 100%);*/
    /*background: -webkit-linear-gradient(top, #ed4c4c 0%, #e43232 100%);*/
    /*background: linear-gradient(to bottom, #ed4c4c 0%, #e43232 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4c4c', endColorstr='#e43232', GradientType=0);*/
    color: #ffffff;
   /* text-shadow: 0 1px 2px #ed4c4c;*/
}

.button-green:active,
.button-green:hover {
    background: #16a546;
    /*background: -moz-linear-gradient(top, #e43232 0%, #ed4c4c 100%);*/
    /*background: -webkit-linear-gradient(top, #e43232 0%, #ed4c4c 100%);*/
    /*background: linear-gradient(to bottom, #e43232 0%, #ed4c4c 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43232', endColorstr='#ed4c4c', GradientType=0);*/
}

.button-transparent-dotted {
    color: #19bb4f;
}

.button-transparent-white .button-connect:after,
.button-transparent-white {
   /* border-color: #ed4c4c;*/
    color: #19bb4f;
}

.button-transparent-solid {
    border: solid 2px rgb(223, 231, 233);
    color: #79929a;
}

.button-transparent-solid:hover {
    border-color: #e43232;
    color: #e43232;
}

.button-connect {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 15px;
    height: 30px;
    overflow: hidden;
    display: block;
}

.button-connect:after {
    content: '';
    display: block;
    border: dotted 1px rgb(44, 197, 146);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: inherit;
    box-sizing: border-box;
}

.button:hover .icon-arrow-left {
    background-image: url(../images/icon-arrow-left-hovered.svg);
}

.title {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px;
}



.subtitle {
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 30px;
}

.subsubtitle {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15em;
    margin-bottom: 40px;
}

.smalltitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.15em;
    margin-bottom: 30px;
}

.smalltitle .alttitle {
    color: #79929a;
    font-weight: normal;
}

.text {
    font-size: 16px;
    line-height: 1.4em;
}

.text-small {
    font-size: 14px;
}

.color-gray {
    color: #79929a;
}

.text-big {
    font-size: 24px;
    line-height: 1.2em;
}

.mark {
    color: #19bb4f;
}

.ruble {
    width: 13px;
    height: 18px;
    background: url(../img/icon-ruble.svg) 50% 32% no-repeat;
    background-size: 82% auto;
    color: transparent;
    text-transform: uppercase;
}

.gate .subsubtitle {
    margin-bottom: 60px;
}

.gate .button-main {
    width: 320px;
    margin: 0 auto;
    display: block;
}

.gate-button-alt {
    font-size: 16px;
    color: #79929a;
    text-align: center;
    margin: -20px 0 14px;
}

.gate-button-alt .ruble {
    filter: alpha(opacity=650);
    opacity: 0.65;
}

.cols {
    display: flex;
    flex-flow: wrap row;
    margin-left: -1%;
    align-items: center;
    justify-content: space-between;
}

.cols-random .cols-item {
    flex: 0 0 0;
}

.cols-2-right {
    align-items: flex-start;
}

.cols-3 .cols-item {
    flex: 31% 0 0;
    margin-bottom: 30px;
}

.about-note,
.about-service {
    width: 55%;
    float: left;
}

.about-steps {
    width: 30%;
    float: right;
}

.about-faq {
    clear: both;
}

.about-faq .cols-item {
    line-height: 1.2em;
}

.about-faq .cols-item a {
    font-weight: bold;
}

.about .text a {
    color: inherit;
}

.about-note .subsubtitle {
    margin-bottom: 20px;
}

.cols-2-right > .cols-item:first-child {
    padding-left: 0;
}

.cols-item {
    flex: 1 0 0;
    padding-left: 1%;
}

.cols-3 {
    margin-bottom: -30px;
}

.invitation {text-align: center;
    color: #fff;
    font-size: 20px;
    background: #54bb4e;}

.invitation .section-wrapper {
    padding: 80px 0;
}

.invitation-header {
    margin-bottom: 60px;
	    line-height: 32px;
}

.invitation-header .subtitle {
    margin-bottom: 40px;
}

.invitation .cols-item {
    font-weight: bold;
}

.invitation .cols-item .mark {
    display: block;
    font-size: 56px;
    font-weight: bold;
    color: inherit;
    margin-bottom: 5px;
}

.invitation .box {
    width: 520px;
    margin: 0 auto;
}

.invitation .box .subsubtitle {
    margin-bottom: 40px;
}

.invitation:last-child {
    margin-bottom: 0;
}

.specs {
    font-size: 18px;
    line-height: 22px;
}

.specs .cols-item {
    flex: 27% 0 0;
}

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.checkbox-mark,
.status-success:after,
.icon-success {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-success.svg);
}

.status-failure:after,
.icon-failure {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-failure.svg);
}

.icon-close {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-close.svg);
}

.icon-close:hover {
    background-image: url(../images/icon-close-hovered.svg);
}

.icon-clock {
    width: 50px;
    height: 50px;
    background-image: url(../img/chips__box-cb.png);
}

.icon-secure {
    width: 50px;
    height: 50px;
    background-image: url(../img/chips__box-ca.png);
}

.icon-handshake {
    width: 50px;
    height: 50px;
    background-image: url(../img/chips__box-cc.png);
}

.icon-order {
    width: 50px;
    height: 50px;
    background-image: url(../img/iconfinder_user_profile_edit_103781.png);
}

.icon-unsubscribe {
    width: 50px;
    height: 50px;
    background-image: url(../img/iconfinder_unfollow_4172313.png);
}

.icon-money {
    width: 50px;
    height: 50px;
    background-image: url(../img/iconfinder_currency_ruble_currency_money_4229512.png);
}

.icon-select {
    width: 50px;
    height: 50px;
    background-image: url(../img/iconfinder_SLA_2093653.png);
}

.icon-wait {
    width: 50px;
    height: 50px;
    background-image: url(../img/iconfinder_stop-watch-time-count_2203547.png);
}

.icon-card {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-card.svg);
}

.icon-service-mir {
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-mir.png);
}

.icon-service-mir2 {
    width: 71px;
    height: 30px;
    background-image: url(../img/icon-mir2.png);
}

.icon-service-qiwi {
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-qiwi.png);
}

.icon-service-maestro-master {
    width: 71px;
    height: 30px;
    background-image: url(../img/icon-maestro-master.png);
}

.icon-service-visa {
    width: 66px;
    height: 30px;
    background-image: url(../img/icon-visa.png);
}

.icon-service-yandex {
    width: 20px;
    height: 30px;
    background-image: url(../img/icon-yandex.png);
}

.icon-arrow-left {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-arrow-left.svg);
}

.composit {
    display: flex;
}

.composit-text {
    display: block;
    flex: 1 0 0;
}

.url-dotted a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.url-dotted a:hover {
    border-bottom-color: #ed4c4c;
    color: #ed4c4c;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-cell {
    background-color: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-cell .box {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    margin: 2em auto;
    width: 560px;
}

.popup-cell.is-required .box {
    /*width: 320px;*/
    /*text-align: center;*/
}
.popup-cell .box .subsubtitle {
    margin-bottom: 30px;
}

.popup-cell .box .icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup-cell .popup-settings {
    width: 460px;
    padding-top: 85px;
}

.popup-settings-item {
    margin-bottom: 45px;
}

.popup-settings-item:last-child {
    margin-bottom: 0;
}

.popup-settings .button-main,
.popup-cell .box-footer .button-main {
    width: 240px;
    margin: 0 auto;
    display: block;
}

.popup-control .cols {
    margin-left: -20px;
}

.popup-control .cols-item {
    padding-left: 20px;
}

.popup-control .cols-item .button {
    width: 100%;
}

.popup-opened {
    overflow: hidden;
}

.popup-is-show {
    display: block;
}

.steps {
    height: 24px;
    position: relative;
    overflow: hidden;
    margin: 0 0 80px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.steps:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: '';
    height: 0;
    left: 0;
    width: 70px;
    top: 12px;
    border-top: 2px solid #FFF;
}

.steps:after {
    position: absolute;
    display: block;
    content: '';
    height: 0;
    left: 70px;
    right: 70px;
    top: 12px;
    border-top: 2px solid #dfe7e9;
}

.steps-item {
    top: -10px;
    position: relative;
    z-index: 3;
    display: block;
    width: 44px;
    height: 44px;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-item:first-child {
    margin-left: 70px;
}

.steps-item:last-child {
    margin-right: 70px;
}

.steps-item svg {
    position: relative;
    z-index: 2;
}

.steps-item.active {
    z-index: 2;
}

.steps-item.active:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 1000px;
    height: 0px;
    top: 22px;
    right: 0;
    border-top: 2px solid #ed4c4c;
}

.steps-item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 44px;
    height: 44px;
    background: #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.steps-item-label {
    position: absolute;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    font-weight: bold;
    font-size: 14px;
    color: #79929a;
    top: 47px;
    text-align: center;
}

.steps-item.active path {
    fill: #ed4c4c;
}

.steps-item.active .steps-item-label {
    color: #ed4c4c;
}

.highlight .steps-item:after {
    background: #fafbfb;
}

.highlight .steps:before {
    border-top-color: #fafbfb;
}

.diagram {
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: relative;
}

.diagram-hide-input input {
    filter: alpha(opacity=0);
    opacity: 0;
}

.diagram-label {
    color: #353740;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.diagram-label-time {
    font-size: 26px;
    line-height: 110px;
    font-weight: bold;
}

.diagram-label-persent {
    margin-top: 35px;
}

.diagram-label-number {
    margin-top: 42px;
}

.diagram-label-persent-int {
    font-size: 36px;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 0.7em;
}

.diagram-label-number-int {
    font-size: 26px;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 0.7em;
}
.pager {
    vertical-align: bottom;
}

.diagram-label-persent-mark {
    font-size: 16px;
    vertical-align: bottom;
}

.diagram-label-number-alt,
.diagram-label-persent-alt {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.desktop-min {
    display: none;
}

.float-fly .desktop-max {
    display: none;
}

.float-fly .desktop-min {
    display: block;
    width: 80px;
    height: 80px;
}

.float-fly .diagram-label-number-int {
    font-size: 18px;
}

.float-fly .diagram-label-number {
    margin-top: 26px;
}

.wall-label {
    color: #79929a;
    font-size: 14px;
    line-height: 1.4em;
}

.wall-label p {
    margin-bottom: 8px;
}
.has-empty--title{
    display: none;
}
.empty.has-empty > .has-empty--title{
    display: block;
}
.empty.has-empty > a{
    display: block;
}
.wall-item {
    text-align: center;
    margin-bottom: 60px;
}

.wall-item:last-child {
    margin-bottom: 0;
}

.wall-label {
    margin-top: 20px;
}

.form-steps .section-wrapper {
    padding-left: 95px;
    padding-right: 95px;
    box-sizing: border-box;
}

.form-steps .section-wrapper {
    padding-bottom: 120px;
}

.form-steps .cols-2-right > .cols-item:last-child {
    flex: 320px 0 0;
    padding-left: 10px;
}

.form-steps .note-right {
    margin-bottom: 60px;
}

.form-steps .wall {
    padding: 0 30px;
}

.form-steps .box-footer .button-main {
    min-width: 260px;
}

.alt-setting-title {
    font-size: 16px;
    font-weight: bold;
    color: #353740;
    margin-bottom: 12px;
}

.alt-setting-total {
    font-size: 20px;
}

.alt-setting-control {
    float: right;
    font-weight: bold;
}

.field {
    height: 50px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px 0 rgba(114, 129, 134, 0.53);
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(189, 200, 203);
    box-sizing: border-box;
}

.field:hover {
    border-color: #ed4c4c;
}

.field.focused,
.field:focus {
    border-color: #ed4c4c;
}

.field.disabled {
    box-shadow: inset 0 1px 3px 0 rgba(114, 129, 134, 0.53);
    background-color: rgb(250, 251, 251);
    border: solid 1px rgb(223, 231, 233);
}

.field.disabled input {
    pointer-events: none;
    display: none;
}

.field.status-failure {
    box-shadow: inset 0 1px 3px 0 rgba(145, 14, 14, 0.53);
    border: solid 1px rgb(232, 86, 86);
}

.field input {
    height: inherit;
    font-size: 20px;
    font-family: inherit;
    padding: 0 35px 0 15px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    line-height: 47px;
}

.field input::-webkit-input-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.field input::-moz-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.field input:-ms-input-placeholder {
    color: transparent;
    /*color: #79929a;*/
}

.field input:-moz-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.card-form .field input::-webkit-input-placeholder {
    /*color: transparent;*/
    color: #79929a;
}

.card-form .field input::-moz-placeholder {
    /*color: transparent;*/
    color: #79929a;
}

.card-form .field input:-ms-input-placeholder {
    color: #79929a;
    /*color: transparent;*/
}

.card-form .field input:-moz-placeholder {
    color: #79929a;
    /*color: transparent;*/
}.field input::-webkit-input-placeholder {
    color: #79929a;
    /*color: transparent;*/
}

.field input::-moz-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.field input:-ms-input-placeholder {
    color: transparent;
    /*color: #79929a;*/
}

.field input:-moz-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.card-form .field input::-webkit-input-placeholder {
    /*color: transparent;*/
    color: #79929a;
}

.card-form .field input::-moz-placeholder {
    /*color: transparent;*/
    color: #79929a;
}

.card-form .field input:-ms-input-placeholder {
    color: #79929a;
    /*color: transparent;*/
}

.card-form .field input:-moz-placeholder {
    color: #79929a;
    /*color: transparent;*/
}

.field input::-webkit-input-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.field input::-moz-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.field input:-ms-input-placeholder {
    color: transparent;
    /*color: #79929a;*/
}

.field input:-moz-placeholder {
    /*color: #79929a;*/
    color: transparent;
}

.card-form .field input::-webkit-input-placeholder {
    /*color: transparent;*/
    color: #79929a;
}

.card-form .field input::-moz-placeholder {
    /*color: transparent;*/
    color: #79929a;
}

.card-form .field input:-ms-input-placeholder {
    color: #79929a;
    /*color: transparent;*/
}

.card-form .field input:-moz-placeholder {
    color: #79929a;
    /*color: transparent;*/
}



.with-placeholders input::-webkit-input-placeholder {
    color: #79929a;
}

.with-placeholders input::-moz-placeholder {
    color: #79929a;
}

.with-placeholders input:-ms-input-placeholder {
    color: #79929a;
}

.with-placeholders input:-moz-placeholder {
    color: #79929a;
}

.with-placeholders .field input::-webkit-input-placeholder {
    color: #79929a;
}

.with-placeholders .field input::-moz-placeholder {
    color: #79929a;
}

.with-placeholders input:-ms-input-placeholder {
    color: #79929a;
}

.with-placeholders input:-moz-placeholder {
    color: #79929a;
}


.form-row {
    margin-bottom: 30px;
}

.form-note {
    margin-bottom: 80px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row > .cols {
    margin-left: -40px;
}

.form-row > .cols > .cols-item {
    padding-left: 40px;
}

.form-row > .cols .cols {
    margin-left: -20px;
}

.form-row > .cols .cols .cols-item {
    padding-left: 20px;
}

.form-option {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 1.4em;
    display: block;
}

.form-option a {
    color: inherit;
}

.form-option .checkbox {
    position: absolute;
    left: 0;
    top: -2px;
}

.form-option.status-failure .field-message {
    left: 40px;
}

.form-option.status-failure .checkbox {
    box-shadow: inset 0 1px 3px 0 rgba(145, 14, 14, 0.53);
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(232, 86, 86);
}

.box-footer.status-failure .field-message {
    top: -33px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
}

.form-row .cols-item .form-option {
    top: 14px;
}

.field-label {
    font-size: 16px;
    margin-bottom: 10px;
}

.field-message {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1em;
}

.checkbox {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(114, 129, 134, 0.53);
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(189, 200, 203);
}

.checkbox:hover {
    border-color: #2cc592;
}

.checkbox label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.checkbox-mark,
.checkbox-input {
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

.checkbox-mark {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
}

.checkbox-input:checked + .checkbox-mark {
    filter: alpha(opacity=100);
    opacity: 1;
}

.status-failure .field-message {
    color: #e85656;
    display: block;
}

.status-success,
.status-failure {
    position: relative;
}

.field.status-success:after,
.field.status-failure:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
}

.card-form {
    padding-bottom: 40px;
}

.card-form-frontplate,
.card-form-backplate {
    width: 430px;
    height: 265px;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(135, 152, 156);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 35px 20px 20px;
    box-sizing: border-box;
}

.card-form-frontplate {
    position: relative;
    z-index: 1;
}

.card-form-backplate {
    margin-top: -207px;
    margin-left: 168px;
    padding-top: 140px;
    padding-left: 327px;
}

.card-form-logo {
    margin-bottom: 35px;
}

.card-form-logo .elements-list {
    justify-content: flex-end;
}

.card-form-logo [class*="icon-"] {
    height: 20px;
    background-size: auto 100%;
}

.card-form-logo .icon-service-mir2 {
    width: 49px;
}

.card-form-logo .icon-service-maestro-master {
    width: 49px;
}

.card-form-logo .icon-service-visa {
    width: 46px;
}

.card-form-logo .elements-list-caption,
.card-form-logo .elements-list-item {
    margin-right: 8px;
}

.card-form-logo .elements-list-caption:last-child,
.card-form-logo .elements-list-item:last-child {
    margin-right: 0;
}

.card-form-number {
    margin-bottom: 30px;
}

.card-form-date {
    text-align: right;
}

.card-form-cvc .field,
.card-form-date .field {
    display: inline-block;
    width: 80px;
}

.card-form-cvc .field input,
.card-form-date .field input {
    padding-right: 15px;
}

.card-form-cvc .field-label,
.card-form-date .field-label {
    color: #79929a;
    font-size: 14px;
    line-height: 1.2em;
}

.card-form-cvc .field-label {
    margin: 10px 0 0 0;
}

.cards {
    display: flex;
    flex-flow: wrap row;
    margin-left: -50px;
}

.cards-item {
    margin: 0 0 50px 50px;
    width: 300px;
    padding: 20px 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    position: relative;
}

.cards-item-row {
    padding-top: 15px;
    margin-top: 15px;
}

.cards-item-footer,
.cards-item-row {
    text-align: center;
    border-top: 1px dotted rgb(135, 152, 156);
}

.card-item-head {
    border: 0;
    padding-top: 0;
    margin-top: 0;
    height: 60px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.card-item-head img{
    max-height: 60px;
}
.cards-item-alt {
    margin-top: 10px;
}

.cards-item .button {
    width: 100%;
}

.cards-item-footer {
    padding-top: 20px;
    margin-top: 15px;
}

.item-label {
    position: absolute;
    bottom: 100%;
    margin-bottom: -18px;
    left: -10px;
    padding: 10px;
    background: rgb(250, 213, 97);
    background: -moz-linear-gradient(left, rgba(250, 213, 97, 1) 0%, rgba(255, 192, 98, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(250, 213, 97, 1) 0%, rgba(255, 192, 98, 1) 100%);
    background: linear-gradient(to right, rgba(250, 213, 97, 1) 0%, rgba(255, 192, 98, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43232', endColorstr='#ed4c4c', GradientType=1);
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
}

.item-label:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border: 5px solid transparent;
    border-top: 5px solid #df7925;
    border-right: 5px solid #df7925;
}

.steps-bar {
    margin-bottom: 60px;
}

.steps-bar .elements-list {
    margin-bottom: 40px;
}

.steps-bar .elements-list:last-child {
    margin-bottom: 0;
}

.steps-bar .elements-list-caption,
.steps-bar .elements-list-item {
    margin-right: 40px;
}

.steps-bar .elements-list-item {
    font-size: 20px;
    font-weight: bold;
}

.float {
    /*height: 153px;*/
}

.float .section-wrapper {
    padding: 0;
}

.float-steps .section-wrapper {
    width: 1010px;
    padding: 10px 0;
}

.float-fly .steps-bar {
    margin-bottom: 0;
}

.float-fly {
    background: #FFF;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 80px;
    right: 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.mobile {
    display: none;
}

@media not all and (min-resolution: .001dpcm) {
    @media {

        .button-small {
            padding-bottom: 2px;
            line-height: 0;
        }

        .button-big {
            padding-bottom: 6px;
            line-height: 0;
        }

        .button-middle {
            padding-bottom: 4px;
            line-height: 0;
        }

        a.button.button-small,
        span.button.button-small {
            line-height: 38px;
            padding-bottom: 0;
        }

        a.button.button-middle,
        span.button.button-middle {
            line-height: 58px;
            padding-bottom: 0;
        }

        a.button.button-big,
        span.button.button-big {
            line-height: 67px;
            padding-bottom: 0;
        }

        .contact-card {
            padding-bottom: 2px;
        }

        .ruble {
            background-position: 50% 55%;
        }

        .button [class*="icon-"] {
            margin-top: 2px;
        }

        .diagram-label-number {
            margin-top: 35px;
        }

        .float-fly .diagram-label-number {
            margin-top: 16px;
        }

        .button-2-row {
            line-height: 1.2em;
        }

    }
}

#slider-range-term-unit {
    width: 60px;
    text-align: right;
    display: inline-block;
}

.iosx .button-small {
    padding-bottom: 2px;
    line-height: 0;
}

.iosx .button-big {
    padding-bottom:6px;
    line-height: 0;
}

.iosx .button-middle {
    padding-bottom:4px;
    line-height: 0;
}

.iosx a.button.button-small,
.iosx span.button.button-small {
    line-height: 38px;
    padding-bottom: 0;
}

.iosx a.button.button-middle,
.iosx span.button.button-middle {
    line-height: 50px;
    padding-bottom: 0;
}

.iosx a.button.button-big,
.iosx span.button.button-big {
    line-height: 67px;
    padding-bottom: 0;
}

.iosx .contact-card {
    padding-bottom: 2px;
}

.iosx .ruble {
    background-position:50% 55%;
}

.iosx .button [class*="icon-"] {
    margin-top:2px;
}

.iosx .diagram-label-number {
    margin-top: 35px;
}

.iosx .float-fly .diagram-label-number {
    margin-top: 16px;
}

.iosx .button-2-row {
    line-height: 1.2em;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 137px;
    height: 137px;
    margin: 6px;
    border: 6px solid #ed4c4c;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ed4c4c transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





