

/* Start:/bitrix/templates/in_studio_landing/assets/css/main.css?1755843310109235*/
@import "/bitrix/templates/in_studio_landing/assets/css/../swiper/swiper-bundle.min.css";

:root {
  --wScroll: 0px;
  --mainColorSite: #15171c;
  --secondColorSite: #efb566;
  --secondColorSiteBG: white;
  --mainColorSiteText: white;
  --secondColorSiteText: #15171c;
}

@-webkit-keyframes lg-right-end {
  0%,
  to {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%,
  to {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%,
  to {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%,
  to {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@font-face {
  font-family: "lg";
  src: url(/bitrix/templates/in_studio_landing/assets/css/../fonts/lg.eot?n1z373);
  src: url(/bitrix/templates/in_studio_landing/assets/css/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(/bitrix/templates/in_studio_landing/assets/css/../fonts/lg.woff?n1z373) format("woff"),
    url(/bitrix/templates/in_studio_landing/assets/css/../fonts/lg.ttf?n1z373) format("truetype"),
    url(/bitrix/templates/in_studio_landing/assets/css/../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
  left: 0;
}

.lg-toolbar {
  top: 0;
  width: 100%;
  z-index: 1082;
  position: absolute;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/bitrix/templates/in_studio_landing/assets/css/../img/vimeo-play.png) no-repeat 0 0;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/bitrix/templates/in_studio_landing/assets/css/../img/vimeo-play.png) no-repeat 0 -58px;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(/bitrix/templates/in_studio_landing/assets/css/../img/video-play.png) no-repeat 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/bitrix/templates/in_studio_landing/assets/css/../img/youtube-play.png) no-repeat 0 0;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/bitrix/templates/in_studio_landing/assets/css/../img/youtube-play.png) no-repeat 0 -60px;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:after,
.group:before {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

*,
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/bitrix/templates/in_studio_landing/assets/css/../img/loading.gif) no-repeat center center;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap {
  display: inline-block;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-backdrop,
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
}

.lg-backdrop.in,
.lg-css3.lg-fade .lg-item.lg-current,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-fade .lg-item,
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* body,
html {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    background-color: #15171C;
    color: white;
} */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: var(--mainColorSiteText);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

body,
html {
  min-height: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Geometria", sans-serif;
  color: var(--mainColorSiteText);
  position: relative;
  font-size: 14px;
  background-color: var(--mainColorSite);
  font-weight: 400;
}

@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}

html {
  padding: 0 calc(var(--wScroll) - (100vw - 100%)) 0 0;
}

.r-tabs-anchor {
  display: none;
}

@font-face {
  font-family: "Geometria";
  src: url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Light.ttf");
  src: local("Geometria"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Light.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Light.woff") format("woff"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria.ttf");
  src: local("Geometria"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria.woff") format("woff"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Medium.ttf");
  src: local("Geometria-Medium"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Medium.woff") format("woff"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Bold.ttf");
  src: local("Geometria-Bold"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Bold.woff") format("woff"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-ExtraBold.ttf");
  src: local("Geometria-ExtraBold"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-ExtraBold.woff") format("woff"),
    url("/bitrix/templates/in_studio_landing/assets/css/../fonts/Geometria/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.space-between,
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.top-zero {
  margin-top: 0;
}

.block {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .block {
    padding: 0 20px;
  }
}

@media (max-width: 620px) {
  .block {
    padding: 0 15px;
  }
}

.title-1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 55px;
}

@media (max-width: 1024px) {
  .title-1 {
    line-height: 50px;
    font-size: 50px;
  }
}

@media (max-width: 620px) {
  .title-1 {
    line-height: 34px;
    font-size: 44px !important;
  }
}

.title-2 {
  font-weight: 800;
  font-size: 39px;
  line-height: 135%;
  text-align: center;
}

@media (max-width: 1024px) {
  .title-2 {
    line-height: 35px;
    font-size: 35px;
  }
}

@media (max-width: 620px) {
  .title-2 {
    line-height: 31px;
    font-size: 31px;
  }
}

.title-3 {
  line-height: 36px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1024px) {
  .title-3 {
    line-height: 32px;
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .title-3 {
    line-height: 28px;
    font-size: 28px;
  }
}

.page-header {
  width: 1260px;
  text-transform: uppercase;
  margin: 0 auto 35px;
}

.button {
  padding: 13px 12px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  outline: 0;
  border: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  background-color: var(--secondColorSite);
  color: var(--mainColorSite);
  -webkit-appearance: none;
}

@media (max-width: 620px) {
  .button {
    font-size: 15px;
    line-height: 15px;
  }
}

.button--transparent {
  border: 1px solid var(--secondColorSite);
  background-color: transparent;
  color: var(--secondColorSite);
  font-size: 14px;
  line-height: 14px;
}

.button:hover {
  background-color: transparent;
  color: var(--secondColorSite);
  border-color: var(--secondColorSite);
  outline: 1px solid var(--secondColorSite);
}

.button--transparent:hover {
  background-color: var(--secondColorSite);
  color: var(--mainColorSite);
  outline: none;
}

.button--form:hover {
  background-color: var(--mainColorSite);
  outline: none;
}

.breadcrumbs {
  margin-top: 15px;
  margin-bottom: 60px;
}

.breadcrumbs ul li {
  display: inline-block;
}

.B_crumbBox,
.B_crumbBox li,
.B_crumbBox li a:hover,
.our-pride__text a:hover {
  color: #263238 !important;
}

.B_crumbBox li {
  font-size: 14px;
}

.B_crumbBox li a {
  font-size: 14px !important;
  color: #dd2c00 !important;
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

@media (min-width: 1200px) and (max-width: 1281px) {
  .page-header {
    width: 1020px;
  }
}

@media (min-width: 651px) and (max-width: 1199px) {
  .hide {
    display: none;
  }

  .page-header {
    width: 94%;
    margin-bottom: 25px;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .space-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 650px) {
  .B_crumbBox li {
    font-size: 13px;
    color: #263238 !important;
  }

  .hide {
    display: none;
  }

  .page-header {
    width: 94%;
    text-align: center;
    margin-bottom: 15px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .space-between,
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 1.142rem;
  line-height: 2.142rem;
}

.text strong {
  font-weight: 700;
}

.our-pride__text li,
.text li {
  list-style-type: disc;
  list-style-position: inside;
}

.our-pride__text em,
.text em {
  font-style: italic;
}

.content {
  max-width: 960px;
  width: 100%;
  line-height: 1.5rem;
}

.content .title-2 {
  margin-bottom: 20px;
}

.content p + p,
.content p + ul {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .content p + p {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .content p + ul {
    margin-top: 10px;
  }
}

.content p img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.content ul li {
  margin-left: 15px;
  list-style-type: disc;
  line-height: 18px;
}

.content ul + p {
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .content ul + p {
    margin-top: 15px;
  }
}

.agreement {
  margin-top: 56px;
  font-size: 18px;
}

.agreement + .footer {
  filter: drop-shadow(0px 0px 20px #000000);
}

.agreement .title-2 {
  text-align: left;
}

.agreement__box {
  margin-top: 40px;
  max-width: 1150px;
  width: 100%;
  font-weight: 400;
}

.agreement__box:not(:first-child) {
  margin-top: 29px;
}

.agreement__header {
  font-weight: 700;
  font-size: 20px;
}

.agreement__text {
  margin-top: 23px;
  line-height: 29px;
}

.agreement__text:last-of-type {
  margin-top: 10px;
}

.agreement__info {
  margin-top: 26px;
}

.agreement__info p {
  line-height: 27px;
}

.agreement__info p:not(:first-child) {
  margin-top: 0px;
}

.agreement__module {
  margin-top: 6px;
  max-width: 1146px;
}

.agreement__module:not(:first-child) {
  margin-top: 15px;
}

.agreement__block {
  padding-bottom: 70px;
}

.list {
  font-size: 18px;
  margin-top: 25px;
}

.list li {
  position: relative;
  padding-left: 21px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 28px;
}

.list li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--secondColorSite);
  border-radius: 50%;
  left: 0;
  top: 13px;
  margin: auto;
}

.list li:not(:first-child) {
  margin-top: 11px;
}

.b-page {
  position: relative;
  padding-bottom: 72px;
  min-height: 100vh;
}

.header {
  position: relative;
  transition: ease-in-out 0.2s;
  z-index: 2;
  font-weight: 500;
  background-color: var(--mainColorSite);
  min-height: 72px;
}

.header__inner {
  min-height: 72px;
  background: var(--mainColorSite);
  box-shadow: 0px 0px 20px #000000;
}

.header__logo {
  max-width: 156px;
  margin-right: 0px;
  display: flex;
}

.header__logo--menu {
  display: none;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 10px;
  margin-left: auto;
}

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

.header__block {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.header__wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header__grid {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .header__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100vw;
    min-height: 100vh;
    background-color: var(--mainColorSite);
    margin-left: 0;
    flex-direction: column;
    padding: 30px 0;
    transform: translateX(110%);
    transition: all 0.6s ease-in-out 0s;
    padding: 0 20px;
    justify-content: initial;
  }

  .header__grid {
    height: 100vh;
    max-height: calc((var(--vh, 1vh) * 100) - 89px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
  }

  .header__wrapper--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__logo {
    margin-right: 10px;
  }

  .header__logo svg {
    width: 100%;
  }

  .header__logo--menu {
    display: flex;
  }

  .header__block {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}

.header__burger,
.header__close {
  width: 30px;
  height: 26px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.header__burger div,
.header__close div {
  width: 100%;
  height: 3px;
  background-color: var(--secondColorSite);
  pointer-events: none;
}

.header__close {
  position: relative;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.header__close:after,
.header__close::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--secondColorSite);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header__close:after {
  transform: rotate(45deg);
}

.header__close::before {
  transform: rotate(-45deg);
}

.header__close div {
  position: absolute;
}

.header__close div:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__close div:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__header {
  display: none;
}

.header__nav {
  display: flex;
  margin-right: 106px;
  margin-left: 105px;
  padding-bottom: 5px;
}

@media (max-width: 1300px) {
  .header__nav {
    margin-right: 0px;
    margin-left: auto;
  }
}

@media (max-width: 1100px) {
  .header__nav {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-top: 40px;
    padding: 29px 0;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    overflow: scroll;
    overflow-x: hidden;
  }

  .header__nav::after,
  .header__nav::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    left: -20px;
    right: 0;
    background: var(--secondColorSite);
    opacity: 0.1;
    height: 1px;
  }

  .header__nav::before {
    top: 0;
  }

  .header__nav::after {
    bottom: 0;
  }

  .header__burger,
  .header__close,
  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin-left: 0px;
    padding: 0 20px;
    padding-top: 21px;
    padding-bottom: 21px;
    box-shadow: 0px 0px 20px #000000;
  }

  .header__contacts {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    order: 1;
  }
}

.header__link {
  display: block;
  transition: ease-in-out 0.4s;
  letter-spacing: 0.1px;
  font-weight: 500;
}

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

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

@media (max-width: 1235px) {
  .header__nav div:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1100px) {
  .header__link {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
  }

  .header__link:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--secondColorSite);
    opacity: 0.1;
    height: 1px;
  }

  .header__link:not(:first-child) {
    margin-top: 29px;
  }

  .header__link:not(:last-child) {
    margin-right: 0;
    padding-bottom: 31px;
  }

  .header .button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 23px 12px;
    margin-top: auto;
  }

  .header__mail,
  .header__phone {
    font-size: 16px;
    font-weight: 500 !important;
  }
}

.header__link--active {
  color: var(--secondColorSite);
}

.header__link:hover,
.header__mail:hover {
  /* font-weight: 600 */
}

.header__phone,
.our-pride__text bold,
.our-requisite span {
  font-weight: 700;
}

.header__mail {
  transition: ease-in-out 0.4s;
}

.header__mail:hover {
  color: var(--secondColorSite);
}

@media (max-width: 1024px) {
  .header__mail {
    margin-bottom: 20px;
  }
}

.banner__img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
}

.banner__img--desc {
  display: block;
}

.banner {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.banner:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/bitrix/templates/in_studio_landing/assets/css/../images/decor/dec3.png");
  background-size: auto 100%;
  background-position: 100% center;
  /* background-repeat: no-repeat; */
}

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

.banner__chars {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: var(--secondColorSite);
  text-transform: uppercase;
}

.banner__wrapper {
  max-width: 531px;
  width: 100%;
}

.banner__block {
  position: relative;
  z-index: 5;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 107px 30px 100px;
}

.banner__text,
.banner__text_color {
  margin-bottom: 1px;
  padding: 20px;
  font-size: 72px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #263238;
}

.banner__text_color {
  background-color: #dd2c00;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner__quote {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 21px;
  font-weight: 400;
  max-width: 460px;
  width: 100%;
}

.banner__btn {
  max-width: 150px;
  width: 100%;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service {
  margin-top: 60px;
}

.service__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
}

.service__item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 35px);
  margin-left: 35px;
  box-shadow: 0px 8px 41px rgba(0, 0, 0, 0.09), 0px 8px 29px #000000;
  min-height: 632px;
}

.service__quote {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  max-width: 647px;
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
  line-height: 30px;
}

.service__pic {
  height: 239px;
  background-position: right;
  background-size: cover;
}

.service__cover {
  margin-top: 40px;
}

.service__title {
  font-size: 25px;
  font-weight: 700;
  max-width: 300px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: 33px;
}

.service__info {
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.service__content {
  padding: 34px 25px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: var(--mainColorSite);
}

.service .button {
  padding: 21px 40px;
  margin-top: auto;
}

.our-requisite__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1070px;
  width: 100%;
}

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

.our-requisite__item {
  line-height: 259.5%;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .our-requisite__item {
    font-size: 16px;
    line-height: 200%;
  }
}

.our-requisite__item:not(:last-child) {
  margin-right: 20px;
}

.our-requisite .title-3 {
  font-size: 1.5rem;
  line-height: 29px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .our-requisite .title-3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .our-requisite .title-3 {
    margin-bottom: 25px;
    margin-top: 35px;
  }
}

.our-partner__title {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .our-partner__title {
    margin-bottom: 25px;
    margin-top: 35px;
  }
}

.our-partner__info {
  max-width: 595px;
  width: 100%;
  line-height: 156.5%;
  text-align: center;
}

.our-partner__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .our-partner__items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.our-partner__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px;
}

.our-partner__qty {
  font-weight: 700;
  font-size: 4.75rem;
  line-height: 5.8125rem;
  color: #00a4ad;
}

.our-partner__text {
  line-height: 156.5%;
  text-align: center;
}

.our-pride {
  margin-top: 80px;
}

.our-pride__block,
.our-pride__pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.our-pride__block {
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.our-pride__pictures {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.our-pride__main-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
  -moz-flex: 0 0 380px;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  width: 380px;
  height: 296px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.our-pride__other-pics {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.our-pride__gallery {
  width: 220px;
  height: 136px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.our-pride__gallery:nth-of-type(2) {
  margin-top: 24px;
}

.our-pride__content {
  width: 620px;
  margin-left: 20px;
}

.our-pride__header {
  font-size: 1.714rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.our-pride__text {
  font-size: 1.142rem;
  line-height: 2.142rem;
  margin-bottom: 30px;
}

.our-pride__text a {
  color: #dd2c00 !important;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.our-pride__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.our-pride__more {
  width: 141px;
  height: 48px;
}

.our-pride__all-objects {
  font-size: 1rem;
  margin-left: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.our-pride__all-objects:hover {
  color: #dd2c00;
}

@media (min-width: 1200px) and (max-width: 1281px) {
  .our-pride__pictures {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .our-pride__main-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 276px;
    -ms-flex: 0 0 276px;
    flex: 0 0 276px;
    width: 440px;
    height: 276px;
    margin-bottom: 10px;
  }

  .our-pride__other-pics {
    margin-left: 0;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }

  .our-pride__gallery {
    width: 215px;
    height: 126px;
  }

  .our-pride__gallery:nth-of-type(2) {
    margin-top: 0;
    margin-left: 10px;
  }

  .our-pride__content {
    width: 560px;
    margin-left: 20px;
  }
}

@media (min-width: 651px) and (max-width: 1199px) {
  .our-pride {
    margin-top: 40px;
  }

  .our-pride__block {
    margin-top: 30px;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .our-pride__main-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 440px;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    width: 440px;
  }

  .our-pride__content {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }

  .our-pride__text {
    font-size: 1rem;
  }

  .our-pride__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .our-pride__more {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 30px;
  }

  .our-pride__all-objects {
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .our-pride {
    margin-top: 40px;
  }

  .our-pride__block,
  .our-pride__pictures {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .our-pride__block {
    margin-top: 30px;
  }

  .our-pride__pictures {
    width: 100%;
  }

  .our-pride__main-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%;
    height: 236px;
  }

  .our-pride__other-pics {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }

  .our-pride__gallery {
    min-width: 49%;
    max-width: 440px;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    height: 126px;
  }

  .our-pride__gallery:nth-of-type(2) {
    margin-top: 0;
    margin-left: 2%;
  }

  .our-pride__content {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }

  .our-pride__header {
    text-align: center;
    margin-bottom: 15px;
  }

  .our-pride__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .our-pride__more {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
  }

  .our-pride__all-objects {
    margin-left: 0;
  }
}

.info-block {
  margin-top: 85px;
}

.info-block .title-2 {
  text-align: left;
}

@media (max-width: 600px) {
  .info-block {
    margin-top: 35px;
  }
}

.info-block__title {
  margin-top: 0;
}

@media (max-width: 600px) {
  .info-block__title {
    margin-bottom: 25px;
  }
}

.info-block__info {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.info-block__info p {
  font-size: 20px;
  line-height: 32px;
}

.info-block__info p:not(:first-child) {
  margin-top: 18px;
}

.info-block__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -20px;
  margin-top: 3px;
}

.info-block__left {
  margin: 20px;
  max-width: calc(60% - 76px);
  width: 100%;
}

.info-block__right {
  max-width: calc(40% - 29px);
  width: 100%;
  height: 370px;
  margin: 20px;
}

.info-block__right img,
.our-service__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-block .title-3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 20px;
}

.info-block .block {
}

.our-service__title {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .our-service__title {
    margin-bottom: 25px;
    margin-top: 35px;
  }
}

.our-service__subtitle {
  line-height: 156.5%;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.our-service__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px -25px -25px;
}

@media (max-width: 1024px) {
  .our-service__items {
    margin: 10px -15px -15px;
  }
}

@media (max-width: 500px) {
  .our-service__items {
    margin: 0 -10px -10px;
  }
}

.our-service__item {
  background-color: gray;
  width: calc(25% - 50px);
  margin: 25px;
  min-height: 380px;
}

.our-service__item img {
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1024px) {
  .our-service__item {
    width: calc(33.333% - 30px);
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .our-service__item {
    width: calc(50% - 30px);
    min-height: auto;
  }
}

@media (max-width: 500px) {
  .our-service__item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.advantages {
  margin-top: 70px;
}

.advantages__cover {
  max-width: 926px;
  margin: 0 auto;
  width: 100%;
  margin-top: 44px;
}

.advantages__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -115px;
}

.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: calc(33.333% - 115px);
  margin-left: 115px;
}

.advantages__item:nth-child(1) .advantages__pic {
  background-position-x: 0%;
}

.advantages__item:nth-child(2) .advantages__pic {
  background-position-x: 50%;
}

.advantages__item:nth-child(3) .advantages__pic {
  background-position-x: 100%;
}

.advantages__pic {
  width: 88px;
  height: 88px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.advantages__article {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  margin-top: 26px;
}

.advantages__info {
  max-width: 100%;
  font-size: 22px;
  width: 100%;
  font-weight: 500;
  line-height: 31px;
  margin-top: 20px;
}

.our-map {
  margin-top: 50px;
}

.our-map__map {
  background-color: #bdbdbd;
  min-height: 350px;
  margin-top: 30px;
}

.our-map__title {
  font-size: 1.5rem;
  line-height: 29px;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .our-map__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.our-map__address {
  font-weight: 600;
  font-size: 1.125rem;
}

@media (max-width: 1024px) {
  .our-map {
    margin-top: 30px;
  }
}

.call {
  background-color: var(--secondColorSiteBG);
  margin-top: 60px;
  color: var(--mainColorSite);
}

.call__block {
  display: flex;
  padding-top: 61px;
  padding-bottom: 71px;
}

@media (max-width: 1024px) {
  .call__block {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

.call__title {
  margin-bottom: 15px;
  text-align: center;
}

.call__agreement {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
  color: var(--mainColorSite);
  margin-top: 15px;
}

.call__agreement a {
  color: inherit;
  font-weight: inherit;
}

.call__agreement a:hover {
  color: var(--mainColorSite) !important;
  transition: all ease 0.3s;
}

.call__text {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  color: var(--mainColorSite);
  margin-top: 19px;
  line-height: 31px;
}

.call__inform {
  font-size: 20px;
  font-weight: 500;
  color: var(--mainColorSite);
  max-width: 480px;
  margin-top: 16px;
  line-height: 32px;
}

.call__inform a {
  color: var(--secondColorSite);
}

.call__inform a:hover {
  color: var(--mainColorSite);
}

.call__link {
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--secondColorSite) !important;
}

.call__link:hover {
  color: #ac2303;
}

.call form,
.call__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.call__result {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
}

.call__result div,
.call__result p {
  margin-bottom: 15px;
}

.call__form {
  width: 100%;
  max-width: 518px;
  padding-top: 5px;
}

.call__form .button {
  width: 100%;
  min-height: 57px;
}

.call form {
  flex-direction: column;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto 0px;
}

.call form input[type="phone"],
.call form input[type="text"] {
  background: white;
  border: 2px solid rgba(21, 23, 28, 70%);
  padding-left: 15px;
  height: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 21px;
  font-size: 16px;
  font-weight: 400;
}

form input[type="phone"]::placeholder,
form input[type="text"]::placeholder {
  color: rgb(21 23 28 / 40%);
  font-weight: 500;
}

form input[type="phone"]:focus,
form input[type="text"]:focus {
  outline: 0;
}

.call form input[type="text"] {
  width: 100%;
}

@media (max-width: 768px) {
  .call form input[type="text"] {
  }
}

.call form input[type="phone"] {
  width: 100%;
}

.call__form input:not(:first-child) {
  margin-top: 23px;
}

.call form .callback__button {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 23px;
  height: 57px;
}

@media (max-width: 768px) {
  .call form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}

/* .call .title-3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 20px
} */

.call__info {
  max-width: 647px;
  width: 100%;
  margin-right: 75px;
}

.call__info .title-3 {
  text-align: left;
}

.our-table {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 65px auto -5px;
  overflow-x: auto;
}

.our-table__table {
  min-width: 960px;
}

.our-table__table thead td {
  background: #f3f3f3;
  padding: 20px 10px;
  font-weight: 700;
}

.our-table__table td {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  width: 20%;
  padding: 10px;
  background-color: #e3e3e3;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .our-table {
    margin-top: 30px;
  }
}

.callback {
  width: 100%;
  padding: 80px 0 55px;
  background-color: #263238;
  margin-top: 80px;
  color: #fff;
}

.callback__block {
  width: 875px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.callback__header {
  font-size: 2.571rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.callback__text {
  text-align: center;
  font-size: 1.142rem;
  line-height: 1.5rem;
}

.callback__form {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.callback__form input::-webkit-input-placeholder {
  color: #999;
}

.callback__form input::-moz-placeholder {
  color: #999;
}

.callback__form input:-ms-input-placeholder {
  color: #999;
}

.callback__form input {
  outline: 0;
  border: 1px solid #263238;
}

.callback__form input:focus {
  border: 1px solid #dd2c00;
}

.callback__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.callback__field {
  padding: 20px 17px;
  width: 270px;
  height: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.callback__field:nth-of-type(2) {
  margin-left: 20px;
}

.callback__button {
  margin-top: 20px;
  width: 160px;
  height: 48px;
}

.callback__confirm {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.callback__checkbox {
  margin-right: 10px;
}

.callback__agreement {
  margin-left: 5px;
  text-decoration: underline !important;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.callback__agreement:hover {
  color: #dd2c00;
}

@media (min-width: 651px) and (max-width: 1199px) {
  .callback {
    padding: 50px 0 35px;
    margin-top: 50px;
  }

  .callback__block {
    width: 90%;
  }

  .callback__text {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 650px) {
  .callback {
    padding: 40px 0 35px;
    margin-top: 40px;
  }

  .callback__block {
    width: 90%;
  }

  .callback__header {
    font-size: 1.571rem;
    line-height: 1.7rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .callback__text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .callback__form {
    margin-top: 20px;
  }

  .callback__inputs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .callback__field {
    padding: 20px 17px;
    width: 90%;
    height: 5px;
    font-family: "Roboto Condensed", sans-serif;
  }

  .callback__field:nth-of-type(2) {
    margin-top: 10px;
    margin-left: 0;
  }

  .callback__button {
    margin-top: 20px;
    width: 160px;
    height: 48px;
  }

  .callback__confirm {
    line-height: 1.8rem;
    margin-top: 20px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .callback__checkbox {
    margin-right: 10px;
  }

  .callback__agreement {
    margin-left: 5px;
    text-decoration: underline !important;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
  }

  .callback__agreement:hover {
    color: #dd2c00;
  }
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--mainColorSite);
  color: #fff;
}

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

@media (max-width: 500px) {
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer__logo {
  max-width: 232px;
}

.footer__logo svg {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 50px;
  fill: white;
}

.footer__link {
  line-height: 156.5%;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.footer__link:not(:last-child) {
  margin-right: 10px;
}

.footer__link:hover {
  color: var(--secondColorSite);
}

.footer__link--mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 600px) {
  .footer__link--mobile {
    display: block;
    visibility: visible;
  }
}

.footer__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 545px;
  width: 100%;
  margin-left: 30px;
}

.footer .block {
  padding-top: 26px;
  padding-bottom: 22px;
}

.banner__title {
  margin-top: 21px;
  line-height: 69px;
}

.advantages__pic svg {
  width: 100%;
  height: 100%;
}

.b-faces {
  background-color: #fff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  .b-faces {
    margin-top: 35px;
  }
}

.b-faces__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}

@media (max-width: 1024px) {
  .b-faces__items {
    margin-top: 10px;
  }
}

.b-faces__item {
  width: calc(23% - 30px);
  height: 300px;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
  -webkit-box-shadow: 0 4px 12px rgba(29, 53, 70, 0.25);
  box-shadow: 0 4px 12px rgba(29, 53, 70, 0.25);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin: 15px;
  cursor: pointer;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}

.b-faces__item:hover {
  box-shadow: 0px 4px 30px rgba(29, 53, 70, 0.6);
}

@media (max-width: 1024px) {
  .b-faces__item {
    width: calc(50% - 30px);
    height: 470px;
  }
}

@media (max-width: 768px) {
  .b-faces__item {
    width: calc(100% - 30px);
    height: 750px;
  }
}

@media (max-width: 700px) {
  .b-faces__item {
    height: 700px;
  }
}

@media (max-width: 600px) {
  .b-faces__item {
    height: 600px;
  }
}

@media (max-width: 500px) {
  .b-faces__item {
    height: 500px;
  }
}

@media (max-width: 400px) {
  .b-faces__item {
    height: 400px;
  }
}

.b-faces__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 20px;
}

.swiper-container {
  max-width: 1200px;
  width: 100%;
}

.our-partner__pic__item {
  text-align: center;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.our-partner__info {
  margin: 30px auto 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #00a4ad !important;
}

@media (max-width: 900px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 21px !important;
  }
}

@media (max-width: 500px) {
  .swiper-button-next {
    right: -7px !important;
  }

  .swiper-button-prev {
    left: -7px !important;
  }

  .our-partner__info {
    margin: 15px auto 0;
  }
}

.info {
  margin-top: 66px;
}

.info + .info {
  margin-top: 54px;
}

.info--letters {
  padding-top: 68px;
  padding-bottom: 54px;
  margin-top: 79px;
}

.info__slider {
  position: relative;
  overflow: hidden;
  padding: 15px 17px;
  margin: 0px -17px;
  margin-top: 18px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.info__slider .swiper-slide {
  height: 335px;
}

.info__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info__slider--letters {
  margin-top: 25px;
}

.info__slider--letters .arrow {
  width: calc(100% - 50px);
}

.info__slider--letters .swiper-slide {
  height: auto;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.44));
}

.info__slider--letters .arrow__link {
  background-color: white;
}

.info__slider--letters img {
  height: auto;
}

.info__quote {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  margin-top: 21px;
}

/* .js-team {
    opacity: 0;
    transition: .4s ease-in-out;
} */

.arrow {
  position: absolute;
  width: calc(100% - 34px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
  z-index: 1;
  height: 0;
}

.arrow__cover {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 0px;
}

.arrow__link {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColorSite);
  width: 59px;
  height: 59px;
  cursor: pointer;
  opacity: 0.5;
  box-shadow: 0px 8px 27px rgba(0, 0, 0, 0.63);
  transition: all 0.3s ease-in-out;
}

.arrow__link:hover {
  opacity: 1;
}

.arrow__link--prev svg {
  position: relative;
  right: 2px;
}

.arrow__link--next {
  transform: scale(-1, 1);
}

.arrow__link--next svg {
  position: relative;
  right: 2px;
}

.arrow__link--prev svg {
  position: relative;
  right: 2;
}

.pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  height: 9px !important;
  width: 9px !important;
  transition: all 0.3s ease-in-out;
  background: var(--secondColorSite) !important;
  opacity: 0.3 !important;
}

.swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-left: 0 !important;
  margin-right: 18px !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.mf-white {
  background-color: var(--secondColorSiteBG);
  color: var(--mainColorSite);
}

.contacts {
  margin-top: 62px;
}

.contacts__item {
  font-size: 20px;
}

.contacts__item a:hover {
  color: var(--secondColorSite);
}

.contacts__item:not(:first-child) {
  margin-top: 30px;
}

.contacts__item span {
  font-weight: 700;
}

.contacts__wrapper {
  margin-top: 41px;
}

.map {
  height: 660px;
  margin-top: 52px;
}

#map .ymaps-2-1-78-balloon__content {
  min-width: 348px;
  padding: 43px 36px 69px 36px;
  font-family: "Geometria", sans-serif;
  margin-right: 0;
}

#map .ymaps-2-1-78-controls__control {
  right: 15px !important;
  left: auto !important;
  top: 255px !important;
}

#map .ymaps-2-1-78-controls__control_toolbar {
  position: absolute !important;
  right: 15px !important;
  top: 320px !important;
}

.balloon__header {
  font-size: 23px;
  font-weight: 700;
}

.balloon__text {
  font-size: 18px;
  margin-top: 21px;
}

.balloon__text a {
  color: var(--mainColorSite);
}

.balloon__text a:hover {
  color: var(--secondColorSite);
}

.balloon__bloc:not(:first-child) {
  margin-top: 32px;
}

#map .ymaps-2-1-78-balloon {
  left: -215px !important;
}

.ymaps-2-1-78-balloon__tail {
  display: none !important;
}

/* =========== Banner-basic=========== */

.banner--basic .banner__wrapper {
  max-width: 100%;
  width: 100%;
}

.banner--basic .banner__img {
  background-size: cover;
}

.banner--basic .banner__title {
  text-align: center;
  margin-top: 0;
}

.banner--basic .banner__quote {
  max-width: 725px;
  margin: 0 auto;
  width: 100%;
  margin-top: 23px;
  text-align: center;
}

.banner--basic .banner__block {
  padding: 152px 30px 182px;
}

.banner--basic::before {
  position: absolute;
  content: none;
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/in_studio_landing/assets/css/../images/decor/dec1.png");
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  max-width: initial;
  z-index: 1;
}

.banner--basic::after {
  position: absolute;
  content: none;
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/in_studio_landing/assets/css/../images/decor/dec2.png");
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  max-width: initial;
}

.info__box {
  max-width: 887px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.info__box p {
  line-height: 32px;
}

.info__box p:not(:first-child) {
  margin-top: 17px;
}

.advantages--service {
  margin-bottom: 0px;
}

.advantages--service + section {
  margin-top: 74px;
}

.advantages--service .advantages__pic {
  background-size: auto;
}

.advantages--service .advantages__item:nth-child(1) .advantages__pic {
  background-position-x: 0%;
  background-position-y: 0%;
}

.advantages--service .advantages__item:nth-child(2) .advantages__pic {
  background-position-x: 50%;
  background-position-y: 0%;
}

.advantages--service .advantages__item:nth-child(3) .advantages__pic {
  background-position-x: 100%;
  background-position-y: 0%;
}

.advantages--service .advantages__item:nth-child(4) .advantages__pic {
  background-position-x: 0%;
  background-position-y: 100%;
}

.advantages--service .advantages__item:nth-child(5) .advantages__pic {
  background-position-x: 50%;
  background-position-y: 100%;
}

.advantages--service .advantages__item:nth-child(6) .advantages__pic {
  background-position-x: 100%;
  background-position-y: 100%;
}

.advantages--service .advantages__cover {
  max-width: 1055px;
}

.advantages--service .advantages__items {
  margin-left: -80px;
  margin-top: -40px;
}

.advantages--service .advantages__item {
  width: calc(33.333% - 80px);
  margin-left: 80px;
  margin-top: 40px;
}

.advantages--service .advantages__info {
  max-width: 275px;
  line-height: 26px;
  margin-top: 21px;
  font-size: 18px;
}

.advantages--taxes .advantages__info {
  max-width: 300px;
  line-height: 26px;
  margin-top: 23px;
}

.overlay {
  background: rgba(21, 23, 28, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0px;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 11;
  visibility: hidden;
}

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

.popup-order {
  color: var(--mainColorSite);
  background-color: #fff;
  position: fixed;
  right: 0;
  width: 100vh;
  max-width: 444px;
  min-height: 515px;
  height: 1px;
  padding: 39px 34px 41px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 101;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease;
}

@media (max-width: 500px) {
  .popup-order {
    max-width: 100%;
  }
}

.popup-order__note {
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 12px;
}

.popup-order__title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  max-width: 365px;
  line-height: 38px;
}

.popup-order__quote {
  font-size: 16px;
  text-align: center;
  margin-top: 11px;
  line-height: 25px;
}

.popup-order__form {
  display: flex;
  flex-direction: column;
}

.popup-order__form a {
  color: var(--secondColorSite);
}

.popup-order__form a:hover {
  color: var(--mainColorSite);
}

.popup-order__field {
  height: 57px;
  border: 1.5px solid var(--mainColorSite);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.popup-order__field:not(:first-child) {
  margin-top: 23px;
}

.popup-order .button {
  margin-top: 23px;
  padding: 20px 12px;
}

.popup-order__close {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.popup-order__close::after,
.popup-order__close::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--mainColorSite);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.popup-order__close::after {
  transform: rotate(45deg);
}

.popup-order__close::before {
  transform: rotate(-45deg);
}

.popup-order__close:hover::after,
.popup-order__close:hover::before {
  background: var(--secondColorSite);
}

.popup-grace {
  color: var(--mainColorSite);
  background-color: #fff;
  position: fixed;
  right: 0;
  width: 100vh;
  max-width: 444px;
  min-height: 424px;
  height: 1px;
  padding: 89px 62px 86px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 101;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.popup-grace__pic {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: 50%;
}

.popup-grace__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-grace__title {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

.popup-grace__txt {
  font-size: 16px;
  text-align: center;
  margin-top: 23px;
  font-weight: 400;
  line-height: 27px;
}

.popup-grace__title {
  margin-top: 31px;
}

.popup-grace__close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.popup-grace__close::after,
.popup-grace__close::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--mainColorSite);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.popup-grace__close:hover::after,
.popup-grace__close:hover::before {
  background: var(--secondColorSite);
}

.popup-grace__close::after {
  transform: rotate(45deg);
}

.popup-grace__close::before {
  transform: rotate(-45deg);
}

.popup-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0.4s;
}

.mf-scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transition: 0.2s ease-out;
  padding: 0 calc(var(--wScroll) - (100vw - 100%)) 0 0;
}

.notification {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.notification + .footer {
  filter: drop-shadow(0px 0px 20px #000000);
}

.notification__block {
  min-height: calc(100vh - 144px);
  display: flex;
  align-items: center;
}

.notification__title {
  margin-top: 10px;
}

.notification__box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.notification__note {
  font-size: 38px;
  font-weight: 800;
}

.notification__title {
  font-size: 187px;
  font-weight: 800;
  line-height: 187px;
}

.notification .button {
  margin-top: 49px;
  padding: 21px 25px;
}

@media (max-width: 1024px) {
  .notification__note {
    font-size: 35px;
  }

  .notification__title {
    font-size: 171px;
    line-height: 171px;
    margin-top: 12px;
  }

  .notification__block {
    padding-top: 238px;
  }
}

@media (max-width: 620px) {
  .notification__note {
    font-size: 30px;
    line-height: 30px;
  }

  .notification__block {
    padding-top: 149px;
  }

  .notification__title {
    font-size: 135px;
    line-height: 135px;
    margin-top: 3px;
  }

  .notification .button {
    margin-top: 38px;
    padding: 19px 30px;
  }
}

/* ========= Banner (1024)========= */
@media (max-width: 1024px) {
  .banner__block {
    padding: 116px 20px 137px;
  }

  .banner__title {
    margin-top: 23px;
    line-height: 65px;
  }

  .banner__title--mobile {
    display: block;
  }

  .banner__quote {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    text-align: left;
  }
}

/* ========= Banner (620)========= */

@media (max-width: 1600px) {
  .banner__img {
    background-position: 0% center;
  }
}

@media (max-width: 1400px) {
  .banner::after {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .banner__block {
    padding: 116px 20px 123px;
  }

  .banner__title {
    margin-top: 27px;
  }

  .banner__img {
    background-position: 18% center;
  }

  .banner__img--desc {
    display: none;
  }

  .banner__img--tablet {
    display: block;
  }
}

@media (max-width: 320px) {
  .banner__block {
    /* padding: 60px 15px 60px; */
  }

  .banner__title {
    line-height: 54px;
    margin-top: 21px;
  }

  .banner__quote {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    text-align: left;
    max-width: 280px;
  }

  .banner__img--tablet {
    display: none;
  }

  .banner__img--mobile {
    display: block;
  }

  .banner__img {
    background-position: 40% center;
  }
}
/* ============Header (768)============= */

@media (max-width: 768px) {
  .header__logo {
    width: 120px;
  }
}

/* ============Header (620)============= */

@media (max-width: 620px) {
  .header,
  .header__inner {
    min-height: 48px;
  }

  .header .button {
    font-size: 15px;
    padding: 21px 12px;
    margin-top: 38px;
  }

  .header__block {
    padding-top: 15px;
    padding-bottom: 13px;
  }

  .header__burger {
    width: 25px;
    height: 23px;
  }

  .header__header {
    padding: 0px 15px;
    padding-top: 12px;
    padding-bottom: 9px;
    width: calc(100% + 30px);
  }

  .header__link {
    font-size: 18px;
  }

  .header__nav {
    margin-top: 31px;
    padding: 25px 0 0;
    margin-bottom: 38px;
  }

  .header__link:not(:first-child) {
    margin-top: 22px;
    padding-bottom: 30px;
  }

  .header__wrapper {
    padding: 0px 15px;
  }

  .header__mail,
  .header__phone {
    font-size: 14px;
  }

  .header__mail {
    margin-bottom: 0px;
  }
}

/* ========== Service ============ */

@media (max-width: 1235px) {
  .service__item {
    width: calc(33.333% - 20px);
    margin-left: 20px;
  }

  .service__items {
    margin-left: -20px;
  }
}

@media (max-width: 1024px) {
  .service {
    margin-top: 40px;
  }

  .service__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    min-height: 531px;
  }

  .service__items {
    justify-content: center;
    margin-top: -20px;
  }

  .service__quote {
    font-size: 18px;
    line-height: 27px;
  }

  .service__cover {
    margin-top: 34px;
  }

  .service__pic {
    height: 176px;
  }

  .service__title {
    line-height: 32px;
  }

  .service__content {
    padding: 27px 20px 47px;
  }

  .service__info {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
    margin-bottom: 23px;
  }
}

@media (max-width: 620px) {
  .service {
    margin-top: 33px;
  }

  .service__item {
    width: 100%;
    margin-left: 0px;
    min-height: 413px;
    margin-top: 17px;
  }

  .service__items {
    justify-content: center;
    margin-left: 0px;
    margin-top: -17px;
  }

  .service__quote {
    font-size: 16px;
    line-height: 26px;
    margin-top: 11px;
  }

  .service__cover {
    margin-top: 25px;
  }

  .service__pic {
    height: 143px;
  }

  .service__title {
    font-size: 23px;
    line-height: 29px;
  }

  .service__content {
    padding: 17px 15px 28px;
  }

  .service__info {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .service .button {
    padding: 19px 30px;
  }

  .title-2 {
    line-height: 40px;
  }
}

/* =========== Advantages ============== */

@media (max-width: 1024px) {
  .advantages {
    margin-top: 54px;
  }

  .advantages__pic {
    width: 57px;
    height: 57px;
  }

  .advantages__item {
    width: calc(33.333% - 50px);
    margin-left: 50px;
  }

  .advantages__items {
    margin-left: -50px;
  }

  .advantages__cover {
    margin-top: 28px;
    max-width: 650px;
  }

  .advantages__article {
    font-size: 17px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .advantages__info {
    line-height: 27px;
    font-size: 20px;
    margin-top: 14px;
  }

  .advantages--service .advantages__pic {
    background-size: auto 365%;
  }

  .advantages--service .advantages__item {
    width: calc(33.333% - 20px);
    margin-left: 20px;
    margin-top: 28px;
  }

  .advantages--service .advantages__items {
    margin-left: -20px;
    margin-top: -28px;
  }

  .advantages--service .advantages__info {
    max-width: 275px;
    line-height: 26px;
    margin-top: 13px;
    font-size: 16px;
  }

  .advantages--service + section {
    margin-top: 55px;
  }
}

@media (max-width: 620px) {
  .advantages {
    margin-top: 38px;
  }

  .advantages__item {
    width: 100%;
    margin-left: 0;
  }

  .advantages__items {
    margin-left: 0;
  }

  .advantages__pic {
    width: 66px;
    height: 66px;
  }

  .advantages__article {
    font-size: 20px;
    line-height: 20px;
  }

  .advantages__info {
    max-width: 180px;
    line-height: 26px;
    font-size: 18px;
    margin-top: 18px;
  }

  .advantages__item:not(:first-child) {
    margin-top: 25px;
  }

  .advantages .title-3 {
    line-height: 33px;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
  }

  .advantages--service {
    margin-top: 32px;
  }

  .advantages--service .advantages__item {
    width: calc(50% - 20px);
  }

  .advantages--service .advantages__info {
    line-height: 25px;
    font-size: 15px;
  }

  .advantages--service .advantages__cover {
    margin-top: 33px;
  }

  .advantages--service + section {
    margin-top: 44px;
  }
}

@media (max-width: 500px) {
  .advantages--service .advantages__item {
    width: 100%;
    margin-left: 0;
  }

  .advantages--service .advantages__items {
    width: 100%;
    margin-left: 0;
  }
}

/* =========== Call ============== */

@media (max-width: 1024px) {
  .call__block {
    flex-direction: column;
    margin-top: 0;
    padding-top: 54px;
    padding-bottom: 61px;
  }

  .call__info {
    max-width: 100%;
    margin-right: 0;
  }

  .call__info .title-3 {
    text-align: center;
  }

  .call__form {
    max-width: 100%;
  }

  .call__text {
    text-align: center;
    font-size: 18px;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 29px;
  }

  .call__inform {
    margin: 0 auto;
    font-size: 18px;
    line-height: 29px;
    max-width: 590px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .call__form {
    padding: 0;
    padding: 0;
    margin-top: 26px;
    max-width: 518px;
    width: 100%;
    margin: 0 auto;
    margin-top: 26px;
  }
}

/* =========== Info ============== */

@media (max-width: 1024px) {
  .info {
    margin-top: 54px;
  }

  .info__quote {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    max-width: 665px;
    width: 100%;
  }

  .info__slider .swiper-slide {
    height: 306px;
  }

  .pagination {
    margin-top: 34px;
  }

  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px !important;
  }

  .info-block__info p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .info-block__container {
    flex-direction: column;
  }

  .info-block__left {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .info-block__container {
    margin: 0;
    margin-top: 20px;
  }

  .info-block__info p {
    font-size: 18px;
    line-height: 29px;
    max-width: 664px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .info-block__info p:not(:first-child) {
    margin-top: 13px;
  }

  .info-block__right {
    margin: 0;
    max-width: 728px;
    height: 390px;
    margin-top: 32px;
  }
}

@media (max-width: 620px) {
  .info {
    margin-top: 34px;
  }

  .info .title-3 {
    line-height: 36px;
  }

  .info__quote {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin-top: 9px;
  }

  .info__slider {
    margin-top: 12px;
  }

  .info__slider .swiper-slide {
    height: 258px;
  }
}

/* =========== Arrow ============= */

@media (max-width: 1024px) {
  .arrow {
    bottom: 44px;
  }

  .arrow__link {
    width: 46px;
    height: 46px;
  }

  .arrow__link svg {
    width: 14px;
    height: 22px;
  }
}

@media (max-width: 620px) {
  .arrow {
    display: none;
  }

  .pagination {
    margin-top: 29px;
  }
}

/* ========= Call ========== */

@media (max-width: 620px) {
  .call {
    margin-top: 42px;
  }

  .call__block {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .call__text {
    margin-top: 13px;
    line-height: 26px;
    font-size: 16px;
  }

  .call__inform {
    max-width: 361px;
    margin-top: 9px;
    font-size: 16px;
    line-height: 27px;
  }

  .call form input[type="phone"],
  .call form input[type="text"] {
    height: 53px;
  }

  .call__form {
    margin-top: 19px;
  }

  .call__form input:not(:first-child) {
    margin-top: 15px;
  }

  .call__form .button {
    min-height: 53px;
  }

  .call__agreement {
    line-height: 18px;
    margin-top: 12px;
  }
}

/* ========== info-block =========== */

@media (max-width: 1024px) {
  .info-block {
    margin-top: 37px;
  }

  .info-block .title-2 {
    text-align: center;
  }
}

@media (max-width: 620px) {
  .info-block {
    margin-top: 13px;
  }

  .info-block__container {
    margin: 0;
    margin-top: 12px;
  }

  .info-block__container {
    font-size: 16px;
  }

  .info-block__info p {
    font-size: 16px;
    line-height: 26px;
    max-width: 335px;
  }

  .info-block__right {
    margin-top: 26px;
    height: 257px;
  }
}

.info__slider--letters .swiper-slide {
  height: auto;
  max-height: 322px;
}

@media (max-width: 1024px) {
  .info__slider--letters .swiper-slide {
    height: auto;
  }

  .info--letters {
    padding-bottom: 40px;
    padding-top: 54px;
  }

  .info__slider {
    padding: 15px 15px;
    margin: 0px -15px;
  }

  .info__slider--letters {
    margin-top: 14px;
  }

  .info__box {
    margin-top: 18px;
    max-width: initial;
  }

  .info__box p {
    line-height: 29px;
    max-width: initial;
    margin: 0 auto;
    text-align: left;
  }

  .info__box p:not(:first-child) {
    margin-top: 13px;
  }
}

@media (max-width: 620px) {
  .info--letters {
    padding-bottom: 45px;
    padding-top: 29px;
  }

  .info__box {
    margin-top: 10px;
  }

  .info__box p {
    line-height: 26px;
    font-size: 16px;
  }

  .info__slider--letters {
    margin-top: 0px;
  }

  .info + .info {
    margin-top: 34px;
  }
}

/* ======= Footer ========= */

@media (max-width: 1024px) {
  .footer__grid {
    max-width: 522px;
  }

  .footer__link:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .footer__logo {
    width: 100%;
    display: block;
  }

  .footer .block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .footer__logo {
    max-width: 120px;
  }
}

@media (max-width: 650px) {
  .footer .block,
  .footer__grid {
    flex-direction: column;
  }

  .footer__link:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .footer__link:not(:first-child) {
    margin-top: 10px;
  }

  .footer__grid {
    margin-left: 0;
    margin-top: 18px;
  }
}

@media (max-width: 650px) {
  .footer__link {
    font-size: 12px;
    line-height: 12px;
  }

  .footer__link:not(:first-child) {
    margin-top: 13px;
  }
}

/* ========= Contacts ========== */

@media (max-width: 1024px) {
  .contacts {
    margin-top: 49px;
  }

  .contacts__item {
    font-size: 18px;
  }

  .contacts__item:not(:first-child) {
    margin-top: 31px;
  }

  .contacts__wrapper {
    margin-top: 35px;
  }
}

@media (max-width: 620px) {
  .contacts {
    margin-top: 42px;
  }

  .contacts .title-1 {
    line-height: 54px;
  }

  .contacts__wrapper {
    margin-top: 30px;
  }

  .contacts__item {
    font-size: 16px;
    line-height: 26px;
  }

  .contacts__item:not(:first-child) {
    margin-top: 20px;
  }
}

/* ====== Map ============ */

@media (max-width: 1024px) {
  .map {
    margin-top: 42px;
    height: 614px;
  }

  #map .ymaps-2-1-78-balloon__content {
    min-width: 397px;
    padding: 47px 44px 57px 46px;
    box-sizing: border-box;
  }

  .balloon__header {
    font-size: 20px;
  }

  .balloon__text {
    font-size: 16px;
    margin-top: 19px;
  }

  #map .ymaps-2-1-78-balloon {
    left: -205px !important;
  }
}

@media (max-width: 620px) {
  .map {
    margin-top: 48px;
    height: 486px;
  }

  #map .ymaps-2-1-78-balloon__content {
    min-width: 323px;
    padding: 31px 27px 50px 27px;
    box-sizing: border-box;
  }

  #map .ymaps-2-1-78-controls__control {
    top: 185px !important;
  }

  #map .ymaps-2-1-78-controls__control_toolbar {
    top: 255px !important;
  }

  #map .ymaps-2-1-78-balloon {
    left: -166px !important;
  }

  .balloon__header {
    font-size: 18px;
  }

  .balloon__text {
    font-size: 14px;
    margin-top: 14px;
  }

  .balloon__bloc:not(:first-child) {
    margin-top: 25px;
  }
}

/* =========== banner--basic =========== */

@media (max-width: 1024px) {
  .banner--basic .banner__title {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .banner--basic .banner__block {
    padding: 131px 20px 170px;
  }

  .banner--basic .banner__quote {
    max-width: 530px;
    margin-top: 32px;
  }

  .banner--basic .banner__img {
    background-position: 63% center;
  }

  .banner--basic::before {
    background-position-x: 40%;
  }
}

@media (max-width: 620px) {
  .banner--basic .banner__block {
    padding: 81px 15px 102px;
  }

  .banner--basic .banner__quote {
    max-width: 530px;
    margin-top: 21px;
  }

  .banner--basic .banner__img {
    background-position: 91% center;
  }

  .banner--basic::before {
    background-position-x: 60%;
  }
}

@media (max-width: 350px) {
  .banner--basic .banner__block {
    padding: 75px 15px 80px;
  }
}

/* ========== b-page ========== */
@media (max-width: 650px) {
  .b-page {
    padding-bottom: 122px;
  }
}

/* ======== Popup ========== */

@media (max-width: 1024px) {
  .popup-grace {
    max-width: 434px;
    min-height: 404px;
    padding: 82px 51px 82px;
  }

  .popup-grace__title {
    font-size: 45px;
    line-height: 45px;
    margin-top: 22px;
  }

  .popup-grace__close {
    position: absolute;
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 620px) {
  .popup-grace {
    max-width: 345px;
    min-height: 345px;
    padding: 60px 47px 53px;
  }

  .popup-grace__pic {
    width: 71px;
    height: 71px;
  }

  .popup-grace__title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
  }

  .popup-grace__txt {
    margin-top: 16px;
  }

  .popup-grace__close {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 13px;
    right: 13px;
  }
}

/* ============ .agreement ======== */

@media (max-width: 1024px) {
  .agreement {
    margin-top: 47px;
    font-size: 16px;
  }

  .agreement__block {
    padding-bottom: 43px;
  }

  .agreement__header {
    font-size: 18px;
  }

  .agreement .title-2 {
    line-height: 45px;
  }

  .agreement__box {
    margin-top: 33px;
  }

  .agreement__text:last-of-type {
    margin-top: 20px;
    line-height: 26px;
  }

  .agreement__info {
    margin-top: 18px;
  }

  .agreement__module:not(:first-child) {
    margin-top: 12px;
  }

  .agreement__text {
    margin-top: 12px;
    line-height: 26px;
  }

  .agreement__text:last-of-type {
    margin-top: 17px;
    line-height: 26px;
  }

  .list {
    font-size: 16px;
    line-height: 21px;
    margin-top: 19px;
  }

  .list li {
    line-height: 27px;
  }

  .list li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  .agreement {
    margin-top: 30px;
    font-size: 14px;
  }

  .agreement .title-2 {
    line-height: 37px;
  }

  .agreement__box {
    margin-top: 25px;
  }

  .agreement__header {
    font-size: 16px;
    line-height: 25px;
  }

  .list {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
  }

  .list li {
    line-height: 22px;
    padding-left: 18px;
  }

  .list li:not(:first-child) {
    margin-top: 13px;
  }

  .list li:after {
    top: 10px;
  }

  .agreement__box:not(:first-child) {
    margin-top: 15px;
  }

  .agreement__info {
    margin-top: 13px;
    line-height: 20px;
  }

  .agreement__module {
    margin-top: 4px;
  }

  .agreement__info p {
    line-height: 22px;
  }

  .agreement__text {
    margin-top: 15px;
    line-height: 22px;
  }

  .agreement__text:last-of-type {
    margin-top: 16px;
    line-height: 22px;
  }

  .agreement__block {
    padding-bottom: 32px;
  }
}

.mf-shadow {
  filter: drop-shadow(0px 0px 20px #000000);
}

.banner--taxes .banner__block {
  padding: 145px 30px 165px;
}

@media (max-width: 476px) {
  .banner--taxes .banner__block {
    padding: 120px 30px 140px;
  }
}

@media (max-width: 446px) {
  .banner--taxes .banner__block {
    padding: 110px 30px 125px;
  }
}

@media (max-width: 372px) {
  .banner--taxes .banner__block {
    padding: 100px 30px 110px;
  }
}

@media (max-width: 336px) {
  .banner--taxes .banner__block {
    padding: 75px 30px 80px;
  }
}

.banner--mediation .banner__block {
  padding: 140px 30px 165px;
}

@media (max-width: 500px) {
  .banner--mediation .banner__block {
    padding: 135px 30px 155px;
  }
}

@media (max-width: 405px) {
  .banner--mediation .banner__block {
    padding: 95px 30px 115px;
  }
}

.header__phone:hover {
  color: var(--secondColorSite);
  transition: all ease 0.3s;
}

.ymaps-2-1-78-balloon {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.67) !important;
}

.header .b-svg {
  height: 50px;
  fill: white;
}

.price__table {
  margin-top: 30px;
  background: #514e59;
  color: #fff;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-filter: drop-shadow(0 4px 40px rgba(29, 53, 70, 0.6));
  filter: drop-shadow(0 4px 40px rgba(29, 53, 70, 0.6));
}
@media (max-width: 1024px) {
  .price__table {
    margin-top: 25px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-filter: drop-shadow(0 4px 25px rgba(29, 53, 70, 0.6));
    filter: drop-shadow(0 4px 25px rgba(29, 53, 70, 0.6));
  }
}
@media (max-width: 620px) {
  .price__table {
    margin: 20px -15px 0;
    width: calc(100% + 30px);
  }
}
.price__table .accordion {
  border-top: 1px solid #ffc664;
}
.price__table .accordion__body .price__row {
  border: 0;
}
.price__table .accordion__body .price__cell {
  padding: 0 28px 24px 55px;
}
@media (max-width: 1024px) {
  .price__table .accordion__body .price__cell {
    padding: 0 15px 18px 35px;
  }
}
@media (max-width: 620px) {
  .price__table .accordion__body .price__cell {
    padding: 0 15px 10px;
  }
}
.price__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .price__head {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
}
.price__head .price__cell {
  padding: 26px 28px 25px;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .price__head .price__cell {
    padding: 21px 15px;
    font-size: 18px;
    line-height: 1.33;
  }
}
@media (max-width: 620px) {
  .price__head .price__cell {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 360px) {
  .price__head .price__cell {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price__row:not(:first-of-type) {
  border-top: 1px solid #ffc664;
}
.price__cell {
  padding: 23px 28px;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .price__cell {
    padding: 18px 15px;
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  .price__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 15px;
  }
}
@media (max-width: 360px) {
  .price__cell {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.price__cell:first-of-type {
  width: 63.35%;
  border-right: 1px solid #ffc664;
}
@media (max-width: 1024px) {
  .price__cell:first-of-type {
    width: 73.7%;
  }
}
@media (max-width: 620px) {
  .price__cell:first-of-type {
    width: 65%;
  }
}
@media (max-width: 360px) {
  .price__cell:first-of-type {
    width: 60%;
  }
}
.accordion__head {
  cursor: pointer;
}
.accordion__head--active .accordion__title,
.accordion__head:hover .accordion__title {
  color: #ffc664;
}
.accordion__head--active .accordion__icon {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.accordion__icon,
.accordion__title {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 7px;
  margin-left: 6px;
  margin-top: 0.4em;
}
@media (max-width: 1024px) {
  .accordion__icon {
    width: 12px;
    height: 7px;
    margin-left: 4px;
    margin-top: 0.3em;
  }
}
.accordion__icon svg * {
  fill: #ffc664;
}
.accordion__body {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.accordion__body--active {
  visibility: visible;
  opacity: 1;
  max-height: 135px;
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 768px) {
  .banner__block--main {
    padding: 147px 20px 170px;
}
}

/* End */
/* /bitrix/templates/in_studio_landing/assets/css/main.css?1755843310109235 */
