@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* **** RESET CSS ****** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input{
 /*   -webkit-appearance: none;
    -moz-appearance: none;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

b {
    font-weight: 700;
}

html {
    overflow-x: hidden;
}

/* MAIN CODE */

.container {
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html {
  scroll-behavior: smooth;
}

div, section {
    box-sizing: border-box; 
}

strong {
    font-weight: 700;
}

input {
    border-radius: 21px;
    margin-bottom: 12px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

button {
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    border-radius: 21px;
    padding: 16px 53px;
    border: none;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: none !important;
}

/* *************************** Fonts defaults *************************** */
h1, h2, h3, h4, h5, a, p, span, button, input, li, div {
    font-family: 'Roboto', sans-serif;
    position: relative;
}

a {
    text-decoration: none;
}

/*
*   Header and menu
*/

header {
    background: #0153FF;
    padding: 20px 0;
}

header .container {
    justify-content: space-between;
}

.header-logo img, .footer-logo img {
    max-width: 88px;
}

/*.header-logo a {
    pointer-events: none;
    cursor: default;
}*/

.header-info {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    padding: 10px 30px;
    max-width: 640px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info-phone-adr {
    font-size: 14px;

}

.header-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-info-time {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

.header-info-time b {
    font-weight: 500;
}

.header-info-phone {
    max-width: 400px;
}

.header-info-phone a {
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    /*display: block;*/
    color: #fff;
}

.header-info-phonefree a {
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    color: #fff;
}

.header-info-phonefree p {
    font-weight: 300;
    font-size: 12px;
    line-height: 139.8%;
}

.header-social {
    position: relative;
    min-width: 120px;
}

.header-social-fb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-social-viber {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -14px;
    right: 32px;
}

.header-social-tg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 22px;
}

.header-social-wa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
/*    position: absolute;
    right: 10px;
    top: 18px;*/
}

.header-social-wa img {
    width: 30px;
    height: auto;
}

.header-social-fb img {
    width: 22px;
    height: auto;
}

.header-social-viber img, .header-social-tg img {
    width: 22px;
    height: auto;
}

.header-language {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.header-language a, .header-language p {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-align: center;
}

.header-language p.active {
    text-decoration: underline;
    margin-bottom: 5px;
}

.header-language a {
    display: block;
}

.header-language a img {
    display: block;
}

.header-language-kz {
    transform: scale(-1, 1);
}

/*
*   Footer
*/

footer {
    background: #2C2C2C;
    padding-top: 172px;
    padding-bottom: 108px;
}

footer .container {
    justify-content: space-between;
}

.footer-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 640px;
    width: 100%;
    color: #fff;
}

.footer-contacts .header-info-phone p {
    font-size: 14px;
}

.footer-social {
    position: relative;
    min-width: 200px;
}

.footer-social-skype {
    width: 79px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;    
    top: -38px;
    left: 0;
}

.footer-social-facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: 14px;
}

.footer-social-inst {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 112px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: -30px;
}

.footer-social-skype img {
    width: 36px;
}

/*
* Section banner
*/

.section-banner {
    background-color: #0153FF;
    padding-bottom: 50px;
    padding-top: 78px;
}

.section-banner .container {
    justify-content: space-between;
}

.section-banner-text {
    max-width: 400px;
    color: #fff;
}

.section-banner-text h1 {
    letter-spacing: 0.02em;
    font-variant: small-caps;
    font-weight: 900;
    font-size: 52px;
    line-height: 106.8%;
    color: #fff;}

.section-banner-text-sub {
    font-weight: 500;
    font-size: 28px;
    line-height: 129.8%;
    margin-bottom: 32px;
}

.section-banner-text-big {
    font-weight: 500;
    font-size: 26px;
    line-height: 183.8%;
    margin-bottom: 48px;
    position: relative;
    padding-left: 90px;
}

.white-text {
    position: relative;
    z-index: 10;
    display: block;
    max-width: 286px;
}


.section-banner-text-small {
    font-weight: 300;
    font-size: 16px;
    line-height: 129.8%;
}

.red-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 183.8%;
    display: flex;
    transform: rotate(-13.65deg);
    background: #E2330D;
    border-radius: 101.5px;
    max-width: 114px;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-height: 53px;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 9;
}

/*
* Section For who
*/

.section-forwho {
    padding-top: 68px;
    padding-bottom: 68px;
    background: #ECECEC;
}

.section-forwho .container {
    justify-content: space-between;
}

.section-forwho-left {
    max-width: 480px;
    width: 100%;
    position: relative;
}

.section-forwho-left::after {
    content: '';
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(../img/forwho_arrow.png);
    position: absolute;
    right: 20px;
    bottom: 82px;
    background-position: center;
}

.section-forwho-text {
    font-weight: 700;
    font-size: 56px;
    line-height: 122.8%;
}

.section-forwho-bluetext {
    color: #FFFFFF;
    transform: rotate(-5.83deg);
    font-weight: 700;
    font-size: 56px;
    line-height: 122.8%;
    background: #0153FF;
    border-radius: 62px;
    max-width: 326px;
    text-align: center;
    margin-left: 40px;
}

.blue-list li {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 129.8%;
    margin-bottom: 19px;
    padding-left: 40px;
}

.blue-list li::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('../img/list-item.svg');
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.section-blueform .container {
    max-width: 938px;
    background: #0153FF;
    box-shadow: 0px 4px 28px rgba(1, 83, 255, 0.37);
    border-radius: 62px;
    padding: 56px;
}

.section-blueform {
    margin-bottom: -94px;
}

.section-blueform h2 {
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 56px;
    line-height: 129.8%;
    position: relative;
}

.section-blueform h2::after {
    content: '';
    display: block;
    width: 414px;
    height: 431px;
    position: absolute;
    top: -210px;
    right: -76px;
    background-image: url('../img/headphones_contact.png');
    background-size: contain;
}

.section-blueform p {
    font-weight: 300;
    font-size: 15px;
    line-height: 139.8%;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.section-blueform-form form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;

}


.section-blueform-form input::placeholder {
    color: #fff;
}

.section-blueform-form .form-f input {
    background: #4A84FF;
    border-radius: 21px;
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    color: #fff;
    padding: 16px 32px;
    border: none;
    margin-bottom: 12px;
    max-width: 230px;
    width: 100%;
}

.form-a {
    order: 4;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#application4 .form-a {
    width: auto;
}

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

.wpcf7-list-item-label {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
}

.form-a input {
    margin-right: 16px;
    margin-bottom: 0;
}

.form-a input span {
    margin-bottom: 0;
}

.form-a label {
    display: flex;
    align-items: center;
}

.section-blueform-form .submfm {
    background: #FFFFFF;
    border-radius: 21px;
    color: #0153FF;
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    border:none;
    padding: 16px 53px;
}

.section-faq {
    margin-bottom: 130px;
}

.section-faq .container {
    justify-content: space-between;
}

.section-faq-left p {
    font-weight: 400;
    font-size: 21px;
    line-height: 129.8%;
    max-width: 316px;
}

.section-faq-left h2 {
    color: #000000;
    font-weight: 900;
    font-size: 56px;
    line-height: 104.8%;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-faq-left h2::after {
    content: '';
    display: block;
    width: 95px;
    height: 95px;
    background-image: url('../img/footer_arrow.png');
    background-size: contain;
    position: absolute;
    right: -114px;
    top: 56px;
}

.section-faq-left h2 span {
    color: #FFFFFF;
    background: #0153FF;
    border-radius: 62px;
    transform: rotate(-5.76deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -124px;
    top: -34px;
    padding: 14px 20px;
}

.section-form-red2 {
    margin-bottom: 100px;
}

.form-red {
    background: #E2330D;
    box-shadow: 0px 11px 23px rgba(226, 51, 13, 0.63);
    border-radius: 101.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    padding: 36px 66px;
}

.form-a label {
    display: flex;
}

#RecaptchaField1, #RecaptchaField2, #RecaptchaField3, #RecaptchaField4 {
    margin-bottom: 10px;
}

.blcnop {
    order: 5;
}

.red-form-left-t1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 129.8%;
    color: #fff;
}

.red-form-left-t2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 129.8%;
    color: #fff;
}

.red-form-fulltext {
    width: 100%;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 13px;
    line-height: 129.8%;
    margin-top: 25px;
}

.red-form-cont {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 456px;
    width: 100%;
}

.red-form-cont .form-a {
    order: 3;
}

.red-form-cont .form-f {
    width: 100%;
}

.red-form-cont .form-f input {
    width: 100%;
    max-width: 304px;
}


.section-advantages {
    margin-bottom: 40px;
    background: #0153FF;
    padding-bottom: 54px;
    padding-top: 136px;
}

.section-form-red {
    margin-bottom: -98px;
}

.section-stepthree {
    padding-top: 34px;
    padding-bottom: 122px;
}

.section-stepthree h2 {
    color: #000000;
    font-weight: 700;
    font-size: 58px;
    line-height: 129.8%;
    text-align: center;
    margin-bottom: 114px;
}

.section-stepthree-cont {
    justify-content: space-between;
}

.section-stepthree-b1, .section-stepthree-b2, .section-stepthree-b3 {
    background: #FFFFFF;
    box-shadow: 0px 11px 23px rgba(200, 200, 200, 0.63);
    border-radius: 40px;
    width: 100%;
    max-width: 316px;
    padding-left: 20px;
    padding-right: 20px;
    height: 252px;
    text-align: center;

    font-weight: 400;
    font-size: 24px;
    line-height: 129.8%;

    position: relative;
}

.section-stepthree-b1::after {
    content: '';
    display: block;
    width: 78px;
    height: 84px;
    background-image: url('../img/step3_arrow1.svg');
    background-size: contain;
    position: absolute;
    right: -50px;
    top: -56px;
}

.section-stepthree-b2::after {
    content: '';
    display: block;
    width: 78px;
    height: 84px;
    background-image: url('../img/step3_arrow2.svg');
    background-size: contain;
    position: absolute;
    right: -84px;
    bottom: -56px;
}

.section-stepthree-b1 img, .section-stepthree-b2 img, .section-stepthree-b3 img {
    max-width: 280px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-stepthree-b1 b, .section-stepthree-b2 b, .section-stepthree-b3 b {
    display: block;
}

.section-stepthree-b1 img {
    margin-top: -74px;
    margin-bottom: -38px;
}

.section-stepthree-b2 img {
    margin-top: -110px;
}

.section-stepthree-b3 img {
    margin-top: -76px;
}

.section-steptwo {
    padding-top: 178px;
    padding-bottom: 80px;
    background: #ECECEC;
}

.section-steptwo-head {
    text-align: center;
    font-weight: 700;
    font-size: 58px;
    line-height: 129.8%;
}

.section-steptwo-redtxt {
    background: #E2330D;
    border-radius: 101.5px;
    text-align: center;
    padding: 0px 58px;
    font-weight: 400;
    font-size: 38px;
    line-height: 129.8%;
    color: #FFFFFF;
    max-width: 654px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
}

.section-steptwo-list {
    justify-content: space-between;
    color: #000000;
    font-weight: 900;
    font-size: 22px;
    line-height: 163.8%;
}

.section-steptwo-list-left {
    max-width: 600px;
}

.section-steptwo-list p {
    position: relative;
    margin-bottom: 19px;
    padding-left: 42px;
    padding-right: 5px;
}

.section-steptwo-list p::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #0153FF;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}


p.numb-list1::before {
    content: '1';
}

p.numb-list2::before {
    content: '2';
}

p.numb-list3::before {
    content: '3';
}

p.numb-list4::before {
    content: '4';
}

p.numb-list5::before {
    content: '5';
}

p.numb-list6::before {
    content: '6';
}

p.numb-list7::before {
    content: '7';
}

p.numb-list8::before {
    content: '8';
}

.section-stepone {
    padding-top: 58px;
    padding-bottom: 120px;
}

.section-stepone-txt {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 129.8%;
    margin-bottom: 10px;
}

.section-stepone-h2 {
    font-weight: 800;
    font-size: 58px;
    line-height: 129.8%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.section-stepone-h2::after {
    content: '';
    display: block;
    width: 78px;
    height: 84px;
    background-image: url('../img/step1_arrow.png');
    background-size: contain;
    position: absolute;
    right: 344px;
    bottom: -32px;
}

.blue-form {
    background: #0153FF;
    box-shadow: 0px 11px 23px #0153FF;
    border-radius: 101.5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: wrap;
    padding: 36px 66px;
    margin-bottom: -238px;
}

.blue-form-left-t1 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 31px;
    line-height: 129.8%;
    margin-bottom: 8px;
}

.blue-form-left-t2 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 129.8%;
}

.blue-form-left {
    max-width: 402px;
}

.blue-form-right {
    max-width: 360px;
}

.blue-form-cont .form-control {
    width: 100%;
}

.blue-form-cont .fonbtn button {
    width: 100%;
    background: #FFFFFF;
    border-radius: 21px;
    color: #0153FF;
    font-weight: 500;
    font-size: 15px;
    line-height: 139.8%;
    border: none;
    padding: 16px 53px;
}

.blue-form-cont .form-a {
    margin-bottom: 10px;
}

.section-advantages {
    min-height: 1040px;
}

.section-advantages h2 {
    font-weight: 900;
    font-size: 58px;
    color: #fff;
    margin-bottom: 10px;
}

.section-advantages-sub {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 147.8%;
}

.section-advantages .container {
    position: relative;
    min-height: 850px;
}

.buble-text1, .buble-text2, .buble-text3, .buble-text4 {
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 28px;
    position: absolute;
}

.buble-text1 {
    height: 275px;
    width: 275px;
}

.buble-text2 {
    height: 246px;
    width: 246px;
}


.buble-text3 {
    height: 243px;
    width: 243px;
}


.buble-text4 {
    height: 202px;
    width: 202px;
}

.buble-number {
    color: #0153FF;
    font-weight: 900;
    font-size: 67px;
    line-height: 1;
}

.buble-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 134.8%;
    color: #2E2E2E;
}

