@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic-ext");/* Changing Susy default global settings */*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,th {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

html {
  height: 100%;
  margin: 0 !important;
}

body {
  min-height: 100%;
  overflow-x: hidden !important;
  font-family: "Ubuntu", sans-serif !important;
  background-color: #0e0e0f;
}

footer {
  background-color: white;
}

p {
  margin: 0;
}

figure {
  margin: 0 !important;
}

a {
  outline: none !important;
  color: #ff3939;
}

b {
  font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  margin: 0;
}

img,iframe {
  margin: auto;
  display: block;
}

blockquote {
  padding: 0;
}

.fancybox-container {
  z-index: 1000000 !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  border: none !important;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: green;
}

.container {
  padding: 0;
}

.row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.mobile {
  display: none;
}

body {
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.l-inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  width: 1110px;
  position: relative;
  z-index: 10;
  overflow: initial;
}

.btn-main {
  border-radius: 55px;
  background-color: #d22121;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  transition: all 300ms ease 0s;
  font-size: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 800;
  border: none;
  display: inline-block;
}

.btn-main:hover {
  background-color: #e24444;
}

.btn-main:active {
  background-color: #a61a1a;
}

.modal-block {
  padding: 0 !important;
  border-radius: 10px;
}

.modal-block h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-bottom: 50px;
}

.modal-block input {
  width: 100%;
  height: 43px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background-color: #ffffff;
  margin-bottom: 21px;
  color: rgba(0, 0, 0, 0.31);
  font-size: 12px;
  padding-left: 30px;
  border: none;
  outline: none;
}

.modal-block .btn-main {
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}

.modal-block input[type="checkbox"] {
  transform: scale(1.4);
  width: 15%;
  float: left;
}

.modal-block .wpcf7-list-item-label {
  color: rgba(0, 0, 0, 0.51);
  font-size: 10px;
  display: inline-block;
  width: 85%;
  float: left;
}

.modal-block .thanks {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.modal-block .thanks .text-thanks {
  color: #ff3939;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.modal-block .thanks.active {
  display: block;
}

.modal-block .fancybox-close-small {
  outline: none;
  color: white !important;
  padding: 5px !important;
}

.tb-modal {
  z-index: 1000072 !important;
}

.logo {
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}

.logo span {
  color: #ff3939;
}

.section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.section .row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.section-main {
  min-height: 100vh;
  padding: 120px 0 40px;
  display: flex;
  align-items: center;
}

.section-main .form-container {
  background-color: #1f2224;
  width: 100%;
  float: left;
}

.section-main .thanks,.section-main .error {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px;
  color: white;
  display: none;
}

.section-main .thanks .title-4,.section-main .error .title-4 {
  color: red;
  font-size: 25px;
  font-weight: 700;
}

.section-main .thanks .title-1,.section-main .error .title-1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 34px;
}

.section-main .thanks .title-2,.section-main .error .title-2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 35px;
}

.section-main .thanks .title-3,.section-main .error .title-3 {
  font-weight: 700;
  font-size: 30px;
}

.section-main .step-header {
  width: 100%;
  float: left;
}

