@charset "utf-8";
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 08.11.22 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400;500;600&family=Inter:wght@400;500;600&family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: linear-gradient(180deg, rgba(18, 8, 17, 0) 49.01%, rgba(18, 8, 17, 0.643052) 79.14%, rgba(18, 8, 17, 0.8) 98.16%), #120811;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  word-wrap: break-word;
}

input, button, select, textarea, html {
  font-family: "Inter", sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover, a:hover:visited {
  text-decoration: none;
}

.nu a:hover, a.nu:hover {
  text-decoration: underline;
}

.nu a, a.nu {
  text-decoration: none;
}

a.link_dashed, .link_dashed a {
  text-decoration: none;
  border-bottom: 0.1rem dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
  border: 0;
  text-decoration: none;
}

.h1 {
  margin: 0 0 5.0rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
}

.h2 {
  margin: 0 0 1.0rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
}

.h3 {
  margin: 0 0 1.0rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
}

.h4 {
  margin: 0 0 1.0rem;
  font-size: 2.0rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.h5 {
  margin: 0 0 1.0rem;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.h6 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
  font-size: 1.0rem;
}

.f-11 {
  font-size: 1.1rem;
}

.f-12 {
  font-size: 1.2rem;
}

.f-13 {
  font-size: 1.3rem;
}

.f-14 {
  font-size: 1.4rem;
}

.f-15 {
  font-size: 1.5rem;
}

.f-16 {
  font-size: 1.6rem;
}

.f-17 {
  font-size: 1.7rem;
}

.f-18 {
  font-size: 1.8rem;
}

.f-20 {
  font-size: 2.0rem;
}

/*end fonts*/
/*forms fields*/
.field {
  background: none;
  border: 0.1rem solid #f3f3f3;
  border-radius: 4.0rem;
  padding: 1.4rem 3.0rem;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  font-size: 1.4rem;
  color: #AAAFB1;
}

.field:focus {
  border-color: #51cbee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.field:-moz-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #AAAFB1;
  font-style: normal;
}

.field::-moz-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #AAAFB1;
  font-style: normal;
}

.field::-webkit-input-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #AAAFB1;
  font-style: normal;
}

.field:-ms-input-placeholder {
  opacity: 1;
  font-size: 1.4rem;
  color: #AAAFB1;
  font-style: normal;
}

.field.placeholder {
  font-size: 1.4rem;
  color: #AAAFB1;
  font-style: normal;
}

.field.invalid {
  border-color: red;
}

.parent_field {
  display: inline-block;
  vertical-align: top;
}

.invalid_message {
  display: block;
  color: red;
  font-size: 1.1rem;
  line-height: 1.2;
}

.valid_message {
  display: none;
  color: green;
  font-size: 1.1rem;
  line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
  overflow: hidden;
}

.cx:before, .cx:after {
  content: "";
  display: table;
}

.cx:after {
  clear: both;
}

.ct {
  display: table;
}

.ct:after {
  content: '. . . . . . . . . . .';
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  font-size: 0.05em;
  line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  margin: 0 0 1.0rem;
  height: 0;
  display: block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-top: 0.1rem solid #a5b136;
}

::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background-color: transparent;
  -moz-box-shadow: none;
}

