@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon2864.eot?rpo9p");
  src: url("../fonts/icomoon/icomoon2864.eot?rpo9p#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon2864.ttf?rpo9p") format("truetype"), url("../fonts/icomoon/icomoon2864.woff?rpo9p") format("woff"), url("../fonts/icomoon/icomoon2864.svg?rpo9p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  vertical-align: middle;
}

.icon-x:before {
  content: "\e903";
}

.icon-tub-3:before {
  content: "\e900";
}

.icon-up:before {
  content: "\e901";
}

.icon-user:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e904";
}

.icon-down:before {
  content: "\e905";
}

.icon-next-long:before {
  content: "\e906";
}

.icon-offer-cat-1:before {
  content: "\e907";
}

.icon-offer-cat-2:before {
  content: "\e908";
}

.icon-offer-cat-3:before {
  content: "\e909";
}

.icon-offer-cat-4:before {
  content: "\e90a";
}

.icon-offer-cat-6:before {
  content: "\e90c";
}

.icon-offer-cat-7:before {
  content: "\e90d";
}

.icon-offer-cat-8:before {
  content: "\e90e";
}

.icon-offer-cat-9:before {
  content: "\e90f";
}

.icon-offer-cat-10:before {
  content: "\e910";
}

.icon-question:before {
  content: "\e911";
}

.icon-quote:before {
  content: "\e912";
}

.icon-startup-1:before {
  content: "\e913";
}

.icon-startup-2:before {
  content: "\e914";
}

.icon-startup-3:before {
  content: "\e915";
}

.icon-startup-4:before {
  content: "\e916";
}

.icon-tub-1:before {
  content: "\e917";
}

.icon-tub-2:before {
  content: "\e918";
}

.wrapper._no-entry {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .wrapper._no-entry {
    padding-top: 75px;
  }
}
.wrapper._no-entry h2 {
  font-size: 50px;
  color: #2E3544;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrapper._no-entry h2 {
    font-size: 34px;
  }
}
.wrapper._no-entry > .inner {
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper._no-entry > .inner > * {
  width: 100%;
}

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

a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.size18 {
  font-size: 18px;
  line-height: 1.5;
}

.a, .form-style .formElementSelectPicker:after, .waveBgInnerPageBlock:after, .footer .footerBlock > .col-12:last-child:after, .home-for-you:after, .offers-category ul li a:after, .home-dashboard:after, .home-offer:after, .btn._green:after, .btn._blue:after, .sliderRelative .navigationSliderBlock .navigationBtn:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row._offset20 {
  margin: 0 -10px;
}
.row._offset20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.sliderRelative .navigationSliderBlock .navigationInfoBlock .pagesCount {
  color: #9096A5;
}
.sliderRelative .navigationSliderBlock .navigationBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background: #0f3fe3;
}
.sliderRelative .navigationSliderBlock .navigationBtn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(240.74deg, #1348FE 37.39%, #1241E1 73.63%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sliderRelative .navigationSliderBlock .navigationBtn:hover:after {
  opacity: 0;
}
.sliderRelative .navigationSliderBlock .navigationBtn.slick-hidden, .sliderRelative .navigationSliderBlock .navigationBtn.slick-disabled {
  background: 0;
}
.sliderRelative .navigationSliderBlock .navigationBtn.slick-hidden:after, .sliderRelative .navigationSliderBlock .navigationBtn.slick-disabled:after {
  opacity: 0;
}
.sliderRelative .navigationSliderBlock .navigationBtn.slick-disabled, .sliderRelative .navigationSliderBlock .navigationBtn.slick-hidden {
  border: 1px solid #CCD2E0;
  pointer-events: none;
}
.sliderRelative .navigationSliderBlock .navigationBtn.slick-disabled img, .sliderRelative .navigationSliderBlock .navigationBtn.slick-hidden img {
  -webkit-filter: brightness(1) grayscale(100%);
          filter: brightness(1) grayscale(100%);
}