.buble-logo1, .buble-logo2, .buble-logo3 {
    width: 144px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}

.buble-photo1, .buble-photo2, .buble-photo3, .buble-photo4, .buble-photo5 {
   position: absolute; 
} 

.buble-photo5 {
    bottom: 18px;
    left: 208px;
}

.buble-photo4 {
    bottom: 176px;
    right: 86px;
}

.buble-photo3 {
    bottom: 38px;
    left: 460px;
}

.buble-photo2 {
    top: 188px;
    right: 250px;
}

.buble-photo1 {
    top: 0;
    right: 90px;
}

.buble-logo3 {
    bottom: 28px;
    right: 200px;
}

.buble-logo2 {
    right: 84px;
    top: 250px;
}

.buble-logo1 {
    top: 24px;
    right: 334px;
}

.buble-text4 {
    left: 240px;
    top: 372px;
}

.buble-text3 {
    left: 0;
    top: 450px;
    transform: rotate(-7.57deg);
}

.buble-text2 {
    left: 300px;
    top: 125px;
}

.buble-text1 {
    left: 0;
    top: 150px;
    transform: rotate(-7.82deg);
}

.section-banner-slider-text {
    max-width: 165px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 129.8%;
    text-align: center;
    position: relative;
    align-self: center;
}

.section-banner-slider-text::before {
    width: 48px;
    height: 47px;
    content: '';
    display: block;
    position: absolute;
    left: -52px;
    bottom: 22px;
    background-image: url('../img/b1_left_arrow.svg');
    background-size: contain;
}

