@import "https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=cyrillic";
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  visibility: hidden;
  margin: 0;
  top: -9999px;
  left: -9999px;
  position: absolute !important;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 99992;
  outline: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  position: absolute;
  inset: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  opacity: 0;
  transition-duration: inherit;
  background: #1e1e1e;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  visibility: hidden;
  z-index: 99997;
  transition: opacity .25s, visibility 0s .25s;
  position: absolute;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility;
}

.fancybox-infobar {
  color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 44px;
  top: 0;
  left: 0;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  direction: ltr;
  z-index: 99994;
  overflow: visible;
  transform: translateZ(0);
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  white-space: normal;
  z-index: 99994;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 44px;
  transition-property: transform, opacity;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}

.fancybox-slide:before {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 100%;
  font-size: 0;
  display: inline-block;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  padding: 44px 0;
  overflow: hidden;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  -webkit-overflow-scrolling: touch;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  display: inline-block;
  position: relative;
  overflow: auto;
}

.fancybox-slide--image .fancybox-content {
  -webkit-backface-visibility: hidden;
  transform-origin: 0 0;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
  background: 0 0 / 100% 100% no-repeat;
  max-width: none;
  padding: 0;
  transition-property: transform, opacity;
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  cursor: default;
  background: #fff;
  width: 100%;
  max-width: 400px;
  padding: 40px;
}

.fancybox-error p {
  color: #444;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  box-shadow: none;
  cursor: pointer;
  vertical-align: top;
  visibility: inherit;
  background: #1e1e1e99;
  border: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  display: inline-block;
  position: relative;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:first-child, .fancybox-button--fsexit svg:first-child {
  display: none;
}

.fancybox-progress {
  transform-origin: 0;
  z-index: 99998;
  background: #ff5268;
  height: 2px;
  transition-property: transform;
  transition-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.fancybox-close-small {
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  z-index: 401;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 8px;
  position: absolute;
  top: -44px;
  right: -12px;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  top: 0;
  right: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  opacity: 0;
  background-clip: content-box;
  width: 70px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}

.fancybox-caption {
  color: #eee;
  pointer-events: none;
  text-align: center;
  z-index: 99996;
  background: linear-gradient(to top, #000000d9 0%, #0000004d 50%, #00000026 65%, #00000013 75.5%, #00000009 82.85%, #00000005 88%, #0000 100%);
  padding: 75px 44px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  bottom: 0;
  left: 0;
  right: 0;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  pointer-events: all;
  max-height: 50vh;
  overflow: auto;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  opacity: .7;
  z-index: 99999;
  background: none;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;
  animation: 1s linear infinite fancybox-rotate;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0)translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0)translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1)translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0)scale(.1)skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0)scale(.1)skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0)scale(1);
}

@media (height <= 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    color: #f2f4f6;
    opacity: 1;
    background: #4e4e4e;
    width: 36px;
    height: 36px;
    padding: 6px;
    top: 0;
    right: 0;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  text-align: center;
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  min-width: 130px;
  margin: 0 5px 10px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  color: #5d5b5b;
  background: none;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 14px;
}

.fancybox-thumbs {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: #0000;
  z-index: 99995;
  background: #ddd;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.fancybox-thumbs-x {
  overflow: auto hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  position: relative;
  overflow: hidden auto;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px #0000004d;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  -webkit-tap-highlight-color: transparent;
  background-color: #0000001a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.fancybox-thumbs__list a:before {
  content: "";
  opacity: 0;
  z-index: 99991;
  border: 6px solid #ff5268;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (width <= 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

html.ovh, html.ovh body {
  overflow: hidden;
}

body {
  color: #181818;
  background: #fff;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 400 26px / 1.38 Montserrat, Verdana, sans-serif;
}

@media only screen and (width <= 767px) {
  body {
    font-size: 20px;
  }
}

img {
  vertical-align: top;
  image-rendering: crisp-edges;
  border-style: none;
  max-width: 100%;
}

a {
  color: #000;
  outline: none;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  outline: none;
  font-style: normal;
  font-weight: normal;
}

fieldset {
  border: none;
  min-height: 1px;
  margin: 0;
  padding: 0;
}

main, header, nav, section, article, aside, footer, figure, menu, dialog {
  display: block;
}

input::-ms-clear {
  display: none;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

textarea, input[type="submit"], input[type="reset"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
  appearance: none;
  -webkit-border-radius: 0;
}

h1 {
  margin: 0 0 40px;
}

p {
  margin: 0 0 42px;
}

@media only screen and (width <= 767px) {
  p {
    margin: 0 0 29px;
  }
}

#wrapper {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

#main {
  flex: 5000 auto;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1202px;
  margin: 0 auto;
  padding: 0 10px;
}

.resolutions1200 {
  display: none;
}

@media only screen and (width <= 1200px) {
  .resolutions1200 {
    display: block;
  }
}

#header {
  z-index: 3;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 114px;
  padding: 10px 31px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

@media only screen and (width <= 1300px) {
  #header {
    padding: 10px;
  }
}

@media only screen and (width <= 1200px) {
  #header {
    height: 80px;
    padding: 10px 20px;
  }
}

#header .open-menu {
  background: url("../img/svg-14.ea7752fc.svg") no-repeat;
  width: 30px;
  height: 30px;
  margin: 15px 10px 0 0;
  display: none;
}

#header .open-menu.active {
  background: url("../img/svg-15.d16a6139.svg") no-repeat;
}

@media only screen and (width <= 1200px) {
  #header .open-menu {
    display: block;
  }
}

@media only screen and (width <= 374px) {
  #header .open-menu {
    margin: 15px 0 0;
  }
}

.logo {
  flex: 0 0 235px;
  width: 235px;
  height: 60px;
  display: block;
}

.logo a {
  text-indent: -9999px;
  background-image: url("../img/svg-logo.99c32530.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  overflow: hidden;
}

@media only screen and (width <= 1200px) {
  .holder-nav {
    z-index: -1;
    opacity: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    max-height: calc(100vh - 80px);
    transition: all 0s .1s, top .4s, opacity .1s;
    display: block;
    position: absolute;
    top: -999px;
    left: 0;
    overflow: auto;
    box-shadow: 0 20px 20px #0000001a;
  }

  .holder-nav.open {
    opacity: 1;
    top: 100%;
  }
}

.holder-nav #nav {
  padding: 6px 5px 0 30px;
}

@media only screen and (width <= 1300px) {
  .holder-nav #nav {
    padding: 6px 5px 0 10px;
  }
}

@media only screen and (width <= 1200px) {
  .holder-nav #nav {
    background: #fff;
    padding: 54px 30px 42px;
    display: block;
  }
}

.holder-nav #nav:hover .drop-nav {
  transition: opacity .35s, transform .35s;
  transform: scaleY(1);
}

.holder-nav #nav:hover .drop-nav .container {
  transition: transform .35s .35s;
  transform: translateX(-10px);
}

.holder-nav #nav:hover .item-head:hover ~ .item-head:not(:hover) .container {
  transform: translateX(10px);
}

.holder-nav #nav:hover .item-head:hover .container {
  transition: transform .35s;
  transform: translateX(0);
}

.holder-nav #nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (width <= 1200px) {
  .holder-nav #nav ul {
    text-align: left;
  }
}

.holder-nav #nav ul li {
  vertical-align: top;
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

@media only screen and (width <= 1200px) {
  .holder-nav #nav ul li {
    margin: 0 0 30px;
    padding: 0;
    display: block;
    position: relative;
  }

  .holder-nav #nav ul li.hide {
    display: none;
  }
}

.holder-nav #nav ul li a {
  vertical-align: top;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.holder-nav #nav ul li a:hover {
  color: #e85d41;
}

.holder-nav #nav ul li a.item-accent {
  color: #f56e5a;
}

.holder-nav #nav ul li a.item-accent:hover {
  color: #e85d41;
}

.holder-nav #nav ul li a.btn-item {
  padding: 0 25px 0 0;
}

.holder-nav #nav ul li a.btn-item:before {
  content: "";
  background: url("../img/svg-1.bdd4708b.svg") no-repeat;
  width: 13px;
  height: 13px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.holder-nav #nav ul li.active .btn-item:before {
  transform: rotate(-180deg)rotateY(0);
}

@media only screen and (width <= 1200px) {
  .holder-nav #nav ul li.active .btn-item {
    padding: 0 0 0 25px;
  }

  .holder-nav #nav ul li.active .btn-item:before {
    left: 0;
    right: auto;
    transform: rotate(90deg)rotateY(0);
  }
}

