@charset "UTF-8";
.page-title-h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 45px;
  font-weight: 600;
}

.btn.disabled, .btn:disabled, .btn-disabled, .contacts-form .btn-gray, .contacts-form .btn.btn-gray, .new-ws .btn.disabled, .new-ws .btn:disabled, .new-ws .btn-disabled, .new-ws .contacts-form .btn-gray, .contacts-form .new-ws .btn-gray {
  background: #E9E9E9;
  color: #A5A5A5;
  border-color: transparent;
  pointer-events: auto;
  opacity: 1;
}
.btn.disabled:hover, .btn:disabled:hover, .btn-disabled:hover, .contacts-form .btn-gray:hover, .new-ws .btn.disabled:hover, .new-ws .btn:disabled:hover, .new-ws .btn-disabled:hover, .new-ws .contacts-form .btn-gray:hover, .contacts-form .new-ws .btn-gray:hover {
  cursor: not-allowed;
}
.btn.disabled:before, .btn.disabled:after, .btn:disabled:before, .btn:disabled:after, .btn-disabled:before, .contacts-form .btn-gray:before, .contacts-form .btn.btn-gray:before, .btn-disabled:after, .contacts-form .btn-gray:after, .contacts-form .btn.btn-gray:after, .new-ws .btn.disabled:before, .new-ws .btn.disabled:after, .new-ws .btn:disabled:before, .new-ws .btn:disabled:after, .new-ws .btn-disabled:before, .new-ws .contacts-form .btn-gray:before, .contacts-form .new-ws .btn-gray:before, .new-ws .btn-disabled:after, .new-ws .contacts-form .btn-gray:after, .contacts-form .new-ws .btn-gray:after {
  display: none !important;
}

.btn-light {
  background: #E9F6ED;
  color: #23A54F;
  border-color: transparent;
}
.btn-light:hover {
  color: #23A54F;
  background: #d7efde;
  border-color: transparent;
}

.ai-center, .title-link, .title-link a {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.jc-center {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.jc-start {
  justify-content: flex-start !important;
}

.d-flex, .contacts-info-row, .contacts-info-item, .contacts-info-item .item, .contacts-form-row, .contacts-form-row [class^="col-"], .contacts-form-row .form-group, .title-link, .title-link a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.d-flex.row, .row.contacts-info-row, .row.contacts-info-item, .contacts-info-item .row.item, .row.contacts-form-row, .contacts-form-row .row[class^="col-"], .contacts-form-row .row.form-group, .row.title-link, .title-link a.row {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.d-flex.row:before, .row.contacts-info-row:before, .row.contacts-info-item:before, .contacts-info-item .row.item:before, .row.contacts-form-row:before, .contacts-form-row .row[class^="col-"]:before, .contacts-form-row .row.form-group:before, .row.title-link:before, .title-link a.row:before, .d-flex.row:after, .row.contacts-info-row:after, .row.contacts-info-item:after, .contacts-info-item .row.item:after, .row.contacts-form-row:after, .contacts-form-row .row[class^="col-"]:after, .contacts-form-row .row.form-group:after, .row.title-link:after, .title-link a.row:after {
  display: none;
}

.trans, .title-link a, .contacts-requisites-accordion .accordion-item .accordion-head svg, .contacts-requisites-accordion .accordion-item .accordion-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hide {
  display: none !important;
}

.modal-scroll {
  overflow-y: auto;
  max-height: 70vh;
  padding-right: 10px;
  margin-right: -10px;
}
.modal-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 5px;
}
.modal-scroll::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
.modal-scroll::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}

.policy-new.custom-checkbox .label {
  font-size: 10px;
  color: #3e3e3e;
  line-height: 2em;
  padding: 0 0 0 20px;
}
.policy-new.custom-checkbox label span:not(.label) {
  cursor: pointer;
}
.policy-new.custom-checkbox input[type="checkbox"] + span {
  margin: 2px 0 0 0;
}
.policy-new.custom-checkbox a {
  color: #111 !important;
}
.policy-new.custom-checkbox a:hover {
  text-decoration: underline;
}

.form-group {
  position: relative;
}

.input-text {
  color: #D70C17;
  text-align: right;
  font-size: 12px;
  display: none;
  line-height: 14px;
  position: absolute;
  margin-top: -4px;
  right: 5px;
  z-index: 10;
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #D3EDDC;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.input-text.top, .input-text.input-text-top {
  top: -25px;
  margin-top: 0;
}
.input-text.top:before, .input-text.top:after, .input-text.input-text-top:before, .input-text.input-text-top:after {
  top: auto;
  bottom: -12px;
  transform: rotate(180deg);
}
.input-text.top:after, .input-text.input-text-top:after {
  top: auto;
}
.input-text:before, .input-text:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -12px;
}
.input-text:before {
  right: 13px;
  border-width: 6px 4px 6px 4px;
  border-bottom-color: #D3EDDC;
}
.input-text:after {
  top: -11px;
  right: 14px;
  border-width: 6px 3px 6px 3px;
  border-bottom-color: #fff;
}

.error:hover + .input-text, .error:hover + .fake-arrow + .input-text, .error + .fake-arrow:hover + .input-text {
  display: block;
}

.dropdown-custom, .auto-req-dropdown {
  box-shadow: 0 4px 2rem #E5E5E5;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 53px;
  left: -15px;
  padding: 15px 10px;
  z-index: 15;
  min-width: 290px;
  max-width: 400px;
}
.dropdown-custom.show, .show.auto-req-dropdown {
  display: block;
}
@media (max-width: 575.98px) {
  .dropdown-custom, .auto-req-dropdown {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
  }
}
.dropdown-custom:before, .auto-req-dropdown:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 15px;
}
@media (max-width: 767.98px) {
  .dropdown-custom:before, .auto-req-dropdown:before {
    left: 126px;
  }
}
@media (max-width: 575.98px) {
  .dropdown-custom:before, .auto-req-dropdown:before {
    border-bottom: 9px solid #fff;
    top: -9px;
    left: auto;
    right: 2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}
.dropdown-custom li, .auto-req-dropdown li {
  list-style-type: none;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
  color: #3E3E3E;
  font-weight: 500;
}
.dropdown-custom li:last-child, .auto-req-dropdown li:last-child {
  margin-bottom: 0;
}
.dropdown-custom li:hover, .auto-req-dropdown li:hover {
  color: #23A54F;
}
@media (max-width: 575.98px) {
  .dropdown-custom li, .auto-req-dropdown li {
    font-size: 12px;
  }
}

.auto-req-dropdown {
  overflow: auto;
  max-height: 270px;
  max-width: 100%;
  transform: translate(0px, 0px);
}
.auto-req-dropdown::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.auto-req-dropdown::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.auto-req-dropdown::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.auto-req-dropdown::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.auto-req-dropdown:before {
  display: none;
}
.auto-req-dropdown li {
  flex-wrap: wrap;
}
.auto-req-dropdown .small-text {
  flex: 0 0 100%;
  color: #757575;
  font-size: 11px;
}

.invalid-feedback {
  position: absolute;
  z-index: 30;
  left: 6px;
  bottom: 0;
  font-size: 10px !important;
  line-height: 18px !important;
  background: #fff;
  padding: 4px 9px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  transform: translate(0%, 100%);
  width: calc(100% - 12px) !important;
  max-width: 400px;
  top: auto !important;
  margin-top: 0 !important;
}
.invalid-feedback:before, .invalid-feedback:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -12px;
}
.invalid-feedback:before {
  left: 22px;
  border-width: 6px 4px 6px 4px;
  border-bottom-color: #E1E1E1;
}
.invalid-feedback:after {
  top: -11px;
  left: 23px;
  border-width: 6px 3px 6px 3px;
  border-bottom-color: #fff;
}

.btn-row-prev-next {
  display: flex;
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #D9D9D9;
}
.btn-row-prev-next .btn-next {
  margin-left: auto;
}