img::selection {
  background-color: transparent;
  box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
  width: 100%;
  min-height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.inner {
  width: 100%;
  margin: auto !important;
  padding: 0 0 45.0rem;
}

.inner:before, .inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/

.header {
  width: 100%;
  position: relative;
  padding: 6.4rem 0 0;
}

.container {
  max-width: 66.0rem;
  padding: 0 3.0rem;
  margin: 0 auto;
}

.header_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 72.0rem;
  height: 6.4rem;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.header_top:before {
  content: "";
  background: #0d060c;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  opacity: 0.9;
  z-index: -1;
}

.logo {
  background: url(../images/logo.svg) no-repeat 0 50%;
  background-size: 100% 100%;
  width: 6.1rem;
  height: 2.2rem;
  position: absolute;
  top: 2.0rem;
  left: 3.0rem;
  z-index: 28;
}

.logo .link {
  display: block;
  width: 6.1rem;
  height: 2.2rem;
}

.slogan {
  display: none;
  align-items: center;
  width: 27.3rem;
  height: 9.6rem;
  margin: 0 6.7rem 0 0;
}

.nav {
  width: 100%;
  height: 6.4rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 21;
}

.nav .nav_toggle {
  background: none;
  border: none;
  display: block;
  width: 3.3rem;
  height: 2.4rem;
  margin: -1.2rem 0 0 0;
  position: absolute;
  top: 50%;
  right: 3.0rem;
  z-index: 2;
}

.nav_active .nav_toggle {
  margin: 0;
  top: 1.5rem;
  left: auto;
  right: 3.0rem;
}

.nav .bar {
  background: #f95a08;
  border-radius: 0.4rem;
  display: block;
  width: 3.3rem;
  height: 0.3rem;
  padding: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.nav .bar1 {
  top: 0;
  right: 0;
  transform-origin: 5%;
}

.nav .bar2, .nav .bar3 {
  top: 1.0rem;
  right: 0;
}

.nav .bar4 {
  top: 2.0rem;
  right: 0;
  transform-origin: 5%;
}

.nav_active .bar1 {
  transform: rotate(45deg);
}

.nav_active .bar3 {
  transform: rotate(45deg);
  background-color: transparent;
}

.nav_active .bar2 {
  transform: rotate(-45deg);
  background-color: transparent;
}

.nav_active .bar4 {
  transform: rotate(-45deg);
}

.nav > .sub_all {
  background: #0d060c;
  display: none;
  width: 72.0rem;
  position: absolute;
  top: 6.4rem;
  left: 0;
  right: 0; /*transform: translate(0, -130%);*/
  /*transition: transform .3s ease;*/
  /*will-change: transform;*/
}

.nav_active .sub_all {
  /*transform: translate(0, 0);*/
}

.nav > .sub_all > .list {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  z-index: 1;
}

.nav > .sub_all > .list > .item {
  border-top: 0.1rem solid #342d34;
  position: static;
  white-space: inherit;
  width: auto;
}

.nav > .sub_all > .list > .item > .link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5.0rem;
  padding: 0 3.0rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav > .sub_all > .list > .item:hover > .link, .nav > .sub_all > .list > .active > .link {
  color: #f95a08;
}

.nav > .sub_all > .list > .have_sub > .link {
  background: url(../images/plus_menu.svg) no-repeat 92% 50%;
}

.nav > .sub_all > .list > .item.mobile_active > .link {
  background: url(../images/minus_meny.svg) no-repeat 92% 50%;
}

.nav_active {
  z-index: 27;
}

.nav .sub {
  background: none;
  display: block;
  width: 100%;
  padding: 0;
  /*position: absolute;
  top: 0;
  right: 0;
  left: 0;*/
  /*transform: translate(0, -100%);
  transition: all .3s ease;
  will-change: transform;*/
}

.nav_active .sub {
  /*opacity: 0;
  visibility: hidden;*/
}

.nav > .sub_all > .list.mobile_active {
  transform: translate(0, 0);
}

.nav > .sub_all > .list > .item.mobile_active .sub {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 24;
  position: relative; /*transform: translate(0, 0);*/
}

.nav .sub_menu {
  float: none;
}

.nav .sub_menu .item {
  border-top: 0.1rem solid #342d34;
  margin: 0;
  font-size: 1.4rem;
}

.nav .sub_menu .link {
  display: flex;
  align-items: center;
  height: 5.0rem;
  text-decoration: none;
  padding: 0 2.9rem 0 4.0rem;
}

.nav .sub_menu .item:hover .link {
  color: #f95a08;
}

.promo_block {
  display: flex;
  flex-direction: row;
  margin: 9.5rem auto 0;
  width: 70.8rem;
  position: relative;
}

.main_page .promo_block .fig {
  order: 1;
}

.promo_block .fig {
  width: 37.8rem;
  height: 30.6rem;
  margin: 0 3.0rem 0 0;
  position: relative;
  overflow: hidden;
  order: 2;
}

.promo_block_fig_left .fig {
  order: 1;
}

.promo_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.main_page .promo_block .text {
  order: 2;
}

.promo_block .text {
  width: calc(100% - 40.8rem);
  margin: 0 auto 5.5rem;
  order: 1;
}

.promo_block_fig_left .text {
  order: 2;
}

.promo_block .title {
  margin: 0 0 2.5rem;
  letter-spacing: 0.05em;
  font-family: "Commissioner", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  line-height: 120%;
}

.promo_block .text_block {
  width: auto;
  margin: 0 0 2.1rem;
}

.promo_block p {
  margin: 0 0 0.6rem;
}

.btn_1 {
  background: #f95a08;
  border: 0.1rem solid #f95a08;
  border-radius: 4.8rem;
  display: inline-block;
  height: 3.8rem;
  padding: 0 2.0rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  line-height: 3.8rem;
  transition: 0.3s;
}

.btn_1:before {
  content: "";
  background: #f95a08 url(../images/down_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
}

.btn_1:hover {
  background: #c74705;
}

.btn_1:hover:before {
  background: #c74705 url(../images/down_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}

.lines {
  position: absolute;
  z-index: -1;
  top: -8.0rem;
  left: -3.0rem;
  right: 0;
  width: 100%;
  height: 100%
}

.main_page .lines-container {
  display: none;
}

.lines-container {
  width: 100vw;
  height: 100%;
  position: relative;
  display: block;
  /*overflow: hidden;*/
}

.lines-container_tablet {
  display: block;
}

.main_page .lines-container_tablet {
  display: block;
}

.main_page .lines-container_desktop .line:nth-child(1) {
  width: auto;
  left: 40.1rem;
  top: -9.5rem;
  z-index: 3
}

.main_page .lines-container_desktop .line:nth-child(2) {
  width: auto;
  z-index: 1;
  top: 14.4rem;
  left: 0.7rem;
}

.main_page .lines-container_desktop .line:nth-child(3) {
  width: auto;
  z-index: 2;
  top: 33.5rem;
  left: 0
}

.main_page .lines-container_desktop .line:nth-child(4) {
  width: auto;
  z-index: 5;
  top: -9.6rem;
  right: -0.2rem;
}

.main_page .lines-container_desktop .line:nth-child(5) {
  width: auto;
  z-index: 4;
  top: -9.8rem;
  right: 9.5rem;
}

.main_page .lines-container_tablet .line:nth-child(1) {
  width: auto;
  left: -2.5rem;
  top: -7.4rem;
  z-index: 1
}

.main_page .lines-container_tablet .line:nth-child(2) {
  width: auto;
  z-index: 3;
  top: -7.9rem;
  left: -0.9rem
}

.main_page .lines-container_tablet .line:nth-child(3) {
  width: auto;
  z-index: 4;
  top: -0.8rem;
  right: -0.8rem
}

.main_page .lines-container_tablet .line:nth-child(4) {
  width: auto;
  z-index: 5;
  top: 11.4rem;
  right: -2.4rem
}

.main_page .lines-container_tablet .line:nth-child(5) {
  width: auto;
  z-index: 5;
  top: 20.9rem;
  right: -2.4rem;
}

.main_page .lines-container_mobile .line:nth-child(1) {
  width: auto;
  left: 0;
  top: 25.2rem;
  z-index: 4
}

.main_page .lines-container_mobile .line:nth-child(2) {
  width: auto;
  z-index: 3;
  top: 25.4rem;
  left: 1.0rem
}

.main_page .lines-container_mobile .line:nth-child(3) {
  width: auto;
  z-index: 4;
  top: 45.6rem;
  right: -7.3rem;
}

.main_page .lines-container_mobile .line:nth-child(4) {
  width: auto;
  z-index: 5;
  top: 39.0rem;
  right: -0.8rem
}

.lines.lines-animation .line .path-line-mask {
  animation: dashask 3s linear 1s forwards
}

.lines.lines-animation .line .path-line {
  animation: dash 3s linear 1s forwards
}

.lines.lines-animation .line .path-line-reverse {
  animation: dash_reverse 3s linear 1s forwards
}

.lines .line {
  position: absolute;
  overflow: hidden
}

.lines .line svg {
  max-width: 100%
}

.lines .line svg path {
  fill: none
}

.lines .line .path-line-mask {
  stroke-width: 10;
  stroke: #120811;
  stroke-dasharray: 1230;
  stroke-dashoffset: 2460
}

.lines .line .path-line-mask_reverse {
  stroke-dashoffset: 0
}

.lines .line .path-line {
  stroke-dasharray: 1230;
  stroke-dashoffset: 1230
}

.lines .line .path-line-reverse {
  stroke-dasharray: 1230;
  stroke-dashoffset: 1230
}

.lines-container .line:nth-child(1) {
  left: 3.4rem;
  top: -15.6rem;
  width: 54.5rem;
}

.lines-container .line:nth-child(2) {
  top: 4.0rem;
  left: -1.8rem;
  width: 33.5rem;
}

.lines-container .line:nth-child(3) {
  top: -24.4rem;
  right: -3.8rem;
  width: 38.7rem;
}

.lines-container .line:nth-child(4) {
  right: 0;
  top: 20.4rem;
  width: 41.4rem;
}

.promo_block_fig_left .lines-container .line:nth-child(1) {
  left: -6.0rem;
  top: -20.3rem;
  width: 51.0rem;
}

.promo_block_fig_left .lines-container .line:nth-child(2) {
  top: 26.9rem;
  left: -1.8rem;
  width: 49.3rem;
}

.promo_block_fig_left .lines-container .line:nth-child(3) {
  top: -28.7rem;
  right: -11.8rem;
  width: 38.7rem;
}

.promo_block_fig_left .lines-container .line:nth-child(4) {
  top: 330rem;
  right: -24rem;
  width: 53.8rem;
}

@keyframes dashask {
  to {
    stroke-dashoffset: 1230
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes dash_reverse {
  to {
    stroke-dashoffset: 2460
  }
}

.promo_block_fig_left .title {
  margin: 0 0 6.3rem;
}

.promo_block_fig_left p {
  margin: 0 0 2.3rem;
}

.promo_block_fig_left .fig {
  width: 47.8rem;
  height: 33.2rem;
  margin: 0 3.0rem 0 -19.0rem;
}

.promo_block_fig_left .text {
  width: calc(100% - 31.8rem);
}

.promo_block_fig_left {
  width: auto;
}

.before-after {
  border-top: 0.1rem solid #342d34;
  border-bottom: 0.1rem solid #342d34;
}

.before-after__row {
  display: flex;
}

.before-after__row > div:nth-child(1) {
  padding: 6.7rem 0 5.7rem 3.0rem;
}

.before-after__row > div {
  width: 50%;
}

.before-after-title {
  font-size: 1.7rem;
  margin-bottom: 3.0rem;
  text-transform: uppercase;
  line-height: 130%;
}

.before-after ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.before-after ul li {
  padding-left: 5.6rem;
  position: relative;
  min-height: 3.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
}

.before-after ul li::before {
  content: "";
  display: block;
  background: url(../images/x.svg) no-repeat 50% 50%;
  background-size: 100%;
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  top: calc(50% - 16.5px);
  left: 0;
}

.before-after__row > div:nth-child(2) {
  padding: 6.7rem 0 5.7rem 3.0rem;
  border-left: 0.1rem solid #342d34;
}

.before-after__row > div:nth-child(2) ul li::before {
  background: url(../images/tick.svg) no-repeat 50% 50%;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
  width: 170px;
  position: relative;
  float: left;
}

.side_2 {
  float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
  position: relative;
}

.we_numbers_block {
  border: 0.2rem solid #3f3a40;
}

.we_numbers_list {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
}

.we_numbers_list .item {
  box-sizing: border-box;
  border-left: 0.2rem solid #3f3a40;
  width: calc(100% / 3);
  padding: 6.0rem 1.5rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.we_numbers_list .item:first-child {
  border-left: none;
}

.we_numbers_list .number {
  display: block;
  margin: 2.0rem 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 3.0rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #f95a08;
  cursor: pointer;
  transition: 0.5s;
}

.we_numbers_list .number:hover {
  transform: scale(1.05);
}

.everything_tenders_block {
  padding: 22.2rem 0;
  font-size: 1.8rem;
  text-align: center;
}

.everything_tenders_block .h2 {
  margin-bottom: 1.0rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
}

.everything_tenders_block .orange_text {
  font-style: italic;
  color: #f95a08;
}

.everything_tenders_block p {
  margin: 0;
}

.you_get_block {
  background: url(../images/bg-graphic.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 6.0rem 0 7.7rem;
  position: relative;
}

.you_get_block .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.you_get_block .h3 {
  width: 100%;
  margin: 0 0 9.9rem;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.you_get_block .orange_text {
  color: #f95a08;
}

.you_get_block .block_left {
  width: 47.4rem;
  height: 44.1rem;
  position: relative;
}

.you_get_block .item {
  max-width: 27.5rem;
  height: 23.5rem;
  position: absolute;
  top: -6.2rem;
  left: -0.4rem;
  overflow: hidden;
}

.you_get_block .item:after, .you_get_block .item:before {
  content: "";
  background: url(../images/graph_text_line.svg) no-repeat;
  display: block;
  width: 1.5rem;
  height: 11.9rem;
  margin: 2.0rem 0 0 1.4rem;
}

.you_get_block .item:before {
  display: none;
  margin: 0 0 2.0rem 1.4rem;
  transform: rotate(180deg);
}

.you_get_block .item:nth-child(3) {
  left: 28.3rem;
}

.you_get_block .item:nth-child(4) {
  left: 8.0rem;
  top: 17.2rem;
}

.you_get_block .item:nth-child(5) {
  left: 36.0rem;
  top: 17.2rem;
}

.you_get_block .item:nth-child(4):after {
  display: none;
}

.you_get_block .item:nth-child(4):before {
  display: block;
}

.you_get_block .item:nth-child(5):after {
  display: none;
}

.you_get_block .item:nth-child(5):before {
  display: block;
}

.you_get_block .text {
  display: flex;
  align-items: flex-end;
  height: 9.5rem;
  overflow: hidden;
}

.you_get_block .fig_arrow {
  width: 2.0rem;
  height: 3.8rem;
  position: absolute;
  top: 15.2rem;
  right: 0;
}

.you_get_block .fig_arrow:after {
  content: "";
  background: #f95a08;
  display: block;
  height: 0.2rem;
  position: absolute;
  top: 1.8rem;
  right: 0.2rem;
  left: -1000.0rem;
}

.you_get_block .block_right {
  width: 16.5rem;
  padding: 11.9rem 0 0 2.0rem;
  font-size: 1.7rem;
  color: #f95a08;
  line-height: 130%;
  text-transform: uppercase;
}

.course_block {
  padding: 14.4rem 0;
}

.course_block .h4 {
  margin: 0 0 2.6rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  text-transform: uppercase;
}

.course_block .orange_text {
  color: #f95a08;
}

.course_block .h3 {
  margin: 0 0 5.0rem;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
}

.course_list .title .link {
  border-top: 0.1rem solid #342d34;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.6rem;
  padding: 0;
  font-size: 2.0rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.course_list .plus {
  background-size: 3.5rem 3.5rem;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.course_list .plus:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% / 2 - 0.1rem);
  width: 100%;
  height: 0.2rem;
  background: #fff;
  transition: 0.3s;
}

.course_list .plus:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% / 2 - 0.1rem);
  height: 100%;
  width: 0.2rem;
  background: #fff;
  transition: 0.3s;
}

.course_list .active .link {
  color: #f95a08;
  font-style: italic;
}

.course_list .active .plus:after {
  background: #f95a08;
}

.course_list .active .plus:before {
  opacity: 0;
}

.course_list .sub {
  display: none;
  padding: 2.0rem 0 2.4rem;
}

.course_list .all_sub {
  display: flex;
  flex-direction: column;
}

.course_list .left_block {
  width: auto;
  margin: 0 0 3.0rem;
}

.course_list .sub_list {
  margin: 4.0rem 0 0;
}

.course_list .sub_list .item {
  background: url(../images/arrow_right_orange.svg) no-repeat;
  padding: 0 0 0 5.6rem;
  margin: 0 0 2.0rem;
}

.course_list .button_block {
  display: flex;
  flex-direction: column;
  margin: 5.0rem 0 0;
}

.course_list .btn_1 {
  background: none;
  border: 0.1rem solid #f95a08;
}

.course_list .btn_1:first-child {
  width: 10.4rem;
  margin: 0 0 1.5rem;
}

.course_list .btn_1:before {
  content: "";
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
  transition: 0.3s;
}

.course_list .btn_1:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.course_list .btn_1:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}

.course_list .btn_1:nth-child(2) {
  width: 17.0rem;
}

.course_list .btn_1:nth-child(2):before {
  background: url(../images/play_orange.svg) no-repeat 54% 50%;
}

.course_list .btn_1:nth-child(2):hover:before {
  background: #c74705 url(../images/play_white.svg) no-repeat 54% 50%;
}

.course_list .right_block .button_block {
  display: flex;
  flex-direction: column;
  margin: 4.0rem 0 0;
}

.course_list .left_block .button_block {
  display: none;
}

.course_list .fig {
  width: 100%;
  height: 40.0rem;
  position: relative;
  overflow: hidden;
}

.course_list .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ticker {
  background: #f95a08;
  padding: 2.4rem 0;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.qualification_block {
  padding: 23.4rem 0 13.5rem;
  position: relative;
}

.qualification_block .container {
  display: flex;
  justify-content: center;
}

.qualification_block .left_block {
  width: calc(50% - 2.0rem);
  margin: 0 3.5rem 0 0;
  font-size: 2.0rem;
  text-align: right;
  letter-spacing: 0.03em;
  line-height: 130%;
  text-transform: uppercase;
}

.qualification_block .left_block p {
  margin-bottom: 2.0rem;
}

.qualification_block .right_block {
  width: calc(50% - 1.5rem);
  font-size: 1.6rem;
}

.qualification_block .right_block p {
  margin: 0 0 3.0rem;
}

.qualification_block .btn_1 {
  background: none;
  border: 0.1rem solid #f95a08;
  width: 8.6rem;
  font-size: 1.4rem;
}

.qualification_block .btn_1:before {
  content: "";
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
  transition: 0.3s;
}

.qualification_block .btn_1:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.qualification_block .btn_1:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}

.qualification_block .lines {
  top: 0;
  left: 0;
}

.qualification_block .lines-container {
  display: block;
}

.qualification_block .lines-container .line:nth-child(1) {
  left: 0;
  top: 34.0rem;
  z-index: 1;
  width: 49.2rem;
}

.qualification_block .lines-container .line:nth-child(2) {
  z-index: 2;
  top: 22.5rem;
  left: -19.4rem;
  width: 68.8rem;
}

.qualification_block .lines-container .line:nth-child(3) {
  z-index: 4;
  top: 4.4rem;
  right: -0.8rem;
  width: 38.2rem;
}

.qualification_block .lines-container .line:nth-child(4) {
  z-index: 3;
  top: 13.6rem;
  right: -70.1rem;
  width: 25.9rem;
}

.qualification_block .lines-container .line svg {
  max-width: 100%
}

.speakers_block {
  padding: 0 0 0;
}

.speakers_block .h3 {
  font-size: 2.5rem;
  margin: 0 0 9.9rem;
}

.splide__list {
  visibility: visible;
  display: flex;
}

.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.splide__pagination li {
  background: none;
  margin: 0 .4rem;
  padding: 0;
}

.splide__track {
  overflow: visible;
}

.carousel_2 {
  position: relative;
}

.carousel_2 .splide__arrows {
  width: 12.9rem;
  position: absolute;
  top: -14.2rem;
  right: 0;
  left: auto;
}

.carousel_2 .splide__arrow--next, .carousel_2 .splide__arrow--prev {
  background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 2;
  transition: 0.3s;
  transform: none;
}

.carousel_2 .splide__arrow--next:hover {
  background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
}

.carousel_2 .splide__arrow--prev {
  background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
  right: auto;
  left: 0;
}

.carousel_2 .splide__arrow--prev:hover {
  background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
}

.carousel_2 .splide__arrow--next {
  transform: rotate(180deg);
}

.carousel_2 .splide__arrow--prev svg {
  display: none;
}

.carousel_2 .splide__arrow--next svg {
  display: none;
}

.carousel_2 .splide__slide {
  border: 0.1rem solid #342d34;
  height: 45.4rem;
  position: relative;
  font-size: 1.6rem;
}

.carousel_2 .is-active {
  transform: scale(1.1);
  z-index: 3;
}

.carousel_2 .fig {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel_2 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel_2 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 41.4rem;
  position: absolute;
  bottom: 2.0rem;
  left: 3.0rem;
  right: 3.0rem;
  z-index: 3;
  overflow: hidden;
}

.carousel_2 p {
  margin: 0;
}

.carousel_2 .title {
  margin: 0 0 1.0rem;
  font-size: 1.7rem;
  line-height: 130%;
  text-transform: uppercase;
}

.carousel_2 .splide__pagination {
  display: none;
}

.about_block {
  padding: 17.8rem 0 13.0rem;
  position: relative;
}

.about_block .container {
  display: flex;
  justify-content: center;
}

.about_block .left_block {
  width: calc(50% - 1.5rem);
  margin: 0 3.0rem 0 0;
  display: flex;
  justify-content: flex-end;
}

.about_block .h4 {
  width: 23.0rem;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0.03em;
}

.about_block .right_block {
  width: calc(50% - 1.5rem);
  font-size: 1.6rem;
}

.about_block .right_block br {
  display: none;
}

.about_block .right_block p {
  margin: 0 0 4.0rem;
}

.form_block {
  background: #291010;
  padding: 6.1rem 0;
}

.form_block .container {
  display: flex;
  justify-content: center;
}

.form_block .left_block {
  width: calc(40% - 1.3rem);
  margin: 0 2.5rem 0 0;
}

.form_block .h3 {
  margin: 0 0 3.0rem;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 130%;
  color: #f95a08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.form_block .right_block {
  width: calc(60% - 1.3rem);
}

.form_block .label {
  display: inline-block;
  vertical-align: middle;
  width: 8.6rem;
}

.form_block .in {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 9.0rem);
}

.form_block .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.consent_personal_data {
  width: 20.0rem;
  font-size: 1.0rem;
  line-height: 130%;
}

.button {
  background: none;
  border: 0.1rem solid #f95a08;
  border-radius: 4.8rem;
  display: inline-block;
  width: 11.7rem;
  height: 3.8rem;
  padding: 0 2.0rem;
  position: relative;
  left: -5.3rem;
  color: #fff;
  text-decoration: none;
  line-height: 3.6rem;
  transition: 0.3s;
}

.button:before {
  content: "";
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
  transition: 0.3s;
}

.button:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.button:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}

.qualification_block_2 {
  padding: 17.7rem 0 0.8rem;
  position: relative;
}

.qualification_block_2_line {
  padding: 35.5rem 0 39.2rem;
}

.qualification_block_2_line .lines {
  top: 0;
  left: 0;
}

.qualification_block_2_line .lines-container .line:nth-child(1) {
  left: -20.6rem;
  width: auto;
  top: 12.6rem;
  z-index: 6;
}

.qualification_block_2_line .lines-container .line:nth-child(2) {
  width: auto;
  top: 12.9rem;
  left: -20.6rem;
  z-index: 2;
}

.qualification_block_2_line .lines-container .line:nth-child(3) {
  width: auto;
  top: 46.8rem;
  right: -2.7rem;
  z-index: 4;
}

.qualification_block_2_line .lines-container .line:nth-child(4) {
  width: auto;
  top: 46.8rem;
  right: -2.7rem;
  z-index: 3;
}

.qualification_block_2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qualification_block_2 .left_block {
  width: calc(50% - 1.5rem);
  margin: 0 3.0rem 0 0;
  font-size: 2.0rem;
  text-align: right;
  letter-spacing: 0.03em;
  line-height: 130%;
  text-transform: uppercase;
}

.qualification_block_2 .h3.orange {
  margin-bottom: 4.5rem;
  font-weight: normal;
  font-size: 2.0rem;
  color: #f95a08;
}

.qualification_block_2 .right_block {
  width: calc(50% - 1.5rem);
  font-size: 1.6rem;
}

.qualification_block_2 .right_block p {
  margin: 0 0 1.6rem;
}

.qualification_block_2 .btn_1 {
  background: none;
  border: 0.1rem solid #f95a08;
}

.qualification_block_2 .btn_1:before {
  content: "";
  background: url(../images/play_orange.svg) no-repeat 54% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
  transition: 0.3s;
}

.qualification_block_2 .btn_1:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.qualification_block_2 .btn_1:hover:before {
  background: #c74705 url(../images/play_white.svg) no-repeat 54% 50%;
  background-size: 1.6rem;
}

.qualification_block_2_line .right_block {
  font-size: 1.6rem;
}

.programs_block .h3 {
  margin: 0 0 6.0rem;
  font-size: 2.5rem;
}

.programs_block .item {
  border-top: 0.1rem solid #342d34;
  padding: 2.0rem 0 4.0rem;
  display: flex;
  flex-direction: column;
}

.programs_block .item:last-child {
  border-bottom: 0.1rem solid #342d34;
}

.programs_block .title {
  width: 100%;
  margin: 0 0 4.0rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  text-transform: uppercase;
}

.programs_block .subtitle {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.programs_block .btn_block {
  margin-top: 2.0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.programs_block .price {
  width: 28.0rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1.1;
}

.programs_block .btn_1 {
  background: none;
  border: 0.1rem solid #f95a08;
  left: -7.2rem;
}

.programs_block .btn_1:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
  color: #fff;
}

.programs_block .btn_1:before {
  display: none;
}

.orange_block {
  background: #b4420b;
  padding: 5.0rem 0;
  margin: 13.0rem 0 0;
}

.orange_block .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.orange_block .h3 {
  margin: 0 0 3.0rem;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.orange_block .text {
  margin: 0 0 1.5rem;
}

.orange_block_list .item {
  background: url(../images/marker.png) no-repeat 0 0.8rem;
  padding: 0 0 0 1.9rem;
}

.reviews_block {
  padding: 17.9rem 0 10.0rem;
}

.reviews_block .btn_1 {
  background: none;
  border: 0.1rem solid #f95a08;
  left: -7.2rem;
}

.reviews_block .btn_1:before {
  content: "";
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
  transition: 0.3s;
}

.reviews_block .btn_1:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.reviews_block .btn_1:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}

.reviews_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5.0rem;
}

.reviews_top .h3 {
  font-size: 2.5rem;
  margin: 0;
}

.carousel_3 {
  position: relative;
}

.carousel_3 .splide__arrows {
  display: none;
}

.have_arrow .carousel_3 .splide__arrows {
  display: block;
  width: 12.9rem;
  position: absolute;
  top: -9.2rem;
  right: 0;
  left: auto;
}

.have_arrow .carousel_3 .splide__arrow--next, .have_arrow .carousel_3 .splide__arrow--prev {
  background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 2;
  transition: 0.3s;
  transform: none;
}

.have_arrow .carousel_3 .splide__arrow--next:hover {
  background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
}

.have_arrow .carousel_3 .splide__arrow--prev {
  background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
  right: auto;
  left: 0;
}

.have_arrow .carousel_3 .splide__arrow--prev:hover {
  background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
}

.have_arrow .carousel_3 .splide__arrow--next {
  transform: rotate(180deg);
}

.have_arrow .carousel_3 .splide__arrow--prev svg {
  display: none;
}

.have_arrow .carousel_3 .splide__arrow--next svg {
  display: none;
}

.carousel_3 .splide__pagination {
  display: none;
}

.carousel_3 .splide__slide {
  padding: 0 1.0rem;
}

.carousel_3 .company {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.carousel_3 .course {
  margin-bottom: 1.5rem;
}

.carousel_3 .course .line_text {
  text-decoration: underline;
}

.carousel_3 .text {
  height: 6.9rem;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 3s;
}

.carousel_3 .splide__slide:hover .text {
  height: auto;
  overflow: inherit;
  display: block;
}

.qa_block {
  padding: 0 0 13.0rem;
}

.qa_block .h3 {
  margin: 0 0 6.0rem;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 130%;
}

.qa_list .title .link {
  border-top: 0.1rem solid #342d34;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.6rem;
  font-size: 2.0rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.qa_list .plus {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.qa_list .plus:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% / 2 - 0.1rem);
  width: 100%;
  height: 0.2rem;
  background: #fff;
  transition: 0.3s;
}

.qa_list .plus:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% / 2 - 0.1rem);
  height: 100%;
  width: 0.2rem;
  background: #fff;
  transition: 0.3s;
}

.qa_list .active .link {
  color: #f95a08;
}

.qa_list .active .plus:after {
  background: #f95a08;
}

.qa_list .active .plus:before {
  opacity: 0;
}

.qa_list .sub {
  display: none;
  padding: 0 0 2.4rem;
}

.qa_list p {
  margin: 0;
}

.courses_topics_list {
  counter-reset: coursestopics;
}

.courses_topics_list .item {
  counter-increment: coursestopics;
  padding-left: 2.9rem;
  position: relative;
  margin: 0 0 1.0rem;
}

.courses_topics_list .item:before {
  content: counter(coursestopics) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.courses_topics_list p {
  margin: 0 0 1.0rem;
}

.courses_topics {
  padding: 10.0rem 0;
}

.promo_block_text {
  background: url(../images/bg_main.jpg) no-repeat;
  background-size: cover;
  padding: 16.1rem 0 10.7rem;
  position: relative;
}

.promo_block_text .h3 {
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 3;
}

.promo_block_text .text {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 -2.0rem;
  position: relative;
  z-index: 3;
}

.promo_block_text .item {
  width: 40%;
  margin: 0 0 0 2.0rem;
}

.promo_block_text .lines {
  top: 0;
  left: 0;
  z-index: 1;
}

.promo_block_text .lines-container .line:nth-child(1) {
  left: 3.4rem;
  top: -15.6rem;
  width: 54.5rem;
  z-index: 2;
}

.promo_block_text .lines-container .line:nth-child(2) {
  top: 4.0rem;
  left: -1.8rem;
  width: 33.5rem;
  z-index: 1;
}

.promo_block_text .lines-container .line:nth-child(3) {
  top: -24.4rem;
  right: -3.8rem;
  width: 38.7rem;
}

.text_images_block {
  background: url(../images/bg_auz.png) no-repeat 50% 0;
  background-size: contain;
  padding: 1.8rem 0 0;
  margin: 12.2rem 0 8.9rem;
}

.text_images_block .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text_images_block .h3 {
  width: 100%;
  margin: 0 0 4.0rem;
  text-align: center;
}

.text_images_block .fig {
  width: 31.3rem;
  height: 21.1rem;
  margin: 0 3.2rem 0 0;
  position: relative;
  overflow: hidden;
}

.text_images_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.text_images_block .text {
  width: calc(100% - 34.5rem);
  padding: 2.5rem 0 0;
}

.text_images_block .subtitle {
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}

.text_images_block p {
  margin-bottom: 2.5rem;
}

.history_block {
  padding: 16.0rem 0 18.4rem;
}

.history_block .h3 {
  margin: 0 0 6.5rem;
}

.carousel_4 {
  position: relative;
}

.carousel_4 .splide__arrows {
  display: none;
}

.carousel_4 .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carousel_4 .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel_4 .splide__slide {
  position: relative;
  font-size: 1.6rem;
  height: auto !important;
}

.carousel_4 .box {
  display: flex;
  flex-direction: column;
}

.carousel_4 .fig {
  width: 100%;
  height: 35.0rem;
  margin: 0 0 4.0rem;
  position: relative;
  overflow: hidden;
}

.carousel_4 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel_4 p {
  margin: 0 0 1.5rem;
}

.carousel_4 .title {
  margin: 0 0 2.7rem;
  font-size: 2.5rem;
  color: #f95a08;
  line-height: 130%;
  text-transform: uppercase;
}

.carousel_4 .splide__pagination {
  counter-reset: pagination-num;
  margin: 0 0 -5.4rem;
}

.carousel_4 .splide__pagination__page {
  background: none;
  border-radius: 0;
  height: auto;
  opacity: 1;
  width: auto;
}

.carousel_4 .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.carousel_4 .splide__pagination__page {
  background: none;
  transform: none;
  display: block;
  padding: 0 0.7rem;
  color: #fff;
  font-weight: 400;
  font-size: 2.0rem;
  color: #ffffff;
  line-height: 130%;
  text-transform: uppercase;
  transition: 0.3s;
}

.carousel_4 .splide__pagination__page.is-active {
  color: #f95a08;
  font-weight: 600;
}

.carousel_7 {
  position: relative;
  margin: 5.4rem 0 0;
}

.carousel_7 .splide__arrows {
  display: none;
}

.carousel_7 .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carousel_7 .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel_7 .splide__slide {
  border: none !important;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 130%;
  text-transform: uppercase;
  transition: 0.3s;
}

.carousel_7 .splide__slide.is-active {
  border: none !important;
  color: #f95a08;
  font-weight: 600;
}

.brands_block {
  padding: 0 0 13.0rem;
}

.brands_block .h3 {
  margin-bottom: 6.0rem;
}

.carousel_5 {
  position: relative;
}

.carousel_5 .splide__arrows {
  display: none;
}

.carousel_5 .fig {
  width: 100%;
  height: 7.8rem;
  position: relative;
  overflow: hidden;
}

.carousel_5 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
  transition: all 0.5s ease 0s;
}

.carousel_5 .fig_black .img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.carousel_5 .fig_color .img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  opacity: 0;
}

.carousel_5 .splide__slide:hover .fig_black .img {
  opacity: 0;
}

.carousel_5 .splide__slide:hover .fig_color .img {
  opacity: 1;
}

.carousel_5 .splide__pagination {
  display: none;
}

.text2_block {
  padding: 0 0 10.5rem;
}

.text2_block .box {
  display: flex;
  flex-direction: row;
}

.text2_block .h3 {
  font-family: "Commissioner";
  margin: 0 0 6.0rem;
  color: #f95a08;
}

.text2_block .item {
  width: calc(50% - 1.5rem);
}

.text2_block .item:first-child {
  margin: 0 3.0rem 0 0;
}

.text2_block .btn_1 {
  background: none;
  border: 0.1rem solid #f95a08;
}

.text2_block .btn_1:before {
  content: "";
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  border: 0.1rem solid #f95a08;
  border-radius: 50%;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -5.3rem;
  transition: 0.3s;
}

.text2_block .btn_1:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.text2_block .btn_1:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}

