/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container {
    position: relative;
}

section {
    overflow: hidden;
    box-sizing: border-box;
}

.block-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/*img {*/
/*    width: 100%;*/
/*    min-width: 100%;*/
/*}*/

h1, h2, h3 {
    margin: 0;
    padding: 0;
}


.big-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 61px;
    margin-top: 30px;
    border-radius: 5px;
    background-color: #ff9600;

    color: #141823;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    text-decoration: none;
}

.big-btn:hover {
    background-color: #ffffff;
    color: black;
    border:4px solid #ff9600;
}

.green-line {
    width: 135px;
    height: 2px;
    margin-top: 20px;
    border-radius: 1px;
    background-color: #20a831;
}

.bottom-line {
    display: block;
    /*width: 135px;*/
    width: 100%;
    height: 2px;
    margin-top: 20px;
    border-radius: 1px;
    background-color: #ff9600;
}


input, textarea, button {
   border: none;
   outline: none;
}

.big-btn:hover {
    background-color: #ffffff;
    color: black;
    border: 4px solid #ff9600;
}

button {
    cursor: pointer;
}
 .iti__selected-flag {
    border-radius: 12px !important;
}
.success-message {
    color: #20a831;
    margin: auto;
    text-align: center;
}

.recatcha-error {
    color: #ff0000;
    text-align: center;
}

.input-error {
    border: 2px solid #ff0000;
}

.hidden-element {
    display: none;
}

.validation-error-message {
    max-width: 300px;
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.form-group:nth-of-type(2) .validation-error-message{
    max-width: 90%;
}

.visually-hidden {
    position: absolute;
    /*clip: rect(0 0 0 0);*/
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

@media  (max-width: 1024px) {
    .green-btn {
        font-size: 12px;
    }
}

@media  (max-width: 600px) {
    .big-btn {
        width: 192px;
        height: 54px;
        font-size: 18px;
    }
}

@media  (max-width: 480px) {
    .green-btn {
        width: 190px;
        height: 50px;
    }
}

@media  (max-width: 320px) {
    .green-btn {
        width: 190px;
        height: 50px;
        font-size: 18px;
    }
    .top-screen p.stat-item--legend {
        font-size: 12px;
        line-height: normal;
    }
}




header .block-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    padding: 5px;
    color: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
}

.page-header {
    position: relative;
    /*background: url("/img/header-bg.png") no-repeat center center ;*/
    background: url("/img/header_bg_nn.png") no-repeat left top;
    background-size: 2000px 150px;
    margin-top: -88px;
}

header {
    margin-top: 88px;
}

.main-page-header header {
    background: none;
    z-index: 10;
    position: relative;
    margin-top: 0;
}

header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

header .logo .trade-link {
    margin-left: 10px;
    margin-bottom: 5px;
}

.container header nav {
    margin: 0;
    width: 590px;
}

.container header nav ul {
    margin: 0;
    padding: 0;
}

header .lang-choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*position: absolute;*/
    top: 40px;
    right: 20px;
    align-items: flex-start;
    font-size: 16px;
    cursor: pointer;
}
header .lang-choice img.selected-lang-img {
    width: 23px;
    height: 15px;
}
.lang-choice .selected-lang-abbr {
    display: none;
    margin-left: 10px;
}
header .lang-choice ul {
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    /*box-shadow: -1px 1px 1px 1px rgba(204,204,204,1);*/
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
}
header .lang-choice ul.lang-list-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .lang-choice ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin: 0;
}

header .lang-choice ul li a:hover {
    border: 1px solid red;
    background: #f9f1f1;
}

header .lang-choice ul li a {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #f9f1f1;
    border-radius: 5px;
    color: #0d0d0d;
    font-size: 12px;
    width: 120px;
    padding: 10px 15px;
}

header .lang-choice ul li:last-of-type {
    border-bottom: none;
}

header .lang-choice ul li img {
    width: 16px;
    height: 10px;
}

header .lang-choice ul li span {
    margin-left: 15px;
}

header .lang-choice::after {
    position: relative;
    display: block;
    top: 5px;
    content: '';
    margin-left: 5px;
    width: 13px;
    min-width: 13px;
    height: 9px;
    background: url("/img/down-chevron.png");
}

@media  (min-width: 2000px) {
    .page-header {
        background-size: cover;
    }
}

@media  (max-width: 1200px) {
    header .logo {
        margin-left: 20px;
    }
    header ul {
        margin-left: -35px;
    }
}

@media  (max-width: 1100px) {
    header {
        /*margin-left: 8%;*/
    }
}

@media  (max-width: 1024px) {
    .page-header {
        background: none;
        background-color: #1d2229;
        margin-top: 0;
    }
    .main-page-header header,
    header {
        width: 99%;
        margin-left: 0;
        margin-top: 0;
        justify-content: space-between;
        padding: 0;
    }
    header .block-wrapper {
        height: 87px;
    }
    .contacts-page-header {
        height: 180px;
        margin-bottom: -20px;
    }
    .contacts-page-header header{
        height: 90px;
        background-color: rgba(29, 34, 41, 0.75);
    }
    header .logo {
        margin-left: -webkit-calc(50% - 56px);
        margin-left: calc(50% - 56px);
    }
    header .lang-choice {
        top: 30px;
        margin-left: 0;
        /*margin-right: 10px;*/
    }
}

@media  (max-width: 768px) {
    header .logo {
        /*margin-left: 30%;*/
    }
}

@media  (max-width: 600px) {
    header .logo {
        /*margin-left: 25%;*/
    }
}

@media  (max-width: 480px) {
    header .logo {
        /*margin-left: 20%;*/
    }
}

@media  (max-width: 400px) {
    header {
        height: 90px;
    }
    header .logo {
        flex-direction: column;
        /*margin-left: 25%;*/
        margin-top: 7px;
    }
}

@media  (max-width: 320px) {
    header .logo {
        /*margin-left: 23%;*/
    }
    header .lang-choice {
        /*margin-bottom: 20px;*/
    }
}
header nav {
    margin-left: 30px;
}

header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

header nav li {

    white-space: nowrap;
}

header li a {
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
}

header .trade-link {
    margin-right: 5px;
    text-decoration: underline;
    font-size: 14px;
    color: #ffffff;

}

header .trade-link2 {
    display: none;
}
/*Mobile menu*/

.hidden-menu-ticker {
    display: none;
}

.btn-menu {
    display: none;
}

.active_menu_item {
    border-bottom: 2px solid #ff9600;
}

@media  (max-width: 1024px) {

    .hidden-menu li a.active_menu_item {
        border-bottom: none;
        color: #ff9600;
    }

    .btn-menu {
        display: block;
        position: absolute;
        color: #fff;
        margin-top: 25px;
        margin-left: 10px;
        padding: 5px;
        /*position: fixed;*/
        top: 5px;
        left: 5px;
        cursor: pointer;
        /*transition: left .23s;*/
        z-index: 3;
        width: 40px;
        /*-webkit-transform: translateZ(0);*/
        -webkit-backface-visibility: hidden;
        /*-webkit-border-radius: 2px;*/
        /*-moz-border-radius: 2px;*/
    }


    .btn-menu span {
        display: block;
        height: 3px;
        background-color: #ffffff;
        margin: 6px 0 0;
        /*transition: all .1s linear .23s;*/
        position: relative;
        border-radius: 10px;
        border: 1px solid transparent;
        box-sizing: border-box;
    }

    .btn-menu span.first {
        margin-top: 0;
    }

    .container header nav ul.hidden-menu {
        display: block;
        position: absolute;
        list-style:none;
        padding: 0 10px 10px;
        margin: 0;
        margin-top: 75px;
        box-sizing: border-box;
        width: 210px;
        background-color: #ffffff;
        top: 0;
        left: -220px;
        transition: left .2s;
        z-index: 2;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
    }

    .hidden-menu li {
        padding: 5px 10px;
        border-bottom: 1px solid #c8c6c6;
    }

    .hidden-menu li:last-child {
        border: none;
    }

    .hidden-menu li a {
        width: 29px;
        height: 11px;
        color: #151515;
        font-size: 14px;
        font-weight: 500;
        line-height: 31px;
        text-align: left;
    }

    .hidden-menu-ticker:checked ~ .btn-menu {
        /*left: 160px;*/
    }
    .hidden-menu-ticker:checked ~ .hidden-menu {
        left: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.first {
        -webkit-transform: rotate(45deg);
        top: 10px;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.second {
        opacity: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.third {
        -webkit-transform: rotate(-45deg);
        top: -8px;
    }

    header .trade-link2 {
        display: block;
    }
}
.top-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
}

.top-screen-wrapper {
    position: relative;
    margin-top: -88px;
    background: url("/img/top_bg_nn.webp") no-repeat left top;
    background-size: 2000px 760px;
    background-color: #151c25;
}

.top-grid-img {
    position: absolute;
    top: -100px;
    width: 100%;
}

.top-screen .info {
    margin-top: 235px;
}

.top-title-container {
    position: relative;
}

.top-screen .info-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 47px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
}

.top-screen .info-title-3 {
    position: relative;
    color: #ff9600;
}

.top-screen .top_title_info {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background: url("/img/exclamation.png");
    cursor: pointer;
}

.top-screen .info-text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
}