.btn._flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 60px;
  padding: 0 45px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.btn._flex:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
}
.btn._dark {
  background: #1C2025;
  color: #fff !important;
  border-color: #1C2025 !important;
}
.btn._dark:hover {
  background: #060708 !important;
}
.btn._border-dark {
  color: #2E3544 !important;
  border-color: #2E3544 !important;
}
.btn._border-dark:hover {
  background: #2E3544 !important;
  color: #fff !important;
}
.btn._blue {
  position: relative;
  z-index: 100;
  overflow: hidden;
  color: #fff;
  background: #0f3fe3;
  border-color: transparent;
}
.btn._blue:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(240.74deg, #1348FE 37.39%, #1241E1 73.63%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn._blue:hover:after {
  opacity: 0;
}
.btn._green {
  position: relative;
  z-index: 100;
  overflow: hidden;
  color: #fff;
  background: #37BDA5;
  border-color: transparent;
  border: 0;
}
.btn._green:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.41deg, #37BDA5 28.75%, #3FB974 82.24%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn._green:hover:after {
  opacity: 0;
}
.btn._small {
  height: 47px;
  padding: 0 35px;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .btn._small {
    height: 40px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.btn._min220 {
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  .btn._mob100 {
    width: 100%;
  }
}
.btn .icon-next-long {
  margin-left: 10px;
  margin-top: 2px;
}
.home-header {
  background: #FFFFFF;
  max-width: inherit;
  position: relative;
  z-index: 900;
}
@media screen and (max-width: 1200px) {
  .home-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 4px rgba(16, 25, 41, 0.07);
            box-shadow: 0px 3px 4px rgba(16, 25, 41, 0.07);
  }
}
.home-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
}
.home-header .home-header__logo .logo img {
  display: block;
}
@media screen and (max-width: 1200px) {
  .home-header .home-header__logo {
    margin: 0 auto;
  }
}
.home-header .home-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-header__nav {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 280px;
    top: 75px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid rgba(236, 239, 244, 0.5);
    padding: 10px 15px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .home-header .home-header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .home-header .home-header__nav .home-header__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home-header .home-header__nav .home-header__menu .standardMenu {
    display: block !important;
  }
  .home-header .home-header__nav .home-header__menu .standardMenu li {
    width: 100%;
    padding: 0 0 15px 0 !important;
  }
  .home-header .home-header__nav .home-header__menu .standardMenu li a {
    margin: 0 !important;
  }
  .home-header .home-header__nav .home-header__entry {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 100%;
    padding: 10px 0 10px;
  }
  .home-header .home-header__nav .home-header__lang {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .home-header .home-header__nav .home-header__lang .langBlock {
    display: block;
    padding: 0;
  }
  .home-header .home-header__nav .home-header__lang .langBlock .current {
    display: none;
  }
  .home-header .home-header__nav .home-header__lang .langBlock .other {
    overflow: visible;
    position: static;
    height: auto;
    width: auto;
  }
  .home-header .home-header__nav .home-header__lang .langBlock .other .inner {
    padding-left: 0;
  }
  .home-header .home-header__nav .home-header__question {
    padding-right: 30px;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    text-align: center;
    width: 100%;
  }
}
.home-header .home-header__menu {
  margin-right: auto;
}
.home-header .home-header__menu .standardMenu {
  padding: 0 !important;
  border: 0 !important;
}
.home-header .home-header__menu .standardMenu li {
  padding: 0 12px;
}
.home-header .home-header__menu .standardMenu li a {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home-header .home-header__lang {
  padding-left: 10px;
}
.home-header .home-header__lang .langBlock .current {
  border-right: 0;
  font-weight: 500;
}
.home-header .home-header__lang .langBlock .current .icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.home-header .home-header__lang .langBlock .current .icon svg path {
  fill: currentColor;
}
.home-header .home-header__entry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .home-header .home-header__entry ul {
    display: block;
  }
}
.home-header .home-header__entry ul li {
  display: block;
}
.home-header .home-header__entry ul li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-header .home-header__entry ul li:nth-child(2) {
    display: block;
  }
}
.home-header .home-header__entry ul li a {
  margin: 0 0 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .home-header .home-header__entry ul li a {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.question-modal-show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #878D96;
  font-size: 15px;
  margin-top: 4px;
}
.question-modal-show:before {
  font-size: 22px;
  margin-right: 8px;
}
.question-modal-show:hover {
  color: #3485FF;
}

.home-header__user {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #101929;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .home-header__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.toggle-menu {
  width: 44px;
  height: 44px;
  background: rgba(244, 244, 246, 0.7);
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu-bg {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 37, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-bg.active {
  opacity: 1;
  visibility: visible;
}

.icon-menu {
  width: 25px;
  height: 16px;
  cursor: pointer;
  position: relative;
  z-index: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-menu.active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

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

.sw-bottom {
  top: 5px;
  width: 60%;
}

.sw-footer {
  top: 10px;
}

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

.icon-menu.active .sw-bottom {
  top: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 100%;
}

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

/*====================================================*/
/*====================================================*/
.home-offer {
  padding-top: 100px;
  padding-bottom: 260px;
  color: #2E3544;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.14%, rgba(20, 73, 255, 0)), color-stop(125.41%, rgba(20, 73, 255, 0.1)));
  background: linear-gradient(0, rgba(20, 73, 255, 0) -4.14%, rgba(20, 73, 255, 0.1) 125.41%);
}
@media screen and (max-width: 1000px) {
  .home-offer {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .home-offer {
    padding-top: 70px;
  }
}
.home-offer .content {
  position: relative;
  z-index: 100;
}
.home-offer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../img/offer-bg.svg) center 0 no-repeat;
  z-index: 1;
  opacity: 0.15;
  background-size: 1920px auto;
}
@media screen and (max-width: 767px) {
  .home-offer:after {
    background-size: 1000px auto;
  }
}
.home-offer .home-offer__content {
  padding-bottom: 60px;
}
.home-offer .home-offer__content .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.home-offer .home-offer__thumb._offset-right img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .home-offer .home-offer__thumb._offset-right img {
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .home-offer .home-offer__thumb._offset-right img {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}
.home-offer .home-offer__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  .home-offer .home-offer__thumb img {
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .home-offer .home-offer__thumb img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.home-offer .home-offer__txt {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .home-offer .home-offer__txt {
    text-align: center;
    padding-bottom: 40px;
  }
}
.home-offer .home-offer__txt h1 {
  margin-top: 0;
  font-size: 65px;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  .home-offer .home-offer__txt h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-offer .home-offer__txt h1 {
    font-size: 48px;
  }
}
.home-offer .home-offer__btn {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .home-offer .home-offer__btn {
    padding-top: 30px;
  }
  .home-offer .home-offer__btn .btn {
    min-width: 270px;
    margin-bottom: 10px;
  }
}

.benefit {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 40px 80px rgba(170, 176, 199, 0.15);
          box-shadow: 0px 40px 80px rgba(170, 176, 199, 0.15);
  border-radius: 20px;
  text-align: center;
  padding: 20px 25px 30px;
  margin-bottom: 20px;
  width: 100%;
}
.benefit .icon {
  background: url(../img/benefit-icon-bg.svg) center no-repeat;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.benefit .icon img {
  width: 70px;
  height: 70px;
}
.benefit .heading {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}
.benefit .text {
  font-size: 14px;
  color: #787F8D;
  line-height: 1.3;
  font-weight: 300;
  max-width: 230px;
  margin: 0 auto;
}

/*====================================================*/
/*====================================================*/
.home-dashboard {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .home-dashboard {
    padding-top: 70px;
  }
}
.home-dashboard:after {
  background: url(../img/circle-bg.svg) center 0 no-repeat;
  height: 958px;
  position: absolute;
  z-index: 1;
  top: -350px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .home-dashboard:after {
    background: 0;
    display: none;
  }
}
.home-dashboard .content {
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1000px) {
  .home-dashboard .dashBoardInfoBlock {
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.home-dashboard .dashAdvantagesBlock {
  min-width: 530px;
}
@media screen and (max-width: 767px) {
  .home-dashboard .dashAdvantagesBlock {
    min-width: 1px;
  }
}
.home-dashboard .dashAdvantagesBlock .sAdvantage {
  color: #2E3544;
}
.home-dashboard .dashAdvantagesBlock .sAdvantage .info {
  font-weight: 300;
  line-height: 1.4;
  color: #2E3544;
}
.home-dashboard .dashGraphBlock {
  width: calc(100% - 560px);
}
@media (min-width: 1500px) {
  .home-dashboard .dashGraphBlock {
    min-width: 710px;
  }
}

/*====================================================*/
/*====================================================*/
.home-offers {
  background: url(../img/wave-bg.svg) center 0 no-repeat;
  position: relative;
  z-index: 250;
}
@media screen and (max-width: 767px) {
  .home-offers {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.6%, #EEF3FF), color-stop(100.05%, #FCFCFE));
    background: linear-gradient(180deg, #EEF3FF 65.6%, #FCFCFE 100.05%);
  }
}
.home-offers .hotOffersBlock {
  padding-top: 150px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1000px) {
  .home-offers .hotOffersBlock {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home-offers .hotOffersBlock {
    padding: 80px 15px;
  }
}
.home-offers h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .home-offers .headingBlock {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-offers .subHeading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .home-offers .subHeading {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-offers .mainPageSliderBlock {
  margin: 0 -15px;
}
.home-offers .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .home-offers .slick-list {
    padding-bottom: 0 !important;
  }
}
.home-offers .btnBlock {
  margin-top: -10px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .home-offers .btnBlock .btn {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .home-offers .navigationSliderBlock.visible-mobile {
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .home-offers .navigationSliderBlock.visible-mobile .navigationInfoBlock {
    margin: 0;
  }
}

.hot-offer {
  margin-bottom: 30px;
  padding: 0 15px;
}
.hot-offer.isExclusive .hot-offer__content:before {
  content: "Exclusive";
  background: #C64B60;
}
.hot-offer.isTop .hot-offer__content:before {
  content: "Top";
  background: #F7B12A;
}
.hot-offer.isNew .hot-offer__content:before {
  content: "New";
  background: #33CE83;
}
.hot-offer .hot-offer__content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hot-offer .hot-offer__content:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  border-radius: 30px;
  padding: 0 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .hot-offer .hot-offer__content:before {
    top: 0;
    right: 0;
    border-radius: 0 10px 0 10px;
    font-size: 10px;
    height: 25px;
  }
}
@media (hover: hover) {
  .hot-offer .hot-offer__content:hover {
    -webkit-box-shadow: 0px 10px 15px rgba(60, 68, 86, 0.1);
            box-shadow: 0px 10px 15px rgba(60, 68, 86, 0.1);
  }
}
.hot-offer .hot-offer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hot-offer .hot-offer__thumb {
  min-width: 140px;
}
.hot-offer .hot-offer__thumb img {
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
}
.hot-offer .hot-offer__txt {
  padding-bottom: 40px;
}
.hot-offer .hot-offer__table {
  background: rgba(246, 248, 253, 0.7);
  border-radius: 7px;
  margin-top: -20px;
  padding: 15px 0;
}
.hot-offer .hot-offer__table table {
  width: 100%;
  border-collapse: collapse;
}
.hot-offer .hot-offer__table table td {
  border: 0;
  font-size: 13px;
  line-height: 1.6;
  padding: 0 20px 0 30px;
}
.hot-offer .hot-offer__table table td:not(:last-child) {
  border-right: 1px solid #E4E5ED;
}
.hot-offer .hot-offer__table table td p {
  margin: 0;
  font-weight: 500;
}
.hot-offer .hot-offer__table table td p.td-label {
  color: rgba(28, 32, 37, 0.7);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .hot-offer .hot-offer__table table {
    display: block;
  }
  .hot-offer .hot-offer__table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hot-offer .hot-offer__table table tr td {
    display: block;
    width: 50%;
  }
  .hot-offer .hot-offer__table table tr td:nth-child(1), .hot-offer .hot-offer__table table tr td:nth-child(2) {
    margin-bottom: 10px;
  }
  .hot-offer .hot-offer__table table tr td:nth-child(2) {
    border-right: 0;
  }
}
.hot-offer .hot-offer__desc {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .hot-offer .hot-offer__desc {
    font-size: 13px;
    line-height: 1.2;
  }
}
.hot-offer .hot-offer__title {
  font-weight: 800;
  font-size: 22px;
  color: #1C2025;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .hot-offer .hot-offer__title {
    line-height: 1.1;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .hot-offer .hot-offer__title:hover {
    color: #3485FF;
  }
}

.offers-category {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .offers-category {
    margin-bottom: 10px;
  }
}
.offers-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .offers-category ul {
    margin: 0 -15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 10px;
  }
  .offers-category ul:after {
    content: "";
    min-width: 10px;
    display: block;
  }
}
.offers-category ul li {
  list-style: none;
  padding: 0 5px 10px 5px;
}
.offers-category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #1C2025;
  border: 1px solid #D2DAEA;
  height: 43px;
  border-radius: 43px;
  padding: 0 14px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .offers-category ul li a {
    padding: 0 18px;
  }
}
.offers-category ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(240.74deg, #1348FE 37.39%, #1241E1 73.63%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.offers-category ul li a svg,
.offers-category ul li a [class^=icon-],
.offers-category ul li a [class*=" icon-"] {
  margin-right: 8px;
  font-size: 20px;
}
@media (hover: hover) {
  .offers-category ul li a:hover {
    border-color: #3485FF;
  }
}
.offers-category ul li a.active {
  color: #fff;
  border-color: #3485FF;
}
.offers-category ul li a.active:after {
  opacity: 1;
}

/*====================================================*/
/*====================================================*/
.home-for-you {
  position: relative;
  z-index: 400;
  padding-bottom: 85px;
}
@media screen and (max-width: 1000px) {
  .home-for-you {
    background: #21252F;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home-for-you {
    text-align: center;
    position: relative;
    padding-bottom: 180px;
  }
  .home-for-you .col-12 {
    position: static;
  }
  .home-for-you .btn {
    min-width: 270px;
    margin-top: 15px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home-for-you:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -150px;
  z-index: -1;
  background: url(../img/start-bg.html) center 0 no-repeat;
}
@media screen and (max-width: 1000px) {
  .home-for-you:after {
    background: 0;
    display: none;
  }
}
.home-for-you .home-for-you__figure {
  position: absolute;
  left: calc(50% + 100px);
  top: -290px;
  pointer-events: none;
}
.home-for-you .home-for-you__figure img {
  display: block;
}
@media screen and (max-width: 1000px) {
  .home-for-you .home-for-you__figure {
    display: none;
  }
}
.home-for-you h2 {
  color: #fff !important;
  margin-top: 0;
}
.home-for-you .home-for-you__head {
  color: #AFB6C6;
  line-height: 1.7;
  padding-bottom: 45px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .home-for-you .home-for-you__head {
    padding-bottom: 10px;
  }
}
.home-for-you .home-for-you__list {
  background: rgba(196, 196, 196, 0.04);
  border-radius: 10px;
}
.home-for-you .home-for-you__list .home-for-you__item {
  color: #fff;
  padding-left: 70px;
  position: relative;
  text-align: left;
}
.home-for-you .home-for-you__list .home-for-you__item .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.home-for-you .home-for-you__list .home-for-you__item .icon img {
  display: block;
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.home-for-you .home-for-you__list .home-for-you__item .heading {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .home-for-you .home-for-you__list .home-for-you__item .heading {
    line-height: 1.2;
    font-size: 20px;
  }
}
.home-for-you .home-for-you__list .home-for-you__item .text {
  font-weight: 300;
  line-height: 1.4;
}
.home-for-you .home-for-you__list .row {
  margin: 0;
}
.home-for-you .home-for-you__list .row .col-12 {
  padding: 50px 73px 40px 54px;
  border-right: 1px solid rgba(184, 188, 198, 0.07);
  border-bottom: 1px solid rgba(184, 188, 198, 0.07);
}
.home-for-you .home-for-you__list .row .col-12:nth-child(even) {
  padding-left: 73px;
  padding-right: 54px;
  border-right: 0;
}
@media screen and (max-width: 1000px) {
  .home-for-you .home-for-you__list .row .col-12 {
    padding: 40px 40px 40px 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .home-for-you .home-for-you__list .row .col-12 {
    border-right: 0;
    padding: 40px 25px 40px 20px !important;
  }
  .home-for-you .home-for-you__list .row .col-12:not(:last-child) {
    border-bottom: 1px solid rgba(184, 188, 198, 0.07) !important;
  }
}
.home-for-you .home-for-you__list .row .col-12:nth-last-child(1), .home-for-you .home-for-you__list .row .col-12:nth-last-child(2) {
  border-bottom: 0;
}

/*====================================================*/
/*====================================================*/
.home-partners {
  padding: 50px 0 140px 0;
}
@media screen and (max-width: 1000px) {
  .home-partners {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home-partners {
    text-align: center;
  }
}
.home-partners h2 {
  margin-top: 0;
}
.home-partners .sPartnerImgBlock img {
  display: block;
  width: 100%;
  height: auto;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
/*====================================================*/
.home-review {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .home-review {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-review {
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .home-review .navigationSliderBlock {
    max-width: 270px !important;
    margin: 0 auto 0;
  }
  .home-review .navigationSliderBlock .navigationInfoBlock {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-review .addReviewButton .btn {
    min-width: 270px;
  }
}
.home-review h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.home-review .subHeading {
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-review .headingBlock {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
}
.home-review .col-12 {
  margin-bottom: 35px;
}
.home-review .mainPageSliderBlock .slick-list {
  height: auto !important;
}
.home-review .mainPageSliderBlock .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-review .mainPageSliderBlock .slick-slide {
  width: 450px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}
@media screen and (max-width: 540px) {
  .home-review .mainPageSliderBlock .slick-slide {
    padding: 0 15px;
    width: 100vw;
  }
}
.home-review .mainPageSliderBlock .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.more-review {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #1C2025;
  margin-top: 15px;
}
.more-review.active {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media (hover: hover) {
  .more-review:hover {
    color: #3485FF;
  }
}

.aboutUsReviewsBlock {
  padding-bottom: 0 !important;
}
.aboutUsReviewsBlock .sReview {
  background: #F8FAFD;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  max-width: 426px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .aboutUsReviewsBlock .sReview {
    padding: 30px 20px;
  }
}
.aboutUsReviewsBlock .sReview:before {
  color: #EEF0F4;
  font-size: 31px;
  position: absolute;
  right: 30px;
  top: 45px;
}
@media screen and (max-width: 540px) {
  .aboutUsReviewsBlock .sReview:before {
    display: none;
  }
}
.aboutUsReviewsBlock .sReviewTxt {
  color: #565D65;
  font-size: 15px;
  line-height: 1.6;
}
.aboutUsReviewsBlock .sReviewTxt.hidden-all {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.aboutUsReviewsBlock .inner {
  margin-left: -12px;
  margin-right: calc(-50vw + 500px);
}
@media screen and (max-width: 1200px) {
  .aboutUsReviewsBlock .inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.aboutUsReviewsBlock .navigationSliderBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 200;
  max-width: 300px;
}
.aboutUsReviewsBlock .userInfoBlock {
  height: 57px;
  margin: 0 0 30px 0;
}
.aboutUsReviewsBlock .userInfoBlock .userName {
  font-weight: 800;
  font-size: 18px;
  border-right: 1px solid #D2D9D9;
  padding-right: 10px;
  line-height: 1;
}
.aboutUsReviewsBlock .userInfoBlock .userInfo {
  line-height: 1;
  color: #1C2025;
}
.aboutUsReviewsBlock .userThumbBlock {
  width: 57px !important;
  height: 57px !important;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C2025;
  font-weight: bold;
  font-size: 21px;
  overflow: hidden;
}
.aboutUsReviewsBlock .userTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutUsReviewsBlock .userInfo {
  padding-bottom: 1px;
  margin-left: 15px;
}
.aboutUsReviewsBlock .userRatingRow {
  width: 100%;
  margin-top: 4px;
}

.userRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratingRow .jq-stars {
  display: inline-block;
}
.ratingRow .jq-star {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ratingRow .jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}
.ratingRow .jq-star-svg path {
  stroke-linejoin: round;
}

@media screen and (max-width: 767px) {
  .aboutUsReviewsBlock .slick-list {
    padding-top: 0 !important;
  }
}
.modalAddReview .modal-dialog {
  max-width: 900px;
  width: calc(100% - 20px);
}
.modalAddReview .modal-content {
  border-radius: 20px;
}
.modalAddReview .modal-header {
  padding-left: 30px;
  padding-top: 30px;
}
.modalAddReview .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.modalAddReview .formElementSymbol {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #888E9D;
  opacity: 0;
  visibility: hidden;
}
.modalAddReview .formElement {
  margin-bottom: 30px;
  position: relative;
}
.modalAddReview .formElement.focusinTelegram .formElementSymbol {
  opacity: 1;
  visibility: visible;
}
.modalAddReview .formElement.focusinTelegram input {
  padding-left: 40px;
}
.modalAddReview .formElement input:focus::-webkit-input-placeholder,
.modalAddReview .formElement textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.modalAddReview .formElement input:focus:-moz-placeholder,
.modalAddReview .formElement textarea:focus:-moz-placeholder {
  opacity: 0;
}
.modalAddReview .formElement input:focus::-moz-placeholder,
.modalAddReview .formElement textarea:focus::-moz-placeholder {
  opacity: 0;
}
.modalAddReview .formElement input:focus:-ms-input-placeholder,
.modalAddReview .formElement textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.modalAddReview .formElement input {
  width: 100%;
  font-weight: normal;
  border-radius: 10px;
  padding: 0 20px;
}
.modalAddReview .formElement textarea {
  width: 100%;
  background: #FAFBFF;
  border: 1px solid #9EA3AE;
  border-radius: 10px;
  height: 180px;
  padding: 20px;
  font-size: 16px;
  font-weight: normal;
}
.modalAddReview .formElement .btn {
  height: 70px;
  width: 220px;
}
.modalAddReview .addReviewCheckRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modalAddReview .addReviewRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modalAddReview .addReviewCheckRatingText {
  margin-left: 15px;
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .modalAddReview .addReviewCheckRatingText {
    font-size: 13px;
  }
}
@media screen and (max-width: 410px) {
  .modalAddReview .addReviewCheckRatingText {
    display: none;
  }
}

.modal-backdrop {
  background: rgb(60, 68, 86);
}

/*------------------partnersBlock style----------------------*/
.partnersBlock img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575px) {
  .partnersBlock .headingBlock {
    text-align: center;
  }
}

.footer {
  background: rgba(236, 239, 244, 0.5);
  padding: 30px 0 10px;
  margin-top: auto;
}
.footer .footerBlock {
  background: 0;
  padding: 0;
}
.footer .footerBlock > .col-12:last-child:after {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 20px;
  width: 1px;
  background: #E5E7E9;
}
@media screen and (max-width: 1200px) {
  .footer .footerBlock > .col-12:last-child:after {
    display: none;
  }
}
.footer .footerMenuBlock {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer .footerMenuBlock ul {
    width: 100%;
    max-height: inherit;
    padding: 0 0 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footerMenuBlock ul li {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer .footerMenuBlock ul li {
    padding: 0 0 20px 0 !important;
    height: auto;
  }
}
.footer .footerMenuBlock ul li a {
  font-size: 15px;
  text-transform: none;
}
.footer .row .row {
  margin: 0 -15px !important;
}
.footer .footer__left {
  max-width: 380px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .footer .footer__left {
    max-width: 100%;
  }
}
.footer .footer__right {
  max-width: 630px;
  margin-left: auto;
}
.footer .footer__right .footer__social .col-12 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .footer .footer__right {
    max-width: 100%;
  }
}
.footer .footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer .footer__copyright p {
  margin: 0 0 0 15px;
  font-weight: normal;
}

.social {
  color: #92A0B3;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.social .social__heading {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .social .social__heading {
    margin: 0 20px 0 0;
  }
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
  padding: 0;
}
.social ul li {
  list-style: none;
  margin: 0 5px;
}
@media (hover: hover) {
  .social ul li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.social ul li a img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-single {
  display: block;
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px 30px 20px 60px;
  color: #1C2025;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.social-single .social-single__icon {
  position: absolute;
  left: 21px;
  top: 18px;
}
.social-single .social-single__icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-single .social-single__label {
  color: #92A0B3;
  font-weight: normal;
}
.social-single * {
  display: block;
}
.social-single:hover {
  color: #3485FF;
}
.social-single:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-backdrop {
  background: rgb(28, 32, 37);
}
.modal-backdrop.show {
  opacity: 0.8;
}

.questionModal .modal-dialog {
  width: 100%;
  max-width: 640px;
}
.questionModal .modal-content {
  border-radius: 20px;
}
.questionModal .modal-header {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
}
.questionModal .modal-body {
  padding: 30px 40px;
  color: #1C2025;
}
@media screen and (max-width: 767px) {
  .questionModal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.questionModal .close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 300;
}
.questionModal .modal-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1C2025;
}

.max440 {
  max-width: 440px;
}

.manager-item {
  width: 100%;
  margin-bottom: 20px;
  background: #F8F9FC;
  border-radius: 20px;
  padding: 30px 40px 20px;
}
.manager-item .manager-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.manager-item .manager-item__name {
  font-weight: 700;
}
.manager-item .manager-item__label {
  color: #92A0B3;
  font-weight: 300;
}
.manager-item .manager-item__thumb {
  margin-right: 15px;
  display: inline-block;
}
.manager-item .manager-item__thumb img {
  display: block;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.manager-item .manager-item__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #1C2025;
  font-weight: 500;
  padding: 0 3px;
}
.manager-item .manager-item__social a img {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}
@media (hover: hover) {
  .manager-item .manager-item__social a:hover {
    color: #3485FF;
  }
}
.manager-item .manager-item__social a:not(:last-child) {
  border-bottom: 1px solid #F0F2F6;
}
.manager-item._chat {
  text-align: center;
}
.manager-item._chat .manager-item__thumb {
  margin-bottom: 7px;
  margin-right: 0;
}
.manager-item._chat .btn {
  height: 35px;
  font-size: 14px;
  text-transform: none;
  padding: 0 30px;
  margin-top: 5px;
}

.waveBgInnerPageBlock {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 80px 0;
  position: relative;
  z-index: 100;
  background: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.14%, rgba(20, 73, 255, 0)), color-stop(125.41%, rgba(20, 73, 255, 0.1)));
  background: linear-gradient(0, rgba(20, 73, 255, 0) -4.14%, rgba(20, 73, 255, 0.1) 125.41%);
}
.waveBgInnerPageBlock:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../img/offer-bg.svg) center 0 no-repeat;
  z-index: -1;
  opacity: 0.15;
  background-size: 1920px auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .waveBgInnerPageBlock:after {
    background-size: 1000px auto;
  }
}
.waveBgInnerPageBlock .innerPageBlock {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.waveBgInnerPageBlock .regBlockContent h1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .waveBgInnerPageBlock .regBlockContent .statRegBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .waveBgInnerPageBlock .regBlockContent .statRegBlock .preText {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .waveBgInnerPageBlock .regBlockContent .statRegBlock .statBl .statList {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.form-style .formElementBlock {
  margin-bottom: 15px;
  position: relative;
}
.form-style .formElementBlock .inputIcon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-style .formElementBlock .inputIcon.iconOk path {
  fill: #16A168;
}
.form-style .formElementBlock input {
  color: #3C4456;
  background: rgba(249, 249, 252, 0.5);
  border: 1px solid #E8E8EE;
}
.form-style .formElementBlock input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-style .formElementBlock input:focus:-moz-placeholder {
  opacity: 0;
}
.form-style .formElementBlock input:focus::-moz-placeholder {
  opacity: 0;
}
.form-style .formElementBlock input:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-style .formElementBlock.isError input[type=text], .form-style .formElementBlock.isError input[type=password] {
  background: #FCFEFD;
  border: 1px solid #BE6161;
}
.form-style .formElementBlock.isOk input[type=text], .form-style .formElementBlock.isOk input[type=password] {
  background: #FCFEFD;
  border: 1px solid #16A168;
}
.form-style .formElementSelectPicker {
  margin-bottom: 23px !important;
}
.form-style .formElementSelectPicker:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 180px;
  width: 1px;
  height: 30px;
  background: #E8E8EE;
}
@media screen and (max-width: 767px) {
  .form-style .formElementSelectPicker:after {
    display: none;
  }
}
.form-style .formElementSelectPicker label {
  margin: 0;
}
.form-style .formElementSelectPicker input {
  padding-left: 200px;
}
@media screen and (max-width: 767px) {
  .form-style .formElementSelectPicker input {
    padding-left: 150px;
  }
}
.form-style .formElementSelectPicker .bootstrap-select {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 300;
  width: 145px !important;
}
@media screen and (max-width: 767px) {
  .form-style .formElementSelectPicker .bootstrap-select {
    width: 120px !important;
  }
}
.form-style .formElementSelectPicker .bootstrap-select .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.form-style .formElementSelectPicker .bootstrap-select > .dropdown-toggle {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1) !important;
  border-radius: 50px;
  border: 0;
  padding-left: 20px;
  color: #747B87 !important;
  font-size: 14px;
  font-weight: 500;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-style .formElementSelectPicker .bootstrap-select > .dropdown-toggle:after {
  border: 0;
  background: url(../img/down2.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  margin-top: 0;
}
.form-style .formElementSelectPicker .bootstrap-select > .dropdown-toggle .filter-option {
  height: auto;
}
.form-style .formElementSelectPicker .bootstrap-select > .dropdown-toggle .filter-option .filter-option-inner-inner {
  padding: 5px 0;
  display: block;
}

.form-item-privacy {
  color: #797985;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .form-item-privacy {
    text-align: center;
  }
}
.form-item-privacy a {
  color: inherit;
  text-decoration: underline;
  display: inline-block;
}
@media (hover: hover) {
  .form-item-privacy a:hover {
    color: #3485FF;
  }
}

.regFormBlock {
  width: 100%;
  max-width: 670px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 40px 80px rgba(170, 176, 199, 0.15);
          box-shadow: 0px 40px 80px rgba(170, 176, 199, 0.15);
  border-radius: 30px;
  padding: 50px;
}
.regFormBlock.regFormBlockEntry {
  max-width: 515px;
}
@media screen and (max-width: 767px) {
  .regFormBlock {
    border-radius: 15px;
  }
}
.regFormBlock .formHeading {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.regFormBlock .formHeading h4 {
  margin: 0;
  font-size: 34px;
  text-align: left;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .regFormBlock .formHeading h4 {
    font-size: 26px;
  }
}
.regFormBlock .formHeading .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .link-block {
    text-align: center;
  }
}
.link-block a {
  color: #797985;
  border-bottom: 1px solid #797985;
}
@media (hover: hover) {
  .link-block a:hover {
    color: #3485FF;
    border-color: #3485FF;
  }
}

*::-webkit-input-placeholder {
  color: #A5AAB6;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

*:-moz-placeholder {
  color: #A5AAB6;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

*::-moz-placeholder {
  color: #A5AAB6;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

*:-ms-input-placeholder {
  color: #A5AAB6;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}

.advertiserWrapp .home-offer {
  padding-bottom: 40px;
}
.advertiserWrapp .home-offer .home-offer__content {
  padding-bottom: 0;
}
.advertiserWrapp .home-offer .home-offer__btn {
  padding-top: 40px;
}
.advertiserWrapp .advantagesBlock {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .advertiserWrapp .advantagesBlock {
    margin-top: -30px;
  }
}
.advertiserWrapp .advantagesBlock > .inner > div {
  margin-bottom: 2%;
  -webkit-box-shadow: 0px 40px 80px rgba(170, 176, 199, 0.15);
          box-shadow: 0px 40px 80px rgba(170, 176, 199, 0.15);
  border-radius: 20px;
  padding: 30px 30px 40px 30px;
}
.advertiserWrapp .advantagesBlock > .inner > div .text {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .advertiserWrapp .advantagesBlock > .inner > div {
    width: 100%;
    padding-top: 15px;
  }
}
.advertiserWrapp .advantagesBlock > .inner > div .icon {
  min-width: 145px;
}
.advertiserWrapp .regBlock {
  background: 0;
  padding: 0 0 60px;
}