@charset "UTF-8";
/* @import "technical/_mixins";
@import "technical/_color";
@import "technical/_typography";
@import "technical/_buttons";
@import "technical/_specification";
@import "technical/_technical";
@import "technical/_indent";
@import "technical/_inputs";
@import "technical/_tables";
@import "technical/_gallery";
@import "technical/_obj-gallery";
@import "layout/_modal";
@import "layout/_header";
@import "layout/_loader";
@import "layout/_footer";
@import "scss/_css-tooltip";
@import "scss/_navigation";
@import "scss/_noty";
@import "scss/_tariffs";
@import "scss/_done";
@import "scss/_object-info";
@import "scss/_gallery";
@import "scss/_how-many";
@import "scss/_add_objects";
@import "scss/_model";
@import "scss/_whatUse";
@import "scss/_register";
@import "scss/_history";
@import "scss_booking/_search";
@import "scss_booking/_main";
@import "scss_booking/_cabinet";
@import "scss_booking/_card";
@import "scss_booking/_card_foot";
@import "scss_booking/_sign_in";
@import "scss_booking/_all_reviews";
@import "scss_booking/_tobook";
@import "scss_booking/_pay";
@import "scss_booking/_booking";
@import "scss_booking/_save";
@import "scss_booking/_map";
@import "scss_booking/_noty";
@import "scss_booking/_calendar";
@import "scss_booking/_acc-settings";
@import "scss/page/_master-noda";
@import "scss_booking/_nsearch";
@import "scss_booking/_chat";
@import "scss_booking/_support";
@import "scss_booking/_cart";
@import "scss_booking/_rate";
@import "scss_booking/_profile";
@import "technical/_all";
// betweenoceans.io
@import "betweenoceans.io/pages/_cases"; */
:root {
  --dark-blue: #131638;
  --dark: #232f4d;
  --blue: #3359e6;
  --lite-blue: #6e8ae7;
  --gray: #787e8b;
  --bg-gray: #fbfbfb;
  --border: #dbdcde;
  --danger: #d73333;
  --sale: #f4b84d;
}

.text-darkC {
  color: var(--dark);
}

.text-blueC {
  color: var(--blue);
}

.text-whiteC {
  color: white;
}

.text-whiteC:hover {
  color: white;
}

.text-grayblueC {
  color: #9194b6 !important;
}

.text-secondary {
  color: var(--gray) !important;
}

.text-secondary > * {
  color: var(--gray) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-primary {
  color: var(--blue) !important;
}

.text-success {
  color: #40977a;
}

.text-success:hover {
  color: #40977a;
}

.text-danger {
  color: var(--danger) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-body {
  background-color: var(--bg-gray) !important;
}

.bg-primary {
  background-color: var(--blue) !important;
}

.bg-muted {
  background-color: var(--border) !important;
}

.bg-secondary {
  background-color: #f4f4f5 !important;
}

.bg-dark-60 {
  background-color: rgba(35, 47, 77, 0.6);
}

.bg-danger {
  background-color: var(--danger) !important;
}

.border {
  border: 1px solid #dbdcde !important;
}

.border-top {
  border-top: 1px solid #dbdcde !important;
}

.border-bottom {
  border-bottom: 1px solid #dbdcde !important;
}

.border-left {
  border-left: 1px solid #dbdcde !important;
}

.border-right {
  border-right: 1px solid #dbdcde !important;
}

@media (min-width: 576px) {
  .border-sm-right {
    border-right: 1px solid #dbdcde !important;
  }
}

@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dbdcde !important;
  }
  .border-md-right {
    border-right: 1px solid #dbdcde !important;
  }
}

@media (min-width: 992px) {
  .border-lg-0 {
    border: none !important;
  }
}

.border-dark {
  border: 1px solid var(--dark) !important;
}

.border-success {
  border: 1px solid #40977a !important;
}

.border-primary {
  border: 1px solid var(--blue) !important;
}

.border-primary-right {
  border-right: 1px solid var(--blue) !important;
}

.border-primary-bottom {
  border-bottom: 1px solid var(--blue) !important;
}

.border-primary-left {
  border-left: 1px solid var(--blue) !important;
}

.border-primary-top {
  border-top: 1px solid var(--blue) !important;
}

.font-raleway {
  font-family: "Raleway" !important;
}

/************** headlines **************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  color: var(--dark);
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

h1,
.h1 {
  font-size: 45px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px !important;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 18px;
  }
}

/************** text **************/
.text-1,
.text-2,
.text-3,
.text-4 {
  line-height: 150%;
  color: var(--gray);
  margin: 0;
}

.text-1 {
  font-size: 18px;
}

.text-2 {
  font-size: 16px;
}

.text-3 {
  font-size: 14px;
}

.text-4 {
  font-size: 12px;
}

.text-5 {
  font-size: 10px;
}

@media (max-width: 576px) {
  .text-1 {
    font-size: 16px;
  }
  .text-2 {
    font-size: 14px;
  }
}

.font-size-0 {
  font-size: 0;
}

/************** other **************/
.text-b {
  color: var(--dark);
  font-weight: 700;
}

.text-sBold {
  font-weight: 600 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.text-link {
  font-family: Raleway;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--blue);
  cursor: pointer;
}

.text-u-line {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
  color: inherit;
}

.white-no-wrap {
  white-space: nowrap;
}

.white-pre-line {
  white-space: pre-line;
}

.white-break-spaces {
  white-space: break-spaces;
}

.overflow-break-word {
  overflow-wrap: break-word;
}