.top-screen .stat {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 70%;
    /*margin-left: 7%;*/
    margin: auto;
    margin-top: 130px;
}

.top-screen .stat-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    height: 150px;
}

.top-screen .stat-item:nth-child(1){
    -ms-grid-column: 1;
}

.top-screen .stat-item:nth-child(2){
    -ms-grid-column: 2;
}

.top-screen .stat-item:nth-child(3){
    -ms-grid-column: 3;
}

.top-screen .stat-item:nth-child(4){
    -ms-grid-column: 4;
}

.top-screen .stat-item--img {
    width: 50px;
    height: 50px;
}

.top-screen .stat-item--legend {
    margin-top: 15px;
    color: #bab9b9;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

@media  (min-width: 2000px) {
    .top-screen-wrapper {
        background-size: cover;
    }
}

@media  (max-width: 1024px) {
    .top-screen{
        padding: 0 15px;
        background: url("/img/top-screen-bg_1024.png") no-repeat center center;
        background-size: cover;
    }
    .top-grid-img {
        display: none;
    }

    .top-screen .info-title {
        font-size: 31px;
        line-height: normal;
    }
    .top-screen .stat {
        margin: 100px auto 0 auto;
        width: 100%;
    }
    .top-screen .stat-item {
        width: 120px;
    }
}

@media  (max-width: 768px) {
    .top-screen {
        padding: 0 15px;
        background: url("/img/top-screen-bg_768.png") no-repeat center center;
        background-size: cover;
    }
}

@media  (max-width: 650px) {
    .top-screen .info-title {
        width: auto;
    }
}
@media  (max-width: 600px) {
    .top-screen{
        padding: 0 15px;
        background: url("/img/top-screen-bg_600.png") no-repeat center center;
        background-size: cover;
    }
    .top-screen .info-title {
        /*width:455px;*/
    }
    .top-screen .info-text {
        font-size: 14px;
    }
    .top-screen .stat {
        margin-left: 0;
    }
    .top-screen .stat-item {
        width: 110px;
        height: auto;
    }
}

@media  (max-width: 480px) {
    .top-screen{
        padding: 0 15px;
        background: url("/img/top-screen-bg_480.webp") no-repeat center center;
        background-size: cover;
    }
    .top-screen .info {
        margin-top: 190px;
    }
    .top-screen .stat-item {
        width: 115px;
    }
    .top-screen .stat {
        justify-items: center;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-top: 50px;
    }
}


@media  (max-width: 320px) {
    .top-screen{
        padding: 0 10px;
        background: url("/img/top-screen-bg_320.png") no-repeat center center;
        background-size: cover;
    }
    .top-screen .info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        margin-top: 185px;
    }
    .top-screen .info-title {
        font-size: 31px;
        width: auto;
        text-align: center;
    }
    .top-screen .info-text {
        width: 230px;
        margin-top: 20px;
        text-align: center;
        line-height: normal;
    }

    .top-screen .stat > * {
        -ms-grid-column-align: center;
            justify-self: center;
    }
    .top-screen .top_title_info {
        height: 12px;
        width: 12px;
        background: url(/img/exclamation.png) center center;
        background-size: cover;
    }
    /*.tooltip {*/
    /*    left: -190px;*/
    /*    top: 40px;*/
    /*    width: 300px;*/
    /*    height: 50px;*/
    /*    padding-left: 0;*/
    /*}*/

}
.quadrinex {
    width: 100%;
    /*height: 813px;*/
    background: url("/img/quadrinex-bg_.webp") no-repeat center center;
    background-size: 100% 100%;
    background-color: #151c25;
    padding: 0 30px 0 30px;
    margin-top: -5px;
}

.quadrinex img {
    width: 100%;
}

.quadrinex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.quadrinex--title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;

    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 62px;
    color: #ffffff;
    text-decoration: none;
}

.quadrinex--text {
    max-width: 1130px;
    margin-bottom: 0;
    color: #fefefe;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.quadrinex--img {
    margin-top: 40px;
}

.big-btn.quadrinex-btn {
    margin-top: 37px;
    width: 275px;
}
.big-btn.quadrinex-btn a{
    color:black;
    text-decoration: none;
}
@media  (max-width: 1024px) {
    .quadrinex {
        padding: 0 75px 0 45px;
        background: none;
        background-color: #161c26;
    }
    .quadrinex--title {
        font-size: 35px;
    }
}

@media (max-width: 600px){
    .quadrinex {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .quadrinex {
        padding: 20px;
    }
    .quadrinex--title {
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }
}

@media  (max-width: 320px) {
    .quadrinex {
            padding: 5px;
    }
    .quadrinex--img {
        /*margin-left: -10px;*/
    }
    .quadrinex-wrapper {
        margin-top: 35px;
    }
}
.advantages {
    width: 100%;
    background: url("/img/advantages-bg.webp") no-repeat center center;
    background-size: 100% 100%;
    padding: 0 30px 130px 30px;
}

.advantages-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.advantages--title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32.98px;
    text-align: center;
}

.advantages--text {
    max-width: 1130px;
    margin-bottom: 0;
    color: #000000;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.advantages-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:  1fr 1fr 1fr;
    grid-template-columns:  1fr 1fr 1fr;
    -ms-grid-rows:  1fr 1fr;
    grid-template-rows:  1fr 1fr;
    margin-top: 30px;
}

