@charset "UTF-8";
body {
  font-family: "San Francisco(SF UI)", sans-serif;
  color: #5B5A5A;
  background: #FCFCFC;
}

.container {
  max-width: 124.4rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  font-size: 62.5%;
}

/* =10px */
body {
  font-size: 1.4rem;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
  overflow-x: hidden;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: #000;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
.display-none {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*-------Миксины-----------*/
.select {
  display: inline-block;
  width: auto;
  width: 14rem;
  height: 4.6rem;
  position: relative;
  font-size: 1.8rem;
}

.new-select {
  position: relative;
  min-height: 4.6rem;
  border-radius: 0px;
  border: 1px solid rgba(234, 54, 36, 0.3);
  color: rgba(234, 54, 36, 0.3);
  padding: 0.5rem 3.5rem 0.5rem 1.7rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.new-select.on {
  border-radius: 0px;
  border-left: 1px solid #ea3624;
  border-right: 1px solid #ea3624;
  border-top: 1px solid #ea3624;
  color: #ea3624;
  border-bottom: 0px solid transparent;
}

.new-select__list {
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 1px solid #ea3624;
  border-right: 1px solid #ea3624;
  border-bottom: 1px solid #ea3624;
  cursor: pointer;
  color: rgba(234, 54, 36, 0.5);
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 1rem 1.5rem 1rem 2.8rem;
  position: relative;
}

.new-select__item span:hover {
  color: #ea3624;
  opacity: 1;
}

.new-select:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.9rem;
  position: absolute;
  right: 1.7rem;
  top: 1.6rem;
  background: url(../images/arrow-select.svg) no-repeat right center/cover;
  opacity: 0.6;
  transition: all 0.27s ease-in-out;
  transform: rotate(0deg);
}

.new-select.on:after {
  transform: rotate(180deg);
}

.wrapper-checkbox {
  margin-bottom: 2rem;
}

.checkbox {
  display: inline-block;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  color: #c2c2c2;
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 17.1rem;
  width: auto;
  height: 5.4rem;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  transition: 0.3s all ease-in-out;
  border: 2px solid rgba(194, 194, 194, 0.2);
}
.custom-checkbox + label:hover {
  cursor: pointer;
}

.custom-checkbox + label:hover,
.custom-checkbox:checked + label {
  color: #ea3624;
  border: 2px solid #ea3624;
}

.new-select__item {
  opacity: 0.5;
  font-size: 15px;
  letter-spacing: 0.49px;
}
.new-select__item:hover {
  opacity: 1;
}

.gradient-canvas {
  --gradient-color-1: #426BBE;
  --gradient-color-2: #4C8476;
  --gradient-color-3: #0B0C45;
  --gradient-color-4: #943A8A;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

body {
  position: relative;
}
body .line1, body .line2, body .line3, body .line4 {
  z-index: 0;
}
body .sub-menu.animate__flipInX {
  display: block !important;
}
body .block-text-img,
body footer,
body .top-block-home {
  z-index: 2;
  position: relative;
}
body .title-section,
body .home-blok-video-content-left,
body .block-text-content {
  padding-left: 4rem;
}
body .line-canter {
  border-left: 1px dashed rgba(138, 211, 254, 0.4);
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0px;
  left: 50%;
}
body .line1 {
  border-left: 1px solid rgba(138, 211, 254, 0.4);
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0px;
  left: calc(50% - 60.7rem);
}
body .line2 {
  border-left: 1px dashed rgba(138, 211, 254, 0.4);
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0px;
  left: calc(50% - 30.35rem);
}
body .line3 {
  border-right: 1px dashed rgba(138, 211, 254, 0.4);
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0px;
  right: calc(50% - 30.35rem);
}
body .line4 {
  border-right: 1px solid rgba(138, 211, 254, 0.4);
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0px;
  right: calc(50% - 60.7rem);
}

header {
  position: fixed;
  width: 100vw;
  left: 0px;
  top: 0px;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  transition: 0.3s all ease;
  z-index: 9;
}
header .logo img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  transition: 0.3s all ease;
  height: 8rem;
}
header.fixed {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
header.fixed .logo img {
  height: 5.2rem;
}
header a {
  color: #fff;
}
header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
/*   overflow: auto; */
}
header .container .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  padding-right: 5rem;
}
header .container .menu .dropdoun > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
header .container .menu .dropdoun > a:after {
  content: "";
  width: 1.1rem;
  height: 0.7rem;
  background: url(../images/check-menu.svg);
  background-size: content;
  margin-left: 1.3rem;
}
header .container .menu li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
header .container .menu li a {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #FFFFFF;
}
header .container .menu li a:hover {
  text-shadow: #ccc 1px 0 0.7rem;
}
header .container .menu li > a {
  margin-bottom: -3rem;
  padding-bottom: 4rem;
  margin-top: 2rem;
  display: inline-block;
}
header .container .menu li ul {
  display: none;
  position: absolute;
  padding-left: 0px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.9rem;
  max-width: 25rem;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
header .container .menu li ul:after{
	top: -7px;
	left: 5rem;
	position: absolute;
	content: "";
	width: 0; 
  	height: 0; 
  	border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  	border-bottom: 7px solid rgba(0, 0, 0, 0.6);
}
header .container .menu li ul li {
  list-style: none;
}
header .container .menu li ul li a {
  line-height: 1;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 1rem;
  display: block;
}
header .container .menu li ul li a:last-child {
    margin-bottom: 1rem;
    border-bottom: 1px dotted;
    padding-bottom: 1rem;
}
header .container .header-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 32.3rem;
  height: 5.2rem;
  background: #fff;
  border-radius: 2.6rem;
}
header .container .header-contact .tel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #413D3C;
}
header .container .header-contact .tel::before {
  content: "";
  background: url(../images/tel-ico.svg);
  background-size: content;
  width: 2rem;
  height: 2rem;
  margin-left: 1.8rem;
  margin-right: 1rem;
  display: block;
}
header .container .header-contact .link {
  background: #3E92D5;
  border-radius: 2.6rem;
  padding: 1px 2rem;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #FFFFFF;
  border: 4px solid #3e92d5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  transition: 0.3s all ease;
}
header .container .header-contact .link:hover {
  border: 4px solid #fff;
}

