* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-family: "geometria_medium";
  font-size: 18px;
}

html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  background: #2E424D;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 30px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ee9442;
  border-radius: 30px;
}

a, button, input {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
  border: 0 none;
  outline: 0 none;
}

input {
  cursor: text;
}

button {
  font-family: "Montserrat Alternates";
  background: transparent;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
}

.header__burger:hover, .input__block button:hover, .action__button:hover, .slick-arrow:hover, .lich_kab:hover, .LogIn:hover, .reg:hover, .action__bg button:hover, .item__more-info:hover, .closeMore:hover, .Tolog-form__btn:hover, .Toreg-form__btn:hover, .closeReg:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

span {
  font-size: inherit;
  font-family: inherit;
}

.title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title__line {
  background: #ee9442;
  width: 100px;
  height: 3px;
  margin-right: 30px;
}

h2 {
  color: #ffffff;
  font-family: "Heuristica_Bold";
  font-size: 36px;
  letter-spacing: 0.05em;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu li {
  list-style: none;
}

section {
  margin-bottom: 170px;
}

hr {
  border: 0 none;
  outline: 0 none;
}

.vertical-line {
  width: 2px;
  height: 100px;
  background: #ee9442;
  margin: 20px 0px;
}

.block-bb {
  max-height: 100vh;
  overflow-y: hidden;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  section {
    margin-bottom: 100px;
  }

  .container {
    width: 93%;
  }

  .title__line {
    width: 60px;
  }

  h2 {
    font-size: 7vw;
  }
}
@font-face {
  font-family: "geometria_bold";
  src: local("geometria");
  src: url("../fonts/geometria_bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "geometria_medium";
  src: local("geometria");
  src: url("../fonts/geometria_medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "geometria_regular";
  src: local("geometria");
  src: url("../fonts/geometria_regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Heuristica_Regular";
  src: local("Heuristica");
  src: url("../fonts/Heuristica-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Heuristica_Bold";
  src: local("Heuristica");
  src: url("../fonts/Heuristica-Bold.otf") format("opentype");
  font-display: swap;
}
header {
  border-bottom: 3px solid #ee9442;
  padding: 5px 0;
  background: #41545F;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left__header, .right__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 113px;
  height: 69px;
  margin-right: 32px;
}

.header__link {
  padding: 9px 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Montserrat";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__link:hover {
  color: #000;
  background: #ee9442;
  border-color: #ee9442;
}

.menu li {
  margin-right: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu li:last-child {
  margin-right: 61px;
}
.menu li:hover {
  color: #ee9442;
}
.menu li button {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #ffffff;
}
.menu .reg__block {
  position: absolute;
  z-index: 2000;
  background: #506774;
  border-radius: 70px;
  width: 320px;
  left: -74px;
  top: 60px;
  display: none;
}
.menu .reg__block .reg__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 26px;
}
.menu .reg__block .reg__bg::before {
  content: url("../img/icons/trg.svg");
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu .reg__block .reg__line {
  min-width: 1px;
  height: 30px;
  background: #ee9442;
  margin: 0px 20px;
}
.menu .reg__block .LogIn, .menu .reg__block .reg {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: none;
}
.menu .reg__block-active {
  display: block;
}

.header__burger {
  width: 60px;
  height: 30px;
}

@media screen and (max-width: 1140px) {
  header .menu {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .menu .reg__block {
    left: -14px;
    top: 42px;
  }
  .menu .reg__block .reg__bg::before {
    left: 24px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .header__link {
    display: none;
  }

  .header__burger {
    height: auto;
  }
}
.pre__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pre__links-item {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  list-style: none;
  line-height: 30px;
}
.pre__links-line {
  width: 50px;
  height: 2px;
  margin: 0px 10px;
  background: #ee9442;
}

.services__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input__block {
  width: 507px;
  height: 71px;
  position: relative;
}
.input__block input {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 60px;
  font-family: "geometria_medium";
  border: 2px solid #ee9442;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background: #41545F;
}
.input__block input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.input__block input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.input__block input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.input__block input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.input__block input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.input__block button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 28px;
  height: 28px;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

.services__item {
  background: #41545F;
  border-radius: 20px;
  border: 1px solid #ee9442;
  max-width: 397px;
  width: 100%;
  margin-top: 55px;
  height: 250px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services__item:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.4);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.4);
}

.services__title {
  font-family: "Heuristica_Bold";
  letter-spacing: 0.05em;
  font-size: 24px;
}

#ser__small {
  font-size: 18px;
}

.services__link {
  opacity: 0.5;
  text-decoration: underline;
  font-family: "geometria_regular";
  font-size: 16px;
  position: relative;
  max-width: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services__link:hover {
  color: #ee9442;
  opacity: 1;
}
.services__link:hover::after {
  content: url("../img/icons/arr-right-active.png");
}
.services__link::after {
  content: url("../img/icons/arr-right.svg");
  position: absolute;
  top: 3px;
  right: -15px;
  width: 7px;
  height: 14px;
}

.s-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__img {
  position: absolute;
  right: -20px;
  bottom: 0px;
  max-width: 260px;
}

#small__ser-img {
  max-width: 200px;
}

@media screen and (max-width: 1280px) {
  .services__block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 910px) {
  .services__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .services__header .title__block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .services__item {
    max-width: 100%;
    margin-top: 39px;
  }

  .services__form, .input__block {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .services__img {
    max-width: 200px;
  }

  .input__block input {
    padding-left: 20px;
  }
  .input__block input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input__block input::-moz-placeholder {
    font-size: 16px;
  }
  .input__block input:-ms-input-placeholder {
    font-size: 16px;
  }
  .input__block input::-ms-input-placeholder {
    font-size: 16px;
  }
  .input__block input::placeholder {
    font-size: 16px;
  }
}
.car {
  padding-bottom: 170px;
  margin-bottom: 0;
}

.car__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.car__img {
  width: 100%;
  max-width: 850px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.car__descript-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.car__descript-round {
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  background: #ee9442;
  border-radius: 21px;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10000;
  position: relative;
}
.car__descript-round:hover {
  -webkit-box-shadow: 0px 0px 20px #ee9442;
          box-shadow: 0px 0px 20px #ee9442;
}
.car__descript-round:hover::before {
  opacity: 1;
}
.car__descript-round::before {
  content: "";
  -webkit-box-shadow: inset 0px 0px 50px rgba(255, 187, 0, 0.6);
          box-shadow: inset 0px 0px 50px rgba(255, 187, 0, 0.6);
  width: 186px;
  height: 151px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

#md__xod::before {
  width: 148px;
  height: 179px;
  top: -84px;
  left: -30px;
}

#md__dvig::before {
  width: 186px;
  height: 131px;
  top: -44px;
  left: -50px;
}

#md__akpp::before {
  width: 128px;
  height: 83px;
  top: -44px;
  left: -60px;
}

#md__sis::before {
  width: 168px;
  height: 141px;
  top: -74px;
  left: -70px;
}

#md__diag::before {
  display: none;
}

#md__rul::before {
  width: 132px;
  height: 87px;
  top: -45px;
  left: -40px;
}

.car-drop {
  -webkit-filter: drop-shadow(7px 0px 23px #ee9442);
          filter: drop-shadow(7px 0px 23px #ee9442);
}

.round-active {
  -webkit-box-shadow: 0px 0px 20px #ee9442;
          box-shadow: 0px 0px 20px #ee9442;
}
.round-active::before {
  opacity: 1;
}

.car__descript-round:hover ~ .car__descript__text {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
}

.car__descript__text {
  padding: 12px 20px;
  background: #41545F;
  border: 1px solid #ee9442;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

#car__slide-1 {
  left: 150px;
  top: 98px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#car__slide-1 .car__descript-round {
  margin-left: -15px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
#car__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 172px;
}

#car__slide-2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 280px;
  top: 35px;
}
#car__slide-2 .car__descript-round {
  margin-right: -15px;
}
#car__slide-2 .car__descript__text {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#car__slide-2 img {
  width: 133px;
  height: 148px;
}

#car__slide-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  top: 180px;
  right: 80px;
}
#car__slide-3 .car__descript-round {
  margin-right: -15px;
}
#car__slide-3 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#car__slide-3 img {
  width: 82px;
  height: 58px;
}

