@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 120%;
  font-size: 16px;
  font-family: "Roboto Slab";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*-------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Earth";
  font-weight: 700;
  src: url("../fonts/earths-mightiest-bold-cyrillic.otf");
}
.header_container {
  width: 100%;
  max-width: 1796px;
  padding: 45px 15px;
  padding-bottom: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.header__left {
  width: 100%;
  max-width: 463px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.header__left-item {
  width: 99.604px;
  height: 89.957px;
}
.header__left-item img {
  width: 100%;
  height: auto;
}

.header__left-item2 {
  width: 132.77px;
  height: 49.58px;
}
.header__left-item2 img {
  width: 100%;
  height: auto;
}

.header__left-item3 {
  width: 91.9px;
  height: 79.58px;
}
.header__left-item3 img {
  width: 100%;
  height: auto;
}

.header__nav {
  width: 100%;
  max-width: 1300px;
  position: relative;
  padding-right: 156px;
  padding-left: 76px;
}
.header__nav::after {
  position: absolute;
  top: -45px;
  right: 0;
  content: "";
  width: 1299.11px;
  height: 221.599px;
  background-image: url(../img/hnavoblako.svg);
  background-size: cover;
  z-index: -1;
}
.header__nav ul {
  width: 100%;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.header__nav ul li:first-child {
  margin-bottom: 20px;
}
.menu__icon {
  display: none;
}

@media (max-width: 1420px) {
  .header_container {
    width: 100%;
    max-width: 1796px;
    padding: 25px 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  .header__left {
    width: 100%;
    max-width: 463px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-left: 76px;
  }
  .header__left-item {
    width: 99.604px;
    height: 89.957px;
  }
  .header__left-item2 {
    width: 132.77px;
    height: 49.58px;
  }
  .header__left-item3 {
    width: 91.9px;
    height: 79.58px;
  }
  .header__nav {
    width: 100%;
    max-width: 1300px;
    padding-right: 100px;
    padding-left: 76px;
  }
  .header__nav::after {
    position: absolute;
    top: -45px;
    right: 0;
    content: "";
    width: 1299.11px;
    height: 221.599px;
  }
  .header__nav ul {
    width: 100%;
    max-width: 1300px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1160px) {
  .header_container {
    width: 100%;
    max-width: 1796px;
    padding: 25px 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  .header__left {
    width: 100%;
    max-width: 400px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-left: 15px;
  }
  .header__left-item {
    width: 99.604px;
    height: 89.957px;
  }
  .header__left-item img {
    width: 90%;
    height: 90%;
  }
  .header__left-item2 {
    width: 132.77px;
    height: 49.58px;
  }
  .header__left-item2 img {
    width: 90%;
    height: 90%;
  }
  .header__left-item3 {
    width: 91.9px;
    height: 79.58px;
  }
  .header__left-item3 img {
    width: 90%;
    height: 90%;
  }
  .header__nav {
    width: 100%;
    max-width: 1300px;
    padding-right: 100px;
    padding-left: 15px;
  }
  .header__nav::after {
    position: absolute;
    top: -45px;
    right: 0;
    content: "";
    width: 1299.11px;
    height: 221.599px;
  }
  .header__nav ul {
    width: 100%;
    max-width: 1300px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header__nav ul li a img {
    width: 90%;
    height: 90%;
  }
}
@media (max-width: 992px) {
  .menu__icon {
    display: block;
    cursor: pointer;
    position: relative;
    height: 20px;
    width: 30px;
    z-index: 80;
  }
  .menu__icon span {
    position: absolute;
    background-color: #000000;
    left: 0;
    width: 100%;
    height: 10%;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__icon::after,
  .menu__icon::before {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    left: 0;
    height: 10%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .header_container {
    width: 100%;
    max-width: 1796px;
    padding: 20px 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .header__left {
    width: auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-left: 0px;
  }
  .header__left-item {
    width: 60px;
    height: auto;
  }
  .header__left-item img {
    width: 100%;
    height: 100%;
  }
  .header__left-item2 {
    width: 80px;
    height: auto;
  }
  .header__left-item2 img {
    width: 100%;
    height: 100%;
  }
  .header__left-item3 {
    width: 60px;
    height: auto;
  }
  .header__left-item3 img {
    width: 100%;
    height: 100%;
  }
  .header__nav {
    padding: 0px;
    max-width: none;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    max-width: none;
    height: 100%;
    z-index: 10;
    padding-top: 30px;
    margin-top: 94.59px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: rgba(48, 64, 91, 0.1);
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
  .header__nav::after {
    display: none;
  }
  .header__nav ul {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__nav ul li {
    text-align: center;
    padding: 20px 0;
  }
  .header__nav ul li:first-child {
    margin-bottom: 0px;
  }
  ._active::after, ._active::before {
    background-color: #000000;
  }
  .menu__icon {
    display: block;
  }
  ._active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  ._active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  ._active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  ._actived {
    left: 0%;
  }
}
.section__top {
  position: relative;
  height: 1300px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.section__top::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 904.349px;
  height: 1272.444px;
  background-image: url(../img/slider-bg.svg);
  background-size: cover;
}

.section__top-container {
  max-width: 1950px;
  padding: 0px 15px;
  margin: 0 auto;
}

.section__top-abs {
  z-index: 3;
  position: absolute;
  left: 90px;
  top: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section__top-abs::after {
  content: "";
  position: absolute;
  top: 310px;
  left: -60px;
  width: 23.91px;
  height: 297.77px;
  background-image: url(../img/next.svg);
  background-size: cover;
}

.section__top-abs-title {
  width: 100%;
  max-width: 817px;
}
.section__top-abs-title img {
  width: 100%;
  height: auto;
}

.section__top-abs-button {
  color: #FFF;
  font-size: 32.851px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 30px 10px 30px;
  border-radius: 70px;
  background-color: #D94A3D;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 94px;
  text-transform: uppercase;
}

.section__top-swiper {
  height: 1300px;
}

.section__top-slide {
  height: 1000px;
  opacity: 0 !important;
  width: 100%;
}
.section__top-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: right;
     object-position: right;
  height: 100%;
  max-height: 1300px;
}
.section__top-slide:nth-child(2) img {
  max-height: 950px;
}
.section__top-slide:nth-child(3) img {
  max-height: 950px;
}

.swiper-pagination {
  position: absolute !important;
  bottom: 478px !important;
  left: 120px !important;
  width: auto !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 22px !important;
  height: 22px !important;
  background: #D94A3D !important;
  opacity: 0.3 !important;
  margin: 0 25px !important;
}
.swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-slide-prev {
  opacity: 0 !important;
}

.swiper-slide-next {
  opacity: 0 !important;
}

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

@media (max-width: 1760px) {
  .section__top {
    height: 1000px;
  }
  .section__top::after {
    width: 720.349px;
    height: 1017.444px;
  }
  .section__top-slide {
    height: 1000px;
    opacity: 0 !important;
    width: 100%;
  }
  .section__top-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: right;
       object-position: right;
    height: 100%;
    max-height: 1000px;
  }
  .section__top-slide:nth-child(2) img {
    max-height: 750px;
  }
  .section__top-slide:nth-child(3) img {
    max-height: 750px;
  }
  .swiper-slide-prev {
    opacity: 0 !important;
  }
  .swiper-slide-next {
    opacity: 0 !important;
  }
  .swiper-slide-active {
    opacity: 1 !important;
  }
  .section__top-abs {
    left: 90px;
    top: 220px;
  }
  .section__top-abs::after {
    top: 310px;
    left: -60px;
    width: 23.91px;
    height: 297.77px;
  }
  .section__top-abs-title {
    width: 100%;
    max-width: 700px;
  }
  .section__top-abs-title img {
    width: 100%;
    height: auto;
  }
  .section__top-abs-button {
    margin-top: 40px;
  }
}
@media (max-width: 1500px) {
  .section__top {
    height: 800px;
  }
  .section__top::after {
    width: 488.349px;
    height: 701.444px;
  }
  .section__top-slide {
    height: 800px;
    opacity: 0 !important;
    width: 100%;
  }
  .section__top-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: right;
       object-position: right;
    height: 100%;
    max-height: 800px;
  }
  .section__top-slide:nth-child(2) img {
    max-height: 600px;
  }
  .section__top-slide:nth-child(3) img {
    max-height: 600px;
  }
  .swiper-slide-prev {
    opacity: 0 !important;
  }
  .swiper-slide-next {
    opacity: 0 !important;
  }
  .swiper-slide-active {
    opacity: 1 !important;
  }
  .section__top-abs {
    left: 90px;
    top: 100px;
  }
  .section__top-abs::after {
    top: 100px;
    left: -60px;
    width: 23.91px;
    height: 297.77px;
  }
  .section__top-abs-title {
    width: 100%;
    max-width: 500px;
  }
  .section__top-abs-button {
    margin-top: 40px;
    font-size: 26px;
  }
  .swiper-pagination {
    position: absolute !important;
    bottom: 300px !important;
    left: 100px !important;
    width: auto !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background: #D94A3D !important;
    opacity: 0.3 !important;
    margin: 0 20px !important;
  }
  .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0px !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
}
@media (max-width: 1200px) {
  .section__top {
    height: 600px;
  }
  .section__top::after {
    width: 370.349px;
    height: 528.444px;
  }
  .section__top-slide {
    height: 600px;
    opacity: 0 !important;
    width: 100%;
  }
  .section__top-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: right;
       object-position: right;
    height: 100%;
    max-height: 600px;
  }
  .section__top-slide:nth-child(2) img {
    max-height: 500px;
  }
  .section__top-slide:nth-child(3) img {
    max-height: 500px;
  }
  .swiper-slide-prev {
    opacity: 0 !important;
  }
  .swiper-slide-next {
    opacity: 0 !important;
  }
  .swiper-slide-active {
    opacity: 1 !important;
  }
  .section__top-abs {
    left: 90px;
    top: 100px;
  }
  .section__top-abs::after {
    top: 30px;
    left: -60px;
    width: 23.91px;
    height: 297.77px;
  }
  .section__top-abs-title {
    width: 100%;
    max-width: 400px;
  }
  .section__top-abs-button {
    margin-top: 40px;
    font-size: 22px;
  }
  .swiper-pagination {
    position: absolute !important;
    bottom: 200px !important;
    left: 100px !important;
    width: auto !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: #D94A3D !important;
    opacity: 0.3 !important;
    margin: 0 14px !important;
  }
  .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0px !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
}
@media (max-width: 992px) {
  .section__top {
    height: auto;
  }
  .section__top::after {
    display: none;
    width: 370.349px;
    height: 528.444px;
    top: auto;
    bottom: 0;
  }
  .section__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    max-height: 800px;
  }
  .section__top-slide {
    height: auto;
    opacity: 0 !important;
    width: 100%;
  }
  .section__top-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: right;
       object-position: right;
    height: 100%;
    max-height: 500px;
  }
  .section__top-slide:nth-child(2) img {
    max-height: 500px;
  }
  .section__top-slide:nth-child(3) img {
    max-height: 500px;
  }
  .swiper-slide-prev {
    opacity: 0 !important;
  }
  .swiper-slide-next {
    opacity: 0 !important;
  }
  .swiper-slide-active {
    opacity: 1 !important;
  }
  .section__top-abs {
    position: relative;
    left: 15px;
    top: 50px;
  }
  .section__top-abs::after {
    display: none;
  }
  .section__top-abs-title {
    width: 100%;
    max-width: 300px;
  }
  .section__top-abs-button {
    margin-top: 20px;
    font-size: 18px;
  }
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 576px) {
  .section__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    max-height: 500px;
  }
  .section__top-slide {
    height: auto;
    opacity: 0 !important;
    width: 100%;
  }
  .section__top-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: right;
       object-position: right;
    height: 100%;
    max-height: 300px;
  }
  .section__top-slide:nth-child(2) img {
    max-height: 300px;
  }
  .section__top-slide:nth-child(3) img {
    max-height: 300px;
  }
  .swiper-slide-prev {
    opacity: 0 !important;
  }
  .swiper-slide-next {
    opacity: 0 !important;
  }
  .swiper-slide-active {
    opacity: 1 !important;
  }
  .section__top-abs {
    position: relative;
    left: 15px;
    top: 20px;
  }
  .section__top-abs::after {
    display: none;
  }
  .section__top-abs-title {
    width: 100%;
    max-width: 300px;
  }
  .section__top-abs-button {
    margin-top: 20px;
    font-size: 18px;
  }
  .swiper-pagination {
    display: none;
  }
}
.section__cat {
  margin-top: -350px;
}

.section__cat-container {
  max-width: 1790px;
  margin: 0 auto;
  padding: 15px;
}

.section__cat-title {
  color: #D94A3D;
  font-family: "Earth";
  font-size: 102.973px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section__cat-subtitle {
  margin-top: 30px;
  color: #82809C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 900px;
}

.section__cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section__cat-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__cat-cat-img {
  margin-left: 70px;
  width: 234.374px;
  height: 421.792px;
}
.section__cat-cat-img img {
  width: 100%;
  height: 100%;
}

.section__cat-cat-text {
  margin-top: -54px;
  background-image: url(../img/ramka.svg);
  background-size: cover;
  width: 805.482px;
  height: 304.022px;
  padding: 78px 50px 22px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.section__cat-cat-text p {
  color: #82809C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section__cat-right {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: -1;
  width: 100%;
  max-width: 1349.121px;
  height: 732.943px;
}
.section__cat-right img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1760px) {
  .section__cat {
    margin-top: -250px;
  }
}
@media (max-width: 1200px) {
  .section__cat {
    margin-top: -150px;
  }
}
@media (max-width: 1500px) {
  .section__cat-title {
    font-size: 80px;
  }
  .section__cat-subtitle {
    margin-top: 30px;
    font-size: 24px;
    max-width: 800px;
  }
  .section__cat-cat-img {
    margin-left: 70px;
    width: 180px;
    height: auto;
  }
  .section__cat-cat-img img {
    width: 100%;
    height: 100%;
  }
  .section__cat-cat-text {
    margin-top: -45px;
    background-image: url(../img/ramka.svg);
    background-size: cover;
    width: 681.482px;
    height: 255.022px;
    padding: 78px 50px 22px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .section__cat-cat-text p {
    font-size: 22px;
  }
  .section__cat-right {
    top: -40px;
    max-width: 1000.121px;
    height: auto;
  }
  .section__cat-right img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .section__cat-title {
    font-size: 80px;
  }
  .section__cat-subtitle {
    margin-top: 30px;
    font-size: 24px;
    max-width: 800px;
  }
  .section__cat-cat-img {
    margin-left: 70px;
    width: 125px;
  }
  .section__cat-cat-text {
    margin-top: -30px;
    background-image: url(../img/ramka.svg);
    background-size: cover;
    width: 541.482px;
    height: 202.022px;
    padding: 50px 35px 15px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
  .section__cat-cat-text p {
    font-size: 18px;
  }
  .section__cat-right {
    top: -50px;
    max-width: 800.121px;
    height: auto;
  }
  .section__cat-right img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .section__cat {
    margin-top: -150px;
  }
  .section__cat-title {
    font-size: 40px;
  }
  .section__cat-subtitle {
    margin-top: 20px;
    font-size: 16px;
    max-width: none;
  }
  .section__cat-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .section__cat-cat-img {
    margin-left: 30px;
    width: 85px;
  }
  .section__cat-cat-text {
    margin-top: -20px;
    background-image: url(../img/ramka.svg);
    background-size: cover;
    width: 337.482px;
    height: 127.022px;
    padding: 30px 25px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
  .section__cat-cat-text p {
    font-size: 12px;
  }
  .section__cat-right {
    position: relative;
    top: 0px;
    max-width: 800.121px;
    height: auto;
  }
  .section__cat-right img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .section__cat {
    margin-top: 0px;
  }
  .section__cat-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.section__news {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.section__news::after {
  position: absolute;
  content: "";
  top: -300px;
  right: 0;
  width: 170.202px;
  height: 860.52px;
  background-image: url(../img/news-el2.svg);
  background-size: cover;
  z-index: -1;
}
.section__news::before {
  position: absolute;
  content: "";
  top: 400px;
  left: 0;
  width: 346.494px;
  height: 1276.54px;
  z-index: -1;
  background-image: url(../img/news-el1.svg);
  background-size: cover;
}

.section__news-container {
  max-width: 1790px;
  margin: 0 auto;
  padding: 60px 15px 45px 15px;
}

.section__news-inner {
  overflow: hidden;
  background-image: url(../img/news-swipe-bg.svg);
  background-size: cover;
  width: 100%;
  max-width: 1327.519px;
  height: 948.94px;
  margin: 0 auto;
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__news-swiper {
  height: 680px;
  width: 100%;
  min-width: 0px;
  margin: 0 auto;
  overflow: hidden;
}
.section__news-swiper .swiper-pagination {
  bottom: 0px !important;
}

.section__news-swiper-inner {
  margin-left: 100px;
  max-width: 525.175px;
  overflow: hidden;
}

.section__news-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__news-slide-img {
  width: 100%;
  height: 365.119px;
  text-align: center;
}
.section__news-slide-img img {
  max-width: 100%;
  height: 100%;
}

.section__news-slide-text {
  color: #82809C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1366px) {
  .section__news-container {
    max-width: 1790px;
    margin: 0 auto;
    padding: 50px 15px 40px 15px;
  }
  .section__news-inner {
    max-width: 1000.519px;
    height: 714.94px;
    background-repeat: no-repeat;
  }
  .section__news-swiper {
    height: 550px;
    width: 100%;
    min-width: 0px;
    margin: 0 auto;
    overflow: hidden;
  }
  .section__news-swiper .swiper-pagination {
    bottom: 20px !important;
  }
  .section__news-swiper-inner {
    margin-left: 80px;
    max-width: 400px;
    overflow: hidden;
  }
  .section__news-slide {
    row-gap: 10px;
  }
  .section__news-slide-img {
    width: 100%;
    height: 270.119px;
    text-align: center;
  }
  .section__news-slide-img img {
    /*width: 100%;*/
    height: 100%;
  }
  .section__news-slide-text {
    color: #82809C;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .section__news::after {
    display: none;
  }
  .section__news::before {
    display: none;
  }
  .section__news-container {
    max-width: 1790px;
    margin: 0 auto;
    padding: 50px 15px 40px 15px;
  }
  .section__news-inner {
    max-width: 687.519px;
    height: 492.94px;
    background-repeat: no-repeat;
    margin-top: -20px;
  }
  .section__news-swiper {
    height: 400px;
    width: 100%;
    min-width: 0px;
    margin: 0 auto;
    overflow: hidden;
  }
  .section__news-swiper .swiper-pagination {
    bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    margin: 0 auto !important;
    left: 60px !important;
  }
  .section__news-swiper-inner {
    margin-left: 60px;
    max-width: 275px;
    overflow: hidden;
  }
  .section__news-slide {
    row-gap: 10px;
  }
  .section__news-slide-img {
    width: 100%;
    height: 190.119px;
    text-align: center;
  }
  .section__news-slide-img img {
    /*width: 100%;*/
    height: 100%;
  }
  .section__news-slide-text {
    color: #82809C;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .section__news-container {
    padding: 20px 15px 30px 15px;
  }
  .section__news-inner {
    max-width: 302.519px;
    height: 424.94px;
    background-repeat: no-repeat;
    background-image: url(../img/phone.svg);
    margin-top: 20px;
  }
  .section__news-swiper {
    height: 330px;
    width: 100%;
    min-width: 0px;
    margin: 0 auto;
    overflow: hidden;
  }
  .section__news-swiper .swiper-pagination {
    bottom: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    margin: 0 auto !important;
    left: 80px !important;
  }
  .section__news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #D94A3D !important;
    opacity: 0.3 !important;
    margin: 0 5px !important;
  }
  .section__news-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0px !important;
  }
  .section__news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
  }
  .section__news-swiper-inner {
    margin-left: 10px;
    max-width: 250px;
    overflow: hidden;
  }
  .section__news-slide {
    row-gap: 10px;
  }
  .section__news-slide-img {
    width: 100%;
    height: 190.119px;
    text-align: center;
  }
  .section__news-slide-img img {
    /*width: 100%;*/
    height: 100%;
  }
  .section__news-slide-text {
    color: #82809C;
    font-size: 14px;
  }
}
.section__who {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.section__who::after {
  right: 0;
  top: 30px;
  z-index: -1;
  content: "";
  background-image: url(../img/who-el.svg);
  background-size: cover;
  width: 169.819px;
  height: 1101.99px;
}
.section__who::before {
  right: 140px;
  bottom: -200px;
  z-index: -1;
  content: "";
  background-image: url(../img/who-oblako.svg);
  background-size: cover;
  width: 448.827px;
  height: 174.038px;
}

.section__who-container {
  width: 100%;
  max-width: 1790px;
  margin: 0 auto;
  padding: 50px 15px;
}

.section__who-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  margin-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__who-left {
  width: 100%;
  height: 100%;
  max-width: 661.642px;
  max-height: 727.297px;
}
.section__who-left img {
  width: 100%;
  height: 100%;
}

.section__who-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1089.118px;
}

.section__who-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.section__who-right-top-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.section__who-right-top-column-circle {
  margin-left: 30px;
}

.section__who-right-top-column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.section__who-right-top-column-title {
  color: #82809C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}

.section__who-right-top-column-tetx-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.section__who-right-top-column-tetx-ul li {
  color: #82809C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 18px;
}
.section__who-right-top-column-tetx-ul li::after {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 6.15px;
  height: 6.92px;
  background-color: #82809C;
}

.section__who-right-text {
  width: 100%;
  height: 100%;
  width: 1060.118px;
  max-height: 250.421px;
  background-image: url(../img/who-ramka.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px 90px 70px;
  color: #82809C;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1600px) {
  .section__who {
    position: relative;
  }
  .section__who-container {
    padding: 50px 15px;
  }
  .section__who-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    margin-top: 90px;
  }
  .section__who-left {
    width: 100%;
    height: 100%;
    max-width: 661.642px;
    max-height: 727.297px;
  }
  .section__who-left img {
    width: 100%;
    height: 100%;
  }
  .section__who-right {
    max-width: 900.118px;
  }
  .section__who-right-top {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section__who-right-top-column {
    row-gap: 40px;
  }
  .section__who-right-top-column-circle {
    margin-left: 30px;
  }
  .section__who-right-top-column-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .section__who-right-top-column-title {
    font-size: 26px;
  }
  .section__who-right-top-column-tetx-ul {
    row-gap: 17px;
  }
  .section__who-right-top-column-tetx-ul li {
    font-size: 26px;
    padding-left: 18px;
  }
  .section__who-right-text {
    width: 100%;
    height: 100%;
    width: 910.118px;
    max-height: 216.421px;
    font-size: 24px;
    padding: 30px 0px 90px 70px;
  }
}
@media (max-width: 1360px) {
  .section__who {
    position: relative;
  }
  .section__who-container {
    padding: 50px 15px;
  }
  .section__who-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    margin-top: 90px;
  }
  .section__who-left {
    display: none;
  }
  .section__who-right {
    margin: 0 auto;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__who-right-top {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section__who-right-top-column {
    row-gap: 40px;
  }
  .section__who-right-top-column-circle {
    margin-left: 30px;
  }
  .section__who-right-top-column-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .section__who-right-top-column-title {
    font-size: 26px;
  }
  .section__who-right-top-column-tetx-ul {
    row-gap: 17px;
  }
  .section__who-right-top-column-tetx-ul li {
    font-size: 26px;
    padding-left: 18px;
  }
  .section__who-right-text {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    width: 910.118px;
    max-height: 216.421px;
    font-size: 23px;
    padding: 30px 0px 90px 70px;
  }
}
@media (max-width: 992px) {
  .section__who {
    position: relative;
  }
  .section__who::after {
    display: none;
  }
  .section__who::before {
    display: none;
  }
  .section__who-container {
    padding: 30px 15px;
  }
  .section__who-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    margin-top: 40px;
  }
  .section__who-left {
    display: none;
  }
  .section__who-right {
    margin: 0 auto;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__who-right-top {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .section__who-right-top-column {
    row-gap: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__who-right-top-column-circle {
    margin-left: 30px;
  }
  .section__who-right-top-column-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .section__who-right-top-column-title {
    font-size: 22px;
  }
  .section__who-right-top-column-tetx-ul {
    row-gap: 17px;
  }
  .section__who-right-top-column-tetx-ul li {
    font-size: 22px;
    padding-left: 18px;
  }
  .section__who-right-text {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    width: auto;
    background-image: none;
    max-height: 30000px;
    font-size: 19px;
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .section__who-right-top-column-tetx-ul {
    row-gap: 17px;
  }
  .section__who-right-top-column-tetx-ul li {
    font-size: 16px;
    padding-left: 18px;
  }
  .section__who-right-top-column-tetx-ul li::after {
    top: 7px;
  }
}
.section-rules-container {
  position: relative;
  max-width: 1790px;
  margin: 0 auto;
  padding: 50px 15px;
}
.section-rules-container::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -60px;
  background-image: url(../img/rules-cat.svg);
  background-size: cover;
  width: 561.676px;
  height: 592.533px;
}
.section-rules-container::before {
  position: absolute;
  content: "";
  bottom: -200px;
  right: 215px;
  background-image: url(../img/rules-oblako.svg);
  background-size: cover;
  width: 448.822px;
  height: 174.048px;
}
.section-rules-container .section__who-right-top-column-tetx-ul {
  margin-top: 30px;
}
.section-rules-container .section__top-abs-button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 30px;
}

.section-rules-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.section-rules-item {
  width: 100%;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-rules-item:nth-child(2) {
  max-width: 440px;
}
.section-rules-item:last-child {
  max-width: 440px;
}

.section-rules-item-title {
  margin-top: 60px;
  text-transform: uppercase;
  color: #1675B9;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media (max-width: 1360px) {
  .section-rules-container {
    position: relative;
    padding: 40px 15px;
  }
  .section-rules-container::after {
    position: absolute;
    content: "";
    bottom: -250px;
    right: -60px;
    background-image: url(../img/rules-cat.svg);
    background-size: cover;
    width: 411.676px;
    height: 441.533px;
  }
  .section-rules-container::before {
    position: absolute;
    content: "";
    bottom: -200px;
    right: auto;
    left: 0;
    background-image: url(../img/rules-oblako.svg);
    background-size: cover;
    width: 448.822px;
    height: 174.048px;
  }
  .section-rules-container .section__who-right-top-column-tetx-ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 0px;
  }
  .section-rules-container .section__top-abs-button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 30px;
  }
  .section-rules-inner {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
  .section-rules-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
  }
  .section-rules-item:nth-child(2) {
    max-width: none;
  }
  .section-rules-item:last-child {
    max-width: none;
  }
  .section-rules-item-icon {
    max-width: 150px;
    height: auto;
  }
  .section-rules-item-icon img {
    width: 100%;
  }
  .section-rules-item-title {
    margin-top: 20px;
    font-size: 38px;
  }
}
@media (max-width: 1768px) {
  .section-rules-container {
    position: relative;
    padding: 40px 15px;
  }
  .section-rules-container::after {
    position: absolute;
    content: "";
    bottom: -200px;
    right: 0px;
    width: 274.676px;
    height: 291.533px;
  }
  .section-rules-container::before {
    display: none;
  }
  .section-rules-container .section__who-right-top-column-tetx-ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 0px;
  }
  .section-rules-container .section__top-abs-button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 30px;
  }
  .section-rules-inner {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
  .section-rules-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
  }
  .section-rules-item:nth-child(2) {
    max-width: none;
  }
  .section-rules-item:last-child {
    max-width: none;
  }
  .section-rules-item-icon {
    max-width: 100px;
    height: auto;
  }
  .section-rules-item-icon img {
    width: 100%;
  }
  .section-rules-item-title {
    margin-top: 20px;
    font-size: 24px;
  }
}
.section__shet {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.section__shet::after {
  position: absolute;
  top: -350px;
  left: 0;
  content: "";
  background-image: url(../img/shet-el1.svg);
  background-size: cover;
  width: 348.388px;
  height: 1045.64px;
  z-index: -1;
}
.section__shet::before {
  position: absolute;
  top: 350px;
  right: 0;
  content: "";
  background-image: url(../img/shet-el2.svg);
  background-size: cover;
  width: 323.536px;
  height: 748.19px;
  z-index: -1;
}

.section__shet-container {
  max-width: 1850px;
  padding: 50px 15px;
  margin: 0 auto;
}

.section__shet-inner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.section__shet-left {
  width: 100%;
  height: 100%;
  max-width: 785.423px;
  max-height: 836.001px;
}
.section__shet-left img {
  width: 100%;
  height: 100%;
}

.section__shet-right {
  width: 100%;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}

.section__shet-right-row {
  margin-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.section__shet-right-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}

.section__shet-right-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.21px;
     -moz-column-gap: 6.21px;
          column-gap: 6.21px;
}

.section__shet-right-row-subitem {
  width: 104.03px;
  height: 136.33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 110px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.section__shet-right-row-item-text {
  color: #1675B9;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}

.section__shet-right-text {
  color: #82809C;
  font-size: 60.244px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

#d1, #d2 {
  background-image: url(../img/day.svg);
  background-size: cover;
}

#h1, #h2 {
  background-image: url(../img/hour.svg);
  background-size: cover;
}

#min1, #min2 {
  background-image: url(../img/min.svg);
  background-size: cover;
}

#sec1, #sec2 {
  background-image: url(../img/sek.svg);
  background-size: cover;
}

@media (max-width: 1500px) {
  .section__shet {
    max-width: 1950px;
    margin: 0 auto;
    position: relative;
  }
  .section__shet::after {
    position: absolute;
    top: -350px;
    left: 0;
    content: "";
    background-image: url(../img/shet-el1.svg);
    background-size: cover;
    width: 348.388px;
    height: 1045.64px;
    z-index: -1;
  }
  .section__shet::before {
    position: absolute;
    top: 350px;
    right: 0;
    content: "";
    background-image: url(../img/shet-el2.svg);
    background-size: cover;
    width: 323.536px;
    height: 748.19px;
    z-index: -1;
  }
  .section__shet-container {
    padding: 40px 15px;
  }
  .section__shet-inner {
    margin-top: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .section__shet-left {
    width: 100%;
    height: 100%;
    max-width: 785.423px;
    max-height: 836.001px;
  }
  .section__shet-left img {
    width: 100%;
    height: 100%;
  }
  .section__shet-right {
    row-gap: 10px;
  }
  .section__shet-right-row {
    margin-top: 150px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section__shet-right-row-item {
    row-gap: 20px;
  }
  .section__shet-right-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6.21px;
       -moz-column-gap: 6.21px;
            column-gap: 6.21px;
  }
  .section__shet-right-row-subitem {
    width: 76.03px;
    height: 110.33px;
    font-size: 80px;
  }
  .section__shet-right-row-item-text {
    font-size: 32px;
  }
  .section__shet-right-text {
    color: #82809C;
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .section__shet {
    max-width: 1950px;
    margin: 0 auto;
    position: relative;
  }
  .section__shet::after {
    position: absolute;
    top: -350px;
    left: 0;
    content: "";
    background-image: url(../img/shet-el1.svg);
    background-size: cover;
    width: 348.388px;
    height: 1045.64px;
    z-index: -1;
  }
  .section__shet::before {
    position: absolute;
    top: 350px;
    right: 0;
    content: "";
    background-image: url(../img/shet-el2.svg);
    background-size: cover;
    width: 323.536px;
    height: 748.19px;
    z-index: -1;
  }
  .section__shet-container {
    padding: 40px 15px;
  }
  .section__shet-inner {
    margin-top: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .section__shet-left {
    display: none;
  }
}
@media (max-width: 992px) {
  .section__shet {
    max-width: 1950px;
    margin: 0 auto;
    position: relative;
  }
  .section__shet::after {
    display: none;
  }
  .section__shet::before {
    display: none;
  }
  .section__shet-container {
    padding: 30px 15px;
  }
  .section__shet-inner {
    margin-top: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .section__shet-left {
    display: none;
  }
}
@media (max-width: 768px) {
  .section__shet-right-row-item {
    row-gap: 20px;
  }
  .section__shet-right-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6.21px;
       -moz-column-gap: 6.21px;
            column-gap: 6.21px;
  }
  .section__shet-right-row-subitem {
    width: 55.03px;
    height: 84.33px;
    font-size: 60px;
  }
  .section__shet-right-row-item-text {
    font-size: 24px;
  }
  .section__shet-right-text {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .section__shet-right-row-item {
    row-gap: 20px;
  }
  .section__shet-right-row {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .section__shet-right-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6.21px;
       -moz-column-gap: 6.21px;
            column-gap: 6.21px;
  }
  .section__shet-right-row-subitem {
    width: 32.03px;
    height: 49.33px;
    font-size: 32px;
  }
  .section__shet-right-row-item-text {
    font-size: 18px;
  }
  .section__shet-right-text {
    font-size: 20px;
  }
}
.section__teacher-container {
  max-width: 1790px;
  margin: 0 auto;
  padding: 50px 15px;
}

.section__teacher-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.section__teacher-left {
  max-width: 752.846px;
  max-height: 686.251px;
  width: 100%;
  height: 100%;
}
.section__teacher-left img {
  width: 100%;
}

.section__teacher-right {
  width: 100%;
  max-width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}

.section__teacher-right-title {
  color: #D94A3D;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section__teacher-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}
.section__teacher-right-text p {
  color: #82809C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section__teacher-right-text-bold {
  font-weight: 900 !important;
}

@media (max-width: 1500px) {
  .section__teacher-container {
    padding: 40px 15px;
  }
  .section__teacher-inner {
    margin-top: 50px;
  }
  .section__teacher-left {
    max-width: 600.846px;
    max-height: 686.251px;
  }
  .section__teacher-right {
    row-gap: 20px;
  }
  .section__teacher-right-title {
    font-size: 32px;
  }
  .section__teacher-right-text {
    row-gap: 25px;
  }
  .section__teacher-right-text p {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .section__teacher-container {
    padding: 40px 15px;
  }
  .section__teacher-inner {
    margin-top: 50px;
  }
  .section__teacher-left {
    max-width: 600.846px;
    max-height: 686.251px;
  }
  .section__teacher-right {
    row-gap: 20px;
  }
  .section__teacher-right-title {
    font-size: 28px;
  }
  .section__teacher-right-text {
    row-gap: 20px;
  }
  .section__teacher-right-text p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .section__teacher-container {
    padding: 40px 15px;
  }
  .section__teacher-inner {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }
  .section__teacher-left {
    max-width: 600.846px;
    max-height: 686.251px;
  }
  .section__teacher-right {
    row-gap: 20px;
  }
  .section__teacher-right-title {
    font-size: 24px;
  }
  .section__teacher-right-text {
    row-gap: 20px;
  }
  .section__teacher-right-text p {
    font-size: 16px;
  }
}
.section__kurs-container {
  max-width: 1790px;
  padding: 50px 15px;
  margin: 0 auto;
  background-image: url(../img/bg-kurs.svg);
  background-size: contain;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: bottom;
  background-repeat: no-repeat;
}

.section__kurs-inner {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 560px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 650px;
  margin-left: 110px;
}

.section__kurs-item:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.section__kurs-item:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section__kurs-item:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 50px;
}

@media (max-width: 1360px) {
  .section__kurs-container {
    padding: 40px 15px;
    min-height: 800px;
  }
  .section__kurs-inner {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 500px;
    margin-left: 50px;
  }
  .section__kurs-item:first-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .section__kurs-item:first-child img {
    width: 70%;
  }
  .section__kurs-item:nth-child(2) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .section__kurs-item:nth-child(2) img {
    width: 70%;
  }
  .section__kurs-item:last-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 50px;
  }
  .section__kurs-item:last-child img {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .section__kurs-container {
    padding: 30px 15px;
    min-height: 0px;
    background-image: none;
  }
  .section__kurs-inner {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .section__kurs-item:first-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .section__kurs-item:first-child img {
    width: 70%;
  }
  .section__kurs-item:nth-child(2) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .section__kurs-item:nth-child(2) img {
    width: 70%;
  }
  .section__kurs-item:last-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0px;
  }
  .section__kurs-item:last-child img {
    width: 70%;
  }
}
.footer {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 60px;
  background-image: url(../img/footer-bg.svg);
  background-size: cover;
  background-position: center;
  min-height: 1100px;
}

.footer-container {
  padding: 0px 15px 0px 15px;
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  align-items: center;
}

@media (max-width: 992px) {
  .footer {
    max-width: 1920px;
    padding-bottom: 30px;
    min-height: 600px;
  }
  .footer-container {
    padding: 0px 15px 0px 15px;
    width: 100%;
    max-width: 1032px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer__item {
    max-width: 150px;
  }
  .footer__item img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer {
    max-width: 1920px;
    padding-bottom: 30px;
    min-height: 500px;
  }
  .footer-container {
    padding: 0px 15px 0px 15px;
    width: 100%;
    max-width: 1032px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer__item {
    max-width: 100px;
  }
  .footer__item img {
    width: 100%;
  }
}