html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
}
html * {
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}
body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a {
    text-decoration: none;
    outline: none;
}
img, svg {
    display: block;
}
img {
    -webkit-user-drag: none;
}
input {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0 12px;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    color: #797979;
    transition: border-color .25s ease;
    -webkit-transition: border-color .25s ease;
}

#consentCheckbox {
    display: inline-block;
    width: auto;
    min-height: auto;
    padding: 0;
    border: none;
    background: none;
    appearance: auto;
    -webkit-appearance: checkbox;
    font-family: inherit;
    font-size: inherit;
    color: initial;
}

.pay-intro input {
    min-height: 60px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 22px;
}
.other-intro input {
    border-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    min-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
input[type="range"] {
    min-height: 6px;
    max-height: 6px;
    background: linear-gradient(to right, #E50F3C, #EB4130);
    background: -webkit-linear-gradient(left, #E50F3C, #EB4130);
    border: none;
    padding: 0;
}
input[type="submit"] {
    justify-content: center;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
}
input[type="submit"]:disabled {
    pointer-events: none;
}
input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 38px;
    height: 38px;
    background: #EF6128;
    border: 9.5px solid #F7F7F7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    cursor: pointer;
    position: relative;
    z-index: 2;
}
input[type="range"]::-moz-range-thumb {
    width: 38px;
    height: 38px;
    background: #EF6128;
    border: 9.5px solid #F7F7F7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    cursor: pointer;
}
input::-webkit-input-placeholder {
    color: #797979;
}
.other-intro input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}
input::-moz-placeholder {
    color: #797979;
    opacity: 1;
}
.other-intro input::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
textarea {
    display: block;
    width: 100%;
    height: 122px;
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 19px 24px;
    text-align: left;
    outline: none;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    transition: border-color .25s ease;
    -webkit-transition: border-color .25s ease;
}
textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
}
textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    opacity: 1;
}
label {
    position: relative;
    display: inline-block;
}
table {
    width: 100%;
    font-size: 1em;
    line-height: 14px;
    border-collapse: collapse;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    text-align: center;
}
table th, table td {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 13px;
    /*font-size: 15px;*/
    line-height: inherit;
    color: #454545;
}
table th:first-of-type, table td:first-of-type {
    border-left: none;
}
table th:last-of-type, table td:last-of-type {
    border-right: none;
}
table th {
    vertical-align: middle;
    background: #E6E6E6;
    font-weight: bold;
}
table tr:first-of-type th {
    border-top: none;
}
table td {
    vertical-align: middle;
    background: #F2F2F2;
}
table tr:nth-of-type(odd) td {
    background: #fff;
}
table tr:last-of-type td {
    border-bottom: none;
}
.example table td:last-of-type {
    white-space: nowrap;
}