.section-banner-slider-text::after {
    width: 48px;
    height: 47px;
    content: '';
    display: block;
    position: absolute;
    right: -68px;
    bottom: 22px;
    background-image: url('../img/b1_right_arrow.svg');
    background-size: contain;
}

.section-banner-slider {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 650px;
}

.feedback-slider {
    margin-bottom: 30px;
}


.slick-slide img {
    border-radius: 40px;
}

.slider-link {
    position: relative;
}

.slider-link::after {
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    position: absolute;
    left: 72px;
    top: 120px;
    background-image: url('../img/play-ytb.svg');
    background-size: contain;
}

.section-faq-right {
    max-width: 540px;
}

.mobile-menu {
    display: none;
}

.form-red button {
        background: #FFFFFF;
        border-radius: 21px;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        line-height: 139.8%;
        border: none;
        padding: 16px 53px;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;

}

/* **************************
* popup defaults
*************************** */

.popupforms {
    /*background-color: transparent;*/
    /*background-image: url(../img/popupbg.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border: none;
    box-shadow: none;
    max-width: 800px;
    width: 100%;
    max-height: 725px;
    height: 100%;
    background-color: #0B315E;
    border-radius: 0px 90px 0px 0px;
}

.popupforms-heading {
    font-weight: 500;
    font-size: 37px;
    line-height: 111.8%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 540px;
    margin: 100px auto 40px;
}

.popupforms-heading span {
    font-weight: 700;
    color: #FF8C02;
    margin-top: 100px;
    margin-bottom: 26px;
}

.popupforms-form {
    max-width: 440px;
    margin: 0 auto;
    color: #fff; 
}

.popupforms-form .form-f input {
    border-bottom: 1px solid #fff;
    /*color: #fff;*/
    padding: 10px 5px 10px 15px;
}