#car__slide-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: 185px;
  right: 220px;
}
#car__slide-4 .car__descript-round {
  margin-right: -20px;
}
#car__slide-4 img {
  width: 223px;
  height: 109px;
}
#car__slide-4 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#car__slide-5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: 75px;
  right: 370px;
}
#car__slide-5 .car__descript-round {
  margin-right: -20px;
}
#car__slide-5 img {
  width: 130px;
  height: 78px;
}
#car__slide-5 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#car__slide-6 {
  bottom: 100px;
  left: 95px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#car__slide-6 .car__descript-round {
  margin-left: -15px;
}
#car__slide-6 img {
  width: 72px;
  height: 96px;
}
#car__slide-6 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 227px;
}

.car__bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #2E424D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  z-index: 20000000;
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100vh;
  overflow: hidden;
}
.car__bg .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.car__bg .prev {
  background: #ee9442;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -100px;
  left: 0px;
}
.car__bg .prev img {
  width: 26px;
}

.car__bg-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.car__bg-op {
  opacity: 1;
}

.xod__img {
  max-width: 831px;
}

.xod__descript-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.bb {
  overflow: hidden;
  height: 100%;
}

.xod__descript-link {
  min-width: 21px;
  width: 21px;
  background: #ee9442;
  -webkit-box-shadow: 0px 0px 10px #ee9442;
          box-shadow: 0px 0px 10px #ee9442;
  height: 21px;
  border-radius: 100%;
  margin-left: -12px;
  margin-top: -5px;
  z-index: 100000000;
}

.xod__descript-link:hover ~ .car__descript__text {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
}

.car__descript__text {
  z-index: 10000;
}
.car__descript__text:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
}

#xod__slide-1 {
  left: 68px;
  top: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#xod__slide-1 img {
  width: 44px;
  height: 86px;
}
#xod__slide-1 .car__descript__text {
  max-width: 259px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#xod__slide-2 {
  right: 310px;
  top: 10px;
}
#xod__slide-2 img {
  width: 118px;
  height: 96px;
}
#xod__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#xod__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#xod__slide-3 {
  bottom: 115px;
  right: 220px;
}
#xod__slide-3 img {
  width: 210px;
  height: 199px;
}
#xod__slide-3 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#xod__slide-3 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#xod__slide-4 .car__descript__text, #xod__slide-5 .car__descript__text {
  max-width: 189px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#xod__slide-4 .xod__descript-link, #xod__slide-5 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#xod__slide-4 {
  bottom: 189px;
  right: 90px;
}
#xod__slide-4 img {
  width: 137px;
  height: 33px;
}

#xod__slide-5 {
  bottom: 61px;
  right: 100px;
}
#xod__slide-5 img {
  width: 160px;
  height: 125px;
}
#xod__slide-5 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#xod__slide-6 {
  bottom: -37px;
  right: 170px;
}
#xod__slide-6 img {
  width: 88px;
  height: 158px;
}
#xod__slide-6 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 200px;
}
#xod__slide-6 .xod__descript-link {
  margin-left: 0px;
  margin-right: -12px;
}

#xod__slide-7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: 0px;
  left: 480px;
}
#xod__slide-7 img {
  width: 69px;
  height: 135px;
}
#xod__slide-7 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 200px;
}
#xod__slide-7 .xod__descript-link {
  margin-left: -12px;
}

#xod__slide-8 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: 50px;
  left: 140px;
}
#xod__slide-8 img {
  width: 114px;
  height: 78px;
}
#xod__slide-8 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 200px;
}
#xod__slide-8 .xod__descript-link {
  margin-left: -12px;
}

#xod__slide-9 {
  bottom: 100px;
  left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#xod__slide-9 img {
  width: 112px;
  height: 23px;
}
#xod__slide-9 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 200px;
}
#xod__slide-9 .xod__descript-link {
  margin-left: -12px;
  margin-top: 10px;
}

#xod__slide-10 {
  bottom: 180px;
  left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#xod__slide-10 img {
  width: 161px;
  height: 51px;
}
#xod__slide-10 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 200px;
  max-width: 189px;
}
#xod__slide-10 .xod__descript-link {
  margin-left: -12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.dvig__img {
  max-width: 722px;
  width: 100%;
}

#dvig__slide-1 {
  right: 370px;
  top: 0px;
}
#dvig__slide-1 img {
  width: 130px;
  height: 256px;
}
#dvig__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-2 {
  right: 230px;
  top: 125px;
}
#dvig__slide-2 img {
  width: 134px;
  height: 200px;
}
#dvig__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-3 {
  right: 206px;
  top: 310px;
}
#dvig__slide-3 img {
  width: 88px;
  height: 48px;
}
#dvig__slide-3 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-3 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-4 {
  right: 335px;
  top: 315px;
}
#dvig__slide-4 img {
  width: 176px;
  height: 180px;
}
#dvig__slide-4 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-4 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-5 {
  left: 450px;
  bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-5 img {
  width: 76px;
  height: 56px;
}
#dvig__slide-5 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-5 .xod__descript-link {
  margin-left: -12px;
}

#dvig__slide-6 {
  left: 290px;
  bottom: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-6 img {
  width: 147px;
  height: 70px;
}
#dvig__slide-6 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-6 .xod__descript-link {
  margin-left: -12px;
}

#dvig__slide-7 {
  left: 150px;
  bottom: 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-7 img {
  width: 116px;
  height: 44px;
}
#dvig__slide-7 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-7 .xod__descript-link {
  margin-left: -12px;
}

#dvig__slide-8 {
  left: 255px;
  bottom: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-8 img {
  width: 176px;
  height: 50px;
}
#dvig__slide-8 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-8 .xod__descript-link {
  margin-left: -15px;
  margin-bottom: -7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#dvig__slide-9 {
  left: 200px;
  top: 155px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-9 img {
  width: 155px;
  height: 39px;
}
#dvig__slide-9 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-9 .xod__descript-link {
  margin-left: -15px;
  margin-bottom: -7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#dvig__slide-10 {
  left: 264px;
  top: 49px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-10 img {
  width: 200px;
  height: 62px;
}
#dvig__slide-10 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-10 .xod__descript-link {
  margin-left: -15px;
  margin-bottom: -7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.md-oxl__img {
  max-width: 674px;
  width: 100%;
}