.objects-db {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .objects-db {
    padding: 15px;
  }
}
.objects-db p {
  font-size: 12px;
  font-weight: 400;
}
.objects-db .count {
  margin: 8px 0;
  display: flex;
  gap: 0 4px;
}
.objects-db .count span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #646B89;
  width: 30px;
  height: 40px;
  flex: 0 0 30px;
  text-align: center;
  border: 1px solid #E7ECF6;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .objects-db .count span {
    font-size: 18px;
    width: 25px;
    height: 30px;
    flex: 0 0 25px;
  }
}
.objects-db .statistic-info {
  font-size: 10px;
  color: #646B89;
}
.objects-db .count-row {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.objects-db .count-row > svg {
  margin-right: 16px;
}

.objects-count {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.objects-count .loading-anim {
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.objects-count .recount {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .objects-count .recount {
    flex: 0 0 100%;
    margin: 10px 0 0;
    align-items: flex-start;
  }
}
.objects-count .recount .btn {
  background: #F0F9F3;
}
.objects-count .recount .btn:hover {
  color: #23A54F;
}

.pre-bg, .preloader.buy-points h3, .preloader.buy-points p, .preloader.points h3, .preloader.points p, .preloader.buy-points .btn, .preloader.buy-points input, .preloader.points .btn, .preloader.points input, .preloader.buy-points .count span, .preloader.buy-points .right-points span, .preloader.points .count span, .preloader.points .right-points span, .preloader.buy-points .download svg, .preloader.buy-points .upload svg, .preloader.points .download svg, .preloader.points .upload svg, .preloader label, .preloader .form-control, .preloader.objects-db .title, .preloader.objects-db .statistic-info, .preloader.objects-db .count span, .preloader .ws-adv .title, .preloader .ws-adv .desc, .preloader .ws-adv .btn, .preloader .ws-adv .bottom .soc .icon, .preloader .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip .soc .icon, .docs-table .docs-table-item:last-of-type > div .preloader .ws-adv .ws-tooltip .soc .icon, .preloader .ws-adv .bottom-text, .preloader .ws-adv .img {
  background: #e3e3e3 !important;
  border-radius: 3px !important;
  color: transparent  !important;
  border-color: transparent !important;
  position: relative;
}

.pre-text, .preloader.buy-points h3, .preloader.buy-points p, .preloader.points h3, .preloader.points p, .preloader label, .preloader .ws-adv .title, .preloader .ws-adv .desc {
  display: inline-flex !important;
}
.pre-text:before, .preloader.buy-points h3:before, .preloader.buy-points p:before, .preloader.points h3:before, .preloader.points p:before, .preloader label:before, .preloader .ws-adv .title:before, .preloader .ws-adv .desc:before, .pre-text:after, .preloader.buy-points h3:after, .preloader.buy-points p:after, .preloader.points h3:after, .preloader.points p:after, .preloader label:after, .preloader .ws-adv .title:after, .preloader .ws-adv .desc:after {
  content: '';
  display: table;
}

.preloader {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.preloader:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.preloader:after {
  content: '';
  width: 150px;
  height: 1500px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: block;
  top: -300px;
  left: -530px;
  animation: preloader-line-drive 3s linear infinite;
  animation-delay: 0.8s;
  z-index: 5;
}
@keyframes preloader-line-drive {
  0% {
    animation-delay: 5s;
    transform: translate(0px, 0px) rotate(45deg);
  }
  100% {
    transform: translate(2000px, 0) rotate(45deg);
    transition: all .3s;
  }
}
.preloader *:before, .preloader *:after {
  visibility: hidden !important;
}
.preloader *:hover {
  cursor: default !important;
}

.preloader.buy-points .count, .preloader.buy-points .right-points, .preloader.points .count, .preloader.points .right-points {
  background: none !important;
  border-radius: 0 !important;
}
.preloader.buy-points .download svg path, .preloader.buy-points .upload svg path, .preloader.points .download svg path, .preloader.points .upload svg path {
  fill: none;
}
.preloader .form-control {
  color: transparent;
}
.preloader .form-control::-webkit-input-placeholder {
  color: transparent;
}
.preloader .form-control::-moz-placeholder {
  color: transparent;
}
.preloader .form-control:-moz-placeholder {
  color: transparent;
}
.preloader .form-control:-ms-input-placeholder {
  color: transparent;
}
.preloader.objects-db .title svg, .preloader.objects-db .statistic-info svg {
  opacity: 0;
}
.preloader.objects-db .statistic-info a {
  color: transparent;
}
.preloader.objects-db .count span {
  color: transparent;
}
.preloader .ws-adv .title {
  display: inline !important;
}
.preloader .ws-adv .img {
  height: 100%;
}
.preloader .ws-adv .bottom-text .link, .preloader .ws-adv .title b {
  color: transparent !important;
}
.preloader .ws-adv .bottom .soc .icon svg, .preloader .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip .soc .icon svg, .docs-table .docs-table-item:last-of-type > div .preloader .ws-adv .ws-tooltip .soc .icon svg, .preloader .ws-adv img {
  opacity: 0;
  visibility: hidden;
}

.cart-zakaz-loader {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 15vh;
  line-height: 1.4;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 2559px) {
  .cart-zakaz-loader {
    padding-top: 20vh;
  }
}

.cart-zakaz-loader h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #23A54F;
  padding: 15px 0 0 0;
}
@media (max-width: 575.98px) {
  .cart-zakaz-loader h3 {
    font-size: 20px;
  }
}

.loader-cart-ani {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 80px auto 0 auto;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .loader-cart-ani {
    transform: scale(0.7);
  }
}

.hexagon-container {
  position: relative;
  top: 33px;
  left: 41px;
  border-radius: 50%;
  list-style-type: none;
}

.hexagon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #23A54F;
}

.hexagon-whited .hexagon {
  background-color: #fff;
}

.hexagon-whited h3 {
  color: #fff;
}

.hexagon:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 0;
  height: 0;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 0;
  height: 0;
}

.hexagon.hex_0 {
  top: -30px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.1s;
}

.hexagon.hex_1 {
  top: 0;
  left: -10px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.21s;
}

.hexagon.hex_2 {
  top: 0;
  left: 50px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.42s;
}

.hexagon.hex_3 {
  top: 30px;
  left: 80px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.64s;
}

.hexagon.hex_4 {
  top: 60px;
  left: 50px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0.87s;
}

.hexagon.hex_5 {
  top: 60px;
  left: -10px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.1s;
}

.hexagon.hex_6 {
  top: 30px;
  left: -40px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.3s;
}

.hexagon.hex_7 {
  top: 90px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

.hexagon.hex_8 {
  top: 30px;
  left: 20px;
  animation: Animasearch 3s ease-in-out infinite;
  animation-delay: 0s;
}

@keyframes Animasearch {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15%, 50% {
    transform: scale(0.5);
    opacity: 0;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px);
  }
  50% {
    clip: rect(0px, 40px, 40px, 0px);
  }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px);
  }
}
@keyframes rotate3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blur-bg {
  position: absolute;
  transition: all 1s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@supports (-moz-appearance: none) and (not (-moz-osx-font-smoothing: auto)) {
  .blur-bg {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blur-bg {
    background: rgba(255, 255, 255, 0.6);
  }
}

.cart-zakaz-loader {
  color: #23A54F;
}
.cart-zakaz-loader h3 {
  color: #23A54F;
}

.hexagon {
  background-color: #23A54F;
}

.v2-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 44px;
}
@media (max-width: 767.98px) {
  .v2-nav {
    justify-content: center;
  }
}
.v2-nav .nav-kpt {
  text-align: left;
}
.v2-nav .nav-kpt li {
  width: auto;
}
.v2-nav .nav-kpt li > span {
  margin: 0 40px;
}
@media (max-width: 991.98px) {
  .v2-nav .nav-kpt li > span {
    margin: 0 20px;
  }
}

.frt-btn-toolbar .frt-btn-nav {
  text-align: left;
  color: #CDCDCD;
  line-height: 18px;
}
@media (max-width: 991.98px) {
  .frt-btn-toolbar .frt-btn-nav br {
    display: none;
  }
}
.frt-btn-toolbar .frt-btn-nav:hover, .frt-btn-toolbar .frt-btn-nav.default {
  cursor: default;
  text-decoration: none;
}
.frt-btn-toolbar .frt-btn-nav .icon {
  border-color: #CDCDCD;
}
.frt-btn-toolbar .frt-btn-nav:after {
  background-image: url(../../../ws/frt/img/form/dropdown-gray.svg);
}
.frt-btn-toolbar .frt-btn-nav.active {
  color: #23A54F;
}
.frt-btn-toolbar .frt-btn-nav.active:after {
  background-image: url(../../../ws/frt/img/form/dropdown.svg);
}
.frt-btn-toolbar .frt-btn-nav.active .icon {
  border-color: #23A54F;
}
.frt-btn-toolbar .frt-btn-nav.active .icon > svg path {
  fill: #23A54F;
}
.frt-btn-toolbar .frt-btn-nav.active .icon > svg.stroke path {
  fill: none;
  stroke: #23A54F;
}
.frt-btn-toolbar .frt-btn-nav .icon > svg path {
  fill: #CDCDCD;
}
.frt-btn-toolbar .frt-btn-nav .icon > svg.stroke path {
  fill: none;
  stroke: #CDCDCD;
}
.frt-btn-toolbar .text-save {
  position: absolute;
  top: 0;
  left: 0;
}

.ws-action-btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 8px;
}
.ws-action-btn-row .link-back {
  margin-bottom: 0;
  margin-right: auto;
}
.ws-action-btn-row .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.btn-action-small {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  line-height: 14px;
  height: 34px;
}
.btn-action-small:disabled {
  color: #A5A5A5;
  cursor: not-allowed;
  background: #E9E9E9;
  border-color: transparent;
}
.btn-action-small:hover {
  background: #E3E3E3;
}
.btn-action-small.active {
  background: rgba(35, 165, 79, 0.1);
  border-color: #23A54F;
}
.btn-action-small .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.btn-action-small .icon svg path {
  fill: currentColor;
}
.btn-action-small .icon svg.stroke path {
  fill: none;
  stroke: currentColor;
}

.ws-grid.gc-10 > .ws-grid-th-row, .ws-grid.gc-10 .ws-grid-item {
  grid-template-columns: 64px 240px 1fr 1fr 1fr 1fr 2fr 1fr 1fr;
  min-width: 1460px;
}

.ws-grid .ws-grid-container {
  min-width: 1460px;
}

.ws-grid.gc-10 {
  overflow: auto;
}
.ws-grid.gc-10::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.ws-grid.gc-10::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.ws-grid.gc-10::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.ws-grid.gc-10::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}

.ws-grid-scroll {
  overflow: auto;
}
.ws-grid-scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.ws-grid-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.ws-grid-scroll::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.ws-grid-scroll::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}

.declarations-main .ws-grid.gc-10 {
  padding: 0 16px;
  margin: 0 -16px 12px;
  max-height: 72vh;
}
@media (max-width: 575.98px) {
  .declarations-main .ws-grid.gc-10 {
    padding: 0 8px;
    margin: 0 -8px 0;
    max-height: 50vh;
  }
}

.ws-grid-item > div {
  gap: 8px;
}
.ws-grid-item .status {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 34px;
  border: 1px solid #898989;
  background: #F9F9F9;
}
.ws-grid-item .status.accepted {
  color: #115C2A;
  background: rgba(35, 165, 79, 0.1);
  border-color: #23A54F;
}
.ws-grid-item .status.processed {
  color: #144482;
  background: rgba(0, 111, 255, 0.1);
  border-color: rgba(0, 111, 255, 0.4);
}
.ws-grid-item .status.denied {
  color: #F01010;
  background: rgba(240, 16, 16, 0.1);
  border-color: #F01010;
}
.ws-grid-item .status.draft {
  border-color: #E3E3E3;
  color: #717171;
}
.ws-grid-item .forest-user {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  overflow-wrap: anywhere;
}

.btn-reload {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #FBFBFB;
  border-radius: 50%;
  color: #AAAAAA;
}
.btn-reload:hover {
  color: #3E3E3E;
}
.btn-reload svg path {
  fill: currentColor;
}
.btn-reload svg.stroke path {
  fill: none;
  stroke: currentColor;
}

