@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Gotham Pro";
  font-size: 16px;
  color: #29292d;
  line-height: 1.2;
  font-weight: 400;
}

select,
button,
input,
textarea {
  font-family: "Gotham Pro";
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #29292d;
  outline: 0;
}

.a, .manager:after, .step-title__last:after, .skip-step:after, .prev-step:before, .step__item input[type=checkbox] + span:after,
.step__item input[type=radio] + span:after, .parameters__list li:before, .sentence:after, .working-now:before, button.button_next:after,
.button_next:after, .button_submit:after,
.button_arrow:after, .irs--big .irs-from:after,
.irs--big .irs-to:after,
.irs--big .irs-single:after, .irs--big .irs-handle:after {
  content: "";
  display: block;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

strong {
  font-weight: 900;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/subset-GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("../fonts/GothamPro/subset-GothamProNarrow-Medium.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamProNarrow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/subset-GothamPro.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/subset-GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/subset-GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/subset-GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("../fonts/GothamPro/subset-GothamProNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamPro/subset-GothamProNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.entry-content {
  line-height: 1.5;
  font-size: 16px;
}
.entry-content a {
  color: rgb(79, 117, 220);
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
}
.entry-content h1 {
  font-size: 2.25em;
  padding-bottom: 0.694em;
}
.entry-content h2 {
  font-size: 1.5em;
  padding-bottom: 1.042em;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 1.25em;
}
.entry-content p {
  padding-bottom: 1.25em;
}
.entry-content ul {
  padding-bottom: 1.25em;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 0.313em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
.entry-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  margin-right: 14px;
  margin-left: 4px;
  margin-top: 0.625em;
  background: rgb(79, 117, 220);
  border-radius: 50%;
}
.entry-content ol {
  padding-bottom: 1.25em;
  counter-reset: ol;
}
.entry-content ol li {
  padding-bottom: 0.313em;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: rgb(79, 117, 220);
  font-weight: bold;
  display: block;
  width: 23px;
  min-width: 23px;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid rgb(79, 117, 220);
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table thead tr {
  font-weight: 700;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 14px;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/*!Ion.RangeSlider, 2.3.0, © Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-12 00:07:25*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
} /*-----------------submit----------------------*/
button,
button[type=submit],
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block;
}

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 60px;
  background: #fff;
  border: 1px solid #c4c4c4;
  padding: 0 16px;
  font-size: 18px;
  display: block;
  outline: none;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  -webkit-appearance: none;
  transition: 0.2s;
}
select:focus,
textarea:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  border-color: rgb(79, 117, 220);
}

textarea:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  border-color: rgb(79, 117, 220);
}

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

select {
  margin-bottom: 30px;
  background: #f2f2f2 url(../images/select-min.png) calc(100% - 30px) center no-repeat;
  color: #919191;
}
select:hover {
  color: #2a2a2a;
  border-color: rgb(217, 217, 217);
  background: #fff url(../images/select-min.png) calc(100% - 30px) center no-repeat;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #adadad;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #adadad;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

/*------------------checkbox---------------------*/
input[type=radio],
input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: -9999999px;
}

input[type=radio] + span,
input[type=checkbox] + label + span,
input[type=checkbox] + span {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: rgb(79, 117, 220);
  cursor: pointer;
  margin-right: 11px;
  min-width: 12px;
  font-size: 0;
  color: transparent;
  margin-top: 3px;
  border: 1px solid transparent;
}

label.error {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: red;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 100%;
  border-radius: 2px;
  transform: translateY(-50%);
}

input[type=checkbox] + label {
  display: none !important;
}

input[type=checkbox] + span,
input[type=checkbox] + label + span {
  border-color: red;
  background: #eeeeee;
}

input[type=radio] + span {
  border-radius: 50%;
}

input[type=radio]:checked + span,
input[type=checkbox]:checked + label + span,
input[type=checkbox]:checked + span {
  background: #e9e9e9 url(../images/check_white.svg) center no-repeat;
  background-size: 7px 7px;
  border-color: transparent;
}

input[type=radio]:checked + span {
  background: #fff;
  border-width: 5px;
}

.input-list__item_privaci {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.input-list__item_privaci span.wpcf7-list-item {
  display: inline !important;
  margin: 0 !important;
}

/*------------------FILE---------------------*/
input[type=file] {
  display: none;
}

.psevdo-file {
  display: block;
  width: 100%;
}

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 8px;
  max-width: 200px;
}
.file-btn span {
  display: block;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-btn .fas {
  font-size: 19px;
  margin-right: 10px;
}
.file-btn:hover {
  background: #dddddd;
}

/*------------------select---------------------*/
select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important;
}

.irs--big .irs-line {
  height: 8px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
}

.irs--big .irs-bar {
  height: 8px;
  background: rgb(79, 117, 220);
  border: 0;
  border-radius: 0;
}

.irs--big .irs-handle {
  top: 22px;
  background: #184c61 !important;
  border: 0;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  transition: background 0.3s;
}
.irs--big .irs-handle:hover {
  background: #184c61;
  cursor: pointer;
}
.irs--big .irs-handle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 50%;
  background: #fff;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.16);
  padding: 5px 10px;
  text-align: center;
  top: -15px;
  font-size: 16px;
}
.irs--big .irs-from:after,
.irs--big .irs-to:after,
.irs--big .irs-single:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}