#oxl__slide-1 {
  right: 360px;
  top: -30px;
}
#oxl__slide-1 img {
  width: 139px;
  height: 121px;
}
#oxl__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-2 {
  right: 240px;
  top: 80px;
}
#oxl__slide-2 img {
  width: 154px;
  height: 202px;
}
#oxl__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-3 {
  right: 160px;
  top: 160px;
}
#oxl__slide-3 img {
  width: 113px;
  height: 112px;
}
#oxl__slide-3 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-3 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-4 {
  right: 70px;
  bottom: 130px;
}
#oxl__slide-4 img {
  width: 134px;
  height: 43px;
}
#oxl__slide-4 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-4 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-5 {
  left: 340px;
  bottom: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#oxl__slide-5 img {
  width: 185px;
  height: 91px;
}
#oxl__slide-5 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#oxl__slide-5 .xod__descript-link {
  margin-left: -15px;
}

#oxl__slide-6 {
  left: 290px;
  bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#oxl__slide-6 img {
  width: 280px;
  height: 119px;
}
#oxl__slide-6 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#oxl__slide-6 .xod__descript-link {
  margin-left: -15px;
}

#oxl__slide-7 {
  left: 135px;
  bottom: 165px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#oxl__slide-7 img {
  width: 196px;
  height: 77px;
}
#oxl__slide-7 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#oxl__slide-7 .xod__descript-link {
  margin-left: -15px;
}

.md-car__img {
  max-width: 730px;
  width: 100%;
}

#md-car__slide-1 {
  right: 160px;
  top: 15px;
}
#md-car__slide-1 img {
  width: 113px;
  height: 112px;
}
#md-car__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-car__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#md-car__slide-2 {
  right: -57px;
  top: 115px;
}
#md-car__slide-2 img {
  width: 91px;
  height: 121px;
}
#md-car__slide-2 .car__descript__text {
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-2 .xod__descript-link {
  margin-left: 0px;
  margin-top: -9px;
  margin-right: -15px;
}

#md-car__slide-3 {
  right: 120px;
  top: 159px;
}
#md-car__slide-3 img {
  width: 204px;
  height: 180px;
}
#md-car__slide-3 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-3 .xod__descript-link {
  margin-left: 0px;
  margin-top: -9px;
  margin-right: -15px;
}

#md-car__slide-4 {
  right: 235px;
  top: 330px;
}
#md-car__slide-4 img {
  width: 133px;
  height: 97px;
}
#md-car__slide-4 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-4 .xod__descript-link {
  margin-left: 0px;
  margin-top: -9px;
  margin-right: -15px;
}

#md-car__slide-5 {
  left: 463px;
  bottom: 48px;
}
#md-car__slide-5 img {
  width: 91px;
  height: 121px;
}
#md-car__slide-5 .car__descript__text {
  -webkit-transform: translateY(50%) translateX(-70%);
          transform: translateY(50%) translateX(-70%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-5 .xod__descript-link {
  margin-top: -9px;
  margin-right: -100px;
}

#md-car__slide-6 {
  left: 100px;
  top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-car__slide-6 img {
  width: 244px;
  height: 70px;
}
#md-car__slide-6 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-car__slide-6 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
}

#md-car__slide-7 {
  left: 180px;
  top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-car__slide-7 img {
  width: 176px;
  height: 102px;
}
#md-car__slide-7 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-car__slide-7 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
}

.md-rul__img {
  max-width: 730px;
  width: 100%;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

#md-rul__slide-1 {
  left: 450px;
  top: 95px;
}
#md-rul__slide-1 img {
  width: 123px;
  height: 206px;
}
#md-rul__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-rul__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-2 {
  right: 270px;
  top: 250px;
}
#md-rul__slide-2 img {
  width: 270px;
  height: 47px;
}
#md-rul__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-rul__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-3 {
  right: 5px;
  bottom: 10px;
}
#md-rul__slide-3 img {
  width: 77px;
  height: 67px;
}
#md-rul__slide-3 .car__descript__text {
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-rul__slide-3 .xod__descript-link {
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-4 {
  left: 140px;
  bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-rul__slide-4 img {
  width: 77px;
  height: 79px;
}
#md-rul__slide-4 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-rul__slide-4 .xod__descript-link {
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-5 {
  left: 55px;
  bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-rul__slide-5 img {
  width: 101px;
  height: 65px;
}
#md-rul__slide-5 .car__descript__text {
  -webkit-transform: translateY(-100%) translateX(50%);
          transform: translateY(-100%) translateX(50%);
}
#md-rul__slide-5 .xod__descript-link {
  margin-bottom: -6px;
  margin-right: -12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.md-main__img {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.md-main__img-active, .xod__descript-item-active {
  opacity: 1;
}

.md-akpp__img {
  max-width: 549px;
  width: 100%;
}

#md-akpp__slide-1 {
  right: 85px;
  top: 15px;
}
#md-akpp__slide-1 img {
  width: 79px;
  height: 84px;
}
#md-akpp__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-akpp__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#md-akpp__slide-2 {
  right: 285px;
  top: 195px;
}
#md-akpp__slide-2 img {
  width: 160px;
  height: 114px;
}
#md-akpp__slide-2 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#md-akpp__slide-2 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#md-akpp__slide-3 {
  left: 270px;
  top: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-akpp__slide-3 img {
  width: 187px;
  height: 93px;
}
#md-akpp__slide-3 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#md-akpp__slide-3 .xod__descript-link {
  margin-left: -10px;
}

#md-akpp__slide-4 {
  left: 140px;
  top: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-akpp__slide-4 img {
  width: 131px;
  height: 37px;
}
#md-akpp__slide-4 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-akpp__slide-4 .xod__descript-link {
  margin-left: -10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#md-akpp__slide-5 {
  left: 230px;
  top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-akpp__slide-5 img {
  width: 156px;
  height: 99px;
}
#md-akpp__slide-5 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-akpp__slide-5 .xod__descript-link {
  margin-left: -10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 1280px) {
  .car {
    display: none;
  }
}
.car {
  background-image: url("../img/service__bg-line.png");
  background-size: 218%;
  background-repeat: no-repeat;
  background-position: 76% 63%;
}

.main__title {
  font-size: 48px;
  font-family: "Heuristica_Bold";
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.main__title span {
  color: #ee9442;
}

.services .section__title {
  font-family: "geometria_regular";
  margin-right: 20px;
}

.services__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.services__header form {
  margin-top: 43px;
  width: 100%;
}
.services__header form .input__block {
  width: 100%;
}

.mainBanner .container {
  padding: 40px;
  background: #41545F;
  border: 2px solid #ee9442;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  font-family: "geometria_regular";
  line-height: 25px;
}
.mainBanner .container span {
  color: #ee9442;
  font-family: "geometria_bold";
}

.premain .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.premain .container .premain__descript {
  font-family: "geometria_regular";
  max-width: 587px;
  line-height: 25px;
}

.rem {
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center 77%;
  background-image: url("../img/bg__line-3.svg");
}
.rem .vertical-line {
  margin: 30px 0px;
  height: 184px;
}
.rem .rem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rem .rem__text {
  padding: 30px;
  background: #41545F;
  border: 1px solid #ee9442;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  line-height: 25px;
  font-family: "geometria_regular";
  max-width: 618px;
  margin-top: 40px;
}
.rem .rem__img {
  max-width: 397px;
  width: 100%;
}
.rem #rem__img-2 {
  max-width: 547px;
}