.ws-grid.gc-10 .declarations-content {
  background: #F9F9F9;
  border: 1px solid #F3F3F3;
  border-top: none;
  padding: 50px 16px 8px;
  margin-top: -40px;
  margin-bottom: 20px;
  display: none;
}
.ws-grid.gc-10 .declarations-content.show {
  display: block;
}
.ws-grid.gc-10 .declarations-content .ws-grid-scroll {
  padding-bottom: 8px;
}
.ws-grid.gc-10 .declarations-content .date-update {
  font-size: 12px;
  color: rgba(62, 62, 62, 0.6);
}
.ws-grid.gc-10 .declarations-content .ws-action-btn-row {
  margin-bottom: 30px;
}
.ws-grid.gc-10 .declarations-content .inner {
  padding: 12px 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  width: 100%;
  min-width: 980px;
}
.ws-grid.gc-10 .declarations-content .ws-grid-th-row {
  min-width: 980px;
}
.ws-grid.gc-10 .declarations-content .ws-grid-th-row, .ws-grid.gc-10 .declarations-content .ws-grid-item {
  grid-template-columns: 300px 300px 400px 180px;
  width: 100%;
  min-width: calc(1360px - 32px);
}
.ws-grid.gc-10 .declarations-content .ws-grid-th, .ws-grid.gc-10 .declarations-content .ws-grid-item > div {
  justify-content: flex-start;
  text-align: left;
}
.ws-grid.gc-10 .declarations-content .ws-grid-item {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.ws-grid.gc-10 .declarations-content .ws-grid-item > div {
  border-right: none;
  min-height: 48px;
}
.ws-grid.gc-10 .declarations-content .ws-grid-item > div .download {
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.ws-grid.gc-10 .declarations-content .ws-grid-item > div .download svg {
  margin-right: 8px;
  transform: scale(0.8);
}
.ws-grid.gc-10 .declarations-content .ws-grid-item > div .download svg path {
  stroke: #8B8B8B;
}

.ws-page-info {
  text-align: right;
  margin: -26px 0 16px;
  min-height: 28px;
}
.ws-page-info .text-save {
  font-size: 12px;
}

.ws-grid-th:hover .sort-icon {
  background: #a5a5a5;
}
.ws-grid-th.cursor-pointer:hover {
  cursor: pointer;
}
.ws-grid-th.active .sort-icon {
  transform: rotate(180deg);
}
.ws-grid-th .sort-icon {
  margin-left: 10px;
}

html {
  font-size: 10px !important;
}
@media (max-width: 991.98px) {
  html {
    font-size: 9px !important;
  }
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm45xW4.ttf) format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format("truetype");
}
/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

body {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #3e3e3e;
  font-family: 'Montserrat', sans-serif !important;
}

a,
a:focus,
a:active,
input,
input:focus,
input:active,
button,
button:focus,
button:active {
  outline: none;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
}

.mt-0 {
  margin-top: 0 !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100% !important;
  }
}

.page-title {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 6rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.s-title {
  margin-bottom: 6rem;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 3.2rem;
  color: #3e3e3e;
}

@media (min-width: 1199.98px) {
  .s-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  #mobile-menu {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .left-navigation {
    display: none !important;
  }
}

.btn {
  overflow: hidden;
}
.btn:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: .7s;
}
.btn:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: .7s;
}

.form-control.error {
  border-color: #D70C17 !important;
}
.form-control:-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}
.form-control:-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.custom-checkbox, .new-ws .custom-checkbox {
  display: block;
  position: relative;
}
.custom-checkbox.policy-new input[type="checkbox"] + span, .new-ws .custom-checkbox.policy-new input[type="checkbox"] + span {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}
.custom-checkbox.policy-new label, .new-ws .custom-checkbox.policy-new label {
  align-items: flex-start;
}
.custom-checkbox.checkbox-right input[type="checkbox"] + span, .new-ws .custom-checkbox.checkbox-right input[type="checkbox"] + span {
  margin-right: 0;
  margin-left: 12px;
  right: 0;
}
.custom-checkbox.checkbox-right .label, .new-ws .custom-checkbox.checkbox-right .label {
  padding: 0 30px 0 0;
}
.custom-checkbox label, .new-ws .custom-checkbox label {
  width: 100%;
  color: #222;
  position: relative;
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-checkbox input[type="checkbox"], .new-ws .custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox input[type="checkbox"] + span, .custom-checkbox input[type="radio"] + span, .new-ws .custom-checkbox input[type="checkbox"] + span, .new-ws .custom-checkbox input[type="radio"] + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #C4C4C4;
  outline: none;
  margin: 0 0 0 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  border-radius: 2px;
}
.custom-checkbox input[type="checkbox"]:checked + span:before, .new-ws .custom-checkbox input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border-style: solid;
  border-color: #23A54F;
  border-width: 0 2px 2px 0;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  margin: -5px 5px;
  pointer-events: none;
}
.custom-checkbox .label, .new-ws .custom-checkbox .label {
  display: inline-block;
  font-weight: 400;
  color: #666;
  width: 100%;
  font-size: 14px;
  padding: 0 0 0 22px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.toast-cookie .toast-img svg circle, .toast-cookie .toast-img svg path {
  fill: #23A54F !important;
}
.toast-cookie .btn.btn-blued {
  background: #23A54F !important;
  border: 1px solid #23A54F !important;
  color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 10px 30px;
  line-height: 1.2;
  text-decoration: none;
}
.toast-cookie a:not(.btn) {
  color: #23A54F !important;
}

.page404 {
  min-height: 50vh;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.page404 h1, .page404 p.message, .page404 p.more-info a {
  color: #23A54F !important;
}

.message-new-ws {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.message-new-ws .title {
  font-size: 24px;
  line-height: 32px;
  color: #23A54F;
  font-weight: 500;
  padding: 0;
  margin-bottom: 24px;
}
.message-new-ws .desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 36px;
  font-weight: 500;
  max-width: 620px;
}

.btn.btn-blue {
  background: #23A54F;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-color: #23A54F;
}

.modal.custom-overlay .modal-dialog {
  z-index: 1060;
}

.modal .ws-md-overlay {
  z-index: 1050;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.modal.custom-overlay .modal.custom-overlay {
  z-index: 1070;
}

.ws-adv-container {
  padding: 15px;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .ws-adv-container.horizontal {
    flex: 0 0 89.66666667%;
    width: 89.66666667%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .ws-adv-container.horizontal {
    flex: 0 0 90.666667%;
    width: 90.666667%;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .ws-adv-container .col-lg-7 .ws-adv {
    margin-bottom: 15px;
  }
}

.ws-adv {
  background: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  min-height: 110px;
}
@media (max-width: 991.98px) {
  .ws-adv {
    height: auto;
  }
}
.ws-adv.simple {
  padding: 22px 18px;
  border: 1px solid #D9D9D9;
}
.ws-adv.vertical .img {
  min-height: 280px;
  margin-bottom: 10px;
}
.ws-adv .img {
  width: 100%;
}
.ws-adv .img img {
  width: 100%;
}
.ws-adv .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 100%;
}
.ws-adv .title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ws-adv .title b {
  font-weight: 700;
  color: #D70C17;
}
.ws-adv .desc {
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 16px;
}
.ws-adv .btn {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  min-width: 120px;
}
.ws-adv .btn.btn-light {
  background: #D9E9DB;
  color: #23A54F;
  border-color: transparent;
}
.ws-adv .btn.btn-light:hover {
  border-color: transparent;
}
.ws-adv .bottom, .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip, .docs-table .docs-table-item:last-of-type > div .ws-adv .ws-tooltip {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  line-height: 16px;
  margin-top: 12px;
  font-weight: 500;
}
.ws-adv .bottom .soc, .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip .soc, .docs-table .docs-table-item:last-of-type > div .ws-adv .ws-tooltip .soc {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ws-adv .bottom .soc, .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip .soc, .docs-table .docs-table-item:last-of-type > div .ws-adv .ws-tooltip .soc {
    flex: 0 0 100%;
    margin: 8px 0 0;
  }
}
@media (max-width: 575.98px) {
  .ws-adv .bottom .soc, .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip .soc, .docs-table .docs-table-item:last-of-type > div .ws-adv .ws-tooltip .soc {
    flex: 0 0 100%;
    margin: 8px 0 0;
  }
}
.ws-adv .bottom .soc .icon, .ws-adv .docs-table .docs-table-item:last-of-type > div .ws-tooltip .soc .icon, .docs-table .docs-table-item:last-of-type > div .ws-adv .ws-tooltip .soc .icon {
  text-decoration: none;
}

/* Модалка спонсоры - победители */
#championsModal .modal-dialog, .rating-modal .modal-dialog {
  width: 590px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #championsModal .modal-dialog, .rating-modal .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #championsModal .modal-dialog, .rating-modal .modal-dialog {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog, .rating-modal .modal-dialog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  #championsModal .modal-dialog, .rating-modal .modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }
}
#championsModal .modal-dialog .modal-content, .rating-modal .modal-dialog .modal-content {
  background: #f8fbfe;
  padding: 0;
}
#championsModal .modal-dialog .modal-content .modal-header, .rating-modal .modal-dialog .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  border-bottom: none;
  padding: 15px 15px 0 15px;
}
#championsModal .modal-dialog .modal-content .modal-header .trophy, .rating-modal .modal-dialog .modal-content .modal-header .trophy {
  height: 70px;
  margin: 15px 15px 0 15px;
  display: inline-block;
}
#championsModal .modal-dialog .modal-content .modal-header .modal-container, .rating-modal .modal-dialog .modal-content .modal-header .modal-container {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-header .modal-container, .rating-modal .modal-dialog .modal-content .modal-header .modal-container {
    padding-right: 30px;
    padding-top: 18px;
  }
}
@media (max-width: 575.98px) {
  #championsModal .modal-dialog .modal-content .modal-header .modal-container, .rating-modal .modal-dialog .modal-content .modal-header .modal-container {
    flex: 0 0 65%;
  }
}
#championsModal .modal-dialog .modal-content .modal-header .modal-container h4, .rating-modal .modal-dialog .modal-content .modal-header .modal-container h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #championsModal .modal-dialog .modal-content .modal-header .modal-container h4, .rating-modal .modal-dialog .modal-content .modal-header .modal-container h4 {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-header .modal-container h4, .rating-modal .modal-dialog .modal-content .modal-header .modal-container h4 {
    top: 0;
    font-size: 18px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-header .modal-container svg.trophy, .rating-modal .modal-dialog .modal-content .modal-header .modal-container svg.trophy {
    height: 50px;
    margin: 10px 20px 30px 0;
    display: inline-block;
  }
}
#championsModal .modal-dialog .modal-content .modal-header .modal-container .users-filter, .rating-modal .modal-dialog .modal-content .modal-header .modal-container .users-filter {
  margin-top: 20px;
}
#championsModal .modal-dialog .modal-content .modal-header .modal-container .users-filter a, .rating-modal .modal-dialog .modal-content .modal-header .modal-container .users-filter a {
  color: #222;
  border: 1px solid transparent;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 0 0;
  transition: all 0.3s;
}
#championsModal .modal-dialog .modal-content .modal-header .modal-container .users-filter a.active, .rating-modal .modal-dialog .modal-content .modal-header .modal-container .users-filter a.active {
  color: #22a44e;
  border: 1px solid #22a44e;
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-header .modal-container .users-filter a, .rating-modal .modal-dialog .modal-content .modal-header .modal-container .users-filter a {
    font-size: 12px;
    padding: 5px 12px;
  }
}
#championsModal .modal-dialog .modal-content .modal-body, .rating-modal .modal-dialog .modal-content .modal-body {
  height: 500px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-body, .rating-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-body [class*="col-xs"], .rating-modal .modal-dialog .modal-content .modal-body [class*="col-xs"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#championsModal .modal-dialog .modal-content .modal-body .tb-head, .rating-modal .modal-dialog .modal-content .modal-body .tb-head {
  margin: 0 0 10px 0;
  display: flex;
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-body .tb-head, .rating-modal .modal-dialog .modal-content .modal-body .tb-head {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-body .tb-head .col-xs-6 p, .rating-modal .modal-dialog .modal-content .modal-body .tb-head .col-xs-6 p {
    text-align: left;
  }
}
#championsModal .modal-dialog .modal-content .modal-body .tb-head p, .rating-modal .modal-dialog .modal-content .modal-body .tb-head p {
  color: #646b89;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-body .tb-head p, .rating-modal .modal-dialog .modal-content .modal-body .tb-head p {
    font-size: 10px;
  }
}
#championsModal .modal-dialog .modal-content .modal-body .tb-head .col-md-2, .rating-modal .modal-dialog .modal-content .modal-body .tb-head .col-md-2 {
  text-align: center;
}
#championsModal .modal-dialog .modal-content .modal-body .tb-body, .rating-modal .modal-dialog .modal-content .modal-body .tb-body {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  padding: 10px 0;
  margin: 0 0 10px 0;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}
