@charset "UTF-8";

/*! jQuery UI - v1.12.1 - 2016-09-14 */

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
  height: 100%;
  min-height: 1px;
}

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

.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;
}

.slbOverlay,
.slbWrapOuter,
.slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn,
.slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover,
.slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active,
.slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

:root {
  --content-width: 1178px;
  --mob-padding: 15px;
  --gutter: 15px;
}

.n-container {
  width: 100%;
  max-width: calc(var(--content-width) + var(--mob-padding) * 2);
  padding: 0 var(--mob-padding);
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  clear: both;
  padding-top: 200px;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}

.row_no-gutter {
  margin-left: 0;
  margin-right: 0;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
*{
  font-family: 'Roboto', sans-serif !important;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe,
button {
  border: 0;
}

table {
  border-spacing: 0;
}

button {
  cursor: pointer;
}

figure {
  margin: 0;
}

:root {
  --def-fs: 16px;
}

body {
  font-size: var(--def-fs);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "IBM Plex Sans", Sans-serif;
  text-rendering: optimizeSpeed;
  line-height: 1.4;
  font-weight: 400;
  color: #222222;
}

body.content-hidden {
  overflow: hidden;
}

ul,
ol {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #74A509;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: inherit;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
@media(min-width: 768px){
  .slick-dotted.slick-slider{
    height: 180px;
  }
}
.rcalc {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  position: relative;
}

.sidebar .rcalc {
  border: 1px solid rgba(1, 1, 1, 0.08);
  box-shadow: none;
  border-radius: 4px;
  max-width: inherit;
}

.rcalc.start0:before {
  content: '';
  position: absolute;
  transition: all .3s ease;
  opacity: 1;
  background: url(../images/discount-start0.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: -4px;
  left: -15px;
  width: 40px;
  height: 90px;
  z-index: 2;
}

.rcalc_title {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
  font-family: arial, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 20px 0 0;
  display: none;
}

.fonts-loaded body .rcalc_title {
  font-family: 'Roboto', arial, sans-serif;
}

.rcalc_title span {
  color: #f51a1a;
}

.rcalc_item {
  padding: 20px 20px 0;
}

.rcalc_item.hide {
  display: none;
}

.rcalc_item.hide + .rcalc_info {
  margin: 30px 0 0;
}

.rcalc_item_alerts {
  display: block;
  transition: .3s;
  font-size: 13px;
  line-height: 1;
  color: #a89b00;
  text-align: left;
  visibility: hidden;
  margin: 35px 0 -10px;
}

.rcalc.repeat-borrower .rcalc_item_alerts {
  visibility: visible;
}

.rcalc_item_legends {
  position: relative;
  margin: 14px 0 0;
}
.rcalc form{
  padding: 0 30px;
}
.rcalc form p{
  margin-bottom: 5px;
}
.rcalc form input{
  width: 100%;
  height: 40px;
  padding-left: 5px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #FF7700;
}
.rcalc_item_legends_item {
  position: absolute;
  width: 100%;
  font-size: 11px;
  line-height: 1;
  opacity: .7;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
}

.rcalc_item_legends_item:before {
  content: '';
  position: absolute;
  height: 6px;
  top: -9px;
  width: 1px;
  background-color: #e5e5e5;
}

.rcalc_item_legends_item.min:before {
  left: 0;
}

.rcalc_item_legends_item.max {
  text-align: right;
}

.rcalc_item_legends_item.max:before {
  right: 0;
}

.rcalc_item_legends_item.middle {
  display: none;
  text-align: center;
}

.rcalc_item_legends_item.middle:before {
  left: 0;
  right: 0;
  margin: auto;
}

.rcalc_item_legends_item.middle.active {
  display: block;
}

.rcalc_item_slider {
  height: 4px;
  border: none;
  background: #e5e5e5;
  position: relative;
  width: 100%;
  border-radius: 3px;
  margin: 20px 0 0;
}

.rcalc.weeks #period-item .rcalc_item_slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 50%;
  background-color: #b7b7b7;
  border-radius: 3px 0 0 3px;
  z-index: 3;
}

.rcalc.repeat-borrower #amount-item .rcalc_item_slider .ui-slider-range {
  background-color: #D4C400;
}

.rcalc.repeat-borrower #amount-item .rcalc_item_slider .ui-slider-handle {
  background-color: #D4C400;
}

.rcalc.repeat-borrower #amount-item .rcalc_item_slider .ui-slider-handle:after {
  background-color: #D4C400;
}

.rcalc_item_slider .ui-slider-range {
  background-color: #8fc122;
  border-radius: 3px;
}

.rcalc_item_slider .ui-slider-handle {
  background-color: #8fc122;
  width: 14px;
  height: 14px;
  outline: none;
  border: none;
  border-radius: 50%;
  z-index: 5;
  opacity: 1;
  margin-left: -7px;
}

.rcalc_item_slider .ui-slider-handle.ui-state-hover:after {
  width: 40px;
  height: 40px;
  top: -13px;
  left: -13px;
  opacity: .3;
}

.rcalc_item_slider .ui-slider-handle.ui-state-hover.ui-state-active:after {
  width: 30px;
  height: 30px;
  top: -8px;
  left: -8px;
  opacity: .45;
}

.rcalc_item_slider .ui-slider-handle:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  left: -8px;
  background-color: #8fc122;
  border-radius: 50%;
  opacity: .45;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.rcalc_item_row {
  display: table;
  width: 100%;
}

.rcalc_item_title {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
  color: #333;
  font-size: 16px;
  text-align: left;
  padding: 0 20px 0 0;
}

.rcalc_item_input {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  width: 220px;
  min-height: 45px;
}

#period-item .rcalc_item_input input {
  width: 90px;
}

.rcalc.repeat-borrower #amount-item .rcalc_item_input input {
  color: #D4C400;
}

.rcalc_item_input .helper {
  color: #333;
  padding: 14px 20px 18px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  z-index: 10;
  background: #fff;
  min-width: 264px;
  display: none;
  width: auto;
  top: -105px;
  left: calc(50% - 132px);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.rcalc_item_input .helper:after {
  content: "x";
  position: absolute;
  right: 8px;
  top: 5px;
  line-height: 1;
  cursor: pointer;
  color: #74a509;
}

.rcalc_item_input .helper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.rcalc_item_input input {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  height: 45px;
  width: 130px;
  text-align: right;
  position: relative;
  color: #333;
  line-height: 1;
  font-family: arial, sans-serif;
  font-weight: 100;
  font-size: 42px;
}

.fonts-loaded body .rcalc_item_input input {
  font-family: 'Roboto', arial, sans-serif;
}

.rcalc_item_input span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 1;
  color: #999;
  margin: 0 0 4px;
}

.rcalc_submit {
  width: 100%;
}

.rcalc_info {
  background-color: #f5f5f5;
  border-radius: 0 0 9px 9px;
  padding: 15px 10px;
  margin: 45px 0 0;
  position: relative;
  z-index: 5;
}

.rcalc_info_offer {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: -40px 0 15px;
}

.rcalc_info_question {
  display: block;
  text-align: left;
  margin: 10px 0 0;
}

.rcalc_info_question > span {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px dashed #74A509;
  outline: none;
  text-decoration: none;
  transition: all .3s ease;
  color: #74A509;
  cursor: pointer;
}

.rcalc_info_question > span:hover {
  border-color: #b00000;
  color: #b00000;
}

.rcalc_info_question_table {
  display: table;
  width: 100%;
}

.rcalc_info_question_table .cell {
  display: table-cell;
  vertical-align: top;
}

.rcalc_info_question_table .cell.text {
  font-size: 14px;
  line-height: 1.2;
  font-family: arial, sans-serif;
  font-weight: 300;
  text-align: justify;
  max-width: 220px;
  padding: 0 20px 0 0;
}

.fonts-loaded body .rcalc_info_question_table .cell.text {
  font-family: 'Roboto', arial, sans-serif;
}

.rcalc_info_question_table .cell.icon {
  padding: 0 10px;
  opacity: 0.4;
}

.rcalc_info_question_table .cell.icon img {
  display: block;
  width: auto;
}

.rcalc_info_question_box {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 30px 10px 20px;
  border-radius: 10px;
  z-index: 1;
  background-color: #8fc122;
}

.rcalc_info_question_box.open {
  background: #8fc122;
  position: relative;
  left: 0;
  border-radius: 0;
}

.rcalc_info_question_box.open:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #F5F5F5;
  position: absolute;
  right: 0;
  bottom: 6px;
}

.rcalc_info_question_box .close {
  position: absolute;
  top: 9px;
  left: 9px;
  cursor: pointer;
  opacity: .6;
}

.rcalc_info_promocode {
  margin: 10px 0 0;
  transition: .3s;
}

.rcalc_info_promocode.hide {
  opacity: 0;
}

.rcalc_info_promocode.active .top a {
  color: #333333;
  border: none;
}

.rcalc_info_promocode.active .top a:hover {
  color: #b00000;
}

.rcalc_info_promocode.active .top input {
  opacity: 1;
}

.rcalc_info_promocode.show-result.error .result {
  color: #b00000;
}

.rcalc_info_promocode.show-result.error .top input {
  border-color: #ff4b4b;
}