.no-scroll, .scroll {
    position: fixed;
    width: 100%;
}
.no-scroll body {
    overflow-y: scroll;
}
.scroll body {
    overflow-y: hidden;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1364px;
    margin: 0 auto;
}
.flex-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.row {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.row-stretch {
    align-items: stretch;
}
.row-center {
    align-items: center;
}
.row-end {
    align-items: flex-end;
}
.row-stretch {
    align-items: stretch;
}
.col {
    position: relative;
}
.col-1 {
    flex: 0 1 8.33333333333%;
    max-width: 8.33333333333%;
}
.col-2 {
    flex: 0 1 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 1 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 1 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 1 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 1 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 1 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 1 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 1 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 1 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 1 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 1 100%;
    max-width: 100%;
}

.heading1 {
    font-size: 1.6em;
    font-weight: 800;
    line-height: 38px;
}
.heading2 {
    font-size: 1.525em;
    font-weight: bold;
    line-height: 29px;
}
.text1 {
    font-size: 1.2em;
    line-height: 22px;
}
.text2 {
    font-size: 1em;
    line-height: 17px;
}
.text3 {
    font-size: 12px;
    line-height: 15px;
}
.color-background {
    background: #FAFAFA;
}
.black-color {
    color: #000;
}
.white-color {
    color: #fff;
}
.light-white-color {
    color: rgba(255, 255, 255, .8);
}
.grey-color {
    color: rgba(0, 0, 0, .7);
}
.other-grey-color {
    color: rgba(0, 0, 0, .4);
}
.orange-color {
    color: #EF6128;
}
.link {
    display: inline-block;
    vertical-align: middle;
}
.link span {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.link svg {
    display: inline-block;
}
.link span + svg {
    margin-left: 9px;
}
.button {
    display: -inline-flex;
    display: -webkit-inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 40px;
    padding: 0 15px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.list, .editor ul {
    margin-left: -5px;
    padding: 5px 0;
    overflow: hidden;
}
.list li, .editor ul li {
    position: relative;
    display: block;
    padding: 0 0 0 48px;
}
.list li {
    /*font-size: 14px;*/
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
}
.list li + li, .editor ul li + li {
    margin-top: 24px;
}
.list li:before, .editor ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(0deg, #EB4130 0%, #FAD00D 100%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    z-index: 1;
}
.list li:after, .editor ul li:after {
    content: '';
    display: block;
    border-right: 1px dashed #EF6128;
    position: absolute;
    left: 17px;
    top: 50%;
    bottom: -43px;
}
.list li:last-of-type:after, .editor ul li:last-of-type:after {
    bottom: 50%;
}
.number {
    font-size: 105px;
    line-height: 105px;
    font-weight: 800;
    color: #EF6128;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.label {
    font-size: 1em;
    font-weight: 500;
    line-height: 17px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 16px;
}

.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    padding: 13px 38px 13px 76px;
    z-index: 10;
}
.left, .middle, .right {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
}
.logo a {
    display: block;
}
.logo img {
    width: auto;
    height: 84px;
}
.menu {
    /*Парни это что такое x3 🥴*/
    /*font-size: 0;*/
}
.menu li {
    display: inline-block;
}

.menu li:first-child a {
    margin-top: 15px;
}

.menu li + li {
    margin-left: 30px;
}
.menu li a {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
}
.menu li.current-menu-item a {
    pointer-events: none;
}
.menu li.with-anchor.current-menu-item a {
    pointer-events: auto;
}
.phone {
    /*Парни это что такое x2 🥴*/
    /*font-size: 0;*/
}
.phone svg {
    display: inline-block;
    vertical-align: middle;
}
.phone a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
}
.phone svg + a {
    margin-left: 13px;
}
.phone + .button {
    margin-left: 20px;
}
.button + .lang {
    margin-left: 20px;
}
.phone + .lang {
    margin-left: 20px;
}
.lang {
    margin-top: 10px;
    /*Парни это что такое 🥴*/
    /*font-size: 0;*/
}
.lang li {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    border: 1px solid #F3F3F3;
    background: transparent;
}
.lang li:first-of-type {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.lang li:last-of-type {
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.lang li.current-lang {
    background: #fff;
}
.lang li + li {
    margin-left: -1px;
}
.lang li a {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .7);
    text-transform: capitalize;
}
.lang li.current-lang a {

    pointer-events: none;
    text-decoration: underline;
}
.navicon {
    display: block;
    position: relative;
    width: 30px;
    height: 14px;
}
.navicon span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #212121;
}
.navicon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #212121;
}
.navicon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #212121;
}
.wrapper {
    position: relative;
    flex: 1 1 auto;
    overflow-x: hidden;
}
.footer {
    position: relative;
    background: linear-gradient(to right, #EF6128 0%, #EF6128 100%, #FAFAFA 100%, #FAFAFA 100%);
    background: -webkit-linear-gradient(left, #EF6128 0%, #EF6128 100%, #FAFAFA 100%, #FAFAFA 100%);
    padding: 42px 38px;
}
.footer .col-6:first-of-type {
    padding: 70px 50px 58px 0;
}
.footer .col-6:last-of-type {
    padding: 70px 0 38px 80px;
}
.footer .text2:first-of-type {
    position: relative;
    padding-bottom: 27px;
}
@media (max-width: 767px) {
   .footer .pay-block {
      text-align: center;
  }
}

.footer .bottom-line{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(84, 114, 182, .15);
}
/*.footer .text2:first-of-type:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 2px;*/
/*    background: rgba(255, 255, 255, .2);*/
/*}*/

.footer .text2 + .text2 {
    margin-top: 25px;
}
.footer .text2 p + p {
    margin-top: 10px;
}
.footer .text2 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer .links {
    font-size: 0;
    margin: -10px -5px;
}
.footer .links li {
    display: inline-block;
    vertical-align: middle;
    min-height: 30px;
    height: 30px;
    background: #EF6128;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 5px;
}
.footer .links li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding: 0 20px;
}
.intro {
    position: relative;
    background: url(../images/intro.png) 50% 50%/cover no-repeat;
    height: 620px;
    padding: 0 38px;
    font-size: 0;
    text-align: center;
}
.promo-intro, .pay-intro {
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
}
.other-intro {
    height: auto;
    background: url(../images/intro.svg) 50% 50%/cover no-repeat;
    padding-top: 28px;
}
.pay-intro {
    margin-bottom: 38px;
}
.intro:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(239, 97, 40, .3), rgba(239, 97, 40, .3));
    background: -webkit-linear-gradient(-90deg, rgba(239, 97, 40, .3), rgba(239, 97, 40, .3));
}
.intro:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.other-intro:before, .other-intro:after {
    display: none;
}
.intro .container {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    z-index: 1;
    margin-bottom: 38px;
}
.promo-intro .container, .pay-intro .container, .other-intro .container {
    vertical-align: middle;
    margin-bottom: 0;
}
.pay-intro .heading1 {
    font-size: 48px;
    line-height: 58px;
}
.other-intro .heading1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 67px;
}
.intro .heading1 + .text1 {
    margin-top: 23px;
}
.other-intro .heading1 + .text1 {
    margin-top: 10px;
}
.other-intro .text1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.other-intro .image img {
    max-width: 100%;
    height: auto;
}
.intro .col-5 {
    padding: 0 100px 0 38px;
}
.pay-intro .col-5 {
    padding: 0 0 0 38px;
}
.other-intro .col-5 {
    padding: 0 38px 0 30px;
}
.pay-intro .col-7 {
    padding: 0 100px 0 38px;
}
.other-intro .col-7 {
    padding: 0 0 54px;
}
.calculation {
    max-width: 650px;
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 15px auto;
    padding: 30px;
}
.calculation .col-6:first-of-type {
    padding-right: 26px;
    border-right: 2px solid #F7F7F7;
}
.calculation .col-6:last-of-type {
    padding: 0 0 0 24px;
}
.range-block {
    text-align: center;
}
.range-block + .range-block {
    margin-top: 38px;
}
.range-block .range {
    position: relative;
    padding: 16px 0 43px;
}
.range-block .range:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 19px;
    background: #FAFAFA;
    z-index: 1;
}
.range-block .range:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 19px;
    background: #FAFAFA;
    z-index: 1;
}
.range-block .text2 + .range {
    margin-top: 13px;
}
.range-block .range .min, .range-block .range .max {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #EF6128;
    margin-top: 28px;
    white-space: nowrap;
    z-index: 2;
}
.range-block .range .min {
    left: 15px;
}
.range-block .range .max {
    right: 15px;
}
.numbers .text {
    font-weight: bold;
    color: #797979;
}
.numbers .value {
    font-size: 18px;
    line-height: 22px;
    color: #EF6128;
    white-space: nowrap;
}
.numbers + .form {
    margin-top: 30px;
}
.calculation .text + .text {
    margin-top: 20px;
}
.hidden-values {
    display: none;
}
.form {
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
}
.pay-intro .form {
    max-width: 100%;
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 70px;
}
.code-block + .amount-block {
    margin-top: 10px;
}
.submit-block {
    margin-top: 10px;
}
.pay-intro .submit-block {
    max-width: 280px;
    margin-top: 14px;
}
.hidden-block {
    display: none;
}
.acceptance-block {
    margin-top: 12px;
}
.other-intro .form {
    max-width: 670px;
    margin: 40px 0 0;
}
.other-intro .form .form-group {
    background: rgba(255, 255, 255, .4);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px;
}
.other-intro .form .form-group .name-block, .other-intro .form .form-group .tel-block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.other-intro .form .form-group .name-block {
    padding-right: 10px;
}
.other-intro .form .form-group .tel-block {
    padding-left: 10px;
}
.other-intro .form .form-group .code-block {
    margin-top: 20px;
}
.other-intro .form .form-group .pass-block {
    margin-top: 20px;
}
.other-intro .form .acceptance-block {
    margin-top: 30px;
}
.other-intro .form .submit-block {
    max-width: 320px;
    margin-top: 30px;
}
.other-intro .form .submit-block input {
    border: 1px solid #fff;
}
.heading-block {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    background: url(../images/heading.svg) 50% 50%/cover no-repeat;
    padding: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.contacts .heading-block {
    min-height: 138px;
}
.offers {
    padding: 38px;
}
.offer {
    min-height: 455px;
    margin: 38px 0 0 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    overflow: hidden;
}
.offer .offer-image {
    display: block;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.offer .offer-content {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}
.offer .offer-content .heading1 + .text2 {
    margin-top: 28px;
}
.offer .offer-content .text2 p + p {
    margin-top: 20px;
}
.link-block {
    font-size: 0;
}
.offer .offer-content .link-block {
    margin-top: 68px;
}
.link-block .button + .link {
    margin-left: 24px;
}
.example {
    padding: 38px;
}
.promo-example {
    padding-bottom: 0;
}
.example .row {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
.example .col-6 {
    background: #FAFAFA;
}
.example .col-6:first-of-type {
    padding: 40px 31px 40px 38px;
    z-index: 1;
}
.example .col-6:last-of-type {
    padding: 40px 100px 40px 7px;
}
.example .heading1 + .text2 {
    margin-top: 40px;
}
.example .text2 p + p {
    margin-top: 30px;
}
.example .list li a {
    color: #EF6128;
    border-bottom: 1px solid #EF6128;
}
.slide {
    position: relative;
}
.slide .text2 {
    margin-top: 3px;
}
.slide .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.slide .table {
    margin-top: 23px;
}
.example .heading-block {
    min-height: auto;
    background: none;
    padding: 0;
}
.example .slider + .heading2 {
    margin-top: 30px;
}
.example .heading1 + .list, .example .heading-block + .list {
    margin-top: 38px;
}
.example .heading2 + .list {
    margin-top: 20px;
}
.example .text1 + .list {
    margin-top: 38px;
}
.example .text2 + .table {
    margin-top: 13px;
}
.example .list + .text1 {
    margin-top: 48px;
}
.example .list {
    padding-right: 100px;
}
.example .link-block {
    margin-top: 48px;
}
.table-block + .table-block {
    margin-top: 20px;
}
.advantages {
    padding: 38px;
}
.advantages .container {
    background: #fff;
    padding: 19px 19px 0;
}
.advantages .row {
    margin: 70px 0 0 38px;
}
.other-advantages .row {
    margin: 51px -19px -19px;
}
.advantages .col-4 {
    padding-right: 58px;
    margin-bottom: 58px;
}
.other-advantages .col-6 {
    padding: 19px;
}
.other-advantages .col-6:nth-of-type(2) {
    order: 1;
}
.other-advantages .col-6:nth-of-type(3) {
    order: 0;
}
.other-advantages .col-6:nth-of-type(4) {
    order: 2;
}
.advantages .advantage {
    display: table;
}
.advantages .advantage .icon {
    display: table-cell;
    vertical-align: top;
}
.advantages .advantage .text {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 20px;
}
.advantages .advantage .text2 p + p {
    margin-top: 10px;
}
.obtain-credit {
    padding: 38px;
}
.steps {
    background: url(../images/path.svg) 50% 0% no-repeat;
    padding: 0 70px;
    margin-top: 70px;
}
.steps:after {
    content: '';
    display: block;
    clear: both;
}
.step {
    display: table;
    height: 100%;
    background: #FAFAFA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    padding: 26px 36px;
}
.steps .step {
    max-width: 460px;
    min-height: 132px;
    float: left;
    margin-bottom: 58px;
}
.steps .step2, .steps .step3 {
    float: right;
}
.steps .step1 {
    margin-left: 70px;
}
.steps .step3 {
    margin-right: 70px;
}
.step .number {
    display: table-cell;
    vertical-align: middle;
}
.step .text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
}
.step .text strong {
    font-size: 18px;
    line-height: 22px;
}
.step .text h3 + p {
    margin-top: 10px;
}
.heading-block.without-label {
    background-size: auto;
    background-position: 0 50%;
    min-height: auto;
}
.steps + .heading-block {
    display: inline-flex;
    display: -webkit-inline-flex;
    margin: -28px 0 -30px 70px;
}
.documents {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 53px 100px 19px;
    text-align: center;
}
.documents .col-6 {
    padding-bottom: 33px;
}
.documents .col-6:first-of-type {
    padding-right: 15px;
}
.documents .col-6:last-of-type {
    padding-left: 15px;
}
.documents img {
    width: 100%;
    height: auto;
}
.documents .text2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
}
.cancel-credit {
    padding: 38px;
}
.cancel-credit .container {
    background: linear-gradient(to right, #fff 0%, #fff 60%, #FAFAFA 60%, #FAFAFA 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 60%, #FAFAFA 60%, #FAFAFA 100%);
}
.cancel-credit .col-5 {
    padding: 58px 0 38px 58px;
}
.cancel-credit .list li + li {
    margin-top: 30px;
}
.cancel-credit .list li:before, .editor ul li:before {
    top: 0;
    margin-top: 0;
}
.cancel-credit .list li:after, .editor ul li:after {
    display: none;
}
.cancel-credit .list li strong {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.cancel-credit .list li a {
    color: #EF6128;
    border-bottom: 1px solid #EF6128;
}
.cancel-credit img {
    position: relative;
    width: calc(100% + 76px);
    height: auto;
    margin: -38px;
}
.navbar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    margin-bottom: 0;
}
.navbar.navbar-open {
    pointer-events: auto;
}
.navbar .navbar-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(250, 250, 250, .6);
    opacity: 0;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.navbar.navbar-open .navbar-overlay {
    opacity: 1;
}
.navbar .navbar-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    left: 100vw;
    width: 100%;
    max-width: 388px;
    height: 100%;
    background: #FAFAFA;
    padding: 0px 38px 38px 70px;
    text-align: right;
    overflow-y: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    justify-content: flex-start;
}
.navbar.navbar-open .navbar-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.navbar .navbar-content .menu li {
    display: block;
}
.navbar .navbar-content .menu li + li {
    margin: 20px 0 0;
}
.navbar .navbar-content .menu li a {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 24px;
    color: #EF6128;
}
.navbar .navbar-content .menu + .button {
    margin-top: 58px;
}
.navbar .navbar-content .button {
    min-width: 270px;
    min-height: 40px;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 22px;
}
.navbar .navbar-content .button + .lang {
    margin: 38px 0 0;
}
.navbar .navbar-content .lang li {
    width: 140px;
    height: 50px;
}
.navbar .navbar-content .lang li a {
    font-size: 1.4em;
    line-height: 22px;
}
.help {
    padding: 70px 38px;
}
.accordion {
    padding: 0 38px;
    margin-top: 38px;
}
.accordion .accordion-block + .accordion-block {
    margin-top: 20px;
}
.heading1 + .accordion-block, .accordion-block + .heading1 {
    margin-top: 38px;
}
.accordion .accordion-block .text1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    min-height: 90px;
    padding: 19px 93px 19px 38px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    z-index: 1;
}
.accordion .accordion-block.accordion-open .text1 {
    cursor: default;
}
.accordion .accordion-block .text1:before {
    content: '';
    display: block;
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -2px;
    width: 17px;
    height: 4px;
    background: #EF6128;
}
.accordion .accordion-block .text1:after {
    content: '';
    display: block;
    position: absolute;
    right: 44px;
    top: 50%;
    margin-top: -8.5px;
    width: 4px;
    height: 17px;
    background: #EF6128;
    opacity: 1;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.accordion .accordion-block.accordion-open .text1:after {
    opacity: 0;
}
.accordion .accordion-block .text2 {
    display: none;
    background: #FAFAFA;
    padding: 28px 55px 23px 38px;
    margin-top: -5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}
.accordion .accordion-block:first-of-type .text2 {
    display: block;
}
.accordion .accordion-block .text2 a {
	color: #EF6128;
    border-bottom: 1px solid #EF6128;
}
.accordion .accordion-block .text2 img {
	max-width: 500px;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.accordion .accordion-block p + p, .accordion .accordion-block p + ul, .accordion .accordion-block ul + p {
	margin-top: 23px;
}
.accordion .accordion-block ul {
    list-style: disc outside;
    padding-left: 23px;
}
.accordion .accordion-block ul li + li {
    margin-top: 11.5px;
}
.map {
    position: relative;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    padding: 58px 38px;
    text-align: center;
}
.map .heading1 + .text2 {
    margin-top: 16px;
}
.areas {
    margin-top: 58px;
}
.areas svg {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.areas .area {
    cursor: pointer;
}
.areas .area mask + path {
    transition: fill .25s ease;
    -webkit-transition: fill .25s ease;
}
.areas .area mask + path:first-of-type {
    fill: transparent;
}
.areas .area:hover mask + path:first-of-type, .areas .area.current-area path:first-of-type {
    fill: #fff;
}
.filters {
    display: none;
    background: #FAFAFA;
    margin: 0 -19px;
    padding: 38px 19px 0;
}
.filters .filter {
    background: #fff;
    padding: 19px;
    margin-top: 24px;
    text-align: left;
}
.filters .filter .hint-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.filters .filter .hint-text {
    font-size: 14px;
    line-height: 17px;
}
.filters .filter .hint-heading + .hint-text {
    margin-top: 13px;
}
.departments {
    padding: 38px;
}
.departments .table {
    margin-top: 38px;
    padding: 0 38px;
}
.departments table td {
    width: 25%;
    background: #fff;
    padding: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
}
.departments table td:first-of-type {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    text-align: left;
}
.departments table td:last-of-type {
    width: 50%;
    text-align: left;
}
.departments table tr:nth-of-type(odd) td {
    background: #F2F2F2;
}
.offices {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, #E50F3C 0%, #EB4130 100%);
    background: -webkit-linear-gradient(0deg, #E50F3C 0%, #EB4130 100%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.offices.offices-active {
    opacity: 1;
    visibility: visible;
}
.offices .office {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 28px 100px 38px 38px;
    text-align: left;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.offices .office.default-office {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.offices .office.current-office, .offices .office.default-office {
    opacity: 1;
    visibility: visible;
}
.offices .office .close {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 40px;
    padding: 0 10px 0 15px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.offices .office .close span {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.offices .office .close span + svg {
    margin-left: 5px;
}
.offices .office .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -82px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #EF6128;
    background-image: url(../images/hand-prev.svg);
    background-position: 50% 50%;
    background-size: 40px auto;
    background-repeat: no-repeat;
}
.offices .office .slick-slide:first-of-type .icon {
    background-image: url(../images/hand-next.svg);
}
.offices .office .slick-slide:last-of-type .icon {
    background-image: url(../images/hand-prev.svg);
}
.offices .office .photo {
    width: 270px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.offices .office .photo + .address {
    margin-top: 24px;
}
.offices .office .address {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    color: #fff;
    padding-right: 100px;
}
.offices .office .address + .info {
    margin-top: 24px;
}
.offices .office .info {
    padding-right: 100px;
}
.offices .office .info li {
    font-size: 0;
}
.offices .office .info li + li {
    margin-top: 16px;
}
.offices .office .info li svg {
    width: 22px;
    display: inline-block;
    vertical-align: top;
}
.offices .office .info li span, .offices .office .info li a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.offices .office .info li span {
    width: calc(100% - 22px);
    padding: 2px 0 0 15px;
}
.offices .office .info li a {
    border-bottom: none;
    margin: 2px 0 0 15px;
}
.offices .office .info + .options {
    margin-top: 40px;
}
.offices .office .options {
    font-size: 0;
}
.offices .office .options .direction {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    min-height: 50px;
    padding: 0 20px;
    background: #fff;
}
.offices .office .options .direction span {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.offices .office .options .direction span + svg {
    margin-left: 10px;
}
.offices .office .options .timetable {
    max-width: 240px;
    min-height: 50px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    vertical-align: middle;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .3);
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.offices .office .options .direction + .timetable {
    margin-left: 15px;
}
.dropdown {
    position: relative;
    margin-top: 24px;
}
.dropdown .dropdown-label {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 38px 0 15px;
    border: 1px solid #000;
    cursor: pointer;
}
.dropdown .dropdown-label span {
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .6);
}
.dropdown .dropdown-label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.dropdown .dropdown-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0 7.5px 0 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.dropdown.dropdown-open .dropdown-list {
    opacity: 1;
    visibility: visible;
}
.dropdown .dropdown-list ul {
    margin: 15px 0;
    padding-right: 12.5px;
    max-height: 260px;
    overflow-y: auto;
}
.dropdown .dropdown-list ul::-webkit-scrollbar {
    width: 5px;
}
.dropdown .dropdown-list ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
}
.dropdown .dropdown-list ul::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
}
.dropdown .dropdown-list li {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.dropdown .dropdown-list li + li {
    margin-top: 13px;
}
.fixed-button {
    min-width: 230px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    position: fixed;
    right: 38px;
    top: 126px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
}
.fixed-button.bottom {
    top: auto;
    bottom: 20px;
}
.fixed-button.fixed-show {
    opacity: 1;
    visibility: visible;
}
.policy {
    padding: 70px 38px;
}
.editor {
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 38px 100px 38px 38px;
    margin: 38px 100px 0;
}
.editor p, .editor ul li {
    font-size: 18px; 
    line-height: 22px;
    color: #000;
}
.editor p + p, .editor p + ul, .editor ul + p {
    margin-top: 32px;
}
.information {
    padding: 38px 100px;
}
.information .row {
    padding: 38px;
}
.information .row:first-of-type {
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.information .row + .row {
    margin-top: 19px;
}
.information .col-6:first-of-type {
    padding-right: 38px;
}
.information .col-6:last-of-type {
    padding-left: 38px;
}
.information .col-6 + .col-6:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -19px;
    bottom: -19px;
    width: 1px;
    background: rgba(0, 0, 0, .15);
}
.information p, .information ul li {
    font-size: 1em;
    line-height: 22px;
    color: #000;
}
.information p + p, .information p + ul, .information ul + p {
    margin-top: 32px;
}
.information ul {
    list-style: disc inside;
}
.information ul li + li {
    margin-top: 24px;
}
.heading-block + .downloads,
.heading-block + .b_downloads {
    margin-top: 38px;
}
.downloads,
.b_downloads.styled {
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 9.5px;
    margin: -9.5px;
    /*font-size: 0;*/
}
.downloads .download,
.b_downloads.styled .download {
    min-height: 90px;
    vertical-align: middle;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin: 9.5px;
    background: linear-gradient(270deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(180deg, #E82238 0%, #F38D1D 100%);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.downloads .download a,
.b_downloads.styled .download a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    font-size: 1.125em;
    line-height: 19px;
    color: #fff;
    padding: 19px;
    text-align: center;
}

.slider {
    user-select: text;
    -webkit-user-select: text;
    margin: 0 -7px;
}
.office-slider {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 -19px;
}
.slider .slick-list {
    overflow: visible;
}
.slider .slick-slide {
    font-size: 0;
    outline: none;
    opacity: .5;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.slider .slick-slide {
    margin: 0 7px;
}
.office-slider .slick-slide {
    margin: 0 19px;
}
.slider .slick-current {
    opacity: 1;
}

.wpcf7-form {
    position: relative;
}
.wpcf7-acceptance {
    display: block;
}
.wpcf7-list-item {
    position: relative;
    display: block!important;
    margin: 0!important;
    text-align: center;
}
.wpcf7-list-item input {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 100%;
    border: none;
    padding: 0;
    opacity: 0;
    z-index: 3;
}
.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #797979;
    user-select: none;
    -webkit-user-select: none;
}
.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 2px;
    background: transparent;
    border: 1px solid rgba(239, 97, 40, .2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}
.wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 7px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNyA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDIuNUwzLjUgNUw2LjUgMC41IiBzdHJva2U9IiNFRjYxMjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center/contain no-repeat;
    z-index: 2;
    opacity: 0;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.wpcf7-list-item-label a {
    position: relative;
    z-index: 3;
    color: #EF6128;
    border-bottom: 1px solid #EF6128;
}
div.wpcf7 .ajax-loader {
    display: none!important;
}
div.wpcf7-response-output {
    display: none!important;
    padding: 0!important;
    margin: 5px 0 0!important;
    border: none!important;
    font-size: 12px;
    line-height: 15px;
}
.wpcf7-form.sent div.wpcf7-response-output {
    max-width: 600px;
    display: block !important;
    color: #40D87D;
    border: 1px solid #40D87D !important;
    margin: 30px auto !important;
    padding: 10px !important;
    text-align: center;
}
.pay-intro div.wpcf7-response-output {
    height: 60px;
    display: flex!important;
    display: -webkit-flex!important;
    align-items: center;
    margin: 0!important;
    position: absolute;
    left: 280px;
    bottom: 0;
    color: rgba(0, 0, 0, .6);
}
.pay-intro div.wpcf7-response-output.hidden {
    display: none!important;
}
.pay-intro div.wpcf7-validation-errors {
    padding-left: 76px!important;
}
.pay-intro div.wpcf7-validation-errors:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -16px;
    border: 2px solid #E24922;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pay-intro div.wpcf7-validation-errors:after {
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    position: absolute;
    left: 44px;
    top: 50%;
    margin-top: -8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDQgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuMDYwODAwMSAwLjcxOTk5OEgzLjg1NTJMMy4yMjI4IDEwLjA0MjhIMC42OTMyTDAuMDYwODAwMSAwLjcxOTk5OFpNMS45NTggMTUuMTYzMkMxLjQwMDQgMTUuMTYzMiAwLjkzMTIgMTQuOTg2NCAwLjU1MDQgMTQuNjMyOEMwLjE4MzIgMTQuMjY1NiAtMC4wMDAzOTk4NzUgMTMuODIzNiAtMC4wMDAzOTk4NzUgMTMuMzA2OEMtMC4wMDAzOTk4NzUgMTIuNzkgMC4xODMyIDEyLjM2MTYgMC41NTA0IDEyLjAyMTZDMC45MTc2IDExLjY2OCAxLjM4NjggMTEuNDkxMiAxLjk1OCAxMS40OTEyQzIuNTI5MiAxMS40OTEyIDIuOTk4NCAxMS42NjggMy4zNjU2IDEyLjAyMTZDMy43MzI4IDEyLjM2MTYgMy45MTY0IDEyLjc5IDMuOTE2NCAxMy4zMDY4QzMuOTE2NCAxMy44MjM2IDMuNzI2IDE0LjI2NTYgMy4zNDUyIDE0LjYzMjhDMi45NzggMTQuOTg2NCAyLjUxNTYgMTUuMTYzMiAxLjk1OCAxNS4xNjMyWiIgZmlsbD0iI0UyNDkyMiIvPjwvc3ZnPg==) center/contain no-repeat;
}
.wpcf7-form .wpcf7-not-valid {
    border-color: #E24922;
}
.pay-intro .wpcf7-form .wpcf7-not-valid {
    border-color: rgba(0, 0, 0, .2);
}
.wpcf7-form.sent input, .wpcf7-form.sent textarea {
    border-color: #40D87D;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap.valid:after {
    content: '';
    display: block;
    width: 25px;
    height: 28px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNSAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxNC40NjE1TDExLjI1NjQgMjZMMjQuMDc2OSAxIiBzdHJva2U9IiM1MEVGMjgiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) center/contain no-repeat;
}
.wpcf7-form-control-wrap.valid input {
    padding-right: 85px;
}
span.wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    color: #E24922;
}
.pay-intro span.wpcf7-not-valid-tip {
    display: none!important;
}
.other-intro .wpcf7-list-item {
    text-align: left;
}
.other-intro .wpcf7-list-item-label {
    padding-left: 30px;
    font-weight: 500;
    color: #fff;
}
.other-intro .wpcf7-list-item-label:before {
    width: 14px;
    height: 14px;
    top: 6px;
    border: 2px solid rgba(255, 255, 255, .6);
}
.other-intro .wpcf7-list-item-label:after {
    width: 10px;
    height: 9px;
    left: 4px;
    top: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNUw0LjY0NDUxIDkuMDA4OTZDNS4wOTQxNyA5LjUwMzU5IDUuODkzMTggOS40MjYyNiA2LjIzOTY0IDguODU0NTlMMTEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center/contain no-repeat;
}
.other-intro .wpcf7-list-item-label a {
    color: rgba(255, 255, 255, .6);
    border-bottom-color: rgba(255, 255, 255, .6);
}
.other-intro div.wpcf7-response-output {
    margin: 20px 0 0!important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

/* calculator start */
.b_calc_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.b_calc_subtitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.b_calc_row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (max-width: 1199px) {
	.b_calc_row {
		display: block;
	}
}
.b_calc_col {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1199px) {
	.b_calc_col {
		display: block;
		max-width: none;
	}
}
.b_calc_actions {
    margin-bottom: 30px;
}
.b_calc_actions .btn {
    min-width: 200px;
    font-weight: 400;
    color: #EB4130;
    background-color: transparent;
    border: 2px solid #EB4130;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none !important;
    cursor: pointer;
}
@media (max-width: 600px) {
    .b_calc_actions .btn {
        min-width: 150px;
    }
}
@media (max-width: 480px) {
    .b_calc_actions .btn {
        min-width: 125px;
    }
}
.b_calc_actions .btn.active {
    color: #fff;
    background-color: #EB4130;
}
.periodicity_button + .periodicity_button {
    margin-left: 30px;
}
@media (max-width: 600px) {
    .periodicity_button + .periodicity_button {
        margin-left: 10px;
    }
}
.b_calc_sliders {
	border-right: 2px solid #F7F7F7;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 35px;
}
@media (max-width: 1199px) {
	.b_calc_sliders {
		border-right: none;
		padding-right: 15px;
	}
}
.b_calc_slider_title {
	font-size: 14px;
	font-weight: 700;
	color: #797979;
	margin-bottom: 30px;
	text-align: center;
}
.b_calc_slider_title span {
  	font-size: 18px;
	line-height: 22px;
	color: #EF6128;
	white-space: nowrap;
}
.b_calc_slider {
	position: relative;
	padding-bottom: 50px;
}
.b_calc_slider .b_calc_slider_pos {
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	color: #EF6128;
	border: none;
	margin-top: 30px;
    white-space: nowrap;
	position: absolute;
	top: 0;
	z-index: 2;
}
.b_calc_slider .b_calc_slider_pos.pos_min {
	left: 0;
}
.b_calc_slider .b_calc_slider_pos.pos_max {
	right: 0;
}
.b_calc_slider .ui_slider {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	  -ms-flex-positive: 1;
	      flex-grow: 1;
	height: 6px;
	background: #EB4130;
	border: none;
	-webkit-border-radius: 0;
          border-radius: 0;
}
.b_calc_slider .ui-slider-handle {
	width: 40px;
	height: 40px;
	background-color: #EF6128;
	border: 10px solid #fafafa;
	-webkit-border-radius: 50%;
	      border-radius: 50%;
	outline: none !important;
	margin-top: -17px;
	margin-left: -20px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,.2);
}
.b_calc_slider .ui-slider-range {
	background: #EB4130;
}
.b_calc_result {
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.b_calc_result {
		text-align: center;
	}
}
.b_calc_result_item + .b_calc_result_item {
	margin-top: 20px;
}
@media (max-width: 1199px) {
	.b_calc_result_item + .b_calc_result_item {
		margin-top: 10px;
	}
}
.b_calc_result_title {
	font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #797979;
}
.b_calc_result_value {
  	font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #797979;
}
.b_calc_result_value span {
	font-size: 18px;
    line-height: 22px;
    color: #EF6128;
    margin-left: 4px;
    white-space: nowrap;
}
.b_calc .o_button_wrap {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}
.b_calc .o_button {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
	justify-content: center;
    width: 100%;
    min-height: 40px;
    background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
    background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
}
/* calculator end */

/* pozcalc start */
.b_pozcalc {
    max-width: 600px;
    font-size: 1em;
    color: #333;
    margin-left: auto;
    margin-right: auto;
}
.b_pozcalc_title {
    margin-bottom: 25px;
    text-align: center;
}
.b_pozcalc_subtitle {
    margin-bottom: 25px;
    text-align: center;
}
.b_pozcalc_actions {
    margin-bottom: 25px;
}
.b_pozcalc_actions_title {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.b_pozcalc_actions_buttons {
    display: flex;
    vertical-align: middle;
    position: relative;
}
.b_pozcalc_actions_buttons button {
    flex: 1 1 0;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none !important;
    cursor: pointer;
}
@media (max-width: 480px) {
  .b_pozcalc_actions_buttons button {
    font-size: 13px;
  }
}
.b_pozcalc_actions_buttons button:hover {
    color: #f17b2b;
}
.b_pozcalc_actions_buttons button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}
.b_pozcalc_actions_buttons button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.b_pozcalc_actions_buttons button.active {
    color: #f17b2b;
    border-color: #f17b2b;
    z-index: 1;
}
.b_pozcalc_sliders {
    
}
.b_pozcalc_slider_title {
    font-weight: 600;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 10px 18px 10px;
    text-align: center;
}
.b_pozcalc_slider_title span {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #f17b2b;
    white-space: nowrap;
    margin-left: 10px;
}
.b_pozcalc_slider {
    position: relative;
    padding-bottom: 40px;
}
.b_pozcalc_slider .b_pozcalc_slider_pos {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #f17b2b;
    border: none;
    margin-top: 20px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    z-index: 2;
}
.b_pozcalc_slider .b_pozcalc_slider_pos.pos_min {
    left: 0;
}
.b_pozcalc_slider .b_pozcalc_slider_pos.pos_max {
    right: 0;
}
.b_pozcalc_slider .ui_slider {
    flex-grow: 1;
    height: 4px;
    background: #dbdbdb;
    border: none;
    border-radius: 0;
}
.b_pozcalc_slider .ui-slider-handle {
    width: 28px;
    height: 28px;
    background-color: #e92e35;
    border: none;
    border-radius: 50%;
    outline: none !important;
    margin-top: -9px;
    margin-left: -14px;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.2);
}
.b_pozcalc_slider .ui-slider-handle:before {
    content: '';
    width: 7px;
    height: 12px;
    border-left: 2px solid rgba(255,255,255,.7);
    border-right: 2px solid rgba(255,255,255,.7);
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.b_pozcalc_slider .ui-slider-range {
    background: #f17b2b;
}
.b_pozcalc_order_button {
    margin-bottom: 15px;
}
.b_pozcalc_order_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    background: #e92e35;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
}
.b_pozcalc_result {
    display: table;
    width: 100%;
}
.b_pozcalc_result_item {
    display: table-row;
}
.b_pozcalc_result_item > div {
    display: table-cell;
    padding: 5px 0;
}
.b_pozcalc_result_item:last-child > div {
    border-bottom: none;
}
.b_pozcalc_result_item > div:last-child {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.b_pozcalc_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.2;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.b_pozcalc_links > div {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    text-align: center;
}
.b_pozcalc_links a,
.b_pozcalc_links button {
    font-size: 12px;
    border: 0 !important;
    outline: 0;
    padding: 0;
    text-decoration: underline !important;
    text-wrap: wrap;
}
.calc_calculations {
    font-size: 12px;
}
.calc_calculations_title {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.calc_calculations_item {
    margin-bottom: 30px;
}
.calc_calculations_subtitle {
    margin-bottom: 10px;
    text-align: center;
}
.calc_calculations_table {
    margin-bottom: 10px;
}
/* pozcalc end */

/* pozcalc2 start */
.b_pozcalc2 {
    max-width: 600px;
    font-size: 14px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
}
.b_pozcalc2_title {
    margin-bottom: 25px;
    text-align: center;
    background-color: #d9e9c7;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
    font-size: 20px;
}
@media (max-width: 767px) {
    .b_pozcalc2_title {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.b_pozcalc2_subtitle {
    margin-bottom: 25px;
    text-align: center;
}
.b_pozcalc2_amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
@media (max-width: 480px) {
    .b_pozcalc2_amount {
        font-size: 14px;
    }
}
.b_pozcalc2_amount strong {
    font-size: 26px;
}
@media (max-width: 480px) {
    .b_pozcalc2_amount strong {
        font-size: 20px;
    }
}
.b_pozcalc2_order_button {
    margin-bottom: 15px;
}
.b_pozcalc2_order_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    background: #feab30;
    border: none;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 0 12px;
    -webkit-appearance: none;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .b_pozcalc2_order_button a {
        font-size: 16px;
    }
}
.b_pozcalc2_result {
    display: table;
    width: 100%;
}
.b_pozcalc2_result_item {
    display: table-row;
}
.b_pozcalc2_result_item > div {
    display: table-cell;
    padding: 5px 0;
}
.b_pozcalc2_result_item:last-child > div {
    border-bottom: none;
}
.b_pozcalc2_result_item > div:last-child {
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}
.b_pozcalc2_rate {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}
@media (max-width: 480px) {
    .b_pozcalc2_rate {
        font-size: 16px;
    }
}
.b_pozcalc2_links_title {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.b_pozcalc2_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.2;
}
.b_pozcalc2_links > div {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    text-align: center;
}
.b_pozcalc2_links a,
.b_pozcalc2_links button {
    font-size: 13px;
    border: 0 !important;
    outline: 0;
    padding: 0;
    text-decoration: underline !important;
    text-wrap: wrap;
    color: #f16437;
}
/* pozcalc2 end */

.text-center {
    text-align: center;
}
.contacts {
    padding: 72px 38px 50px;
}
.contact-center {
    padding: 40px 68px 68px;
}
.contact-center .heading2 strong {
    color: #F39241;
}
.contact-center .text1 {
    margin-top: 16px;
}
.contact-center .text1 a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.contact-center .text2 {
    font-weight: 500;
    margin-top: 6px;
}
.contact-form {
    background: #FAFAFA;
    padding: 55px 25% 85px 68px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
.contact-form .form {
    max-width: 100%;
    margin: 15px 0 0;
}
.contact-form .form form {
    font-size: 0;
}
.contact-form .form .form-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.contact-form .form .form-group1 {
    padding-right: 5px;
}
.contact-form .form .form-group2 {
    padding-left: 5px;
}
.contact-form .form .form-block + .form-block {
    margin-top: 20px;
}
.contact-form .form .submit-block {
    margin-top: 20px;
}
.contact-form .form input {
    min-height: 60px;
    background: #F2F2F2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 22px;
}
.contact-form .form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
}
.contact-form .form input::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    opacity: 1;
}
.contact-form .form select {
    display: none;
}
.contact-form .form input[type="submit"] {
    max-width: 310px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(360deg, #EB4130 0%, #FAD00D 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
}
.contact-info {
    margin-top: 32px;
}
.contact-info .col-8 {
    padding-left: 38px;
}
.contact-info .emails {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.contact-info .list {
    margin-top: 33px;
}
.contact-info .list li {
    font-size: 1em;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0, 0, 0, .6);
}
.contact-info .list li:before {
    top: 0;
    margin-top: 0;
}
.contact-info .list li:after {
    display: none;
}
.contact-info .list li a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.contact-info .address {
    height: 100%;
    padding: 94px 50px;
    background: #FAFAFA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.contact-info .address .heading2 {
    font-weight: normal;
}
.contact-info .address .text2 {
    font-weight: 500;
    margin-top: 56px;
}
.contact-info .address .text2 p + p {
    margin-top: 19px;
}
.contact-info .address .text2 a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.contact-info .address .text2 strong {
    font-weight: 500;
    color: #000;
}
.other-footer {
    background: #FAFAFA;
}
.other-footer .col-6:first-of-type {
    padding: 48px 48px 96px 0;
}
.other-footer .col-6:last-of-type {
    padding: 48px 0 96px 48px;
}
.footer .other-button {
    margin-left: 15px;
    margin-bottom: 68px;
    min-width: 310px;
    min-height: 50px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(360deg, #EB4130 0%, #FAD00D 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 48px;
}
.other-footer .text {
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .7);
}
.footer .text:first-of-type:after {
    background: rgba(84, 114, 182, .15);
}
.other-footer .text2 p + p {
    margin-top: 19px;
}
.other-footer .text2 strong {
    font-weight: 500;
}
.other-footer .text2 a {
    color: #F39241;
    border-bottom: 1px solid #F39241;
}
.select {
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}
.select .select-label {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 60px;
    padding: 0 58px 0 24px;
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .3);
    white-space: nowrap;
    z-index: 2;
    cursor: pointer;
    transition: border-color .25s ease;
    -webkit-transition: border-color .25s ease;
}
.select .select-label.chosen {
    color: #797979;
}
.select .select-label.invalid {
    border-color: #E24922;
}
.wpcf7-form.sent .select .select-label {
    border-color: #40D87D;
}
.select .select-label:after {
    content: '';
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3C3536;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -3px;
}
.select .select-options {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 79px 24px 19px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.select-open .select-options {
    opacity: 1;
    pointer-events: auto;
}
.select .select-options li {
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    cursor: pointer;
}
.select .select-options .selected {
    pointer-events: none;
}
.select .select-options li + li {
    margin-top: 12px;
}
.contacts div.wpcf7-response-output {
    margin: 20px 0 0!important;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width: 1919px) {
    .intro {
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 1439px) {
    .button {
        min-width: 120px;
    }
    .fixed-button {
        min-width: 230px;
    }
}

@media screen and (max-width: 1365px) {
    .menu li + li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .header .middle, .header .button, .header .lang {
        display: none;
    }
    .header {
        padding-left: 38px;
    }
    .intro {
        background: linear-gradient(90deg, #E82238 0%, #F38D1D 100%);
        background: -webkit-linear-gradient(0deg, #E82238 0%, #F38D1D 100%);
        height: auto;
        padding: 58px 38px;
    }
    .other-intro {
        padding: 38px 38px 0;
    }
    .intro:before, .intro:after {
        display: none;
    }
    .intro .container {
        display: block;
        z-index: auto;
        margin-bottom: 0;
    }
    .intro .col-5 {
        padding: 0 38px 0 0;
    }
    .other-intro .col-5 {
        flex-basis: 40%;
        max-width: 40%;
        padding: 0;
    }
    .pay-intro .heading1 {
        font-size: 32px;
        line-height: 38px;
    }
    .pay-intro .col-7 {
        padding: 0;
    }
    .other-intro .col-7 {
        flex-basis: 60%;
        max-width: 60%;
        padding: 0 0 38px;
    }
    .calculation .col-6 {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .calculation .col-6:first-of-type {
        padding-right: 0;
        border-right: none;
    }
    .calculation .col-6:last-of-type {
        padding: 0;
        text-align: center;
    }
    .calculation .col-6 + .col-6 {
        margin-top: 30px;
    }
    .range-block + .range-block {
        margin-top: 30px;
    }
    .pay-intro .form {
        padding: 38px;
    }
    .offer {
        margin-left: 0;
    }
    .offer .col-5, .offer .col-7 {
        flex: 0 1 50%;
        max-width: 50%;
    }
    .offer .offer-content {
        padding: 0 38px;
    }
    .offer .offer-content .link-block {
        margin-top: 48px;
    }
    .example .col-6 {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .example .col-6:first-of-type {
        padding: 38px 38px 19px;
    }
    .example .col-6:last-of-type {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        padding: 19px 100px 38px 38px;
    }
    .promo-example .col-6:last-of-type {
        padding-right: 38px;
    }
    .example .slider {
        order: 3;
        margin-top: 38px;
    }
    .example .slider + .heading2 {
        margin-top: 0;
    }
    .example .heading2 {
        order: 1;
    }
    .example .list {
        order: 2;
    }
    .table-block + .table-block {
        margin-top: 24px;
    }
    .advantages .row {
        margin-top: 58px;
    }
    .advantages .col-4 {
        margin-bottom: 38px;
        padding-right: 38px;
    }
    .steps {
        background-size: 736px auto;
        padding: 0;
        margin-top: 58px;
    }
    .steps .step {
        max-width: calc(50% - 19px);
        margin-bottom: 38px;
    }
    .steps .step1 {
        margin-left: 0;
    }
    .steps .step3 {
        margin-right: 0;
    }
    .steps + .heading-block {
        margin: 0px 0 -30px 38px;
    }
    .documents {
        padding: 53px 76px 19px;
    }
    .cancel-credit .container {
        background: #fff;
    }
    .cancel-credit .col-5 {
        padding: 38px 0 38px 38px;
    }
    .cancel-credit img {
        margin: 0 -38px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .footer .col-6:first-of-type {
        padding: 58px 38px 38px 0;
    }
    .footer .col-6:last-of-type {
        padding: 58px 0 38px 38px;
    }
    .offices {
        max-width: 75%;
    }
    .editor {
        padding: 38px;
    }
    .information {
        padding: 38px 0;
    }
    .contact-center {
        padding: 40px 38px 68px;
    }
    .contact-form {
        padding: 55px 38px 85px;
    }
    .contact-info .address {
        padding: 94px 38px;
    }
    .other-footer .col-6:first-of-type {
        padding: 48px 19px 96px 0;
    }
    .other-footer .col-6:last-of-type {
        padding: 48px 0 96px 19px;
    }
}

@media screen and (max-width: 1023px) {
    .other-intro {
        padding: 38px;
    }
    .intro .col-5, .intro .col-7 {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .intro .col-5 {
        padding: 0 76px;
        text-align: center;
    }
    .other-intro .col-5 {
        display: none;
    }
    .other-intro .col-7 {
        padding: 0;
    }
    .intro .col-5 + .col-7 {
        margin-top: 38px;
    }
    .other-intro .form {
        max-width: 100%;
    }
    .offer .col-5, .offer .col-7 {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .offer .offer-image {
        height: 692px;
        border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
    }
    .offer .offer-content {
        padding: 38px;
    }
    .example .list + .text1 {
        margin-top: 38px;
    }
    .example .link-block {
        margin-top: 38px;
    }
    .advantages .row {
        margin-left: 0;
    }
    .other-advantages .row {
        margin-left: -19px;
    }
    .advantages .col-4 {
        flex: 0 1 50%;
        max-width: 50%;
    }
    .other-advantages .col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .steps {
        background-size: 636px auto;
    }
    .steps + .heading-block {
        margin: 0 0 -30px;
    }
    .documents {
        padding: 53px 38px 19px;
    }
    .number {
        font-size: 85px;
        line-height: 85px;
    }
    .cancel-credit .col-5, .cancel-credit .col-7 {
        flex: 0 1 50%;
        max-width: 50%;
    }
    .cancel-credit .col-5 {
        padding: 38px 38px 38px 19px;
    }
    .footer .col-6:first-of-type {
        padding: 58px 19px 38px 0;
    }
    .footer .col-6:last-of-type {
        padding: 58px 0 38px 19px;
    }
    .footer .links li a {
        padding: 0 15px;
    }
    .help {
        padding: 58px 38px;
    }
    .accordion {
        padding: 0;
    }
    .accordion .accordion-block .text2 img {
        max-width: 300px;
    }
    .offices {
        max-width: 100%;
    }
    .departments .heading br {
        display: none;
    }
    .departments .table {
        padding: 0;
    }
    .policy {
        padding: 58px 38px;
    }
    .editor {
        margin: 38px 0 0;
    }
    .information {
        padding: 38px 0 9.5px;
    }
    .information .row + .row {
        margin-top: 0;
    }
    .information .col-6 {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .information .col-6:first-of-type {
        padding-right: 0;
    }
    .information .col-6:last-of-type {
        padding-left: 0;
    }
    .information .col-6 + .col-6 {
        margin-top: 32px;
    }
    .information .col-6 + .col-6:before {
        display: none;
    }
    .contact-form .form .submit-block {
        width: calc(50% - 5px);
    }
    .contact-form .form input[type="submit"] {
        max-width: 100%;
    }
    .contact-info .col-4, .contact-info .col-8 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .contact-info .col-4 {
        padding-right: 19px;
    }
    .contact-info .col-8 {
        padding-left: 19px;
    }
}

@media screen and (max-width: 767px) {
    .pay-intro input {
        min-height: 40px;
        padding: 0 14px;
        font-size: 12px;
        line-height: 15px;
    }
    .other-intro input {
        min-height: 50px;
        font-size: 16px;
        line-height: 19px;
        padding: 0 19px;
    }
    .pay-intro input[type="submit"] {
        font-size: 16px;
        line-height: 19px;
    }
    .other-intro input[type="submit"] {
        min-height: 60px;
    }
    .other-intro .wpcf7-list-item label {
        overflow: hidden;
        padding-bottom: 1px;
    }
    table th, table td {
        padding: 10px;
    }
    .heading1, .pay-intro .heading1 {
        font-size: 22px;
        line-height: 27px;
    }
    .heading2 {
        font-size: 18px;
        line-height: 22px;
    }
    .text1 {
        font-size: 14px;
        line-height: 17px;
    }
    .label {
        display: none;
    }
    .header {
        padding: 10px 19px;
    }
    .logo img {
        width: auto;
        height: 40px;
    }
    .navbar {
        top: 60px;
    }
    .navbar .navbar-content {
        max-width: calc(100% - 38px);
        padding: 0px 19px 38px 38px;
    }
    .navbar .navbar-content .menu + .button {
        margin-top: 48px;
    }
    .navbar .navbar-content .button + .lang {
        margin-top: 28px;
    }
    .intro {
        padding: 19px;
    }
    .pay-intro {
        margin-bottom: 19px;
    }
    .other-intro {
        padding: 38px 19px;
    }
    .other-intro .container {
        text-align: center;
    }
    .intro .col-5 {
        padding: 0 19px;
    }
    .pay-intro .col-5 {
        padding: 0 38px;
    }
    .intro .col-5 + .col-7 {
        margin-top: 19px;
    }
    .intro .heading1 + .text1 {
        margin-top: 16px;
    }
    .other-intro .heading1 {
        font-size: 30px;
        line-height: 37px;
    }
    .other-intro .text1 {
        font-size: 18px;
        line-height: 22px;
    }
    .other-intro .heading1 + .text1 {
        margin-top: 10px;
    }
    .calculation {
        padding: 19px;
    }
    .calculation .col-6 + .col-6 {
        margin-top: 16px;
    }
    .calculation .text + .text {
        margin-top: 10px;
    }
    .range-block .range {
        padding: 8px 0 43px;
    }
    .range-block .text2 + .range {
        margin-top: 10px;
    }
    .range-block + .range-block {
        margin-top: 8px;
    }
    .numbers .text {
        font-size: 12px;
        line-height: 15px;
    }
    .numbers .value {
        font-size: 14px;
        line-height: 17px;
    }
    .numbers + .form {
        margin-top: 16px;
    }
    .pay-intro .form {
        padding: 19px;
    }
    .pay-intro .submit-block {
        margin-top: 10px;
    }
    .other-intro .form {
        text-align: left;
        margin-top: 30px;
    }
    .other-intro .form .form-group {
        padding: 15px;    
    }
    .other-intro .form .form-group .name-block, .other-intro .form .form-group .tel-block {
        display: block;
        width: 100%;
    }
    .other-intro .form .form-group .name-block {
        padding-right: 0;
    }
    .other-intro .form .form-group .tel-block {
        padding-left: 0;
    }
    .other-intro .form .form-group .tel-block, .other-intro .form .form-group .code-block, .other-intro .form .form-group .pass-block {
        margin-top: 15px;
    }
    .other-intro .form .acceptance-block {
        margin: 15px 0 0 15px;
    }
    .other-intro .form .submit-block {
        margin: 38px auto 0;
    }
    .offers {
        padding: 19px 19px 6px;
    }
    .heading-block {
        background-position: 0 50%;
        min-height: 100px;
        height: 100px;
        text-align: center;
        padding: 19px;
    }
    .example .heading-block {
        min-height: 100px;
        padding: 19px;
        background: url(../images/heading.svg) 50% 50%/cover no-repeat;
    }
    .example .heading-block .heading1 {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
    }
    .example .text1 {
        font-size: 18px;
        line-height: 22px;
    }
    .offer {
        margin: 19px 0 0;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .offer .col-5 + .col-7 {
        margin-top: 19px;
    }
    .offer .offer-image {
        height: 337px;
    }
    .offer .offer-content {
        padding: 0;
    }
    .offer .offer-content .heading1 + .text2 {
        margin-top: 24px;
    }
    .offer .offer-content .text2 p + p {
        margin-top: 16px;
    }
    .offer .offer-content .link-block {
        margin: 24px -13px 0;
    }
    .offer .offer-content .link-block .button, .offer .offer-content .link-block .link {
        margin: 0 13px 13px;
    }
    .example {
        padding: 19px 19px 0;
    }
    .example .row {
        overflow: visible;
    }
    .example .col-6 {
        background: transparent;
    }
    .example .col-6:first-of-type {
        padding: 0 0 19px;
    }
    .example .heading1 + .text2 {
        margin-top: 24px;
    }
    .example .text2 p + p {
        margin-top: 16px;
    }
    .example .col-6:last-of-type {
        flex: 0 1 calc(100% + 38px);
        max-width: calc(100% + 38px);
        padding: 19px 57px 19px 19px;
        margin: 0 -19px;
    }
    .promo-example .col-6:last-of-type {
        padding: 19px;
    }
    .list li + li {
        margin-top: 16px;
    }
    .list li:after {
        bottom: -35px;
    }
    .example .heading1 + .list {
        margin-top: 24px
    }
    .example .list + .text1 {
        margin-top: 24px;
    }
    .example .text1 + .list {
        margin-top: 24px;
    }
    .example .link-block {
        margin-top: 24px;
    }
    .example .list {
        padding-right: 0;
    }
    .example .slider {
        margin-top: 30px;
    }
    .slide .text2 {
        font-size: 12px;
        line-height: 15px;
    }
    .slide .icon svg {
        width: 20px;
        height: auto;
    }
    .slide .table {
        margin-top: 13px;
    }
    .slider {
        margin: 0 -9.5px;
    }
    .slider .slick-slide {
        margin: 0 9.5px;
    }
    .advantages {
        background: transparent;
        padding: 19px 19px 0;
    }
    .advantages .container {
        background: transparent;
        padding: 0;
    }
    .advantages .row {
        margin: 30px 0 0;
    }
    .other-advantages .col-6 {
        padding: 0;
    }
    .advantages .col-4 {
        flex: 0 1 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 30px;
    }
    .other-advantages .col-6 + .col-6 {
        margin-top: 9.5px;
    }
    .other-advantages .col-6:nth-of-type(2) {
        order: 0;
    }
    .other-advantages .col-6:nth-of-type(3) {
        order: 1;
    }
    .other-advantages .col-6:nth-of-type(4) {
        order: 2;
    }
    .other-advantages .col-6:last-of-type {
        margin-bottom: 30px;
    }
    .obtain-credit {
        padding: 0 19px 19px;
    }
    .steps {
        background: none;
        margin-top: 30px;
    }
    .step {
        padding: 19px;
    }
    .steps .step {
        max-width: 100%;
        min-height: auto;
        margin-bottom: 0;
        float: none;
    }
    .step + .step {
        margin-top: 9.5px;
    }
    .steps + .heading-block {
        margin: 19px 0;
    }
    .step .text strong {
        font-size: 16px;
        line-height: 19px;
    }
    .step .number {
        min-width: 60px;
        vertical-align: top;
        text-align: center;
    }
    .steps .step .number {
        vertical-align: middle;
    }
    .step .text {
        vertical-align: top;
        padding-top: 10px;
    }
    .steps .step .text {
        vertical-align: middle;
    }
    .documents {
        padding: 9.5px 0px;
    }
    .documents .col-6 {
        flex: 0 1 100%;
        max-width: 100%;
        padding-bottom: 0;
    }
    .documents .col-6:first-of-type {
        padding-right: 0;
    }
    .documents .col-6:last-of-type {
        padding-left: 0;
    }
    .documents .text2 {
        display: none;
    }
    .cancel-credit {
        background: transparent;
        padding: 19px 19px 30px;
    }
    .cancel-credit .container {
        background: transparent;
    }
    .cancel-credit .row {
        margin-top: 30px;
    }
    .cancel-credit .col-5, .cancel-credit .col-7 {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0;
    }
    .cancel-credit .col-5 + .col-7 {
        margin-bottom: 24px;
    }
    .cancel-credit .col-7 {
        order: -1;
    }
    .cancel-credit img {
        width: 100%;
        margin: 0;
        top: auto;
        transform: none;
        -webkit-transform: none;
    }
    .footer {
        background: #fff;
        padding: 30px 19px 38px;
    }
    .footer .col-6 {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .footer .col-6:first-of-type {
        padding: 0;
    }
    .footer .text {
        color: rgba(0, 0, 0, .7);
    }
    .footer .text2:first-of-type:after {
        background: rgba(0, 0, 0, .2);
    }
    .footer .text a {
        color: #EF6128;
        border-color: #EF6128;
    }
    .footer .col-6:last-of-type {
        padding: 27px 0 0;
    }
    .footer .links li a {
        padding: 0 15px;
    }
    .help {
        padding: 38px 19px;
    }
    .accordion {
        margin-top: 30px;
    }
    .heading1 + .accordion-block, .accordion-block + .heading1 {
    	margin-top: 30px;
    }
    .accordion .accordion-block .text1 {
        min-height: 72px;
        padding: 19px 55px 19px 19px;
    }
    .accordion .accordion-block .text1:before {
        right: 19px;
    }
    .accordion .accordion-block .text1:after {
        right: 25px;
    }
    .accordion .accordion-block .text2 {
        padding: 24px 19px 19px;
    }
    .map {
        padding: 38px 19px 0;
    }
    .map .text2 br {
        display: none;
    }
    .areas {
        margin: 38px 0;
    }
    .departments {
        padding: 19px;
    }
    .departments .heading-block {
        min-height: 146px;
        height: 146px;
    }
    .departments .table {
        margin-top: 19px;
    }
    .departments table td {
        font-size: 10px;
        line-height: 12px;
        padding: 10px;
    }
    .departments table td:first-of-type {
        width: auto;
        font-size: 10px;
        line-height: 12px;
    }
    .departments table td:last-of-type {
        width: auto;
    }
    .filters {
        display: block;
    }
    .office-slider {
        top: auto;
        transform: none;
        -webkit-transform: none;
    }
    .offices {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: auto;
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        margin: 0 -19px;
        max-width: calc(100% + 38px);
        width: calc(100% + 38px);
    }
    .offices .office {
        bottom: auto;
        padding: 19px 38px 19px 19px;
    }
    .offices .office .close {
        display: none;
    }
    .offices .office .photo {
        width: 257px;
        height: 147px;
    }
    .offices .office .icon {
        top: 53px;
        margin-top: 0;
        width: 41px;
        height: 41px;
        background-size: 20px auto;
    }
    .offices .office .address {
        font-size: 14px;
        line-height: 17px;
        padding-right: 0;
    }
    .offices .office .info {
        padding-right: 0;
    }
    .offices .office .info li span, .offices .office .info li a {
        font-size: 12px;
        line-height: 15px;
    }
    .offices .office .options {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .offices .office .info + .options {
        margin-top: 30px;
    }
    .offices .office .options .direction {
        min-width: auto;
        min-height: 46px;
    }
    .offices .office .options .direction span {
        font-size: 12px;
        line-height: 15px;
    }
    .offices .office .options .direction svg {
        width: auto;
        height: 15px;
    }
    .offices .office .options .timetable {
        max-width: 100%;
        min-height: 46px;
        font-size: 12px;
        line-height: 15px;
    }
    .offices .office .options .direction + .timetable {
        margin: 10px 0 0;
    }
    .fixed-button {
        right: 19px;
        top: 76px;
    }
    .policy {
        padding: 38px 19px;
    }
    .editor {
        margin: 30px 0 0;
        padding: 19px;
    }
    .editor p, .editor ul li {
        font-size: 14px;
        line-height: 17px;
    }
    .editor p + p, .editor p + ul, .editor ul + p {
        margin-top: 19px;
    }
    .editor ul li + li {
        margin-top: 16px;
    }
    .information {
        padding: 30px 0 9.5px;
    }
    .information .row {
        padding: 19px;
    }
    .information .col-6 + .col-6 {
        margin-top: 19px;
    }
    .information p, .information ul li {
        font-size: 14px;
        line-height: 17px;
    }
    .information p + p, .information p + ul, .information ul + p {
        margin-top: 19px;
    }
    .information ul li + li {
        margin-top: 16px;
    }
    .downloads .download,
    .b_downloads.styled .download {
        min-height: 60px;
    }
    .downloads .download a,
    .b_downloads.styled .download a {
        font-size: 14px;
        line-height: 17px;
    }
    .heading-block + .downloads {
        margin-top: 30px;
    }
    .wpcf7-form-control-wrap.valid input {
        padding-right: 39px;
    }
    .wpcf7-form-control-wrap.valid:after {
        right: 12px;
        width: 15px;
        height: 18px;
        background-size: auto 18px;
        margin-top: -9px;
    }
    .other-intro div.wpcf7-response-output {
        font-size: 16px;
        line-height: 19px;
    }
    .contacts {
        padding: 19px 19px 0;
    }
    .contacts .heading-block {
        min-height: 100px;
    }
    .contact-center {
        padding: 25px 19px 30px;
    }
    .contact-center .text1 {
        margin-top: 12px;
    }
    .contact-form {
        padding: 25px 19px 38px;
        margin: 0 -19px;
        border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .contact-form .form {
        margin-top: 38px;
    }
    .contact-form .form .form-group {
        display: block;
        width: 100%;
    }
    .contact-form .form .form-group1 {
        padding-right: 0;
    }
    .contact-form .form .form-group2 {
        padding-left: 0;
    }
    .contact-form .form .form-group + .form-group {
        margin-top: 10px;
    }
    .contact-form .form .form-block + .form-block {
        margin-top: 10px;
    }
    .contact-form .form .submit-block {
        width: 310px;
        margin-top: 15px;
    }
    .contact-info {
        margin-top: 0;
    }
    .contact-info .col-4, .contact-info .col-8 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .contact-info .col-4 {
        padding-right: 0;
    }
    .contact-info .col-8 {
        padding-left: 0;
    }
    .contact-info .emails {
        padding: 38px 0;
    }
    .contact-info .list {
        margin-top: 19px;
    }
    .contact-info .address {
        padding: 25px 19px 30px;
        margin: 0 -19px;
        border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .contact-info .address .text2 {
        margin-top: 25px;
    }
    .other-footer .text {
        font-size: 14px;
        line-height: 17px;
    }
    .footer .other-button {
        margin-top: 38px;
    }
    .contacts div.wpcf7-response-output {
        margin: 15px 0 0!important;
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .offer .offer-image {
        height: 237px;
    }
    .accordion .accordion-block .text2 img {
        max-width: 100%;
    }
    .pay-intro .submit-block {
        max-width: 100%;
    }
    .pay-intro div.wpcf7-response-output {
        height: auto;
        display: block!important;
        position: relative;
        left: auto;
        bottom: auto;
        line-height: 32px;
    }
    .pay-intro div.wpcf7-validation-errors {
        padding-left: 46px!important;
        margin-top: 10px!important;
    }
    .pay-intro div.wpcf7-validation-errors:before {
        left: 0;
    }
    .pay-intro div.wpcf7-validation-errors:after {
        left: 14px;
    }
    .contact-form .form .submit-block {
        width: 100%;
    }
    .footer .other-button {
        min-width: 100%;
    }
}

/* product start */
.b_product > .container {
    padding-bottom: 50px;
}
@media (max-width: 480px) {
    .b_product > .container {
        padding: 50px 15px;
    }
}
.b_product .heading-block {
    margin-bottom: 50px;
}
.b_product_calculator {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.b_product_calculator .b_pozcalc {
    max-width: 500px;
    background-color: #fafafa;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    box-shadow: 0 0 10px rgb(0,0,0,.1);
}
@media (max-width: 480px) {
    .b_product_calculator .b_pozcalc {
        padding: 15px;
    }
}
.b_product .downloads,
.b_product .b_downloads.styled {
    margin: 0 0 50px 0;
}
.b_product_content {
    border:  1px solid #555;
    border-radius: 5px;
    padding: 30px;
}
.b_product_content ul {
    list-style-type: disc;
}
.b_product_content ol {
    list-style-type: decimal;
}
.b_product_content ul,
.b_product_content ol {
    margin: 15px 0;
    padding-left: 20px;
}
.b_product_content ul li,
.b_product_content ol li {
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .b_product_content {
        padding: 5px;
    }
    .b_product_content table {
        font-size: 8px;
        line-height: 10px;    
    }
    .b_product_content table td {
        padding: 3px 1px;
    }
}
/* product end */

.b_posts_list {
    margin: 50px 0;
}
.b_posts_list .list a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}
.b_pagination {
    margin: 30px 0 50px 0;
}
.b_pagination > a + a {
    margin-left: 30px;
}
.b_category_description {
    margin-bottom: 50px;
}
div.breadcrumbs {
    padding: 20px 0 !important;
}
.banner_bg_text{
    background:#fff;
}

body.tp_from_app .lang .lang-item-ru {
    display: none;
}

.tp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,.5);
}
.tp_modal.open {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.tp_modal_dialog {
    max-height: calc(100% - 30px);
    max-width: 800px;
    margin: 15px auto;
    position: relative;
    width: auto;
    pointer-events: none;
}
.tp_modal_content {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 30px);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.tp_modal_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.tp_modal_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}
.tp_modal_header .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 15px;
    margin: -15px -15px -15px auto;
}
.tp_modal_body {
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 15px 20px;
}
.tp_modal_body p {
    margin-bottom: 10px;
}
body.tp_modal_open {
    overflow: hidden;
}

.tp_h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .tp_h1 {
        font-size: 24px;
    }
}
.dg_seo_text {
    line-height: 1.5;
}
.dg_seo_text h1,
.dg_seo_text h2,
.dg_seo_text h3,
.dg_seo_text h4 {
    font-weight: 800;
    margin-bottom: 20px;
}
.dg_seo_text h1 {
    font-size: 36px;
}
.dg_seo_text h2 {
    font-size: 26px;
}
.dg_seo_text h3 {
    font-size: 20px;
}
.dg_seo_text h4 {
    font-size: 16px;
}
@media (max-width: 767px) {
    .dg_seo_text h1 {
        font-size: 28px;
    }
    .dg_seo_text h2 {
        font-size: 22px;
    }
    .dg_seo_text h3 {
        font-size: 16px;
    }
    .dg_seo_text h4 {
        font-size: 14px;
    }
}
.dg_seo_text p {
    margin-bottom: 15px;
}
.dg_seo_text ul,
.dg_seo_text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}
.dg_seo_text ul {
    list-style: disc;
}
.dg_seo_text ol {
    list-style: decimal;
}

.b_app_popup {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.b_app_popup_close {
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 20px;
    color: #aaa;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    text-align: center;
}
.b_app_popup_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.b_app_popup_image {
    margin-left: 10px;
    margin-right: 10px;
}
.b_app_popup_image img {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 50px;
}
.b_app_popup_text {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    margin-right: 10px;
}
.b_app_popup_link {
    color: #fff !important;
    background-color: #EF6128;
    padding: 5px 12px;
    border-radius: 5px;
    text-decoration: none !important;
}

/* embed modal  */
.b_embed_modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.b_embed_modal_window {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 90%;
    max-width: 1000px;
    height: calc(100% - 20px);
    margin: 10px auto;
    background: #fff;
    background-image: url(../images/spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
@media (max-width: 480px) {
    .b_embed_modal_window {
        width: calc(100% - 20px);
    }
}
.b_embed_modal_header {
    display: flex;
    padding: 10px;
}
.b_embed_modal_header .btn {
    background-color: #eee;
    outline: none !important;
}
.b_embed_modal_body {
    flex-grow: 1;
    overflow-y: auto;
    text-align: center;
}
.b_embed_modal_zoom {
    margin-right: 5px;
}
.b_embed_modal_download {
    margin-left: 10px;
}
.b_embed_modal_close {
    cursor: pointer;
    margin-left: auto;
}
.b_embed_modal_body canvas {
    /*max-width: 100%;
    height: auto;*/
}

.feedback_form_inner {
    max-width: 600px;
    margin: 30px auto;
}
.feedback_form_inner label {
    display: block;
}
.feedback_form_inner .wpcf7-form-control {
    min-height: 60px;
    background: #F2F2F2;
    border-radius: 3px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 22px;
}
.feedback_form_inner textarea.wpcf7-form-control {
    padding-top: 20px;
}
.feedback_form_inner .qbutton {
    width: auto;
}
.feedback_form_inner .wpcf7-submit {
    display: block;
    margin: 0 auto;
    max-width: 310px;
    background: linear-gradient(90deg, #EB4130 0%, #FAD00D 100%);
    background: -webkit-linear-gradient(360deg, #EB4130 0%, #FAD00D 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
    border-radius: 0;
    font-weight: normal;
}

.captcha_block .wpcf7-form-control {
    background: transparent;
    margin: 15px 0;
    padding: 0;
}

#calc_conditions_modal {
    font-size: 16px;
}

.intro.intro-profitable {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}
.intro.intro-profitable:after {
    display: none;
    background: none;
}
.intro.intro-profitable .calc-col {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 500px;
    margin-left: auto;
}
@media (max-width: 991px) {
    .intro.intro-profitable {
        background-size: contain;
    }

    .intro.intro-profitable .calc-col {
        flex: 0 1 100%;
        max-width: 100%;
        min-width: auto;
    }

    .intro.intro-profitable .calculation {
        margin-top: 50%;
    }
}

@media (max-width: 480px) {
    .tp_modal_body table {
        font-size: 8px;
        line-height: 10px;
    }
    .tp_modal_body table td {
        padding: 3px 1px;
    }
}

.tp_footer_files {
    padding: 30px 0;
}

.tp_footer_files li {
    display: inline-block;
    margin-right: 10px;
}

.tp_footer_links {
    padding: 30px 0;
}

.tp_footer_links p,
.tp_footer_links li {
    display: inline-block;
}

.tp_footer_links a {
    /*display: inline-block;*/
    display: inline;
    color: #f08046;
    background-color: transparent;
    border-radius: 20px;
    /*border: 1px solid #f08046;*/
    margin: 0 10px 10px 0;
    /*padding: 5px 10px;*/
    padding: 4px 4px;
    text-decoration: none !important;
    font-weight: bold;
}

.tp_footer_links a:hover {
    color: #fff;
    background-color: #f08046;
}

.row-stretch-h3 {
    font-weight: 700;
    font-size: 1.3em;
}

.text2-h3 {
    font-weight: 700;
    font-size: 1.3em;
}

#contact-h2 {
    margin-top: 20px;
}

.pnf_container{
    margin-top: 64px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pnf_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 312px;
    height: 243px;
}

.pnf_error {
    width: 841px;
    font-size: 24px;
    display: flex;
    justify-content: center;
 }

.pnf_descriptions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-top: 40px;
}

.pnf_btn {
    padding: 10px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
    background-color: #F08046;
    width: 278px;
    height: 47px;

}

.pnf_btn_a {
    color: #ffffff;
}

.pnf_btn_a:hover {
    text-decoration: none;
    color: #ffffff;
}

.pnf_btn_a:active {
    text-decoration: none;
    color: #ffffff;
}

@media(max-width: 425px)
{
    .pnf_title {
        font-weight: 700;
        font-size: 100px;
        height: 78px;
    }

    .pnf_error {
        width: 296px;
        font-size: 14px;
        margin-top: 15px;
    }

    .pnf_descriptions {
        font-size: 20px;
        width: 296px;
    }

    .pnf_btn{
        width:296px;
    }

}
.qr-code-app {
    width: 100%;
    padding: 15px 0 0 10px;
}
.qr-code-app  > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