.irs--big .irs-min,
.irs--big .irs-max {
  color: #c4c4c4;
  font-size: 16px;
  background: 0;
  padding: 0;
  font-weight: 600;
}

.irs--big .irs-min .more-s {
  display: none !important;
}

.irs--big .irs-max .more-s {
  display: inline !important;
}

.js-irs-1 .irs-from,
.js-irs-1 .irs-to,
.js-irs-1 .irs-single {
  top: -18px;
}

.callback-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 170px;
  color: rgb(79, 117, 220);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  border: 2px solid rgb(79, 117, 220);
  border-radius: 5px;
}
.callback-link:hover {
  background: rgb(79, 117, 220);
  border-color: rgb(79, 117, 220);
  color: #fff;
}

.callback-link_footer {
  background: rgb(79, 117, 220);
  color: #fff;
  margin-bottom: 45px;
  border: 0;
}
.callback-link_footer:hover {
  background: rgb(54, 97, 215);
}
.callback-link_footer:active {
  border-top-color: rgb(36, 74, 180);
  background: rgb(40, 84, 202);
}

button[type=submit].button,
.button {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: rgb(79, 117, 220);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  padding-top: 3px;
  border: 2px solid transparent;
}
button[type=submit].button:hover,
.button:hover {
  background: rgb(54, 97, 215);
}
button[type=submit].button:active,
.button:active {
  border-top-color: rgb(36, 74, 180);
  background: rgb(40, 84, 202);
}
button[type=submit].button.button_submit,
.button.button_submit {
  text-transform: uppercase;
  font-weight: bold;
  flex-direction: row;
  height: 60px;
  padding-top: 0;
  line-height: 1;
  padding: 0 10px;
  font-weight: 900;
}

.button__strong {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 4px;
}

.button__small {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}

.button_offer {
  height: 80px;
}

.button_home {
  max-width: 370px;
}

.button_bottom {
  padding-top: 0;
}
.button_bottom span {
  padding: 0;
  margin: 0;
}

button[type=submit].button:disabled,
.button:disabled {
  cursor: not-allowed;
  background: #a4b8ed;
  box-shadow: none;
}
button[type=submit].button:disabled:hover,
.button:disabled:hover {
  background: #a4b8ed;
}
button[type=submit].button:disabled:before,
.button:disabled:before {
  opacity: 0;
}

.button_submit,
.button_arrow {
  flex-direction: row;
}
.button_submit .button__strong,
.button_arrow .button__strong {
  margin: 0;
}
.button_submit:after,
.button_arrow:after {
  z-index: 1;
  width: 5px;
  height: 5px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}

button.button_next,
.button_next {
  max-width: 170px;
  margin: 0;
  flex-direction: row;
  font-size: 15px;
  font-weight: 900;
  padding-top: 0;
  height: 60px;
}
button.button_next:after,
.button_next:after {
  z-index: 1;
  width: 5px;
  height: 5px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}

button[type=submit].button_18,
.button_18 {
  font-size: 18px;
}

.button_licenses {
  max-width: 600px;
  margin-top: 15px;
}

.button_border {
  background: 0;
  border: 2px solid #cfa8a6;
  color: rgb(79, 117, 220);
  box-shadow: none;
}

.button_blick {
  overflow: hidden;
}
.button_blick:before {
  content: "";
  display: block;
  width: 240px;
  height: 100%;
  background: url(../images/blick-min.png) 100% 0 no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: -240px;
  opacity: 0.5;
  top: 0;
  animation-timing-function: linear;
  animation-name: radiance;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  z-index: 100;
}