.section-main .step-header .title-1 {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.section-main form {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.section-main form .input-row {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.section-main form .input-row .input-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.section-main form .input-row input.step-text,.section-main form .input-row textarea {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  outline: none;
  width: 300px;
  margin: 25px 0 15px;
  padding-left: 25px;
  border-radius: 35px;
  color: white;
}

.section-main form .input-row input.step-text {
  height: 45px;
}

.section-main form .input-row .input-error {
  border: 2px solid #ff3939 !important;
}

.section-main form .input-row select {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  outline: none;
  width: 300px;
  margin: 25px 0 15px;
  padding-left: 25px;
  border-radius: 35px;
  color: white;
  height: 45px;
  cursor: pointer;
}

.section-main form .input-row option {
  color: black;
}

.section-main form .input-row textarea {
  height: 100px;
  padding-top: 25px;
  resize: none;
}

.section-main form .input-row .note {
  width: 100%;
  float: left;
  color: white;
  font-style: italic;
  font-size: 14px;
}

.section-main .steps {
  width: 100%;
  float: left;
  display: none;
}

.section-main .steps.steps-13 .column-number ul li {
  height: 100px;
}

.section-main .steps .column-number {
  width: 7%;
  float: left;
  border-right: 1px solid white;
}

.section-main .steps .column-number ul {
  width: 100%;
  float: left;
}

.section-main .steps .column-number ul li {
  width: 100%;
  float: left;
  text-align: center;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24282a;
  color: #45484a;
  letter-spacing: 2.4px;
  font-size: 24px;
}

.section-main .steps .column-number ul li.active {
  background-color: #ff3939;
  color: white;
}

.section-main .steps .container {
  width: 93%;
  float: right;
  position: relative;
}

.section-main .steps .container .title-block {
  width: 100%;
  float: left;
  background-color: #24282a;
  padding: 65px 75px 65px 75px;
}

.section-main .steps .container .content-block {
  width: 100%;
  float: left;
  padding: 0 75px 62px 75px;
}

.section-main .steps .container .content-block.some-input .title-step {
  margin-bottom: 60px;
}

.section-main .steps .container .title-calc {
  color: white;
  letter-spacing: 2.4px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}

.section-main .steps .container .title-calc:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 300px;
  height: 2px;
  background-color: white;
  border-radius: 50%;
}

.section-main .steps .container .note-step {
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.section-main .steps .container .title-step {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  width: 100%;
  float: left;
  margin: 65px 0 20px;
  position: relative;
  padding-left: 55px;
  text-transform: uppercase;
}

.section-main .steps .container .title-step:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #ff3939;
}

.section-main .steps .container .title-step span {
  color: #ff3939;
}

.section-main .steps .container .slider-block {
  width: 100%;
  float: left;
}

.section-main .steps .container .slider-block span.thumb {
  display: none;
}

.section-main .steps .container .slider-block p {
  display: inline-block;
  float: left;
  color: white;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 32px;
  margin-right: 20px;
}

.section-main .steps .container .slider-block .range-value {
  float: left;
  width: 99px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #57595b;
  color: white;
}

.section-main .steps .container .slider-block input[type="range"] {
  -webkit-appearance: none !important;
 /*Needed to reset default slider styles */
  width: 100%;
  height: 1px;
  background-color: #545658;
  margin: auto;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.section-main .steps .container .slider-block input[type="range"]:hover {
  background-color: #ff5353;
}

.section-main .steps .container .slider-block input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 43px;
  height: 8px;
  border-radius: 4px;
  background-color: #ff3939;
  transition: all 0.5s ease;
  cursor: pointer;
}

.section-main .steps .container .slider-block input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #ff0606;
}

.section-main .steps .container .diapozon {
  width: 100%;
  float: left;
}

.section-main .steps .container .diapozon .element {
  width: 50%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}

.section-main .steps .container .diapozon .element .t-mini {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: white;
  margin-bottom: 30px;
}

.section-main .steps .container .diapozon .element span {
  display: inline-block;
  float: left;
  padding: 0 15px;
  color: white;
  line-height: 32px;
}

.section-main .steps .container .diapozon .element input {
  float: left;
  width: 99px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #57595b;
  color: white;
}

.section-main .steps .container .btn-row {
  width: 100%;
  float: left;
  margin-top: 55px;
}

.section-main .steps .container .btn-row .btn-prev {
  display: inline-block;
  height: 46px;
  line-height: 1;
  float: left;
  outline: none;
  background-color: transparent;
  border: none;
  color: #808283;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  padding-left: 67px;
  transition: all 300ms ease 0s;
}

.section-main .steps .container .btn-row .btn-prev:hover {
  opacity: 0.5;
}

.section-main .steps .container .btn-row .btn-prev:before {
  content: '';
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/uploads/2019/04/arrow-new.png");
  width: 54px;
  height: 9px;
}

.section-main .steps .container .btn-row .btn-next {
  display: inline-block;
  float: right;
  height: 46px;
  line-height: 1;
  color: white;
  font-weight: 800;
  padding: 0 65px;
  background-color: #ff3939;
  outline: none;
  border: none;
  border-radius: 35px;
  width: auto !important;
  transition: all 300ms ease 0s;
}

.section-main .steps .container .btn-row .btn-next:hover {
  opacity: 0.5;
}

.section-main .steps .container .btn-row .complete {
  display: inline-block;
  float: right;
}

.section-main .steps .container .btn-row .complete input {
  float: left;
  height: 46px;
  background-color: transparent;
  box-shadow: 0 0 9px rgba(255, 57, 57, 0.35);
  border-radius: 10px;
  border: 1px solid #ff3939;
  color: white;
  width: 239px;
  padding-left: 20px;
  margin-right: 15px;
}

.section-main .steps .container .btn-row .complete button {
  width: 239px;
  height: 46px;
  line-height: 1;
  float: left;
}

.section-main.web form .input-row textarea {
  height: 150px;
  width: 430px;
  padding: 20px;
}

.section-main.web .steps {
  position: relative;
}

.section-main.web .steps .column-number ul li {
  height: 84px;
}

.section-main.web .steps .container {
  position: initial;
}

.section-main.web .steps .container .btn-row {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 93%;
}

.section-main.web .steps .container .content-block {
  padding: 35px 15px 70px;
}

.section-main.web .btn-main {
  float: right;
  height: 46px;
  padding: 0 65px;
  text-transform: none;
  line-height: 46px;
  font-size: 16px;
  outline: none;
}

@media screen and (min-width: 200px) and (max-width: 480px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-main {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 35px;
  }

  .section .column {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .section-main {
    padding: 60px 0 40px;
  }

  .section-main .thanks .title-1,.section-main .error .title-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-main .thanks .title-1 br,.section-main .error .title-1 br {
    display: none;
  }

  .section-main .thanks .title-2,.section-main .error .title-2 {
    font-size: 16px;
  }

  .section-main .thanks .title-2 br,.section-main .error .title-2 br {
    display: none;
  }

  .section-main form .input-row input.step-text,.section-main form .input-row textarea {
    width: 100%;
  }

  .section-main form .input-row select {
    width: 100%;
  }

  .section-main .steps .column-number {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid white;
  }

  .section-main .steps .column-number ul li {
    height: 50px;
    width: 20%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
  }

  .section-main .steps .container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-main .steps .container .title-block {
    padding: 35px 15px;
  }

  .section-main .steps .container .content-block {
    padding: 35px 15px;
  }

  .section-main .steps .container .title-calc:after {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-main .steps .container .title-calc {
    font-size: 20px;
    text-align: center;
  }

  .section-main .steps .container .note-step {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }

  .section-main .steps .container .note-step br {
    display: none;
  }

  .section-main .steps .container .title-step {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-main .steps .container .diapozon .element {
    text-align: center;
  }

  .section-main .steps .container .diapozon .element input {
    float: none;
  }

  .section-main .steps .container .btn-row {
    margin-top: 0;
  }

  .section-main .steps .container .btn-row .btn-prev {
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    padding-left: 47px;
  }

  .section-main .steps .container .btn-row .btn-prev:before {
    width: 36px;
  }

  .section-main .steps .container .btn-row .btn-next {
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
  }

  .section-main .steps .container .btn-row .complete {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-main .steps .container .btn-row .complete input {
    width: 100%;
  }

  .section-main .steps .container .btn-row .complete button {
    width: 100%;
  }

  .section-main.web form .input-row textarea {
    width: 100%;
  }

  .section-main.web .steps .column-number ul li {
    height: 50px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.step-form-new .d-flex {
  width: 100%;
  float: left;
  display: flex;
  align-content: center;
}

.step-form-new .column-number ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.step-form-new .column-number ul li {
  height: 100% !important;
}