@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap&subset=cyrillic,cyrillic-ext);

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.terms p {
  margin-bottom: 8px;
}
.slick-list:focus {
  outline: none;
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff url(/image/catalog/ajax-loader.c5cd7f53.gif) 50% no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.ced611da.eot);
  src: url(../fonts/slick.ced611da.eot?#iefix) format("embedded-opentype"),
    url(../fonts/slick.b7c9e1e4.woff) format("woff"),
    url(../fonts/slick.d41f55a7.ttf) format("truetype"),
    url(/image/catalog/slick.f97e3bbf.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

.slick-dotted.slick-slider {
  margin-bottom: 10%;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

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

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

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

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

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

@keyframes fancybox-rotate {
  to {
    transform: rotate(1turn);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
/* 
@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

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

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

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

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}@	supports (padding:max(0px)) {
		.fancybox-caption{padding-left: max(12px,env(safe-area-inset-left));
		padding-right: max(12px,env(safe-area-inset-right));
	}
}} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

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

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

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
/* 
@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px;
	}

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

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
} */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  position: relative;
}

.fp-scrollable,
.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateZ(0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav.fp-show-active a.active + .fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
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,
html,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-family: Open Sans, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: Gilroy Semibold;
  src: url(../fonts/Gilroy-SemiBold.2b2e536e.eot);
  src: url(../fonts/Gilroy-SemiBold.2b2e536e.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Gilroy-SemiBold.989947b0.woff) format("woff"),
    url(../fonts/Gilroy-SemiBold.05bdf30b.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy Regular;
  src: url(../fonts/Gilroy-Regular.59525ce1.eot);
  src: url(../fonts/Gilroy-Regular.59525ce1.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Gilroy-Regular.8e8705d0.woff) format("woff"),
    url(../fonts/Gilroy-Regular.ae5e7255.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  position: relative;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.4;
}

.title {
  font-family: Gilroy Regular;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 55px;
  margin-bottom: 70px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 43px;
}

.button {
  padding: 22px 48px;
  font-size: 18px;
  border-radius: 4px;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.5s ease;
}

.button.orange {
  background-color: #ff6e0d;
}

.button.orange:hover {
  background-color: #f89350;
}

input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

.container-content::-webkit-scrollbar-track {
  border-radius: 0;
}

.container-content::-webkit-scrollbar {
  width: 0;
}

.container-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}

.container-content:hover::-webkit-scrollbar-thumb {
  background: transparent;
}

.preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-color: #fff;
  z-index: 99999;
}

.preloader .head {
  display: flex;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
    
    flex-direction: column;
    align-items: center;
}

.preloader .logo {
  width: 26vw;
  height: 26vw;
}

.resize {
  display: none;
  width: 100vw;
  height: 100vh;
  align-items: center;
  z-index: 88;
  position: fixed;
  overflow: hidden;
  background-color: #fff;
}

.resize span {
  font-size: 3vw;
  color: #2b61ff;
  font-family: Gilroy Semibold;
}

.resize p {
  font-size: 2vw;
  margin-top: 3%;
}

.main-content {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  -moz-transition: transform 0.7s, -moz-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s,
    -o-transform 0.7s;
}

.main-content.scaled {
  -webkit-transform: translateY(60vh) scale(0.84);
  -moz-transform: translateY(60vh) scale(0.84);
  -ms-transform: translateY(60vh) scale(0.84);
  -o-transform: translateY(60vh) scale(0.84);
  transform: translateY(60vh) scale(0.84);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.main-content.abs {
  position: absolute;
}

.main-content .black-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}

.top-block-menu {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  padding-right: 43px;
  padding-left: 43px;
}

@keyframes translateMenu {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.top-block-menu .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
.top-block-menu .logo {
  width: 76px;
  height: 39px;
  background: url(/image/catalog/logo.d3aaa4ad.svg) no-repeat;
  background-size: contain;
  margin-right: 130px;
}
*/
.top-block-menu .logo {
  width: 76px;
  height: 39px;
  /* background: url(/image/catalog/klask_logo--white.png) no-repeat; */
  background: url(/image/catalog/klask_logo_white_ny.png) no-repeat;
  background-size: contain;
  margin-right: 130px;
}

.top-block-menu.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 76px;
  left: 0;
  padding: 0 43px;
  border: 1px solid #e5e5e5;
  animation: translateMenu 1s ease;
}

.top-block-menu.fixed .logo {
  /* background: url(/image/catalog/logo-black.c4ad2554.svg) no-repeat; */
  background: url(/image/catalog/klask_logo_black_ny.png) no-repeat;
  background-size: contain;
}

.top-block-menu.fixed .callback,
.top-block-menu.fixed .phone {
  color: #000;
}

.top-block-menu.fixed .callback {
  border: 1px solid #000;
}

.top-block-menu.fixed .callback:hover {
  color: #fff;
  background-color: #000;
}

.top-block-menu.fixed .menu li:after {
  background-color: #000;
}

.top-block-menu.fixed .menu li a {
  font-size: 14px;
  color: #000;
}

.top-block-menu .callback,
.top-block-menu .phone {
  font-size: 14px;
  color: #fff;
}

.top-block-menu .phone {
  font-family: Gilroy Regular;
}

.top-block-menu .callback {
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 7px 25px;
  margin-right: 3vw;
  cursor: pointer;
  transition: 0.5s ease;
}

.top-block-menu .callback:hover {
  color: #000;
  background-color: #fff;
}

.top-block-menu .menu {
  display: flex;
}

.top-block-menu .menu li {
  padding-right: 1.2vw;
  display: flex;
  position: relative;
  margin-right: 1.2vw;
}

.top-block-menu .menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.top-block-menu .menu li:last-child:after {
  display: none;
}

.top-block-menu .menu li:after {
  content: "";
  width: 1px;
  height: 100%;
  display: flex;
  background-color: #fff;
  position: absolute;
  right: 0;
}

.top-block-menu .menu li a {
  font-size: 14px;
  color: #fff;
}


.common-b2b .top-block-menu .logo {
  width: 76px;
  height: 39px;
  background: url(/image/catalog/klask_logo--white.png) no-repeat;
  background-size: contain;
  margin-right: 0;
}

.common-b2b .top-block-menu {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 76px;
  left: 0;
  padding: 0 43px;
  border: 1px solid #e5e5e5;
  animation: translateMenu 1s ease;
}

.common-b2b .top-block-menu .logo {
  background: url(/image/catalog/logo-black.c4ad2554.svg) no-repeat;
  background-size: contain;
}

.common-b2b .top-block-menu .callback,
.common-b2b .top-block-menu .phone {
  color: #000;
}

.common-b2b .top-block-menu .callback {
  border: 1px solid #000;
}

.common-b2b .top-block-menu .callback:hover {
  color: #fff;
  background-color: #000;
}

.common-b2b .top-block-menu .menu li:after {
  background-color: #000;
}

.common-b2b .top-block-menu .menu li a {
  font-size: 14px;
  color: #000;
}

.common-b2b .top-block-menu .callback,
.common-b2b .top-block-menu .phone {
  font-size: 14px;
  color: #fff;
}

.common-b2b .top-block-menu .phone {
  font-family: Gilroy Regular;
}

.common-b2b .top-block-menu .callback {
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 7px 25px;
  margin-right: 3vw;
  cursor: pointer;
  transition: 0.5s ease;
}

.common-b2b .top-block-menu .callback:hover {
  color: #000;
  background-color: #fff;
}

.common-b2b .top-block-menu .menu {
  display: flex;
}

.common-b2b .top-block-menu .menu li {
  padding-right: 1.2vw;
  display: flex;
  position: relative;
  margin-right: 1.2vw;
}

.common-b2b .top-block-menu .menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.common-b2b .top-block-menu .menu li:last-child:after {
  display: none;
}

.common-b2b .top-block-menu .menu li:after {
  content: "";
  width: 1px;
  height: 100%;
  display: flex;
  background-color: #fff;
  position: absolute;
  right: 0;
}

.common-b2b .top-block-menu .menu li a {
  font-size: 14px;
  color: #fff;
}

#modal_form {
  width: 700px;
  height: 550px;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -275px;
  margin-left: -350px;
  display: none;
  opacity: 0;
  z-index: 9999;
  padding: 20px 10px;
}

#modal_form center {
  width: inherit;
  height: inherit;
}

#overlay-video {
  z-index: 9998;
  position: fixed;
  background-color: #000;
  opacity: 0.98;
  -moz-opacity: 0.98;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal_close {
  position: absolute;
  right: -30px;
  top: -5px;
  cursor: pointer;
}

.modal_close .button-modal {
  padding: 10px;
  cursor: pointer;
}

.modal_close .button-modal img {
  width: 26px;
  height: 26px;
}

section {
  margin-bottom: 8%;
}

section:first-child {
  margin-bottom: 0;
}

section.one {
  height: 100vh;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
section.one.kl4 {
  height: 100vh;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1000;
    background-image: url(/image/catalog/main4.jpg);
    background-size: cover;
  overflow: hidden;
}

section.one .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 0;
}

section.one .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
}

section.one .height {
  height: 76px;
}

section.one video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section.one .top-block-mobile {
  display: none;
}

section.one .top-block-mobile .head {
  display: flex;
  padding: 1.2em 0;
}

/*
section.one .top-block-mobile .logo {
  width: 16vw;
  height: 8vw;
  background: url(/image/catalog/logo.d3aaa4ad.svg) no-repeat;
  background-size: contain;
  margin-right: 11vw;
}
*/
section.one .top-block-mobile .logo {
  width: 16vw;
  height: 8vw;
  
  background: url(/image/catalog/klask_logo--white.png) no-repeat;
  background-size: contain;
  margin-right: 11vw;
}

section.one .top-block-mobile hr {
  height: 1px;
  background-color: #fff;
  color: #fff;
  width: 150%;
  transform: translateX(-20%);
  margin: 0;
}

section.one .middle-block .title {
  max-width: 1110px;
}

section.one .middle-block .statistics-wrap {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.5);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

section.one .middle-block .statistics {
  display: flex;
  align-items: center;
}

section.one .middle-block .statistics .market {
  width: 275px;
  margin-right: 146px;
}

section.one .middle-block .statistics .rewards {
  display: flex;
  align-items: center;
}

section.one .middle-block .statistics .rewards:before {
  content: "";
  display: flex;
  width: 22px;
  height: 30px;
  background: url(/image/catalog/insignia.861583cf.svg) no-repeat;
  background-size: contain;
  margin-right: 13px;
}

section.one .middle-block .buy {
  display: flex;
}

section.one .middle-block .buy .price {
  margin-bottom: 5px;
  font-size: 30px;
  display: flex;
  font-family: Gilroy Semibold;
}

section.one .middle-block .buy .price span {
  display: flex;
  margin-left: 15px;
}

section.one .middle-block .buy .last-price {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  text-decoration: line-through;
}

section.one .middle-block .buy .button {
  margin-left: 53px;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-30%);
  }

  50% {
    -webkit-transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-30%);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(-30%);
  }

  50% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-30%);
  }
}