.popupforms-form .form-a .wpcf7-list-item-label {
    color: #fff;
    margin-left: 12px;
}

.popupforms-form .form-a label {
    display: flex;
    align-items: center;
}

.popupforms a.close-modal {
    top: 45px;
    right: 49%;
    background-image:url(../img/close.png);
}

/* **************************
* thankyou page defaults
*************************** */

.thankyou {
    background-color: #0153FF;
    height: 100vh;
}

.thankyou .flex {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
}

.thankyou h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 43.51px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    text-align: center;
}

.thankyou-p1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.51px;
    letter-spacing: 0.9px;
    margin-bottom: 35px;
    text-align: center;
}

.thankyou-p2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 43.51px;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
    text-align: center;
}

.thankyou .thankyou-img {
    margin-top: 50px;
}

.thankyou a {
    color: #fff;
    font-size: 20px;
}

.blocker {
    z-index: 10;
}

label { cursor: pointer; }

/* **************************
* Pulse button 
*************************** */
a.pulse-button {
    box-sizing: border-box;
}

.pulse-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding: 10px;
    border: none;
    background: #ef4b12;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    outline: none;
    z-index: 1000;
    border: 0 !important;
}

.pulse-button:hover .pulse-button__icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pulse-button:hover .pulse-button__text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.pulse-button__icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/phone.svg") center center no-repeat;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pulse-button__text {
    display: block;
    width: 100%;
    height: 30px;
    font: 10px "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 1px;
}

