@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-style: normal;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
body li {
  list-style-type: none;
}
/* body svg {
  width: 100%;
  height: 100%;
} */
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body a {
  text-decoration: none;
}
body.menu-opened {
  overflow: hidden;
}

.site {
  overflow: hidden;
}

.main {
  padding-top: 89px;
}

.container {
  max-width: 1368px;
  /* padding: 0 20px; */
  margin: 0 auto;
  position: relative;
}

.svg-draw-block .svg-draw-container svg {
  opacity: 0;
}
.svg-draw-block.svg-draw-on .svg-draw-container svg {
  opacity: 1;
}

h1,
.h1 {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
}

h3,
.h3 {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}

h4,
.h4 {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: 35px;
    line-height: 42px;
  }

  h2,
.h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3,
.h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .main {
    padding-top: 65px;
  }

  .home-main {
    padding-top: 107px;
  }

  .svg-draw-block .svg-draw-container svg {
    opacity: 1;
  }
}
@media screen and (max-width: 576px) {
  h1,
.h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2,
.h2 {
    font-size: 24px;
    line-height: 29px;
  }

  h3,
.h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4,
.h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .container {
    padding: 0 16px;
  }
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Bold.ttf") format("truetype");
  src: url("../fonts/RoadRadio-Bold.eot");
  src: url("../fonts/RoadRadio-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Bold.woff2") format("woff2"), url("../fonts/RoadRadio-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
input {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  padding: 0;
  padding-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #333333;
  background-color: transparent;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
input:hover, input:active, input:focus {
  border-color: #FF4E1B;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
input[type=tel] {
  padding-bottom: 24px;
  border-bottom: 0;
}
input[type=tel]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(51, 51, 51, 0.5);
}
input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(51, 51, 51, 0.5);
}
input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(51, 51, 51, 0.5);
}
input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(51, 51, 51, 0.5);
}

.input-block {
  position: relative;
  padding-bottom: 45px;
}
.input-block:last-child {
  padding-bottom: 0;
}

.iti {
  width: 100%;
  padding-top: 8px;
  padding-left: 97px;
  border-bottom: 1px solid #333333;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.iti.hov {
  border-color: #FF4E1B;
}

.iti__flag-container {
  padding: 0;
  top: 14px;
  bottom: auto;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
  padding-left: 0;
}

.iti__flag {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 3px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  will-change: transform;
}

.iti__arrow {
  position: absolute;
  top: 4px;
  right: -28px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
}

.iti__arrow--up {
  border-top: 0;
}

.earth-block__img-marker {
	display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
  position: absolute;
  top: -6px;
  right: -96px;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
}