.abu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.abu__img {
  max-width: 585px;
  width: 100%;
}
.abu__img img {
  border-radius: 20px;
}

.abu__text {
  max-width: 587px;
  width: 100%;
}
.abu__text .vertical-line {
  margin: 20px 0px;
}

.abu__descript {
  font-family: "geometria_regular";
  line-height: 25px;
}

.times .title__block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.times .title__line {
  width: 310px;
  margin-right: 0px;
  margin-left: 30px;
}
.times .container {
  position: relative;
}
.times .container::before {
  content: "";
  width: 3px;
  height: 500px;
  background: #ee9442;
  position: absolute;
  top: 20px;
  right: 0;
}

.times__desciprt {
  max-width: 677px;
  font-family: "geometria_regular";
  line-height: 30px;
  margin-top: 61px;
}

.times__block {
  max-width: 1116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.times__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.times__row::before {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 1px;
  height: 244px;
  background: #ee9442;
  content: "";
}

.times__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 81px;
}
.times__item .item__round {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ee9442;
  -webkit-box-shadow: 0px 0px 10px #ee9442;
          box-shadow: 0px 0px 10px #ee9442;
  margin-right: 30px;
}
.times__item .item__title {
  font-family: "geometria_medium";
  max-width: 454px;
}

.times__item-last {
  margin-bottom: 0px;
}

@media screen and (max-width: 1280px) {
  .times .container::before {
    top: 42px;
  }
}
@media screen and (max-width: 900px) {
  .times .title__line {
    display: none;
  }
  .times .container::before {
    display: none;
  }

  .times__block .times__row {
    margin-bottom: 42px;
  }

  .times__item .item__title {
    font-size: 16px;
  }
  .times__item .item__round {
    margin-right: 15px;
  }
  .times__item .item__title {
    max-width: 82%;
  }
}
.topl__descript {
  max-width: 618px;
  color: #ee9442;
  margin-top: 40px;
  font-family: "geometria_bold";
  line-height: 25px;
}

.topl .times__item {
  margin-bottom: 70px;
}
.topl .times__item .item__title {
  font-family: "geometria_regular";
}
.topl .times__row::before {
  height: 280px;
}

.topl__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.topl__footer .topl__text {
  padding: 30px;
  font-family: "geometria_regular";
  line-height: 25px;
  background: #41545F;
  border: 1px solid #ee9442;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  max-width: 618px;
}
.topl__footer .topl__img {
  max-width: 552px;
  border-radius: 20px;
}
.topl__footer .topl__img img {
  max-width: 550px;
  width: 100%;
  border-radius: 20px;
  height: 250px;
}

.comp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comp__img {
  max-width: 555px;
  width: 100%;
}
.comp__img img {
  border-radius: 20px;
}

.comp__text {
  max-width: 587px;
  width: 100%;
}
.comp__text .vertical-line {
  margin: 20px 0px;
}

.comp__descript {
  font-family: "geometria_regular";
  line-height: 25px;
}

.zapr {
  background-size: 46%;
  background-repeat: no-repeat;
  background-position: 125% 40%;
  background-image: url(../img/zapr-bg__line.png);
  margin-bottom: 0px;
  padding-bottom: 170px;
}
.zapr .title__block {
  margin-bottom: 113px;
}
.zapr .zapr__descript {
  margin-bottom: 30px;
  font-family: "geometria_regular";
  line-height: 25px;
  max-width: 618px;
}
.zapr .zapr__descript span {
  color: #ee9442;
  font-family: "geometria_bold";
}

.zapr__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zapr__block .times__block {
  margin-top: 50px;
}
.zapr__block .zapr__img {
  max-width: 587px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ee9442;
}
.zapr__block .zapr__img img {
  border-radius: 20px;
}
.zapr__block .times__item .item__title {
  font-family: "geometria_regular";
  max-width: none;
}
.zapr__block .times__row::before {
  height: 220px;
}

.razvl__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.razvl__block .topl__descript {
  margin-top: 40px;
}
.razvl__block .times__block {
  margin-top: 50px;
}
.razvl__block .razvl__img {
  max-width: 563px;
  width: 100%;
}
.razvl__block .razvl__img img {
  border-radius: 20px;
}
.razvl__block .times__item {
  max-width: 530px;
}
.razvl__block .times__item .item__title {
  font-family: "geometria_regular";
  max-width: none;
}
.razvl__block .times__row::before {
  top: 17px;
  height: 220px;
}

.razvl__banner {
  background: #41545F;
  border: 1px solid #ee9442;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  font-family: "geometria_regular";
  line-height: 25px;
  max-width: 507px;
}

.shin .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shin .shin__img {
  max-width: 503px;
  width: 100%;
}
.shin #times__row-2 {
  margin-left: 45px;
}
.shin #times__row-2::before {
  height: 115px;
}
.shin .times__row::before {
  height: 220px;
}
.shin .times__item .item__title {
  font-family: "geometria_regular";
}

.shin__descript {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "geometria_bold";
}

@media screen and (max-width: 1280px) {
  .shin .times__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shin #times__row-2 {
    margin-left: 0px;
  }
  .shin .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .razvl__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .razvl__block .times__item {
    max-width: 100%;
  }

  .zapr {
    background: none;
  }
  .zapr .zapr__descript {
    max-width: none;
  }

  .zapr__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .comp__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .comp__text {
    margin-top: 20px;
    max-width: 100%;
  }

  .topl .times__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topl .times__item .item__title {
    max-width: 100%;
  }

  .topl__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0px;
  }
  .topl__footer .topl__img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .topl__footer .topl__img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .premain .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .premain .container .premain__descript {
    font-size: 3vw;
    line-height: normal;
  }

  .rem {
    background: none;
  }
  .rem .rem__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .rem .rem__img {
    margin-top: 30px;
  }

  .abu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .abu__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .shin .times__item .item__title {
    max-width: 100%;
  }
  .shin .shin__img img {
    height: auto;
  }

  .shin__descript {
    font-size: 16px;
  }

  .razvl__banner {
    padding: 20px;
    font-size: 16px;
  }

  .razvl__block .topl__descript {
    font-size: 16px;
  }

  .razvl .title__line {
    display: none;
  }

  .razvl__text {
    margin-top: 20px;
  }
  .razvl__text .times__item .item__round {
    min-width: 15px;
    max-width: 15px;
  }

  .zapr .title__block {
    margin-bottom: 40px;
  }
  .zapr .title__line {
    display: none;
  }
  .zapr .times__item .item__round {
    min-width: 15px;
    max-width: 15px;
  }
  .zapr .zapr__descript {
    font-size: 16px;
  }

  .comp__text .vertical-line {
    height: 80px;
  }

  .comp__descript {
    font-size: 16px;
    line-height: normal;
  }

  .topl .title__line {
    display: none;
  }
  .topl .topl__descript {
    font-size: 16px;
    line-height: normal;
  }

  .topl__footer .topl__text {
    font-size: 16px;
    padding: 20px;
  }

  .abu__descript {
    font-size: 16px;
    line-height: normal;
  }

  .abu__text .vertical-line {
    height: 80px;
  }

  .mainBanner .container {
    padding: 20px;
    font-size: 16px;
  }

  .main__title {
    font-size: 7vw;
  }

  .services .section__title {
    font-size: 3vw;
  }

  .rem .rem__text {
    font-size: 16px;
    padding: 20px;
  }
  .rem .vertical-line {
    height: 80px;
  }
}
@media screen and (max-width: 420px) {
  .zapr .times__row::before {
    top: 28px;
  }
}
@media screen and (max-width: 370px) {
  .razvl__block .times__row::before {
    top: 37px;
    height: 230px;
  }
}
.car__bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #2E424D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  z-index: 20000000;
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100vh;
  overflow: hidden;
}
.car__bg .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.car__bg .prev {
  background: #ee9442;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -100px;
  left: 0px;
}
.car__bg .prev img {
  width: 26px;
}

