@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  display: block;
  position: absolute;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
}
input,
button,
textarea {
  font-family: 'Lato', sans-serif;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  list-style: none;
}
.body {
  background: #1d1d1f;
}
.body.forMobModal {
  overflow: hidden;
}
.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 1;
}
.container_full {
  max-width: 100%;
  text-align: center;
}
.button {
  background: url("../img/top/button.png") center no-repeat;
  font-size: 0;
  color: rgba(0,0,0,0);
  width: 260px;
  height: 53px;
}
.button:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sHeading {
  color: rgba(255,255,255,0.6);
  width: 25.86%;
  height: 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 85.69%;
}
.rightBlock {
  width: 65.6%;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto Flex', sans-serif;
}
.rightBlock_sm {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
  text-transform: none;  
 }
 .rightBlock_sm2 {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
   line-height: 16px;
  color: #fff;
  margin-top: 22px;
  }
 
@media (max-width: 1280px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1150px) {
  .sHeading {
    width: 23%;
  }
  .rightBlock {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sHeading {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 85.69%;
    margin-bottom: 5px;
  }
  .rightBlock {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rightBlock {
    font-size: 24px;
    line-height: 100%;
  }
}
.headerWrp {
  background: url("../img/header/bg.jpg") center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headerTop {
  background: url("../img/header/dots.gif") center no-repeat;
  background-size: 100%;
  height: 100vh;
  overflow: hidden;
}
.headerTop:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/header/dots.gif") center no-repeat;
  opacity: 0.2;
}
.headerTop__container {
  position: relative;
  height: 100%;
}
.headerTop__topPanel {
  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;
  height: 99px;
}
.headerTop__topPanelCenter {
  width: 60px;
  height: 17px;
  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;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.headerTop__topPanelCenter span {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #fff;
}
.headerTop__topCenter {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.headerTop__topHeading {
  font-weight: 800;
  font-size: 117px;
  line-height: 79.88%;
  font-family: 'Roboto Flex', sans-serif;
}
.headerTop__topSH {
  font-weight: 400;
  font-size: 23.8532px;
  line-height: 85.69%;
  margin-top: 12px;
}
.headerTop__topBth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #4c067a;
  background: #f1bb0a;
  width: 260px;
  height: 41px;
  border-radius: 15px;
  margin: 64px auto 10px;
}
.headerTop__topBth:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.headerTop__topUndBtn {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 85.69%;
}
.headerTop__topUndBtn a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.headerTop__topUndBtn a:hover {
  border-bottom: 1px solid rgba(0,0,0,0);
}
.headerTop__bottomTxt {
  font-family: 'Roboto Flex', sans-serif;
  width: 2300px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 900;
  font-size: 67px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}
.header {
  background: #1d1d1f;
  border-bottom: 1px solid #343235;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: 'Roboto Flex', sans-serif;
  display: none;
  position: fixed;
}
.header.static {
  display: block;
}
.header__video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-73%, -58%);
          transform: translate(-73%, -58%);
  width: 1980px;
  height: auto;
  z-index: -1;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.header__logo {
  width: 136px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 6%;
}
.header__menuLnk {
  font-size: 16px;
  padding: 22px 12px;
  color: #fff;
}
.header__menuLnk:hover {
  color: #f1bb0a;
}
.header__lnk {
  margin-left: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-right: 20px;
  background: url("../img/header/enter.svg") right center no-repeat;
  color: #fff;
}
.header__lnk:hover {
  opacity: 0.6;
}
.header__burger {
  display: none;
}
@media (max-width: 1150px) {
  .headerTop__topHeading {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .headerWrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: url("../img/header/bgf.jpg") center no-repeat;
    background-size: cover;
    padding-top: 100px;
  }
  .headerTop {
    background: none;
  }
  .headerTop:before {
    display: none;
  }
  .headerTop__topPanel {
    display: none;
  }
  .header {
    display: block;
  }
  .header__container {
    z-index: 10;
    -webkit-transition: none;
    transition: none;
  }
  .header__container.active {
    height: 100vh;
  }
  .header__container.active .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__container.active .header__burger span {
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
  .header__container.active .header__burger span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__container.active .header__lnk {
    display: block;
  }
  .header__burger {
    position: absolute;
    right: 9px;
    top: 34px;
    width: 35px;
    height: 8px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .header__burger span {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }
  .header__logo {
    position: absolute;
    top: 22px;
    left: 10px;
    width: 140px;
  }
  .header__menu {
    display: none;
    position: absolute;
    margin: 0;
    max-width: 100%;
    width: 100%;
    top: 30px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 56px 18px;
  }
  .header__menu a {
    width: 100%;
    height: 56px;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #343235;
    font-size: 18px;
  }
  .header__menu a:before {
    display: none;
  }
  .header__switcher {
    display: none;
  }
  .header__lnk {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 533px) {
  .headerWrp {
    background: url("../img/header/bgmm.jpg") center bottom no-repeat;
  }
  .headerTop {
    height: 498px;
  }
  .headerTop__topCenter {
    margin-top: 0;
  }
  .headerTop__topHeading {
    font-weight: 800;
    font-size: 63px;
    line-height: 90%;
  }
  .headerTop__topSH {
    margin-top: 25px;
  }
  .headerTop__topBth {
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 57px auto 10px;
  }
  .headerTop__bottomTxt {
    width: 1400px;
    font-size: 38px;
    bottom: 5px;
  }
  .header__container {
    height: 69px;
  }
  .header__logo {
    top: 18px;
  }
  .header__burger {
    top: 30px;
  }
}
.tilesCar {
  overflow: hidden;
  padding-top: 129px;
}
.tilesCar__top {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
}
.tilesCar__row {
  margin-right: -400px;
  margin-top: 80px;
}
.tilesCar__itm {
  width: 761px;
  height: 439px;
  border-radius: 15px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  text-align: left;
  padding: 52px 63px;
  position: relative;
}
.tilesCar__itm_yel {
  background: #f1bb0a url("../img/tilescar/1.png") 88% center no-repeat;
}
.tilesCar__itm_blue {
  background: #8f00ff url("../img/tilescar/2.png") 88% center no-repeat;
}
.tilesCar__itm_pink {
  background: #ba68c8 url("../img/tilescar/3.png") 92% center no-repeat;
  padding: 72px 54px;
}
.tilesCar__itm.is-active {
  -webkit-filter: none;
          filter: none;
}
.tilesCar__itm:before {
  content: '';
  width: 41px;
  height: 41px;
  top: 31px;
  right: 39px;
  background: url("../img/tilescar/gal.svg") center no-repeat;
}
.tilesCar__itmH {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}
.tilesCar__itmList {
  max-width: 294px;
}
.tilesCar__itmList li {
  margin-top: 30px;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 149%;
}
.tilesCar__itmList li:before {
  content: '';
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url("../img/tilescar/arr.svg") center no-repeat;
}
.tilesCar__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-right: 687px;
}
.tilesCar__paginationItm {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.tilesCar__paginationItm.is-active {
  background: #fff;
}
@media (max-width: 1150px) {
  .tilesCar__row {
    margin-right: -110px;
  }
  .tilesCar__itm {
    width: 700px;
    height: 439px;
  }
  .tilesCar__pagination {
    margin-right: 540px;
  }
}
@media (max-width: 1024px) {
  .tilesCar__row {
    margin-right: 0;
  }
  .tilesCar__list {
    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;
  }
  .tilesCar__itm {
    margin-bottom: 20px;
    -webkit-filter: none;
            filter: none;
  }
}
@media (max-width: 768px) {
  .tilesCar__row {
    padding-top: 77px;
  }
  .tilesCar__itm {
    width: 100%;
    margin-bottom: 12px;
    height: auto;
    padding-top: 245px;
  }
  .tilesCar__itm_yel {
    background: #f1bb0a url("../img/tilescar/1.png") center 10px no-repeat;
    background-size: 220px;
  }
  .tilesCar__itm_blue {
    background: #8f00ff url("../img/tilescar/2.png") center 10px no-repeat;
    background-size: 220px;
  }
  .tilesCar__itm_pink {
    background: #ba68c8 url("../img/tilescar/3.png") center 10px no-repeat;
    background-size: 220px;
  }
  .tilesCar__itm:before {
    content: '';
    width: 21px;
    height: 21px;
    top: 19px;
    right: 12px;
    background: url("../img/tilescar/gal.svg") center no-repeat;
    background-size: contain;
  }
  .tilesCar__itmList {
    max-width: 100%;
  }
}
@media (max-width: 533px) {
  .tilesCar {
    padding-top: 135px;
  }
  .tilesCar__itm {
    width: 100%;
    margin-bottom: 12px;
    height: auto;
    padding: 205px 28px 60px 28px;
  }
  .tilesCar__itm_yel {
    background: #f1bb0a url("../img/tilescar/1.png") center 20px no-repeat;
    background-size: 157px;
  }
  .tilesCar__itm_blue {
    background: #8f00ff url("../img/tilescar/2.png") center 20px no-repeat;
    background-size: 157px;
  }
  .tilesCar__itm_pink {
    background: #ba68c8 url("../img/tilescar/3.png") center 20px no-repeat;
    background-size: 157px;
  }
  .tilesCar__itm:before {
    content: '';
    width: 21px;
    height: 21px;
    top: 19px;
    right: 12px;
    background: url("../img/tilescar/gal.svg") center no-repeat;
    background-size: contain;
  }
  .tilesCar__itmH {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  .tilesCar__itmList {
    max-width: 100%;
  }
}
.cols {
  overflow: hidden;
  margin-top: 100px;
  padding-top: 97px;
}
.cols__top {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
}
.cols__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.cols__itm {
  width: 260px;
  height: 602px;
  margin-right: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cols__itm:last-child {
  margin-right: 0;
}
.cols__itm_contrl {
  background: url("../img/cols/contrl.png") bottom center no-repeat;
  background-size: contain;
}
.cols__itm_insites {
  background: url("../img/cols/insites.png") bottom center no-repeat;
  background-size: contain;
}
.cols__itm_ai {
  background: url("../img/cols/ai.png") bottom center no-repeat;
  background-size: contain;
}
.cols__itmTopTxt {
  font-weight: 300;
  font-size: 12px;
  line-height: 85.69%;
  color: #fff;
  margin-bottom: 24px;
}
.cols__itmH {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 23.5px;
  line-height: 29px;
  margin-bottom: 33px;
}
.cols__itmList li {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 151%;
  font-family: 'Roboto Flex', sans-serif;
}
.cols__itmList li:before {
  content: '';
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url("../img/tilescar/arr.svg") center no-repeat;
}
.cols__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-right: 687px;
}
.cols__paginationItm {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.cols__paginationItm.is-active {
  background: #fff;
}
@media (max-width: 1150px) {
  .cols__itm {
    margin-right: 100px;
  }
}
@media (max-width: 1024px) {
  .cols__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cols__itm {
    margin-right: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cols {
    margin-top: 50px;
    padding-top: 78px;
  }
  .cols__row {
    -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;
    margin-top: 33px;
  }
  .cols__itm {
    margin-right: 0;
    height: auto;
    padding-bottom: 310px;
    width: 100%;
    max-width: 300px;
  }
}
.imgList {
  margin-top: 100px;
  padding-top: 100px;
}
.imgList__bottom {
  margin-top: 80px;
  position: relative;
}
.imgList__list {
  width: 778px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.imgList__list:before {
  content: '';
  width: 360px;
  height: 505px;
  left: 0;
  bottom: 0;
  background: url("../img/imglist/cont.jpg") center no-repeat;
}
.imgList__itm {
  width: 100%;
  height: 84px;
  padding: 0 5px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.imgList__itm:hover {
  color: #1d1d1f;
  border-color: #fff;
  border-radius: 15px;
  background: #fff;
  cursor: default;
}
.imgList__itm:hover + .imgList__itm {
  border-bottom: none;
}
.imgList__itm:hover:before {
  content: '';
  width: 360px;
  height: 505px;
  left: 0;
  bottom: 0;
}
.imgList__itm_mark:hover:before {
  background: url("../img/imglist/mark.jpg") center no-repeat;
}
.imgList__itm_man:hover:before {
  background: url("../img/imglist/man.jpg") center no-repeat;
}
.imgList__itm_dep:hover:before {
  background: url("../img/imglist/dep.jpg") center no-repeat;
}
.imgList__itm_sup:hover:before {
  background: url("../img/imglist/sup.jpg") center no-repeat;
}
.imgList__itm_koll:hover:before {
  background: url("../img/imglist/koll.jpg") center no-repeat;
}
@media (max-width: 1280px) {
  .imgList__list {
    width: 62.5%;
  }
}
@media (max-width: 1024px) {
  .imgList__bottom {
    margin-top: 50px;
  }
  .imgList__itm:before,
  .imgList__list:before {
    display: none;
  }
  .imgList__list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .imgList {
    margin-top: 10px;
    padding-top: 80px;
  }
  .imgList__bottom {
    margin-top: 39px;
  }
  .imgList__itm {
    font-weight: 200;
    font-size: 20px;
    min-height: 46px;
    height: auto;
    padding: 11px 0;
  }
  .imgList__itm:last-child {
    border-top: 1px solid #fff;
  }
  .imgList__itm:hover {
    color: inherit;
    border-color: inherit;
    border-radius: inherit;
    background: inherit;
  }
  .imgList__itm:hover + .imgList__itm {
    border-bottom: 1px solid #fff;
  }
}
.txtImgCar {
  margin-top: 100px;
  padding-top: 100px;
  background: url("../img/txtImgCar/bgc.jpg") bottom center no-repeat;
}
.txtImgCar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.txtImgCar__arrow {
  background: none;
  border-radius: 0;
  width: 16px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
  opacity: 1;
  top: auto;
  bottom: 34.5%;
  left: -40px;
  -webkit-transform: none;
          transform: none;
}
.txtImgCar__arrow_next {
  left: auto;
  right: -40px;
}
.txtImgCar__arrow:hover {
  -webkit-filter: none;
          filter: none;
}
.txtImgCar__arrow[disabled],
.txtImgCar__arrow[disabled]:hover {
  opacity: 0.5;
  cursor: default;
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}
.txtImgCar__paginationWrp {
  margin: 45px 0 40px;
  scrollbar-width: none;
}
.txtImgCar__paginationWrp::-webkit-scrollbar {
  width: 0;
}
.txtImgCar__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}
.txtImgCar__paginationItm {
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
  background: none;
  border-bottom: 2px solid rgba(0,0,0,0);
  margin-bottom: -2px;
  line-height: 1;
  padding: 16px 0;
}
.txtImgCar__paginationItm.is-active {
  color: #f1bb0a;
  border-bottom: 2px solid #f1bb0a;
}
.txtImgCar__itm {
  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;
}
.txtImgCar__itmLeft {
  max-width: 250px;
  margin: 15px 10px 0 55px;
}
.txtImgCar__itmH {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 21px;
}
.txtImgCar__itmTxt {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 52px;
}
.txtImgCar__itmLeftBtn {
  font-family: 'Roboto Flex', sans-serif;
  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: 173px;
  height: 40px;
  border-radius: 64px;
  background: #f1bb0a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.txtImgCar__itmRight {
  border-radius: 15px;
  overflow: hidden;
  width: 65.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txtImgCar__itmImg {
  width: 100%;
}
@media (max-width: 1280px) {
  .txtImgCar__arrow {
    left: 10px;
  }
  .txtImgCar__arrow_next {
    left: auto;
    right: 10px;
  }
  .txtImgCar__itmLeft {
    margin: 15px 10px 0 45px;
  }
  .txtImgCar__itmRight {
    margin: 0 45px 0 0;
  }
}
@media (max-width: 1150px) {
  .txtImgCar__arrow {
    bottom: 32%;
  }
}
@media (max-width: 950px) {
  .txtImgCar__arrow {
    bottom: 30%;
  }
}
@media (max-width: 867px) {
  .txtImgCar__arrow {
    bottom: 25%;
  }
}
@media (max-width: 800px) {
  .txtImgCar__paginationItm {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .txtImgCar {
    margin-top: 35px;
    padding-top: 100px;
  }
  .txtImgCar__paginationWrp {
    width: 100%;
    overflow: auto;
    margin: 15px 0 9px;
  }
  .txtImgCar__arrow {
    display: none;
  }
  .txtImgCar__pagination {
    min-width: 900px;
  }
  .txtImgCar__paginationItm {
    font-size: 14px;
  }
  .txtImgCar__itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 70px;
  }
  .txtImgCar__itmLeft {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .txtImgCar__itmTxt {
    margin-bottom: 32px;
  }
  .txtImgCar__itmLeftBtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
  .txtImgCar__itmRight {
    width: 100%;
    margin: 0;
  }
}
.imgCols {
  overflow: hidden;
  margin-top: 100px;
  padding-top: 101px;
}
.imgCols__img {
  margin-top: 78px;
  max-width: 100%;
}
.imgCols__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imgCols__itm {
  max-width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.imgCols__itmH {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 900;
  font-size: 59.4345px;
  line-height: 100%;
  margin-bottom: 23px;
}
.imgCols__itmTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .imgCols {
    margin-top: 35px;
    padding-top: 100px;
  }
  .imgCols__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
    margin: 50px auto 0;
  }
  .imgCols__itm {
    width: 220px;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .imgCols__img {
    margin-top: 43px;
  }
  .imgCols__row {
    margin-top: 32px;
    max-width: 300px;
  }
  .imgCols__itm {
    width: 140px;
  }
  .imgCols__itmH {
    font-size: 36px;
    margin-bottom: 11px;
  }
  .imgCols__itmTxt {
    font-size: 14px;
    line-height: 17px;
  }
  .imgCols__itmTxt br {
    display: none;
  }
}
.icTiles {
  overflow: hidden;
  margin-top: 127px;
}
.icTiles__img {
  margin-top: 78px;
  max-width: 100%;
}
.icTiles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icTiles__itm {
  width: 360px;
  height: 128px;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.icTiles__itmImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.icTiles__itmTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-left: 20px;
}
@media (max-width: 1150px) {
  .icTiles__row {
    width: 100%;
    max-width: 760px;
    margin: 52px auto 0;
  }
  .icTiles__itm {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 1024px) {
  .icTiles {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .icTiles {
    margin-top: 65px;
  }
  .icTiles__row {
    margin-top: 32px;
    max-width: 300px;
  }
  .icTiles__itm {
    width: 100%;
    max-width: 100%;
    height: 90px;
    margin-bottom: 20px;
  }
  .icTiles__itmTxt {
    font-size: 14px;
    line-height: 17px;
  }
}
.tabs {
  margin-top: 150px;
}
.tabs__top {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
}
.tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  font-family: 'Roboto Flex', sans-serif;
  text-transform: none;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}
.tabs__captionItm {
  margin-right: 141px;
  cursor: pointer;
  border-bottom: 2px solid rgba(0,0,0,0);
  padding-bottom: 19px;
  margin-bottom: -2px;
}
.tabs__captionItm:hover,
.tabs__captionItm.active {
  color: #f1bb0a;
  border-bottom: 2px solid #f1bb0a;
}
.tabs__content {
  height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 216px;
  display: none;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
.tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__content_onlTxt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: start;
	font-weight: 700;
  font-size: 40px;
 margin-bottom: 50px;
}

.tabs__row {
  width: 2100px;
  height: 254px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
  top: 216px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs__row.right {
  -webkit-transform: translateX(calc(100vw - 2100px));
          transform: translateX(calc(100vw - 2100px));
}
.tabs__row:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.tabs__row:after {
  content: '';
  width: 10000px;
  height: 4px;
  border-bottom: 1px solid #8f00ff;
  border-top: 1px solid #8f00ff;
  bottom: 0;
  left: 0;
}
.tabs__itm {
  width: 360px;
  margin-right: 40px;
  text-align: left;
  position: relative;
}
.tabs__itm:before {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #8f00ff;
  left: 0;
  bottom: -22px;
}
.tabs__itm:after {
  content: '';
  width: 395px;
  height: 132px;
  background: url("../img/tabs/fly.svg") center no-repeat;
  left: 10px;
  bottom: -165px;
}
.tabs__itm:nth-child(even):after {
  bottom: auto;
  width: 413px;
  top: -135px;
  background: url("../img/tabs/flyt.svg") center no-repeat;
}
.tabs__itm:last-child:after {
  display: none;
}
.tabs__itmSH {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 200;
  font-size: 36px;
  line-height: 100%;
}
.tabs__itmH {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.tabs__itmTxt {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .tabs__content {
    height: auto;
    padding-top: 0;
    margin-top: 6px;
    padding-bottom: 0;
  }
  .tabs__content_onlTxt {
    padding: 50px 0;
  }
  .tabs__row {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    cursor: default;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__row.right {
    -webkit-transform: none;
            transform: none;
  }
  .tabs__row:active {
    cursor: default;
  }
  .tabs__row:after {
    display: none;
  }
  .tabs__itm {
    margin-top: 40px;
    width: 100%;
  }
  .tabs__itm:before,
  .tabs__itm:after {
    display: none;
  }
  .tabs__itmH {
    margin-top: 12px;
  }
  .tabs__itmTxt {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .tabs {
    margin-top: 134px;
  }
  .tabs__caption {
    margin-top: 30px;
  }
  .tabs__captionItm {
    margin-right: 63px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 10px;
  }
  .tabs__itm {
    margin-top: 25px;
  }
  .tabs__content_onlTxt {
    font-size: 25px;
  }
  .tabs__itmSH {
    font-weight: 200;
    font-size: 24px;
  }
  .tabs__itmH {
    font-weight: 600;
    font-size: 23px;
  }
  .tabs__itmTxt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 100%;
  }
}
.mobCar {
  overflow: hidden;
  margin-top: 100px;
  padding-top: 100px;
}
.mobCar div,
.mobCar ul,
.mobCar li {
  -webkit-transition: none;
  transition: none;
}
.mobCar__container {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mobCar__smTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-top: 7px;
  font-family: 'Lato', sans-serif;
  text-transform: none;
}
.mobCar__row {
  margin-top: 60px;
}
.mobCar__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobCar__itm {
  width: 260px;
  height: 363px;
  border-radius: 15px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  color: #1d1d1f;
}
.mobCar__itm_bl .mobCar__itmH {
  background: #8f00ff;
}
.mobCar__itm_bl .mobCar__itmBtn {
  background: #8f00ff;
}
.mobCar__itm_yel .mobCar__itmH {
  background: #f1bb0a;
}
.mobCar__itm_yel .mobCar__itmBtn {
  background: #f1bb0a;
}
.mobCar__itm_xz .mobCar__itmH {
  background: #ba68c8;
}
.mobCar__itm_xz .mobCar__itmBtn {
  background: #ba68c8;
}
.mobCar__itm_db .mobCar__itmH {
  background: #4c0d75;
}
.mobCar__itm_db .mobCar__itmBtn {
  background: #4c0d75;
}
.mobCar__itmH {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 22.5px;
  line-height: 29px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 68px;
}
.mobCar__itmBigTxt {
  margin-top: 23px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
}
.mobCar__itmUndBgTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.mobCar__itmDesc {
  margin: 19px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.mobCar__itmDescAtt {
  display: block;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
}
.mobCar__itmBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 203px;
  height: 49px;
  background: #f1bb0a;
  border-radius: 64px;
  margin: 0 auto;
  font-family: 'Roboto Flex', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.mobCar__itmBtn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.mobCar__itmUndBtn {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.mobCar__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobCar__paginationItm {
  margin: 0 20px 0 0;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.mobCar__paginationItm.is-active {
  background: #f1bb0a;
  border-color: #f1bb0a;
}
.mobCar__bottom {
  font-size: 12px;
  line-height: 15px;
  padding: 21px 0 39px;
}
@media (max-width: 1150px) {
  .mobCar__list {
    width: 100%;
    max-width: 560px;
    margin: 0 auto !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobCar__itm {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .mobCar {
    margin-top: 35px;
    padding-top: 100px;
  }
}
@media (max-width: 560px) {
  .mobCar {
    margin-top: 0;
    padding-top: 80px;
    margin-bottom: 9px;
  }
  .mobCar__container {
    border-bottom: none;
  }
  .mobCar__smTxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 12px;
  }
  .mobCar__row {
    margin-top: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .mobCar__list {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mobCar__itm {
    height: 273px;
    margin-bottom: 28px;
  }
  .mobCar__itmH {
    height: 50px;
    font-size: 20px;
  }
  .mobCar__itmBigTxt {
    margin-top: 14px;
    font-size: 36px;
  }
  .mobCar__itmUndBgTxt {
    font-size: 12px;
  }
  .mobCar__itmDesc {
    margin: 14px 0;
  }
  .mobCar__itmDescAtt {
    font-size: 14px;
  }
  .mobCar__itmBtn {
    width: 173px;
    height: 36px;
    border-radius: 46px;
    font-weight: 700;
    font-size: 11.7191px;
  }
  .mobCar__bottom {
    display: none;
  }
}
.tiles {
  overflow: hidden;
  margin-top: 47px;
}
.tiles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.tiles__row_bottom {
  margin-top: 40px;
}
.tiles__row_bottom .tiles__itm {
  min-height: 254px;
}
.tiles__row_bottom .tiles__itm_ind {
  background: #4c0d75;
  border: 1px solid #4c0d75;
}
.tiles__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.03%;
  min-height: 159px;
  border-radius: 23px;
  border: 1px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px 40px 5px 64px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tiles__itm_ind {
  background: #8f00ff;
  border: 1px solid #8f00ff;
  padding: 5px 20px 5px 90px;
}
.tiles__itmTopTxt {
  font-weight: 300;
  font-size: 12px;
  line-height: 85.69%;
  color: #fff;
  margin-bottom: 24px;
}
.tiles__itmH {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 7px;
}
.tiles__itmIndH {
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
  padding-left: 6px;
  margin-bottom: 7px;
}
.tiles__itmIndTxt {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
}
.tiles__itmList li {
  margin: 20px 0;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 151%;
}
.tiles__itmList li:before {
  content: '';
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url("../img/tilescar/arr.svg") center no-repeat;
}
.tiles__itmTxt {
  font-weight: 400;
  font-size: 14px;
  line-height: 151%;
  font-family: 'Roboto Flex', sans-serif;
}
@media (max-width: 1024px) {
  .tiles__itm {
    padding: 5px 30px;
  }
}
@media (max-width: 800px) {
  .tiles__row {
    margin-top: 22px;
  }
  .tiles__row_bottom {
    margin-top: 32px;
  }
  .tiles__itmIndH {
    font-size: 20px;
  }
  .tiles__itmIndTxt {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .tiles {
    margin-top: 0;
  }
  .tiles__topRight {
    font-size: 24px;
    line-height: 29px;
  }
  .tiles__row {
    -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;
  }
  .tiles__row_bottom {
    margin-top: 20px;
  }
  .tiles__row_bottom .tiles__itm {
    min-height: 159px;
  }
  .tiles__row_bottom .tiles__itm_ind {
    min-height: 159px;
  }
  .tiles__itm {
    margin-bottom: 12px;
    padding: 5px 30px;
    width: 100%;
    max-width: 300px;
  }
}
.prlx {
  margin-top: 200px;
  margin-bottom: -104px;
  background: url("../img/prlx/bg.png") center bottom no-repeat;
  z-index: 2;
  position: relative;
}
.prlx__container {
  height: 1402px;
}
.prlx__wrp {
  width: 100%;
  height: calc(100% - 50px);
  position: relative;
}
.prlx__heading {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 900;
  font-size: 88.3123px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.prlx__heading span {
  color: #f1bb0a;
}
.prlx__rocketWrp {
  width: 100%;
  height: calc(100% + 200px);
  position: absolute;
  top: -200px;
  left: 0;
  overflow: hidden;
}
.prlx__rocket {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -390px;
  width: 379px;
  height: 1519px;
  background: url("../img/prlx/rocket.png") center no-repeat;
}
.prlx__clouds {
  width: 565px;
  height: 213px;
  background: url("../img/prlx/clouds.png") center no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .prlx__heading {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .prlx {
    margin-top: 125px;
    margin-bottom: -38px;
    position: relative;
    background: none;
  }
  .prlx__container {
    height: 398px;
  }
  .prlx__heading {
    font-weight: 800;
    font-size: 40px;
    line-height: 90%;
    position: relative;
  }
  .prlx__rocketWrp {
    width: 293px;
    height: calc(100% + 50px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  .prlx__rocketWrp:after {
    content: '';
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: 0;
    background: url("../img/prlx/bgl.png") center 100px no-repeat;
    background-size: contain;
  }
  .prlx__rocket {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -80px;
    width: 85px;
    height: 341px;
    background: url("../img/prlx/rocketl.png") center no-repeat;
    z-index: 2;
  }
  .prlx__clouds {
    width: 127px;
    height: 48px;
    background: url("../img/prlx/cloudsl.png") center no-repeat;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}
.bottom {
  min-height: 896px;
  background: url("../img/bottom/bg.jpg") center no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 75px;
  padding-bottom: 169px;
}
.bottom:before {
  content: '';
  width: 289px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-670px);
          transform: translateX(-670px);
  background: url("../img/bottom/words.png") center no-repeat;
  background-size: cover;
}
.bottom__right {
  width: 48%;
}
.bottom__heading {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 900;
  font-size: 59.4345px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.bottom__inpTxt {
  font-family: 'Roboto Flex', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 151.69%;
  color: #fff;
  margin-bottom: 32px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #fff;
  background: none;
}
.bottom__inpTxt::-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 151.69%;
  color: #fff;
}
.bottom__inpTxt::-moz-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 151.69%;
  color: #fff;
}
.bottom__inpTxt:-ms-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 151.69%;
  color: #fff;
}
.bottom__inpTxt::-ms-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 151.69%;
  color: #fff;
}
.bottom__inpTxt::placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 151.69%;
  color: #fff;
}
.bottom__bottomPart {
  margin-top: 50px;
}
.bottom__chbWrp {
  position: relative;
  margin-left: 23px;
}
.bottom__chb {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.bottom__chb+label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255,255,255,0.5);
}
.bottom__chb+label a {
  color: rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.bottom__chb+label a:hover {
  border-bottom: 1px solid rgba(255,255,255,0);
}
.bottom__chb+label:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #b7b7b7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: -23px;
  top: 3px;
}
.bottom__chb+label:hover:before {
  border: 1px solid grn;
}
.bottom__chb:checked+label:before {
  background: url("../img/bottom/chb.svg") center 2px no-repeat;
  background-size: 70%;
}
.bottom__btnBlock {
  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;
  width: 100%;
  max-width: 459px;
  margin-top: 36px;
}
.bottom__btn {
  width: 260px;
  height: 41px;
  background: #f1bb0a;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4c067a;
  font-family: 'Roboto Flex', sans-serif;
}
.bottom__icons {
  width: 162px;
  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;
}
.bottom__ic {
  color: rgba(0,0,0,0);
  font-size: 0;
  width: 36px;
  height: 36px;
}
.bottom__ic:hover {
  opacity: 0.6;
}
.bottom__ic_wa {
  background: url("../img/bottom/wa.svg") center no-repeat;
}
.bottom__ic_tg {
  background: url("../img/bottom/tg.svg") center no-repeat;
}
.bottom__ic_yt {
  background: url("../img/bottom/yt.svg") center no-repeat;
}
@media (max-width: 1024px) {
  .bottom {
    padding-top: 68px;
    padding-bottom: 100px;
  }
  .bottom:before {
    display: none;
  }
  .bottom__left {
    display: none;
  }
  .bottom__right {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .bottom__heading {
    margin-top: 0;
  }
}
@media mlb {
  .bottom__heading {
    font-size: 50px;
  }
}
@media (max-width: 533px) {
  .bottom {
    background: url("../img/bottom/bgmm.jpg") center bottom no-repeat;
    background-size: cover;
    min-height: 680px;
  }
  .bottom__heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .bottom__heading br {
    display: none;
  }
  .bottom__inpTxt {
    height: 38px;
    margin-bottom: 20px;
  }
  .bottom__bottomPart {
    margin-top: 22px;
  }
  .bottom__btnBlock {
    -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;
    margin-top: 21px;
  }
  .bottom__btn {
    width: 300px;
    height: 40px;
    border-radius: 64px;
    color: #fff;
    margin-bottom: 25px;
  }
  .bottom__icons {
    width: 211px;
  }
  .bottom__ic {
    width: 44px;
    height: 44px;
    background-size: 100%;
  }
}
@media (max-width: 413px) {
  .bottom {
    padding-top: 59px;
    padding-bottom: 115px;
  }
  .bottom__heading {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .bottom__inpTxt {
    margin-bottom: 39px;
  }
}
.footer {
  font-family: 'Roboto Flex', sans-serif;
  height: 380px;
  padding-top: 75px;
  padding-bottom: 57px;
  background: #121212;
  color: #909090;
  line-height: 1.2;
  font-size: 16px;
}
.footer a {
  color: #909090;
  border-bottom: 1px solid rgba(0,0,0,0);
}
.footer a:hover {
  border-bottom: 1px solid #909090;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
}
.footer__left {
  max-width: 243px;
}
.footer__logo {
  width: 183px;
  height: 38px;
  background: url("../img/header/logo.svg") left center no-repeat;
  margin-bottom: 31px;
}
.footer__leftTxt {
  margin-bottom: 15px;
  padding-left: 20px;
}
.footer__leftTxt_adr {
  background: url("../img/footer/adr.svg") left top no-repeat;
}
.footer__leftTxt_email {
  background: url("../img/footer/mail.svg") left 5px no-repeat;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin-right: 43px;
}
.footer__right li {
  margin-bottom: 20px;
}
.footer__bottom {
  border-top: 1px solid #909090;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottomRight {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 438px;
}
.footer__lnkOut {
  display: inline-block;
  padding-right: 15px;
  background: url("../img/footer/arr.svg") right center no-repeat;
}
@media (max-width: 1150px) {
  .footer__right {
    max-width: 650px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .footer__right {
    margin-right: 0;
    max-width: 500px;
  }
  .footer__bottomRight {
    margin-right: 0;
    width: 410px;
  }
}
@media (max-width: 867px) {
  .footer {
    font-size: 13px;
  }
  .footer__right {
    margin-right: 0;
    max-width: 380px;
  }
  .footer__bottomRight {
    margin-right: 0;
    width: 340px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 55px;
    padding-bottom: 0;
    height: auto;
  }
  .footer a {
    color: #909090;
    border-bottom: none;
  }
  .footer a:hover {
    border-bottom: none;
    text-decoration: underline;
  }
  .footer__top,
  .footer__bottom {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .footer__top,
  .footer__right,
  .footer__bottom,
  .footer__bottomRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left {
    margin-bottom: 40px;
  }
  .footer__leftTxt {
    margin-bottom: 22px;
  }
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__right li {
    margin-bottom: 12px;
  }
  .footer__lnkOut {
    margin: 20px 0;
  }
  .footer__bottom {
    padding-bottom: 50px;
  }
  .footer__bottomRight {
    margin-top: 18px;
    margin-right: 0;
    width: 100%;
    max-width: 340px;
  }
  .footer__bottomLink {
    margin-bottom: 10px;
  }
}
.itsModalWrp,
.itsModal_thanksWrp,
.itsModal_imgWrp {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 980;
}
.itsModalWrp.active,
.itsModal_thanksWrp.active,
.itsModal_imgWrp.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itsModal,
.itsModal_thanks {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  top: 50%;
  margin-top: -310px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 465px;
  height: 480px;
  background-color: #fff;
  z-index: 980;
}
.itsModal__logo,
.itsModal_thanks__logo {
  margin: 33px auto;
}
.itsModal__logo .header__logo,
.itsModal_thanks__logo .header__logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itsModal__heading,
.itsModal_thanks__heading {
  font-family: 'Roboto Flex', sans-serif;
  width: 100%;
  padding: 0 32px;
  line-height: 1.2;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
  -webkit-font-feature-settings: 'salt' on, 'liga' off;
          font-feature-settings: 'salt' on, 'liga' off;
  font-size: 33px;
}
.itsModal__subHeading,
.itsModal_thanks__subHeading {
  padding: 0 32px;
  font-size: 18px;
  color: #bdbdbd;
  margin-bottom: 7px;
}
.itsModal__form,
.itsModal_thanks__form {
  width: 100%;
  margin: 0 32px;
}
.itsModal__formInputs,
.itsModal_thanks__formInputs {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
}
.itsModal__inpTxt,
.itsModal_thanks__inpTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 53px;
  border: 1px solid #e5e9eb;
  font-size: 18px;
  margin-bottom: 17px;
  padding: 0 10px;
  color: #757575;
}
.itsModal__inpTxt.phone__mask,
.itsModal_thanks__inpTxt.phone__mask {
  letter-spacing: 2.5px;
}
.itsModal__formBottompart,
.itsModal_thanks__formBottompart {
  text-align: center;
}
.itsModal__btn,
.itsModal_thanks__btn {
  width: calc(100% - 64px);
  margin: 0 auto 8px;
}
.itsModal__yesyesyes,
.itsModal_thanks__yesyesyes {
  width: calc(100% - 64px);
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  color: #b9b9b9;
}
.itsModal_thanks {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  top: 50%;
  margin-top: -310px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 465px;
  height: 300px;
}
.itsModal_thanks .itsModal__heading,
.itsModal_thanks .itsModal__subHeading {
  text-align: center;
}
.itsModal .closeModal,
.itsModal_thanks .closeModal,
.itsModal_img .closeModal {
  position: absolute;
  right: 19px;
  top: 14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.itsModal .closeModal span,
.itsModal_thanks .closeModal span,
.itsModal_img .closeModal span {
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1000;
  top: 50%;
}
.itsModal .closeModal span:last-child,
.itsModal_thanks .closeModal span:last-child,
.itsModal_img .closeModal span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.itsModal .closeModal:hover span,
.itsModal_thanks .closeModal:hover span,
.itsModal_img .closeModal:hover span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.itsModal .closeModal:hover span:last-child,
.itsModal_thanks .closeModal:hover span:last-child,
.itsModal_img .closeModal:hover span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(34,34,34,0.75);
  opacity: 0;
  z-index: -1000;
}
.overlay.active {
  opacity: 1;
  z-index: 970;
  cursor: pointer;
}
@media (max-width: 768px) {
  .itsModalWrp,
  .itsModal_thanksWrp {
    overflow: auto;
  }
  .itsModal {
    top: 0;
    margin: 65px -20px 0 auto;
    width: calc(100% - 40px);
    min-width: 290px;
    height: 592px;
  }
  .itsModal__heading {
    padding: 0 24px;
    font-size: 30px;
  }
  .itsModal__subHeading {
    padding: 0 24px;
  }
  .itsModal__form {
    margin: 0 24px;
  }
  .itsModal__formInputs {
    padding: 0 24px;
  }
  .itsModal__btn {
    width: calc(100% - 48px);
  }
  .itsModal__yesyesyes {
    width: calc(100% - 48px);
  }
  .itsModal_thanks {
    top: 0;
    margin: 65px -20px 0 auto;
    width: calc(100% - 40px);
  }
  .itsModal .closeModal,
  .itsModal_thanks .closeModal {
    right: 31px;
    top: 16px;
  }
}
@media (max-width: 413px) {
  .itsModal__subHeading,
  .itsModal_thanks__subHeading {
    font-size: 16px;
  }
}