.top-block-home {
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 8rem;
}
.top-block-home .top-block-home-top {
  padding-top: 16rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.top-block-home .top-block-home-top .gradient-canvas {
  -webkit-clip-path: polygon(0 0rem, 100% 0%, 100% calc(100% - 14rem), 0% 100%);
          clip-path: polygon(0 0rem, 100% 0%, 100% calc(100% - 14rem), 0% 100%);
}
.top-block-home .top-block-home-top .text-block-col {
  width: 48.5%;
  padding-left: 1.5rem;
}
.top-block-home .top-block-home-top .text-block-col .text-block {
  max-width: 53rem;
  width: 100%;
  margin-left: auto;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
}
.top-block-home .top-block-home-top .text-block-col .text-block .title {
  padding: 1rem 2.2rem;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1vw;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 2rem;
}
.top-block-home .top-block-home-top .text-block-col .text-block .big-text {
  font-weight: bold;
  font-size: 1.875vw;
  line-height: 2.24vw;
  color: #FFFFFF;
  margin-bottom: 5rem;
}
.top-block-home .top-block-home-top .img {
  width: 51.5%;
  margin-bottom: -23rem;
}
.top-block-home .top-block-home-top .img img {
  height: 41.458vw;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.top-block-home .top-block-home-bottom {
  width: 47.5%;
  padding-left: 1.5rem;
}
.top-block-home .top-block-home-bottom .col {
  width: 51.5rem;
  margin-left: auto;
}
.top-block-home .top-block-home-bottom .col .top-block-home-bottom-text {
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #3F3D3C;
  margin-bottom: 6rem;
}
.top-block-home .top-block-home-bottom .col .top-block-home-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.top-block-home .top-block-home-bottom .col .top-block-home-footer .text {
  width: 16.5rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #919191;
  border-right: 1px solid #909090;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.top-block-home .top-block-home-bottom .col .top-block-home-footer .img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.top-block-home .top-block-home-bottom .col .top-block-home-footer .img img {
  width: 13.6rem;
  height: 2.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 2.4rem;
}

.benefits-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 26.8rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-text-img {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.block-text-img .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.block-text-img .container .col6 {
  width: 50%;
}
.block-text-img .container .block-text-content .top-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #A3448F;
  border-left: 2px solid #A3448F;
  padding-left: 1.3rem;
  margin-bottom: 1rem;
}
.block-text-img .container .block-text-content .title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #323131;
  margin-bottom: 2rem;
  max-width: 43.8rem;
}
.block-text-img .container .block-text-content .text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #5B5A5A;
  max-width: 47.3rem;
}
.block-text-img .container .block-text-content .text p {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 3rem;
  color: #5B5A5A;
}
.block-text-img .container .block-text-content .text ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-text-img .container .block-text-content .text ul li {
  list-style: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.1rem;
  color: #706764;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.block-text-img .container .block-text-content .text ul li::before {
  content: "";
  min-width: 1.6rem;
  min-height: 1.6rem;
  background: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  margin-top: 0.7rem;
  display: block;
}
.block-text-img .container .block-text-content .link {
  height: 4.6rem;
  border: 2px solid rgba(110, 123, 133, 0.45);
  box-sizing: border-box;
  border-radius: 4.7rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #413D3C;
  padding: 0px 2.5rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
}
.block-text-img .container .block-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-blok-video {
  padding-top: 14rem;
  padding-bottom: 14rem;
  position: relative;
  margin-top: 16rem;
}
.home-blok-video .home-blok-video-wrapper {
  width: 61.1rem;
  height: 34.2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  margin-top: -21rem;
  margin-bottom: 7rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 1s all ease-out;
}
.home-blok-video .home-blok-video-wrapper:hover {
  box-shadow: 0px 2.2rem 5.2rem rgba(167, 179, 192, 0.49);
}
.home-blok-video .home-blok-video-wrapper:hover img {
  transform: scale(1);
}
.home-blok-video .home-blok-video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transform: scale(1.05);
  transition: 1s;
}
.home-blok-video .home-blok-video-wrapper .youtube-play {
  border-radius: 1rem;
  width: 7rem;
  height: 5.8rem;
  background: #000;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}
.home-blok-video .home-blok-video-wrapper .youtube-play:hover {
  background: red;
}
.home-blok-video .home-blok-video-wrapper .youtube-play:before {
  content: "";
  width: 2.5rem;
  height: 2.9rem;
  background: url(../images/youtube-play.svg);
  background-size: contain;
  margin-left: 0.8rem;
}
.home-blok-video .home-blok-video-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-blok-video .home-blok-video-content .top-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #A3C9E7;
  margin-bottom: 1.4rem;
  padding-left: 1.3rem;
  border-left: 2px solid #A3C9E7;
}
.home-blok-video .home-blok-video-content .title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.home-blok-video .home-blok-video-content .p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  color: #FFFFFF;
}
.home-blok-video .home-blok-video-content .p p {
  margin-bottom: 3rem;
}
.home-blok-video .home-blok-video-content .link {
  height: 4.6rem;
  border: 2px solid rgba(110, 123, 133, 0.45);
  box-sizing: border-box;
  border-radius: 4.7rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0px 2.5rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
}
.home-blok-video .home-blok-video-content .home-blok-video-content-left {
  width: 75%;
  padding-right: 2.5rem;
}
.home-blok-video .home-blok-video-content .home-blok-video-content-right {
  width: 25%;
  padding-left: 4rem;
}
.home-blok-video .home-blok-video-content .home-blok-video-content-right ul {
  padding-left: 0px;
  margin-top: 1.1rem;
  margin-bottom: 0px;
}
.home-blok-video .home-blok-video-content .home-blok-video-content-right ul li {
  list-style: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.1rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.home-blok-video .home-blok-video-content .home-blok-video-content-right ul li::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/check-blue.svg);
  background-size: contain;
  margin-right: 1rem;
  margin-top: 0.7rem;
  display: block;
  flex: 0 0 1.6rem;
}
.home-blok-video::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: #101010;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-clip-path: polygon(0 14rem, 100% 0%, 100% calc(100% - 14rem), 0% 100%);
          clip-path: polygon(0 14rem, 100% 0%, 100% calc(100% - 14rem), 0% 100%);
}