section.one .more:hover {
  text-decoration: none;
}

section.one .more {
  margin-bottom: 50px;
  left: 43px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

section.one .more:before {
  content: "";
  background: url(/image/catalog/bottom-arrow.6034017d.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
  margin-right: 20px;
  animation: upDown 1s infinite ease-in-out;
  -webkit-animation: upDown 1s infinite ease-in-out;
}

section.two {
  padding-top: 8%;
}

section.two .slick-slider {
  display: none;
}

section.two .title {
  margin-bottom: 96px;
  max-width: 1000px;
}

section.two .qualities-wrap {
  display: flex;
  justify-content: space-between;
}

section.two .images {
  cursor: auto;
}

section.two .images:hover {
  opacity: 1;
}

section.two .left-block {
  width: 24%;
}

section.two .left-block .block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

section.two .left-block .block:last-child {
  margin-bottom: 0;
}

section.two .left-block .block .icon {
  width: 51px;
  height: 51px;
}

section.two .left-block .block .description span {
  color: #c0bfbf;
  font-size: 14px;
  display: inline-flex;
  position: absolute;
  top: -6px;
}

section.two .left-block .block .description div {
  font-size: 22px;
  font-family: Gilroy Semibold;
}

section.two .middle-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 54%;
  margin-right: 5%;
}

section.two .middle-block p {
  font-family: Gilroy Semibold;
  font-size: 22px;
  margin-bottom: 40px;
  width: 69%;
}

section.two .middle-block .images {
  align-self: flex-start;
}

section.two .right-block {
  width: 40%;
  display: flex;
  flex-direction: column;
}

section.two .right-block p {
  font-size: 16px;
  margin-bottom: 20px;
}

section.two .right-block p:last-child {
  margin-bottom: 0;
}

section.two .right-block .images {
  max-width: 360px;
  width: 100%;
}

section.three .slick-slider,
section.three .title-video {
  display: none;
}

section.three .play-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 150px;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}

section.three .play-button .icon {
  cursor: pointer;
}

section.three .play-button span {
  font-size: 14px;
  color: #fff;
}

section.three .video-1,
section.three .video-2,
section.three .video-3 {
  object-fit: cover;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.5 ease;
}

section.three .video-1:hover,
section.three .video-2:hover,
section.three .video-3:hover {
  opacity: 0.7;
}

section.three .video-top {
  height: 510px;
  position: relative;
}

section.three .video-top iframe {
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  transition: opacity 0.5s ease;
}

section.three .video-top .play-button {
  top: 50%;
  left: 50%;
}
section.three .description-video {
  position: absolute;
  color: #fff;
  z-index: 100;
  font-size: 20px;
  bottom: 5%;
  left: 43px;
  line-height: 1.2;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
section.three .description-video.center {
  left: 0;
  width: 100%;
  text-align: center;
}
section.three .video-top .play-button:hover {
  opacity: 0.7;
}

section.three .video-top h2.title {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 56px;
  left: 43px;
}

section.three .bottom-block {
  display: flex;
}

section.three .video-bottom-left,
section.three .video-bottom-right {
  height: 236px;
  width: 50%;
  position: relative;
}

section.three .video-bottom-left .icon,
section.three .video-bottom-right .icon {
  width: 16px;
}

section.three .video-bottom-left .play-button,
section.three .video-bottom-right .play-button {
  max-width: 70px;
  top: 23px;
  left: 43px;
}

section.three .video-bottom-left .play-button:hover,
section.three .video-bottom-right .play-button:hover {
  opacity: 0.7;
}

section.four {
  margin-bottom: 0;
}

section.four .block-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}

