* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*: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: 16px;
  font-family: 'Roboto Flex', 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: 'Roboto Flex', 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: url("../img/bgcloud.jpg") -1000px 500px no-repeat, #000;
  position: relative;
  height: auto;
}
.body.forMobModal {
  overflow: hidden;
}
.makeNoise {
  position: absolute;
  width: 100%;
  height: calc(100% - 380px);
  top: 0;
  left: 0;
  background: url("../img/no.png");
}
.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  opacity: 1;
}
.container_full {
  max-width: 100%;
  text-align: center;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: #f1bb0a;
  font-weight: 1000;
  font-size: 16px;
  color: #000;
  width: 260px;
  height: 53px;
}
.button:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sHeading {
  color: rgba(255,255,255,0.5);
  width: 25.86%;
  height: 19px;
  padding-left: 25px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.sHeading:before,
.sHeading:after {
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
}
.sHeading:after {
  left: 12px;
}
.rightBlock {
  width: 68.97%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sHeading {
    width: 23%;
  }
  .rightBlock {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .body {
    background: url("../img/bgcloudm.jpg") center 1000px no-repeat, #000;
  }
  .button {
    width: 300px;
    height: 39px;
  }
  .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sHeading {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
  }
  .sHeading:before,
  .sHeading:after {
    width: 4px;
    height: 4px;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .sHeading:after {
    left: 8px;
  }
  .rightBlock {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .makeNoise {
    height: calc(100% - 832px);
  }
}
@media (max-width: 533px) {
  .body {
    background: url("../img/bgcloudmm.jpg") center 1000px no-repeat, #000;
  }
}
.header {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-bottom: 1px solid #343235;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10%;
}
.header__menuLnk {
  padding: 14px;
  color: #fff;
}
.header__menuLnk:hover {
  color: #f1bb0a;
}
.header__switcher {
  margin-left: auto;
  min-width: 30px;
  height: 19px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.header__switcher li {
  padding: 0;
  display: none;
  order: 2;
  position: absolute;
}

.header__switcher li:first-child {
  display: block;
  padding: 0;
}

.header__switcher:hover li {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;  /* Удалено значение bottom */
}

.header__switcher li.header__switcherActive {
  display: block;
  order: 1;
  position: relative;
  bottom: auto;
  padding: 0;
}
.header__switcher li.header__switcherActive:before {
  content: '';
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url("../img/header/planet.svg") center no-repeat;
}
.header__switcher li.header__switcherActive:after {
  content: '';
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 4px;
  background: url("../img/header/arr.svg") center no-repeat;
}
.header__switcher li a {
  color: #fff;
}
.header__burger {
  display: none;
}
@media (max-width: 1024px) {
  .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__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;
  }
}
.top {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
}
.top div,
.top ul,
.top li {
  -webkit-transition: none;
  transition: none;
}
.top__video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-73%, -58%);
          transform: translate(-73%, -58%);
  width: 1980px;
  height: auto;
  z-index: -1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.top__video_mf {
  display: none;
}
.top__container {
  min-height: 1023px;
}
.top__itm {
  padding: 150px 0 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top__itm_b {
  padding: 200px 0 0 300px;
}
.top__itm_b .top__itmSH {
  margin-bottom: 11px;
}
.top__itm_b .top__itmH {
  font-weight: 800;
  font-size: 130px;
  line-height: 101.5%;
}
.top__itmSH {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 85.69%;
  margin-bottom: 50px;
}
.top__itmH {
  font-weight: 800;
  font-size: 88px;
  line-height: 101%;
  margin-bottom: 78px;
}
.top__itmHArr {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url("../img/top/harr.svg") center no-repeat;
  margin: 0 0 -7px -5px;
}
@media (max-width: 1200px) {
  .top__itm {
    padding: 179px 0 0 120px;
  }
  .top__itm_b {
    padding: 200px 0 0 120px;
  }
}
@media (max-width: 1024px) {
  .top__video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-73%, -50%);
            transform: translate(-73%, -50%);
    width: 1200px;
    display: none;
  }
  .top__video_mf {
    display: block;
  }
  .top__container {
    min-height: 580px;
  }
  .top__itm {
    padding: 90px 0 0 0;
  }
  .top__itm_b {
    padding: 91px 0 0 0;
  }
  .top__itm_b .top__itmSH {
    margin-bottom: 67px;
  }
  .top__itm_b .top__itmH {
    font-size: 90px;
  }
  .top__itmSH {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .top__itmH {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
    font-size: 90px;
  }
  .top__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top__itmHArr {
    display: none;
  }
}
@media (max-width: 768px) {
  .top__itm_b .top__itmH {
    font-size: 70px;
  }
  .top__itmH {
    font-size: 70px;
  }
}
@media (max-width: 533px) {
  .top__itm_b .top__itmH {
    font-size: 60px;
  }
  .top__itmH {
    font-size: 60px;
  }
}
@media (max-width: 413px) {
  .top__itm_b .top__itmH {
    font-size: 45px;
  }
  .top__itmH {
    font-size: 45px;
  }
}
.bigTxt {
  padding-top: 100px;
  margin-top: -100px;
}
.bigTxt__right {
  font-weight: 800;
  font-size: 80px;
  line-height: 109%;
}
.bigTxt__rightTxtIt {
  font-weight: 400;
  font-style: italic;
}
.bigTxt__rightTxtLnk {
  display: inline-block;
  color: #f1bb0a;
  background: url("../img/bigtxt/arr.svg") center right no-repeat;
  border-bottom: 1px solid #f1bb0a;
  margin: 32px 0 0 27px;
  padding: 10px 18px 9px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  vertical-align: top;
}
.bigTxt__rightTxtLnk:hover {
  border-bottom: 1px solid rgba(0,0,0,0);
}
@media (max-width: 1200px) {
  .bigTxt__right {
    font-size: 75px;
  }
}
@media (max-width: 1024px) {
  .bigTxt__right {
    margin-top: 16px;
  }
  .bigTxt__rightTxtLnk {
    display: block;
    margin: 16px 0 0 0;
    width: 135px;
  }
}
@media (max-width: 800px) {
  .bigTxt__right {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  .bigTxt__right {
    font-size: 50px;
  }
}
@media (max-width: 533px) {
  .bigTxt__right {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .bigTxt__right {
    font-size: 35px;
    line-height: 1;
  }
  .bigTxt__rightTxtLnk {
    font-size: 14px;
    line-height: 17px;
    width: 115px;
    padding: 10px 15px 9px 0;
    margin: 25px 0 0 0;
  }
}
@media (max-width: 413px) {
  .bigTxt {
    padding-top: 11px;
  }
  .bigTxt__right {
    font-size: 25px;
  }
}
.spoilers {
  overflow: hidden;
  padding-top: 155px;
  margin-top: 155px;
}
.spoilers__heading {
  margin-bottom: 76px;
}
.spoilers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spoilers__wrp {
  width: 77.19%;
}
.spoilers__captionItm {
  position: relative;
  width: 100%;
  min-height: 78px;
  padding: 10px 100px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #696769;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 123.19%;
  cursor: pointer;
}
.spoilers__captionItm_bottom {
  border-bottom: 1px solid #696769;
}
.spoilers__captionItm_bottom.active {
  border-bottom: none;
}
.spoilers__captionItm:after {
  content: '';
  width: 18px;
  height: 19px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/spoilers/arr.svg") center no-repeat;
}
.spoilers__captionItm.active {
  min-height: 70px;
  color: #f1bb0a;
}
.spoilers__captionItm.active:after {
  background: url("../img/spoilers/arra.svg") center no-repeat;
}
.spoilers__captionItm.active + .spoilers__content {
  display: block;
}
.spoilers__captionItm.active:hover:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.spoilers__captionItm_services:before,
.spoilers__captionItm_core:before {
  width: 99px;
  height: 21px;
  border: 1px solid #fff;
  border-radius: 43px;
  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;
  left: -290px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.spoilers__captionItm_services:before {
  content: 'U-SERVICES';
  background: url("../img/spoilers/services.svg") 80px center no-repeat;
  padding-right: 10px;
}
.spoilers__captionItm_core:before {
  content: 'U-CORE';
  background: url("../img/spoilers/core.svg") 70px center no-repeat;
  padding-right: 10px;
}
.spoilers__captionItm .spoilers__captionTxt {
  z-index: -1;
  position: relative;
}
.spoilers__captionItm .spoilers__captionTxt_service:after,
.spoilers__captionItm .spoilers__captionTxt_core:after {
  content: '';
  display: inline;
  width: 5px;
  height: 5px;
  margin: 5px 0 0 5px;
}
.spoilers__captionItm .spoilers__captionTxt_service:after {
  background: url("../img/spoilers/services.svg") top center no-repeat;
}
.spoilers__captionItm .spoilers__captionTxt_core:after {
  background: url("../img/spoilers/core.svg") top center no-repeat;
}
.spoilers__captionItm .spoilers__captionTxt_low:after {
  margin-top: 10px;
}
.spoilers__content {
  display: none;
  min-height: 54px;
  padding: 0 100px 20px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.spoilers__content p + p {
  margin-top: 14px;
}
.spoilers__content ul {
  margin: 14px 0 0;
}
.spoilers__content ul li {
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.spoilers__content ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.spoilers__contentLink {
  display: inline-block;
  color: #f1bb0a;
  background: url("../img/bigtxt/arr.svg") center right no-repeat;
  border-bottom: 1px solid #f1bb0a;
  margin: 23px 0 18px;
  padding: 10px 18px 9px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  vertical-align: top;
}
.spoilers__contentLink:hover {
  border-bottom: 1px solid rgba(0,0,0,0);
}
@media (max-width: 1200px) {
  .spoilers__left {
    width: 300px;
  }
}
@media (max-width: 1100px) {
  .spoilers__captionItm_services:before,
  .spoilers__captionItm_core:before {
    left: -285px;
  }
}
@media (max-width: 1024px) {
  .spoilers {
    padding-top: 100px;
    margin-top: 0;
  }
  .spoilers__left {
    margin-bottom: 69px;
  }
  .spoilers__wrp {
    width: 100%;
  }
  .spoilers__captionItm_middle {
    border-bottom: 1px solid #696769;
  }
  .spoilers__captionItm_services:before,
  .spoilers__captionItm_core:before {
    width: 100%;
    left: 0;
    top: -38px;
    -webkit-transform: none;
            transform: none;
    line-height: 1;
  }
  .spoilers__captionItm_services:before {
    padding: 0;
    background: url("../img/spoilers/services.svg") calc(50% + 40px) center no-repeat;
  }
  .spoilers__captionItm_core:before {
    padding: 0;
    background: url("../img/spoilers/core.svg") calc(50% + 27px) center no-repeat;
  }
  .spoilers__captionItm_core {
    margin-top: 85px;
  }
}
@media (max-width: 640px) {
  .spoilers__captionItm {
    min-height: 37px;
    font-size: 16px;
    line-height: 110.69%;
    padding: 5px 100px 5px 0;
  }
  .spoilers__captionItm.active {
    min-height: 37px;
  }
  .spoilers__captionItm .spoilers__captionTxt_service:after,
  .spoilers__captionItm .spoilers__captionTxt_core:after {
    margin: 1px 0 0 5px;
  }
  .spoilers__captionItm .spoilers__captionTxt_service:after {
    background: url("../img/spoilers/services.svg") top center no-repeat;
  }
  .spoilers__captionItm .spoilers__captionTxt_core:after {
    background: url("../img/spoilers/core.svg") top center no-repeat;
  }
  .spoilers__captionItm .spoilers__captionTxt_low:after {
    margin-top: 3.5px;
  }
  .spoilers__content {
    padding: 8px 10px 20px 0;
    font-size: 14px;
    line-height: 130%;
  }
  .spoilers__contentLink {
    margin: 10px 0 0;
    font-size: 14px;
  }
}
.images {
  padding-top: 310px;
}
.images__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.images__right {
  width: 74%;
  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;
}
.images__img {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .images {
    padding-top: 100px;
  }
  .images__right {
    margin-top: 28px;
    width: 100%;
  }
  .images__img {
    width: 46%;
    margin-bottom: 33px;
  }
}
.tiles {
  padding-top: 135px;
  margin-top: 135px;
}
.tiles__right {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 1500px;
}
.tiles__itm {
  width: 46.2%;
  border: 0.3px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  margin-bottom: 77px;
  padding: 49px 11px 89px 37px;
}
.tiles__itm:first-child {
  margin: -10px 0 93px;
  background: rgba(255,255,255,0.02) url("../img/tiles/1.svg") calc(100% + 27px) calc(100% + 23px) no-repeat;
}
.tiles__itm:nth-child(2) {
  padding: 49px 11px 89px 37px;
  background: rgba(255,255,255,0.02) url("../img/tiles/2.svg") calc(100% + 10px) 96% no-repeat;
}
.tiles__itm:nth-child(2) .tiles__itmTxt {
  margin: 27px 0 63px;
}
.tiles__itm:nth-child(3) {
  padding: 49px 11px 110px 42px;
  background: rgba(255,255,255,0.02) url("../img/tiles/3.svg") calc(100% + 27px) bottom no-repeat;
}
.tiles__itm:nth-child(3) .tiles__itmTxt {
  margin: 23px 0 35px;
}
.tiles__itm:nth-child(4) {
  padding: 49px 11px 90px 42px;
  background: rgba(255,255,255,0.02) url("../img/tiles/4.svg") calc(100% + 23px) calc(100% + 22px) no-repeat;
}
.tiles__itm:nth-child(4) .tiles__itmTxt {
  margin: 32px 0 45px;
  padding-right: 30px;
}
.tiles__itm:nth-child(5) {
  padding: 49px 11px 110px 42px;
  background: rgba(255,255,255,0.02) url("../img/tiles/5.svg") calc(100% + 29px) calc(100% + 9px) no-repeat;
}
.tiles__itm:nth-child(5) .tiles__itmTxt {
  margin: 40px 0 27px;
}
.tiles__itmH {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 109%;
}
.tiles__itmTxt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: 27px 0 16px;
  padding-right: 50px;
}
.tiles__itmLnk {
  display: inline-block;
  color: #f1bb0a;
  background: url("../img/bigtxt/arr.svg") center right no-repeat;
  border-bottom: 1px solid #f1bb0a;
  padding: 10px 18px 9px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  vertical-align: top;
}
.tiles__itmLnk:hover {
  border-bottom: 1px solid rgba(0,0,0,0);
}
@media (max-width: 1024px) {
  .tiles {
    padding-top: 135px;
    margin-top: 0;
  }
  .tiles__right {
    margin-top: 28px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tiles__right {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100%;
  }
  .tiles__itm {
    width: 100%;
    max-width: 450px;
    margin-bottom: 32px;
  }
  .tiles__itm:first-child {
    margin: 0 0 32px;
  }
}
@media (max-width: 533px) {
  .tiles {
    padding-top: 77px;
  }
  .tiles__itm {
    padding: 40px 10px 79px 30px;
  }
  .tiles__itm:first-child {
    background: rgba(255,255,255,0.02) url("../img/tiles/1.svg") calc(100% + 21px) calc(100% + 22px) no-repeat;
    background-size: 135px;
  }
  .tiles__itm:nth-child(2) {
    padding: 40px 10px 59px 30px;
    background: rgba(255,255,255,0.02) url("../img/tiles/2.svg") calc(100% + 16px) 99% no-repeat;
    background-size: 135px;
  }
  .tiles__itm:nth-child(2) .tiles__itmTxt {
    margin: 17px 0 23px;
  }
  .tiles__itm:nth-child(3) {
    padding: 40px 10px 59px 30px;
    background: rgba(255,255,255,0.02) url("../img/tiles/3.svg") calc(100% + 16px) calc(100% + 15px) no-repeat;
    background-size: 135px;
  }
  .tiles__itm:nth-child(3) .tiles__itmTxt {
    margin: 17px 0 23px;
  }
  .tiles__itm:nth-child(4) {
    padding: 40px 10px 59px 30px;
    background: rgba(255,255,255,0.02) url("../img/tiles/4.svg") calc(100% + 16px) calc(100% + 33px) no-repeat;
    background-size: 135px;
  }
  .tiles__itm:nth-child(4) .tiles__itmTxt {
    margin: 17px 0 23px;
  }
  .tiles__itm:nth-child(5) {
    padding: 40px 10px 59px 30px;
    background: rgba(255,255,255,0.02) url("../img/tiles/5.svg") calc(100% + 16px) calc(100% + 10px) no-repeat;
    background-size: 135px;
  }
  .tiles__itm:nth-child(5) .tiles__itmTxt {
    margin: 17px 0 23px;
  }
  .tiles__itmH {
    font-size: 16px;
  }
  .tiles__itmTxt {
    font-size: 13px;
    margin: 17px 0 23px;
    padding-right: 30px;
  }
  .tiles__itmLnk {
    font-size: 14px;
    line-height: 14px;
  }
}
.bottom {
  padding-top: 100px;
  margin-top: 143px;
  padding-bottom: 200px;
}
.bottom__heading {
  font-weight: 800;
  font-size: 80px;
  line-height: 109%;
  margin: -10px 0 27px;
}
.bottom__headingIt {
  font-weight: 400;
  font-style: italic;
}
.bottom__inpTxt {
  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: 16px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  background: none;
}
.bottom__inpTxt::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255,255,255,0.5);
}
.bottom__inpTxt::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255,255,255,0.5);
}
.bottom__inpTxt:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255,255,255,0.5);
}
.bottom__inpTxt::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255,255,255,0.5);
}
.bottom__inpTxt::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255,255,255,0.5);
}
.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: 53px;
}
.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: 1200px) {
  .bottom__heading {
    font-size: 75px;
  }
}
@media (max-width: 1024px) {
  .bottom {
    margin-top: 0;
    padding-top: 77px;
    padding-bottom: 100px;
  }
  .bottom__heading {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .bottom__right {
    margin-top: 32px;
  }
  .bottom__heading {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  .bottom__heading {
    font-size: 50px;
  }
}
@media (max-width: 533px) {
  .bottom__heading {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .bottom__inpTxt {
    height: 38px;
    margin-bottom: 20px;
  }
  .bottom__chbWrp {
    margin-left: 30px;
  }
  .bottom__chb+label {
    line-height: 1.1;
  }
  .bottom__chb+label br {
    display: none;
  }
  .bottom__chb+label:before {
    width: 16px;
    height: 16px;
    left: -30px;
  }
  .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: 37.72px;
    margin-bottom: 25px;
  }
  .bottom__icons {
    width: 211px;
  }
  .bottom__ic {
    width: 44px;
    height: 44px;
    background-size: 100%;
  }
}
@media (max-width: 440px) {
  .bottom__heading {
    font-size: 35px;
    line-height: 1;
  }
  .bottom__chb+label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    font-size: 11px;
  }
}
@media (max-width: 413px) {
  .bottom__heading {
    font-size: 24px;
  }
}
.footer {
  height: 380px;
  padding-top: 75px;
  padding-bottom: 57px;
  background: #121212;
  color: #909090;
  line-height: 1.2;
}
.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;
}
.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: 637px;
  margin-right: 121px;
}
.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;
}
@media (max-width: 1200px) {
  .footer__right {
    margin-right: 60px;
  }
}
@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: 700px) {
  .footer {
    height: 832px;
    padding-top: 56px;
  }
  .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 ul {
    margin-bottom: 22px;
  }
  .footer__right li {
    margin-bottom: 12px;
  }
  .footer__bottomRight {
    margin-top: 18px;
    margin-right: 0;
    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', 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;
  }
}