.rcalc_info_promocode.show-result.success .top input {
  background-image: url("/wp-content/themes/moneyman/assets/images/promo-ok.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  padding: 0 25px;
}

.rcalc_info_promocode.show-result.active .result {
  opacity: 1;
}

.rcalc_info_promocode .result {
  min-height: 16px;
  opacity: 0;
  transition: .3s;
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #0e2355;
  font-family: arial, sans-serif;
  font-weight: 700;
}

.fonts-loaded body .rcalc_info_promocode .result {
  font-family: 'Roboto', arial, sans-serif;
}

.rcalc_info_promocode .top {
  overflow: hidden;
  min-height: 36px;
}

.rcalc_info_promocode .top a {
  float: left;
  display: block;
  user-select: none;
  font-size: 14px;
  color: #74a509;
  border-bottom: 1px dashed #74a509;
  transition: .5s;
  margin: 10px 0 0;
}

.rcalc_info_promocode .top a:hover {
  color: #b00000;
  border-color: #b00000;
}

.rcalc_info_promocode .top input {
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  float: right;
  border-radius: 4px;
  transition: .3s;
  outline: none;
  opacity: 0;
  line-height: 24px;
  height: 36px;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  padding: 0 10px;
}

.rcalc_info_body {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.sidebar .rcalc_info_body {
  margin: 0 0 20px;
}

.rcalc_info_body li {
  list-style: none;
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #0e2355;
}

.fonts-loaded body .rcalc_info_body li {
  font-family: 'Roboto', arial, sans-serif;
}

.rcalc_info_body li .label {
  float: left;
}

.rcalc_info_body li .text {
  float: right;
  font-family: arial, sans-serif;
  font-weight: 700;
}

.fonts-loaded body .rcalc_info_body li .text {
  font-family: 'Roboto', arial, sans-serif;
}

.rcalc_info_body li .text .elem {
  display: inline-block;
  vertical-align: top;
}

.rcalc.start0 .rcalc_info_body li .text .elem.normal,
.rcalc.discount-calc .rcalc_info_body li .text .elem.normal {
  position: relative;
  color: #ff4b4b;
  font-size: 15px;
  margin: -2px 0 0;
}

.rcalc.start0 .rcalc_info_body li .text .elem.normal .currency,
.rcalc.discount-calc .rcalc_info_body li .text .elem.normal .currency {
  display: none;
}

.rcalc.start0 .rcalc_info_body li .text .elem.normal:after,
.rcalc.discount-calc .rcalc_info_body li .text .elem.normal:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #ff4b4b;
}

.rcalc_info_body li .text .elem.discount {
  display: none;
  margin-left: 8px;
}

.rcalc.start0 .rcalc_info_body li .text .elem.discount,
.rcalc.discount-calc .rcalc_info_body li .text .elem.discount {
  display: inline-block;
}

.rcalc .link_calc_to_doc a {
  font-size: 14px;
  color: #74a509;
  border-bottom: 1px dashed #74a509;
}

.rcalc .link_calc_to_doc a:hover {
  border-bottom: 1px dashed #b00000;
  color: #b00000;
}

.rcalc .hide {
  visibility: hidden;
}

button:hover {
  cursor: pointer;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 18px;
  font-family: arial, sans-serif;
  font-weight: 500;
}

.fonts-loaded body .btn {
  font-family: 'Roboto', arial, sans-serif;
}

.btn_red {
  color: #fff;
  background: -webkit-linear-gradient(top, #e21b2f 0, #ba0007 100%);
  background: linear-gradient(to bottom, #e21b2f 0, #ba0007 100%);
}

.btn_red_new {
  padding: 15px 50px;
  background: red;
}

.btn_experiment {
  display: none;
  margin: 23px 0 20px;
}

.page .content.show-btn .btn_experiment {
  display: block;
}

.i-page .i-page__content.s-content .btn_experiment {
  display: block;
}

.btn_green {
  background-color: #92c81c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.btn_wheels {
  background: linear-gradient(to top, #7cb229, #a4da51);
  padding: 15px 5px;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn:hover {
  color: #fff;
}

.app-wt {
  padding: 0 10px;
  background: #ffffff;
  border-radius: 16px;
  align-self: flex-start;
  max-width: 450px;
}

.app-wt_grey {
  background: #F4F5F7;
}

.app-wt__head {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.app-wt__ico-link {
  flex-shrink: 0;
}

.app-wt__app-ico {
  width: 36px;
  margin-right: 10px;
}

.app-wt__tilte {
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.app-wt__tilte > a {
  color: currentColor;
}

.app-wt__desc {
  font-weight: normal;
  font-size: 13px;
  opacity: 0.8;
}

.app-wt__body {
  display: flex;
  justify-content: center;
  padding: 10px;
  padding: 10px 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn-info {
  display: inline-block;
  border: 1px solid rgba(34, 34, 34, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #74A509;
  text-align: center;
  background: transparent;
  transition: 0.3s;
  line-height: 32px;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  user-select: none;
  appearance: none;
}

.btn-info:hover {
  background: #99CC33;
  color: #222222;
  border-color: transparent;
}

.btn-info_white:hover {
  background: #fff;
}

.btn-info_l-arr::before {
  content: url("../images/svg-icons/btn-arrow-to-right.svg");
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
  line-height: 0;
  transition: transform 0.3s;
  transform: rotate(0.5turn);
}

.btn-info_l-arr:hover::before {
  content: url("../images/svg-icons/btn-arrow-to-right-hover.svg");
  transform: rotate(0.5turn) translate(3px);
}

.btn-info_r-arr::after {
  content: url("../images/svg-icons/btn-arrow-to-right.svg");
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
  line-height: 0;
  transition: transform 0.3s;
}

.btn-info_r-arr:hover::after {
  content: url("../images/svg-icons/btn-arrow-to-right-hover.svg");
  transform: translate(3px);
}

.btn-prime,
.btn_red {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #FF7700;
  border: none;
  border-radius: 4px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 32px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn-prime:hover,
.btn_red:hover {
  background: #ff851a;
}

.burger {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 3px;
  height: 28px;
  width: 28px;
  cursor: pointer;
  transition: 0.3s;
}

.burger.close {
  background: #F4F5F7;
}

.burger.close .burger__line {
  position: absolute;
  background: #222222;
  top: 50%;
  left: 3px;
  right: 3px;
}

.burger.close .burger__line:nth-child(1) {
  transform: translate(0, -50%) rotate(45deg);
}

.burger.close .burger__line:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}

.burger.close .burger__line:nth-child(3) {
  transform: translate(0, -50%) rotate(-45deg);
}

.burger__line {
  height: 2px;
  background: #222222;
  transition: 0.3s;
}

.faq-list {
  background: #ffffff;
  box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
  border-radius: 8px;
}

.faq-list__item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.faq-list__item:last-child {
  border-bottom: none;
}

.faq-list__toggler {
  position: relative;
  padding: 25px 50px 25px 20px;
  cursor: pointer;
}

.faq-list__title {
  font-weight: normal;
  font-weight: 600;
  font-size: 18px;
  color: #74A509;
}

.faq-list__toggler.active .faq-list__title {
  color: #222222;
}

.faq-list__toggle-arrow {
  position: absolute;
  width: 27px;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.faq-list__toggler.active .faq-list__toggle-arrow {
  transform: translate(0, -50%) rotate(0.5turn);
}

.faq-list__toggler.active .faq-list__toggle-arrow path,
.faq-list__toggler.active .faq-list__toggle-arrow circle {
  stroke: #222222;
}

.faq-list__item-content {
  display: none;
  position: relative;
  padding: 0 20px 20px;
  margin-top: -5px;
}

.faq-list__links-list {
  column-count: 2;
  column-gap: 5px;
}

.faq-list__list-item {
  font-size: 14px;
  margin-bottom: 5px;
  color: #222222;
}

.faq-list__list-item > a {
  color: currentColor;
}

.links-block__s-info {
  font-size: 16px;
  margin-bottom: 10px;
}

.links-block__info-link {
  margin-bottom: 5px;
  margin-right: 8px;
}

.news-post {
  background: #F4F5F7;
  box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s;
}

.news-post:hover {
  box-shadow: 0 0 0 #fff;
  background: #F0F1F5;
}

.news-post__title {
  color: #74A509;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.news-post__title > a {
  display: block;
  color: currentColor;
}

.news-post__title:hover > a {
  color: #222222;
}

.news-post__excerpt {
  font-size: 14px;
  margin-bottom: 15px;
}

.news-post__date {
  font-size: 11px;
  color: rgba(34, 34, 34, 0.4);
}

.rcalc {
  max-width: 100%;
  background: #F4F5F7;
  box-shadow: 0 0 0;
  border-radius: 16px;
}

.rcalc.start0::before {
  display: none;
}

.rcalc.start0 .rcalc_info_body li .text .elem.normal {
  font-weight: normal;
  color: rgba(77, 77, 77, 0.5);
  font-size: 13px;
  vertical-align: text-bottom;
}

.rcalc.start0 .rcalc_info_body li .text .elem.normal::after {
  background: currentColor;
}

.rcalc.start0 .rcalc_info_body li .text .elem.discount::after {
  display: inline-block;
  content: "0%";
  background: rgba(255, 119, 0, 0.15);
  padding: 3px 4px;
  font-weight: normal;
  font-size: 13px;
  border-radius: 2px;
  margin-left: 5px;
}

.rcalc.repeat-borrower #amount-item .rcalc_item_input input + span {
  color: #D4C400;
}

.rcalc.repeat-borrower #amount-item .rcalc_item_input {
  background: rgba(212, 196, 0, 0.1);
}

.rcalc.repeat-borrower #amount-item .rcalc_item_legends {
  visibility: hidden;
}

.rcalc__gos {
  margin: 15px 0;
}

.rcalc__gos._active-gos {
  display: block;
}

.rcalc__gos-text {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.rcalc__gos-image {
  display: inline-block;
  position: relative;
}

.rcalc__gos-link {
  display: block;
  background: #FFFFFF;
  border: 2px solid #1466AC;
  height: 44px;
  border-radius: 4px;
  position: relative;
}

.rcalc__gos-link::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L6.59 1.41L12.17 7H0V9H12.17L6.59 14.59L8 16L16 8L8 0Z' fill='%231466AC'/%3E%3C/svg%3E");
  position: absolute;
  right: 24px;
  top: 30%;
}

.rcalc__gos-link::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='97' height='15' viewBox='0 0 97 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M63.3147 1.31696H55.3783C55.2901 1.31696 55.2461 1.35658 55.2461 1.43583C55.0256 4.64548 54.3642 8.13252 53.3942 10.9459V11.0648C53.4383 11.1044 53.4824 11.1044 53.5265 11.1044H56.2601C56.3042 11.1044 56.3924 11.0648 56.3924 11.0252C57.142 8.84577 57.7592 5.99275 57.9797 3.5756H60.581V10.9855C60.581 11.0648 60.6251 11.1044 60.7133 11.1044H63.3147C63.4029 11.1044 63.447 11.0648 63.447 10.9855V1.47546C63.447 1.39621 63.4029 1.31696 63.3147 1.31696ZM96.8679 1.31696H94.2665C94.1783 1.31696 94.1342 1.35658 94.1342 1.43583V8.80615C93.561 8.96465 92.9879 9.00427 92.3706 9.00427C90.651 9.00427 90.2542 8.52877 90.2542 6.46825V1.47546C90.2542 1.39621 90.2101 1.35658 90.122 1.35658H87.5206C87.4324 1.35658 87.3883 1.39621 87.3883 1.47546V6.78525C87.3883 10.1138 88.6229 11.4214 91.8415 11.4214C93.6492 11.4214 95.7215 10.9855 96.912 10.5893C96.956 10.5893 97.0001 10.51 97.0001 10.4704V1.47546C97.0001 1.39621 96.956 1.31696 96.8679 1.31696ZM41.9747 1.35658H39.3292C39.2411 1.35658 39.197 1.39621 39.197 1.43583C38.8002 2.90197 37.9624 5.35874 36.8161 7.93439L34.1706 1.39621C34.1706 1.35658 34.0824 1.31696 34.0383 1.31696H31.3929C31.3488 1.31696 31.3047 1.35658 31.2606 1.35658C31.2165 1.39621 31.2165 1.43583 31.2606 1.47546L35.2288 11.2233C34.832 11.9762 34.4352 12.6102 34.0824 13.2046C33.8179 13.6404 33.5533 14.0763 33.2888 14.5518C33.2447 14.5914 33.2888 14.6311 33.2888 14.6707C33.3329 14.7103 33.377 14.7499 33.4211 14.7499H36.287C36.3311 14.7499 36.3751 14.7103 36.4192 14.6707C36.9042 13.8386 37.5215 12.6498 38.0947 11.461C39.7702 7.89476 41.137 4.56623 42.1511 1.51508C42.1511 1.47546 42.1511 1.43583 42.107 1.39621C42.0629 1.35658 42.0188 1.35658 41.9747 1.35658ZM51.4101 8.84577C51.4101 8.80615 51.3661 8.76652 51.322 8.76652H51.1897C50.5724 8.96465 49.382 9.16277 48.5442 9.16277C46.7365 9.16277 45.8988 8.7269 45.8988 6.2305C45.8988 4.24923 46.1633 3.29822 48.5442 3.29822C49.2056 3.29822 49.867 3.37747 50.6606 3.61523C50.7488 3.61523 50.7929 3.61523 50.837 3.53597C51.1456 3.02085 51.4983 2.42647 51.8951 1.63396V1.51508C51.8951 1.47546 51.8511 1.43583 51.807 1.43583C50.7488 1.11883 49.4701 0.960327 48.3679 0.960327C44.5761 0.960327 42.9006 2.54534 42.9006 6.15125C42.9006 9.79678 44.5761 11.4214 48.3679 11.4214C49.2938 11.4214 51.1897 11.2233 52.0715 10.9063C52.1597 10.8667 52.1597 10.827 52.1597 10.7478L51.4101 8.84577ZM76.057 1.35658H73.4115C73.3674 1.35658 73.2792 1.39621 73.2792 1.43583C72.8824 2.90197 72.0447 5.35874 70.8983 7.93439L68.2529 1.39621C68.2529 1.35658 68.1647 1.31696 68.1206 1.31696H65.4751C65.431 1.31696 65.387 1.35658 65.3429 1.35658C65.2988 1.39621 65.2988 1.43583 65.3429 1.47546L69.311 11.2233C68.9142 11.9762 68.5174 12.5706 68.1647 13.2046C67.9001 13.6404 67.6356 14.0763 67.3711 14.5518C67.327 14.5914 67.3711 14.6311 67.3711 14.6707C67.4151 14.7103 67.4592 14.7499 67.5033 14.7499H70.3692C70.4133 14.7499 70.4574 14.7103 70.5015 14.6707C70.9865 13.8386 71.6038 12.6498 72.177 11.461C73.8524 7.89476 75.2192 4.56623 76.1892 1.51508C76.1892 1.47546 76.1892 1.43583 76.1451 1.39621C76.1451 1.35658 76.101 1.35658 76.057 1.35658ZM85.757 1.31696H78.0851C77.997 1.31696 77.9529 1.35658 77.9529 1.43583V10.9855C77.9529 11.0648 77.997 11.1044 78.0851 11.1044H80.6865C80.7747 11.1044 80.8188 11.0648 80.8188 10.9855V3.61523H84.831C84.8751 3.61523 84.9633 3.5756 84.9633 3.53597C85.272 2.90197 85.5806 2.18871 85.8892 1.51508V1.39621C85.8451 1.35658 85.801 1.31696 85.757 1.31696Z' fill='%23EE3F58'/%3e%3cpath d='M13.8005 9.24207C12.0809 9.24207 11.5518 8.80619 11.5518 6.23055C11.5518 3.45677 12.125 3.21902 13.8005 3.21902C15.4759 3.21902 16.0932 3.45677 16.0932 6.23055C16.0932 8.84582 15.52 9.24207 13.8005 9.24207V9.24207ZM13.8005 1.03963C10.0527 1.03963 8.59773 2.46614 8.59773 6.19092C8.59773 9.95533 10.0527 11.4215 13.8005 11.4215C17.5482 11.4215 19.0473 9.95533 19.0473 6.19092C19.0473 2.50576 17.5482 1.03963 13.8005 1.03963V1.03963ZM29.3645 8.84582C29.3645 8.80619 29.3205 8.76657 29.2764 8.76657H29.1441C28.5268 8.9647 27.3364 9.16282 26.4986 9.16282C24.6909 9.16282 23.8532 8.72694 23.8532 6.23055C23.8532 4.24928 24.1177 3.29827 26.4986 3.29827C27.16 3.29827 27.8214 3.37752 28.615 3.61527C28.6591 3.61527 28.7473 3.61527 28.7914 3.53602C29.1 3.02089 29.4527 2.42651 29.8495 1.63401V1.51513C29.8495 1.4755 29.8055 1.43588 29.7614 1.43588C28.7473 1.1585 27.4686 1 26.3664 1C22.5745 1 20.8991 2.58501 20.8991 6.19092C20.8991 9.83645 22.5745 11.4611 26.3664 11.4611C27.2923 11.4611 29.1882 11.263 30.07 10.946C30.1582 10.9063 30.1582 10.8667 30.1582 10.7875L29.3645 8.84582V8.84582ZM7.80409 1.317H0.132273C0.0440909 1.317 0 1.39625 0 1.4755V11.0252C0 11.1045 0.0440909 11.1441 0.132273 11.1441H2.73364C2.82182 11.1441 2.86591 11.1045 2.86591 11.0252V3.61527H6.87818C6.92227 3.61527 6.96636 3.57565 7.01045 3.53602C7.31909 2.90202 7.62773 2.18876 7.93636 1.51513V1.39625C7.89227 1.35663 7.84818 1.317 7.80409 1.317Z' fill='%230065B1'/%3e%3c/svg%3e");
  position: absolute;
  left: 24px;
  top: 30%;
}

.currency {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.rcalc_info_question_box {
  position: absolute;
  width: 300px;
  bottom: auto;
  left: 0;
  top: calc(100% - 15px);
  color: #222222;
  padding: 15px 20px 20px;
  background-color: #FFFFFF;
  box-shadow: -16px 20px 60px 0px rgba(17, 34, 68, 0.35);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .2s ease;
  z-index: 5;
}

.rcalc_info_question_box::before {
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  bottom: 100%;
  transform: rotate(90deg);
  transform-origin: left;
  right: 50%;
}

.rcalc_info_question_box.open {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  left: 0;
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transform: translateY(0);
}

.rcalc_info_question_box.close {
  display: none;
}

.rcalc_info_question_box .icon.cell {
  display: none;
}

.rcalc_info_question_table .cell.text {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  max-width: 100%;
  padding: 0;
}

.rcalc.discount-calc .rcalc_info_body li .text .elem.normal {
  font-weight: normal;
  color: rgba(77, 77, 77, 0.5);
  vertical-align: bottom;
  font-size: 13px;
}

.rcalc.discount-calc .rcalc_info_body li .text .elem.normal::after {
  background: currentColor;
}

.rcalc_info_body li .text .elem.discount {
  color: #FF7700;
}

.rcalc_info_question > span {
  user-select: none;
}

.rcalc_item_alerts {
  margin: 10px 0 10px;
  transition: 0s;
}

.rcalc_title {
  display: none;
}

.rcalc_title > span {
  color: #FF7700;
}

.rcalc_info_question_table .cell.text,
.rcalc_title,
.rcalc_item_input input,
.rcalc_info_body li .text,
.rcalc_submit {
  font-family: "IBM Plex Sans";
}

.rcalc_item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}

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

.rcalc_item_input {
  display: flex;
  align-items: center;
  width: 130px;
  padding: 8px 10px;
  margin-left: auto;
  border-bottom: none;
  background: rgba(77, 77, 77, 0.05);
  border-radius: 4px;
  min-height: 38px;
}

.rcalc_item_input .helper {
  left: initial;
  right: -10px;
  padding: 15px 30px 20px 20px;
  min-width: 260px;
  font-size: 13px;
  text-align: left;
}

.rcalc_item_input .helper::after {
  color: #222222;
}

.rcalc_item_input input {
  width: 100%;
  min-width: 0;
  height: 23px;
  font-weight: 600;
  font-size: 18px;
  background: transparent;
}

.rcalc_item_input span {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  margin-bottom: 0;
  margin-left: 5px;
}

.rcalc_item_title {
  width: 50%;
}

.rcalc_item_slider {
  margin-top: 10px;
}

.btn_red {
  padding: 5px;
  font-weight: 600;
  font-size: 18px;
}

.btn_red--disabled {
  background: #f70;
}

.btn_red--disabled:hover {
  background: #f70;
}

.rcalc_open-mob-hidden-group {
  width: 100%;
  margin-bottom: 25px;
  line-height: 48px;
  font-weight: 600;
  font-size: 18px;
}

.rcalc_open-mob-hidden-group.disabled {
  display: none;
}

.rcalc_mob-init-hidden-group {
  display: none;
}

.rcalc_info {
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  background: #F4F5F7;
}

.rcalc_info_promocode {
  transition: 0.3s;
  opacity: 1;
  max-height: 80px;
  overflow: hidden;
}

.rcalc_info_promocode.error .top input {
  border-color: #C83E3E;
}

.rcalc_info_promocode.active .btn-promo {
  opacity: 1;
  visibility: visible;
}

.rcalc_info_promocode.active.error .discount-error-result {
  opacity: 1;
  visibility: visible;
}

.rcalc_info_promocode .top input {
  width: 120px;
  height: 38px;
  padding-right: 10px;
  background: rgba(77, 77, 77, 0.05);
  border: 1px solid transparent;
  font-weight: 600;
  color: #222222;
  text-align: right;
}

.rcalc_info_promocode.hide {
  max-height: 0;
  opacity: 0;
}

.rcalc_info_promocode .btn-promo {
  width: 97px;
  float: right;
  margin-left: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
  color: #99CC33;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(34, 34, 34, 0.1);
  background: rgba(255, 255, 255, 0.0001);
  opacity: 0;
  visibility: hidden;
  outline: none;
  transition: 0.3s;
}

.rcalc_info_promocode .btn-promo.reset {
  color: #E44040;
}

.rcalc .discount-error-result {
  width: 236px;
  margin-left: auto;
  font-weight: normal;
  font-size: 11px;
  color: #C83E3E;
  opacity: 0;
  visibility: hidden;
}

.rcalc_info_promocode.show-result.success .top input {
  background-image: none;
  padding-right: 10px;
  background: rgba(77, 77, 77, 0.05);
  border-width: 0;
}

.rcalc_info_body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.rcalc_info_body .discount-result {
  display: inline-block;
  font-size: 13px;
  border-radius: 2px;
  font-weight: normal;
  margin-top: 5px;
  vertical-align: middle;
  opacity: 0;
}

.rcalc_info_body .discount-result.hide {
  display: none;
}

.rcalc_info_body .discount-result.show-result {
  opacity: 1;
  color: #FF7700;
  padding: 3px 4px;
  background: rgba(255, 119, 0, 0.1);
}

.rcalc_info_body > li {
  width: 50%;
  color: #222222;
}

.rcalc_info_body > li:last-child {
  margin-bottom: 0;
}

.rcalc_info_body > li > .label {
  display: block;
  float: none;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 4px;
}

.rcalc_info_body > li > .text {
  float: none;
  font-weight: 600;
  font-size: 13px;
  min-height: 20px;
}

.rcalc_info_body > li > .text > .elem {
  vertical-align: middle;
}

.rcalc_info_promocode.active .top a {
  border-bottom: 1px dashed #222222;
}

.rcalc_info_question {
  margin-top: 3px;
}

.rcalc_info_question_box.open:after {
  border-right-color: #fff;
}

.link_calc_to_doc a {
  font-size: 14px;
  color: #74a509;
  border-bottom: 1px dashed #74a509;
}

.link_calc_to_doc a:hover {
  border-bottom: 1px dashed #b00000;
  color: #b00000;
}

.hide {
  visibility: hidden;
}

.sld-controls {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sld-controls__slide-prev,
.sld-controls__slide-next {
  display: none !important;
  outline: none;
}

.sld-controls__slide-prev {
  margin-right: 20px;
}

.sld-controls__slide-next {
  margin-left: 20px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 8px;
}

.slick-dots > li {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.slick-dots > li:last-child {
  margin-right: 0;
}

.slick-dots > li > button {
  font-size: 0;
  line-height: 0;
  outline: none;
  background: none;
}

.slick-dots > li > button::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  display: block;
  border: 2px solid #fff;
  background: #222222;
  transition: 0.3s;
}

.slick-dots > li.slick-active > button::before {
  border-color: #99CC33;
  background: #99CC33;
}

.slick-dots > li.slick-active + li > button::before {
  border-width: 1px;
}

.hiw-step {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 16px;
}

.hiw-step::before {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  bottom: 16px;
  left: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #74A509;
  background: #ebf5d6;
  transition: transform 0.3s;
}

.hiw-step__thumb {
  width: 95px;
}

.hiw-step__content {
  width: 100%;
}

.hiw-step__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.hiw-step__desc {
  font-size: 14px;
}

.txt-bright {
  color: #FF7700;
}

.txt-green {
  color: #99CC33;
}

.txt-selected {
  display: inline;
  background: rgba(153, 204, 51, 0.2);
}

.txt-selected-prime {
  background: rgba(243, 101, 17, 0.1);
  border-radius: 2px;
  color: #FF7700;
  padding: 3px 5px;
}

.txt-white {
  color: #fff;
}

.txt-sm {
  font-size: 70%;
}

.txt-md {
  font-size: 14px;
}

.youtube-mask {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: 50%;
  background-size: 100% auto;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}

.youtube-mask:hover::before {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.youtube-mask::before {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  background: #4d4d4d;
  transition: 0.3s;
}

.youtube-mask::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #99CC33;
}

.youtube-mask_light::before {
  background: #ffff;
}

.youtube-mask_light:hover::before {
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.1);
}

.youtube-mask > iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.m-thumb-block_a {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 5px;
}

.m-thumb-block_b {
  padding-top: 10px;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.m-thumb-block__s-info {
  font-size: 14px;
  margin-bottom: 5px;
}

.m-thumb-block__img-wrap {
  position: relative;
  height: 115px;
  overflow: hidden;
  border-radius: 16px;
}

.m-thumb-block__img-wrap > img {
  width: 100%;
  border-radius: 16px;
  position: absolute;
  top: -10px;
}

.m-thumb-block__img-wrap::before,
.m-thumb-block__img-wrap::after {
  content: "";
  position: absolute;
  background-image: url("../images/promo/do-corner-m.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.m-thumb-block__img-wrap::before {
  top: 8px;
  left: 10px;
  width: 44px;
  height: 44px;
  z-index: 1;
}

.m-thumb-block__img-wrap::after {
  bottom: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  transform: rotate(0.5turn);
}

.cookie-banner {
  position: fixed;
  z-index: 1100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}

.cookie-banner_hidden {
  display: none;
}

.cookie-banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  border-radius: 0;
  background-color: #9c3;
  width: 100%;
}

.cookie-banner__txt {
  font-size: 8px;
  text-align: left;
  padding-right: 5px;
}

.cookie-banner__link {
  color: #000000;
  text-decoration: underline;
}

.cookie-banner__button {
  font-size: 12px;
  max-width: 170px;
  width: 100%;
  background-color: #ebf5d6;
  text-align: center;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 #696969;
  cursor: pointer;
  outline: none;
  padding: 10px 0;
}

.journals-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.journals-list__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 6px;
  height: 47px;
  width: calc(100% / 3 - 24px);
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.3s;
}

.journals-list__item-link:hover {
  background: #ffffff;
  border: 1px solid #99cc33;
  box-shadow: -8px 10px 30px -15px rgba(17, 34, 68, 0.526415);
}

.journals-list__img {
  max-height: 100%;
}

.author {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  padding: 15px 20px 20px;
  border: 1px solid rgba(77, 77, 77, 0.142701);
  border-radius: 16px;
}

.author__photo {
  order: 1;
  margin-right: 10px;
}

.author__photo img {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  transition: 0.3s;
}

.author__photo img:hover {
  transform: scale(1.03);
}

.author__description {
  font-size: 13px;
  margin-bottom: 10px;
  font-style: italic;
}

.author__description a {
  font-style: normal;
  color: #222222;
}

.author__description a:hover {
  color: #646464;
}

.author__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}

.author__contact-item {
  margin-bottom: 10px;
}

.author__contact-item:last-child {
  margin-bottom: 0;
}

.author__social-link {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 13px;
  color: #636363;
}

.author__social-link:hover {
  color: #888888;
}

.author__social-link::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 1;
}

.author__social-link[href*="facebook"]::before {
  background-image: url("../images/social/author_facebook.svg");
}

.author__social-link[href*="twitter"]::before {
  background-image: url("../images/social/author_twitter.svg");
}

.author.author_block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.author__card {
  display: flex;
  flex-wrap: wrap;
}

.author__card .author__contacts {
  position: absolute;
  left: 100px;
}

.author__card .author__contacts > li {
  margin-bottom: 10px;
}

.download-file {
  position: relative;
  box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
  padding: 16px 20px;
  border-radius: 16px;
  background: #F4F5F7;
  transition: background 0.3s, box-shadow 0.3s;
}

.download-file:hover {
  box-shadow: none;
  background: #F0F1F5;
}

.download-file::before {
  content: url(../images/svg-icons/ico-doc.svg);
  display: block;
  max-width: 20px;
  margin-bottom: 5px;
}

.download-file__link {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}

.download-file__link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.download-file__desc {
  margin-top: 10px;
  font-size: 14px;
}

.custom-file-load div.MultiFile-label {
  position: relative;
  display: inline-block;
  max-width: 180px;
  padding-top: 5px;
  padding-right: 35px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
  background: #F0F1F5;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  user-select: none;
}

.custom-file-load div.MultiFile-label:last-child {
  margin-right: 0;
}

.custom-file-load .MultiFile-remove {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  right: 0;
  background-image: url(../images/svg-icons/ico-faq-close.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-file-load .MultiFile-remove:hover {
  background-color: #e1e3eb;
}

.custom-file-load div.MultiFile-wrap {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  padding-left: 24px;
  color: #74A509;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.custom-file-load div.MultiFile-wrap:hover,
.custom-file-load div.MultiFile-wrap:focus {
  opacity: 0.85;
}

.custom-file-load div.MultiFile-wrap::before {
  content: url(../images/svg-icons/ico-faq.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}

.custom-file-load div.MultiFile-wrap::after {
  content: 'Добавить файл';
}

.custom-file-load__load-info {
  font-weight: normal;
  font-size: 10px;
  padding-left: 24px;
}

.custom-file-load input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 32px;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.custom-file-load input::-webkit-file-upload-button {
  cursor: pointer;
}

.custom-form {
  border-radius: 16px;
  /* Loader (*/
}

.custom-form_loading-visible .custom-form__loader {
  display: inline-block;
}

.custom-form_grey {
  background: #F4F5F7;
}

.custom-form_white {
  background: #fff;
}

.custom-form_has-paddings {
  padding: 25px 20px 40px;
}

.custom-form_has-shadow {
  box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
}

.custom-form__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.custom-form__subtitle {
  font-weight: normal;
  font-size: 14px;
}

.custom-form__fields-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-form__field-wrap {
  width: 100%;
  padding-top: 46px;
}

.custom-form__field-wrap_pt-sm {
  padding-top: 30px;
}

.custom-form__field {
  position: relative;
  width: 100%;
}

.custom-form__field_focused .custom-form__label-float,
.custom-form__field_filled .custom-form__label-float {
  transform: translate(0, -14px);
  font-size: 13px;
}

.custom-form__field_focused .custom-form__label-float,
.custom-form__field_focused .custom-form__label {
  color: #74A509;
}

.custom-form__field_not-valid .custom-form__label-float {
  color: #E44040;
}

.custom-form__field_not-valid .custom-form__input,
.custom-form__field_not-valid .custom-form__input:focus {
  border-width: 2px;
  border-color: #E44040;
}

.custom-form__field_hidden {
  display: none;
}

.custom-form__label-float,
.custom-form__label {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.6);
}

.custom-form__label-float {
  position: absolute;
  top: 0px;
  left: 0;
  pointer-events: none;
  transition: transform 0.3s, font-size 0.3s;
  transform-origin: top left;
  z-index: 1;
}

.custom-form__input {
  display: block;
  max-width: 100%;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 8px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  outline: none;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: inherit;
  min-height: 32px;
  border-radius: 0;
  appearance: none;
}

.custom-form__input:focus {
  border-color: #99CC33;
}

.custom-form__textarea {
  max-height: 300px;
  min-height: 40px;
  height: 65px;
}

.custom-form__textarea::placeholder {
  font-size: 11px;
}

.custom-form__submit {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px;
}

.custom-form__not-valid-tip {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: normal;
  font-size: 11px;
  color: #E44040;
}

.custom-form__select {
  position: relative;
}

.custom-form__select select {
  position: absolute;
  visibility: hidden;
  user-select: none;
  width: 0;
  height: 0;
}

.custom-form__selected-value {
  position: relative;
  appearance: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.custom-form__selected-value::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: translateY(-50%) rotate(45deg);
}

.custom-form__select-list {
  display: none;
  position: fixed;
  top: 50%;
  left: 10px;
  right: 10px;
  max-height: 90vh;
  min-height: 0;
  padding: 20px 10px;
  background: #fff;
  border-radius: 16px;
  z-index: 9999;
  overflow: auto;
  box-shadow: 0px 0px 28px 10px rgba(17, 34, 68, 0.35);
  overscroll-behavior: contain;
  transform: translateY(-50%);
}

.custom-form__select-list_opened {
  display: block;
}

.custom-form__select-item {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 16px;
  cursor: pointer;
}

.custom-form__select-item:hover,
.custom-form__select-item_active {
  background: #F4F5F7;
  color: #74A509;
}

.custom-form__select-item:last-child {
  margin-bottom: 0;
}

.custom-form__note {
  margin-top: 30px;
  font-size: 14px;
}

.custom-form__output {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 18px;
}

.custom-form__output_success,
.custom-form__output_error {
  display: block;
}

.custom-form__output_success {
  border-color: green;
}

.custom-form__output_error {
  border-color: red;
}

.custom-form__loader {
  display: none;
  height: 20px;
  width: 20px;
  border: 6px solid #b7b8b5;
  border-top-color: rgba(153, 204, 51, 0.2);
  border-radius: 100%;
  animation: rotation 0.6s infinite linear 0.25s;
  margin: 5px;
  opacity: 0;
}

@keyframes rotation {
  from {
    opacity: 1;
    transform: rotate(0deg);
  }

  to {
    opacity: 1;
    transform: rotate(359deg);
  }
}

.complain-wgt__toggler {
  position: fixed;
  right: 20px;
  bottom: 78px;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #ff9d00 0%, #ffbf01 100%);
  border-radius: 48px;
  border: 2px solid #ffff;
  z-index: 99;
  transition: width 0.5s, bottom 0.3s;
}

.complain-wgt__toggler_active {
  width: 205px;
}

.complain-wgt__toggler_active .complain-wgt__btn-toggle {
  right: 9px;
  width: 28px;
  height: 28px;
  opacity: 1;
}

.complain-wgt__toggler-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.complain-wgt__btn-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  border: none;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  opacity: 0;
  outline: none;
  transition: 0.3s;
}

.complain-wgt__btn-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-color: #FF9D00;
  transform: translate(-50%, -50%) rotate(45deg);
}

.complain-wgt__btn-open {
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  padding-left: 35px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border: none;
  background: none;
  letter-spacing: -0.6px;
  white-space: nowrap;
  user-select: none;
}

.complain-wgt__btn-open::before {
  content: url(../images/svg-icons/libra.svg);
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  vertical-align: middle;
  transform: translate(0, -50%);
}

.complain-wgt__mob-hid-content {
  display: none;
}

.complain-wgt__modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.complain-wgt__modal_active {
  display: block;
  z-index: 9999;
}

.complain-wgt__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.complain-wgt__head {
  position: sticky;
  top: 0;
  padding: 8px 45px 8px 20px;
  background: #ff9d00;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  z-index: 6;
}

.complain-wgt__close {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.complain-wgt__close::before,
.complain-wgt__close::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  top: 50%;
}

.complain-wgt__close::before {
  transform: rotate(45deg);
}

.complain-wgt__close::after {
  transform: rotate(-45deg);
}

.complain-wgt__body {
  flex-grow: 1;
}

.complain-wgt__form-body {
  padding: 16px 20px;
}

.complain-wgt__form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.complain-wgt__txt {
  color: #525b5e;
  letter-spacing: -0.35px;
  line-height: 1.2;
  text-align: left;
}

.complain-wgt__steps {
  display: none;
  margin-top: 40px;
}

.complain-wgt__submit-wrap {
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.complain-wgt__submit {
  appearance: none;
  background: #ff9d00;
}

.complain-wgt__form-footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: auto;
  padding-top: 10px;
  border-top: 2px solid #F4F5F7;
  background: #fff;
}

.complain-wgt__output {
  display: none;
  line-height: 1.2;
}

.complain-wgt__output_active {
  display: block;
}

.complain-wgt__output_error {
  background: #eb5757;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.35px;
  color: #ffffff;
  padding: 10px 20px;
}

.complain-wgt__output_success {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 16px;
  padding-top: 76px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  color: #525B5E;
  border: none;
  z-index: 4;
}

.complain-wgt__output_success::before {
  display: block;
  content: "";
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/svg-icons/checked-output.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.complain-wgt__note {
  padding: 10px 20px;
  background: #d2d6e6;
  font-size: 13px;
  letter-spacing: -0.35px;
  color: #929292;
}

.styled-list-down {
  counter-reset: how-to;
}

.s-content .styled-list-down {
  list-style: none;
}

.s-content .styled-list-down > li {
  margin-bottom: 0;
}

.styled-list-down > * {
  list-style: none;
  position: relative;
  padding-left: 40px;
  padding-top: 6px;
  padding-bottom: 25px;
}

.styled-list-down > *:last-child {
  padding-bottom: 10px;
}

.styled-list-down > *::before {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: how-to;
  content: counter(how-to);
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: 600;
  font-size: 18px;
  color: #99CC33;
  background: rgba(153, 204, 51, 0.2);
}

.styled-list-down > *:not(:last-child)::after {
  content: url("../images/svg-icons/step-arrow.svg");
  position: absolute;
  top: 30px;
  bottom: 5px;
  left: 14px;
  background: #9c3;
  width: 1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  line-height: 0;
}

.awards {
  padding-top: 10px;
  padding-bottom: 20px;
}

.awards__title {
  margin-bottom: 20px;
}

.awards__slider .slick-list {
  margin-right: -6px;
  margin-left: -6px;
}

.awards__slide {
  margin-right: 6px;
  margin-left: 6px;
  outline: none;
}

.awards__img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  gap:20px;
  height: auto;
  background: #ffffff;
  padding: 15px;
  border: 1px solid rgba(77, 77, 77, 0.142701);
  border-radius: 16px;
  margin-bottom: 10px;
  outline: none;
  transition: 0.3s;
}
.awards__img-wrap a{
  text-decoration: underline;
  color:cornflowerblue;
}
.awards__img-wrap:hover {
  border: 1px solid #99cc33;
  box-shadow: -8px 10px 30px -15px rgba(17, 34, 68, 0.526415);
}

.awards__img {
  max-height: 50px;
}

.awards__desc {
  font-size: 13px;
}

.notification {
  display: none;
}

.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  background: linear-gradient(0deg, #eef0f4, #eef0f4), #f3f4f6;
}

.footer__logo-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 15px;
}

.footer__invest-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 20px;
}

.footer__invest-btn {
  width: 100%;
  padding: 7px;
  font-size: 14px;
  line-height: 1.1;
}

.footer__widget-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 30px;
}

.footer__app-wt {
  padding: 0 10px;
  background: #ffffff;
  border-radius: 16px;
}

.footer__wt-head {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.footer__wt-ico-link {
  flex-shrink: 0;
}

.footer__wt-app-ico {
  width: 36px;
  margin-right: 10px;
}

.footer__wt-tilte {
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.footer__wt-tilte > a {
  color: currentColor;
}

.footer__wt-desc {
  font-weight: normal;
  font-size: 13px;
  opacity: 0.8;
}

.footer__wt-body {
  display: flex;
  justify-content: center;
  padding: 10px;
  padding: 10px 0;
}

.footer__membership-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  order: 1;
  margin-bottom: 20px;
}

.footer__membership-item {
  display: flex;
  margin-bottom: 10px;
}

.footer__membership-link {
  display: flex;
  width: 100%;
  font-size: 13px;
  color: #222222;
}

.footer__membership-link > span {
  width: 25%;
  margin-right: 10px;
}

.footer__menu-block {
  display: none;
}

.footer__menu-block_about {
  width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.footer__menu-block_hiw {
  width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.footer__menu-block_htg {
  width: calc(100% * 0.16667 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.footer__block-title,
.header__block-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer__menu > li {
  font-size: 16px;
  margin-bottom: 9px;
  color: #222222;
}

.footer__menu > li > a {
  color: currentColor;
}

.footer__menu > li > a:hover {
  opacity: 0.8;
}

.footer__m-links-block {
  display: none;
}

.footer__m-links > li {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.footer__m-links > li > a {
  color: currentColor;
}

.footer__socials-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 10px;
}

.footer__icons-list,
.header__icons-list {
  display: flex;
  flex-wrap: wrap;
  width:400px;
}

.footer__icon-item,
.header__icon-item {
  margin-right: 12px;
  margin-bottom: 10px;
}

.footer__icon-item img,
.header__icon-item img {
  width: 30px;
}

.footer__contries-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 20px;
}

.footer__sitemap-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  order: 2;
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.05);
  border-bottom: 1px solid rgba(34, 34, 34, 0.05);
}

.footer__sitemap-item {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 24px;
  color: #222222;
}

.footer__sitemap-item:last-child {
  margin-right: 0;
}

.footer__sitemap-item > a {
  color: currentColor;
}

.footer__text-info > p {
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 10px;
}

.footer__legal {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.05);
}

.footer__cookie-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  z-index: 9;
  transition: transform 0.5s, background 0.3s;
}

.header.fixed {
  background: #fff;
  border-color: #F4F5F7;
  z-index: 12;
}

.header.fixed .burger__line {
  background: #222222;
}

.header.menu-opened {
  background: #fff;
  z-index: 14;
}

.header_inner .burger__line {
  background: #222222;
}

.header_inner .header__private-block {
  display: block;
}

.header_inner .header__privat > a {
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Crect width='28' height='28' rx='14' fill='%23222222' fill-opacity='0.049033'/%3E%3Ccircle cx='14' cy='11' r='3' stroke='%23222222' stroke-width='2'/%3E%3Cpath d='M7 21L8.17082 18.6584C8.679 17.642 9.71779 17 10.8541 17H17.1459C18.2822 17 19.321 17.642 19.8292 18.6584L21 21' stroke='%23222222' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.header__btn-get-free {
  display: block;
  padding: 6px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #FF7700;
}

.header__btn-get-free > span {
  padding: 4px 15px;
  border-radius: 4px;
  border: 1px solid #fff3;
}

.header__row {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  align-items: center;
}

.header__burger-block {
  margin-right: 15px;
}

.header__logo {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 30px;
}

.header__logo .part1 {
  fill: #99cc33;
  transition: fill 0.3s;
}

.header.menu-opened .header__logo .part1,
.header.fixed .header__logo .part1 {
  fill: #99cc33;
}

.header__logo .part2 {
  fill: #4d4d4d;
  transition: fill 0.3s;
}

.header.menu-opened .header__logo .part2,
.header.fixed .header__logo .part2 {
  fill: #4d4d4d;
}

.header__menu-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 40px;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: -1;
}

.header__menu-block.active {
  transform: translateX(0);
  overflow: auto;
}

.header__m-privat > a {
  display: block;
  position: relative;
  padding: 12px 25px;
  border-top: 1px solid #F4F5F7;
  border-bottom: 1px solid #F4F5F7;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
}

.header__m-privat > a::after {
  content: url("../images/svg-icons/acc-ico.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(0, -50%);
}

.header__nav {
  padding: 25px 25px 33px;
}

.header__menu > .menu-item {
  position: relative;
  margin-top: 25px;
}

.header__menu > .menu-item:first-child {
  margin-top: 0;
}

.header__menu > .menu-item > a {
  display: block;
  color: #222222;
  font-weight: 600;
  font-size: 16px;
}

.header__menu > .menu-item.menu-item-has-children {
  transition: 0.3s;
}

.header__menu > .menu-item.menu-item-has-children::after {
  content: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L2.5 3.5L5 1' stroke='%23222222'/%3E%3C/svg%3E");
  position: absolute;
  top: 8px;
  right: calc(100% + 5px);
  line-height: 0;
}

.header__menu > .menu-item.menu-item-has-children.active::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #F4F5F7;
  right: -20px;
  left: -20px;
  top: -10px;
  bottom: -3px;
  border-radius: 16px;
}

.header__menu > .menu-item.menu-item-has-children.active > .sub-menu {
  max-height: 450px;
}

.header__menu > .menu-item > .sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}

.header__menu > .menu-item > .sub-menu > .menu-item {
  margin-top: 15px;
}

.header__menu > .menu-item > .sub-menu > .menu-item:last-child > a {
  display: block;
  padding: 9px;
  text-align: center;
  font-weight: normal;
  opacity: 0.6;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  font-size: 13px;
}

.header__menu > .menu-item > .sub-menu > .menu-item > a {
  color: #222222;
}

.header__menu > .menu-item > .sub-menu > .menu-item > a:hover {
  color: #74A509;
}

.header__complain-btn {
  position: relative;
  background: linear-gradient(180deg, #ff9d00 0%, #ffbf01 100%);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  width: calc(100% - 20px);
  margin: 0 10px;
  text-align: left;
  max-width: 450px;
}

.header__complain-btn::after {
  content: url(../images/svg-icons/libra.svg);
  float: right;
  line-height: 0;
}

.header__socials-block {
  padding: 25px 25px 20px;
}

.header__wt {
  padding: 10px 15px;
}

.header__private-block {
  display: none;
  margin-left: auto;
}

.header__privat > a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  padding: 6px 14px;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  white-space: nowrap;
  transition: 0.3s;
}

.header__privat > a:hover {
  color: #222222;
  background: #fff;
}

.header.menu-opened .header__privat > a {
  visibility: hidden;
}

.hiw {
  background: #F4F5F7;
  padding-top: 20px;
  padding-bottom: 30px;
}

.hiw__title {
  margin-bottom: 20px;
}

.hiw__steps {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  counter-reset: my-sec-counter;
  margin-bottom: 30px;
}

.hiw__step {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 10px;
}

.hiw__full-info {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  position: relative;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 20px 37px;
  max-height: 175px;
  overflow: hidden;
  transition: 0.3s;
}

.hiw__full-info.opend {
  max-height: 500px;
}

.hiw__full-info-mob-toggler {
  position: absolute;
  height: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.hiw__full-info-mob-toggler.opend {
  transform: rotate(0.5turn);
}

.hiw__full-info-mob-toggler::after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L8.5 8.5L16 0.5' stroke='%2399CC33'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hiw__full-info-content {
  top: 10px;
  right: 7px;
  left: 20px;
  bottom: 0;
  height: 100%;
  overflow-y: hidden;
}

.hiw__full-info-content > p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.hiw__info-block {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
}

.hiw__links-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 20px;
}