section.four .block-wrap .block {
  width: 200px;
  height: 356px;
  padding: 61px 29px 29px;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.four .block-wrap .block:last-child {
  margin-right: 0;
}

section.four .block-wrap .block:first-child {
  margin-left: 0;
}

section.four .block-wrap .block:nth-child(2n) {
  height: 310px;
}

section.four .block-wrap .block .images {
  max-width: 140px;
  height: 140px;
}

section.four .block-wrap .block .description {
  font-size: 14px;
}

section.four .block-wrap .block .description .year {
  margin-top: 10px;
  font-weight: 600;
}

section.five {
  padding-top: 8%;
}

section.five .qualities-wrap {
  display: flex;
  margin-bottom: 30px;
}

section.five .qualities-wrap .block {
  width: 356px;
  margin-right: 5%;
}

section.five .qualities-wrap .block:last-child {
  margin-right: 0;
}

section.five .title {
  margin-bottom: 50px;
}

section.five .numeral {
  font-family: Gilroy Semibold;
  font-size: 146px;
  color: #2b61ff;
  margin-bottom: 15px;
}

section.five .block-image {
  display: flex;
  justify-content: center;
}

section.five .block-image .images {
  max-width: 640px;
  width: 100%;
  margin-bottom: 30px;
}

section.five .bottom-block .description {
  font-family: Gilroy Semibold;
  font-size: 22px;
  margin-bottom: 22px;
}

section.five .bottom-block .qualities-wrap .block {
  margin-right: 1%;
}

section.five .bottom-block .qualities-wrap p {
  font-size: 16px;
  line-height: 1.5;
}

section.six .template-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

section.six .block {
  display: flex;
}

section.six .block img {
  object-fit: cover;
}

section.six .block .block-center,
section.six .block.instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.six .block .block-center .icon {
  width: 110px;
  height: 110px;
  margin-bottom: 33px;
}

section.six .block .block-center .inst {
  font-size: 17px;
  color: #2b61ff;
}

section.six .block.four {
  grid-column: 3/5;
  grid-row: 1/3;
}

section.eight .qualities-wrap,
section.seven .qualities-wrap {
  display: flex;
}

section.eight .qualities-wrap .block,
section.seven .qualities-wrap .block {
  width: 356px;
  margin-right: 5%;
}

section.eight .qualities-wrap .block:last-child,
section.seven .qualities-wrap .block:last-child {
  margin-right: 0;
}

section.eight .block .icon,
section.seven .block .icon {
  width: 92px;
  height: 92px;
  margin-bottom: 40px;
}

section.eight .block span,
section.seven .block span {
  font-size: 14px;
  color: #2b61ff;
  font-family: Gilroy Semibold;
  text-transform: uppercase;
}

section.eight .block .description,
section.seven .block .description {
  font-size: 40px;
  font-family: Gilroy Semibold;
  margin: 5px 0 30px;
  padding-bottom: 3px;
  border-bottom: 2px solid;
  display: table;
}

section.eight .block p,
section.seven .block p {
  font-size: 16px;
  line-height: 1.5;
}

section.eight,
section.ten {
  padding: 70px 0 80px;
  background-color: #f8f8f8;
}

section.eight .block .icon,
section.ten .block .icon {
  height: 100px;
}

section.nine .top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.nine .top-block p {
  font-size: 22px;
  font-weight: 600;
}

section.nine .button,
section.nine .left-block .images {
  display: none;
}

section.nine .right-block {
  width: 450px;
  height: 320px;
}

section.nine .bottom-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

section.nine .bottom-block .item.five {
  grid-column: 2/3;
}

section.nine .bottom-block .item.six {
  grid-column: 3/4;
}

section.nine .bottom-block .item p {
  text-align: center;
}

section.ten {
  margin-bottom: 76px;
}

section.ten .qualities-wrap {
  display: flex;
}

section.ten .qualities-wrap .block {
  width: 178px;
  margin-right: 2.4%;
}

section.ten .qualities-wrap .block:last-child {
  margin-right: 0;
}

section.ten .block .numeral {
  font-size: 60px;
  font-family: Gilroy Semibold;
  color: #2b61ff;
  margin-bottom: 28px;
}

section.ten .block span {
  font-size: 14px;
  color: #2b61ff;
  font-family: Gilroy Semibold;
  text-transform: uppercase;
}

section.ten .block .description {
  font-size: 40px;
  font-family: Gilroy Semibold;
  margin: 10px 0 30px;
  padding-bottom: 3px;
  border-bottom: 3px solid;
  display: table;
}

section.ten .block p {
  font-size: 16px;
  line-height: 1.5;
}

section.eleven {
  margin-bottom: 113px;
}

section.eleven .main-block {
  display: flex;
  justify-content: space-between;
}

section.eleven .images {
  max-width: 308px;
  width: 100%;
}

section.eleven .block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.eleven .block .description {
  font-size: 22px;
  font-family: Gilroy Semibold;
  max-width: 356px;
}

section.eleven .block .composition {
  max-width: 200px;
}

section.eleven .block .composition p {
  margin-bottom: 15px;
}

section.eleven .block .composition p b {
  font-weight: 600;
}

section.eleven .block .composition p:last-child {
  margin-bottom: 0;
}

section.eleven .block .composition .price {
  display: none;
}

section.eleven .price {
  font-size: 30px;
  font-family: Gilroy Semibold;
  color: #2b61ff;
}

section.eleven .price span {
  margin-left: 20px;
}

section.eleven .button {
  border: 1px solid #2b61ff;
  color: #2b61ff;
  max-height: 64px;
}

section.eleven .button:hover {
  color: #fff;
  background-color: #2b61ff;
}

section.twelve {
  padding: 8% 0 80px;
  background-color: #f8f8f8;
  margin-bottom: 0;
}

section.twelve .template-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

section.twelve .item {
  display: flex;
}

section.twelve .item.two > p {
  font-size: 22px;
  font-family: Gilroy Semibold;
}

section.twelve .item.two > p > a {
  color: #2b61ff;
}

section.twelve .item.four {
  grid-column: 1/3;
  grid-row: 2/4;
}

section.thirteen {
  padding-top: 8%;
  margin-bottom: -50px;
}

section.thirteen .qualities-wrap {
  display: flex;
}

section.thirteen .qualities-wrap .block {
  width: 356px;
  margin-right: 5%;
}

section.thirteen .qualities-wrap .block:last-child {
  margin-right: 0;
}

section.thirteen .block .icon {
  width: 92px;
  height: 92px;
  margin-bottom: 40px;
}

section.thirteen .block .symbol {
  color: #2b61ff;
  font-family: Gilroy Semibold;
  font-size: 100px;
}

section.thirteen .block span {
  font-size: 14px;
  color: #2b61ff;
  font-family: Gilroy Semibold;
  text-transform: uppercase;
}

section.thirteen .block .description {
  font-size: 40px;
  font-family: Gilroy Semibold;
  margin: 5px 0 30px;
  padding-bottom: 3px;
  border-bottom: 2px solid;
  display: table;
}

section.thirteen .block p {
  font-size: 16px;
  line-height: 1.5;
}

section.fourteen {
  background-color: #f8f8f8;
  margin-bottom: 0;
}

section.fourteen h3 {
  display: none;
}

section.fourteen .top-block {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

section.fourteen .top-block .left-block {
  display: flex;
  max-width: 420px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

section.fourteen .top-block .logo {
  width: 84px;
}

section.fourteen .top-block .instagram {
  display: flex;
  align-items: center;
}

section.fourteen .top-block .icon {
  width: 19px;
  margin-right: 12px;
}

section.fourteen .top-block .inst {
  color: #2b61ff;
  font-size: 14px;
}

section.fourteen .top-block .right-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  width: 100%;
}

section.fourteen .top-block .contacts > div,
section.fourteen .top-block .mail > div {
  font-size: 14px;
  color: #828282;
}

section.fourteen .top-block .mail > div {
  margin-bottom: 8px;
}

section.fourteen .top-block .mail > a {
  font-size: 14px;
  color: #2b61ff;
}

section.fourteen .top-block .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

section.fourteen .top-block .contacts > a {
  color: #2b61ff;
  font-size: 25px;
  font-family: Gilroy Regular;
  margin-bottom: 3px;
}

section.fourteen .bottom-block {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

section.fourteen .bottom-block .copyright,
section.fourteen .bottom-block .designer.polit {
  text-decoration: underline;
  line-height: 1.3;
}
section.fourteen .bottom-block .copyright,
section.fourteen .bottom-block .designer.polit:hover {
  text-decoration: none;
}
section.fourteen .bottom-block .copyright,
section.fourteen .bottom-block .designer {
  font-size: 14px;
  color: #828282;
}

section.fourteen .bottom-block .designer > a {
  color: #2b61ff;
}

.fourteen .info {
  color: #828282;
  font-size: 12px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}

.box-purchase {
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
  -webkit-position: sticky;
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
}

.purchase {
  display: flex;
  max-width: 500px;
  width: 100%;
  padding: 30px 42px;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  opacity: 0;
  transition: opacity 1s ease, bottom 1s ease;
}

.purchase.show {
  opacity: 1;
}

.purchase.stop {
  bottom: 180px;
}

.purchase .price {
  font-size: 30px;
  font-family: Gilroy Semibold;
  color: #2b61ff;
  display: flex;
}

.purchase .price span {
  margin-left: 16px;
}

.purchase .last-price {
  font-size: 14px;
  color: #000;
  margin-left: 20px;
  text-decoration: line-through;
}

.purchase .buy,
.purchase .description {
  font-size: 14px;
  margin-bottom: 4px;
}

.purchase .buy {
  font-weight: 600;
  font-family: OpenSans, sans-serif;
}

.purchase .button {
  color: #fff;
  white-space: nowrap;
}

.purchase .button,
.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.slick-dots li,
.slick-dots li.slick-active {
  width: 4vw;
  height: 4vw;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  content: "";
  font-size: 4vw;
  border-radius: 4px;
  opacity: 1;
  width: 4vw;
  height: 4vw;
}

.slick-dots li button {
  width: 4vw;
  height: 4vw;
}

.slick-dots li {
  margin-right: 10vw;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button:before {
  background-color: #c0bfbf;
}

.slick-dots li.slick-active button:before {
  background-color: #2b61ff;
}

.main-menu-mobile {
  background-color: #ebebeb;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.main-menu-mobile .main-menu {
  display: flex;
  margin-top: 20%;
}

.main-menu-mobile .menu {
  margin-bottom: 20%;
}

.main-menu-mobile .menu li {
  margin-bottom: 10%;
}

.main-menu-mobile .menu li:last-child {
  margin-bottom: 0;
}

.main-menu-mobile .menu li a {
  font-size: 7vw;
  color: #000;
  font-family: Gilroy Semibold;
}

.main-menu-mobile .left-block {
  display: flex;
  transform: translateX(-36%);
  position: absolute;
  top: 42vw;
  align-items: flex-start;
}

.main-menu-mobile .right-block {
  margin-left: 30%;
}

.main-menu-mobile .container-btnmenu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-mobile .container-btnmenu.js-menu-open {
  z-index: 9;
}

.main-menu-mobile .container-btnmenu.js-menu-open .button-menu {
  background: url(/image/catalog/icon-hamburger.1c21bc3b.svg) no-repeat;
  background-size: contain;
  height: 6vw;
}

.main-menu-mobile .container-btnmenu.js-menu-close {
  z-index: 1;
}

.main-menu-mobile .container-btnmenu.js-menu-close .button-menu {
  background: url(/image/catalog/icon-close.8b757d28.svg) no-repeat;
  background-size: contain;
}

@keyframes translateButton {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main-menu-mobile .container-btnmenu.fixed {
  background-color: #ebebeb;
  position: fixed;
  animation: translateButton 1s ease;
}

.main-menu-mobile .container-btnmenu.js-menu-open.fixed .button-menu {
  background: url(/image/catalog/icon-hamburger-scroll.01576ef0.svg) no-repeat;
  background-size: contain;
}

.main-menu-mobile .container-btnmenu .button-menu {
  cursor: pointer;
  width: 10vw;
  height: 10vw;
}

@keyframes rotateButton {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-90deg);
  }
}

.main-menu-mobile .container-btnmenu .button-menu.change {
  animation: rotateButton 1s ease;
}

.main-menu-mobile .instagram {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.main-menu-mobile .icon {
  width: 6.2vw;
  height: 6vw;
  margin-right: 1em;
}

.main-menu-mobile .inst {
  color: #2b61ff;
  font-size: 3.8vw;
}

.main-menu-mobile .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-menu-mobile .contacts a {
  color: #2b61ff;
  font-size: 7.6vw;
  font-family: Gilroy Regular;
  margin-bottom: 4%;
}

.main-menu-mobile .contacts div {
  font-size: 3.8vw;
  color: #828282;
}

.purchase.show {
  animation: translatePurchase 1s ease;
  display: flex;
}

.purchase.mobile {
  display: none;
}
.slick-slider {
  display: flex;
}

#modal_form {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  height: 100vh;
  top: 0% !important;
  align-items: center;
  justify-content: center;
  left: 0;
}

.modal_close {
  right: 0;
  top: 3vw;
}

.modal_close .button-modal {
  position: absolute;
  top: -1em;
  right: 0;
}

iframe {
  display: flex;
  width: 93vw;
  height: 100%;
}
/* 

@media screen and (max-width:600px) {
	section.one .middle-block .buy {
		flex-direction: column;
	}

	section.one .middle-block .buy .price-block {
		margin-bottom: 5%;
	}
}

@media screen and (min-width:601px) and (max-width:1279px) {
	section.one .middle-block .buy .price {
		font-size: 7.4vw;
	}

	section.one .middle-block .buy .payment {
		font-size: 3.4vw;
	}
}

@media screen and (min-width:600px) and (max-width:1279px) {
	.main-menu-mobile .menu li a {
		font-size: 5vw;
	}

	.main-menu-mobile .contacts a {
		font-size: 5.6vw;
	}
}

@media screen and (min-width:500px) and (max-width:1200px) {
	section.three .slick-dots {
		bottom: -4.4em;
	}
}

@media screen and (max-width:1050px) and (orientation:landscape) {
	.resize {
		display: flex;
	}
}

@media screen and (max-width: 640px) {

	.common-dopolnitelniy_komplekt .eleven,
.common-klask4 .eleven {
		margin-top: 35%;
	}

	.common-dopolnitelniy_komplekt section.eleven .block .composition p,
  .common-klask4 section.eleven .block .composition p {
		max-width: 100%;
	}

	.common-dopolnitelniy_komplekt #footer,
  .common-klask4 #footer {
		margin-bottom: 0;
	}
} */

.common-klask4 .top-block-menu,
.common-dopolnitelniy_komplekt .top-block-menu,
.common-b2b .top-block-menu {
  display: flex;
  padding:  10px;
}

.common-klask4 section.eleven .price {
  display: block;
  margin-bottom: 20px;
}
.common-klask4 section.fourteen {
  margin-bottom: 0;
}

.common-b2b .top-block-menu,
.common-dopolnitelniy_komplekt .top-block-menu,
.common-b2b .top-block-menu {
  display: flex;
  padding:  10px;
}

.common-b2b .top-block-menu {
  display: flex;
  padding:  10px;
  position: fixed !important;
}

.common-b2b section.eleven .price {
  display: block;
  margin-bottom: 20px;
}
.common-b2b section.fourteen {
  margin-bottom: 0;
}
.callback-block {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.18);
  padding: 50px;
}

.callback-block .modal-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 32px;
}

.callback-block .sub-title {
  color: #828282;
  font-size: 14px;
  margin-bottom: 10px;
}

.callback-block .modalDscrpt {
  font-size: 12px;
  color: #828282;
  text-align: left;
  line-height: 1.3;
  margin-top: 18px;
}

.callback-block .modalDscrpt a {
  font-size: 12px;
  color: #828282;
}

.callback-block .close {
  width: 20px;
  height: 20px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(/catalog/view/theme/default/_images/close.svg) no-repeat
    center;
}

.callback-block .button,
.modal-content .button {
  padding: 8px 0;
  font-size: 18px;
  border-radius: 4px;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  color: #fff;
  width: 100%;
  border: none;
}

.button.orange {
  background-color: #ff6e0d;
  color: #fff;
}

.canvas {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 720px) and (max-width: 1279px) {
  .top-block-menu .logo {
    margin-right: 30px;
  }
  .top-block-menu .menu li a {
    font-size: 13px;
  }

  h1 {
    font-size: 50px;
  }
  section.one .middle-block .statistics .market {
    margin-right: 30px;
  }
  .button {
    font-size: 16px;
  }
  .container {
    padding: 0 20px;
  }
}

.purchase.mobile.action {
  z-index: -1;
}
.purchase.mobile.action.show {
  z-index: 10;
}
@media screen and (min-width: 720px) and (max-width: 1279px) {
  section.one .middle-block .statistics-wrap {
    flex-wrap: wrap;
  }
  section.one .middle-block .statistics {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-block-menu {
    flex-wrap: wrap;
  }
  .top-block-menu .head {
    width: 100%;
  }
  .top-block-menu.fixed {
    height: 100px;
  }
  .top-block-menu.fixed .menu {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .top-block-menu .menu {
    width: 100%;
    justify-content: space-evenly;
    margin-top: 40px;
  }
  .top-block-menu .menu li a {
    font-size: 15px;
  }

  .top-block-menu .menu li:after {
    display: none;
  }

  section.two .left-block {
    width: 35%;
  }
  section.eight .block .description,
  section.seven .block .description {
    font-size: 35px;
  }
  section.eleven .main-block {
    position: relative;
  }
  section.eleven .button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  section.twelve .template-items {
    align-items: center;
  }
}

@media screen and (min-width: 720px) and (max-width: 980px) {
  section.two .left-block .block .description div,
  section.two .middle-block p {
    font-size: 20px;
  }
  section.two .left-block .block .description div,
  section.two .middle-block p {
    width: 90%;
  }

  section.two .left-block .block .description span {
    position: initial;
    top: initial;
    margin-bottom: 5px;
  }

  section.eight .block .description,
  section.seven .block .description {
    border-bottom: none;
  }
  section.six .block .block-center .inst {
    font-size: 12px;
  }

  section.fourteen .top-block .instagram {
    display: none;
  }
}

@media screen and (min-width: 720px) and (max-width: 980px) {
  section.eleven .main-block {
    flex-direction: column;
  }
  section.eleven .block .description,
  section.eleven .block .composition {
    max-width: auto;
  }
  section.eleven .block .description {
    margin: 20px 0 15px;
  }
  section.eleven .price {
    position: absolute;
    top: 0;
    left: 320px;
  }
  section.eleven .button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

section.two.kl4 .right-block .images {
    max-width: 1000px;
    width: 100%;
}
section.nine.kl4 .item  {
    text-align: center;
}

section.nine.kl4 .item img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}
section.nine.kl4 .item:nth-child(1) .images {
    margin-bottom: 30px;
}
section.two.kl4 .container {
   padding: 0;
}
section.two.kl4 .container .left-block, section.two.kl4 .container h2
{
   padding: 0 43px;
}


section.seven.kl4 .block:nth-child(1) .icon{
    width: 176px;
    
}
@media screen and (max-width: 720px) {
  #modal_form {
    height: auto;
    top: 30% !important;
  }
    
section.seven.kl4 .block:nth-child(1) .icon{
    width: 113px;
    
}    
  iframe {
    display: flex;
    width: 100vw;
    height: 60vw;
  }
  .purchase.mobile {
    display: flex;
  }

  h2.title {
    font-size: 6.8vw;
    margin-bottom: 8%;
  }
  .top-block-menu {
    display: none;
  }
  .common-klask4 .top-block-menu {
    display: none;
  }

  .main-menu-mobile {
    display: block;
  }

  .preloader > .head {
    top: 45%;
  }
  section.three .description-video {
    left: 3%;
    font-size: 22px;
  }

  .container-content {
    position: relative;
  }

  section {
    margin-bottom: 20%;
  }

  section .container {
    padding: 0 5%;
  }

  .iphoneMobile section.one {
    /* height: 87vh; */
    height: 720px;
    max-height: 720px;
  }
  /* .iphoneMobile .main-menu-mobile .container-btnmenu {
		top: 50px;
	} */
  section.one {
    height: 95vh;
  }

  section.one .height {
    display: none;
  }

  section.one .top-block-mobile {
    display: block;
  }

  section.one h1 {
    font-size: 6.4vw;
    line-height: 1.2;
  }

  section.one .middle-block .buy .last-price {
    font-size: 3.8vw;
    margin-left: 3vw;
  }

  section.one .middle-block .statistics-wrap {
    flex-direction: column;
    border-top: initial;
    margin-top: 0;
    padding-top: 8%;
  }

  section.one .middle-block .statistics {
    flex-direction: column;
    align-items: initial;
    margin-bottom: 8%;
  }

  section.one .middle-block .statistics .market {
    width: 90vw;
    margin-right: 0;
    margin-bottom: 5%;
  }

  section.one .middle-block .statistics .rewards {
    font-size: 4.4vw;
  }

  section.one .middle-block .statistics .rewards:before {
    width: 8vw;
    height: 9vw;
    margin-right: 1em;
  }

  section.one .middle-block .buy {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  section.one .middle-block .buy .price-block {
    margin-bottom: 2%;
  }

  section.one .middle-block .buy .price {
    font-size: 9.4vw;
    margin-bottom: 1.4vw;
  }

  section.one .middle-block .buy .price span {
    margin-left: 4vw;
  }

  section.one .middle-block .buy .payment {
    font-size: 4.4vw;
  }

  section.one .middle-block .buy .button {
    margin-left: 0;
    display: flex;
    justify-content: center;
    font-size: 4.4vw;
    align-items: center;
    max-height: 13vw;
  }

  section.one .more {
    left: 0;
    position: relative;
    z-index: 10000;
    margin-bottom: 5vh;
    font-size: 4.4vw;
  }

  section.one .more:before {
    width: 7vw;
    height: 9vw;
    margin-right: 6%;
  }

  section.two {
    padding-top: 20%;
  }

  section.two .title {
    margin-bottom: 10%;
  }

  section.two .slick-slider {
    display: block;
  }

  section.two .slick-slider .slick-track {
    height: 70vw;
  }

  section.two .slick-slider .slick-dots {
    bottom: 0;
  }

  section.two .qualities-wrap {
    flex-direction: column;
  }

  section.two .left-block {
    order: 3;
    width: auto;
  }

  section.two .left-block .block {
    align-items: center;
    margin-bottom: 10%;
  }

  section.two .left-block .block .icon {
    width: 20vw;
    height: auto;
  }

  section.two .left-block .block .description {
    position: relative;
    width: 100%;
  }

  section.two .left-block .block .description span {
    font-size: 4.4vw;
    position: absolute;
    top: -8vw;
  }

  section.two .left-block .block .description div {
    font-size: 5.6vw;
  }

  section.two .middle-block {
    flex-direction: row;
    align-items: initial;
    width: auto;
    margin-right: 0;
    order: 1;
  }

  section.two .middle-block p {
    font-size: 5.6vw;
    width: auto;
    margin-bottom: 10%;
  }

  section.two .middle-block .images {
    display: none;
  }

  section.two .right-block {
    order: 2;
    width: auto;
    margin-bottom: 10%;
  }

  section.two .right-block p {
    font-size: 5vw;
    width: auto;
    margin-bottom: 10%;
    line-height: 1.5;
  }

  section.two .right-block p:last-child {
    margin-bottom: 0;
  }

  section.two .right-block .images {
    display: none;
  }

  section.three {
    margin-bottom: 30%;
  }

  section.three .title-video {
    font-size: 6.8vw;
    margin-bottom: 8%;
    font-family: Gilroy Semibold;
    display: flex;
    margin-left: 5%;
  }

  section.three .slick-dots {
    bottom: -2.4em;
  }

  section.three .slick-slider {
    display: block;
  }

  section.three .screen {
    display: none;
  }

  section.three .video-bottom-left,
  section.three .video-bottom-right,
  section.three .video-top {
    height: 52vw;
  }

  section.three .play-button {
    top: 6% !important;
    left: 3% !important;
    max-width: 22vw !important;
    transform: translate(0);
  }

  section.three .play-button .icon {
    width: 12vw !important;
  }

  section.three .play-button span {
    font-size: 4vw !important;
    margin-left: 2vw;
  }

  section.four {
    margin-bottom: 20%;
  }

  section.four .slick-dots {
    bottom: -3%;
  }

  section.four .block-wrap {
    margin-top: 10%;
  }

  section.four .block-wrap .block {
    padding: 0;
    background-color: initial;
    height: 70vw;
    padding: 0 3%;
  }

  section.four .block-wrap .block .images {
    width: 40vw;
    height: 40vw;
    max-width: none;
    margin-bottom: 8%;
  }

  section.four .block-wrap .block .description {
    font-size: 4.4vw;
  }

  section.four .block-wrap .block .name {
    margin-bottom: 8%;
  }

  section.five .container {
    display: flex;
    flex-direction: column;
  }

  section.five .title {
    margin-bottom: 8%;
    order: 1;
  }

  section.five .block-image {
    margin-bottom: 3%;
    order: 2;
  }

  section.five .qualities-wrap {
    margin-bottom: 20%;
    flex-direction: column;
    order: 3;
  }

  section.five .qualities-wrap .block {
    width: auto;
    margin-right: 0;
    margin-bottom: 12%;
  }

  section.five .qualities-wrap .block:last-child {
    margin-bottom: 0;
  }

  section.five .qualities-wrap p {
    font-size: 5vw;
  }

  section.five .numeral {
    font-size: 15vw;
    margin-bottom: 6%;
  }

  section.five .bottom-block {
    order: 4;
  }

  section.five .bottom-block .description {
    font-size: 5.6vw;
  }

  section.five .bottom-block .qualities-wrap {
    order: 0;
    margin-bottom: 0;
  }

  section.five .bottom-block .qualities-wrap .block {
    width: auto;
    margin-bottom: 0;
  }

  section.five .bottom-block .qualities-wrap p {
    font-size: 5vw;
  }

  section.six {
    margin-bottom: 8%;
  }

  section.six .template-images {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    grid-gap: 1vw;
  }

  section.six .block.four {
    grid-column: 1/2;
    grid-row: 1;
  }

  section.six .block {
    height: 46vw;
  }

  section.six .block .block-center .inst {
    font-size: 3.2vw;
    white-space: nowrap;
  }

  section.six .block .block-center .icon {
    width: 20vw;
    height: 20vw;
    margin-bottom: 10%;
  }

  section.eight h2,
  section.seven h2 {
    margin-bottom: 10%;
  }

  section.eight .qualities-wrap,
  section.seven .qualities-wrap {
    flex-direction: column;
  }

  section.eight .qualities-wrap .block,
  section.seven .qualities-wrap .block {
    width: auto;
    margin-right: 0;
  }

  section.eight .block,
  section.seven .block {
    margin-bottom: 10%;
  }

  section.eight .block:last-child,
  section.seven .block:last-child {
    margin-bottom: 0;
  }

  section.eight .block .icon,
  section.seven .block .icon {
    width: 16vw;
    height: 16vw;
    margin-bottom: 5%;
  }

  section.eight .block span,
  section.seven .block span {
    font-size: 4.4vw;
  }

  section.eight .block .description,
  section.seven .block .description {
    font-size: 6.8vw;
    margin: 3% 0 4%;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }

  section.eight .block p,
  section.seven .block p {
    font-size: 5vw;
  }

  section.nine,
  section.seven {
    margin-bottom: 15%;
  }

  section.nine .top-block {
    flex-direction: column;
    align-items: initial;
    margin-bottom: 5%;
  }

  section.nine .top-block p {
    font-size: 5vw;
    font-weight: 400;
  }

  section.nine .button {
    display: flex;
    justify-content: center;
    border: 1px solid #2b61ff;
    color: #2b61ff;
    padding: 5% 4%;
    font-size: 4.4vw;
  }

  section.nine .left-block .images {
    display: flex;
    padding: 0 10%;
    margin-bottom: 5%;
  }

  section.nine .right-block {
    display: none;
  }

  section.nine .bottom-block {
    grid-template: 1fr/1fr;
    max-height: 0;
    overflow: hidden;
    transition: max-height 2s ease;
  }

  section.nine .bottom-block.show {
    max-height: 150em;
  }

  section.nine .bottom-block .item.five,
  section.nine .bottom-block .item.six {
    grid-column: 1;
  }

  section.nine .bottom-block .item .images {
    height: 50vw;
  }

  section.nine .bottom-block .item p {
    font-size: 5vw;
  }

  section.eight,
  section.ten {
    padding: 15% 0;
    margin-bottom: 15%;
  }

  section.ten {
    padding: 15% 0 20%;
  }

  section.ten .qualities-wrap {
    flex-wrap: wrap;
  }

  section.ten .qualities-wrap .block {
    margin-right: 0;
    margin-bottom: 12%;
    width: 48%;
  }

  section.ten .qualities-wrap .block:last-child {
    margin-bottom: 0;
  }

  section.ten .block:last-child .description {
    margin: 2vw 0 0;
  }

  section.ten .block .numeral {
    font-size: 15vw;
    margin-bottom: 6%;
  }

  section.ten .block span {
    font-size: 4.4vw;
  }

  section.ten .block .description {
    font-size: 6.8vw;
    margin: 3% 0 4%;
    padding-bottom: 2px;
    border-bottom: 1px solid;
  }

  section.ten .block p {
    font-size: 5vw;
  }

  section.eleven {
    margin-bottom: 20%;
  }

  section.eleven .main-block {
    flex-direction: column;
  }

  section.eleven .images {
    max-width: none;
    padding: 0 20%;
    margin-bottom: 10%;
  }

  section.eleven .block {
    margin-bottom: 5%;
  }

  section.eleven .block .description {
    font-size: 5vw;
    font-family: Opensans, sans-serif;
    margin-bottom: 10%;
    max-width: none;
  }

  section.eleven .block .composition {
    max-width: none;
    position: relative;
  }

  section.eleven .block .composition p {
    font-size: 5vw;
    max-width: 65vw;
    margin-bottom: 5%;
  }

  section.eleven .block .composition p:last-child {
    margin-bottom: 5%;
  }

  section.eleven .block .composition .price {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 5.4vw;
  }

  section.eleven .block .composition .price span {
    margin-left: 1vw;
  }

  section.eleven .price {
    display: none;
  }

  section.eleven .button {
    display: flex;
    justify-content: center;
    font-size: 4.4vw;
    padding: 5% 4%;
    max-height: none;
  }

  section.twelve {
    padding: 15% 0;
  }

  section.twelve .template-items {
    grid-template: 1fr / auto;
  }

  section.twelve .item.one {
    display: none;
  }

  section.twelve .item.two {
    order: 2;
  }

  section.twelve .item.two p {
    font-size: 5.6vw;
  }

  section.twelve .item.three {
    order: 1;
    margin-bottom: 5%;
  }

  section.twelve .item.three p {
    font-size: 5vw;
    line-height: 1.5;
  }

  section.twelve .item.four {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 5%;
  }

  section.twelve .item.five {
    display: none;
  }

  section.thirteen {
    margin-bottom: 5%;
  }

  section.thirteen .qualities-wrap {
    flex-direction: column;
  }

  section.thirteen .qualities-wrap .block {
    width: auto;
    margin-right: 0;
  }

  section.thirteen .block {
    margin-bottom: 10%;
  }

  section.thirteen .block:last-child {
    margin-bottom: 0;
  }

  section.thirteen .block .icon {
    width: 16vw;
    height: 16vw;
    margin-bottom: 5%;
  }

  section.thirteen .block span {
    font-size: 4.4vw;
  }

  section.thirteen .block .description {
    font-size: 6.8vw;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    margin: 3% 0 4%;
  }

  section.thirteen .block p {
    font-size: 5vw;
  }

  section.fourteen {
    margin-bottom: 30%;
  }

  section.fourteen h3 {
    display: flex;
    text-transform: uppercase;
    font-size: 3.6vw;
    padding-top: 10%;
  }

  section.fourteen .top-block {
    flex-direction: column;
    padding: 8% 0;
  }

  section.fourteen .top-block .left-block {
    order: 2;
    max-width: none;
  }

  section.fourteen .top-block .logo {
    display: none;
  }

  section.fourteen .top-block .icon {
    width: 5vw;
    height: 6vw;
  }

  section.fourteen .top-block .inst {
    font-size: 3.8vw;
  }

  section.fourteen .top-block .right-block {
    order: 1;
    flex-direction: column;
    max-width: none;
    align-items: flex-start;
    margin-bottom: 8%;
  }

  section.fourteen .top-block .mail {
    order: 2;
  }

  section.fourteen .top-block .mail div {
    font-size: 3.8vw;
    margin-bottom: 5%;
  }

  section.fourteen .top-block .mail a {
    font-size: 3.8vw;
  }

  section.fourteen .top-block .contacts {
    order: 1;
    align-items: flex-start;
    margin-bottom: 8%;
  }

  section.fourteen .top-block .contacts a {
    font-size: 7.8vw;
    margin-bottom: 1%;
    font-family: Gilroy Regular;
  }

  section.fourteen .top-block .contacts div {
    font-size: 3.8vw;
  }

  section.fourteen .bottom-block {
    padding: 8% 0;
    flex-direction: column;
  }

  section.fourteen .bottom-block .copyright {
    font-size: 3.8vw;
    margin-bottom: 2%;
  }

  section.fourteen .bottom-block .designer {
    font-size: 3.8vw;
  }

  section.fourteen .bottom-block .designer.polit {
    line-height: 1.6;
    margin-bottom: 13px;
  }

  .box-purchase {
    display: none;
  }

  .purchase {
    max-width: none;
    transition: initial;
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 0;
    padding: 4% 5%;
    border-radius: 0;
    border: none;
    border-top: 1px solid #dbdbdb;
  }
  @keyframes translatePurchase {
    0% {
      transform: translateY(100%);
    }

    to {
      transform: translateY(0);
    }
  }

  .purchase .price {
    font-size: 7.6vw;
    margin-bottom: 8%;
  }

  .purchase .price span {
    margin-left: 4vw;
  }

  .purchase .last-price {
    font-size: 3.8vw;
    margin-left: 4vw;
  }

  .purchase .description {
    font-size: 3.8vw;
    margin-bottom: 5%;
  }

  .purchase .buy {
    font-size: 3.8vw;
  }

  .purchase .button {
    height: 12vw;
    padding: 8% 9%;
    font-size: 4.4vw;
  }
  main.k_page h1 {
    font-size: 45px;
  }
}

main.k_page h1 {
  margin-bottom: 20px;
}





/*
.purchase .button:after{
  content: '';
    display: block;
    position: absolute;
   
    width: 69px;
    height: 129px;
    right: 0;
    top: -23px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/image/catalog/novogodnyaya_elka3.png);
} 
*/


/*

.purchase .button{
    background-image: url(/image/catalog/fon_ny.png);
    position: relative;
    background-size: contain;
    
    box-shadow: 0px 1px 12px #88A6FF;
} 
*/

@media screen and (max-width: 860px){

/*
    
    .purchase .button:after{
  content: '';
    display: block;
    position: absolute;
    width: 61px;
    height: 118px;
    right: 0;
    top: -23px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/image/catalog/novogodnyaya_elka3.png);
} 
*/
    
}

.transition-loader {
/*     position: absolute;*/
    top: 108px;
    left: 100px;
    height: 100%;
    width: 100%;
}

.transition-loader-inner {
/*
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
*/
  color: #2196f3;
/*  padding: 0 100px;*/
  text-align: center;
}

.transition-loader-inner label {
  font-size: 1em;
  padding: 1%;
  opacity: 0;
  display: inline-block;
}
.transition-loader-inner label:after {
  font-family: FontAwesome;
  content: "\25CF";
}

.transition-loader-inner label:nth-child(1) {
  -webkit-animation: loader 3s 600ms infinite ease-in-out;
  animation: loader 3s 600ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(2) {
  -webkit-animation: loader 3s 500ms infinite ease-in-out;
  animation: loader 3s 500ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(3) {
  -webkit-animation: loader 3s 400ms infinite ease-in-out;
  animation: loader 3s 400ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(4) {
  -webkit-animation: loader 3s 300ms infinite ease-in-out;
  animation: loader 3s 300ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(5) {
  -webkit-animation: loader 3s 200ms infinite ease-in-out;
  animation: loader 3s 200ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(6) {
  -webkit-animation: loader 3s 100ms infinite ease-in-out;
  animation: loader 3s 100ms infinite ease-in-out;
}

@keyframes loader {
  0% {
    opacity: 0;
    transform: translateX(-300px) scale(1);
  }
  33% {
    opacity: 1;
    transform: translateX(0px) scale(2);
  }
  66% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(300px) scale(2);
  }
}
@-webkit-keyframes loader {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

@media only screen and (-webkit-device-pixel-ratio: 3) and (device-height: 812px) and (device-width: 375px),
  only screen and (-webkit-device-pixel-ratio: 2) and (device-height: 896px) and (device-width: 414px),
  only screen and (-webkit-device-pixel-ratio: 3) and (device-height: 812px) and (device-width: 375px),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3), 
  only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), 
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), 
  only screen and (-webkit-device-pixel-ratio: 3) and (device-height: 896px) and (device-width: 414px) {

  .purchase {

    bottom: 30px !important;

  }

}

.b2b_main_content {
  
font-family: Gilroy Semibold;
}
.b2b_main {
  text-align: center;
}

.b2b_logo {
  width: 320px;
  margin: 40px auto;
}

.b2b_title {
  font-size: 36px;
  color: #295cf6;
  font-family: Gilroy Semibold;
  font-weight: bold;
  margin-bottom: 20px;
}

.b2b_subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

.b2b_imgblock {
  display: flex;
  align-items: b;
  justify-content: space-around;
}


.b2b_line {
  /* display: flex; */
  text-align: left;
}

.b2b_line_bl {
  display: flex;
}

.b2b_line1 {
  font-size: 60px;
  color: #fad249;
}

.b2b_line2 {
  color: #fad249;
  transform: rotate(-90deg);
  margin-left: 10px;
  font-size: 24px;
}

.b2b_step2 {
  
  margin-top: 80px;
}


.b2b_step2_title {
  font-size: 36px;
  color: #295cf6;
  font-weight: bold;
  font-family: Gilroy Semibold;
  position: relative;
  top: 36px;
}

.b2b_step2_left {
  width: 50%;
  padding-right: 100px;
}

.b2b_step2_right {
  width: 50%;
  padding-left: 100px;
}

.b2b_step2_blue{width: 100%;border: 5px solid blue;position: relative;top: -17px;left: 50px;/* background: #fff; */}

.b2b_step2_blue.l{width: 100%;border: 5px solid blue;position: relative;top: -17px;left: -70px;/* background: #fff; */}

.b2b_step2_yellow{background: yellow;position: relative;top: -9px;left: 10px;display: flex;padding: 20px;align-items: c;}
.b2b_step2_number{font-size: 60px;padding: 0 10px 0 0;font-weight: bolder;font-family: Gilroy Semibold;color: #295cf6;}
.b2b_step2_text{line-height: 1.3;}

.b2b_step2_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.common-b2b .top-block-menu .menu li a {
  font-size: 14px;
  color: #000;
}

.b2b_step3 {
  
  margin-top: 80px;
}


.b2b_step3_title {
  font-size: 36px;
  color: #295cf6;
  font-weight: bold;
  position: relative;
  top: 62px;
}

.b2b_step3_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b2b_step3_left {
  width: 50%;
  padding-right: 100px;
  margin-top: 150px;
}

.b2b_step3_right {
  width: 50%;
  /* padding-left: 100px; */
}


.b2b_step3_list {
}

.b2b_step3_list_item {display: flex;margin-bottom: 60px;}

.b2b_step3_list_item_number {
  font-size: 60px;
  color: #fad249;
  font-weight: bold;
  margin-right: 20px;
}


.b2b_step3_list_item_text {line-height: 1.5;margin-top: 5px;}

.b2b_step3_img1{width: 40%;margin: 30px auto;}

.b2b_step3_img2{
  width: 100%;
}

.b2b_step4_title {
  font-size: 36px;
  color: #295cf6;
  font-weight: bold;
  font-family: Gilroy Semibold;
  position: relative;
  margin: 80px 0 40px;
}
.b2b_step4_blue{width: 100%;border: 5px solid blue;position: relative;top: -17px;}
.b2b_step4_line{width: 50%;/* margin-bottom: 80px; */}

.b2b_step4_yellow{background: yellow;position: relative;top: -9px;left: 10px;display: flex;padding: 20px;align-items: c;}
.b2b_step4_number{font-size: 60px;padding: 0 10px 0 0;font-weight: bolder;color: #295cf6;font-family: Gilroy Semibold;}
.b2b_step4_text{line-height: 1.3;font-family: Gilroy Semibold;font-size: 24px;}

.b2b_step4_subtext{line-height: 1.3;font-family: Gilroy Semibold;font-size: 18px;}
.b2b_step4_wrap{display: flex;justify-content: space-between;margin-bottom: 80px;}
.b2b_step4_block{width: 30%;}

.b2b_step4_block.full{width: 100%;}
.b2b_step4_block_title{color: #fff;background: #2046f5;padding: 5px 10px;display: inline-block;margin-bottom: 20px;}

.b2b_step4_list{

}

.b2b_step4_list_item{display: flex;margin-bottom: 10px;}

.b2b_step4_list_item_number{
    color: #2046f5;
    margin-right: 5px;
    line-height: 1.3;
}

.b2b_step4_list_item_text{line-height: 1.3;}

.b2b_step4_img_3{
    width: 60%;
    margin: 40px auto;
}
.desktop-none{
  display: none;
}
.desktop-none{
  display: none;
}

.mobile-none{
  display: block;
}

.b2b_step5_title {
  font-size: 36px;
  color: #295cf6;
  font-weight: bold;
  font-family: Gilroy Semibold;
  position: relative;
  margin: 80px 0 40px;
  text-align: center;
}
.form_input{
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.form_input.error{
  outline:2px solid red;
}

.send_form{
      text-align: center;
    width: 150px;
    padding: 20px;
    display: block;
    margin: 0 auto;
    background: #2a5cf6;
    color: #fff;
    border-radius: 5px;
}
.send_form:hover{
      cursor: pointer;
      opacity: 0.7;
}
.b2b_step5_blue{width: 100%;border: 5px solid blue;position: relative;top: -17px;}


.b2b_step5_yellow{background: yellow;position: relative;top: -9px;left: 10px;display: flex;padding: 20px;}


.b2b_step5_line{width: 25%;/* margin-bottom: 80px; */ margin: 0 auto;}

@media screen and (max-width: 860px){
  .mobile-none{
    display: none;
  }
  .desktop-none{
    display: block;
  }
  .b2b_main {
    text-align: center;
  }
  
  .b2b_logo {
    width: 100%;
    margin: 40px auto;
  }
  
  .b2b_title {
    font-size: 36px;
    color: #295cf6;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .b2b_subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  
  .b2b_imgblock {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .b2b_imgblock.bottom {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
  }
  
  
  .b2b_img {
    width: 70%;
    /* margin: 0 auto 40px; */
    margin-bottom: 40px;
    text-align: left;
  }
  
  .b2b_line {
    /* display: flex; */
    text-align: l;
    margin-bottom: 40px;
  }
  
  .b2b_line_bl {
    /* display: flex; */
    /* text-align: center; */
    /* align-items: center; */
    width: 100%;
  }
  
  .b2b_line1 {
    font-size: 60px;
    color: #fad249;
  }
  
  .b2b_line2 {
    color: #fad249;
    transform: rotate(-90deg);
    margin-left: 10px;
    font-size: 24px;
  }
  
  .b2b_step2 {
    
    margin-top: 80px;
  }
  
  
  .b2b_step2_title {
    font-size: 36px;
    color: #295cf6;
    font-weight: bold;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
  
  .b2b_step2_left {
    width: 100%;
    padding-right: 0;
  }

  .b2b_imgblock.bottom {
    display: block;
    align-items: center;
    justify-content: space-around;
    text-align: l;
  }
  
  .b2b_step2_right {
    width: 100%;
    padding-left: 0;
  }
  .b2b_step2_blue{width: 100%;border: 5px solid blue;position: relative;top: -17px;left: 0;/* background: #fff; */}
  
  .b2b_step2_blue.l{width: 100%;border: 5px solid blue;position: relative;top: -17px;left: 0;/* background: #fff; */}
  
  .b2b_step2_yellow{background: yellow;position: relative;top: -9px;left: 10px;display: flex;padding: 20px;align-items: c;}
  .b2b_step2_number{font-size: 60px;padding: 0 10px 0 0;font-weight: bolder;color: #295cf6;}
  .b2b_step2_text{line-height: 1.3;}
  
  .b2b_step2_block{
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  
  
  .common-b2b .top-block-menu .menu li a {
    font-size: 14px;
    color: #000;
  }
  
  .b2b_step3 {
    margin-top: 20px;
  }
  
  
  .b2b_step3_title {
    font-size: 36px;
    color: #295cf6;
    font-weight: bold;
    position: relative;
    top: 62px;
  }
  
  .b2b_step3_block{
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  
  .b2b_step3_left {
    width: 100%;
    padding-right: 0;
    margin-top: 150px;
  }
  
  .b2b_step3_right {
    width: 100%;
    /* padding-left: 100px; */
  }
  
  
  
  .b2b_step3_list_item {display: flex;margin-bottom: 60px;}
  
  .b2b_step3_list_item_number {
    font-size: 60px;
    color: #fad249;
    font-weight: bold;
    margin-right: 20px;
  }
  
  
  .b2b_step3_list_item_text {line-height: 1.5;margin-top: 5px;}
  
  .b2b_step3_img1{width: 40%;margin: 30px auto;}
  
  .b2b_step3_img2{
    width: 100%;
  }
  

  .b2b_step4_title {
    font-size: 36px;
    color: #295cf6;
    font-weight: bold;
    font-family: Gilroy Semibold;
    position: relative;
    margin: 80px 0 40px;
  }
  .b2b_step4_blue{width: 100%;border: 5px solid blue;position: relative;top: -17px;}
  .b2b_step4_line{width: 100%;/* margin-bottom: 80px; */}
  
  .b2b_step4_yellow{background: yellow;position: relative;top: -9px;left: 10px;display: flex;padding: 20px;align-items: c;}
  .b2b_step4_number{font-size: 60px;padding: 0 10px 0 0;font-weight: bolder;color: #295cf6;font-family: Gilroy Semibold;}
  .b2b_step4_text{line-height: 1.3;font-family: Gilroy Semibold;font-size: 24px;}
  
  .b2b_step4_subtext{line-height: 1.3;font-family: Gilroy Semibold;font-size: 18px;}
  .b2b_step4_wrap{display: block;justify-content: space-between;margin-bottom: 80px;}
  .b2b_step4_block{width: 100%;margin-bottom: 40px;}
  
  .b2b_step4_block.full{width: 100%;}
  .b2b_step4_block_title{color: #fff;background: #2046f5;padding: 5px 10px;display: inline-block;margin-bottom: 20px;}
  
  .b2b_step4_list{
  
  }
  
  .b2b_step4_list_item{display: flex;margin-bottom: 10px;}
  
  .b2b_step4_list_item_number{
      color: #2046f5;
      margin-right: 5px;
      line-height: 1.3;
  }
  
  .b2b_step4_list_item_text{line-height: 1.3;}
  
  .b2b_step4_img_3{
      width: 100%;
      margin: 40px auto;
  }


.b2b_step5_title {
  font-size: 29px;
  color: #295cf6;
  font-weight: bold;
  font-family: Gilroy Semibold;
  position: relative;
  margin: 80px 0 40px;
}
.form_input{
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  border-radius: 5px;
}



.send_form{
      text-align: center;
    width: 150px;
    padding: 20px;
    display: block;
    margin: 0 auto;
    background: #2a5cf6;
    color: #fff;
    border-radius: 5px;
}
.send_form:hover{
      cursor: pointer;
      opacity: 0.7;
}
.b2b_step5_blue{width: 100%;border: 5px solid blue;position: relative;top: -17px;}


.b2b_step5_yellow{background: yellow;position: relative;top: -9px;left: 10px;display: flex;padding: 20px;}


.b2b_step5_line{width: 100%;/* margin-bottom: 80px; */}

}