.title-section {
  padding-left: 1.5;
  margin-bottom: 4rem;
}
.title-section .top-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #3E92D5;
  border-left: 2px solid #3E92D5;
  padding-left: 1.3rem;
  margin-bottom: 1rem;
}
.title-section .title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #323131;
  margin-bottom: 2rem;
  max-width: 59rem;
}

.four-columns-section {
  margin-top: 7rem;
}
.four-columns-section .four-columns-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.four-columns-section .four-columns-block .four-columns-cart {
  width: 25%;
  padding-right: 4rem;
  margin-bottom: 3rem;
}
.four-columns-section .four-columns-block .four-columns-cart .img {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.four-columns-section .four-columns-block .four-columns-cart .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.four-columns-section .four-columns-block .four-columns-cart .top-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #272727;
  border-left: 2px solid #3E92D5;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.four-columns-section .four-columns-block .four-columns-cart .p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5B5A5A;
  padding-left: 2rem;
}

.partners {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.partners .big-slider {
  box-shadow: 0px 2.2rem 5.2rem rgba(167, 179, 192, 0.49);
  border-radius: 1.4rem;
  overflow: hidden;
  margin-bottom: 6.3rem;
}
.partners .big-slider .slide {
  position: relative;
}
.partners .big-slider .slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners .big-slider .slide .slide-body {
  z-index: 3;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 12rem;
  padding-left: 8rem;
  padding-right: 14rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 45rem;
}
.partners .big-slider .slide .slide-body .text {
  max-width: 61rem;
}
.partners .big-slider .slide .slide-body .text blockquote {
  color: #FFFFFF;
}
.partners .big-slider .slide .slide-body .text blockquote p {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3.8rem;
  margin-bottom: 2.7rem;
}
.partners .big-slider .slide .slide-body .text blockquote span {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 3.8rem;
}
.partners .big-slider .slide .slide-body .text blockquote span strong {
  font-weight: 600;
}
.partners .big-slider .slide .slide-body .logo {
  width: 26.8rem;
  height: 10rem;
}
.partners .big-slider .slide .slide-body .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) grayscale(1) contrast(10);
}
.partners .big-slider .slick-dots {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  margin-top: -7rem;
}
.partners .big-slider .slick-dots .slick-active button {
  background: #000;
}
.partners .big-slider .slick-dots button {
  width: 6.8rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 0px;
  border: 0px solid transparent;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  font-size: 0px;
}
.partners .big-slider .slide .logo img {
  filter: invert(100%) sepia(91%) saturate(35%) hue-rotate(0deg) brightness(108%) contrast(100%);
}
.partners .small-slider .small-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
.partners .small-slider .small-slide img:hover {
  cursor: pointer;
}
.partners .small-slider .slick-slide:not(.slick-current) .small-slide img {
  filter: invert(72%) sepia(5%) saturate(0%) hue-rotate(4deg) brightness(101%) contrast(87%);
}