.holder-nav .item-head {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media only screen and (width <= 1200px) {
  .holder-nav .item-head {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (width >= 1202px) {
  .holder-nav .item-head:hover .btn-item:after {
    content: "";
    border-bottom: 4px solid #000;
    margin: 26px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 25px;
  }
}

@media only screen and (width >= 1202px) and (width <= 1200px) {
  .holder-nav .item-head:hover .btn-item:after {
    display: none;
  }
}

@media only screen and (width >= 1202px) {
  .holder-nav .item-head:hover .drop-nav {
    opacity: 1;
    transition: opacity .35s, transform .35s;
    top: 100%;
    left: 0;
    right: 0;
  }
}

@media only screen and (width <= 1200px) {
  .holder-nav .item-head.active .btn-item:after {
    content: "";
    border-bottom: 4px solid #000;
    margin: 26px 0 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 25px;
  }

  .holder-nav .item-head.active .drop-nav {
    opacity: 1;
    transition: opacity .35s, transform .35s;
    top: 100%;
    left: -30px;
    right: -30px;
    transform: scaleY(1);
  }
}

.holder-nav .item-head .drop-nav {
  opacity: 1;
  transform-origin: 50% 0;
  background: #fff;
  border-top: 1px solid #0000001c;
  margin: -14px 0 0;
  padding: 64px 0 0 145px;
  transition: all 0s .35s, opacity .35s, transform .35s;
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  transform: scaleY(0);
  box-shadow: 0 15px 15px #0000001a;
}

@media only screen and (width <= 1200px) {
  .holder-nav .item-head .drop-nav {
    box-shadow: none;
    z-index: 1;
    margin: 30px 0 0;
    padding: 45px 20px;
    left: -30px;
    right: -30px;
  }
}

.holder-nav .item-head .drop-nav .container {
  padding-bottom: 30px;
}

.holder-nav .item-head .drop-nav .container:after {
  content: "";
  clear: both;
  display: block;
}

.holder-nav .item-head .drop-nav .container a {
  font-weight: normal !important;
}

.holder-nav .mobile-nav {
  text-align: left;
  background: #f1f0ec;
  padding: 39px 30px;
  display: none;
  box-shadow: inset 0 10px 20px #0000001a;
}

@media only screen and (width <= 1200px) {
  .holder-nav .mobile-nav {
    display: block;
  }
}

.holder-nav .mobile-nav .holder-block {
  margin: 0 0 40px;
}

.holder-nav .mobile-nav .holder-block .group {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.holder-nav .mobile-nav .holder-block .list-social {
  justify-content: space-between;
  align-items: center;
  max-width: 184px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.holder-nav .mobile-nav .holder-block .list-social li {
  margin: 0 10px 0 0;
}

@media only screen and (width <= 1200px) {
  .holder-nav .mobile-nav .holder-block .list-social li {
    margin: 0 19px 8px 21px;
  }
}

.holder-nav .mobile-nav .holder-block .list-social a {
  vertical-align: top;
  opacity: .4;
  display: inline-block;
}

.holder-nav .mobile-nav .holder-block .list-social a:hover {
  opacity: 1;
}

.holder-nav .mobile-nav span {
  color: #181818;
  margin: 0 0 10px;
  font-size: 14px;
  display: block;
}

.holder-nav .mobile-nav span a {
  color: #181818;
  text-decoration: none;
}

.drop-nav .drop-one {
  margin: 0 -20px;
}

.drop-nav .drop-one:after {
  content: "";
  clear: both;
  display: block;
}

.drop-nav .half-block {
  float: left;
  width: 53%;
  padding: 0 20px;
}

.drop-nav .half-block:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (width <= 1200px) {
  .drop-nav .half-block {
    float: none;
    width: 100%;
  }
}

.drop-nav .half-block:first-child {
  width: 100%;
}

@media only screen and (width <= 1200px) {
  .drop-nav .half-block:first-child {
    border-bottom: 1px solid #f1f0ec;
    border-right: none;
    width: auto;
    margin: 0 0 46px;
  }
}

.drop-nav .half-block:last-child {
  padding-left: 44px;
}

@media only screen and (width <= 1200px) {
  .drop-nav .half-block:last-child {
    padding-left: 20px;
  }
}

.drop-nav .smart-t {
  float: left;
  width: 37%;
  padding: 0 20px 0 0;
}

@media only screen and (width <= 950px) {
  .drop-nav .smart-t {
    float: none;
    width: auto;
    padding: 0 0 15px;
  }
}

.drop-nav .smart-t p {
  margin: 0 0 10px;
}

.drop-nav .hover-drop {
  border-radius: 10px;
  position: relative;
  margin: 0 0 10px -10px !important;
  padding: 10px !important;
}

.drop-nav .hover-drop:before {
  opacity: 0;
  content: "";
  z-index: -1;
  background: #f1f0ec;
  border-radius: 10px;
  position: absolute;
  inset: -10px;
}

.drop-nav .hover-drop:hover {
  color: #181818 !important;
}

.drop-nav .hover-drop:hover:before {
  opacity: 1;
}

.drop-nav .cutomers {
  float: left;
  width: 63%;
}

@media only screen and (width <= 950px) {
  .drop-nav .cutomers {
    float: none;
    width: auto;
  }
}

.drop-nav .cutomers p {
  margin: 0 0 30px;
}

.drop-nav .title-nav {
  margin: 0 0 52px;
  font-size: 16px;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 1200px) {
  .drop-nav .title-nav {
    margin: 0 0 30px;
  }
}

.drop-nav .icon-nav {
  width: 30px;
  margin: 0 0 23px;
  display: block;
}

@media only screen and (width <= 950px) {
  .drop-nav .icon-nav {
    margin: 0 0 19px;
  }
}

.drop-nav .icon-nav img {
  width: 30px;
  height: 30px;
}

.drop-nav .bold {
  margin: 0 0 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 950px) {
  .drop-nav .bold {
    margin: 0 0 17px;
  }
}

.drop-nav .nav-brand {
  justify-content: space-between;
  align-items: center;
  max-width: 306px;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 0 0 -20px !important;
}

@media only screen and (width <= 1200px) {
  .drop-nav .nav-brand {
    margin: 0 !important;
  }
}

.drop-nav .nav-brand li {
  padding: 0 10px 0 0;
  margin: 0 0 40px !important;
}

@media only screen and (width <= 950px) {
  .drop-nav .nav-brand li {
    margin: 0 0 18px !important;
  }
}

.drop-nav .cutomers-nav {
  font-size: 0;
  line-height: 0;
  display: flex;
  margin: 0 0 0 -20px !important;
}

@media only screen and (width <= 1200px) {
  .drop-nav .cutomers-nav {
    margin: 0 !important;
  }
}

@media only screen and (width <= 950px) {
  .drop-nav .cutomers-nav {
    display: block;
    margin: 0 !important;
  }
}

.drop-nav .cutomers-nav li {
  padding: 0 10px;
  width: 33.3% !important;
  margin: 0 !important;
}

@media only screen and (width <= 950px) {
  .drop-nav .cutomers-nav li {
    flex: 100%;
    padding: 0;
    display: block;
    width: 100% !important;
  }
}

.drop-nav .cutomers-nav a {
  border-radius: 10px;
  height: 100%;
  padding: 10px;
  display: block !important;
}

.drop-nav .cutomers-nav a p {
  margin: 0;
}

.drop-nav .cutomers-nav a:hover {
  background: #f1f0ec;
  color: #181818 !important;
}

.drop-nav .holder-nav-delivery {
  flex-wrap: wrap;
  margin: 0 -20px;
  display: flex;
}

.drop-nav .holder-nav-delivery .nav-delivery {
  border-right: 1px solid #0000001c;
  flex: 0 0 25%;
  width: 25%;
  margin: 0;
  padding: 0 20px;
}

@media only screen and (width <= 1100px) {
  .drop-nav .holder-nav-delivery .nav-delivery {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media only screen and (width <= 767px) {
  .drop-nav .holder-nav-delivery .nav-delivery {
    border-bottom: 1px solid #0000001c;
    border-right: none;
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 45px;
  }
}

.drop-nav .holder-nav-delivery .nav-delivery:last-child {
  border-right: none;
}

.drop-nav .holder-nav-delivery .nav-delivery li {
  width: 100%;
  margin: 0 0 30px !important;
  padding: 0 !important;
  display: block !important;
}

@media only screen and (width <= 767px) {
  .drop-nav .holder-nav-delivery .nav-delivery li {
    margin: 0 0 21px !important;
  }
}

.drop-nav .holder-nav-delivery .nav-delivery a {
  padding: 0 0 0 40px;
  position: relative;
}

@media only screen and (width <= 767px) {
  .drop-nav .holder-nav-delivery .nav-delivery a {
    padding: 0 0 0 35px;
  }
}

.drop-nav .holder-nav-delivery .nav-delivery .icon-nav {
  width: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.drop-nav .blog {
  float: left;
  border-right: 1px solid #f1f0ec;
  width: 30%;
  padding: 10px 25px 0 0;
}

@media only screen and (width <= 950px) {
  .drop-nav .blog {
    float: none;
    border-bottom: 1px solid #f1f0ec;
    border-right: none;
    width: 100%;
    margin: 0 0 25px;
    padding: 0 0 22px;
  }
}

.drop-nav .blog p {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.35;
}

.drop-nav .blog .read-more {
  font-weight: 400 !important;
}

.drop-nav .blog + .half-block {
  width: 70%;
  padding-right: 0;
}

@media only screen and (width <= 950px) {
  .drop-nav .blog + .half-block {
    padding: 0;
  }
}

.drop-nav .blog + .half-block li {
  flex: 0 0 25%;
  width: 25% !important;
}

@media only screen and (width <= 950px) {
  .drop-nav .blog + .half-block li {
    flex: 0 0 50%;
    width: 50% !important;
    margin: 0 0 12px !important;
  }
}

@media only screen and (width <= 540px) {
  .drop-nav .blog + .half-block li {
    flex: 0 0 100%;
    width: 100% !important;
  }
}

.holder-account {
  justify-content: flex-end;
  align-items: center;
  padding: 4px 0 0;
  display: flex;
}

@media only screen and (width <= 1200px) {
  .holder-account {
    text-align: center;
    display: block;
  }
}

.holder-account a {
  vertical-align: middle;
  margin: 0 0 0 9px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (width <= 950px) {
  .holder-account a {
    margin: 0;
  }
}

.holder-account .btn-try span {
  display: none;
}

@media only screen and (width <= 1200px) {
  .holder-account .btn-try span {
    font-weight: 700;
    display: inline;
  }

  .holder-account .btn-try {
    text-align: center;
    padding: 14px 5px;
    display: block;
  }
}

.holder-account .sign-in {
  margin: 0 32px 0 0;
}

@media only screen and (width <= 1300px) {
  .holder-account .sign-in {
    margin: 0 15px 0 0;
  }
}

@media only screen and (width <= 1200px) {
  .holder-account .sign-in {
    margin: 0 0 32px;
  }
}

.holder-account .sign-in:hover {
  color: #e85d41;
}

.holder-account .holder-lang {
  padding: 0 39px 0 20px;
  position: relative;
}

@media only screen and (width <= 1300px) {
  .holder-account .holder-lang {
    padding: 0 15px 0 10px;
  }
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang {
    text-align: left;
    margin: 0 0 30px;
    padding: 0;
  }
}

.holder-account .holder-lang span {
  cursor: pointer;
  vertical-align: top;
  padding: 0 25px 0 0;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

@media only screen and (width <= 1300px) {
  .holder-account .holder-lang span {
    padding: 0 15px 0 0;
  }
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang span {
    margin-top: 29px;
    padding: 0 23px 0 0;
  }
}

.holder-account .holder-lang span:hover {
  color: #e85d41;
}

.holder-account .holder-lang span:before {
  content: "";
  background: url("../img/svg-1.bdd4708b.svg") no-repeat;
  width: 13px;
  height: 13px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.holder-account .holder-lang.active .holder-list-lang {
  display: block;
}

.holder-account .holder-lang.active span {
  margin-top: 0;
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang.active span {
    padding: 0 0 0 25px;
  }

  .holder-account .holder-lang.active span:before {
    left: 0;
    right: auto;
    transform: rotate(90deg)rotateY(0);
  }
}

.holder-account .holder-lang .holder-list-lang {
  width: 180px;
  padding: 10px 0 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang .holder-list-lang {
    box-shadow: none;
    background: #fff;
    width: auto;
    padding: 20px 0;
    left: -30px;
    right: -30px;
  }
}

.holder-account .holder-lang .holder-list-lang ul {
  background: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 10px 30px #0000001a;
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang .holder-list-lang ul {
    box-shadow: none;
    border-top: 1px solid #0000001c;
    border-radius: 0;
    padding: 20px 30px 0 !important;
  }
}

.holder-account .holder-lang .holder-list-lang ul a {
  margin: 0;
  padding: 6px 20px;
  display: block !important;
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang .holder-list-lang ul a {
    padding: 0;
  }
}

.holder-account .holder-lang .holder-list-lang ul a:hover {
  background: #f1f0ec;
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang .holder-list-lang ul a:hover {
    background: none;
  }

  .holder-account .holder-lang .holder-list-lang ul li {
    margin: 0 0 20px !important;
  }
}

.holder-account .holder-lang .holder-list-lang ul li.active a {
  background: #f1f0ec;
}

@media only screen and (width <= 1200px) {
  .holder-account .holder-lang .holder-list-lang ul li.active a {
    background: none;
  }
}

.btn-try {
  color: #fff;
  background: #f56e5a;
  border-radius: 5px;
  padding: 10px 30px;
}

.btn-try:hover {
  background: #e85d41;
}

.promo {
  text-align: center;
  padding: 210px 0 96px;
}

@media only screen and (width <= 767px) {
  .promo {
    padding: 154px 7px 53px;
  }
}

.promo .foreground {
  z-index: 2;
  position: relative;
}

.promo .title-promo {
  color: #181818;
  margin: 0 0 40px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 767px) {
  .promo .title-promo {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 42px;
  }
}

.promo .title-promo > .foreground {
  font-weight: 700;
}

@keyframes slotmachine {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-34em);
  }
}

.promo .title-promo span.highlight {
  color: #e85d41;
  font-weight: 700;
}

.promo .title-promo .foodIcon {
  white-space: break-spaces;
  cursor: pointer;
  width: 1em;
  height: 2em;
  margin-top: -.4em;
  margin-left: .3em;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .promo .title-promo .foodIcon {
    margin-top: -.55em;
    margin-left: .2em;
    font-size: 45px;
  }
}

.promo .title-promo .foodIcon span {
  white-space: break-spaces;
  line-height: 2em;
  animation-fill-mode: forwards;
  display: inline-block;
}

.promo .title-promo .foodIcon.animate span {
  opacity: 1;
  animation-name: slotmachine;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(.17, 1.16, 1, 1);
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-delay: .5s;
}

.promo .title-promo .foodIcon:before {
  content: "";
  z-index: 1;
  background-image: linear-gradient(#fff 0%, #fff0 25% 75%, #fff 100%);
  position: absolute;
  inset: 0;
}

.btn-orange {
  color: #fff;
  background-color: #f56e5a;
  border: none;
  border-radius: 10px;
  max-width: 460px;
  margin: 0 auto;
  padding: 12px 10px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.38;
  text-decoration: none;
  display: block;
}

.btn-orange:hover {
  background: #e85d41;
}

@media only screen and (width <= 767px) {
  .btn-orange {
    max-width: 315px;
    padding: 16px 10px;
    font-size: 14px;
  }
}

.btn-orange.disabled {
  cursor: not-allowed;
  color: #1818184d;
  background: #18181812;
}

.slider-orders {
  opacity: 0;
  margin: 0 0 55px;
  padding: 19px 0;
  transition: opacity .4s ease-in-out;
}

.slider-orders.populated-with-data {
  opacity: 1;
}

@media only screen and (width <= 767px) {
  .slider-orders {
    margin: 0 0 30px;
  }
}

.slider-orders .slick-list {
  margin: 0 0 42px;
}

@media only screen and (width <= 1100px) {
  .slider-orders .slick-list {
    margin: 0 -90px 85px -80px;
  }
}

@media only screen and (width <= 950px) {
  .slider-orders .slick-list {
    margin: 0 -90px 85px;
  }
}

@media only screen and (width <= 767px) {
  .slider-orders .slick-list {
    margin: 0 0 25px;
  }
}

.slider-orders .slick-slide {
  border-right: 1px solid #0000001a;
  padding: 0 50px;
}

.slider-orders .slick-slide:last-child {
  border: none;
}

@media only screen and (width <= 950px) {
  .slider-orders .slick-slide {
    padding: 0 100px;
  }
}

@media only screen and (width <= 767px) {
  .slider-orders .slick-slide {
    text-align: center;
    border: none;
    padding: 0 10px;
  }
}

.slider-orders .title-icon {
  color: #e85d41;
  align-items: center;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

@media only screen and (width <= 767px) {
  .slider-orders .title-icon {
    justify-content: center;
  }
}

.slider-orders .title-icon .icon {
  flex: 0 0 30px;
  width: 30px;
  margin: 0 21px 0 0;
}

.slider-orders .title-icon span {
  font-weight: 700;
}

.slider-orders strong {
  margin: 0 0 29px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 767px) {
  .slider-orders strong {
    margin: 0 0 23px;
    font-size: 26px;
  }
}

.slider-orders strong em {
  font-size: 36px;
  font-weight: 600;
}

@media only screen and (width <= 767px) {
  .slider-orders strong em {
    font-size: 26px;
  }
}

.slider-orders p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.4;
}

.slider-orders p .pale-red {
  color: #e85d41;
}

.slider-orders .plus {
  background: #f1f0ec;
  border-radius: 15px;
  margin: 0 7px 5px 0;
  padding: 4px 0 4px 10px;
  font-weight: 700;
  display: inline-block;
}

.slider-orders .plus span {
  color: #fff;
  background: #f56e5a;
  border-radius: 50%;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  font-weight: 700;
  display: inline;
}

.slider-orders .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.slider-orders .slick-dots li {
  vertical-align: top;
  margin: 0 10px 10px;
  display: inline-block;
}

.slider-orders .slick-dots li.slick-active button {
  opacity: 1;
}

.slider-orders .slick-dots button {
  cursor: pointer;
  opacity: .2;
  text-indent: -9999px;
  background: #181818;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.slider-orders .slick-dots button:hover {
  opacity: 1;
}

.section-restaurant {
  text-align: center;
  background: #f1f0ec;
  margin: 0 0 118px;
  padding: 120px 0 60px;
}

@media only screen and (width <= 767px) {
  .section-restaurant {
    margin: 0 0 61px;
    padding: 60px 0 10px;
  }

  .section-restaurant p {
    margin: 0 0 22px;
  }
}

.holder-list-restaurant {
  scroll-behavior: smooth;
  margin: 0 -10px;
  padding: 18px 0;
  overflow-x: auto;
}

.holder-list-restaurant .list-restaurant {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 775px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.holder-list-restaurant .list-restaurant li {
  vertical-align: middle;
  flex: 200px;
  margin: 0 0 65px;
  padding: 0 5px;
  display: inline-block;
}

@media only screen and (width <= 767px) {
  .holder-list-restaurant .list-restaurant li {
    margin: 0 0 30px;
  }
}

.holder-list-restaurant .list-restaurant li.rest-img:first-child img, .holder-list-restaurant .list-restaurant li.rest-img:nth-child(3) img {
  max-width: 75px;
}

.holder-list-restaurant .list-restaurant li.rest-img:nth-child(2) img {
  max-width: 170px;
}

.holder-list-restaurant .list-restaurant li.rest-img:nth-child(4) img {
  max-width: 155px;
}

.holder-list-restaurant .list-restaurant li.rest-img:nth-child(5) img {
  max-width: 150px;
}

.holder-list-restaurant .list-restaurant li.rest-img:nth-child(6) img {
  margin-right: 50px;
}

.holder-list-restaurant .list-restaurant li.rest-img:nth-child(7) img, .holder-list-restaurant .list-restaurant li.rest-img:nth-child(6) img, .holder-list-restaurant .list-restaurant li.rest-img:nth-child(8) img {
  max-width: 260px;
}

.holder-list-restaurant .list-restaurant li.rest-img:nth-child(9) img {
  max-width: 200px;
}

.holder-list-restaurant .list-restaurant .holder-img {
  margin: 0 auto;
}

.overflow-img {
  scroll-behavior: smooth;
  border-radius: 30px;
  margin: 0 0 121px;
  box-shadow: 0 20px 60px #0000001a, 0 1px 3px #00000026;
}

.overflow-img.clone {
  box-shadow: none;
}

@media only screen and (width <= 767px) {
  .overflow-img {
    border-radius: 15px;
    margin: 0 0 55px;
  }
}

.overflow-img .holder-img {
  min-width: 600px;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .overflow-img .holder-img {
    min-width: unset;
  }
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (width <= 767px) {
  h1 {
    font-size: 26px;
    line-height: 1.4;
  }
}

h1.center {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto 117px;
}

@media only screen and (width <= 767px) {
  h1.center {
    margin: 0 0 51px;
  }
}

h1 a {
  font-weight: 600;
  text-decoration: none;
}

h1 a:hover {
  color: #e85d41;
}

.holder-order {
  border-bottom: 1px solid #0000001a;
  margin: 0 0 85px;
  padding: 0 0 62px;
}

@media only screen and (width <= 767px) {
  .holder-order {
    margin: 0 0 35px;
    padding: 0;
  }
}

.holder-order:after {
  content: "";
  clear: both;
  display: block;
}

.holder-order .holder-block {
  float: left;
  margin: 0 0 20px;
  overflow: hidden;
}

@media only screen and (width <= 1100px) {
  .holder-order .holder-block {
    float: none;
    width: 100% !important;
  }
}

@media only screen and (width <= 767px) {
  .holder-order .holder-block {
    margin: 0 0 60px;
  }
}

.holder-order .holder-block:first-child {
  width: 45%;
  padding: 0 20px 0 0;
}

@media only screen and (width <= 1100px) {
  .holder-order .holder-block:first-child {
    padding: 0 0 0 20px;
  }
}

.holder-order .holder-block:last-child {
  width: 55%;
}

@media only screen and (width <= 767px) {
  .holder-order .holder-block:last-child {
    margin: 0 0 40px;
  }
}

.holder-order .holder-img {
  float: left;
  width: 330px;
  margin: 67px 10px 0 20px;
}

@media only screen and (width <= 1100px) {
  .holder-order .holder-img {
    margin: 0 0 0 -10px;
  }
}

@media only screen and (width <= 767px) {
  .holder-order .holder-img {
    float: none;
    margin: 0 0 65px -10px;
  }
}

.holder-order .review {
  float: right;
  width: 180px;
  padding: 7px 0;
}

@media only screen and (width <= 1100px) {
  .holder-order .review {
    float: none;
    width: auto;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
}

@media only screen and (width <= 767px) {
  .holder-order .review {
    padding: 0 15px 0 20px;
  }
}

.holder-order .review p {
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 1.38;
}

@media only screen and (width <= 767px) {
  .holder-order .review p {
    line-height: 1.4;
  }
}

.holder-order .review .group {
  overflow: hidden;
}

.holder-order .review .img-user {
  border-radius: 7px;
  width: 50px;
  margin: 0 0 21px;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .holder-order .review .img-user {
    float: left;
  }

  .holder-order .review .block {
    padding: 0 0 0 20px;
    overflow: hidden;
  }
}

.holder-order .review .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  display: block;
}

.holder-order .review .position {
  margin: 0 0 19px;
  font-size: 14px;
  line-height: 1.43;
  display: block;
}

.holder-order .quotes {
  margin: 0 0 26px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 767px) {
  .holder-order .quotes {
    margin: 0 0 22px;
  }
}

.holder-order .institution-img {
  max-width: 70px;
}

.holder-order.clone {
  border-bottom: none;
  margin: 0 0 7px;
  padding: 0;
}

@media only screen and (width <= 767px) {
  .holder-order.clone {
    margin: 0 0 27px;
  }
}

.holder-order.clone h2 {
  margin: 0 0 43px;
}

@media only screen and (width <= 1100px) {
  .holder-order.clone h2 {
    margin: 0 0 16px;
  }

  .holder-order.clone .holder-block {
    margin: 0;
    padding: 0;
  }
}

.holder-order.clone .holder-block:nth-child(2) {
  padding-top: 80px;
  padding-left: 6%;
}

@media only screen and (width <= 1100px) {
  .holder-order.clone .holder-block:nth-child(2) {
    padding: 0;
  }
}

.holder-order.clone .holder-list {
  float: left;
  width: 300px;
  padding: 68px 0 0;
}

@media only screen and (width <= 1100px) {
  .holder-order.clone .holder-list {
    padding: 0;
  }
}

@media only screen and (width <= 767px) {
  .holder-order.clone .holder-list {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.holder-order.clone .holder-list ul {
  margin: 0;
  padding: 0 0 28px;
  font-size: 16px;
  line-height: 22px;
  list-style: none;
}

.holder-order.clone .holder-list ul li {
  margin: 0 0 10px;
}

@media only screen and (width <= 767px) {
  .holder-order.clone .review {
    padding: 0;
  }
}

.section-title {
  align-items: center;
  margin: 0 0 35px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

@media only screen and (width <= 1100px) {
  .section-title {
    margin: 0 0 26px;
  }
}

.section-title.border {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 120px;
  padding: 0 0 37px;
}

@media only screen and (width <= 767px) {
  .section-title.border {
    margin: 0 0 58px;
    padding: 0 0 28px;
  }
}

.section-title .icon {
  flex: 0 0 40px;
  width: 40px;
  margin: 0 11px 0 0;
}

.section-title span {
  font-weight: 700;
}

h2 {
  margin: 0 0 21px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.28;
}

@media only screen and (width <= 1100px) {
  h2 {
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
  }
}

.btn-black {
  text-align: center;
  border: 1px solid #181818;
  border-radius: 7px;
  max-width: 180px;
  padding: 17px 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}

@media only screen and (width <= 1100px) {
  .btn-black {
    max-width: 205px;
  }
}

.btn-black:hover {
  color: #e85d41;
  background: #1818181a;
  border-color: #0000;
}

.holder-job {
  border-bottom: 1px solid #0000001a;
  margin: 0 0 85px;
  padding: 0 0 62px;
  display: flex;
}

@media only screen and (width <= 767px) {
  .holder-job {
    flex-direction: column-reverse;
    margin: 0 0 35px;
    padding: 0 0 8px;
    display: flex;
  }
}

.holder-job .holder-block {
  flex: 0 0 50%;
  width: 50%;
}

@media only screen and (width <= 767px) {
  .holder-job .holder-block {
    flex: 0 0 100%;
    width: 100%;
  }
}

.holder-job .holder-img {
  margin: 25px 10px -20px -59px;
}

@media only screen and (width <= 1200px) {
  .holder-job .holder-img {
    margin: 39px 19px 24px 0;
  }
}

@media only screen and (width <= 767px) {
  .holder-job .holder-img {
    margin: 39px 19px 24px -10px;
  }
}

.holder-job .holder-text {
  padding: 0 0 0 19%;
}

@media only screen and (width <= 950px) {
  .holder-job .holder-text {
    padding: 0 0 0 15px;
  }
}

@media only screen and (width <= 767px) {
  .holder-job .holder-text {
    padding: 0 20px;
  }
}

.holder-job .quotes {
  margin: 0 0 26px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 767px) {
  .holder-job .quotes {
    margin: 0 0 20px 20px;
  }
}

.holder-job .review {
  margin: 0 0 17px;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .holder-job .review {
    padding: 0 0 0 20px;
  }
}

.holder-job .review .block-text {
  float: left;
  width: 56%;
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (width <= 767px) {
  .holder-job .review .block-text {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
}

.holder-job .review .block-text p {
  margin: 0 0 10px;
}

.holder-job .review .author {
  display: block;
  overflow: hidden;
}

.holder-job .review .author .img-user {
  float: left;
  border-radius: 7px;
  width: 50px;
  margin: 0 22px 21px 0;
  overflow: hidden;
}

.holder-job .review .author .user-about {
  padding: 0;
  overflow: hidden;
}

.holder-job .review .author .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  display: block;
}

.holder-job .review .author .position {
  margin: 0 0 19px;
  font-size: 14px;
  line-height: 1.43;
  display: block;
}

.holder-job.revers {
  border: none;
  flex-direction: row-reverse;
  margin: 0 0 52px;
}

@media only screen and (width <= 767px) {
  .holder-job.revers {
    flex-direction: column-reverse;
    margin: 0 0 34px;
  }
}

.holder-job.revers .holder-text {
  padding: 0 19% 0 0;
}

@media only screen and (width <= 767px) {
  .holder-job.revers .holder-text {
    padding: 0 20px;
  }
}

.holder-job.revers .holder-img {
  margin: 46px 2px 19px -20px;
}

@media only screen and (width <= 767px) {
  .holder-job.revers .holder-img {
    margin: 49px 19px 44px 4px;
  }
}

.section-marketing {
  background: #f1f0ec;
  margin: 0 auto 150px;
  position: relative;
}

@media only screen and (width <= 950px) {
  .section-marketing {
    margin: 0 auto 62px;
  }
}

.section-marketing:before {
  content: "";
  z-index: -1;
  background: #f1f0ec;
  position: absolute;
  inset: 0 -9999px;
}

.section-marketing .slider-marketing, .section-marketing .slider-marketing .slick-slide {
  position: relative;
}

.section-marketing .holder-img {
  background: #000;
  width: 39.5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-img {
    width: 100%;
    position: relative;
  }
}

@media only screen and (width <= 540px) {
  .section-marketing .holder-img {
    height: 250px;
  }
}

.section-marketing .holder-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-marketing .holder-img .quotes {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 14%;
  left: 23%;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-img .quotes {
    top: 7%;
    left: 8%;
  }
}

.section-marketing .holder-img .signature {
  text-align: right;
  color: #fff;
  max-width: 150px;
  font-size: 14px;
  line-height: 1.43;
  position: absolute;
  bottom: 16%;
  left: 12%;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-img .signature {
    bottom: 11%;
    right: 8%;
  }
}

.section-marketing .holder-img .signature span {
  font-weight: 800;
  display: block;
}

.section-marketing .holder-text {
  padding: 90px 4% 90px 44%;
  line-height: 36px;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-text {
    padding: 40px 30px 28px;
    font-size: 20px;
    line-height: 1.38;
  }
}

.section-marketing .holder-text .text {
  max-width: 578px;
  margin: 0 0 115px;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-text .text {
    margin: 0;
  }
}

.section-marketing .holder-text.small .text {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.3em;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-text.small .text {
    font-size: 17px;
  }
}

.section-marketing .holder-text p {
  margin: 0;
}

.section-marketing .holder-text p strong {
  font-weight: 700;
}

@media only screen and (width <= 950px) {
  .section-marketing .holder-text p strong {
    font-weight: 400;
  }
}

.section-marketing .list-marketing-brand {
  width: 440px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 44%;
  overflow: hidden;
}

@media only screen and (width <= 950px) {
  .section-marketing .list-marketing-brand {
    width: auto;
    padding: 0 60px 0 30px;
    position: static;
  }
}

.section-marketing .list-marketing-brand .slick-track {
  margin: 0 !important;
}

.section-marketing .list-marketing-brand .slick-slide {
  padding: 0 40px 0 0;
  position: relative;
}

.section-marketing .list-marketing-brand .slick-slide > div {
  height: 100%;
  display: flex;
  position: relative;
}

.section-marketing .list-marketing-brand .block-img {
  cursor: pointer;
  opacity: .4;
  justify-content: center;
  align-items: center;
  margin: 0 0 87px;
  transition: all .2s;
  display: flex !important;
}

@media only screen and (width <= 950px) {
  .section-marketing .list-marketing-brand .block-img {
    margin: 0 0 35px;
  }
}

.section-marketing .list-marketing-brand .block-img:before {
  content: "";
  opacity: 0;
  background: #181818;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-marketing .list-marketing-brand .block-img:hover, .section-marketing .list-marketing-brand .block-img:hover:before, .section-marketing .list-marketing-brand .slick-current .block-img, .section-marketing .list-marketing-brand .slick-current .block-img:before {
  opacity: 1;
}

.attempt {
  text-align: center;
  color: #fff;
  background: url("../img/bg-13.c28c1dfc.png") 0 0 / cover no-repeat;
  border-radius: 20px;
  margin: 0 0 120px;
  padding: 89px 10%;
  overflow: hidden;
}

@media only screen and (width <= 950px) {
  .attempt {
    margin: 0 0 60px;
  }
}

@media only screen and (width <= 767px) {
  .attempt {
    padding: 60px 5%;
  }

  .attempt br:first-child {
    display: none;
  }
}

.attempt .title {
  margin: 0 0 41px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.28;
  display: block;
}

@media only screen and (width <= 767px) {
  .attempt .title {
    margin: 0 0 32px;
    font-size: 36px;
  }
}

.btn-white {
  color: #181818;
  background: #fff;
  border-radius: 10px;
  max-width: 440px;
  margin: 0 auto 2px;
  padding: 16px 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.btn-white:hover {
  opacity: .8;
}

@media only screen and (width <= 767px) {
  .btn-white {
    padding: 17px 10px;
    font-size: 14px;
  }
}

.sub-nav {
  margin: 0 0 10px;
  font-size: 0;
  line-height: 0;
}

@media only screen and (width <= 950px) {
  .sub-nav {
    margin: 0;
    padding: 0 20px;
  }
}

.sub-nav .holder-block {
  vertical-align: top;
  width: 17%;
  margin: 0 0 40px;
  padding: 0 30px 0 0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

@media only screen and (width <= 950px) {
  .sub-nav .holder-block {
    width: 50%;
    margin: 0 0 30px;
  }
}

.sub-nav .holder-block:last-child {
  width: 32%;
}

@media only screen and (width <= 950px) {
  .sub-nav .holder-block:last-child {
    width: 100%;
  }
}

.sub-nav .holder-block li span {
  line-height: 1.7em;
}

.sub-nav .title {
  margin: 0 0 40px;
  font-weight: 700;
  display: block;
}

@media only screen and (width <= 950px) {
  .sub-nav .title {
    margin: 0 0 20px;
  }
}

.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav ul li {
  margin: 0 0 10px;
}

.sub-nav ul a {
  text-decoration: none;
}

.sub-nav ul a:hover {
  color: #e85d41;
}

.sub-nav p {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 36px;
}

@media only screen and (width <= 950px) {
  .sub-nav p {
    font-size: 20px;
    line-height: 1.38;
  }
}

.sub-nav p a {
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
}

.sub-nav p a:hover {
  color: #e85d41;
}

.read-more {
  vertical-align: top;
  color: #181818;
  margin: 0 0 10px;
  padding: 0 56px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.read-more:before {
  content: "";
  background: url("../img/svg-9.65a066ef.svg") no-repeat;
  width: 42px;
  height: 13px;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.read-more:hover {
  color: #e85d41;
}

#footer {
  position: relative;
}

#footer .holder-footer {
  background: #f1f0ec;
  padding: 60px 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (width <= 540px) {
  #footer .holder-footer {
    padding: 27px 0 8px;
  }

  #footer .holder-footer br {
    display: none;
  }
}

#footer .holder-block {
  vertical-align: top;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  width: 25%;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.43;
  display: flex;
}

#footer .holder-block.info {
  justify-content: unset;
  flex-direction: row;
}

#footer .holder-block.social .list-social, #footer .holder-block.social .tags {
  width: 100%;
}

#footer .holder-block.social .holder-link {
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (width <= 767px) {
  #footer .holder-block.social .holder-link {
    flex-wrap: nowrap;
  }

  #footer .holder-block {
    width: 50%;
  }
}

@media only screen and (width <= 540px) {
  #footer .holder-block {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    display: block;
  }

  #footer .holder-block:nth-child(2) {
    margin: 0;
    padding-top: 20px;
  }

  #footer .holder-block:nth-child(3) .holder-link {
    margin: 0;
  }

  #footer .holder-block:nth-child(4) {
    justify-content: space-between;
    display: flex;
  }

  #footer .holder-block:nth-child(4) .holder-link {
    margin: 0;
  }
}

#footer .holder-footer .container {
  flex-wrap: wrap;
  display: flex;
}

#footer .logo-f {
  width: 158px;
  height: 30px;
  margin: -6px 0 56px;
  display: block;
}

@media only screen and (width <= 540px) {
  #footer .logo-f {
    width: 234px;
    height: 60px;
    margin: 0 0 4px;
  }
}

#footer .logo-f a {
  text-indent: -9999px;
  background-image: url("../img/svg-logo.99c32530.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#footer span {
  margin: 0 0 16px;
  display: block;
}

@media only screen and (width <= 540px) {
  #footer span {
    margin: 0 0 10px;
  }
}

#footer span.credentials {
  color: #181818;
  mix-blend-mode: normal;
  opacity: .4;
  white-space: nowrap;
  margin: 0 0 0 100px;
}

@media only screen and (width <= 767px) {
  #footer span.credentials {
    margin-top: 10px;
    margin-left: 0;
  }

  #footer span.credentials br {
    display: inherit;
  }
}