.advantages-items .advantages-item:nth-child(1){
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.advantages-items .advantages-item:nth-child(2){
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.advantages-items .advantages-item:nth-child(3){
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

.advantages-items .advantages-item:nth-child(4){
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

.advantages-items .advantages-item:nth-child(5){
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

.advantages-items .advantages-item:nth-child(6){
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}

.advantages-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin-top: 131px;
}

.advantages-img img {
    width: auto;
    min-width: auto;
}

.advantages-img {
    width: 105px;
    height: 90px;
    text-align: center;
}

.advantages-item-text {
    margin-top: 25px;
    color: #000000;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}

@media  (max-width: 1024px) {
    .advantages {
        background: none;
        background-color: #ffffff;
    }
    .advantages--title {
        font-size: 35px;
    }
    .advantages-item-text {
        font-size: 15px;
        line-height: 21px;
    }
    .advantages-item {
        width: 230px;
        margin-top: 75px;
    }
}

@media  (max-width: 768px) {
    .advantages-item {
        width: 205px;
        margin-top: 55px;
    }
}

@media (max-width: 600px) {
    .advantages--title {
        width: 265px;
        line-height: 40px;
    }
    .advantages-items {
        margin-top: 0;
    }
    .advantages-item {
        width: 180px;
    }
    .advantages-item-text {
        max-width: 145px;
        text-align: center;
    }
    .advantages-img {
        text-align: center;
    }
}

@media  (max-width: 480px) {
    .advantages--title {
        font-size: 28px;
        line-height: 40px;
    }
    .advantages-item {
        width: 160px;
    }
}

@media (max-width: 450px) {
    .advantages-items {
        -ms-grid-columns:  1fr 1fr;
        grid-template-columns:  1fr 1fr;
        margin-top: 40px;
    }
}

@media  (max-width: 320px) {
    .advantages {
        padding-top: 30px;
    }
    .advantages-wrapper {
        margin-top: 40px;
    }
    .advantages-item {
        width: 150px;
        margin-top: 10px;
    }
    /*.advantages-img img {*/
    /*    max-width: 100%;*/
    /*}*/
    /*.advantages-img {*/
    /*    width: 70px;*/
    /*    height: 60px;*/
    /*}*/
}
.interface {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: url("/img/interface-bg.webp") no-repeat center center;
    background-color: #151c25;
    background-size: cover;
    overflow: visible;
    padding: 30px;
}

.interface-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.interface-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
}

.interface-info {
    margin-right: 100px;
}

.interface-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 450px;
    margin-top: 200px;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.interface-text {
    max-width: 505px;
    font-size: 18px;
    line-height: 32.97px;
}

.interface-img {
    position: relative;
    margin-top: -420px;
    width: 670px;
    /*box-shadow: 75px 24px 13px rgba(0, 0, 0, 0.15);*/
}

.interface-img img {
    width: 100%;
}

@media  (max-width: 1250px) {
    .interface-title {
        margin-top: 120px;
    }
    .interface-img {
        margin-top: -330px;
    }
}

@media  (max-width: 1200px) {
    .interface-title {
        margin-top: 100px;
    }
    .interface-img {
        /*min-width: 450px;*/
        margin-top: -315px;
    }
}

@media  (max-width: 1200px) {
    .interface-img {
        /*width: 60%;*/
        margin-top: -300px;

    }
}

@media  (max-width: 1150px) {
    .interface-info {
        margin-right: 25px;
    }
    .interface-img {
        /*min-width: 400px;*/
    }
    .interface-title {
        font-size: 35px;
        font-weight: 700;
    }
    .interface-text {
        max-width: 505px;
        font-size: 14px;
        line-height: 22px;
    }
    .interface-img {
        margin-top: -290px;
        min-width: 500px;
        width: 500px;
    }
}

@media  (max-width: 1024px) {
    .interface {
        background: url("/img/interface-bg_1024.webp") no-repeat center center;
        background-size: cover;
    }
    .interface-wrapper {
        margin-right: 50px;
    }
    .interface-img {
        margin-right: -50px;
        min-width: 450px;
        width: 450px;
    }

}

@media  (max-width: 900px) {
    .interface-info {
        margin-right: 85px;
    }
    .interface-img {
        margin-top: -230px;
        min-width: 450px;
        width: 450px;

    }
    .interface-title {
        width: 310px;
        margin-top: 50px;
    }
    .interface-text {
        max-width: 505px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media  (max-width: 768px) {
    .interface {
        padding-bottom: 60px;
    }
    .interface-wrapper {
        margin: 0;
        align-items: center;
    }
    .interface-content{
        flex-direction: column-reverse;
        align-items: center;
    }
    .interface-title {
        max-width: 100%;
        align-items: center;
        width: 95%;
        margin-top: 10px;
        text-align: center;
    }
    .interface-img {
        margin: 0;
        margin-top: 10%;
        margin-left: 10%;
        min-width: 90%;
        width: 90%;
    }
    .interface-img img {
        margin-left: 0;
    }
    .interface-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .interface-text {
        width: auto;
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
        line-height: 24px;
    }
    .interface-content .green-btn {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .interface {
        padding-bottom: 60px;
    }
    .interface-wrapper {
        margin: 0;
        align-items: center;
    }
    .interface-content{
        flex-direction: column-reverse;
        align-items: center;
    }
    .interface-title {
        max-width: 100%;
        align-items: center;
        width: 95%;
        margin-top: 10px;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }
    .interface-img {
        margin: 0;
        margin-top: 25px;
        min-width: 90%;
        width: 90%;
    }
    .interface-img img {
        margin-left: 0;
    }
    .interface-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .interface-text {
        width: auto;
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
        line-height: 24px;
    }
    .interface-content .green-btn {
        font-size: 16px;
    }
}

@media  (max-width: 320px) {
    .interface {
        padding: 30px 5px;
    }
    .interface-title {
        width: auto;
    }
    .interface-img {
        margin-right: -25px;
    }
}


.fingertips {
    width: 100%;
    background: url("/img/fingertips-bg.webp") no-repeat center center;
    background-size: 100% 100%;
    padding: 0 30px 0 30px;
}

.fingertips-wrapper {
    margin: 150px 0 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fingertips-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.fingertips-text {
    max-width: 1150px;
    margin-top: 45px;
    color: #010101;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32.97px;
    text-align: center;
}

.fingertips--items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
}

.fingertips--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-right: 20px;
}

.fingertips--item:last-of-type {
    margin-right: 0;
}

.fingertips--item--img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
    max-height: 90px;
}

.fingertips--item--text {
    margin-top: 50px;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
}

@media  (max-width: 1024px) {
    .fingertips {
        background: none;
        background-color: #ffffff;
    }
    .fingertips-title {
        font-size: 35px;
        line-height: 40px;
    }
    .fingertips-text {
        width: 363px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .fingertips-text {
        width: 90%;
        font-size: 18px;
        line-height: 24px;
    }
}

@media  (max-width: 600px) {
    .fingertips-title {
        width: 415px;
    }
    .fingertips--items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 45px;
    }
    .fingertips--item {
        margin-top: 30px;
        margin-right: 0;
    }
}

@media  (max-width: 650px) {
    .fingertips-title {
        width: auto;
    }
}

@media  (max-width: 480px) {
    .fingertips-wrapper {
        margin: 50px 0 80px 0;
    }
    .fingertips-title {
        font-size: 28px;
        line-height: 40px;
    }
    .fingertips-wrapper .green-btn {
        font-size: 16px;
    }
}

@media  (max-width: 320px) {
    .fingertips-wrapper {
        margin-bottom: 60px;
    }
    .fingertips-title {
        width: 300px;
    }
    .fingertips-text {
        width: 220px;
        margin-top: 25px;
    }
    .fingertips-wrapper .green-btn {
        margin-top: 20px;
    }
}
.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: url("/img/mobile-bg.webp") no-repeat center center;
    background-color: #151c25;
    background-size: cover;
    padding: 140px 30px 75px 30px;
    overflow: visible;
}

.mobile img {
    width: 100%;
}

.mobile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
}

.mobile-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
}

.mobile-info {
    max-width: 670px;
    margin-right: 110px;
}

.mobile-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 505px;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 62px;
}

.mobile-text {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
}

ul.mobile-list {
    margin-top: 30px;
    /*list-style-image: url('/img/mobile-list-bullet.png');*/
    list-style: none;
}

ul.mobile-list li {
    position: relative;
    margin-top: 30px;
    padding-left: 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
}

ul.mobile-list li:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    left: -30px;
    top: 0;
    background: url("/img/mobile-list-bullet_.png") left center no-repeat;
}

.mobile-app-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}

.mobile-app-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    color: #ffffff;
    width: 164px;
    height: 56px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    font-size: 9px;
    text-decoration: none;
}

.mobile-app-btn::before {
    content: ' ';
    position: absolute ;
    width: 30px;
    height: 36px;
}

.mobile-app-btn .mobile-vendor {
    font-size: 18px;
}

.mobile-app-btn.ios {
    margin-right: 5px;
}

.mobile-app-btn.ios::before {
    background: url("/img/ios.png") no-repeat;
}

