@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  position: relative;
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.body--hidden {
  overflow: hidden !important;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.window-blur--active {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 200%;
  z-index: 59;
  background: rgba(0, 0, 0, 0.575);
}

body {
  color: #464D5A;
  font-family: 'Roboto', sans-serif;
}

.hero-title {
  font-size: 57px;
  font-weight: 700;
}

@media (max-width: 1240px) {
  .hero-title {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 30px;
    line-height: 37px;
  }
}

.affilate-hero-title {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  color: #353A44;
}

@media (max-width: 992px) {
  .affilate-hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .affilate-hero-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 37px;
  }
}

.block-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #353A44;
}

.block-title br {
  display: none;
}

@media (max-width: 767px) {
  .block-title br {
    display: block;
  }
}

@media (max-width: 992px) {
  .block-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .block-title {
    font-size: 25px;
    line-height: 31px;
  }
}

.block-title--bolder {
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 58px;
}

.block-title--bolder br {
  display: none;
}

@media (max-width: 767px) {
  .block-title--bolder br {
    display: block;
  }
}

@media (max-width: 992px) {
  .block-title--bolder {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .block-title--bolder {
    font-size: 30px;
    font-weight: 900;
    line-height: 31px;
  }
}

.block-subtitle {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 400;
  color: #353A44;
}

@media (max-width: 767px) {
  .block-subtitle {
    font-size: 16px;
  }
}

.modal-title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 992px) {
  .modal-title {
    font-size: 18px;
    font-weight: 700;
  }
}

.modal-subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8A93A6;
}

.policy-text {
  font-size: 12px;
  color: #8A93A6;
}

.policy-text a {
  color: #8A93A6;
  text-decoration: none;
}

.copyright-text {
  font-size: 14px;
  font-weight: 300;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0,0,0);
}

.breadcrumbs a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #8A93A6;
  display: block;
  margin: 0px 10px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.breadcrumbs a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.5px;
  border-radius: 15px;
  width: 0;
  background: #17AEF3;
}

.breadcrumbs a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #17AEF3;
  border-radius: 50%;
  left: -11px;
  top: 9px;
}

.breadcrumbs a:hover {
  color: #17AEF3;
}

.breadcrumbs a:hover:after {
  -webkit-animation: nav-line-ext .3s forwards;
          animation: nav-line-ext .3s forwards;
}

@-webkit-keyframes nav-line-ext {
  100% {
    width: 100%;
  }
}