.car__bg-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.car__bg-op {
  opacity: 1;
}

.xod__img {
  max-width: 831px;
}

.xod__descript-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.bb {
  overflow: hidden;
  height: 100%;
}

.xod__descript-link {
  min-width: 21px;
  width: 21px;
  background: #ee9442;
  -webkit-box-shadow: 0px 0px 10px #ee9442;
          box-shadow: 0px 0px 10px #ee9442;
  height: 21px;
  border-radius: 100%;
  margin-left: -12px;
  margin-top: -5px;
  z-index: 100000000;
}

.xod__descript-link:hover ~ .car__descript__text {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
}

.car__descript__text {
  z-index: 10000;
}
.car__descript__text:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.5);
}

#xod__slide-1 {
  left: 68px;
  top: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#xod__slide-1 img {
  width: 44px;
  height: 86px;
}
#xod__slide-1 .car__descript__text {
  max-width: 259px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#xod__slide-2 {
  right: 310px;
  top: 10px;
}
#xod__slide-2 img {
  width: 118px;
  height: 96px;
}
#xod__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#xod__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#xod__slide-3 {
  bottom: 115px;
  right: 220px;
}
#xod__slide-3 img {
  width: 210px;
  height: 199px;
}
#xod__slide-3 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#xod__slide-3 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#xod__slide-4 .car__descript__text, #xod__slide-5 .car__descript__text {
  max-width: 189px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#xod__slide-4 .xod__descript-link, #xod__slide-5 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#xod__slide-4 {
  bottom: 189px;
  right: 90px;
}
#xod__slide-4 img {
  width: 137px;
  height: 33px;
}

#xod__slide-5 {
  bottom: 61px;
  right: 100px;
}
#xod__slide-5 img {
  width: 160px;
  height: 125px;
}
#xod__slide-5 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#xod__slide-6 {
  bottom: -37px;
  right: 170px;
}
#xod__slide-6 img {
  width: 88px;
  height: 158px;
}
#xod__slide-6 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 200px;
}
#xod__slide-6 .xod__descript-link {
  margin-left: 0px;
  margin-right: -12px;
}

#xod__slide-7 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: 0px;
  left: 480px;
}
#xod__slide-7 img {
  width: 69px;
  height: 135px;
}
#xod__slide-7 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 200px;
}
#xod__slide-7 .xod__descript-link {
  margin-left: -12px;
}

#xod__slide-8 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  bottom: 50px;
  left: 140px;
}
#xod__slide-8 img {
  width: 114px;
  height: 78px;
}
#xod__slide-8 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 200px;
}
#xod__slide-8 .xod__descript-link {
  margin-left: -12px;
}

#xod__slide-9 {
  bottom: 100px;
  left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#xod__slide-9 img {
  width: 112px;
  height: 23px;
}
#xod__slide-9 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 200px;
}
#xod__slide-9 .xod__descript-link {
  margin-left: -12px;
  margin-top: 10px;
}

#xod__slide-10 {
  bottom: 180px;
  left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#xod__slide-10 img {
  width: 161px;
  height: 51px;
}
#xod__slide-10 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 200px;
  max-width: 189px;
}
#xod__slide-10 .xod__descript-link {
  margin-left: -12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.dvig__img {
  max-width: 722px;
  width: 100%;
}

#dvig__slide-1 {
  right: 370px;
  top: 0px;
}
#dvig__slide-1 img {
  width: 130px;
  height: 256px;
}
#dvig__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-2 {
  right: 230px;
  top: 125px;
}
#dvig__slide-2 img {
  width: 134px;
  height: 200px;
}
#dvig__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-3 {
  right: 206px;
  top: 310px;
}
#dvig__slide-3 img {
  width: 88px;
  height: 48px;
}
#dvig__slide-3 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-3 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-4 {
  right: 335px;
  top: 315px;
}
#dvig__slide-4 img {
  width: 176px;
  height: 180px;
}
#dvig__slide-4 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-4 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#dvig__slide-5 {
  left: 450px;
  bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-5 img {
  width: 76px;
  height: 56px;
}
#dvig__slide-5 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-5 .xod__descript-link {
  margin-left: -12px;
}

#dvig__slide-6 {
  left: 290px;
  bottom: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-6 img {
  width: 147px;
  height: 70px;
}
#dvig__slide-6 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-6 .xod__descript-link {
  margin-left: -12px;
}

#dvig__slide-7 {
  left: 150px;
  bottom: 175px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-7 img {
  width: 116px;
  height: 44px;
}
#dvig__slide-7 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#dvig__slide-7 .xod__descript-link {
  margin-left: -12px;
}

#dvig__slide-8 {
  left: 255px;
  bottom: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-8 img {
  width: 176px;
  height: 50px;
}
#dvig__slide-8 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-8 .xod__descript-link {
  margin-left: -15px;
  margin-bottom: -7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#dvig__slide-9 {
  left: 200px;
  top: 155px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-9 img {
  width: 155px;
  height: 39px;
}
#dvig__slide-9 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-9 .xod__descript-link {
  margin-left: -15px;
  margin-bottom: -7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#dvig__slide-10 {
  left: 264px;
  top: 49px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#dvig__slide-10 img {
  width: 200px;
  height: 62px;
}
#dvig__slide-10 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#dvig__slide-10 .xod__descript-link {
  margin-left: -15px;
  margin-bottom: -7px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.md-oxl__img {
  max-width: 674px;
  width: 100%;
}

#oxl__slide-1 {
  right: 360px;
  top: -30px;
}
#oxl__slide-1 img {
  width: 139px;
  height: 121px;
}
#oxl__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-2 {
  right: 240px;
  top: 80px;
}
#oxl__slide-2 img {
  width: 154px;
  height: 202px;
}
#oxl__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-3 {
  right: 160px;
  top: 160px;
}
#oxl__slide-3 img {
  width: 113px;
  height: 112px;
}
#oxl__slide-3 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-3 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-4 {
  right: 70px;
  bottom: 130px;
}
#oxl__slide-4 img {
  width: 134px;
  height: 43px;
}
#oxl__slide-4 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#oxl__slide-4 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#oxl__slide-5 {
  left: 340px;
  bottom: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#oxl__slide-5 img {
  width: 185px;
  height: 91px;
}
#oxl__slide-5 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#oxl__slide-5 .xod__descript-link {
  margin-left: -15px;
}

#oxl__slide-6 {
  left: 290px;
  bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#oxl__slide-6 img {
  width: 280px;
  height: 119px;
}
#oxl__slide-6 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#oxl__slide-6 .xod__descript-link {
  margin-left: -15px;
}