@keyframes radiance {
  0% {
    left: -240px;
  }
  30% {
    left: calc(100% + 240px);
  }
  100% {
    left: calc(100% + 240px);
  }
}
/* ------- TITLE Mobile Menu---------- */
.nav-title-mobile {
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  background: rgb(79, 117, 220);
  color: #fff;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  display: none;
  position: relative;
}
.nav-title-mobile .icon-menu_active.active {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #000;
}
.nav-title-mobile .icon-menu_active.active .sw-topper {
  top: 23px;
  left: 8px;
}
.nav-title-mobile .icon-menu_active.active .sw-bottom {
  top: 20px;
  left: 8px;
}

/* ------- Hover Effect---------- */
.hover-effect-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
}
.hover-effect-1:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 150px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hover-effect-1:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* ------- Slick ARROW, DOTS Start---------- */
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
}
.slick-a-next:after,
.slick-a-prev:after,
.slick-arrow-prev.slick-arrow:after,
.slick-arrow-next.slick-arrow:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3.5px solid #184c61;
  border-left: 3.5px solid #184c61;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-left: 3px;
}
.slick-a-next:not(.slick-disabled):hover,
.slick-a-prev:not(.slick-disabled):hover,
.slick-arrow-prev.slick-arrow:not(.slick-disabled):hover,
.slick-arrow-next.slick-arrow:not(.slick-disabled):hover {
  background: rgb(79, 117, 220);
}
.slick-a-next:not(.slick-disabled):hover:after,
.slick-a-prev:not(.slick-disabled):hover:after,
.slick-arrow-prev.slick-arrow:not(.slick-disabled):hover:after,
.slick-arrow-next.slick-arrow:not(.slick-disabled):hover:after {
  border-color: #fff;
}

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: 10px;
}

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: 10px;
}
.slick-a-next:after,
.slick-arrow-next.slick-arrow:after {
  transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -3px;
}

.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-a-next,
.slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  bottom: -20px;
  height: 40px;
  padding: 0 10px;
}
.slick-dots li {
  padding: 0 5px;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 2px solid rgb(79, 117, 220);
  outline: none;
  background: transparent;
}
.slick-dots .slick-active button {
  background: rgb(79, 117, 220);
}

/* ------- Slick ARROW, DOTS Finish---------- */
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  background: rgb(79, 117, 220);
  z-index: 800;
  bottom: 50px;
  border-radius: 3px;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28);
}
.to-top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: 3px;
  transition: 0.3s;
}
.to-top:hover:after {
  margin-top: -3px;
}

.to-top.active {
  right: 50px;
}

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .to-top:after {
    transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
  }
  .to-top.active {
    right: 15px;
  }
}
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 3px;
  background: #191e2a;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

.icon-menu.active .sw-topper {
  top: 12px;
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 9px;
  transform: rotate(-135deg);
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important;
  padding: 5px 0 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: block;
}

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

/*
        <svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52">
            <circle class="checkmark__circle" cx="26" cy="26" r="25" fill="none"></circle>
            <path class="checkmark__check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"></path>
        </svg>
*/
.checkmark {
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #e93935;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #8aa429;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #e93935;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    /*    box-shadow: inset 0px 0px 0px 30px #8aa429;*/
  }
}
.compensate-for-scrollbar .header {
  transform: translateX(-9px);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  overflow: hidden;
}