#footer span.hire {
  margin-left: 267px;
}

@media only screen and (width <= 540px) {
  #footer span.hire {
    margin-top: 30px;
    margin-left: 0;
  }
}

#footer .holder-link {
  margin: 0 0 44px;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  color: #e85d41;
}

#footer .list-social {
  justify-content: space-between;
  align-items: center;
  max-width: 184px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#footer .list-social li {
  margin: 0 10px 0 0;
}

@media only screen and (width <= 540px) {
  #footer .list-social li {
    margin: 0 19px 8px 21px;
  }
}

#footer .list-social a {
  vertical-align: top;
  opacity: .4;
  display: inline-block;
}

#footer .list-social a:hover {
  opacity: 1;
}

#footer .cookie {
  z-index: 999;
  background: #fff;
  border-radius: 10px;
  max-width: 580px;
  margin: 0 0 0 -590px;
  padding: 20px 65px 20px 20px;
  font-size: 14px;
  line-height: 1.43;
  transition: transform 1s ease-in-out;
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  box-shadow: 0 10px 30px #0000001a;
}

@media only screen and (width <= 1200px) {
  #footer .cookie {
    margin: 0;
    left: 10px;
  }
}

@media only screen and (width <= 767px) {
  #footer .cookie {
    max-width: 100%;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

#footer .cookie .cookie-icon {
  float: left;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 65px;
  line-height: 82px;
  display: inline-block;
}