.mobile-app-btn.android::before {
    background: url("/img/google-play.png") no-repeat;
}

.mobile-app-btn--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 45px;
}

.mobile-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 550px;
    margin-top: -130px;
}

.mobile-image-left {
    /*width: 170px;*/
    /*height: 574px;*/
    /*margin-right: 45px;*/
}

.mobile-image-right {
    /*width: 190px;*/
    /*height: 620px;*/
    margin-top: -175px;
}

@media  (max-width: 1100px) {
    .mobile-images {
        max-width: 450px;
        min-width: auto;
        /*margin-right: 40px;*/
        margin-top: -130px;
    }
    .mobile-title {
        width: 50%;
        font-size: 38px;
        line-height: normal;
    }
    .mobile-text {
        width: 330px;
        font-size: 17px;
        line-height: 22px;
    }
}

@media  (max-width: 1024px) {
    .mobile {
        padding: 65px 30px 75px 30px;
        background: url("/img/mobile-bg_1024.png") no-repeat center center;
        background-size: cover;
    }
    .mobile-wrapper {
        justify-content: space-between;
    }
    .mobile-info {
        width: 450px;
        margin-right: 50px;
    }
    .mobile-title {
        /*width: 430px;*/
        font-size: 35px;
        line-height: normal;
    }
    .mobile-text {
        width: 330px;
        font-size: 14px;
        line-height: 22px;
    }
    .mobile-images {
        max-width: 400px;
        min-width: auto;
        /*margin-right: 40px;*/
        margin-top: -60px;
    }
    .mobile-image-left {
        margin-right: 0;
    }
    .mobile-image-right {
        margin-top: -120px;
    }
}

@media  (max-width: 900px) {
    .mobile-info {
        /*width: 365px;*/
        margin-right: 50px;
    }
    .mobile-images {
        max-width: 300px;
        margin-top: -95px;
        /*margin-left: 40px;*/
    }
    .mobile-text {
        width: 300px;
    }
}

@media  (max-width: 800px) {
    .mobile {
        background: url("/img/mobile-bg_768.png") no-repeat center center;
        background-size: cover;
        padding-top: 75px;
    }
    .mobile-wrapper {
        align-items: center;
    }
    .mobile-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .mobile-title {
        align-items: center;
        width: 90%;
        text-align: center;
    }
    .mobile_title_br {
        display: none;
    }
    .mobile-info {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }
    .mobile-images {
        margin-top: 130px;
        max-width: 75%;
        margin-left: 10%;
    }
    .mobile-image-left {
        margin-right: -10px;
    }
    .mobile-image-right {
        margin-top: -90px;
    }
    .mobile-text {
        width: 90%;
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        text-align: center;
    }
}

@media  (max-width: 600px) {
    .mobile {
        background: url("/img/mobile-bg_600.png") no-repeat center center;
        background-size: cover;
    }
}

@media  (max-width: 480px) {
    .mobile {
        background: url("/img/mobile-bg_480.webp") no-repeat center center;
        background-size: cover;
    }
    .mobile-title {
        width: auto;
        font-size: 28px;
        line-height: 40px;
    }
    .mobile-info {
        margin: 0 5px;
    }
    ul.mobile-list li {
        font-size: 20px;
    }
}

@media  (max-width: 320px) {
    .mobile {
        background: url("/img/mobile-bg_320.png") no-repeat center center;
        background-size: cover;
        padding: 55px 10px 50px 10px;
    }
}

footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    margin-top: -5px;
    background-color: #151c25;
    background: url("/img/footer__bg.webp") no-repeat center center;
    background-size: 100% 100%;
}

.footer-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 70px;
    width: 70%;
    /*padding-left: 18%;*/
    /*padding-right: 18%;*/
}

.footer-left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 70%;
}

footer .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 57px;
    height: 57px;
    min-width: 57px;
}

footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80%;
}

footer li {
    margin-left: 5%;
    white-space: nowrap;
}

footer .footer-menu-list a {
    color: #ffffff;
    text-decoration: none;
}

footer .trade-link {
    margin-right: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 700;
}

footer a.footer-trade-link2 {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    right: 50%;
    top: 125px;
    text-decoration: none;
    border-bottom: 2px solid #ff9600;
}

footer .mobile-app-buttons {
    flex-direction: column;
}

footer .mobile-app-btn.ios {
    margin: 0;
    margin-bottom: 12px;
}

@media (max-width: 1024px) {
    footer {
        background: url("/img/footer_bg_1024.png") no-repeat center center;
        background-size: cover;
    }
    .footer-left-side {
        flex-direction: column;
    }
    .footer-right-side {
        margin-top: auto;
    }
    footer ul {
        flex-direction: column;
        justify-content: space-between;
    }
    footer nav {
        padding-left: 5px;
    }
    footer li {
        margin-top: 10px;
    }
    .mobile-app-buttons {
        margin-top: 20px;
    }


    /* New footer*/
    .footer-wrapper {
        align-items: center;
        padding-bottom: 25px;
        width: 100%;
    }
    footer .footer-logo {
        position: absolute;
        top: 40px;
        left: 40%;
    }
    .footer-menu {
        margin-top: 85px;
    }
    footer .footer-menu-list a {
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.29px;
    }
    footer a.footer-trade-link2 {
        top: 60px;
        right: 25px;
    }
}

@media  (max-width: 768px) {
    footer {
        background: url("/img/footer_bg_768.png") no-repeat center center;
        background-size: cover;
    }
}

@media  (max-width: 600px) {
    footer {
        background: url("/img/footer_bg_600.png") no-repeat center center;
        background-size: cover;
    }
    footer .footer-logo {
        left: 35%;
    }

}

@media  (max-width: 480px) {
    footer {
        background: url("/img/footer_bg_480.webp") no-repeat center center;
        background-size: cover;
    }
    footer a.footer-trade-link2 {
        top: 85%;
        right: 25px;
    }
    .contacts-footer footer a.footer-trade-link2 {
        top: 92%;
        right: 25px;
    }
    footer .footer-logo {
        left: 30%;
    }
}