.hiw__widgets {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.m-author {
  padding-top: 10px;
  padding-bottom: 15px;
  background: #F4F5F7;
}

.m-faq {
  padding-top: 15px;
  padding-bottom: 35px;
  background: #F4F5F7;
}

.m-faq__list {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.m-info {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F4F5F7;
}

.m-info__content {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.m-info__video {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.m-news {
  padding-top: 20px;
  padding-bottom: 10px;
}

.m-news__title {
  margin-bottom: 20px;
}

.m-news__post {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 20px;
}

.m-news__journals {
  margin-bottom: 15px;
}

.offer {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #F4F5F7;
}

.offer_bg-white {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.offer_mob-hidden {
  display: none;
}

.offer__row {
  display: flex;
  flex-wrap: wrap;
}

.offer__info-block {
  width: 100%;
  padding-top: 13px;
}

.offer__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.offer__subtitle {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 30px;
}

.offer__badge {
  display: inline-block;
  padding: 2px 5px;
  color: #FF7700;
  font-size: 14px;
  background: rgba(255, 119, 0, 0.1);
  margin-bottom: 32px;
}

.offer__get {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
  margin-bottom: 5px;
}

.offer__add-info {
  font-size: 11px;
  opacity: 0.6;
}

.offer__img-block {
  position: relative;
  width: 100%;
  order: -1;
}

.offer__decor-lg {
  position: absolute;
  width: 76px;
  right: 10px;
  top: 0;
  transform: translate(0, -45%);
}

.offer__decor-sm {
  position: absolute;
  width: 38px;
  left: 30px;
  bottom: 12px;
}

.promo {
  position: relative;
  padding-top: 53px;
  background-color: #F4F5F7;
  background-position: 500% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo__wave-decor {
  display: none;
}

.promo__content-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
  margin-bottom: 7px;
}

.promo__title {
  display: inline;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.15px;
}

.promo__title > .colored {
  color: #FF7700;
}

.promo__desc {
  display: none;
}

.promo__time {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  background: #99CC33;
  border-radius: 4px;
  color: #fff;
}

.promo__anchor {
  display: none;
}

.promo__calculator-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.rates {
  padding-top: 20px;
  padding-bottom: 30px;
}

.rates__title {
  margin-bottom: 15px;
}

.rates__row .slick-track {
  display: flex !important;
}

.rates__row .slick-list {
  margin-right: calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
  margin-top: -70px;
  margin-bottom: -70px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.rates__row .slick-dots {
  height: 46px;
}

.rates__card {
  display: flex !important;
  position: relative;
  flex-direction: column;
  height: auto;
  padding: 20px 20px 15px;
  margin-right: var(--gutter);
  margin-left: var(--gutter);
  background: #F4F5F7;
  border-radius: 16px;
  outline: none;
  transition: 0.3s;
}

.rates__card:nth-child(1) .rates__info-item:last-child {
  background: rgba(243, 101, 17, 0.101481);
  border-radius: 2px;
  color: #FF7700;
  padding: 3px 5px;
}

.rates__card:nth-child(1) .rates__card-title {
  color: #FF7700;
}

.rates__card.slick-active {
  box-shadow: 0px 0px 0px rgba(17, 34, 68, 0);
  z-index: 1;
}

.rates__card.slick-active .rates__loan-more {
  background: #fff;
  color: #222222;
  border-color: transparent;
}

.rates__card.slick-active .rates__loan-more::after {
  content: url("data:image/svg+xml, %3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 12.5C11 9.5 17 6.5 17 6.5C17 6.5 11 3.5 11 0.5' stroke='%23000000'/%3E%3Cpath d='M0.5 6.5L15 6.5' stroke='%23000000' stroke-linecap='round'/%3E%3C/svg%3E");
}

.rates__thumb-container {
  position: absolute;
  top: 5px;
  right: 5px;
}

.rates__thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 110px;
  padding-bottom: 100%;
  overflow: hidden;
}

.rates__thumb,
.rates__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rates__icon {
  display: none;
}

.rates__card-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.rates__info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 28px;
}

.rates__info-item {
  font-size: 14px;
  color: #222222;
  margin-bottom: 5px;
}

.rates__btn-group {
  margin-top: auto;
}

.rates__loan-get {
  margin-right: 7px;
  padding-left: 7px;
  padding-right: 7px;
}

.rates__loan-more {
  padding-left: 10px;
  padding-right: 10px;
}

.rates__loan-more:hover {
  background: #fff;
  color: #222222;
  border-color: transparent;
}

.rates__loan-more:hover::after {
  content: url("data:image/svg+xml, %3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 12.5C11 9.5 17 6.5 17 6.5C17 6.5 11 3.5 11 0.5' stroke='%23000000'/%3E%3Cpath d='M0.5 6.5L15 6.5' stroke='%23000000' stroke-linecap='round'/%3E%3C/svg%3E");
}

.rates__mark {
  margin-top: 5px;
  font-size: 11px;
  opacity: 0.6;
}

.rates__links-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.reviews {
  padding-top: 20px;
  padding-bottom: 30px;
}

.reviews__title {
  margin-bottom: 20px;
}

.reviews__slider .slick-list {
  margin-right: calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
}

.reviews__slider .slick-track {
  display: flex !important;
}

.reviews__review-slide {
  height: auto;
  padding: 45px 20px 20px;
  background: #ffffff;
  border: 1px solid rgba(77, 77, 77, 0.142701);
  border-radius: 16px;
  margin-right: var(--gutter);
  margin-left: var(--gutter);
  outline: none;
}

.reviews__review {
  position: relative;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.reviews__review::before {
  content: url("../images/svg-icons/quotes.svg");
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
}

.reviews__owner {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}

.reviews__date {
  font-size: 11px;
}

.reviews__city {
  font-size: 11px;
}

.reviews__links-block {
  box-sizing: border-box;
  min-width: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  width: calc(100% * 1 - var(--gutter) * 2 - 0.1px);
  flex-basis: auto;
  flex-grow: 0;
}

.s-title {
  font-weight: 600;
  font-size: 26px;
  color: #222222;
  line-height: 1.2;
}

.s-title_sm {
  font-size: 22px;
}

.p-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
}

.s-content {
  font-size: 16px;
}

.s-content > ul,
.s-content > ol {
  margin-top: 15px;
  margin-bottom: 20px;
  list-style: inside;
}

.s-content > ul li,
.s-content > ol li {
  margin-bottom: 4px;
}

.s-content > ul li p,
.s-content > ol li p {
  margin-bottom: 15px;
}

.s-content > ul li p:last-of-type,
.s-content > ol li p:last-of-type {
  margin-bottom: 0;
}

.s-content > ul li h3,
.s-content > ol li h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.s-content > ol {
  list-style: decimal;
  padding-left: 20px;
}

.s-content > ul ul,
.s-content > ul ol,
.s-content > ol ol,
.s-content > ol ul {
  padding-left: 20px;
}

.s-content > p {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
  word-break: break-word;
}

.s-content > h2,
.s-content > h3,
.s-content > h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.s-content > figure > img {
  margin: 20px 0;
}

.s-content > iframe {
  display: block;
  width: 100%;
  max-width: 770px;
  height: 155px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.s-content table {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  border-spacing: 2px;
}

.s-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.s-content_sm {
  font-size: 14px;
}

.s-content_sm > h2,
.s-content_sm > h3 {
  font-weight: 400;
}

@media (min-width: 576px) {
  :root {
    --mob-padding: 30px;
  }

  .links-block__s-info {
    margin-bottom: 20px;
  }

  .links-block__info-link {
    margin-bottom: 10px;
  }

  .hiw-step {
    flex-direction: column;
    padding: 20px 20px 30px;
  }

  .hiw-step::before {
    top: 5px;
    bottom: unset;
  }

  .hiw-step__thumb {
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .m-thumb-block__img-wrap {
    height: 100%;
  }

  .m-thumb-block__img-wrap > img {
    position: unset;
  }

  .hiw {
    padding-top: 30px;
  }

  .hiw__step {
    width: calc(100% * 0.33333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    margin-bottom: 0;
  }

  .hiw__links-block {
    width: calc(100% * 0.66667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    margin-bottom: 0;
  }

  .hiw__widgets {
    width: calc(100% * 0.33333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .rates {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .rates__row {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }

  .rates__card {
    box-sizing: border-box;
    min-width: 0;
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    width: calc(100% * 0.5 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    border-radius: 16px;
    margin-bottom: 30px;
  }

  .rates__thumb-wrap {
    width: 130px;
  }

  .rates__loan-more {
    background: #fff;
    color: #222222;
    border-color: transparent;
  }

  .rates__loan-more::after {
    content: url("data:image/svg+xml, %3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 12.5C11 9.5 17 6.5 17 6.5C17 6.5 11 3.5 11 0.5' stroke='%2392C83E'/%3E%3Cpath d='M0.5 6.5L15 6.5' stroke='%2392C83E' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}

@media (min-width: 768px) {
  :root {
    --gutter: 15px;
  }

  .rcalc.start0:before {
    z-index: 10;
    width: 49px;
    height: 100px;
    left: -32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 49px 100px;
  }

  .rcalc_title {
    display: block;
  }

  .rcalc_item_input {
    width: auto;
  }

  .rcalc_item_input input {
    width: 130px;
  }

  .rcalc_info {
    padding: 20px;
  }

  .rcalc_info_question_box.open {
    position: absolute;
    left: -100%;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .rcalc_info_question_box.open:after {
    display: block;
  }

  .rcalc_info_promocode .result {
    font-size: 13px;
  }

  .rcalc_info_promocode .top input {
    width: 144px;
    padding: 0 15px;
    font-size: 18px;
  }

  .btn_red_new {
    padding: 25px 100px;
  }

  .page .content.show-btn .btn_experiment {
    display: none;
  }

  .i-page .i-page__content.s-content .btn_experiment {
    display: none;
  }

  .btn_wheels {
    max-width: inherit;
    padding: 30px 60px;
  }

  .burger__line {
    background: #fff;
  }

  .faq-list__links-list {
    column-count: 3;
    column-gap: 20px;
  }

  .rcalc {
    max-width: 450px;
    background: #fff;
    box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
  }

  .rcalc__gos-link {
    height: 58px;
  }

  .rcalc__gos-link::after {
    top: 35%;
  }

  .rcalc__gos-link::before {
    top: 35%;
  }

  .rcalc_info_question_box {
    left: 15px;
  }

  .rcalc_info_question_box.open {
    left: 15px;
  }

  #period-item {
    padding-top: 0;
  }

  .rcalc_title {
    display: none;
  }

  .rcalc_item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }

  .rcalc_item_input {
    width: 44%;
  }

  .rcalc_item_input .helper {
    top: -82px;
  }

  .rcalc_open-mob-hidden-group {
    display: none;
  }

  .rcalc_mob-init-hidden-group {
    display: block;
  }

  .rcalc_info {
    background: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }

  .rcalc_info_promocode .top input {
    width: 117px;
    font-size: 13px;
  }

  .rcalc .discount-error-result {
    width: 223px;
  }

  .rcalc_info_body {
    margin-top: 15px;
  }

  .txt-md {
    font-size: 16px;
  }

  .m-thumb-block {
    display: none;
  }

  .cookie-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 10px;
  }

  .cookie-banner__txt {
    font-size: 16px;
  }

  .cookie-banner__button {
    font-size: 16px;
    margin-left: 30px;
    padding: 15px 0;
  }

  .journals-list__item-link {
    width: calc(100% / 6 - 17px);
  }

  .author {
    padding: 20px 20px 10px 96px;
  }

  .author__photo {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
  }

  .author__contacts {
    flex-direction: row;
  }

  .author__social-link {
    margin-right: 20px;
  }

  .author__card .author__contacts {
    position: static;
    justify-content: flex-start;
  }

  .download-file {
    padding-left: 65px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 45px;
  }

  .download-file::before {
    position: absolute;
    top: 25px;
    left: 30px;
  }

  .download-file__link {
    font-size: 22px;
  }

  .download-file__desc {
    margin-top: 5px;
    font-size: 16px;
  }

  .custom-form_has-paddings {
    padding: 40px 40px 50px;
  }

  .custom-form__subtitle {
    font-size: 16px;
  }

  .custom-form__field-wrap_half {
    width: calc(50% - 20px);
  }

  .custom-form__select-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(0);
    overscroll-behavior: auto;
  }

  .awards {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .awards__slider .slick-list {
    margin-right: -15px;
    margin-left: -15px;
  }

  .awards__slide {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer__logo-block {
    width: calc(100% * 0.41667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .footer__invest-block {
    width: auto;
    flex-basis: auto;
    flex-grow: 0;
    position: absolute;
    top: 67px;
    left: var(--padding-mob);
  }

  .footer__widget-block {
    width: calc(100% * 0.58333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    margin-bottom: 40px;
  }

  .footer__app-wt {
    display: flex;
    max-width: 378px;
    background: transparent;
    padding: 0;
  }

  .footer__wt-head {
    border: none;
  }

  .footer__wt-body {
    flex-shrink: 0;
  }

  .footer__membership-block {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .footer__membership-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__membership-link > span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer__socials-block {
    width: calc(100% * 0.33333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .footer__contries-block {
    width: calc(100% * 0.41667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .header_inner .header__privat > a {
    background-image: none;
    font-size: 16px;
    line-height: 1.4;
    padding: 6px 14px;
    width: auto;
    height: auto;
    border-color: #99CC33;
    color: #99CC33;
  }

  .header_inner .header__privat > a:hover {
    color: #fff;
    background: #99CC33;
  }

  .header_inner .header__logo .part1 {
    fill: #99cc33;
  }

  .header_inner .header__logo .part2 {
    fill: #4d4d4d;
  }

  .header__logo .part1 {
    fill: #fff;
  }

  .header__logo .part2 {
    fill: #fff;
  }

  .header__private-block {
    display: block;
    margin-left: auto;
  }

  .hiw__full-info {
    padding-bottom: 15px;
    overflow: auto;
  }

  .hiw__full-info-mob-toggler {
    display: none;
  }

  .hiw__full-info-content {
    overflow-y: auto;
  }

  .m-faq {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .m-info__content {
    width: calc(100% * 0.5 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .m-info__content_sec {
    padding-top: 50px;
  }

  .m-news {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .m-news__post {
    width: calc(100% * 0.5 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    margin-bottom: 30px;
  }

  .offer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .offer_bg-white {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .offer__row {
    flex-wrap: nowrap;
  }

  .offer__info-block {
    flex-grow: 1;
    width: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .offer__get {
    max-width: 260px;
  }

  .offer__img-block {
    order: 1;
    width: 54%;
    flex-grow: 0;
  }

  .offer__decor-lg {
    transform: translate(0, -16%);
  }

  .offer__img-bg {
    position: relative;
    top: 0;
    right: -100px;
  }

  .promo {
    background-position: 100% 58%;
    background-repeat: no-repeat;
    background-size: 116%;
    min-height: 480px;
    padding-bottom: 30px;
  }

  .promo::before {
    content: "";
    position: absolute;
    top: 132px;
    left: 10%;
    background-image: url("../images/promo/do-corner-m.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 54px;
    height: 54px;
  }

  .promo::after {
    content: "";
    position: absolute;
    right: 52%;
    bottom: -32px;
    background-image: url("../images/promo/do-corner-l.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 76px;
    height: 76px;
  }

  .promo__wave-decor {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .promo__content-block {
    width: calc(100% * 0.5 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    padding-top: 186px;
  }

  .promo__title {
    display: block;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .promo__calculator-block {
    width: calc(100% * 0.5 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    position: relative;
  }

  .promo__calculator-block .rcalc {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 450px;
    background: #fff;
    box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
  }

  .rates__links-block {
    width: calc(100% * 0.83333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .reviews {
    padding-top: 30px;
  }

  .reviews__links-block {
    width: calc(100% * 0.75 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .p-title {
    font-size: 32px;
  }

  .s-content > ul ul,
  .s-content > ul ol,
  .s-content > ol ol,
  .s-content > ol ul {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  :root {
    --gutter: 25px;
  }

  .btn-info {
    font-size: 16px;
    line-height: 38px;
  }

  .btn-prime,
  .btn_red {
    font-size: 16px;
    line-height: 38px;
  }

  .faq-list__toggler {
    padding: 30px 60px 30px 40px;
  }

  .faq-list__title {
    font-size: 22px;
  }

  .faq-list__toggle-arrow {
    width: 49px;
    right: 20px;
  }

  .faq-list__item-content {
    padding: 0 40px 40px;
    margin-top: -10px;
  }

  .faq-list__links-list {
    column-count: 4;
  }

  .links-block__s-info {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .links-block__info-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-post {
    padding: 40px;
  }

  .news-post__title {
    font-size: 22px;
  }

  .news-post__excerpt {
    font-size: 16px;
  }

  .rcalc_info_question_box {
    width: 330px;
  }

  #period-item {
    padding-top: 10px;
  }

  .rcalc_title {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
  }

  .rcalc_item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rcalc_item_input .helper {
    top: -105px;
    left: calc(50% - 132px);
    right: initial;
  }

  .rcalc_item_input input {
    font-weight: 400;
    font-size: 22px;
  }

  .rcalc_item_input span {
    font-weight: 400;
    font-size: 22px;
  }

  .btn_red {
    font-size: 22px;
    padding: 10px;
  }

  .rcalc_info {
    padding-right: 30px;
    padding-left: 30px;
  }

  .rcalc_info_promocode {
    overflow: visible;
    max-height: 100%;
  }

  .rcalc_info_promocode .top input {
    width: 140px;
    font-size: 18px;
  }

  .rcalc_info_promocode.hide {
    overflow: visible;
    max-height: 100%;
  }

  .rcalc_info_promocode .btn-promo {
    font-size: 14px;
  }

  .rcalc .discount-error-result {
    width: 244px;
  }

  .rcalc_info_promocode {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sld-controls {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sld-controls__slide-prev,
  .sld-controls__slide-next {
    display: block !important;
    border: none;
    background: none;
  }

  .sld-controls__slide-prev > svg path,
  .sld-controls__slide-next > svg path {
    transition: 0.3s;
  }

  .sld-controls__slide-prev.slick-disabled > svg path,
  .sld-controls__slide-next.slick-disabled > svg path {
    stroke: #222222;
    opacity: 0.2;
  }

  .sld-controls__slide-prev:hover > svg path,
  .sld-controls__slide-next:hover > svg path {
    stroke: #222222;
  }

  .slick-dots > li {
    margin-right: 19px;
  }

  .hiw-step {
    padding-top: 15px;
    padding-right: 17px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .hiw-step:hover::after {
    transform: translate(-9%, -50%);
  }

  .hiw-step:hover::before {
    transform: scale(1.1);
  }

  .hiw-step::after {
    content: url("../images/svg-icons/decor-arrow-to-right.svg");
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-12%, -50%);
    transition: transform 0.3s;
  }

  .hiw-step:nth-child(3)::after {
    content: "";
  }

  .hiw-step::before {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    top: 10px;
    left: 10px;
    font-size: 22px;
  }

  .hiw-step__thumb {
    margin-bottom: 28px;
  }

  .hiw-step__title {
    font-size: 22px;
  }

  .hiw-step__desc {
    font-size: 16px;
  }

  .journals-list__item-link {
    height: 80px;
    padding: 22px 11px;
  }

  .author {
    padding: 40px 40px 30px 200px;
  }

  .author__photo {
    left: 40px;
  }

  .author__photo img {
    width: 126px;
    height: 126px;
    border-radius: 100%;
  }

  .author__description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .custom-form__title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .custom-form__field-wrap_not-wide {
    max-width: 354px;
  }

  .custom-form__textarea {
    line-height: 1.5;
  }

  .custom-form__textarea::placeholder {
    font-size: 12px;
  }

  .custom-form__submit {
    font-size: 18px;
    line-height: 1.4;
    max-width: 220px;
  }

  .custom-form__note {
    font-size: 16px;
  }

  .complain-wgt_is-above .complain-wgt__toggler {
    bottom: 94px !important;
  }

  .complain-wgt__toggler {
    bottom: 20px !important;
    right: 90px;
    border-width: 1px;
    width: 273px;
  }

  .complain-wgt__btn-toggle {
    display: none;
  }

  .complain-wgt__btn-open {
    width: 100%;
    left: 0;
    padding-left: 30;
  }

  .complain-wgt__btn-open::before {
    left: 20px;
  }

  .complain-wgt__mob-hid-content {
    display: inline;
  }

  .complain-wgt__desc-hid-content {
    display: none;
  }

  .complain-wgt__modal {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 90px;
    max-width: 820px;
    width: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .complain-wgt__head {
    position: relative;
    padding: 20px 45px 20px 20px;
  }

  .complain-wgt__body {
    max-height: 77vh;
  }

  .complain-wgt__form-body {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }

  .complain-wgt__info-block {
    width: calc(50% - 10px);
    padding-top: 20px;
  }

  .complain-wgt__steps {
    display: block;
  }

  .complain-wgt__fields-block {
    position: relative;
    width: calc(50% - 10px);
    padding-bottom: 85px;
  }

  .complain-wgt__submit-wrap {
    position: absolute;
    right: 0;
    padding-left: 10px;
    width: 50%;
    bottom: calc(100% + 15px);
    padding-bottom: 0;
  }

  .complain-wgt__submit {
    width: 100%;
    max-width: 100%;
    line-height: 1.2;
  }

  .complain-wgt__form-footer {
    position: relative;
    padding-top: 0;
    border-color: transparent;
  }

  .complain-wgt__output_success {
    position: absolute;
    bottom: 0;
    top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 84px;
    border: 1px solid #9edc15;
    border-radius: 16px;
  }

  .complain-wgt__output_success::before {
    width: 80px;
    height: 80px;
    margin-bottom: 65px;
  }

  .styled-list-down > * {
    padding-left: 60px;
    padding-bottom: 40px;
  }

  .styled-list-down > *:last-child {
    padding-bottom: 10px;
  }

  .styled-list-down > *::before {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    top: -4px;
  }

  .styled-list-down > *:not(:last-child)::after {
    left: 22px;
    top: 44px;
    bottom: 8px;
  }

  .styled-list-down_sm > * {
    padding-top: 3px;
    padding-bottom: 25px;
    padding-left: 40px;
  }

  .styled-list-down_sm > *::before {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    top: 0;
  }

  .styled-list-down_sm > *:not(:last-child)::after {
    top: 32px;
    bottom: 5px;
    left: 14px;
  }

  .awards {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .awards__title {
    margin-bottom: 40px;
  }

  .awards__slider .slick-list {
    margin-right: -9px;
    margin-left: -9px;
  }

  .awards__slide {
    margin-right: 9px;
    margin-left: 9px;
  }

  .awards__img-wrap {
    height: auto;
    padding: 30px;
    margin-bottom: 20px;
  }

  .awards__desc {
    font-size: 16px;
  }

  .awards__sld-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer__logo-block {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .footer__invest-block {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    position: static;
  }

  .footer__invest-btn {
    max-width: 255px;
    font-size: 14px;
    line-height: 1.4;
  }

  .footer__widget-block {
    width: calc(100% * 0.5 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .footer__wt-app-ico {
    width: 54px;
  }

  .footer__membership-block {
    width: calc(100% * 0.16667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    order: inherit;
  }

  .footer__menu-block {
    box-sizing: border-box;
    min-width: 0;
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    display: block;
    margin-bottom: 30px;
  }

  .footer__m-links-block {
    box-sizing: border-box;
    min-width: 0;
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    width: calc(100% * 0.16667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    display: block;
  }

  .footer__socials-block {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    margin-left: calc(100% * 0.16667 + var(--gutter));
  }

  .footer__contries-block {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .footer__sitemap-block {
    width: calc(100% * 0.33333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 15px;
    border-top: 0;
    border-bottom: 0;
  }

  .footer__sitemap-list {
    text-align: right;
    width: 100%;
  }

  .footer__sitemap-item {
    font-size: 16px;
    margin-right: 0;
    margin-left: 24px;
  }

  .footer__text-info > p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .footer__legal {
    border-top: 1px solid rgba(34, 34, 34, 0.05);
    padding-bottom: 10px;
  }

  .header {
    position: absolute;
  }

  .header_inner .header__btn-get-free {
    display: none;
  }

  .header_inner .header__menu > .menu-item.menu-item-has-children:hover > a,
  .header_inner .header__menu > .menu-item:hover > a,
  .header_inner .header__menu > .menu-item.active > a,
  .header_inner .header__menu > .menu-item.current_page_parent > a {
    background: #F4F5F7;
  }

  .header_inner .header__menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    box-shadow: -20px 14px 59px -32px rgba(17, 34, 68, 0.35);
  }

  .header_inner .header__menu > .menu-item > a {
    color: #222222;
    letter-spacing: 0.1px;
  }

  .header_inner .header__menu > .menu-item.menu-item-has-children::after {
    content: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L2.5 3.5L5 1' stroke='%23222222'/%3E%3C/svg%3E");
  }

  .header__btn-get-free {
    position: fixed;
    top: 5%;
    right: 5%;
    font-size: 20px;
    padding: 11px 22px;
    border-radius: 4px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.233);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s;
  }

  .header__btn-get-free.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header__btn-get-free > span {
    border-color: transparent;
    padding: 0;
  }

  .header__row {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .header__burger-block {
    display: none;
  }

  .header__logo-block {
    margin-right: 9px;
    max-width: 135px;
    position: absolute;
    top: 40px;
  }

  .header__logo {
    max-width: 200px;
    height: 38px;
  }

  .header__menu-block {
    position: static;
    padding-bottom: 0;
    flex-grow: 1;
    transform: translateY(0);
    background: transparent;
    margin-left: 0;
    z-index: 1;
  }

  .header__m-privat {
    display: none;
  }

  .header__nav {
    padding: 0;
  }

  .header__menu {
    display: flex;
    justify-content: center;
  }
  .header__menu > .menu-item.menu-item-has-children::after{
    display: none;
  }
  .header__menu > .menu-item {
    margin-top: 0;
  }

  .header__menu > .menu-item:hover > a,
  .header__menu > .menu-item.active > a {
    background: #ffffff;
    color: #222222;
  }

  .header__menu > .menu-item > a {
    font-weight: normal;
    padding: 8px 16px 8px 8px;
    border-radius: 8px;
    font-size: 13px;
    color: #fff;
  }

  .header__menu > .menu-item.menu-item-has-children:hover::after {
    content: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L2.5 3.5L5 1' stroke='%23222222'/%3E%3C/svg%3E");
  }

  .header__menu > .menu-item.menu-item-has-children:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #fff;
    bottom: 0;
    z-index: -1;
  }

  .header__menu > .menu-item.menu-item-has-children:hover > a {
    background: #ffffff;
    border-radius: 8px;
    color: #222222;
  }

  .header__menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    background: #ffffff;
    transform: translateY(0);
    border-radius: 0 16px 16px 16px;
    visibility: visible;
    opacity: 1;
    z-index: -1;
  }

  .header__menu > .menu-item.menu-item-has-children::after {
    content: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L2.5 3.5L5 1' stroke='%23ffffff'/%3E%3C/svg%3E");
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header__menu > .menu-item.menu-item-has-children.active::before {
    display: none;
  }

  .header__menu > .menu-item > .sub-menu {
    position: absolute;
    max-height: none;
    overflow: visible;
    visibility: hidden;
    padding: 10px 16px;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item {
    margin-top: 10px;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item:first-child {
    margin-top: 0;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item:last-child {
    display: none;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item > a {
    position: relative;
    display: block;
    padding: 4px 80px 4px 10px;
    font-size: 13px;
    border-radius: 16px;
    white-space: nowrap;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item > a::after {
    content: url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 12.5C11 9.5 17 6.5 17 6.5C17 6.5 11 3.5 11 0.5' stroke='%2392C83E'/%3E%3Cpath d='M0.5 6.5L15 6.5' stroke='%2392C83E' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(-6px, -50%);
    opacity: 0;
    transition: 0.3s;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item > a:hover {
    background: #F4F5F7;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item > a:hover::after {
    transform: translate(0, -50%);
    opacity: 1;
  }

  .header__complain-btn {
    display: none;
  }

  .header__socials-block {
    display: none;
  }

  .header__wt {
    display: none;
  }

  .header__private-block {
    position: absolute;
    top: 40px;
    right: 0;
  }

  .hiw {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .hiw__title {
    margin-bottom: 40px;
  }

  .hiw__steps {
    margin-bottom: 50px;
  }

  .hiw__step {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .hiw__full-info {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    padding: 15px 10px 15px 15px;
    height: auto;
    max-height: 360px;
    margin-top: 0;
  }

  .hiw__full-info-content {
    padding-right: 5px;
    /* Track */
    /* Handle */
  }

  .hiw__full-info-content::-webkit-scrollbar {
    width: 5px;
  }

  .hiw__full-info-content::-webkit-scrollbar-track {
    box-shadow: 0 0 0 0 transparent;
    border-radius: 10px;
  }

  .hiw__full-info-content::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 0px;
  }

  .hiw__links-block {
    width: calc(100% * 0.75 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .hiw__widgets {
    width: calc(100% * 0.25 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .m-author {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .m-faq {
    padding-top: 30px;
    padding-bottom: 1px;
  }

  .m-info {
    padding-top: 50px;
    padding-bottom: 1px;
  }

  .m-info__content_sec {
    padding-top: 65px;
  }

  .m-news {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .m-news__title {
    margin-bottom: 40px;
  }

  .m-news__post {
    margin-bottom: 40px;
  }

  .m-news__journals {
    margin-bottom: 25px;
  }

  .offer_bg-white {
    padding-top: 50px;
    padding-bottom: 95px;
  }

  .offer__info-block {
    padding-top: 46px;
    padding-left: 50px;
    padding-bottom: 46px;
  }

  .offer__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .offer__subtitle {
    font-size: 18px;
  }

  .offer__badge {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .offer__get {
    max-width: 290px;
    font-size: 22px;
    line-height: 58px;
  }

  .offer__add-info {
    font-size: 13px;
  }

  .offer__decor-lg {
    width: 152px;
    right: 54px;
  }

  .offer__decor-sm {
    width: 76px;
    bottom: 24px;
    left: 80px;
  }

  .promo {
    padding-top: 0;
    background-position: center;
    background-size: cover;
    min-height: 736px;
  }

  .promo::before {
    width: 76px;
    height: 76px;
    left: 20%;
    top: 140px;
  }

  .promo::after {
    right: 8%;
    width: 152px;
    height: 152px;
  }

  .promo__content-block {
    padding-top: 276px;
  }

  .promo__title {
    font-size: 58px;
    margin-bottom: 20px;
  }

  .promo__title > .colored {
    color: #fff;
  }

  .promo__desc {
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    color: #0b1f35;
  }

  .promo__time {
    background: #fff;
    color: #222222;
    padding: 8px 20px;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .promo__anchor {
    position: absolute;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    opacity: 0.6;
    transition: 0.3s;
  }

  .promo__anchor::before {
    content: url("../images/svg-icons/anchor-arrow-to-bottom.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .promo__anchor:hover {
    opacity: 1;
  }

  .promo__calculator-block {
    width: 100%;
    max-width: 405px;
    margin-left: auto;
    margin-top: 60px;
  }

  .promo__calculator-block .rcalc {
    top: 140px;
  }

  .rates {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .rates__title {
    margin-bottom: 40px;
  }

  .rates__row {
    margin-bottom: 10px;
  }

  .rates__card {
    width: calc(100% * 0.33333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    box-shadow: -16px 20px 60px -30px rgba(17, 34, 68, 0.35);
    margin-bottom: 40px;
    padding: 40px;
  }

  .rates__card:hover {
    box-shadow: 0px 0px 0px #fff;
    background: #F0F1F5;
  }

  .rates__card:hover .rates__icon {
    opacity: 0;
  }

  .rates__card:hover .rates__thumb {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .rates__card:hover .rates__loan-more {
    background: #fff;
    color: #222222;
    border-color: transparent;
  }

  .rates__card:hover .rates__loan-more::after {
    content: url("../images/svg-icons/btn-arrow-to-right-hover.svg");
  }

  .rates__thumb {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
    transition: 0.3s;
  }

  .rates__icon {
    display: block;
    transition: 0.3s;
  }

  .rates__card-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .rates__info-list {
    margin-bottom: 40px;
  }

  .rates__info-item {
    font-size: 16px;
  }

  .rates__loan-get {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rates__loan-more {
    background: transparent;
    color: #74A509;
    border: 1px solid rgba(34, 34, 34, 0.1);
    padding-left: 20px;
    padding-right: 20px;
  }

  .rates__mark {
    position: absolute;
    bottom: 15px;
    font-size: 13px;
  }

  .rates__links-block {
    width: calc(100% * 0.66667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reviews__title {
    margin-bottom: 40px;
  }

  .reviews__slider {
    margin-bottom: 10px;
  }

  .reviews__review-slide {
    padding: 40px 40px 20px 75px;
  }

  .reviews__review::before {
    bottom: 100%;
    right: calc(100% + 15px);
    bottom: auto;
    left: auto;
  }

  .reviews__links-block {
    margin-top: 10px;
  }

  .s-title {
    font-weight: 700;
    font-size: 44px;
  }

  .s-title_sm {
    font-weight: 600;
    font-size: 32px;
  }

  .p-title {
    font-weight: bold;
    font-size: 64px;
  }

  .s-content {
    font-size: 22px;
  }

  .s-content > ul li,
  .s-content > ol li {
    margin-bottom: 15px;
  }

  .s-content > ul li h3,
  .s-content > ol li h3 {
    font-size: 22px;
  }

  .s-content > p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s-content > h2,
  .s-content > h3,
  .s-content > h4 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .s-content > figure > img {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .s-content_sm {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .complain-wgt_is-above .complain-wgt__modal {
    bottom: 94px;
  }

  .complain-wgt__body {
    max-height: 85vh;
  }

  .footer__logo-block {
    width: calc(100% * 0.16667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .header__menu > .menu-item > a {
    padding: 8px 19px 8px 12px;
    font-size: 16px;
  }

  .header__menu > .menu-item > .sub-menu > .menu-item > a {
    font-size: 16px;
  }

  .promo__title {
    font-size: 54px;
  }
}

@media (min-width: 1440px) {
  :root {
    --gutter: 28px;
    --content-width: 1330px;
  }

  .hiw-step {
    padding-right: 50px;
  }

  .journals-list__item-link {
    width: calc(100% / 6 - 46px);
  }

  .awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .awards__slider .slick-list {
    margin-right: calc(var(--gutter) * -1);
    /*margin-left: calc(var(--gutter) * -1);*/
  }

  .awards__slide {
    margin-right: var(--gutter);
    /*margin-left: var(--gutter);*/
  }

  .awards__sld-controls {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .header_inner .header__menu > .menu-item {
    margin-right: 0;
  }

  .header__logo-block {
    max-width: 100%;
    margin-right: 30px;
  }

  .header__menu > .menu-item {
    margin-right: 5px;
  }

  .header__menu > .menu-item > a {
    padding-left: 15px;
  }

  .hiw {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .hiw__steps {
    margin-bottom: 60px;
  }

  .hiw__full-info {
    padding-left: 20px;
  }

  .hiw__full-info-content {
    padding-right: 10px;
  }

  .m-faq {
    padding-top: 0;
    padding-bottom: 90px;
  }

  .m-news {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .m-news__journals {
    margin-bottom: 35px;
  }

  .offer_mob-hidden {
    display: block;
  }

  .offer__info-block {
    padding-left: 60px;
  }

  .offer__subtitle {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .offer__decor-lg {
    right: 70px;
  }

  .promo {
    min-height: 870px;
  }

  .promo::before {
    top: 223px;
  }

  .promo__content-block {
    padding-top: 0;
  }

  .rates {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rates__row {
    margin-bottom: 20px;
  }

  .rates__card {
    width: calc(100% * 0.33333 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .rates__thumb-wrap {
    width: 160px;
    top: 10px;
    right: 10px;
  }

  .reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reviews__slider {
    margin-bottom: 20px;
  }

  .reviews__links-block {
    width: calc(100% * 0.66667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
    margin-top: 20px;
  }

  .s-content > h2,
  .s-content > h3,
  .s-content > h4 {
    margin-top: 50px;
  }
}
@media(max-width: 767px){
  .header{
    position: static;
  }
}
@media (min-width: 1680px) {
  :root {
    --gutter: 33px;
    --content-width: 1550px;
  }

  .hiw-step {
    padding-right: 40px;
    padding-left: 40px;
  }

  .awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    overflow: hidden;
  }

  .footer__container {
    max-width: 1740px;
  }

  .header_inner .header__container {
    max-width: calc(var(--content-width) + var(--mob-padding) * 2);
  }

  .header_inner .header__menu > .menu-item {
    margin-right: 0;
  }

  .header__container {
    max-width: 1740px;
  }

  .header__logo-block {
    margin-right: 100px;
  }

  .header__menu > .menu-item {
    margin-right: 30px;
  }

  .hiw__full-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offer__info-block {
    padding-left: 135px;
  }

  .offer__decor-lg {
    right: 150px;
  }

  .offer__img-bg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .promo::after {
    right: 12%;
  }

  .promo__content-block {
    width: calc(100% * 0.41667 - var(--gutter) * 2 - 0.1px);
    flex-basis: auto;
    flex-grow: 0;
  }

  .promo__time {
    background: #fff;
    padding: 8px 20px;
  }

}
/*.slick-initialized .slick-slide{*/
/*  max-height: 150px;*/
/*}*/
@media(max-width: 767px){
  .promo__m-thumb-block{
    display: none;
  }
  .awards .slick-dotted.slick-slider{
    max-height: 150px;
  }
  .reviews__review-slide{
    max-width: 350px;
  }
}
.awards .slick-slide{
  max-height: 150px;
}
input#btn_disabled{
  height: 50px;
  line-height: 0;
  margin-top: 20px;
}
#btn_disabled:disabled{
  cursor: not-allowed;
}
.switcher {
  color: #FFB039;
  cursor: pointer;
}
.hide_show {
  display: none;
}
.logo-andr
{
  height:auto; 
  width:250px;
}
.footer__block-title{
  text-align: center;
}
.footer__icons-list{
  justify-content: center;
  width: 100%;
}
.footer__socials-block{
  width: 100%;
  margin-left:0;
}
@media(max-width: 767px){
  .margin_mob{
    max-width: 80px !important;
    margin-right: 10px;

  }
}
.form{
  padding: 60px 40px;
  box-shadow: -5px 5px 15px 2px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  border-radius: 25px;
}
.form_title{
  font-size: 24px;
  color: #5f5f5f;
  font-weight: 700;
  text-align: center;
}
.form_title span{
  color:#F4A540;
}
.form_text{
  color: #5f5f5f;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.form_text.nomargin{
  margin-top: 5px;
}
.form_text.nmb{
  margin-bottom: 0;
}
.submit_button:disabled{
  opacity: .7;
  cursor: not-allowed;
}
.form_button{
  width: 400px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 28px;
  margin-top: 20px;
  color:#fff;
  font-weight: 600;
  height: 73px;
  cursor: pointer;
  text-align: center;
  background-color: #F4A540;
  border-radius: 25px;
  line-height: 73px;
}
.ui-widget-header{
  background-color: #9ac934;
}
.form_block{
  padding-top: 100px;
  padding-bottom: 150px;
}
.form{
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.form_block:before{
  content:"";
  width: 600px;
  height: 450px;
  position: absolute;
  left:150px;
  z-index: -1;
  bottom:-10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
  background-image: url(..//img/money.png);
}
.text_form{
  max-width: 650px;
}
.form_block .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text_form_title{
  font-size: 36px;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
}
.text_form_subtitle{
  font-size: 25px;
  color:#fff;
  font-weight: 300;
  margin-top: 20px;
}
.text_form_bottom{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.text_form_bottom img{
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.text_form_bottom span{
  font-size: 20px;
  font-weight: 300;
  color:#fff;
}
.get_money_title{
  font-size: 40px;
  font-weight: 400;
  color: #4b4b4b;
  text-align: center;
  margin-top: 30px;
}
.get_money_title span{
  color:#9aca34;
}
.step_item .big_number{
  color:rgba(154, 201, 52, .5);
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
}
.step_item{
  max-width: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.step_item .step_descr{
  font-size: 26px;
  color: #4b4b4b;
  font-weight: 300;
  text-align: center;
}
.step_item .step_descr span{
  color:rgba(154, 201, 52, .5);
  font-weight: 600;
  display: block;
}
.checkbox-box{
  margin-top: 5px;
  font-size: 12px;
}
.m-faq .row{
  padding-top: 0;
}
@media(max-width: 767px){
  .form_button{
    max-width: 100%;
  }
  .form{
    max-width: 100%;
  }
  .row{
    padding-top: 0;
  }
  .offer__img-bg{
    display: none;
  }
  .logo-andr{
    margin: 0 auto;
  }
  .header__row{
    justify-content: center;
  }
  .promo__time{
    font-size: 12px;
  }
  .promo__content-block{
    text-align: center;
  }
}
#our_partners{
  background-color: #F4F5F7;
}
#our_partners .row{
  padding: 40px 0;
}
#our_partners .m-info__content{
  width: 100%;
  max-width: 100%;
}
#our_partners p{
  margin: 15px 0;
  font-size: 14px;
}
#our_partners ul{
  list-style-type: circle;
  padding-left: 20px;
}

#our_partners_data{
  background-color: #F4F5F7;
}
#our_partners_data .row{
  padding: 40px 0;
}
#our_partners_data .m-info__content{
  width: 100%;
  max-width: 100%;
}
#our_partners_data .faq-list__title{
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.15;
  color: #2f2f2f;
  font-weight: 700;
}
#our_partners_data p{
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.35;
  color: #2f2f2f;
}
#our_partners_data a{
  text-decoration: none;
  color: #2f2f2f;
}
#our_partners_data a:hover{
  text-decoration: underline;
}
#our_partners_data ul{
  list-style-type: circle;
  padding-left: 20px;
}
p.small{
  font-size: 12px;
}
.desk_hid{
  display: none;
}
@media(max-width: 767px){
  .desk_hid{
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  p.small{
    display: none;
  }
  .small_mob{
    font-size: 10px;
  }
  .form{
    padding: 20px 40px;
  }
}
.footer__bottom p{
  margin-top: 10px;
}
.awards__title{
  text-align: center;
}
.slider_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:30px;
}