@keyframes nav-line-ext {
  100% {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .breadcrumbs a {
    font-size: 13px;
  }
}

.breadcrumbs a:nth-child(1) {
  margin: 0px 10px 0px 0px;
}

.breadcrumbs a:nth-child(1):before {
  content: none;
}

button {
  border: none;
  background: none;
  outline: none;
}

.main-btn {
  padding: 12px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#17AEF3), to(#0E90CB));
  background: linear-gradient(180deg, #17AEF3 0%, #0E90CB 100%);
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa0df), to(#1187be));
  background: linear-gradient(180deg, #1aa0df 0%, #1187be 100%);
}

@media (max-width: 992px) {
  .main-btn {
    padding: 7px 25px;
  }
}

@media (max-width: 767px) {
  .main-btn {
    font-size: 18px;
  }
}

.show-more {
  margin: 0 auto;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #0E90CB;
  text-decoration: none;
  position: relative;
}

.show-more:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.5px;
  border-radius: 15px;
  width: 0;
  background: #17AEF3;
}

.show-more:hover {
  color: #17AEF3;
}

.form-btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 7px 40px;
  color: #353A44;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC736), to(#FFBB0D));
  background: linear-gradient(180deg, #FFC736 0%, #FFBB0D 100%);
  -webkit-box-shadow: 0px 4px 12px rgba(23, 174, 243, 0.2);
          box-shadow: 0px 4px 12px rgba(23, 174, 243, 0.2);
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  .form-btn .desc-full-text {
    display: none;
  }
}

.form-btn:hover {
  color: #464D5A;
  -webkit-box-shadow: 0px 15px 25px rgba(23, 174, 243, 0.2);
          box-shadow: 0px 15px 25px rgba(23, 174, 243, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe136), to(#FFBB0D));
  background: linear-gradient(180deg, #ffe136 0%, #FFBB0D 100%);
}

@media (max-width: 767px) {
  .form-btn {
    font-size: 18px;
  }
}

@media (max-width: 340px) {
  .form-btn {
    padding: 7px 20px;
  }
}

input {
  border: none;
  outline: none;
}

.main-input {
  padding: 13px 15px;
  border-radius: 20px;
  background: #E7EBF2;
}

.ui-widget.ui-widget-content {
  border: 0px solid #FFFFFF !important;
}

.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 {
  border-radius: 50% !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
  width: 22px !important;
  height: 22px !important;
  border: 8px solid #FFFFFF !important;
  background: #FFBB0D !important;
  outline: none !important;
  -webkit-box-shadow: 0px 0px 10px rgba(190, 199, 218, 0.5) !important;
          box-shadow: 0px 0px 10px rgba(190, 199, 218, 0.5) !important;
  position: absolute;
  top: -8px;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
  background: #FFBB0D;
}

.control.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  height: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-content,
.reg-content,
.restore-content,
.auth-content {
  border-radius: 10px;
  border: none;
  padding: 45px;
  position: relative;
}

@media (max-width: 992px) {
  .modal-content,
  .reg-content,
  .restore-content,
  .auth-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .modal-content,
  .reg-content,
  .restore-content,
  .auth-content {
    padding: 20px;
  }
}

.modal-content .btn-close,
.reg-content .btn-close,
.restore-content .btn-close,
.auth-content .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none;
  z-index: 999;
}

@media (max-width: 992px) {
  .modal-content .btn-close,
  .reg-content .btn-close,
  .restore-content .btn-close,
  .auth-content .btn-close {
    display: none;
  }
}

.modal-content .btn-close:focus,
.reg-content .btn-close:focus,
.restore-content .btn-close:focus,
.auth-content .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.modal-content .modal-header,
.reg-content .modal-header,
.restore-content .modal-header,
.auth-content .modal-header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

@media (max-width: 992px) {
  .modal-content .modal-header,
  .reg-content .modal-header,
  .restore-content .modal-header,
  .auth-content .modal-header {
    padding: 0;
  }
}

.modal-content .modal-body,
.reg-content .modal-body,
.restore-content .modal-body,
.auth-content .modal-body {
  position: unset;
}

@media (max-width: 767px) {
  .modal-content .modal-body,
  .reg-content .modal-body,
  .restore-content .modal-body,
  .auth-content .modal-body {
    margin-bottom: 20px;
  }
}

.modal-content .modal-body form,
.reg-content .modal-body form,
.restore-content .modal-body form,
.auth-content .modal-body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

.modal-content .modal-body form .main-input,
.reg-content .modal-body form .main-input,
.restore-content .modal-body form .main-input,
.auth-content .modal-body form .main-input {
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 767px) {
  .modal-content .modal-body form .main-input,
  .reg-content .modal-body form .main-input,
  .restore-content .modal-body form .main-input,
  .auth-content .modal-body form .main-input {
    margin-bottom: 15px;
  }
}

.modal-content .modal-body form .forget-password,
.reg-content .modal-body form .forget-password,
.restore-content .modal-body form .forget-password,
.auth-content .modal-body form .forget-password {
  padding: 20px 0px;
}

.modal-content .modal-body form .forget-password a,
.reg-content .modal-body form .forget-password a,
.restore-content .modal-body form .forget-password a,
.auth-content .modal-body form .forget-password a {
  cursor: pointer;
  text-decoration: none;
  color: #8A93A6;
  font-size: 12px;
  font-weight: 400;
}

.modal-content .modal-body form .form-btn,
.reg-content .modal-body form .form-btn,
.restore-content .modal-body form .form-btn,
.auth-content .modal-body form .form-btn {
  width: 100%;
}

.modal-content .modal-body form .policy-text,
.reg-content .modal-body form .policy-text,
.restore-content .modal-body form .policy-text,
.auth-content .modal-body form .policy-text {
  margin: 15px 0px 15px 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7EBF2;
}

.modal-content .modal-body form .policy-text a,
.reg-content .modal-body form .policy-text a,
.restore-content .modal-body form .policy-text a,
.auth-content .modal-body form .policy-text a {
  color: #17AEF3;
}

.modal-content .modal-body form .acc-prop,
.reg-content .modal-body form .acc-prop,
.restore-content .modal-body form .acc-prop,
.auth-content .modal-body form .acc-prop {
  font-size: 14px;
  font-weight: 500;
  color: #8A93A6;
  padding-bottom: 15px;
}

.modal-content .modal-body form .acc-prop a,
.reg-content .modal-body form .acc-prop a,
.restore-content .modal-body form .acc-prop a,
.auth-content .modal-body form .acc-prop a {
  cursor: pointer;
  text-decoration: none;
  color: #17AEF3;
  font-size: 14px;
  font-weight: 700;
}

.modal-content .modal-body .social-enter-panel .title,
.reg-content .modal-body .social-enter-panel .title,
.restore-content .modal-body .social-enter-panel .title,
.auth-content .modal-body .social-enter-panel .title {
  text-align: center;
  color: #8A93A6;
  font-size: 14px;
  font-weight: 400;
}

.modal-content .modal-body .social-enter-panel__group,
.reg-content .modal-body .social-enter-panel__group,
.restore-content .modal-body .social-enter-panel__group,
.auth-content .modal-body .social-enter-panel__group {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content .modal-body .social-enter-panel__group .soc-item,
.reg-content .modal-body .social-enter-panel__group .soc-item,
.restore-content .modal-body .social-enter-panel__group .soc-item,
.auth-content .modal-body .social-enter-panel__group .soc-item {
  width: 42px;
  height: 42px;
  margin: 6px;
  border-radius: 50%;
  background: #F3F5F9;
  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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal-content .modal-body .social-enter-panel__group .soc-item svg,
.reg-content .modal-body .social-enter-panel__group .soc-item svg,
.restore-content .modal-body .social-enter-panel__group .soc-item svg,
.auth-content .modal-body .social-enter-panel__group .soc-item svg {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--fb,
.reg-content .modal-body .social-enter-panel__group .soc-item--fb,
.restore-content .modal-body .social-enter-panel__group .soc-item--fb,
.auth-content .modal-body .social-enter-panel__group .soc-item--fb {
  cursor: pointer;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--fb svg,
.reg-content .modal-body .social-enter-panel__group .soc-item--fb svg,
.restore-content .modal-body .social-enter-panel__group .soc-item--fb svg,
.auth-content .modal-body .social-enter-panel__group .soc-item--fb svg {
  fill: #1F5CB3;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--fb:hover,
.reg-content .modal-body .social-enter-panel__group .soc-item--fb:hover,
.restore-content .modal-body .social-enter-panel__group .soc-item--fb:hover,
.auth-content .modal-body .social-enter-panel__group .soc-item--fb:hover {
  background: #1F5CB3;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--fb:hover svg,
.reg-content .modal-body .social-enter-panel__group .soc-item--fb:hover svg,
.restore-content .modal-body .social-enter-panel__group .soc-item--fb:hover svg,
.auth-content .modal-body .social-enter-panel__group .soc-item--fb:hover svg {
  fill: #fff;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--vk,
.reg-content .modal-body .social-enter-panel__group .soc-item--vk,
.restore-content .modal-body .social-enter-panel__group .soc-item--vk,
.auth-content .modal-body .social-enter-panel__group .soc-item--vk {
  cursor: pointer;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--vk svg,
.reg-content .modal-body .social-enter-panel__group .soc-item--vk svg,
.restore-content .modal-body .social-enter-panel__group .soc-item--vk svg,
.auth-content .modal-body .social-enter-panel__group .soc-item--vk svg {
  fill: #2B70B5;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--vk:hover,
.reg-content .modal-body .social-enter-panel__group .soc-item--vk:hover,
.restore-content .modal-body .social-enter-panel__group .soc-item--vk:hover,
.auth-content .modal-body .social-enter-panel__group .soc-item--vk:hover {
  background: #2B70B5;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--vk:hover svg,
.reg-content .modal-body .social-enter-panel__group .soc-item--vk:hover svg,
.restore-content .modal-body .social-enter-panel__group .soc-item--vk:hover svg,
.auth-content .modal-body .social-enter-panel__group .soc-item--vk:hover svg {
  fill: #FFFFFF;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--google,
.reg-content .modal-body .social-enter-panel__group .soc-item--google,
.restore-content .modal-body .social-enter-panel__group .soc-item--google,
.auth-content .modal-body .social-enter-panel__group .soc-item--google {
  cursor: pointer;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--google svg,
.reg-content .modal-body .social-enter-panel__group .soc-item--google svg,
.restore-content .modal-body .social-enter-panel__group .soc-item--google svg,
.auth-content .modal-body .social-enter-panel__group .soc-item--google svg {
  fill: #DA3832;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--google:hover,
.reg-content .modal-body .social-enter-panel__group .soc-item--google:hover,
.restore-content .modal-body .social-enter-panel__group .soc-item--google:hover,
.auth-content .modal-body .social-enter-panel__group .soc-item--google:hover {
  background: #DA3832;
}

.modal-content .modal-body .social-enter-panel__group .soc-item--google:hover svg,
.reg-content .modal-body .social-enter-panel__group .soc-item--google:hover svg,
.restore-content .modal-body .social-enter-panel__group .soc-item--google:hover svg,
.auth-content .modal-body .social-enter-panel__group .soc-item--google:hover svg {
  fill: #FFFFFF;
}

.modal-content .modal-footer,
.reg-content .modal-footer,
.restore-content .modal-footer,
.auth-content .modal-footer {
  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;
  text-align: center;
}

.modal-content .modal-footer .acc-prop,
.reg-content .modal-footer .acc-prop,
.restore-content .modal-footer .acc-prop,
.auth-content .modal-footer .acc-prop {
  font-size: 14px;
  font-weight: 500;
  color: #8A93A6;
}

.restore-text{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media(max-width: 991px){
  .restore-text{
    font-size: 16px;
  }
}


.modal-content .modal-footer .acc-prop a,
.reg-content .modal-footer .acc-prop a,
.restore-content .modal-footer .acc-prop a,
.auth-content .modal-footer .acc-prop a {
  cursor: pointer;
  text-decoration: none;
  color: #17AEF3;
  font-size: 14px;
  font-weight: 700;
}

.fav-modal {
  position: fixed;
  z-index: 99;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11.5px);
  -webkit-backdrop-filter: blur(11.5px);
  border-radius: 5px;
  width: 260px;
  height: 60px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacity-change-open .5s forwards;
          animation: opacity-change-open .5s forwards;
}

@media (max-width: 767px) {
  .fav-modal {
    margin: 0 auto;
    height: 60px;
    right: 0;
    left: 0;
    bottom: 10px;
  }
}

@-webkit-keyframes opacity-change-open {
  100% {
    opacity: 1;
  }
}

@keyframes opacity-change-open {
  100% {
    opacity: 1;
  }
}

.fav-modal .cont .text-block {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fav-modal .cont .text-block .icon svg {
  width: 21px;
  display: none;
  -webkit-animation: fav-modal-anim-ic 600ms ease;
          animation: fav-modal-anim-ic 600ms ease;
}

@-webkit-keyframes fav-modal-anim-ic {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fav-modal-anim-ic {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fav-modal .cont .text-block .fav-modal-text-change {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
}

.add-testimonial {
  display: none;
  background: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  z-index: -5;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(10, 89, 122, 0.2);
          box-shadow: 0px 0px 25px 10px rgba(10, 89, 122, 0.2);
  border-radius: 10px;
}

.add-testimonial__cross {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .add-testimonial__cross {
    top: 20px;
    width: 20px;
    height: 20px;
  }
}

.add-testimonial__cross div {
  position: absolute;
  width: 30px;
  height: 1.5px;
  background: #636C7D;
}

@media (max-width: 767px) {
  .add-testimonial__cross div {
    width: 20px;
  }
}

.add-testimonial__cross div:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.add-testimonial__cross div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .add-testimonial {
    border-radius: 0%;
  }
}

.add-testimonial .cont {
  padding: 40px;
}

@media (max-width: 992px) {
  .add-testimonial .cont {
    padding: 20px;
  }
}

.add-testimonial .cont .title {
  font-size: 30px;
  font-weight: 900;
  line-height: 37px;
  text-align: center;
}

@media (max-width: 992px) {
  .add-testimonial .cont .title {
    font-size: 18px;
  }
}

.add-testimonial .cont .form {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .add-testimonial .cont .form {
    margin-top: 15px;
  }
}

.add-testimonial .cont .form .items-cont {
  padding: 30px;
  background: #F3F5F9;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .add-testimonial .cont .form .items-cont {
    padding: 20px;
  }
}

.add-testimonial .cont .form .items-cont .item__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

@media (max-width: 992px) {
  .add-testimonial .cont .form .items-cont .item__title {
    font-size: 14px;
  }
}

.add-testimonial .cont .form .items-cont .item .star-rating {
  color: #BEC7DA;
  cursor: pointer !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .add-testimonial .cont .form .items-cont .item .star-rating {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.add-testimonial .cont .form .items-cont .item .star-rating .fa {
  margin: 0px 3px;
}

.add-testimonial .cont .form .items-cont .item .star-rating .fa:nth-child(1) {
  margin-left: 0px;
}

.add-testimonial .cont .form .items-cont .item .star-rating .fa:hover {
  color: #FFBB0D;
}

.add-testimonial .cont .form .items-cont .item .star-rating .fa-star {
  color: #FFBB0D;
}

.add-testimonial .cont .form .items-cont .item textarea {
  padding: 18px;
  font-size: 14px;
  width: 100%;
  resize: none;
  min-height: 150px;
  border-radius: 5px;
  border: none;
  outline: none;
}

.add-testimonial .cont .form .items-cont .item textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.add-testimonial .cont .form .items-cont .item textarea:-ms-input-placeholder {
  font-size: 14px;
}

.add-testimonial .cont .form .items-cont .item textarea::-ms-input-placeholder {
  font-size: 14px;
}

.add-testimonial .cont .form .items-cont .item textarea::placeholder {
  font-size: 14px;
}

.add-testimonial .cont .form .main-btn {
  margin-top: 30px;
  min-width: 180px;
}

@media (max-width: 992px) {
  .add-testimonial .cont .form .main-btn {
    margin-top: 20px;
    width: 100%;
  }
}

.add-testimonial--active {
  display: block;
  z-index: 999;
}

.fav--add {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fav--add:before {
  content: 'В избранное';
  position: absolute;
  width: 140px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11.5px);
  -webkit-backdrop-filter: blur(11.5px);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  height: 100%;
  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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .fav--add:before {
    display: none;
  }
}

.testimonials-message {
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11.5px);
  -webkit-backdrop-filter: blur(11.5px);
  border-radius: 5px;
  display: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}

@media (max-width: 767px) {
  .testimonials-message {
    left: 0px;
    right: 0px;
    margin: 0px 30px;
    bottom: 25px;
  }
}

.testimonials-message .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .testimonials-message .cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.testimonials-message .cont .text {
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 31px;
  color: #FFFFFF;
}

.testimonials-message--active {
  opacity: 1 !important;
  display: inline-block;
}

.fav-modal-alt {
  position: fixed;
  z-index: 99;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(11.5px);
  -webkit-backdrop-filter: blur(11.5px);
  border-radius: 20px;
  max-width: 320px;
  width: 100%;
  height: 80px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacity-change-open .5s forwards;
          animation: opacity-change-open .5s forwards;
}

@media (max-width: 767px) {
  .fav-modal-alt {
    margin: 0 auto;
    height: 60px;
    right: 0;
    left: 0;
    bottom: 10px;
    font-size: 14px;
    max-width: 300px;
  }
}

@keyframes opacity-change-open {
  100% {
    opacity: 1;
  }
}

.fav-modal-alt .cont .text-block {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fav-modal-alt .cont .text-block .icon svg {
  position: relative;
  top: -2px;
  width: 35px;
  -webkit-animation: fav-modal-anim-ic 600ms ease;
          animation: fav-modal-anim-ic 600ms ease;
}

@keyframes fav-modal-anim-ic {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fav-modal-alt .cont .text-block .fav-modal-text-change {
  margin-left: 5px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0E90CB;
  width: 100%;
  height: 100vh;
  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;
}

.preloader img {
  opacity: 0;
  -webkit-animation: preloader-trans 1s infinite;
          animation: preloader-trans 1s infinite;
}

@media(max-width: 767px){
  .preloader img {
    width: 250px;
  }
}

@-webkit-keyframes preloader-trans {
  0% {
    opacity: 0.1;
  }
  5% {
    opacity: 0.2;
  }
  15% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  35% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.7;
  }
  45% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.3;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes preloader-trans {
  0% {
    opacity: 0.1;
  }
  5% {
    opacity: 0.2;
  }
  15% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.4;
  }
  25% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.5;
  }
  35% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.7;
  }
  45% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.5;
  }
  85% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.3;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.loaded .preloader {
  display: none;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.main-nav--trans {
  padding: 0 !important;
  -webkit-box-shadow: 0px 10px 15px rgba(190, 199, 218, 0.2);
          box-shadow: 0px 10px 15px rgba(190, 199, 218, 0.2);
}

@media (max-width: 992px) {
  .main-nav--trans {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.main-nav--trans .container .navbar .navbar-brand img {
  max-width: 150px;
}

.main-nav {
  background-color: #FFFFFF;
  padding: 10px 0px;
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 992px) {
  .main-nav {
    padding: 0;
  }
}

.main-nav .container {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  .main-nav .container {
    padding: 0;
  }
}

.main-nav .container .navbar {
  background: #FFFFFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-nav .container .navbar .navbar-brand img {
  max-width: 170px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1240px) {
  .main-nav .container .navbar .navbar-brand img {
    max-width: 150px;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .navbar-brand img {
    max-width: 120px;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .navbar-collapse {
    display: none !important;
  }
}

.main-nav .container .navbar .user-func-block {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 1vw;
}

@media (max-width: 1024px) {
  .main-nav .container .navbar .user-func-block {
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 0px;
  }
}

.main-nav .container .navbar .user-func-block .search-panel .search-btn-link {
  display: none;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-btn-link {
    display: block;
  }
}

.main-nav .container .navbar .user-func-block .search-panel .search-collapse {
  width: 100%;
  top: 55px;
  left: 0;
  right: 0;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-collapse {
    display: none;
    position: absolute;
    z-index: -1;
    background: #FFFFFF;
  }
}

.main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner {
    padding: 50px 0px;
  }
}

.main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .title {
  display: none;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #0E90CB;
  }
}

.main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .input-holder {
  position: relative;
  display: inline-block;
}

.main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .input-holder .main-input {
  width: 280px;
}

@media (max-width: 1240px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .input-holder .main-input {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .input-holder .main-input {
    width: 312px;
  }
}

@media (max-width: 350px) {
  .main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .input-holder .main-input {
    width: 280px;
  }
}

.main-nav .container .navbar .user-func-block .search-panel .search-collapse .inner .input-holder .search-btn {
  position: absolute;
  z-index: 6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -2px;
}

.main-nav .container .navbar .user-func-block .auth-panel,
.main-nav .container .navbar .user-func-block .reg-panel {
  margin-left: 35px;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .auth-panel,
  .main-nav .container .navbar .user-func-block .reg-panel {
    margin-left: 22px;
  }
}

@media (max-width: 767px) {
  .main-nav .container .navbar .user-func-block .auth-panel,
  .main-nav .container .navbar .user-func-block .reg-panel {
    margin-left: 10px;
  }
}

.main-nav .container .navbar .user-func-block .auth-panel .auth-btn-link,
.main-nav .container .navbar .user-func-block .reg-panel .auth-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .container .navbar .user-func-block .auth-panel .auth-btn-link .link-text,
.main-nav .container .navbar .user-func-block .reg-panel .auth-btn-link .link-text {
  font-size: 16px;
  font-weight: 400;
  color: #464D5A;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .user-func-block .auth-panel .auth-btn-link .link-text,
  .main-nav .container .navbar .user-func-block .reg-panel .auth-btn-link .link-text {
    display: none;
  }
}

.main-nav .container .navbar .user-func-block .auth-panel .auth-btn-link svg,
.main-nav .container .navbar .user-func-block .reg-panel .auth-btn-link svg {
  margin-left: 15px;
}

.main-nav .container .navbar .user-func-block .auth-panel .auth-btn-link:hover .link-text,
.main-nav .container .navbar .user-func-block .reg-panel .auth-btn-link:hover .link-text {
  color: #17AEF3;
}

.main-nav .container .navbar .user-func-block .auth-panel .auth-btn-link:hover svg path,
.main-nav .container .navbar .user-func-block .reg-panel .auth-btn-link:hover svg path {
  fill: #17AEF3;
}

.main-nav .container .navbar .user-func-block .auth-panel .auth-collapse,
.main-nav .container .navbar .user-func-block .auth-panel .reg-collapse,
.main-nav .container .navbar .user-func-block .reg-panel .auth-collapse,
.main-nav .container .navbar .user-func-block .reg-panel .reg-collapse {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 55px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  bottom: 0;
  height: 100vh;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .main-nav .container .navbar .user-func-block .auth-panel .auth-collapse,
  .main-nav .container .navbar .user-func-block .auth-panel .reg-collapse,
  .main-nav .container .navbar .user-func-block .reg-panel .auth-collapse,
  .main-nav .container .navbar .user-func-block .reg-panel .reg-collapse {
    max-height: 745px;
    padding-bottom: 100px;
  }
}

.main-nav .container .navbar .user-func-block .hide-nav-elements {
  display: none !important;
}

.main-nav .container .navbar .nav-toggler {
  display: none;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .nav-toggler {
    display: block;
  }
}

.main-nav .container .navbar .nav-toggler .toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav .container .navbar .nav-toggler .toggler-icon div {
  width: 24px;
  height: 1.7px;
  margin: 2.6px 0px;
  background: #636C7D;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.main-nav .container .navbar .nav-toggler .toggler-icon-collapsed {
  position: relative;
}

.main-nav .container .navbar .nav-toggler .toggler-icon-collapsed div:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.main-nav .container .navbar .nav-toggler .toggler-icon-collapsed div:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-nav .container .navbar .nav-toggler .toggler-icon-collapsed div:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
}

.main-nav .container .navbar .main-collapse {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-left: 1vw;
}

@media (max-width: 1240px) {
  .main-nav .container .navbar .main-collapse {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .main-collapse {
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 55px;
    left: 0;
    right: 0;
    background: #FFFFFF;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .main-collapse .inner {
    padding: 40px 20px;
  }
}

.main-nav .container .navbar .main-collapse .inner .navbar-nav {
  width: 100%;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .main-collapse .inner .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #E7EBF2;
    padding: 0px 0px 20px 0px;
  }
}

.main-nav .container .navbar .main-collapse .inner .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #464D5A;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-nav .container .navbar .main-collapse .inner .navbar-nav .nav-item .nav-link:hover {
  color: #17AEF3;
}

@media (max-width: 1024px) {
  .main-nav .container .navbar .main-collapse .inner .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .main-nav .container .navbar .main-collapse .inner .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #0E90CB;
  }
}

.main-nav .container .navbar .main-collapse .inner .navbar-nav .nav-item .nav-link--active {
  font-weight: 500;
  color: #0E90CB;
}

.main-nav .container .navbar .main-collapse .inner .mob-btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav .container .navbar .main-collapse .inner .mob-btn-cont .main-btn {
  width: 100%;
  margin-top: 30px;
}

.main-nav .container .navbar .collapse-show {
  display: block !important;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: show-block .3s forwards;
          animation: show-block .3s forwards;
}

@-webkit-keyframes show-block {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes show-block {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.main-nav .container .navbar .nav-btn-cont {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 992px) {
  .main-nav .container .navbar .nav-btn-cont {
    display: none;
  }
}

.footer {
  padding: 80px 0px 75px 0px;
  background: url(/img/section-images/footer/bg/footer-bg.svg);
  background-size: cover;
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 0px 40px 0px;
  }
}

.footer .sec-cont {
  padding: 0px 20px;
}

.footer .sec-cont .logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .sec-cont .logo-block img {
  max-width: 210px;
}

.footer .sec-cont .logo-block .copyright-text {
  color: #EAF9FF;
}

@media (max-width: 992px) {
  .footer .sec-cont .logo-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 40px;
  }
  .footer .sec-cont .logo-block img {
    display: none;
  }
}

.footer .sec-cont .nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #EAF9FF;
}

.footer .sec-cont .nav-block .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer .sec-cont .nav-block .link {
  margin-bottom: 25px;
  font-size: 16px;
  color: #EAF9FF;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer .sec-cont .nav-block .link {
    font-size: 14px;
  }
}

.footer .sec-cont .nav-block .link:hover {
  color: #17AEF3;
}

.footer .sec-cont .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #EAF9FF;
}

.footer .sec-cont .info-block .title {
  font-size: 25px;
}

@media (max-width: 767px) {
  .footer .sec-cont .info-block .title {
    font-size: 20px;
  }
}

.footer .sec-cont .info-block .text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .footer .sec-cont .info-block .text {
    font-size: 14px;
  }
}

.footer .sec-cont .info-block .text a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #EAF9FF;
}

.footer .sec-cont .info-block .text a:hover {
  color: #07719E;
  text-decoration: none;
}

.main-hero {
  padding: 260px 0px 0px 0px;
  background: url(/img/section-images/main-hero/bg/background.svg);
  background-size: cover;
  overflow: hidden;
}

.main-hero--auth .character-pos{
    right: -250px !important;
}

@media(max-width: 992px) {
  .main-hero--auth .character-pos{
    right: -70px !important;
  }
}

@media (max-width: 992px) {
  .main-hero {
    padding: 100px 0px 0px 0px;
    background-size: 490%;
    background-position: -12px -121px;
  }
}

@media (max-width: 767px) {
  .main-hero {
    padding: 100px 0px 0px 0px;
    background-size: 530%;
    background-position: -12px -121px;
    -webkit-box-shadow: 0px 0px 25px rgba(138, 147, 166, 0.2);
            box-shadow: 0px 0px 25px rgba(138, 147, 166, 0.2);
  }
}

.main-hero .sec-cont {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .main-hero .sec-cont {
    padding-bottom: 0px;
  }
}

.main-hero .sec-cont .character-pos {
  position: absolute;
  bottom: 0;
  right: -184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-hero .sec-cont .character-pos img {
  max-width: 760px;
}

@media (max-width: 1240px) {
  .main-hero .sec-cont .character-pos {
    right: -180px;
  }
}

@media (max-width: 1024px) {
  .main-hero .sec-cont .character-pos {
    right: -70px;
  }
}

@media (max-width: 992px) {
  .main-hero .sec-cont .character-pos {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 100px;
    right: -100px;
    opacity: 0;
    -webkit-animation: mob-hero-char-show 1.5s forwards;
            animation: mob-hero-char-show 1.5s forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  @-webkit-keyframes mob-hero-char-show {
    100% {
      opacity: 1;
      -webkit-transform: translateX(-70px);
              transform: translateX(-70px);
    }
  }
  @keyframes mob-hero-char-show {
    100% {
      opacity: 1;
      -webkit-transform: translateX(-70px);
              transform: translateX(-70px);
    }
  }
  .main-hero .sec-cont .character-pos img {
    position: absolute;
    right: -143px;
    height: 300px;
  }
}

@media (max-width: 370px) {
  .main-hero .sec-cont .character-pos img {
    top: 80px;
  }
}

.main-hero .sec-cont .info-block {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-hero .sec-cont .info-block .inner {
  max-width: 80%;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .info-block .inner {
    max-width: 226px;
  }
}

@media (max-width: 370px) {
  .main-hero .sec-cont .info-block .inner {
    max-width: 200px;
  }
}

.main-hero .sec-cont .info-block .inner h1 {
  color: #FFFFFF;
}

.main-hero .sec-cont .info-block .inner .subtitle {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #FFD97A;
}

@media (max-width: 1240px) {
  .main-hero .sec-cont .info-block .inner .subtitle {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .main-hero .sec-cont .info-block .inner .subtitle {
    font-size: 25px;
  }
}

.main-hero .sec-cont .info-block .inner .text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .info-block .inner .text {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .main-hero .sec-cont .info-block {
    padding: 20px 20px 40px 20px;
  }
}

.main-hero .sec-cont .form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .main-hero .sec-cont .form-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    display: block;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder {
  position: relative;
  z-index: 5;
  margin: 0px 0px 50px 0px;
  max-width: 440px;
  background: #FFFFFF;
  padding: 40px 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(10, 89, 122, 0.2);
          box-shadow: 0px 0px 25px 10px rgba(10, 89, 122, 0.2);
}

@media (max-width: 992px) {
  .main-hero .sec-cont .form-block .inner .form-holder {
    border-radius: 0%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder {
    padding: 40px 20px;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder .cont {
  text-align: center;
}

@media (max-width: 992px) {
  .main-hero .sec-cont .form-block .inner .form-holder .cont {
    max-width: 400px;
    margin: 0 auto;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .title {
  color: #353A44;
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder .cont .title {
    font-size: 20px;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .prop-text {
  margin: 8px 0px 10px 0px;
  color: #636C7D;
  font-weight: 400;
  font-size: 14px;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .prop-text span {
  color: #17AEF3;
  font-weight: 700;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .form-btn {
  width: 100%;
  margin-top: 15px;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .policy-text {
  margin: 15px 0px 30px 0px;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .policy-text a {
  color: #17AEF3;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .acc-prop {
  border-top: 1px solid #E7EBF2;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #8A93A6;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .acc-prop a {
  cursor: pointer;
  text-decoration: none;
  color: #17AEF3;
  font-size: 14px;
  font-weight: 700;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel {
  margin-top: 25px;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel .title {
  font-size: 14px;
  font-weight: 400;
  color: #8A93A6;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item {
  width: 42px;
  height: 42px;
  margin: 6px;
  border-radius: 50%;
  background: #F3F5F9;
  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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item svg {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--fb {
  cursor: pointer;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--fb svg {
  fill: #1F5CB3;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--fb:hover {
  background: #1F5CB3;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--fb:hover svg {
  fill: #fff;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--vk {
  cursor: pointer;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--vk svg {
  fill: #2B70B5;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--vk:hover {
  background: #2B70B5;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--vk:hover svg {
  fill: #FFFFFF;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--google {
  cursor: pointer;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--google svg {
  fill: #DA3832;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--google:hover {
  background: #DA3832;
}

.main-hero .sec-cont .form-block .inner .form-holder .cont .social-enter-panel__group .soc-item--google:hover svg {
  fill: #FFFFFF;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth {
  display: none;
  position: relative;
  z-index: 5;
  margin: 0px 0px 50px 0px;
  max-width: 510px;
  background: #FFFFFF;
  padding: 40px 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(10, 89, 122, 0.2);
          box-shadow: 0px 0px 25px 10px rgba(10, 89, 122, 0.2);
}

@media (max-width: 992px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth {
    border-radius: 0%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth {
    padding: 40px 20px;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont {
  text-align: center;
}

@media (max-width: 992px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont {
    max-width: 400px;
    margin: 0 auto;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .title {
  color: #353A44;
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .title {
    font-size: 20px;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .prop-text {
  margin: 8px 0px 10px 0px;
  color: #636C7D;
  font-weight: 400;
  font-size: 14px;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .prop-text span {
  color: #17AEF3;
  font-weight: 700;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item {
  min-width: 150px;
  margin: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(190, 199, 218, 0.5);
          box-shadow: 0px 0px 10px rgba(190, 199, 218, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #353A44;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item {
    min-width: auto;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(5) {
  margin-top: 20px;
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  background: #FFBB0D;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC736), to(#FFBB0D));
  background: linear-gradient(180deg, #FFC736 0%, #FFBB0D 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(190, 199, 218, 0.5);
          box-shadow: 0px 0px 10px rgba(190, 199, 218, 0.5);
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(5) {
    padding: 10px 20px;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(5) .icon-cont {
  display: none;
  position: absolute;
  left: 0;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(5) .text {
  margin: 0;
  color: #353A44;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:nth-child(5) .text {
    font-size: 16px;
  }
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item .icon-cont svg {
  width: 35px;
  opacity: 1;
  fill: #0E90CB;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item .text {
  font-size: 14px;
  font-weight: 500;
  margin-left: 7px;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-hero .sec-cont .form-block .inner .form-holder--after-auth .cont .navi-panel .item:hover .icon-cont svg {
  opacity: .5;
}
.affilate-hero {
  background: url(/img/section-images/affilate-hero/bg.svg);
  background-color: #F3F5F9;
  background-size: cover;
  background-position-y: 0;
  padding: 132px 0px 0px 0px;
  overflow: hidden;
}

.affilate-hero .affilate-hero-title {
  position: relative;
  z-index: 7;
}

@media (max-width: 992px) {
  .affilate-hero {
    padding: 100px 0px 0px 0px;
  }
}

.affilate-hero .sec-cont {
  margin-top: 15px;
}

.affilate-hero .sec-cont .text-block {
  padding: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 6;
}

@media (max-width: 992px) {
  .affilate-hero .sec-cont .text-block .blob-cont--mod {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: unset !important;
    right: -20px;
    top: 15px !important;
  }
  .affilate-hero .sec-cont .text-block .blob-cont--mod svg {
    position: absolute;
    right: 0;
  }
}

.affilate-hero .sec-cont .text-block .blob-cont {
  position: absolute;
  z-index: -1;
  left: 0;
}

@media (max-width: 992px) {
  .affilate-hero .sec-cont .text-block .blob-cont {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -20px;
    top: -18px;
  }
}

.affilate-hero .sec-cont .text-block .blob-cont svg {
  height: 250px;
}

.affilate-hero .sec-cont .text-block .blob-cont svg path {
  fill: #CBE8F4;
}

.affilate-hero .sec-cont .text-block .title {
  position: relative;
  z-index: 6;
  font-weight: 700;
  font-size: 25px;
}

.affilate-hero .sec-cont .text-block .text {
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .affilate-hero .sec-cont .text-block {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 25px;
  }
}

.affilate-hero .sec-cont .char-block {
  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;
}

.affilate-hero .sec-cont .char-block .desc-image {
  position: relative;
  bottom: -30px;
}

@media (max-width: 992px) {
  .affilate-hero .sec-cont .char-block .desc-image {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .affilate-hero .sec-cont .char-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.all-stores-hero {
  background: #F3F5F9;
  padding: 160px 0px 60px 0px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .all-stores-hero {
    padding: 60px 0px 60px 0px;
  }
}

@media (max-width: 767px) {
  .all-stores-hero {
    padding: 60px 0px 20px 0px;
  }
}

.all-stores-hero .sec-cont {
  padding: 20px;
}

.all-stores-hero .sec-cont .text-block .inner .title {
  margin-top: 40px;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  color: #353A44;
  position: relative;
  -webkit-transform: translate3d(0,0,0);
  z-index: 10 !important;
}

@media (max-width: 992px) {
  .all-stores-hero .sec-cont .text-block .inner .title {
    font-size: 40px;
    line-height: 37px;
  }
}

@media (max-width: 767px) {
  .all-stores-hero .sec-cont .text-block .inner .title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 767px) {
  .all-stores-hero .sec-cont .banner-block {
    margin-top: 35px;
  }
}

.all-stores-hero .sec-cont .banner-block .inner {
  position: relative;
  z-index: 5;
}

.all-stores-hero .sec-cont .banner-block .inner .blob-cont {
  position: absolute;
  right: 20px;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1110px) {
  .all-stores-hero .sec-cont .banner-block .inner .blob-cont {
    right: -100px;
  }
}

@media (max-width: 992px) {
  .all-stores-hero .sec-cont .banner-block .inner .blob-cont {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .all-stores-hero .sec-cont .banner-block .inner .blob-cont {
    right: -15px;
  }
}

.all-stores-hero .sec-cont .banner-block .inner .blob-cont svg {
  top: -50px;
  position: relative;
  z-index: -1;
}

@media (max-width: 1110px) {
  .all-stores-hero .sec-cont .banner-block .inner .blob-cont svg {
    max-width: 400px;
  }
}

@media (max-width: 992px) {
  .all-stores-hero .sec-cont .banner-block .inner .blob-cont svg {
    max-width: 200px;
    top: -150px;
  }
}

@media (max-width: 767px) {
  .all-stores-hero .sec-cont .banner-block .inner .blob-cont svg {
    max-width: 100%;
    top: -140px;
  }
}

.all-stores-hero .sec-cont .banner-block .inner .blob-cont svg path {
  fill: #CBE8F4;
}

.store-hero {
  margin-top: 60px;
  padding: 100px 0px 60px 0px;
  background: url(/img/store-hero-bg.svg) no-repeat;
  background-size: cover;
  background-position: center 2px;
}

.store-hero .breadcrumbs a{
  color: #fff;
}

.store-hero .breadcrumbs a:before{
  background: #FBD267 !important;
}

.store-hero .breadcrumbs a:after{
  background: #FBD267 !important;
}

@media (max-width: 992px) {
  .store-hero {
    margin-top: 20px;
    padding: 80px 0px 30px 0px;
    background-size: cover;
  }
}

.store-hero .sec-cont .inner .title {
  margin-top: 40px;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 992px) {
  .store-hero .sec-cont .inner .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .store-hero .sec-cont .inner .title {
    margin-top: 20px;
    font-size: 30px;
  }
}

.error-sec {
  padding: 200px 0px;
  text-align: center;
  background: url(/img/section-images/main-hero/bg/background.svg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .error-sec {
    padding: 150px 0px;
  }
}

@media (max-width: 767px) {
  .error-sec {
    padding: 90px 0px 50px 0px;
  }
}

.error-sec .bg-layout-error {
  position: absolute;
  right: 20%;
  bottom: -80px;
}

@media (max-width: 992px) {
  .error-sec .bg-layout-error {
    display: none;
  }
}

.error-sec .sec-cont .mess-block {
  padding: 50px 50px;
  margin: 0px 30px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

@media (max-width: 992px) {
  .error-sec .sec-cont .mess-block {
    margin: 0px 0px;
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .error-sec .sec-cont .mess-block {
    padding: 30px 20px;
  }
}

.error-sec .sec-cont .mess-block .title {
  font-size: 230px;
  line-height: 230px;
  font-weight: 900;
  color: #464D5A;
}

@media (max-width: 992px) {
  .error-sec .sec-cont .mess-block .title {
    font-size: 150px;
    line-height: 150px;
  }
}

@media (max-width: 767px) {
  .error-sec .sec-cont .mess-block .title {
    font-size: 120px;
    line-height: 120px;
  }
}

.error-sec .sec-cont .mess-block .subtitle {
  font-size: 25px;
  font-weight: 700;
  color: #464D5A;
}

@media (max-width: 992px) {
  .error-sec .sec-cont .mess-block .subtitle {
    font-size: 20px;
  }
}

.error-sec .sec-cont .mess-block .btn {
  margin-top: 30px;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

@media (max-width: 992px) {
  .error-sec .sec-cont .mess-block .btn {
    margin-top: 15px;
  }
}

.error-sec .sec-cont .navi {
  padding: 50px 50px;
  margin: 0px 30px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}

@media (max-width: 992px) {
  .error-sec .sec-cont .navi {
    margin: 0px 0px;
    padding: 30px 30px;
  }
}

@media (max-width: 992px) {
  .error-sec .sec-cont .navi {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

.error-sec .sec-cont .navi .title {
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .error-sec .sec-cont .navi .title {
    font-size: 20px;
  }
}

.error-sec .sec-cont .navi .list {
  list-style: none;
  text-align: left;
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .error-sec .sec-cont .navi .list {
    margin-top: 15px;
  }
}

.error-sec .sec-cont .navi .list .list-item {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#17AEF3), to(#0E90CB));
  background: linear-gradient(180deg, #17AEF3 0%, #0E90CB 100%);
  border-bottom: 1px solid #FFFFFF;
}

.error-sec .sec-cont .navi .list .list-item .list-link {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  z-index: 20px;
  font-weight: 500;
  color: #FFFFFF;
}

.error-sec .sec-cont .navi .list .list-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.error-sec .sec-cont .navi .list .list-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.error-sec .sec-cont .navi .list .list-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#1aa0df), to(#1187be));
  background: linear-gradient(180deg, #1aa0df 0%, #1187be 100%);
}

.advantages {
  overflow: hidden;
  padding: 100px 0px;
  position: relative;
  background: url(/img/section-images/advantages/bg/all-bottom.svg);
  background-position-y: -100px;
  z-index: 5;
  background-size: 100%;
  color: #353A44;
}

@media (max-width: 767px) {
  .advantages {
    background: none;
    padding: 40px 0px 40px 0px;
  }
}

.advantages .bg-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.advantages .bg-block .left-lines {
  position: absolute;
  display: none;
}

@media (max-width: 767px) {
  .advantages .bg-block .left-lines {
    display: block;
    width: 350px;
    top: 20%;
    bottom: 0;
  }
}

.advantages .bg-block .coin {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  -webkit-animation: coin-rotate 15s linear infinite;
          animation: coin-rotate 15s linear infinite;
  z-index: 5;
}

@-webkit-keyframes coin-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes coin-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.advantages .bg-block .coin.coin:nth-child(2) {
  top: 33%;
  left: 16%;
}

@media (max-width: 767px) {
  .advantages .bg-block .coin.coin:nth-child(2) {
    top: 50%;
    left: 13%;
    width: 28px;
  }
}

.advantages .bg-block .coin.coin:nth-child(3) {
  bottom: 23%;
  left: 5%;
}

@media (max-width: 767px) {
  .advantages .bg-block .coin.coin:nth-child(3) {
    display: none;
  }
}

.advantages .bg-block .coin.coin:nth-child(4) {
  top: 15%;
  right: 11%;
}

@media (max-width: 767px) {
  .advantages .bg-block .coin.coin:nth-child(4) {
    width: 28px;
    top: 35%;
    right: auto;
    left: 10%;
  }
}

.advantages .bg-block .coin.coin:nth-child(5) {
  right: 18%;
  bottom: 35%;
}

@media (max-width: 767px) {
  .advantages .bg-block .coin.coin:nth-child(5) {
    display: none;
  }
}

.advantages .bg-block .coin.coin:nth-child(6) {
  right: 31%;
  bottom: 18%;
}

@media (max-width: 767px) {
  .advantages .bg-block .coin.coin:nth-child(6) {
    display: none;
  }
}

.advantages .statements-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages .statements-cont__item {
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  .advantages .statements-cont__item {
    padding: 0px 10px;
    margin: 20px 0px;
  }
  .advantages .statements-cont__item .title{
    font-size: 23px !important;
  }
  .advantages .statements-cont__item .text{
    margin-top: 8px !important;
    font-size: 18px !important;
  }
}

.advantages .statements-cont__item svg {
  position: absolute;
  z-index: -1;
  left: 0%;
}

@media (max-width: 767px) {
  .advantages .statements-cont__item {
    padding: 0px 50px;
  }
  .advantages .statements-cont__item svg {
    max-width: 130px;
    left: 7%;
    top: -30px;
  }
}

.advantages .statements-cont__item .title {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .advantages .statements-cont__item .title {
    font-size: 20px !important;
  }
}

.advantages .statements-cont__item .text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .advantages .statements-cont__item .text {
    font-size: 16px !important;
    margin-top: 10px;
  }
}

.advantages .char-cont {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .advantages .char-cont {
    margin-top: 0;
  }
}

.advantages .char-cont .inner {
  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;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .advantages .char-cont .inner {
    margin-top: 45px;
  }
}

.advantages .char-cont .inner .char-conv-left {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  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;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-left {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.advantages .char-cont .inner .char-conv-left .desc-bg {
  max-width: 370px;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-left .desc-bg {
    display: none;
  }
}

.advantages .char-cont .inner .char-conv-left .mob-bg {
  width: 350px;
  display: none;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-left .mob-bg {
    display: block;
  }
}

@media (max-width: 767px) {
  .advantages .char-cont .inner .char-conv-left .mob-bg {
    width: 200px;
  }
}

.advantages .char-cont .inner .char-conv-left .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.advantages .char-cont .inner .char-conv-left .cont .text {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #353A44;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-left .cont .text {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .advantages .char-cont .inner .char-conv-left .cont .text {
    position: relative;
    top: -10px;
    font-size: 18px;
    line-height: 24px;
  }
}

.advantages .char-cont .inner .character-img {
  max-width: 400px;
  position: relative;
  bottom: -120px;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .character-img {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .advantages .char-cont .inner .character-img {
    max-width: 270px;
    margin-right: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.advantages .char-cont .inner .char-conv-right {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  right: 40px;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-right {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    background: #F3F5F9;
    padding: 30px 17px;
    border-radius: 10px;
    margin: 0px 20px 30px 20px;
    right: 0;
  }
}

.advantages .char-cont .inner .char-conv-right svg {
  max-width: 420px;
}

@media (max-width: 1240px) {
  .advantages .char-cont .inner .char-conv-right svg {
    width: 30vw;
  }
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-right svg {
    display: none;
  }
}

.advantages .char-cont .inner .char-conv-right .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (max-width: 992px) {
  .advantages .char-cont .inner .char-conv-right .cont {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .advantages .char-cont .inner .char-conv-right .cont .text{
    font-size: 18px !important;
    text-align: left; 
  }
  .advantages .char-cont .inner .char-conv-right .cont .text br{
    display: none;
  }
  .advantages .char-cont .inner .char-conv-right .cont button{
    min-width: 260px;
  }
}

.advantages .char-cont .inner .char-conv-right .cont .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

@media (max-width: 1240px) {
  .advantages .char-cont .inner .char-conv-right .cont .text {
    font-size: 2vw;
  }
}

@media (max-width: 767px) {
  .advantages .char-cont .inner .char-conv-right .cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .advantages .char-cont .inner .char-conv-right .cont .text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .advantages .char-cont .inner .char-conv-right .cont .text br{
    display: block;
  }
  .advantages .char-cont .inner .char-conv-right .cont button{
    min-width: auto;
  }
}

.advantages .char-cont .inner .char-conv-right .cont button {
  font-size: 20px;
  padding: 7px 50px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 12px 15px rgba(190, 199, 218, 0.4);
          box-shadow: 0px 12px 15px rgba(190, 199, 218, 0.4);
}

@media (max-width: 1240px) {
  .advantages .char-cont .inner .char-conv-right .cont button {
    margin-top: 1vw;
  }
}

@media (max-width: 767px) {
  .advantages .char-cont .inner .char-conv-right .cont button {
    margin-top: 25px;
  }
}

.advantages-2 {
  padding: 80px 0px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .advantages-2 {
    padding: 40px 0px;
  }
}

.advantages-2 .sec-cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.advantages-2 .sec-cont .inner .item {
  margin-bottom: 42px;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
}

@media (max-width: 767px) {
  .advantages-2 .sec-cont .inner .item {
    max-width: 90%;
  }
}

.advantages-2 .sec-cont .inner .item .image-block {
  position: relative;
  z-index: 5;
  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;
}

.advantages-2 .sec-cont .inner .item .image-block .blob-container {
  position: absolute;
  right: -83px;
  z-index: -1;
  width: 250px;
  height: 180px;
}

.advantages-2 .sec-cont .inner .item .image-block .blob-container svg {
  width: 100%;
  height: 100%;
}

.advantages-2 .sec-cont .inner .item .image-block .blob-container svg path {
  fill: #EAF9FF;
}

.advantages-2 .sec-cont .inner .item .text-cont {
  position: relative;
  z-index: 5;
  margin-left: 52px;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item .text-cont {
    margin: auto;
    margin-top: 30px;
  }
}

.advantages-2 .sec-cont .inner .item .text-cont .title {
  font-size: 30px;
  font-weight: 700;
  color: #353A44;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item .text-cont .title {
    margin-top: 10px;
    font-size: 20px;
  }
}

.advantages-2 .sec-cont .inner .item .text-cont .text {
  color: #353A44;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item .text-cont .text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.advantages-2 .sec-cont .inner .item:nth-child(1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item:nth-child(1) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.advantages-2 .sec-cont .inner .item:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item:nth-child(2) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.advantages-2 .sec-cont .inner .item:nth-child(3) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item:nth-child(3) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.advantages-2 .sec-cont .inner .item:nth-child(4) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 992px) {
  .advantages-2 .sec-cont .inner .item:nth-child(4) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.steps {
  padding: 80px 0px 40px 0px;
  background: url(/img/section-images/steps/bg/steps-bg.svg);
  background-size: cover;
}

@media (max-width: 767px) {
  .steps {
    padding: 40px 0px;
  }
}

.steps .sec-cont .banner-block .inner .block-title {
  text-align: left;
  color: #353A44;
  font-size: 60px;
  line-height: 72px;
}

.steps .sec-cont .banner-block .inner .banner-group {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 992px) {
  .steps .sec-cont .banner-block .inner .banner-group img {
    max-width: 550px;
    width: 100%;
  }
}

@media (max-width: 320px) {
  .steps .sec-cont .banner-block .inner .banner-group img {
    max-width: 235px;
  }
}

.steps .sec-cont .banner-block .inner .banner-group .dialog-element {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 380px;
  max-height: 306px;
  width: 30vw;
  height: 25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 767px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element {
    right: 50px;
    width: 32vw;
  }
}

.steps .sec-cont .banner-block .inner .banner-group .dialog-element .bg-props {
  position: absolute;
  z-index: -1;
}

.steps .sec-cont .banner-block .inner .banner-group .dialog-element .bg-props .desc-img svg {
  max-width: 380px;
  max-height: 306px;
  width: 30vw;
  height: 25vw;
}

@media (max-width: 800px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .bg-props .desc-img {
    display: none;
  }
}

.steps .sec-cont .banner-block .inner .banner-group .dialog-element .bg-props .mob-img {
  display: none;
}

@media (max-width: 800px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .bg-props .mob-img {
    display: block;
  }
}

.steps .sec-cont .banner-block .inner .banner-group .dialog-element .text {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1240px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .text {
    font-size: 1.8vw;
  }
}

@media (max-width: 992px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .text {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 800px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .text {
    font-size: 15px;
    position: relative;
    top: -15px;
    font-weight: 400;
  }
}

.steps .sec-cont .banner-block .inner .banner-group .dialog-element .main-btn {
  margin-top: 10px;
  padding: 7px 62px;
  font-size: 20px;
}

@media (max-width: 992px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .main-btn {
    font-size: 18px;
    padding: 8px 17px;
  }
}

@media (max-width: 800px) {
  .steps .sec-cont .banner-block .inner .banner-group .dialog-element .main-btn {
    margin-top: 0;
  }
}

.steps .sec-cont .steps-block .inner .replace-steps-title .block-title {
  text-align: left;
}

.steps .sec-cont .steps-block .inner .item {
  margin: 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps .sec-cont .steps-block .inner .item .num-block {
  z-index: 5;
}

.steps .sec-cont .steps-block .inner .item .num-block__item {
  position: relative;
  z-index: 5;
  width: 75px;
  height: 75px;
  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: 36px;
  font-weight: 900;
  background: #FFD97A;
  color: #DD9F02;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .steps .sec-cont .steps-block .inner .item .num-block__item {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

.steps .sec-cont .steps-block .inner .item .num-block__item:after {
  content: "";
  width: 2px;
  top: 50px;
  left: 50%;
  height: 140px;
  position: absolute;
  z-index: -1;
  background: #FFD97A;
}

@media (max-width: 992px) {
  .steps .sec-cont .steps-block .inner .item .num-block__item:after {
    height: 90px;
  }
}

@media (max-width: 400px) {
  .steps .sec-cont .steps-block .inner .item .num-block__item:after {
    height: 240%;
  }
}

@media (max-width: 375px) {
  .steps .sec-cont .steps-block .inner .item .num-block__item:after {
    height: 280%;
  }
}

.steps .sec-cont .steps-block .inner .item .num-block__item--last {
  overflow: hidden;
}

.steps .sec-cont .steps-block .inner .item .text-block {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .steps .sec-cont .steps-block .inner .item .text-block {
    margin-left: 20px;
  }
}

.steps .sec-cont .steps-block .inner .item .text-block .title {
  font-size: 25px;
  font-weight: 700;
  color: #353A44;
}

@media (max-width: 767px) {
  .steps .sec-cont .steps-block .inner .item .text-block .title {
    font-size: 18px;
  }
}

.steps .sec-cont .steps-block .inner .item .text-block .descr {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .steps .sec-cont .steps-block .inner .item .text-block .descr {
    font-size: 14px;
  }
}

.how-it-works {
  padding: 80px 0px;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .how-it-works {
    padding: 40px 0px;
    overflow: hidden;
  }
}

.how-it-works .dashed-bg-line-desc {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 50%;
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .how-it-works .dashed-bg-line-desc {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
    top: 52%;
    display: none;
  }
}

.how-it-works .dashed-bg-line-desc .path {
  stroke-dasharray: 10;
  stroke-dashoffset: 1000;
  stroke-width: 2px;
  -webkit-animation: dash 35s linear infinite;
          animation: dash 35s linear infinite;
}

@media (max-width: 767px) {
  .how-it-works .dashed-bg-line-desc .path {
    stroke-width: 10px;
    stroke-dasharray: 40;
    stroke-dashoffset: 1000;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.how-it-works .dashed-bg-line-mob {
  display: none;
  max-width: 300px;
}

@media (max-width: 767px) {
  .how-it-works .dashed-bg-line-mob {
    display: block;
    position: absolute;
    z-index: -1;
    top: 22%;
    left: 6%;
  }
  .how-it-works .dashed-bg-line-mob .path {
    stroke-width: 1px;
    stroke-dasharray: 8;
    stroke-dashoffset: 1000;
    -webkit-animation: dashmob 35s linear infinite;
            animation: dashmob 35s linear infinite;
  }
  @-webkit-keyframes dashmob {
    from {
      stroke-dashoffset: 822;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes dashmob {
    from {
      stroke-dashoffset: 822;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
}

.how-it-works .sec-cont {
  margin-top: 50px;
  color: #464D5A;
  text-align: center;
}

.how-it-works .sec-cont .item-cont {
  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;
}

.how-it-works .sec-cont .item-cont .inner {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .how-it-works .sec-cont .item-cont .inner {
    margin-bottom: 25px;
  }
}

.how-it-works .sec-cont .item-cont .inner .img-cont {
  position: relative;
  z-index: 5;
}

.how-it-works .sec-cont .item-cont .inner .img-cont svg {
  max-width: 230px;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.how-it-works .sec-cont .item-cont .inner .img-cont svg path {
  fill: #EAF9FF;
}

.how-it-works .sec-cont .item-cont .inner .img-cont img {
  max-width: 200px;
}

.how-it-works .sec-cont .item-cont .inner .title {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .how-it-works .sec-cont .item-cont .inner .title {
    font-size: 20px;
  }
}

.how-it-works .sec-cont .item-cont .inner .title-prop {
  font-size: 16px;
  font-weight: 400;
}

.how-it-works .sec-cont .item-cont:nth-child(3) .img-cont svg {
  left: -20px;
}

.ref-works::-webkit-scrollbar {
  width: 0;
}

.ref-works {
  padding: 80px 0px 124px 0px;
  background: #FFBB0D;
  position: relative;
}

@media (max-width: 767px) {
  .ref-works {
    padding: 40px 0px;
  }
}

.ref-works .sec-cont .inner {
  margin-top: 80px;
}

.ref-works .sec-cont .inner .items-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ref-works .sec-cont .inner .items-grid .item {
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 120px;
  padding: 15px 100px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    padding: 25px;
  }
}

.ref-works .sec-cont .inner .items-grid .item .num {
  position: absolute;
  width: 65px;
  height: 65px;
  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;
  font-size: 30px;
  top: -2px;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  font-weight: 900;
}

.ref-works .sec-cont .inner .items-grid .item .img-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item .img-cont {
    display: inline-block;
    margin: 0 auto;
  }
}

.ref-works .sec-cont .inner .items-grid .item .img-cont img {
  margin: 0px 15px;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item .img-cont img {
    max-width: 65px;
  }
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item .img-cont img {
    width: 50px;
  }
}

.ref-works .sec-cont .inner .items-grid .item .text-cont {
  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;
  padding: 50px;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item .text-cont {
    padding: 20px;
  }
}

.ref-works .sec-cont .inner .items-grid .item .text-cont .text {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item .text-cont .text {
    font-size: 14px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(1) {
    margin-bottom: 80px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(1):before {
  content: url(/img/section-images/ref-works/props/arrow-1.svg);
  position: absolute;
  left: -360px;
  z-index: -1;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(1):before {
    content: url(/img/section-images/ref-works/props/mob-arrow.svg);
    left: 50%;
    right: 50%;
    top: 100%;
  }
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(1):before {
    right: unset;
    left: 1%;
    top: 89%;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(1) .img-cont:before {
  content: 'Вы';
  position: absolute;
  top: 10px;
  left: -15px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(1) .img-cont:before {
    left: -45px;
    top: 0;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(2) {
    margin-bottom: 30px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(2):after {
  content: url(/img/section-images/ref-works/props/arrow-2.svg);
  position: absolute;
  right: -206px;
  top: 182px;
  z-index: -1;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(2):after {
    display: none;
  }
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(2) .img-cont:before {
  content: 'Ира';
  position: absolute;
  bottom: 25px;
  left: -25px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(2) .img-cont:before {
    bottom: auto;
    top: 0;
    left: -45px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(2) .img-cont:after {
  content: 'Саша';
  position: absolute;
  top: 25px;
  right: -25px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(2) .img-cont:after {
    right: -45px;
    top: 0;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(3) {
  max-width: 1000px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0;
  background: transparent;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(3) {
    margin-bottom: 50px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(3) .text-cont .text {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(3) .text-cont .text {
    font-size: 16px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(4) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(4) {
    margin-bottom: 80px;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(4):before {
  content: url(/img/section-images/ref-works/props/arrow-3.svg);
  position: absolute;
  left: 0;
  top: 0;
  left: -263px;
  top: 213px;
  z-index: -1;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(4):before {
    display: none;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(4) .img-cont:before {
  content: 'Антон';
  position: absolute;
  top: 40px;
  left: -25px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(4) .img-cont:before {
    left: -45px;
    top: 0;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(4) .img-cont:after {
  content: 'Сергей';
  position: absolute;
  bottom: 55px;
  right: 55px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(4) .img-cont:after {
    right: -55px;
    bottom: auto;
    top: 0;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(5) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 5;
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(5):after {
  content: url(/img/section-images/ref-works/props/after-arrow-full.svg);
  position: absolute;
  right: -296px;
  top: 160px;
  z-index: -1;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(5):after {
    right: -144px;
    top: 207px;
    z-index: 8;
  }
}

@media (max-width: 767px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(5):after {
    content: url(/img/section-images/ref-works/props/after-arrow-full.svg);
    right: -478px;
    z-index: -2;
  }
}

@media (max-width: 350px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(5):after {
    top: 262px;
  }
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(5) .img-cont:before {
  content: 'Инна';
  position: absolute;
  top: 40px;
  left: -25px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(5) .img-cont:before {
    left: -45px;
    top: 0;
  }
}

.ref-works .sec-cont .inner .items-grid .item:nth-child(5) .img-cont:after {
  content: 'Павел';
  position: absolute;
  bottom: 55px;
  right: -40px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #FFD97A;
  color: #DD9F02;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ref-works .sec-cont .inner .items-grid .item:nth-child(5) .img-cont:after {
    right: -45px;
    top: 0;
    bottom: auto;
  }
}

.store-categories {
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .store-categories {
    padding: 40px 0px;
  }
}

.store-categories .parent-category-text {
  display: block;
  padding: 12px 0px;
  font-weight: 700;
  font-size: 16px;
  color: #464D5A;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

.store-categories .parent-category-text:after {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  content: url(/img/section-images/store-categories/arrow.svg);
  float: right;
  opacity: 0.4;
}

.store-categories .parent-category-text:hover {
  color: #17AEF3;
}

.store-categories .parent-category-text--trans:after {
  content: url(/img/section-images/store-categories/arrow.svg);
  float: right;
  opacity: 0.4;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.store-categories .sec-cont .sidebar .inner .title {
  font-size: 25px;
  font-weight: 700;
}

.store-categories .sec-cont .sidebar .inner .content {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .sidebar .inner .content .all-cats-set {
    padding: 12px 20px;
    background: #F3F5F9;
    border: 1px solid #F3F5F9;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .store-categories .sec-cont .sidebar .inner .content .collapse__content {
    border: 1px solid #F3F5F9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 15px rgba(190, 199, 218, 0.2);
            box-shadow: 0px 0px 15px rgba(190, 199, 218, 0.2);
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .store-categories .sec-cont .sidebar .inner .content .collapse__content .item .parent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    padding: 12px 20px;
    border-bottom: 1px solid #F3F5F9;
  }
}

.store-categories .sec-cont .sidebar .inner .content .collapse__content .item .parent__content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .sidebar .inner .content .collapse__content .item .parent__content {
    padding: 12px 20px;
  }
}

.store-categories .sec-cont .sidebar .inner .content .collapse__content .item .parent__content a {
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #464D5A;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.store-categories .sec-cont .sidebar .inner .content .collapse__content .item .parent__content a:hover {
  color: #17AEF3;
}

.store-categories .sec-cont .store-grid .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

@media (max-width: 1200px) {
  .store-categories .sec-cont .store-grid .inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.store-categories .sec-cont .store-grid .inner .item {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  height: 280px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(231, 231, 231, 0.438);
  margin: 10px;
  text-decoration: none;
  color: #464D5A;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item {
    padding: 20px 125px 20px 20px;
    text-align: left;
    max-width: 100%;
    height: 145px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 10px;
  }
}

.store-categories .sec-cont .store-grid .inner .item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 12px;
  gap: 10px;
  color: #464D5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.store-categories .sec-cont .store-grid .inner .item .add-to-favourites--pos {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.store-categories .sec-cont .store-grid .inner .item .add-to-favourites {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
  z-index: 5;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item a{
    align-items: flex-start;
    padding: 0px;
  }
  .store-categories .sec-cont .store-grid .inner .item .add-to-favourites svg {
    width: 20px;
  }
}

.store-categories .sec-cont .store-grid .inner .item .add-to-favourites:before {
  -webkit-transform: translateX(-106%);
          transform: translateX(-106%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.store-categories .sec-cont .store-grid .inner .item .active {
  -webkit-animation: fav-anim 600ms ease;
          animation: fav-anim 600ms ease;
  position: absolute;
  right: 20px;
  top: 20px;
}

.store-categories .sec-cont .store-grid .inner .item .active:before {
  display: none;
}

@-webkit-keyframes fav-anim {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fav-anim {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.store-categories .sec-cont .store-grid .inner .item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 180px;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item img {
    max-width: 100px;
  }
}

.store-categories .sec-cont .store-grid .inner .item .title {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item .title {
    font-size: 15px;
    max-width: 220px;
  }
}

.store-categories .sec-cont .store-grid .inner .item .perc-val {
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  padding: 15px 50px 5px 50px;
  font-weight: 400;
  background: url(/img/section-images/store-categories/props/shape-1.svg) no-repeat;
  background-size: 100%;
  bottom: -5px;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item .perc-val {
    right: 0;
    background: #CBE8F4;
    padding: 15px 25px 15px 25px;
    border-radius: 20px 0px;
  }
}

.store-categories .sec-cont .store-grid .inner .item .perc-val span {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item .perc-val span {
    font-size: 18px;
  }
}

.store-categories .sec-cont .store-grid .inner .item:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
          box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  border: none;
}

.store-categories .sec-cont .store-grid .inner .item:hover img {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.store-categories .sec-cont .store-grid .inner .item:nth-child(2n) .perc-val {
  background: url(/img/section-images/store-categories/props/shape-2.svg) no-repeat;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item:nth-child(2n) .perc-val {
    right: 0;
    background: #CBE8F4;
    padding: 15px 25px 15px 25px;
    border-radius: 20px 0px;
  }
}

.store-categories .sec-cont .store-grid .inner .item:nth-child(3n) .perc-val {
  background: url(/img/section-images/store-categories/props/shape-3.svg) no-repeat;
}

@media (max-width: 767px) {
  .store-categories .sec-cont .store-grid .inner .item:nth-child(3n) .perc-val {
    right: 0;
    background: #CBE8F4;
    padding: 15px 25px 15px 25px;
    border-radius: 20px 0px;
  }
}

.store-info {
  padding: 40px 0px 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .store-info {
    padding: 20px 0px 40px 0px;
  }
}

.store-info .preview-block .inner .content-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block {
    grid-auto-rows: 100px auto auto;
    grid-auto-columns: 1fr 18px 1fr;
    grid-auto-flow: dense;
  }
}

.store-info .preview-block .inner .content-block .logo-cont {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding: 20px;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block .logo-cont {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .store-info .preview-block .inner .content-block .logo-cont img {
    max-width: 150px;
    width: 100%;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .store-info .preview-block .inner .content-block .logo-cont img {
    max-width: 110px;
  }
}

.store-info .preview-block .inner .content-block .text-cont {
  padding: 20px 20px 0px 20px;
  font-size: 16px;
  font-weight: 400;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block .text-cont {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.store-info .preview-block .inner .content-block .perc-cont {
  margin: 0px 20px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
  z-index: 5;
  font-weight: 400;
  -ms-grid-column: 6;
  grid-column: 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block .perc-cont {
    max-width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    background: #CBE8F4;
    border-radius: 50%;
    padding: 0;
    padding: 10px;
    margin: 0px 5px;
  }
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .content-block .perc-cont {
    border-radius: 20px 0px 19px;
  }
}

.store-info .preview-block .inner .content-block .perc-cont .shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .content-block .perc-cont .shape {
    display: none;
  }
}

.store-info .preview-block .inner .content-block .perc-cont .value {
  font-size: 38px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block .perc-cont .value {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .content-block .perc-cont .value {
    font-weight: 900;
    font-size: 18px;
  }
}

.store-info .social-cont {
  padding: 10px;
  -ms-grid-column: 7;
  grid-column: 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  display: inline-block;
}

@media (max-width: 992px) {
  .store-info .social-cont {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 3;
    grid-row: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .store-info .social-cont {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.store-info .social-cont__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 992px) {
  .store-info .social-cont__media {
    margin-top: 20px;
  }
}

.store-info .social-cont__media .item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 15px rgba(190, 199, 218, 0.4);
          box-shadow: 0px 5px 15px rgba(190, 199, 218, 0.4);
  margin: 10px;
  background: #FFFFFF;
}

.store-info .social-cont__media .item--vk:hover {
  background: #2B70B5;
}

.store-info .social-cont__media .item--vk:hover path {
  fill: #FFFFFF;
}

.store-info .social-cont__media .item--fb:hover {
  background: #1F5CB3;
}

.store-info .social-cont__media .item--fb:hover path {
  fill: #FFFFFF;
}

.store-info .social-cont__media .item--inst:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.store-info .social-cont__media .item--inst:hover path {
  fill: #FFFFFF;
}

.store-info .social-cont .btn-cont {
  width: 100%;
  margin-top: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont {
    overflow: visible;
  }
}

.store-info .social-cont .btn-cont .main-btn {
  width: 100%;
  position: relative;
  z-index: 5;
  min-width: 180px;
}

.store-info .social-cont .btn-cont .desc-dropdown {
  width: auto;
  position: absolute;
  z-index: 5;
  padding: 20px;
  background: #FFFFFF;
  display: none;
  -webkit-box-shadow: 0px 12px 15px rgba(190, 199, 218, 0.4);
          box-shadow: 0px 12px 15px rgba(190, 199, 218, 0.4);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    padding: 20px 20px 70px 20px;
    background: rgba(255, 255, 255, 0.911);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown a {
  white-space: nowrap;
  color: #353A44;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin: 5px 0px;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown a {
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown a:hover {
  color: #0E90CB;
}

.store-info .social-cont .btn-cont .desc-dropdown .control-panel {
  display: none;
}

.store-info .social-cont .btn-cont .desc-dropdown .control-panel .close-contacts {
  width: 50px;
  height: 50px;
  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;
  background: #FFFFFF;
  border-radius: 50%;
}

.store-info .social-cont .btn-cont .desc-dropdown .control-panel .close-contacts svg {
  width: 20px;
  fill: #464D5A;
}

.store-info .social-cont .btn-cont .desc-dropdown .control-panel .close-contacts:hover {
  background: #0E90CB;
}

.store-info .social-cont .btn-cont .desc-dropdown .control-panel .close-contacts:hover svg {
  fill: #FFFFFF;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown .control-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown .title {
  font-weight: 700;
  display: none;
  font-size: 28px;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown .title {
    display: block;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown .phones {
  background: #FFFFFF;
  width: 100%;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown .phones {
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 10px;
  }
}

@media (max-width: 350px) {
  .store-info .social-cont .btn-cont .desc-dropdown .phones {
    padding: 5px 5px;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown .phones .phone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.store-info .social-cont .btn-cont .desc-dropdown .phones .phone-item svg {
  display: none;
  width: 28px;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown .phones .phone-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    width: 100%;
    padding: 5px 20px;
  }
  .store-info .social-cont .btn-cont .desc-dropdown .phones .phone-item svg {
    display: block;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown .mails {
  background: #FFFFFF;
  width: 100%;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown .mails {
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 10px;
  }
}

@media (max-width: 350px) {
  .store-info .social-cont .btn-cont .desc-dropdown .mails {
    padding: 5px 5px;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown .mails .mail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  word-break: break-word;
}

.store-info .social-cont .btn-cont .desc-dropdown .mails .mail-item svg {
  display: none;
  width: 28px;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown .mails .mail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    width: 100%;
    padding: 5px 20px;
  }
  .store-info .social-cont .btn-cont .desc-dropdown .mails .mail-item svg {
    display: block;
  }
}

.store-info .social-cont .btn-cont .desc-dropdown .social-panel--contacts .social-cont__media a {
  width: 50px;
  height: 50px;
  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: 0px 5px;
}

.store-info .social-cont .btn-cont .desc-dropdown--active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  z-index: 1;
}

@media (max-width: 767px) {
  .store-info .social-cont .btn-cont .desc-dropdown--active {
    z-index: 999;
  }
}

.store-info .social-cont .btn-cont--active {
  overflow: visible;
}

.store-info .preview-block .inner .content-block .rating-container {
  padding: 0px 20px;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block .rating-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.rating-container .star-rating {
  font-size: 22px;
  color: #BEC7DA;
  cursor: default !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .rating-container .star-rating {
    font-size: 18px;
  }
}

.rating-container .star-rating .fa {
  margin: 0px 3px;
}

.rating-container .star-rating .fa:nth-child(1) {
  margin-left: 0px;
}

.rating-container .star-rating .fa:not(.star-rating-readonly):hover {
  color: #FFBB0D;
}

.rating-container .star-rating .fa-star {
  color: #FFBB0D;
}

.store-info .preview-block .inner .content-block .favourites-cont {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 150px;
}

@media (max-width: 992px) {
  .store-info .preview-block .inner .content-block .favourites-cont {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .content-block .favourites-cont {
    width: auto;
  }
}

.store-info .preview-block .inner .content-block .favourites-cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.store-info .preview-block .inner .content-block .favourites-cont .inner .add-to-favourites {
  cursor: pointer;
  display: block;
  z-index: 1;
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .content-block .favourites-cont .inner .add-to-favourites svg {
    width: 20px;
  }
}

.store-info .preview-block .inner .content-block .favourites-cont .inner .add-to-favourites:before {
  display: none;
}

.store-info .preview-block .inner .content-block .favourites-cont .inner .add-to-favourites:after {
  display: none;
}

.store-info .preview-block .inner .content-block .favourites-cont .inner .active {
  -webkit-animation: fav-anim 600ms ease;
          animation: fav-anim 600ms ease;
}

@keyframes fav-anim {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.store-info .preview-block .inner .content-block .favourites-cont .inner .add-to-favourites-value {
  margin-left: 11px;
  color: #636C7D;
}

@media (max-width: 576px) {
  .store-info .preview-block .inner .content-block .favourites-cont .inner .add-to-favourites-value {
    display: none;
  }
}

.store-info .preview-block .inner .banner-block {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .banner-block {
    margin-top: 20px;
  }
}

.store-info .preview-block .inner .banner-block .content {
  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;
  overflow: hidden;
}

@media (max-width: 767px) {
  .store-info .preview-block .inner .banner-block .content {
    padding: 0px;
  }
}
@media(max-width: 992px){
  .store-info .preview-block .inner .banner-block .content img {
    width: 100% !important;
    height: auto !important;
  }
}

.store-info .preview-block .inner .banner-block .content img {
  width: 100%;
}

.store-info .text-panel {
  margin: 60px 0px 50px 0px;
}

.store-info .text-panel .inner .title {
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 767px) {
  .store-info .text-panel .inner .title {
    font-size: 25px;
  }
}

.store-info .text-panel .inner .text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .store-info .text-panel .inner .text {
    font-size: 14px;
  }
}

/*@media (max-width: 992px) {*/
/*  .store-info .info-block {*/
/*    -webkit-box-shadow: none;*/
/*            box-shadow: none;*/
/*    border-radius: unset;*/
/*  }*/
/*}*/

.store-info .nav-tabs {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  border-bottom: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
  box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
  height: 80px;
}

.store-info .nav-tabs__item {
  padding: 30px;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
}

.store-info .nav-tabs__item:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 40%;
}

.store-info .nav-tabs__item:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 20%;
}

.store-info .nav-tabs__item:hover {
  background: #FFD97A;
}

.store-info .nav-tabs .active {
  background: #FFD97A;
  pointer-events: none;
}

.store-info .tab-container .tab-content {
  padding: 30px;
  display: none;
}

@media (max-width: 767px) {
  .store-info .tab-container .tab-content {
    padding: 20px;
  }
}

.store-info .tab-container .cashback--cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--cats {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.store-info .tab-container .cashback--cats table {
  width: 50%;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--cats table {
    width: 100%;
  }
}

.store-info .tab-container .cashback--cats table thead {
  color: #464D5A;
}

.store-info .tab-container .cashback--cats table thead tr th {
  border: none;
}

.store-info .tab-container .cashback--cats table tbody tr th {
  position: relative;
  border: none;
}

.store-info .tab-container .cashback--cats table tbody tr th:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 65%;
  height: 100%;
  display: block;
  background: transparent;
  border-bottom: 1px dashed #E7EBF2;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--cats table tbody tr th:after {
    width: 15vw;
  }
}

@media (max-width: 370px) {
  .store-info .tab-container .cashback--cats table tbody tr th:after {
    width: 11vw;
  }
}

@media (max-width: 330px) {
  .store-info .tab-container .cashback--cats table tbody tr th:after {
    width: 9vw;
  }
}

.store-info .tab-container .cashback--cats table tbody tr td {
  border: none;
}

.store-info .tab-container .cashback--cats .text-cont {
  width: 50%;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--cats .text-cont {
    width: 100%;
    font-size: 14px;
  }
}

.store-info .tab-container .cashback--address .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--address .items {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .store-info .tab-container .cashback--address .items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.store-info .tab-container .cashback--address .items .item {
  margin: 15px 10px;
}

.store-info .tab-container .cashback--address .items .item .address {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--address .items .item .address {
    font-size: 14px;
  }
}

.store-info .tab-container .cashback--address .items .item .work-time {
  margin-top: 10px;
  color: #8A93A6;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--address .items .item .work-time {
    font-size: 13px;
  }
}

.store-info .tab-container .cashback--address .items .item .work-time .weekday .weekend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.store-info .tab-container .cashback--address .items .item .address-map-link {
  cursor: pointer;
  text-decoration: none;
  color: #0E90CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
}


.store-info .tab-container .cashback--address .items .item .address-map-link svg {
  margin-right: 5px;
}

.store-info .tab-container .cashback--address .items .item .address-map-link svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.store-info .tab-container .cashback--address .items .item .address-map-link:hover svg path {
  fill: #F42E00;
}

.store-info .tab-container .cashback--address .address-content {
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.store-info .tab-container .cashback--address .address-content__inner {
  position: relative;
}

.store-info .tab-container .cashback--address .address-content__inner .address-content-show-list {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  color: #0E90CB;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 18px;
  background: #CBE8F4;
  -webkit-box-shadow: 0px 10px 15px rgba(190, 199, 218, 0.2);
          box-shadow: 0px 10px 15px rgba(190, 199, 218, 0.2);
  border-radius: 0px 300px 300px 0px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--address .address-content__inner .address-content-show-list {
    border-radius: 0px;
    display: block;
    width: 100%;
    bottom: 0;
  }
}

.store-info .tab-container .cashback--address .address-content__inner .address-content-show-list:hover {
  color: #FFFFFF;
  background: #0E90CB;
}

.store-info .tab-container .cashback--address .address-content__inner iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--address .address-content__inner iframe {
    height: 400px;
  }
}

.store-info .tab-container .cashback--testimonials {
  padding: 0;
}

.store-info .tab-container .cashback--testimonials .client-reply {
  /*padding: 20px 0px;*/
}

.store-info .tab-container .cashback--testimonials .client-reply,
.store-info .tab-container .cashback--testimonials .store-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.store-info .tab-container .cashback--testimonials .client-reply .info-container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.store-info .tab-container .cashback--testimonials .client-reply .avatar-container,
.store-info .tab-container .cashback--testimonials .store-reply .avatar-container {
  min-width: 72px;
  min-height: 72px;
  max-width: 72px;
  max-height: 72px;
  border-radius: 50%;
  overflow: hidden;
  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-right: 16px;
}

.store-info .tab-container .cashback--testimonials .client-reply .avatar-container img,
.store-info .tab-container .cashback--testimonials .store-reply .avatar-container img {
  width: 100%;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--testimonials .client-reply .avatar-container,
  .store-info .tab-container .cashback--testimonials .store-reply .avatar-container {
    display: none;
  }
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container,
.store-info .tab-container .cashback--testimonials .store-reply .data-container {
  width: 100%;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--testimonials .client-reply .data-container,
  .store-info .tab-container .cashback--testimonials .store-reply .data-container {
    padding: 0px;
  }
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container__personal,
.store-info .tab-container .cashback--testimonials .store-reply .data-container__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container__personal .username,
.store-info .tab-container .cashback--testimonials .store-reply .data-container__personal .username {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container__personal .reply-date,
.store-info .tab-container .cashback--testimonials .store-reply .reply-date {
  margin-left: 15px;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  color: #8A93A6;
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container .rating .star-rating,
.store-info .tab-container .cashback--testimonials .store-reply .data-container .rating .star-rating {
  font-size: 22px;
  color: #BEC7DA;
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--testimonials .client-reply .data-container .rating .star-rating,
  .store-info .tab-container .cashback--testimonials .store-reply .data-container .rating .star-rating {
    font-size: 18px;
  }
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container .rating .star-rating .fa,
.store-info .tab-container .cashback--testimonials .store-reply .data-container .rating .star-rating .fa {
  margin: 0px 3px;
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container .rating .star-rating .fa:nth-child(1),
.store-info .tab-container .cashback--testimonials .store-reply .data-container .rating .star-rating .fa:nth-child(1) {
  margin-left: 0;
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container .rating .star-rating .fa-star,
.store-info .tab-container .cashback--testimonials .store-reply .data-container .rating .star-rating .fa-star {
  color: #FFBB0D;
}

.store-info .tab-container .cashback--testimonials .client-reply .data-container .text-data,
.store-info .tab-container .cashback--testimonials .store-reply .data-container .text-data {
  word-break: break-word;
  padding-bottom: 20px;
  margin-top: 15px;
}

.store-info .tab-container .cashback--testimonials .store-reply {
 
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--testimonials .store-reply {
    margin-left: auto;
  }
}

.store-info .tab-container .cashback--testimonials .store-reply .data-container {
  border: none;
}

.store-info .tab-container .cashback--testimonials .store-reply .data-container__personal .reply-to {
  margin: 0px 5px;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8A93A6;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--testimonials .store-reply .data-container__personal .reply-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.store-info .tab-container .cashback--testimonials .store-reply .data-container__personal .reply-to .user {
  margin: 0px 5px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--testimonials .store-reply .data-container__personal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .store-info .tab-container .cashback--testimonials .store-reply .data-container__personal .reply-date {
    margin-left: 0px;
  }
}

@media (max-width: 354px) {
  .store-info .tab-container .cashback--testimonials .store-reply .data-container__personal .reply-date {
    margin-top: 5px;
  }
}

.store-info .tab-container .cashback--testimonials .testimonials-foot button {
  margin-top: 30px;
}

.store-info .tab-container .cashback--storeinfo table tbody tr th {
  border: none;
  font-weight: 700;
  color: #464D5A;
}

.store-info .tab-container .cashback--storeinfo table tbody tr .info-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-info .tab-container .cashback--storeinfo table tbody tr td {
  color: #464D5A;
  border: none;
  font-weight: 400;
}

.store-info .tab-container .cashback--storeinfo table tbody tr td a {
  text-decoration: none;
  color: #0E90CB;
}

.store-info .tab-container .cashback--storeinfo table tbody tr td .star-rating {
  font-size: 22px;
  color: #BEC7DA;
  cursor: default !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .store-info .tab-container .cashback--storeinfo table tbody tr td .star-rating {
    font-size: 18px;
  }
}

.store-info .tab-container .cashback--storeinfo table tbody tr td .star-rating .fa {
  margin: 0px 3px;
}

.store-info .tab-container .cashback--storeinfo table tbody tr td .star-rating .fa-star {
  color: #FFBB0D;
}

.store-info .resize-heading {
  display: none;
}

.store-info .hide-show {
  display: block !important;
}

@media (max-width: 992px) {
  /*.store-info .info-block .nav-tabs {*/
  /*  display: none;*/
  /*}*/
  .store-info .resize-heading {
    font-size: 18px;
    font-weight: 500;
    padding: 30px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    border-top: .1px solid #c0c0c059;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .store-info .resize-heading {
    padding: 15px 20px;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .store-info .resize-heading:after {
    content: url(/img/section-images/store-info/icons/arrow.svg);
    float: right;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }
  .store-info .resize-heading--arrow:after {
    content: url(/img/section-images/store-info/icons/arrow.svg);
    float: right;
    text-align: center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .store-info .tab-active {
    background: #FFD97A;
    border-top: .1px solid transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
            box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
  }
  .store-info .tab-active + .tab-content {
    -webkit-box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
            box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .store-info .d_active {
    background: #FFD97A;
  }
}

.questions {
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .questions {
    padding: 40px 0px;
  }
}

.questions .sec-cont {
  margin-top: 60px;
}

.questions .sec-cont .inner {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none;
}

.questions .sec-cont .inner:nth-child(1) {
  display: block;
}

@media (max-width: 767px) {
  .questions .sec-cont .inner:nth-child(1) {
    border-top: 1px solid #E7EBF2;
  }
}

.questions .sec-cont .inner:nth-child(2) {
  display: block;
}

.questions .sec-cont .inner:nth-child(3) {
  display: block;
}

.questions .sec-cont .inner:nth-child(4) {
  display: block;
}

.questions .sec-cont .inner:nth-child(5) {
  display: block;
}

.questions .sec-cont .inner:nth-child(6) {
  display: block;
}

.questions .sec-cont .inner .accordeon {
  width: 92%;
}

@media (max-width: 767px) {
  .questions .sec-cont .inner .accordeon {
    width: 100%;
    border-top: none;
  }
}

.questions .sec-cont .inner .accordeon .accordeon-title {
  padding: 40px 50px;
  word-break: break-word;
  width: 100%;
  cursor: pointer;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #E7EBF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .questions .sec-cont .inner .accordeon .accordeon-title {
    font-size: 20px;
    padding: 20px 50px;
  }
}

@media (max-width: 767px) {
  .questions .sec-cont .inner .accordeon .accordeon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 25px;
    font-size: 18px;
  }
}

.questions .sec-cont .inner .accordeon .accordeon-title:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
          box-shadow: 0px 0px 30px rgba(190, 199, 218, 0.4);
}

.questions .sec-cont .inner .accordeon .accordeon-title:after {
  content: url(/img/section-images/questions/arrow.svg);
  float: right;
  text-align: center;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.questions .sec-cont .inner .accordeon .is-opened {
  background: #FFD97A;
}

.questions .sec-cont .inner .accordeon .accordeon-title.is-opened:after {
  content: url(/img/section-images/questions/arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.questions .sec-cont .inner .accordeon .accordeon-content {
  font-weight: 400;
  width: 100%;
  display: none;
  padding: 60px 50px 30px 50px;
  margin-top: -30px;
  font-size: 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 2px 27px 30px rgba(190, 199, 218, 0.4);
          box-shadow: 2px 27px 30px rgba(190, 199, 218, 0.4);
}

@media (max-width: 767px) {
  .questions .sec-cont .inner .accordeon .accordeon-content {
    font-size: 14px;
    padding: 60px 30px 30px 30px;
  }
  .questions .sec-cont .inner .accordeon .accordeon-title:after{
    content: url(/img/section-images/accordion/arrow-s.svg);
  }
}

.questions .sec-cont .inner .accordeon .accordeon-content--show {
  display: block;
}

.calculate {
  padding: 80px 0px;
  background: #F3F5F9;
}

@media (max-width: 767px) {
  .calculate {
    padding: 40px 0px;
  }
}

.calculate .calc-grid-cont {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont {
    margin-top: 20px;
  }
}

.calculate .calc-grid-cont .form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  padding: 0px 8px;
}

@media (max-width: 992px) {
  .calculate .calc-grid-cont .form-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}

.calculate .calc-grid-cont .form-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .form-grid .item {
    margin: 0px;
    display: contents;
  }
}

.calculate .calc-grid-cont .form-grid .item .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #8A93A6;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .form-grid .item .title {
    font-size: 12px;
    text-transform: initial;
  }
}

.calculate .calc-grid-cont .form-grid .item .output-cont {
  padding: 12px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .form-grid .item .output-cont {
    font-size: 12px;
    padding: 0px 15px;
  }
}

.calculate .calc-grid-cont .form-grid .item .output-cont input {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  position: relative;
  z-index: 5;
}

.calculate .calc-grid-cont .form-grid .item .output-cont .value-descr {
  margin-left: 5px;
  line-height: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  bottom: -2px;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .form-grid .item .output-cont .value-descr {
    bottom: -1px;
  }
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .form-grid .item .output-cont .value-descr--byn {
    bottom: -5px;
  }
}

.calculate .calc-grid-cont .form-grid .item .control-range {
  position: relative;
}

.calculate .calc-grid-cont .form-grid .item .control-range__props {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #8A93A6;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .form-grid .item .control-range__props {
    font-size: 12px;
  }
}

.calculate .calc-grid-cont .result-panel {
  margin-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calculate .calc-grid-cont .result-panel .title {
  font-size: 30px;
  font-weight: 400;
  color: #636C7D;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .result-panel .title {
    font-size: 20px;
  }
}

.calculate .calc-grid-cont .result-panel .result {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.calculate .calc-grid-cont .result-panel .result .value {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  bottom: -3px;
}

.calculate .calc-grid-cont .result-panel .result .prop {
  margin-left: 5px;
  font-size: 26px;
  font-weight: 400;
}

.calculate .calc-grid-cont .result-panel .warning {
  font-weight: 300;
  font-size: 16px;
  color: #636C7D;
}

@media (max-width: 767px) {
  .calculate .calc-grid-cont .result-panel .warning {
    font-size: 12px;
  }
}

.top-stores {
  padding: 80px 50px;
  background: #F3F5F9;
}

@media (max-width: 992px) {
  .top-stores {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .top-stores {
    padding: 50px 0px 40px 0px;
  }
}

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

.top-stores .container .swiper {
  margin-top: 50px;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .top-stores .container .swiper {
    margin-top: 30px;
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide {
  text-decoration: none;
  color: #464D5A;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 280px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  font-size: 18px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
          box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
}
@media(max-width: 991px){
  .top-stores .container .swiper .swiper-wrapper .swiper-slide{
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .top-stores .container .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 145px;
    margin-top: 20px !important;
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .add-to-favourites--pos {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .add-to-favourites {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  .top-stores .container .swiper .swiper-wrapper .swiper-slide .add-to-favourites svg {
    width: 20px;
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .add-to-favourites:before {
  -webkit-transform: translateX(-106%);
          transform: translateX(-106%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .active {
  -webkit-animation: fav-anim 600ms ease;
          animation: fav-anim 600ms ease;
  position: absolute;
  right: 20px;
  top: 20px;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .active:before {
  display: none;
}

@keyframes fav-anim {
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner {
  padding: 0px 25px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #353A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner img {
  max-width: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (max-width: 767px) {
  .top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner {
    align-items: flex-start;
  }
  .top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner img {
    max-width: 140px;
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  max-width: 220px;
}

@media (max-width: 767px) {
  .top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner .title {
    font-size: 15px;
    max-width: 150px;
    text-align: left;
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner .perc-val {
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  padding: 15px 50px 5px 50px;
  font-weight: 400;
  background: url(/img/section-images/top-stores/icons/shape.svg) no-repeat;
  background-size: 100%;
  bottom: -7px;
}

@media (max-width: 767px) {
  .top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner .perc-val {
    padding: 10px 25px 10px 25px;
    bottom: 0;
    right: 0;
    font-size: 16px;
    background: #CBE8F4 !important;
    border-radius: 20px 0px;
  }
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner .perc-val span {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top-stores .container .swiper .swiper-wrapper .swiper-slide .card-inner .perc-val span {
    font-size: 20px;
    font-weight: 900;
  }
}


.top-stores .container .swiper .swiper-wrapper .swiper-slide:nth-child(2n) .perc-val {
  background: url(/img/section-images/top-stores/icons/shape-2.svg) no-repeat;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide:nth-child(3n) .perc-val {
  background: url(/img/section-images/top-stores/icons/shape-3.svg) no-repeat;
}

.top-stores .container .swiper .swiper-wrapper .swiper-slide:nth-child(4n) .perc-val {
  background: url(/img/section-images/top-stores/icons/shape-4.svg) no-repeat;
}

.top-stores .container .control-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .top-stores .container .control-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-stores .container .control-cont .show-more {
  text-align: center;
  color: #0E90CB;
  text-decoration: none;
}

@media (max-width: 767px) {
  .top-stores .container .control-cont .show-more {
    width: 100%;
  }
}

.top-stores .container .control-cont .slider-next-btn {
  position: absolute;
  z-index: 5;
  top: 32%;
  right: -70px;
  width: 70px;
  height: 70px;
  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;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.top-stores .container .control-cont .slider-next-btn:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
          box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
}

@media (max-width: 1400px) {
  .top-stores .container .control-cont .slider-next-btn {
    position: relative;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
  }
  .top-stores .container .control-cont .slider-next-btn img {
    width: 10px;
  }
}

.top-stores .container .control-cont .slider-prev-btn {
  position: absolute;
  z-index: 5;
  top: 32%;
  left: -70px;
  width: 70px;
  height: 70px;
  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;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.top-stores .container .control-cont .slider-prev-btn:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
          box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
}

.top-stores .container .control-cont .slider-prev-btn img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1400px) {
  .top-stores .container .control-cont .slider-prev-btn {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-start;
    background: transparent;
    height: 20px;
    width: 20px;
  }
  .top-stores .container .control-cont .slider-prev-btn img {
    width: 10px;
  }
}

.top-stores .container .control-cont .pagination-cont .swiper-pagination {
  display: none;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 17px;
}

.top-stores .container .control-cont .pagination-cont .swiper-pagination .swiper-pagination-bullet {
  background: #8A93A6;
}

@media (max-width: 1400px) {
  .top-stores .container .control-cont .pagination-cont .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reccommend {
  padding: 80px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background: url(/img/section-images/reccommend/bg/rec-bg.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .reccommend {
    padding: 40px 0px;
  }
}

.reccommend .sec-cont {
  position: relative;
  z-index: 5;
}

.reccommend .sec-cont .character {
  position: absolute;
  max-width: 384px;
  left: -75px;
  bottom: -150px;
  z-index: -1;
}

@media (max-width: 767px) {
  .reccommend .sec-cont .character {
    max-width: 223px;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: auto;
    margin: 0 auto;
    bottom: -50px;
  }
}

.reccommend .sec-cont .title {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .reccommend .sec-cont .title {
    font-size: 25px;
  }
}

.reccommend .sec-cont .block-title--bolder {
  color: #FFFFFF;
}

.reccommend .sec-cont .subtitle {
  margin: 30px 0px 60px 0px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .reccommend .sec-cont .subtitle {
    font-size: 16px;
    margin: 15px 0px 15px 0px;
  }
}

.reccommend .sec-cont .subtitle span {
  font-weight: 700;
}

.reccommend .sec-cont button {
  margin: 0 auto;
  max-width: 460px;
}

.payment-method {
  text-align: center;
  padding: 80px 0px 100px 0px;
  background: #F3F5F9;
}

@media (max-width: 767px) {
  .payment-method {
    padding: 40px 0px;
  }
}

@media (max-width: 767px) {
  .payment-method .block-subtitle br {
    display: none;
  }
}

.payment-method__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.payment-method__items .item {
  background: #FFFFFF;
  margin: 0px 35px;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 10px 15px rgba(190, 199, 218, 0.2);
          box-shadow: 0px 10px 15px rgba(190, 199, 218, 0.2);
  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;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .payment-method__items .item {
    margin: 0px 10px;
    height: 55px;
    width: 55px;
  }
}

.payment-method__items .item img {
  max-width: 90px;
}

@media (max-width: 767px) {
  .payment-method__items .item img {
    max-width: 40px;
  }
}

.attract-clients {
  padding: 100px 0px 0px 0px;
  position: relative;
  background: url(/img/section-images/attract-clients/props/bg.svg);
  z-index: 5;
}

@media (max-width: 767px) {
  .attract-clients .block-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .attract-clients .block-subtitle br {
    display: none;
  }
}

.attract-clients .props-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.attract-clients .props-bg img {
  position: absolute;
  z-index: -1;
  -webkit-animation: coin-rotate 15s linear infinite;
          animation: coin-rotate 15s linear infinite;
}

@keyframes coin-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.attract-clients .props-bg img:nth-child(1) {
  left: 15%;
  top: 30%;
}

.attract-clients .props-bg img:nth-child(2) {
  left: 7%;
  bottom: 20%;
}

.attract-clients .props-bg img:nth-child(3) {
  left: 33%;
  bottom: 25%;
}

.attract-clients .props-bg img:nth-child(4) {
  top: 30%;
  right: 15%;
}

.attract-clients .props-bg img:nth-child(5) {
  bottom: 20%;
  right: 10%;
}

@media (max-width: 992px) {
  .attract-clients .props-bg {
    display: none;
  }
}

.attract-clients .block-subtitle {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .attract-clients .block-subtitle {
    margin-top: 20px;
  }
}

.attract-clients .sec-cont {
  margin-top: 20px;
}

.attract-clients .sec-cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.attract-clients .sec-cont .inner .char-dialog {
  position: absolute;
  right: 0;
  display: inline-block;
  top: 0;
  width: 285px;
  height: 214px;
  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;
  background: url(/img/section-images/attract-clients/props/dialog.svg);
  background-size: cover;
}

.attract-clients .sec-cont .inner .char-dialog .text {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .attract-clients .sec-cont .inner .char-dialog {
    width: 172px;
    height: 129px;
    right: 3%;
    top: 9px;
  }
  .attract-clients .sec-cont .inner .char-dialog .text {
    font-size: 25px;
  }
}

.attract-clients .sec-cont .inner .img-char-cont {
  overflow: hidden;
}

@media (max-width: 767px) {
  .attract-clients .sec-cont .inner .img-char-cont {
    width: 100%;
    margin-top: -100px;
  }
}

.attract-clients .sec-cont .inner .img-char-cont .desc-char {
  position: relative;
  bottom: -10px;
}

@media (max-width: 992px) {
  .attract-clients .sec-cont .inner .img-char-cont .desc-char {
    display: none;
  }
}

.attract-clients .sec-cont .inner .img-char-cont .mob-char {
  margin-top: 40px;
  display: none;
  width: 200px;
}

@media (max-width: 992px) {
  .attract-clients .sec-cont .inner .img-char-cont .mob-char {
    display: block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    bottom: -94px;
    left: -9px;
  }
}

@media (max-width: 767px) {
  .attract-clients .sec-cont .inner .img-char-cont .mob-char {
    width: 180px;
  }
}

.auth-error {
  color: red;
}

.modal-auth-form [type="submit"]:disabled {
  opacity: 0.5;
}

.restore-password-text{
    font-size: 23px;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius: 10px;
}
@media(max-width: 992px){
  .restore-password-text{
    font-size: 18px;
    padding: 0px 15px;
  }
}

.cookie-window {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.801);
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
}

.cookie-window__content {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 10px;
  border: none;
  padding: 45px;
  position: relative;
  background: #fff;
}

@media (max-width: 991px) {
  .cookie-window__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 578px) {
  .cookie-window__content {
    padding: 30px 25px;
  }
}

.cookie-window__content .text-side {
  font-size: 16px;
  font-weight: 500;
  color: #8A93A6;
  font-family: 'Roboto', sans-serif;
}

.cookie-window__content .button-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .cookie-window__content .button-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 578px) {
  .cookie-window__content .button-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.cookie-window__content .button-side .accept-cookies-btn {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC736), to(#FFBB0D));
  background: linear-gradient(180deg, #FFC736 0%, #FFBB0D 100%);
  padding: 7px 40px;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #FFC736;
}

.cookie-window__content .button-side .accept-cookies-btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC736), to(#ffba0dbe));
  background: linear-gradient(180deg, #FFC736 0%, #ffba0dbe 100%);
}

@media (max-width: 578px) {
  .cookie-window__content .button-side .accept-cookies-btn {
    width: 100%;
    min-width: 250px;
  }
}

.cookie-window__content .button-side .policy-link {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #17AEF3;
  background: #fff;
  padding: 7px 20px;
  border-radius: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-window__content .button-side .policy-link:hover {
  text-decoration: none;
}

@media (max-width: 578px) {
  .cookie-window__content .button-side .policy-link {
    width: 100%;
  }
}

.unsubcribe-mail {
  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;
  padding: 480px 0px 300px 0px;
  background: url(/img/section-images/main-hero/bg/background.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .unsubcribe-mail {
    padding: 350px 0px 150px 0px;
    background-size: 730%;
    background-position: -12px -121px;
  }
}

.unsubcribe-mail__content {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.unsubcribe-mail__content .mess-block {
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
          box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  background: #fff;
  width: 100%;
  color: #353A44;
  padding: 60px;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .unsubcribe-mail__content .mess-block {
    padding: 40px 30px;
  }
}

.unsubcribe-mail__content .mess-block .char {
  position: absolute;
  width: 300px;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  z-index: -1;
}

@media (max-width: 767px) {
  .unsubcribe-mail__content .mess-block .char {
    width: 250px;
  }
}

.unsubcribe-mail__content .mess-block__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .unsubcribe-mail__content .mess-block__title {
    font-size: 25px;
  }
}

.unsubcribe-mail__content .mess-block__subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .unsubcribe-mail__content .mess-block__subtitle {
    font-size: 18px;
  }
}

.unsubcribe-mail__content .mess-block__link {
  margin: 20px auto 0px auto;
  display: block;
  padding: 9px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #464D5A;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC736), to(#FFBB0D));
  background: linear-gradient(180deg, #FFC736 0%, #FFBB0D 100%);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}


.check-acceptense{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  margin: 30px 0px 15px 0px;
}
.check-acceptense .check-acceptense__mess{
  font-size: 14px;
  color: red;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 7px;
  display: none;
}
.check-acceptense .check-acceptense__checkbox{
  min-width: 22px;
  min-height: 22px;
  border: 1px solid #8A93A6;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

.check-acceptense .check-acceptense__checkbox:hover{
  background: #58caff6e;
  border: 1px solid #17AEF3;
}
.check-acceptense .check-acceptense__checkbox--checked{
  border: 1px solid #17AEF3 !important;
}
.check-acceptense .check-acceptense__checkbox--checked:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 16px;
  min-height: 16px;
  background: #17AEF3;
}
.check-acceptense .check-acceptense__text{
    font-size: 14px;
    color: #8A93A6;
    line-height: 1.7;
}
.check-acceptense .check-acceptense__text a{
  color: #17AEF3;
}

.check-policy{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  margin: 30px 0px 15px 0px;
}
.check-policy .check-policy__checkbox{
  position: absolute;
  opacity: 0;
}
.check-policy__checkbox + .check-policy__label:before{
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  min-width: 20px;
  min-height: 20px;
  background: white;
  border: 1px solid #8A93A6;
  border-radius: 5px;
  cursor: pointer;
}

.check-policy__checkbox:hover + .check-policy__label:before {
  background: #8edbff65;
}

.check-policy__checkbox:checked + .check-policy__label:before {
  border: 1px solid #17AEF3;
}

.check-policy__checkbox:checked + .check-policy__label:after {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #17AEF3;
  border-radius: 3px;
  cursor: pointer;
}

.check-policy .check-policy__label{
    font-size: 14px;
    color: #8A93A6;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}

.check-policy .check-policy__label a{
  color: #17AEF3;
  display: contents;
}

.text-section{
  padding: 50px 0px 50px 0px;
}
.text-section .text-section__head{
  background: url(/img/section-images/reccommend/bg/rec-bg.svg) no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 35px;
}
.text-section .text-section__head .page-title{
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  margin: 0;
}
.text-section .text-section__content{
  padding: 30px 0px;
}

.text-section .text-section__content a{
  color: #0E90CB;
  text-decoration: none;
}
.text-section .text-section__content a:hover{
  color: #17AEF3;
  text-decoration: underline;
}

.text-section .text-section__content ol li { 
  list-style-type: none !important;  
  list-style-type: decimal; 
} 

.text-section .text-section__content ol .inc-bold { 
 text-transform: uppercase;
} 

.text-section .text-section__content ol{
  list-style: none;
	counter-reset: li;
  margin-bottom: 20px;
  padding-left: 15px;
}

.text-section .text-section__content ol li:before{
      counter-increment: li; 
      font-weight: 700;
			content: counters(li,".") ". ";
}

@media(max-width: 767px){
    .text-section{
      padding: 30px 0px 30px 0px;
    }
    .text-section .text-section__head{
      padding-top: 70px;
    }
    .text-section .text-section__head .page-title{
      font-size: 25px;
    }
}


.input-holder form {
  position: relative;
}
.input-holder .search-data {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  border-radius: 20px;
}
.input-holder .search-data__content {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.input-holder .search-data__content mark {
  background: #FFBB0D;
}
.input-holder .search-data__content .data-block-cat {
  width: 100%;
  padding: 10px;
}
.input-holder .search-data__content .data-block-cat a {
  width: 100%;
  display: block;
  color: #464D5A;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
.input-holder .search-data__content .data-block-cat__title {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 16px;
}
.input-holder .search-data__content .data-block-cat__title:hover {
  background: #FFBB0D;
  color: #fff;
  border-radius: 20px;
}
.input-holder .search-data__content .data-block-cat .cat-store {
  padding-left: 30px;
  font-size: 14px;
}
.input-holder .search-data__content .data-block-cat .cat-store__title {
  padding: 10px 7px;
}
.input-holder .search-data__content .data-block-cat .cat-store:hover {
  border-radius: 20px;
  background: #0ea8ef;
  color: #fff;
}
.input-holder .search-data__content .data-block-empty {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 20px;
  opacity: 0.5;
}
.input-holder .search-data__content .data-block-empty__text {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.input-holder .search-data__content .data-block-empty__text:before {
  content: "!";
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #464D5A;
  opacity: 0.5;
}
.input-holder .search-data__count {
  border-top: 1px solid rgba(70, 77, 90, 0.1490196078);
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 500;
  color: #464D5A;
  display: none;
  gap: 5px;
}
.input-holder .search-data__count .count-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.input-holder .search-data__count .count-row div:last-child {
  min-width: 35px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  background: #0ea8ef;
  text-align: center;
  width: max-content;
  font-weight: 700;
}

.not-found-search{
  grid-column: 1/3;
  font-size: 18px;
}

.store-info .tab-container .cashback--address{
  padding: 0px;
}


/* store content */
.store-info {
  padding: 40px 0px;
}

.store-info .container {
  max-width: 1440px;
}

/*.store-info .container .store-layout .store-card {*/
/*  grid-area: store-card;*/
/*}*/

/*.store-info .container .store-layout .info-block {*/
/*  grid-area: info-block;*/
/*}*/

/*.store-info .container .store-layout .cashback-bar {*/
/*  grid-area: cashback-card;*/
/*}*/

/*.store-info .container .store-layout {*/
/*  display: -ms-grid;*/
/*  display: grid;*/
/*  -ms-grid-columns: 1fr 700px 1fr;*/
/*  grid-template-columns: 1fr 700px 1fr;*/
/*  grid-template-areas: 'store-card info-block cashback-card';*/
/*  grid-column-gap: 40px;*/
/*  align-items: flex-start;*/
/*  grid-auto-columns: none;*/
/*}*/

/*@media (max-width: 400) {*/
/*  .store-info .container .store-layout {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: 1fr;*/
/*    grid-template-columns: 1fr;*/
/*    grid-template-areas:*/
/*      'store-card'*/
/*      'cashback-card'*/
/*      'info-block'*/
/*  ;*/
/*    grid-column-gap: 40px;*/
/*    align-items: flex-start;*/
/*  }*/
/*}*/

.store-info .container .store-layout .store-card-wrapper {
  display: flex;
  justify-content: center;
}

.store-info .container .store-layout .item {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
  color: #464D5A;
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  border: none;
}

.store-info .container .store-layout .store-rating {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store-info .container .store-layout .store-rating .store-rating-value {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-right: 12px;
}

.store-info .container .store-layout .store-reviews-info {
  margin-top: 6px;
}

.store-info .container .store-layout .store-reviews-info .store-reviews-comman {
  color: #BEC7DA;
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 400;
  border-right: 1px solid #BEC7DA;
  padding-right: 8px;
}

.store-info .container .store-layout .store-reviews-info .store-reviews-comman:last-child {
  padding-right: 0;
  padding-left: 4px;
  border-right: none;
}

.store-info .container .store-layout .store-reviews-info .store-write-review {
  color: #17AEF3;
  cursor: pointer;
}

.store-info .container .store-layout .store-contacts {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
}

.store-info .container .store-layout .store-contacts .store-contacts--item {
  margin-bottom: 16px;
}

.store-info .container .store-layout .store-contacts a {
  color: #464D5A;
  text-decoration: none;
}

@media (max-width: 767px) {
  .store-info .container .store-layout .item {
    padding: 20px 125px 20px 20px;
    text-align: left;
    width: 100%;
    height: 145px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px;
  }
}

.store-info .container .store-layout .item .add-to-favourites--pos {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.store-info .container .store-layout .item .add-to-favourites {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
  z-index: 5;
}

@media (max-width: 767px) {
  .store-info .container .store-layout .item .add-to-favourites svg {
    width: 20px;
  }
}

.store-info .container .store-layout .item .add-to-favourites:before {
  -webkit-transform: translateX(-106%);
  transform: translateX(-106%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.store-info .container .store-layout .item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 180px;
}

@media (max-width: 767px) {
  .store-info .container .store-layout .item img {
    max-width: 100px;
  }
}

.store-info .container .store-layout .item .title {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .store-info .container .store-layout .item .title {
    font-size: 15px;
    max-width: 220px;
  }
}

.store-info .container .store-layout .item .perc-val {
  position: absolute;
  bottom: 0px;
  font-size: 18px;
  padding: 15px 50px 5px 50px;
  font-weight: 400;
  background: url(/img/section-images/store-categories/props/shape-2.svg) no-repeat;
  background-size: 100%;
  bottom: -5px;
}

@media (max-width: 767px) {
  .store-info .container .store-layout .item .perc-val {
    right: 0;
    background: #CBE8F4;
    padding: 15px 25px 15px 25px;
    border-radius: 20px 0px;
  }
}

.store-info .container .store-layout .item .perc-val span {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .store-info .container .store-layout .item .perc-val span {
    font-size: 18px;
  }
}

.store-info .container .store-layout .store-info-block {
  margin-top: 0;
}

.store-info .container .store-layout .store-social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 16px;
}

.store-info .container .store-layout .store-social-networks .social-network-item {
  cursor: pointer;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 15px rgba(190, 199, 218, 0.4);
  box-shadow: 0px 5px 15px rgba(190, 199, 218, 0.4);
  /*margin: 10px;*/
  background: #FFFFFF;
  margin-right: 20px;
}

.store-info .container .store-layout .store-social-networks a {
  width: 50px;
  height: 50px;
  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: 0px 5px;*/
}

.store-info .container .store-layout .store-social-networks .social-network-item--vk:hover {
  background: #2B70B5;
}

.store-info .container .store-layout .store-social-networks .social-network-item--vk:hover path {
  fill: #FFFFFF;
}

.store-info .container .store-layout .store-social-networks .social-network-item--fb:hover {
  background: #1F5CB3;
}

.store-info .container .store-layout .store-social-networks .social-network-item--fb:hover path {
  fill: #FFFFFF;
}

.store-info .container .store-layout .store-social-networks .social-network-item--inst:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.store-info .container .store-layout .store-social-networks .social-network-item--inst:hover path {
  fill: #FFFFFF;
}

.store-info .tab-container .tab-content--store-info {
  padding: 0;
  margin-top: 40px;
}

.store-info .tab-container .tab-content--store-info .content {
  padding: 25px;
  border: 1px solid #F3F5F9;
  border-radius: 20px;
}

.store-info .tab-container .tab-content--store-info .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  color: #464D5A;
}

.store-info .tab-container .tab-content--store-info .content .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #464D5A;
  margin-bottom: 24px;
}

.store-info .tab-container .tab-content--store-info .content .text:last-child {
  margin-bottom: 0;
}

.store-info .tab-container .tab-content--store-info .content .text p {
  margin: 0;
}

.store-info .tab-container .tab-content--store-info .content .text--link {
  color: #17AEF3;
  text-decoration: none;
}

.store-info-banner img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px;
}

.store-info .tab-container .cashback-address-content {
  padding: 25px;
  border: 1px solid #F3F5F9;
  border-radius: 20px;
  margin-top: 40px;
}

.store-info .tab-container .cashback-address-content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  color: #464D5A;
}

.store-info .tab-container .cashback-address-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #464D5A;
}

.store-info .tab-container .cashback-address-content .text .text--address {
  margin-top: 8px;
}


.store-info .tab-container .cashback--testimonials .testimonials-rating-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #F3F5F9;
  padding-bottom: 24px;
}

.store-info .tab-container .cashback--testimonials .testimonials-rating-container .store-rating {
  margin-top: 0;
}

.store-info .tab-container .cashback--testimonials .testimonials-rating-container .store-rating-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  color: #BEC7DA;
}

.store-info .tab-container .cashback--testimonials .testimonial-dialog {
  padding: 40px 0;
  border-bottom: 1px solid #E7EBF2;
}

.store-info .tab-container .cashback--testimonials .client-reply .text-data,
.store-info .tab-container .cashback--testimonials .store-reply .text-data{
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #464D5A;
  line-height: 23px;
  word-break: break-word;
}

.store-info .tab-container .cashback--testimonials .store-reply .store-reply--info-container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.store-info .tab-container .cashback--testimonials .store-reply .store-reply--info-container .store-reply--avatar img {
  width: 120px;
  height: 100%;
}

.store-info .container .store-layout .cashback-bar {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
  color: #464D5A;
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.07);
  border: none;
}

.store-info .cashback--cats {
  padding: 25px 25px 9px;
}

.store-info .cashback--cats .cats-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #464D5A;
}

.store-info .cashback--cats .cats-body {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
}

.store-info .cashback--cats .cats-body div {
  margin-bottom: 16px;
}

.store-info .cashback--cats .cats-body::after {
  border-bottom: 1px dashed #E7EBF2;
  content: "";
  flex-grow: 1;
  min-width: 22px;
}

.store-info .cashback--cats .cats-body .title {
  margin-right: 4px;
  text-align: start;
}

.store-info .cashback--cats .cats-body .value {
  margin-left: 4px;
  order: 3;
}

.store-info .container .store-layout .store-card {
  grid-area: store-card;
}

/*.store-info .container .store-layout .info-block {*/
/*  grid-area: info-block;*/
/*}*/

.store-info .container .store-layout .nav-tabs {
  grid-area: nav-tabs;
}

.store-info .container .store-layout .tab-container {
  grid-area: tab-container;
}

.store-info .container .store-layout .cashback-bar {
  grid-area: cashback-card;
}

.store-info .container .store-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5fr 1fr;
  grid-template-columns: 1fr 2.5fr 1fr;
  grid-template-areas:
          'store-card nav-tabs cashback-card'
          'store-card tab-container cashback-card';
  grid-column-gap: 40px;
  align-items: flex-start;
}

.store-info .social-cont {
  display: none;
}

@media (max-width: 1376px) {
  .store-info {
    padding: 0;
  }

  .store-info .container {
    padding: 40px 20px;
  }
  
  .store-info .container .store-layout {
    grid-template-columns: 300px 1fr;
    grid-template-areas:
            'store-card cashback-card'
            'store-card nav-tabs'
            'store-card tab-container';
  }

  .store-info .container .store-layout .cashback-bar {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .store-info-banner {
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .store-info .container .store-layout {
    grid-column-gap: 20px;
  }

  .store-info .container .store-layout .cashback-bar {
    margin-bottom: 20px;
  }

  .store-info .nav-tabs {
    height: 60px;
  }

  .store-info .nav-tabs__item {
    font-size: 16px;
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .store-info {
    padding: 0;
  }

  .store-info .container {
    padding: 24px 20px;
  }

  .store-info .container .store-layout .store-rating {
    margin-top: 24px;
    justify-content: center;
  }

  .store-info .container .store-layout .store-rating .store-rating-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #353A44;
  }

  .store-info .store-reviews-info {
    text-align: center;
  }

  .store-info .container .store-layout .store-reviews-info .store-reviews-comman {
    font-size: 12px;
    line-height: 12px;
  }

  .store-info .tab-container .tab-content--store-info .content {
    padding: 16px;
  }

  .store-info .tab-container .tab-content--store-info .content .title {
    font-size: 16px;
    line-height: 24px;
  }

  .store-info .tab-container .tab-content--store-info .content .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .store-info-banner img {
    width: 100%;
    margin-bottom: 24px;
    height: auto;
  }

  .store-info .tab-container .tab-content--store-info {
    margin-top: 24px;
  }

  .store-info .tab-container .cashback--address .address-content__inner iframe {
    margin-top: 24px;
    height: 200px;
  }

  .store-info .tab-container .cashback-address-content {
    margin-top: 24px;
    padding: 16px;
  }

  .store-info .tab-container .cashback-address-content .title {
    font-size: 16px;
    line-height: 24px;
  }

  .store-info .tab-container .cashback-address-content .text {
    font-size: 14px;
    line-height: 20px;
  }

  .store-info .container .store-layout .nav-tabs {
    width: 100%;
    /*overflow: scroll;*/
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    height: 48px;
  }

  .store-info .nav-tabs__item {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.41px;
    padding: 16px;
    min-width: max-content;
  }

  .store-info .container .store-layout .item {
    margin: 0;
  }

  .store-info .tab-container .cashback--testimonials .testimonials-rating-container {
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 16px;
  }

  .testimonials-rating-container button {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    line-height: 33px;
  }

  .store-info .tab-container .cashback--testimonials .testimonials-rating-container .store-rating-info {
    text-align: center;
    margin-top: 6px;
  }

  .store-info .tab-container .cashback--testimonials .testimonials-rating-container .store-rating-info span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }

  .store-info .tab-container .cashback--testimonials .testimonials-rating-container .store-rating-info span:last-child {
    color: #17AEF3;
  }

  .store-info .tab-container .cashback--testimonials .testimonial-dialog {
    padding: 24px 0;
  }

  .store-info .tab-container .cashback--testimonials .client-reply .avatar-container {
    display: block;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    margin-right: 12px;
  }

  .store-info .tab-container .cashback--testimonials .client-reply .data-container__personal {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .store-info .tab-container .cashback--testimonials .client-reply .data-container__personal .reply-date {
    margin-left: 0;
  }

  .store-info .tab-container .cashback--testimonials .client-reply .data-container__personal .username {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .store-info .tab-container .cashback--testimonials .client-reply .text-data {
    font-size: 14px;
    line-height: 20px;
  }

  .store-info .tab-container .cashback--testimonials .store-reply .store-reply--info-container {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .store-info .tab-container .cashback--testimonials .store-reply .reply-date {
    margin-left: 0;
  }

  .store-info .tab-container .cashback--testimonials .store-reply .store-reply--avatar {
    margin-bottom: 12px;
  }

  .store-info .tab-container .cashback--testimonials .store-reply .text-data {
    font-size: 14px;
    line-height: 20px;
  }

  .store-info .cashback--cats {
    padding: 16px 16px 0;
  }

  .store-info .cashback--cats .cats-body .title {
    font-size: 14px;
    line-height: 20px;
  }

  .store-info .cashback--cats .cats-body .value {
    font-size: 14px;
    line-height: 20px;
  }

  .store-info .cashback--cats .cats-head {
    font-size: 14px;
    line-height: 20px;
  }

  .store-info .container .store-layout .block-store-social-networks {
    text-align: center;
    margin-bottom: 47px;
  }

  .store-info .container .store-layout .store-social-networks {
    justify-content: center;
  }

  .store-info .social-cont {
    padding: 0;
    margin-bottom: 47px;
  }

  .store-info .social-cont .btn-cont .main-btn {
    font-size: 16px;
    line-height: 33px;
  }

  .store-info .container .store-layout .cashback-bar {
    margin-bottom: 24px;
  }

  .store-info .store-contacts {
    text-align: center;
  }

  .store-info .container .store-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
            'store-card'
            'cashback-card'
            'nav-tabs'
            'tab-container';
  }
}

@media (max-width: 766px) {
  .store-info .store-contacts {
    display: none;
  }

  .store-info .container .store-layout .block-store-social-networks {
    display: none;
  }

  .store-info .social-cont {
    display: block;
  }
}

/*# sourceMappingURL=main-layout.css.map */