.line-height-100 {
  line-height: 100%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-180 {
  line-height: 180%;
}

.line-height-200 {
  line-height: 200%;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/************** crop **************/
.text-crop {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.text-crop-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-crop-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-crop-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.crop-height4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.crop-height-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.crop-line {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

._button {
  outline: 0;
  border: 0;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._button:focus {
  outline: 0;
  border: 0;
}

._button--blue {
  color: white;
  background: #3359e6;
}

._button--blue:hover {
  color: white;
  background: #10d4a3;
}

._button--more {
  border: 1px solid #3359e6;
  background: transparent;
  color: #3359e6;
}

._button--more > svg {
  width: 22px;
  height: 22px;
  margin-left: 8px;
}

._button--more:hover {
  background: transparent;
  color: #3359e6;
}

._button--more:focus {
  border: 1px solid #3359e6;
}

/************** btns **************/
.btn-main, .btn-object-default,
.btn-back,
.btn-back-reg,
.btn-object-default,
.btn-transparent,
.btn-lnk,
.btn-plus,
.btn,
.btn2,
.btn-proceed,
.btn-proceed-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  font-family: Raleway;
  outline: none;
  border: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

@media (max-width: 768px) {
  .btn-main, .btn-object-default,
  .btn-back,
  .btn-back-reg,
  .btn-object-default,
  .btn-transparent,
  .btn-lnk,
  .btn-plus,
  .btn,
  .btn2,
  .btn-proceed,
  .btn-proceed-size {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .btn-primary {
    width: 100% !important;
  }
}

.btn {
  background-color: #3359e6;
  color: white;
}

@media (max-width: 768px) {
  .btn {
    width: auto !important;
  }
}

.btn:hover {
  background-color: #2f4fc7;
  color: white;
}

.btn2 {
  border: 1px solid var(--blue);
  color: var(--blue);
}

.btn-main, .btn-object-default {
  width: 240px;
  height: 60px;
  background-color: #3359e6;
  color: white;
}

.btn-main:hover, .btn-object-default:hover {
  background-color: #2f4fc7;
  color: white;
}

.btn-back {
  width: 60px;
  height: 60px;
  border: 1px solid #e5e9ee;
  color: #a6a8ad;
}

.btn-back-reg {
  width: 240px;
  height: 60px;
  border: 1px solid var(--blue);
  color: var(--blue);
}

.btn-transparent {
  width: 130px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
}


.btn-proceed,
.btn-proceed-size {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

@media (max-width: 768px) {
  
  .btn-proceed,
  .btn-proceed-size {
    width: 130px !important;
  }
}

.btn-proceed:hover, .btn-proceed-size:hover {
  color: white;
}

.btn-proceed-size {
  width: 130px;
  height: 40px;
}

.btn-different {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-different span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid var(--dark);
  color: var(--dark);
  width: 20px;
  height: 20px;
  font-weight: 400;
  margin-right: 15px;
}

.btn-lnk {
  border: none;
  padding: 0 45px;
  font-weight: 700;
  height: 60px;
  width: auto;
  color: var(--blue);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: transparent;
}

@media (max-width: 768px) {
  .btn-lnk {
    border: 1px solid var(--blue);
    border-radius: 4px;
  }
}

.btn-plus {
  width: 240px;
  height: 60px;
  border: 1px solid var(--blue);
  color: var(--blue);
}

.btn-plus span {
  margin-left: 8px;
  color: white;
  background-color: var(--blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btns, .btn-primary, .btn-light, .btn-light-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 576px) {
  .btns, .btn-primary, .btn-light, .btn-light-dark {
    width: 100% !important;
  }
}

.btn-primary {
  background-color: #3359e6;
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #2f4fc7;
  border: none;
  color: white;
}

.btn-light {
  background-color: transparent;
  border: solid 1px var(--blue);
  color: var(--blue);
}

.btn-light:hover {
  background-color: var(--blue);
  border: solid 1px var(--blue);
  color: white;
}

.btn-light:focus {
  background-color: transparent;
  border: solid 1px var(--blue);
  color: var(--blue);
}

.btn-light-dark {
  background-color: transparent;
  border: solid 1px var(--dark);
  color: var(--dark);
}

.btn-light-dark:hover {
  background-color: var(--dark);
  border: solid 1px var(--dark);
  color: white;
}

.btn-light-dark:focus {
  background-color: transparent;
  border: solid 1px var(--dark);
  color: var(--dark);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
}

.btn-danger:hover {
  background-color: #dc3545;
  color: white;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #232f4d;
  opacity: 0.2;
  cursor: default;
}

.btn-pins {
  color: var(--gray);
  border: solid 1px var(--gray);
}

.btn-pins:hover {
  color: var(--blue);
  border: solid 1px var(--blue);
}

.btn-pins.active {
  color: var(--blue);
  border: solid 1px var(--blue);
}

.btn-sm {
  height: 32px !important;
}

.btn-md {
  height: 40px !important;
}

.btn-lg {
  height: 48px !important;
}

.btn-xl {
  height: 60px !important;
}

/************** specification **************/
body {
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

object {
  display: none;
  height: 0;
  width: 0;
  opacity: 0;
}

*,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-family: "Open Sans";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li:not(.editor-text-style *) {
  list-style: none;
}

.editor-text-style ol,
.editor-text-style ul,
.editor-text-style p,
.editor-text-style blockquote {
  width: 100%;
  margin-right: 0 !important;
}

.editor-text-style ol,
.editor-text-style ul {
  padding-left: 2rem;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--blue);
}

a:hover {
  color: var(--blue);
}

.inf-rotate {
  animation: 1s linear 0s normal none infinite running inf-rotate;
  -webkit-animation: 1s linear 0s normal none infinite running inf-rotate;
}

@-webkit-keyframes inf-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes inf-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.inf-flip {
  animation: 1s linear 0s normal none infinite running inf-flip;
  -webkit-animation: 1s linear 0s normal none infinite running inf-flip;
}

@-webkit-keyframes inf-flip {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

@keyframes inf-flip {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.z-index-15 {
  z-index: 15;
}

.z-index-10 {
  z-index: 10;
}

.z-index-5 {
  z-index: 5;
}

.rectangle-8px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
}

.rectangle-18px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.rectangle-24px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.rectangle-30px {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30px !important;
          flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
}

.rectangle-40px {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40px !important;
          flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;
}

.rectangle-48px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.rectangle-54px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  width: 54px;
  height: 54px;
}

.rectangle-64px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  height: 64px;
}

.rectangle-80px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.rectangle-100px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 100px;
}

.rectangle-164px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 164px;
          flex: 0 0 164px;
  width: 164px;
  height: 164px;
}

.rectangle-240px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  height: 240px;
}

.z-index-10 {
  z-index: 10;
}

.hover-body {
  background: rgba(35, 47, 77, 0.6);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-block {
  position: relative;
  cursor: pointer;
}

.hover-block:hover > .hover-body {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 576px) {
  .hover-sm:hover > .hover-body {
    opacity: 0;
    visibility: hidden;
  }
}

.video-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-icon-tr {
  fill: #fff;
}

.video-icon-bd {
  fill: #2f4fc7;
  fill-opacity: 0.7;
}

.video__button:hover .video-icon-bd {
  fill-opacity: 1;
}

.video__button:hover .video-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.img-loader {
  position: relative;
}

.img-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.img-loader:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  z-index: 1000;
  aspect-ratio: 1 / 1;
  border: solid 2px white;
  border-radius: 100px;
  height: 20px;
  border-left-color: transparent;
  -webkit-animation: 1s linear 0s normal none infinite running inf-rotate;
          animation: 1s linear 0s normal none infinite running inf-rotate;
}

.icon-w15 {
  width: 15px;
  text-align: center;
}

.outline-0 {
  outline: none !important;
}

.pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.rounded-rectangle-20px {
  border-radius: 20px !important;
}

.rounded-rectangle-15px {
  border-radius: 15px;
}

.rounded-rectangle {
  border-radius: 1000px;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.flex-auto {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.transition {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flex-col-7 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(100% / 7) !important;
          flex: 0 0 calc(100% / 7) !important;
}

.rounded-left-circle {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.rounded-right-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.resize-none {
  resize: none;
}

.hover-text-blue:hover {
  color: var(--blue) !important;
}

.opacity-0 {
  opacity: 0;
}

.input-textarea-ck {
  width: 100%;
}

@media (max-width: 1100px) {
  .input-textarea-ck {
    width: 540px;
  }
}

@media (max-width: 992px) {
  .input-textarea-ck {
    width: 540px;
  }
}

/************** calendar **************/
.month {
  padding: 20px 25px;
  width: 100%;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: black;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #787e8b;
}

.days {
  padding: 10px 0;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #232f4d;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important;
}

@media screen and (max-width: 720px) {
  .weekdays li,
  .days li {
    width: 13.1%;
  }
}

@media screen and (max-width: 420px) {
  .weekdays li,
  .days li {
    width: 12.5%;
  }
  .days li .active {
    padding: 2px;
  }
}

@media screen and (max-width: 290px) {
  .weekdays li,
  .days li {
    width: 12.2%;
  }
}

.page {
  /************** page **************/
  padding: 0 0 0 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fbfbfb;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-family: Raleway;
}

.page-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__content {
  margin-right: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 50px;
}

.page__info {
  padding: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 442px;
          flex: 0 0 442px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 1250px) {
  .page__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}

.page__info > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.page__control span:first-child {
  display: none;
}

.page__control > *:not(:first-child) {
  margin-left: 27px;
}

.page__question {
  padding: 30px 40px;
  border: 1px solid #e5e9ee;
  border-radius: 4px;
}

.page__question h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__question:not(:last-child) {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .page__question ._text-list li {
    margin-left: -15px;
  }
}

.page__map {
  height: 360px;
}

@media (max-width: 768px) {
  .page__map {
    margin: 0 -30px;
  }
}

@media (max-width: 1250px) {
  .page {
    padding: 0 0 0 50px;
  }
  .page ._info-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}

@media (max-width: 992px) {
  .page__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .page {
    padding: 0 30px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page__content {
    padding: 40px 0 30px;
    margin-right: 0;
  }
  .page__info {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .page__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: calc(100% - 60px);
  }
  .page__control span:first-child {
    display: block;
  }
  .page__control span:last-child {
    display: none;
  }
  .page__control > * {
    width: 100%;
  }
  .page__control > *:not(:first-child) {
    margin: 0;
    margin-bottom: 12px;
  }
}

/************** media container **************/
/* .container {
	@media (min-width: 1200px) {
		max-width: 1140px;
	}
	@media (max-width: 1200px) {
		max-width: 960px;
	}
	@media (max-width: 992px) {
		max-width: 720px;
	}
	@media (max-width: 768px) {
		max-width: 540px;
		padding: 0 20px;
	}
} */
.container {
  max-width: 540px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1340px;
  }
}

@media (max-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  .container-lg {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .container-lg {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .container-lg {
    max-width: 540px;
    padding: 0 30px;
  }
}

@media (min-width: 1500px) {
  .container-xl {
    max-width: 1440px;
  }
}

/************** star **************/
.rating-area {
  overflow: hidden;
  min-width: 100px;
  width: 100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .rating-area {
    margin-left: 0;
  }
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 32px;
  color: lightgrey;
}

.rating-area:not(:checked) > label:before {
  content: "★";
}

.rating-area > input:checked ~ label {
  color: gold;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: gold;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: gold;
}

.rate-area > label:active {
  position: relative;
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.star-rating-point {
  padding: 0 2px;
}

.star-rating-point:hover {
  cursor: pointer;
}

.star-rating-point:before {
  content: "☆";
}

.star-rating:not(.star-rating-fixed) .star-rating-point:hover:before,
.star-rating:not(.star-rating-fixed):hover ~ div:before {
  content: "★";
}

.star-rating-checked:before {
  content: "★";
}

/************** breadcrumb **************/
ul.breadcrumb {
  padding: 30px 0;
  list-style: none;
  background-color: transparent;
  margin: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

ul.breadcrumb li + li:before {
  padding: 5px;
  color: var(--dark);
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: var(--dark);
  text-decoration: underline;
  font-size: 12px;
  line-height: 16px;
}

ul.breadcrumb li a:hover {
  color: #3359e6;
}

ul.breadcrumb.text-white li a {
  color: white;
}

ul.breadcrumb.text-white li:before {
  color: white;
}

ul.breadcrumb.text-white li a:hover {
  color: white;
}

/************** modal **************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200000;
  display: none;
}

.modal-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
  margin: 50px auto;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 1000px;
  border-radius: 4px;
}

@media (max-width: 1100px) {
  .modal-wrapper {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .modal-wrapper {
    width: 100%;
    min-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    padding: 20px 15px;
  }
}

.modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-close i {
  -ms-flex-item-align: end;
      align-self: flex-end;
  cursor: pointer;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.modal-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px -15px 0;
}

.modal-foot > * {
  margin: 0 15px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
}

.modal-thumb {
  position: relative;
  margin: 20px 0 16px;
}

.modal-thumb:before {
  content: "";
  width: 36px;
  height: 4px;
  background-color: #dbdcde;
  border-radius: 50px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 576px) {
  .modal--mobile .modal-wrapper {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}

.modal--medium .modal-wrapper {
  width: 640px !important;
}

@media (max-width: 768px) {
  .modal--medium .modal-wrapper {
    width: 90% !important;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-top: 50px;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .modal--medium .modal-wrapper {
    width: 100% !important;
    min-height: 100%;
    margin-top: 0;
  }
}

.modal--small .modal-wrapper {
  width: 470px !important;
}

@media (max-width: 576px) {
  .modal--small .modal-wrapper {
    width: 90% !important;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-top: 50px;
    padding: 30px;
  }
}

.visible-area-600px {
  overflow-y: auto;
  height: 600px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.visible-area-600px::-webkit-scrollbar {
  width: 0;
}

.visible-area-360px {
  overflow-y: auto;
  height: 360px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.visible-area-360px::-webkit-scrollbar {
  width: 0;
}

.visible-area-240px {
  overflow-y: auto;
  height: 240px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.visible-area-240px::-webkit-scrollbar {
  width: 0;
}

.show992 {
  display: none;
}

@media (max-width: 992px) {
  .show992 {
    display: block;
  }
}

.show768 {
  display: none;
}

@media (max-width: 768px) {
  .show768 {
    display: block;
  }
}

.show576 {
  display: none;
}

@media (max-width: 576px) {
  .show576 {
    display: block;
  }
}

@media (max-width: 992px) {
  .hide992 {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide768 {
    display: none;
  }
}

@media (max-width: 576px) {
  .hide576 {
    display: none;
  }
}

@media (max-width: 768px) {
  .w-mdx-100 {
    width: 100% !important;
  }
}

.position-lg-sticky {
  position: static !important;
}

@media (min-width: 992px) {
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

.content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 293px;
          flex: 0 0 293px;
  margin-right: 52px;
}

.right-block {
  width: 100%;
}

.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background: var(--blue);
  border-radius: 4px;
  color: white;
}

.input-file input {
  font-size: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.input-file > p {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-file > p i {
  margin-right: 8px;
}

.input-file > i {
  position: absolute;
}

.link {
  color: var(--blue);
  text-decoration: underline;
}

.close-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

.progress-bar-bg {
  background: #e7e9f1;
  border-radius: 3px;
  width: 100%;
  height: 22px;
}

.progress-bar-tmb {
  background: #3359e6;
  border-radius: 3px;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 22px;
}

.line {
  height: 1px;
  background-color: #dedede;
  width: 100%;
  margin: 15px 0;
}

.slider-red-counter {
  background-color: #EC5E58;
  position: absolute;
  right: 40px;
  top: -48px;
  z-index: 7;
}

.custom-scrollbar {
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
}

.custom-scrollbar::-webkit-scrollbar {
  width: 15px;
  /* ширина для вертикального скролла */
  height: 15px;
  /* высота для горизонтального скролла */
  background-color: #f3f3f3;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #9599a6;
  border-radius: 9em;
  border: 3px solid #f3f3f3;
  cursor: pointer;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #9599a6;
}

@media (max-width: 992px) {
  .left-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    margin-right: 40px;
  }
  h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .left-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 196px;
            flex: 0 0 196px;
    margin-right: 30px;
  }
}

@media (max-width: 576px) {
  .content > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .left-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
}

.table__head {
  background-color: var(--dark);
  border-radius: 4px 4px 0 0;
}

.table__head li {
  color: white;
}

.table__body > div:not(:first-child) {
  border-top: solid #dbdcde 1px;
}

.table__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  color: var(--dark);
  position: relative;
}

.table__element:not(:first-child) {
  border-top: solid #dbdcde 1px;
}

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

.table__text {
  padding: 0 16px 16px;
  color: var(--dark);
  font-size: 16px;
  line-height: 22px;
}

.complaint__empty {
  background: #edeef3;
  -webkit-box-shadow: 0px 10px 20px rgba(231, 233, 241, 0.4);
          box-shadow: 0px 10px 20px rgba(231, 233, 241, 0.4);
}

/* 
.show-more-body {
    display: -webkit-box !important;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
} */
.show-more .show-more-show .show-more-body {
  display: block !important;
}

.show-more-object .show-more-body {
  overflow: hidden;
}

.show-more-object.show-more-show .show-more-body {
  height: 100% !important;
}

.ck.ck-editor {
  width: 100% !important;
}

.ck-content {
  min-height: 250px;
}

.car-nav {
  position: relative;
}

.car-nav .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  margin-top: 0;
}

@media (max-width: 360px) {
  .car-nav .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
  }
}

.car-nav .owl-nav button.owl-prev {
  margin-right: 24px;
}

@media (max-width: 360px) {
  .car-nav .owl-nav button.owl-prev {
    margin: 0;
  }
}

.car-nav .owl-nav [class*="owl-"] {
  margin: 0;
  width: 40px;
  height: 40px;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 40px !important;
}

@media (max-width: 360px) {
  .car-nav .owl-nav [class*="owl-"] {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
  }
}

.car-nav .owl-nav [class*="owl-"]:hover {
  background: #3359e6;
  color: #fff;
}

.car-nav .owl-nav button.owl-next,
.car-nav .owl-nav button.owl-prev,
.car-nav button.owl-dot {
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 360px) {
  .car-nav .owl-nav button.owl-next,
  .car-nav .owl-nav button.owl-prev,
  .car-nav button.owl-dot {
    margin: 0 -12px;
    background: white;
    pointer-events: auto;
  }
}

.car-nav .owl-nav .disabled {
  opacity: 1;
}

/************** technical **************/
/* Описание технических классов
 page__info:

	_info-img для отображение картинки без границ
	_info-picture для отображение картинки с границами
	_info-puzle для картинки из элементов

page:	
	_page-nav для создания отступов страницы с меню
	_page-control создаёт отступ снизу на мобильных
	_page-center для центрирования контента
	_page-col создаёт равные отступы с 2х строн

	_page-reg стилизует страницу регистрации

input:	
	_input-country вешать на input, добавляет флаг
	_input-pass вешает на инпут глаз
	_input-text-info нормирует положение подсказки

all:
	_bottom-block сбрасывает элемент вниз страницы
	_text-list создаёт из элементов внутри список
	_accordion создаёт выпадающий элемент, первый внутри - шапка, последний - тело
	_head-row выравнивает элементы и раскидывает по краям
	_img-size корректирует размер картинки
****
****/
/************** page-info **************/
._info-img {
  padding: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
  margin-left: 30px;
}

._info-img img {
  height: calc(100vh - 80px);
}

@media (max-width: 992px) {
  ._info-img {
    display: none;
  }
}

._info-picture img {
  height: calc(100vh - 80px - 60px);
}

@media (max-width: 992px) {
  ._info-picture {
    display: none;
  }
}

._info-puzle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 475px;
          flex: 0 0 475px;
  margin: 30px 90px;
  padding: 0;
}

._info-puzle img {
  width: 100%;
}

@media (max-width: 992px) {
  ._info-puzle {
    display: none;
  }
}

._info-img-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  height: calc(100vh - 80px);
}

@media (max-width: 992px) {
  ._info-img-full {
    display: none;
  }
}

/************** page **************/
._page-nav {
  min-height: calc(100vh - 80px - 70px);
}

._page-nav .page__content {
  padding-top: 55px;
  padding-bottom: 55px;
}

._page-nav ._info-picture img {
  height: calc(100vh - 80px - 60px - 70px);
}

@media (max-width: 768px) {
  ._page-control {
    padding-bottom: 40px;
  }
}

._page-control .page__content {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  ._page-control .page__content {
    padding-bottom: 0;
  }
}

._page-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 65px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  ._page-center {
    text-align: left;
  }
}

._page-center ._bottom-block {
  position: static;
}

._page-center .page__content {
  margin-right: 0;
}

@media (max-width: 768px) {
  ._page-center .page__content {
    padding: 40px 0 25px;
  }
}

._page-col {
  padding-right: 150px;
  padding-left: 150px;
}

@media (max-width: 1200px) {
  ._page-col {
    padding-right: 30px;
    padding-left: 30px;
  }
}

._page-col .page__content {
  padding-right: 0;
}

._page-reg .page__content {
  padding-bottom: 195px;
}

@media (max-width: 768px) {
  ._page-reg .page__content {
    padding-bottom: 0;
  }
}

._page-reg .page__control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._page-reg .page__control > *:not(:first-child) {
  margin-right: 0;
  margin-left: 0;
}

._page-reg ._bottom-block {
  width: calc(100% - 680px);
}

@media (max-width: 1250px) {
  ._page-reg ._bottom-block {
    width: calc(100% - 410px);
  }
}

@media (max-width: 992px) {
  ._page-reg ._bottom-block {
    width: calc(100% - 100px);
  }
}

@media (max-width: 768px) {
  ._page-reg ._bottom-block {
    width: 100%;
    padding-top: 10px;
  }
}

/************** input **************/
.page ._input-country {
  position: relative;
}

.page ._input-country input[type="text"] {
  padding-left: 65px;
}

.page ._input-country__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 50px;
  border-right: 1px solid #a6a8ad;
}

.page ._input-pass {
  position: relative;
}

.page ._input-pass input[type="text"] {
  padding: 0 45px 0 18px;
}

.page ._input-pass-eye {
  position: absolute;
  width: auto;
  bottom: 15px;
  right: 15px;
  color: #a6a8ad;
  cursor: pointer;
}

._input-text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

._input-text-info p {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/************** all **************/
._text-list li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray);
}