#oxl__slide-7 {
  left: 135px;
  bottom: 165px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#oxl__slide-7 img {
  width: 196px;
  height: 77px;
}
#oxl__slide-7 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#oxl__slide-7 .xod__descript-link {
  margin-left: -15px;
}

.md-car__img {
  max-width: 730px;
  width: 100%;
}

#md-car__slide-1 {
  right: 160px;
  top: 15px;
}
#md-car__slide-1 img {
  width: 113px;
  height: 112px;
}
#md-car__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-car__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#md-car__slide-2 {
  right: -57px;
  top: 115px;
}
#md-car__slide-2 img {
  width: 91px;
  height: 121px;
}
#md-car__slide-2 .car__descript__text {
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-2 .xod__descript-link {
  margin-left: 0px;
  margin-top: -9px;
  margin-right: -15px;
}

#md-car__slide-3 {
  right: 120px;
  top: 159px;
}
#md-car__slide-3 img {
  width: 204px;
  height: 180px;
}
#md-car__slide-3 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-3 .xod__descript-link {
  margin-left: 0px;
  margin-top: -9px;
  margin-right: -15px;
}

#md-car__slide-4 {
  right: 235px;
  top: 330px;
}
#md-car__slide-4 img {
  width: 133px;
  height: 97px;
}
#md-car__slide-4 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-4 .xod__descript-link {
  margin-left: 0px;
  margin-top: -9px;
  margin-right: -15px;
}

#md-car__slide-5 {
  left: 463px;
  bottom: 48px;
}
#md-car__slide-5 img {
  width: 91px;
  height: 121px;
}
#md-car__slide-5 .car__descript__text {
  -webkit-transform: translateY(50%) translateX(-70%);
          transform: translateY(50%) translateX(-70%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-car__slide-5 .xod__descript-link {
  margin-top: -9px;
  margin-right: -100px;
}

#md-car__slide-6 {
  left: 100px;
  top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-car__slide-6 img {
  width: 244px;
  height: 70px;
}
#md-car__slide-6 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-car__slide-6 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
}

#md-car__slide-7 {
  left: 180px;
  top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-car__slide-7 img {
  width: 176px;
  height: 102px;
}
#md-car__slide-7 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-car__slide-7 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
}

.md-rul__img {
  max-width: 730px;
  width: 100%;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

#md-rul__slide-1 {
  left: 450px;
  top: 95px;
}
#md-rul__slide-1 img {
  width: 123px;
  height: 206px;
}
#md-rul__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-rul__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-2 {
  right: 270px;
  top: 250px;
}
#md-rul__slide-2 img {
  width: 270px;
  height: 47px;
}
#md-rul__slide-2 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-rul__slide-2 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-3 {
  right: 5px;
  bottom: 10px;
}
#md-rul__slide-3 img {
  width: 77px;
  height: 67px;
}
#md-rul__slide-3 .car__descript__text {
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-rul__slide-3 .xod__descript-link {
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-4 {
  left: 140px;
  bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-rul__slide-4 img {
  width: 77px;
  height: 79px;
}
#md-rul__slide-4 .car__descript__text {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#md-rul__slide-4 .xod__descript-link {
  margin-bottom: -6px;
  margin-right: -12px;
}

#md-rul__slide-5 {
  left: 55px;
  bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-rul__slide-5 img {
  width: 101px;
  height: 65px;
}
#md-rul__slide-5 .car__descript__text {
  -webkit-transform: translateY(-100%) translateX(50%);
          transform: translateY(-100%) translateX(50%);
}
#md-rul__slide-5 .xod__descript-link {
  margin-bottom: -6px;
  margin-right: -12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.md-main__img {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.md-main__img-active, .xod__descript-item-active {
  opacity: 1;
}

.md-akpp__img {
  max-width: 549px;
  width: 100%;
}

#md-akpp__slide-1 {
  right: 85px;
  top: 15px;
}
#md-akpp__slide-1 img {
  width: 79px;
  height: 84px;
}
#md-akpp__slide-1 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-akpp__slide-1 .xod__descript-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0px;
  margin-right: -15px;
}

#md-akpp__slide-2 {
  right: 285px;
  top: 195px;
}
#md-akpp__slide-2 img {
  width: 160px;
  height: 114px;
}
#md-akpp__slide-2 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#md-akpp__slide-2 .xod__descript-link {
  margin-left: 0px;
  margin-right: -15px;
}

#md-akpp__slide-3 {
  left: 270px;
  top: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-akpp__slide-3 img {
  width: 187px;
  height: 93px;
}
#md-akpp__slide-3 .car__descript__text {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#md-akpp__slide-3 .xod__descript-link {
  margin-left: -10px;
}

#md-akpp__slide-4 {
  left: 140px;
  top: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-akpp__slide-4 img {
  width: 131px;
  height: 37px;
}
#md-akpp__slide-4 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-akpp__slide-4 .xod__descript-link {
  margin-left: -10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#md-akpp__slide-5 {
  left: 230px;
  top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#md-akpp__slide-5 img {
  width: 156px;
  height: 99px;
}
#md-akpp__slide-5 .car__descript__text {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#md-akpp__slide-5 .xod__descript-link {
  margin-left: -10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.actions__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.action__item {
  max-width: 618px;
  width: 100%;
  border-radius: 20px;
}

.action__bg {
  border-radius: 20px;
  padding: 30px 0;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.action__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  z-index: 1000;
}
.action__left .services__link {
  color: #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#action__item-1, #action__item-2 {
  height: 250px;
}

#action__item-1 {
  background: linear-gradient(279.29deg, #ee9442 0%, #FEC62B 53.69%);
}

#action__item-2 {
  background: linear-gradient(42.66deg, #2C2C2C 47.67%, #8D2C2C 70.23%, #FF2C2C 91.87%);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

#action__bg-1, #action__bg-2 {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#action__bg-1::after, #action__bg-2::after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

#action__bg-1::after {
  content: url("../img/flag.png");
  opacity: 0.6;
  max-width: 90%;
  overflow: hidden;
  z-index: 1;
}
#action__bg-1 .action__title {
  color: #000;
}

#action__bg-2 {
  background-image: url("../img/col.png");
}
#action__bg-2 .action__title {
  color: #ffffff;
}

.action__title {
  font-size: 24px;
  font-family: "Heuristica_Bold";
  line-height: 30px;
}

.action__button {
  color: #ffffff;
  background: linear-gradient(266.26deg, #FD1D1D 0%, #FF4343 71.17%);
  border-radius: 50px;
  padding: 13px 35px;
  max-width: 180px;
  font-family: "Montserrat Alternates";
  font-weight: 600;
  font-size: 16px;
}

.action__right {
  max-height: 208px;
}
.action__right img {
  height: 208px;
}

.action__item-small {
  padding: 23px 30px;
  color: #ffffff;
}

#action__item-3, #action__item-4 {
  margin-top: 55px;
}