footer {
  padding-top: 14rem;
  position: relative;
  margin-top: 10rem;
}
footer ul {
  margin: 0px;
  padding-left: 0px;
}
footer ul li {
  list-style: none;
}
footer .gradient-canvas {
  -webkit-clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 14rem, 100% 100%, 0% 100%);
}
footer .footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 7rem;
}
footer .footer-top .logo {
  margin-bottom: 1.7rem;
  display: block;
}
footer .footer-top address {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #FFFFFF;
  margin-bottom: 1.3rem;
  max-width: 20.3rem;
  font-style: normal;
}
footer .footer-top .tel {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  margin-bottom: 2.2rem;
}
footer .footer-top .link {
  height: 4.6rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-sizing: border-box;
  border-radius: 4.7rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0px 2.5rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
}
footer .footer-top .footer-top-menu {
  margin-top: 5rem;
  padding-right: 1.5rem;
}
footer .footer-top .col3 {
  width: 25%;
}
footer .footer-top .col3 .title {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
footer .footer-top .col3 ul li {
  margin-bottom: 0.5rem;
}
footer .footer-top .col3 ul li a {
  font-size: 1.7rem;
  line-height: 3rem;
  color: #FFFFFF;
  font-weight: 400;
	transition: 0.3s;
}
footer .footer-top .col3 ul li a:hover{
	color: #3E92D5;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer .footer-bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .container .copyright {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4.3rem;
  color: #FFFFFF;
}
footer .footer-bottom .container .website-designed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .container .website-designed p {
  color: #fff;
  width: 13rem;
  margin-right: 1.7rem;
  text-align: right;
  font-weight: 400;
}
footer .footer-bottom .container .website-designed p .strong {
  font-weight: 600;
}
footer .footer-menu {
  padding-left: 0px;
  margin: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
footer .footer-menu li {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid #fff;
}
footer .footer-menu li a {
  color: #fff;
}
footer .footer-menu li:last-child {
  padding-right: 0rem;
  margin-right: 0rem;
  border-right: 0px solid #fff;
}

.are-you-ready .container .are-you-ready-text .btn,
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left .read-more,
footer .footer-top .link,
.home-blok-video .home-blok-video-content .link,
.block-text-img .container .block-text-content .link {
  transition: 0.3s all ease;
}
.are-you-ready .container .are-you-ready-text .btn:hover,
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left .read-more:hover,
footer .footer-top .link:hover,
.home-blok-video .home-blok-video-content .link:hover,
.block-text-img .container .block-text-content .link:hover {
  background: #3E92D5;
  color: #fff;
  border: 2px solid rgba(62, 146, 213, 0.2);
  box-shadow: 0px 2.2rem 5.2rem rgba(110, 123, 133, 0.49);
}

.are-you-ready .container .are-you-ready-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

#breadcrumbs {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
#breadcrumbs a {
  color: #FFFFFF;
  margin-right: 1.5rem;
}
#breadcrumbs a::after {
  content: "";
  width: 0.5rem;
  height: 0.8rem;
  margin-left: 1.5rem;
  background: url(../images/breadcrumbs.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.contact-page {
  z-index: 2;
  padding-top: 16rem;
  padding-bottom: 14rem;
  position: relative;
}
.contact-page .gradient-canvas {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.contact-page .contact-page-block .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-page-block .container .contact-page-block-text {
  max-width: 53rem;
  width: 100%;
  color: #FFFFFF;
  padding-right: 5.5rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .title {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 5.7rem;
  margin-bottom: 4rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 2.5rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .row {
  margin-bottom: 4rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .row .top-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .row .top-title::after {
  content: "";
  width: 4rem;
  height: 0.2rem;
  background: #fff;
  display: block;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .row p {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 4rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .row p a {
  color: #fff;
}
.contact-page .contact-page-block .container .contact-page-block-text .row p strong {
  font-weight: 600;
  margin-right: 1rem;
}
.contact-page .contact-page-block .container .contact-page-block-text .row address {
  font-size: 2.6rem;
  line-height: 4rem;
  font-style: normal;
}
.contact-page .contact-page-block .container .contact-page-block-form {
  max-width: calc(100% - 53rem);
  width: 100%;
  color: #FFFFFF;
}
.contact-page .contact-page-block .container .contact-page-block-form .title {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.contact-page .contact-page-block .container .contact-page-block-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
.contact-page .contact-page-block .container .contact-page-block-form form .col6 {
  width: calc(50% - 1.5rem);
}
.contact-page .contact-page-block .container .contact-page-block-form form .col12 {
  width: 100%;
}
.contact-page .contact-page-block .container .contact-page-block-form form label {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  display: block;
}
.contact-page .contact-page-block .container .contact-page-block-form form input {
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  border-radius: 5px;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.8rem;
  padding-left: 1.5rem;
}
.contact-page .contact-page-block .container .contact-page-block-form form .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 5.8rem;
  background: #36AB53;
  border: 2px solid rgba(110, 123, 133, 0.45);
  border-radius: 2.9rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #FFFFFF;
  margin-left: auto;
  margin-top: 2rem;
}
.contact-page .contact-page-block .container .contact-page-block-form form textarea {
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  border-radius: 5px;
  width: 100%;
  height: 14rem;
  margin-bottom: 1.8rem;
  padding-left: 1.5rem;
  padding-top: 1rem;
}

.page-top {
  z-index: 2;
  padding-top: 16rem;
  padding-bottom: 8rem;
  position: relative;
  margin-bottom: -5rem;
}
.page-top .gradient-canvas {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.page-top .page-top-title h1 {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 5.7rem;
  color: #FFFFFF;
}

.blog-catalog {
  margin-top: 0rem;
}
.blog-catalog .blog-catalog-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 8.4rem;
  z-index: 3;
  position: relative;
}
.blog-catalog .blog-catalog-cart:first-child {
  background: #FFFFFF;
  box-shadow: 0px 22px 52px rgba(167, 179, 192, 0.49);
  border-radius: 10px;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-left {
  padding-top: 2.5rem;
}
.blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-left .title {
  margin-bottom: 1.2rem;
}
.blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-left .top-title {
  padding-left: 0rem;
  border-left: 0px solid #222650;
}
.blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-right .info-block {
  display: none;
}
.blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-right .img-blog {
  height: 38.2rem;
}
.blog-catalog .blog-catalog-cart:first-child .date-title {
  display: none;
  margin-bottom: 2rem;
}
.blog-catalog .blog-catalog-cart:first-child .author {
  margin-left: 0rem;
  margin-bottom: 2rem;
}
.blog-catalog .blog-catalog-cart:last-child {
  margin-bottom: 0rem;
}
.blog-catalog .blog-catalog-cart .date-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #3E92D5;
  padding-left: 2rem;
  border-left: 2px solid #222650;
  margin-bottom: 1.2rem;
}
.blog-catalog .blog-catalog-cart .author {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.7rem;
  margin-bottom: 3.2rem;
}
.blog-catalog .blog-catalog-cart .author .img {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
}
.blog-catalog .blog-catalog-cart .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-catalog .blog-catalog-cart .author .text {
  padding-left: 1.2rem;
}
.blog-catalog .blog-catalog-cart .author .text .written-by {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #000000;
  margin-bottom: 0.3rem;
}
.blog-catalog .blog-catalog-cart .author .text .name {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #3E92D5;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left {
  width: 57rem;
  padding-right: 4rem;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left .top-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #3E92D5;
  padding-left: 2rem;
  border-left: 2px solid #222650;
  margin-bottom: 1.2rem;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left .title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.3rem;
  color: #0B0742;
  margin-bottom: 4rem;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left .p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #5B5A5A;
  margin-bottom: 3rem;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left .read-more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 4.6rem;
  border: 2px solid rgba(110, 123, 133, 0.45);
  border-radius: 2.3rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #413D3C;
  display: inline-block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-right {
  width: calc(100% - 57rem);
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-right .img-blog {
  width: 100%;
  height: 33.9rem;
  border-radius: 1rem;
  overflow: hidden;
}
.blog-catalog .blog-catalog-cart .blog-catalog-cart-right .img-blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-text-purple {
  margin-top: 4rem;
  margin-bottom: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.img-text-purple::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(264.43deg, #A3448F 9.57%, #6A245C 104.2%);
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0% 100%);
          clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0% 100%);
}
.img-text-purple .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.img-text-purple .container .img-wrapper {
  width: 50%;
  padding-left: 4rem;
  padding-right: 2.5rem;
}
.img-text-purple .container .img-wrapper .img {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  border-radius: 1rem;
}
.img-text-purple .container .img-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-text-purple .container .text {
  width: 50%;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 3rem;
  color: #FFFFFF;
  padding-left: 2.5rem;
  padding-right: 4rem;
}

.are-you-ready {
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
}
.are-you-ready::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: #101010;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0% 100%);
          clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0% 100%);
}
.are-you-ready .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.are-you-ready .container .img-wrapper {
  width: 50%;
  padding-left: 4rem;
  padding-right: 2.5rem;
}
.are-you-ready .container .img-wrapper .img {
  width: 100%;
  height: 60rem;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 22px 52px rgba(167, 179, 192, 0.49);
}
.are-you-ready .container .img-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.are-you-ready .container .are-you-ready-text {
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 4rem;
}
.are-you-ready .container .are-you-ready-text .top-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #A3C9E7;
  border-left: 2px solid #A3C9E7;
  padding-left: 1.3rem;
  margin-bottom: 1.4rem;
}
.are-you-ready .container .are-you-ready-text .title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  color: #FFFFFF;
}
.are-you-ready .container .are-you-ready-text .p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #FFFFFF;
  margin-bottom: 1.4rem;
}
.are-you-ready .container .are-you-ready-text .tel {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 3rem;
  color: #FFFFFF;
  margin-bottom: 2.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.are-you-ready .container .are-you-ready-text .tel::before {
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background: url(../images/are-you-tel.svg);
  background-size: contain;
  margin-right: 1.8rem;
}
.are-you-ready .container .are-you-ready-text .btn {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.9rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 5.8rem;
  border-radius: 2.9rem;
  color: #FFFFFF;
  padding-left: 3rem;
  padding-right: 3rem;
  background: #36AB53;
  border: 2px solid rgba(110, 123, 133, 0.45);
}

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.text-gradient {
  background: linear-gradient(269.84deg, #3E92D5 0.08%, #A3448F 45.69%, #0B0742 103.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-block {
  padding-left: 4rem;
  padding-right: 4rem;
}
.text-block ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-block ul li {
  list-style: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.1rem;
  color: #706764;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.text-block ul li::before {
  content: "";
  min-width: 1.6rem;
  min-height: 1.6rem;
  background: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  margin-top: 0.7rem;
  display: block;
}
.text-block .top-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #A3448F;
  padding-left: 1.3rem;
  border-left: 2px solid #A3448F;
  margin-bottom: 1rem;
}
.text-block .title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  color: #323131;
  margin-bottom: 1.5rem;
}
.text-block .p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #5B5A5A;
  margin-bottom: 3rem;
}

.list-block {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 4rem;
}
.list-block .title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #0B0742;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
}
.list-block .title:before {
  content: "";
  min-width: 2.1rem;
  min-height: 2.1rem;
  display: inline-block;
  background: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.3rem;
}
.list-block p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #5B5A5A;
}

.about-block {
  position: relative;
  z-index: 3;
}
.about-block img {
  overflow: hidden;
  border-radius: 1rem;
}
.about-block .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.about-block .container .col12 {
  width: 100%;
}
.about-block .container .col6 {
  width: 50%;
}
.about-block .container .col5 {
  width: 35%;
}
.about-block .container .col7 {
  width: 65%;
}

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

/*-------Миксины-----------*/
/* Стили для больших экранов (дисплей максимум 1199 пикселей) */
@media (min-width: 998px) {
  .burger {
    display: none;
  }
}
@media (max-width: 998px) {
	header .tel{
		margin-left: 0 !important;
	}
	.social_link{
		margin-right: 1.2rem !important;
		margin-left: auto !important;
	}
	header .container{
		overflow: auto;
	}
  header .container .header-contact {
    margin-left: auto;
    margin-right: auto;
  }

  header .tel {
    font-size: 0px;
    width: 4.6rem;
    height: 4.6rem;
    margin-left: auto;
    margin-right: 1.2rem;
    background: url(../images/phone-call-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .flex-center {
    margin-bottom: 3rem;
  }

  .about-block .container .col6 {
    width: 100%;
  }

  .list-block {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 4rem;
  }

  .page-top {
    padding-top: 10rem;
    padding-bottom: 7rem;
    margin-bottom: -2rem;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-left {
    width: 50%;
    padding-right: 2rem;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-right {
    width: 50%;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-left .title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  .contact-page .contact-page-block .container .contact-page-block-form form .col6 {
    width: 100%;
  }

  .partners .big-slider .slide .slide-body {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  footer::before {
    -webkit-clip-path: polygon(0 0, 100% 5rem, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 5rem, 100% 100%, 0% 100%);
  }

  footer {
    padding-top: 12rem;
    margin-top: 5rem;
  }

  .top-block-home .top-block-home-bottom .col .top-block-home-bottom-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .partners .big-slider .slide .slide-body .text {
    max-width: calc(100% - 14.8rem);
  }

  .partners .big-slider .slide .slide-body .text blockquote p {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 2rem;
  }

  .partners .big-slider .slide .slide-body .logo {
    width: 14.8rem;
    height: 8rem;
  }

  .top-block-home .top-block-home-bottom .col {
    width: 100%;
    margin-left: auto;
  }

  header .menu {
    display: none !important;
  }

  .header-contact {
    display: none !important;
  }

  .menu {
    width: 100%;
  }
  .menu li {
    width: 100%;
    margin: 0 !important;
    padding: 0 1rem;
  }

  header .container .menu li ul {
    position: -webkit-sticky;
    position: sticky;
  }

  .burger {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    height: 4.6rem;
    width: 4.6rem;
    background: #fff;
    border-radius: 50%;
  }
  .burger .one {
    width: 2.2rem;
    height: 0.3rem;
    background: #A3448F;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .burger .two {
    width: 2.2rem;
    height: 0.3rem;
    background: #A3448F;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .burger .three {
    width: 2.2rem;
    height: 0.3rem;
    background: #A3448F;
    border-radius: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .burger-active {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    overflow: auto;
  }
  .burger-active .menu {
    display: flex !important;
    flex: 100% !important;
    /* overflow: auto; */
  }
  .burger-active .header-contact {
    display: flex !important;
  }
}
@media (max-width: 800px) {
  .blog-catalog .blog-catalog-cart:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog-catalog .blog-catalog-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 4rem;
    z-index: 3;
    position: relative;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-right .img-blog {
    height: 25rem;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-left .p {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  .contact-page .contact-page-block .container .contact-page-block-text .title {
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }

  .contact-page {
    z-index: 2;
    padding-top: 10rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .contact-page .contact-page-block .container .contact-page-block-text {
    max-width: 100%;
    width: 100%;
    padding-right: 0rem;
  }

  .contact-page .contact-page-block .container .contact-page-block-form {
    max-width: 100%;
    width: 100%;
    color: #FFFFFF;
  }

  .top-block-home .top-block-home-top .text-block-col .text-block .big-text {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .top-block-home .top-block-home-top .text-block-col .text-block .title {
    line-height: 1;
  }

  .home-blok-video .home-blok-video-wrapper {
    max-width: 61.1rem;
    width: 100%;
  }

  .small-slide img {
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  footer .footer-top .link,
footer .footer-top .tel,
footer .footer-top address {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  footer .footer-top .tel {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 2.2rem;
  }

  .logo {
    width: 12rem;
  }

  .four-columns-section .four-columns-block .four-columns-cart {
    width: 50%;
  }

  .home-blok-video .home-blok-video-content .home-blok-video-content-left {
    width: 60%;
    padding-right: 0rem;
    margin-bottom: 4rem;
  }

  .home-blok-video .home-blok-video-content .home-blok-video-content-right {
    width: 40%;
  }

  footer .footer-top .col3.footer-top-menu {
    width: 33.3%;
  }

  footer .footer-top .col3.footer-contact {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 600px) {

  header .container .header-contact .tel {
    font-size: 1.5rem;
  }

  .text-block ul li {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .about-block .container .col5,
.about-block .container .col7 {
    width: 100%;
  }

  .are-you-ready .container .are-you-ready-text .tel {
    font-size: 3rem;
  }

  .are-you-ready {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
  }

  .are-you-ready::before {
    -webkit-clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
    clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  }

  .are-you-ready .container .are-you-ready-text .p {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .text-block .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .are-you-ready .container .are-you-ready-text .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .text-block .p {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .list-block p {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .list-block .title {
    font-size: 1.8rem;
    line-height: 1;
  }

  .page-top::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2rem));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2rem));
  }

  .img-text-purple {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .img-text-purple::before {
    -webkit-clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
    clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  }

  .are-you-ready .container .img-wrapper {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 3rem;
  }

  .img-text-purple .container .img-wrapper {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 3rem;
  }

  .are-you-ready .container .are-you-ready-text {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .img-text-purple .container .text {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .text-block {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .list-block {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-bottom: 2rem;
  }

  .text-gradient {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .are-you-ready .container .img-wrapper .img {
    height: 30rem;
  }

  .img-text-purple .container .img-wrapper .img {
    height: 20rem;
  }

  .blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-left {
    padding-top: 0rem;
  }

  .blog-catalog .blog-catalog-cart .author {
    margin-bottom: 1rem;
  }

  .page-top {
    padding-top: 10rem;
    padding-bottom: 4rem;
    margin-bottom: 1rem;
  }

  .page-top .page-top-title h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .blog-catalog .blog-catalog-cart:first-child .blog-catalog-cart-right .img-blog {
    height: 25rem;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-left .title {
    font-size: 1.8rem;
  }

  .blog-catalog .blog-catalog-cart {
    display: flex;
    flex-direction: column-reverse;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-right {
    margin-bottom: 2rem;
  }

  .blog-catalog .blog-catalog-cart .blog-catalog-cart-right,
.blog-catalog .blog-catalog-cart .blog-catalog-cart-left {
    width: 100%;
    padding-right: 0rem;
  }

  .contact-page::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  }

  .contact-page .contact-page-block .container .contact-page-block-text .row p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .contact-page .contact-page-block .container .contact-page-block-text .row address {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  body .title-section, body .home-blok-video-content-left, body .block-text-content {
    padding-bottom: 4rem;
  }

  .reverse .container {
    display: flex;
    flex-direction: column-reverse;
  }

  footer .footer-top {
    padding-bottom: 3rem;
  }

  footer .footer-top .link {
    margin-bottom: 2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  footer .footer-top .tel {
    width: 100%;
    margin-bottom: 2rem;
	color: #fff !important;
  }

  footer .footer-top address {
    margin-bottom: 2rem;
    max-width: 100%;
    width: 100%;
    font-style: normal;
  }

  footer .footer-top .footer-top-menu {
    margin-top: 2rem;
  }

  .home-blok-video .home-blok-video-content .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .block-text-img {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .title-section .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .top-block-home .top-block-home-bottom .col .top-block-home-footer .img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .top-block-home .top-block-home-top .text-block-col .text-block .title {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .partners .big-slider .slick-dots {
    margin-top: -3rem;
  }

  .partners .big-slider .slick-dots button {
    width: 3rem;
    height: 0.4rem;
  }

  .partners .big-slider .slide .slide-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .partners .big-slider .slide .slide-body .text {
    max-width: 100%;
  }

  footer .footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  footer .footer-bottom .container .website-designed {
    margin: 0px auto 1.5rem auto;
  }

  footer .footer-bottom .container {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }

  footer .footer-bottom .container .copyright {
    font-size: 1.4rem;
    line-height: 1.2;
    width: 100%;
    text-align: center;
  }

  footer .footer-top .col3.footer-top-menu {
    width: 100%;
  }

  .four-columns-section .four-columns-block .four-columns-cart {
    width: 100%;
    padding-right: 0rem;
    margin-bottom: 3rem;
  }

  .home-blok-video .home-blok-video-content .home-blok-video-content-right {
    width: 100%;
    padding-left: 0rem;
  }

  .home-blok-video .home-blok-video-content .p {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .block-text-img .container .block-text-content .text p {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .block-text-img .container .block-text-content .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  body .title-section, body .home-blok-video-content-left, body .block-text-content {
    padding-left: 0rem;
  }

  .home-blok-video .home-blok-video-content .home-blok-video-content-right {
    width: 100%;
  }

  .home-blok-video .home-blok-video-content .home-blok-video-content-left {
    width: 100%;
  }

  .home-blok-video .home-blok-video-wrapper {
    margin-top: -10rem;
  }

  .home-blok-video {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }

  .home-blok-video::before {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background: #101010;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-clip-path: polygon(0 5rem, 100% 0%, 100% calc(100% - 5rem), 0% 100%);
    clip-path: polygon(0 5rem, 100% 0%, 100% calc(100% - 5rem), 0% 100%);
  }

  .home-blok-video .home-blok-video-wrapper {
    width: 29rem;
    height: 16.2rem;
  }

  .block-text-img .container .col6 {
    width: 100%;
    padding-left: 0px;
  }

  .top-block-home .top-block-home-bottom .col .top-block-home-footer .img img {
    width: 10rem;
  }

  .top-block-home .top-block-home-top .text-block-col {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-block-home .top-block-home-top .img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .top-block-home .top-block-home-top .text-block-col .text-block {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    padding-top: 5rem;
  }

  .top-block-home .top-block-home-top .img img {
    height: auto;
    width: 100%;
    -o-object-position: right;
    object-position: right;
  }

  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .top-block-home .top-block-home-top {
    padding-top: 7rem;
  }

  .top-block-home .top-block-home-bottom {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  footer .gradient-canvas {
    -webkit-clip-path: polygon(0 0, 100% 12rem, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 12rem, 100% 100%, 0% 100%);
  }

  .partners .big-slider .slide .slide-body {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
	height: 50rem;
  }

  .partners .big-slider .slide .slide-body .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .partners .big-slider .slide .slide-body {
    text-align: center;
  }

  .partners .big-slider .slide .slide-body .text blockquote p {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .partners .big-slider .slide .slide-body .text blockquote span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .partners .big-slider .slide .slide-body {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }

  .partners .big-slider .slick-dots {
    margin-top: -5rem;
  }

  .partners .big-slider .slide .slide-body .logo {
    height: 5.7rem;
    margin-bottom: 2rem;
  }
}