@media  (max-width: 320px) {
    footer {
        background: url("/img/footer_bg_320.png") no-repeat center center;
        background-size: cover;
    }
    footer .footer-logo {
        left: 25%;
    }
}
.submit-confirm {
    position: fixed;
    top: -webkit-calc(50% - 160px);
    top: calc(50% - 160px);
    left: -webkit-calc(50% - 275px);
    left: calc(50% - 275px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: 400px;
    display: none;
    border-radius: 15px;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 1000;
    gap: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.submit-confirm .close {
    max-width: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.submit-confirm .tick-mark {
    max-width: 100px !important;
}

.submit-confirm h2.submit-confirm-text {
    width: 90%;
    /* margin-top: 40px; */
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #000000;
}

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

.submit-confirm .submit-confirm-btn {
    width: 220px;
    height: 60px;
    border-radius: 15px;
    background-color: #ff9600;

    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
}

.submit-confirm .submit-confirm-btn:hover {
    box-shadow: 0px 0px 29px 3px rgba(255, 150, 0, 0.72);
}

@media  (max-width: 600px) {
    .submit-confirm {
        top: -webkit-calc(50% - 150px);
        top: calc(50% - 150px);
        left: -webkit-calc(50% - 240px);
        left: calc(50% - 240px);
        /*width: 480px;
        height: 300px;
        padding: 20px; */
        box-sizing: border-box;

    }
    .submit-confirm h2.submit-confirm-text {
        /* margin: 20px 0; */
        width: 100%;
    }
}

@media  (max-width: 480px) {
    .submit-confirm {
        top: -webkit-calc(50% - 150px);
        top: calc(50% - 150px);
        left: -webkit-calc(50% - 222px);
        left: calc(50% - 222px);
        /*width: 444px;
        height: 300px;
        padding: 20px; */
        box-sizing: border-box;
    }
}

@media  (max-width: 450px) {
    .submit-confirm {
        top: -webkit-calc(50% - 160px);
        top: calc(50% - 160px);
        left: -webkit-calc(50% - 140px);
        left: calc(50% - 140px);
        /*width: 280px;
        height: 320px;
        padding: 20px; */
        box-sizing: border-box;
    }
    .submit-confirm h2.submit-confirm-text {
        /* margin: 20px 0; */
        /*font-size: 22px;*/
    }

}


.error_submit-confirm {
    position: fixed;
    top: -webkit-calc(50% - 160px);
    top: calc(50% - 160px);
    left: -webkit-calc(50% - 275px);
    left: calc(50% - 275px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: 400px;
    display: none;
    border-radius: 15px;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 1000;
    gap: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.error_submit-confirm .close {
    max-width: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.error_submit-confirm h2.submit-confirm-text {
    width: 90%;
    /* margin-top: 40px; */
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #000000;
}

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

.error_submit-confirm .error-confirm-btn {
    width: 220px;
    height: 60px;
    border-radius: 15px;
    background-color: #ff9600;

    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
}

.error_submit-confirm .error-confirm-btn:hover {
    box-shadow: 0px 0px 29px 3px rgba(255, 150, 0, 0.72);
}

@media  (max-width: 600px) {
    .error_submit-confirm {
        top: -webkit-calc(50% - 150px);
        top: calc(50% - 150px);
        left: -webkit-calc(50% - 240px);
        left: calc(50% - 240px);
        /* width: 480px;
        height: 300px;
        padding: 20px; */
        box-sizing: border-box;

    }
    .error_submit-confirm h2.submit-confirm-text {
        /* margin: 20px 0; */
        width: 100%;
    }
}

@media  (max-width: 480px) {
    .error_submit-confirm{
        top: -webkit-calc(50% - 150px);
        top: calc(50% - 150px);
        left: -webkit-calc(50% - 222px);
        left: calc(50% - 222px);
        /* width: 444px;
        height: 300px;
        padding: 20px; */
        box-sizing: border-box;
    }
}

@media  (max-width: 450px) {
    .error_submit-confirm {
        top: -webkit-calc(50% - 160px);
        top: calc(50% - 160px);
        left: -webkit-calc(50% - 140px);
        left: calc(50% - 140px);
        /* width: 280px;
        height: 320px;
        padding: 20px; */
        box-sizing: border-box;
    }
    .error_submit-confirm h2.submit-confirm-text {
        /* margin: 20px 0; */
        /*font-size: 22px;*/
    }
    .error_submit-confirm img {
        /*width: 80px;*/
    }
}





.g-recaptcha {
    margin-top: -5px;
}

.form-group .form-element-group:first-child {
    margin-right: 10px;
}

.form-group:nth-of-type(2) .form-element-group {
    margin-right: 0;
}

.prices-form-wrapper .close-form--button {
    /*position: relative;*/
    /*top: 20px;*/
    /*right: 15px;*/
    /*display: flex;*/
    width: 20px;
    height: 20px;

    background: none;
    color: red;
    font-size: 30px ;


    margin-left: 98%;
    margin-top: -10px;
}

.close-form--button span {
    position: relative;
    display: block;
    width: 15px;
    border: 1px solid dimgray;
    border-radius: 10px;
}
.contacts-form--submit--btn:hover {
    background-color: #ffffff !important;
    color: black !important;
    border: 4px solid #ff9600 !important;
}
.close-form--button span.close-span-1 {
    top: 0;
    left: 0;
   transform: rotate(45deg);
}
.close-form--button span.close-span-2 {
    transform: rotate(-45deg);
    top: -2px;
    left: 0;
}

.iti__flag-container {
    width: 100%;
}
ul.iti__country-list {
    width: 100%;
    overflow-x: hidden;
    white-space: normal;
}
li.iti__country {
    font-size: 16px;
    color: rgb(106, 106, 106);
    padding: 0 10px;
}
.iti__selected-flag {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media  (max-width: 768px) {
    .prices-form-wrapper .close-form--button {
        margin-left: 95%;
    }
    .main-page .prices-form input {
        width: 100%;
    }
    .main-page .prices-form {
        width: 80%;
        padding: 25px;
    }
    .g-recaptcha {
        margin-top: 0;
        transform:scale(0.9);
        transform-origin:0 0;
    }
}

@media  (max-width: 650px) {
    .g-recaptcha {
        margin-top: 5px;
        transform:scale(0.8);
        transform-origin:0 0;
    }
}

@media  (max-width: 600px) {
    .form-group:nth-of-type(3) {
        flex-direction: column;
    }
    .form-group:nth-of-type(3) .form-element-group{
        align-items: center;
        width: 100%;
    }
    .g-recaptcha {
        transform: scale(1);
    }
}

@media  (max-width: 480px) {
    .prices-form-wrapper .close-form--button {
        margin-left: 92%;
    }
}
@media  (max-width: 400px) {
    .main-page .prices-form .contacts-form--submit--btn {
        width: 190px;
        height: 60px;
    }
    .g-recaptcha {
        transform:scale(0.9);
        transform-origin: 50% 0;
    }
}

@media  (max-width: 320px) {
    .g-recaptcha {
        transform:scale(0.9);
        transform-origin: 50% 0;
    }
}
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}
.platform-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.platform-top {
    max-width: 1200px;
    margin: auto;
    margin-top: 80px;
    color: #222222;
}

.platform-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
}

.platform-title .bottom-line {
    margin-top: 5px;
}

.platform-subtitle,
.list-subtitle {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 700;
}
.platform-wrapper h3 {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.get-platform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 20px auto 65px auto;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color: #ffffff;
}

.get-platform .left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: url("/img/get-platform-left-bg.png") no-repeat center center;
    background-size: cover;
}

.left-side-wrapper {
    padding: 15px 45px 90px 55px;
    background: rgba(0, 0, 0, .72);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.get-platform .left-side--item {
    margin-top: 70px;
    max-width: 360px;
}

.get-platform .left-side--item--title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 70px;
    /*font-size: 21px;*/
    /*font-weight: 400;*/
    /*line-height: 31px;*/
}

/*comment*/
.get-platform .left-side--item--title::before {
    position: absolute;
    display: block;
    content: '';
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px);
    left: 0;
    margin-right: 10px;
    min-width: 35px;
    height: 35px;
    background: url("/img/mobile-list-bullet_.png") no-repeat center center;
    background-size: cover;
}

.get-platform .left-side--item--text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
}

.get-platform .right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.get-platform-form {
    width: 100%;
    margin: 45px 35px 25px 35px ;
    color: #6a6a6a;
    font-size: 18px;
    line-height: 43px;
    text-align: left;
}

.get-platform-form h4 {
    width: 100%;
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
}

.get-platform-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.get-platform-form .form-element-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-element-group label {
    margin-left: 5px;
    width: 100%;
}

.get-platform-form input {
    width: 320px;
    height: 68px;
    border-radius: 15px;
    background-color: #e9e9e9;
    padding-left: 20px;
    box-sizing: border-box;
}

.get-platform-form textarea {
    height: 210px;
    border-radius: 15px;
    background-color: #e9e9e9;
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    resize: none;
}

.get-platform-form .form-group .form-element-group:first-child {
    margin-right: 30px;
}

.get-platform-form .form-group:nth-of-type(2) .form-element-group{
    margin-right: 0;
}

.contacts-form--submit--btn {
    display: block;
    width: 220px;
    height: 60px;
    border-radius: 15px;
    background-color: #ff9600;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    margin: 0 auto;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.contacts .contacts-form--submit--btn:hover {
    background-color: #ffffff;
    color: black;
    border: 4px solid #ff9600;
}
.get-platform-form .contacts-form--submit--btn:hover {
    background-color: #ffffff;
    color: black;
    border: 4px solid #ff9600;
}

@media  (max-width: 1200px) {
    .get-platform {
        flex-direction: column;
    }
    .get-platform {
        flex-direction: column;
    }
    .left-side-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 30px 0 30px;
        padding-bottom: 30px;
    }
    .get-platform .left-side--item {
        max-width: 400px;
    }
    .get-platform .left-side--item--title {
        font-size: 24px;
        line-height: 31px;
    }
    .get-platform .left-side--item--text {
        font-size: 16px;
        line-height: 24px;
    }
    .platform-top {
        margin: 80px 65px 80px 20px;
    }
    .platform-title {
        font-size: 32px;
        line-height: 43px;

    }
    .platform-text {
        font-size: 14px;
        line-height: 22px;
    }
    .get-platform {
        width: auto;
        margin: 0 30px 100px 30px;
    }
    .get-platform-form h4 {
        margin-top: 25px;
        font-size: 20px;
    }
    .get-platform-form {
        margin: 0 20px 40px 20px;
        font-size: 14px;
    }
    .get-platform-form input {
        width: 100%;
        height: 57px;
    }
    .get-platform-form textarea {
        width: 100%;
        height: 130px;
        margin-right: 0;
    }
    .contacts-form--submit--btn {
        width: 190px;
        height: 50px;
        font-size: 15px;
    }
}

@media  (max-width: 850px) {
    .platform-top {
        margin-bottom: 50px;
    }
    .get-platform-form .form-group {
        margin-bottom: 10px;
    }
    .get-platform-form .form-group .form-element-group {
        width: 100%;
    }
    .get-platform-form .form-group .form-group:nth-of-type(2) .form-element-group {
        width: 100%;
    }
    .get-platform-form .form-element-group input {
        max-width: 100%;
    }
    .contacts-form--submit--btn {
        margin-top: 40px;
    }
}

@media  (max-width: 768px) {
    /*  Form */
    .get-platform-form .form-group {
        margin-bottom: 10px;
    }
    .get-platform-form .form-group .form-group:nth-of-type(2) .form-element-group {
        width: 100%;
    }
    .get-platform-form .form-group .form-element-group input {
        width: 100%;
    }
    .contacts-form--submit--btn {
        margin-top: 40px;
    }
}

@media  (max-width: 650px) {
    .get-platform {
        margin: 0 0 100px 0;
    }
    .get-platform-form input {
        width: 100%;
    }
}

@media  (max-width: 480px) {
    .platform-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 80px auto 50px auto;
    }
    .platform-text,
    .platform-subtitle,
    .platform-top h4,
    .list-subtitle{
        width: 90%;
    }
    .get-platform .right-side {
        width: 100%;
    }
    .get-platform .get-platform-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    .get-platform-form .form-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .get-platform-form .form-element-group {
        /*align-items: center;*/
    }
    .form-group .form-element-group:first-child {
        margin-right: 0;
    }
    .get-platform-form .form-group .form-element-group:first-child {
        margin-right: 0;
    }
    .get-platform-form .form-element-group input {
        width: 95%;
        height: 57px;
        margin: auto;
    }
    .get-platform-form textarea {
        width: 100%;
        height: 110px;
        margin-right: 0;
    }

    .contacts-form--submit--btn {
        margin-top: 0;
    }
}