.iti__country-name {
  padding-left: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 18px;
  color: #E60000;
  margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

form .wpcf7-spinner {
  position: absolute;
  left: 250px;
  top: 19px;
  background-color: #f7f7f7;
  opacity: 1;
  margin: 0;
}

form .wpcf7-spinner:before {
  background-color: #ff4e1b;
}

@media screen and (max-width: 768px) {
  input {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 14px;
  }

  input[type=tel] {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .input-block {
    padding-bottom: 24px;
  }

  .iti {
    padding-top: 1px;
    padding-left: 70px;
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
    line-height: 19px;
    top: -2px;
    right: -71px;
  }

  .iti__flag-container {
    top: 5px;
  }

  .iti__arrow {
    right: -23px;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    line-height: 19px;
  }

  form .wpcf7-spinner {
    left: 10px;
    top: 13px;
    background: #ff4e1b;
  }

  form .wpcf7-spinner:before {
    background-color: #fbfbfc;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(65, 68, 95, 0.06);
          box-shadow: 0px 10px 10px rgba(65, 68, 95, 0.06);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right .btn {
  margin-left: 25px;
}

.header__tel {
    margin-left: 20px;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-family: "RoadRadio", sans-serif;
    font-weight: 700;
    transition: color .3s;
}

.header__tel:hover {
    color: #ff4e1b;
}

.logo {
  width: 136px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
  margin-right: 48px;
}

@media screen and (max-width: 1023px) {
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }

  .header__right .btn.desktop-only {
    display: none;
  }

  .header__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 12px;
  }
  
  .header__tel {
      display: none;
  }

  .logo {
    margin-right: 10px;
  }
}
.footer {
  margin-top: 122px;
  overflow: hidden;
  position: relative;
}
.footer:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FF4E1B;
}
.footer__container {
  position: relative;
  z-index: 2;
  background-color: #FF4E1B;
  padding: 80px 93px 70px 112px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left {
  max-width: 323px;
}
.footer__info {
  color: #FDFDFD;
}
.footer__text {
  padding-bottom: 13px;
}
.footer__links {
  padding-bottom: 13px;
}
.footer__links li a {
  display: block;
  color: #FDFDFD;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 4px 0;
}
.footer__links li a:hover {
  color: #333333;
}
.footer .socials {
  padding-top: 16px;
}
.footer .socials li {
  margin-right: 12px;
}
.footer .socials li:last-child {
  margin-right: 0;
}
.footer .socials li a {
  background-color: #FDFDFD;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.footer .socials li a svg {
  width: 16px;
}
.footer .socials li a:hover {
  background-color: #333333;
}
.footer .socials li a:hover svg path {
  fill: #FFFFFF;
}
.footer__menu .menu {
  display: block;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
  -webkit-column-gap: 76px;
     -moz-column-gap: 76px;
          column-gap: 76px;
  position: relative;
  right: -145px;
}
.footer__menu .menu > .menu-item {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 152px;
}
.footer__menu .menu > .menu-item.menu-item-has-children {
  width: 260px;
}
.footer__menu .menu-item {
  padding-bottom: 0;
}
.footer__menu .menu-item a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
  color: #FFFFFF;
  background-color: transparent;
  padding: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 5px 0;
}
.footer__menu .menu-item a:hover {
  color: #333333;
  background-color: transparent;
}
.footer__menu .menu .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  min-width: 0;
}
.footer__menu .menu .sub-menu li {
  padding-bottom: 0;
}
.footer__menu .menu .sub-menu li a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 5px 0;
}
.footer__menu .menu .sub-menu li a:hover {
  color: #333333;
}
.footer__menu .menu-item-has-children > a {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-top: 0;
  padding-bottom: 7px;
  background-color: transparent;
}
.footer__menu .menu-item-has-children:hover > a {
  background-color: transparent;
}
.footer__menu .menu__h {
  display: block;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 7px;
  width: 152px;
  padding-top: 0;
}
.footer__bot {
  padding-top: 108px;
}
.footer__bot-flex {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bot-left {
  font-size: 14px;
  line-height: 18px;
}
.footer__bot-left a {
  color: #FFFFFF;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__bot-left a:hover {
  color: #333333;
}
.footer .language .lang a, .footer .language .lang span {
  color: rgba(255, 255, 255, 0.5);
}
.footer .language .lang a:hover {
  color: #FFFFFF;
}
.footer .language .lang li.current-lang a, .footer .language .lang li.current-lang span {
  color: #FFFFFF;
}
.footer__dab {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__dab svg {
  width: 54px;
  margin-left: 18px;
}
.footer__dab svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.footer__dab:hover {
  color: #333333;
}
.footer__dab:hover svg path {
  fill: #333333;
}

@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 90px;
  }

  .footer:after {
    display: none;
  }

  .footer__container {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__menu .menu .sub-menu {
    border-bottom: 0;
  }

  .footer__menu .menu {
    border-bottom: 0;
    right: auto;
    padding-bottom: 27px;
    border-bottom: 1px solid #FFFFFF;
  }

  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 33px;
  }

  .footer .socials li {
    margin-right: 20px;
  }

  .footer__bot .language {
    width: auto;
    height: auto;
  }

  .footer__bot .lang {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: auto;
    right: auto;
    border: 0;
    background-color: transparent;
    padding-top: 0;
  }

  .footer__bot .lang li {
    width: 21px;
    height: 21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
    padding: 0;
    margin-right: 16px;
  }

  .footer__bot .lang li.current-lang {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    height: 21px;
    max-height: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 9px;
  }

  .footer__container {
    padding-top: 26px;
    padding-bottom: 28px;
  }

  .footer__menu .menu {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
  }

  .footer__menu .menu > .menu-item.menu-item-has-children {
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid #FFFFFF;
  }

  .footer__menu .menu__h {
    width: 100%;
    padding-top: 29px;
    padding-bottom: 19px;
  }

  .footer__menu .menu > .menu-item {
    width: 100%;
  }

  .footer__menu .menu-item a {
    font-size: 16px;
    line-height: 22px;
  }

  .footer__menu .menu-item {
    padding-bottom: 12px;
  }

  .footer__menu .menu .sub-menu li a {
    font-size: 16px;
    line-height: 22px;
  }

  .footer__menu .menu-item-has-children > a {
    padding-bottom: 20px;
  }

  .footer__menu .menu .sub-menu li {
    padding-bottom: 12px;
  }

  .footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 75px;
  }

  .footer__bot-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
  }

  .footer__bot-left {
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px;
  }

  .footer__bot .language {
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 20px;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #FF4E1B;
  min-width: 160px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.btn-transparent {
  background-color: transparent;
  color: #FF4E1B;
}
.btn-transparent:hover {
  background-color: #FF4E1B;
  color: #FFFFFF;
}
.btn-orange {
  background-color: #FF4E1B;
  color: #FFFFFF;
}
.btn-orange:hover {
  background-color: transparent;
  color: #FF4E1B;
}

@media screen and (max-width: 1023px) {
  .btn-orange:hover {
    background-color: #FF4E1B;
    color: #FFFFFF;
  }

  .btn-transparent:hover {
    background-color: transparent;
    color: #FF4E1B;
  }
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu__h {
  display: none;
  padding-top: 17px;
  padding-bottom: 14px;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.menu-block__info {
  display: none;
  padding-top: 28px;
  text-align: center;
}
.menu-block__info .btn {
  margin-left: 0;
  width: 300px;
}
.menu-block__info .socials {
  padding-top: 20px;
  width: 300px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-block__info .socials li {
  width: 44px;
  height: 44px;
}
.menu-block__info .socials li a {
  background-color: #F7F7F7;
}
.menu-block__info .socials li a:hover {
  background-color: #FF4E1B;
}
.menu-block__info .socials li a:hover svg path {
  fill: #FFFFFF;
}
.menu-block__info .socials svg {
  width: 28px;
  height: 28px;
}
.menu .sub-menu {
  position: absolute;
  -webkit-transform-origin: 25% 0;
          transform-origin: 25% 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  top: 100%;
  left: 0;
  background-color: #333333;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  padding: 13px 20px 13px 20px;
  min-width: 315px;
  -webkit-transition: z-index 0.3s, opacity 0.3s;
  transition: z-index 0.3s, opacity 0.3s;
}
.menu .sub-menu li {
  margin: 0;
}
.menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.menu .sub-menu a {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0;
  border: none;
  position: relative;
  display: block;
  text-transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 7px 0;
}
.menu .sub-menu a:hover {
  color: #FF4E1B;
}
.menu .sub-menu:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu-item {
  text-transform: uppercase;
}
.menu-item a {
  padding: 34px 20px;
  display: block;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-item-has-children:hover .sub-menu {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.menu-item-has-children:hover .menu__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu-item-has-children:hover .menu__arrow svg path {
  fill: #F25F2F;
}
.menu-item-has-children:hover > a {
  background-color: rgba(0, 0, 0, 0.04);
}
.menu__arrow {
  width: 16px;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.menu__arrow svg {
  display: block;
}
.menu__arrow svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #333333;
  z-index: 1101;
  background-color: transparent;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.menu-toggle .line {
  width: 20px;
  height: 1.5px;
  display: block;
  background-color: #222222;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 10.5px);
}
.menu-toggle .l1 {
  margin-top: -6px;
  z-index: 1;
}
.menu-toggle .l3 {
  margin-top: 6px;
}
.menu-opened .menu-toggle .l1 {
  -webkit-transform: translateY(6px) translateZ(0) rotate(45deg);
          transform: translateY(6px) translateZ(0) rotate(45deg);
}
.menu-opened .menu-toggle .l2 {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.menu-opened .menu-toggle .l3 {
  -webkit-transform: translateY(-6px) translateZ(0) rotate(-45deg);
          transform: translateY(-6px) translateZ(0) rotate(-45deg);
}
.menu-opened .menu-block {
  opacity: 1;
  z-index: 1000;
}
.menu-opened .module-form {
  z-index: 900;
}

@media screen and (min-width: 1023px) {
  .menu-block__menus {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1023px) {
  .menu__h {
    display: block;
  }

  .menu-block__info {
    display: block;
  }

  .menu-block__menus {
    position: absolute;
    top: 53px;
    left: 0;
    overflow: auto;
    display: none;
    width: 100%;
    height: calc(100vh - 52px);
    height: calc(var(--vh, 1vh) * 100 - 52px);
    min-height: calc(100vh - 52px);
    min-height: calc(var(--vh, 1vh) * 100 - 52px);
    background: #FFFFFF;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 19px;
    padding: 32px 16px 71px 16px;
  }

  .menu {
    display: block;
    padding-bottom: 28px;
    border-bottom: 1px solid #222222;
  }

  .menu-toggle {
    display: block;
  }

  .menu-item {
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .menu-item:last-child {
    padding-bottom: 0;
  }

  .menu__arrow {
    display: none;
  }

  .menu-item a {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    color: #333333;
    padding: 0;
    display: inline-block;
    padding: 6px 0 5px 0;
  }

  .menu-item a:hover {
    background-color: transparent;
  }

  .menu .sub-menu li a {
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .menu .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    max-width: none;
    z-index: 5;
    pointer-events: all;
    padding-top: 1px;
    padding-bottom: 21px;
    border-bottom: 1px solid #222222;
    min-width: 0;
  }

  .menu .sub-menu li {
    padding: 0;
  }

  .menu-item-has-children > a {
    font-family: "RoadRadio", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
    padding-bottom: 12px;
    padding-top: 0;
  }

  .menu-item-has-children:hover > a {
    background-color: transparent;
  }

  .menu .sub-menu a {
    color: #1A1A1A;
    font-size: 15px;
    line-height: 21px;
    padding: 7px 0;
  }

  .menu-item.desktop-only {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .menu-block__info .btn {
    width: 100%;
  }

  .menu-block__info .socials {
    width: 100%;
  }
}
.module-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, z-index 0.5s;
  transition: opacity 0.5s, z-index 0.5s;
}
.module-form.open {
  opacity: 1;
  z-index: 3000;
}
.module-form__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.78);
}
.module-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 56px 0 56px 0;
}
.module-form__content {
  width: 100%;
  max-width: 800px;
  padding: 0 16px;
  z-index: 5;
}
.module-form__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 15px;
  height: 15px;
  z-index: 5;
}
.module-form__close .line {
  width: 15px;
  height: 2px;
  display: block;
  background-color: #FFFFFF;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  left: 10px;
  margin: 0 -10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.module-form__close .line.l1 {
  -webkit-transform: translateY(6px) translateZ(0) rotate(135deg);
          transform: translateY(6px) translateZ(0) rotate(135deg);
}
.module-form__close .line.l2 {
  -webkit-transform: translateY(6px) translateZ(0) rotate(-135deg);
          transform: translateY(6px) translateZ(0) rotate(-135deg);
}

.language__arrow {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.language.open .language__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language.open .lang {
  max-height: 100px;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang a,
.lang span {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FF4E1B;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.lang a:hover {
  color: #333333;
}
.lang li {
  width: 21px;
  height: 21px;
  text-align: center;
  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;
  margin-right: 16px;
}
.lang li:last-child {
  margin-right: 0;
}
.lang li.current-lang a, .lang li.current-lang span {
  color: #333333;
}

@media screen and (max-width: 1023px) {
  .language {
    width: 72px;
    height: 40px;
    position: relative;
  }

  .language__arrow {
    display: block;
  }

  .lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #F7F7F7;
    background-color: #FFFFFF;
    padding-top: 4px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }

  .lang li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    padding: 0 11px;
    margin-right: 0;
    text-align: left;
  }

  .lang li.current-lang {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 32px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
  }
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials li a {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.socials svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.first-block {
  padding-top: 48px;
  padding-bottom: 66px;
}
.first-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first-block__left {
  padding-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76%;
          flex: 0 0 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first-block__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  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;
}
.anim-block .first-block__right {
  -webkit-transform: translate(0, -137px);
          transform: translate(0, -137px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.first-block__block1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.5%;
          flex: 0 0 56.5%;
  padding-right: 16px;
  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;
}
.anim-block .first-block__block1 {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .first-block__block1 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.first-block__block2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.5%;
          flex: 0 0 43.5%;
  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;
}
.anim-block .first-block__block2 {
  -webkit-transform: translate(0, 126px);
          transform: translate(0, 126px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .first-block__block2 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.first-block__text {
  position: relative;
  padding: 31px 39px;
  border: 1px solid #000000;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 369px;
  font-weight: 500;
  font-size: 24px;
}
.first-block__text h1, .first-block__text .h1 {
  color: #222222;
  padding-bottom: 18px;
}
.first-block__mobile-arrow {
  display: none;
  width: 71px;
  position: absolute;
  bottom: -79px;
  right: 9px;
}
.first-block__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 259px;
}
.first-block__double-first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 16px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #FF4E1B;
}
.first-block__double-first img {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.first-block__double-second {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
  position: relative;
  background-color: #FF4E1B;
  overflow: hidden;
}
.first-block__arrow-logo {
  width: 216px;
  position: absolute;
  right: -40px;
  bottom: -7px;
}
.first-block__arrow-logo svg path {
  stroke: #FFFFFF;
}
.first-block__arrow-block {
  height: 230px;
  margin-bottom: 16px;
  background-color: #FF4E1B;
  position: relative;
  overflow: hidden;
}
.first-block__arrow {
  width: 252px;
  position: absolute;
  left: 85px;
  bottom: -32px;
}
.anim-block .first-block__arrow {
  -webkit-transform: translate(67px, 118px) rotate(59deg);
          transform: translate(67px, 118px) rotate(59deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .first-block__arrow {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.first-block__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-size: 118%;
  background-repeat: no-repeat;
  background-position: 5% 23%;
  background-color: #FF4E1B;
}
.first-block__img img {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.first-block__img.mobile-only {
  display: none;
}
.first-block__img2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-color: #FF4E1B;
}
.first-block__img2 img {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.first-block__img3 {
  height: 208px;
  background-color: #FF4E1B;
  position: relative;
  margin-top: 16px;
}
.first-block__img3-container {
  width: 224px;
  max-width: 80%;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
}

@media screen and (max-width: 1150px) {
  .first-block__text h1,
.first-block__text .h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .first-block__img {
    background-size: cover;
  }

  .first-block__arrow {
    left: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .first-block__right {
    display: none;
  }

  .first-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }

  .anim-block .first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .first-block__block1 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .first-block__block2 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .first-block__arrow-logo {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }

  .anim-block .first-block__arrow {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .first-block {
    padding-top: 25px;
    padding-bottom: 34px;
  }

  .first-block__left {
    display: block;
  }

  .first-block__text {
    min-height: 0;
    padding: 18px 20px 50px 20px;
    font-size: 20px;
    line-height: 27px;
  }

  .first-block__text p br {
    display: none;
  }

  .first-block__text h1,
.first-block__text .h1 {
    padding-bottom: 16px;
  }

  .first-block__text p {
    padding-right: 35px;
  }

  .first-block__block1 {
    padding-right: 0;
  }

  .first-block__block2 {
    display: none;
  }

  .first-block__img {
    height: 288px;
    margin-bottom: 16px;
  }

  .first-block__img.mobile-only {
    display: block;
  }

  .first-block__double-first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.5%;
            flex: 0 0 60.5%;
  }

  .first-block__double-second {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(39.5% - 16px);
            flex: 0 0 calc(39.5% - 16px);
  }

  .first-block__mobile-arrow {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .first-block__text h1,
.first-block__text .h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .first-block__double {
    height: 108px;
  }

  .first-block__text {
    padding: 18px 20px 20px 20px;
  }

  .first-block__arrow-logo {
    width: 109px;
    right: -21px;
  }
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #F7F7F7;
}
.mobile-nav .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  border: 0;
}
.mobile-nav .menu-item {
  padding-bottom: 0;
}
.mobile-nav .menu-item a {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: #222222;
  padding: 12px 18px;
}

@media screen and (max-width: 1023px) {
  .mobile-nav {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .mobile-nav .menu-item a {
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
  }
}
.services-home {
  /* padding-top: 66px; */
  padding-bottom: 62px;
}
.services-home__list {
  padding-top: 24px;
  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-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
}
.services-home__list li {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.services-home__item {
  display: block;
  height: 100%;
  border: 1px solid #FF4E1B;
}
.services-home__item-container {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  padding: 31px 23px 33px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.services-home__item:hover .services-home__item-container {
  border-color: #FF4E1B;
}
.services-home__item:hover .services-home__h {
  color: #FF4E1B;
}
.services-home__icon {
  width: 94px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  margin-right: 28px;
}
.services-home__h {
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.services-home__text {
  font-size: 17px;
  line-height: 24px;
  color: #333333;
}
.services-home__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.services-home__last-block {
  padding: 38px 40px 0 40px;
}
.services-home__last-h {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 11px;
}
.services-home__last .btn {
  margin-top: 27px;
}

.services-first-block {
  padding-bottom: 42px;
  overflow: hidden;
}
.services-first-block.big-img .services-first-block__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.5%;
          flex: 0 0 50.5%;
}
.services-first-block.big-img .services-first-block__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.5%;
          flex: 0 0 49.5%;
}
.services-first-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anim-block .services-first-block__container.services-type1 .services-first-block__left {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type1 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type1 .services-first-block__right {
  -webkit-transform: translate(0, -173px);
          transform: translate(0, -173px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type1 .services-first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type1 .services-first-block__img-block {
  max-height: 558px;
}
.services-first-block__container.services-type1 .services-first-block__bg {
  background-color: #333333;
}
.services-first-block__container.services-type1 .services-first-block__img {
  width: 100%;
  max-width: 430px;
  max-height: 430px;
  height: calc(100% - 100px);
  position: absolute;
  top: 39px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.services-first-block__container.services-type1 .services-first-block__img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.anim-block .services-first-block__container.services-type1 .services-first-block__img {
  -webkit-transform: translate(-50%, -86px);
          transform: translate(-50%, -86px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type1 .services-first-block__img {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.services-first-block__container.services-type1 .arrow-center {
  top: 84%;
  left: calc(50% - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16px;
  height: 100%;
}
.services-first-block__container.services-type1 .arrow-center .services-first-block__arrow-start {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0;
  margin-bottom: 10px;
}
.services-first-block__container.services-type1 .arrow-center .services-first-block__arrow-line {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: url(../img/svg/main_arrow_line_rot.svg) repeat-y 0 0;
}
.anim-block .services-first-block__container.services-type1 .arrow-center {
  -webkit-transform: translate(0, 173px);
          transform: translate(0, 173px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type1 .arrow-center {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type1 .arrow-left {
  top: 77%;
  right: 65%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.anim-block .services-first-block__container.services-type1 .arrow-left {
  -webkit-transform: translate(-200px, 0) rotate(180deg);
          transform: translate(-200px, 0) rotate(180deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type1 .arrow-left {
  -webkit-transform: translate(0) rotate(180deg);
          transform: translate(0) rotate(180deg);
}
.services-first-block__container.services-type1 .arrow-right {
  top: 77%;
  left: 65%;
}
.anim-block .services-first-block__container.services-type1 .arrow-right {
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type1 .arrow-right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type2 .services-first-block__left {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type2 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type2 .services-first-block__right {
  -webkit-transform: translate(0, 169px);
          transform: translate(0, 169px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type2 .services-first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type2 .services-first-block__bg {
  background: #FF4E1B;
  padding: 40px;
}
.services-first-block__container.services-type2 .services-first-block__img-block {
  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;
}
.services-first-block__container.services-type2 .services-first-block__img {
  width: 100%;
  height: 100%;
  max-width: 363px;
  max-height: 363px;
}
.services-first-block__container.services-type2 .services-first-block__img img {
  width: 100%;
  height: 100%;
}
.anim-block .services-first-block__container.services-type2 .services-first-block__img {
  -webkit-transform: translate(0, 16px) scale(0.9);
          transform: translate(0, 16px) scale(0.9);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type2 .services-first-block__img {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}
.anim-block .services-first-block__container.services-type3 .services-first-block__left {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type3 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type3 .services-first-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-first-block__container.services-type3 .services-first-block__bg {
  background-color: #FF4E1B;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
  min-height: 440px;
}
.anim-block .services-first-block__container.services-type3 .services-first-block__bg {
  -webkit-transform: translate(0, 68px);
          transform: translate(0, 68px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type3 .services-first-block__bg {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type3 .services-first-block__bg.dark {
  background-color: #333333;
}
.anim-block .services-first-block__container.services-type3 .services-first-block__bg.dark {
  -webkit-transform: translate(0, -91px);
          transform: translate(0, -91px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type3 .services-first-block__bg.dark {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type3 .services-first-block__img {
  width: 100%;
  max-width: 253px;
  position: absolute;
  top: 62px;
  left: calc(50% + 12px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.anim-block .services-first-block__container.services-type3 .services-first-block__img-block {
  -webkit-transform: translate(0, 61px);
          transform: translate(0, 61px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type3 .services-first-block__img-block {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.services-first-block__container.services-type3 .services-first-block__bg.dark .services-first-block__img {
  width: 100%;
  max-width: 162px;
  position: absolute;
  top: 0;
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.anim-block .services-first-block__container.services-type3 .services-first-block__bg.dark .services-first-block__img-block {
  -webkit-transform: translate(0, -69px);
          transform: translate(0, -69px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type3 .services-first-block__bg.dark .services-first-block__img-block {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.services-first-block__container.services-type3 .arrow-center {
  top: 308px;
  left: calc(50% - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16px;
  height: 300px;
}
.services-first-block__container.services-type3 .arrow-center .services-first-block__arrow-start {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0;
  margin-bottom: 10px;
}
.services-first-block__container.services-type3 .arrow-center .services-first-block__arrow-line {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: url(../img/svg/main_arrow_line_rot.svg) repeat-y 0 0;
}
.anim-block .services-first-block__container.services-type4 .services-first-block__left {
  -webkit-transform: translate(0, -88px);
          transform: translate(0, -88px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type4 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type4 .services-first-block__right {
  -webkit-transform: translate(0, -71px);
          transform: translate(0, -71px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type4 .services-first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type4 .services-first-block__bg {
  background-color: #333333;
  min-height: 500px;
}
.services-first-block__container.services-type4 .arrow-center {
  top: -44px;
  left: calc(50% - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.services-first-block__container.services-type4 .arrow-center .services-first-block__arrow-start {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0;
  margin-bottom: 10px;
}
.services-first-block__container.services-type4 .arrow-center .services-first-block__arrow-line {
  width: 100%;
  height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url(../img/svg/main_arrow_line_rot.svg) repeat-y 0 0;
}
.services-first-block__container.services-type4 .services-first-block__img {
  width: 100%;
  max-width: 328px;
  position: absolute;
  top: 162px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.anim-block .services-first-block__container.services-type4 .services-first-block__img-block {
  -webkit-transform: translate(0, -52px);
          transform: translate(0, -52px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type4 .services-first-block__img-block {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type5 .services-first-block__left {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type5 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type5 .services-first-block__right {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type5 .services-first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type5 .services-first-block__bg {
  background-color: #FF4E1B;
  min-height: 370px;
}
.services-first-block__container.services-type5 .services-first-block__img {
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.anim-block .services-first-block__container.services-type5 .services-first-block__img-block {
  -webkit-transform: translate(0, -70px);
          transform: translate(0, -70px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type5 .services-first-block__img-block {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type6 .services-first-block__left {
  -webkit-transform: translate(0, -88px);
          transform: translate(0, -88px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type6 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type6 .services-first-block__right {
  -webkit-transform: translate(0, -140px);
          transform: translate(0, -140px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type6 .services-first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type6 .services-first-block__bg {
  background-color: #FF4E1B;
}
.services-first-block__container.services-type6 .services-first-block__img {
  width: 100%;
  max-width: 352px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.anim-block .services-first-block__container.services-type6 .services-first-block__img {
  -webkit-transform: translate(-50%, -50%) scale(0.88);
          transform: translate(-50%, -50%) scale(0.88);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type6 .services-first-block__img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.services-first-block__container.services-type6 .services-first-block__arrow {
  width: 139px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.services-first-block__container.services-type6 .services-first-block__arrow.arrow-top {
  top: -25px;
  left: 107px;
}
.anim-block .services-first-block__container.services-type6 .services-first-block__arrow.arrow-top {
  -webkit-transform: translate(10px, -2px) rotate(26deg);
          transform: translate(10px, -2px) rotate(26deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type6 .services-first-block__arrow.arrow-top {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.services-first-block__container.services-type6 .services-first-block__arrow.arrow-bot {
  bottom: -25px;
  right: 85px;
  -webkit-transform: rotate(186deg);
          transform: rotate(186deg);
}
.anim-block .services-first-block__container.services-type6 .services-first-block__arrow.arrow-bot {
  -webkit-transform: translate(-12px, 58px) rotate(198deg);
          transform: translate(-12px, 58px) rotate(198deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type6 .services-first-block__arrow.arrow-bot {
  -webkit-transform: translate(0) rotate(186deg);
          transform: translate(0) rotate(186deg);
}
.anim-block .services-first-block__container.services-type7 .services-first-block__left {
  -webkit-transform: translate(0, -111px);
          transform: translate(0, -111px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type7 .services-first-block__left {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-block .services-first-block__container.services-type7 .services-first-block__right {
  -webkit-transform: translate(0, -150px);
          transform: translate(0, -150px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type7 .services-first-block__right {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block__container.services-type7 .services-first-block__bg {
  background-color: #333333;
  min-height: 389px;
}
.services-first-block__container.services-type7 .arrow-center {
  top: -80px;
  left: calc(50% - 8px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.services-first-block__container.services-type7 .arrow-center .services-first-block__arrow-start {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 0;
  margin-bottom: 10px;
}
.services-first-block__container.services-type7 .arrow-center .services-first-block__arrow-line {
  width: 100%;
  height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url(../img/svg/main_arrow_line_rot.svg) repeat-y 0 0;
}
.services-first-block__container.services-type7 .services-first-block__img {
  width: 100%;
  max-width: 339px;
  position: absolute;
  top: 239px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.anim-block .services-first-block__container.services-type7 .services-first-block__img-block {
  -webkit-transform: translate(0, -48px);
          transform: translate(0, -48px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .services-first-block__container.services-type7 .services-first-block__img-block {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.services-first-block .breadcrumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.services-first-block__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
  padding-right: 16px;
  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-first-block__left h1, .services-first-block__left .h1 {
  padding-bottom: 12px;
}
.services-first-block__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
}
.services-first-block__bg {
  height: 100%;
  overflow: hidden;
  min-height: 400px;
}
.services-first-block__img-block {
  height: 100%;
  /* position: relative; */
}
.services-first-block__arrow {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-first-block__arrow-start {
  width: 10px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
.services-first-block__arrow-line {
  height: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background: url(../img/svg/main_arrow_line.svg) repeat-x 0 0;
}
.services-first-block__main-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 20px;
}
.services-first-block__list {
  padding-top: 25px;
}
.services-first-block__list.mini .services-first-block__list li {
  margin-bottom: 23px;
}
.services-first-block__list.mini .services-first-block__list-arrow {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-right: 16px;
  background-color: transparent;
}
.services-first-block__list.mini .services-first-block__list-arrow svg {
  position: relative;
  top: auto;
  left: auto;
  fill: #FF4E1B;
  width: 30px;
  height: 30px;
}
.services-first-block__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 25px;
}
.services-first-block__list-arrow {
  display: block;
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  background-color: #FF4E1B;
  margin-right: 28px;
  position: relative;
  overflow: hidden;
}
.services-first-block__list-arrow svg {
  width: 77px;
  height: 77px;
  position: absolute;
  top: -6px;
  left: 5px;
}
.services-first-block__color-text {
  margin-top: 56px;
  padding: 38px 44px 38px 44px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  background-color: #FF4E1B;
}

@media screen and (max-width: 1150px) {
  .services-home__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .services-home__list {
    display: block;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .services-home__list li {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .services-home__list li:first-child .services-home__item {
    border-top: 1px solid #FF4E1B;
  }

  .services-home__item-container {
    border: 0;
    padding: 0;
  }

  .services-home__item {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    padding: 31px 20px 33px 20px;
  }

  .services-home__h br {
    display: none;
  }

  .services-home__text br {
    display: none;
  }

  .services-home__last-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-first-block__list li br {
    display: none;
  }

  .services-first-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-first-block__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .services-first-block .breadcrumbs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .services-first-block__left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 0;
  }

  .services-first-block__bg {
    height: 320px;
    min-height: 0;
  }

  .services-first-block__container.services-type1 .services-first-block__bg {
    height: 382px;
  }

  .services-first-block__container.services-type2 .services-first-block__bg {
    height: 382px;
    padding: 31px;
  }

  .services-first-block__container.services-type3 .services-first-block__bg {
    min-height: 0;
    height: 382px;
  }

  .services-first-block__container.services-type3 .services-first-block__bg.dark {
    display: none;
  }

  .services-first-block__container.services-type3 .services-first-block__right {
    display: block;
  }

  .services-first-block__container.services-type3 .services-first-block__img {
    max-width: 300px;
    top: 16px;
    left: calc(50% + 9px);
  }

  .services-first-block__container.services-type3 .services-first-block__img img {
    width: 100%;
  }

  .services-first-block__container.services-type4 .services-first-block__bg {
    min-height: 0;
  }

  .services-first-block__container.services-type4 .arrow-center {
    top: -151px;
  }

  .services-first-block__container.services-type4 .services-first-block__img {
    max-width: 243px;
    top: 60px;
  }

  .services-first-block__container.services-type5 .services-first-block__bg {
    min-height: 0;
  }

  .services-first-block__container.services-type5 .services-first-block__img {
    max-width: 252px;
  }

  .services-first-block__container.services-type6 .services-first-block__img {
    max-width: 300px;
    top: calc(50% - 6px);
  }

  .services-first-block__container.services-type7 .services-first-block__bg {
    min-height: 0;
  }

  .services-first-block__container.services-type7 .services-first-block__img {
    max-width: 296px;
    top: 194px;
  }

  .services-first-block__container.services-type7 .arrow-center {
    top: -132px;
  }

  .anim-block .services-first-block__container.services-type1 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type1 .services-first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type1 .services-first-block__img {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .anim-block .services-first-block__container.services-type1 .arrow-center {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .anim-block .services-first-block__container.services-type1 .arrow-left {
    -webkit-transform: translate(0) rotate(180deg);
            transform: translate(0) rotate(180deg);
  }

  .anim-block .services-first-block__container.services-type1 .arrow-right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type2 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type2 .services-first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type2 .services-first-block__img {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }

  .anim-block .services-first-block__container.services-type3 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type3 .services-first-block__bg {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type3 .services-first-block__bg.dark {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type3 .services-first-block__img-block {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type3 .services-first-block__bg.dark .services-first-block__img-block {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type4 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type4 .services-first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type4 .services-first-block__img-block {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type5 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type5 .services-first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type5 .services-first-block__img-block {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type6 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type6 .services-first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type6 .services-first-block__img {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  .anim-block .services-first-block__container.services-type6 .services-first-block__arrow.arrow-top {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }

  .anim-block .services-first-block__container.services-type6 .services-first-block__arrow.arrow-bot {
    -webkit-transform: translate(0) rotate(186deg);
            transform: translate(0) rotate(186deg);
  }

  .anim-block .services-first-block__container.services-type7 .services-first-block__left {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type7 .services-first-block__right {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .services-first-block__container.services-type7 .services-first-block__img-block {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  .services-home {
    padding-top: 35px;
    padding-bottom: 33px;
  }

  .services-home__list {
    padding-top: 13px;
  }

  .services-home__item {
    padding-top: 28px;
    padding-bottom: 27px;
  }

  .services-home__icon {
    width: 79px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79px;
            flex: 0 0 79px;
    margin-right: 13px;
  }

  .services-home__text {
    font-size: 16px;
    line-height: 22px;
  }

  .services-home__h {
    padding-bottom: 12px;
  }

  .services-home__last {
    font-size: 16px;
    line-height: 22px;
  }

  .services-home__last-block {
    padding-top: 48px;
  }

  .services-home__last-h {
    font-size: 20px;
    line-height: 26px;
  }

  .services-first-block {
    padding-bottom: 21px;
  }

  .services-first-block__main-text {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 19px;
  }

  .services-first-block__list {
    margin-left: -27px;
    width: calc(100% + 27px);
    padding-top: 12px;
  }

  .services-first-block__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }

  .services-first-block__list-arrow {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    background-color: transparent;
    margin-right: 16px;
  }

  .services-first-block__list.mini .services-first-block__list-arrow {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 16px;
  }

  .services-first-block__list-arrow svg {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .services-first-block__list.mini .services-first-block__list-arrow svg {
    width: 100%;
    height: 100%;
    fill: transparent;
  }

  .services-first-block__list-arrow svg path {
    stroke: #FF4E1B;
  }

  .services-first-block__color-text {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: 29px;
    padding: 20px 16px;
    font-size: 18px;
    line-height: 25px;
  }

  .services-first-block__color-text br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .services-home__list li {
    margin-left: -16px;
    margin-right: -16px;
  }

  .services-home__item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-home__last-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-home__last .btn {
    width: 100%;
    margin-top: 20px;
    background-color: #FF4E1B;
    color: #FFFFFF;
  }
  .services-home__last .btn:hover {
    background-color: transparent;
    color: #FF4E1B;
  }

  .services-first-block__right {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .services-first-block__list {
    margin-left: -23px;
    width: calc(100% + 23px);
  }

  .services-first-block__color-text {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
  }

  .services-first-block__container.services-type6 .services-first-block__arrow.arrow-top {
    top: -79px;
    left: 46px;
  }

  .services-first-block__container.services-type6 .services-first-block__arrow.arrow-bot {
    bottom: -73px;
    right: 51px;
  }
}
.h-title {
  padding-top: 12px;
  padding-bottom: 24px;
  border-top: 1px solid #000000;
}

@media screen and (max-width: 768px) {
  .h-title {
    padding-bottom: 12px;
  }
}
.line-block {
  padding-top: 47px;
  padding-bottom: 65px;
}
.line-block__container {
  background-color: #F7F7F7;
  padding: 60px 60px 99px 60px;
  position: relative;
}
.line-block__text {
  width: 70%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #222222;
}
.line-block__text p {
  padding-bottom: 12px;
}
.line-block__text p:last-child {
  padding-bottom: 0;
}
.line-block__first-text {
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 24px;
}
.line-block__lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.line-block__lines .line {
  position: absolute;
  width: 100%;
  height: 64px;
  background-image: url(../img/lent.png);
  background-repeat: repeat-x;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
}
.line-block__lines .line1 {
  top: -31px;
  right: -305px;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.anim-block .line-block__lines .line1 {
  -webkit-transform: translate(-104px, -71px) rotate(22deg);
          transform: translate(-104px, -71px) rotate(22deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .line-block__lines .line1 {
  -webkit-transform: translate(0) rotate(22deg);
          transform: translate(0) rotate(22deg);
}
.line-block__lines .line2 {
  top: calc(100% - 183px);
  right: -587px;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
.anim-block .line-block__lines .line2 {
  -webkit-transform: translate(527px, -252px) rotate(-23deg);
          transform: translate(527px, -252px) rotate(-23deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .line-block__lines .line2 {
  -webkit-transform: translate(0) rotate(-23deg);
          transform: translate(0) rotate(-23deg);
}

@media screen and (max-width: 1250px) {
  .line-block__first-text br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .line-block__container {
    padding: 26px 20px 173px 20px;
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    overflow: hidden;
  }

  .line-block__text {
    width: 100%;
  }

  .line-block__lines {
    height: 160px;
    top: auto;
    overflow: visible;
  }

  .line-block__lines .line {
    width: calc(100% + 200px);
    height: 32px;
    background-size: auto 100%;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }

  .line-block__lines .line1 {
    top: calc(50% + 8px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(8deg);
            transform: translate(-50%, -50%) rotate(8deg);
  }

  .line-block__lines .line2 {
    top: auto;
    bottom: calc(50% - 53px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-9deg);
            transform: translate(-50%, -50%) rotate(-9deg);
  }

  .anim-block.animated .line-block__lines .line1 {
    -webkit-transform: translate(-50%, -50%) rotate(8deg);
            transform: translate(-50%, -50%) rotate(8deg);
  }

  .anim-block .line-block__lines .line1 {
    -webkit-transform: translate(-50%, -50%) rotate(8deg);
            transform: translate(-50%, -50%) rotate(8deg);
  }

  .anim-block.animated .line-block__lines .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(-9deg);
            transform: translate(-50%, -50%) rotate(-9deg);
  }

  .anim-block .line-block__lines .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(-9deg);
            transform: translate(-50%, -50%) rotate(-9deg);
  }
}
@media screen and (max-width: 768px) {
  .line-block {
    padding-top: 36px;
  }

  .line-block__text {
    font-size: 18px;
    line-height: 25px;
  }

  .line-block__first-text {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 576px) {
  .line-block__container {
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .line-block__lines .line2 {
    bottom: calc(50% - 53px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-23deg);
            transform: translate(-50%, -50%) rotate(-23deg);
  }

  .anim-block.animated .line-block__lines .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(-23deg);
            transform: translate(-50%, -50%) rotate(-23deg);
  }

  .anim-block .line-block__lines .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(-23deg);
            transform: translate(-50%, -50%) rotate(-23deg);
  }
}
.about {
  padding-top: 65px;
  padding-bottom: 54px;
}
.about.little {
  padding-bottom: 100px;
}
.about__main {
  position: relative;
  padding: 60px 60px 137px 60px;
  background-color: #333333;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  overflow: hidden;
}
.about__main h4, .about__main .h4 {
  color: #FF4E1B;
  padding-bottom: 40px;
}
.about__left {
  width: 70%;
}
.about__first-text {
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 24px;
}
.about__text p {
  padding-bottom: 12px;
}
.about__text p:last-child {
  padding-bottom: 0;
}
.about__bg {
  width: 442px;
  position: absolute;
  bottom: -15px;
  right: -84px;
}
.about__list {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
.about__list li {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin-bottom: 16px;
}
.about__list-item {
  padding: 35px 48px 48px 48px;
  background-color: #FF4E1B;
  height: 100%;
}
.about__list-num {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 67px;
  text-transform: uppercase;
}
.about__list-arrow {
  width: 96px;
  margin-top: -3px;
  margin-left: 2px;
  overflow: hidden;
}
.anim-block .about__list-arrow img {
  -webkit-transform: translate(-68px, 0);
          transform: translate(-68px, 0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .about__list-arrow img {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.about__list-text {
  padding-top: 24px;
}

@media screen and (max-width: 1150px) {
  .about__bg {
    width: 400px;
    bottom: -10px;
    right: -73px;
  }
}
@media screen and (max-width: 1023px) {
  .about.little .about__main {
    padding-bottom: 94px;
  }

  .about__main {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .about__left {
    width: 100%;
  }

  .about__left br {
    display: none;
  }

  .about__bg {
    width: 100%;
    height: 54px;
    background-image: url(../img/arrow_bg.png);
    background-repeat: repeat-x;
    background-position: -3% 0%;
    bottom: 0;
    left: 0;
  }

  .about__bg svg {
    display: none;
  }

  .about__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-bottom: 30px;
  }

  .about__list li {
    padding-right: 16px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }

  .about__list li:first-child {
    padding-left: 20px;
  }

  .about__list li:last-child {
    padding-right: 20px;
  }

  .about__list-item {
    width: 400px;
  }

  .anim-block .about__bg {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }

  .anim-block .about__list-arrow img {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 5px;
    padding-bottom: 35px;
  }

  .about.little {
    padding-bottom: 52px;
  }

  .about__main {
    padding-top: 25px;
    padding-bottom: 93px;
    font-size: 16px;
    line-height: 22px;
  }

  .about__main h4,
.about__main .h4 {
    padding-bottom: 16px;
  }

  .about__first-text {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 16px;
  }

  .about__list {
    font-size: 20px;
    line-height: 26px;
  }

  .about__list li {
    padding-right: 12px;
  }

  .about__list-item {
    width: 288px;
    padding: 12px 24px 24px 24px;
  }

  .about__list-num {
    font-size: 36px;
    line-height: 43px;
  }

  .about__list-arrow {
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    margin-top: 1px;
    margin-left: 0;
  }
  .about__list-arrow img {
    width: 96px;
    max-width: none;
  }

  .about__list-text {
    letter-spacing: 0.01em;
    padding-top: 17px;
  }
}
@media screen and (max-width: 576px) {
  .about__main {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .about__list {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .about__list li:first-child {
    padding-left: 16px;
  }

  .about__list li:last-child {
    padding-right: 16px;
  }
}
.work {
  padding-top: 70px;
  padding-bottom: 70px;
}
.work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 432px;
          flex: 0 0 432px;
  padding-top: 94px;
}
.work__left {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  padding-right: 33px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 432px);
          flex: 0 0 calc(100% - 432px);
}
.work__left h2,
.work__left .h2 {
  color: #FF4E1B;
  padding-bottom: 16px;
}
.work__top {
  width: 72%;
}
.work__list {
  width: 100%;
  padding-top: 43px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.work__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px;
}
.work__list-icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-right: 16px;
}
.work__list-icon svg path {
  fill: #FF4E1B;
}
.work__img {
  position: relative;
  width: 100%;
}
.work__img-container {
  width: 100%;
  height: 218px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.work__img-container img {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.work__block {
  position: absolute;
  background-color: #FF4E1B;
  overflow: hidden;
}
.work__block.top {
  width: 464px;
  height: 79px;
  top: -95px;
  left: -224px;
}
.work__block.top .work__arrow {
  width: 257px;
  left: 65px;
  bottom: -18px;
}
.anim-block .work__block.top .work__arrow {
  -webkit-transform: translate(-48px, 4px) rotate(-18deg);
          transform: translate(-48px, 4px) rotate(-18deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .work__block.top .work__arrow {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.work__block.bot {
  width: 366px;
  height: 71px;
  bottom: -87px;
  right: 0;
}
.work__block.bot .work__arrow {
  width: 276px;
  left: -1px;
  bottom: 27px;
}
.anim-block .work__block.bot .work__arrow {
  -webkit-transform: translate(-44px, -15px) rotate(4deg);
          transform: translate(-44px, -15px) rotate(4deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .work__block.bot .work__arrow {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.work__arrow {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .work__top {
    width: 85%;
  }

  .work__block.top {
    left: -95px;
  }

  .work__text br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .work__container {
    display: block;
  }

  .work__right {
    padding-top: 30px;
  }

  .work__top {
    width: 100%;
  }

  .work__block {
    display: none;
  }

  .work__img-container {
    width: 100%;
    height: 400px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .work__img-container img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .work {
    padding-top: 4px;
    padding-bottom: 35px;
  }

  .work__left {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0;
  }

  .work__left h2,
.work__left .h2 {
    padding-bottom: 15px;
  }

  .work__list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    padding-top: 21px;
    font-size: 16px;
    line-height: 22px;
  }

  .work__list li {
    padding-bottom: 19px;
  }

  .work__right {
    padding-top: 13px;
  }

  .work__img-container {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .work__img-container {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .work__img-container {
    height: 218px;
  }
}
.advantages {
  padding-top: 102px;
  padding-bottom: 83px;
}
.advantages__list {
  padding-top: 24px;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.advantages__list li {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  min-height: 247px;
  margin-bottom: 16px;
}
.advantages__list li.arrowed {
  position: relative;
  z-index: 3;
}
.advantages__item {
  padding: 49px 60px 60px 60px;
  background-color: #333333;
  height: 100%;
  position: relative;
  z-index: 2;
}
.advantages__num {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FF4E1B;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.advantages__text {
  letter-spacing: 0.01em;
}
.advantages__arrow {
  position: absolute;
  z-index: 1;
}
.advantages__arrow.type1 {
  width: 254px;
  bottom: -83px;
  left: 124px;
}
.anim-block .advantages__arrow.type1 {
  -webkit-transform: translate(-56px, -41px) rotate(18deg);
          transform: translate(-56px, -41px) rotate(18deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .advantages__arrow.type1 {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.advantages__arrow.type2 {
  width: 220px;
  top: -78px;
  right: -44px;
}
.anim-block .advantages__arrow.type2 {
  -webkit-transform: translate(-41px, 44px) rotate(-18deg);
          transform: translate(-41px, 44px) rotate(-18deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .advantages__arrow.type2 {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}

.advantages-min {
  margin-top: 42px;
  margin-bottom: 60px;
  background-color: #333333;
}
.advantages-min__container {
  padding: 75px 0 40px 0;
}
.advantages-min__container h4, .advantages-min__container .h4 {
  color: #FF4E1B;
}
.advantages-min__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 44px;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.advantages-min__list li {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin-bottom: 16px;
}
.advantages-min__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 36px 32px 36px;
  background-color: #FFFFFF;
  height: 100%;
}
.advantages-min__icon {
  width: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  margin-right: 24px;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .advantages__item {
    padding: 25px 35px 60px 35px;
  }

  .advantages__arrow.type1 {
    bottom: -61px;
    left: 46px;
  }

  .advantages__arrow.type2 {
    right: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-bottom: 30px;
  }

  .advantages__list li {
    min-height: 0 !important;
    padding-right: 16px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .advantages__list li:first-child {
    padding-left: 20px;
  }

  .advantages__list li:last-child {
    padding-right: 20px;
  }

  .advantages__item {
    width: 400px;
    padding: 25px 35px 35px 35px;
    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;
    overflow: hidden;
  }

  .advantages__arrow {
    display: none;
  }

  .advantages__item:after {
    content: "";
    display: block;
    width: 109px;
    height: 64px;
    position: absolute;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    background-image: url(../img/svg/adv_arrow3.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .advantages__list li:nth-child(6n+1) .advantages__item:after {
    top: -15px;
    right: 10px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  .advantages__list li:nth-child(6n+2) .advantages__item:after {
    top: -30px;
    right: -42px;
    -webkit-transform: rotate(48deg);
            transform: rotate(48deg);
  }

  .advantages__list li:nth-child(6n+3) .advantages__item:after {
    top: -28px;
    right: -64px;
    -webkit-transform: rotate(-121deg);
            transform: rotate(-121deg);
  }

  .advantages__list li:nth-child(6n+4) .advantages__item:after {
    top: 12px;
    right: -42px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }

  .advantages__list li:nth-child(6n+5) .advantages__item:after {
    top: -1px;
    right: -64px;
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
  }

  .advantages__list li:nth-child(6n+6) .advantages__item:after {
    top: 34px;
    right: -3px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .advantages-min__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .advantages {
    padding-top: 36px;
    padding-bottom: 15px;
  }

  .advantages__list {
    padding-top: 13px;
    font-size: 18px;
    line-height: 22px;
  }

  .advantages__list li {
    padding-right: 12px;
  }

  .advantages__item {
    width: 320px;
    padding: 24px 24px 24px 24px;
  }

  .advantages__num {
    margin-bottom: 16px;
  }

  .advantages-min {
    margin-top: 49px;
    margin-bottom: 30px;
  }

  .advantages-min__container {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .advantages-min__list {
    display: block;
    padding-top: 24px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .advantages-min__list li {
    min-height: 0 !important;
    padding: 0;
    margin-bottom: 12px;
  }

  .advantages-min__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 20px;
  }

  .advantages-min__icon {
    margin-right: 0;
    margin-left: 24px;
    margin-top: 0;
  }

  .advantages-min__text br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .advantages__list li:first-child {
    padding-left: 16px;
  }

  .advantages__list li:last-child {
    padding-right: 16px;
  }
}
.main-form {
  padding-top: 67px;
  padding-bottom: 121px;
}
.main-form__container {
  position: relative;
}
.main-form__arrow-img {
  position: absolute;
  width: 298px;
  top: -63px;
  right: 127px;
  z-index: 2;
  overflow: hidden;
}
.anim-block .main-form__arrow-img {
  -webkit-transform: translate(79px, 6px) rotate(30deg);
          transform: translate(79px, 6px) rotate(30deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .main-form__arrow-img {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.main-form__arrow-block {
  width: 279px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 3;
  background-color: #F7F7F7;
}
.main-form__block {
  padding: 84px 60px 144px 112px;
  background-color: #F7F7F7;
  position: relative;
  right: -56px;
  z-index: 1;
  overflow: hidden;
}
.main-form__left {
  position: relative;
  max-width: 561px;
  padding-right: 20px;
}
.main-form__left h1, .main-form__left .h1 {
  color: #FF4E1B;
  padding-bottom: 76px;
}
.main-form__right {
  width: 442px;
  position: absolute;
  bottom: -8px;
  right: -83px;
}
.main-form form {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-form form .btn {
  max-width: 240px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 26px;
}
.main-form__info {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 90px;
  right: -20px;
  z-index: 3;
}
.main-form__info-text {
  padding-bottom: 10px;
}
.main-form__info-links {
  margin-bottom: 24px;
}
.main-form__info-links a {
  color: #333333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-form__info-links a:hover {
  color: #FF4E1B;
}
.main-form__info .socials li {
  margin-right: 12px;
}
.main-form__info .socials li:last-child {
  margin-right: 0;
}
.main-form__info .socials li a {
  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;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #333333;
}
.main-form__info .socials li a svg {
  width: 16px;
}
.main-form__info .socials li a svg path {
  fill: #FFFFFF;
}
.main-form__info .socials li a:hover {
  background-color: #FF4E1B;
}
.main-form__black {
  position: absolute;
  width: 100%;
  height: 536px;
  left: 0;
  bottom: -82px;
  background-color: #333333;
}
.main-form__great {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 126px;
  left: 0;
  z-index: -1;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-form__great-text {
  padding-bottom: 33px;
}
.main-form__great .btn {
  width: 100%;
  max-width: 240px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 26px;
}
.main-form.great form {
  opacity: 0;
  pointer-events: none;
}
.main-form.great .main-form__great {
  opacity: 1;
  z-index: 5;
  pointer-events: all;
}

@media screen and (max-width: 1100px) {
  .main-form__block {
    padding: 85px 60px 144px 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main-form {
    padding-bottom: 40px;
  }

  .main-form__right {
    display: none;
  }

  .main-form__black {
    display: none;
  }

  .main-form__arrow {
    display: none;
  }

  .main-form__block {
    right: auto;
    z-index: 5;
    padding: 45px 30px 44px 30px;
  }

  .main-form__left {
    max-width: none;
    width: 100%;
    padding-right: 0;
  }

  .main-form__left h1,
.main-form__left .h1 {
    padding-bottom: 45px;
  }

  .main-form__info {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    background-color: #333333;
    color: #FFFFFF;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 230px;
    padding-bottom: 40px;
    margin-top: -197px;
    text-align: center;
  }

  .main-form__info-links a {
    color: #FFFFFF;
  }

  .main-form__info .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-form__info .socials li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .main-form__info .socials li:last-child {
    margin-right: 8px;
  }

  .main-form__info .socials li a {
    background-color: #FFFFFF;
  }

  .main-form__info .socials li a svg path {
    fill: #333333;
  }
}
@media screen and (max-width: 768px) {
  .main-form {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .main-form__block {
    padding: 18px 17px 19px 17px;
  }

  .main-form__left h1,
.main-form__left .h1 {
    padding-bottom: 28px;
  }

  .main-form form .btn {
    margin-top: 5px;
    max-width: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .main-form__info {
    font-size: 16px;
    line-height: 22px;
  }

  .main-form__great {
    top: 60px;
    font-size: 16px;
    line-height: 19px;
  }

  .main-form__great .btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .main-form__info {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding-right: 16px;
    padding-left: 16px;
  }
}
.mini-menu {
  width: 100%;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 100;
}
.mini-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mini-menu__bg {
  width: 80px;
  position: absolute;
  border-radius: 30px 0 0 30px;
  bottom: 30px;
  right: 0;
  overflow: hidden;
}
.mini-menu__bg-block {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px 0 0 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
          box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: background-color 0.3s, border-radius 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, border-radius 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s, border-radius 0.3s;
  transition: transform 0.3s, background-color 0.3s, border-radius 0.3s, -webkit-transform 0.3s;
}
.mini-menu__bg.mobile-only {
  display: none;
}
.mini-menu__main {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 10px;
  border-radius: 50%;
  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;
  z-index: 2;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
          box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
  cursor: pointer;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.mini-menu__main:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.5);
          box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.5);
}
.mini-menu__icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mini-menu__esc {
  position: absolute;
  top: calc(50% - 13.5px);
  left: calc(50% - 13.5px);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mini-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.mini-menu__list-block {
  position: absolute;
  bottom: 0;
  right: 58px;
  pointer-events: none;
}
.mini-menu__list li {
  margin-right: 10px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mini-menu__list li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  text-align: center;
  background-color: #333333;
  -webkit-box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
          box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
  -webkit-transition: background-color 0.3s, -webkit-box-shadow;
  transition: background-color 0.3s, -webkit-box-shadow;
  transition: background-color 0.3s, box-shadow;
  transition: background-color 0.3s, box-shadow, -webkit-box-shadow;
}
.mini-menu__list li a:hover {
  background-color: #FF4E1B;
}
.mini-menu__list li a svg path {
  fill: #FFFFFF;
}
.mini-menu__list li.text a {
  width: auto;
  border-radius: 100px;
  padding: 15px 24px;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.mini-menu svg {
  display: block;
  width: 27px;
  height: 27px;
}
.mini-menu.open .mini-menu__list-block {
  pointer-events: all;
}
.mini-menu.open .mini-menu__main {
  background-color: #FF4E1B;
}
.mini-menu.open .mini-menu__icon {
  opacity: 0;
}
.mini-menu.open .mini-menu__esc {
  opacity: 1;
}
.mini-menu.open .mini-menu__list {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 768px) and (max-height: 440px) {
  .mini-menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .mini-menu {
    bottom: 20px;
  }

  .mini-menu__bg.mobile-only {
    display: block;
  }

  .mini-menu__list {
    display: block;
    right: 0;
    bottom: 60px;
    width: 60px;
    border-radius: 16px 0 0 0;
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 3px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .mini-menu__list li {
    margin-right: 0;
  }

  .mini-menu__list li a {
    width: 100%;
    height: 56px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mini-menu__list li.text {
    display: none;
  }

  .mini-menu svg {
    width: 28px;
    height: 28px;
  }

  .mini-menu__main {
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px 0 0 30px;
    -webkit-box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
            box-shadow: 0px 8px 20px rgba(48, 48, 51, 0.12);
    -webkit-transition: background-color 0.3s, border-radius 0.3s;
    transition: background-color 0.3s, border-radius 0.3s;
  }

  .mini-menu__esc svg path {
    stroke: #FF4E1B;
  }

  .mini-menu.open .mini-menu__main {
    background-color: #333333;
    border-radius: 0 0 0 16px;
  }

  .mini-menu.open .mini-menu__list {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .mini-menu__list-block {
    padding-left: 20px;
    overflow: hidden;
    bottom: 60px;
    right: 0;
  }

  .mini-menu.open .mini-menu__bg-block {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    border-radius: 16px 0 0 30px;
    background-color: #333333;
  }
}
.breadcrumbs {
  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;
  padding-top: 28px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #FF4E1B;
}
.breadcrumbs li a {
  color: #333333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumbs li a:hover {
  color: #FF4E1B;
}
.breadcrumbs li:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: 8px;
  background: url(../img/svg/bread_arrow.svg);
}
.breadcrumbs li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 23px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .breadcrumbs li a, .breadcrumbs li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 210px;
    overflow: hidden;
  }
}
@media screen and (max-width: 360px) {
  .breadcrumbs li a, .breadcrumbs li span {
    max-width: 180px;
  }
}
.process {
  padding-top: 59px;
  padding-bottom: 38px;
  margin-bottom: 60px;
  position: relative;
}
.process:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
}
.process__container {
  position: relative;
  z-index: 2;
}
.process__list {
  padding-top: 24px;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
  font-size: 17px;
  line-height: 24px;
}
.process__list:after {
  content: "";
  display: block;
  clear: both;
}
.process__list-sizer {
  width: 50%;
}
.process__item {
  width: 50%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.process__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #FF4E1B;
  padding: 72px 85px 71px 85px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.process__block:hover {
  background-color: #FF4E1B;
}
.process__block:hover .process__num {
  color: #FFFFFF;
}
.process__block:hover .process__num-arrow svg path {
  fill: #FFFFFF;
}
.process__block:hover .process__h {
  color: #FFFFFF;
}
.process__block:hover .process__text-block {
  color: #FFFFFF;
}
.process__steps {
  height: 237px;
  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;
  padding: 40px;
  background-color: #FF4E1B;
}
.process__steps svg {
  width: auto;
  height: auto;
  max-width: 100%;
}
.process__num {
  position: relative;
  width: 83px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
          flex: 0 0 83px;
  margin-right: 29px;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.process__num-arrow {
  width: 70px;
  position: absolute;
  bottom: -33px;
  left: 13px;
}
.process__num-arrow svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.process__h {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.process__text-block {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.process__text-block p {
  padding-bottom: 8px;
}
.process__text-block p:last-child {
  padding-bottom: 0;
}
.process__img img {
  width: 100%;
}

@media screen and (max-width: 1320px) {
  .process__block {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .process:after {
    display: none;
  }

  .process__item {
    width: 100%;
    float: none;
  }

  .process__block:hover {
    background-color: #FFFFFF;
  }

  .process__block:hover .process__num {
    color: #000000;
  }

  .process__block:hover .process__num-arrow svg path {
    fill: #FF4E1B;
  }

  .process__block:hover .process__h {
    color: #000000;
  }

  .process__block:hover .process__text-block {
    color: #333333;
  }

  .process__text br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .process {
    padding-top: 39px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .process__list {
    padding-top: 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .process__block {
    display: block;
    padding: 24px 16px 13px 16px;
  }

  .process__num {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 30px;
    width: auto;
  }

  .process__num-arrow {
    bottom: 5px;
    left: -1px;
  }

  .process__text {
    padding-top: 24px;
  }

  .process__h {
    font-size: 20px;
    line-height: 26px;
  }

  .process__steps {
    height: 110px;
    padding: 15px;
  }

  .process__steps img {
    max-height: 100%;
  }

  .process__steps.steps-type1 {
    height: 84px;
  }

  .process__steps.steps-type2 {
    height: 110px;
    padding: 22px;
  }
}
.price {
  padding-top: 59px;
  padding-bottom: 100px;
}
.price__flex {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.4%;
          flex: 0 0 49.4%;
}
.price__right {
  padding-top: 29px;
  padding-left: 72px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.6%;
          flex: 0 0 50.6%;
}
.price__right .price__block {
  margin-left: -175px;
  width: calc(100% + 175px);
}
.price__right .price__list {
  max-width: 350px;
}
.price__block {
  padding: 52px 125px 71px 56px;
  background-color: #FF4E1B;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.price__block h2, .price__block .h2 {
  color: #FFFFFF;
  padding-bottom: 43px;
}
.price__block.dark {
  background-color: #333333;
  padding-bottom: 153px;
}
.price__block.dark h2, .price__block.dark .h2 {
  color: #FF4E1B;
}
.price__list {
  font-size: 18px;
  line-height: 25px;
}
.price__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}
.price__list li:last-child {
  margin-bottom: 0;
}
.price__list li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  background-image: url(../img/svg/arrow_list.svg);
  background-repeat: no-repeat;
  margin-right: 16px;
}
.price__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  color: #222222;
  padding-bottom: 5px;
}
.price__percent-block {
  font-size: 56px;
  line-height: 67px;
  margin-right: 15px;
}
.price__percent-text {
  padding-top: 6px;
  font-size: 42px;
  line-height: 50px;
}
.price__percent-text.first {
  margin-right: 15px;
}
.price__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 64px;
}
.price__arrow {
  width: 356px;
  position: absolute;
  bottom: -6px;
  right: -69px;
}
.price__arrow svg path {
  stroke: #FFFFFF;
}
.anim-block .price__arrow {
  -webkit-transform: translate(-72px, 0);
          transform: translate(-72px, 0);
  opacity: 0.2;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .price__arrow {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.price__mobile-block {
  display: none;
}
.price__big-list {
  padding-top: 24px;
}
.price__big-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.price__big-list-item:last-child {
  margin-bottom: 0;
}
.price__big-list-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  color: #FF4E1B;
}
.price__big-list-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  padding-left: 112px;
}
.price__big-list-right .price__percent {
  padding-bottom: 11px;
}
.price__big-list-right .price__percent-block {
  margin-left: 15px;
}
.price__big-list-text p {
  padding-bottom: 8px;
}
.price__big-list-text p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .price__arrow {
    width: 266px;
    right: -58px;
  }

  .price__block {
    padding: 35px 125px 51px 35px;
  }
}
@media screen and (max-width: 1023px) {
  .price__mobile-block {
    display: block;
  }

  .price__right .price__percent,
.price__right .price__text {
    display: none;
  }

  .price__text {
    margin-bottom: 30px;
  }

  .price__flex {
    display: block;
  }

  .price__left {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .price__right {
    margin-right: -20px;
    width: calc(100% + 20px);
    padding-left: 0;
    padding-top: 0;
    margin-top: -100px;
  }

  .price__right .price__block {
    margin-left: 0;
    width: 100%;
  }

  .price__arrow {
    display: none;
  }

  .price__block {
    padding: 30px 20px 48px 20px;
  }

  .price__block.dark {
    padding: 30px 20px 140px 20px;
  }

  .price__big-list-item {
    display: block;
  }

  .price__big-list-item br {
    display: none;
  }

  .price__big-list-right {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .price__percent {
    padding-top: 11px;
    padding-bottom: 2px;
  }

  .price__percent-block {
    font-size: 36px;
    line-height: 43px;
    margin-right: 13px;
  }

  .price__percent-text {
    font-size: 28px;
    line-height: 34px;
    padding-top: 0;
  }

  .price__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .price__block.dark {
    padding-bottom: 70px;
  }

  .price__block h2,
.price__block .h2 {
    padding-bottom: 29px;
  }

  .price__list {
    font-size: 17px;
    line-height: 24px;
  }

  .price__list li {
    margin-bottom: 18px;
  }

  .price__right {
    margin-top: -50px;
  }

  .price__big-list {
    padding-top: 18px;
  }

  .price__big-list-right .price__percent {
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .price__big-list-item {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .price__left {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .price__right {
    margin-right: -16px;
    width: calc(100% + 16px);
  }

  .price__block {
    padding: 22px 16px 28px 16px;
  }

  .price__block.dark {
    padding: 22px 16px 70px 16px;
  }
}
.earth-block {
  padding-top: 93px;
  padding-bottom: 70px;
}
.earth-block__container {
  background-color: #333333;
  color: #FFFFFF;
  padding: 60px 60px 148px 60px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.earth-block__left {
  width: 50%;
  max-width: 520px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.earth-block__h {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  padding-bottom: 24px;
}
.earth-block__text p {
  padding-bottom: 8px;
}
.earth-block__text p:last-child {
  padding-bottom: 0;
}
.earth-block__img {
  width: 642px;
  position: absolute;
  right: 70px;
  bottom: -304px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.earth-block__img-block img {
  width: 100%;
}
.earth-block__img-marker {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  position: absolute;
  width: 32px;
  height: 32px;
}
.earth-block__img-marker.marker1 {
  top: 76px;
  left: 141px;
}
.earth-block__img-marker.marker2 {
  top: 88px;
  right: 129px;
}
.earth-block__img-marker.marker3 {
  top: 162px;
  right: 150px;
}
.earth-block__img-marker.marker4 {
  top: 200px;
  right: 60px;
}
.anim-block .earth-block__img-marker {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.7s 0.9s;
  transition: -webkit-transform 0.7s 0.9s;
  transition: transform 0.7s 0.9s;
  transition: transform 0.7s 0.9s, -webkit-transform 0.7s 0.9s;
  will-change: transform;
}
.anim-block.animated .earth-block__img-marker {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.anim-block .earth-block__img {
  -webkit-transform: translate(0, -14px) scale(0.74);
          transform: translate(0, -14px) scale(0.74);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .earth-block__img {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

@media screen and (max-width: 1300px) {
  .earth-block__img {
    width: 385px;
    right: 40px;
    bottom: -90px;
  }

  .earth-block__left {
    width: 56%;
  }
}
@media screen and (max-width: 1023px) {
  .earth-block__container {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 40px 20px 300px 20px;
    min-height: 0;
  }

  .earth-block__left {
    max-width: none;
    width: 100%;
  }

  .earth-block__left br {
    display: none;
  }

  .earth-block__img {
    width: 450px;
    bottom: -216px;
    left: calc(50% - 225px);
  }

  .earth-block__img-marker {
    display: block;
  }

  .earth-block__img-marker.marker1 {
    display: none;
  }

  .earth-block__img-marker.marker2 {
    top: 40px;
    left: 73px;
  }

  .earth-block__img-marker.marker3 {
    top: 16px;
    right: 98px;
  }

  .earth-block__img-marker.marker4 {
    top: 94px;
    right: 75px;
  }

  .anim-block .earth-block__img {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }

  .anim-block .earth-block__img-marker {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .earth-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .earth-block__container {
    padding-top: 25px;
    padding-bottom: 244px;
  }

  .earth-block__left {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }

  .earth-block__h {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
  }

  .earth-block__img {
    bottom: -245px;
    left: calc(50% - 219px);
  }
}
@media screen and (max-width: 576px) {
  .earth-block__container {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.transp {
  padding-top: 69px;
  padding-bottom: 70px;
}
.transp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}
.transp__list li {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
.transp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 84px 35px 48px 35px;
  border: 1px solid #FF4E1B;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.transp__item:hover {
  background-color: #FF4E1B;
}
.transp__item:hover .transp__icon svg path {
  stroke: #FFFFFF;
}
.transp__item:hover .transp__name {
  color: #FFFFFF;
}
.transp__icon {
  width: 100%;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.transp__icon svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.transp__name {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #222222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.transp__last {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}
.transp__last-block {
  padding: 53px 40px 0 54px;
}
.transp__last-h {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 14px;
}
.transp__last .btn {
  margin-top: 31px;
}

@media screen and (max-width: 1200px) {
  .transp__last-block {
    padding: 30px 25px 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .transp__list li {
    padding-bottom: 30px;
    margin-bottom: 28px;
    min-height: 0 !important;
    position: relative;
  }
  .transp__list li:nth-child(3n+1):before {
    content: "";
    width: calc(300% - 16px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 8px;
    background-color: rgba(51, 51, 51, 0.2);
  }

  .transp__item:hover {
    background-color: transparent;
  }

  .transp__item:hover .transp__icon svg path {
    stroke: #FF4E1B;
  }

  .transp__item:hover .transp__name {
    color: #222222;
  }

  .transp__list li.transp__last {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
  .transp__list li.transp__last:before {
    display: none;
  }

  .transp__last-block {
    padding-left: 0;
    padding-right: 0;
  }

  .transp__last-block br {
    display: none;
  }

  .transp__item {
    border: 0;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .transp__icon {
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .transp__icon svg path {
    stroke: #FF4E1B;
  }

  .transp__name {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .transp {
    padding-top: 34px;
    padding-bottom: 35px;
  }

  .transp__icon {
    width: 90px;
    margin-bottom: 22px;
  }

  .transp__name {
    font-size: 16px;
    line-height: 22px;
  }

  .transp__list {
    padding-top: 36px;
  }

  .transp__last-h {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 11px;
  }

  .transp__last-block {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .transp__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .transp__list li:nth-child(3n+1):before {
    display: none;
  }

  .transp__list li:nth-child(2n+1):before {
    content: "";
    display: block;
    width: calc(200% - 16px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 8px;
    background-color: rgba(51, 51, 51, 0.2);
  }

  .transp__list li.transp__last:before {
    display: none;
  }

  .transp__last .btn {
    width: 100%;
    margin-top: 20px;
    background-color: #FF4E1B;
    color: #FFFFFF;
  }
  .transp__last .btn:hover {
    background-color: transparent;
    color: #FF4E1B;
  }
}
.products {
  padding-top: 60px;
  padding-bottom: 60px;
}
.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #222222;
}
.products__list li {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.products__item {
  padding: 63px 30px 40px 30px;
  border: 1px solid #FF4E1B;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.products__item:hover {
  background-color: #FF4E1B;
}
.products__item:hover .products__icon svg path {
  stroke: #FFFFFF;
}
.products__item:hover .products__name {
  color: #FFFFFF;
}
.products__icon {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
}
.products__icon svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.products__name {
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 1200px) {
  .products__item {
    padding: 40px 15px 30px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .products__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .products__list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-height: 0 !important;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .products__list li:nth-child(3n+1):before {
    content: "";
    width: calc(300% - 16px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 8px;
    background-color: rgba(51, 51, 51, 0.2);
  }

  .products__item {
    padding: 0;
    border: 0;
  }

  .products__item:hover {
    background-color: transparent;
  }

  .products__item:hover .products__icon svg path {
    stroke: #FF4E1B;
  }

  .products__item:hover .products__name {
    color: #222222;
  }

  .products__icon svg path {
    stroke: #FF4E1B;
  }
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .products__list {
    font-size: 16px;
    line-height: 22px;
    padding-top: 21px;
  }

  .products__icon {
    margin-bottom: 19px;
  }
}
.geogr {
  margin-top: 55px;
  margin-bottom: 60px;
  padding-top: 61px;
  background-color: #333333;
}
.geogr.mini .geogr__block {
  padding-bottom: 31px;
}
.geogr.mini .geogr__arrow.arrow1 {
  bottom: -126px;
}
.geogr.mini .geogr__arrow.arrow2 {
  bottom: -131px;
  left: calc(50% + 4px);
}
.geogr.mini .geogr__img {
  width: 352px;
  top: 20px;
}
.geogr .h-title {
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.geogr__block {
  position: relative;
  padding-bottom: 91px;
  overflow: hidden;
}
.geogr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 37px;
  padding-bottom: 40px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 25px;
  width: 73%;
}
.geogr__list li {
  width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 16px;
  padding-right: 90px;
  word-wrap: break-word;
  word-break: break-all;
}
.geogr__list li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  background-image: url(../img/svg/mark.svg);
  background-repeat: no-repeat;
  margin-right: 16px;
}
.geogr__arrow {
  position: absolute;
}
.geogr__arrow.arrow1 {
  width: 281px;
  bottom: -89px;
  left: -145px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-81deg);
          transform: rotate(-81deg);
}
.anim-block .geogr__arrow.arrow1 {
  -webkit-transform: translate(10px, 60px) rotate(-65deg);
          transform: translate(10px, 60px) rotate(-65deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .geogr__arrow.arrow1 {
  -webkit-transform: translate(0) rotate(-81deg);
          transform: translate(0) rotate(-81deg);
}
.geogr__arrow.arrow2 {
  width: 226px;
  bottom: -139px;
  left: calc(50% - 217px);
}
.anim-block .geogr__arrow.arrow2 {
  -webkit-transform: translate(-25px, 61px) rotate(-22deg);
          transform: translate(-25px, 61px) rotate(-22deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .geogr__arrow.arrow2 {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.geogr__arrow.arrow3 {
  width: 107px;
  top: -70px;
  left: calc(50% - 178px);
}
.anim-block .geogr__arrow.arrow3 {
  -webkit-transform: translate(4px, -32px) rotate(-10deg);
          transform: translate(4px, -32px) rotate(-10deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .geogr__arrow.arrow3 {
  -webkit-transform: translate(0) rotate(0);
          transform: translate(0) rotate(0);
}
.geogr__img {
  width: 418px;
  position: absolute;
  top: 61px;
  right: 0;
}
.anim-block .geogr__img {
  -webkit-transform: translate(0, -52px);
          transform: translate(0, -52px);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  will-change: transform;
}
.anim-block.animated .geogr__img {
  -webkit-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 1200px) {
  .geogr__img, .geogr.mini .geogr__img {
    width: 318px;
  }

  .geogr.mini .geogr__arrow.arrow2 {
    left: calc(50% - 28px);
  }

  .geogr__list li {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .geogr__img, .geogr.mini .geogr__img {
    width: 250px;
  }

  .geogr__list li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .geogr__list {
    width: 100%;
  }

  .geogr__block, .geogr.mini .geogr__block {
    padding-bottom: 307px;
    overflow: visible;
  }

  .geogr__arrow.arrow1 {
    display: none;
  }

  .geogr__arrow.arrow2, .geogr.mini .geogr__arrow.arrow2 {
    bottom: 89px;
    left: -30px;
  }

  .geogr__arrow.arrow3 {
    display: none;
  }

  .geogr__img, .geogr.mini .geogr__img {
    width: 350px;
    top: auto;
    bottom: 10px;
    left: calc(50% - 172px);
  }

  .anim-block .geogr__img {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .anim-block .geogr__arrow.arrow2 {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .geogr {
    margin-top: 6px;
    margin-bottom: 30px;
    padding-top: 28px;
  }

  .geogr__list {
    padding-top: 29px;
    font-size: 17px;
    line-height: 24px;
  }

  .geogr__list li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
  }

  .geogr__list li:before {
    margin-right: 12px;
  }

  .geogr__img, .geogr.mini .geogr__img {
    width: 327px;
    bottom: 28px;
    left: calc(50% - 109px);
  }

  .geogr__arrow.arrow2, .geogr.mini .geogr__arrow.arrow2 {
    left: -109px;
  }
}
.doc-list {
  padding-top: 20px;
  padding-bottom: 60px;
}
.doc-list__container {
  padding: 40px 50px 40px 50px;
  background-color: #F7F7F7;
}
.doc-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  padding-bottom: 28px;
}
.doc-list__top-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.3%;
          flex: 0 0 40.3%;
  padding-right: 20px;
}
.doc-list__top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.7%;
          flex: 0 0 59.7%;
}
.doc-list__list {
  font-size: 20px;
  line-height: 29px;
  color: #222222;
  position: relative;
}
.doc-list__list .swiper-wrapper {
  display: block;
}
.doc-list__list .swiper-slide-active .doc-list__h-top, .doc-list__list .swiper-slide-active .doc-list__h, .doc-list__list .swiper-slide-active .doc-list__text {
  opacity: 1;
}
.doc-list__list .swiper-button-next, .doc-list__list .swiper-button-prev {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../img/svg/slider_arrow.svg);
  background-repeat: no-repeat;
  top: auto;
  bottom: -8px;
}
.doc-list__list .swiper-button-next:after, .doc-list__list .swiper-button-prev:after {
  display: none;
}
.doc-list__list .swiper-button-prev {
  left: 0;
}
.doc-list__list .swiper-button-next {
  right: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.doc-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
.doc-list__item:last-child {
  border-bottom: 0;
}
.doc-list__h {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.3%;
          flex: 0 0 40.3%;
  padding-right: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #FF4E1B;
}
.doc-list__h-top {
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  padding-bottom: 20px;
  opacity: 0;
}
.doc-list__h-top.mobile-only {
  display: none;
}
.doc-list__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.7%;
          flex: 0 0 59.7%;
}
.doc-list__count {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.06em;
}

@media screen and (min-width: 1023px) {
  .doc-list__item {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1023px) {
  .doc-list__container {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 30px 20px 24px 20px;
  }

  .doc-list__top {
    display: none;
  }

  .doc-list__list {
    padding-bottom: 71px;
  }

  .doc-list__list br {
    display: none;
  }

  .doc-list__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .doc-list__item {
    display: block;
  }

  .doc-list__h-top.mobile-only {
    display: block;
  }

  .doc-list__item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .doc-list__h {
    padding-right: 0;
    padding-bottom: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .doc-list__text {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .doc-list__count {
    display: block;
  }

  .doc-list .swiper-button-next, .doc-list .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .doc-list {
    padding-top: 18px;
    padding-bottom: 30px;
  }

  .doc-list__list {
    font-size: 17px;
    line-height: 24px;
    color: #333333;
  }

  .doc-list__h-top {
    font-size: 18px;
    line-height: 22px;
  }

  .doc-list__container {
    padding-top: 24px;
  }

  .doc-list__h {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .doc-list__container {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.text-block {
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 20px;
}
.text-block__container {
  border-radius: 10px;
}
.text-block__h {
  color: #FF4E1B;
}
.text-block h1, .text-block .h1, .text-block h2, .text-block .h2, .text-block h3, .text-block .h3, .text-block h4, .text-block .h4, .text-block h5, .text-block .h5, .text-block h6, .text-block .h6 {
  padding-bottom: 20px;
}
.text-block p {
  padding-bottom: 0.938em;
}
.text-block a {
  color: #FF4E1B;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.text-block a:hover {
  border-color: #F25F2F;
}

@media screen and (max-width: 768px) {
  .text-block {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .text-block p {
    padding-bottom: 0.838em;
  }

  .text-block h1,
.text-block .h1,
.text-block h2,
.text-block .h2,
.text-block h3,
.text-block .h3,
.text-block h4,
.text-block .h4,
.text-block h5,
.text-block .h5,
.text-block h6,
.text-block .h6 {
    padding-bottom: 12px;
  }
}
.block-404 {
  padding-top: 142px;
  padding-bottom: 66px;
}
.block-404__container {
  text-align: center;
  padding-bottom: 115px;
}
.block-404__img {
  width: 236px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.block-404__h {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #222222;
  margin-bottom: 6px;
}
.block-404__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.block-404 .btn {
  font-size: 20px;
  line-height: 26px;
  padding: 17px 22px;
  min-width: 240px;
}
.block-404__lines {
  height: 240px;
  position: relative;
}
.block-404__lines .line {
  position: absolute;
  width: calc(100vw + 200px);
  height: 64px;
  background-image: url(../img/lent.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-box-shadow: -5px 6px 20px rgba(0, 0, 0, 0.06);
          box-shadow: -5px 6px 20px rgba(0, 0, 0, 0.06);
}
.block-404__lines .line1 {
  bottom: 62px;
  right: -100px;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-5deg);
}
.block-404__lines .line2 {
  top: 79px;
  right: -147px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media screen and (max-width: 768px) {
  .block-404 {
    padding-top: 69px;
    padding-bottom: 52px;
  }

  .block-404__container {
    padding-bottom: 55px;
  }

  .block-404__img {
    width: 199px;
    margin-bottom: 17px;
  }

  .block-404__h {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
  }

  .block-404__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .block-404 .btn {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 15px;
  }

  .block-404__lines {
    height: 120px;
  }

  .block-404__lines .line {
    height: 32px;
  }

  .block-404__lines .line1 {
    bottom: 36px;
    right: -100px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  .block-404__lines .line2 {
    top: 44px;
    right: -147px;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@media screen and (max-width: 576px) {
  .block-404 .btn {
    width: 100%;
    min-width: 0;
  }
}