.content_header {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_header._bg {
  background: rgba(249, 249, 249, 0.93);
}
@media screen and (max-width: 1150px) {
  .content_header._bg {
    background: 0;
  }
}
@media screen and (max-width: 767px) {
  .content_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.logo {
  width: 72px;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__left {
  display: flex;
  align-items: center;
}

.text-about {
  font-size: 12px;
  line-height: 1.333;
  margin-left: 30px;
  padding-left: 19px;
  max-width: 195px;
}
.text-about sup {
  font-size: 0.7em;
}

.text-about_2 {
  max-width: 205px;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 537px;
  margin-left: 30px;
}

.phone-col {
  margin-left: auto;
  margin-right: 23px;
  padding-top: 1px;
}

.phone-link {
  font-size: 18px;
  display: block;
  font-weight: 900;
  margin-bottom: 3px;
  line-height: 1;
  white-space: nowrap;
}

.whatsapp-link {
  font-size: 12px;
  line-height: 1.333;
  padding-right: 40px;
  position: relative;
}
@media (hover: hover) {
  .whatsapp-link:hover {
    color: rgb(79, 117, 220);
  }
}

.whatsapp-link__icon {
  background: url(../images/whatsapp-min.png) center no-repeat;
  width: 56px;
  height: 55px;
  position: absolute;
  right: -13px;
  top: 67%;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .footer .phone-link:hover,
.phone-link:hover {
    color: rgb(79, 117, 220);
  }
}
.working-now {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 300;
}
.working-now:before {
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 7px;
  background: #2ab200;
}

@media screen and (max-width: 1150px) {
  .content {
    max-width: 767px;
  }
  .text-about {
    margin-left: 20px;
  }
  .header__right {
    display: block;
    flex-grow: 0;
    position: relative;
  }
  .header__right .phone-col {
    padding-bottom: 10px;
    margin-right: 45px;
  }
  .header__right .whatsapp-link {
    display: block;
    height: 40px;
    padding-right: 33px;
    position: absolute;
    right: 0;
    top: -4px;
  }
  .header__right .whatsapp-link__text {
    display: none;
  }
  .header__right .callback-link {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__left {
    display: block;
  }
  .header__left .text-about {
    margin: 0 auto;
    border: 0;
    padding: 5px 0 0;
    text-align: center;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 530px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__right .phone-col {
    margin-right: 0;
  }
  .header__right .whatsapp-link {
    top: auto;
    bottom: 4px;
  }
  .header__right .working-now {
    font-size: 11px;
  }
  .header__right .working-now:before {
    margin-top: -2px;
  }
  .phone-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .text-about {
    font-size: 11px;
  }
}
.offer {
  position: relative;
  z-index: 400;
  padding: 200px 0 150px;
  overflow: hidden;
  min-height: 800px;
  flex-grow: 1;
}

.offer_height {
  min-height: 1px;
}

.success {
  padding-left: 170px;
  position: relative;
  padding-top: 28px;
}
.success .offer__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  max-width: 432px;
}
.success .offer__text p {
  margin-bottom: 26px;
}
.success .offer__text h1 {
  margin-bottom: 25px;
}

.success__icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgb(79, 117, 220);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 23px;
}
.success__icon svg {
  width: 53px;
  height: 53px;
}

.offer__text {
  line-height: 1.222;
  margin-bottom: 34px;
  max-width: 700px;
}
.offer__text h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 29px;
}
.offer__text h1 strong {
  color: rgb(0, 114, 188);
}
.offer__text ul li {
  padding-left: 27px;
  background: url(../images/iconfinder_check-circle-outline_326568.png) 0 0px no-repeat;
  background-size: 18px 18px;
  margin-bottom: 14px;
}

.offer__button {
  max-width: 600px;
}

.offer__sub-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 31px;
}

.button-container_offer {
  max-width: 570px;
  position: relative;
  z-index: 100;
}

.after-button {
  font-size: 14px;
  text-align: center;
  padding-top: 16px;
}

@media screen and (max-width: 1150px) {
  .offer {
    padding-top: 200px;
    min-height: 816px;
    padding-bottom: 130px;
    background-position: calc(50% + 216px) 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .offer__text h1 {
    font-size: 29px;
  }
  .offer {
    background-size: auto 104% !important;
    min-height: 1px;
  }
  .success .offer__text {
    font-size: 18px;
    padding-bottom: 60px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 530px) {
  .offer {
    padding-top: 180px;
    background-size: auto 110% !important;
  }
  .button-container_offer .button {
    height: 90px;
  }
  .success__icon {
    position: static;
    margin: 0 auto 30px;
    width: 110px;
    height: 110px;
  }
  .success {
    padding-left: 0;
    text-align: center;
  }
  .success .offer__text {
    padding-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .button-container_offer:after {
    width: auto;
    left: -10px;
    right: -10px;
  }
  .offer__text h1 {
    font-size: 26px;
  }
  .offer__sub-title {
    font-size: 18px;
  }
}
.title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.2;
}

.after-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 auto 39px;
  font-weight: 300;
}

@media screen and (max-width: 1150px) {
  .title {
    font-size: 30px;
  }
  .title br {
    display: none;
  }
  .after-title {
    font-size: 18px;
  }
  .after-title br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 28px;
  }
  .after-title {
    font-size: 18px;
  }
}
.result {
  padding: 130px 0 115px;
}

.result__list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  padding-top: 77px;
  padding-bottom: 10px;
}

.result__item {
  width: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  background-size: 100% 195px;
  padding: 0 30px 33px;
  text-align: center;
  line-height: 1.333;
  font-size: 15px;
}

.result__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 11px;
}

.result__thumb {
  height: 195px;
  position: relative;
  z-index: 10;
}
.result__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.result__thumb_1 img {
  transform: translate(-50%, -56%);
}
.result__thumb_3 img {
  transform: translate(-52%, -48%);
}

.result__number {
  margin: 0 auto -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(79, 117, 220);
  color: #fff;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  z-index: 20;
  transform: translateY(-37px);
}

.button_result {
  max-width: 300px;
  margin: 0 auto 12px;
}

.after-button_result {
  color: #29292d;
}