@media  (max-width: 399px) {
    .platform-title {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }
}

@media  (max-width: 320px) {
    .get-platform {
        margin: 0 10px 50px 10px;
    }
    .left-side-wrapper {
        padding: 0px 10px 30px 10px;
    }
    .get-platform .left-side--item--title {
        font-size: 18px;
        line-height: 24px;
    }
    .get-platform .left-side--item--text {
        font-size: 12px;
        line-height: 18px;
    }
    .get-platform .left-side--item--title::before {
        min-width: 25px;
        height: 25px;
        margin-right: 5px;
        top: 15px;
    }
    .get-platform-form {
        margin: 0 5px 40px 5px;
    }
    .get-platform-form input {
        width: 90%;
    }
    .get-platform-form textarea {
        width: 99%;
    }
}

.prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.prices-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prices .prices-form button.contacts-form--submit--btn:hover {
    background-color: #ffffff;
    color: black;
    border: 4px solid #ff9600;
}
.prices-wrapper .prices-title {
    margin: 0;
    padding: 0;
    margin-top: 80px;
    color: #1e1e1e;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.prices h2 {
    margin-bottom: 15px;
    color: #2f2f2f;
    font-size: 29px;
    font-weight: 700;
    line-height: normal;
}

.prices h3 {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.prices h3:last-of-type {
    margin-top: 20px;
}

.prices-title .bottom-line {
    margin-top: 0;
}

.prices-wrapper .prices-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.prices-wrapper .prices-left {
    max-width: 350px;
    margin-bottom: 85px;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    background: url("/img/prices_bg.png") no-repeat center center;
    background-size: cover;
}

.prices-wrapper .prices-left-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 55px 20px 40px 20px;
    background: rgba(0, 0, 0, .72);
    box-sizing: border-box;
}

/*.prices-left-wrapper h2 {*/
/*    max-width: 100%;*/
/*    font-size: 48px;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    letter-spacing: normal;*/
/*    line-height: 43px;*/
/*    text-align: left;*/
/*    text-transform: uppercase;*/
/*}*/

/*.prices-left-wrapper h3 {*/
/*    max-width: 100%;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    letter-spacing: normal;*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/

/*.prices-left-wrapper h4 {*/
/*    margin: 0;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.prices-left-wrapper p {*/
/*    max-width: 100%;*/
/*    text-align: center;*/
/*}*/

.prices-left-wrapper ul {
    max-width: 100%;
    margin-top: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}

.prices-left-wrapper li {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.prices-left-wrapper .button-show-contact-form {
    width: 220px;
    height: 60px;
    margin-top: 50px;
    border-radius: 15px;
    background-color: #ff9600;

    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
}
.prices-left-wrapper .button-show-contact-form:hover {
    background-color: #ffffff;
    color: black;
    border: 4px solid #ff9600;
}
.bottom-line-prices {
    width: 40%;
    margin: 25px auto;
}

.prices-wrapper .prices-right {
    max-width:605px;
    margin-left: 60px;
    color: #1e1e1e;
}

.prices-wrapper .prices-right p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

/* FORM */

.prices-form-wrapper {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .47);
}

.prices-form {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 35px;
    border-radius: 15px;
    background-color: #ffffff;

    color: #6a6a6a;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
}

.hidden-form {
    display: none;
}

.prices-form h4 {
    width: 100%;
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
}

.prices-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.prices-form .form-element-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.prices-form input {
    width: 320px;
    height: 68px;
    padding-left: 20px;
    border-radius: 15px;
    background-color: #e9e9e9;
    box-sizing: border-box;
}

.prices-form textarea {
    width: 668px;
    height: 210px;
    padding: 20px;
    border-radius: 15px;
    background-color: #e9e9e9;
    box-sizing: border-box;
    resize: none;
}

.form-element-group.price-form-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;

}

.prices-form button {
    width: 260px;
    height: 68px;
    border-radius: 15px;
    background-color: #ff9600;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

.prices-form-wrapper.form-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    top: -50px;
}

.form-element-group.price-form--submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
}

.prices-form-wrapper .price-form--submit--btn {
    position: relative;
    width: 260px;
    height: 68px;
    border-radius: 15px;
    background-color: #20a831;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.prices .success-message {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: -50px;
    margin-bottom: 50px;
}

@media  (max-width: 1200px) {
    .prices-wrapper .prices-right {
        margin-left: 50px;
    }
}

@media  (max-width: 1024px) {
    .prices-wrapper .prices-title {
        font-size: 35px;
    }
    .prices-wrapper .prices-content {
        margin: 65px 30px 0 30px;
    }
    .prices-wrapper .prices-left {
        min-width: 350px;
    }
    .prices-left-wrapper p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .prices-left-wrapper ul {
        font-size: 16px;
        line-height: 24px;
    }
}