#action__item-3 {
  background: #41545F;
  -webkit-box-shadow: -1px -1px 2px rgba(78, 101, 114, 0.3), 1px 1px 2px rgba(52, 67, 76, 0.5), inset 10px -10px 20px rgba(52, 67, 76, 0.2), inset -10px 10px 20px rgba(52, 67, 76, 0.2), inset 10px 10px 20px rgba(78, 101, 114, 0.9), inset -10px -10px 25px rgba(52, 67, 76, 0.9);
          box-shadow: -1px -1px 2px rgba(78, 101, 114, 0.3), 1px 1px 2px rgba(52, 67, 76, 0.5), inset 10px -10px 20px rgba(52, 67, 76, 0.2), inset -10px 10px 20px rgba(52, 67, 76, 0.2), inset 10px 10px 20px rgba(78, 101, 114, 0.9), inset -10px -10px 25px rgba(52, 67, 76, 0.9);
  border-radius: 20px;
}

#action__item-4 {
  background: linear-gradient(270.74deg, #FF5A00 0%, #FF7C34 50.13%);
  overflow: hidden;
  position: relative;
}

.skidka {
  position: absolute;
  right: 40px;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-size: 90px;
}

@media screen and (max-width: 1280px) {
  .actions__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .action__item {
    max-width: 80%;
  }

  #action__item-2, #action__item-3, #action__item-4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .action__item {
    max-width: 100%;
  }

  .action__bg {
    padding: 18px 0;
    padding-left: 14px;
  }

  #action__item-1, #action__item-2 {
    height: 200px;
  }

  .action__right img {
    height: 130px;
  }

  .action__title {
    font-size: 20px;
  }
}
.questions__block {
  background: #41545F;
  border: 1px solid #ee9442;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 38px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.questions__block .questions__title {
  font-family: "Heuristica_Bold";
  font-size: 22px;
}
.questions__block .questions__title span {
  color: #ee9442;
  font-family: "Montserrat Alternates";
  font-weight: 600;
}
.questions__block .questions__line {
  margin: 14px 0px;
  background: #ee9442;
  width: 100px;
  height: 2px;
}
.questions__block .questions__descript {
  font-family: "geometria_regular";
  font-size: 16px;
}
.questions__block .questions__buttons, .questions__block .questions__soz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questions__block .questions__soz-item {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.questions__block .questions__soz-item:last-child {
  margin-right: 0px;
}
.questions__block .questions__button {
  background: #ee9442;
  color: #000;
  padding: 16px 31px;
  margin-left: 40px;
  font-weight: 600;
  border-radius: 100px;
}

@media screen and (max-width: 1160px) {
  .questions__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .questions__buttons {
    margin-top: 30px;
  }
}
@media screen and (max-width: 620px) {
  .questions__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .questions__block {
    padding: 20px;
  }
  .questions__block .questions__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .questions__block .questions__button {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
}
footer {
  background: #41545F;
  border: 7px solid #ee9442;
  border-radius: 100px 100px 0px 0px;
  padding-top: 80px;
  padding-bottom: 30px;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
}
footer .soz__block {
  margin-top: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .soz__block .soz__item {
  width: 38px;
  height: 38px;
  display: block;
  margin-right: 35px;
}
footer .soz__block .soz__item:last-child {
  margin-right: 0px;
}

.footer__logo {
  max-width: 286px;
  max-height: 175px;
  display: block;
}

.footer__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__blocks .section__title {
  margin-bottom: 15px;
}
.footer__blocks hr {
  width: 351px;
  height: 2px;
  background: #ee9442;
  margin-bottom: 21px;
}
.footer__blocks .footer__item {
  font-family: "Montserrat";
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu li {
  text-transform: uppercase;
  margin-bottom: 40px;
  list-style: none;
  width: 48%;
  white-space: nowrap;
}

.adress {
  max-width: 347px;
}

.footer__number {
  margin: 30px 0;
}
.footer__number .footer__item:first-child {
  margin-bottom: 10px;
}

.work__time, .politik {
  font-family: "Montserrat";
  font-weight: 600;
}

.footer__info {
  margin-top: 63px;
}

.footer__down {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__down .footer__text {
  font-family: "Montserrat";
  font-size: 20px;
}

.prava {
  font-weight: 300;
}

.dev {
  margin-top: 10px;
  color: #ee9442;
}

.pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pays .pay__item {
  width: 114px;
  margin-right: 40px;
}
.pays .pay__item:last-child {
  margin-right: 0px;
}

.topRound {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #ee9442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRound img {
  width: 30px;
}

.backRound {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #ee9442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.backRound img {
  width: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.backRound-cont {
  position: fixed;
  top: 158px;
  left: 50%;
  -webkit-transform: translateX(-54%);
          transform: translateX(-54%);
}

@media screen and (max-width: 1400px) {
  .backRound-cont {
    top: 82px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .footer__blocks, .footer__down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .footer__row {
    margin-bottom: 30px;
  }

  .footer__menu {
    max-width: 350px;
  }

  footer .soz__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__info {
    text-align: center;
  }

  .pays {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer__blocks, .footer__down, .footer__info {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__blocks hr {
    width: 100%;
  }

  .footer__menu {
    max-width: 300px;
  }

  footer {
    border-radius: 50px 50px 0px 0px;
  }
  footer .soz__block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .pays {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pays .pay__item {
    width: 30%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 380px) {
  .footer__menu li {
    white-space: normal;
    font-size: 13px;
  }
}
.burger__block {
  background: #41545F;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0px 50px;
  position: absolute;
  top: -1000px;
  right: 0px;
  max-width: 527px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.burger__block-active {
  top: 0px;
}

.burger__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 27px 0px;
  border-bottom: 3px solid #ee9442;
}
.burger__header .burder-close {
  width: 26px;
  height: 26px;
  margin-left: 50px;
  margin-right: 80px;
}

.burger__main {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 80px;
}
.burger__main .input__block {
  width: 100%;
  height: 61px;
  position: relative;
}
.burger__main .input__block input {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 60px;
  font-family: "geometria_medium";
  border: 2px solid #ee9442;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background: #41545F;
}
.burger__main .input__block input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.burger__main .input__block input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.burger__main .input__block input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.burger__main .input__block input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.burger__main .input__block input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "geometria_medium";
}
.burger__main .input__block button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 23px;
  height: 23px;
}
.burger__main .mobile__block {
  margin-top: 40px;
  border-bottom: 1px solid #ffffff;
  display: none;
}
.burger__main .mobile__block .header__link {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 0px;
}
.burger__main .mobile__block .menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.burger__main .mobile__block .menu li {
  max-width: 48%;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
}
.burger__main .burger__info {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
}
.burger__main .burger__info .info__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat";
  font-weight: 500;
  text-decoration: underline;
}
.burger__main .burger__info .info__adres {
  max-width: 345px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}
.burger__main .burger__info .info__workTime {
  margin-top: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #ee9442;
}
.burger__main .burger__info .soz__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.burger__main .burger__info .soz__block a {
  width: 41px;
  height: 41px;
  display: block;
}
.burger__main .pol {
  margin-top: 40px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zvonok {
  background: #2E424D;
  padding: 30px;
  max-width: 396px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zvonok .zvon__title {
  font-family: "Heuristica_Bold";
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 20px;
}
.zvonok .zvon__descript {
  max-width: 264px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "geometria_regular";
  margin: 0 auto;
  font-size: 16px;
}
.zvonok form {
  margin-top: 40px;
}
.zvonok form .zvon__input-block {
  width: 100%;
  height: 50px;
  position: relative;
}
.zvonok form input {
  width: 100%;
  height: 50px;
  background: #41545F;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 16px;
  font-family: "geometria_regular";
  padding-left: 20px;
}
.zvonok form label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-family: "geometria_regular";
}
.zvonok form label span {
  color: red;
}
.zvonok form input:focus + label {
  display: none;
}
.zvonok form input:valid + label {
  display: none;
}
.zvonok .zvon__btn {
  padding: 11px 50px;
  margin: 0 auto;
  background: #ee9442;
  margin-top: 40px;
  -webkit-box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.3);
          box-shadow: 0px 0px 30px rgba(255, 187, 0, 0.3);
  border-radius: 100px;
}
.zvonok .zvon__footer {
  margin-top: 20px;
  font-size: 14px;
  font-family: "geometria_regular";
}
.zvonok .zvon__footer a {
  text-decoration: underline;
}

.zapis {
  background: #2E424D;
  border-radius: 30px;
  padding: 40px 30px;
  max-width: 618px;
  width: 100%;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zapis .zapis__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zapis .zapis__text {
  max-width: 318px;
  width: 100%;
}
.zapis .zapis__img {
  max-width: 145px;
  width: 100%;
}
.zapis .zapis__img img {
  border-radius: 20px;
}
.zapis .zapis__title {
  font-family: "Heuristica_Bold";
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 15px;
}
.zapis input {
  background: #41545F;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-family: "geometria_regular";
  color: #ffffff;
  margin: 15px 0px;
  height: 50px;
  width: 100%;
}
.zapis input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "geometria_regular";
  color: rgba(255, 255, 255, 0.5);
}
.zapis input::-moz-placeholder {
  font-size: 16px;
  font-family: "geometria_regular";
  color: rgba(255, 255, 255, 0.5);
}
.zapis input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "geometria_regular";
  color: rgba(255, 255, 255, 0.5);
}
.zapis input::-ms-input-placeholder {
  font-size: 16px;
  font-family: "geometria_regular";
  color: rgba(255, 255, 255, 0.5);
}
.zapis input::placeholder {
  font-size: 16px;
  font-family: "geometria_regular";
  color: rgba(255, 255, 255, 0.5);
}
.zapis .zapis__main {
  margin-top: 25px;
}
.zapis .zapis__main .int__block {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zapis .zapis__main .int__block input {
  max-width: 264px;
  padding-right: 20px;
}
.zapis .zapis-pretitle {
  font-size: 16px;
  font-family: "Heuristica_Bold";
}
.zapis .zap__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.zapis .zap__button {
  background: #ee9442;
  padding: 11px 55px;
  border-radius: 100px;
}
.zapis .zap__sogl {
  max-width: 300px;
  font-family: "geometria_regular";
  font-size: 13px;
}
.zapis .zap__sogl a {
  text-decoration: underline;
}
.zapis .zap__sogl span {
  color: #ee9442;
  font-family: "geometria_bold";
}

.reg__modal {
  background: #2E424D;
  border-radius: 30px;
  padding: 40px 30px;
  padding-bottom: 60px;
  max-width: 396px;
  width: 100%;
  text-align: center;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reg__modal .reg__title {
  font-family: "Heuristica_Bold";
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.reg__modal .input__block-reg {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
}
.reg__modal .input__block-reg input {
  background: #41545F;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
.reg__modal .input__block-reg input:focus + label {
  display: none;
}
.reg__modal .input__block-reg input:valid + label {
  display: none;
}
.reg__modal .input__block-reg label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "geometria_regular";
  font-weight: 400;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.reg__modal .input__block-reg label span {
  color: red;
}
.reg__modal .reg__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reg__modal .next-step {
  background: #ee9442;
  padding: 11px 50px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 16px;
}
.reg__modal .Tolog-form__btn {
  color: #ee9442;
  font-size: 16px;
}
.reg__modal .pol {
  font-size: 14px;
  font-family: "geometria_regular";
  font-weight: 400;
  margin-top: 30px;
}
.reg__modal .pol a {
  text-decoration: underline;
}

.log__modal {
  background: #2E424D;
  border-radius: 30px;
  padding: 40px 30px;
  padding-bottom: 60px;
  max-width: 396px;
  width: 100%;
  text-align: center;
  opacity: 0;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.log__modal .log__title {
  font-family: "Heuristica_Bold";
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.log__modal .input__block-log {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
}
.log__modal .input__block-log input {
  background: #41545F;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
.log__modal .input__block-log input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.log__modal .input__block-log input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.log__modal .input__block-log input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.log__modal .input__block-log input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.log__modal .input__block-log input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.log__modal .log__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.log__modal .next-step-log {
  background: #ee9442;
  padding: 11px 50px;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 16px;
}
.log__modal .Toreg-form__btn {
  color: #ee9442;
  font-size: 16px;
}
.log__modal .pol {
  font-size: 14px;
  font-family: "geometria_regular";
  font-weight: 400;
  margin-top: 30px;
}
.log__modal .pol a {
  text-decoration: underline;
}

.kod__text {
  display: none;
  font-size: 16px;
  font-family: "geometria_regular";
  font-weight: 400;
}
.kod__text span {
  color: #ee9442;
  font-weight: 700;
}

#kod {
  display: none;
}

@media screen and (max-width: 600px) {
  .zapis .zapis__img {
    display: none;
  }
  .zapis .zapis__text {
    max-width: 100%;
  }
  .zapis .zapis__main .int__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .zapis .zapis__main .int__block input {
    max-width: 100%;
  }
  .zapis .zap__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .zapis .zap__button {
    margin-bottom: 20px;
    width: 100%;
  }

  .burger__block {
    max-width: 100%;
    border-radius: 0px;
    max-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
  }

  .burger__main {
    padding: 38px 15px;
  }
  .burger__main .mobile__block {
    display: block;
  }
  .burger__main .input__block input {
    font-size: 16px;
    padding-left: 20px;
    height: 51px;
  }
  .burger__main .input__block input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .burger__main .input__block input::-moz-placeholder {
    font-size: 16px;
  }
  .burger__main .input__block input:-ms-input-placeholder {
    font-size: 16px;
  }
  .burger__main .input__block input::-ms-input-placeholder {
    font-size: 16px;
  }
  .burger__main .input__block input::placeholder {
    font-size: 16px;
  }
  .burger__main .input__block button {
    top: 15px;
    right: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .burger__main .pol {
    font-size: 4vw;
    margin: 0 auto;
    margin-top: 40px;
  }

  .burger__header .burder-close {
    margin-right: 15px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 380px) {
  .zvonok, .zapis {
    max-height: 90vh;
    overflow-y: scroll;
  }

  .burger__main .mobile__block .menu li:nth-child(5) {
    max-width: 100%;
  }

  .info__numbers, .info__adres, .burger__main .burder__info .info__workTime {
    font-size: 16px;
    line-height: normal;
  }

  .zvonok {
    padding: 17px 7px;
    border-radius: 15px;
  }
}
.modal__window-preactive {
  display: block;
}

.modal__window-active {
  opacity: 1;
  position: relative;
}

.closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#ser-1 .services__img {
  bottom: -40px;
}

#ser-2 .services__img {
  bottom: 10px;
}

#ser-3 .services__img {
  right: -155px;
  bottom: 5px;
  max-width: 390px;
}

#ser-6 .services__img {
  max-width: 210px;
  bottom: -20px;
}