@media only screen and (width <= 767px) {
  #footer .cookie .cookie-icon {
    display: none;
  }
}

#footer .cookie.hide {
  transform: translateY(2000px);
}

#footer .cookie .close-cookie {
  text-indent: -999px;
  background: url("../img/svg-13.980c5e7c.svg") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 17px;
  overflow: hidden;
}

#footer .cookie p {
  margin: 0;
}

#footer .cookie p a {
  color: #e85d41;
  text-decoration: none;
}

.inner #header {
  box-shadow: none;
  background-color: #f1f0ec;
}

@media only screen and (width <= 767px) {
  .inner #main .container {
    padding: 0 30px;
  }
}

.what-smartomato {
  background-color: #f1f0ec;
  margin: 0 0 117px;
  padding: 158px 0 64px;
}

@media only screen and (width <= 767px) {
  .what-smartomato {
    margin: 0 0 57px;
    padding: 154px 0 58px;
  }
}

.what-smartomato .container {
  align-items: center;
  display: flex;
}

@media only screen and (width <= 950px) {
  .what-smartomato .container {
    text-align: center;
    display: block;
  }

  .what-smartomato h1 {
    margin: 0 0 23px;
    font-size: 36px;
    line-height: 1.38;
  }
}

.what-smartomato .holder-text {
  flex: 0 0 42%;
  padding: 0 20px 5px 0;
}