#championsModal .modal-dialog .modal-content .modal-body .tb-body .col-md-2, .rating-modal .modal-dialog .modal-content .modal-body .tb-body .col-md-2 {
  text-align: center;
}
#championsModal .modal-dialog .modal-content .modal-body .tb-body p, .rating-modal .modal-dialog .modal-content .modal-body .tb-body p {
  line-height: 30px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #championsModal .modal-dialog .modal-content .modal-body .tb-body p, .rating-modal .modal-dialog .modal-content .modal-body .tb-body p {
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
  }
}
#championsModal .modal-dialog .modal-content .modal-body .tb-body .svg, .rating-modal .modal-dialog .modal-content .modal-body .tb-body .svg {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

/* Модалка поддержать */
.modal-donate .modal-content {
  padding: 75px 60px;
  border: 0;
}
@media (max-width: 767.98px) {
  .modal-donate .modal-content {
    padding: 60px 15px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .modal-donate .modal-content {
    padding: 60px 15px;
  }
}
.modal-donate .modal-content .green-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .modal-donate .modal-dialog {
    width: 720px;
    max-width: 720px;
  }
}
.modal-donate .modal-body {
  padding: 0;
}
.modal-donate .modal-header, .modal-donate .modal-content .modal-header {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.modal-donate .modal-donate-row {
  margin: 45px 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 575.98px) {
  .modal-donate .modal-donate-row {
    margin: 30px 0;
  }
}
.modal-donate .modal-donate-row a {
  font-size: 16px;
  padding: 6px 10px;
  color: #23A54F;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 4px 25px rgba(172, 170, 170, 0.25);
  border-radius: 45px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s;
  min-width: 100px;
}
@media (max-width: 767.98px) {
  .modal-donate .modal-donate-row a {
    border-radius: 4px;
    padding: 10px 6px;
    margin: 0 4px;
    min-width: 50px;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .modal-donate .modal-donate-row a {
    margin: 0 1px;
    min-width: auto;
    font-size: 13px;
  }
}
.modal-donate .modal-donate-row a:hover, .modal-donate .modal-donate-row a:focus {
  text-decoration: none;
  box-shadow: none;
  border-color: #c1e6cd;
}
.modal-donate .modal-donate-row a.active {
  background: #23A54F;
  color: #fff;
}
.modal-donate h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 1.2em;
}
.modal-donate .desc {
  font-weight: 400;
  margin-bottom: 45px;
}
.modal-donate .green-text {
  color: #23a54f;
  font-size: 14px;
}

.modal-donate-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.modal-donate-footer p {
  margin-bottom: 15px;
}
.modal-donate-footer .btn {
  display: inline-flex !important;
  align-items: center;
  padding: 10px 50px 10px 30px;
  min-width: 150px;
}
@media (max-width: 575.98px) {
  .modal-donate-footer .btn {
    min-width: auto;
    padding: 8px 40px 8px 20px;
  }
}
.modal-donate-footer .btn.active, .modal-donate-footer .btn:hover {
  background: #23A54F;
  color: #fff !important;
}
.modal-donate-footer .btn.active svg path, .modal-donate-footer .btn:hover svg path {
  fill: #fff;
}
.modal-donate-footer .btn + .btn {
  margin-left: 10px;
}
.modal-donate-footer .btn svg, .modal-donate-footer .btn img {
  position: absolute;
  left: auto;
  right: 20px;
  height: 22px;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .modal-donate-footer .btn svg, .modal-donate-footer .btn img {
    right: 12px;
  }
}
.modal-donate-footer .btn-sbp {
  border: 1px solid #23A54F;
}

.tooltip-group {
  position: relative;
}
.tooltip-group:hover .ws-tooltip:not(:empty) {
  display: flex;
}

.ws-tooltip {
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  z-index: 105;
  left: 0;
  bottom: -8px;
  font-size: 12px;
  line-height: 16px;
  color: #5F5F5F;
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #D3EDDC;
  border-radius: 4px;
  transform: translate(0%, 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
  width: max-content;
  text-align: left;
  display: none;
  max-width: 400px;
}
.ws-tooltip:before, .ws-tooltip:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -12px;
}
.ws-tooltip:before {
  left: 22px;
  border-width: 6px 4px 6px 4px;
  border-bottom-color: #D3EDDC;
}
.ws-tooltip:after {
  top: -11px;
  left: 23px;
  border-width: 6px 3px 6px 3px;
  border-bottom-color: #fff;
}
.ws-tooltip.bottom, .docs-table .docs-table-item:last-of-type > div .ws-tooltip {
  bottom: auto;
  top: -8px;
  transform: translate(0%, -100%);
}
.ws-tooltip.bottom:before, .docs-table .docs-table-item:last-of-type > div .ws-tooltip:before {
  transform: rotate(180deg);
  top: auto;
  bottom: -12px;
}
.ws-tooltip.bottom:after, .docs-table .docs-table-item:last-of-type > div .ws-tooltip:after {
  transform: rotate(180deg);
  top: auto;
  bottom: -11px;
}
.ws-tooltip.bottom-center {
  transform: translate(0%, 100%);
}
.ws-tooltip.bottom-center:before {
  left: calc(50% - 2px);
}
.ws-tooltip.bottom-center:after {
  left: calc(50% - 3px);
}
.ws-tooltip.dark {
  background: #333333;
  color: #fff;
  box-shadow: none;
}
.ws-tooltip.dark:before {
  display: none;
}
.ws-tooltip.dark:after {
  border-bottom-color: #333333;
}
.ws-tooltip .sig {
  display: block;
  flex: 0 0 100%;
  margin: 0 0 12px 12px;
}
.ws-tooltip .sig:last-child {
  margin-bottom: 0;
}
.ws-tooltip a {
  display: inline-block;
  text-decoration: underline;
}

.hover-und {
  text-decoration: underline;
}
.hover-und:hover {
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .gks-step-desc br {
    display: none;
  }
}

.files-table {
  margin: 24px 0 45px;
}
@media (max-width: 991.98px) {
  .files-table {
    overflow: auto;
  }
  .files-table::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
  }
  .files-table::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .files-table::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
  .files-table::-webkit-scrollbar-thumb:horizontal {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
}
.files-table.gc-2 .files-table-th-row, .files-table.gc-2 .files-table-item {
  grid-template-columns: 3fr auto;
}
.files-table .files-table-th-row, .files-table .files-table-item {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr 100px;
}
@media (max-width: 991.98px) {
  .files-table .files-table-th-row, .files-table .files-table-item {
    min-width: 760px;
    grid-template-columns: 2fr 2fr 100px;
  }
}
@media (max-width: 575.98px) {
  .files-table .files-table-th-row, .files-table .files-table-item {
    grid-template-columns: 2fr 1.5fr 100px;
  }
}
.files-table .files-table-th-row {
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  position: sticky;
  top: 0;
  z-index: 5;
}
.files-table .files-table-th {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  padding: 10px 16px;
  color: #3E3E3ECC;
}
.files-table .files-table-th:first-of-type {
  justify-content: flex-start;
  padding-left: 0;
}
.files-table .files-table-th-row > div, .files-table .files-table-item > div {
  position: relative;
  justify-content: flex-end;
}
.files-table .files-table-th-row > div:before, .files-table .files-table-item > div:before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  top: 30%;
  right: 0;
  background: #3E3E3ECC;
}
.files-table .files-table-th-row > div:first-of-type:before, .files-table .files-table-th-row > div:last-of-type:before, .files-table .files-table-item > div:first-of-type:before, .files-table .files-table-item > div:last-of-type:before {
  display: none;
}
.files-table .files-table-th-row > div:last-of-type, .files-table .files-table-item > div:last-of-type {
  justify-content: center;
}
.files-table .files-table-item > div {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-weight: 400;
  gap: 0 8px;
}
.files-table .files-table-item > div.name {
  justify-content: flex-start;
  padding-left: 0;
}
.files-table .files-table-item > div.name .hover-und.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  word-break: break-word;
}
.files-table .files-table-item > div.name .text-decoration-underline {
  cursor: pointer;
}
.files-table .files-table-item > div.name .text-decoration-underline:hover {
  text-decoration: none;
}
.files-table .files-table-item > div.name svg {
  flex: 0 0 24px;
}
.files-table .files-table-item > div.name .tooltip-group + .tooltip-group {
  margin-left: 18px;
  flex: 0 0 auto;
}
.files-table .files-table-item > div.name .tooltip-group + .tooltip-group:before {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -14px;
  background: #3e3e3e;
}
.files-table .files-table-item > div.name .ws-tooltip {
  right: auto;
  left: -10px;
  max-width: 400px;
}
.files-table .files-table-item > div.type {
  text-align: right;
  flex-wrap: wrap;
}
.files-table .files-table-item > div.type .tooltip-group .ws-tooltip {
  left: auto;
  right: -10px;
}
.files-table .files-table-item > div.type .error {
  color: #D70C17;
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.files-table .files-table-item > div.action {
  text-decoration: underline;
}
.files-table .files-table-item > div.action:hover {
  text-decoration: none;
  cursor: pointer;
}
.files-table .files-table-item .custom-checkbox input[type="checkbox"] + span {
  margin-right: 0;
  position: relative;
}
.files-table .files-table-item .btn-action-small {
  background: none;
  border-radius: none;
  border: none;
  padding: 6px 6px;
}

.files-table-bottom {
  display: flex;
  align-items: center;
  gap: 8px 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.files-table-bottom .check-all {
  color: #3E3E3ECC;
  text-decoration: underline;
  margin-left: auto;
}
.files-table-bottom .check-all:hover {
  text-decoration: none;
  cursor: pointer;
}
.files-table-bottom .text-save {
  color: #3E3E3ECC;
  margin-left: auto;
  font-size: 12px;
}
.files-table-bottom .btn {
  display: flex;
  align-items: center;
}

.docs-table {
  overflow: auto;
  max-height: 900px;
  margin: 0 0 45px;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
}
.docs-table::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.docs-table::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.docs-table::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.docs-table::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.docs-table.ext .docs-table-th-row > div:nth-child(1), .docs-table.ext .docs-table-item > div:nth-child(1) {
  flex: 0 0 300px;
}
.docs-table.ext .docs-table-th-row > div:nth-child(2), .docs-table.ext .docs-table-item > div:nth-child(2) {
  flex: 0 0 190px;
}
.docs-table .docs-table-th-row, .docs-table .docs-table-item {
  display: flex;
  min-width: max-content;
}
.docs-table .docs-table-th-row {
  background: #23A54F1A;
}
@media (min-width: 576px) {
  .docs-table .docs-table-th-row {
    position: sticky;
    top: 0;
    z-index: 5;
  }
}
.docs-table .docs-table-th {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.docs-table .docs-table-th-row > div, .docs-table .docs-table-item > div {
  flex: 0 0 190px;
  position: relative;
  justify-content: flex-start;
  padding: 16px;
}
.docs-table .docs-table-th-row > div:nth-child(2), .docs-table .docs-table-item > div:nth-child(2) {
  flex: 0 0 300px;
}
@media (max-width: 991.98px) {
  .docs-table .docs-table-th-row > div, .docs-table .docs-table-item > div {
    padding: 12px 8px;
  }
}
@media (min-width: 576px) {
  .docs-table .docs-table-item:nth-child(2n) {
    background: #F9F9F9;
  }
  .docs-table .docs-table-item:nth-child(2n) > div .form-control {
    background: #F9F9F9;
  }
}
.docs-table .docs-table-item > div {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
}
.docs-table .docs-table-item > div.specify {
  color: #3E3E3ECC;
}
.docs-table .docs-table-item > div.action {
  text-decoration: underline;
}
.docs-table .docs-table-item > div.action:hover {
  text-decoration: none;
  cursor: pointer;
}
.docs-table .docs-table-item > div.doc .hover-und {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.docs-table .docs-table-item > div.doc svg {
  flex: 0 0 20px;
}
.docs-table .docs-table-item > div .form-control {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 12px;
}

.page-message {
  padding: 20px;
  background: #F8FCFB;
  border-radius: 8px;
  border: 1px solid #eef4f1;
  margin: 30px 0;
  line-height: 18px;
  font-size: 12px;
}
.page-message .link {
  color: #23a54f;
  text-decoration: underline;
  cursor: pointer;
}
.page-message .link:hover {
  text-decoration: none;
}
.page-message p {
  margin-bottom: 12px;
}
.page-message b {
  font-weight: 500;
}

.message-new-ws {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.message-new-ws.page {
  margin: 30px auto;
  max-width: 860px;
  padding: 45px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(172, 170, 170, 0.25);
}
@media (max-width: 575.98px) {
  .message-new-ws.page {
    padding: 30px 20px;
  }
}
.message-new-ws.page .desc {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .message-new-ws.page .desc {
    font-size: 14px;
  }
}
.message-new-ws.page .desc a {
  color: #23A54F;
}
.message-new-ws.page .desc span.tel {
  display: block;
}
.message-new-ws .title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #23A54F;
  line-height: 30px;
  font-weight: 600;
  padding: 0;
}
.message-new-ws .desc {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 auto 36px;
  max-width: 620px;
}

.btn.btn-blue {
  background: #23A54F;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-color: #23A54F;
}

#redirectModal.modal {
  overflow: hidden;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#redirectModal.modal.show {
  display: block;
}
#redirectModal .modal-header {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#redirectModal .modal-body {
  padding: 0;
}
#redirectModal .modal-content {
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.1);
  background: #fff;
}
@media (min-width: 768px) {
  #redirectModal .modal-dialog {
    width: 700px;
  }
}
#redirectModal .modal-dialog.modal-dialog-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  min-width: 460px;
}
@media (max-width: 575.98px) {
  #redirectModal .modal-dialog.modal-dialog-centered {
    min-width: auto;
    width: calc(100% - 30px);
  }
}
#redirectModal .modal-dialog .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 50;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  background: none;
  opacity: 0.8;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #redirectModal .modal-dialog .btn-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