@media  (max-width: 768px) {
    .prices-left-wrapper h2 {
        font-size: 41px;
        line-height: 37px;
    }
    .prices-wrapper .prices-left {
        min-width: 305px;
        margin-top: 45px;
    }
    .prices-left-wrapper h3 {
        font-size: 14px;
        line-height: 21px;
    }
    .prices-left-wrapper p {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    .prices-left-wrapper ul {
        font-size: 14px;
        line-height: 21px;
    }
    .prices-left-wrapper .button-show-prices-form {
        width: 225px;
        height: 60px;
        font-size: 12px;
    }
    .prices-wrapper .prices-right {
        margin-left: 40px;
    }
    .prices-wrapper .prices-right p {
        font-size: 14px;
        line-height: 23px;
    }
    .prices-form h4 {
        font-size: 24px;
    }
    .prices-wrapper .prices-form-wrapper .prices-form {
        width: 90%;
        font-size: 15px;
    }
    .prices-form .form-group {
        width: 100%;
    }
    .form-group .form-element-group {
        width: 50%;
    }
    .prices-form .form-group:nth-of-type(2) .form-element-group {
        width: 100%;
        margin-right: 0;
    }
    .form-group .form-element-group input {
        max-width: 100%;
    }
    .form-group .form-element-group textarea {
        width: 100%;
    }
    .prices-left-wrapper .button-show-prices-form {
        width: 260px;
        height: 70px;
        font-size: 12px;
    }
    .prices-wrapper .g-recaptcha {
        transform: scale(1);
    }

}

@media  (max-width: 600px) {
    .prices-wrapper .prices-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin: 20px;
    }
    .prices-wrapper .prices-left {
        margin-bottom: 30px;
        min-width: 70%;
    }
    .prices-left .prices-left-wrapper {
        padding: 55px 0 40px 0;
    }
    .prices-left-wrapper h2 {
        font-size: 48px;
        line-height: 37px;
    }
    .prices-left-wrapper h3 {
        max-width: 70%;
        font-size: 16px;
        line-height: 21px;
    }
    .prices-left-wrapper p {
        max-width: 70%;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }
    .prices-left-wrapper ul {
        max-width: 70%;
        font-size: 16px;
        line-height: 21px;
    }

    .prices-form h4 {
        font-size: 20px;
        line-height: 43px;
    }
    .prices-form input {
        width: 250px;
        height: 55px;
    }
    .prices-form textarea {
        width: 525px;
        height: 130px;
    }
    .prices .prices-form {
        box-sizing: border-box;
        width: 95%;
        padding: 25px;
        font-size: 14px;
    }
    .prices-form .form-group {
        margin-top: 5px;
    }
    .prices-form .form-group:first-of-type {
        margin-top: 0;
    }
    .prices-form .form-group:nth-of-type(3) .form-element-group input{
        width: 100%;
    }

    .prices .prices-form button.contacts-form--submit--btn {
        margin-top: 0;
        width: 192px;
        height: 50px;
    }

}

@media  (max-width: 650px) {
    .prices-wrapper .g-recaptcha {
        transform: scale(0.9);
        margin-top: -2px;
    }
}

@media  (max-width: 600px) {
    .prices-wrapper .g-recaptcha {
        transform: scale(1);
    }
}
@media  (max-width: 480px) {

    .prices-left-wrapper h2 {
        font-size: 40px;
    }
    .prices-left-wrapper h3 {
        font-size: 13px;
        line-height: 21px;
    }
    .prices-left-wrapper p {
        font-size: 13px;
        line-height: 21px;
        text-align: center;
    }
    .prices-left-wrapper ul {
        font-size: 13px;
        line-height: 21px;
    }
    .prices-left-wrapper .button-show-contact-form {
        width: 205px;
        height: 60px;
        font-size: 16px;
    }

    .prices-wrapper .prices-right {
        margin: auto;
        max-width: 95%;
    }

/*    ####################### */
    .prices-form .form-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .prices-form .form-element-group {
        width: 100%;
    }
    .prices-form input {
        width: 100%;
        height: 55px;
    }
    .prices-form textarea {
        width: 100%;
        height: 130px;
    }
    .prices-form .form-element-group.contacts-form-submit {
        margin-top: 0;
    }
    .prices-wrapper .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 50% 0;
    }
}

@media  (max-width: 320px) {
    .prices-wrapper .prices-right {
        margin: auto 10px;
    }

    .prices-left-wrapper h3 {
        max-width: 85%;
    }
    .prices-left-wrapper p {
        max-width: 85%;
    }
    .prices-left-wrapper ul {
        max-width: 85%;
    }
    .prices-left-wrapper .button-show-contact-form {
        width: 192px;
        height: 55px;
    }

}

.patrners .partners-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 110px;
}

.patrners .partners-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    color: #252525;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43.04px;
}

.patrners .partners-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.patrners .partners-block:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    background-color: #ffffff;
}

.partners-block.block-1 .partners-block--image {
    background: url("/img/uniq_prod.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.partners-block.block-1:hover .partners-block--image {
    background: url("/img/uniq_prod_hover.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.partners-block.block-2 .partners-block--image {
    background: url("/img/gain.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.partners-block.block-2:hover .partners-block--image {
    background: url("/img/gain_hover.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.partners-block.block-3 .partners-block--image {
    background: url("/img/bilateralism.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.partners-block.block-3:hover .partners-block--image {
    background: url("/img/bilateralism_hover.png") no-repeat;
    background-position: center;
    background-size: contain;
}

.partners-block--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 105px;
    height: 100px;
    margin: auto 40px;
}

.partners-block:hover .partners-block--image {
    min-width: 162px;
    height: 162px;
}


.patrners .partners-block--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 970px;
    padding: 40px 65px 40px 0;
    color: #2f2f2f;
}

.patrners .partners-block--info--title {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    text-align: left;
}

.patrners .partners-block-info-text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    text-align: left;
}

.patrners .partners-block:hover .partners-block-info-text  {
    /*font-weight: 700;*/
}

.patrners .button-show-contact-form {
    width: 280px;
    min-width: 280px;
    height: 60px;
    margin-top: 90px;
    border-radius: 15px;
    background-color: #ff9600;

    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;
}
.patrners .button-show-contact-form:hover {
    background-color: #ffffff;
    color: black;
    border: 4px solid #ff9600;
}
.patrners .green-line {
    width: 250px;
    height: 3px;
}

@media  (max-width: 1200px) {
    .patrners .partners-block--info {
        width: auto;
    }
}

@media  (max-width: 1024px) {
    .patrners .partners-wrapper {
        margin-bottom: 55px;
    }
    .patrners .partners-title {
        font-size: 35px;
        line-height: 43px;
    }
    .patrners .partners-block--info--title {
        font-size: 25px;
        line-height: 32px;
    }
    .patrners .partners-block-info-text {
        line-height: 26px;
    }
    .partners-block--image {
        min-width: 80px;
        height: 80px;
        margin: auto 60px;
    }

    .partners-block:hover .partners-block--image {
        min-width: 126px;
        height: 126px;
        margin: auto 35px;
    }

    .patrners .partners-block--info {
        padding: 30px 70px 30px 0;
    }
    .patrners .become-partner-btn {
        width: 190px;
        height: 50px;
        margin-top: 20px;
        font-size: 11px;
        line-height: 43px;
    }
}

@media  (max-width: 768px) {
    .patrners .partners-block--info--title {
        font-size: 20px;
        line-height: 32px;
    }
    .patrners .partners-block-info-text {
        font-size: 14px;
        line-height: 21px;
    }
    .partners-block--image {
        min-width: 70px;
        height: 70px;
        margin: auto 40px;
    }
    .partners-block:hover .partners-block--image {
        min-width: 90px;
        height: 90px;
        margin: auto 30px;
    }
    .patrners .prices-form {
        max-width: 90%;
        padding: 30px 15px;
    }
}

@media  (max-width: 600px) {
    .patrners .partners-block--info {
        padding: 20px 35px 20px 0;
    }
    .patrners .partners-block--info--title {
        margin-top: 10px;
    }
    .patrners .partners-block-info-text {
        margin-top: 10px;
    }
    .patrners .partners-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media  (max-width: 480px) {
    .patrners .partners-block--info {
        padding-right: 15px;
    }
    .partners-block--image {
        min-width: 70px;
        height: 70px;
        margin: auto 30px;
    }
    .partners-block:hover .partners-block--image {
        min-width: 90px;
        height: 90px;
        margin: auto 15px;
    }
}
@media  (max-width: 320px) {
    .partners-wrapper {
        margin: 15px;
    }
    .patrners .partners-title{
        margin-top: 80px;
    }
    .patrners .partners-block {
        flex-direction: column;
        padding: 20px 15px 35px 15px;
        margin-top: 35px;
    }
    .patrners .partners-block--info {
        padding: 0;
    }
    .patrners .partners-block--info--title {
        text-align: center;
    }
    .patrners .partners-block .partners-block-info-text {
        text-align: center;
    }

}
.contacts-header header {
    height: 125px;
}
.contacts-footer footer {
    margin-top: -320px;
    /*background: none;*/
}

.contacts-footer .footer-wrapper {
    padding: 0;
}

.contacts-page {
    margin-top: -5px;
}

.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: url("/img/contact_full_bg.jpg") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}

.contacts .contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    min-width: 100%;
    margin-bottom: 350px;

    /*background: url("/img/contact_grid_bg.png") no-repeat;*/
    /*!*background-color: #353a42;*!*/
    /*background-size: 75%;*/
    /*background-position: 150% 100%;*/
}

.contacts .contacts-text {
    margin-top: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 59.91px;

}

.contacts .contacts-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
}