.map-block .h3 {
  margin-bottom: 6.0rem;
  font-family: "Commissioner";
  font-size: 2.5rem;
}

.map-block .address {
  padding: 5.0rem 0;
  border-top: 0.1rem solid #342d34;
}

.map-block .address__row {
  display: flex;
}

.address__first {
  margin-right: 22.6rem;
}

.map-block .map {
  -webkit-filter: grayscale(100%) brightness(30%);
  filter: grayscale(100%) brightness(30%);
  width: 100%;
  height: 48.0rem;
}

.map-block iframe {
  border: 0;
}

.qualification_block_2_small .left_block p {
  margin: 0 0 1.6rem;
}

.qualification_block_2_small {
  padding: 8.3rem 0;
}

.we_numbers_list_2 > .item {
  width: calc(100% / 2);
  padding: 20.2rem 3.0rem 5.0rem;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
}

.we_numbers_list_2 > .item:nth-child(3) {
  display: none;
}

.we_numbers_block .mail .link {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.we_numbers_block .mail .link:hover {
  text-decoration: underline;
}

.we_numbers_block .phone_block {
  margin: 0 0 5.0rem;
}

.we_numbers_block .phone {
  margin: 0 0 0.5rem;
}

.we_numbers_block .phone .link {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.we_numbers_block .phone .link:hover {
  text-decoration: underline;
}

.social_network_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 4.0rem 0 0;
}

.title_social_network_content {
  margin: 0 0 3.0rem;
  width: 100%;
}

.social_network_content .item {
  margin: 0 2.0rem 0 0;
  border-left: none;
  width: auto;
  padding: 0;
}

.social_network_content .link {
  border: 0.1rem solid #f95a08;
  border-radius: 2.0rem;
  width: 6.5rem;
  height: 4.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_network_content .fig {
  width: 6.5rem;
  height: 4.0rem;
  position: relative;
  overflow: hidden;
}

.social_network_content .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.social_network_content .text {
  width: calc(100% - 3.2rem);
}

.social_network_content .item:hover .text {
  text-decoration: underline;
}

.title_email {
  display: block;
  margin: 0 0 1.0rem;
}

.answers-block {
  background: #b4420b;
  padding: 6.7rem 0;
}

.answers-block__row {
  flex-direction: column;
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.answers-block__title {
  margin-bottom: 3.5rem;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.answers-block__title br {
  display: none;
}

.carousel_6 {
  position: relative;
}

.carousel_6 .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carousel_6 .splide__arrows {
  display: none;
}

.carousel_6 .splide__slide {
  background: url(../images/circle-tick.svg) no-repeat 0 0;
  position: relative;
  margin: 0 0 2.0rem;
  font-size: 2.0rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-style: italic;
  padding: 1.0rem 0 0 7.6rem;
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  display: none;
}

.prices {
  padding-bottom: 13.0rem;
}

.prices__title {
  font-size: 1.7rem;
  width: 28.3rem;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}

.prices__subtitle {
  display: block;
  margin-bottom: 5.0rem;
  text-align: center;
}

.prices__row {
  flex-direction: column;
  display: flex;
}

.prices__row .price-block {
  width: 100%;
}

.prices__row .price-block:nth-child(1) {
  display: none;
}

.price-block__header {
  min-height: initial;
  border-bottom: 0 solid #000;
  padding: 3.0rem 2.0rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.price-block__title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  text-transform: uppercase;
}

.price-block__subtitle {
  margin-top: 1.0rem;
}

.price-block__content > div {
  padding: 2.0rem 2.0rem;
  border-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.prices__row .price-block:nth-child(2) {
  border: 0.1rem solid #342d34;
  border-bottom: 0;
}

.prices__row .price-block {
  width: 100%;
}

.price-block__content .hidden-title {
  font-weight: bold;
  width: 100%;
}

.info {
  position: relative;
}

.info__button {
  width: 1.9rem;
  cursor: pointer;
}

.info__text {
  display: none;
  position: absolute;
  background: #f95a08;
  border-radius: 0.3rem;
  padding: 1.5rem 1.0rem;
  width: 26.2rem;
  left: auto;
  right: 0;
  z-index: 1;
  margin-top: 0.5rem;
}

.info__text::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 2.3rem;
  background: url(../images/cloud-top.svg) no-repeat;
  position: absolute;
  top: -2.0rem;
  left: calc(50% - 2.8rem);
}

.info__text::before {
  display: none;
}

.price-block__footer {
  padding: 3.0rem 2.0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-block__price {
  font-size: 2.0rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.prices__row .price-block:nth-child(2) .price-block__button {
  border: 0.1rem solid #6c5e56;
}

.prices__row .price-block:nth-child(3) {
  border-top: 0.1rem solid #342d34;
  background: #b4420b;
}

.price-block__undertitle {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}

.price-block__undertitle img {
  margin-right: 1.0rem;
}

.btn_2 {
  border: 0.1rem solid #6c5e56;
  padding: 0 2.0rem;
  font-size: 1.4rem;
  height: 3.8rem;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4.8rem;
  text-decoration: none;
  transition: 0.3s;
  line-height: 3.8rem;
  color: #fff;
  position: relative;
  white-space: nowrap;
}

.btn_2:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
  color: #fff;
}

.prices__row .price-block:nth-child(3) .btn_2 {
  border: 0.1rem solid #fff;
}

.program_block {
  margin: 0 0 13.0rem;
}

.program_block .box {
  border: 0.1rem solid #342d34;
  display: flex;
  flex-direction: column;
}

.program_block .item {
  border-top: 0.1rem solid #342d34;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.program_block .item:first-child {
  border: none;
}

.program_block .item:last-child {
  width: 100%;
}

.program_block .link {
  background: url(../images/white-arrow-top-right.svg) no-repeat 92% 50%;
  display: flex;
  align-items: center;
  height: 9.1rem;
  padding: 0 5.4rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.program_block .item:hover .link {
  background: #f95a08 url(../images/white-arrow-top-right.svg) no-repeat 92% 50%;
}

.program_block .text {
  width: 14.0rem;
}

.program_block .item:last-child .text {
  width: auto;
}

.modal {
  position: fixed;
  z-index: 1000;
}

.modal__inner {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal, .modal__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__horisontal_inner {
  display: table;
  height: 100%;
  margin: auto;
}

.modal__vertical_inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal__bg {
  background: #000;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show .modal__bg {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal__content {
  background: #342d34;
  padding: 8.0rem;
  position: relative;
}

.box_basket .modal__content {
  width: 99.0rem;
  padding: 8.0rem;
}

.box_basket .modal__content .btn_1:first-child {
  background: none;
  border: 0.1rem solid #f95a08;
  margin: 0 7.2rem 0 0;
}

.box_basket .modal__content .btn_1:first-child:before {
  background: url(../images/down_white.svg) no-repeat 50% 50%;
}

.box_basket .modal__content .btn_1:first-child:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.box_basket .modal__content .btn_1:first-child:hover:before {
  background: #c74705 url(../images/down_white.svg) no-repeat 50% 50%;
}

.box_basket .modal__content .h3 {
  margin: 0 0 3.0rem;
  font-size: 3.5rem;
  font-weight: 500;
}
.modal_box_form .modal__content{
	width: 99.0rem;
  padding: 8.0rem;
}
.modal_box_form .modal__content .h3 {
	margin:0 0 3.0rem;
	font-family: "Commissioner";
  font-size: 3.5rem;
}
.modal_box_form .modal__content .block{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:5.0rem 0 0;
}
.modal_box_form .modal__content .left_block{
	width:calc(100% - 39.0rem);
	margin:0 7.0rem 0 0;
}
.modal_box_form .modal__content .right_block{
	width:32.0rem;
}
.modal_box_form .modal__content .label {
  display: inline-block;
  vertical-align: middle;
  width: 8.6rem;
}

.modal_box_form .modal__content .in {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 9.3rem);
}

.modal_box_form .modal__content .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.modal_box_form .modal__content .title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 2.0rem;
}
.modal__close_btn {
  background: url(../images/cancel.svg) no-repeat 50% 50%;
  width: 2.0rem;
  height: 2.0rem;
  position: absolute;
  top: 3.0rem;
  right: 3.0rem;
  z-index: 2;
}

.modal_lightbox__prev, .modal_lightbox__next {
  cursor: pointer;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.modal_lightbox__next {
  left: auto;
  right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
  background: #0d060c;
  height: 45.0rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer .container {
  max-width: 66.0rem;
  position: relative;
}

.logo_footer {
  background: url(../images/logo.svg) no-repeat;
  background-size: 100% 100%;
  width: 15.1rem;
  height: 5.3rem;
  position: absolute;
  top: 11.9rem;
  left: 0;
}

.logo_footer .link {
  display: block;
  width: 15.1rem;
  height: 5.3rem;
}

.license_footer {
  width: 22.2rem;
  position: absolute;
  top: 26.6rem;
  right: 0;
}

.license_footer_list .item {
  margin: 0 0 1.1rem;
  font-size: 1.4rem;
}

.license_footer_list .link {
  color: #fff;
}

.nav_footer {
  width: 22.2rem;
  position: absolute;
  top: 11.9rem;
  right: 0;
}

.nav_footer_list .item {
  margin: 0 0 1.1rem;
  font-size: 1.4rem;
}

.nav_footer_list .link {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav_footer_list .item:hover .link {
  text-decoration: underline;
}

.contacts_footer {
  width: 19.9rem;
  position: absolute;
  top: 14.9rem;
  right: 26.8rem;
}

.mail_footer {
  font-size: 1.6rem;
  margin: 0 0 0.8rem;
}

.mail_footer .link {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.mail_footer .link:hover {
  text-decoration: underline;
}

.phone_footer {
  font-size: 1.6rem;
  margin: 0 0 0.8rem;
}

.phone_footer .link {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.phone_footer .link:hover {
  text-decoration: underline;
}

.social_network_footer {
  width: 19.9rem;
  position: absolute;
  top: 30.1rem;
  right: 26.8rem;
}

.social_network_footer .item {
  margin: 0 0 1.1rem;
}

.social_network_footer .link {
  display: flex;
  flex-direction: row;
  color: #fff;
  text-decoration: none;
}

.social_network_footer .fig {
  width: 2.2rem;
  height: 2.0rem;
  margin: 0 1.0rem 0 0;
  position: relative;
  overflow: hidden;
}

.social_network_footer .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.social_network_footer .text {
  width: calc(100% - 3.2rem);
}

.social_network_footer .item:hover .text {
  text-decoration: underline;
}

.company_footer {
  position: absolute;
  top: 36.1rem;
  left: 0;
  font-size: 1.6rem;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

/* print media */
@media (min-width: 1025px) {
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .inner {
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  .h1 {
    font-size: 2.0rem;
  }

  .h2 {
    font-size: 2.0rem;
  }

  .h3 {
    font-size: 2.0rem;
  }

  .header {
    width: 100%;
    padding: 5.4rem 0 0;
  }

  .header_top {
    max-width: none;
    height: 5.4rem;
  }

  .nav {
    width: 100%;
    height: 5.4rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 21;
  }

  .nav_active {
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav .nav_toggle {
    background: none;
    border: none;
    display: block;
    width: 3.3rem;
    height: 2.4rem;
    margin: -1.2rem 0 0 0;
    position: absolute;
    top: 50%;
    right: 3.0rem;
    z-index: 2;
  }

  .nav_active .nav_toggle {
    margin: 0;
    top: 1.5rem;
    left: auto;
    right: 3.0rem;
  }

  .nav .bar {
    background: #f95a08;
    border-radius: 0.4rem;
    display: block;
    width: 3.3rem;
    height: 0.3rem;
    padding: 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
  }

  .nav .bar1 {
    top: 0;
    right: 0;
    transform-origin: 5%;
  }

  .nav .bar2, .nav .bar3 {
    top: 1.0rem;
    right: 0;
  }

  .nav .bar4 {
    top: 2.0rem;
    right: 0;
    transform-origin: 5%;
  }

  .nav_active .bar1 {
    transform: rotate(45deg);
  }

  .nav_active .bar3 {
    transform: rotate(45deg);
    background-color: transparent;
  }

  .nav_active .bar2 {
    transform: rotate(-45deg);
    background-color: transparent;
  }

  .nav_active .bar4 {
    transform: rotate(-45deg);
  }

  .nav .sub_all {
    background: #0d060c;
    /*display: none;*/
    width: 100vw;
    position: absolute;
    top: 5.4rem;
    left: 0;
    right: 0;
    /*transform: translate(0, -130%);
	transition: transform .3s ease;
	will-change: transform;*/
  }

  .nav_active .sub_all {
    /*transform: translate(0, 0);*/
  }

  .nav > .sub_all > .list {
    /*border: none;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    z-index: 1;
  }

  .nav > .sub_all > .list > .item {
    border-top: 0.1rem solid #342d34;
    position: static;
    white-space: inherit;
    width: auto;
  }

  .nav > .sub_all > .list > .item > .link {
    height: 5.0rem;
    justify-content: flex-start;
    padding: 0 3.0rem;
  }

  .nav > .sub_all > .list > .item:hover > .link, .nav > .sub_all > .list > .active > .link {
  }

  .nav > .sub_all > .list > .have_sub > .link {
    background: url(../images/plus_menu.svg) no-repeat 92% 50%;
  }

  .nav > .sub_all > .list > .item.mobile_active > .link {
    background: url(../images/minus_meny.svg) no-repeat 92% 50%;
  }

  .nav_active {
    z-index: 27;
  }

  .nav .sub {
    background: none;
    display: none;
    width: 100%;
    padding: 0;
    /*position: absolute;
    top: 0;
    right: 0;
    left: 0;*/
    /*transform: translate(0, -100%);
    transition: all .3s ease;
    will-change: transform;*/
  }

  .nav_active .sub {
    /*opacity: 0;
    visibility: hidden;*/
  }

  .nav > .sub_all > .list.mobile_active {
    /*transform: translate(0, 0);*/
  }

  .nav > .sub_all > .list > .item.mobile_active .sub {
    /*opacity: 1;
    visibility: visible;*/
    left: 0;
    z-index: 24;
    position: relative; /*transform: translate(0, 0);*/
  }

  .nav .sub_menu {
    float: none;
  }

  .nav .sub .item {
    border-top: 0.1rem solid #342d34;
    margin: 0;
    font-size: 1.4rem;
  }

  .nav .sub .link {
    display: flex;
    align-items: center;
    height: 5.0rem;
    padding: 0 2.9rem 0 4.0rem;
  }

  .logo {
    background-size: 100% 100%;
    width: 6.1rem;
    height: 2.2rem;
    margin: 0;
    position: absolute;
    top: 1.5rem;
    left: 3.0rem;
    z-index: 28;
  }

  .logo .link {
    width: 6.1rem;
    height: 2.2rem;
  }

  .slogan {
    display: none;
  }

  .container {
    width: calc(100% - 6.0rem);
    padding: 0 3.0rem;
  }

  .promo_block {
    flex-direction: column;
    margin: 5.9rem auto 0;
    width: 24.5rem;
  }

  .promo_block .fig {
    width: 21.6rem;
    height: 17.4rem;
    padding: 0;
    margin: 0;
    order: 2;
  }

  .promo_block .text {
    width: auto;
    margin: 0 0 5.5rem;
    order: 1;
  }

  .promo_block .title {
    margin: 0 0 2.5rem;
    font-size: 2.5rem;
  }

  .promo_block .text_block {
    width: auto;
    margin: 0 0 2.1rem;
  }

  .promo_block p {
    margin: 0 0 0.6rem;
  }

  .lines-container_tablet {
    display: none;
  }

  .lines {
    top: -6.1rem;
    left: -3.8rem;
  }

  .btn_1 {
    border-radius: 4.8rem;
    height: 3.8rem;
    padding: 0 2.0rem;
    line-height: 3.8rem;
  }

  .btn_1:before {
    background-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    right: -5.3rem;
  }

  .btn_1:hover:before {
    background-size: 1.6rem;
  }

  .main_page .lines-container_mobile {
    display: block;
  }

  .lines-container_mobile {
    display: block;
  }

  .main_page .lines-container_desktop {
    display: none;
  }

  .lines-container_desktop {
    display: none;
  }

  .main_page .lines-container_tablet {
    display: none;
  }

  .lines-container_tablet {
    display: none;
  }

  .lines-container .line:nth-child(1) {
    left: -6.8rem;
    top: 19.5rem;
    width: 30.9rem;
  }

  .lines-container .line:nth-child(2) {
    top: 21.1rem;
    left: -6.9rem;
    width: 22.1rem;
  }

  .lines-container .line:nth-child(3) {
    top: 1.8rem;
    right: -18.7rem;
    width: 25.9rem;
  }

  .lines-container .line:nth-child(4) {
    right: -20.0rem;
    top: 38.5rem;
    width: 35.3rem;
  }

  .we_numbers_block {
    border: 0.2rem solid #3f3a40;
  }

  .we_numbers_list {
    min-width: auto;
    max-width: none;
    flex-direction: column;
  }

  .we_numbers_list .item {
    border: none;
    border-top: 0.2rem solid #3f3a40;
    width: 100%;
    padding: 6.0rem 3.0rem;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .we_numbers_list_four .item {
    text-transform: none;
    padding: 6.0rem 3.0rem;
  }

  .we_numbers_list .item:first-child {
    border: none;
  }

  .we_numbers_list .in {
    width: 25.5rem;
    margin: 0 auto;
  }

  .we_numbers_list .number {
    font-size: 4.0rem;
  }

  .we_numbers_list_four .number {
    font-size: 3.5rem;
  }

  .everything_tenders_block {
    width: 24.7rem;
    margin: 0 auto;
    padding: 22.2rem 0;
    font-size: 1.4rem;
  }

  .everything_tenders_block .h2 {
    font-size: 2.0rem;
    font-weight: 500;
  }

  .you_get_block {
    padding: 6.0rem 0 7.7rem;
  }

  .you_get_block .container {
    flex-direction: column;
  }

  .you_get_block .h3 {
    margin: 0 0 5.0rem;
    font-size: 2.0rem;
  }

  .you_get_block .block_left {
    width: auto;
    height: auto;
  }

  .you_get_block .item {
    max-width: none;
    height: auto;
    margin: 0 0 2.0rem;
    padding: 0 0 0 5.0rem;
    position: relative;
    top: 0;
    overflow: inherit;
  }

  .you_get_block .item:after {
    transform: rotate(90deg);
    position: absolute;
    top: -5.0rem;
    left: -3.0rem;
    margin: 0;
  }

  .you_get_block .item:before {
    display: none;
  }

  .you_get_block .item:nth-child(3) {
    left: 0;
  }

  .you_get_block .item:nth-child(4) {
    left: 0;
    top: 0;
  }

  .you_get_block .item:nth-child(5) {
    left: 0;
    top: 0;
  }

  .you_get_block .item:nth-child(4):after {
    display: block;
  }

  .you_get_block .item:nth-child(4):before {
    display: none;
  }

  .you_get_block .item:nth-child(5):after {
    display: block;
  }

  .you_get_block .item:nth-child(5):before {
    display: none;
  }

  .you_get_block .text {
    align-items: flex-end;
    height: auto;
  }

  .you_get_block .fig_arrow {
    display: none;
  }

  .you_get_block .block_left br {
    display: none;
  }

  .you_get_block .block_right {
    width: auto;
    padding: 5.5rem 0 0 0;
    font-size: 1.7rem;
  }

  .course_block {
    padding: 14.4rem 0;
  }

  .course_block .h4 {
    margin: 0 0 2.6rem;
    font-size: 1.4rem;
  }

  .course_block .h3 {
    margin: 0 0 5.0rem;
    font-size: 2.0rem;
  }

  .course_list .title .link {
    height: 6.6rem;
    padding: 0;
    font-size: 1.7rem;
  }

  .course_list .plus {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .course_list .all_sub {
    flex-direction: column;
  }

  .course_list .left_block {
    width: auto;
    margin: 0 0 3.0rem;
  }

  .course_list .left_block .button_block {
    display: none;
  }

  .course_list .right_block .button_block {
    display: flex;
    flex-direction: column;
    margin: 4.0rem 0 0;
  }

  .course_list .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
  }

  .course_list .btn_1:first-child {
    width: 10.4rem;
  }

  .course_list .btn_1:before {
    background-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    right: -5.3rem;
  }

  .course_list .btn_1:hover:before {
    background-size: 1.6rem;
  }

  .course_list .btn_1:nth-child(2) {
    width: 17.0rem;
  }

  .course_list .right_block {
    width: auto;
    margin: 0;
  }

  .course_list .fig {
    width: 100%;
    height: 13.4rem;
  }

  .ticker {
    font-size: 1.7rem;
  }

  .qualification_block {
    padding: 10.0rem 0 5.9rem;
  }

  .qualification_block .container {
    flex-direction: column;
  }

  .qualification_block .left_block {
    width: auto;
    margin: 0 0 1.3rem;
    font-size: 1.7rem;
    text-align: left;
  }

  .qualification_block .left_block p {
    margin-bottom: 1.7rem;
  }

  .qualification_block .right_block {
    width: auto;
  }

  .qualification_block .right_block p {
    margin: 0 0 2.0rem;
  }

  .qualification_block .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
    width: 8.6rem;
  }

  .qualification_block .btn_1:before {
    background-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    right: -5.3rem;
  }

  .qualification_block .right_block {
    font-size: 1.4rem;
  }

  .qualification_block .right_block br {
    display: none;
  }

  .qualification_block .btn_1:hover:before {
    background-size: 1.6rem;
  }

  .qualification_block .lines-container .line:nth-child(1) {
    display: none
  }

  .qualification_block .lines-container .line:nth-child(2) {
    display: none
  }

  .qualification_block .lines-container .line:nth-child(3) {
    right: 0.1rem;
    top: -2.4rem;
    z-index: 2;
    width: 16.4rem
  }

  .qualification_block .lines-container .line:nth-child(4) {
    z-index: 1;
    top: 5.5rem;
    right: -3.3rem;
    width: 16.3rem;
  }

  .speakers_block {
    padding: 0 0 0;
  }

  .speakers_block .h3 {
    width: 12.0rem;
    font-size: 2.0rem;
    margin: 0 0 7.5rem;
  }

  .carousel_2 .splide__arrows {
    width: 9.3rem;
    position: absolute;
    top: -12.2rem;
    right: 0;
  }

  .carousel_2 .splide__arrow--next, .carousel_2 .splide__arrow--prev {
    background-size: 2.0rem;
    width: 3.9rem;
    height: 3.9rem;
    right: auto;
    left: 5.4rem;
  }

  .carousel_2 .splide__arrow--next:hover {
    background-size: 2.0rem;
  }

  .carousel_2 .splide__arrow--prev {
    background-size: 2.0rem;
    left: 0;
  }

  .carousel_2 .splide__arrow--prev:hover {
    background-size: 2.0rem;
  }

  .carousel_2 .splide__slide {
    height: 27.6rem;
    position: relative;
    font-size: 1.2rem;
  }

  .carousel_2 .text {
    height: 23.6rem;
    position: absolute;
    bottom: 1.4rem;
    left: 1.4rem;
    right: 1.4rem;
  }

  .carousel_2 .title {
    margin: 0 0 1.0rem;
    font-size: 1.7rem;
  }

  .about_block {
    padding: 18.6rem 0 10.0rem;
  }

  .about_block .container {
    flex-direction: column;
  }

  .about_block .left_block {
    width: 21.2rem;
    margin: 0 0 2.5rem;
  }

  .about_block .h4 {
    text-align: left;
    font-size: 1.4rem;
    padding-right: 0;
  }

  .about_block .right_block {
    width: 32.2rem;
  }

  .about_block .right_block p {
    margin: 0;
  }

  .about_block br {
    display: none;
  }

  .form_block {
    padding: 6.1rem 0;
  }

  .form_block .container {
    flex-direction: column;
  }

  .form_block .left_block {
    width: auto;
    margin: 0 0 1.0rem;
  }

  .form_block .h3 {
    margin: 0 0 2.0rem;
    font-size: 1.7rem;
  }

  .form_block .right_block {
    width: auto;
  }

  .form_block .label {
    display: block;
    margin: 0 0 1.0rem;
    width: 8.6rem;
  }

  .form_block .in {
    display: block;
    vertical-align: middle;
    width: 100%;
  }

  .form_block .box {
    flex-direction: column;
    align-items: flex-start;
  }
.modal_box_form .modal__content .label {
    display: block;
    margin: 0 0 1.0rem;
    width: 8.6rem;
  }

.modal_box_form .modal__content .in {
    display: block;
    vertical-align: middle;
    width: 100%;
  }

.modal_box_form .modal__content .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .consent_personal_data {
    margin: 0 0 1.4rem;
  }

  .button {
    width: 11.7rem;
    height: 3.8rem;
    padding: 0 2.0rem;
    position: relative;
    left: 0;
    line-height: 3.6rem;
  }

  .button:before {
    background-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    top: 0;
    right: -5.3rem;
  }

  .button:hover:before {
    background-size: 1.6rem;
  }

  .footer {
    height: auto;
    position: relative;
    padding: 6.0rem 0 3.0rem;
  }

  .logo_footer {
    width: 10.4rem;
    height: 3.7rem;
    margin: 0 0 3.0rem;
    position: relative;
    top: 0;
    left: 0;
  }

  .logo_footer .link {
    width: 10.4rem;
    height: 3.7rem;
  }

  .social_network_footer {
    width: auto;
    margin: 0 0 3.0rem;
    position: relative;
    top: 0;
    right: 0;
  }

  .license_footer {
    width: auto;
    margin: 0 0 3.0rem;
    position: relative;
    top: 0;
    right: 0;
  }

  .license_footer_list .item {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
  }

  .license_footer_list .link {
    text-decoration: none;
  }

  .license_footer_list .link:hover {
    text-decoration: underline;
  }

  .contacts_footer {
    width: auto;
    margin: 0 0 3.0rem;
    position: relative;
    top: 0;
    right: 0;
  }

  .mail_footer {
    font-size: 1.4rem;
    margin: 0 0 0.8rem;
  }

  .phone_footer {
    font-size: 1.4rem;
    margin: 0 0 0.8rem;
  }

  .nav_footer {
    display: none;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .nav_footer_list .item {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
  }

  .company_footer {
    position: relative;
    top: auto;
    left: 0;
    font-size: 1.4rem;
  }

  .qualification_block_2 .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .qualification_block_2_line {
    padding: 22.2rem 0 20.9rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(1) {
    left: -20.6rem;
    width: 43.1rem;
    top: 3.0rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(2) {
    width: 60.0rem;
    top: 8.3rem;
    left: -31.1rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(3) {
    width: 36.5rem;
    top: 34.8rem;
    right: -9.6rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(4) {
    width: 18.3rem;
    top: 29.3rem;
    right: -2.7rem;
  }

  .qualification_block_2 .left_block {
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .qualification_block_2 .left_block p {
    margin: 0 0 1.3rem;
  }

  .qualification_block_2 .right_block {
    width: auto;
  }

  .qualification_block_2 .right_block p {
    width: auto;
    margin: 0 0 2.3rem;
  }

  .qualification_block_2 .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
    margin: 0 0 0 3.0rem;
  }

  .qualification_block_2 .btn_1:hover {
    background: #c74705;
    color: #fff;
  }

  .qualification_block_2 .btn_1:before {
    content: "";
    background: url(../images/play_orange.svg) no-repeat 54% 50%;
    background-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    top: 0;
    right: -5.3rem;
  }

  .qualification_block_2 .btn_1:hover:before {
    background: #c74705 url(../images/play_white.svg) no-repeat 54% 50%;
    background-size: 1.6rem;
  }

  .qualification_block_2 .ac {
    text-align: left !important;
  }

  .qualification_block_2 .h3.orange {
    margin: 0 0 3.0rem;
    font-size: 1.7rem;
    color: #f95a08;
  }

  .programs_block .h3 {
    font-size: 2.0rem;
    margin: 0 0 4.0rem;
  }

  .programs_block .item {
    padding: 2.0rem 0 4.0rem;
    flex-direction: column;
  }

  .programs_block .title {
    width: auto;
    margin-right: 0;
    font-size: 1.4rem;
    margin-bottom: 4.0rem;
  }

  .programs_block .text {
    width: auto;
  }

  .programs_block .subtitle {
    font-weight: 500;
  }

  .programs_block .price {
    margin: 0 0 1.5rem;
    font-size: 2.0rem;
  }

  .programs_block .btn_block {
    margin-top: 2.0rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .programs_block .btn_1 {
    left: 0;
  }

  .orange_block {
    padding: 5.0rem 0;
    margin: 10.0rem 0 0;
  }

  .orange_block .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .orange_block .h3 {
    font-size: 1.7rem;
    margin-right: 0;
    margin-bottom: 3.0rem;
  }

  .orange_block .text {
    width: auto;
    margin: 0 0 1.5rem;
  }

  .reviews_block {
    padding: 10.0rem 0 10.0rem;
  }

  .reviews_top .h3 {
    font-size: 2.0rem;
  }

  .reviews_top .btn_1 {
    position: absolute;
    bottom: 0;
    left: 3.0rem;
  }

  .reviews_top .btn_1:before {
    background-size: 1.6rem;
    width: 3.8rem;
    height: 3.8rem;
    right: -5.3rem;
  }

  .reviews_top .btn_1:hover:before {
    background-size: 1.6rem;
  }

  .reviews_block .container {
    position: relative;
    padding: 0 3.0rem 14.0rem;
  }

  .carousel_3 .company {
    font-size: 1.4rem;
  }

  .have_arrow .carousel_3 .splide__arrows {
    width: 9.3rem;
    position: absolute;
    top: -12.2rem;
    right: 0;
  }

  .have_arrow .carousel_3 .splide__arrow--next, .have_arrow .carousel_3 .splide__arrow--prev {
    background-size: 2.0rem;
    width: 3.9rem;
    height: 3.9rem;
    right: auto;
    left: 5.4rem;
  }

  .have_arrow .carousel_3 .splide__arrow--next:hover {
    background-size: 2.0rem;
  }

  .have_arrow .carousel_3 .splide__arrow--prev {
    background-size: 2.0rem;
    left: 0;
  }

  .have_arrow .carousel_3 .splide__arrow--prev:hover {
    background-size: 2.0rem;
  }

  .qa_block .h3 {
    margin: 0 0 6.0rem;
    font-size: 2.0rem;
  }

  .qa_list .title .link {
    height: 6.6rem;
    font-size: 1.7rem;
  }

  .qa_list .plus {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
  }

  .qa_block {
    padding: 0 0 10.0rem;
  }

  .field {
    padding: 1.0rem 2.0rem;
    font-size: 1.4rem;
  }

  .field:-moz-placeholder {
    font-size: 1.4rem;
  }

  .field::-moz-placeholder {
    font-size: 1.4rem;
  }

  .field::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .field:-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .field.placeholder {
    font-size: 1.4rem;
  }

  .courses_topics {
    padding: 5.0rem 0;
  }

  .courses_topics_list .item {
    padding-left: 1.5rem;
  }

  .promo_block_text {
    padding: 12.1rem 0 13.4rem;
  }

  .promo_block_text .h3 {
    margin-bottom: 2.4rem;
    font-size: 2.5rem;
  }

  .promo_block_text .text {
    flex-direction: column;
    margin: 0;
  }

  .promo_block_text .item {
    width: auto;
    margin: 0 0 0.8rem;
  }

  .promo_block_text .lines-container .line:nth-child(1) {
    left: -6.8rem;
    top: 19.5rem;
    width: 30.9rem;
  }

  .promo_block_text .lines-container .line:nth-child(2) {
    top: 21.1rem;
    left: -6.9rem;
    width: 22.1rem;
  }

  .promo_block_text .lines-container .line:nth-child(3) {
    top: 1.8rem;
    right: -18.7rem;
    width: 25.9rem;
  }

  .qualification_block_2 .left_block p {
    margin: 0 0 2.5rem;
    font-weight: 400;
  }

  .qualification_block_2 .right_block {
    font-size: 1.4rem;
  }

  .qualification_block_2 .right_block p {
    margin: 0 0 1.5rem;
  }

  .text_images_block {
    background: url(../images/bg_auz3.png) no-repeat 50% 0;
    padding: 3.1rem 0 5.8rem;
  }

  .text_images_block .container {
    flex-direction: column;
  }

  .text_images_block .fig {
    width: 26.0rem;
    height: 15.5rem;
    margin: 0 0 2.5rem;
  }

  .text_images_block .text {
    width: auto;
    padding: 0;
  }

  .history_block .h3 {
    margin: 0 0 4.0rem;
  }

  .carousel_4 .fig {
    width: 25.0rem;
    height: 14.0rem;
    margin: 0 auto 4.0rem;
  }

  .carousel_4 .title {
    font-size: 2.0rem;
  }

  .carousel_4 .splide__slide {
    font-size: 1.4rem;
  }

  .carousel_4 .splide__pagination__page {
    font-size: 1.7rem;
  }

  .carousel_5 .fig {
    height: 4.7rem;
  }

  .text2_block .box {
    display: flex;
    flex-direction: column;
  }

  .text2_block .item:first-child {
    margin: 0;
  }

  .text2_block .item {
    width: auto;
  }

  .map-block .address__row {
    flex-direction: column;
  }

  .map-block .address__first {
    margin: 0 0 0.5rem;
  }

  .map-block .address {
    padding: 2.5rem 0;
  }

  .map-block .map {
    height: 25.8rem;
  }

  .promo_block_fig_left .fig {
    width: 26.0rem;
    height: 18.7rem;
  }

  .promo_block_fig_left .lines-container .line:nth-child(1) {
    left: -9.4rem;
    top: 0.7rem;
    width: 30.9rem;
  }

  .promo_block_fig_left .lines-container .line:nth-child(2) {
    z-index: 4;
    top: 30.3rem;
    left: -6.9rem;
    width: 30.5rem;
  }

  .promo_block_fig_left .lines-container .line:nth-child(3) {
    top: -6.9rem;
    right: -19.9rem;
    width: 25.9rem;
  }

  .promo_block_fig_left .lines-container .line:nth-child(4) {
    right: -17.0rem;
    top: 34.5rem;
    width: 35.3rem;
  }

  .before-after__row {
    flex-direction: column;
    margin: 0 -3.0rem;
  }

  .before-after__row > div {
    width: 100%;
    padding: 5.0rem 3.0rem;
    width: auto;
  }

  .before-after__row > div:nth-child(1) {
    padding: 5.0rem 3.0rem 5.0rem 3.0rem;
  }

  .before-after__row > div:nth-child(2) {
    border-top: 0.1rem solid #342d34;
  }

  .before-after-block__inner {
    padding: 0 0;
    margin: 0 auto;
  }

  .before-after-title {
    font-size: 1.7rem;
    margin-bottom: 3.0rem;
  }

  .before-after ul li::before {
    width: 2.3rem;
    height: 2.3rem;
    top: calc(50% - 11.5px);
    background-size: 100%;
  }

  .before-after__row > div:nth-child(2) ul li::before {
    background-size: 100%;
  }

  .have_arrow .carousel_3 .splide__arrows {
    top: auto;
    right: auto;
    bottom: -5.0rem;
    left: 0;
  }

  .qualification_block_2_small {
    padding: 0 0 8.3rem;
  }

  .qualification_block_2_small .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
    margin: 0;
  }

  .we_numbers_list_2 > .item {
    width: auto;
    padding: 10.0rem 3.0rem 5.0rem;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
  }

  .we_numbers_list_2 > .item:nth-child(3) {
    display: none;
  }

  .social_network_content {
    margin: 0;
  }

  .title_social_network_content {
    margin: 0 0 3.0rem;
  }

  .social_network_content .item {
    margin: 0 1.7rem 0 0;
    border: none;
    width: auto;
    padding: 0;
  }

  .social_network_content .link {
    border: 0.1rem solid #f95a08;
    border-radius: 2.0rem;
    width: 6.5rem;
    height: 4.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social_network_content .fig {
    width: 6.5rem;
    height: 4.0rem;
    position: relative;
    overflow: hidden;
  }

  .social_network_content .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
  }

  .social_network_content .text {
    width: calc(100% - 3.2rem);
  }

  .social_network_content .item:hover .text {
    text-decoration: underline;
  }

  .title_email {
    display: block;
    margin: 0 0 1.0rem;
  }

  .answers-block__title {
    margin-bottom: 3.5rem;
    font-size: 2.0rem;
    text-transform: uppercase;
    line-height: 130%;
  }

  .carousel_6 .splide__slide {
    background-size: 3.6rem 3.6rem;
    font-size: 1.3rem;
    padding: 0 0 0 5.6rem;
    width: auto;
  }

  .answers-block {
    margin: 0 0 10.0rem;
    padding: 3.5rem 0;
  }

  .prices {
    margin: 0 -3.0rem;
  }

  .program_block {
    margin: 0 0 10.0rem;
  }

  .program_block .h3 {
    margin: 0 0 6.0rem;
  }

  .program_block .item {
    font-size: 1.4rem;
  }

  .program_block .link {
    background-size: 3.1rem;
    height: 8.6rem;
    padding: 0 3.0rem;
  }

  .program_block .item:hover .link {
    background-size: 3.1rem;
  }

  .program_block .text {
    width: 14.3rem;
  }

  .program_block .item:last-child .text {
    width: 14.3rem;
  }
  .modal_box_form .modal__content {
  width: auto;
  padding: 6.0rem 2.0rem;
}
  .modal_box_form .modal__content .block {
  flex-direction: column;
  padding: 5.0rem 0 0;
}
.modal_box_form .modal__content .left_block {
  width: auto;
  margin: 0 0 50px;
}
.modal_box_form .modal__content .right_block {
  width: auto;
}
.modal_box_form .modal__content .h3 {
  margin: 0 0 3.0rem;
  font-size: 2.0rem;
}
.box_basket .modal__content {
  width: calc(100% - 4.0rem);
  padding: 6.0rem 2.0rem;
}
.box_basket .modal__content .h3 {
  font-size: 2.0rem;
}
.box_basket .modal__content p{
	display:flex;
	flex-direction:column;
	width: 18.0rem;
}
.box_basket .modal__content .btn_1:first-child{
	margin:0 0 30px;
}
.ml-55 {
  margin-left: 0 !important;
}
.mr-100 {
  margin-right: 0 !important;
}
}

@media (min-width: 576px) and (max-width: 999px) {
  .container {
    max-width: 48.0rem;
    padding: 0 3.0rem;
  }

  .header_top {
    max-width: 54.0rem;
  }

  .nav_active {
    width: 54.0rem;
  }

  .nav .sub_all {
    width: 54.0rem;
  }

  .promo_block {
    width: 48.0rem;
  }

  .promo_block .fig {
    width: 35.0rem;
    height: 28.3rem;
    margin: 0 auto;
  }

  .promo_block .text {
    width: 24.7rem;
    margin: 0 auto 5.5rem;
  }

  .we_numbers_list {
    flex-direction: row;
  }

  .we_numbers_list .item {
    border-left: 0.2rem solid #3f3a40;
    width: calc(100% / 3);
    font-size: 1.2rem;
  }

  .we_numbers_list .in {
    width: auto;
    margin: 0;
  }

  .we_numbers_list .number {
    font-size: 3.0rem;
  }

  .everything_tenders_block {
    width: auto;
    font-size: 1.8rem;
  }

  .everything_tenders_block .h2 {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .course_list .fig {
    height: 32.0rem;
  }

  .form_block .box {
    flex-direction: row;
  }

  .button {
    left: -5.3rem;
  }
  .modal_box_form .modal__content {
  width: 56.9rem;
  padding:8.0rem;
}
.modal_box_form .modal__content .box {
  flex-direction: row;
}
  .modal_box_form .modal__content .block {
  flex-direction: column;
  padding: 5.0rem 0 0;
}
.modal_box_form .modal__content .left_block {
  width: auto;
  margin: 0 0 5.0rem;
}
.modal_box_form .modal__content .right_block {
  width: auto;
}
.modal_box_form .modal__content .h3 {
  margin: 0 0 3.0rem;
  font-size: 2.5rem;
}
.box_basket .modal__content .h3 {
  font-size: 2.5rem;
}
.box_basket .modal__content {
  width: 56.9rem;
}
}
@media (min-width: 1000px) {
	  .modal_box_form .modal__content {
  width: calc(100vw - 16.0rem);
}
.modal_box_form .modal__content .left_block {
  width: calc(50% - 1.5rem);
  margin: 0 3.0rem 0 0;
}
.modal_box_form .modal__content .right_block {
   width: calc(50% - 1.5rem);
}
.modal_box_form .modal__content .h3 {
  margin: 0 0 3.0rem;
  font-size: 2.5rem;
}
.box_basket .modal__content .h3 {
  font-size: 2.5rem;
}
	}
@media (min-width: 1160px) {
	  .modal_box_form .modal__content {
  width: 99.0rem;
}



	}
@media (min-width: 1200px) {
  body {
    font-size: 1.8rem;
  }

  .h1 {
    font-size: 4.0rem;
  }

  .h2 {
    font-size: 4.0rem;
  }

  .h3 {
    font-size: 4.0rem;
  }

  .h4 {
    font-size: 3.0rem;
  }

  .h5 {
    font-size: 2.0rem;
  }

  .inner {
    width: 100%;
    margin: auto !important;
    padding: 0 0 42.0rem;
  }

  .header {
    width: 100%;
    position: relative;
    padding: 9.6rem 0 0;
  }

  .container {
    max-width: 114.0rem;
    padding: 0 1.0rem;
    margin: 0 auto;
  }

  .header_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 114.0rem;
    height: 9.6rem;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }

  .header_top:before {
    content: "";
    background: #0d060c;
    position: absolute;
    top: 0;
    right: -1000.0rem;
    bottom: 0;
    left: -1000.0rem;
    opacity: 0.9;
    z-index: -1;
  }

  .logo {
    background: url(../images/logo.svg) no-repeat 0 50%;
    width: 9.7rem;
    height: 9.6rem;
    margin: 0 2.3rem 0 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .logo .link {
    display: block;
    width: 9.7rem;
    height: 9.6rem;
  }

  .slogan {
    display: flex;
    align-items: center;
    width: 27.3rem;
    height: 9.6rem;
    margin: 0 6.7rem 0 0;
  }

  .nav {
    width: calc(100% - 46.0rem);
    height: 9.6rem;
    position: relative;
    z-index: 14;
  }

  .nav .nav_toggle {
    display: none;
  }

  .nav > .sub_all {
    background: none;
    width: 100%;
    position: relative;
    top: 0;
    display: block; /*transform: none;*/
  }

  .nav > .sub_all > .list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }

  .nav > .sub_all > .list > .item {
    border-top: none;
    position: relative;
    width: 25%;
  }

  .nav > .sub_all > .list > .item > .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9.6rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  }

  .nav > .sub_all > .list > .have_sub > .link {
    background: none;
  }

  .nav > .sub_all > .list > .item:hover > .link, .nav > .sub_all > .list > .active > .link {
    color: #f95a08;
  }

  .nav .sub {
    background: #0d060c;
    width: 21.5rem;
    padding: 0 1.5rem 1.3rem;
    display: none;
    /*position: absolute;
    top: 8.5rem;
    left: 0;*/
    right: auto; /*transform: none;*/
  }

  .nav > .sub_all > .list > .item:hover .sub {
    display: block;
  }

  .nav .sub_menu .item {
    border: none;
    margin: 0 0 1.1rem;
    font-size: 1.6rem;
  }

  .nav .sub_menu .link {
    display: block;
    height: auto;
    padding: 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  }

  .nav .sub_menu .item:hover .link {
    color: #f95a08;
  }

  .promo_block {
    width: auto;
    display: flex;
    flex-direction: row;
    margin: 11.6rem 0 0;
    position: relative;
  }

  .main_page .promo_block .fig {
    order: 1;
  }

  .promo_block .fig {
    width: 60.0rem;
    height: 0;
    padding: 0 0 42%;
    margin: 0 3.0rem 0 0;
    position: relative;
    overflow: hidden;
    order: 2;
  }

  .promo_block .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 300px;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
  }

  .main_page .promo_block .text {
    order: 2;
  }

  .promo_block .text {
    width: calc(100% - 63.0rem);
    margin: 2.2rem 0 0;
    order: 1;
  }

  .main_page .promo_block .title {
    font-size: 5.0rem;
  }

  .promo_block .title {
    margin: 0 0 6.0rem;
    letter-spacing: 0.05em;
    font-family: "Commissioner", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3.5rem;
    color: #fff;
    line-height: 120%;
  }

  .main_page .promo_block .text_block {
    width: 26.8rem;
  }

  .promo_block .text_block {
    width: 29.8rem;
  }

  .promo_block p {
    margin: 0 0 2.3rem;
  }

  .btn_1 {
    background: #f95a08;
    border: 0.1rem solid #f95a08;
    border-radius: 4.8rem;
    display: inline-block;
    height: 5.2rem;
    padding: 0 3.0rem;
    position: relative;
    color: #fff;
    text-decoration: none;
    line-height: 5.2rem;
    transition: 0.3s;
  }

  .btn_1:before {
    content: "";
    background: #f95a08 url(../images/down_white.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
  }

  .btn_1:hover {
    background: #c74705;
  }

  .btn_1:hover:before {
    background: #c74705 url(../images/down_white.svg) no-repeat 50% 50%;
  }

  .lines {
    top: -11.5rem;
    left: -12.0rem;
  }

  .main_page .lines-container_desktop {
    display: block;
  }

  .lines-container_desktop {
    display: block;
  }

  .main_page .lines-container_tablet {
    display: none;
  }

  .lines-container_tablet {
    display: none;
  }

  .lines-container .line:nth-child(1) {
    left: -0.8rem;
    top: -5.2rem;
    z-index: 2;
  }

  .lines-container .line:nth-child(2) {
    top: 20.5rem;
    left: -7.4rem;
    z-index: 1;
  }

  .lines-container .line:nth-child(3) {
    right: 0;
    top: -22.8rem;
  }

  .lines-container .line:nth-child(4) {
    right: -4.4rem;
    top: 33.0rem;
  }

  .we_numbers_block {
    border: 0.2rem solid #3f3a40;
  }

  .we_numbers_list {
    min-width: 102.4rem;
    max-width: 132.0rem;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
  }

  .we_numbers_list_four {
    text-transform: none;
  }

  .we_numbers_list .item {
    box-sizing: border-box;
    border-left: 0.2rem solid #3f3a40;
    width: calc(100% / 2);
    padding: 3.0rem 3.0rem 4.5rem 3.0rem;
    font-size: 1.8rem;
  }

  .we_numbers_list_four .item {
    width: calc(100% / 4);
    padding: 18.0rem 3.0rem 3.0rem 3.0rem;
    font-weight: 400;
    font-size: 1.6rem;
  }

  .we_numbers_list .item:first-child {
    border-left: none;
  }

  .we_numbers_list .number {
    display: block;
    margin: 2.0rem 0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 7.0rem;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #f95a08;
    cursor: pointer;
    transition: 0.5s;
  }

  .we_numbers_list_four .number {
    margin-bottom: 3.8rem;
    font-size: 3.5rem;
  }

  .we_numbers_list .number:hover {
    transform: scale(1.05);
  }

  .everything_tenders_block {
    padding: 18.3rem 0;
    text-align: center;
  }

  .everything_tenders_block .h2 {
    margin-bottom: 1.0rem;
    font-size: 4.0rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 130%;
  }

  .everything_tenders_block .orange_text {
    font-style: italic;
    color: #f95a08;
  }

  .everything_tenders_block p {
    margin: 0;
  }

  .you_get_block {
    background: url(../images/bg-graphic.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 6.0rem 0 7.7rem;
    position: relative;
  }

  .you_get_block .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .you_get_block .h3 {
    width: 100%;
    margin: 0 0 11.7rem;
    font-weight: 600;
    font-size: 2.5rem;
    color: #fff;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .you_get_block .orange_text {
    color: #f95a08;
  }

  .you_get_block .block_left {
    width: 59.1rem;
    height: 44.1rem;
    position: relative;
  }

  .you_get_block .item {
    max-width: 27.5rem;
    height: 23.5rem;
    position: absolute;
    top: -6.2rem;
    left: 0;
    overflow: hidden;
  }

  .you_get_block .item:after, .you_get_block .item:before {
    content: "";
    background: url(../images/graph_text_line.svg) no-repeat;
    display: block;
    width: 1.5rem;
    height: 11.9rem;
    margin: 2.0rem 0 0 1.4rem;
  }

  .you_get_block .item:before {
    display: none;
    margin: 0 0 2.0rem 1.4rem;
    transform: rotate(180deg);
  }

  .you_get_block .item:nth-child(3) {
    left: 34.0rem;
  }

  .you_get_block .item:nth-child(4) {
    left: 8.5rem;
    top: 17.2rem;
  }

  .you_get_block .item:nth-child(5) {
    left: 43.7rem;
    top: 17.2rem;
  }

  .you_get_block .item:nth-child(4):after {
    display: none;
  }

  .you_get_block .item:nth-child(4):before {
    display: block;
  }

  .you_get_block .item:nth-child(5):after {
    display: none;
  }

  .you_get_block .item:nth-child(5):before {
    display: block;
  }

  .you_get_block .text {
    display: flex;
    align-items: flex-end;
    height: 9.5rem;
    overflow: hidden;
  }

  .you_get_block .fig_arrow {
    width: 2.0rem;
    height: 3.8rem;
    position: absolute;
    top: 15.2rem;
    right: 0;
  }

  .you_get_block .fig_arrow:after {
    content: "";
    background: #f95a08;
    display: block;
    height: 0.2rem;
    position: absolute;
    top: 1.8rem;
    right: 0.2rem;
    left: -1000.0rem;
  }

  .you_get_block .block_right {
    width: 21.5rem;
    padding: 11.9rem 0 0 4.0rem;
    font-size: 2.0rem;
    color: #f95a08;
    line-height: 130%;
    text-transform: uppercase;
  }

  .course_block {
    padding: 18.0rem 0;
  }

  .course_block .h4 {
    margin: 0 0 3.7rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 130%;
    text-transform: uppercase;
  }

  .course_block .orange_text {
    color: #f95a08;
  }

  .course_block .h3 {
    margin: 0 0 9.0rem;
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 130%;
  }

  .course_list .title .link {
    border-top: 0.1rem solid #342d34;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8.3rem;
    padding: 0 1.7rem;
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }

  .course_list .plus {
    position: relative;
    width: 4.2rem;
    height: 4.2rem;
  }

  .course_list .plus:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% / 2 - 0.1rem);
    width: 100%;
    height: 0.2rem;
    background: #fff;
    transition: 0.3s;
  }

  .course_list .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% / 2 - 0.1rem);
    height: 100%;
    width: 0.2rem;
    background: #fff;
    transition: 0.3s;
  }

  .course_list .active .link {
    color: #f95a08;
    font-style: italic;
  }

  .course_list .active .plus:after {
    background: #f95a08;
  }

  .course_list .active .plus:before {
    opacity: 0;
  }

  .course_list .sub {
    display: none;
    padding: 2.0rem 0 2.4rem;
  }

  .course_list .all_sub {
    display: flex;
    flex-direction: row;
  }

  .course_list .left_block {
    width: calc(100% - 51.1rem);
  }

  .course_list .sub_list {
    margin: 4.0rem 0 0;
  }

  .course_list .sub_list .item {
    background: url(../images/arrow_right_orange.svg) no-repeat;
    padding: 0 0 0 5.6rem;
    margin: 0 0 2.0rem;
  }

  .course_list .button_block {
    display: flex;
    flex-direction: column;
    margin: 5.0rem 0 0;
  }

  .course_list .left_block .button_block {
    display: flex;
  }

  .course_list .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
  }

  .course_list .btn_1:first-child {
    width: 13.4rem;
    margin: 0 0 1.5rem;
  }

  .course_list .btn_1:before {
    content: "";
    background: url(../images/right_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
    transition: 0.3s;
  }

  .course_list .btn_1:hover {
    background: #c74705;
    border: 0.1rem solid #c74705;
  }

  .course_list .btn_1:hover:before {
    background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  }

  .course_list .btn_1:nth-child(2) {
    width: 21.8rem;
  }

  .course_list .btn_1:nth-child(2):before {
    background: url(../images/play_orange.svg) no-repeat 54% 50%;
  }

  .course_list .btn_1:nth-child(2):hover:before {
    background: #c74705 url(../images/play_white.svg) no-repeat 54% 50%;
  }

  .course_list .right_block {
    width: 42.7rem;
    margin: 0 0 0 8.4rem;
  }

  .course_list .right_block .button_block {
    display: none;
  }

  .course_list .fig {
    width: 100%;
    height: 40.5rem;
    position: relative;
    overflow: hidden;
  }

  .course_list .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ticker {
    background: #f95a08;
    padding: 2.4rem 0;
    position: relative;
    font-size: 3.0rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
  }

  .qualification_block {
    padding: 34.8rem 0 21.3rem;
    position: relative;
  }

  .qualification_block .container {
    display: flex;
    justify-content: center;
  }

  .qualification_block .left_block {
    width: calc(50% - 3.0rem);
    margin: 0 6.0rem 0 0;
    font-size: 3.5rem;
    text-align: right;
    letter-spacing: 0.03em;
    line-height: 130%;
    text-transform: uppercase;
  }

  .qualification_block .left_block p {
    margin-bottom: 4.5rem;
  }

  .qualification_block .right_block {
    width: calc(50% - 3.0rem);
    font-size: 1.8rem;
  }

  .qualification_block .right_block p {
    margin: 0 0 4.0rem;
  }

  .qualification_block .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
    width: 11.2rem;
    font-size: 1.8rem;
  }

  .qualification_block .btn_1:before {
    content: "";
    background: url(../images/right_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
    transition: 0.3s;
  }

  .qualification_block .btn_1:hover {
    background: #c74705;
    border: 0.1rem solid #c74705;
  }

  .qualification_block .btn_1:hover:before {
    background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  }

  .qualification_block .lines-container {
    display: block
  }

  .qualification_block .lines-container .line:nth-child(1) {
    left: -3.1rem;
    top: 58.4rem;
    z-index: 1
  }

  .qualification_block .lines-container .line:nth-child(2) {
    z-index: 2;
    top: 45.1rem;
    left: -3.1rem;
  }

  .qualification_block .lines-container .line:nth-child(3) {
    z-index: 4;
    top: 19.5rem;
    right: -3.0rem;
  }

  .qualification_block .lines-container .line:nth-child(4) {
    z-index: 3;
    top: 26.5rem;
    right: -3.0rem;
  }

  .speakers_block {
    padding: 0 0 0;
  }

  .speakers_block .h3 {
    font-size: 4.0rem;
    margin: 0 0 9.8rem;
  }

  .splide__list {
    visibility: visible;
    display: flex;
  }

  .splide__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .splide__pagination li {
    background: none;
    margin: 0 .4rem;
    padding: 0;
  }

  .splide__track {
    overflow: visible;
  }

  .carousel_2 {
    position: relative;
  }

  .carousel_2 .splide__arrows {
    width: 12.9rem;
    position: absolute;
    top: -15.3rem;
    right: 1.1rem;
    left: auto;
  }

  .carousel_2 .splide__arrow--next, .carousel_2 .splide__arrow--prev {
    background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 2;
    transition: 0.3s;
    transform: none;
  }

  .carousel_2 .splide__arrow--next:hover {
    background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
  }

  .carousel_2 .splide__arrow--prev {
    background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
    right: auto;
    left: 0;
  }

  .carousel_2 .splide__arrow--prev:hover {
    background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
  }

  .carousel_2 .splide__arrow--next {
    transform: rotate(180deg);
  }

  .carousel_2 .splide__arrow--prev svg {
    display: none;
  }

  .carousel_2 .splide__arrow--next svg {
    display: none;
  }

  .carousel_2 .splide__slide {
    border: 0.1rem solid #342d34;
    height: 45.4rem;
    position: relative;
    font-size: 1.6rem;
  }

  .carousel_2 .is-active {
    transform: scale(1.1);
    z-index: 3;
  }

  .carousel_2 .fig {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .carousel_2 .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel_2 .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 41.4rem;
    position: absolute;
    bottom: 2.0rem;
    left: 3.0rem;
    right: 3.0rem;
    z-index: 3;
    overflow: hidden;
  }

  .carousel_2 p {
    margin: 0;
  }

  .carousel_2 .title {
    margin: 0 0 2.0rem;
    font-size: 2.0rem;
    line-height: 130%;
    text-transform: uppercase;
  }

  .carousel_2 .splide__pagination {
    display: none;
  }

  .about_block {
    padding: 34.8rem 0 21.3rem;
    position: relative;
  }

  .about_block .container {
    display: flex;
    justify-content: center;
  }

  .about_block .left_block {
    width: calc(50% - 2.5rem);
    margin: 0 5.0rem 0 0;
  }

  .about_block .h4 {
    width: auto;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: 0.03em;
  }

  .about_block .right_block {
    width: calc(50% - 2.5rem);
    font-size: 1.8rem;
  }

  .about_block .right_block p {
    margin: 0 0 4.0rem;
  }

  .form_block {
    background: #291010;
    padding: 10.0rem 0;
  }

  .form_block .container {
    display: flex;
    justify-content: center;
  }

  .form_block .left_block {
    width: calc(50% - 5.5rem);
    margin: 0 8.0rem 0 0;
  }

  .form_block .h3 {
    margin: 0 0 3.5rem;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 130%;
    color: #f95a08;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .form_block .right_block {
    width: calc(50% - 2.5rem);
  }

  .form_block .label {
    display: inline-block;
    vertical-align: middle;
    width: 11.0rem;
  }

  .form_block .in {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 11.6rem);
  }

  .form_block .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
.modal_box_form .modal__content .label {
    display: inline-block;
    vertical-align: middle;
    width: 11.0rem;
  }

.modal_box_form .modal__content .in {
   display: inline-block;
    vertical-align: middle;
    width: calc(100% - 11.6rem);
  }

.modal_box_form .modal__content .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .consent_personal_data {
    width: 24.0rem;
    font-size: 1.2rem;
    line-height: 130%;
  }

  .button {
    background: none;
    border: 0.1rem solid #f95a08;
    border-radius: 4.8rem;
    display: inline-block;
    width: 15.8rem;
    height: 5.2rem;
    padding: 0 3.0rem;
    position: relative;
    left: -7.2rem;
    color: #fff;
    text-decoration: none;
    line-height: 5.2rem;
    transition: 0.3s;
  }

  .button:before {
    content: "";
    background: url(../images/right_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
    transition: 0.3s;
  }

  .button:hover {
    background: #c74705;
    border: 0.1rem solid #c74705;
  }

  .button:hover:before {
    background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  }

  .footer {
    height: 42.0rem;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .footer .container {
    max-width: 114.0rem;
    position: relative;
  }

  .logo_footer {
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% 100%;
    width: 17.4rem;
    height: 6.2rem;
    position: absolute;
    top: 8.0rem;
    left: 0;
  }

  .logo_footer .link {
    display: block;
    width: 17.4rem;
    height: 6.2rem;
  }

  .license_footer {
    width: 35.9rem;
    position: absolute;
    top: 26.3rem;
    right: 8.8rem;
  }

  .license_footer_list .item {
    margin: 0 0 0.8rem;
    font-size: 1.6rem;
  }

  .license_footer_list .link {
    color: #fff;
  }

  .nav_footer {
    width: 35.9rem;
    position: absolute;
    top: 7.9rem;
    right: 8.8rem;
  }

  .nav_footer_list .item {
    margin: 0 0 0.8rem;
    font-size: 1.6rem;
  }

  .nav_footer_list .link {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  }

  .nav_footer_list .item:hover .link {
    text-decoration: underline;
  }

  .contacts_footer {
    width: 19.9rem;
    position: absolute;
    top: 11.2rem;
    right: 52.6rem;
  }

  .mail_footer {
    font-size: 1.6rem;
    margin: 0 0 0.8rem;
  }

  .mail_footer .link {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  }

  .mail_footer .link:hover {
    text-decoration: underline;
  }

  .phone_footer {
    font-size: 1.6rem;
    margin: 0 0 0.8rem;
  }

  .phone_footer .link {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  }

  .phone_footer .link:hover {
    text-decoration: underline;
  }

  .social_network_footer {
    width: 19.9rem;
    position: absolute;
    top: 26.3rem;
    right: 52.6rem;
  }

  .social_network_footer .item {
    margin: 0 0 0.8rem;
  }

  .social_network_footer .link {
    display: flex;
    flex-direction: row;
    color: #fff;
    text-decoration: none;
  }

  .social_network_footer .fig {
    width: 2.2rem;
    height: 2.0rem;
    margin: 0 1.0rem 0 0;
    position: relative;
    overflow: hidden;
  }

  .social_network_footer .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
  }

  .social_network_footer .text {
    width: calc(100% - 3.2rem);
  }

  .social_network_footer .item:hover .text {
    text-decoration: underline;
  }

  .company_footer {
    position: absolute;
    top: 32.6rem;
    left: 0;
    font-size: 1.6rem;
  }

  .qualification_block_2 {
    padding: 17.7rem 0 0.8rem;
    position: relative;
  }

  .qualification_block_2_line {
    padding: 41.0rem 0 42.9rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(1) {
    left: -30.1rem;
    top: 18.3rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(2) {
    top: 18.6rem;
    left: -30.1rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(3) {
    top: 52.2rem;
    right: -0.4rem;
  }

  .qualification_block_2_line .lines-container .line:nth-child(4) {
    top: 50.4rem;
    right: -2.4rem;
  }

  .qualification_block_2 .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .qualification_block_2 .left_block {
    width: calc(50% - 3.0rem);
    margin: 0 6.0rem 0 0;
    font-size: 3.5rem;
    text-align: right;
    letter-spacing: 0.03em;
    line-height: 130%;
    text-transform: uppercase;
  }

  .qualification_block_2 .h3.orange {
    margin-bottom: 4.5rem;
    font-weight: normal;
    color: #f95a08;
  }

  .qualification_block_2 .left_block p {
    margin-bottom: 4.5rem;
  }

  .qualification_block_2 .right_block {
    width: calc(50% - 3.0rem);
  }

  .qualification_block_2 .right_block p {
    width: 43.0rem;
    margin: 0 0 2.0rem;
  }

  .qualification_block_2 .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
  }

  .qualification_block_2 .btn_1:before {
    content: "";
    background: url(../images/play_orange.svg) no-repeat 54% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
    transition: 0.3s;
  }

  .qualification_block_2 .btn_1:hover {
    background: #c74705;
    border: 0.1rem solid #c74705;
  }

  .qualification_block_2 .btn_1:hover:before {
    background: #c74705 url(../images/play_white.svg) no-repeat 54% 50%;
  }

  .programs_block .h3 {
    margin: 0 0 8.0rem;
    font-size: 4.0rem;
  }

  .programs_block .item {
    border-top: 0.1rem solid #342d34;
    padding: 3.0rem 0;
    display: flex;
  }

  .programs_block .item:last-child {
    border-bottom: 0.1rem solid #342d34;
  }

  .programs_block .title {
    width: calc(39% - 2.0rem);
    margin-right: 2.0rem;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 130%;
    text-transform: uppercase;
  }

  .programs_block .text {
    width: 61%;
  }

  .programs_block .subtitle {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }

  .programs_block .btn_block {
    margin-top: 2.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .programs_block .price {
    width: 28.0rem;
    font-size: 2.5rem;
    text-transform: uppercase;
  }

  .programs_block .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
    left: -7.2rem;
  }

  .orange_block {
    background: #b4420b;
    padding: 6.0rem 0;
    margin: 18.0rem 0 0;
  }

  .orange_block .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .orange_block .h3 {
    font-size: 3.5rem;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .orange_block .text {
    width: 29.6rem;
  }

  .orange_block_list .item {
    background: url(../images/marker.png) no-repeat 0 0.8rem;
    padding: 0 0 0 1.9rem;
  }

  .reviews_block {
    padding: 17.9rem 0 10.0rem;
  }

  .reviews_block .btn_1 {
    background: none;
    border: 0.1rem solid #f95a08;
    left: -7.2rem;
  }

  .reviews_block .btn_1:before {
    content: "";
    background: url(../images/right_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
    transition: 0.3s;
  }

  .reviews_block .btn_1:hover {
    background: #c74705;
    border: 0.1rem solid #c74705;
  }

  .reviews_block .btn_1:hover:before {
    background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  }

  .reviews_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5.0rem;
  }

  .reviews_top .h3 {
    margin: 0;
  }

  .carousel_3 {
    position: relative;
  }

  .carousel_3 .splide__arrows {
    display: none;
  }

  .have_arrow .carousel_3 .splide__arrows {
    display: block;
    width: 12.9rem;
    position: absolute;
    top: -15.3rem;
    right: 1.1rem;
    left: auto;
  }

  .have_arrow .carousel_3 .splide__arrow--next, .have_arrow .carousel_3 .splide__arrow--prev {
    background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 2;
    transition: 0.3s;
    transform: none;
  }

  .have_arrow .carousel_3 .splide__arrow--next:hover {
    background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
  }

  .have_arrow .carousel_3 .splide__arrow--prev {
    background: url(../images/mid_left_orange.svg) no-repeat 50% 50%;
    right: auto;
    left: 0;
  }

  .have_arrow .carousel_3 .splide__arrow--prev:hover {
    background: #f95a08 url(../images/mid_left_white.svg) no-repeat 50% 50%;
  }

  .have_arrow .carousel_3 .splide__arrow--next {
    transform: rotate(180deg);
  }

  .have_arrow .carousel_3 .splide__arrow--prev svg {
    display: none;
  }

  .have_arrow .carousel_3 .splide__arrow--next svg {
    display: none;
  }

  .carousel_3 .splide__pagination {
    display: none;
  }

  .carousel_3 .splide__slide {
    padding: 0 1.0rem;
  }

  .carousel_3 .company {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
  }

  .carousel_3 .course {
    margin-bottom: 1.5rem;
  }

  .carousel_3 .course .line_text {
    text-decoration: underline;
  }

  .carousel_3 .text {
    height: 6.9rem;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 3s;
  }

  .carousel_3 .splide__slide:hover .text {
    height: auto;
    overflow: inherit;
    display: block;
  }

  .qa_block {
    padding: 0 0 18.0rem;
  }

  .qa_block .h3 {
    margin: 0 0 8.0rem;
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: 4.0rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 130%;
  }

  .qa_list .title .link {
    border-top: 0.1rem solid #342d34;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 8.3rem;
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }

  .qa_list .plus {
    position: relative;
    width: 4.2rem;
    height: 4.2rem;
  }

  .qa_list .plus:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% / 2 - 0.1rem);
    width: 100%;
    height: 0.2rem;
    background: #fff;
    transition: 0.3s;
  }

  .qa_list .plus:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% / 2 - 0.1rem);
    height: 100%;
    width: 0.2rem;
    background: #fff;
    transition: 0.3s;
  }

  .qa_list .active .link {
    color: #f95a08;
  }

  .qa_list .active .plus:after {
    background: #f95a08;
  }

  .qa_list .active .plus:before {
    opacity: 0;
  }

  .qa_list .sub {
    display: none;
    padding: 0 0 2.4rem;
  }

  .qa_list p {
    margin: 0;
  }

  .qualification_block_2 .h3.orange {
    font-size: 4.0rem;
  }

  .qualification_block_2_line .right_block {
    font-size: 1.8rem;
  }

  .programs_block .item {
    flex-direction: row;
  }

  .reviews_top .h3 {
    font-size: 4.0rem;
  }

  .field {
    font-size: 1.8rem;
  }

  .field:-moz-placeholder {
    font-size: 1.8rem;
  }

  .field::-moz-placeholder {
    font-size: 1.8rem;
  }

  .field::-webkit-input-placeholder {
    font-size: 1.8rem;
  }

  .field:-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .field.placeholder {
    font-size: 1.8rem;
  }

  .promo_block_text {
    padding: 14.1rem 0 16.3rem;
  }

  .promo_block_text .h3 {
    margin-bottom: 6.0rem;
    font-size: 5.0rem;
  }

  .promo_block_text .item {
    width: 35%;
  }

  .promo_block_text .lines-container .line:nth-child(1) {
    width: auto;
    left: -11.4rem;
    top: -8.0rem;
    z-index: 2;
  }

  .promo_block_text .lines-container .line:nth-child(2) {
    width: auto;
    top: -19.9rem;
    left: -6.7rem;
    z-index: 1;
  }

  .promo_block_text .lines-container .line:nth-child(3) {
    width: auto;
    right: -14.2rem;
    top: 6.2rem;
  }

  .qualification_block_2 .right_block {
    font-size: 1.8rem;
  }

  .text_images_block .h3 {
    margin: 0 0 5.0rem;
  }

  .text_images_block .fig {
    width: 55.3rem;
    height: 34.9rem;
  }

  .text_images_block .text {
    width: calc(100% - 58.5rem);
    padding: 7.7rem 0 0;
  }

  .text_images_block .subtitle {
    margin-bottom: 4.0rem;
    font-size: 2.5rem;
  }

  .carousel_4 .box {
    flex-direction: row;
  }

  .carousel_4 .fig {
    width: 50%;
    height: 29.6rem;
    margin: 0 2.5rem 0 0;
  }

  .carousel_4 .text {
    width: calc(50% - 2.5rem);
  }

  .carousel_4 .title {
    margin: 0 0 2.7rem;
    font-size: 3.5rem;
    color: #f95a08;
    line-height: 130%;
    text-transform: uppercase;
    etter-spacing: 0.03em;
  }

  .carousel_4 .splide__pagination {
    counter-reset: pagination-num;
    margin: 0 0 -5.4rem;
  }

  .carousel_4 .splide__pagination {
    justify-content: flex-start;
  }

  .carousel_4 .splide__pagination__page {
    padding: 1.5rem 1.6rem;
    font-size: 2.1rem;
  }

  .carousel_4 .splide__pagination {
    margin: 0 0 -11.4rem;
  }

  .history_block {
    padding: 18.0rem 0 24.4rem;
  }

  .carousel_5 .fig {
    height: 14.7rem;
  }

  .text2_block {
    padding: 0 0 15.5rem;
  }

  .text2_block .h3 {
    margin: 0 0 8.0rem;
  }

  .text2_block .btn_1:before {
    content: "";
    background: url(../images/right_orange.svg) no-repeat 50% 50%;
    border: 0.1rem solid #f95a08;
    border-radius: 50%;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    top: 0;
    right: -7.2rem;
    transition: 0.3s;
  }

  .text2_block .btn_1:hover {
    background: #c74705;
    border: 0.1rem solid #c74705;
  }

  .text2_block .btn_1:hover:before {
    background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
  }

  .map-block .h3 {
    margin-bottom: 8.0rem;
    font-size: 4.0rem;
  }

  .promo_block_fig_left .fig {
    order: 1;
  }

  .promo_block_fig_left .text {
    order: 2;
  }

  .promo_block_fig_left .title {
    font-size: 5.0rem;
  }

  .promo_block_fig_left .fig {
    width: 76.1rem;
    height: 54.8rem;
    padding: 0;
    margin: 0 12.0rem 0 -18.7rem;
  }

  .promo_block_fig_left .text {
    width: calc(100% - 69.1rem);
    margin: 14.0rem 0 0;
  }

  .promo_block_fig_left .text_block {
    width: auto;
  }

  .promo_block_fig_left .lines-container .line:nth-child(1) {
    left: -4.2rem;
    top: -13.0rem;
    z-index: 3;
    width: auto;
  }

  .promo_block_fig_left .lines-container .line:nth-child(2) {
    z-index: 1;
    top: 40.9rem;
    left: -3.2rem;
    width: auto;
  }

  .promo_block_fig_left .lines-container .line:nth-child(3) {
    z-index: 3;
    right: 0;
    top: -26.7rem;
    width: auto;
  }

  .promo_block_fig_left .lines-container .line:nth-child(4) {
    z-index: 4;
    right: -116rem;
    top: 44.4rem;
    width: auto;
  }

  .before-after__row > div {
    padding: 8.0rem 0;
    width: 50%;
  }

  .before-after__row > div:nth-child(1) {
    padding-right: 3.0rem;
  }

  .before-after__row > div:nth-child(2) {
    padding-left: 3.0rem;
    border-left: 0.1rem solid #342d34;
  }

  .before-after-title {
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 5.5rem;
    line-height: 130%;
  }

  .before-after ul li::before {
    width: 3.3rem;
    height: 3.3rem;
  }

  .have_arrow .carousel_3 .splide__arrows {
    top: -9.8rem;
  }

  .qualification_block_2_small .right_block p {
    margin: 0 0 4.5rem;
  }

  .we_numbers_list_2 > .item {
    width: calc(100% / 3);
    padding: 20.2rem 3.0rem 5.0rem;
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .we_numbers_list_2 > .item:nth-child(3) {
    background: #291010;
    display: block;
    padding: 0;
    position: relative;
  }

  .we_numbers_list_2 > .item:nth-child(3):before {
    content: "";
    background: #291010;
    display: block;
    position: absolute;
    top: 0;
    right: -1000.0rem;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .social_network_content .item {
    margin: 0 3.0rem 0 0;
    border-left: none;
    width: auto;
    padding: 0;
  }

  .social_network_content .link {
    border: none;
    border-radius: 0;
    width: 2.2rem;
    height: 2.3rem;
    display: inline-block;
  }

  .social_network_content .fig {
    width: 2.2rem;
    height: 2.3rem;
  }

  .we_numbers_list_2 .form_block .container {
    flex-direction: column;
  }

  .we_numbers_list_2 .form_block .left_block {
    width: auto;
    margin: 0;
  }

  .we_numbers_list_2 .form_block .h3 {
    margin: 0 0 2.5rem;
    font-size: 2.5rem;
  }

  .we_numbers_list_2 .form_block .right_block {
    width: auto;
  }

  .we_numbers_list_2 .consent_personal_data {
    width: 16.0rem;
  }

  .we_numbers_list_2 .form_block {
    padding: 4.0rem 0 4.0rem 3.0rem;
  }

  .answers-block__row {
    flex-direction: row;
    align-items: center;
  }

  .answers-block__title {
    margin-bottom: 0;
    font-size: 4.0rem;
    line-height: 130%;
  }

  .prices {
    padding-bottom: 18.0rem;
  }

  .prices__title {
    text-align: center;
    margin-bottom: 8.0rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 3.5rem;
  }

  .prices__subtitle {
    display: none;
  }

  .prices__row {
    display: flex;
    flex-direction: row;
  }

  .prices__row .price-block {
    width: calc(100% / 3);
  }

  .price-block__header {
    min-height: 22.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4.5rem 3.0rem;
    border-bottom: 0.1rem solid #342d34;
  }

  .price-block__title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
  }

  .price-block__subtitle {
    margin-top: 1.0rem;
  }

  .price-block__content > div {
    padding: 2.0rem 2.7rem;
    border-bottom: 0.1rem solid #342d34;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .prices__row .price-block:nth-child(1) {
    display: block;
  }

  .prices__row .price-block:nth-child(2) {
    border: 0.1rem solid #342d34;
    border-bottom: 0;
  }

  .prices__row .price-block:nth-child(3) {
    border-top: 0.1rem solid #342d34;
    background: #b4420b;
  }

  .price-block__footer {
    padding: 4.0rem 3.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price-block__price {
    font-size: 2.0rem;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
  }

  .price-block__content .hidden-title {
    display: none;
  }

  .price-block__content .info {
    display: none;
  }

  .prices__row .price-block:nth-child(1) .info {
    display: block;
  }

  .program_block .h3 {
    margin: 0 0 8.0rem;
  }

  .program_block .box {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .program_block .item {
    width: calc(25% - 0.1rem);
    border-top: none;
    border-left: 0.1rem solid #342d34;
    border-bottom: 0.1rem solid #342d34;
    font-size: 2.5rem;
    line-height: 130%;
  }

  .program_block .item:first-child {
    border-bottom: 0.1rem solid #342d34;
  }

  .program_block .item:last-child {
    border-bottom: none;
    border-left: none;
    width: 100%;
  }

  .program_block .link {
    background-position: 90% 88%;
    height: 32.3rem;
    padding: 3.0rem;
    align-items: flex-end;
  }

  .program_block .item:hover .link {
    background-position: 90% 88%;
  }

  .program_block .item:last-child .link {
    background-position: 97% 50%;
    height: 7.2rem;
    padding: 0 3.0rem;
    align-items: center;
  }

  .program_block .text {
    width: 26.0rem;
  }

  .info:hover .info__text {
    display: block;
  }
    .modal_box_form .modal__content{
	width: 99.0rem;
  padding: 8.0rem;
}
.modal_box_form .modal__content .h3 {
	margin:0 0 3.0rem;
	font-family: "Commissioner";
  font-size: 3.5rem;
}
.modal_box_form .modal__content .block{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:5.0rem 0 0;
}
.modal_box_form .modal__content .left_block{
	width:calc(100% - 39.0rem);
	margin:0 7.0rem 0 0;
}
.modal_box_form .modal__content .right_block{
	width:32.0rem;
}
.modal_box_form .modal__content .label {
  display: inline-block;
  vertical-align: middle;
  width: 8.6rem;
}

.modal_box_form .modal__content .in {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 9.3rem);
}

.modal_box_form .modal__content .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.box_basket .modal__content {
  width: 99.0rem;
  padding: 8.0rem;
}

.box_basket .modal__content .btn_1:first-child {
  background: none;
  border: 0.1rem solid #f95a08;
  margin: 0 7.2rem 0 0;
}

.box_basket .modal__content .btn_1:first-child:before {
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
}

.box_basket .modal__content .btn_1:first-child:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.box_basket .modal__content .btn_1:first-child:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
}

.box_basket .modal__content .btn_1:first-child {
  background: none;
  border: 0.1rem solid #f95a08;
  margin: 0 7.2rem 0 0;
}

.box_basket .modal__content .btn_1:first-child:before {
  background: url(../images/right_orange.svg) no-repeat 50% 50%;
}

.box_basket .modal__content .btn_1:first-child:hover {
  background: #c74705;
  border: 0.1rem solid #c74705;
}

.box_basket .modal__content .btn_1:first-child:hover:before {
  background: #c74705 url(../images/right_white.svg) no-repeat 50% 50%;
}

.box_basket .modal__content .h3 {
  margin: 0 0 3.0rem;
  font-size: 3.5rem;
  font-weight: 500;
}
}

@media (min-width: 1400px) {
	.promo_block_fig_left {
	   margin: 8.7rem 0 0;
	}

  .container {
    max-width: 132.0rem;
  }

  .header_top {
    max-width: 132.0rem;
  }

  .promo_block {
    margin: 0 0 0;
  }

  .promo_block .fig {
    width: 69.9rem;
    height: 56.6rem;
    padding: 0;
    margin: 0 4.3rem 0 -8.9rem;
    position: relative;
    overflow: hidden;
  }

  .promo_block .text {
    width: calc(100% - 65.3rem);
    margin: 8.1rem 0 0;
  }

  .slogan {
    margin: 0 26.3rem 0 0;
  }

  .nav {
    width: calc(100% - 65.6rem);
  }

  .promo_block .big_block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .promo_block .text_block {
    margin: 0 4.7rem 0 0;
  }

  .you_get_block .block_left {
    width: 84.0rem;
  }

  .you_get_block .item:nth-child(3) {
    left: 38.9rem;
  }

  .you_get_block .item:nth-child(4) {
    left: 17.3rem;
  }

  .you_get_block .item:nth-child(5) {
    left: 63.2rem;
  }

  .you_get_block .block_right {
    width: 29.5rem;
    padding: 11.9rem 0 0 11.8rem;
    font-size: 2.5rem;
  }

  .you_get_block .h3 {
    font-size: 3.5rem;
    font-weight: 400;
  }

  .you_get_block br {
    display: none;
  }

  .ticker {
    background: #f95a08;
    padding: 2.4rem 0;
    position: relative;
    font-size: 3.5rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
  }

  .course_list .button_block {
    flex-direction: row;
    padding: 0 7.2rem 0 0;
    justify-content: space-between;
  }

  .carousel_2 .splide__slide {
    border: 0.1rem solid #342d34;
    height: 55.0rem;
    position: relative;
    font-size: 1.6rem;
  }

  .carousel_2 .text {
    height: 51.0rem;
  }

  .carousel_2 .title {
    font-size: 2.5rem;
  }

  .carousel_2 .splide__slide {
    font-size: 1.8rem;
  }

  .carousel_2_list .item {
    background: url(../images/marker.png) no-repeat 0 0.6rem;
    padding: 0 0 0 1.9rem;
  }
}

@media (min-width: 1920px) {
.promo_block_fig_left .lines-container .line:nth-child(4) {
  right: 20.0rem;
  top: 37.4rem;
}
.promo_block_fig_left .lines-container .line:nth-child(2) {

  top: 44.9rem;
  left: -22.0rem;
 
}
}

@media print {
  * {
    color: black !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    float: none !important;
    clear: none !important;
  }

  html, body, article, header, section, footer, aside, div {
    width: 100% !important;
  }

  a, a:link, a:visited, a:hover, a:active, abbr, acronym {
    text-decoration: none;
    border-bottom: 0 none;
  }

  h1, h2, h3, h4, h5, h6, p, li {
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  nav {
    display: none;
  }
}

.carousel_3 .splide__track {
  overflow: hidden;
}

.carousel_5 .splide__track {
  overflow: hidden;
}