._text-list li:not(:last-child) {
  margin-bottom: 15px;
}

._text-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: var(--gray);
  border-radius: 1px;
  display: block;
}

._bottom-block {
  position: absolute;
  bottom: 65px;
}

@media (max-width: 768px) {
  ._bottom-block {
    position: static;
    bottom: 65px;
    width: 100%;
    padding-top: 30px;
    margin-top: auto;
  }
}

.drop-hover {
  position: relative;
}

.drop-hover-body {
  position: absolute;
  top: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drop-hover-head:hover + .drop-hover-body {
  display: block;
  opacity: 1;
  overflow: visible;
}

._accordion-head {
  cursor: pointer;
}

._accordion-body {
  padding: 0;
}

@media (max-width: 768px) {
  ._accordion-body {
    display: none;
  }
}

._accordion-arrow {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  ._accordion-arrow {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

._acc-hide ._accordion-body,
._acc-hide .acc-body,
.acc-hide ._accordion-body,
.acc-hide .acc-body {
  display: none;
}

._acc-hide ._accordion-arrow,
._acc-hide .acc-arrow,
.acc-hide ._accordion-arrow,
.acc-hide .acc-arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

._head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._img-size {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._counter__control {
  color: var(--dark);
  width: 45px;
  height: 45px;
  border: solid var(--dark) 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

._counter__value {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: var(--dark);
}

._counter-small ._counter__control {
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 18px;
}

._counter-small ._counter__value {
  margin: 0 15px;
  font-size: 14px;
}

.crop-height4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 6em;
}

.crop-wrap {
  overflow-x: hidden;
}

.crop-line {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.w350 {
  width: 350px;
}

.w100p {
  width: 100%;
}

.dn {
  display: none;
}

.page .cancel-reservation-info {
  background: #f5fdf6;
  border-radius: 4px;
  padding: 30px;
  margin-top: 10px;
}

.page .cancel-reservation-info p {
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--dark);
}

/************** indent **************/
.mb70 {
  margin-bottom: 70px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb6 {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .mb70 {
    margin-bottom: 30px;
  }
  .mb45 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 22px;
  }
  .mb25 {
    margin-bottom: 20px;
  }
  .mb22 {
    margin-bottom: 18px;
  }
  .mb18 {
    margin-bottom: 15px;
  }
}

.mt45 {
  margin-top: 45px;
}

.mt30 {
  margin-top: 30px;
}

.mt22 {
  margin-top: 22px;
}

.mt18 {
  margin-top: 18px;
}

.mt10 {
  margin-top: 10px;
}

.mt6 {
  margin-top: 6px;
}

.mta {
  margin-top: auto;
}

@media (max-width: 768px) {
  .mt45 {
    margin-top: 30px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mt22 {
    margin-top: 18px;
  }
}

.ml30 {
  margin-left: 30px;
}

.ml20 {
  margin-left: 20px;
}

.ml15 {
  margin-left: 15px;
}

.ml8 {
  margin-left: 8px;
}

.mr30 {
  margin-right: 30px;
}

.mr20 {
  margin-right: 20px;
}

.mr15 {
  margin-right: 15px;
}

.mr8 {
  margin-right: 8px;
}

.pt80 {
  padding-top: 80px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 30px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl50 {
  padding-left: 50px;
}

.pl40 {
  padding-left: 40px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr50 {
  padding-right: 50px;
}

.pr40 {
  padding-left: 40px;
}

.pr30 {
  padding-right: 30px !important;
}

.mx--16px {
  margin: 0 -16px;
}

.mx--8px {
  margin: 0 -8px;
}

.mx--4px {
  margin: 0 -4px;
}

/* position */
.abs-x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.abs-y-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.min-h-100vh {
  min-height: 100vh;
}

.max-h-100vh {
  max-height: 100vh;
}

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

.min-width-100 {
  min-width: 100%;
}

.h-24px {
  height: 24px;
}

.h-32px {
  height: 32px;
}

.h-55px {
  height: 55px;
}

.h-80px {
  height: 80px;
}

.h-100px {
  height: 100px;
}

.h-170px {
  height: 170px;
}

.h-190px {
  height: 190px;
}

.h-240px {
  height: 240px;
}

.h-600px {
  height: 600px;
}

.h-7-line {
  height: calc(7em * 1.5);
}

.w-250px {
  width: 250px;
}

.w-200px {
  width: 200px;
}

.w-180px {
  width: 180px !important;
}

.w-160px {
  width: 160px !important;
}

.w-120px {
  width: 120px !important;
}

.w-auto {
  width: auto !important;
}

@media (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .h-lg-auto {
    height: auto !important;
  }
}

.top-28px {
  top: 28px;
}

.top-24px {
  top: 24px;
}

.top-16px {
  top: 16px;
}

.top-8px {
  top: 8px;
}

.top-4px {
  top: 4px;
}

.top-2px {
  top: 2px;
}

.top-0px {
  top: 0px;
}

.bottom-24px {
  bottom: 24px;
}

.bottom-16px {
  bottom: 16px;
}

.bottom-8px {
  bottom: 8px;
}

.bottom-4px {
  bottom: 4px;
}

.bottom-2px {
  bottom: 2px;
}

.bottom-0px {
  bottom: 0;
}

.right-24px {
  right: 24px;
}

.right-16px {
  right: 16px;
}

.right-8px {
  right: 8px;
}

.right-4px {
  right: 4px;
}

.right-2px {
  right: 2px;
}

.right-0px {
  right: 0;
}

.left-16px {
  left: 16px;
}

.left-4px {
  left: 4px;
}

.left-0px {
  left: 0;
}

.translate--100p {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.input-check-one,
.input-radio-one {
  position: relative;
}

.input-check-one:not(:last-child),
.input-radio-one:not(:last-child) {
  margin-bottom: 22px;
}

.input-check-one input,
.input-radio-one input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
}

.input-check-one input + label,
.input-radio-one input + label {
  line-height: 30px;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
  position: relative;
  padding-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .input-check-one input + label,
  .input-radio-one input + label {
    padding-left: 45px;
  }
}

.input-check-one input + label:before,
.input-radio-one input + label:before {
  content: "";
  border: 1px solid #e5e9ee;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 0;
  top: 0;
}

.input-check-one input + label:after,
.input-radio-one input + label:after {
  content: "\f00c";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  color: white;
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  z-index: 100;
  opacity: 0;
  left: 0;
  top: 0;
}

.input-check-one input:checked + label:before,
.input-radio-one input:checked + label:before {
  background-color: var(--blue);
}

.input-check-one input:checked + label:after,
.input-radio-one input:checked + label:after {
  opacity: 1;
}

.input-radio-two, .input-check-two {
  margin-bottom: 12px;
  width: 458px;
}

@media (max-width: 992px) {
  .input-radio-two, .input-check-two {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .input-radio-two, .input-check-two {
    width: 100%;
  }
}

.input-radio-two input, .input-check-two input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.input-radio-two input + label, .input-check-two input + label {
  line-height: 30px;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
  position: relative;
  border: 1px solid #e5e9ee;
  border-radius: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px 25px 90px;
}

@media (max-width: 768px) {
  .input-radio-two input + label, .input-check-two input + label {
    padding: 15px 20px 15px 80px;
    font-size: 14px;
  }
}

.input-radio-two input + label:before, .input-check-two input + label:before {
  content: "";
  border: 1px solid #e5e9ee;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 30px;
}

.input-radio-two input + label:after, .input-check-two input + label:after {
  content: "\f00c";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  color: white;
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  z-index: 100;
  opacity: 0;
  left: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 30px;
}

.input-radio-two input:checked + label:before, .input-check-two input:checked + label:before {
  background-color: var(--blue);
}

.input-radio-two input:checked + label:after, .input-check-two input:checked + label:after {
  opacity: 1;
}

.input-radio-two img, .input-check-two img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .input-radio-two img, .input-check-two img {
    display: none;
  }
}

.input-big-radio-two {
  width: 555px;
}

.input-check-two input + label {
  padding: 20px 30px 20px 90px;
}

.input-check-two input + label:after {
  line-height: 20px;
  left: 30px;
}

.input-check-three,
.input-radio-three {
  margin-bottom: 12px;
  height: 70px;
}

@media (max-width: 768px) {
  .input-check-three,
  .input-radio-three {
    width: 100%;
  }
}

.input-check-three input,
.input-radio-three input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.input-check-three input + label,
.input-radio-three input + label {
  line-height: 30px;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
  position: relative;
  border: 1px solid #e5e9ee;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 105px;
}

@media (max-width: 768px) {
  .input-check-three input + label,
  .input-radio-three input + label {
    padding: 0 20px 0 65px;
    font-size: 14px;
  }
}

.input-check-three p,
.input-radio-three p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 20px;
}

.input-check-three input + label:before,
.input-radio-three input + label:before {
  content: "";
  border: 1px solid #e5e9ee;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .input-check-three input + label:before,
  .input-radio-three input + label:before {
    left: 15px;
  }
}

.input-check-three input + label:after,
.input-radio-three input + label:after {
  content: "\f00c";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  color: white;
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  position: absolute;
  z-index: 100;
  opacity: 0;
  left: 0;
  top: 0;
  left: 38px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .input-check-three input + label:after,
  .input-radio-three input + label:after {
    left: 23px;
  }
}

.input-check-three input:checked + label,
.input-radio-three input:checked + label {
  border: solid 1px rgba(0, 0, 0, 0);
}

.input-check-three input:checked + label:before,
.input-radio-three input:checked + label:before {
  background-color: var(--blue);
}

.input-check-three input:checked + label:after,
.input-radio-three input:checked + label:after {
  opacity: 1;
}

.input-check-four input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.input-check-four input + label {
  line-height: 30px;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
  position: relative;
  padding-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-check-four input + label:before {
  content: "";
  display: block;
  background: var(--gray);
  opacity: 0.7;
  border-radius: 50px;
  width: 35px;
  height: 13px;
  position: absolute;
  z-index: 1;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.input-check-four input + label:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  background-color: var(--gray);
  z-index: 100;
  opacity: 1;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.input-check-four input:checked + label:before {
  background-color: var(--blue);
}

.input-check-four input:checked + label:after {
  -webkit-transform: translate(16px, -50%);
          transform: translate(16px, -50%);
  background-color: var(--blue);
}

.input-radio-five {
  margin-bottom: 30px;
  width: 360px;
  min-height: 150px;
}

@media (max-width: 768px) {
  .input-radio-five {
    width: 100%;
    min-height: 120px;
  }
}

.input-radio-five input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.input-radio-five input + label {
  line-height: 30px;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
  position: relative;
  border: 1px solid #e5e9ee;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px 30px;
}

@media (max-width: 768px) {
  .input-radio-five input + label {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.input-radio-five input:checked + label {
  background-color: var(--blue);
}

.input-radio-five input:checked + label > * {
  color: white;
}

.input-check-six input,
.input-radio-six input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.input-check-six input + label,
.input-radio-six input + label {
  padding-left: 30px;
  position: relative;
}

.input-check-six input + label:before,
.input-radio-six input + label:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #d6d8e2;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.input-check-six input + label:after,
.input-radio-six input + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  width: 18px;
  height: 18px;
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.input-check-six input:checked + label:after,
.input-radio-six input:checked + label:after {
  opacity: 1;
}

.input-radio-seven {
  position: relative;
}

.input-radio-seven:not(:last-child) {
  margin-bottom: 22px;
}

.input-radio-seven input {
  margin: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
}

.input-radio-seven input + label {
  line-height: 30px;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 0;
  position: relative;
  padding-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .input-radio-seven input + label {
    padding-left: 45px;
  }
}

.input-radio-seven input + label:before {
  content: "";
  border: 1px solid #e5e9ee;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 40px;
  left: 0;
  top: 0;
}

.input-radio-seven input + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 10px;
  z-index: 10;
  border-radius: 40px;
  background-color: #fff;
}

.input-radio-seven input:checked + label:before {
  background-color: var(--blue);
  border: solid 1px var(--blue);
}

.input-radio-seven input:checked + label:after {
  opacity: 1;
}

.input-check-one--small input,
.input-radio-one--small input {
  width: 22px;
  height: 22px;
}

.input-check-one--small input + label,
.input-radio-one--small input + label {
  line-height: 22px;
  padding-left: 40px;
}

.input-check-one--small input + label:before,
.input-radio-one--small input + label:before {
  width: 22px;
  height: 22px;
}

.input-check-one--small input + label:after,
.input-radio-one--small input + label:after {
  font-size: 10px;
  width: 22px;
  height: 22px;
}

.input-check-one--small input + label:after {
  width: 22px;
  height: 22px;
}

.input-radio-one--small input + label:after {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
}

/************** inputs **************/
.input-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 263px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .input-text {
    width: 100%;
    margin-bottom: 18px;
  }
  .input-text > * {
    width: 100%;
  }
}

.input-text select,
.input-text input {
  border: 0.5px solid #a6a8ad;
  color: var(--dark);
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  line-height: 150%;
  padding: 0 18px;
  margin: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input-text select:focus,
.input-text input:focus {
  border: solid 1px var(--dark);
  border-radius: 4px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--blue);
}

.form-selectpicker + button {
  border: 0.5px solid #a6a8ad;
  color: #232f4d;
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  line-height: 150%;
  padding: 0 18px;
  margin: 0;
  outline: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  font-weight: 400;
  background-color: white;
}

.form-selectpicker + button .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-selectpicker + button:hover {
  background-color: white;
  border: solid 1px var(--blue);
  color: var(--dark);
}

.form-selectpicker + button:after {
  content: "";
  display: block !important;
  margin-left: 0 !important;
  border: solid var(--dark) 1.5px !important;
  width: 8px !important;
  height: 8px !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
  border-top: none !important;
  border-left: none !important;
}

.form-selectpicker + button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border: solid 1px #232f4d;
  color: var(--dark);
}

.form-selectpicker + button:hover {
  border: 0.5px solid #a6a8ad;
}

.input-textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 500px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .input-textarea {
    width: 270px;
    margin-bottom: 18px;
  }
  .input-textarea > * {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .input-textarea {
    width: 100%;
    margin-bottom: 18px;
  }
  .input-textarea > * {
    width: 100%;
  }
}

.input-textarea textarea {
  border: 0.5px solid #a6a8ad;
  color: var(--dark);
  border-radius: 4px;
  width: 100%;
  height: 120px;
  font-size: 14px;
  line-height: 150%;
  padding: 8px 18px;
  margin: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  resize: none;
}

.input-textarea textarea:focus {
  border: solid 1px var(--dark);
  border-radius: 4px;
}

.input-number input[type="number"] {
  width: 72px;
  border: 1px solid #e5e9ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  text-align: center;
}

.input-file-btn input {
  font-size: 0px;
  height: 0px;
  width: 0px;
  position: absolute;
  opacity: 0;
}

.input-file-btn label {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/************** input-block **************/
.input-block, .input-block-two, .input-block-three {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
}

.input-block > *, .input-block-two > *, .input-block-three > * {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .input-block, .input-block-two, .input-block-three {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .input-block > *, .input-block-two > *, .input-block-three > * {
    margin-left: 0;
    margin-right: 0;
  }
}

.input-block-two > * {
  width: calc(50% - 30px) !important;
}

@media (max-width: 768px) {
  .input-block-two > * {
    width: 100% !important;
  }
}

.input-block-three > * {
  width: calc(33.3333% - 30px) !important;
}

@media (max-width: 768px) {
  .input-block-three > * {
    width: 100% !important;
  }
}

.input-block-check > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .input-block-check > div {
    margin-bottom: 18px;
  }
}

.table-gray-head {
  background-color: #edeef3;
}

.table-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}

.table-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

.table-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.table-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.table-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.table-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.table-col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.table-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.table-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.table-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.table-col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.table-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.table-col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}

.table-col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.table-col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.table-col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.table-col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}

.table-col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}

.table-col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
}

.table-col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.table-col-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: none;
      grid-template-columns: none;
}

@media (min-width: 768px) {
  .gallery-wrapper {
    -ms-grid-columns: 3fr 2fr;
        grid-template-columns: 3fr 2fr;
  }
}

.gallery-img-show {
  height: calc(100vw / 3 * 2);
}

@media (min-width: 768px) {
  .gallery-img-show {
    height: 406px;
  }
}

.gallery-nav {
  -ms-grid-row: 3;
  grid-row: 3;
}

@media (min-width: 768px) {
  .gallery-nav {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.gallery-imgs {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (min-width: 768px) {
  .gallery-imgs {
    padding: 0;
  }
}

.gallery-imgs-col {
  margin-right: 8px;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media (min-width: 768px) {
  .gallery-imgs-col {
    -ms-grid-columns: none;
        grid-template-columns: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.gallery-img {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  width: 80px;
  height: 80px;
}

@media (min-width: 768px) {
  .gallery-img {
    width: 170px;
    height: 130px;
  }
}

.gallery-img::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: var(--blue);
  z-index: 5;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.gallery-img img {
  position: relative;
  z-index: 10;
}

.gallery-img.active {
  position: relative;
}

.gallery-img.active::before {
  opacity: 1;
}

.gallery-new-tab {
  background-color: var(--dark);
  opacity: 0.4;
}

.gallery-new-tab:hover {
  background-color: rgba(35, 47, 77, 0.5);
  opacity: 0.7;
}

.gallery.menu-open .gallery-wrapper {
  -ms-grid-columns: none;
      grid-template-columns: none;
}

.gallery.menu-open .gallery-img-show {
  display: none;
}

.gallery.menu-open .gallery-info {
  display: block;
}

@media (min-width: 768px) {
  .gallery.menu-open .gallery-info {
    display: none;
  }
}

.gallery.menu-open .gallery-nav {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.gallery.menu-open .gallery-img-row {
  height: calc(100vw / 3 * 2 + 88px);
}

@media (min-width: 768px) {
  .gallery.menu-open .gallery-img-row {
    height: auto;
  }
}

.gallery.menu-open .gallery-imgs-col {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-auto-rows: calc(100% / 3 - (16px / 3));
}

@media (min-width: 768px) {
  .gallery.menu-open .gallery-imgs-col {
    height: 406px;
  }
}

.gallery.menu-open .gallery-img {
  height: 100%;
  width: 110px;
}

@media (min-width: 768px) {
  .gallery.menu-open .gallery-img {
    width: 190px;
  }
}

/* .test {
    &-wrapper {
        display: grid;
        grid-template-columns: 1fr;

        @media (min-width: 768px) {
            grid-template-columns: 3fr 2fr;
        }
        grid-gap: 8px;
        overflow: hidden;
        transition: 0.3s;

        & > div {
            transition: 0.3s;
        }
    }
    &-main {
        // grid-row-start: 1;
    }
    &-text {
        // grid-row-start: 2;
    }
    &-nav {
        // grid-column-start: 2;
        // grid-column-end: 2;
    }
    &-imgs {
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        & > div {
            flex: 0 0 40%;
            display: flex;
            flex-direction: column;
            & > div {
                width: 100%;
            }
        }
        .gallery-imgs-col {
            min-width: 170px;
            max-width: 170px;
            display: grid;
            grid-gap: 8px;
        }
        .gallery-img {
            min-height: 130px;
            max-height: 130px;
            margin: 0;
        }
    }
}

.test-active {
    // grid-template-columns: 0fr 1fr;
    .test-main,
    .test-text {
        // transform: translateX(-100%);
        position: absolute;
        transform: translateX(-100%);
        animation: name1 0.3s;
    }
    @keyframes name1 {
        0% {
            transform: translateX(0%);
            position: static;
        }
        100% {
            transform: translateX(-100%);
            position: absolute;
        }
    }
}
 */
.obj-gallery__img {
  aspect-ratio: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
}

.obj-gallery__item:hover .gallery-page__photo__hover {
  opacity: 1;
  visibility: visible;
}

.loginM .modal-wrapper {
  width: 500px;
}

@media (max-width: 576px) {
  .loginM .modal-wrapper {
    width: 100%;
  }
}

.loginM form > *:not(:last-child) {
  margin-bottom: 20px;
}

.loginM__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.loginM__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.loginM__footer--forgot > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.loginM__link {
  color: var(--blue);
  color: var(--blue);
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.loginM .select {
  width: 100%;
  margin-right: 0;
}

.loginM .btn {
  height: 50px;
  border: none;
  outline: none;
  width: 100%;
}

.loginM .btn2 {
  background-color: #fff;
  height: 50px;
}

.feedbackM1 .modal-wrapper {
  width: 500px;
}

@media (max-width: 576px) {
  .feedbackM1 .modal-wrapper {
    width: 100%;
  }
}

.feedbackM1 .btn {
  width: 225px;
  height: 58px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.feedbackM1__info {
  font-size: 12px;
  line-height: 18px;
  color: var(--gray);
}

.feedbackM3 .modal-wrapper {
  width: 405px;
  text-align: center;
}

.feedbackM3 .btn {
  width: 225px;
  height: 58px;
}

.tobookDateM .modal-wrapper {
  width: 500px;
}

.tobookDateM h3 {
  margin-bottom: 18px;
}

.tobookDateM p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  color: var(--dark);
}

.tobookDateM .btn {
  width: 225px;
  height: 60px;
}

.tobookNumberM .modal-wrapper {
  width: 640px;
}

@media (max-width: 768px) {
  .tobookNumberM .modal-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.tobookNumberM .line {
  width: calc(100% + 80px);
  margin-right: -40px;
  margin-left: -40px;
}

@media (max-width: 768px) {
  .tobookNumberM .line {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
}

.tobookNumberM__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tobookNumberM__other__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  height: 140px;
  margin-right: 25px;
}

.tobookNumberM__other__content {
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tobookNumberM__info__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tobookNumberM__info__more {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--dark);
}

.tobookNumberM__info__more i {
  margin-left: 8px;
}

.tobookNumberM__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 160px;
}

.tobookNumberM__control span {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: var(--dark);
  display: block;
}

.tobookNumberM__control .btn {
  width: 100%;
  height: 50px;
}

@media (max-width: 576px) {
  .tobookDateM .modal-wrapper {
    width: 100%;
  }
  .tobookDateM .btn {
    width: 100%;
  }
  .tobookNumberM {
    overflow-y: auto;
  }
  .tobookNumberM__wrapper {
    width: 100%;
    min-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    padding: 20px 15px;
  }
  .tobookNumberM__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tobookNumberM__other__img {
    margin-right: 0;
  }
  .tobookNumberM__other__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tobookNumberM__other__control {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tobookNumberM__other__control div {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tobookNumberM .line {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
  .tobookNumberM .btn {
    width: 100%;
  }
}

.questionM1 .modal-wrapper {
  width: 500px;
}

@media (max-width: 576px) {
  .questionM1 .modal-wrapper {
    width: 100%;
    margin: 0;
  }
}

.questionM1__title {
  margin-bottom: 25px;
}

.questionM1 .btn {
  margin-top: 25px;
  margin-bottom: 12px;
  width: 225px;
  height: 58px;
}

.questionM1__info {
  font-size: 12px;
  line-height: 18px;
  color: var(--gray);
}

.questionM2 .modal-wrapper {
  width: 405px;
  text-align: center;
}

.questionM2 .btn {
  width: 225px;
  height: 58px;
}

.modal-filters__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.modal-filters__head a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--gray);
}

.modal-filters__body {
  padding: 28px;
}

.modal-filters__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--dark);
}

.modal-city__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: var(--dark);
}

.modal-city__head {
  margin-bottom: 20px;
}

.modal-city__head p {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--dark);
}

.modal-city__body {
  padding: 28px;
}

.modal-city__input {
  position: relative;
  margin-bottom: 15px;
}

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

.modal-city__input input {
  background: #e7e9f1;
  border-radius: 3px;
  padding: 15px 45px;
  width: 100%;
  border: none;
  outline: none;
}

.modal-city__beside {
  margin-bottom: 35px;
}

.modal-city__element {
  margin: 0 -15px;
  list-style: none;
  padding: 15px;
  display: block;
  color: var(--dark);
}

.modal-city__element:not(last-child) {
  border-bottom: 0.5px solid #dbdcde;
}

.modal-city__element:last-child {
  border-bottom: none;
}

.modal-city__element i {
  font-size: 12px;
}

.objectQuestionM .modal-wrapper {
  width: 500px;
}

@media (max-width: 576px) {
  .objectQuestionM .modal-wrapper {
    width: 100%;
  }
}

.modal-wallet .modal-wrapper {
  width: 400px;
}

@media (max-width: 576px) {
  .modal-wallet .modal-wrapper {
    width: 100%;
  }
}

.editM .modal-wrapper {
  width: 700px;
}

@media (max-width: 650px) {
  .editM .modal-wrapper {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
}

.editM ._head-row {
  margin-bottom: 10px;
}

.editM__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 650px) {
  .editM__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.editM__data .editM__col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.editM__data .editM__col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

@media (max-width: 650px) {
  .editM__data .editM__col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .editM__data .editM__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.editM__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px;
}

.editM__row:not(:last-child) {
  border-bottom: 1px solid #e5e9ee;
}

.editM__col {
  font-size: 14px;
  color: var(--dark);
}

.editM__col:not(:last-child) {
  margin-right: 40px;
}

.editM__edit {
  font-family: Raleway;
  color: var(--gray);
  margin-left: auto;
  cursor: pointer;
  font-weight: 600;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.editM__edit i {
  margin-right: 6px;
}

.editM__btn {
  width: 240px;
  height: 60px;
  margin: 20px auto 0;
}

.editM__btn p {
  font-family: Raleway;
  font-weight: 600;
  font-size: 14px;
  width: 240px;
  height: 60px;
  border: 1px solid #a6a8ad;
  border-radius: 4px;
  color: #a6a8ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.infoM ._head-row {
  margin-bottom: 20px;
}

.modal-complaint .modal-wrapper {
  width: 420px;
}

@media (max-width: 576px) {
  .modal-complaint .modal-wrapper {
    width: 100%;
  }
}

.header__link {
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__link:hover {
  color: var(--blue);
}

@media (max-width: 1100px) {
  .header__link {
    display: none;
  }
}

.header__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding: 0 38px;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
}

@media (max-width: 576px) {
  .header__logo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0 0 0 18px;
  }
}

.header__logo-one {
  height: 36px;
  margin-right: 10px;
}

.header__logo-two {
  height: 12px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .header__logo-two {
    display: none;
  }
}

.header__language {
  position: relative;
}

.header__language-head {
  color: white;
  padding: 0 10px;
  margin: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__language-head span {
  margin-right: 8px;
}

.header__language-head i {
  margin-top: 3px;
}

.header__language-body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
          box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
  border-radius: 2px;
  z-index: 10000;
  text-align: center;
}

.header__language-element {
  color: var(--dark);
  display: block;
  padding: 14px 16px;
  border-radius: 2px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__language-element:not(:last-child) {
  border-bottom: 0.8px solid #e7e9f1;
}

.header__language-element--active {
  background-color: #e7e9f1;
  border-bottom: none;
  font-weight: 600;
}

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

.header__info-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 8px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.header__info-element:not(:last-child) {
  margin-right: 15px;
}

.header__info-element:hover {
  color: white;
}

.header__info-icon {
  border-right: 1px solid #898a9b;
  padding-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.header__info-num {
  padding-left: 10px;
  text-align: center;
  width: 100%;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__nav > div:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}

.header__nav-element {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 2px;
}

.header__nav-element:hover {
  background-color: #323557;
}

.header__nav-element-head {
  padding: 9px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-number {
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 4px;
  right: 4px;
  background-color: var(--blue);
  color: white;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 700;
}

.header__nav-drop {
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
          box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
  border-radius: 2px;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
}

.header__nav-drop--noty {
  width: 320px;
}

.header__nav-wallet {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  font-size: 20px;
  height: 50px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.header__nav-wallet:hover {
  background-color: #323557;
}

.header__nav-wallet-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  height: 100%;
  width: 100%;
  padding: 9px;
}

.header__nav-wallet-head i {
  font-size: 20px;
}

.header__nav-wallet-head i:last-child {
  font-size: 14px;
}

.header__nav-wallet-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 20px;
  font-size: 14px;
  color: #131638;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 53px;
}

.header__nav-wallet-element:not(:last-child) {
  border-bottom: 0.8px solid #e7e9f1;
}

.header__nav-wallet-element i {
  width: 20px;
  text-align: center;
}

.header__nav-wallet-number {
  background: #dee3f4;
  border-radius: 2px;
  min-width: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 9px;
  display: block;
  color: var(--blue);
}

.header__user {
  position: relative;
}

@media (max-width: 1100px) {
  .header__user {
    margin-right: 0;
  }
}

.header__user-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__user-head:hover {
  background: rgba(32, 35, 57, 0.7);
}

@media (max-width: 380px) {
  .header__user-head {
    padding: 4px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__user-photo {
  height: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}

.header__user-photo img {
  border-radius: 50%;
}

.header__user-body {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  -webkit-box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
          box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
  border-radius: 2px;
  z-index: 100;
  display: none;
}

@media (max-width: 767.9999px) {
  .header__user-body {
    display: none !important;
  }
}

.header__user-name {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 576px) {
  .header__user-name {
    display: none;
  }
}

.header__user-element {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 250px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}

.header__user-element:hover {
  background-color: #e7e9f1;
  color: var(--dark);
}

.header__user-element i {
  width: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__user-noty {
  width: 18px;
  height: 18px;
  background-color: var(--blue);
  color: white;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 700;
}

.header__object {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__object:hover {
  background-color: white;
}

.header__object:hover p {
  color: var(--dark);
}

.header__object p {
  font-weight: 600;
  font-size: 14px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  line-height: 120%;
}

@media (max-width: 1100px) {
  .header__object {
    display: none;
  }
}

.header__auth {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.header__humb-btn {
  display: none;
}

@media (max-width: 767.9999px) {
  .header__humb-btn {
    display: block;
    margin-left: 20px;
  }
  .header__humb-btn span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 10px 0;
    background-color: #fff;
    position: relative;
  }
  .header__humb-btn span:before {
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 8px;
  }
  .header__humb-btn span:after {
    content: "";
    width: 24px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 8px;
  }
}

.header__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  color: var(--dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

@media (max-width: 576px) {
  .header__menu {
    padding: 30px;
  }
}

.header__menu a {
  color: var(--dark);
}

.header__menu-icon {
  height: 100%;
  font-size: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-user {
  background: #f6f6f7;
  border-radius: 3px;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-man {
  width: 45px;
  height: 45px;
}

.header__menu-man img {
  border-radius: 80px;
}

.submenu {
  position: relative;
}

.submenu__block {
  width: 320px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
          box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
  border-radius: 2px;
}

.submenu:hover .submenu__block {
  display: block;
}

.submenu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  font-size: 12px;
  border: 1px solid #e7e9f1;
}

.submenu__body {
  max-height: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: scroll;
}

.submenu__body::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.submenu__body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3359e6;
}

.submenu__body::-webkit-scrollbar-track {
  background-color: #dee3f4;
}

.noti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.noti:not(:last-child) {
  border-bottom: 1px solid #e7e9f1;
}

.noti > div {
  padding: 15px 0;
}

.noti__content {
  margin: 0 10px;
  font-size: 12px;
}

.noti__bg-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--dark);
  color: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noti__circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blue);
}

.header__info {
  display: none;
}

.header__nav-wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-panel {
  background: #fd7f00;
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .info-panel {
    height: 35px;
  }
}

.info-panel p {
  text-decoration: none;
  color: white;
  display: block;
  text-align: center;
  padding: 0 60px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  .info-panel p {
    font-size: 12px;
    padding: 0 40px;
  }
}

@media (max-width: 350px) {
  .info-panel p {
    padding: 0 30px;
  }
}

.info-panel__close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  color: white;
}

@media (max-width: 768px) {
  .info-panel__close {
    right: 10px;
  }
}

.header {
  background-color: #131638;
  position: relative;
  z-index: 100000;
  width: 100%;
  top: 0;
  left: 0;
}

.header__main {
  height: 80px;
  padding-right: 20px;
  width: 100%;
}

@media (min-width: 576px) {
  .header__main {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .header__main {
    padding-left: 60px;
  }
}

.header__search {
  white-space: nowrap;
  border: 1px solid #dbdcde;
  border-radius: 4px;
  padding: 6px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__search-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}

.header__search-text div {
  font-size: 27px;
}

.header__search-icon {
  background-color: #3359e6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__search-item {
  padding: 0 18px;
}

.header__search-item:not(:last-child) {
  border-right: 1px solid #dbdcde;
}

.header__bottom-search {
  display: none;
  padding: 0 30px;
}

.header__bottom-search .nsearch {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #dbdcde;
}

@media (max-width: 992px) {
  .header__bottom-search .nsearch {
    border: none;
  }
}

.header__bottom-search .nsearch__elem {
  background-color: #fff;
}

@media (max-width: 992px) {
  .header__bottom-search .nsearch__elem {
    border: 1px solid #dbdcde;
  }
}

.header__bg {
  background: #9599a6;
  opacity: 0.5;
  height: 100vh;
  width: 100%;
  position: absolute;
  display: none;
}

.header__scroll-nav {
  display: none;
  padding: 0 28px;
}

.header-scroll {
  background-color: #fff;
  border-bottom: 1px solid #dbdcde;
}

.header-scroll .header__language,
.header-scroll .header__info,
.header-scroll .header__nav,
.header-scroll .header__object {
  display: none;
}

.header-scroll .header__user * {
  color: #232f4d;
}

.header-scroll .header__user-head:hover {
  background: rgba(0, 0, 0, 0.05);
}

.header-scroll .header__search {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .header-scroll .header__logo,
  .header-scroll .header__user,
  .header-scroll .header__humb-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .header-scroll .header__search {
    display: none;
  }
  .header-scroll .header__scroll-nav {
    display: block;
  }
  .header-scroll .header__main {
    padding-right: 0;
  }
}

.header-scroll {
  background-color: #fff;
  border-bottom: 1px solid #dbdcde;
}

.header-scroll .header__language,
.header-scroll .header__info,
.header-scroll .header__nav,
.header-scroll .header__object {
  display: none;
}

.header-scroll .header__user * {
  color: #232f4d;
}

.header-scroll .header__user-head:hover {
  background: rgba(0, 0, 0, 0.05);
}

.header-scroll .header__search {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .header-scroll .header__logo,
  .header-scroll .header__user,
  .header-scroll .header__humb-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .header-scroll .header__search {
    display: none;
  }
  .header-scroll .header__scroll-nav {
    display: block;
  }
  .header-scroll .header__main {
    padding-right: 0;
  }
}

.loaderM {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000000;
  display: none;
}

.loaderM__wrapper {
  width: 500px;
  padding: 25px 25px 30px;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

.loaderM .loader-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.loaderM img {
  width: 100px;
  height: 100px;
}

.loaderM h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.loaderM p {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: var(--dark);
}

.loaderM__body {
  border: none;
  background: none;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0px;
  text-align: center;
  height: auto;
}

.loaderM .side {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.loaderM .back {
  position: relative;
  width: 100%;
}

.loaderM .front {
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  width: 100%;
}

.loaderM .flip {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.loader-mini {
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

.loader-mini .loaderM__wrapper {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader-mini .loaderM__body img {
  width: 30px;
  height: 30px;
}

.loader-mini .loader-close {
  display: none;
}

.loader-mini h2 {
  font-size: 16px;
  margin: auto;
  margin-left: 15px;
}

.loader-mini p {
  display: none;
}

@media (max-width: 576px) {
  .loaderM__wrapper {
    width: 100%;
    min-height: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    padding: 40px;
  }
}

.log-in-input-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.log-in-input-text input {
  border: 0.5px solid #a6a8ad;
  color: #232f4d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  line-height: 150%;
  padding: 0 18px;
  margin: 0;
  margin-top: 10px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-col {
  width: 25%;
}

.footer-head {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer {
  background-color: var(--dark-blue);
  padding: 50px 0 0;
  margin-top: auto;
  /* .footer-wrapper {
		display: flex;
		justify-content: space-between;
		margin-bottom: 100px;
		& > div {
			width: 25%;
		}
	}

	&__main {
		padding-right: 20px;
		&__head {
			img {
				height: 100%;
				object-fit: cover;
			}
		}
		&__body {
			a {
				opacity: 0.5;
				&:hover {
					opacity: 1;
				}
			}
		}
	}
	&__menu {
		&__body {
			a {
				opacity: 0.5;
				&:hover {
					opacity: 1;
				}
			}
		}
	}
	&__social {
		padding-right: 30px;
		@media (max-width: 567px) {
			padding-right: 70px;
		}
		@media (max-width: 460px) {
			padding-right: 30px;
		}
		&__body {
			flex-direction: row;
			flex-wrap: wrap;
			a {
				background-color: #6e8ae7;
				width: 45px;
				height: 45px;
				border-radius: 50px;
				@include flex-c-c;
				margin-right: 20px;
				opacity: 0.5;
				&:hover {
					opacity: 1;
				}
			}
			i {
				font-size: 22px;
				color: #131638;
				font-weight: 700;
			}
			@media (max-width: 567px) {
				img {
					width: 30px;
				}
			}
		}
	}
	&__contacts {
		&__body {
			font-weight: 600;
			font-size: 16px;
			line-height: 10px;
			color: #6e8ae7;
			i {
				margin-right: 8px;
			}
			a {
				margin-bottom: 20px;
				opacity: 0.5;
				&:hover {
					opacity: 1;
				}
			}
			a:first-child {
				text-decoration-line: underline;
			}
		}
	}
	&__copy {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 0;
		border-top: solid rgba(255, 255, 255, 0.5) 1px;
		p {
			font-weight: 600;
			font-size: 14px;
			line-height: 10px;
			color: #6e8ae7;
		}
		span {
			color: white;
			margin: 0 30px;
		}
	} */
}

.footer a {
  /* font-weight: 600;
		font-size: 16px;
		color: #6e8ae7;
		margin-bottom: 15px; */
}

/* 
@media (max-width: 992px) {
	.footer {
		&__social__body a {
			margin-right: 23px;
		}
		a {
			font-size: 14px;
			margin-bottom: 14px;
		}
	}
}
@media (max-width: 768px) {
	.footer-head {
		margin-bottom: 0;
	}
	.footer {
		.footer-wrapper {
			margin-bottom: 40px;
			flex-wrap: wrap;
			& > div {
				width: 50%;
			}
		}
	}
}
@media (max-width: 567px) {
	.footer {
		padding: 20px 0 0;
		a {
			font-size: 10px;
			margin-bottom: 12px;
		}
		&__social__body {
			img {
				width: 36px;
			}
			a {
				margin-right: 12px;
			}
		}
		&__main__head {
			img {
				height: 60px;
			}
		}
		&__copy {
			padding: 15px 0;
			p {
				font-size: 10px;
			}
		}
	}
}
 */
.profile-slider {
  position: relative;
}

.profile-slider .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.profile-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: solid 1px #dbdcde !important;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 10px 20px rgba(35, 47, 77, 0.15);
          box-shadow: 0px 10px 20px rgba(35, 47, 77, 0.15);
  pointer-events: auto;
}

.profile-slider .owl-nav button span {
  line-height: 120%;
}

.profile-slider .owl-nav .owl-prev {
  left: -15px;
}

.profile-slider .owl-nav .owl-next {
  right: -15px;
}

.profile-object .owl-nav {
  height: 240px;
}

.profile__social-text-width {
  width: 120px;
}

@media (min-width: 350px) {
  .profile__social-text-width {
    width: 150px;
  }
}

@media (min-width: 576px) {
  .profile__social-text-width {
    width: 320px;
  }
}

@media (min-width: 768px) {
  .profile__social-text-width {
    width: 400px;
  }
}

@media (min-width: 992px) {
  .profile__social-text-width {
    width: 75px;
  }
}

@media (min-width: 1200px) {
  .profile__social-text-width {
    width: 130px;
  }
}




























/* 
@charset "UTF-8";


body {
    color: #232f4d;
    background: #fbfbfb;
}

object {
    display: none;
    height: 0;
    width: 0;
    opacity: 0;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
    line-height: 150%;
    font-family: "Open Sans";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #3359e6;
}

a:hover {
    color: #3359e6;
}

.white-no-wrap {
    white-space: nowrap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #232f4d;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

@media (max-width: 576px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
}


.text-1,
.text-2,
.text-3,
.text-4 {
    line-height: 150%;
    color: #787e8b;
    margin: 0;
}

.text-1 {
    font-size: 18px;
}

.text-2 {
    font-size: 16px;
}

.text-3 {
    font-size: 14px;
}

.text-4 {
    font-size: 12px;
}

.text-b {
    color: #232f4d;
    font-weight: 700;
}

.text-link {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3359e6;
    cursor: pointer;
}

.img-size {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-u-line {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer;
    color: inherit;
}

.text-darkC {
    color: #232f4d;
}

.text-blueC {
    color: #3359e6;
}

.text-whiteC {
    color: white;
}

.text-whiteC:hover {
    color: white;
}

.text-grayblueC {
    color: #9194b6;
}

.text-sBold {
    font-weight: 600;
}

@media (max-width: 576px) {
    .text-1 {
        font-size: 16px;
    }
    .text-2 {
        font-size: 14px;
    }
}


.mb70 {
    margin-bottom: 70px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb22 {
    margin-bottom: 22px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb6 {
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .mb70 {
        margin-bottom: 30px;
    }
    .mb45 {
        margin-bottom: 30px;
    }
    .mb40 {
        margin-bottom: 25px;
    }
    .mb30 {
        margin-bottom: 22px;
    }
    .mb25 {
        margin-bottom: 20px;
    }
    .mb22 {
        margin-bottom: 18px;
    }
    .mb18 {
        margin-bottom: 15px;
    }
}

.mt45 {
    margin-top: 45px;
}

.mt30 {
    margin-top: 30px;
}

.mt22 {
    margin-top: 22px;
}

.mt18 {
    margin-top: 18px;
}

.mt10 {
    margin-top: 10px;
}

.mt6 {
    margin-top: 6px;
}

.mta {
    margin-top: auto;
}

@media (max-width: 768px) {
    .mt45 {
        margin-top: 30px;
    }
    .mt30 {
        margin-top: 20px;
    }
    .mt22 {
        margin-top: 18px;
    }
}

.ml20 {
    margin-left: 20px;
}

.ml15 {
    margin-left: 15px;
}

.ml8 {
    margin-left: 8px;
}

.mr20 {
    margin-right: 20px;
}

.mr15 {
    margin-right: 15px;
}

.mr8 {
    margin-right: 8px;
}

.ibg {
    position: relative;
}

.ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
        padding: 0 30px;
    }
}


.header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #131638;
    padding-right: 60px;
}

.header__logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 38px;
    margin-right: auto;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
}

.header__logo img {
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__language {
    position: relative;
    margin-right: 20px;
}

@media (max-width: 992px) {
    .header__language {
        display: none;
    }
}

.header__language__activ {
    color: white;
    padding: 0 10px;
    margin: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__language__activ span {
    margin-right: 8px;
}

.header__language__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    border: solid black 1px;
    border-radius: 4px;
    width: 100%;
    padding: 0 10px;
    z-index: 10000;
    text-align: center;
}

.header__language__list a {
    color: black;
    display: block;
    margin: 8px 0;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    position: relative;
}

@media (max-width: 992px) {
    .header__nav {
        display: none;
    }
}

.header__nav__element {
    position: relative;
    padding: 9px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__nav__element:hover {
    background-color: rgba(32, 35, 57, 0.7);
    border-radius: 2px;
}

.header__nav__element:not(:first-child) {
    margin-left: 10px;
}

.header__nav__element ._acc-nav-body {
    display: none;
}

.header__nav__number {
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: -4px;
    right: -4px;
    background-color: #3359e6;
    color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
}

.header__nav__drop {
    background-color: #fff;
    position: absolute;
    padding: 18px;
    -webkit-box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
    box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
    border-radius: 2px;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: calc(100% + 8px);
    right: 0;
    z-index: 100;
}

.header__nav__img {
    background-color: #232647;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__object {
    padding: 0 20px;
    height: 42px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .header__object {
        display: none;
    }
}

.header__object p {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: white;
    line-height: 18px;
}

.header__auth {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.header__user {
    position: relative;
}

.header__user__name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    margin-right: 8px;
}

.header__user__photo {
    height: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
}

.header__user__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__user__head:hover {
    background: rgba(32, 35, 57, 0.7);
}

.header__user__body {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    -webkit-box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
    box-shadow: 0px 3px 10px rgba(185, 186, 190, 0.2);
    border-radius: 2px;
    z-index: 100;
    display: none;
}

.header__user__element {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 250px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232f4d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
}

.header__user__element:hover {
    background-color: #e7e9f1;
    color: #232f4d;
}

.header__user__element i {
    width: 15px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__login {
    margin-left: 28px;
}

@media (max-width: 992px) {
    .header__login {
        display: none;
    }
}

.header__login a {
    width: 48px;
    height: 32px;
    background-color: var(--blue);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__humb-btn {
    display: none;
}

@media (max-width: 992px) {
    .header__humb-btn {
        display: block;
        margin-left: 20px;
    }
    .header__humb-btn span {
        display: block;
        width: 24px;
        height: 3px;
        margin: 10px 0;
        background-color: #fff;
        position: relative;
    }
    .header__humb-btn span:before {
        content: "";
        width: 24px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        bottom: 8px;
    }
    .header__humb-btn span:after {
        content: "";
        width: 24px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 8px;
    }
}

.header__menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    color: #232f4d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

@media (max-width: 576px) {
    .header__menu {
        padding: 30px;
    }
}

.header__menu a {
    color: #232f4d;
}

.header__menu__icon {
    height: 100%;
    font-size: 15px;
    width: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu__user {
    background: #f6f6f7;
    border-radius: 3px;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu__man {
    width: 45px;
    height: 45px;
}

@media (max-width: 576px) {
    .header {
        height: 60px;
        padding-right: 20px;
    }
    .header__logo {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .header__logo img {
        height: 50px;
    }
    .header__logo {
        padding: 0 10px 0 20px;
    }
}

*/
.footer-col {
    width: 25%;
}

.footer-head {
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer {
    background-color: #131638;
    padding: 70px 0 0;
}

.footer .footer-head div {
    color: white;
    font-size: 21px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .footer .footer-head div {
        font-size: 14px;
    }
}

.footer a {
    font-weight: 600;
    font-size: 16px;
    color: #6e8ae7;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}

.footer .footer-wrapper>div {
    width: 25%;
}

.footer__main {
    padding-right: 20px;
}

.footer__main__head img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer__main__body a {
    opacity: 0.5;
}

.footer__main__body a:hover {
    opacity: 1;
}

.footer__menu__body a {
    opacity: 0.5;
}

.footer__menu__body a:hover {
    opacity: 1;
}

.footer__social {
    padding-right: 20px;
}

@media (max-width: 567px) {
    .footer__social {
        padding-right: 70px;
    }
}

@media (max-width: 460px) {
    .footer__social {
        padding-right: 30px;
    }
}

.footer__social__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
}

.footer__social__body a {
    margin-right: 20px;
    opacity: 0.5;
    width: 40px;
    height: 40px;
}

.footer__social__body a:hover {
    opacity: 1;
}

.footer__contacts__body {
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    color: #6e8ae7;
}

.footer__contacts__body i {
    margin-right: 8px;
}

.footer__contacts__body a {
    margin-bottom: 20px;
    opacity: 0.5;
}

.footer__contacts__body a:hover {
    opacity: 1;
}

.footer__contacts__body a:first-child {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-top: solid rgba(255, 255, 255, 0.5) 1px;
}

.footer__copy p {
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    color: #6e8ae7;
}

.footer__copy span {
    color: white;
    margin: 0 30px;
}

@media (max-width: 992px) {
    .footer__social__body a {
        margin-right: 23px;
    }
    .footer a {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .footer-head {
        margin-bottom: 0;
    }
    .footer .footer-wrapper {
        margin-bottom: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .footer-wrapper>div {
        width: 50%;
    }
}

@media (max-width: 567px) {
    .footer {
        padding: 20px 0 0;
    }
    .footer a {
        font-size: 10px;
        margin-bottom: 12px;
    }
    .footer__social__body a {
        margin-right: 12px;
    }
    .footer__main__head img {
        height: 60px;
    }
    .footer__copy {
        padding: 15px 0;
    }
    .footer__copy p {
        font-size: 10px;
    }
}

/*
.loaderM {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 9999999;
    display: none;
}

.loaderM__wrapper {
    width: 500px;
    padding: 50px;
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 50px auto 0;
}

.loaderM img {
    width: 100px;
    height: 100px;
}

.loaderM h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.loaderM p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: var(--dark-blue);
}

.loaderM__body {
    border: none;
    background: none;
    position: relative;
    transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
    transform-style: preserve-3d;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
    text-align: center;
    height: auto;
}

.loaderM .side {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.loaderM .back {
    position: relative;
    width: 100%;
}

.loaderM .front {
    position: absolute;
    top: 0;
    transform: rotateY(-180deg);
    width: 100%;
}

.loaderM .flip {
    transform: rotateY(-180deg);
}

.loaderM.active {
    display: block;
}

.loaderM.active .loaderM__body {
    animation-duration: 2s;
    animation-name: loaderM;
    animation-iteration-count: infinite;
}

@keyframes loaderM {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(-360deg);
    }
}

@media (max-width: 576px) {
    .loaderM__wrapper {
        width: 100%;
        min-height: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 0;
        padding: 40px;
    }
} 
*/



.footer__social__body a {
  background-color: #162874;
}