@charset "UTF-8";
/***
   style reset 
***/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  cursor: pointer;
  color: #1a1a1a;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.zoom-container {
  position: relative;
}

@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Light.eot");
  src: local("Commissioner Light"), local("../fonts/Commissioner-Light"), url("../fonts/Commissioner-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Light.woff2") format("woff2"), url("../fonts/Commissioner-Light.woff") format("woff"), url("../fonts/Commissioner-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Medium.eot");
  src: local("Commissioner Medium"), local("../fonts/Commissioner-Medium"), url("../fonts/Commissioner-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Medium.woff2") format("woff2"), url("../fonts/Commissioner-Medium.woff") format("woff"), url("../fonts/Commissioner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Kukurudza";
  src: url("../fonts/Kukurudza-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Regular.eot");
  src: local("Commissioner Regular"), local("../fonts/Commissioner-Regular"), url("../fonts/Commissioner-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-Regular.woff2") format("woff2"), url("../fonts/Commissioner-Regular.woff") format("woff"), url("../fonts/Commissioner-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-SemiBold.eot");
  src: local("Commissioner SemiBold"), local("../fonts/Commissioner-SemiBold"), url("../fonts/Commissioner-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Commissioner-SemiBold.woff2") format("woff2"), url("../fonts/Commissioner-SemiBold.woff") format("woff"), url("../fonts/Commissioner-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner-Italic.otf");
  src: local("Commissioner Italic"), local("../fonts/Commissioner-Italic"), url("../fonts/Commissioner-Italic.woff2") format("woff2"), url("../fonts/Commissioner-Italic.woff") format("woff"), url("../fonts/Commissioner-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ermilov-Bold";
  src: url("../fonts/ermilov-bold.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/ermilov-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ermilov-bold.woff2") format("woff2"), url("../fonts/ermilov-bold.woff") format("woff"), url("../fonts/ermilov-bold.ttf") format("truetype"), url("../fonts/ermilov-bold.svg#ermilov-bold") format("svg");
  /* Chrome < 4, Legacy iOS */
}
/* The animation code */
@keyframes animTitle {
  from {
    /* Add starting values for animation */
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    /* Add Ending values for animation */
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes move {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/* colors */
/* general styles */
body {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  color: #1a1a1a;
  background: #f7f7f7;
  scroll-behavior: smooth;
  position: relative;
}

._lock {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ermilov-Bold";
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 142px;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-size: 55px;
  line-height: 50px; /* 90.909% */
}

section {
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

/* mixin */
.button {
  color: #f7f7f7;
  font-family: "Ermilov-Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 75px;
  padding-top: 4px;
  border-radius: 100px;
  width: 100%;
  cursor: pointer;
  border: none;
  transition: all 0.5s ease;
}
.button span {
  z-index: 3;
  position: inherit;
}
.button span:nth-child(2) {
  display: none;
  background-image: url(./../img/finger.svg);
  width: 23px;
  height: 28px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.button:hover {
  transition: all 0.5s ease;
}
.button-read {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  border-radius: 95.17px;
  border: 1px solid #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.button-read span {
  background-image: url(./../img/read-more.svg);
  background-size: contain;
  width: 15px;
  height: 11px;
  margin-bottom: -1px;
  transition: all 0.3s ease;
}
.button-read:hover {
  border: none;
  background-color: #1a1a1a;
  color: #f7f7f7;
  transition: all 0.3s ease;
}
.button-read:hover span {
  filter: brightness(0) saturate(100%) invert(100%) sepia(42%) saturate(41%) hue-rotate(176deg) brightness(116%) contrast(94%);
  transition: all 0.3s ease;
}

.button-orange {
  background-color: #ff6b00;
}
.button-orange::after {
  content: "";
  background-color: #ff8b37;
}
.button-orange:hover {
  background-color: #f7f7f7;
  border: solid 1px #ff6b00;
  color: #ff6b00;
}
.button-orange:hover::after {
  height: 100%;
}

.button-purple {
  background-color: #6736d0;
}
.button-purple::after {
  content: "";
  background-color: #8656e6;
}
.button-purple:hover {
  background-color: #f7f7f7;
  border: solid 1px #6736d0;
  color: #6736d0;
}
.button-purple:hover::after {
  height: 100%;
}

.button-black {
  background-color: #1a1a1a;
}
.button-black::after {
  content: "";
  background-color: #858585;
}
.button-black:hover {
  background-color: #f7f7f7;
  border: solid 1px #1a1a1a;
  color: #1a1a1a;
}
.button-black:hover::after {
  height: 100%;
}

.button-white {
  color: #1a1a1a;
  background-color: #f7f7f7;
  border: 1px solid #1a1a1a;
}
.button-white span :nth-child(2) {
  display: none;
  transition: all 0.5s ease;
}
.button-white::after {
  content: "";
  background-color: #1a1a1a;
}
.button-white:hover {
  background-color: #1a1a1a;
  border: none;
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
}

.back-blue {
  background-color: #5668e6;
}

.back-black {
  background-color: #1a1a1a;
}

.back-grey {
  background-color: #b9b9b9;
}

.back-orange {
  background-color: #ff6b00;
}

.back-purple {
  background-color: #6736d0;
}

/*  header  block  */
.header {
  position: relative;
  z-index: 30;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 0px 1000px 1000px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}
.header .logo {
  font-family: "Ermilov-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: -4px;
}
.header .button {
  width: 150px;
  height: 35px;
  font-size: 15px;
  margin-left: auto;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  padding-bottom: 6px;
  border: none;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header .nav .nav-link {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  color: #1a1a1a;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.header .nav .nav-link:hover {
  transform: scale(1.1);
  color: #ff6b00;
  text-shadow: 0 0 0.5px #ff6b00;
  transition: all 0.3s;
}
.header .nav .nav-link:hover a {
  color: #ff6b00;
}
.header .nav .nav-link:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.header .nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 2px;
  background-color: #ff6b00;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}
.header .nav .current-menu-item {
  transform: scale(1.1);
  color: #ff6b00;
  text-shadow: 0 0 0.5px #ff6b00;
  transition: all 0.3s;
}
.header .nav .current-menu-item a {
  color: #ff6b00;
}
.header .nav .current-menu-item::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.header .header-menu {
  display: none;
  gap: 3px;
  align-items: end;
  background-color: #f7f7f7;
  position: relative;
  z-index: 20;
}
.header .header-menu p {
  font-family: "Commissioner";
  font-style: normal;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.header ._hidden {
  display: none;
}
.header .back-white {
  background-color: #fefefe !important;
  border-radius: none !important;
  box-shadow: none !important;
}
.header .back-white .header-menu {
  background-color: #fefefe !important;
  border-radius: 25px;
}
.header .header-menu .menu {
  height: calc(100vh - 50px);
  position: fixed;
  top: -150vh;
  right: 0;
  width: 100vw;
  background-color: #000000;
  transition: all 0.5s ease-out;
  z-index: 10;
}
.header .header-menu ._active {
  top: 40px;
  transition: all 0.5s ease-out;
}
.header .menu-body {
  background-color: #fff;
  height: calc(100vh - 40px);
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 40px 35px 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.header .menu-body .nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: auto;
}
.header .menu-body .nav .current-menu-item {
  transform: none;
  color: #1a1a1a;
  text-shadow: none;
  transition: none;
}
.header .menu-body .nav .current-menu-item a {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link:hover {
  transform: none;
  color: #1a1a1a;
  text-shadow: none;
  transition: none;
}
.header .menu-body .nav .nav-link:hover a {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link .sub-menu {
  margin-top: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-shadow: none;
}
.header .menu-body .nav .nav-link .sub-menu .nav-link {
  text-align: right;
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 112.5% */
  margin-bottom: 20px;
}
.header .menu-body .nav .nav-link .sub-menu .nav-link:hover {
  transform: none;
  color: #1a1a1a;
  text-shadow: none;
  transition: none;
}
.header .menu-body .nav .nav-link .sub-menu .nav-link:hover a {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link .sub-menu .current-menu-item a {
  font-weight: 600;
  transform: none;
  text-shadow: none;
  transition: none;
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link {
  color: #1a1a1a;
  text-align: right;
  font-family: "Ermilov-Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  letter-spacing: -0.6px;
}
.header .menu-body .nav .nav-link:hover {
  color: #1a1a1a;
}
.header .menu-body .nav .nav-link:hover::after {
  display: none;
}
.header .menu-body .nav .nav-link::after {
  display: none;
}
.header .menu-body .right {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header .menu-body .right a {
  color: #b9b9b9;
  text-align: right;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 116.667% */
}
.header .menu-body .button {
  height: 30px;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  display: flex;
  max-width: none;
  min-height: 30px;
  width: 233px;
  margin-top: 15px;
}
.header .menu-body p {
  margin-top: 20px;
  color: #1a1a1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  text-transform: none;
  text-align: right;
}
.header .menu-body .social {
  margin-top: 30px;
}
.header .menu-btn {
  width: 20px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: none;
  border: none;
}
.header .menu-btn span {
  width: 17px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.5px solid #000000;
  transition: all 0.5s;
}
.header .menu-btn span:nth-of-type(1) {
  top: calc(50% - 2px);
}
.header .menu-btn span:nth-of-type(4) {
  top: calc(50% + 2px);
}
.header .menu-btn span:nth-of-type(2) {
  top: calc(50% - 7px);
}
.header .menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}
.header .menu-btn.rotate span:nth-of-type(1) {
  display: none;
}
.header .menu-btn.rotate span:nth-of-type(4) {
  display: none;
}
.header .menu-btn.rotate span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.header .menu-btn.rotate span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.social {
  display: flex;
  gap: 10px;
}
.social img {
  height: 26px;
  width: auto;
}

/* breadcrumb */
.breadcrumb {
  position: absolute;
  top: 50px;
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  z-index: 20;
  max-width: calc(100vw - 100px);
  overflow: hidden;
}

.breadcrumb_container {
  padding: 0 100px;
  position: relative;
}

.breadcrumb_business {
  top: 70px;
}

.breadcrumb a {
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  line-height: 14px;
  display: inline-block;
  padding-right: 11px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb_white a {
  color: #fff;
}

.breadcrumb li:not(:last-child) a::after {
  display: block;
  background-color: #1a1a1a;
  height: 12px;
  width: 1px;
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0px;
}

.breadcrumb_white li:not(:last-child) a::after {
  background-color: #fff;
}

.breadcrumb li:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb li:last-child a {
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  opacity: 0.5;
  cursor: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  pointer-events: none;
}

.breadcrumb_white li:last-child a {
  color: #fff;
}

@media (max-width: 768px) {
  .breadcrumb {
    max-width: calc(100vw - 70px);
    top: 15px;
  }
  .breadcrumb_container {
    padding: 0 35px;
  }
  .breadcrumb li:first-child a {
    font-size: 0;
    width: 21px;
    height: 19px;
    background-image: url(./../img/home.svg);
    display: block;
    background-position: 0 77%;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  .breadcrumb_white li:first-child a {
    background-image: url(./../img/home-white.svg);
  }
}
/* header bottom on other pages   */
.header-bottom {
  padding: 90px 0 15px 0;
  margin-top: -75px;
  background-color: #e8e8e8;
  z-index: 1;
}
.header-bottom .container {
  border-radius: none;
  box-shadow: none;
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-bottom .container .search {
  margin-left: auto;
}
.header-bottom .container select {
  border: none;
  background: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}
.header-bottom .container select:checked {
  border: none;
  background: none;
}
.header-bottom .container select:nth-last-of-type() {
  margin-right: 50px;
}
.header-bottom .container select option::after {
  content: url(./../img/select-vector.svg);
  width: 14px;
  height: 8px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
}

/* slider form  */
.search {
  display: inline-flex;
  max-width: 400px;
  width: 100%;
  position: relative;
}
.search::after {
  content: "";
  background-image: url(./../img/search.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.5;
  width: 23px;
  position: absolute;
  height: 14px;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 8px;
  border-left: 1px solid #1a1a1a;
}
.search .search-button {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  background: transparent;
  z-index: 2;
}
.search input {
  border: none;
  border-radius: 100px;
  background: #f7f7f7;
  width: 100%;
  height: 30px;
  padding-left: 15px;
}
.search input::-moz-placeholder {
  color: #b9b9b9;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
}
.search input::placeholder {
  color: #b9b9b9;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
}

/* slider slick     */
.slick-slider {
  position: relative;
  width: calc(100vw - 100px);
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  display: block;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding-bottom: 7px;
  padding-left: 7px;
  position: relative;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
.slick-arrow {
  border-radius: 50px;
  height: 60px;
  width: 60px;
  position: absolute;
  font-size: 0;
  z-index: 20;
  cursor: pointer;
  background-color: #1a1a1a;
  bottom: -90px;
  transition: all 0.5s ease;
  overflow: hidden;
  border: none;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.slick-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 0%;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.5s;
  z-index: 1;
  background-color: #ff6b00;
}
.slick-arrow:hover {
  transition: all 0.5s ease;
}
.slick-arrow:hover::after {
  height: 101%;
}

/* Стрелка влево */
.slick-arrow.slick-prev {
  left: calc(100% - 230px);
  right: 0;
}
.slick-arrow.slick-prev::before {
  background-image: url(./../img/prev.svg);
  background-position: 17px;
}
.slick-arrow.slick-prev:hover {
  transition: all 0.5s ease;
}
.slick-arrow.slick-prev:hover::after {
  height: 100%;
}

/* Стрелка вправо */
.slick-arrow.slick-next {
  left: calc(100% - 160px);
  right: inherit;
}
.slick-arrow.slick-next::before {
  background-image: url(./../img/next.svg);
  background-position: 22px;
}
.slick-arrow.slick-next:hover {
  transition: all 0.5s ease;
}
.slick-arrow.slick-next:hover::after {
  height: 100%;
}

/* footer */
.footer {
  padding: 100px 0;
  border-radius: 30px 30px 0px 0px;
  background-color: #1a1a1a;
  position: relative;
  z-index: 3;
}
.footer .content {
  border-radius: 30px;
  background-color: #f7f7f7;
  padding: 50px 60px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 150px;
  align-items: end;
  justify-content: start;
}
.footer .left p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 22px;
}
.footer .left .logo {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Ermilov-Bold";
}
.footer .left .button {
  max-width: 278px;
  height: 42px;
  font-family: "Commissioner";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin-top: 20px;
  padding-bottom: 5px;
}
.footer .social {
  display: flex;
  gap: 15px;
}
.footer .social img {
  height: 36px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(6%) sepia(17%) saturate(192%) hue-rotate(314deg) brightness(105%) contrast(92%);
}
.footer .social img:hover {
  filter: brightness(0) saturate(100%) invert(40%) sepia(62%) saturate(1650%) hue-rotate(1deg) brightness(105%) contrast(105%);
}
.footer .nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 33px;
}
.footer .nav .nav-link {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .nav .nav-link:hover {
  font-weight: 600;
}
.footer .mob {
  display: none;
}
.footer .right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .right a {
  color: #b9b9b9;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer .right a:hover {
  color: #1a1a1a;
}
.footer .right a:nth-of-type(1) {
  text-decoration-line: underline;
}

/*   page 404  */
.main.non-page {
  background-image: url(./../img/main-back.svg);
  background-size: cover;
  position: relative;
  padding: 80px 0 190px 0;
  overflow: visible;
  z-index: 4;
}
.main.non-page .container {
  padding: 0 85px;
}
.main.non-page h1 {
  font-size: 115px;
  line-height: normal;
  letter-spacing: -1.725px;
  text-transform: uppercase;
  margin-bottom: 188px;
}
.main.non-page h1 span {
  color: #ff6b00;
}
.main.non-page .content {
  text-align: left;
  padding-left: 565px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 3;
  position: relative;
}
.main.non-page .content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px; /* 122.222% */
  display: inline-block;
  max-width: 360px;
}
.main.non-page .button {
  font-size: 20px;
  line-height: 15px; /* 75% */
  text-transform: uppercase;
  height: 60px;
  width: 300px;
}
.main.non-page .non-page_image {
  position: absolute;
  left: -67px;
  bottom: -70px;
  max-width: 1088px;
  width: 76vw;
}
.main.non-page .non-page_image img {
  width: 100%;
}
.main.non-page .desck {
  display: block;
}
.main.non-page .mobile {
  display: none;
}

/* Iphone 5 */
/* Portrait phones and smaller */
@media (max-width: 480px) {
  h1 {
    font-size: 9vw;
    line-height: 0.9em;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* general styles */
  h1 {
    font-size: 30px;
    line-height: 27px; /* 90% */
    letter-spacing: -0.6px;
  }
  h2 {
    font-size: 30px;
    line-height: 25px; /* 83.333% */
    letter-spacing: -0.6px;
  }
  .container {
    padding: 0 35px;
  }
  .button {
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    line-height: normal;
    height: 50px;
    max-width: none;
  }
  /* header  block*/
  .header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .header .logo {
    font-size: 13.343px;
    margin-bottom: 0;
  }
  .header .button {
    display: none;
  }
  .header .nav {
    display: none;
  }
  .header .header-menu {
    display: flex;
    align-items: center;
  }
  .back-white {
    background-color: #1a1a1a;
    border-radius: none;
    box-shadow: none;
    border-radius: none;
    margin: 0 -2px;
  }
  .back-white .header-menu {
    background-color: #fefefe;
    border-radius: 25px;
  }
  .back-white .container {
    background-color: #fefefe;
    border-radius: 25px 25px 0 0;
  }
  /* header bottom on other pages   */
  .header-bottom {
    padding: 70px 0 15px 0;
    margin-top: -55px;
  }
  .header-bottom .container {
    border-radius: none;
    box-shadow: none;
    background-color: #e8e8e8;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
    /* filter  in header */
  }
  .header-bottom .container .filter-form {
    gap: 20px;
  }
  .header-bottom .container .filter-form .select-name {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
    padding-right: 18px;
  }
  .header-bottom .container .filter-form .select-list {
    position: absolute;
    bottom: 0;
    left: initial;
    right: -13px;
    width: 100vw;
    max-width: 300px;
    margin-left: 1px;
    top: 200%;
    background-color: #1a1a1a;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px 20px 20px;
    transition: height 1s ease-out;
    transform: scaleY(0);
    display: block;
    z-index: -1;
  }
  .header-bottom .container .filter-form .select-list::before {
    content: "";
    top: -25px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #1a1a1a;
  }
  .header-bottom .container .filter-form .select-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 40px;
    padding: 10px 0;
    color: #f7f7f7;
    min-width: 0;
  }
  .header-bottom .container .filter-form .select-list li:not(:last-child) {
    border-bottom: #4d4d4d solid 1px;
  }
  .header-bottom .container .filter-form .select-list input[type=checkbox] {
    position: relative;
  }
  .header-bottom .container .filter-form .select-list input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    transition: 120ms transform ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .header-bottom .container .filter-form .select-list input[type=checkbox]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    transition: 120ms transform ease-in-out;
    background-color: #1a1a1a;
    border: solid 1px #fff;
    border-radius: 50%;
  }
  .header-bottom .container .filter-form .close .select-list {
    height: 0px;
  }
  .header-bottom .container .filter-form .open .select-list {
    height: -moz-fit-content;
    height: fit-content;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
  }
  .header-bottom .container .filter-form .open .select-name::after {
    content: url(./../img/select-vector.svg);
    margin-left: 5px;
    position: absolute;
    transform: rotate(180deg);
  }
  .header-bottom .container .filter-form .open .select-name::before {
    content: "";
    background-image: url(./../img/polygon.svg);
    background-size: 100%;
    left: calc(100% - 20px);
    bottom: calc(-100% - 6px);
    position: absolute;
    width: 32px;
    height: 17px;
    fill: #1a1a1a;
  }
  .header-bottom .container .search {
    margin-left: 0;
  }
  .header-bottom .container select {
    border: none;
    background: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Commissioner";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
  }
  .header-bottom .container select:checked {
    border: none;
    background: none;
  }
  .header-bottom .container select:nth-last-of-type() {
    margin-right: 50px;
  }
  .header-bottom .container select option::after {
    content: url(./../img/select-vector.svg);
    width: 14px;
    height: 8px;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 0);
  }
  /*  search form   */
  .search::after {
    content: "";
    opacity: 1;
    padding-left: 0px;
    border-left: none;
    width: 14px;
    height: 16px;
    left: 0;
    right: inherit;
  }
  .search .search-button {
    display: block;
    width: 14px;
    height: 16px;
    right: inherit;
    left: 0;
  }
  .search input {
    width: 0;
    height: 16px;
    background-color: transparent;
    border: none;
  }
  .open-search {
    transition: 1s all ease;
  }
  .open-search::after {
    content: "";
    opacity: 0.5;
    left: inherit;
    height: 14px;
    right: 15px;
    width: 20px;
    top: 50%;
    padding-left: 8px;
    border-left: 1px solid #1a1a1a;
    transition: 0.5s all ease;
  }
  .open-search .search-button {
    top: 15px;
    left: inherit;
    right: 10px;
    transition: 0.5s all ease;
  }
  .open-search input {
    width: 100%;
    height: 30px;
    transition: 0.5s all ease;
    background: #f7f7f7;
  }
  /* ------- slider slick ----------- */
  .slick-slider {
    width: calc(100vw - 35px);
  }
  .slick-arrow {
    height: 50px;
    width: 50px;
    background-size: 30px;
  }
  .slick-track {
    display: flex;
    gap: 10px;
  }
  .slick-arrow {
    height: 50px;
    width: 50px;
    cursor: pointer;
    bottom: -25px;
  }
  .slick-arrow.slick-prev {
    right: 90px;
    left: inherit;
  }
  .slick-arrow.slick-prev::before {
    background-image: url(./../img/prev.svg);
    background-size: 14px;
  }
  .slick-arrow.slick-next {
    right: 35px;
    left: inherit;
  }
  .slick-arrow.slick-next::before {
    background-size: 14px;
    background-position: 19px;
  }
  /* footer */
  .footer {
    padding: 0;
    border-radius: 0px;
    border-radius: 30px 30px 0px 0px;
    background-color: #000000;
  }
  .footer .container {
    padding: 0;
  }
  .footer .content {
    border-radius: 30px;
    padding: 60px 35px 135px 35px;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: start;
  }
  .footer .left p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 30px;
  }
  .footer .left .logo {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
  }
  .footer .left .button {
    max-width: 233px;
    height: 30px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 15px;
  }
  .footer .social {
    display: flex;
    gap: 12px;
    position: absolute;
    top: 60px;
    right: 35px;
  }
  .footer .social img {
    height: 26px;
    width: auto;
  }
  .footer .nav {
    gap: 10px;
    margin: 0;
  }
  .footer .nav .nav-link {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .footer .desck {
    display: none;
  }
  .footer .mob {
    display: flex;
  }
  .footer .right {
    gap: 10px;
    margin-top: 50px;
  }
  .footer .right a {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .footer .right a:hover {
    font-weight: 500;
  }
  /* footer black for all pages exept home page */
  .black {
    background-color: #1a1a1a;
  }
  .black .container .content {
    background-color: #1a1a1a;
    color: #f7f7f7;
  }
  .black .container .content .social img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(13%) hue-rotate(320deg) brightness(114%) contrast(94%);
  }
  .black .container .content .social img:hover {
    filter: brightness(0) saturate(100%) invert(40%) sepia(62%) saturate(1650%) hue-rotate(1deg) brightness(105%) contrast(105%);
  }
  .black .container .content .logo {
    color: #f7f7f7;
  }
  .black .container .content .nav a {
    color: #f7f7f7;
  }
  .black .container .content .right {
    gap: 10px;
    margin-top: 50px;
  }
  .black .container .content .right a {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .black .container .content .right a:hover {
    font-weight: 500;
    color: #f7f7f7;
  }
  /*   page 404  */
  .main.non-page {
    background-image: url(./../img/main-back.svg);
    background-size: cover;
    position: relative;
    padding: 60px 0 65px 0;
    overflow: visible;
    z-index: 3;
  }
  .main.non-page .container {
    padding: 0 35px;
  }
  .main.non-page h1 {
    font-size: 35px;
    line-height: 34px; /* 77.143% */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    margin-bottom: 100px;
  }
  .main.non-page .content {
    padding-left: 0px;
    gap: 100px;
  }
  .main.non-page .content p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    max-width: 165px;
  }
  .main.non-page .button {
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    height: 50px;
    width: 100%;
  }
  .main.non-page .non-page_image {
    left: inherit;
    right: -160px;
    bottom: -37px;
    max-width: 530px;
    width: 134vw;
    max-width: 505px;
  }
  .main.non-page .desck {
    display: none;
  }
  .main.non-page .mobile {
    display: block;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 5vw;
  }
  .container {
    padding: 0 50px;
  }
  .header .open-menu {
    display: none;
  }
  .header .header-menu {
    display: none;
  }
  .footer .content {
    grid-template-columns: auto auto;
    gap: 50px;
  }
  .values .container {
    grid-template-columns: 1fr;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 5vw;
  }
  .container {
    padding: 0 50px;
  }
  .nav {
    gap: 20px;
  }
  .footer .content {
    grid-template-columns: auto auto;
    gap: 50px;
  }
}
/* Large desktops and laptops */
@media (min-width: 1450px) {
  /* Стрелка влево */
  .slick-arrow.slick-prev {
    left: calc(100vw - 530px);
    right: 0;
  }
  .slick-arrow.slick-prev::before {
    background-image: url(./../img/prev.svg);
  }
  .slick-arrow.slick-prev:hover {
    transition: all 0.5s ease;
  }
  .slick-arrow.slick-prev:hover::after {
    height: 100%;
  }
  /* Стрелка вправо */
  .slick-arrow.slick-next {
    left: calc(100vw - 460px);
    right: inherit;
  }
  .slick-arrow.slick-next::before {
    background-image: url(./../img/next.svg);
  }
  .slick-arrow.slick-next:hover {
    transition: all 0.5s ease;
  }
  .slick-arrow.slick-next:hover::after {
    height: 100%;
  }
}
@media (min-width: 1750px) {
  /* Стрелка влево */
  .slick-arrow.slick-prev {
    left: calc(100vw - 830px);
    right: 0;
  }
  .slick-arrow.slick-prev::before {
    background-image: url(./../img/prev.svg);
  }
  .slick-arrow.slick-prev:hover {
    transition: all 0.5s ease;
  }
  .slick-arrow.slick-prev:hover::after {
    height: 100%;
  }
  /* Стрелка вправо */
  .slick-arrow.slick-next {
    left: calc(100vw - 760px);
    right: inherit;
  }
  .slick-arrow.slick-next::before {
    background-image: url(./../img/next.svg);
  }
  .slick-arrow.slick-next:hover {
    transition: all 0.5s ease;
  }
  .slick-arrow.slick-next:hover::after {
    height: 100%;
  }
}
/* colors */
.flex {
  display: flex;
}

/* main section */
.main {
  padding-top: 70px;
  padding-bottom: 40px;
}
.main .container {
  position: relative;
  text-align: center;
}
.main .main-title {
  margin: 0 -95px;
  text-align: center;
  display: inline-block;
}
.main .main-title span {
  color: #ff6b00;
}
.main .sub-title {
  display: none;
}
.main .content {
  display: grid;
  grid-template-columns: 433px auto;
  gap: 63px;
}
.main .main-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 45px;
}
.main .content-right {
  position: relative;
  margin-top: -106px;
  padding-left: 61px;
  text-align: left;
}
.main .content-right img {
  width: 31vw;
  max-width: 434px;
  z-index: 2;
  position: inherit;
}
.main .content-right .item {
  position: absolute;
  background-color: #ffdcbc;
  padding: 20px;
  flex-direction: column;
  gap: 5px;
  border-radius: 20px;
  max-width: 205px;
  z-index: 3;
}
.main .content-right .item:nth-of-type(1) {
  left: 0;
  bottom: 151px;
}
.main .content-right .item:nth-of-type(2) {
  right: 103px;
  bottom: 181px;
}
.main .content-right .item:nth-of-type(3) {
  right: 0;
  bottom: 54px;
}
.main .content-right .number {
  font-family: "Ermilov-Bold";
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main .content-right .text {
  text-align: center;
}

/* values section */
.values {
  background-color: #1a1a1a;
  border-radius: 30px;
  padding: 130px 0 100px 0;
  position: relative;
  color: #f7f7f7;
  overflow: visible;
}
.values::after, .values::before {
  position: absolute;
  content: url(../img/xxxx-desck.svg);
  z-index: 10;
}
.values::after {
  bottom: -11px;
  right: 100px;
}
.values::before {
  top: -9px;
  left: 100px;
}
.values .container {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.values h2 {
  margin-bottom: 30px;
}
.values .value {
  margin-bottom: 30px;
}
.values .value .flex {
  justify-content: start;
  gap: 12px;
  display: flex;
}
.values .value .icon {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  background-color: #ff6b00;
}
.values .value .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.values .value .title {
  font-family: "Commissioner";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  color: #ff6b00;
  margin-top: 0;
}
.values .value p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-top: 8px;
  max-width: 525px;
}
.values .video-block {
  position: relative;
  height: auto;
  width: 42.36vw;
  max-width: 610px;
}
.values .video-block .video {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 610px;
  height: 23.82vw;
  max-height: 343px;
  position: relative;
  transition: transform 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.values .video-block .video video {
  width: 101%;
  height: 101%;
  min-height: 100%;
  min-width: 100%;
}
.values .video-block .video iframe {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.values .video-block .text {
  width: 78.5%;
  max-width: 479px;
  height: 171px;
  background-image: url(./../img/text-back-pc-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translate(-50%, 0);
}
.values .buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.values .buttons .button {
  width: 300px;
  height: 60px;
}
.values .buttons .button span:nth-child(1) {
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.values .buttons .button span:nth-child(2) {
  width: 17px;
  height: 22px;
}

/* products section */
.products {
  background-image: url(../img/back-products.png);
  background-size: 100%;
  border-radius: 30px;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.products img {
  height: auto;
}
.products .container {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 100px 50px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 0;
  position: relative;
  overflow: hidden;
}
.products .container .image {
  display: none;
  /* не актуальний в новому макеті */
  position: absolute;
  width: 42vw;
  height: 30vw;
  max-width: 597px;
  max-height: 423px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/back-img-products.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.products .container h2 {
  margin-bottom: 10px;
}
.products .container .left {
  max-width: 382px;
  width: 27vw;
  min-width: 247px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(0%, 0%);
  z-index: -1;
  max-block-size: inherit;
}
.products .container .right {
  position: absolute;
  max-width: 343px;
  width: 24vw;
  min-width: 233px;
  bottom: -100px;
  right: 50%;
  transform: translate(-58%, 0%);
  z-index: -1;
  max-block-size: inherit;
}
.products .container .courses {
  position: inherit;
  z-index: 4;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products .container .courses ul {
  margin-bottom: 60px;
}
.products .container .courses ul li {
  margin-bottom: 10px;
}
.products .container .courses ul li::before {
  content: "•";
  margin-right: 10px;
}
.products .container .cooperation {
  justify-self: end;
  text-align: end;
  position: inherit;
  display: flex;
  flex-direction: column;
  z-index: 3;
  align-items: end;
}
.products .container .cooperation ul {
  list-style: none;
  margin-bottom: 60px;
}
.products .container .cooperation ul li {
  margin-bottom: 10px;
}
.products .container .cooperation ul li::after {
  content: "•";
  margin-left: 10px;
  width: 4.08px;
  height: 3.839px;
}
.products .container .button {
  width: 300px;
  height: 60px;
  margin-top: auto;
}
.products .container .button span:nth-child(1) {
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.products .container .button span:nth-child(2) {
  width: 17px;
  height: 22px;
}

/* about club section */
.club {
  position: relative;
  z-index: 3;
  overflow: visible;
  padding-top: 110px;
  padding-bottom: 58px;
}
.club::before {
  position: absolute;
  content: url(../img/xxxx-desck-purple.svg);
  top: -11px;
  left: 100px;
}
.club .container img {
  width: 43vw;
  height: 27vw;
  max-height: 397px;
  max-width: 620px;
  position: absolute;
  right: 100px;
  z-index: -1;
  bottom: 50%;
  transform: translate(0, 50%);
}
.club .container img:nth-last-of-type(1) {
  display: none;
}
.club .sub-title {
  font-family: "Kukurudza";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
}
.club p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-top: 30px;
  max-width: 530px;
}
.club p span {
  color: #6736d0;
  font-weight: 600;
}
.club .buttons {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.club .buttons .button {
  width: 300px;
  height: 60px;
}
.club .buttons .button span:nth-child(1) {
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.club .buttons .button span:nth-child(2) {
  width: 17px;
  height: 22px;
}

/* about events section */
.events {
  padding-bottom: 100px;
  padding-top: 58px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #fafafa;
  z-index: 2;
}
.events h2 {
  margin-bottom: 30px;
}
.events h2 span {
  color: #6736d0;
}
.events .event {
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 25px 30px 30px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.events .event .info {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.events .event .info p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 85px;
  padding: 2px 10px 0px;
  white-space: nowrap;
  height: 29px;
  color: #fff;
  font-family: "Kukurudza";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.events .event .info .date {
  background-color: #1a1a1a;
  white-space: nowrap;
}
.events .event .title {
  margin-bottom: 30px;
}
.events .event .about-author {
  display: flex;
  gap: 19px;
  margin-top: auto;
}
.events .event .description {
  padding-left: 20px;
  position: relative;
}
.events .event .description::before {
  position: absolute;
  left: 0;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dbdbdb;
}
.events .event .avatar {
  width: 57px;
  height: 57px;
  min-width: 57px;
  border-radius: 100px;
  overflow: hidden;
}
.events .event .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.events .event .name {
  grid-area: name;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
.events .event .name p {
  position: relative;
  display: inline-block;
}
.events .event .name p::after {
  display: none;
  /* буде реалізовано в наступній ітерації сайту */
  content: "";
  left: 0;
  position: absolute;
  margin-top: 4px;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-image: url(../img/under-line.svg);
  background-repeat: no-repeat;
}
.events .event .name a {
  width: 13px;
  height: 11px;
  background-image: url(../img/info-icon.svg);
  background-size: cover;
}
.events .event .position {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  margin-top: 5px;
}
.events .button {
  width: 300px;
  height: 60px;
  margin-top: 30px;
}
.events .button span:nth-child(1) {
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.events .button span:nth-child(2) {
  width: 17px;
  height: 22px;
}

/* about limitation section */
.limitation {
  padding: 150px 0 100px 0;
  position: relative;
  margin-top: -50px;
  background-color: #1a1a1a;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-image: url(../img/back-limitation.svg);
}
.limitation .container {
  display: flex;
}
.limitation .left {
  border-radius: 30px;
  background: #fff;
  padding: 50px 100px 50px 70px;
  position: relative;
  width: 60%;
  margin-right: -1px;
}
.limitation .left::before {
  position: absolute;
  width: 45px;
  height: 52px;
  content: "";
  background-image: url(../img/Vector.svg);
  background-size: contain;
  left: 67px;
  top: -21px;
}
.limitation .left h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 100% */
  margin-bottom: 20px;
}
.limitation .left h3 span {
  color: #ff6b00;
}
.limitation .left p {
  font-family: "Kukurudza";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}
.limitation .left p a {
  text-decoration: underline;
}
.limitation .right {
  border-radius: 30px;
  background: #fff;
  width: 40%;
  position: relative;
}
.limitation .right::before {
  position: absolute;
  content: url(../img/separator.svg);
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.limitation .right img {
  position: absolute;
  top: -38px;
  right: 50%;
  transform: translate(50%, 0);
}

/* cases section */
.cases {
  padding: 100px 0;
}
.cases h2 span {
  color: #ff6b00;
}
.cases .cases-slider {
  display: flex;
  margin-top: 50px;
  gap: 20px;
}
.cases .case {
  max-width: 397px;
  display: flex;
  flex-direction: column;
}
.cases .case .cover {
  min-height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  position: relative;
}
.cases .case .cover a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cases .case .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases .case .case-about {
  position: relative;
  padding: 45px 50px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cases .case .case-about .category {
  position: absolute;
  border-radius: 84.55px;
  background: #1a1a1a;
  color: #f7f7f7;
  padding: 3px 10px 7px;
  height: 29px;
  font-family: "Kukurudza";
  font-size: 16px;
  line-height: 109.6%; /* 17.536px */
  top: -14px;
  left: 29px;
}
.cases .case .case-about .title {
  font-size: 20px;
  line-height: 20px; /* 100% */
  margin-bottom: 10px;
}
.cases .case .case-about .title a {
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.cases .case .case-about .excerpt {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 30px;
}
.cases .buttons {
  display: grid;
  grid-template-columns: 300px 300px;
  gap: 0 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.cases .buttons .button {
  max-width: 300px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 15px; /* 75% */
}
.cases .buttons .button:nth-child(1) {
  grid-column: 1/2;
}
.cases .buttons .button:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.cases .info {
  margin-top: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  padding-left: 13px;
  position: relative;
  grid-column: 1/2;
}
.cases .info:before {
  position: absolute;
  content: url(../img/*.svg);
  left: 0;
  top: -13px;
}

/* partners section */
.partners {
  padding-bottom: 100px;
  overflow: visible;
}
.partners h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.partners h2 span {
  color: #ff6b00;
}
.partners h2::after {
  position: absolute;
  content: url(../img/light.png);
  bottom: -142px;
  left: 213px;
  width: 363px;
}
.partners .partner-slider {
  background-color: #1a1a1a;
  height: 200px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: 100vw;
}
.partners .partner-slider .partners_line {
  display: flex;
  animation: scroll 100s linear infinite running;
  gap: 100px;
}
.partners .partner-slider .partners_line img {
  max-width: 240px;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/* media  section */
.medias {
  padding-bottom: 90px;
}
.medias h2 span {
  color: #ff6b00;
}
.medias .medias-slider {
  margin-top: 50px;
}
.medias .media-item {
  max-width: 400px;
  display: grid;
  grid-template-rows: 144px 1fr;
}
.medias .media-item .cover {
  min-height: 144px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  position: relative;
}
.medias .media-item .cover a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.medias .media-item .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.medias .media-item .madia-about {
  border-radius: 0px 0px 30px 30px;
  border: 1px solid #e8e8e8;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.medias .media-item .button-read {
  text-transform: none;
}
.medias .media-item .title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.medias .media-item .title a {
  font-size: 20px;
  line-height: 20px; /* 100% */
}

/* blog  section */
.blog {
  padding: 100px 0;
}
.blog .sub-title {
  font-family: "Kukurudza";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin-top: 10px;
  max-width: 532px;
}
.blog .blog-slider {
  margin-top: 50px;
}
.blog .article .cover {
  height: 247px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  position: relative;
}
.blog .article .cover a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.blog .article .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .article .article-about {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 45px 30px 30px 30px;
  gap: 30px;
  border-radius: 0px 0px 30px 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.blog .article .article-about .tags {
  position: absolute;
  display: flex;
  gap: 5px;
  left: 30px;
  top: -15px;
}
.blog .article .article-about .tags .category span {
  content: url(../img/article.svg);
  width: 12px;
  height: 10px;
  margin-right: 5px;
  margin-top: 6px;
}
.blog .article .article-about .info {
  color: #b9b9b9;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  display: flex;
  gap: 15px;
}
.blog .article .article-about .time-toRead {
  padding-left: 15px;
  border-left: solid 1px #b9b9b9;
}
.blog .article .article-about .views {
  margin-left: auto;
}
.blog .article .article-about .views::before {
  content: url(../img/views.svg);
  margin-right: 5px;
}
.blog .button {
  margin-top: 30px;
  width: 300px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}

.article {
  max-width: 400px;
  display: grid;
  grid-template-rows: 247px 1fr;
}
.article .cover {
  height: 247px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  position: relative;
}
.article .cover a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.article .cover .permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.article .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article-about {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 45px 30px 30px 30px;
  gap: 30px;
  border-radius: 0px 0px 30px 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.article .article-about .info {
  color: #b9b9b9;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  display: flex;
  gap: 15px;
}
.article .article-about .permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.article .article-about .title {
  font-size: 20px;
  line-height: 20px;
  position: relative;
}
.article .article-about .time-toRead {
  padding-left: 15px;
  border-left: solid 1px #b9b9b9;
}
.article .article-about .views {
  margin-left: auto;
}
.article .article-about .views::before {
  content: url(../img/views.svg);
  margin-right: 5px;
}

.tags {
  position: absolute;
  display: flex;
  gap: 5px;
  left: 30px;
  top: -15px;
}
.tags .tag {
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
  border-radius: 84.55px;
}
.tags .tag p {
  font-family: "Kukurudza";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
.tags .category span {
  content: url(../img/article.svg);
  width: 12px;
  height: 10px;
  margin-right: 5px;
  margin-top: 6px;
}

/* free section   section */
.for-free {
  padding: 120px 0 150px 0;
  position: relative;
  margin-bottom: -50px;
  background-color: #ff6b00;
  z-index: 0;
  border-radius: 30px;
  background-image: url(../img/for-free-back.svg);
}
.for-free .container {
  display: flex;
}
.for-free .left {
  border-radius: 30px;
  background: #fff;
  padding: 50px 35px 50px 70px;
  position: relative;
  width: 60%;
  margin-right: -1px;
}
.for-free .left h2 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-bottom: 10px;
}
.for-free .left h2 span {
  color: #ff6b00;
}
.for-free .left p {
  font-family: "Kukurudza";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  max-width: 407px;
}
.for-free .left .button {
  margin-top: 30px;
  max-width: 189px;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  height: 36px;
  text-transform: none;
  padding-bottom: 7px;
}
.for-free .right {
  border-radius: 30px;
  background: #fff;
  width: 40%;
  position: relative;
}
.for-free .right::before {
  position: absolute;
  content: url(../img/separator.svg);
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.for-free .right img {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 95%;
  height: auto;
}

/* seo section     */
.seo-section {
  padding-top: 100px;
}
.seo-section .content {
  border-radius: 30px 30px 0px 0px;
  border: 1px solid #000;
  border-bottom: none;
  padding: 50px 130px 50px 70px;
}
.seo-section .content-show {
  height: 80px;
  overflow: hidden;
  transition: height 1s ease-out;
}
.seo-section .content-show.open {
  height: -moz-fit-content;
  height: fit-content;
  transition: height 0.4s ease;
}
.seo-section a {
  text-decoration: underline;
}
.seo-section h2 {
  font-size: 32px;
  line-height: 34px; /* 100% */
  margin-bottom: 30px;
}
.seo-section h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  max-width: 900px;
  margin-bottom: 30px;
}
.seo-section ul {
  list-style: inside;
  margin-bottom: 20px;
}
.seo-section h4:not(:nth-child(1)) {
  margin-bottom: 20px;
}
.seo-section p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  margin-bottom: 15px;
}
.seo-section .button {
  margin-top: 15px;
  border-radius: 95.17px;
  border: 1px solid #1a1a1a;
  font-family: "Commissioner";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  text-transform: none;
  height: 36px;
  padding-left: 61px;
  padding-right: 61px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}

/* media for ome page */
/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1400px) {
  .main .main-title {
    font-size: clamp(30px, 8.33vw, 120px);
  }
  .main .content-right .item:nth-of-type(1) {
    left: -60px;
    bottom: 105px;
  }
  .main .content-right .item:nth-of-type(2) {
    left: inherit;
    right: -20px;
  }
  .main .content-right .item:nth-of-type(3) {
    right: -20px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 769px) and (max-width: 1199px) {
  .products .container .left {
    transform: translate(-10%, 0%);
  }
  .products .container .right {
    transform: translate(-10%, 0%);
  }
  .values .container {
    grid-template-columns: 1fr;
  }
  .values .container p {
    max-width: 90%;
  }
  .values .container .video-block {
    width: 100%;
    height: 40.82vw;
  }
  .values .container .video-block .video {
    height: 40vw;
  }
  .club .container img {
    right: 50px;
    bottom: inherit;
    top: 0;
    transform: translate(0, 0%);
  }
  /* main section */
  .main .content-right .item:nth-of-type(1) {
    left: -50px;
    bottom: 105px;
  }
  .main .content-right .item:nth-of-type(2) {
    left: -50px;
    right: inherit;
    bottom: -10px;
  }
  .main .content-right .item:nth-of-type(3) {
    right: -20px;
    bottom: -20px;
  }
  .main .content-right .number {
    font-size: 25px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* main section */
  .main {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .main .container {
    position: relative;
    text-align: left;
  }
  .main .main-title {
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
    display: inline-block;
  }
  .main .main-title span {
    color: #ff6b00;
  }
  .main .sub-title {
    display: block;
    font-family: "Kukurudza";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
  }
  .main .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .main .main-buttons {
    gap: 5px;
    margin-top: 0px;
  }
  .main .content-right {
    position: relative;
    margin-top: 21px;
    padding-left: 0;
    text-align: left;
  }
  .main .content-right img {
    min-width: 219px;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -28px;
  }
  .main .content-right .item {
    position: relative;
    padding: 15px 10px;
    border-radius: 10px;
    max-width: 146px;
  }
  .main .content-right .item:nth-of-type(1) {
    left: inherit;
    bottom: inherit;
  }
  .main .content-right .item:nth-of-type(2) {
    right: inherit;
    bottom: inherit;
  }
  .main .content-right .item:nth-of-type(3) {
    right: inherit;
    bottom: inherit;
  }
  .main .content-right .item:not(:last-child) {
    margin-bottom: 5px;
  }
  .main .content-right .number {
    font-size: 20px;
    line-height: 15px; /* 75% */
    letter-spacing: -0.4px;
  }
  .main .content-right .text {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  /* values section */
  .values {
    padding: 90px 0;
    z-index: 3;
  }
  .values::after, .values::before {
    content: url(./../img/xxxx-mob.svg);
    z-index: 10;
  }
  .values::after {
    display: none;
  }
  .values::before {
    top: -9px;
    left: 35px;
  }
  .values .container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
  }
  .values .value {
    margin-bottom: 30px;
  }
  .values .value .flex {
    justify-content: start;
    gap: 12px;
  }
  .values .value .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    justify-content: center;
  }
  .values .value .title {
    font-size: 16px;
    line-height: 18px; /* 150% */
  }
  .values .value p {
    font-size: 14px;
    line-height: 16px; /* 125% */
    margin-top: 10px;
    max-width: 90%;
  }
  .values .video-block {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
  .values .video-block .video {
    border-radius: 20px;
    width: 100%;
    height: auto;
    max-height: 343px;
    position: relative;
    margin-bottom: 100px;
  }
  .values .video-block .video-play {
    transform: scale(1.1);
    transition: transform 3s;
    z-index: 2;
  }
  .values .video-block .text {
    width: 100%;
    background-image: url(./../img/text-back-mob-new.svg);
    padding-top: 40px;
    bottom: -58px;
    max-width: 350px;
  }
  .values .buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 0px;
  }
  .values .buttons .button {
    width: 100%;
    height: 50px;
  }
  .values .buttons .button span:nth-child(1) {
    font-size: 16px;
    line-height: 10px; /* 62.5% */
  }
  .values .buttons .button span:nth-child(2) {
    width: 17px;
    height: 22px;
  }
  /* products section */
  .products {
    padding: 0;
    padding-top: 50px;
    margin-top: -50px;
    border-radius: 0 0 30px 30px;
    z-index: 1;
    padding-bottom: -10px;
    background: linear-gradient(180deg, #fff 0%, #e8e8e8 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .products .container {
    background: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0;
  }
  .products .container .image {
    display: none;
  }
  .products .container .left {
    max-width: 330px;
    width: 80vw;
    top: inherit;
    bottom: 48px;
    left: inherit;
    right: -59px;
    transform: none;
    z-index: 1;
  }
  .products .container .right {
    width: 70vw;
    height: auto;
    max-width: 300px;
    top: inherit;
    right: inherit;
    left: -50px;
    bottom: 0px;
    transform: none;
    z-index: 3;
    max-block-size: none;
  }
  .products .container h2 {
    margin-bottom: 10px;
  }
  .products .container .courses {
    position: inherit;
    z-index: 2;
    padding: 90px 35px 142px 35px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #e8e8e8;
    background-position: 0px -120px;
    background-size: cover;
    background-image: url(../img/products-back.svg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
  }
  .products .container .courses::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20%;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .products .container .courses ul {
    margin-bottom: 30px;
  }
  .products .container .courses ul li::before {
    content: "•";
    margin-right: 10px;
  }
  .products .container .cooperation {
    justify-self: end;
    text-align: end;
    position: inherit;
    border-radius: 0 0 30px 30px;
    width: 100%;
    padding: 0 35px 90px 35px;
    display: block;
  }
  .products .container .cooperation ul {
    list-style: none;
    margin-bottom: 30px;
  }
  .products .container .cooperation ul li::after {
    content: "•";
    width: 3px;
    height: 3px;
  }
  .products .container .button {
    width: 231px;
    height: 50px;
    margin-top: auto;
    position: inherit;
    z-index: 10;
  }
  .products .container .button span:nth-child(1) {
    font-size: 16px;
    line-height: 10px; /* 62.5% */
  }
  .products .container .button span:nth-child(2) {
    width: 17px;
    height: 22px;
  }
  /* about club section */
  .club {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .club::before {
    content: url(../img/xxxx-mob.svg);
    top: -9px;
    left: 35px;
  }
  .club .container img {
    width: 100%;
    max-width: 350px;
    position: inherit;
    right: 0;
    bottom: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    height: auto;
  }
  .club .container img:nth-last-of-type(2) {
    display: none;
  }
  .club .container img:nth-last-of-type(1) {
    display: block;
  }
  .club .sub-title {
    font-size: 20px;
    line-height: 20px; /* 100% */
    max-width: 240px;
  }
  .club p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 20px;
    max-width: 260px;
  }
  .club .buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 60px;
  }
  .club .buttons .button {
    width: 100%;
    height: 50px;
  }
  .club .buttons .button span:nth-child(1) {
    font-size: 16px;
    line-height: 10px; /* 62.5% */
  }
  .club .buttons .button span:nth-child(2) {
    width: 17px;
    height: 22px;
  }
  /* about events section */
  .events {
    padding-bottom: 90px;
    padding-top: 0;
  }
  .events h2 {
    margin-bottom: 20px;
  }
  .events .event {
    border-radius: 20px;
    padding: 30px 25px 50px 20px;
    width: calc(100vw - 70px);
    max-width: 350px;
    min-width: -moz-min-content;
    min-width: min-content;
    display: flex;
    flex-direction: column;
  }
  .events .event .info {
    margin-bottom: 10px;
  }
  .events .event .info p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .events .event .about-author {
    gap: 10px;
    margin-top: auto;
  }
  .events .event .description {
    padding-left: 10px;
  }
  .events .event .name {
    font-size: 12px;
  }
  .events .event .name p::after {
    content: "";
    left: 0;
    position: absolute;
    margin-top: 4px;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-image: url(../img/under-line.svg);
    background-repeat: no-repeat;
  }
  .events .event .position {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
  .events .button {
    width: 100%;
    height: 50px;
    margin-top: 55px;
  }
  .events .button span:nth-child(1) {
    font-size: 16px;
    line-height: 10px;
  }
  .events .button span:nth-child(2) {
    width: 17px;
    height: 22px;
  }
  /* about limitation section */
  .limitation {
    padding: 90px 0;
  }
  .limitation .container {
    flex-direction: column;
  }
  .limitation .left {
    border-radius: 30px;
    background: #fff;
    padding: 50px 10px 50px 20px;
    width: 100%;
    margin-bottom: -1px;
  }
  .limitation .left::before {
    width: 31px;
    height: 36px;
    left: 20px;
    top: -18px;
  }
  .limitation .left h3 {
    line-height: 18px; /* 90% */
    margin-bottom: 10px;
    letter-spacing: -0.4px;
    font-size: 20px;
  }
  .limitation .left p {
    font-size: 14px;
    line-height: 16px;
  }
  .limitation .right {
    width: 100%;
    height: 198px;
  }
  .limitation .right::before {
    position: absolute;
    content: url(../img/separator-mob.svg);
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .limitation .right img {
    position: absolute;
    top: inherit;
    min-width: 200px;
    max-width: 189px;
    width: 50%;
    bottom: 10px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(1158%) hue-rotate(333deg) brightness(102%) contrast(80%);
  }
  /* seo section     */
  .seo-section {
    padding-top: 90px;
  }
  .seo-section .content {
    padding: 50px 20px;
  }
  .seo-section .content-show {
    height: 160px;
  }
  .seo-section .content-show .open {
    height: -moz-fit-content;
    height: fit-content;
  }
  .seo-section h2 {
    font-size: 22px;
    line-height: 20px; /* 100% */
    margin-bottom: 20px;
  }
  .seo-section h3 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 20px;
  }
  .seo-section h4 {
    margin-top: 20px;
  }
  .seo-section p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  .seo-section .button {
    border-radius: 100px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
  }
  /* cases section */
  .cases {
    padding: 90px 0 0 0;
  }
  .cases .cases-slider {
    margin-top: 30px;
  }
  .cases .case {
    width: calc(100vw - 70px);
    max-width: 300px;
  }
  .cases .case .cover {
    min-height: 181px;
    border-radius: 20px 20px 0px 0px;
  }
  .cases .case .case-about {
    padding: 35px 15px 50px 20px;
    border-radius: 0px 0px 20px 20px;
  }
  .cases .case .case-about .category {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    left: 20px;
    padding: 5px 10px 8px;
  }
  .cases .case .case-about .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .cases .case .case-about .title a {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .cases .case .case-about .excerpt {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
    margin-bottom: 0;
  }
  .cases .case .case-about .read {
    width: 137px;
    height: 30px;
    gap: 5px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: auto;
  }
  .cases .case .case-about .read span {
    background-size: contain;
    width: 14px;
    height: 10px;
  }
  .cases .buttons {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 55px;
    justify-items: center;
  }
  .cases .buttons .info {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px; /* 114.286% */
    padding-left: 13px;
    position: relative;
    grid-column: inherit;
  }
  .cases .buttons .info::before {
    content: url(../img/*.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: -3px;
  }
  .cases .buttons .button {
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
  }
  .cases .buttons .button:nth-child(3) {
    margin-top: 12px;
    grid-column: inherit;
    grid-row: inherit;
  }
  /* partners section */
  .partners {
    padding-bottom: 0px;
    overflow: hidden;
    padding-top: 90px;
  }
  .partners h2::after {
    content: url(../img/light-mob.svg);
    bottom: -20px;
    left: 34px;
    width: 232px;
  }
  .partners .partner-slider {
    height: 150px;
  }
  .partners .partner-slider .partners_line {
    gap: 37px;
    animation: scroll 70s linear infinite running;
  }
  .partners .partner-slider .partners_line img {
    max-width: 123px;
    height: auto;
  }
  /* media  section */
  .medias {
    padding: 90px 0 115px 0;
  }
  .medias .medias-slider {
    margin-top: 30px;
  }
  .medias .media-item {
    width: calc(100vw - 70px);
    max-width: 300px;
  }
  .medias .media-item .cover {
    min-height: 105px;
    border-radius: 20px 20px 0px 0px;
  }
  .medias .media-item .cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .medias .media-item .madia-about {
    border-radius: 0px 0px 20px 20px;
    padding: 30px 15px 50px 20px;
  }
  .medias .media-item .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .medias .media-item .title a {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .medias .media-item .read {
    width: 137px;
    height: 30px;
    gap: 5px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .medias .media-item .read span {
    width: 14px;
    height: 10px;
  }
  /* blog  section */
  .article {
    grid-template-rows: 182px auto;
    width: calc(100vw - 70px);
    min-width: 260px;
  }
  .tags {
    left: 20px;
    max-width: calc(100% - 40px);
  }
  .tags .tag:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .tags p {
    font-size: 14px;
    border-radius: 84.55px;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .blog {
    padding: 0 0 90px 0;
  }
  .blog .sub-title {
    font-size: 20px;
    line-height: 20px; /* 100% */
  }
  .blog .blog-slider {
    margin-top: 30px;
  }
  .blog .article {
    display: none;
  }
  .blog .article:nth-of-type(1), .blog .article:nth-of-type(2), .blog .article:nth-of-type(3) {
    display: grid;
  }
  .blog .article:not(:last-child) {
    margin-bottom: 20px;
  }
  .blog .article .cover {
    height: 182px;
    min-height: inherit;
    border-radius: 20px 20px 0px 0px;
  }
  .blog .article .article-about {
    padding: 39px 15px 28px 20px;
    border-radius: 0px 0px 20px 20px;
  }
  .blog .article .article-about .tags {
    gap: 5px;
    left: 20px !important;
    top: -15px;
    flex-wrap: wrap;
  }
  .blog .article .article-about .tags .category span {
    content: url(../img/article.svg);
    width: 12px;
    height: 10px;
    margin-right: 5px;
    margin-top: 6px;
  }
  .blog .article .article-about .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .blog .article .article-about .read {
    width: 155px;
    height: 30px;
    gap: 5px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .blog .article .article-about .read span {
    width: 14px;
    height: 10px;
  }
  .blog .article .article-about .info {
    font-size: 12px;
    line-height: 14px; /* 114.286% */
    display: flex;
    gap: 10px;
  }
  .blog .article .article-about .time-toRead {
    padding-left: 10px;
  }
  .blog .button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
  }
  .blog .button span {
    display: none;
  }
  /* free section   section */
  .for-free {
    padding: 90px 0 90px;
    margin-bottom: -50px;
  }
  .for-free .container {
    flex-direction: column;
  }
  .for-free .left {
    border-radius: 20px;
    padding: 50px 20px;
    width: 100%;
    margin-bottom: -1px;
  }
  .for-free .left h2 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .for-free .left p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .for-free .left .button {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 95.17px;
    border: 1px solid #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    max-width: none;
  }
  .for-free .right {
    border-radius: 20px;
    width: 100%;
    height: 198px;
  }
  .for-free .right::before {
    position: absolute;
    content: url(../img/separator-mob.svg);
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .for-free .right img {
    position: absolute;
    bottom: 0px;
    right: inherit;
    left: 50%;
    height: auto;
    width: 95%;
    transform: translate(-50%, 0);
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .main .content-right img {
    right: -23px;
    left: inherit;
    transform: none;
  }
}
/* Iphone 5 */
/* media */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
/* Portrait phones and smaller */
/* Iphone 5 */
/* colors */
/*---Top section archive page -----*/
.blog-top {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
.blog-top .container {
  display: flex;
  justify-content: space-between;
}
.blog-top .text-content h1 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 90.909% */
  margin-bottom: 30px;
  text-transform: none;
}
.blog-top .text-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  max-width: 440px;
}
.blog-top .popular-slider {
  max-width: 700px;
  padding-top: 15px;
  margin-top: -30px;
}
.blog-top .popular-slider .slick-dots {
  display: flex;
  width: 100%;
  gap: 0;
  margin-top: 15px;
  background-color: rgb(232, 232, 232);
  border-radius: 10px;
}
.blog-top .popular-slider .slick-dots li {
  width: 100%;
  height: 5px;
  background-color: rgb(232, 232, 232);
  border-radius: 10px;
  cursor: pointer;
}
.blog-top .popular-slider .slick-dots li.slick-active {
  background-color: rgb(157, 167, 255);
}
.blog-top .popular-slider .slick-dots li button {
  font-size: 0;
  border: none;
}
.blog-top .popular-slider .slick-list {
  overflow-y: visible;
}
.blog-top .popular-slider .slick-track {
  padding-top: 25px;
}
.blog-top .popular-slider .slick-arrow {
  top: calc(50% + 15px);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-size: 12px;
}
.blog-top .popular-slider .slick-arrow::before {
  background-size: 12px;
  background-position: 14px;
}
.blog-top .popular-slider .slick-arrow.slick-prev {
  left: -20px;
}
.blog-top .popular-slider .slick-arrow.slick-next {
  right: -20px;
  left: inherit;
}
.blog-top .popular-slider .cover {
  min-width: 300px;
  position: relative;
}
.blog-top .article {
  display: flex;
  width: auto;
  align-items: stretch;
  max-width: 700px;
}
.blog-top .cover {
  border-radius: 30px 0px 0px 30px;
  min-width: 200px;
  width: 21vw;
  max-width: 300px;
  height: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.blog-top .article-about {
  border-radius: 0px 30px 30px 0px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-right: 25px;
  width: 400px;
}

/*---Archive blog loop -----*/
.all-articles {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.blog-list .article {
  min-width: 250px;
  width: 100%;
  max-width: none;
}
.blog-list .article .title {
  font-size: 20px;
  line-height: 20px; /* 100% */
}

/* filter */
.filter-form {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  gap: 50px;
  position: relative;
}
.filter-form .select-block {
  position: relative;
}
.filter-form .select-name {
  cursor: pointer;
}
.filter-form .select-name::after {
  content: url(./../img/select-vector.svg);
  margin-left: 5px;
  position: absolute;
}
.filter-form .select-list {
  position: absolute;
  bottom: 0;
  left: -50px;
  margin-left: 1px;
  top: 200%;
  background-color: #1a1a1a;
  border-radius: 0 0 20px 20px;
  padding: 43px 50px 20px 50px;
  transition: height 1s ease-out;
  transform: scaleY(0);
  display: block;
  z-index: -1;
}
.filter-form .select-list::before {
  content: "";
  top: -25px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #1a1a1a;
}
.filter-form .select-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
  gap: 40px;
  padding: 10px 0;
  color: #f7f7f7;
  min-width: 261px;
}
.filter-form .select-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  transition: 120ms transform ease-in-out;
  background-color: #1a1a1a;
  border: solid 1px #fff;
  border-radius: 50%;
}
.filter-form .select-list li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
  width: 10px;
  height: 10px;
  transition: 120ms transform ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
.filter-form .select-list li a {
  color: #f7f7f7;
  width: 100%;
  z-index: 5;
}
.filter-form .select-list li:not(:last-child) {
  border-bottom: #4d4d4d solid 1px;
}
.filter-form .close .select-list {
  height: 0px;
}
.filter-form .open .select-name::after {
  content: url(./../img/select-vector.svg);
  margin-left: 5px;
  position: absolute;
  transform: rotate(180deg);
}
.filter-form .open .select-name::before {
  content: url(./../img/polygon.svg);
  left: calc(100% - 7px);
  bottom: calc(-100% - 13px);
  position: absolute;
  width: 52px;
  height: 27px;
  fill: #1a1a1a;
}
.filter-form .open .select-list {
  height: -moz-fit-content;
  height: fit-content;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

/*  filter in header */
.header-bottom {
  position: relative;
  z-index: 1;
}
.header-bottom .select-list {
  top: calc(200% - 0px);
}
.header-bottom .select-list::before {
  content: "";
  display: none;
}

/* filter before blog list */
.filter-block {
  position: relative;
  z-index: 3;
}
.filter-block .filter-form {
  border-radius: 1000px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 50px;
  margin-top: 30px;
}

/* pagination */
.blog-loop {
  position: relative;
}

#ajax-load-more {
  display: none;
}

.pagination {
  position: absolute;
  width: 100%;
  bottom: -60px;
  right: 0;
}
.pagination .button-white {
  display: none;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  position: absolute;
  gap: 5px;
  left: inherit;
  right: 0;
  bottom: -60px;
}
.pagination .page-numbers {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #b9b9b9;
  color: #f7f7f7;
  display: inline-flex;
  justify-content: center;
  padding-top: 13px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  font-family: "Kukurudza";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
.pagination .page-numbers:hover {
  transition: all 0.2s ease;
  background-color: #ff6b00;
}
.pagination .current {
  background-color: #1a1a1a;
}
.pagination .prev,
.pagination .next {
  height: 55px;
  width: 55px;
  font-size: 0;
  background-color: #1a1a1a;
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .prev {
  background-image: url(./../img/prev.svg);
}
.pagination .next {
  background-image: url(./../img/next.svg);
}

/*  Email  subscription    */
.mailing-block {
  margin: 30px 0;
}
.mailing-block .mailing {
  display: grid;
  grid-template-columns: auto 270px;
  max-width: 820px;
  margin-bottom: 10px;
}
.mailing-block.desck {
  display: grid;
  grid-template-columns: auto 270px;
  max-width: 820px;
  margin-bottom: 10px;
}
.mailing-block .left {
  border-radius: 30px;
  background-color: #1a1a1a;
  padding: 50px 20px 50px 60px;
  color: #f7f7f7;
}
.mailing-block .left h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-bottom: 10px;
}
.mailing-block .left p {
  margin-bottom: 30px;
  max-width: 335px;
}
.mailing-block .left .button {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  border-radius: 95px;
  width: 153px;
  height: 36px;
  text-transform: none;
  padding-bottom: 4px;
}
.mailing-block .right {
  position: relative;
  background-color: #1a1a1a;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.mailing-block .right::before {
  position: absolute;
  content: url(./../img/mailing-decor.svg);
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.mailing-block .right img {
  position: absolute;
  bottom: -1px;
  left: -19px;
  max-width: 240px;
  max-height: 270px;
}
.mailing-block .subscription {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 36px;
}
.mailing-block .subscription .mail-input {
  border-radius: 95px;
  background: #4d4d4d;
  border: none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-left: 20px;
  cursor: pointer;
}
.mailing-block .subscription .mail-input:focus {
  background-color: #f7f7f7;
  border: none;
}
.mailing-block .subscription .mail-input:focus:hover {
  background-color: #f7f7f7;
  border: none;
}
.mailing-block .subscription .mail-input:focus:active {
  background-color: #f7f7f7;
  border: none;
}
.mailing-block .subscription button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  border-radius: 95.17px;
  z-index: 2;
  background-color: #ff6b00;
  width: 157px;
  text-transform: inherit;
  padding-bottom: 5px;
}
.mailing-block .subscription .agree-input {
  position: relative;
  margin-top: 18px;
  padding-left: 10px;
}
.mailing-block .subscription .agree-input label {
  color: #707070;
  font-family: "Commissioner";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 116.667% */
}
.mailing-block .subscription .agree-input label::before {
  content: url(./../img/*-agree.svg);
  position: absolute;
  height: 10px;
  width: 10px;
  left: 0;
  top: -10px;
}
.mailing-block .subscription .agree-input input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

/*  Social  subscription    */
.social-block .social-subscription {
  position: relative;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 33px 60px 34px 60px;
  max-width: 820px;
  display: grid;
  grid-template-columns: 268px 1fr 1fr;
  gap: 20px 25px;
  align-items: center;
  margin-bottom: 100px;
}
.social-block .social-subscription h3 {
  grid-row: 1/1;
  grid-column: 1/3;
  font-size: 30px;
  line-height: 30px;
}
.social-block .social-subscription .decor {
  grid-row: 1/3;
}
.social-block .social-subscription .social {
  display: flex;
  gap: 10px;
  justify-self: center;
}
.social-block .social-subscription .social img {
  width: 45px;
  height: 45px;
}

/* media */
@media (min-width: 1650px) {
  .header-bottom .select-list {
    top: calc(200% + 7px);
  }
  .header-bottom .open .select-name::before {
    bottom: calc(-100% - 20px);
  }
}
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 769px) and (max-width: 1199px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
    margin-bottom: 120px;
  }
  .blog-list .article:nth-child(2n) {
    justify-self: end;
  }
  .blog-top .container {
    gap: 30px;
    flex-direction: column;
  }
  .blog-top .popular-slider {
    width: 100%;
  }
  .pagination {
    bottom: -140px;
  }
  .pagination .nav-links {
    bottom: 40px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 769px) {
  .social-block.mobile {
    display: none;
  }
  .mailing-block.mobile {
    display: none;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  .filter-block .filter-form {
    gap: 25px;
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 34px;
  }
  /* filter */
  .filter-form .select-name {
    cursor: pointer;
  }
  .filter-form .select-name::after {
    width: 13px;
  }
  .filter-form .select-list {
    width: calc(100vw - 73px);
    padding: 43px 33px 20px 34px;
    left: -33px;
  }
  .filter-form .select-list::before {
    content: "";
    top: -25px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: #1a1a1a;
  }
  .filter-form .select-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    position: relative;
    gap: 40px;
    max-width: 100%;
    min-width: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
  }
  .filter-form .select-list li:not(:last-child) {
    border-bottom: #4d4d4d solid 1px;
  }
  .filter-form .select-list input[type=checkbox] {
    position: relative;
  }
  .filter-form .select-list input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    transition: 120ms transform ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .filter-form .select-list input[type=checkbox]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    transition: 120ms transform ease-in-out;
    background-color: #1a1a1a;
    border: solid 1px #fff;
    border-radius: 50%;
  }
  .filter-form .close .select-list {
    height: 0px;
  }
  .filter-form .open .select-name::after {
    content: url(./../img/select-vector.svg);
    margin-left: 5px;
    position: absolute;
    transform: rotate(180deg);
  }
  .filter-form .open .select-name::before {
    content: url(./../img/polygon.svg);
    left: calc(100% - 7px);
    bottom: calc(-100% - 13px);
    position: absolute;
    width: 52px;
    height: 27px;
    fill: #1a1a1a;
  }
  .filter-form .open .select-list {
    height: -moz-fit-content;
    height: fit-content;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
  }
  /*---Top section archive page -----*/
  .blog-top {
    padding: 60px 0 90px 0;
  }
  .blog-top .container {
    flex-direction: column;
    justify-content: start;
  }
  .blog-top .text-content {
    margin-bottom: 30px;
  }
  .blog-top .text-content h1 {
    font-size: 30px;
    line-height: 25px; /* 83.333% */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
  }
  .blog-top .text-content p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .blog-top .popular-slider {
    padding-top: 0px;
    margin-top: 0px;
  }
  .blog-top .popular-slider .slick-track {
    padding-top: 0px;
    gap: 40px;
  }
  .blog-top .popular-slider .slick-arrow {
    top: inherit;
    transform: none;
    width: 50px;
    height: 50px;
    background-size: 15px;
    bottom: -19px;
  }
  .blog-top .popular-slider .slick-arrow::before {
    background-size: 15px;
    background-position: 18px;
  }
  .blog-top .popular-slider .slick-arrow.slick-prev {
    left: inherit;
    right: 90px;
  }
  .blog-top .popular-slider .slick-arrow.slick-next {
    right: 35px;
    left: inherit;
  }
  .blog-top .popular-slider .article {
    max-width: 400px;
    display: grid;
    grid-template-rows: auto;
  }
  .blog-top .popular-slider .article .article-about {
    padding-bottom: 50px;
  }
  /* styles for other article */
  .blog-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .article {
    flex-direction: column;
    max-width: 400px;
  }
  .article:not(:last-child) {
    margin-bottom: 20px;
    margin-bottom: 0;
  }
  .article .cover {
    max-height: none;
    height: auto;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    max-width: none;
  }
  .article .article-about {
    padding: 44px 15px 28px 20px;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
  }
  .article .article-about .tags .category span {
    content: url(./../img/article.svg);
    width: 12px;
    height: 10px;
    margin-right: 5px;
    margin-top: 6px;
  }
  .article .article-about .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .article .article-about .read {
    width: 155px;
    height: 30px;
    gap: 5px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .article .article-about .read span {
    width: 14px;
    height: 10px;
  }
  .article .article-about .info {
    font-size: 12px;
    line-height: 14px; /* 114.286% */
    display: flex;
    gap: 10px;
  }
  .article .article-about .time-toRead {
    padding-left: 10px;
  }
  .pagination {
    position: relative;
    bottom: inherit;
    margin-bottom: 30px;
  }
  .pagination .button-white {
    display: flex;
    margin-bottom: 90px;
  }
  .pagination .nav-links {
    position: relative;
    bottom: inherit;
  }
  /* ----- Social  subscription -------*/
  .social-block.desck {
    display: none;
  }
  .social-block.mobile {
    display: flex;
  }
  .social-block .container {
    padding: 0;
  }
  .social-block .social-subscription {
    background-image: url(./../img/cell.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 50px 20px;
    width: 100%;
    grid-template-columns: 100%;
    gap: 0px;
    align-items: start;
    margin-bottom: 0px;
  }
  .social-block .social-subscription h3 {
    grid-row: auto;
    grid-column: auto;
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .social-block .social-subscription p {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
    margin-top: 10px;
    max-width: 170px;
  }
  .social-block .social-subscription .decor {
    position: absolute;
    right: 10px;
    bottom: 44px;
    width: 105px;
    grid-row: auto;
  }
  .social-block .social-subscription .social {
    gap: 15px;
    justify-self: start;
    margin-top: 20px;
  }
  .social-block .social-subscription .social img {
    width: 40px;
    height: 40px;
  }
  /* ----- mailing  subscription -------*/
  .mailing-block.desck {
    display: none;
  }
  .mailing-block.mobile {
    display: flex;
  }
  .mailing-block .container {
    padding: 0;
  }
  .mailing-block .mailing {
    grid-template-columns: 100%;
    margin-bottom: 0px;
  }
  .mailing-block .left {
    border-radius: 20px;
    padding: 50px 20px 50px 20px;
  }
  .mailing-block .left h3 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .mailing-block .left p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .mailing-block .right {
    border-radius: 20px;
    height: 198px;
    margin-top: -1px;
  }
  .mailing-block .right::before {
    top: -72%;
    left: 47%;
    transform: rotate(90deg) translate(0%, 0%);
  }
  .mailing-block .right img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 219px;
    max-height: 230px;
  }
  .mailing-block .subscription {
    height: 30px;
  }
  .mailing-block .subscription .mail-input {
    border-radius: 100px;
  }
  .mailing-block .subscription button {
    font-size: 14px;
    line-height: 16px; /* 125% */
    border-radius: 100px;
    width: 137px;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  /*---Archive blog loop -----*/
  .blog-list {
    grid-template-columns: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 30px;
  }
  .article {
    max-width: none !important;
    min-width: none !important;
    width: calc(100vw - 70px) !important;
  }
  .header-bottom .container .filter-form .select-list {
    right: 0;
    width: calc(100vw - 70px);
    left: inherit;
  }
  .header-bottom .container .filter-form .select-list li {
    min-width: 100%;
  }
  .header-bottom .container .filter-form .open .select-name::before {
    left: inherit;
    right: 0;
    width: 18px;
    background-repeat: no-repeat;
    bottom: calc(-100% - 10px);
  }
  .pagination {
    display: none;
  }
  #ajax-load-more {
    display: block;
    margin-bottom: 30px;
  }
}
/* Iphone 5 */
/* colors */
/* mixin */
/*----- single page top -----*/
.single-top {
  background-color: #1a1a1a;
  padding: 170px 0 100px 0;
  position: relative;
  margin-top: -70px;
}
.single-top .container {
  display: grid;
  grid-template-columns: 515px auto 400px;
  gap: 4vw 7vw;
  align-items: start;
}
.single-top .tags {
  flex-wrap: wrap;
  position: inherit;
  left: 0px;
  top: 0px;
}
.single-top .tags .back-black {
  background-color: #f7f7f7;
  color: #1a1a1a;
}
.single-top .cover {
  width: 100%;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  grid-row: 1/4;
  grid-column: 3/3;
}
.single-top .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.single-top .title {
  color: #f7f7f7;
  font-size: 35px;
  line-height: 1.2;
  grid-row: 2/3;
  grid-column: 1/3;
  text-transform: none;
}
.single-top .about-author {
  display: grid;
  grid-template-columns: 57px auto;
  gap: 14px 20px;
  align-items: center;
  grid-column: 1/3;
  grid-row: 3/3;
}
.single-top .about-author p {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; /* 125% */
  grid-column: 1/3;
}
.single-top .about-author .avatar {
  border-radius: 50%;
  width: 57px;
  height: 57px;
  min-width: 57px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  padding: 0;
  border: none;
}
.single-top .about-author .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.single-top .about-author div {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid #707070;
}
.single-top .about-author .name {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
.single-top .about-author .position {
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  margin-top: 10px;
  max-width: 270px;
}
.single-top .info {
  color: #707070;
  font-family: "Commissioner";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  display: flex;
  gap: 15px;
  justify-self: end;
  align-self: end;
  grid-column: 1/3;
  grid-row: 3/3;
}
.single-top .time-toRead {
  padding-left: 15px;
  border-left: solid 1px #707070;
}
.single-top .views {
  margin-left: auto;
  padding-left: 15px;
  border-left: solid 1px #707070;
}
.single-top .views::before {
  content: url(./../img/views.svg);
  margin-right: 5px;
}

.share {
  display: flex;
  gap: 15px;
  justify-content: end;
}
.share a {
  width: 31px;
  height: 31px;
  min-width: 31px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.share .twitter {
  background-image: url(./../img/twitter.png);
}
.share .facebook {
  background-image: url(./../img/share-facebook.png);
  overflow: hidden;
}
.share .facebook span {
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
}
.share .facebook span iframe {
  min-height: 100%;
}
.share .telegram {
  background-image: url(./../img/share-telegram.png);
}

/*-----progress-bar -----*/
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  margin-top: -2px;
  margin-bottom: -2px;
  position: relative;
  z-index: 3;
  position: sticky;
  top: 0;
  display: none;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background-color: #ff6b00;
  width: 0%;
}

/*----- list of other courses  -----*/
.other-courses {
  padding: 30px 0 0 0;
}
.other-courses h2 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-bottom: 10px;
}
.other-courses img {
  margin-right: 10px;
  width: 16px;
  height: 41px;
  margin-bottom: -7px;
}
.other-courses ul li {
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.other-courses ul li a:hover {
  text-decoration: underline;
  color: #ff6b00;
}
.other-courses ul li::before {
  content: "•";
  margin-left: 10px;
  margin-right: 10px;
  width: 4.08px;
  height: 3.839px;
}

/* ----- become an author -----*/
.become-author {
  position: relative;
  padding: 50px;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-image: url(./../img/become-author-back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 45px 0 15px 0;
}
.become-author h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
  margin-bottom: 20px;
}
.become-author img {
  position: absolute;
  bottom: 0;
  width: 321px;
  min-height: 257px;
  right: 5px;
}
.become-author .button {
  width: 300px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}
/*-----prormo   courses  -----*/
.promo-course {
  background-color: #ff6b00;
  border-radius: 30px;
  background-image: url(./../img/promo-back.svg);
  background-size: cover;
  padding: 100px 60px 60px 60px;
  position: relative;
  margin: 30px 0;
}
.promo-course img {
  position: absolute;
  max-width: 390px;
  bottom: 38px;
  left: 407px;
  z-index: 4;
}
.promo-course h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-bottom: 20px;
  z-index: 2;
  position: inherit;
  max-width: 400px;
}
.promo-course h3 span {
  color: #ff6b00;
}
.promo-course p {
  z-index: 2;
  position: inherit;
  max-width: 330px;
}
.promo-course::after {
  content: "";
  background-image: url(./../img/promo-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 550px;
  height: 304px;
  position: absolute;
  left: -4px;
  top: 28px;
  z-index: 1;
}
.promo-course .button {
  z-index: 2;
  position: inherit;
  margin-top: 80px;
  height: 60px;
  max-width: 300px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}
/*-----conclusion  article -----*/
.conclusion {
  position: relative;
  padding-left: 28px;
  margin-bottom: 60px;
}
.conclusion::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: #ff6b00;
  height: 100%;
  width: 5px;
  left: 0;
}
.conclusion h3 {
  color: #ff6b00;
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-bottom: 10px;
}
.conclusion h3::before {
  content: "";
  display: inline-block;
  background-image: url(./../img/message.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-bottom: -2px;
  width: 18px;
  height: 20px;
}
.conclusion p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  padding-left: 23px;
  display: inline-block;
}

/*------share block -------*/
.share-block {
  position: relative;
  background-image: url(./../img/become-author-back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 35px 50px 60px;
  display: grid;
  grid-template-columns: 268px 1fr 133px;
  gap: 20px 10px;
  align-items: center;
  margin-bottom: 100px;
}
.share-block h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  grid-row: 1/1;
  grid-column: 1/3;
}
.share-block .share {
  gap: 10px;
  justify-content: center;
}
.share-block .share a {
  width: 45px;
  height: 45px;
  min-width: 45px;
}
.share-block .decor {
  grid-row: 1/3;
  width: 132px;
  height: 121px;
  background-image: url(./../img/decor-social.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*-----  article content  -----*/
.article-block {
  padding-top: 50px;
}
.article-block .container {
  display: flex;
  gap: 7vw;
}
.article-block .article-content {
  flex: 1 0 740px;
  max-width: 740px;
}
.article-block .sidebar {
  flex: 1 0 400px;
  max-width: 400px;
}

.article-content .excerpt {
  border-radius: 20px;
  background: #ff6b00;
  padding: 30px 55px;
  color: #f7f7f7;
  margin: 30px 0;
  font-style: italic;
  line-height: 1.3; /* 162.5% */
  font-size: 19px;
}
.article-content .content li {
  font-family: "Commissioner";
  font-size: 19px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.5;
}
.article-content .content li span {
  font-family: "Commissioner";
  font-size: 19px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.5;
}
.article-content .content p {
  font-family: "Commissioner";
  font-size: 19px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.5;
}
.article-content .content p span {
  font-family: "Commissioner";
  font-size: 19px !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.5;
}
.article-content .content p {
  margin: 10px 0;
}
.article-content .content b {
  font-weight: 600;
}
.article-content .content img {
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.article-content .content h2,
.article-content .content h3 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 20px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
}
.article-content .content h2 {
  font-size: 30px !important;
}
.article-content .content h2 span {
  font-size: 30px !important;
}
.article-content .content h3 {
  font-size: 25px !important;
}
.article-content .content h3 span {
  font-size: 25px !important;
}
.article-content .content h4 {
  font-size: 20px !important;
}
.article-content .content h4 span {
  font-size: 20px !important;
}
.article-content .content h5 {
  font-size: 18px !important;
}
.article-content .content h5 span {
  font-size: 18px !important;
}
.article-content .content h6 {
  font-size: 16px !important;
}
.article-content .content h6 span {
  font-size: 16px !important;
}
.article-content .content h4,
.article-content .content h5,
.article-content .content h6 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.article-content .content a {
  font-weight: 600;
  text-decoration: underline;
}
.article-content .content a:hover {
  color: #ff6b00;
}
.article-content .content h2::before {
  content: "";
  display: inline-block;
  background-image: url(./../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-bottom: -2px;
  width: 30px;
  height: 22px;
}
.article-content .content .article__post-text ol {
  counter-reset: my-awesome-counter;
}
.article-content .content ol {
  list-style: decimal;
  padding-left: 40px;
  list-style: none;
}
.article-content .content ol li {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
  display: block;
  counter-increment: my-awesome-counter;
}
.article-content .content ol li::before {
  content: counter(my-awesome-counter);
  border: 1px solid #000;
  width: 29px;
  height: 29px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  margin-right: 10px;
  text-align: center;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
}
.article-content .content ul {
  padding-left: 15px;
  margin-bottom: 30px;
  list-style: decimal;
}
.article-content .content ul li {
  font-family: "Commissioner";
  font-size: 19px !important;
  font-weight: 300;
  line-height: 26px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.article-content .content ul li::marker {
  content: "•";
}
.article-content .content blockquote {
  border-top: solid 2px #e8e8e8;
  border-bottom: solid 2px #e8e8e8;
  padding: 30px 50px;
  margin-bottom: 25px;
  margin-top: 25px;
  height: -moz-fit-content;
  height: fit-content;
}
.article-content .content blockquote p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

/* --------- from  author block ---------*/
.from-author {
  margin-bottom: 25px;
  margin-top: 25px;
}
.from-author .top {
  border-radius: 30px;
  background: #fff;
  padding: 50px 40px 50px 60px;
  display: flex;
  gap: 20px;
  justify-content: stretch;
}
.from-author .top .left {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 18px;
  border-right: solid #e8e8e8 2px;
  height: -moz-fit-content;
  height: fit-content;
}
.from-author .top .link {
  position: absolute;
  z-index: 2;
  display: block;
  background-color: #ff6b00;
  background-image: url(./../img/insta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  right: 18px;
  bottom: 0;
}
.from-author .top .avatar {
  width: 98px;
  height: 98px;
  min-width: 98px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.from-author .top .avatar img {
  min-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.from-author .top .text p {
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.from-author .top .text .name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  margin-top: 20px;
}
.from-author .top .text .position {
  color: #1a1a1a;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
}
.from-author .top blockquote {
  max-width: 300px;
  display: inline-block;
  margin-left: auto;
  padding-top: 13px;
  padding-left: 17px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.from-author .top blockquote::after {
  position: absolute;
  content: "";
  background-image: url(./../img/blockquote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 0px;
  transform: scale(1, -1);
  counter-reset: none;
  width: 20px;
  height: 18px;
}
.from-author .top blockquote::before {
  position: absolute;
  content: "";
  background-image: url(./../img/blockquote.svg);
  background-size: contain;
  top: 0;
  left: 0;
  counter-reset: none;
  width: 20px;
  height: 18px;
}
.from-author .top blockquote p {
  font-family: "Kukurudza";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}
.from-author .bottom {
  border-radius: 30px;
  background: #fff;
  padding: 60px;
  position: relative;
}
.from-author .bottom::before {
  position: absolute;
  content: url(./../img/separator-from-author.svg);
  top: -11px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.from-author .bottom h4 {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 20px; /* 100% */
  margin-bottom: 10px;
  max-width: 304px;
}
.from-author .bottom p {
  max-width: 250px;
}
.from-author .bottom .button {
  width: 300px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  margin-top: 30px;
  z-index: 3;
}
.from-author .bottom img {
  position: absolute;
  bottom: 50px;
  right: 150px;
  z-index: 2;
}
.from-author .bottom .item {
  position: absolute;
  border-radius: 10px;
  background: #ffdcbc;
  padding: 10px 20px 13px 20px;
  text-align: center;
}
.from-author .bottom .item:nth-of-type(1) {
  top: 110px;
  left: 320px;
  z-index: 1;
}
.from-author .bottom .item:nth-of-type(2) {
  top: 60px;
  right: 20px;
  z-index: 1;
}
.from-author .bottom .item:nth-of-type(3) {
  right: 60px;
  bottom: 30px;
  z-index: 3;
}
.from-author .bottom .item p {
  font-weight: 600;
  display: block;
}
.from-author .bottom .item p span {
  font-family: "Kukurudza";
  font-size: 12px;
  font-weight: 400;
  line-height: 129.8%; /* 15.576px */
  display: block;
}

/* ---------other article ---------*/
.other-articles {
  padding: 100px 0;
}
.other-articles .container h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
}
.other-articles .container .articles {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  margin-bottom: 30px;
}
.other-articles .container .button {
  margin-left: auto;
  max-width: 300px;
  float: right;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}

/*------- sidebar -----*/
.sidebar .mailing {
  position: relative;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 53px 60px 50px;
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebar .mailing::after {
  content: "";
  position: absolute;
  background-image: url(./../img/mail-box-decor.svg);
  width: 76px;
  height: 72px;
  z-index: 1;
  bottom: 66px;
  left: 175px;
}
.sidebar .mailing.mobile {
  display: none;
}
.sidebar .mailing h3 {
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.sidebar .mailing img {
  position: absolute;
  width: 167px;
  bottom: -30px;
  right: 8px;
  z-index: 3;
}
.sidebar .mailing .button {
  margin-top: 30px;
  width: 153px;
  height: 36px;
  font-family: "Commissioner";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  text-transform: none;
  padding-bottom: 4px;
  z-index: 2;
}
.sidebar .same-category {
  margin-top: 220px;
  text-align: end;
}
.sidebar .same-category h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px; /* 100% */
  margin-bottom: 30px;
  text-align: start;
}
.sidebar .same-category .article {
  margin-bottom: 20px;
  text-align: start;
}
.sidebar .same-category .button {
  margin-top: 10px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
}

/* media */
/* Large desktops and laptops */
@media (max-width: 1040px) {
  .sidebar .mailing.desck {
    display: none;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 769px) and (max-width: 1199px) {
  .single-top .container {
    display: grid;
    grid-template-columns: 450px 0 400px;
    gap: 50px 20px;
    align-items: start;
    justify-content: space-between;
  }
  .single-top .info {
    grid-row: 4/4;
    margin-top: -20px;
    grid-column: 1/3;
    justify-self: start;
    align-self: start;
  }
}
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  .single-top {
    padding: 100px 0 50px 0;
    margin-top: -50px;
  }
  .single-top .container {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
  }
  .single-top .share {
    grid-row: 3/4;
    grid-column: inherit;
    margin-top: 15px;
    margin-bottom: 42px;
  }
  .single-top .tags {
    position: inherit;
    left: 0px;
    top: 0px;
    margin-bottom: 5px;
  }
  .single-top .cover {
    border-radius: 15px;
    max-width: 500px;
    height: 100%;
    grid-row: inherit;
    grid-column: inherit;
  }
  .single-top .title {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.4px;
    grid-row: inherit;
    grid-column: inherit;
    margin-bottom: 50px;
  }
  .single-top .about-author {
    gap: 11px 10px;
    grid-row: inherit;
    grid-column: inherit;
  }
  .single-top .about-author p {
    font-size: 12px;
    line-height: 14px;
  }
  .single-top .about-author .avatar {
    margin-right: 10px;
  }
  .single-top .about-author div {
    padding-left: 10px;
  }
  .single-top .about-author .name {
    font-size: 12px;
    line-height: 14px;
  }
  .single-top .about-author .position {
    font-size: 12px;
    line-height: 14px;
  }
  .single-top .info {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    grid-row: 4/5;
    grid-column: inherit;
    margin-bottom: 20px;
  }
  .single-top .views {
    margin-left: auto;
    border: none;
  }
  .single-top .views::before {
    opacity: 0.6;
  }
  /*-----other  courses  -----*/
  .other-courses {
    padding: 60px 0 0 0;
  }
  .other-courses h2 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .other-courses img {
    margin-right: 5px;
    width: 11px;
    height: 28px;
    margin-bottom: -4px;
  }
  .other-courses ul li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .other-courses ul li::before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
    width: 4.08px;
    height: 3.839px;
  }
  /*-----  article content  -----*/
  .article-block {
    padding-top: 40px;
  }
  .article-block .container {
    gap: 50px;
    flex-direction: column;
  }
  /*-----prormo courses  -----*/
  .promo-course {
    background-image: none;
    padding: 70px 20px 156px 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .promo-course img {
    max-width: 236px;
    bottom: -43px;
    left: 38px;
    z-index: 1;
  }
  .promo-course h3 {
    font-size: 20px;
    line-height: 18px;
  }
  .promo-course h3 p {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
  .promo-course p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    max-width: 250px;
  }
  .promo-course::after {
    content: "";
    left: -1px;
    right: inherit;
    top: 28px;
    z-index: 1;
    width: 390px;
    height: 267px;
  }
  .promo-course .button {
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    margin-top: 20px;
    height: 50px;
    z-index: 2;
    position: inherit;
    max-width: 340px;
  }
  .sidebar {
    display: none;
  }
  .sidebar .mailing.desck {
    display: none;
  }
  .article-block .article-content {
    flex: auto;
  }
  .article-block .article-content .excerpt {
    padding: 30px 5px 35px 20px;
  }
  .article-block .article-content .content p {
    margin: 10px 0;
  }
  .article-block .article-content .content b {
    font-weight: 600;
  }
  .article-block .article-content .content img {
    border-radius: 15px;
  }
  .article-block .article-content .content a {
    font-weight: 600;
    text-decoration: underline;
  }
  .article-block .article-content .content a:hover {
    color: #ff6b00;
  }
  .article-block .article-content .content h2 {
    font-size: 20px !important;
  }
  .article-block .article-content .content h2 span {
    font-size: 20px !important;
  }
  .article-block .article-content .content h3 {
    font-size: 18px !important;
  }
  .article-block .article-content .content h3 span {
    font-size: 18px !important;
  }
  .article-block .article-content .content h4 {
    font-size: 16px !important;
  }
  .article-block .article-content .content h4 span {
    font-size: 16px !important;
  }
  .article-block .article-content .content h5,
  .article-block .article-content .content h6 {
    font-size: 14px !important;
  }
  .article-block .article-content .content h5 span,
  .article-block .article-content .content h6 span {
    font-size: 14px !important;
  }
  .article-block .article-content .content h2::before {
    content: "";
    margin-right: 6px;
    margin-bottom: -2px;
    width: 25px;
    height: 18px;
  }
  .article-block .article-content .content ol {
    margin-top: 5px;
    margin-bottom: 20px;
    list-style: decimal;
    padding-left: 20px;
  }
  .article-block .article-content .content ol li {
    margin-top: 5px;
  }
  .article-block .article-content .content ul {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .article-block .article-content .content ul li {
    padding-left: 10px;
  }
  .article-block .article-content .content blockquote {
    padding: 20px 5px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .article-block .article-content .content blockquote p {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  /* ---------other article ---------*/
  .other-articles {
    padding: 90px 0;
    padding-left: 5px;
  }
  .other-articles .container .articles {
    display: block;
    margin-bottom: 55px;
  }
  .other-articles .container .articles .article .article-about {
    padding-bottom: 50px;
  }
  .other-articles .container .button {
    margin-left: 0;
    max-width: none;
  }
  /* --------- from  author block ---------*/
  .from-author .top {
    border-radius: 20px;
    border-radius: 20px;
    padding: 55px 30px 40px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0px 10px;
    position: relative;
  }
  .from-author .top .left {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0px;
    border-right: none;
    height: -moz-fit-content;
    height: fit-content;
  }
  .from-author .top .link {
    background-size: 10px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    right: 0px;
    bottom: 0;
  }
  .from-author .top .avatar {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
  .from-author .top .avatar img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .from-author .top .text {
    border-left: solid #e8e8e8 2px;
    padding-left: 10px;
  }
  .from-author .top .text p {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .from-author .top .text p:first-child {
    position: absolute;
    left: 20px;
    top: 30px;
  }
  .from-author .top .text .name {
    font-size: 12px;
    line-height: 16px; /* 133.333% */
    margin-top: 0px;
  }
  .from-author .top .text .position {
    color: #1a1a1a;
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .from-author .top blockquote {
    grid-column: 1/3;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
    margin-top: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin-left: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .from-author .top blockquote::after {
    position: absolute;
    content: "";
    background-image: url(./../img/blockquote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -18px;
    right: -19px;
    transform: scale(1, -1);
    counter-reset: none;
  }
  .from-author .top blockquote::before {
    position: absolute;
    content: "";
    background-image: url(./../img/blockquote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
  .from-author .top blockquote p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .from-author .bottom {
    border-radius: 20px;
    padding: 42px 20px 20px 20px;
  }
  .from-author .bottom::before {
    position: absolute;
    content: url(./../img/separator-from-author.svg);
    top: -11px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .from-author .bottom h4 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .from-author .bottom .button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-top: 45px;
  }
  .from-author .bottom img {
    top: 190px;
    bottom: inherit;
    z-index: 2;
    width: 150px;
  }
  .from-author .bottom .item {
    position: relative;
    border-radius: 10px;
    background: #ffdcbc;
    padding: 10px 15px 13px 15px;
    text-align: center;
    margin-bottom: 3px;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .from-author .bottom .item:nth-of-type(1) {
    top: inherit;
    left: inherit;
    z-index: 1;
    margin-top: 40px;
  }
  .from-author .bottom .item:nth-of-type(2) {
    top: inherit;
    right: inherit;
    z-index: 1;
  }
  .from-author .bottom .item:nth-of-type(3) {
    right: inherit;
    bottom: inherit;
    z-index: 1;
    margin-bottom: 0;
  }
  .from-author .bottom .item p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .from-author .bottom .item p span {
    font-size: 12px;
    line-height: 129.8%; /* 15.576px */
  }
  /*------share block -------*/
  .share-block {
    border-radius: 20px;
    padding: 50px 35px 40px 20px;
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
    align-items: start;
    margin: 25px 0 50px 0;
  }
  .share-block h3 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    grid-row: auto;
    grid-column: auto;
  }
  .share-block p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 12px;
  }
  .share-block .share {
    gap: 15px;
    justify-content: start;
    margin-top: 30px;
  }
  .share-block .share a {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .share-block .decor {
    position: absolute;
    width: 119px;
    height: 90px;
    left: 190px;
    bottom: -80px;
    background-image: url(./../img/decor-mob.svg);
  }
  /* ----- become an author -----*/
  .become-author {
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
    margin: 20px 0 10px 0;
  }
  .become-author h3 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 100px;
    max-width: 200px;
  }
  .become-author img {
    position: absolute;
    bottom: 65px;
    width: 230px;
    min-height: auto;
    right: -20px;
    z-index: 1;
  }
  .become-author .button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    position: relative;
    z-index: 3;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .promo-course::after {
    left: inherit;
    right: 20px;
  }
  .promo-course .button {
    max-width: none;
  }
  /* --------- from  author block ---------*/
  .from-author .bottom img {
    left: -30px;
    right: inherit;
    top: 190px;
  }
}
/* Iphone 5 */
@media (max-width: 360px) {
  .from-author .bottom img {
    top: 210px;
  }
}
/* colors */
/* mixin */
/* study page */
.header.study-page .nav .nav-link::after {
  background-color: #6736d0;
}
.header.study-page .nav .nav-link:hover {
  color: #6736d0;
  text-shadow: 0 0 0.5px #6736d0;
}
.header.study-page .nav .current .nav-link {
  color: #6736d0;
  text-shadow: 0 0 0.5px #6736d0;
}
.header.study-page .button {
  background-color: #6736d0;
}
.header.study-page .button:hover {
  background-color: transparent;
  border: solid 1px #6736d0;
  color: #6736d0;
}
.header.study-page .button:hover::after {
  height: 100%;
}

.footer.study-page .social img:hover {
  filter: brightness(0) saturate(100%) invert(24%) sepia(70%) saturate(2914%) hue-rotate(250deg) brightness(82%) contrast(98%);
}
.footer.study-page .left .button {
  background-color: #6736d0;
}
.footer.study-page .left .button:hover {
  background-color: #f7f7f7;
  color: #6736d0;
  border: solid 1px #6736d0;
}

/* main section */
.main {
  position: relative;
}
.main.study-page {
  padding-top: 100px;
  padding-bottom: 0px;
}
.main.study-page .container {
  position: relative;
  text-align: center;
}
.main.study-page .main-title {
  margin: 0 -95px;
  letter-spacing: -2.848px;
  font-size: 142px;
  line-height: 110px;
}
.main.study-page .main-title span:nth-of-type(1) {
  color: #6736d0;
}
.main.study-page .main-title span:nth-of-type(2) {
  letter-spacing: 1.424px;
  color: #1a1a1a;
}
.main.study-page .content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 50px;
}
.main.study-page .content-list {
  margin-top: 20px;
}
.main.study-page .content-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main.study-page .content-list li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}
.main.study-page .content-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.main.study-page .content-list li img {
  width: 24px;
}
.main.study-page .main-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
}
.main.study-page .main-buttons .button {
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  max-width: 300px;
}
.main.study-page .content-right {
  position: relative;
  grid-row: 1/3;
  grid-column: 2/3;
  margin-top: -50px;
  padding-left: 0px;
  width: 100%;
}
.main.study-page .content-right img {
  margin-left: 31px;
  width: 31vw;
  max-width: 434px;
  position: inherit;
  z-index: 0;
}
.main.study-page .content-right .item {
  background-color: #c7b4ff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  padding: 20px;
  flex-direction: column;
  gap: 5px;
  border-radius: 20px;
  z-index: 1;
}
.main.study-page .content-right .item:nth-of-type(1) {
  right: -50px;
  left: inherit;
  bottom: 232px;
}
.main.study-page .content-right .item:nth-of-type(2) {
  right: 0px;
  bottom: 54px;
}
.main.study-page .content-right .item:nth-of-type(3) {
  left: 0;
  bottom: 211px;
}
.main.study-page .content-right .number {
  font-family: "Ermilov-Bold";
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main.study-page .content-right .text {
  text-align: center;
}

/* video  section */
.video-section {
  padding: 130px 0 100px 0;
  border-radius: 30px;
  background: #1a1a1a;
  position: relative;
  overflow: visible;
}
.video-section::after, .video-section::before {
  position: absolute;
  content: url(./../img/xxxx-study-desck.svg);
  z-index: 10;
}
.video-section::after {
  bottom: -16px;
  right: 100px;
}
.video-section::before {
  top: -10px;
  left: 100px;
}
.video-section .container {
  display: flex;
  color: #f7f7f7;
  justify-content: space-between;
}
.video-section .content h2 {
  margin-bottom: 40px;
}
.video-section .content h2 span {
  color: #c7b4ff;
}
.video-section .text {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
  max-width: 450px;
}
.video-section .text::after {
  position: absolute;
  content: url(./../img/video-text-back-top.svg);
  width: 100%;
  top: 0;
  left: 0;
}
.video-section .text::before {
  position: absolute;
  content: url(./../img/video-text-back-bottom.svg);
  width: 100%;
  bottom: 0;
  left: 0;
}
.video-section .text img {
  position: absolute;
  width: 140px;
  height: 213px;
  max-width: none;
  max-height: none;
  top: calc(50% - 140px);
  right: -140px;
}
.video-section .text p {
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px;
}
.video-section .text span {
  color: #c7b4ff;
}
.video-section .video {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  width: 42.36vw;
  max-width: 610px;
  transition: transform 0.5s;
  z-index: 2;
}
.video-section .video video {
  min-width: 100%;
  width: auto;
  min-height: 100%;
}
.video-section .videop-play {
  transform: scale(1.1);
  transition: transform 0.5s;
  z-index: 2;
}
.video-section .button {
  display: none;
  height: 50px;
  font-size: 16px;
  line-height: 10px; /* 62.5% */
  letter-spacing: -0.32px;
}

/* courses list section */
.courses-list {
  padding: 100px 0 190px 0;
}
.courses-list p {
  font-family: "Kukurudza";
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-top: 10px;
}
.courses-list p span {
  color: #c7b4ff;
}
.courses-list .courses-items {
  margin-top: 50px;
}
.courses-list .courses-grid {
  margin-bottom: 80px;
  margin-top: 50px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(290px, 1fr));
}
.courses-list .course {
  max-width: 400px;
  display: grid;
  grid-auto-rows: 250px 1fr;
  position: relative;
  min-width: 290px;
}
.courses-list .course .cover {
  height: 100%;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.courses-list .course .cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.courses-list .course .cover img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.courses-list .course .course-about {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 38px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.courses-list .course .course-about .start {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 35px;
  color: #fff;
  font-family: "Ermilov-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  position: absolute;
  left: 30px;
  top: -17px;
  border-radius: 85px;
  background-color: #5668e6;
  margin: 0;
}
.courses-list .course .course-about .blue {
  background-color: #5668e6;
}
.courses-list .course .course-about .pink {
  background-color: #d15da1;
}
.courses-list .course .course-about .title {
  font-size: 30px;
  line-height: 30px; /* 100% */
}
.courses-list .course .course-about p {
  font-family: "Commissioner";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-top: 10px;
  margin-bottom: 30px;
}
.courses-list .course .course-about .button-read {
  margin-top: auto;
}

/* about training section */
.about {
  padding: 100px 0;
  background-color: #e8e8e8;
  background-image: url(./../img/about-back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
  position: relative;
}
.about h2 {
  margin-bottom: 50px;
}
.about .about-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about .item {
  border-radius: 20px;
  border: 2px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% auto;
  min-height: 220px;
  gap: 20px;
}
.about .item:nth-of-type(1) img {
  margin: auto auto;
  max-width: 156px;
}
.about .item:nth-of-type(2) img {
  max-width: 201px;
}
.about .item:nth-of-type(3) img {
  max-width: 185px;
}
.about .item:nth-of-type(5) img {
  max-width: 213px;
}
.about .item:nth-of-type(7) img {
  max-width: 185px;
}
.about .item:nth-of-type(8) img {
  margin: auto auto;
  max-width: 185px;
}
.about .item:nth-of-type(6) img {
  margin: auto 0 -2px auto;
  max-width: 230px;
}
.about .item:nth-of-type(4) img {
  border-radius: 10px;
  max-width: 185px;
}
.about .item img {
  margin: auto 0 auto auto;
}
.about .content {
  padding: 45px 20px 48px 0;
}
.about .content h3 {
  font-size: 20px;
  line-height: 20px; /* 100% */
  margin-bottom: 20px;
}
.about .content h3 span {
  color: #6736d0;
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px; /* 100% */
  margin-right: 5px;
}
.about .button {
  margin-top: 30px;
  height: 60px;
  max-width: 300px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}

/* speaker section */
.speakers {
  margin-top: -100px;
  border-radius: 30px;
  background: #f7f7f7;
  padding: 190px 0 100px 0;
  position: relative;
  z-index: 3;
}
.speakers .items {
  margin-top: 50px;
}
.speakers .items .slick-list {
  gap: 20px;
}
.speakers .items .slick-track {
  padding: 0;
}
.speakers .items .speaker {
  border-radius: 20px;
  background: #e8e8e8;
  position: relative;
  padding: 90px 44px 50px 20px;
  max-width: 600px;
  min-width: 400px;
  width: 28vw;
  margin-top: 71px;
}
.speakers .items .speaker .speaker-header {
  position: absolute;
  top: -70px;
}
.speakers .items .speaker .avatar {
  width: 140px;
  min-width: 140px;
  min-height: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.speakers .items .speaker .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakers .items .speaker .text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 13px;
  background-color: #6736d0;
  padding: 20px 30px 20px 77px;
  left: 77px;
  width: 19vw;
  max-width: 470px;
  min-width: 273px;
  z-index: 1;
}
.speakers .items .speaker .text p {
  font-size: 16px;
  line-height: 18px; /* 112.5% */
  color: #f7f7f7;
}
.speakers .items .speaker .text p:nth-of-type(1) {
  font-weight: 600;
  margin-bottom: 5px;
}
.speakers .items .speaker .about-speaker p {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
  margin-top: 10px;
}
.speakers .items .speaker .about-speaker .font-kukurudza {
  font-family: "Kukurudza";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 20px;
}
.speakers .items .speaker .about-speaker .font-kukurudza span img {
  width: 32px;
  height: 35px;
}
.speakers .items .speaker .about-speaker .descriprion {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  margin-bottom: 12px;
  margin-top: 0px;
}
.speakers .button {
  margin-top: 30px;
  width: 300px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  height: 60px;
}
.speakers .become-mentor {
  margin-top: 100px;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-image: url(./../img/become-mentor-back.svg);
  background-size: cover;
  background-position: center;
  padding: 50px 70px;
  display: grid;
  gap: 0 100px;
  grid-template-columns: 580px auto;
}
.speakers .become-mentor h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  grid-column: 1/2;
  grid-row: 1/3;
}
.speakers .become-mentor h3 span {
  color: #6736d0;
}
.speakers .become-mentor p {
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.speakers .become-mentor .button {
  margin-top: 15px;
  height: 36px;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  width: 189px;
  text-transform: inherit;
  padding-bottom: 3px;
  padding-top: 0;
}

/* ticket section */
.ticket {
  padding: 200px 0 100px 0;
  margin-top: -100px;
  background-image: url(./../img/ticket-back.svg);
  background-size: contain;
  border-radius: 30px;
  background-color: #1a1a1a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative;
}
.ticket .content {
  display: grid;
  grid-template-columns: auto 494px;
}
.ticket .left {
  border-radius: 30px;
  background: #fff;
  padding: 50px 70px;
  position: relative;
}
.ticket .left::before {
  content: " ";
  background-image: url(./../img/flag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 70px;
  top: -21px;
  width: 45px;
  height: 52px;
}
.ticket .left h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px; /* 100% */
  max-width: 70%;
}
.ticket .left .button {
  height: 36px;
  border-radius: 95px;
  font-family: "Commissioner";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-top: 30px;
  text-transform: inherit;
  width: 189px;
  padding-bottom: 4px;
}
.ticket .right {
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -1px;
}
.ticket .right::before {
  position: absolute;
  content: url(./../img/separator-ticket.svg);
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 296px;
}
.ticket .right img {
  width: 293px;
  height: 259px;
}

/* ----  video reviews section */
.video-reviews {
  padding: 100px 0 30px 0;
}
.video-reviews .content {
  border-radius: 30px;
  background: #6736d0;
  position: relative;
  color: #f7f7f7;
  padding: 30px 96px 40px 70px;
  display: grid;
  grid-template-columns: auto 320px;
  align-items: center;
  gap: 0;
}
.video-reviews .content::after, .video-reviews .content::before {
  position: absolute;
  content: url(./../img/xxx-reviews-desck.svg);
  z-index: 10;
  left: 70px;
}
.video-reviews .content::after {
  bottom: -15px;
}
.video-reviews .content::before {
  top: -9px;
}
.video-reviews .content h2 {
  font-size: 45px;
  line-height: 45px; /* 100% */
  margin-bottom: 30px;
  align-self: end;
}
.video-reviews .content h2 span {
  color: #c7b4ff;
}
.video-reviews .content p {
  font-family: "Kukurudza";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  align-self: start;
}
.video-reviews .reviews {
  grid-row: 1/3;
  grid-column: 2/3;
  justify-content: center;
  position: relative;
}
.video-reviews .reviews::before {
  content: url(./../img/phone.svg);
  position: absolute;
  left: -126px;
  bottom: 0;
  width: 128px;
}
.video-reviews .reviews-slider {
  max-width: 400px;
}
.video-reviews .reviews-slider .slick-track {
  gap: 20vw;
  padding-bottom: 0;
}
.video-reviews .reviews-slider .slick-arrow {
  right: inherit;
  bottom: -70px;
  height: 60px;
  width: 60px;
}
.video-reviews .reviews-slider .slick-prev {
  left: 96px;
}
.video-reviews .reviews-slider .slick-next {
  left: 165px;
}
.video-reviews .reviews-slide .review {
  position: relative;
}
.video-reviews .reviews-slide .review span {
  position: absolute;
  background: url(./../img/muted.png) center no-repeat, rgba(228, 225, 225, 0.6);
  background-size: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.video-reviews .reviews-slide .review .unmute {
  background: url(./../img/unmute.png) center no-repeat, rgba(228, 225, 225, 0.6);
  background-size: 20px;
}
.video-reviews .reviews-slide .video-message {
  width: 317px;
  min-width: 317px;
  height: 317px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-reviews .reviews-slide .video-message video {
  width: 100%;
}
.video-reviews .reviews-slide .description {
  border-radius: 13px;
  background: #b795ff;
  padding: 20px 15px;
  text-align: center;
  color: #6736d0;
  position: relative;
  margin-top: -40px;
}
.video-reviews .reviews-slide .description .position {
  font-family: "Commissioner";
  font-size: 15px;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.video-reviews .reviews-slide .description p {
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.video-reviews .reviews-slide .description a {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(./../img/insta-purple.svg) no-repeat center #fff;
  border-radius: 50%;
  overflow: hidden;
  top: -25px;
  right: -25px;
  cursor: pointer;
}

/* faq section */
.faq {
  padding: 100px 0 0px 0;
}

.faq-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.faq-items .faq-item {
  border-bottom: solid 2px #ddd;
}
.faq-items .question {
  position: relative;
  cursor: pointer;
  padding: 30px 0;
}
.faq-items .question p {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  max-width: calc(100% - 100px);
}
.faq-items .question span {
  color: #1a1a1a;
  font-family: "Commissioner";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  text-transform: uppercase;
  opacity: 0.35;
  margin-bottom: 15px;
  display: inline-block;
}
.faq-items .question .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #c7b4ff;
  border-radius: 50%;
  top: 60px;
  right: 0;
  background-image: url(./../img/faq-arrow.svg);
  background-position: center;
  background-size: 21px;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}
.faq-items .answer {
  overflow: hidden;
}
.faq-items .answer a {
  text-decoration: underline;
}
.faq-items .answer a:hover {
  color: #6736d0;
}
.faq-items .answer p {
  margin-bottom: 30px;
  max-width: calc(100% - 50px);
}
.faq-items .close .answer {
  height: 0;
  transition: height 1s ease-out;
  transform: scaleY(0);
}
.faq-items .open {
  border: none;
}
.faq-items .open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.faq-items .open .question .icon {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
  background-color: #a979ff;
}
.faq-items .open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #ddd;
  transition: height 0.5s ease-out;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4s ease;
}

/*--------------------------------- media ----------------------------------------*/
/* Large desktops and laptops */
@media (max-width: 1040px) {
  /* speaker section */
  .speakers .become-mentor {
    padding: 30px 40px;
    gap: 0 10px;
    grid-template-columns: auto auto;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 769px) and (max-width: 1199px) {
  /* main section */
  .main.study-page .container {
    text-align: left;
  }
  .main.study-page .main-title {
    font-size: 100px;
    line-height: 80px; /* 90% */
    text-align: center;
    margin: 0 auto;
  }
  .main.study-page .main-buttons {
    margin-top: 20px;
  }
  .main.study-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    max-width: 500px;
  }
  .main.study-page .content-right .item {
    background-color: #c7b4ff;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    padding: 20px;
    flex-direction: column;
    gap: 5px;
    border-radius: 20px;
    z-index: 1;
  }
  .main.study-page .content-right .item:nth-of-type(1) {
    right: inherit;
    left: -40px;
    bottom: 200px;
  }
  .main.study-page .content-right .item:nth-of-type(2) {
    right: inherit;
    left: -40px;
    bottom: 20px;
  }
  .main.study-page .content-right .item:nth-of-type(3) {
    left: -40px;
    right: inherit;
    bottom: 110px;
  }
  .main.study-page .content-right .number {
    font-size: 20px;
  }
  /* ----  video reviews section */
  .video-reviews {
    padding-top: 100px;
    overflow: visible;
  }
  .video-reviews .content {
    border-radius: 30px;
    padding: 30px 50px 40px 50px;
  }
  .video-reviews .content h2 {
    font-size: 30px;
    line-height: 30px; /* 100% */
  }
  .video-reviews .content p {
    font-size: 24px;
    line-height: 24px; /* 100% */
    max-width: 80%;
  }
  /* ----  courses section */
  .courses-list .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 769px) {
  .faq .faq-items .faq-item:nth-last-child(2).close {
    border-bottom: none;
  }
  .faq .faq-items .faq-item:last-child.close {
    border-bottom: none;
  }
  .faq .faq-items .faq-item:last-child .open {
    border-bottom: none;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* main section */
  .main.study-page {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .main.study-page .container {
    text-align: left;
  }
  .main.study-page .main-title {
    font-size: 30px;
    line-height: 27px; /* 90% */
    letter-spacing: -0.6px;
    margin: 0 0px;
  }
  .main.study-page .main-title span:nth-of-type(2) {
    letter-spacing: -0.6px;
    color: #1a1a1a;
  }
  .main.study-page .content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 0px;
  }
  .main.study-page .content-list li {
    align-items: start;
    gap: 5px;
    margin-right: -4px;
  }
  .main.study-page .content-list li:nth-of-type(2) img {
    width: 18px;
  }
  .main.study-page .content-list li p {
    font-size: 14px;
    line-height: 16px; /* 125% */
  }
  .main.study-page .content-list li img {
    width: 22px;
    margin-top: 3px;
  }
  .main.study-page .main-buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .main.study-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    max-width: 500px;
  }
  .main.study-page .content-right {
    grid-row: auto;
    grid-column: auto;
    margin-top: 30px;
    padding-left: 0px;
    width: 100%;
  }
  .main.study-page .content-right img {
    margin-left: 0px;
    max-width: none;
    width: 30vw;
    position: inherit;
    position: absolute;
    right: -25px;
    top: -15px;
  }
  .main.study-page .content-right .item {
    position: inherit;
    padding: 15px 9px;
    border-radius: 10px;
    width: 100%;
    max-width: 146px;
  }
  .main.study-page .content-right .item:nth-of-type(1) {
    right: inherit;
    left: inherit;
    bottom: inherit;
  }
  .main.study-page .content-right .item:nth-of-type(2) {
    right: inherit;
    bottom: inherit;
  }
  .main.study-page .content-right .item:nth-of-type(3) {
    left: inherit;
    bottom: inherit;
  }
  .main.study-page .content-right .number {
    font-size: 20px;
    line-height: 15px; /* 75% */
    letter-spacing: -0.4px;
  }
  /* video  section */
  .video-section {
    padding: 90px 0;
  }
  .video-section::after, .video-section::before {
    content: url(./../img/xxxx-study-mob.svg);
  }
  .video-section::after {
    display: none;
  }
  .video-section::before {
    top: -7px;
    left: 35px;
  }
  .video-section .container {
    flex-direction: column;
  }
  .video-section .content h2 {
    margin-bottom: 20px;
  }
  .video-section .text {
    padding: 0px;
    max-width: none;
  }
  .video-section .text::after {
    display: none;
  }
  .video-section .text::before {
    display: none;
  }
  .video-section .text img {
    display: none;
  }
  .video-section .text p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 40px;
    max-width: 510px;
  }
  .video-section .video {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 610px;
    transition: transform 0.5s;
    z-index: 2;
  }
  .video-section .videop-play {
    transform: scale(1.1);
    transition: transform 0.5s;
    z-index: 2;
  }
  .video-section .button {
    display: flex;
    margin-top: 20px;
    max-width: 610px;
  }
  /* courses list section */
  .courses-list {
    padding: 90px 0 115px 0;
  }
  .courses-list p {
    font-size: 14px;
    line-height: 16px; /* 100% */
  }
  .courses-list .courses-items {
    margin-top: 30px;
  }
  .courses-list .courses-grid {
    margin-top: 30px;
    grid-template-columns: 100%;
  }
  .courses-list .course {
    width: calc(100vw - 70px);
    max-width: 300px;
    grid-template-rows: 182px 1fr;
  }
  .courses-list .course .cover {
    height: 100%;
    min-height: inherit;
    border-radius: 20px 20px 0px 0px;
  }
  .courses-list .course .course-about {
    padding: 34px 20px 50px 20px;
    border-radius: 0px 0px 20px 20px;
  }
  .courses-list .course .course-about .start {
    height: 29px;
    font-size: 15px;
    line-height: 13px; /* 86.667% */
    left: 20px;
    top: -15px;
  }
  .courses-list .course .course-about .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .courses-list .course .course-about p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  /* about training section */
  .about {
    padding: 90px 0;
    background-size: cover;
    background-image: url(./../img/about-back-mob.svg);
  }
  .about .about-items {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .about .item {
    border: 1px solid #e8e8e8;
    grid-template-columns: 1fr;
    position: relative;
    overflow: visible;
  }
  .about .item:nth-of-type(1) img {
    margin: auto auto;
    max-width: 143px;
    top: -35px;
  }
  .about .item:nth-of-type(2) img {
    max-width: 173px;
  }
  .about .item:nth-of-type(3) img {
    max-width: 154px;
  }
  .about .item:nth-of-type(4) img {
    max-width: 163px;
    transform: translate(-50%, calc(0% - 30px)) rotate(-10deg);
  }
  .about .item:nth-of-type(5) img {
    max-width: 153px;
  }
  .about .item:nth-of-type(6) img {
    max-width: 184px;
  }
  .about .item:nth-of-type(7) img {
    max-width: 151px;
  }
  .about .item:nth-of-type(8) img {
    margin: auto 0 -2px auto;
    max-width: 144px;
  }
  .about .item img {
    margin: auto;
    position: absolute;
    left: 50%;
    top: inherit;
    bottom: calc(50% + 30px);
    transform: translate(-50%, 0);
  }
  .about .content {
    padding: 133px 15px 30px 20px;
  }
  .about .content h3 {
    margin-bottom: 10px;
  }
  .about .button {
    margin-top: 20px;
    height: 50px;
    max-width: none;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
  }
  /* ----  video reviews section */
  .video-reviews {
    padding-top: 90px;
  }
  .video-reviews .content {
    border-radius: 20px;
    padding: 50px 20px 90px 20px;
    grid-template-columns: 100%;
  }
  .video-reviews .content::after, .video-reviews .content::before {
    content: url(./../img/xxx-reviews-mob.svg);
    left: 20px;
  }
  .video-reviews .content::after {
    display: none;
  }
  .video-reviews .content::before {
    top: -9px;
  }
  .video-reviews .content h2 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
  .video-reviews .content p {
    font-size: 20px;
    line-height: 20px; /* 100% */
    margin-bottom: 30px;
    max-width: 80%;
  }
  .video-reviews .reviews {
    grid-row: inherit;
    grid-column: inherit;
    justify-content: center;
  }
  .video-reviews .reviews::before {
    content: url(./../img/phone-mob.svg);
    left: inherit;
    right: -14px;
    bottom: inherit;
    top: -80px;
    width: 85px;
  }
  .video-reviews .reviews-slider .slick-track {
    gap: 100vw;
    padding-bottom: 0;
  }
  .video-reviews .reviews-slider .slick-arrow {
    right: inherit;
    bottom: -60px;
    height: 50px;
    width: 50px;
  }
  .video-reviews .reviews-slider .slick-prev {
    left: calc(50vw - 102px);
  }
  .video-reviews .reviews-slider .slick-next {
    left: calc(50vw - 47px);
  }
  .video-reviews .reviews-slide .video-message {
    width: calc(100vw - 110px);
    min-width: auto;
    min-height: auto;
    max-width: 317px;
    height: 100%;
    max-height: 317px;
  }
  .video-reviews .reviews-slide .description .position {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .video-reviews .reviews-slide .description p {
    margin-bottom: 0;
  }
  .video-reviews .reviews-slide .description a {
    right: 15px;
    height: 40px;
    width: 40px;
    background-size: 20px;
  }
  /* speaker section */
  .speakers {
    padding: 190px 0 90px 0;
  }
  .speakers .items {
    margin-top: 25px;
  }
  .speakers .items .speaker {
    padding: 65px 14px 50px 30px;
    min-width: 290px;
    width: calc(100vw - 70px);
    max-width: 500px;
    margin-top: 46px;
  }
  .speakers .items .speaker .speaker-header {
    top: -45px;
    left: 20px;
  }
  .speakers .items .speaker .text {
    padding: 10px 30px 12px 45px;
    left: 55px;
    width: calc(100vw - 175px);
    min-width: 195px;
    max-width: 400px;
  }
  .speakers .items .speaker .text p {
    font-size: 12px;
    line-height: 14px; /* 112.5% */
  }
  .speakers .items .speaker .text p:nth-of-type(1) {
    font-weight: 600;
  }
  .speakers .items .speaker .avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
  }
  .speakers .items .speaker .about-speaker p {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .speakers .items .speaker .about-speaker .font-kukurudza {
    font-size: 20px;
    line-height: 20px; /* 100% */
    gap: 10px;
    margin-top: 23px;
  }
  .speakers .items .speaker .about-speaker .font-kukurudza span img {
    width: 24px;
    height: 26px;
  }
  .speakers .items .speaker .about-speaker .descriprion {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .speakers .button {
    margin-top: 45px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    height: 50px;
  }
  .speakers .become-mentor {
    margin-top: 95px;
    border-radius: 20px;
    padding: 60px 20px;
    gap: 10px;
    grid-template-columns: 100%;
  }
  .speakers .become-mentor h3 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    grid-column: auto;
    grid-row: auto;
    max-width: 230px;
  }
  .speakers .become-mentor p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    max-width: 200px;
  }
  .speakers .become-mentor .button {
    margin-top: 20px;
    height: 40px;
    width: 250px;
    font-size: 16px;
    line-height: 20px; /* 114.286% */
    padding-bottom: 4px;
  }
  /* ticket section */
  .ticket {
    padding: 190px 0 90px 0;
  }
  .ticket .content {
    display: grid;
    grid-template-columns: 100%;
  }
  .ticket .left {
    border-radius: 20px;
    padding: 50px 20px 20px 20px;
  }
  .ticket .left::before {
    width: 31px;
    height: 36px;
    left: 20px;
    top: -18px;
  }
  .ticket .left h2 {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
  }
  .ticket .left .button {
    height: 50px;
    width: 100%;
    border-radius: 100px;
    font-family: "Ermilov-Bold";
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
  .ticket .right {
    border-radius: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 0px;
    margin-top: -1px;
  }
  .ticket .right::before {
    position: absolute;
    content: "";
    background-image: url(./../img/separator-ticket.svg);
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 296px;
  }
  .ticket .right img {
    width: 293px;
    height: 259px;
  }
  /* faq section */
  .faq {
    padding: 90px 0 0 0;
  }
  .faq .faq-items {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
  }
  .faq .faq-items .faq-item {
    border-bottom: solid 1px #ddd;
  }
  .faq .faq-items .question {
    position: relative;
    cursor: pointer;
    padding: 20px 0;
  }
  .faq .faq-items .question p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    max-width: calc(100% - 45px);
  }
  .faq .faq-items .question span {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-bottom: 10px;
  }
  .faq .faq-items .question .icon {
    width: 35px;
    height: 35px;
    top: inherit;
    bottom: 20px;
    right: 0;
    background-size: 18px;
  }
  .faq .faq-items .answer p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    max-width: calc(100% - 35px);
  }
  .faq .faq-items .close {
    border-bottom: solid 1px #ddd;
  }
  .faq .faq-items .open {
    border-bottom: none;
  }
  .faq .faq-items .open .answer {
    border-bottom: solid 1px #ddd;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 */
.promo-block.mobile {
  display: none;
}
.promo-block .promo-course {
  max-width: 820px;
}
/* media */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  .promo-block .container {
    padding: 0;
  }
  .promo-block.desck {
    padding-left: 35px;
    padding-right: 45px;
  }
  .promo-block.mobile {
    display: block;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 */
/* colors */
/* mixin */
/* header bottom business page */
.business-page {
  overflow: hidden;
}

.header-bottom.business-page .container {
  align-items: start;
  justify-content: start;
}
.header-bottom.business-page .nav {
  display: flex;
  gap: 50px;
}
.header-bottom.business-page .nav .current-menu-item a {
  font-weight: 600;
}
.header-bottom.business-page .nav .menu-item {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}
.header-bottom.business-page .nav .menu-item:hover a {
  font-weight: 600;
}

/* main section */
.main.business-page {
  padding-top: 100px;
  padding-bottom: 200px;
}
.main.business-page .container {
  text-align: left;
  display: block;
}
.main.business-page .main-title {
  font-size: 120px;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
.main.business-page .sub-title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  max-width: 450px;
  z-index: 2;
  position: relative;
}
.main.business-page .main-image {
  position: absolute;
  right: 73px;
  bottom: -144px;
  width: 49vw;
  max-width: 706px;
  z-index: 1;
}
.main.business-page .main-image img {
  width: 100%;
  height: 100%;
}
.main.business-page .main-image .desck {
  display: block;
}
.main.business-page .main-image .mobile {
  display: none;
}
.main.business-page .main-buttons {
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
.main.business-page .main-buttons .button {
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  width: 300px;
}

/* for-business  section */
.for-business {
  padding-bottom: 100px;
  overflow: visible;
}
.for-business .container {
  position: relative;
}
.for-business .container .image {
  position: absolute;
  left: calc(50% + 50px);
  transform: translate(-50%, 0);
  max-width: 604px;
  bottom: -54px;
  z-index: 2;
  width: 42vw;
}
.for-business .container .image.mobile {
  display: none;
}
.for-business .items {
  display: flex;
  justify-content: space-between;
  gap: 20px 10vw;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: start;
}
.for-business .item {
  width: 400px;
  border-radius: 20px;
  border: 2px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  align-self: stretch;
}
.for-business .item .title {
  font-size: 30px;
  line-height: 30px; /* 100% */
  margin-left: 50px;
}
.for-business .item .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 44px;
}
.for-business .item:nth-of-type(2) .icon {
  top: 34px;
}
.for-business .item:nth-of-type(4) .icon {
  top: 17px;
}
.for-business .item p {
  grid-column: 1/3;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 10px;
}
.for-business .item p span {
  color: #ff6b00;
}
.for-business .item .button {
  grid-column: 1/3;
  border-radius: 95.17px;
  border: 1px solid #1a1a1a;
  height: 36px;
  background-color: transparent;
  text-align: right;
  font-family: "Commissioner";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  text-transform: none;
  width: 209px;
  margin-top: 30px;
  padding-bottom: 5px;
  margin-top: auto;
  color: #1a1a1a;
  z-index: 10;
}
.for-business .item .button:hover {
  border: none;
  background-color: #1a1a1a;
  color: #f7f7f7;
}
.for-business .item .button span {
  background-image: url(./../img/read-more.svg);
  background-size: contain;
  width: 15px;
  height: 11px;
  margin-bottom: -1px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

/*   values  */
.values.business-page::after {
  display: none;
}
.values.business-page .faq-items {
  display: grid;
  grid-template-columns: 507px;
  gap: 0;
}
.values.business-page .faq-items .faq-item {
  border-bottom: solid 2px #3f3f3f;
  padding: 20px 0;
}
.values.business-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.business-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.business-page .faq-items .question {
  padding: 0;
  display: flex;
  align-items: start;
  gap: 12px;
}
.values.business-page .faq-items .question p {
  color: #ff6b00;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: inline-block;
  width: calc(100% - 40px);
}
.values.business-page .faq-items .question span {
  color: #ff6b00;
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px; /* 100% */
  opacity: 1;
  margin-bottom: 0px;
  display: inline;
  margin-top: 3px;
}
.values.business-page .faq-items .question .icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  right: 0;
  top: 0px;
}
.values.business-page .faq-items .answer p {
  color: #fafafa;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: calc(100% - 50px);
}
.values.business-page .faq-items .close .answer {
  height: 0;
}
.values.business-page .faq-items .open {
  border: none;
}
.values.business-page .faq-items .open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.values.business-page .faq-items .open .question .icon {
  background-color: #ffdcbc;
}
.values.business-page .faq-items .open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #3f3f3f;
}
.values.business-page .faq-items .open .answer p {
  font-size: 16px;
}
.values.business-page .video-block::before {
  display: none;
}
.values.business-page .video-block .text {
  width: 84%;
  max-width: 513px;
  height: 137px;
  background-image: url(./../img/video-text-pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 300px;
  right: -60px;
  bottom: inherit;
  left: inherit;
  transform: none;
}
.values.business-page .button {
  display: none;
}

/* faq section */
.faq.business-page {
  padding-top: 0;
}
.faq.business-page .faq-items .question .icon {
  background-color: #ffdcbc;
}
.faq.business-page .faq-items .open .question .icon {
  background-color: #ff6b00;
}

/* skills section */
.skills {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.skills h2 {
  position: relative;
}
.skills h2::after {
  position: absolute;
  content: url(./../img/skills-title-decor.svg);
  z-index: 1;
  margin-left: 20px;
  margin-top: 20px;
  width: 262px;
}
.skills .content {
  border-radius: 50px;
  background-color: #1a1a1a;
  background-image: url(./../img/skills-back.svg);
  margin-top: 45px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(auto, 504px) 1fr;
  gap: 0px;
  position: relative;
}
.skills .content .left {
  height: 100%;
  position: relative;
}
.skills .content .image { /* Safari */
  position: sticky;
  top: 0px;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 80px 11px 20px 11px;
}
.skills .content .image .mobile {
  display: none;
}
.skills .content .image .desck {
  display: block;
}
.skills .content .image img {
  width: 100%;
}
.skills .content .items {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  padding: 100px 100px 100px 0px;
}
.skills .content .items::before {
  content: "";
  width: 2px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 49px;
  z-index: 0;
  top: 0px;
}
.skills .content .skill {
  display: flex;
  gap: 30px;
  color: #f7f7f7;
  z-index: 3;
  padding-left: 0px;
  z-index: 2;
  position: relative;
}
.skills .content .skill .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ff6b00;
  margin-bottom: 20px;
}
.skills .content .skill li {
  font-family: "Commissioner";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  position: relative;
  padding-left: 26px;
}
.skills .content .skill li:not(:last-of-type) {
  margin-bottom: 10px;
}
.skills .content .skill li::before {
  content: url(./../img/li-after.svg);
  position: absolute;
  left: 0;
  padding-top: 2px;
}
.skills .content .icon {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills .content .icon p {
  font-family: "Kukurudza";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  color: #1a1a1a;
  margin-top: 0;
}

/* block section   */
.blog.business-page {
  padding-top: 0;
}
.blog.business-page .sub-title span {
  color: #ff6b00;
}
.blog.business-page .button-orange {
  margin-right: 10px;
}

/* brief section   */
.brief {
  padding-top: 100px;
  padding-bottom: 7px;
}
.brief .inner {
  border-radius: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 70px;
  background-image: url(./../img/brief-back.png);
  background-size: cover;
  display: grid;
  gap: 14px;
  grid-template-columns: 47vw auto;
}
.brief .inner h3 {
  font-size: 30px;
  line-height: 30px; /* 100% */
  max-width: 780px;
  grid-row: 1/3;
}
.brief .inner h3 span {
  color: #ff6b00;
}
.brief .inner p {
  font-family: "Kukurudza";
  font-size: 20px;
  line-height: 20px; /* 100% */
}
.brief .button {
  width: 189px;
  height: 36px;
  color: #f7f7f7;
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  text-transform: none;
  padding-left: 33px;
  padding-right: 33px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
}
.brief .button:hover {
  background-color: transparent;
  color: #ff6b00;
}

/* partners section */
.partners.business-page {
  padding-top: 164px;
  overflow: visible;
}
.partners.business-page h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.partners.business-page h2 .desck {
  display: inline;
  color: #1a1a1a;
}
.partners.business-page h2 .mobile {
  display: none;
  color: #1a1a1a;
}
.partners.business-page h2 span:last-of-type {
  color: #ff6b00;
}
.partners.business-page h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -142px;
  left: 213px;
  width: 363px;
}

/* media */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1300px) {
  /* main section */
  .main.business-page .main-image {
    bottom: 0;
    width: 40vw;
  }
  .main.business-page .main-title {
    font-size: 8vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* header bottom business page */
  .header-bottom.business-page {
    display: none;
  }
  /* main section */
  .main.business-page {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .main.business-page .main-title {
    font-size: 30px;
    line-height: 27px; /* 90% */
    letter-spacing: -1.95px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .main.business-page .sub-title {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-bottom: 30px;
    font-family: "Commissioner";
  }
  .main.business-page .main-image {
    position: relative;
    right: 0;
    left: -20px;
    top: 0;
    width: 86vw;
    max-width: 450px;
  }
  .main.business-page .main-image .desck {
    display: none;
  }
  .main.business-page .main-image .mobile {
    display: block;
  }
  .main.business-page .main-buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
  }
  .main.business-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    width: 100%;
  }
  /* for-business  section */
  .for-business {
    padding-bottom: 0px;
    overflow: hidden;
  }
  .for-business .container {
    padding-bottom: 310px;
  }
  .for-business .container .image {
    bottom: -40px;
    width: 62vw;
    left: inherit;
    right: -100px;
    transform: none;
    min-width: 450px;
  }
  .for-business .container .image.desck {
    display: none;
  }
  .for-business .container .image.mobile {
    display: block;
  }
  .for-business .container-scroll {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
  .for-business .space-holder {
    position: relative;
    width: 100%;
  }
  .for-business .sticky {
    position: sticky;
    top: 0;
    height: 300px;
    width: 100%;
    overflow-x: hidden;
  }
  .for-business .items {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .for-business .items {
    margin-top: 30px;
  }
  .for-business .item {
    flex-shrink: 0;
    width: 100%;
    padding: 25px 20px 20px 20px;
    border: 1px solid #e8e8e8;
    gap: 10px;
    margin-bottom: 5px;
  }
  .for-business .item .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-left: 40px;
  }
  .for-business .item .icon {
    position: absolute;
    top: 25px;
    left: 20px;
    max-width: 33px;
  }
  .for-business .item:nth-of-type(2) .icon {
    top: 28px;
  }
  .for-business .item:nth-of-type(4) .icon {
    top: 10px;
  }
  .for-business .item p {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
  }
  .for-business .item .button {
    border-radius: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    width: 137px;
    margin-top: 20px;
    padding-bottom: 3px;
    margin-top: auto;
  }
  .for-business .item .button span {
    width: 14px;
    height: 10px;
    margin-left: 5px;
  }
  /* skills section */
  .skills {
    padding: 90px 0 0 0;
    position: relative;
  }
  .skills h2::after {
    content: url(./../img/skills-title-decor-mob.svg);
    margin-left: 0px;
    margin-top: 10px;
    width: 136px;
    left: 140px;
  }
  .skills .content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 20px 20px 20px 29px;
  }
  .skills .content .left {
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 3;
  }
  .skills .content .image {
    position: initial;
    top: 0;
    padding-right: 0px;
    margin-bottom: 0px;
    width: 107%;
    max-width: 400px;
    padding: 0;
    margin-bottom: -73px;
    margin-left: -7px;
  }
  .skills .content .image .mobile {
    display: block;
  }
  .skills .content .image .desck {
    display: none;
  }
  .skills .content .items {
    padding: 50px 17px 30px 15px;
    gap: 30px;
    border-radius: 20px;
    background-color: #1a1a1a;
    background-image: url(./../img/skills-back.svg);
  }
  .skills .content .items::before {
    content: "";
    width: 1px;
    height: 135%;
    left: 35px;
  }
  .skills .content .skill {
    gap: 13px;
    padding-left: 0;
  }
  .skills .content .skill .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    margin-top: 11px;
  }
  .skills .content .skill li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    padding-left: 0px;
  }
  .skills .content .skill li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .skills .content .skill li::before {
    content: "";
    background-image: url(./../img/li-after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    left: -15px;
    top: 3px;
  }
  .skills .content .icon {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding-bottom: 5px;
  }
  .skills .content .icon p {
    font-size: 25px;
    line-height: 16.735px; /* 66.939% */
  }
  /*   values  */
  .values.business-page .faq-items {
    grid-template-columns: 100%;
  }
  .values.business-page .faq-items .question {
    padding: 0;
    display: flex;
    align-items: start;
  }
  .values.business-page .faq-items .question p {
    font-size: 16px;
    line-height: 18px; /* 112.5% */
  }
  .values.business-page .faq-items .question span {
    font-size: 25px;
    line-height: 25px; /* 100% */
    margin-top: 3px;
  }
  .values.business-page .faq-items .question .icon {
    width: 35px;
    height: 35px;
    top: 0px;
  }
  .values.business-page .faq-items .answer p {
    font-size: 14px;
    line-height: 16px;
    max-width: calc(100% - 35px);
  }
  .values.business-page .faq-items .open {
    border: none;
  }
  .values.business-page .faq-items .open .question {
    border-bottom: none;
    height: -moz-fit-content;
    height: fit-content;
  }
  .values.business-page .faq-items .open .question .icon {
    background-color: #ffdcbc;
  }
  .values.business-page .faq-items .open .answer {
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: solid 2px #3f3f3f;
  }
  .values.business-page .faq-items .open .answer p {
    font-size: 14px;
    line-height: 16px;
    max-width: calc(100% - 35px);
  }
  .values.business-page .video-block {
    padding-top: 30px;
  }
  .values.business-page .video-block .video {
    margin-bottom: 75px;
  }
  .values.business-page .video-block .text {
    width: 90%;
    max-width: 513px;
    height: 137px;
    background-image: url(./../img/video-text-pc.svg);
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
  }
  .values.business-page .button {
    display: flex;
  }
  /* block section   */
  .blog.business-page {
    padding-top: 90px;
  }
  .blog.business-page .article {
    display: grid;
  }
  .blog.business-page .article:not(:last-child) {
    margin-bottom: 0px;
  }
  .blog.business-page .sub-title span {
    color: #ff6b00;
  }
  .blog.business-page .button span {
    display: inline;
  }
  .blog.business-page .button-orange {
    margin-right: 0px;
    margin-top: 35px;
  }
  .blog.business-page .button-orange span:nth-child(2) {
    display: none;
  }
  .blog.business-page .button-white {
    margin-top: 5px;
    margin-right: 10px;
  }
  .blog.business-page .button-white span:nth-child(2) {
    display: none;
  }
  /* brief section   */
  .brief {
    padding-top: 90px;
  }
  .brief .inner {
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    padding: 60px 19px;
    background-image: url(./../img/brief-back-mob.svg);
    gap: 10px;
    grid-template-columns: 100%;
  }
  .brief .inner h3 {
    font-size: 20px;
    line-height: 20px; /* 90% */
    letter-spacing: -0.4px;
    grid-row: inherit;
  }
  .brief .inner p {
    font-size: 14px;
    line-height: 18px; /* 114.286% */
  }
  .brief .button {
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    font-size: 18px;
    line-height: 24px; /* 114.286% */
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 20px;
  }
  /* partners section */
  .partners.business-page {
    padding-top: 110px;
    overflow: visible;
  }
  .partners.business-page h2 {
    max-width: 250px;
  }
  .partners.business-page h2 .desck {
    display: none;
  }
  .partners.business-page h2 .mobile {
    display: inline;
  }
  .partners.business-page h2::after {
    background-image: url(../img/light-mob.svg);
    width: 230px;
    bottom: 0;
    left: 54px;
    height: 142px;
    background-size: cover;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 */
/* colors */
/* mixin */
/* main section */
.main.consulting-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main.consulting-page .container {
  text-align: left;
  display: block;
}
.main.consulting-page .main-title {
  font-size: 55px;
  line-height: 50px; /* 90.909% */
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
  text-transform: none;
  z-index: 2;
  position: relative;
}
.main.consulting-page .sub-title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  max-width: 550px;
  z-index: 2;
  position: relative;
}
.main.consulting-page .main-image {
  position: absolute;
  right: 70px;
  top: -47px;
  width: 52vw;
  max-width: 796px;
  z-index: 1;
}
.main.consulting-page .main-image img {
  width: 100%;
  height: 100%;
}
.main.consulting-page .main-image .desck {
  display: block;
}
.main.consulting-page .main-image .mobile {
  display: none;
}
.main.consulting-page .main-buttons {
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
.main.consulting-page .main-buttons .button {
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  width: 300px;
}

/*   values  */
.values.consulting-page {
  padding: 120px 0 100px 0;
}
.values.consulting-page .container {
  display: block;
  z-index: 3;
}
.values.consulting-page .container h2 {
  max-width: 600px;
}
.values.consulting-page .faq-items {
  display: grid;
  grid-template-columns: 507px;
  gap: 0;
}
.values.consulting-page .faq-items .faq-item {
  border-bottom: solid 2px #3f3f3f;
  padding: 15px 0;
}
.values.consulting-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.consulting-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.consulting-page .faq-items .question {
  padding: 0;
  display: flex;
  align-items: start;
  gap: 12px;
}
.values.consulting-page .faq-items .question p {
  color: #ff6b00;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: inline-block;
  width: calc(100% - 40px);
}
.values.consulting-page .faq-items .question span {
  opacity: 1;
}
.values.consulting-page .faq-items .question .icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  right: 0;
  top: 0px;
}
.values.consulting-page .faq-items .answer p {
  color: #fafafa;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: calc(100% - 50px);
  padding-left: 41px;
}
.values.consulting-page .faq-items .close .answer {
  height: 0;
}
.values.consulting-page .faq-items .open {
  border: none;
}
.values.consulting-page .faq-items .open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.values.consulting-page .faq-items .open .question .icon {
  background-color: #ffdcbc;
}
.values.consulting-page .faq-items .open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #3f3f3f;
}
.values.consulting-page .faq-items .open .answer p {
  font-size: 16px;
}
.values.consulting-page .button {
  max-width: 300px;
  margin-top: 35px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.values.consulting-page .image-block {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.values.consulting-page .image-block .back {
  position: absolute;
  top: 0;
  right: 100px;
  height: 100%;
  z-index: 1;
}
.values.consulting-page .image-block .back.back-desck {
  display: block;
}
.values.consulting-page .image-block .back.back-mob {
  display: none;
}
.values.consulting-page .image-block .image {
  width: 47vw;
  right: -46px;
  max-width: 687px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* skills section */
.skills_consulting-page {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.skills_consulting-page h2 {
  position: relative;
}
.skills_consulting-page h2::after {
  position: absolute;
  content: url(./../img/skills-title-decor.svg);
  z-index: 2;
  margin-left: 20px;
  margin-top: 20px;
  width: 262px;
  height: 290px;
}
.skills_consulting-page .content {
  border-radius: 50px;
  background-color: #1a1a1a;
  background-image: url(./../img/skills-back.svg);
  margin-top: 45px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(38%, 550px) 1fr;
  gap: 0px;
  position: relative;
}
.skills_consulting-page .content .left {
  height: 100%;
  position: relative;
  max-width: 550px;
}
.skills_consulting-page .content .image { /* Safari */
  position: sticky;
  top: 0px;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0px 0 0px 0px;
  max-width: 490px;
}
.skills_consulting-page .content .image img {
  width: 100%;
}
.skills_consulting-page .content .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding: 100px 100px 100px 0px;
}
.skills_consulting-page .content .items::before {
  content: "";
  width: 2px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 99px;
  z-index: 0;
  top: 0px;
}
.skills_consulting-page .content .skill {
  display: flex;
  gap: 30px;
  color: #f7f7f7;
  z-index: 3;
  padding-left: 50px;
}
.skills_consulting-page .content .skill:not(:last-of-type) {
  margin-bottom: 50px;
}
.skills_consulting-page .content .skill .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ff6b00;
  margin-bottom: 20px;
}
.skills_consulting-page .content .skill li {
  font-family: "Commissioner";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  position: relative;
  padding-left: 26px;
}
.skills_consulting-page .content .skill li:not(:last-of-type) {
  margin-bottom: 10px;
}
.skills_consulting-page .content .skill li::before {
  content: "";
  background-image: url(./../img/li-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 14.49px;
  position: absolute;
  left: 0;
  margin-top: 7px;
}
.skills_consulting-page .content .icon {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills_consulting-page .content .icon p {
  font-family: "Kukurudza";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  color: #1a1a1a;
  margin-top: 0;
}
.skills_consulting-page .button-black {
  margin-top: 10px;
}

/* faq section */
.faq.consulting-page {
  padding-top: 0;
}
.faq.consulting-page .faq-items .question .icon {
  background-color: #ffdcbc;
}
.faq.consulting-page .faq-items .open .question .icon {
  background-color: #ff6b00;
}

/* partners section */
.partners.consulting-page {
  padding-top: 164px;
  overflow: visible;
}
.partners.consulting-page h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.partners.consulting-page h2 .desck {
  display: inline;
  color: #1a1a1a;
}
.partners.consulting-page h2 .mobile {
  display: none;
  color: #1a1a1a;
}
.partners.consulting-page h2 span:last-of-type {
  color: #ff6b00;
}
.partners.consulting-page h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -142px;
  left: 213px;
  width: 363px;
}

/* block section   */
.blog.consulting-page {
  padding-top: 100px;
}
.blog.consulting-page .sub-title span {
  color: #ff6b00;
}
.blog.consulting-page .button-orange {
  margin-right: 10px;
}

/* media */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1299px) {
  .main.consulting-page .main-image {
    width: 47vw;
  }
}
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* header bottom business page */
  .header-bottom.consulting-page {
    display: none;
  }
  /* main section */
  .main.consulting-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .main.consulting-page .main-title {
    font-size: 30px;
    line-height: 27px; /* 90% */
    margin-bottom: 10px;
  }
  .main.consulting-page .sub-title {
    font-family: "Commissioner";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
  }
  .main.consulting-page .main-image {
    position: inherit;
    right: 0px;
    top: 0px;
    width: 110%;
    max-width: 350px;
    margin-top: 34px;
    margin-left: -10px;
  }
  .main.consulting-page .main-image .desck {
    display: none;
  }
  .main.consulting-page .main-image .mobile {
    display: block;
  }
  .main.consulting-page .main-buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .main.consulting-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    width: 100%;
  }
  /*   values  */
  .values.consulting-page {
    padding: 100px 0 35px 0;
  }
  .values.consulting-page .faq-items {
    grid-template-columns: 100%;
  }
  .values.consulting-page .faq-items .question {
    padding: 0;
    display: flex;
    gap: 8px;
  }
  .values.consulting-page .faq-items .question p {
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    max-width: 150px;
  }
  .values.consulting-page .faq-items .question span {
    width: 28px;
    height: 30px;
    opacity: 1;
  }
  .values.consulting-page .faq-items .question .icon {
    width: 35px;
    height: 35px;
    top: 0px;
  }
  .values.consulting-page .faq-items .answer p {
    font-size: 14px;
    line-height: 16px;
    max-width: calc(100% - 35px);
  }
  .values.consulting-page .faq-items .open {
    border: none;
  }
  .values.consulting-page .faq-items .open .question {
    border-bottom: none;
    height: -moz-fit-content;
    height: fit-content;
  }
  .values.consulting-page .faq-items .open .question .icon {
    background-color: #ffdcbc;
  }
  .values.consulting-page .faq-items .open .answer {
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: solid 2px #3f3f3f;
  }
  .values.consulting-page .faq-items .open .answer p {
    font-size: 14px;
    line-height: 16px;
    max-width: calc(100% - 10px);
    padding: 0;
  }
  .values.consulting-page .button {
    height: 50px;
    width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    margin-top: 20px;
  }
  .values.consulting-page .image-block {
    position: relative;
    height: auto;
    width: 100%;
    right: inherit;
    top: inherit;
    transform: none;
    z-index: 1;
    padding-top: 80px;
    text-align: center;
  }
  .values.consulting-page .image-block .back {
    width: 100%;
    height: auto;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .values.consulting-page .image-block .back.back-desck {
    display: none;
  }
  .values.consulting-page .image-block .back.back-mob {
    display: block;
  }
  .values.consulting-page .image-block .image {
    position: relative;
    width: 110vw;
    right: inherit;
    max-width: 400px;
    z-index: 2;
    top: inherit;
    transform: none;
    left: 13px;
  }
  /* skills section */
  .skills_consulting-page h2::after {
    content: url(./../img/skills-title-decor-mob.svg);
    margin-left: 0px;
    margin-top: 10px;
    width: 136px;
    left: 140px;
  }
  .skills_consulting-page .content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 20px 20px 20px 29px;
  }
  .skills_consulting-page .content .left {
    height: 100%;
    position: relative;
  }
  .skills_consulting-page .content .image {
    top: 0;
    padding-right: 10px;
    margin-bottom: -25px;
    max-width: 400px;
    z-index: 4;
  }
  .skills_consulting-page .content .image img {
    width: 100%;
  }
  .skills_consulting-page .content .items {
    padding: 50px 17px 0px 15px;
    gap: 0;
    z-index: 2;
  }
  .skills_consulting-page .content .items::before {
    content: "";
    width: 1px;
    height: 135%;
    left: 35px;
  }
  .skills_consulting-page .content .skill {
    gap: 13px;
    padding-left: 0;
  }
  .skills_consulting-page .content .skill:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .skills_consulting-page .content .skill .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    margin-top: 11px;
  }
  .skills_consulting-page .content .skill li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    padding-left: 0px;
  }
  .skills_consulting-page .content .skill li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .skills_consulting-page .content .skill li::before {
    width: 10px;
    height: 10px;
    left: -15px;
    top: 3px;
  }
  .skills_consulting-page .content .icon {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding-bottom: 5px;
  }
  .skills_consulting-page .content .icon p {
    font-size: 25px;
    line-height: 16.735px; /* 66.939% */
  }
  /* partners section */
  .partners.consulting-page {
    padding-top: 110px;
    overflow: visible;
  }
  .partners.consulting-page h2 {
    max-width: 250px;
  }
  .partners.consulting-page h2 .desck {
    display: none;
  }
  .partners.consulting-page h2 .mobile {
    display: inline;
  }
  .partners.consulting-page h2::after {
    background-image: url(../img/light-mob.svg);
    width: 230px;
    bottom: 0;
    left: 54px;
    height: 142px;
    background-size: cover;
  }
  /* block section   */
  .blog.consulting-page {
    padding-top: 90px;
  }
  .blog.consulting-page .article {
    display: grid;
  }
  .blog.consulting-page .sub-title span {
    color: #ff6b00;
  }
  .blog.consulting-page .slick-arrow {
    bottom: 0;
  }
  .blog.consulting-page .button span {
    display: inline;
  }
  .blog.consulting-page .button-orange {
    margin-right: 0px;
    margin-top: 35px;
  }
  .blog.consulting-page .button-orange span:nth-child(2) {
    display: none;
  }
  .blog.consulting-page .button-white {
    margin-top: 5px;
    margin-right: 10px;
  }
  .blog.consulting-page .button-white span:nth-child(2) {
    display: none;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 */
/* colors */
/* mixin */
/* main section */
.main.management-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main.management-page .container {
  text-align: left;
  display: block;
}
.main.management-page .main-title {
  font-size: 55px;
  line-height: 50px; /* 90.909% */
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
  text-transform: none;
  z-index: 2;
  position: relative;
}
.main.management-page .sub-title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  max-width: 380px;
  z-index: 2;
  position: relative;
}
.main.management-page .main-image {
  position: absolute;
  right: 70px;
  top: -47px;
  width: 55vw;
  max-width: 735px;
  z-index: 1;
}
.main.management-page .main-image img {
  width: 100%;
  height: 100%;
}
.main.management-page .main-image .desck {
  display: block;
}
.main.management-page .main-image .mobile {
  display: none;
}
.main.management-page .main-buttons {
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
.main.management-page .main-buttons .button {
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  width: 300px;
}

/*   values  */
.values.management-page {
  padding: 120px 0 100px 0;
}
.values.management-page .container {
  display: block;
  z-index: 3;
  position: relative;
}
.values.management-page .container h2 {
  max-width: 700px;
}
.values.management-page .faq-items {
  display: grid;
  grid-template-columns: 507px;
  gap: 0;
}
.values.management-page .faq-items .faq-item {
  border-bottom: solid 2px #3f3f3f;
  padding: 15px 0;
}
.values.management-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.management-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.management-page .faq-items .question {
  padding: 0;
  display: flex;
  align-items: start;
  gap: 12px;
}
.values.management-page .faq-items .question p {
  color: #ff6b00;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: inline-block;
  width: calc(100% - 40px);
}
.values.management-page .faq-items .question span {
  opacity: 1;
  margin-bottom: 0;
}
.values.management-page .faq-items .question .icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  right: 0;
  top: 0px;
}
.values.management-page .faq-items .answer p {
  padding-left: 40px;
}
.values.management-page .faq-items .answer ol {
  list-style: inherit;
  margin-bottom: 30px;
  padding-left: 40px;
  list-style-type: decimal;
  list-style-position: inside;
}
.values.management-page .faq-items .answer ol li {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 5px;
  max-width: 90%;
}
.values.management-page .faq-items .close .answer {
  height: 0;
}
.values.management-page .faq-items .open {
  border: none;
  padding-bottom: 0;
}
.values.management-page .faq-items .open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.values.management-page .faq-items .open .question .icon {
  background-color: #ffdcbc;
}
.values.management-page .faq-items .open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #3f3f3f;
}
.values.management-page .faq-items .open .answer p {
  font-size: 16px;
}
.values.management-page .button {
  max-width: 300px;
  margin-top: 35px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.values.management-page .image-block {
  position: absolute;
  height: 44vw;
  width: 44vw;
  max-width: 630px;
  max-height: 630px;
  right: 100px;
  top: 140px;
}
.values.management-page .image-block img {
  width: 100%;
  height: auto;
}
.values.management-page .image-block .desck {
  display: block;
}
.values.management-page .image-block .mobile {
  display: none;
}

/* skills section */
.skills_management-page {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.skills_management-page h2 {
  position: relative;
}
.skills_management-page h2::after {
  position: absolute;
  content: url(./../img/skills-title-decor.svg);
  z-index: 2;
  margin-left: 20px;
  margin-top: 20px;
  width: 262px;
}
.skills_management-page .content {
  border-radius: 50px;
  background-color: #1a1a1a;
  background-image: url(./../img/skills-back.svg);
  margin-top: 45px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(35%, 550px) 1fr;
  gap: 0px;
  position: relative;
}
.skills_management-page .content .left {
  height: 100%;
  position: relative;
}
.skills_management-page .content .image { /* Safari */
  position: sticky;
  top: 0px;
  z-index: 3;
  text-align: center;
  padding: 50px 0;
}
.skills_management-page .content .image img {
  width: 95%;
}
.skills_management-page .content .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding: 100px 100px 100px 0px;
}
.skills_management-page .content .items::before {
  content: "";
  width: 2px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 49px;
  z-index: 0;
  top: 0px;
}
.skills_management-page .content .skill {
  display: flex;
  gap: 30px;
  color: #f7f7f7;
  z-index: 3;
}
.skills_management-page .content .skill:not(:last-of-type) {
  margin-bottom: 50px;
}
.skills_management-page .content .skill .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ff6b00;
  margin-bottom: 20px;
}
.skills_management-page .content .skill li {
  font-family: "Commissioner";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  position: relative;
  padding-left: 26px;
}
.skills_management-page .content .skill li:not(:last-of-type) {
  margin-bottom: 10px;
}
.skills_management-page .content .skill li::before {
  content: "";
  background-image: url(./../img/li-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 16px;
  height: 14px;
  left: 0;
  padding-top: 2px;
}
.skills_management-page .content .icon {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills_management-page .content .icon p {
  font-family: "Kukurudza";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  color: #1a1a1a;
  margin-top: 0;
}

/* faq section */
.faq.management-page {
  padding-top: 0;
}
.faq.management-page .faq-items .question .icon {
  background-color: #ffdcbc;
}
.faq.management-page .faq-items .open .question .icon {
  background-color: #ff6b00;
}

/* partners section */
.partners.management-page {
  padding-top: 164px;
  overflow: visible;
}
.partners.management-page h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.partners.management-page h2 .desck {
  display: inline;
  color: #1a1a1a;
}
.partners.management-page h2 .mobile {
  display: none;
  color: #1a1a1a;
}
.partners.management-page h2 span:last-of-type {
  color: #ff6b00;
}
.partners.management-page h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -142px;
  left: 213px;
  width: 363px;
}

/* block section   */
.blog.management-page {
  padding-top: 100px;
}
.blog.management-page .sub-title span {
  color: #ff6b00;
}
.blog.management-page .button-orange {
  margin-right: 10px;
}

/* media */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* header bottom business page */
  .header-bottom.management-page {
    display: none;
  }
  /* main section */
  .main.management-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .main.management-page .main-title {
    font-size: 30px;
    line-height: 27px; /* 90% */
    margin-bottom: 10px;
  }
  .main.management-page .sub-title {
    font-family: "Commissioner";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
  }
  .main.management-page .main-image {
    position: inherit;
    right: 0px;
    top: 0px;
    width: 110%;
    max-width: 350px;
    margin-top: 34px;
    margin-left: -10px;
  }
  .main.management-page .main-image .desck {
    display: none;
  }
  .main.management-page .main-image .mobile {
    display: block;
  }
  .main.management-page .main-buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .main.management-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    width: 100%;
  }
  /*   values  */
  .values.management-page {
    padding: 100px 0;
  }
  .values.management-page h2 {
    font-size: 30px;
    line-height: 25px; /* 83.333% */
    letter-spacing: -0.6px;
    margin-right: -5px;
  }
  .values.management-page .faq-items {
    grid-template-columns: 100%;
  }
  .values.management-page .faq-items .faq-item {
    border-bottom: solid 1px #3f3f3f;
    padding: 20px 0;
  }
  .values.management-page .faq-items .question {
    align-items: center;
    gap: 7px;
  }
  .values.management-page .faq-items .question p {
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    width: calc(100% - 65px);
  }
  .values.management-page .faq-items .question span {
    max-width: 27px;
    line-height: 0;
  }
  .values.management-page .faq-items .question .icon {
    background-color: #f7f7f7;
    border-radius: 50%;
    right: 0;
    top: 0px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .values.management-page .faq-items .answer p {
    padding-left: 0px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 10px;
  }
  .values.management-page .faq-items .answer ol {
    margin-bottom: 20px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .values.management-page .faq-items .answer ol li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-bottom: 3px;
    max-width: 90%;
  }
  .values.management-page .faq-items .close .answer {
    height: 0;
  }
  .values.management-page .faq-items .open {
    border: none;
    padding-bottom: 0;
  }
  .values.management-page .faq-items .open .question {
    border-bottom: none;
    height: -moz-fit-content;
    height: fit-content;
  }
  .values.management-page .faq-items .open .question .icon {
    background-color: #ffdcbc;
  }
  .values.management-page .faq-items .open .answer {
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: solid 1px #3f3f3f;
  }
  .values.management-page .faq-items .open .answer p {
    font-size: 14px;
  }
  .values.management-page .button {
    max-width: none;
    margin-top: 20px;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
  .values.management-page .image-block {
    position: inherit;
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
    height: 100%;
    max-width: none;
    top: 0;
    margin-top: 20px;
    text-align: center;
    right: 0;
  }
  .values.management-page .image-block img {
    height: 113vw;
    width: 113vw;
    max-width: 400px;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .values.management-page .image-block .desck {
    display: none;
  }
  .values.management-page .image-block .mobile {
    display: block;
  }
  /* skills section */
  .skills_management-page h2::after {
    content: url(./../img/skills-title-decor-mob.svg);
    margin-left: 0px;
    margin-top: 10px;
    width: 136px;
    left: 140px;
  }
  .skills_management-page .content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 20px;
  }
  .skills_management-page .content .left {
    height: 100%;
    position: relative;
  }
  .skills_management-page .content .image {
    position: inherit;
    top: 0;
    padding-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 400px;
    left: -8px;
    padding: 50px 0 15px 0;
  }
  .skills_management-page .content .image img {
    width: 100%;
  }
  .skills_management-page .content .items {
    padding: 50px 17px 0px 15px;
    gap: 0;
  }
  .skills_management-page .content .items::before {
    content: "";
    width: 1px;
    height: 135%;
    left: 35px;
  }
  .skills_management-page .content .skill {
    gap: 13px;
  }
  .skills_management-page .content .skill:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .skills_management-page .content .skill .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    margin-top: 11px;
  }
  .skills_management-page .content .skill li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    padding-left: 0px;
  }
  .skills_management-page .content .skill li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .skills_management-page .content .skill li::before {
    width: 10px;
    height: 10px;
    left: -15px;
    top: 3px;
  }
  .skills_management-page .content .icon {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding-bottom: 5px;
  }
  .skills_management-page .content .icon p {
    font-size: 25px;
    line-height: 16.735px; /* 66.939% */
  }
  /* partners section */
  .partners.management-page {
    padding-top: 110px;
    overflow: visible;
  }
  .partners.management-page h2 {
    max-width: 250px;
  }
  .partners.management-page h2 .desck {
    display: none;
  }
  .partners.management-page h2 .mobile {
    display: inline;
  }
  .partners.management-page h2::after {
    background-image: url(../img/light-mob.svg);
    width: 230px;
    bottom: 0;
    left: 54px;
    height: 142px;
    background-size: cover;
  }
  /* block section   */
  .blog.management-page {
    padding-top: 90px;
  }
  .blog.management-page .article {
    display: grid;
  }
  .blog.management-page .sub-title span {
    color: #ff6b00;
  }
  .blog.management-page .slick-arrow {
    bottom: 0;
  }
  .blog.management-page .button span {
    display: inline;
  }
  .blog.management-page .button-orange {
    margin-right: 0px;
    margin-top: 35px;
  }
  .blog.management-page .button-orange span:nth-child(2) {
    display: none;
  }
  .blog.management-page .button-white {
    margin-top: 5px;
    margin-right: 10px;
  }
  .blog.management-page .button-white span:nth-child(2) {
    display: none;
  }
  /* faq section */
  .faq.management-page {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 */
/* colors */
/* mixin */
/* main section */
.main.branding-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main.branding-page .container {
  text-align: left;
  display: block;
}
.main.branding-page .main-title {
  font-size: 55px;
  line-height: 50px; /* 90.909% */
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
  text-transform: none;
  z-index: 2;
  position: relative;
}
.main.branding-page .sub-title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  max-width: 580px;
  z-index: 2;
  position: relative;
}
.main.branding-page .main-image {
  position: absolute;
  right: 60px;
  top: -26px;
  width: 55vw;
  max-width: 797px;
  z-index: 1;
}
.main.branding-page .main-image img {
  width: 100%;
  height: 100%;
}
.main.branding-page .main-image .desck {
  display: block;
}
.main.branding-page .main-image .mobile {
  display: none;
}
.main.branding-page .main-buttons {
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
.main.branding-page .main-buttons .button {
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  width: 300px;
}

/*   values  */
.values.branding-page {
  padding: 120px 0 100px 0;
}
.values.branding-page .container {
  display: block;
  z-index: 3;
  position: relative;
}
.values.branding-page .container h2 {
  max-width: 700px;
}
.values.branding-page .faq-items {
  display: grid;
  grid-template-columns: 507px;
  gap: 0;
}
.values.branding-page .faq-items .faq-item {
  border-bottom: solid 2px #3f3f3f;
  padding: 15px 0;
}
.values.branding-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.branding-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.branding-page .faq-items .question {
  padding: 0;
  display: flex;
  align-items: start;
  gap: 12px;
}
.values.branding-page .faq-items .question p {
  color: #ff6b00;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: inline-block;
  width: calc(100% - 40px);
}
.values.branding-page .faq-items .question span {
  opacity: 1;
  margin-bottom: 0;
}
.values.branding-page .faq-items .question .icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  right: 0;
  top: 0px;
}
.values.branding-page .faq-items .answer p {
  padding-left: 40px;
}
.values.branding-page .faq-items .answer ol {
  list-style: inherit;
  margin-bottom: 30px;
  padding-left: 40px;
  list-style-type: decimal;
  list-style-position: inside;
}
.values.branding-page .faq-items .answer ol li {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 5px;
  max-width: 90%;
}
.values.branding-page .faq-items .close .answer {
  height: 0;
}
.values.branding-page .faq-items .open {
  border: none;
  padding-bottom: 0;
}
.values.branding-page .faq-items .open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.values.branding-page .faq-items .open .question .icon {
  background-color: #ffdcbc;
}
.values.branding-page .faq-items .open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #3f3f3f;
}
.values.branding-page .faq-items .open .answer p {
  font-size: 16px;
}
.values.branding-page .button {
  max-width: 300px;
  margin-top: 35px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.values.branding-page .image-block {
  position: absolute;
  width: 59vw;
  max-width: 854px;
  max-height: 825px;
  right: 0;
  top: inherit;
  bottom: 0px;
}
.values.branding-page .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.values.branding-page .image-block .desck {
  display: block;
}
.values.branding-page .image-block .mobile {
  display: none;
}

/* skills section */
.skills_branding-page {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.skills_branding-page h2 {
  position: relative;
}
.skills_branding-page h2::after {
  position: absolute;
  content: url(./../img/skills-title-decor.svg);
  z-index: 2;
  margin-left: 20px;
  margin-top: 20px;
  width: 262px;
}
.skills_branding-page .content {
  border-radius: 50px;
  background-color: #1a1a1a;
  background-image: url(./../img/skills-back.svg);
  margin-top: 45px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(38%, 550px) 1fr;
  gap: 0px;
  position: relative;
}
.skills_branding-page .content .left {
  height: 100%;
  position: relative;
}
.skills_branding-page .content .image { /* Safari */
  position: sticky;
  top: 0px;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 50px 0 50px 50px;
}
.skills_branding-page .content .image img {
  width: 100%;
}
.skills_branding-page .content .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding: 100px 100px 100px 0px;
}
.skills_branding-page .content .items::before {
  content: "";
  width: 2px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 99px;
  z-index: 0;
  top: 0px;
}
.skills_branding-page .content .skill {
  display: flex;
  gap: 30px;
  color: #f7f7f7;
  z-index: 3;
  padding-left: 50px;
}
.skills_branding-page .content .skill:not(:last-of-type) {
  margin-bottom: 50px;
}
.skills_branding-page .content .skill .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ff6b00;
  margin-bottom: 20px;
}
.skills_branding-page .content .skill li {
  font-family: "Commissioner";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  position: relative;
  padding-left: 26px;
}
.skills_branding-page .content .skill li:not(:last-of-type) {
  margin-bottom: 10px;
}
.skills_branding-page .content .skill li::before {
  content: "";
  background-image: url(./../img/li-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 16px;
  height: 14px;
  left: 0;
  padding-top: 2px;
  margin-top: 5px;
}
.skills_branding-page .content .icon {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills_branding-page .content .icon p {
  font-family: "Kukurudza";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  color: #1a1a1a;
  margin-top: 0;
}

/* partners section */
.partners.branding-page {
  padding-top: 164px;
  overflow: visible;
}
.partners.branding-page h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.partners.branding-page h2 .desck {
  display: inline;
  color: #1a1a1a;
}
.partners.branding-page h2 .mobile {
  display: none;
  color: #1a1a1a;
}
.partners.branding-page h2 span:last-of-type {
  color: #ff6b00;
}
.partners.branding-page h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -142px;
  left: 213px;
  width: 363px;
}

/* block section   */
.blog.branding-page {
  padding-top: 100px;
}
.blog.branding-page .sub-title span {
  color: #ff6b00;
}
.blog.branding-page .button-orange {
  margin-right: 10px;
}

/* media */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* header bottom business page */
  .header-bottom.branding-page {
    display: none;
  }
  /* main section */
  .main.branding-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .main.branding-page .main-title {
    font-size: 40px;
    line-height: 35px; /* 90% */
    margin-bottom: 10px;
  }
  .main.branding-page .sub-title {
    font-family: "Commissioner";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
  }
  .main.branding-page .main-image {
    position: inherit;
    right: 0px;
    top: 0px;
    width: 110%;
    max-width: 350px;
    margin-top: 34px;
    margin-left: -10px;
  }
  .main.branding-page .main-image .desck {
    display: none;
  }
  .main.branding-page .main-image .mobile {
    display: block;
  }
  .main.branding-page .main-buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .main.branding-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    width: 100%;
  }
  /*   values  */
  .values.branding-page {
    padding: 100px 0 50px 0;
  }
  .values.branding-page h2 {
    font-size: 30px;
    line-height: 25px; /* 83.333% */
    letter-spacing: -0.6px;
    margin-right: -5px;
  }
  .values.branding-page .faq-items {
    grid-template-columns: 100%;
  }
  .values.branding-page .faq-items .faq-item {
    border-bottom: solid 1px #3f3f3f;
    padding: 20px 0;
  }
  .values.branding-page .faq-items .question {
    align-items: center;
    gap: 5px;
  }
  .values.branding-page .faq-items .question p {
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    width: calc(100% - 65px);
  }
  .values.branding-page .faq-items .question span {
    max-width: 27px;
    line-height: 0;
  }
  .values.branding-page .faq-items .question span img {
    width: 100%;
  }
  .values.branding-page .faq-items .question .icon {
    background-color: #f7f7f7;
    border-radius: 50%;
    right: 0;
    top: 0px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .values.branding-page .faq-items .answer p {
    padding-left: 0px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 10px;
  }
  .values.branding-page .faq-items .answer ol {
    margin-bottom: 20px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .values.branding-page .faq-items .answer ol li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-bottom: 3px;
    max-width: 90%;
  }
  .values.branding-page .faq-items .close .answer {
    height: 0;
  }
  .values.branding-page .faq-items .open {
    border: none;
    padding-bottom: 0;
  }
  .values.branding-page .faq-items .open .question {
    border-bottom: none;
    height: -moz-fit-content;
    height: fit-content;
  }
  .values.branding-page .faq-items .open .question .icon {
    background-color: #ffdcbc;
  }
  .values.branding-page .faq-items .open .answer {
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: solid 1px #3f3f3f;
  }
  .values.branding-page .faq-items .open .answer p {
    font-size: 14px;
  }
  .values.branding-page .button {
    max-width: none;
    margin-top: 535px;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
  .values.branding-page .image-block {
    width: 100vw;
    height: auto;
    max-width: 430px;
    margin-left: auto;
    text-align: center;
    left: 0;
  }
  .values.branding-page .image-block img {
    width: 100%;
    height: auto;
  }
  .values.branding-page .image-block .desck {
    display: none;
  }
  .values.branding-page .image-block .mobile {
    display: block;
  }
  /* skills section */
  .skills_branding-page h2::after {
    content: url(./../img/skills-title-decor-mob.svg);
    margin-left: 0px;
    margin-top: 10px;
    width: 136px;
    left: 140px;
  }
  .skills_branding-page .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    width: 100%;
    background-image: none;
    background-color: transparent;
  }
  .skills_branding-page .content .left {
    height: 100%;
    position: relative;
    text-align: center;
  }
  .skills_branding-page .content .image {
    position: initial;
    top: 0;
    padding-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .skills_branding-page .content .image img {
    width: 100%;
  }
  .skills_branding-page .content .items {
    padding: 50px 17px 30px 15px;
    gap: 0;
    border-radius: 20px;
    background-color: #1a1a1a;
    background-image: url(./../img/skills-back.svg);
  }
  .skills_branding-page .content .items::before {
    content: "";
    width: 1px;
    height: 135%;
    left: 35px;
  }
  .skills_branding-page .content .skill {
    gap: 13px;
    padding-left: 0;
  }
  .skills_branding-page .content .skill:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .skills_branding-page .content .skill .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    margin-top: 11px;
  }
  .skills_branding-page .content .skill li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    padding-left: 0px;
  }
  .skills_branding-page .content .skill li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .skills_branding-page .content .skill li::before {
    width: 10px;
    height: 10px;
    left: -15px;
    top: 3px;
    margin-top: 0px;
  }
  .skills_branding-page .content .icon {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding-bottom: 5px;
  }
  .skills_branding-page .content .icon p {
    font-size: 25px;
    line-height: 16.735px; /* 66.939% */
  }
  /* partners section */
  .partners.branding-page {
    padding-top: 110px;
    overflow: visible;
  }
  .partners.branding-page h2 {
    max-width: 250px;
  }
  .partners.branding-page h2 .desck {
    display: none;
  }
  .partners.branding-page h2 .mobile {
    display: inline;
  }
  .partners.branding-page h2::after {
    background-image: url(../img/light-mob.svg);
    width: 230px;
    bottom: 0;
    left: 54px;
    height: 142px;
    background-size: cover;
  }
  /* block section   */
  .blog.branding-page {
    padding-top: 90px;
  }
  .blog.branding-page .article {
    display: grid;
  }
  .blog.branding-page .sub-title span {
    color: #ff6b00;
  }
  .blog.branding-page .slick-arrow {
    bottom: 0;
  }
  .blog.branding-page .button span {
    display: inline;
  }
  .blog.branding-page .button-orange {
    margin-right: 0px;
    margin-top: 35px;
  }
  .blog.branding-page .button-orange span:nth-child(2) {
    display: none;
  }
  .blog.branding-page .button-white {
    margin-top: 5px;
    margin-right: 10px;
  }
  .blog.branding-page .button-white span:nth-child(2) {
    display: none;
  }
  /* faq section */
  .faq.branding-page {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 */
/* colors */
/* mixin */
/* main section */
.main.strategy-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main.strategy-page .container {
  text-align: left;
  display: block;
}
.main.strategy-page .main-title {
  font-size: 55px;
  line-height: 50px; /* 90.909% */
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
  text-transform: none;
  z-index: 2;
  position: relative;
}
.main.strategy-page .sub-title {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
  max-width: 500px;
  z-index: 2;
  position: relative;
}
.main.strategy-page .main-image {
  position: absolute;
  right: 60px;
  top: -26px;
  width: 52vw;
  max-width: 797px;
  z-index: 1;
}
.main.strategy-page .main-image img {
  width: 100%;
  height: 100%;
}
.main.strategy-page .main-image .desck {
  display: block;
}
.main.strategy-page .main-image .mobile {
  display: none;
}
.main.strategy-page .main-buttons {
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
.main.strategy-page .main-buttons .button {
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
  width: 300px;
}

/*   values  */
.values.strategy-page {
  padding: 120px 0 100px 0;
}
.values.strategy-page .container {
  display: block;
  z-index: 3;
  position: relative;
}
.values.strategy-page .container h2 {
  max-width: 700px;
}
.values.strategy-page .faq-items {
  display: grid;
  grid-template-columns: 507px;
  gap: 0;
}
.values.strategy-page .faq-items .faq-item {
  border-bottom: solid 2px #3f3f3f;
  padding: 15px 0;
}
.values.strategy-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.strategy-page .faq-items .faq-item:last-of-type {
  border: none;
}
.values.strategy-page .faq-items .question {
  padding: 0;
  display: flex;
  align-items: start;
  gap: 12px;
}
.values.strategy-page .faq-items .question p {
  color: #ff6b00;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: inline-block;
  width: calc(100% - 40px);
}
.values.strategy-page .faq-items .question span {
  opacity: 1;
  margin-bottom: 0;
}
.values.strategy-page .faq-items .question .icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  right: 0;
  top: 0px;
}
.values.strategy-page .faq-items .answer p {
  padding-left: 40px;
}
.values.strategy-page .faq-items .answer p b {
  font-weight: 600;
}
.values.strategy-page .faq-items .answer ol {
  list-style: inherit;
  margin-bottom: 30px;
  padding-left: 40px;
  list-style-type: decimal;
  list-style-position: inside;
}
.values.strategy-page .faq-items .answer ol li {
  font-family: "Commissioner";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  margin-bottom: 5px;
  max-width: 90%;
}
.values.strategy-page .faq-items .close .answer {
  height: 0;
}
.values.strategy-page .faq-items .open {
  border: none;
  padding-bottom: 0;
}
.values.strategy-page .faq-items .open .question {
  border-bottom: none;
  height: -moz-fit-content;
  height: fit-content;
}
.values.strategy-page .faq-items .open .question .icon {
  background-color: #ffdcbc;
}
.values.strategy-page .faq-items .open .answer {
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 2px #3f3f3f;
}
.values.strategy-page .faq-items .open .answer p {
  font-size: 16px;
}
.values.strategy-page .button {
  max-width: 300px;
  margin-top: 35px;
  height: 60px;
  font-size: 20px;
  line-height: 15px; /* 75% */
}
.values.strategy-page .image-block {
  position: absolute;
  width: auto;
  max-width: 700px;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  bottom: inherit;
}
.values.strategy-page .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.values.strategy-page .image-block .desck {
  display: block;
}
.values.strategy-page .image-block .mobile {
  display: none;
}

/* skills section */
.skills_strategy-page {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 4;
  overflow: visible;
}
.skills_strategy-page h2 {
  position: relative;
}
.skills_strategy-page h2::after {
  position: absolute;
  content: url(./../img/skills-title-decor.svg);
  z-index: 2;
  margin-left: 20px;
  margin-top: 20px;
  width: 262px;
}
.skills_strategy-page .content {
  border-radius: 50px;
  background-color: #1a1a1a;
  background-image: url(./../img/skills-back.svg);
  margin-top: 45px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(38%, 550px) 1fr;
  gap: 0px;
  position: relative;
}
.skills_strategy-page .content .left {
  height: 100%;
  position: relative;
}
.skills_strategy-page .content .image { /* Safari */
  position: sticky;
  top: 0px;
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0px 0 50px 50px;
}
.skills_strategy-page .content .image img {
  width: 100%;
}
.skills_strategy-page .content .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding: 100px 100px 100px 0px;
}
.skills_strategy-page .content .items::before {
  content: "";
  width: 2px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 99px;
  z-index: 0;
  top: 0px;
}
.skills_strategy-page .content .skill {
  display: flex;
  gap: 30px;
  color: #f7f7f7;
  z-index: 3;
  padding-left: 50px;
}
.skills_strategy-page .content .skill:not(:last-of-type) {
  margin-bottom: 50px;
}
.skills_strategy-page .content .skill .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ff6b00;
  margin-bottom: 20px;
}
.skills_strategy-page .content .skill li {
  font-family: "Commissioner";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 125% */
  position: relative;
  padding-left: 26px;
}
.skills_strategy-page .content .skill li:not(:last-of-type) {
  margin-bottom: 10px;
}
.skills_strategy-page .content .skill li::before {
  content: "";
  background-image: url(./../img/li-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 16px;
  height: 14px;
  left: 0;
  padding-top: 2px;
  margin-top: 5px;
}
.skills_strategy-page .content .icon {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills_strategy-page .content .icon p {
  font-family: "Kukurudza";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 100% */
  color: #1a1a1a;
  margin-top: 0;
}

/* faq section */
.faq.strategy-page {
  padding-top: 0;
}
.faq.strategy-page .faq-items .question .icon {
  background-color: #ffdcbc;
}
.faq.strategy-page .faq-items .open .question .icon {
  background-color: #ff6b00;
}

/* partners section */
.partners.strategy-page {
  padding-top: 164px;
  overflow: visible;
}
.partners.strategy-page h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.partners.strategy-page h2 .desck {
  display: inline;
  color: #1a1a1a;
}
.partners.strategy-page h2 .mobile {
  display: none;
  color: #1a1a1a;
}
.partners.strategy-page h2 span:last-of-type {
  color: #ff6b00;
}
.partners.strategy-page h2::after {
  position: absolute;
  content: "";
  background-image: url(../img/light.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -142px;
  left: 213px;
  width: 363px;
}

/* block section   */
.blog.strategy-page {
  padding-top: 100px;
}
.blog.strategy-page .sub-title span {
  color: #ff6b00;
}
.blog.strategy-page .button-orange {
  margin-right: 10px;
}

/* media */
/* Large desktops and laptops */
@media (max-width: 1040px) {
  .values.strategy-page .image-block {
    max-width: 500px;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1299px) {
  .main.strategy-page .main-image {
    width: 48vw;
  }
  .values.strategy-page .image-block {
    max-width: 600px;
  }
}
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
  /* header bottom business page */
  .header-bottom.strategy-page {
    display: none;
  }
  /* main section */
  .main.strategy-page {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .main.strategy-page .main-title {
    font-size: 30px;
    line-height: 27px; /* 90% */
    margin-bottom: 10px;
  }
  .main.strategy-page .sub-title {
    font-family: "Commissioner";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 114.286% */
  }
  .main.strategy-page .main-image {
    position: inherit;
    right: 0px;
    top: 0px;
    width: 110%;
    max-width: 350px;
    margin-top: 34px;
    margin-left: -10px;
  }
  .main.strategy-page .main-image .desck {
    display: none;
  }
  .main.strategy-page .main-image .mobile {
    display: block;
  }
  .main.strategy-page .main-buttons {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .main.strategy-page .main-buttons .button {
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    width: 100%;
  }
  /*   values  */
  .values.strategy-page {
    padding: 100px 0 35px 0;
  }
  .values.strategy-page h2 {
    font-size: 30px;
    line-height: 25px; /* 83.333% */
    letter-spacing: -0.6px;
    margin-right: -5px;
  }
  .values.strategy-page .faq-items {
    grid-template-columns: 100%;
  }
  .values.strategy-page .faq-items .faq-item {
    border-bottom: solid 1px #3f3f3f;
    padding: 20px 0;
  }
  .values.strategy-page .faq-items .question {
    align-items: center;
    gap: 5px;
  }
  .values.strategy-page .faq-items .question p {
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    width: calc(100% - 65px);
  }
  .values.strategy-page .faq-items .question span {
    max-width: 27px;
    line-height: 0;
  }
  .values.strategy-page .faq-items .question span img {
    width: 100%;
  }
  .values.strategy-page .faq-items .question .icon {
    background-color: #f7f7f7;
    border-radius: 50%;
    right: 0;
    top: 0px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .values.strategy-page .faq-items .answer p {
    padding-left: 0px;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-top: 10px;
  }
  .values.strategy-page .faq-items .answer ol {
    margin-bottom: 20px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .values.strategy-page .faq-items .answer ol li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    margin-bottom: 3px;
    max-width: 90%;
  }
  .values.strategy-page .faq-items .close .answer {
    height: 0;
  }
  .values.strategy-page .faq-items .open {
    border: none;
    padding-bottom: 0;
  }
  .values.strategy-page .faq-items .open .question {
    border-bottom: none;
    height: -moz-fit-content;
    height: fit-content;
  }
  .values.strategy-page .faq-items .open .question .icon {
    background-color: #ffdcbc;
  }
  .values.strategy-page .faq-items .open .answer {
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: solid 1px #3f3f3f;
  }
  .values.strategy-page .faq-items .open .answer p {
    font-size: 14px;
  }
  .values.strategy-page .button {
    max-width: none;
    margin-top: -37px;
    height: 50px;
    font-size: 16px;
    line-height: 10px; /* 62.5% */
    letter-spacing: -0.32px;
    text-transform: uppercase;
  }
  .values.strategy-page .image-block {
    position: relative;
    width: 116vw;
    height: auto;
    left: -12px;
    max-width: 430px;
  }
  .values.strategy-page .image-block img {
    width: 100%;
    height: auto;
  }
  .values.strategy-page .image-block .desck {
    display: none;
  }
  .values.strategy-page .image-block .mobile {
    display: block;
  }
  /* skills section */
  .skills_strategy-page h2::after {
    content: url(./../img/skills-title-decor-mob.svg);
    margin-left: 0px;
    margin-top: 10px;
    width: 136px;
    left: 140px;
  }
  .skills_strategy-page .content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    border-radius: 20px;
  }
  .skills_strategy-page .content .left {
    height: 100%;
    position: relative;
  }
  .skills_strategy-page .content .image {
    position: inherit;
    top: 0;
    padding-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 400px;
    left: 0px;
    padding: 0px 12px 25px 15px;
  }
  .skills_strategy-page .content .image img {
    width: 100%;
  }
  .skills_strategy-page .content .items {
    padding: 50px 17px 0px 15px;
    gap: 0;
  }
  .skills_strategy-page .content .items::before {
    content: "";
    width: 1px;
    height: 125%;
    left: 35px;
  }
  .skills_strategy-page .content .skill {
    gap: 13px;
    padding-left: 0;
  }
  .skills_strategy-page .content .skill:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .skills_strategy-page .content .skill .title {
    font-size: 20px;
    line-height: 18px; /* 90% */
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    margin-top: 11px;
  }
  .skills_strategy-page .content .skill li {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    padding-left: 0px;
  }
  .skills_strategy-page .content .skill li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .skills_strategy-page .content .skill li::before {
    width: 10px;
    height: 10px;
    left: -15px;
    top: 3px;
    margin-top: 0px;
  }
  .skills_strategy-page .content .icon {
    min-width: 41px;
    width: 41px;
    height: 41px;
    padding-bottom: 5px;
  }
  .skills_strategy-page .content .icon p {
    font-size: 25px;
    line-height: 16.735px; /* 66.939% */
  }
  /* partners section */
  .partners.strategy-page {
    padding-top: 110px;
    overflow: visible;
  }
  .partners.strategy-page h2 {
    max-width: 250px;
  }
  .partners.strategy-page h2 .desck {
    display: none;
  }
  .partners.strategy-page h2 .mobile {
    display: inline;
  }
  .partners.strategy-page h2::after {
    background-image: url(../img/light-mob.svg);
    width: 230px;
    bottom: 0;
    left: 54px;
    height: 142px;
    background-size: cover;
  }
  /* block section   */
  .blog.strategy-page {
    padding-top: 90px;
  }
  .blog.strategy-page .article {
    display: grid;
  }
  .blog.strategy-page .sub-title span {
    color: #ff6b00;
  }
  .blog.strategy-page .slick-arrow {
    bottom: 0;
  }
  .blog.strategy-page .button span {
    display: inline;
  }
  .blog.strategy-page .button-orange {
    margin-right: 0px;
    margin-top: 35px;
  }
  .blog.strategy-page .button-orange span:nth-child(2) {
    display: none;
  }
  .blog.strategy-page .button-white {
    margin-top: 5px;
    margin-right: 10px;
  }
  .blog.strategy-page .button-white span:nth-child(2) {
    display: none;
  }
  /* faq section */
  .faq.strategy-page {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
/* Portrait phones and smaller */
/* Iphone 5 *//*# sourceMappingURL=main.css.map */