#redirectModal .modal-dialog .btn-close:hover {
  opacity: 1;
}
#redirectModal .modal-dialog .btn-close:before, #redirectModal .modal-dialog .btn-close:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
}
@media (max-width: 767.98px) {
  #redirectModal .modal-dialog .btn-close:before, #redirectModal .modal-dialog .btn-close:after {
    background: #666;
  }
}
#redirectModal .modal-dialog .btn-close:after {
  transform: rotate(-45deg);
}
#redirectModal .modal-dialog .btn-close:before {
  transform: rotate(45deg);
}
#redirectModal .message-new-ws .desc {
  color: #222;
}

.content-main-inner {
  position: relative;
}

.btn {
  position: relative;
}

.breadcrumbs {
  width: 100%;
  padding: 24px 0;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  position: relative;
  padding: 0 15px 0 0;
  color: #636363;
  line-height: 1.5em;
}
.breadcrumbs li a {
  color: #636363;
}
.breadcrumbs li:after {
  content: '/';
  display: block;
  position: absolute;
  right: 7px;
  top: 0;
}
.breadcrumbs li:last-child {
  color: #000;
  line-height: 1.5em;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.header-ws {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #E3F3E9;
  background: #fff;
}
@media (max-width: 991.98px) {
  .header-ws {
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 200;
  }
}
@media (max-width: 767.98px) {
  .header-ws .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-ws .header-row {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .header-ws .header-row .logo {
    margin: 0 auto;
  }
}
.header-ws .top-nav-wrapper {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-ws .top-nav-wrapper {
    position: absolute;
  }
}
.header-ws ul.top-nav {
  display: flex;
  gap: 0 24px;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .header-ws ul.top-nav {
    gap: 0 14px;
  }
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav {
    display: none;
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 20;
    background: #fff;
    box-shadow: none;
    transition: all .3s;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav > li span, .header-ws ul.top-nav li ul {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .header-ws ul.top-nav > li span, .header-ws ul.top-nav li ul {
    max-width: 100%;
  }
}
.header-ws ul.top-nav li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav li {
    font-size: 14px;
    border-bottom: 1px solid #E3F3E9;
    width: 100%;
  }
}
.header-ws ul.top-nav li:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header-ws ul.top-nav li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .header-ws ul.top-nav li:hover > ul {
    display: block;
  }
}

.header-ws ul.top-nav li > span {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 0;
  user-select: none;
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav li > span {
    padding: 12px 15px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}
.header-ws ul.top-nav li .arrow {
  margin-left: 10px;
  margin-top: 4px;
  border: 5px solid transparent;
  border-top-color: #3e3e3e;
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav li .arrow {
    margin-left: auto;
    margin-right: 8px;
  }
}
.header-ws ul.top-nav li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  padding: 8px;
  z-index: 50;
  background: #fff;
  box-shadow: 0 4px 30px rgba(227, 227, 227, 0.5);
  transition: all .3s;
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav li ul {
    position: relative;
    padding: 0 15px 6px;
    top: 0;
    box-shadow: none;
    display: none;
    flex: 0 0 100%;
    max-height: 65vh;
    overflow: auto;
    overflow-y: scroll;
  }
  .header-ws ul.top-nav li ul::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
  }
  .header-ws ul.top-nav li ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .header-ws ul.top-nav li ul::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
  .header-ws ul.top-nav li ul::-webkit-scrollbar-thumb:horizontal {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
  .header-ws ul.top-nav li ul.show {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
.header-ws ul.top-nav li ul li {
  padding: 4px;
  width: max-content;
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .header-ws ul.top-nav li ul li {
    width: 100%;
    font-size: 12px;
    border-bottom: none;
    padding: 4px 0;
  }
}
.header-ws .mobile-menu {
  width: 25px;
  display: none;
  order: -1;
}
.header-ws .mobile-menu:hover, .header-ws .mobile-menu:hover * {
  cursor: pointer;
}
.header-ws .mobile-menu.open + .top-nav-wrapper ul.top-nav {
  display: flex;
}
.header-ws .mobile-menu.open span:first-child {
  transform: rotate(45deg);
  transform-origin: 2px;
  margin: 0;
}
.header-ws .mobile-menu.open span:nth-child(2) {
  opacity: 0;
}
.header-ws .mobile-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 3px;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .header-ws .mobile-menu {
    display: block;
  }
}
.header-ws .mobile-menu span {
  display: block;
  width: 24px;
  height: 2px;
  background: #B8BCBE;
  border-radius: 4px;
  margin: 5px 0;
}
.header-ws .logo svg path, .header-ws .authorization-block svg patn {
  stroke: none !important;
}
.header-ws .logo svg path {
  fill: #4D9670 !important;
}
.header-ws .authorization-block {
  display: inline-block;
  position: relative;
  padding: 10px 5px;
  margin: -10px -5px;
}
@media (min-width: 576px) {
  .header-ws .authorization-block:hover #login-inner {
    opacity: 1;
    height: auto;
    display: block !important;
  }
}
.header-ws .authorization-block a.login-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.header-ws .authorization-block a.login-button svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.header-ws .authorization-block a.login-button svg path {
  fill: #3E3E3E;
  fill-opacity: 0.7;
}
.header-ws .circled-inner {
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.header-ws .avatar-circle {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background: #23A54F;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}
.header-ws .avatar-circle .element_horizont {
  max-height: 100%;
  max-width: none;
}
.header-ws .avatar-circle .element_vertical {
  max-width: 100%;
  max-height: none;
}
.header-ws .avatar-circle img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-ws .avatar-circle a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
}
.header-ws .avatar-circle a:hover {
  color: #fff;
  text-decoration: none;
}
.header-ws .avatar-circle:hover {
  background: #27ba59;
  transition: all .3s;
}
.header-ws .avatar-circle #login-inner {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 15px 15px 15px;
  width: 140px;
  text-align: center;
  left: -70px;
  top: 38px;
  box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 15;
  -webkit-transition: all .3s;
  height: 0;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .header-ws .avatar-circle #login-inner.show {
    opacity: 1;
    height: auto;
  }
}
.header-ws .avatar-circle #login-inner a {
  color: #222;
  font-size: 12px;
  text-transform: none;
  display: block;
  text-align: left;
  line-height: 2em;
  padding: 0;
  margin: 0;
}
.header-ws .avatar-circle #login-inner a:hover {
  text-decoration: underline;
}
.header-ws .avatar-circle #login-inner:before {
  content: '';
  display: block;
  position: relative;
  background: #fff;
  top: -11px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  left: 64px;
}
@media (max-width: 767.98px) {
  .header-ws .avatar-circle #login-inner {
    left: auto;
    right: -5px;
    width: 140px;
  }
  .header-ws .avatar-circle #login-inner:before {
    left: calc(100% - 10px);
  }
}
.header-ws .avatar-circle.avatar-image {
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
}
.header-ws .avatar-circle.avatar-image a {
  line-height: initial;
}