@media screen and (max-width: 1150px) {
  .result__list {
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
  }
  .result__item {
    width: calc(33.33333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .result__title {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .result__item {
    width: calc(50% - 10px);
    margin-bottom: 60px;
  }
  .result__item:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 530px) {
  .result {
    padding-bottom: 100px;
  }
  .result__item {
    width: calc(100% - 10px);
    margin-bottom: 60px;
  }
  .result__item:last-child {
    margin-bottom: 20px;
  }
  .button_result {
    max-width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .result__title br {
    display: none;
  }
}
.portfolio {
  padding: 132px 0 110px;
  background: #f9f9f9;
}

.portfolio__list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.work {
  width: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 62.4px 17.6px rgba(0, 0, 0, 0.05);
  padding: 0 27px 25px;
  overflow: hidden;
}

.work__thumb {
  margin: 0 -27px 24px;
  padding-bottom: 79%;
  position: relative;
}
.work__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.work__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}

.work__year {
  padding-left: 23px;
  font-size: 15px;
  background: url(../images/calendar.png) 0 center no-repeat;
  background: url(../images/calendar-regular.svg) 2px center no-repeat;
  background-size: 13px 13px;
  padding-top: 2px;
}

@media screen and (max-width: 1150px) {
  .work {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .work {
    width: 370px;
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
  }
  .portfolio {
    padding-top: 100px;
  }
}
@media screen and (max-width: 530px) {
  .work {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .work__title {
    font-size: 21px;
  }
}
.sentence {
  background: url(../images/bottom-bg-min.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 149px 0 160px;
  position: relative;
  z-index: 100;
}
.sentence:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
}

.sentence__content {
  max-width: 635px;
  z-index: 100;
  position: relative;
}

.title_left {
  text-align: left;
}

.after-title_sentence {
  text-align: left;
  font-size: 30px;
}

.sentence__button {
  display: flex;
  align-items: center;
  padding-top: 0;
}

.button_sentence {
  width: 300px;
}

.after-button_sentence {
  text-align: left;
  color: #29292d;
  line-height: 1.429;
  padding-left: 20px;
  padding-bottom: 16px;
}

.sentence__figure {
  position: absolute;
  z-index: 20;
  display: block;
  left: 47%;
  top: 0;
  bottom: 0;
  width: 850px;
  -webkit-user-select: none;
          user-select: none;
  background: url(../images/figure-bottom-min.png) center no-repeat;
  background-size: contain;
}
.sentence__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1150px) {
  .sentence__figure {
    background: 0;
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .sentence__figure {
    transform: translateX(-5%);
  }
  .sentence {
    overflow: hidden;
    background-position: calc(50% + 216px) 0;
  }
}
@media screen and (max-width: 767px) {
  .sentence {
    padding-top: 100px;
  }
  .after-title_sentence {
    font-size: 24px;
  }
  .sentence__figure {
    display: none;
    background: 0;
  }
}
@media screen and (max-width: 530px) {
  .sentence__content .after-title_sentence,
.sentence__content .title {
    text-align: center;
  }
  .after-title_sentence {
    font-size: 20px;
  }
  .sentence__button {
    flex-wrap: wrap;
    justify-content: center;
  }
  .button_sentence {
    max-width: 100%;
    width: 100%;
  }
  .after-button_sentence {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .after-button_sentence br {
    display: none;
  }
}
.offer_test {
  padding-top: 110px;
  padding-bottom: 0;
  min-height: 1px;
}
@media screen and (max-width: 1150px) {
  .offer_test {
    background-position: center !important;
  }
}

.step-list {
  display: flex;
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.step {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 50px;
}
.step.show {
  visibility: visible;
  opacity: 1;
  position: relative;
}

[data-step="1"] .prev-step {
  visibility: hidden;
}

.step-list__left {
  width: 60%;
  padding: 51px 0 0 70px;
  display: flex;
  flex-direction: column;
}

.parameters {
  z-index: 400;
}

.parameters__title {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 15px;
}

.parameters__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -30px;
}
.parameters__list li {
  margin-bottom: 11px;
  padding-left: 26px;
  position: relative;
  font-size: 13px;
  padding-right: 30px;
  padding-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.parameters__list li:before {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgb(79, 117, 220) url(../images/check_white2.svg) center no-repeat;
  left: 0;
  top: 0;
  background-size: 7px 7px;
}

.step-list__right {
  width: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 619px;
  border-left: 1px solid #e9e9e9;
  padding: 36px 36px;
}

.step-thumb {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  z-index: 300;
  display: none;
  max-height: 430px;
  margin-top: auto;
}
.step-thumb > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.step-thumb > img.show {
  visibility: visible;
  opacity: 1;
}
.step-thumb.show {
  display: flex;
  flex-direction: column;
}

.step-list__progress {
  width: 100%;
  max-width: 570px;
  height: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 3px;
  margin-bottom: 23px;
}
.step-list__progress span {
  display: flex;
  height: 22px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgb(79, 117, 220);
  font-size: 11px;
  font-weight: 900;
  width: 14.2%;
  transition: 0.6s;
}

.step__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-right: 40px;
}

.step__desc {
  line-height: 1.25;
  margin-top: -15px;
  margin-bottom: 20px;
}

.step__after-title {
  margin-top: -20px;
  margin-bottom: 20px;
}

.step__row {
  padding-bottom: 7px;
  margin-bottom: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step__col {
  width: 50%;
}

.step__col_full,
.step__col_100 {
  width: 100%;
  max-width: 540px;
}

.step__col_30 {
  width: 38%;
}

.step__col_70 {
  width: 62%;
}

.step__col_60 {
  width: 54%;
}

.step__col_40 {
  width: 46%;
}

.step__item {
  line-height: 1.25;
  cursor: pointer;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 23px;
  transition: 0.3s;
  padding-left: 31px;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  -webkit-user-select: none;
          user-select: none;
}
.step__item .step__item-text {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  display: inline;
}
.step__item:hover .step__item-text {
  border-bottom-color: #d0d2cf;
}
.step__item:hover input[type=checkbox] + span,
.step__item:hover input[type=radio] + span {
  border-color: rgb(79, 117, 220);
  background: #fff;
}
.step__item:hover input[type=checkbox]:checked + span,
.step__item:hover input[type=radio]:checked + span {
  border-color: #ef6965;
}
.step__item:hover input[type=checkbox]:checked + span:after,
.step__item:hover input[type=radio]:checked + span:after {
  background-color: #ef6965;
}
.step__item input[type=checkbox] + span,
.step__item input[type=radio] + span {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d8d8d8;
  transform: translateY(-57%);
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
  overflow: hidden;
}
.step__item input[type=checkbox] + span:after,
.step__item input[type=radio] + span:after {
  width: 22px;
  height: 22px;
  background: rgb(79, 117, 220) url(../images/check_white2.svg) center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.step__item input[type=checkbox] + span {
  border-radius: 4px;
}
.step__item input[type=checkbox] + span:after {
  border-radius: 4px;
}
.step__item input[type=checkbox]:checked + span,
.step__item input[type=radio]:checked + span {
  background: rgb(79, 117, 220);
  border-color: rgb(79, 117, 220);
}
.step__item input[type=checkbox]:checked + span:after,
.step__item input[type=radio]:checked + span:after {
  opacity: 1;
}

.step_height .step__item {
  margin-bottom: 20px;
}

.step__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: relative;
  padding-right: 30px;
}

.prev-step {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  display: none;
}
.prev-step:before {
  z-index: 1;
  background: url(../images/left-arrow.svg) center no-repeat;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  min-width: 17px;
  background-size: contain;
  transform: scale(-1, 1);
}
.prev-step:hover {
  opacity: 0.3;
}

.skip-step {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.skip-step:after {
  z-index: 1;
  background: url(../images/left-arrow.svg) center no-repeat;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  min-width: 17px;
  background-size: contain;
}
.skip-step:hover {
  opacity: 0.3;
}

.step__body {
  padding-right: 70px;
}

.step__tile_one {
  padding-bottom: 15px;
}

.range-count {
  padding: 10px 0 21px;
}

.step__info {
  background: rgba(255, 255, 255, 0.9) url(../images/i-min.png) 25px center no-repeat;
  background-size: 65px auto;
  padding: 20px 20px 20px 110px;
  min-height: 105px;
  margin: 0 30px 0;
  font-size: 14px;
  line-height: 1.286;
}

.step {
  opacity: 0;
  transform: translateX(-40px);
}

.show.step {
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
  transform: translateX(0);
}

.step-thumb {
  padding: 30px;
}

.test-finish {
  background: rgba(255, 255, 255, 0.95);
  max-width: 315px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  line-height: 1.333;
  font-size: 18px;
  padding: 20px 10px 20px 40px;
  position: relative;
  z-index: 600;
}
.test-finish strong {
  display: block;
  font-weight: bold;
}
.test-finish .test-finish__small {
  font-size: 18px;
  padding: 0;
}

.test-finish_mobile {
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: none;
}

.test-finish__img {
  margin-right: 25px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
}
.test-finish__img img {
  width: 90px;
  height: 90px;
}

.test-finish__img_success {
  background: rgb(79, 117, 220) url(../images/check.svg) center no-repeat;
  background-size: 35px 35px;
}

.step_last {
  margin-top: -20px;
  margin-bottom: -27px;
}

.step__form {
  max-width: 470px;
}

.step__form-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 15px;
}

.step-title__h1 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}

.step-title__desc {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 20px;
}

.step-title__big {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 20px;
}

.step-title__last {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 100;
  padding: 5px 70px;
  margin-bottom: 13px;
}
.step-title__last:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  background: rgb(79, 117, 220);
}

.manager {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
  margin-right: 30px;
  padding-left: 6px;
  padding-top: 20px;
}
.manager:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 0;
  background: #f8f8f8;
  border-radius: 5px;
}

.manager_last {
  margin-bottom: 50px;
}

.manager__thumb {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 6px;
}
.manager__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.manager__desc {
  width: calc(100% - 120px);
  padding-left: 14px;
  padding-right: 30px;
  margin-left: 120px;
}

.manager__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-top: 0;
}

.manager__name {
  padding: 17px 0;
  border-top: 1px solid #d6d6d6;
  font-weight: 300;
  font-size: 14px;
}
.manager__name span {
  font-weight: bold;
}

.manager__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.214;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .step-list__left {
    padding-left: 40px;
    padding-right: 40px;
  }
  .step__body {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1150px) {
  .offer_test {
    position: relative;
    z-index: 100;
  }
  .offer_test:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.7);
  }
  .step-list__left {
    width: 100%;
  }
  .step_last {
    margin-top: -10px;
  }
  .step_last .step__title {
    padding-right: 0;
  }
  .step_last .modal__form-item label.label,
.step_last .step__title,
.step_last .step__desc {
    text-align: center;
  }
  .step-list {
    flex-wrap: wrap;
  }
  .step-list__right {
    width: 100%;
    display: none;
  }
  .test-finish_mobile {
    display: flex;
    padding-right: 0;
  }
  .test-finish_pc {
    display: none;
  }
  .offer_test {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .parameters__list li {
    width: 33.3333%;
  }
  .test-finish_mobile {
    padding-bottom: 30px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
  }
  .step__form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .step-title {
    text-align: center;
  }
  .step-list__right {
    min-height: 1px;
    background: #f7f7f7;
  }
  .step-thumb {
    display: none !important;
  }
  .step-thumb img {
    display: none;
  }
  .step-list__progress {
    max-width: 100%;
    width: auto;
    margin-right: 0;
  }
  .manager {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .parameters__list li {
    width: 50%;
  }
  .button_next {
    position: static;
    transform: none;
  }
  .skip-step {
    position: absolute;
    right: 30px;
    bottom: -30px;
    opacity: 0.4;
  }
  .button_last:after {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .step__buttons {
    padding-right: 0;
  }
  .skip-step {
    right: 0;
  }
  .step-title__desc br {
    display: none;
  }
  .step__col {
    width: 100%;
  }
  .step__item {
    padding-right: 0;
  }
  .step-list__left {
    padding: 50px 20px 50px;
  }
  .step__body {
    padding-right: 0;
  }
  .step__title {
    padding-right: 0;
    font-size: 24px;
  }
  .step {
    padding-bottom: 0;
  }
  .step_last {
    padding: 0;
    margin: 0;
  }
  button.button_next,
.button_next {
    max-width: 170px;
  }
  .step-thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .step-title__big {
    font-size: 24px;
  }
  .modal__form-privacy br {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .manager__thumb {
    display: none;
  }
  .manager__desc {
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 415px) {
  .parameters__list li {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .step-title__last {
    padding-left: 40px;
    padding-right: 40px;
  }
  button.button_next,
.button_next {
    max-width: 140px;
  }
  .step-title__big {
    font-size: 22px;
  }
}
.footer {
  padding: 45px 0;
  background: rgb(45, 43, 43);
}

.content_footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__left {
  display: flex;
}

.logo_footer {
  width: 70px;
  margin-bottom: 20px;
}

.footer__copy {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}

.footer__col-1 {
  align-self: center;
}

.footer__col-2 {
  margin-left: 65px;
  padding-left: 65px;
  border-left: 1px solid #4e5052;
}

.footer__text {
  line-height: 1.3;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

.footer__address {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  font-style: normal;
}
.footer__address strong {
  font-weight: bold;
}

.footer__right {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 430px;
  margin-left: 30px;
  border-left: 1px solid #4e5052;
  padding-left: 60px;
}

.developer {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.developer a {
  color: #fff;
}
.developer a:hover {
  text-decoration: underline;
  color: rgb(79, 117, 220);
}

.phone-link_footer {
  color: #fff;
  margin-bottom: 7px;
}

.email-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 25px;
  display: inline-block;
}
@media (hover: hover) {
  .email-link:hover {
    color: rgb(79, 117, 220);
  }
}

.whatsapp-link_footer {
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .footer__left {
    width: 100%;
  }
  .footer__col-1 {
    width: 50%;
    padding-right: 60px;
  }
  .footer__col-2 {
    margin-left: 0;
    padding-left: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .footer__address {
    padding-bottom: 20px;
    margin-bottom: auto;
  }
  .footer__copy {
    padding-bottom: 10px;
  }
  .logo_footer {
    width: 100px;
  }
  .callback-link_footer {
    margin-bottom: 0;
  }
  .footer__col-3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__col-1 {
    padding-right: 30px;
  }
  .footer__col-2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 530px) {
  .footer__left {
    flex-wrap: wrap;
  }
  .footer__col-1 {
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__col-2 {
    width: 100%;
    padding: 0;
    border: 0;
    text-align: center;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.modals {
  display: none;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.fancybox-slide--html .fancybox-close-small {
  color: #cacaca;
  width: 50px;
}
.fancybox-slide--html .fancybox-close-small svg {
  width: 30px;
  height: 30px;
}

.fancybox-content {
  border-radius: 0;
  width: 95%;
}

.secure-icon {
  font-size: 10px;
  padding-left: 23px;
  background: url(../images/lock-solid.svg) 2px 1px no-repeat;
  background-size: 9px 9px;
  line-height: 1.5;
  margin-top: 10px;
}

.title_modal {
  margin-bottom: 0;
  line-height: 1;
}

.after-title_modal {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 17px;
}

.modal__after-form {
  text-align: center;
  font-size: 13px;
  margin-bottom: 11px;
}

.modals_callback {
  padding: 40px 20px;
  max-width: 470px;
  background: #fff;
  border-radius: 5px;
}

.modal__form {
  max-width: 365px;
  margin: 0 auto;
}

.modal__form-item {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.modal__form-item label.label {
  display: block;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}

.modal__form-privacy {
  display: flex;
  align-items: flex-start;
  line-height: 2;
  font-size: 10px;
  text-align: left;
}
.modal__form-privacy a {
  text-decoration: underline;
}
.modal__form-privacy a:hover {
  color: rgb(79, 117, 220);
}

input.time-call-input {
  display: none;
  margin-bottom: 10px;
}

.time-call {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 5px;
}

.modal__form-item_time {
  border: 1px solid rgb(217, 217, 217);
  padding: 0 10px;
  margin-bottom: 20px;
}

.time-call__item {
  font-size: 16px;
  padding: 0 5px;
}
.time-call__item span {
  color: rgb(79, 117, 220);
  border-bottom: 1px dashed rgb(79, 117, 220);
  transition: 0.3s;
}
.time-call__item.active span {
  color: #232323;
  border-bottom-color: transparent;
}

.modals_special {
  max-width: 770px;
  padding: 50px 30px 10px 50px;
  overflow: visible;
}

.special__phone {
  width: 241px;
  margin-top: -95px;
}
.special__phone img {
  display: block;
  width: 100%;
  height: auto;
}

.special {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.special__right {
  width: calc(100% - 270px);
  max-width: 390px;
}

.special__before-title {
  font-size: 18px;
  margin-bottom: 7px;
}

.special__title {
  line-height: 1.111;
  font-size: 27px;
  font-weight: bold;
  color: rgb(79, 117, 220);
  max-width: 320px;
  margin-bottom: 23px;
}

.special__desc {
  line-height: 1.375;
  font-size: 16px;
  padding-bottom: 14px;
}
.special__desc strong {
  font-size: 17px;
}
.special__desc small {
  font-size: 14px;
}
.special__desc p {
  padding-bottom: 5px;
}

.special__form {
  max-width: 350px;
  display: none;
  padding-bottom: 40px;
}

.special__buttons {
  max-width: 350px;
  padding-top: 5px;
}

.close-pop-link {
  display: inline-block;
  border-bottom: 1px solid #cecece;
  color: #333333;
  font-size: 12px;
  margin-top: 25px;
}
.close-pop-link:hover {
  border-bottom-color: transparent;
}

.modal-privacy {
  max-width: 1170px;
}

@media screen and (max-width: 480px) {
  .modals_callback {
    padding: 35px 25px;
  }
  .after-title_modal {
    font-size: 21px;
  }
}
@media screen and (max-width: 360px) {
  .title_modal {
    font-size: 26px;
  }
}