.pulse-button__rings {
    border: 1px solid #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: pulse_1;
    animation-name: pulse_1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: -1;
}

.pulse-button__rings:nth-child(2) {
    -webkit-animation-name: pulse_2;
    animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
    -webkit-animation-name: pulse_3;
    animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@-webkit-keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
}

@-webkit-keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7);
    }
}
/* **************************
* Youtube 
*************************** */

.youtube {
    background-color: #000;
    margin: 15px 0;
    border-radius: 10px;
    position: relative;
/*    padding-top: 56.25%;*/
    overflow: hidden;
    cursor: pointer;
    min-height: 282px;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.9;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/* *************************** Hooks *************************** */
.pc-show {
    
}

.mob-show {
    display: none;
}

/* *************************** Media ipads landscape defaults *************************** */

@media screen and (max-width:1024px) {
    .pc-show {
        display: none;
    }

    .mob-show {
        display: block;
    }

    header .container {
        justify-content: center;
    }

    .section-banner {
        padding-top: 30px;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .section-banner .container {
        flex-flow: column;
    }

    .section-banner-text h1 {
        font-weight: 900;
        font-size: 40px;
        line-height: 106.8%;
        text-align: center;
    }

    .section-banner-text-sub {
        font-weight: 500;
        font-size: 22px;
        line-height: 129.8%;
        text-align: center;
    }

    .white-text {
        font-weight: 500;
        font-size: 22px;
        line-height: 183.8%;
    }

    .red-text {
        font-weight: 700;
        font-size: 28px;
        line-height: 183.8%;
        top: 18px;
    }

    .section-banner-text-big {
        margin-bottom: 24px;
    }

    .section-banner-text-small {
        font-weight: 300;
        font-size: 14px;
        line-height: 129.8%;
        text-align: center;
        margin-bottom: 18px;
    }

    .section-banner-slider {
        max-width: 100%;
    }

    .section-banner-slider-text {
        order: 0;
        margin-bottom: 22px;
    }

    .feedback-slider {
        order: 1;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .slick-dots li button:before {
        color: #FFFFFF;
        font-size: 12px;
        opacity: 1;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #E2330D;
    }

    .section-forwho {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .section-forwho .container {
        flex-flow: column;
    }

    .section-forwho-text, .section-forwho-bluetext, .section-forwho-text {
        font-weight: 700;
        font-size: 40px;
        line-height: 122.8%;
    }

    .section-forwho-bluetext {
        max-width: 216px;
    }

    .section-forwho-left {
        margin-bottom: 24px;
    }

    .blue-list li {
        font-weight: 600;
        font-size: 13px;
        line-height: 126.8%;
        margin-bottom: 16px;
        padding-left: 30px;
    }

    .blue-list li::before {
        width: 20px;
        height: 20px;
        top: -3px;
    }

    .section-stepone {
        padding-top: 16px;
        padding-bottom: 108px;
    }

    .section-stepone-txt {
        font-weight: 500;
        font-size: 14px;
        line-height: 129.8%;
    }

    .section-stepone-h2 {
        font-weight: 800;
        font-size: 30px;
        line-height: 129.8%;
    }

    .section-stepone-h2::after {
        right: 28px;
        bottom: -60px;
        z-index: 99;
    }

    .blue-form {
        background: #0153FF;
        box-shadow: 0px 11px 23px #0153FF;
        border-radius: 28px;
        padding: 16px 34px;
    }

    .blue-form-left-t1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 129.8%;
    }

    .blue-form-left-t2 {
        font-weight: 400;
        font-size: 13px;
        line-height: 129.8%;
        margin-bottom: 14px;
    }

    .wpcf7-list-item-label {
        text-align: left;
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .section-steptwo-head {
        font-weight: 700;
        font-size: 30px;
        line-height: 129.8%;
    }

    .section-steptwo-redtxt {
        font-weight: 400;
        font-size: 20px;
        line-height: 129.8%;
        padding: 0;
    }

    .section-steptwo-list {
        flex-flow: column;
    }

    .section-steptwo-list {
        font-weight: 900;
        font-size: 14px;
        line-height: 143.8%;
    }

    .section-steptwo-list p {
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .section-steptwo-list p::before {
        font-weight: 900;
        font-size: 12px;
        line-height: 163.8%;
        width: 23px;
        height: 23px;
        top: -3px;
    }

    .section-steptwo {
        padding-bottom: 48;
    }

    .section-stepthree h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 129.8%;
    }

    .section-stepthree-cont {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .section-stepthree-b1, .section-stepthree-b2, .section-stepthree-b3 {
        margin-bottom: 120px;
    }

    .section-stepthree-b1::after {
        right: 12px;
        top: 215px;
        background-image: url(../img/block-step-mobile1.png);
        background-repeat: no-repeat;
    }

    .section-stepthree-b2::after {
        right: 238px;
        bottom: -56px;
        background-image: url(../img/block-step-mobile2.png);
        background-repeat: no-repeat;
    }

    .section-stepthree-b3 {
        margin-bottom: 0;
    }

    .slider-link {
        max-width: 194px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .form-red {
        box-shadow: 0px 11px 23px rgba(226, 51, 13, 0.63);
        border-radius: 28px;
        padding: 28px 18px;
        justify-content: center;
    }





    .red-form-left-t1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 129.8%;
        order: 0;
        text-align: center;
    }

    .red-form-left-t2 {
        font-weight: 700;
        font-size: 22px;
        line-height: 129.8%;
        order: 1;
        text-align: center;
    }

    .red-form-fulltext {
        order: 2;
        margin-bottom: 25px;
        text-align: center;
        max-width: 248px;
        margin-left: auto;
        margin-right: auto;
    }

    .red-form-right {
        order: 3;
    }

    .form-f, .form-f input {
        width: 100%;
    }

    .blcnop, .blcnop button {
        width: 100%;
        margin-bottom: 5px;
    }

    .section-stepthree {
        padding-bottom: 38px;
    }

    .section-form-red {
        margin-bottom: -236px;
    }

    .section-advantages {
        padding-top: 266px;
        min-height: auto;
    }

    .section-advantages h2 {
        font-weight: 900;
        font-size: 30px;
        line-height: 209.8%;
    }

    .section-advantages-sub {
        font-weight: 500;
        font-size: 20px;
        line-height: 139.8%;
    }

    .section-advantages .container {
        min-height: 1400px;
    }

    .buble-photo1 {
        top: auto;
        bottom: 196px;
        right: 26px;
        width: 118px;
    }

    .buble-photo5 {
        display: none;
    }

    .buble-photo2 {
        top: auto;
        bottom: 228px;
        left: 0;
        right: auto;
        width: 254px;
        height: 254px;
    }

    .buble-photo4 {
        right: 0;
    }

    .buble-logo1 {
        display: none;
    }

    .buble-logo2 img, .buble-logo3 img{
        width: 80%;
    }

    .buble-logo2 {
        top: 790px;
        right: 216px;
        height: 120px;
        width: 120px;
    }

    .buble-logo3 {
        bottom: 366px;
        width: 90px;
        height: 90px;
        right: 26px;
    }

    .buble-text1 {
        height: 185px;
        width: 185px;
        left: 26px;
    }

    .buble-number {
        font-weight: 900;
        font-size: 67px;
    }

    .buble-text {
        font-weight: 600;
        font-size: 14px;
        line-height: 134.8%;
    }

    .buble-text2 {
        width: 185px;
        height: 185px;
        left: 170px;
        top: 282px;
    }

    .buble-text3 {
        width: 200px;
        height: 200px;
        left: 6px;
        top: 408px;      
    }

    .buble-text4 {
        width: 166px;
        height: 166px;
        left: 190px;
        top: 528px;      
    }

    .buble-photo1 img, .buble-photo2 img, .buble-photo3 img, .buble-photo4 img {
        width: 100%;
    }

    .buble-photo3 {
        left: 16px;
        bottom: 614px;
        width: 161px;
        height: 161px;
    }

    .buble-photo4 {
        width: 194px;
        height: 194px;
        right: 12px;
        bottom: 480px;
    }

    .section-advantages {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section-form-red2 {
        margin-top: -140px;
    }

    .section-faq-left h2 {
        font-weight: 900;
        font-size: 34px;
        line-height: 46px;
        letter-spacing: 0.02em;
        margin-bottom: 10px;
    }

    .section-faq .container {
        flex-flow: column;
    }

    .section-faq-left h2 span {
        font-weight: 900;
        font-size: 40px;
        line-height: 104.8%;
        letter-spacing: 0.02em;
        font-variant: all-small-caps;
        right: 26px;
        top: -6px;
        padding: 2px 16px;
    }

    .section-faq-left p {
        font-weight: 400;
        font-size: 20px;
        line-height: 129.8%;
        margin-bottom: 26px;
    }

    .section-blueform .container {
        padding-top: 118px;
        box-sizing: inherit;
        border-radius: 28px;
        padding-left: 19px;
        padding-right: 19px;
        padding-bottom: 28px;
        max-width: 344px;
    }

    .section-blueform h2::after {
        width: 316px;
        height: 329px;
        background-repeat: no-repeat;
        right: -70px;
        top: -252px;
    }

    .section-blueform h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 86.8%;
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .section-blueform p {
        text-align: center;
        font-weight: 300;
        font-size: 13px;
        line-height: 139.8%;
    }

    .section-blueform-form .form-f input {
        max-width: 100%;
    }

    footer .container {
        flex-flow: column;
    }

    .footer-social {
        order: 0;
        min-width: 200px;
        max-width: 200px;
        min-height: 88px;
        margin-bottom: 66px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contacts {
        order: 1;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .footer-logo {
        order: 2;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .header-info-time {
        order: 1;
        text-align: center;
        margin-bottom: 16px;
    }

    .header-info-phone {
        order: 0;
        text-align: center;
        margin-bottom: 16px;
    }

    .header-info-phonefree {
        order: 2;
        text-align: center;
    }

    .section-blueform {
        margin-bottom: -292px;
    }

    footer {
        padding-top: 356px;
    }

    .section-banner-slider-text::before {
        background-image: url(../img/block1-mobile-left.png);
        left: -44px;
        bottom: 0px;
    }

    .section-banner-slider-text::after {
        background-image: url(../img/block1-mobile-right.png);
        right: -42px;
        bottom: -6px;
    }

    .section-forwho-left::after {
        background-image: url(../img/block2_mobile.png);
        bottom: -20px;
    }

    .header-logo {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu {
        display: block;
    }

    .modal {
        background-color: #000;
        color: #fff;
    }

    .modal .header-language {
        flex-flow: wrap;
        align-items: center;
    }

    .modal .header-language a {
        display: flex;
        align-items: center;
    }

    .modal .header-language p.active {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .modal .header-language a img {
        margin-right: 16px;
    }

    .modal .header-social {
        position: relative;
        /*min-width: 120px;
        max-width: 140px;*/
        min-height: 106px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal .header-phones {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 32px;
        text-align: center;
    }

    .modal .header-phones a {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 26px;
        line-height: 139.8%;
    }

    .modal .header-phones p {
        margin-bottom: 20px;
        line-height: 120%;
    }

    .modal .header-worktime {
        margin-bottom: 32px;
        text-align: center;
        color: #fff;
        font-weight: 300;
        font-size: 26px;
        line-height: 139.8%;
    }

    .modal .header-worktime b {
        font-weight: 500;
    }

    .modal .header-phones-special {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        text-align: center;
    }

    .modal .header-phones-special a {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 26px;
        line-height: 139.8%;
    }

    .modal {
        padding: 15px;
    }

    .modal .header-social-fb {
        width: 60px;
        height: 60px;
        position: relative;
    }

    .modal .header-social-fb img {
        width: 24px;
        height: auto;
    }

    .modal .header-social-wa {
        width: 60px;
        height: 60px;
/*        right: -28px;
        top: 34px;*/
    }

    .modal .header-social-wa img {
        width: 30px;
        height: auto;
    }

    .modal .header-social-tg {
        width: 60px;
        height: 60px;
        position: relative;
        top: auto;
        left: auto;
    }

    .modal .header-social-tg img {
        width: 24px;
        height: auto;
    }  

    .modal .header-social-viber {
        width: 90px;
        height: 90px;
        bottom: 0px;
        right: 0px;
    }

    .modal .header-social-viber img {
        width: 46px;
        height: auto;
    } 

    #exhead.modal a.close-modal {
        top: 0;
        right: 0;
        width: 100%;
        display: block;
        font-size: 30px;
    }

    .thankyou h1 {
        font-size: 40px;
    }

    .thankyou-p1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 120%;
    }

    .thankyou a {
        text-decoration: underline;
    }


    #RecaptchaField1, #RecaptchaField2, #RecaptchaField3, #RecaptchaField4 {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header-logo a {
        pointer-events: auto;
        cursor: default;   
    }

    .modal .header-language a img {
        transform: scale(-1, 1);
    }
}

/*
* Section About us
*/

.section-aboutus {
    padding-top: 68px;
    background: #ECECEC;
    padding-bottom: 40px;
}

.section-aboutus .flex {
    flex-flow: wrap;
    justify-content: center;
    gap: 26px;
}

.section-aboutus {
    padding-top: 68px;
    background: #ECECEC
}

.section-aboutus h2 {
    color: #000;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    line-height: 129.8%;
    letter-spacing: 1.16px;
    margin-bottom: 30px;
    z-index: 99;
}

.section-aboutus-item {
    max-width: 256px;
    background-color: #fff;
    border-radius: 24px 24px 0px 0px;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.section-aboutus-item:hover {
    top: -10px;
    transition: all 0.25s ease-in-out;
}

.section-aboutus-item-cont {
    padding: 24px;
    text-align: center;
}

.section-aboutus-item img {
    max-width: 256px;
    object-fit: contain;
    height: auto;
    border-radius: 24px 24px 0px 0px;
}

.section-aboutusname {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
    padding-left: 36px;
    padding-right: 36px;
}


.about-text-name {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 129.8%; /* 41.536px */
    letter-spacing: 0.64px;
    margin-bottom: 6px;
}

.about-text-whois {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 129.8%; /* 23.364px */
    letter-spacing: 0.36px;
    margin-bottom: 34px;
}

.about-text-blue-info {
    color: #FFF;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 129.8%; /* 24.662px */
    letter-spacing: 0.38px;

    margin-bottom: 14px;
    padding: 26px 30px;

    border-radius: 51px;
    background: #2E62CE;

    max-width: 700px;
    width: 100%;
    z-index: 99;
}

.about-text-grey-ingo {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 129.8%; /* 24.662px */
    letter-spacing: 0.38px;

    padding: 48px 25px;
    width: 814px;
    border-radius: 51px;
    background: #FFF;
    filter: drop-shadow(0px 4px 31px rgba(0, 0, 0, 0.53));
    z-index: 99;
}

.about-img-left .container {
    display: flex;
    align-items: center;
    position: relative;
}

.about-img-left::before {
    content: '';
    width: 100%;
    height: 100px;
    background: #ECECEC;
    display: block;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: 0;
}

.about-img-left .about-img {
    margin-right: 24px;
    z-index: 9;
}

.about-img-left .about-text-blue-info {
    margin-left: -76px;
}

.about-img-left .about-text-grey-ingo {
    margin-left: -165px;   
}

.about-img-right {
    background-color: #fff;
    position: relative;
}

.about-img-right::before{
    content: '';
    width: 100%;
    height: 100px;
    background: #fff;
    display: block;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: 0;
}

.about-img-right .container {
    display: flex;
    align-items: center;
}

.about-img-right .about-img {
    z-index: 9;
    margin-left: -102px;
}

.about-img-right:last-of-type {
    padding-bottom: 68px;
}

@media screen and (max-width: 1024px) {
    .section-aboutus-item {
        max-width: 160px;
    }

    .section-aboutus-item img {
        max-width: 160px;
    }

    .section-aboutusname {
        padding: 0;
        font-size: 18px;
    }

    .section-aboutus-about {
        font-size: 14px;
    }

    .section-aboutus h2 {
        font-size: 30px;
    }

    .section-aboutus {
        padding-top: 46px;
    }

}