@media only screen and (width <= 950px) {
  .what-smartomato .holder-text {
    padding: 0 0 5px;
  }
}

.what-smartomato .btn-black {
  max-width: 280px;
}

@media only screen and (width <= 950px) {
  .what-smartomato .btn-black {
    max-width: 320px;
    margin: 0 auto 35px;
  }
}

.what-smartomato .holder-img {
  flex: auto;
}

@media only screen and (width <= 767px) {
  .what-smartomato .holder-img {
    margin: 0 -12px;
  }
}

.mobile-app {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 120px;
  padding: 0 0 88px;
}

@media only screen and (width <= 950px) {
  .mobile-app {
    margin: 0 0 60px;
    padding: 0 0 6px;
  }
}

.mobile-app .title-icon {
  align-items: center;
  margin: 0 0 31px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.mobile-app .title-icon .icon {
  flex: 0 0 40px;
  width: 40px;
  margin: 0 11px 0 0;
}

.mobile-app .title-icon span {
  font-weight: 700;
}

.mobile-app .group {
  border-top: 1px solid #1818181a;
  padding: 97px 0 0;
}

@media only screen and (width <= 950px) {
  .mobile-app .group {
    padding: 50px 0 0;
  }
}

.mobile-app .group:after {
  content: "";
  clear: both;
  display: block;
}

.mobile-app .holder-img {
  float: left;
  width: 37%;
  margin: 0 0 0 -30px;
}

@media only screen and (width <= 950px) {
  .mobile-app .holder-img {
    float: none;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 23px;
  }
}

.mobile-app .holder-text {
  padding: 23px 0 0 8%;
  overflow: hidden;
}

@media only screen and (width <= 1200px) {
  .mobile-app .holder-text {
    padding: 23px 0 0;
  }
}

.mobile-app h2 {
  margin: 0 0 40px;
}

@media only screen and (width <= 950px) {
  .mobile-app h2 {
    margin: 0 0 15px;
  }
}

.mobile-app .holder-block {
  padding: 82px 0 0;
  overflow: hidden;
}

@media only screen and (width <= 1200px) {
  .mobile-app .holder-block {
    padding: 20px 0 0;
  }
}

@media only screen and (width <= 767px) {
  .mobile-app .holder-block {
    padding: 0;
    overflow: visible;
  }
}

.mobile-app .holder-list {
  float: left;
  width: 60%;
}

@media only screen and (width <= 767px) {
  .mobile-app .holder-list {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.mobile-app .holder-list ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

@media only screen and (width <= 767px) {
  .mobile-app .holder-list ul {
    padding: 0;
  }
}

.mobile-app .holder-list li {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 22px;
}

.mobile-app .holder-list li span {
  font-weight: 700;
}

.mobile-app .holder-app {
  margin: -22px 0 15px;
  padding: 0 0 0 18px;
  display: block;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .mobile-app .holder-app {
    align-items: center;
    padding: 31px 0 0;
    display: flex;
    overflow: visible;
  }
}

.mobile-app .code-img {
  max-width: 170px;
  margin: 0 auto;
}

@media only screen and (width <= 767px) {
  .mobile-app .code-img {
    margin: 0 0 0 -30px;
  }
}

.mobile-app .code-img img {
  max-width: 100%;
}

.mobile-app .app-system {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.mobile-app .app-system a {
  vertical-align: top;
  max-width: 28px;
  margin: 0 20px 10px;
  display: inline-block;
}

.overflow-content-img {
  scroll-behavior: smooth;
  border-radius: 30px;
  margin: 0 -34px 141px;
  overflow-x: auto;
}

@media only screen and (width <= 767px) {
  .overflow-content-img {
    margin: 0 -15px 53px;
  }
}

.overflow-content-img .holder-img {
  min-width: 600px;
  overflow: hidden;
}

.online-pay {
  background: #f1f0ec;
  margin: 0 0 174px;
  padding: 181px 0 169px;
}

@media only screen and (width <= 767px) {
  .online-pay {
    margin: 0 0 55px;
    padding: 60px 0 25px;
  }
}

.online-pay .container {
  overflow: hidden;
}

.online-pay .holder-title {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}

@media only screen and (width <= 767px) {
  .online-pay .holder-title {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.online-pay h2 {
  margin: 0 0 40px;
}

@media only screen and (width <= 767px) {
  .online-pay h2 {
    margin: 0 0 30px;
  }
}

.online-pay .holder-text {
  padding: 9px 3px 0 9px;
  display: block;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .online-pay .holder-text {
    padding: 0;
  }
}

.online-pay .list-pay {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.online-pay .list-pay li {
  vertical-align: middle;
  margin: 0 40px 10px 0;
  display: inline-block;
}

.online-pay .list-pay li:last-child {
  margin-right: 0;
}

@media only screen and (width <= 767px) {
  .online-pay .list-pay li {
    margin: 0 40px 30px 0;
  }
}

.online-pay .list-pay img {
  max-width: 100%;
}

.img-slider {
  margin: 0 0 110px;
  padding: 22px 0 0;
}

@media only screen and (width <= 767px) {
  .img-slider {
    margin: 0 -50px 52px;
  }
}

.img-slider .slick-slide > div {
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .img-slider .slick-slide > div {
    border-radius: 0;
  }
}

.img-slider .slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.img-slider .slick-dots li {
  vertical-align: top;
  margin: 0 18px;
  display: inline-block;
}

.img-slider .slick-dots li.slick-active button {
  background: #181818;
  transition: all .2s;
}

.img-slider .slick-dots button {
  cursor: pointer;
  text-indent: -9999px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.img-slider .slick-dots button:hover {
  background: #181818;
}

.holder-bonus {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 120px;
  padding: 0 0 104px;
}

@media only screen and (width <= 950px) {
  .holder-bonus {
    margin: 0 0 64px;
    padding: 0 0 50px;
  }
}

.holder-bonus .slider-bonus {
  margin: 0 0 18px;
  padding: 70px 0 0;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (width <= 950px) {
  .holder-bonus .slider-bonus {
    margin: 0 25px 0 0;
  }

  .holder-bonus .slider-bonus .slick-list {
    overflow: visible;
  }
}

@media only screen and (width <= 767px) {
  .holder-bonus .slider-bonus {
    margin: 0;
    padding: 25px 0 0;
  }
}

.holder-bonus .slider-bonus .slick-slide > div {
  padding: 0 10px 0 0;
}

@media only screen and (width <= 767px) {
  .holder-bonus .slider-bonus .slick-slide > div {
    padding: 0 30px 0 0;
  }
}

.holder-bonus .slider-bonus span {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.holder-bonus .slider-bonus strong {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

@media only screen and (width <= 767px) {
  .holder-bonus .slider-bonus strong {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 27px;
  }
}

.holder-bonus .slick-dots {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.holder-bonus .slick-dots li {
  vertical-align: top;
  margin: 0 20px 0 0;
  display: inline-block;
}

.holder-bonus .slick-dots li.slick-active button {
  opacity: 1;
}

.holder-bonus .slick-dots button {
  cursor: pointer;
  opacity: .2;
  text-indent: -9999px;
  background: #181818;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.holder-bonus .slick-dots button:hover {
  opacity: 1;
}

.holder-advertising {
  margin: 0 0 97px;
  overflow: hidden;
}

@media only screen and (width <= 950px) {
  .holder-advertising {
    margin: 0 0 55px;
    overflow: visible;
  }
}

.holder-advertising h2 {
  margin: 0 0 90px;
}

@media only screen and (width <= 767px) {
  .holder-advertising h2 {
    margin: 0 0 11px;
  }
}

.holder-advertising .holder-slider-advertising {
  float: left;
  width: 49%;
}

@media only screen and (width <= 1100px) {
  .holder-advertising .holder-slider-advertising {
    width: 53%;
  }
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-slider-advertising {
    float: none;
    width: auto;
    margin: 0 25px 0 0;
  }
}

@media only screen and (width <= 767px) {
  .holder-advertising .holder-slider-advertising {
    margin: 0;
    padding: 25px 0 0;
  }
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-slider-advertising .slick-list {
    overflow: visible;
  }
}

.holder-advertising .holder-slider-advertising .slider-advertising span {
  margin: 0 0 21px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

@media only screen and (width <= 767px) {
  .holder-advertising .holder-slider-advertising .slider-advertising span {
    margin: 0 0 10px;
  }
}

.holder-advertising .holder-slider-advertising .slider-advertising p {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (width <= 767px) {
  .holder-advertising .holder-slider-advertising .slider-advertising p {
    margin: 0;
  }
}

.holder-advertising .holder-slider-advertising .slick-track {
  margin: 0;
}

.holder-advertising .holder-slider-advertising .slick-slide {
  flex-direction: column;
  display: flex;
}

.holder-advertising .holder-slider-advertising .slick-slide > div {
  height: 50%;
  padding-bottom: 40px;
}

.holder-advertising .holder-slider-advertising .slick-dots {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.holder-advertising .holder-slider-advertising .slick-dots li {
  vertical-align: top;
  margin: 0 20px 0 0;
  display: inline-block;
}

.holder-advertising .holder-slider-advertising .slick-dots li.slick-active button {
  opacity: 1;
}

.holder-advertising .holder-slider-advertising .slick-dots button {
  cursor: pointer;
  opacity: .2;
  text-indent: -9999px;
  background: #181818;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.holder-advertising .holder-slider-advertising .slick-dots button:hover {
  opacity: 1;
}

.holder-advertising .holder-discount {
  float: left;
  width: 27%;
  padding: 6px 20px;
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-discount {
    float: none;
    width: auto;
    padding: 0;
  }
}

.holder-advertising .holder-discount ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-discount ul {
    white-space: nowrap;
    margin: 0 -25px 13px;
    padding: 37px 10px 20px;
    font-size: 0;
    line-height: 0;
    overflow: auto;
  }
}

.holder-advertising .holder-discount li {
  margin: 0 0 22px;
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-discount li {
    vertical-align: top;
    width: 300px;
    padding: 0 10px;
    display: inline-block;
  }
}

.holder-advertising .holder-discount .holder-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

.holder-advertising .holder-speed {
  float: right;
  width: 182px;
  padding: 5px 0 0;
  display: block;
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-speed {
    float: none;
    text-align: center;
    width: 100%;
  }

  .holder-advertising .holder-speed .section-title {
    justify-content: center;
  }
}

.holder-advertising .holder-speed .section-title {
  margin: 0 0 15px;
}

.holder-advertising .holder-speed h2 {
  margin: 0 0 22px;
}

@media only screen and (width <= 950px) {
  .holder-advertising .holder-speed h2 {
    margin: 0 0 17px;
  }
}

.holder-advertising .holder-speed p {
  font-size: 16px;
  line-height: 22px;
}

.order-block {
  border-bottom: 1px solid #0000001a;
  margin: 0 0 124px;
  padding: 0 0 62px;
}

@media only screen and (width <= 950px) {
  .order-block {
    margin: 0 0 54px;
    padding: 0;
  }
}

.order-block h2 {
  margin: 0 0 40px;
}

@media only screen and (width <= 950px) {
  .order-block h2 {
    margin: 0 0 16px;
  }
}

.order-block .little {
  font-size: 16px;
  line-height: 22px;
}

.order-block .app-system {
  margin: 0 0 30px;
  font-size: 0;
  line-height: 0;
}

.order-block .app-system a {
  vertical-align: top;
  max-width: 28px;
  margin: 0 40px 10px 0;
  display: inline-block;
}

.order-block:after {
  content: "";
  clear: both;
  display: block;
}

.order-block .holder-block {
  float: left;
  margin: 0 0 20px;
  overflow: hidden;
}

.order-block .holder-block:first-child {
  width: 45%;
  padding: 0 20px 0 0;
}

@media only screen and (width <= 1100px) {
  .order-block .holder-block:first-child {
    width: 40%;
  }
}

.order-block .holder-block:last-child {
  width: 55%;
}

@media only screen and (width <= 1100px) {
  .order-block .holder-block:last-child {
    width: 60%;
  }
}

@media only screen and (width <= 950px) {
  .order-block .holder-block {
    float: none;
    margin: 0 0 35px;
    width: auto !important;
    padding: 0 !important;
  }
}

.order-block .holder-img {
  float: left;
  width: 337px;
  margin: -20px 10px 0 41px;
}

@media only screen and (width <= 1100px) {
  .order-block .holder-img {
    width: 300px;
  }
}

@media only screen and (width <= 950px) {
  .order-block .holder-img {
    float: none;
    width: 230px;
    margin: 0 auto 15px;
  }
}

.order-block .holder-order .review {
  float: right;
  width: 180px;
}

.order-block .holder-speed {
  float: right;
  width: 182px;
  padding: 15px 0 0;
  display: block;
}

@media only screen and (width <= 950px) {
  .order-block .holder-speed {
    float: none;
    text-align: center;
    width: auto;
  }
}

.order-block .holder-speed .section-title {
  margin: 0 0 15px;
}

@media only screen and (width <= 950px) {
  .order-block .holder-speed .section-title {
    justify-content: center;
  }
}

.order-block .holder-speed h2 {
  margin: 0 0 22px;
}

@media only screen and (width <= 950px) {
  .order-block .holder-speed h2 {
    margin: 0 0 14px;
  }
}

.order-block .holder-speed p {
  font-size: 16px;
  line-height: 22px;
}

.holder-map {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 120px;
  padding: 0 0 106px;
}

@media only screen and (width <= 767px) {
  .holder-map {
    margin: 0 0 60px;
    padding: 0 0 53px;
  }

  .holder-map .holder-job {
    margin: 0;
  }

  .holder-map .holder-job .holder-block, .holder-map .holder-job .holder-block > div {
    padding: 0;
  }

  .holder-map .holder-job .holder-block .quotes {
    margin: 0 0 20px;
  }
}

.holder-map .map-slider {
  margin: 0 0 24px;
}

.holder-map .map-switcher {
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (width <= 767px) {
  .holder-map .map-switcher {
    display: block;
  }

  .holder-map .map-switcher .slick-list {
    overflow: visible;
  }
}

.holder-map .map-switcher .slide {
  cursor: pointer;
  flex: 0 0 25%;
  width: 25%;
  margin: 0 0 60px;
  padding: 0 20px 0 0;
  position: relative;
}

@media only screen and (width <= 767px) {
  .holder-map .map-switcher .slide {
    margin: 0 0 10px;
  }
}

.holder-map .map-switcher .slide:before {
  content: "";
  opacity: 0;
  border-bottom: 4px solid #181818;
  width: 80px;
  transition: all .2s;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 767px) {
  .holder-map .map-switcher .slide:before {
    display: none;
  }
}

.holder-map .map-switcher .slide:hover:before, .holder-map .map-switcher .slide--active:before {
  opacity: 1;
}

.holder-map .map-switcher span {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

@media only screen and (width <= 767px) {
  .holder-map .map-switcher span {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
  }
}

.holder-map .map-switcher p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 22px;
}

.holder-map .slick-dots {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.holder-map .slick-dots li {
  vertical-align: top;
  margin: 0 20px 0 0;
  display: inline-block;
}

.holder-map .slick-dots li.slick-active button {
  opacity: 1;
}

.holder-map .slick-dots button {
  cursor: pointer;
  opacity: .2;
  text-indent: -9999px;
  background: #181818;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.holder-map .slick-dots button:hover {
  opacity: 1;
}

.map-slider {
  margin: 0 0 24px;
}

.work-block {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 120px;
  padding: 0 0 106px;
}

@media only screen and (width <= 767px) {
  .work-block {
    margin: 0 0 60px;
    padding: 0 0 50px;
  }
}

.work-block .group {
  margin: 0 0 47px;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .work-block .group {
    margin: 0 0 29px;
  }
}

.work-block h2 {
  float: left;
  width: 400px;
  padding: 0 10px 0 0;
}

@media only screen and (width <= 767px) {
  .work-block h2 {
    float: none;
    width: auto;
  }
}

.work-block p {
  max-width: 450px;
  margin: 12px 0;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .work-block p {
    max-width: 100%;
  }
}

.work-block .work-slider {
  margin: 0 0 15px;
}

@media only screen and (width <= 767px) {
  .work-block .work-slider {
    margin: 0 0 10px;
  }
}

.work-block .nav-switcher {
  flex-wrap: wrap;
  display: flex;
}

@media only screen and (width <= 767px) {
  .work-block .nav-switcher {
    display: block;
  }

  .work-block .nav-switcher .slick-list {
    overflow: visible;
  }
}

.work-block .nav-switcher .slide {
  cursor: pointer;
  flex: 0 0 25%;
  width: 25%;
  margin: 0 0 60px;
  padding: 0 20px 0 0;
  position: relative;
}

@media only screen and (width <= 767px) {
  .work-block .nav-switcher .slide {
    margin: 0 0 10px;
    padding: 0 40px 0 0;
  }
}

.work-block .nav-switcher .slide:before {
  content: "";
  opacity: 0;
  border-bottom: 4px solid #181818;
  width: 80px;
  transition: all .2s;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (width <= 767px) {
  .work-block .nav-switcher .slide:before {
    display: none;
  }
}

.work-block .nav-switcher .slide:hover:before, .work-block .nav-switcher .slide--active:before {
  opacity: 1;
}

.work-block .nav-switcher span {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

@media only screen and (width <= 767px) {
  .work-block .nav-switcher span {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
  }
}

.work-block .nav-switcher p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 22px;
}

.work-block .nav-switcher .slick-dots {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.work-block .nav-switcher .slick-dots li {
  vertical-align: top;
  margin: 0 20px 0 0;
  display: inline-block;
}

.work-block .nav-switcher .slick-dots li.slick-active button {
  opacity: 1;
}

.work-block .nav-switcher .slick-dots button {
  cursor: pointer;
  opacity: .2;
  text-indent: -9999px;
  background: #181818;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.work-block .nav-switcher .slick-dots button:hover {
  opacity: 1;
}

.mobile-block {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 118px;
  padding: 0 0 110px;
}

@media only screen and (width <= 767px) {
  .mobile-block {
    margin: 0 0 61px;
    padding: 0 0 62px;
  }
}

.mobile-block:after {
  content: "";
  clear: both;
  display: block;
}

.mobile-block h2 {
  margin: 0 0 38px;
}

@media only screen and (width <= 767px) {
  .mobile-block h2 {
    margin: 0 0 18px;
  }
}

.mobile-block .holder-text {
  float: left;
  width: 51%;
  padding: 0 40px 0 0;
}

@media only screen and (width <= 950px) {
  .mobile-block .holder-text {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
}

.mobile-block .column-list {
  page-break-inside: avoid;
  columns: 2;
  margin: 0;
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 22px;
  list-style: none;
}

@media only screen and (width <= 767px) {
  .mobile-block .column-list {
    columns: 1;
    padding: 0 0 20px;
  }
}

.mobile-block .column-list li {
  margin: 0 0 10px;
}

.mobile-block .app-system {
  margin: 0 0 30px;
  font-size: 0;
  line-height: 0;
}

.mobile-block .app-system a {
  vertical-align: top;
  max-width: 28px;
  margin: 0 40px 10px 0;
  display: inline-block;
}

@media only screen and (width <= 767px) {
  .mobile-block .app-system a {
    margin: 0 40px 1px 0;
  }
}

.mobile-block .holder-img {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

@media only screen and (width <= 950px) {
  .mobile-block .holder-img {
    max-width: 285px;
    margin: 0 auto;
  }
}

@media only screen and (width <= 767px) {
  .mobile-block .holder-img {
    border-radius: 5px;
  }
}

.mobile-block.clone {
  border-top: 1px solid #1818181a;
  border-bottom: none;
  margin: 0;
  padding: 120px 0;
}

.mobile-block.clone .holder-img {
  box-shadow: none;
}

@media only screen and (width <= 767px) {
  .mobile-block.clone .column-list {
    columns: 2;
  }
}

.control-block {
  margin: 0 0 160px;
}

@media only screen and (width <= 950px) {
  .control-block {
    margin: 0 0 49px;
  }
}

.control-block .group {
  padding: 20px 0 0;
  overflow: hidden;
}

@media only screen and (width <= 1100px) {
  .control-block .group {
    padding: 0;
    overflow: visible;
  }
}

.control-block .holder-text {
  float: left;
  width: 300px;
  padding: 50px 15px 0 0;
}

@media only screen and (width <= 1100px) {
  .control-block .holder-text {
    float: none;
    width: auto;
    padding: 0 0 11px;
  }
}

.control-block .holder-slier-control {
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .control-block .holder-slier-control, .control-block .holder-slier-control .slier-control .slick-list {
    overflow: visible;
  }
}

.control-block .holder-slier-control .slier-control .slick-slide > div {
  padding: 0 30px 0 0;
}

.control-block .holder-slier-control .slier-control .img {
  max-width: 40px;
  margin: 0 0 20px;
}

@media only screen and (width <= 1100px) {
  .control-block .holder-slier-control .slier-control .img {
    margin: 0 0 15px;
  }
}

.control-block .holder-slier-control .slier-control span {
  margin: 0 0 20px;
  font-weight: 700;
  display: block;
}

.control-block .holder-slier-control .slier-control p {
  font-size: 16px;
  line-height: 22px;
}

.control-block .holder-slier-control .slick-dots {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

.control-block .holder-slier-control .slick-dots li {
  vertical-align: top;
  margin: 0 20px 0 0;
  display: inline-block;
}

.control-block .holder-slier-control .slick-dots li.slick-active button {
  opacity: 1;
}

.control-block .holder-slier-control .slick-dots button {
  cursor: pointer;
  opacity: .2;
  text-indent: -9999px;
  background: #181818;
  border: none;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
}

.control-block .holder-slier-control .slick-dots button:hover {
  opacity: 1;
}

.integration {
  background: #f1f0ec;
  margin: 0 0 172px;
  padding: 182px 0 164px;
}

@media only screen and (width <= 1100px) {
  .integration {
    margin: 0 0 64px;
    padding: 59px 0 20px;
  }
}

.integration .container {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

@media only screen and (width <= 950px) {
  .integration .container {
    display: block;
  }
}

.integration .title {
  flex: 0 0 400px;
  padding: 0 20px 0 0;
}

@media only screen and (width <= 1100px) {
  .integration .title {
    flex: 0 0 270px;
  }
}

.integration .holder-text {
  flex: auto;
  padding: 8px 5% 0 0;
}

@media only screen and (width <= 767px) {
  .integration .holder-text {
    margin: 0 0 28px;
    padding: 8px 0;
  }
}

.integration .holder-text .little {
  font-size: 16px;
  line-height: 22px;
}

.integration .holder-text ul {
  margin: 0;
  padding: 0 0 20px;
  font-size: 0;
  line-height: 0;
  list-style: none;
}

@media only screen and (width <= 767px) {
  .integration .holder-text ul {
    padding: 0 0 5px;
  }
}

.integration .holder-text ul li {
  vertical-align: middle;
  margin: 0 40px 20px 0;
  display: inline-block;
}

@media only screen and (width <= 767px) {
  .integration .holder-text ul li {
    margin: 0 20px 20px 0;
  }
}

.integration .holder-text ul li:last-child {
  margin-right: 0;
}

.integration .holder-speed {
  flex: 0 0 180px;
  padding: 13px 0 0;
}

@media only screen and (width <= 950px) {
  .integration .holder-speed {
    text-align: center;
  }
}

.integration .holder-speed .section-title {
  margin: 0 0 15px;
}

@media only screen and (width <= 950px) {
  .integration .holder-speed .section-title {
    justify-content: center;
  }
}

.integration .holder-speed h2 {
  margin: 0 0 22px;
}

.integration .holder-speed p {
  font-size: 16px;
  line-height: 22px;
}

.dashboard {
  border-bottom: 1px solid #1818181a;
  margin: 0 0 115px;
}

@media only screen and (width <= 767px) {
  .dashboard {
    margin: 0 0 64px;
  }
}

.dashboard .group {
  margin: 0 0 30px;
  padding: 20px 0;
  overflow: hidden;
}

@media only screen and (width <= 767px) {
  .dashboard .group {
    padding: 0;
  }
}

.dashboard .holder-text {
  float: left;
  width: 50%;
  padding: 0 10% 0 0;
}

@media only screen and (width <= 767px) {
  .dashboard .holder-text {
    float: none;
    width: 100%;
  }
}

.dashboard .holder-ul {
  display: block;
  overflow: hidden;
}

.dashboard .holder-ul ul {
  page-break-inside: avoid;
  columns: 2;
  margin: 0 0 20px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  list-style: none;
}

@media only screen and (width <= 767px) {
  .dashboard .holder-ul ul {
    columns: 1;
    margin: 0 0 6px;
  }
}

.dashboard .holder-ul ul li {
  margin: 0 0 11px;
}

@media only screen and (width <= 767px) {
  .dashboard .overflow-content-img {
    border-radius: 0;
    margin: 0 -34px 53px 0;
  }

  .inner .attempt {
    margin: 0 -15px 60px;
  }

  .inner .sub-nav {
    margin: 0 -15px 10px;
  }
}

.fancybox-bg {
  opacity: .8 !important;
  background: #181818 !important;
}

.fancybox-slide--html .fancybox-close-small {
  background: url("../img/svg-36.d16a6139.svg") no-repeat;
  width: 26px;
  height: 26px;
  padding: 0;
  top: 35px;
  right: 30px;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.holder-popup {
  vertical-align: top;
  color: #171d24;
  background: #fff;
  width: 100%;
  max-width: 780px;
  padding: 65px 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  overflow: visible;
  box-shadow: 0 10px 30px #0000001a;
}

.holder-popup .content-popup {
  width: 100%;
  max-width: 382px;
  margin: 0 auto;
}

.holder-popup .title-popup {
  margin: 0 0 75px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

@media only screen and (width <= 540px) {
  .holder-popup .title-popup {
    margin: 0 0 50px;
    font-size: 22px;
  }
}

.holder-popup .holder-input {
  margin: 0 0 27px;
  position: relative;
}

.holder-popup .holder-input .placeholder {
  z-index: 0;
  color: #18181880;
  font-size: 14px;
  line-height: 1;
  transition: all .1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
}

.holder-popup .holder-input .title-error {
  color: #e85d41;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1;
  display: block;
  top: 100%;
  left: 0;
}

.holder-popup .holder-input.active .placeholder {
  top: -7px;
}

.holder-popup .holder-input.active input {
  border-color: #181818;
}

.holder-popup .holder-input.error input {
  border-color: #e85d41 !important;
}

.holder-popup .holder-input.error input[type="password"] {
  color: #e85d41;
}

.holder-popup .holder-input input {
  z-index: 1;
  color: #181818;
  background: none;
  border: none;
  border-bottom: 1px solid #1818181a;
  width: 100%;
  height: 54px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  position: relative;
}

.holder-popup .agree {
  margin: 0 0 17px;
  padding: 21px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.holder-popup .agree .bold {
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.holder-popup .btn-orange {
  width: 100%;
  margin: 0 0 63px;
}

.holder-popup .is-submiting .btn-orange {
  cursor: wait;
  background-color: silver;
}

.holder-popup p {
  font-size: 16px;
  line-height: 22px;
}

.holder-popup p a {
  color: #e85d41;
  font-weight: 700;
  text-decoration: none;
}

.holder-popup p a:hover {
  opacity: .8;
}

.holder-popup .sm-checkbox {
  cursor: pointer;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  display: inline-flex;
}

.holder-popup .sm-checkbox:nth-child(3) {
  margin-bottom: 0;
}

.holder-popup .sm-checkbox a {
  font-weight: 500;
  text-decoration: none;
}

.holder-popup .sm-checkbox a:hover {
  color: #e85d41;
}

.holder-popup .sm-checkbox .checkmark {
  color: #fff;
  border: 2px solid #18181826;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.holder-popup .sm-checkbox .checkmark:before {
  content: "";
  width: 24px;
  height: 24px;
  transition: inherit;
  position: absolute;
}

.holder-popup .sm-checkbox .label {
  color: #181818;
  margin: 0 12px;
}

.holder-popup .sm-checkbox .label:empty {
  display: none;
}

.holder-popup .sm-checkbox .input-checkbox {
  appearance: none;
  display: none;
}

.holder-popup .sm-checkbox.active .checkmark, .holder-popup .sm-checkbox.disabled .checkmark {
  border-color: #0000;
}

.holder-popup .sm-checkbox.disabled .checkmark, .holder-popup .sm-checkbox.disabled .label {
  cursor: not-allowed;
}

.holder-popup .sm-checkbox.disabled .checkmark {
  background-color: #322a0012;
}

.holder-popup .sm-checkbox.disabled.active .checkmark {
  color: #1818184d;
  background-color: #322a0012;
}

.holder-popup .sm-checkbox.active .checkmark {
  background-color: #f56e5a;
  transition: all .3s;
}

.holder-popup .sm-checkbox:hover:not(.active):not(.disabled) .checkmark {
  border-color: #1818184d;
}

.holder-popup .sm-checkbox:hover.active:not(.disabled) .checkmark:before {
  border-radius: inherit;
  background-color: #0000000d;
  border: 2px;
}

.holder-popup .sm-checkbox .input-checkbox:focus-visible + .checkmark:before {
  border-radius: 8px;
  outline: 4px solid #f56e5a40;
}

.announce-alert {
  z-index: 999;
  color: #fff;
  background: #113390;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 18px;
  line-height: 45px;
  text-decoration: none;
  transition: background .3s ease-in;
  display: flex;
  position: relative;
}

.announce-alert:hover {
  background: #002280;
}

@media only screen and (width <= 767px) {
  .announce-alert {
    text-align: center;
    flex-direction: column;
    max-height: fit-content;
    padding: 10px 30px;
  }
}

.announce-alert .alert-text {
  margin-right: 42px;
}

@media only screen and (width <= 767px) {
  .announce-alert .alert-text {
    margin-right: 0;
    font-size: 13px;
  }
}

.announce-alert .alert-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media only screen and (width <= 767px) {
  .announce-alert .alert-link {
    margin-top: 10px;
    font-size: 14px;
  }
}

.announce-alert .alert-link .link-text {
  margin-right: 10px;
  font-weight: 600;
}

.wa-link {
  align-items: center;
  display: flex;
}

.wa-link img {
  margin-left: 10px;
  display: block;
}