@media (max-width: 991.98px) {
  .v3-reg-modal {
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .v3-reg-modal {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .v3-reg-modal {
    max-height: 100vh;
  }
}
.v3-reg-modal.show {
  visibility: visible;
  overflow: visible;
}
.v3-reg-modal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.v3-reg-modal .row {
  display: flex;
  flex-wrap: wrap;
}
.v3-reg-modal [class*="col-"] {
  width: 100%;
}
@media (min-width: 992px) {
  .v3-reg-modal .col-md-7 {
    width: 58.33333333%;
    flex: 0 0 auto;
  }
  .v3-reg-modal .col-md-5 {
    width: 41.66666667%;
    flex: 0 0 auto;
  }
  .v3-reg-modal .col-md-6 {
    width: 50%;
  }
  .v3-reg-modal .col-md-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
.v3-reg-modal .modal-dialog {
  margin: 0;
}
.v3-reg-modal .md-content {
  padding: 30px 45px 30px 10px;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .md-content {
    padding: 30px 45px;
  }
}
@media (min-width: 768px) {
  .v3-reg-modal .md-content > div {
    padding: 15px 40px 15px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .v3-reg-modal .md-content {
    padding: 30px 20px 0;
  }
}
.v3-reg-modal .md-content h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 15px 0;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .v3-reg-modal .md-content h3 {
    width: calc(100% - 45px);
  }
}
.v3-reg-modal .md-content input:-webkit-autofill,
.v3-reg-modal .md-content input:-webkit-autofill:hover,
.v3-reg-modal .md-content input:-webkit-autofill:focus,
.v3-reg-modal .md-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.v3-reg-modal .md-content button.btn-blued {
  width: 100%;
}
.v3-reg-modal .md-content .btn {
  background: #fff;
  color: #222;
  font-size: 14px;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #666;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.2;
  transition: none;
  cursor: pointer;
}
.v3-reg-modal .md-content a.forgot-password {
  margin: 24px 0 0;
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .md-content a.forgot-password {
    margin: 12px 0;
  }
}
.v3-reg-modal .md-content a.btn-registration {
  margin: 15px auto 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
.v3-reg-modal .md-content a.btn-registration:hover {
  background: #23A54F;
  color: #fff;
  border: 1px solid transparent;
}
.v3-reg-modal .custom-checkbox label .label {
  font-size: 11px;
  top: 0;
  position: relative;
}
.v3-reg-modal form input {
  display: block;
  position: relative;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 40px;
  background: transparent;
  color: #222;
  font-family: 'Montserrat', sans-serif;
}
.v3-reg-modal form .btn {
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
}
.v3-reg-modal form .btn.btn-blued {
  background: #23A54F;
  border: 1px solid #23A54F;
  color: #fff;
}
.v3-reg-modal form .btns {
  margin: 30px -15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.v3-reg-modal form .btns .col-md-6 {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .v3-reg-modal form .btns {
    margin: 0;
    flex-wrap: wrap;
  }
  .v3-reg-modal form .btns .col-md-6 {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.v3-reg-modal #yandexButton {
  margin-top: 15px;
}
.v3-reg-modal #yandexButton button {
  display: flex !important;
  height: auto !important;
  padding: 6px 12px !important;
  background: #fc0 !important;
  color: #161616 !important;
  border-color: transparent !important;
}
.v3-reg-modal #yandexButton .yaPreloadingSuggestBlock {
  background: #fc0 !important;
  color: #161616 !important;
  border-color: transparent !important;
}
.v3-reg-modal .right-block {
  padding: 0 0 0 30px;
  display: block;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .right-block {
    padding: 0;
    text-align: center;
  }
}
.v3-reg-modal .right-block p {
  font-size: 12px;
}
.v3-reg-modal .right-block p.big {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .right-block p.big {
    padding: 0;
  }
}
.v3-reg-modal .clear {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .v3-reg-modal {
    padding: 20px;
  }
  .v3-reg-modal .close-button.md-close {
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
  }
  .v3-reg-modal form input {
    margin: 10px 0 0 0;
  }
  .v3-reg-modal form .btn-blued {
    max-width: 250px;
    margin: 45px auto 0 auto;
    display: block;
  }
  .v3-reg-modal .custom-checkbox label .label {
    width: 80%;
  }
  .v3-reg-modal .right-block {
    border-left: 0;
    text-align: center;
  }
  .v3-reg-modal .right-block p {
    padding: 10px 0 0 0;
  }
  .v3-reg-modal .right-block p.big {
    padding: 0;
  }
  .v3-reg-modal .right-block .social-buttons {
    margin: 0 0 10px 0;
  }
  .v3-reg-modal .right-block a.btn-registration {
    max-width: 250px;
    margin: 15px auto;
  }
}
@media (max-width: 374.98px) {
  .v3-reg-modal {
    padding: 15px 15px;
  }
}
.v3-reg-modal .message-alert {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  border-radius: 5px;
  width: 100%;
  background: #F1FAF6;
  color: #23A54F;
  margin-bottom: 20px;
}
.v3-reg-modal .message-alert .icon {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .v3-reg-modal .message-alert .icon {
    display: none;
  }
}
.v3-reg-modal .message-alert .icon svg {
  width: 24px;
  height: 24px;
}
.v3-reg-modal .message-alert .icon svg path {
  fill: #23A54F;
}
.v3-reg-modal .message-alert b {
  color: #23A54F;
}
.v3-reg-modal .message-alert .text {
  line-height: 20px;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .v3-reg-modal .message-alert br {
    display: none;
  }
}

.close-button.md-close {
  color: #fff;
  right: -45px;
  background: transparent;
  border: none;
  font-size: 110px;
  padding: 0;
  margin: 0;
  line-height: 0;
  z-index: 1;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.close-button.md-close svg {
  position: absolute;
  opacity: 0.8;
}
.close-button.md-close svg path {
  fill: #fff;
  opacity: 0.8;
}
.close-button.md-close svg:hover {
  transition: none;
  opacity: 1;
}
.close-button.md-close svg:hover .svg {
  opacity: 1;
}
.close-button.md-close svg:hover .svg path {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .close-button.md-close {
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background: transparent;
    display: block;
    border-radius: 50%;
  }
  .close-button.md-close svg path {
    fill: #666;
    opacity: 1;
  }
}

.md-show .md-close {
  transition: .5s all;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-overlay-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  display: none;
}
.md-overlay-modal.modal-active {
  display: block;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #222;
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.1);
}
.md-content a.md-close {
  position: absolute;
  top: 0;
  right: -45px;
}
.md-content a.md-close .svg {
  width: 30px;
  height: 30px;
  transition: all .3s;
}
.md-content a.md-close .svg path {
  fill: #fff;
}
.md-content a.md-close .svg:hover {
  cursor: pointer;
  transition: all .3s;
}
.md-content a.md-close .svg:hover path {
  fill: #005fcf;
}
.md-content a .btn-send {
  margin: 0 0 0 0;
}

.old-ws .footer-ws a {
  color: #636363;
  text-decoration: none;
}
.old-ws .footer-ws a:hover {
  text-decoration: underline;
}

.footer-ws {
  padding: 24px 0;
  font-size: 12px;
  color: #636363;
  background: #fff;
  margin-top: 75px;
}
@media (max-width: 767.98px) {
  .footer-ws {
    margin-top: 30px;
  }
}
.footer-ws a {
  color: #636363;
}
.footer-ws .footer-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer-ws .footer-row .left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer-ws .footer-row .left a + a {
    margin-left: 16px;
  }
}
.footer-ws .footer-row .left .copyrights {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .footer-ws .footer-row .left .copyrights {
    margin: 12px 0 24px;
  }
}
.footer-ws .footer-row .right {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .footer-ws .footer-row .right {
    flex: 0 0 100%;
    text-align: left;
  }
}
.footer-ws .footer-row .right .img-row {
  display: flex;
  gap: 0 8px;
  margin-top: 4px;
}
.footer-ws .footer-row .right .img-row img {
  max-height: 32px;
}
@media (max-width: 991.98px) {
  .footer-ws .footer-row .right .img-row img {
    max-height: 24px;
  }
}

.contacts-info-row {
  flex-wrap: wrap;
  margin: 0 -15px 6rem;
}
@media (max-width: 575.98px) {
  .contacts-info-row {
    margin-bottom: 30px;
  }
}
.contacts-info-row .left-info, .contacts-info-row .right-info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .contacts-info-row .left-info, .contacts-info-row .right-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts-info-row .right-info {
  font-size: 14px;
  padding: 10px 15px 0 45px;
}
@media (max-width: 1199.98px) {
  .contacts-info-row .right-info {
    padding: 0 15px 0 45px;
  }
}
@media (max-width: 991.98px) {
  .contacts-info-row .right-info {
    padding: 60px 15px 0 30px;
  }
}
@media (max-width: 575.98px) {
  .contacts-info-row .right-info *, .contacts-info-row .right-info p {
    font-size: 12px;
  }
}
.contacts-info-row .right-info .title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 25px;
}
.contacts-info-row .right-info .item {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .contacts-info-row .right-info .item {
    margin-bottom: 30px;
  }
}
.contacts-info-row .right-info .item p {
  margin-bottom: 8px;
  font-weight: 400;
}
.contacts-info-row .right-info .item span {
  display: inline-block;
  min-width: 160px;
}
.contacts-info-row .right-info .item .time {
  color: #23A54F;
  font-weight: 500;
  margin-top: 20px;
}

.contacts-info-item {
  flex-direction: column;
  position: relative;
  padding: 3rem 3.5rem 1.5rem 3.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 414.98px) {
  .contacts-info-item {
    padding-right: 30px;
  }
}
.contacts-info-item:last-child {
  margin-bottom: 0;
}
.contacts-info-item .title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 414.98px) {
  .contacts-info-item .title {
    padding-right: 40px;
  }
}
.contacts-info-item .item {
  margin-bottom: 15px;
}
.contacts-info-item .item .text {
  line-height: 1.2;
}
@media (max-width: 414.98px) {
  .contacts-info-item .item .text {
    margin-top: 3px;
  }
}
.contacts-info-item .item .icon {
  margin: 3px 15px 0 0;
  width: 25px;
  height: 25px;
}
.contacts-info-item .item a {
  color: #23A54F;
  font-size: 2rem;
}
@media (max-width: 414.98px) {
  .contacts-info-item .item a {
    font-size: 16px;
  }
}
.contacts-info-item .item a:hover {
  color: #23A54F;
}
.contacts-info-item .item a.readmore {
  font-size: 12px;
}
.contacts-info-item .item a[href^="tel"]:hover {
  text-decoration: none;
}
.contacts-info-item .right-icon {
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  top: 3rem;
  right: 2rem;
  z-index: 10;
}
@media (max-width: 414.98px) {
  .contacts-info-item .right-icon {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 414.98px) {
  .contacts-info-item .right-icon {
    width: 4rem;
    height: 4rem;
  }
}
.contacts-info-item .right-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.contacts-form {
  padding: 7.5rem 0 3rem;
  background: #F8FCFA;
  border-top: 1px solid #E3F3E9;
  border-bottom: 1px solid #E3F3E9;
  margin-bottom: -75px;
}
@media (max-width: 767.98px) {
  .contacts-form {
    margin-bottom: -30px;
  }
}
@media (max-width: 575.98px) {
  .contacts-form {
    padding: 75px 0 30px;
  }
}
.contacts-form .s-title {
  margin-bottom: 0;
}
.contacts-form .title-link {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .contacts-form .title-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts-form .title-link a {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 14px;
  }
  .contacts-form .title-link a svg {
    width: 30px;
    height: 20px;
  }
}
.contacts-form .title-link a {
  text-transform: uppercase;
  color: rgba(62, 62, 62, 0.7);
  font-size: 14px;
}
.contacts-form .title-link a svg {
  margin-left: 2.5rem;
}
.contacts-form .desc {
  color: #787878;
  margin-bottom: 4.5rem;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  min-height: 50px;
}
@media (max-width: 575.98px) {
  .contacts-form .desc {
    max-width: 340px;
    color: #3e3e3e;
  }
  .contacts-form .desc br {
    display: none;
  }
}
.contacts-form .conf {
  text-align: center;
  color: rgba(62, 62, 62, 0.5);
  font-size: 12px;
}
.contacts-form .conf a {
  color: rgba(62, 62, 62, 0.5);
  text-decoration: underline;
}
.contacts-form .conf a:hover {
  text-decoration: none;
}
.contacts-form .btn-gray, .contacts-form .btn.btn-gray {
  border: 1px solid transparent;
  background: #9E9E9E;
  color: #fff;
  font-size: 16px;
}
.contacts-form .btn-gray:hover, .contacts-form .btn.btn-gray:hover {
  color: #fff;
  background: #9E9E9E;
  border-color: #9E9E9E;
}
.contacts-form .btn-blue {
  background: #23A54F;
  color: #fff;
}
.contacts-form .btn-blue:hover {
  background: #23A54F;
  color: #fff;
}
.contacts-form .custom-checkbox label {
  align-items: flex-start;
}

.contacts-form-row {
  flex-wrap: wrap;
  margin: 0 -15px 4.5rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .contacts-form-row {
    padding-bottom: 60px;
  }
}
.contacts-form-row [class^="col-"] {
  justify-content: space-between;
  flex: 0 0 50%;
  max-width: 50%;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .contacts-form-row [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    position: initial;
  }
}
.contacts-form-row .form-group {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts-form-row .form-group {
    margin-bottom: 30px;
  }
  .contacts-form-row .form-group.fg-email, .contacts-form-row .form-group.fg-phone {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .contacts-form-row .form-group {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .contacts-form-row .form-group.fg-btn {
    position: absolute;
    left: 15px;
    bottom: -20px;
    width: calc(100% - 30px);
  }
}
.contacts-form-row .form-control {
  font-size: 14px;
  background: #fff;
  border-radius: 10rem;
  border: 1px solid #E3F3E9;
  margin: 0;
  padding: 14px 15px 14px 22px;
}
.contacts-form-row .form-control[name="text"] {
  display: none;
}
.contacts-form-row textarea.form-control {
  border-radius: 1rem;
  resize: none;
}
@media (max-width: 575.98px) {
  .contacts-form-row textarea.form-control {
    height: auto;
    min-height: 140px;
  }
}
.contacts-form-row .input-text {
  top: 100%;
}
.contacts-form-row .btn {
  width: 100%;
  margin-top: 15px;
}
.contacts-form-row .btn:hover:before, .contacts-form-row .btn:hover:after {
  transform: translateX(560px) skewX(-15deg);
}
@media (min-width: 992px) {
  .contacts-form-row .btn:hover:before, .contacts-form-row .btn:hover:after {
    transform: translateX(660px) skewX(-15deg);
  }
}

.title-link {
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .title-link {
    margin-bottom: 40px;
  }
}
.title-link .s-title {
  margin-bottom: 0;
}
.title-link a svg {
  height: 22px;
}

.contacts-requisites {
  padding: 7.5rem 0 12rem;
  background: #F8FCFA;
  border-top: 1px solid #E3F3E9;
  border-bottom: 1px solid #E3F3E9;
}
@media (max-width: 575.98px) {
  .contacts-requisites {
    padding: 75px 0;
  }
}
.contacts-requisites .s-title {
  margin-bottom: 4.5rem;
}

.contacts-requisites-accordion .accordion-item {
  border-radius: 1rem;
  margin-bottom: 30px;
}
.contacts-requisites-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.contacts-requisites-accordion .accordion-item.open .accordion-content {
  display: block;
}
.contacts-requisites-accordion .accordion-item.open .accordion-head svg {
  transform: rotate(180deg);
}
.contacts-requisites-accordion .accordion-item .accordion-head {
  font-size: 24px;
  line-height: 38px;
  display: block;
  width: 100%;
  padding: 3rem 6rem 3rem 3.5rem;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 3rem rgba(238, 238, 238, 0.5);
  background: #fff;
  border-radius: 1rem;
}
@media (max-width: 575.98px) {
  .contacts-requisites-accordion .accordion-item .accordion-head {
    padding: 20px 60px 20px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .contacts-requisites-accordion .accordion-item .accordion-head br {
    display: none;
  }
}
.contacts-requisites-accordion .accordion-item .accordion-head:hover {
  cursor: pointer;
}
.contacts-requisites-accordion .accordion-item .accordion-head svg {
  position: absolute;
  top: 4.5rem;
  right: 3rem;
  transform: rotate(0deg);
}
@media (max-width: 575.98px) {
  .contacts-requisites-accordion .accordion-item .accordion-head svg {
    top: 25px;
    right: 20px;
  }
}
.contacts-requisites-accordion .accordion-item .accordion-head span {
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .contacts-requisites-accordion .accordion-item .accordion-head span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.contacts-requisites-accordion .accordion-item .accordion-content {
  padding: 6.5rem 3rem 8.5rem;
  margin-top: -2rem;
  width: 100%;
  line-height: 24px;
  display: none;
  box-shadow: 0 0 3rem rgba(238, 238, 238, 0.5);
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 575.98px) {
  .contacts-requisites-accordion .accordion-item .accordion-content {
    padding: 50px 20px 20px;
    margin-top: -20px;
    font-size: 12px;
    max-width: 100%;
    overflow-x: scroll;
  }
}
@media (max-width: 374.98px) {
  .contacts-requisites-accordion .accordion-item .accordion-content table {
    overflow-x: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .contacts-requisites-accordion .responsive-table {
    overflow-x: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
    width: auto;
  }
}
.contacts-requisites-accordion table {
  width: 100%;
}
@media (min-width: 1200px) {
  .contacts-requisites-accordion table {
    width: 77%;
  }
}
.contacts-requisites-accordion table td, .contacts-requisites-accordion table th {
  vertical-align: top;
  padding: 8px 10px 9px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .contacts-requisites-accordion table td, .contacts-requisites-accordion table th {
    font-size: 12px;
    line-height: 18px;
  }
}
.contacts-requisites-accordion table tr td:first-child, .contacts-requisites-accordion table tr th:first-child {
  width: 260px;
}
@media (max-width: 991.98px) {
  .contacts-requisites-accordion table tr td:first-child, .contacts-requisites-accordion table tr th:first-child {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  .contacts-requisites-accordion table tr td:first-child, .contacts-requisites-accordion table tr th:first-child {
    width: auto;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* contacts */
.contacts-page-ws {
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  font-weight: 500;
  padding-top: 60px;
  border-top: 1px solid #E3F3E9;
}
.contacts-page-ws .readmore {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.contacts-page-ws .readmore svg {
  margin-left: 10px;
}

.contacts-page-ws .contacts-form, .price-page-ws .contacts-form {
  margin-bottom: -75px;
}
@media (max-width: 767.98px) {
  .contacts-page-ws .contacts-form, .price-page-ws .contacts-form {
    margin-bottom: -30px;
  }
}

/* docs */
.docs-page-ws {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  border-top: 1px solid #E3F3E9;
}
.docs-page-ws .file-preview-scroll {
  height: 1200px;
}
.docs-page-ws .file-preview {
  padding: 0;
  border-radius: 10px;
}

.docs-info {
  padding-top: 60px;
  padding-bottom: 8rem;
  background: #F8FCFA;
}

.docs-row {
  display: flex;
  flex-wrap: wrap;
}
.docs-row .left {
  flex: 0 0 30%;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .docs-row .left {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.docs-row .right {
  flex: 0 0 70%;
}
@media (max-width: 991.98px) {
  .docs-row .right {
    flex: 0 0 100%;
  }
}

.docs-nav {
  margin: 0;
  padding: 0;
}
.docs-nav li {
  list-style-type: none;
}
.docs-nav li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .docs-nav li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.docs-nav li:hover {
  text-decoration: underline;
  cursor: pointer;
}
.docs-nav li.active a, .docs-nav li.active:hover a {
  color: #23A54F;
}
.docs-nav li a {
  color: #3e3e3e;
}

.docs-content {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 40px rgba(62, 62, 62, 0.1);
  border-radius: 10px;
  min-height: 410px;
}
@media (max-width: 767.98px) {
  .docs-content {
    padding: 30px;
    font-size: 14px;
  }
}
.docs-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .docs-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* auth */
.lk-page .btn.btn-blue {
  border-color: #23A54F;
}
.lk-page .btn.btn-blue:hover {
  background: #23A54F;
}
.lk-page .profile-inner .form-control:focus {
  border-color: #23A54F;
}

.title-registration {
  text-align: center;
}
.title-registration h1 {
  font-weight: 600;
  font-size: 38px;
  padding: 0 0 60px 0;
  margin: 0 0 0 0;
  line-height: 1em;
  z-index: 10;
  position: relative;
  color: #3e3e3e;
}

.registration {
  margin: 0 auto 75px;
  max-width: 670px;
}
.registration .reg-title {
  font-weight: 400;
  text-align: center;
  font-size: 42px;
}
.registration .captcha-block {
  padding: 30px 0;
}
.registration .registration-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  padding: 70px 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .registration .registration-inner {
    padding: 15px;
  }
  .registration .registration-inner input {
    font-size: 12px;
  }
}
.registration .registration-inner input {
  display: block;
  position: relative;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 40px;
  background: transparent;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
.registration .registration-inner input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}
.registration .registration-inner .btn.btn-authorization {
  background: #23A54F;
  border: 1px solid #23A54F;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: auto;
  cursor: pointer;
}
.registration .label-bottom, .registration .label-top {
  color: #3E3E3EB2;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
.registration .label-bottom {
  margin: 10px 0 0;
}
.registration .btn.btn-blued {
  background: #23A54F;
  border: 1px solid #23A54F;
  color: #fff;
  display: block;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: auto;
  cursor: pointer;
}
.registration div.captcha-block {
  padding: 30px 0;
}
.registration .defender-auto {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  margin: 0 0 30px 0;
}
.registration .policy-new {
  padding: 0 0 30px 0;
}
.registration .policy-new.custom-checkbox label span:not(.label) {
  cursor: pointer;
}
.registration .custom-checkbox label {
  width: 100%;
  color: #222;
  position: relative;
  display: block;
}
.registration .custom-checkbox input[type="checkbox"] {
  display: none;
}
.registration .custom-checkbox input[type="checkbox"] + span, .registration .custom-checkbox input[type="checkbox"] .custom-checkbox input[type="radio"] + span {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  margin: 2px 0 0 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.registration .custom-checkbox input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  border: 0 solid #23A54F;
  border-width: 0 2px 2px 0;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  margin: -5px 5px;
  pointer-events: none;
}
.registration .custom-checkbox .label {
  display: inline-block;
  font-weight: 400;
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 10px;
  color: #3e3e3e;
  line-height: 2em;
}
.registration .btn-enter {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 400;
}
.registration .login-link {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .registration .col-md-6 {
    width: 50%;
    float: left;
  }
}
.registration .clear {
  clear: both;
}

/* price page */
.price-page-ws {
  background: #fff;
  padding-top: 60px;
  border-top: 1px solid #E3F3E9;
}
.price-page-ws .table-price-points {
  max-width: 700px;
  margin: 30px 0 60px;
}
@media (max-width: 575.98px) {
  .price-page-ws .table-price-points {
    margin: 0 0 15px;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .price-page-ws .table-price-points .tb-wrapper {
    box-shadow: none;
    border: 1px solid #e3e3e3;
    width: max-content;
  }
}
.price-page-ws .table-price-points .tb-head, .price-page-ws .table-price-points .tb-body {
  grid-template-columns: 1fr 1fr 1fr;
}

.price-info {
  padding-bottom: 6rem;
}
.price-info p {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .price-info p br {
    display: none;
  }
}
.price-info a {
  text-decoration: underline;
}
.price-info a:hover {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .table-price-points {
    overflow: auto;
    overflow-x: scroll;
    padding: 15px 15px 15px 15px;
    margin: -15px -15px -15px -15px;
  }
  .table-price-points::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
  }
  .table-price-points::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .table-price-points::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
  .table-price-points::-webkit-scrollbar-thumb:horizontal {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
}
.table-price-points .tb-head, .table-price-points .tb-body {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-items: center;
  min-width: 450px;
}
.table-price-points .tb-head {
  margin-left: -7.5px;
  padding-left: 7.5px;
}
.table-price-points .tb-head .th {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 15px;
  text-align: center;
}
.table-price-points .tb-head .th + .th {
  border-left: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .table-price-points .tb-head .th {
    font-size: 12px;
  }
}
.table-price-points .tb-wrapper {
  box-shadow: 0 0 20px rgba(34, 34, 34, 0.15);
}
.table-price-points .tb-body {
  background: #fff;
}
.table-price-points .tb-body:last-child .td {
  border-bottom: 1px solid transparent;
}
.table-price-points .tb-body .td {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 15px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}
.table-price-points .tb-body .td + .td {
  border-left: 1px solid #e3e3e3;
}
.table-price-points .tb-body .td:first-child {
  text-align: left;
}
.table-price-points .tb-body .td:first-child a {
  overflow-wrap: anywhere;
}
@media (max-width: 767.98px) {
  .table-price-points .tb-body .td {
    font-size: 12px;
  }
}

.old-ws {
  min-height: 50vh;
  /*Any cell*/
  /*Head cell*/
  /*Body cell*/
}
@media (max-width: 767.98px) {
  .old-ws {
    overflow-x: auto;
  }
}
.old-ws table tr td:first-child {
  width: auto;
}
.old-ws a {
  color: #23A54F;
  text-decoration: underline;
}
.old-ws a:hover {
  text-decoration: none;
}
.old-ws h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
}
.old-ws h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.old-ws ul {
  margin-left: 10px;
}
.old-ws b, .old-ws strong {
  font-weight: 600;
}
.old-ws input[type="submit"] {
  background: #23A54F;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 26px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.old-ws input[type="text"]:not(#login), .old-ws input[type="number"] {
  color: #3E3E3E;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D0EADA;
}
.old-ws input[type="reset"] {
  color: #3E3E3E;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  background-color: #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  cursor: pointer;
}
.old-ws p {
  font-size: 12px;
  line-height: 24px;
  padding: 0 0 10px 0;
}
.old-ws .alert-message {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .old-ws table {
    width: auto;
  }
}
.old-ws table.data-table {
  border: 1px solid #C4C4C3;
  border-collapse: collapse;
  margin-bottom: 20px;
  max-width: 800px;
}
.old-ws table.data-table td {
  border: 1px solid #C4C4C3;
  background-color: #FFFFFF;
  color: #333;
  padding: 3px 5px;
}
.old-ws table.data-table thead td, .old-ws table.data-table th {
  background-color: #F2F2EA;
  text-align: left;
  font-weight: normal;
  background-image: none;
  border: 1px solid #C4C4C3;
  padding: 4px;
  color: #333;
  vertical-align: middle;
}
.old-ws table.data-table tbody td {
  background-color: #FFF;
  background-image: none;
  color: #333;
}
.old-ws div.number {
  margin-bottom: 10px;
}
.old-ws .schema a {
  color: #3e3e3e;
}

/*# sourceMappingURL=styles.css.map */