/*  FORM  */

.contacts .contacts-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 115px auto 0 auto;
}

.contacts .contacts-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 35px;
    border-radius: 15px;
    background-color: #ffffff;

    color: #6a6a6a;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
}

.contacts .contacts-form h4 {
    width: 100%;
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 43px;
}

.contacts-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.contacts-form .form-element-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.contacts-form .form-group .form-element-group:first-of-type {
    margin-right: 10px;
}

.contacts-form .form-group:nth-of-type(2) .form-element-group {
    width: 100%;
}

.contacts-form input {
    width: 320px;
    height: 68px;
    padding-left: 20px;
    border-radius: 15px;
    background-color: #e9e9e9;
    box-sizing: border-box;
}

.contacts-form textarea {
    width: 100%;
    height: 210px;
    padding: 20px;
    border-radius: 15px;
    background-color: #e9e9e9;
    box-sizing: border-box;
    resize: none;
}

.form-element-group.contacts-form-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
}

.contacts .contacts-form button {
    width: 260px;
    height: 68px;
    border-radius: 15px;
    background-color: #ff9600;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

@media  (max-width: 1024px) {
    .contacts {
        background: url("/img/contact_bg_1024.png") no-repeat center center;
        background-size: cover;
    }
    .contacts h1.contacts-title {
        font-size: 35px;
    }
    .contacts h3.contacts-text {
        margin-top: 25px;
        font-size: 14px;
        line-height: 20px;
    }
    .contacts div.contacts-form-wrapper {
        margin-top: 55px;
    }
    .contacts .contacts-form h4 {
        font-size: 24px;
    }

}

@media  (max-width: 768px) {
    .contacts {
        background: url("/img/contact_bg_768.png") no-repeat center center;
        background-size: cover;
    }
    .contacts .contacts-form {
        max-width: 100%;
    }
    .contacts-form .form-group {
        width: 100%;
    }
    .contacts-form .form-element-group {
       width: 50%;
    }
    .contacts-form .form-element-group input{
        width: 100%;
    }
    .contacts-form .form-group:nth-of-type(2) .form-element-group {
        width: 100%;
        margin-right: 0;
    }
    .contacts .capcha {
        margin-left: 7%;
    }
}

@media  (max-width: 600px) {
    .contacts {
        background: url("/img/contact_bg_600.png") no-repeat center center;
        background-size: cover;
    }
    .contacts h3.contacts-text {
        max-width: 90%;
        text-align: center;
    }

    .contacts .contacts-form h4 {
        font-size: 20px;
        line-height: 43px;
    }
    .contacts-form input {
        width: 250px;
        height: 55px;
    }
    .contacts-form textarea {
        width: 100%;
        height: 130px;
    }
    .contacts .contacts-form {
        box-sizing: border-box;
        width: 100%;
        /*padding: 10px 25px 35px 25px;*/
        font-size: 14px;
    }
    .contacts .contacts-form .form-group {
        margin-top: 15px;
    }
    .contacts .contacts-form .form-group:first-of-type {
        margin-top: 0;
    }

    .contacts .contacts-form button {
        width: 192px;
        height: 50px;
    }
    .contacts .capcha {
        margin-left: 0;
    }
}

@media  (max-width: 480px) {
    .contacts {
        background: url("/img/contact_bg_480.png") no-repeat center center;
        background-size: cover;
    }
    .contacts .contacts-wrapper{
        width: 100%;
    }
    .contacts .contacts-form .form-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .contacts .form-element-group {
        width: 100%;
    }

    .contacts-form input {
        width: 100%;
        height: 55px;
    }
    .contacts-form textarea {
        width: 100%;
        height: 130px;
    }
    .form-element-group.contacts-form-submit {
        margin-top: 25px;
    }
}

@media  (max-width: 320px) {
    .contacts {
        background: url("/img/contact_bg_320.png") no-repeat center center;
        background-size: cover;
    }
    .prices-wrapper {
        max-width: 100%;
    }
    .contacts h3.contacts-text {
        width: 70%;
        text-align: center;
    }
    .contacts .contacts-form {
        padding: 10px 15px 25px 15px;
    }
    div.contacts-page-footer {
        height: 300px;
    }
}
.wrapper-404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: url("/img/404_bg.png") no-repeat center center;
    background-size: cover;
    margin-top: -88px;
    overflow: auto;
}
.error-404_title {
    margin-top: 220px;
    font-weight: 600;
    font-size: 96px;
    line-height: 117px;
    text-align: center;
}
.error-404-text {
    max-width: 90%;
    margin-top: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
}
.error-404-button {
    width: 217px;
    height: 61px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #141821;
}

@media  (max-width: 1024px) {
    .main-page-header {
        position: relative;
        background: none;
        background-color: rgba(29, 34, 41, 0.7);
    }
    .wrapper-404 {
        background: url("/img/404_1024_bg.png") no-repeat center center;
        background-size: cover;
    }
}

@media  (max-width: 768px) {
    .wrapper-404 {
        background: url("/img/404_768_bg.png") no-repeat center center;
        background-size: cover;
    }
    .error-404-text {
        font-size: 24px;
        line-height: 29px;
    }
}

@media  (max-width: 600px) {
    .wrapper-404 {
        background: url("/img/404_600_bg.png") no-repeat center center;
        background-size: cover;
    }
    .error-404_title {
        font-size: 72px;
        line-height: 88px;
    }
    .error-404-text {
        font-size: 21px;
        line-height: 26px;
    }
}

@media  (max-width: 480px) {
    .wrapper-404 {
        background: url("/img/404_480_bg.png") no-repeat center center;
        background-size: cover;
    }
    .error-404_title {
        font-size: 64px;
        line-height: 78px;
    }
    .error-404-text {
        font-size: 18px;
        line-height: 22px;
    }
}

@media  (max-width: 320px) {
    .wrapper-404 {
        background: url("/img/404_320_bg.png") no-repeat center center;
        background-size: cover;
    }
    .error-404_title {
        font-size: 64px;
        line-height: 78px;
    }
    .error-404-text {
        font-size: 14px;
        line-height: 17px;
    }
}





