@charset "utf-8";
/* rubik-regular - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v11-latin_cyrillic-regular.eot');
  src: url('../fonts/rubik-v11-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/rubik-v11-latin_cyrillic-regular.woff') format('woff');
}
/* rubik-500 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rubik-v11-latin_cyrillic-500.eot');
  src: url('../fonts/rubik-v11-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/rubik-v11-latin_cyrillic-500.woff') format('woff');
}
/* rubik-600 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/rubik-v11-latin_cyrillic-600.eot');
  src: url('../fonts/rubik-v11-latin_cyrillic-600.woff2') format('woff2'), url('../fonts/rubik-v11-latin_cyrillic-600.woff') format('woff');
}
/* rubik-700 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v11-latin_cyrillic-700.eot');
  src: url('../fonts/rubik-v11-latin_cyrillic-700.woff2') format('woff2'), url('../fonts/rubik-v11-latin_cyrillic-700.woff') format('woff');
}
/* rubik-800 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/rubik-v11-latin_cyrillic-800.eot');
  src: url('../fonts/rubik-v11-latin_cyrillic-800.woff2') format('woff2'), url('../fonts/rubik-v11-latin_cyrillic-800.woff') format('woff');
}
/* rubik-900 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/rubik-v11-latin_cyrillic-900.eot');
  src: url('../fonts/rubik-v11-latin_cyrillic-900.woff2') format('woff2'), url('../fonts/rubik-v11-latin_cyrillic-900.woff') format('woff');
}
body,
input,
textarea,
button,
h1,
h2,
h3,
h4 {
  font-family: 'Rubik', sans-serif;
}
body {
  color: #2E3847;
  font-size: 20px;
  margin: 0;
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1340px;
  width: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2356CE;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 36px;
}
p {
  margin: 0 0 10px;
}
p:last-child {
  margin-bottom: 0;
}
header,
footer,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 15px 1px #9ECAFF;
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 11px 56px 13px;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #215ff0;
  color: #fff;
}
.btn:active {
  background-color: #215ff0;
  color: #fff;
}
.btn--blue {
  background-color: #9ECAFF;
  color: #111;
}
.btn--blue:hover {
  background-color: #215ff0;
  color: #fff;
}
.btn--blue:active {
  background-color: #215ff0;
  color: #fff;
}
.btn--green {
  background-color: #14CC60;
  box-shadow: none;
  color: #fff;
}
/*.btn--link {
    background-color: transparent;
    color: #fff;
    padding: 0;
    text-decoration: underline !important;
    text-shadow: 0 0 5px @accent;
    &:hover {
        background-color: transparent;
        color: #fff;
        text-decoration: none !important;
    }
    &:active {
        background-color: transparent;
        color: #fff;
        text-decoration: none !important;
    }
}*/
.header {
  padding: 0 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 16px;
  z-index: 500;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 7px rgba(224, 222, 222, 0.25);
  border-radius: 10px;
  padding: 15px 24px;
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
}
.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logos__title {
  color: #2E3847;
  font-size: 16px;
  margin-left: 14px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logo:not(:last-child) {
  border-right: 1px solid #2356CE;
  margin-right: 16px;
  padding-right: 16px;
}
.logo img {
  display: block;
  max-width: 98px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-left: auto;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-right: auto;
  padding: 0;
}
.menu__item {
  margin: 0 20px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  color: #111;
  font-size: 16px;
  font-weight: 600;
}
.menu__link:hover {
  color: #2356CE;
}
.menu-mobile {
  background-color: #D8E8FE;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 40px;
  width: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.menu-mobile img {
  display: block;
}
.user-nav {
  font-size: 0;
  margin-left: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}
.user-nav__login {
  border-bottom: 1px dashed;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.user-nav__login + .user-nav__login {
  margin-left: 16px;
}
.user-nav__login + .user-nav__login:before {
  color: #CFD0D3;
  content: '/';
  position: absolute;
  top: 0;
  left: -11px;
}
main {
  overflow: hidden;
}
.showcase {
  background-image: url('../images/bg-showcase.svg');
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 102px;
  position: relative;
}
.showcase .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.showcase:after {
  background-image: url('../images/bg-symbols.svg');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showcase::before {
  background-image: url('../images/plane-1.svg');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 46px;
  width: 57px;
  pointer-events: none;
  position: absolute;
  top: 107px;
  left: calc(50% + 630px);
  -webkit-animation: plane 8s infinite linear;
  animation: plane 8s infinite linear;
}
@-webkit-keyframes plane {
  0% {
    opacity: 1;
    -webkit-transform: translate(500%, -500%);
    transform: translate(500%, -500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(-1200%, 1200%);
    transform: translate(-1200%, 1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1200%, 1200%);
    transform: translate(-1200%, 1200%);
  }
}
@keyframes plane {
  0% {
    opacity: 1;
    -webkit-transform: translate(500%, -500%);
    transform: translate(500%, -500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(-1200%, 1200%);
    transform: translate(-1200%, 1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1200%, 1200%);
    transform: translate(-1200%, 1200%);
  }
}
.showcase__wrap {
  max-width: 500px;
  padding-top: 98px;
}
.showcase__wrap h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
}
.showcase__image img {
  display: block;
  max-width: 100%;
}
.section-icons {
  padding-top: 72px;
  padding-bottom: 120px;
}
.icons-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 1000px;
  margin: 0 auto 36px;
  text-align: center;
}
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip-title {
  cursor: pointer;
  color: #9ECAFF;
  border-bottom: 2px dashed #9ECAFF;
  padding-right: 16px;
  position: relative;
}
.tooltip-title:after {
  border: 1px solid #9ECAFF;
  border-radius: 50%;
  font-size: 10px;
  color: #9ECAFF;
  content: 'i';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 2px;
  right: 0;
}
.tooltip-title:hover + .tooltip-show {
  opacity: 1;
}
.tooltip-show {
  border-radius: 22px;
  background-color: #EAF2FE;
  font-size: 20px;
  font-weight: 400;
  opacity: 0;
  padding: 16px;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -140px;
  width: 280px;
}
.tooltip-show.show {
  opacity: 1;
}
.icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.icons-list__item {
  text-align: center;
  width: 25%;
}
.icons-list__text {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
}
.section-about {
  background-color: #9ECAFF;
  padding-top: 56px;
  padding-bottom: 56px;
}
.about-wrap {
  padding-left: 50%;
  position: relative;
}
.about-image {
  max-width: 45%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-image img {
  display: block;
  max-width: 100%;
}
.about-text {
  line-height: 1.6;
}
.section-info {
  padding-top: 96px;
  padding-bottom: 88px;
  position: relative;
}
.section-info::after {
  background-image: url('../images/info-bg.svg');
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 2944px;
}
.plane2 {
  background-image: url('../images/plane-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  height: 93px;
  width: 106px;
  pointer-events: none;
  position: absolute;
  top: 204px;
  left: calc(50% + 477px);
  -webkit-animation: plane2 8s infinite linear;
  animation: plane2 8s infinite linear;
}
@-webkit-keyframes plane2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-500%, 500%);
    transform: translate(-500%, 500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
}
@keyframes plane2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-500%, 500%);
    transform: translate(-500%, 500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
}
.plane3 {
  background-image: url('../images/plane-3.svg');
  background-position: center center;
  background-repeat: no-repeat;
  height: 65px;
  width: 74px;
  pointer-events: none;
  position: absolute;
  bottom: 589px;
  right: calc(50% + 40px);
  -webkit-animation: plane3 8s infinite linear;
  animation: plane3 8s infinite linear;
}
@-webkit-keyframes plane3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(1500%, 1500%);
    transform: translate(1500%, 1500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(-1200%, -1200%);
    transform: translate(-1200%, -1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1200%, -1200%);
    transform: translate(-1200%, -1200%);
  }
}
@keyframes plane3 {
  0% {
    opacity: 1;
    -webkit-transform: translate(1500%, 1500%);
    transform: translate(1500%, 1500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(-1200%, -1200%);
    transform: translate(-1200%, -1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1200%, -1200%);
    transform: translate(-1200%, -1200%);
  }
}
.info-text {
  line-height: 1.5;
  margin-bottom: 60px;
}
.info-text strong,
.info-text b {
  font-weight: 500;
}
.info-image {
  padding: 106px 0 112px;
  position: relative;
}
.info-image img {
  box-shadow: 0px 4px 250px rgba(129, 172, 205, 0.2);
  max-width: 84%;
}
.info-image__text-1 {
  color: #02155E;
  font-weight: 500;
  position: absolute;
  top: 24px;
  left: 45px;
}
.info-image__text-1::before {
  background-image: url('../images/info-image-1.svg');
  content: '';
  height: 252px;
  width: 220px;
  position: absolute;
  top: 13px;
  right: 38px;
}
.info-image__text-2 {
  color: #02155E;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: calc(50% + 32px);
}
.info-image__text-2::before {
  background-image: url('../images/info-image-2.svg');
  content: '';
  height: 184px;
  width: 184px;
  position: absolute;
  top: 50px;
  left: 78px;
}
.info-image__text-3 {
  color: #02155E;
  font-weight: 500;
  position: absolute;
  top: 94px;
  right: 0;
}
.info-image__text-3::before {
  background-image: url('../images/info-image-3.svg');
  content: '';
  height: 158px;
  width: 158px;
  position: absolute;
  top: 60px;
  right: 60px;
}
.info-image__text-4 {
  color: #02155E;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  left: 95px;
}
.info-image__text-4::before {
  background-image: url('../images/info-image-4.svg');
  content: '';
  height: 130px;
  width: 130px;
  position: absolute;
  top: -66px;
  left: -100px;
}
.info-image__text-5 {
  color: #02155E;
  font-weight: 500;
  position: absolute;
  bottom: 31px;
  right: 328px;
}
.info-image__text-5::before {
  background-image: url('../images/info-image-5.svg');
  content: '';
  height: 178px;
  width: 178px;
  position: absolute;
  top: -97px;
  left: -151px;
}
.info-image__text-6 {
  color: #02155E;
  font-weight: 500;
  position: absolute;
  top: -15px;
  left: 300px;
}
.info-image__text-6::before {
  background-image: url('../images/info-image-3.svg');
  content: '';
  height: 158px;
  width: 158px;
  position: absolute;
  left: 100px;
  transform: rotate(-90deg);
}
.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-item:nth-child(1) {
  margin-bottom: 78px;
}
.info-item:nth-child(1) .info-item__text {
  max-width: 440px;
}
.info-item:nth-child(1) .info-item__image {
  padding-top: 82px;
}
.info-item:nth-child(2) {
  margin-bottom: 56px;
}
.info-item:nth-child(2) .info-item__text {
  max-width: 508px;
}
.info-item:nth-child(2) .info-item__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background-position: 22px center;
  margin-left: 0;
  margin-right: 40px;
  padding-top: 78px;
  padding-left: 22px;
  padding-right: 99px;
}
.info-item:nth-child(3) .info-item__description {
  padding-left: 0;
}
.info-item:nth-child(3) .info-item__image {
  background-position: right 83px center;
  padding-top: 82px;
  padding-right: 0;
  max-width: 730px;
  margin-right: 65px;
}
.info-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/info-bg-right.svg');
  background-position: right center;
  background-repeat: no-repeat;
  height: 457px;
  margin-left: 40px;
  padding-right: 40px;
  max-width: 50%;
  position: relative;
  z-index: 100;
}
.info-item__image img {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  display: block;
  max-width: 100%;
}
.info-item__animation {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  position: relative;
  height: 300px;
  width: 576px;
}
.info-item__animation img {
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-item__animation .animation-2 {
  opacity: 0;
  -webkit-animation: cadr 5s infinite 1s;
  animation: cadr 5s infinite 1s;
}
.info-item__animation .animation-3 {
  opacity: 0;
  -webkit-animation: cadr 5s infinite 2s;
  animation: cadr 5s infinite 2s;
}
.info-item__animation .cursor {
  background-image: url('../images/cursor.svg');
  height: 28px;
  width: 20px;
  right: 20px;
  bottom: -44px;
  position: absolute;
  opacity: 0;
  -webkit-animation: cursor 5s infinite 0s;
  animation: cursor 5s infinite 0s;
}
@media all and (max-width: 1023px) {
  .info-item__animation .cursor {
    -webkit-animation: cursor-m 5s infinite 0s;
    animation: cursor-m 5s infinite 0s;
  }
}
@media all and (max-width: 620px) {
  .info-item__animation .cursor {
    -webkit-animation: cursor-s 5s infinite 0s;
    animation: cursor-s 5s infinite 0s;
  }
}
@-webkit-keyframes cursor {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-240px, -178px);
    transform: translate(-240px, -178px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-240px, -178px);
    transform: translate(-240px, -178px);
  }
}
@keyframes cursor {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-240px, -178px);
    transform: translate(-240px, -178px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-240px, -178px);
    transform: translate(-240px, -178px);
  }
}
@-webkit-keyframes cursor-m {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-214px, -124px);
    transform: translate(-214px, -124px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-214px, -124px);
    transform: translate(-214px, -124px);
  }
}
@keyframes cursor-m {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-214px, -124px);
    transform: translate(-214px, -124px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-214px, -124px);
    transform: translate(-214px, -124px);
  }
}
@-webkit-keyframes cursor-s {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-130px, -100px);
    transform: translate(-130px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-130px, -100px);
    transform: translate(-130px, -100px);
  }
}
@keyframes cursor-s {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(-130px, -100px);
    transform: translate(-130px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-130px, -100px);
    transform: translate(-130px, -100px);
  }
}
@-webkit-keyframes cadr {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes cadr {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.info-item__description {
  padding-left: 142px;
  position: relative;
}
.info-item__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.info-item__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.info-item__small {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  max-width: 360px;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
}
.info-item__small li {
  padding-left: 26px;
  position: relative;
}
.info-item__small li:before {
  background-color: #9ECAFF;
  border-radius: 1px;
  content: '';
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 12px;
  left: 5px;
}
.info-item__small li:not(:last-child) {
  margin-bottom: 16px;
}
.info-buttons {
  text-align: center;
}
.section-uses {
  background-image: url('../images/uses-bg.svg');
  background-position: center top;
  background-color: #9ECAFF;
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-uses h2 {
  text-align: center;
}
.uses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.uses-list__item {
  text-align: center;
  width: 245px;
}
.uses-list__text {
  font-size: 16px;
  margin-top: 32px;
}
.section-what {
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
}
.section-what::after {
  background-image: url('../images/what-bg.svg');
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  pointer-events: none;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 938px;
}
.section-what h2 {
  text-align: center;
}
.section-what .sub {
  font-size: 24px;
  font-weight: 500;
  margin: 32px auto 60px;
  max-width: 900px;
  text-align: center;
}
.plane4 {
  background-image: url('../images/plane-4.svg');
  background-position: center center;
  background-repeat: no-repeat;
  height: 65px;
  width: 75px;
  pointer-events: none;
  position: absolute;
  top: -38px;
  left: calc(50% + 572px);
  -webkit-animation: plane4 8s infinite linear;
  animation: plane4 8s infinite linear;
}
@-webkit-keyframes plane4 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-1500%, 1500%);
    transform: translate(-1500%, 1500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
}
@keyframes plane4 {
  0% {
    opacity: 1;
    -webkit-transform: translate(-1500%, 1500%);
    transform: translate(-1500%, 1500%);
  }
  99% {
    opacity: 1;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(1200%, -1200%);
    transform: translate(1200%, -1200%);
  }
}
.what-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.what-list__col {
  color: #9ECAFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  width: 50%;
}
.what-list__col:first-child {
  padding-right: 56px;
}
.what-list__col:last-child {
  padding-left: 56px;
}
.what-list {
  counter-reset: what;
}
.what-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  counter-increment: what;
  padding: 40px 0;
  position: relative;
  z-index: 100;
}
.what-list__item:not(:last-child) {
  border-bottom: 1px solid #E7EAEE;
}
.what-list__item:nth-child(1) .what-list__answer:before {
  color: #467EB9;
}
.what-list__item:nth-child(2) .what-list__answer:before {
  color: #C04121;
}
.what-list__item:nth-child(3) .what-list__answer:before {
  color: #EEBF31;
}
.what-list__item a {
  color: #295ECC;
  text-decoration: underline;
}
.what-list__answer {
  padding-left: 38px;
  padding-right: 56px;
  position: relative;
  width: 50%;
}
.what-list__answer:before {
  content: counter(what);
  font-size: 48px;
  position: absolute;
  top: -10px;
  left: 0;
}
.what-list__answer:after {
  background-image: url('../images/arrow-right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 41px;
  width: 48px;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -20px;
}
.what-list__question {
  padding-left: 56px;
  width: 50%;
}
.what-list__question ul {
  list-style-image: url('../images/list.svg');
  margin: 0;
  padding-left: 15px;
}
.section-price {
  background-color: #9ECAFF;
  padding-top: 56px;
  padding-bottom: 68px;
}
.section-price h2 {
  text-align: center;
}
.price {
  margin: 0 auto;
  max-width: 580px;
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  min-height: 68px;
  padding: 8px 32px;
}
.price__item:not(:last-child) {
  margin-bottom: 16px;
}
.price__title {
  font-size: 20px;
}
.price__text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.price__value {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.footer {
  background-color: #010C31;
}
.footer-contacts {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-contacts__title {
  font-size: 18px;
  font-weight: 700;
}
.footer-contact__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.footer-contact__line a {
  color: #fff;
}
.footer-contact__phone {
  margin-left: 20px;
}
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright__item:last-child {
  text-align: right;
}
.t-clear,
.t-container:after,
.t-container_100:after,
.t-container_10:after,
.t-container_8:after {
  clear: both;
}
.t-row {
  margin: 0;
}
.t-container,
.t-container_10,
.t-container_8 {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}
.t-container {
  max-width: 1200px;
}
.t-container.flexx,
.t-container_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.t-container_100 {
  width: 100%;
  padding: 0;
}
.t-container_10 {
  max-width: 1000px;
}
.t-container_8 {
  max-width: 800px;
}
.t-container:after,
.t-container:before,
.t-container_100:after,
.t-container_100:before,
.t-container_10:after,
.t-container_10:before,
.t-container_8:after,
.t-container_8:before {
  display: table;
  content: " ";
}
.t-col {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
.t-col.flexx,
.t-col_flex {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}
.t-col_1 {
  max-width: 60px;
}
.t-col_2 {
  max-width: 160px;
}
.t-col_3 {
  max-width: 260px;
}
.t-col_4 {
  max-width: 360px;
}
.t-col_5 {
  max-width: 460px;
}
.t-col_6 {
  max-width: 560px;
}
.t-col_7 {
  max-width: 660px;
}
.t-col_8 {
  max-width: 760px;
}
.t-col_9 {
  max-width: 860px;
}
.t-col_10 {
  max-width: 960px;
}
.t-col_11 {
  max-width: 1060px;
}
.t-col_12 {
  max-width: 1160px;
}
.t-col_100 {
  max-width: 100vw;
}
.t-prefix_1 {
  padding-left: 100px;
}
.t-prefix_2 {
  padding-left: 200px;
}
.t-prefix_3 {
  padding-left: 300px;
}
.t-prefix_4 {
  padding-left: 400px;
}
.t-prefix_5 {
  padding-left: 500px;
}
.t-prefix_6 {
  padding-left: 600px;
}
.t-prefix_7 {
  padding-left: 700px;
}
.t-prefix_8 {
  padding-left: 800px;
}
.t-prefix_9 {
  padding-left: 900px;
}
.t-prefix_10 {
  padding-left: 1000px;
}
.t-prefix_11 {
  padding-left: 1100px;
}
.t-prefix_12 {
  padding-left: 1200px;
}
.t-width {
  width: 100%;
}
.t-width_1 {
  max-width: 60px;
}
.t-width_2 {
  max-width: 160px;
}
.t-width_3 {
  max-width: 260px;
}
.t-width_4 {
  max-width: 360px;
}
.t-width_5 {
  max-width: 460px;
}
.t-width_6 {
  max-width: 560px;
}
.t-width_7 {
  max-width: 660px;
}
.t-width_8 {
  max-width: 760px;
}
.t-width_9 {
  max-width: 860px;
}
.t-width_10 {
  max-width: 960px;
}
.t-width_11 {
  max-width: 1060px;
}
.t-width_12 {
  max-width: 1160px;
}
.t-width_100 {
  max-width: 100%;
}
.t-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.t-cell_25 {
  width: 25vw;
}
.t-cell_33 {
  width: 33.3333333vw;
}
.t-cell_50 {
  width: 50vw;
}
.t-cell_100 {
  width: 100vw;
}
@media screen and (max-width: 1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }
  .t-container_10 {
    max-width: 780px;
  }
  .t-container_8 {
    max-width: 640px;
  }
  .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
  .t-col_1 {
    max-width: 60px;
  }
  .t-col_2 {
    max-width: 140px;
  }
  .t-col_3 {
    max-width: 220px;
  }
  .t-col_4 {
    max-width: 300px;
  }
  .t-col_5 {
    max-width: 380px;
  }
  .t-col_6 {
    max-width: 460px;
  }
  .t-col_7 {
    max-width: 540px;
  }
  .t-col_8 {
    max-width: 620px;
  }
  .t-col_9 {
    max-width: 700px;
  }
  .t-col_10 {
    max-width: 780px;
  }
  .t-col_11 {
    max-width: 860px;
  }
  .t-col_12 {
    max-width: 940px;
  }
  .t-prefix_1 {
    padding-left: 80px;
  }
  .t-prefix_2 {
    padding-left: 160px;
  }
  .t-prefix_3 {
    padding-left: 240px;
  }
  .t-prefix_4 {
    padding-left: 320px;
  }
  .t-prefix_5 {
    padding-left: 400px;
  }
  .t-prefix_6 {
    padding-left: 480px;
  }
  .t-prefix_7 {
    padding-left: 560px;
  }
  .t-prefix_8 {
    padding-left: 640px;
  }
  .t-prefix_9 {
    padding-left: 720px;
  }
  .t-prefix_10 {
    padding-left: 800px;
  }
  .t-prefix_11 {
    padding-left: 880px;
  }
  .t-prefix_12 {
    padding-left: 960px;
  }
  .t-width_1 {
    max-width: 60px;
  }
  .t-width_2 {
    max-width: 140px;
  }
  .t-width_3 {
    max-width: 220px;
  }
  .t-width_4 {
    max-width: 300px;
  }
  .t-width_5 {
    max-width: 380px;
  }
  .t-width_6 {
    max-width: 460px;
  }
  .t-width_7 {
    max-width: 540px;
  }
  .t-width_8 {
    max-width: 620px;
  }
  .t-width_9 {
    max-width: 700px;
  }
  .t-width_10 {
    max-width: 780px;
  }
  .t-width_11 {
    max-width: 860px;
  }
  .t-width_12 {
    max-width: 940px;
  }
  .t-width_100 {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .t-col,
  .t-container.flexx,
  .t-container_flex {
    display: block;
  }
  .t-container {
    max-width: 640px;
  }
  .t-col,
  .t-col_1,
  .t-col_10,
  .t-col_11,
  .t-col_12,
  .t-col_2,
  .t-col_3,
  .t-col_4,
  .t-col_5,
  .t-col_6,
  .t-col_7,
  .t-col_8,
  .t-col_9 {
    width: 100%;
    max-width: 100%;
  }
  .t-col {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    box-sizing: border-box;
  }
  .t-prefix_1,
  .t-prefix_10,
  .t-prefix_11,
  .t-prefix_12,
  .t-prefix_2,
  .t-prefix_3,
  .t-prefix_4,
  .t-prefix_5,
  .t-prefix_6,
  .t-prefix_7,
  .t-prefix_8,
  .t-prefix_9 {
    padding-left: none;
  }
}
.t-body {
  margin: 0;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}
#allrecords a {
  color: #ff8562;
  text-decoration: none;
}
#allrecords a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
#allrecords b,
#allrecords strong {
  font-weight: 700;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-text {
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 300;
  color: #000;
}
.t-text_xs {
  font-size: 15px;
  line-height: 1.55;
}
.t-text_sm {
  font-size: 18px;
  line-height: 1.55;
}
.t-text_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-text_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-text_weight_plus {
  font-weight: 400;
}
.t-text-impact {
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 300;
  color: #000;
}
.t-text-impact_xs {
  font-size: 26px;
  line-height: 1.5;
}
.t-text-impact_sm {
  font-size: 32px;
  line-height: 1.35;
}
.t-text-impact_md {
  font-size: 38px;
  line-height: 1.35;
}
.t-text-impact_lg {
  font-size: 42px;
  line-height: 1.23;
}
.t-name {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 600;
  color: #000;
}
.t-name_xs {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_sm {
  font-size: 18px;
  line-height: 1.35;
}
.t-name_md {
  font-size: 20px;
  line-height: 1.35;
}
.t-name_lg {
  font-size: 22px;
  line-height: 1.35;
}
.t-name_xl {
  font-size: 24px;
  line-height: 1.35;
}
.t-heading {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 600;
  color: #000;
}
.t-heading_xs {
  font-size: 26px;
  line-height: 1.23;
}
.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
}
.t-heading_md {
  font-size: 30px;
  line-height: 1.17;
}
.t-heading_lg {
  font-size: 32px;
  line-height: 1.17;
}
.t-title {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 600;
  color: #000;
}
.t-title_xxs {
  font-size: 36px;
  line-height: 1.23;
}
.t-title_xs {
  font-size: 42px;
  line-height: 1.23;
}
.t-title_sm {
  font-size: 48px;
  line-height: 1.23;
}
.t-title_md {
  font-size: 52px;
  line-height: 1.23;
}
.t-title_lg {
  font-size: 64px;
  line-height: 1.23;
}
.t-title_xl {
  font-size: 72px;
  line-height: 1.17;
}
.t-title_xxl {
  font-size: 82px;
  line-height: 1.17;
}
.t-descr {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  color: #000;
}
.t-descr_xxs {
  font-size: 14px;
  line-height: 1.55;
}
.t-descr_xs {
  font-size: 16px;
  line-height: 1.55;
}
.t-descr_sm {
  font-size: 18px;
  line-height: 1.55;
}
.t-descr_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-descr_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 24px;
  line-height: 1.5;
}
.t-descr_xxl {
  font-size: 26px;
  line-height: 1.45;
}
.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-uptitle {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 600;
  color: #000;
  letter-spacing: 2.5px;
}
.t-uptitle_xs {
  font-size: 12px;
}
.t-uptitle_sm {
  font-size: 14px;
}
.t-uptitle_md {
  font-size: 16px;
}
.t-uptitle_lg {
  font-size: 18px;
}
.t-uptitle_xl {
  font-size: 20px;
  letter-spacing: 2px;
}
.t-uptitle_xxl {
  font-size: 22px;
  letter-spacing: 2px;
}
.t-uptitle_xxxl {
  font-size: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .t-text_xs {
    font-size: 14px;
  }
  .t-text_sm {
    font-size: 16px;
  }
  .t-text_md {
    font-size: 18px;
  }
  .t-text_lg {
    font-size: 20px;
  }
  .t-text-impact_md {
    font-size: 30px;
  }
  .t-descr_xxs {
    font-size: 12px;
  }
  .t-descr_xs {
    font-size: 14px;
  }
  .t-descr_sm {
    font-size: 16px;
  }
  .t-descr_md {
    font-size: 18px;
  }
  .t-descr_lg {
    font-size: 20px;
  }
  .t-descr_xl {
    font-size: 22px;
  }
  .t-descr_xxl {
    font-size: 22px;
  }
  .t-descr_xxxl {
    font-size: 26px;
  }
  .t-uptitle_md {
    font-size: 14px;
  }
  .t-uptitle_lg {
    font-size: 16px;
  }
  .t-uptitle_xl {
    font-size: 18px;
  }
  .t-uptitle_xxl {
    font-size: 20px;
  }
  .t-uptitle_xxxl {
    font-size: 22px;
  }
  .t-title_xxs {
    font-size: 32px;
  }
  .t-title_xs {
    font-size: 38px;
  }
  .t-title_sm {
    font-size: 44px;
  }
  .t-title_md {
    font-size: 48px;
  }
  .t-title_lg {
    font-size: 60px;
  }
  .t-title_xl {
    font-size: 68px;
  }
  .t-title_xxl {
    font-size: 78px;
  }
  .t-name_xs {
    font-size: 14px;
  }
  .t-name_sm {
    font-size: 16px;
  }
  .t-name_md {
    font-size: 18px;
  }
  .t-name_lg {
    font-size: 20px;
  }
  .t-name_xl {
    font-size: 22px;
  }
  .t-heading_xs {
    font-size: 24px;
  }
  .t-heading_sm {
    font-size: 26px;
  }
  .t-heading_md {
    font-size: 28px;
  }
  .t-heading_lg {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .t-text_xs {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-text_sm {
    font-size: 14px;
    line-height: 1.45;
  }
  .t-text_md {
    font-size: 16px;
    line-height: 1.45;
  }
  .t-text_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-text-impact_sm {
    font-size: 22px;
  }
  .t-text-impact_md {
    font-size: 26px;
  }
  .t-text-impact_lg {
    font-size: 28px;
  }
  .t-descr_xs {
    font-size: 12px;
    line-height: 1.45;
  }
  .t-descr_sm {
    font-size: 14px;
    line-height: 1.45;
  }
  .t-descr_md {
    font-size: 16px;
    line-height: 1.45;
  }
  .t-descr_lg {
    font-size: 18px;
    line-height: 1.45;
  }
  .t-descr_xl {
    font-size: 20px;
    line-height: 1.4;
  }
  .t-descr_xxl {
    font-size: 20px;
  }
  .t-descr_xxxl {
    font-size: 22px;
  }
  .t-uptitle_xs {
    font-size: 10px;
  }
  .t-uptitle_sm {
    font-size: 10px;
  }
  .t-uptitle_md {
    font-size: 12px;
  }
  .t-uptitle_lg {
    font-size: 14px;
  }
  .t-uptitle_xl {
    font-size: 16px;
  }
  .t-uptitle_xxl {
    font-size: 18px;
  }
  .t-uptitle_xxxl {
    font-size: 20px;
  }
  .t-title_xxs {
    font-size: 28px;
  }
  .t-title_xs {
    font-size: 30px;
  }
  .t-title_sm {
    font-size: 30px;
  }
  .t-title_md {
    font-size: 30px;
  }
  .t-title_lg {
    font-size: 30px;
  }
  .t-title_xl {
    font-size: 32px;
  }
  .t-title_xxl {
    font-size: 36px;
  }
  .t-name_xs {
    font-size: 12px;
  }
  .t-name_sm {
    font-size: 14px;
  }
  .t-name_md {
    font-size: 16px;
  }
  .t-name_lg {
    font-size: 18px;
  }
  .t-name_xl {
    font-size: 20px;
  }
  .t-heading_xs {
    font-size: 22px;
  }
  .t-heading_sm {
    font-size: 24px;
  }
  .t-heading_md {
    font-size: 24px;
  }
  .t-heading_lg {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .t-title_xl {
    font-size: 30px;
  }
  .t-title_xxl {
    font-size: 30px;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: none;
}
.t-records a {
  color: #ff8562;
  text-decoration: none;
}
.t-records a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.t-records ol {
  padding-left: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
.t-records ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.t-btn {
  display: inline-block;
  font-family: 'IBM Plex Serif', serif;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-btn td {
  vertical-align: middle;
}
.t-btn_sending {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .t-btn {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-btn_xs {
  height: 35px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.t-btn_sm {
  height: 45px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t-btn_lg {
  height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t-btn_xl {
  height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.t-btn_xxl {
  height: 100px;
  font-size: 30px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 640px) {
  .t-btn_sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-btn_lg {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .t-btn_xl {
    font-size: 22px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .t-btn_xxl {
    font-size: 26px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.t-btntext {
  font-family: 'IBM Plex Serif', serif;
  color: #000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.t-btntext_sm {
  font-size: 16px;
}
.t-btntext_lg {
  font-size: 24px;
}
.t-uppercase.t-btntext {
  font-size: 16px;
}
.t-uppercase.t-btntext_sm {
  font-size: 14px;
}
.t-uppercase.t-btntext_lg {
  font-size: 20px;
}
.t-btntext:after {
  content: "\00a0→";
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 640px) {
  .t-btntext_lg {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .t-screenmin-1200px {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .t-screenmin-980px {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .t-screenmin-640px {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .t-screenmin-480px {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .t-screenmin-320px {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .t-screenmax-320px {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .t-screenmax-480px {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .t-screenmax-640px {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .t-screenmax-980px {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .t-screenmax-1200px {
    display: none;
  }
}
.t-hidden {
  display: none;
}
.t-opacity_50 {
  filter: alpha(opacity=50);
  KHTMLOpacity: .5;
  MozOpacity: .5;
  opacity: 0.5;
}
.t-opacity_70 {
  filter: alpha(opacity=70);
  KHTMLOpacity: .7;
  MozOpacity: .7;
  opacity: 0.7;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-align_right {
  text-align: right;
}
.t-margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.t-valign_middle {
  vertical-align: middle;
}
.t-valign_top {
  vertical-align: top;
}
.t-valign_bottom {
  vertical-align: bottom;
}
.t-margin_left_auto {
  margin-right: 0;
  margin-left: auto;
}
.t-tildalabel {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 70px;
  font-family: Arial;
  font-size: 14px;
}
.t-tildalabel:hover .t-tildalabel__wrapper {
  opacity: 1;
}
.t-tildalabel_white {
  background-color: #fff;
  color: #000;
}
.t-tildalabel_gray {
  background-color: #eee;
  color: #000;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.4;
}
.t-tildalabel__txtleft {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  text-align: right;
  padding-right: 12px;
  font-weight: 300;
  font-size: 12px;
}
.t-tildalabel__wrapimg {
  display: table-cell;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__txtright {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  padding-left: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.t-tildalabel__link {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.t-tildalabel_white .t-tildalabel__link,
.t-tildalabel_gray .t-tildalabel__link {
  color: #000;
}
.t-tildalabel-free {
  padding: 35px 0 45px;
  height: auto;
  text-align: center;
}
.t-tildalabel-free__main {
  max-width: 340px;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: .2px;
  color: inherit;
  opacity: 0.4;
}
.t-tildalabel-free__links-wr {
  display: table;
  margin: 30px auto 0;
}
.t-tildalabel-free__txt-link {
  display: table-cell;
  padding: 0 15px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  opacity: 0.25;
}
.t-tildalabel-free__txt-link:hover,
.t-tildalabel-free__main:hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .t-tildalabel-free__txt-link {
    display: block;
    padding: 5px 30px;
  }
  .t-tildalabel-free__main {
    opacity: 0.7;
  }
  .t-tildalabel-free__txt-link {
    opacity: 0.4;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.t-mbfix {
  opacity: .01;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  width: 100%;
  height: 500px;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.t-mbfix_hide {
  -webkit-transform: translateX(3000px);
  -ms-transform: translateX(3000px);
  transform: translateX(3000px);
}
.r_anim {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.r_hidden {
  opacity: 0;
}
.r_showed {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
.t-popup {
  display: none;
}
.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t-submit {
  font-family: 'IBM Plex Serif', serif;
}
.t-input {
  font-family: 'IBM Plex Serif', serif;
}
.t-input__vis-ph {
  font-family: 'IBM Plex Serif', serif;
}
.t-select {
  font-family: 'IBM Plex Serif', serif;
}
.t-form .uploadcare-widget-button {
  font-family: 'IBM Plex Serif', serif;
}
.t-input-error {
  font-family: 'Rubik', Arial, sans-serif;
}
.t-form__errorbox-wrapper {
  font-family: 'Rubik', Arial, sans-serif;
}
.t-form__errorbox-text {
  font-family: 'Rubik', Arial, sans-serif;
}
.t-form__errorbox-item {
  font-family: 'Rubik', Arial, sans-serif;
}
.t-form__successbox {
  font-family: 'Rubik', Arial, sans-serif;
}
.t-rec_pt_0 {
  padding-top: 0;
}
.t-rec_pt_15 {
  padding-top: 15px;
}
.t-rec_pt_30 {
  padding-top: 30px;
}
.t-rec_pt_45 {
  padding-top: 45px;
}
.t-rec_pt_60 {
  padding-top: 60px;
}
.t-rec_pt_75 {
  padding-top: 75px;
}
.t-rec_pt_90 {
  padding-top: 90px;
}
.t-rec_pt_105 {
  padding-top: 105px;
}
.t-rec_pt_120 {
  padding-top: 120px;
}
.t-rec_pt_135 {
  padding-top: 135px;
}
.t-rec_pt_150 {
  padding-top: 150px;
}
.t-rec_pt_165 {
  padding-top: 165px;
}
.t-rec_pt_180 {
  padding-top: 180px;
}
.t-rec_pt_195 {
  padding-top: 195px;
}
.t-rec_pt_210 {
  padding-top: 210px;
}
.t-rec_pb_0 {
  padding-bottom: 0;
}
.t-rec_pb_15 {
  padding-bottom: 15px;
}
.t-rec_pb_30 {
  padding-bottom: 30px;
}
.t-rec_pb_45 {
  padding-bottom: 45px;
}
.t-rec_pb_60 {
  padding-bottom: 60px;
}
.t-rec_pb_75 {
  padding-bottom: 75px;
}
.t-rec_pb_90 {
  padding-bottom: 90px;
}
.t-rec_pb_105 {
  padding-bottom: 105px;
}
.t-rec_pb_120 {
  padding-bottom: 120px;
}
.t-rec_pb_135 {
  padding-bottom: 135px;
}
.t-rec_pb_150 {
  padding-bottom: 150px;
}
.t-rec_pb_165 {
  padding-bottom: 165px;
}
.t-rec_pb_180 {
  padding-bottom: 180px;
}
.t-rec_pb_195 {
  padding-bottom: 195px;
}
.t-rec_pb_210 {
  padding-bottom: 210px;
}
@media screen and (max-width: 480px) {
  .t-rec_pt_0 {
    padding-top: 0;
  }
  .t-rec_pt_15 {
    padding-top: 15px;
  }
  .t-rec_pt_30 {
    padding-top: 30px;
  }
  .t-rec_pt_45 {
    padding-top: 45px;
  }
  .t-rec_pt_60 {
    padding-top: 60px;
  }
  .t-rec_pt_75 {
    padding-top: 75px;
  }
  .t-rec_pt_90 {
    padding-top: 90px;
  }
  .t-rec_pt_105 {
    padding-top: 90px;
  }
  .t-rec_pt_120 {
    padding-top: 90px !important;
  }
  .t-rec_pt_135 {
    padding-top: 90px !important;
  }
  .t-rec_pt_150 {
    padding-top: 90px !important;
  }
  .t-rec_pt_165 {
    padding-top: 90px !important;
  }
  .t-rec_pt_180 {
    padding-top: 120px !important;
  }
  .t-rec_pt_195 {
    padding-top: 120px !important;
  }
  .t-rec_pt_210 {
    padding-top: 120px !important;
  }
  .t-rec_pb_0 {
    padding-bottom: 0;
  }
  .t-rec_pb_15 {
    padding-bottom: 15px;
  }
  .t-rec_pb_30 {
    padding-bottom: 30px;
  }
  .t-rec_pb_45 {
    padding-bottom: 45px;
  }
  .t-rec_pb_60 {
    padding-bottom: 60px;
  }
  .t-rec_pb_75 {
    padding-bottom: 75px;
  }
  .t-rec_pb_90 {
    padding-bottom: 90px;
  }
  .t-rec_pb_105 {
    padding-bottom: 90px;
  }
  .t-rec_pb_120 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb_135 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb_150 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb_165 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb_180 {
    padding-bottom: 120px !important;
  }
  .t-rec_pb_195 {
    padding-bottom: 120px !important;
  }
  .t-rec_pb_210 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 480px) {
  .t-rec_pt-res-480_0 {
    padding-top: 0 !important;
  }
  .t-rec_pt-res-480_15 {
    padding-top: 15px !important;
  }
  .t-rec_pt-res-480_30 {
    padding-top: 30px !important;
  }
  .t-rec_pt-res-480_45 {
    padding-top: 45px !important;
  }
  .t-rec_pt-res-480_60 {
    padding-top: 60px !important;
  }
  .t-rec_pt-res-480_75 {
    padding-top: 75px !important;
  }
  .t-rec_pt-res-480_90 {
    padding-top: 90px !important;
  }
  .t-rec_pt-res-480_105 {
    padding-top: 105px !important;
  }
  .t-rec_pt-res-480_120 {
    padding-top: 120px !important;
  }
  .t-rec_pt-res-480_135 {
    padding-top: 135px !important;
  }
  .t-rec_pt-res-480_150 {
    padding-top: 150px !important;
  }
  .t-rec_pt-res-480_165 {
    padding-top: 165px !important;
  }
  .t-rec_pt-res-480_180 {
    padding-top: 180px !important;
  }
  .t-rec_pt-res-480_195 {
    padding-top: 195px !important;
  }
  .t-rec_pt-res-480_210 {
    padding-top: 210px !important;
  }
  .t-rec_pb-res-480_0 {
    padding-bottom: 0 !important;
  }
  .t-rec_pb-res-480_15 {
    padding-bottom: 15px !important;
  }
  .t-rec_pb-res-480_30 {
    padding-bottom: 30px !important;
  }
  .t-rec_pb-res-480_45 {
    padding-bottom: 45px !important;
  }
  .t-rec_pb-res-480_60 {
    padding-bottom: 60px !important;
  }
  .t-rec_pb-res-480_75 {
    padding-bottom: 75px !important;
  }
  .t-rec_pb-res-480_90 {
    padding-bottom: 90px !important;
  }
  .t-rec_pb-res-480_105 {
    padding-bottom: 105px !important;
  }
  .t-rec_pb-res-480_120 {
    padding-bottom: 120px !important;
  }
  .t-rec_pb-res-480_135 {
    padding-bottom: 135px !important;
  }
  .t-rec_pb-res-480_150 {
    padding-bottom: 150px !important;
  }
  .t-rec_pb-res-480_165 {
    padding-bottom: 165px !important;
  }
  .t-rec_pb-res-480_180 {
    padding-bottom: 180px !important;
  }
  .t-rec_pb-res-480_195 {
    padding-bottom: 195px !important;
  }
  .t-rec_pb-res-480_210 {
    padding-bottom: 210px !important;
  }
}
.t396__iframe {
  z-index: 10000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
}
.t396__body_overflow_hidden {
  overflow: hidden;
}
.t396__display_none {
  display: none;
}
.t396__artboard {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.t396__artboard .t396__artboard_scale {
  overflow: visible;
}
.t396__artboard.t396__artboard_scale .t396__elem[data-elem-type="text"] .tn-atom {
  word-break: normal;
}
.t396__artboard_scale .t396__carrier,
.t396__artboard_scale .t396__filter {
  transform-origin: top left;
}
.tn-atom__scale-wrapper {
  width: inherit;
  height: inherit;
}
.t396__elem .tn-atom__scale-wrapper .tn-atom {
  width: inherit;
  height: inherit !important;
}
.t396__artboard.rendering .tn-elem {
  visibility: hidden;
}
.t396__artboard.rendered .tn-elem {
  visibility: visible;
}
.t396__carrier {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -moz-transform: unset;
}
.t396__filter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  transform: translateZ(0);
}
.t396__elem {
  position: absolute;
  box-sizing: border-box;
  display: table;
}
.t396 .tn-atom {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 959px) {
  .t396_safari .t396__artboard_scale .tn-atom {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
  }
}
.t396 .tn-atom ul,
.t396 .tn-atom ol {
  margin-bottom: 0;
}
.t396_safari .tn-atom {
  transform: translateZ(0);
}
.t396 a.tn-atom {
  text-decoration: none;
}
.t396 .tn-atom__img {
  width: 100%;
  display: block;
}
.t396 .tn-atom__html {
  vertical-align: top;
}
.t396 .tn-atom__pin {
  border-radius: 1000px;
  border-style: solid;
}
.t396 .tn-atom__pin_onclick {
  cursor: pointer;
}
.t396 .tn-atom__tip {
  position: absolute;
  box-sizing: border-box;
  width: 300px;
  max-width: 90vw;
  padding: 15px;
  display: none;
}
.t396 .tn-atom__pin:hover .tn-atom__tip {
  display: none;
}
.t396 .tn-atom__tip-img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.t396 .tn-atom__tip[data-tip-pos=top] {
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos=bottom] {
  top: 100%;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos=left] {
  right: 100%;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396 .tn-atom__tip[data-tip-pos=right] {
  left: 100%;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396__ui {
  position: absolute;
  top: 16px;
  left: 196px;
  background-color: #fa876b;
  color: #000!important;
  height: 30px;
  line-height: 30px;
  width: 100px;
  z-index: 1000;
  text-align: center;
  border-radius: 3px;
  display: none;
  font-size: 14px;
}
.uploadcare-dialog.uploadcare-active {
  z-index: 9999999;
}
.t702__body_popupshowed {
  -webkit-overflow-scrolling: touch !important;
}
.t702 .t702__wrapper {
  padding: 40px 45px;
}
.t702 .t702__title {
  margin-bottom: 11px;
}
.t702 .t702__text-wrapper {
  margin-bottom: 24px;
}
.t702 .t702__text {
  margin-top: 20px;
}
.t702 .t702__img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 640px) {
  .t702 .t702__title {
    margin-bottom: 6px;
  }
  .t702 .t702__text-wrapper {
    margin-bottom: 14px;
  }
  .t702 .t702__wrapper {
    padding: 20px;
  }
}
.t702 .t-form__errorbox-item {
  word-break: break-word;
}
.t702 .t-form__inputsbox {
  -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: 10000px;
}
.t702 .t702__inputsbox_hidden.t-form__inputsbox {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.t702 .t-input-group {
  margin-bottom: 25px;
}
.t702 .t-input {
  background-color: transparent;
  -webkit-appearance: none;
}
.t702 .t-input-block textarea {
  padding-top: 17px;
  background-color: transparent;
}
.t702 .t-input-block textarea.t-input_pvis {
  padding-top: 26px;
}
.t702 .t-input-title {
  padding-bottom: 5px;
}
.t702 .t-input-subtitle {
  padding-bottom: 15px;
}
.t702 .t-input-group_rd .t-input-subtitle {
  padding-bottom: 5px;
}
.t702 .t-inputtime,
.t702 .t-datepicker__wrapper {
  max-width: 245px;
}
.t702 .t-form__submit {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  margin-top: 25px;
}
.t702 .t-submit {
  width: 100%;
  height: 54px;
  -webkit-appearance: none;
}
.t702 .t-form_bbonly .t-input-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.t702 .t-form_bbonly .t-input-subtitle {
  padding-bottom: 0;
  padding-top: 5px;
}
.t702 .t-form__inputsbox .t-input-group_st .t-input-block {
  display: none;
  margin-bottom: 0;
}
.t702 .t702__form-bottom-text {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .t702 .t-input-group {
    margin-bottom: 20px;
  }
  .t702 .t-input-block textarea {
    padding-top: 12px;
  }
  .t702 .t-submit,
  .t702 .t-input {
    height: 50px;
    font-size: 16px;
  }
  .t702 .t-input {
    padding: 0 14px;
  }
  .t702 .t-input__vis-ph {
    top: 17px;
  }
  .t702 .t-input_pvis {
    padding: 22px 20px 10px 20px;
  }
  .t702 .t-input-block textarea.t-input_pvis {
    padding-top: 22px;
  }
}
@media screen and (max-width: 480px) {
  .t702 .t-inputtime,
  .t702 .t-datepicker__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .t702 .t-popup_show .t-popup__container {
    max-width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 50px;
    margin: 0;
    box-sizing: border-box;
    min-height: 100vh;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }
  .t702 .t-popup {
    padding: 0;
  }
  .t702 .t-popup__close {
    width: 100%;
    height: 50px;
    background: #000;
    position: fixed;
    display: table;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
  }
  .t702 .t-popup__close-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    font-size: 0;
  }
  .t702 .t-popup__close-icon {
    width: 16px;
  }
}
@media screen and (min-width: 980px) {
  div:not(.t396) .t-animate[data-animate-style="fadein"],
  div:not(.t396) .t-animate[data-animate-style="fadeinup"],
  div:not(.t396) .t-animate[data-animate-style="fadeindown"],
  div:not(.t396) .t-animate[data-animate-style="fadeinleft"],
  div:not(.t396) .t-animate[data-animate-style="fadeinright"],
  div:not(.t396) .t-animate[data-animate-style="zoomin"],
  div:not(.t396) .t-animate[data-animate-style="zoomout"] {
    opacity: 0;
    -webkit-transition-property: opacity,transform;
    transition-property: opacity,transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
  }
  div:not(.t396) .t-title.t-animate {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
  }
  div:not(.t396) .t-descr.t-animate,
  div:not(.t396) .t-uptitle.t-animate,
  div:not(.t396) .t-subtitle.t-animate,
  div:not(.t396) .t-text.t-animate {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
  div:not(.t396) .t-item.t-animate {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  div:not(.t396) .t-animate_started[data-animate-style="fadein"] {
    opacity: 1;
  }
  div:not(.t396) .t-animate[data-animate-style="fadeinup"] {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  div:not(.t396) .t-animate_started[data-animate-style="fadeinup"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  div:not(.t396) .t-animate[data-animate-style="fadeindown"] {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  div:not(.t396) .t-animate_started[data-animate-style="fadeindown"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  div:not(.t396) .t-animate[data-animate-style="fadeinleft"] {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  div:not(.t396) .t-animate_started[data-animate-style="fadeinleft"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  div:not(.t396) .t-animate[data-animate-style="fadeinright"] {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  div:not(.t396) .t-animate_started[data-animate-style="fadeinright"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  div:not(.t396) .t-animate[data-animate-style="zoomin"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  div:not(.t396) .t-animate_started[data-animate-style="zoomin"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  div:not(.t396) .t-animate[data-animate-style="zoomout"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  div:not(.t396) .t-animate_started[data-animate-style="zoomout"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  div:not(.t396) .t-animate_started[data-animate-distance],
  .t-animate_started[data-animate-scale] {
    -webkit-transform: none!important;
    transform: none !important;
  }
}
.t396 .t-animate[data-animate-style='fadein'],
.t396 .t-animate[data-animate-style='fadeinup'],
.t396 .t-animate[data-animate-style='fadeindown'],
.t396 .t-animate[data-animate-style='fadeinleft'],
.t396 .t-animate[data-animate-style='fadeinright'],
.t396 .t-animate[data-animate-style='zoomin'],
.t396 .t-animate[data-animate-style='zoomout'],
.t396 .t-animate[data-animate-style-res-960='fadein'],
.t396 .t-animate[data-animate-style-res-960='fadeinup'],
.t396 .t-animate[data-animate-style-res-960='fadeindown'],
.t396 .t-animate[data-animate-style-res-960='fadeinleft'],
.t396 .t-animate[data-animate-style-res-960='fadeinright'],
.t396 .t-animate[data-animate-style-res-960='zoomin'],
.t396 .t-animate[data-animate-style-res-960='zoomout'],
.t396 .t-animate[data-animate-style-res-640='fadein'],
.t396 .t-animate[data-animate-style-res-640='fadeinup'],
.t396 .t-animate[data-animate-style-res-640='fadeindown'],
.t396 .t-animate[data-animate-style-res-640='fadeinleft'],
.t396 .t-animate[data-animate-style-res-640='fadeinright'],
.t396 .t-animate[data-animate-style-res-640='zoomin'],
.t396 .t-animate[data-animate-style-res-640='zoomout'],
.t396 .t-animate[data-animate-style-res-480='fadein'],
.t396 .t-animate[data-animate-style-res-480='fadeinup'],
.t396 .t-animate[data-animate-style-res-480='fadeindown'],
.t396 .t-animate[data-animate-style-res-480='fadeinleft'],
.t396 .t-animate[data-animate-style-res-480='fadeinright'],
.t396 .t-animate[data-animate-style-res-480='zoomin'],
.t396 .t-animate[data-animate-style-res-480='zoomout'],
.t396 .t-animate[data-animate-style-res-320='fadein'],
.t396 .t-animate[data-animate-style-res-320='fadeinup'],
.t396 .t-animate[data-animate-style-res-320='fadeindown'],
.t396 .t-animate[data-animate-style-res-320='fadeinleft'],
.t396 .t-animate[data-animate-style-res-320='fadeinright'],
.t396 .t-animate[data-animate-style-res-320='zoomin'],
.t396 .t-animate[data-animate-style-res-320='zoomout'] {
  opacity: 0;
  -webkit-transition-property: opacity,transform;
  transition-property: opacity,transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-backface-visibility: hidden;
}
.t396 .t-title.t-animate {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.t396 .t-descr.t-animate,
.t396 .t-uptitle.t-animate,
.t396 .t-subtitle.t-animate,
.t396 .t-text.t-animate {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.t396 .t-item.t-animate {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.t396 .t-animate_started[data-animate-style='fadein'],
.t396 .t-animate_started[data-animate-style-res-960='fadein'],
.t396 .t-animate_started[data-animate-style-res-640='fadein'],
.t396 .t-animate_started[data-animate-style-res-480='fadein'],
.t396 .t-animate_started[data-animate-style-res-320='fadein'] {
  opacity: 1;
}
.t396 .t-animate[data-animate-style='fadeinup'],
.t396 .t-animate[data-animate-style-res-960='fadeinup'],
.t396 .t-animate[data-animate-style-res-640='fadeinup'],
.t396 .t-animate[data-animate-style-res-480='fadeinup'],
.t396 .t-animate[data-animate-style-res-320='fadeinup'] {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.t396 .t-animate_started[data-animate-style='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-960='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-640='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-480='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-320='fadeinup'] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.t396 .t-animate[data-animate-style='fadeindown'],
.t396 .t-animate[data-animate-style-res-960='fadeindown'],
.t396 .t-animate[data-animate-style-res-640='fadeindown'],
.t396 .t-animate[data-animate-style-res-480='fadeindown'],
.t396 .t-animate[data-animate-style-res-320='fadeindown'] {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}
.t396 .t-animate_started[data-animate-style='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-960='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-640='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-480='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-320='fadeindown'] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.t396 .t-animate[data-animate-style='fadeinleft'],
.t396 .t-animate[data-animate-style-res-960='fadeinleft'],
.t396 .t-animate[data-animate-style-res-640='fadeinleft'],
.t396 .t-animate[data-animate-style-res-480='fadeinleft'],
.t396 .t-animate[data-animate-style-res-320='fadeinleft'] {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.t396 .t-animate_started[data-animate-style='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-960='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-640='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-480='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-320='fadeinleft'] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.t396 .t-animate[data-animate-style='fadeinright'],
.t396 .t-animate[data-animate-style-res-960='fadeinright'],
.t396 .t-animate[data-animate-style-res-640='fadeinright'],
.t396 .t-animate[data-animate-style-res-480='fadeinright'],
.t396 .t-animate[data-animate-style-res-320='fadeinright'] {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.t396 .t-animate_started[data-animate-style='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-960='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-640='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-480='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-320='fadeinright'] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.t396 .t-animate[data-animate-style='zoomin'],
.t396 .t-animate[data-animate-style-res-960='zoomin'],
.t396 .t-animate[data-animate-style-res-640='zoomin'],
.t396 .t-animate[data-animate-style-res-480='zoomin'],
.t396 .t-animate[data-animate-style-res-320='zoomin'] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.t396 .t-animate_started[data-animate-style='zoomin'],
.t396 .t-animate_started[data-animate-style-res-960='zoomin'],
.t396 .t-animate_started[data-animate-style-res-640='zoomin'],
.t396 .t-animate_started[data-animate-style-res-480='zoomin'],
.t396 .t-animate_started[data-animate-style-res-320='zoomin'] {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.t396 .t-animate[data-animate-style='zoomout'],
.t396 .t-animate[data-animate-style-res-960='zoomout'],
.t396 .t-animate[data-animate-style-res-640='zoomout'],
.t396 .t-animate[data-animate-style-res-480='zoomout'],
.t396 .t-animate[data-animate-style-res-320='zoomout'] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.t396 .t-animate_started[data-animate-style='zoomout'],
.t396 .t-animate_started[data-animate-style-res-960='zoomout'],
.t396 .t-animate_started[data-animate-style-res-640='zoomout'],
.t396 .t-animate_started[data-animate-style-res-480='zoomout'],
.t396 .t-animate_started[data-animate-style-res-320='zoomout'] {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.t396 .t-animate_started[data-animate-distance],
.t396 .t-animate_started[data-animate-distance-res-960],
.t396 .t-animate_started[data-animate-distance-res-640],
.t396 .t-animate_started[data-animate-distance-res-480],
.t396 .t-animate_started[data-animate-distance-res-320],
.t396 .t-animate_started[data-animate-scale],
.t396 .t-animate_started[data-animate-scale-res-960],
.t396 .t-animate_started[data-animate-scale-res-640],
.t396 .t-animate_started[data-animate-scale-res-480],
.t396 .t-animate_started[data-animate-scale-res-320] {
  -webkit-transform: none!important;
  transform: none !important;
}
.t-slds {
  position: relative;
  overflow: hidden;
}
.t-slds__bgimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.t-slds__bgimg-contain {
  background-size: contain;
}
.t-slds__iframe {
  position: relative;
}
.t-slds__iframe__body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-slds__img {
  display: block;
  width: 100%;
}
.t-slds__container {
  overflow: hidden;
  position: relative;
}
.t-slds__items-wrapper {
  position: relative;
  overflow: hidden;
}
.t-store__relevants-grid-cont.t-store__valign-buttons .t-slds__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-slds__nocycle .t-slds__item:first-child,
.t-slds__nocycle .t-slds__item:not(.t-slds__item_dummy):last-child {
  opacity: 0 !important;
}
.t-slds__nocycle .t-slds__arrow_wrapper-left {
  display: none;
}
.t-slds__items-wrapper:after,
.t-slds__items-wrapper:before {
  content: '';
  display: table;
  clear: both;
}
.t-slds_animated.t-slds_animated-fast,
.t-slds_animated.t-slds_animated-none {
  -webkit-transition: height ease-in-out 0.3s, transform ease-in-out 0.3s;
  -moz-transition: height ease-in-out 0.3s, transform ease-in-out 0.3s;
  -o-transition: height ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: height ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.t-slds_animated.t-slds_animated-slow {
  -webkit-transition: height ease-in-out 0.5s, transform ease-in-out 0.5s;
  -moz-transition: height ease-in-out 0.5s, transform ease-in-out 0.5s;
  -o-transition: height ease-in-out 0.5s, transform ease-in-out 0.5s;
  transition: height ease-in-out 0.5s, transform ease-in-out 0.5s;
}
.t-slds_animated.t-slds_animated-cancel {
  -webkit-transition: height ease-in-out 0.3s, transform 0s;
  -moz-transition: height ease-in-out 0.3s, transform 0s;
  -o-transition: height ease-in-out 0.3s, transform 0s;
  transition: height ease-in-out 0.3s, transform 0s;
}
.t-slds__item {
  float: left;
}
.t-slds_ie .t-slds__item {
  display: none !important;
}
.t-slds_ie .t-slds__item_active {
  display: block !important;
}
.t-slds__arrow_container-outside {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.t-slds__arrow_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1%;
  cursor: pointer;
  z-index: 15;
  -webkit-transition: height ease-in-out 0.3s;
  -moz-transition: height ease-in-out 0.3s;
  -o-transition: height ease-in-out 0.3s;
  transition: height ease-in-out 0.3s;
}
.t-slds__arrow_wrapper-left {
  left: 0;
}
.t-slds__arrow_wrapper-right {
  right: 0;
}
.t-slds__arrow {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .t-store__relevants__container .t-slds__arrow {
    padding: 20px;
  }
  .t-store__relevants__container .t-slds__arrow-left {
    transform: translateY(-50%) translateX(-20px);
  }
  .t-store__relevants__container .t-slds__arrow-right {
    transform: translateY(-50%) translateX(20px);
  }
  .t-store__relevants__container .t-slds__arrow.t-slds__arrow-withbg {
    padding: 0;
  }
  .t-slds__arrow_wrapper {
    width: 45px;
  }
}
.t-slds__arrow-left {
  left: 30px;
}
.t-slds__arrow-right {
  right: 30px;
}
@media screen and (min-width: 960px) {
  .t-slds__arrow-nearpic .t-slds__arrow-left {
    right: 40px;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    left: auto;
  }
  .t-slds__arrow-nearpic .t-slds__arrow-right {
    left: 40px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
  }
  .t-slds__arrow-inpic .t-slds__arrow-left {
    right: -40px;
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    left: auto;
  }
  .t-slds__arrow-inpic .t-slds__arrow-right {
    left: -40px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .t-slds__arrow-nearpic .t-slds__arrow-left {
    right: 50px;
  }
  .t-slds__arrow-nearpic .t-slds__arrow-right {
    left: 50px;
  }
  .t-slds__arrow-inpic .t-slds__arrow-left {
    right: -50px;
  }
  .t-slds__arrow-inpic .t-slds__arrow-right {
    left: -50px;
  }
}
.t-slds__arrow-withbg {
  border-radius: 100px;
  background-color: #eee;
  -webkit-transition: background-color ease-in-out 0.2s, border-color ease-in-out 0.2s;
  -moz-transition: background-color ease-in-out 0.2s, border-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s, border-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s, border-color ease-in-out 0.2s;
}
.t-slds__arrow-withbg .t-slds__arrow_body {
  position: absolute;
  top: 50%;
  left: 50%;
}
.t-slds__arrow-withbg .t-slds__arrow_body-left {
  -webkit-transform: translate(-55%, -50%) rotate(180deg);
  -moz-transform: translate(-55%, -50%) rotate(180deg);
  -o-transform: translate(-55%, -50%) rotate(180deg);
  transform: translate(-55%, -50%) rotate(180deg);
}
.t-slds__arrow-withbg .t-slds__arrow_body-right {
  -webkit-transform: translate(-45%, -50%);
  -moz-transform: translate(-45%, -50%);
  -o-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}
.t-slds__arrow_body-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.t-slds__bullet_wrapper {
  text-align: center;
  position: relative;
  z-index: 15;
  padding: 16px 0 0;
  width: 100%;
  font-size: 0;
}
.t-slds__container .t-slds__bullet_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.t-slds__container .t-slds__bullet_wrapper {
  padding-bottom: 16px;
}
.t-slds__bullet {
  display: inline-block;
  padding: 10px 5px;
  cursor: pointer;
}
.t-slds__bullet_body {
  background-color: #eee;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  box-sizing: border-box;
}
.t-slds__caption__container {
  position: relative;
  margin-top: 16px;
}
.t-slds__caption_wrapper {
  border-top: 1px solid #eee;
  padding: 14px 0;
}
.t-slds__caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.t-slds__caption-active {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
}
.t-slds__descr {
  margin-top: 5px;
  color: #777;
}
@media screen and (max-width: 960px) {
  .t-width .t-slds__wrapper {
    padding: 0 20px;
  }
  .t-col_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0;
  }
  .t-width_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0 20px;
  }
  .t-slds__arrow-left {
    left: 20px;
  }
  .t-slds__arrow-right {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .t-slds__arrow-left {
    left: 5px;
  }
  .t-slds__arrow-right {
    right: 5px;
  }
  .t-store__relevants__container .t-slds__arrow-withbg {
    width: 40px!important;
    height: 40px !important;
  }
  .t-slds__arrow-withbg {
    width: 24px!important;
    height: 24px !important;
  }
  .t-slds__arrow_body {
    width: 10px !important;
  }
  .t-slds__arrow-withbg .t-slds__arrow_body {
    width: 6px !important;
  }
  .t-col .t-slds__witharrows .t-slds__wrapper {
    padding: 0 15px;
  }
  .t-width .t-slds__witharrows .t-slds__wrapper {
    padding: 0 35px;
  }
  .t-col_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0 15px;
  }
  .t-width_12 .t-slds__witharrows .t-slds__wrapper {
    padding: 0 35px;
  }
}
.t-slds__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.t-slds__play_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.t-slds__play:hover .t-slds__play_icon {
  -moz-transform: translateY(-50%) scale(1.15);
  -ms-transform: translateY(-50%) scale(1.15);
  -webkit-transform: translateY(-50%) scale(1.15);
  -o-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}
.t-slds__frame {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-slds__thumbsbullet-wrapper {
  font-size: 0;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after,
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before {
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
  content: "+ " attr(data-gallery-length);
  letter-spacing: -4px;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  margin: auto;
  font-family: Roboto, Arial, sans-serif;
}
.t-slds__thumbsbullets-with-gallery.t-slds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.t-slds__thumbsbullets-with-gallery .t-slds__main {
  width: calc(30%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet:last-child {
  margin-bottom: 0;
}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 60px;
  margin-right: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 640px) {
  .t-slds__thumbsbullets-with-gallery .t-slds__main {
    width: 100%;
  }
  .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-top: 10px;
  }
  .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet {
    width: 60px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .t-slds__thumbsbullets-with-gallery.t-slds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
    font-size: 32px;
  }
}
.t-slds__thumbsbullet.t-slds__bullet {
  padding: 0;
  width: 60px;
  position: relative;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  margin-right: 5px;
  margin-top: 4px;
}
.t-slds__thumbsbullet.t-slds__bullet:not(.t-slds__bullet_active):hover {
  opacity: 0.7;
}
.t-slds__thumbsbullet-border {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid transparent;
  -webkit-transition: border-color ease-in-out 0.3s;
  -moz-transition: border-color ease-in-out 0.3s;
  -o-transition: border-color ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
  border-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 640px) {
  .t-slds__thumbsbullet.t-slds__bullet {
    width: 40px;
    margin-right: 4px;
    margin-top: 3px;
  }
}
.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
}
.t-zoomer__show_fixed {
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}
.t-zoomer__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.t-zoomer__show .t-zoomer__wrapper {
  z-index: 9999999;
  opacity: 1;
}
.t-zoomer__container {
  text-align: center;
  top: 0;
}
.t-zoomer__bg,
.t-zoomer__container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-zoomer__bg {
  top: 0;
  background: #fff;
  cursor: zoom-out;
}
.t-zoomer__comments {
  display: block;
  height: auto;
  padding: 14px;
  text-align: center;
  max-width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
}
.t-zoomer__descr {
  z-index: 3;
}
.t-zoomable {
  cursor: zoom-in;
}
.t-zoomer__show .t-carousel__zoomer__inner,
.t-zoomer__show .t-zoomable {
  cursor: zoom-out;
}
.t-zoomer__container {
  z-index: 99999999;
}
.t-carousel__zoomed,
.t-carousel__zoomer__slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel__zoomer__inner {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  overflow: hidden;
}
.t-carousel__zoomer__track {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.29, 0.39, 0.2, 0.96);
}
.t-carousel__zoomer__item {
  width: 100vw;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.t-carousel__zoomer__img {
  display: block;
  max-width: 100%;
  max-height: calc(70vh);
  object-fit: contain;
  margin: auto;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
}
.t-zoomer__close {
  width: auto;
  height: auto;
  right: 10px;
  top: 10px;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  cursor: pointer;
  transition: opacity ease-in-out 0.3s;
  z-index: 999999999999;
}
.t-zoomer__close:hover {
  opacity: 0.7;
}
.t-zoomer__close-line {
  position: absolute;
  left: 15px;
  height: 26px;
  width: 2px;
  background-color: #222;
}
.t-zoomer__close-line-first {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-zoomer__close-line-second {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.t-carousel__zoomer__control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  transition: opacity ease-in-out 0.3s;
  cursor: pointer;
  z-index: 99;
}
.t-carousel__zoomer__control_right {
  left: auto;
  right: 0;
}
.t-carousel__zoomer__control:hover {
  opacity: 0.6;
}
.t-carousel__zoomer__arrow {
  width: 18px;
  height: 18px;
  background: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.t-carousel__zoomer__arrow__wrapper {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) scale(0.8);
  position: absolute;
  top: 50%;
}
.t-carousel__zoomer__arrow_right {
  border-top: 2px solid;
  border-right: 2px solid;
}
.t-carousel__zoomer__arrow_left {
  border-left: 2px solid;
  border-bottom: 2px solid;
}
img.t-carousel__zoomer__img.ui-draggable.ui-draggable-handle {
  cursor: grab;
}
.t-carousel__zoomer__arrow__wrapper:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 10px;
  top: calc(27%);
}
.t-carousel__zoomer__arrow__wrapper_dark:before {
  background: rgba(1, 1, 1, 0.3);
}
.t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before {
  left: calc(24%);
}
.t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_right:before {
  right: calc(24%);
}
.scale-active .t-carousel__zoomer__img {
  max-height: inherit;
  max-width: inherit;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  cursor: zoom-out;
}
.scale-active .t-carousel__zoomer__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scale-active .t-carousel__zoomer__control {
  height: 15%;
  margin: auto;
}
.t-zoomer__scale.showed {
  position: fixed;
  right: 65px;
  top: 10px;
  padding: 10px;
  cursor: pointer;
  transition: opacity ease-in-out 0.3s;
  z-index: 999999999;
  display: none;
}
.t-zoomer__scale.showed .icon-increase {
  display: block;
}
.scale-active .t-carousel__zoomer__img {
  position: absolute;
}
.scale-active .t-carousel__zoomer__item {
  display: none;
}
.scale-active .t-carousel__zoomer__item.active {
  display: block;
}
.scale-active .t-zoomer__scale.showed .icon-increase,
.t-zoomer__scale.showed .icon-decrease {
  display: none;
}
.scale-active .t-zoomer__scale.showed .icon-decrease {
  display: block;
}
.t-zoomer__close,
.t-zoomer__scale.showed {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.t-carousel__zoomer__arrow__wrapper_right {
  right: 20px;
}
.t-carousel__zoomer__arrow__wrapper_left {
  left: 20px;
}
.t-zoomer__scale:hover {
  opacity: 0.7;
}
.t-zoomer__hide-animation {
  -webkit-animation-name: hide;
  animation-name: hide;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .t-carousel__zoomer__inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .t-carousel__zoomer__control .t-carousel__zoomer__arrow {
    width: 10px;
    height: 10px;
  }
  .t-carousel__zoomer-control {
    width: 10%;
  }
  .t-carousel__zoomer__arrow__left {
    left: 15px;
  }
  .t-carousel__zoomer__arrow__right {
    right: 15px;
  }
  .t-carousel__zoomer__arrow__wrapper:before,
  .t-carousel__zoomer__arrow__wrapper_dark:before {
    width: 18px;
    height: 18px;
    top: calc(31%);
  }
  .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before {
    left: calc(29%);
  }
  .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_right:before {
    right: calc(29%);
  }
}
@supports (-webkit-overflow-scrolling:touch) {
  .t-carousel__zoomer__img {
    object-fit: contain;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.t-body_popupshowed {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
.t-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  display: none;
}
.t-popup.t-popup_show {
  opacity: 1;
}
.t-popup__container {
  background: #fff;
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  z-index: 1;
  cursor: default;
  -moz-transform: translateY(-30%) scale(0.9);
  -ms-transform: translateY(-30%) scale(0.9);
  -webkit-transform: translateY(-30%) scale(0.9);
  -o-transform: translateY(-30%) scale(0.9);
  transform: translateY(-30%) scale(0.9);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .t-popup__container {
    width: 100%;
  }
}
.t-popup__container-animated {
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
}
.t-popup_show .t-popup__container {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t-popup__container.t-popup__container-static {
  margin: 65px auto;
  top: 0;
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  -moz-transform: translateY(30%) scale(0.9);
  -ms-transform: translateY(30%) scale(0.9);
  -webkit-transform: translateY(30%) scale(0.9);
  -o-transform: translateY(30%) scale(0.9);
  transform: translateY(30%) scale(0.9);
}
.t-popup_show .t-popup__container.t-popup__container-static {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.t-popup__close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  z-index: 9;
}
.t-popup__close:hover {
  opacity: 0.7;
}
.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
}
.t-submit {
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: transparent;
}
.t-submit_sending {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .t-submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-input {
  margin: 0;
  font-size: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.t-input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.t-input_bbonly {
  outline: none;
  padding-left: 0!important;
  padding-right: 0!important;
  border-top: 0!important;
  border-right: 0!important;
  border-left: 0!important;
  background-color: transparent!important;
  border-radius: 0!important;
  border-bottom: 1px solid;
}
.t-input_pvis {
  padding: 26px 20px 10px 20px;
}
.tn-atom__form .t-input_pvis {
  padding: 26px 20px 10px 20px !important;
}
.t-input__vis-ph {
  font-size: 16px;
  line-height: 1;
  opacity: .5;
  position: absolute;
  left: 20px;
  top: 22px;
  height: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform-origin: left;
  transform-origin: left;
  pointer-events: none;
  white-space: nowrap;
}
.t-input:focus ~ .t-input__vis-ph,
.t-input_has-content + .t-input__vis-ph {
  -webkit-transform: translateY(-100%) scale(0.7);
  transform: translateY(-100%) scale(0.7);
}
.t-input:invalid {
  box-shadow: none;
}
.t-input-group_cb div[data-customstyle=yes] {
  display: inline;
  vertical-align: middle;
}
.t-form_bbonly .t-input__vis-ph {
  left: 0px !important;
}
.t-form_bbonly .js-error-control-box .t-input__vis-ph {
  left: 10px !important;
}
.t-input-group_ta textarea.t-input {
  resize: vertical;
}
.t-select {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  height: 60px;
  padding: 0 45px 0 20px;
  font-size: 16px;
  line-height: 1.33;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.t-select_bbonly {
  outline: none;
  padding-left: 0!important;
  padding-right: 0!important;
  border-top: 0!important;
  border-right: 0!important;
  border-left: 0!important;
  background-color: transparent!important;
  border-radius: 0 !important;
}
.t-select_bbonly option {
  color: #000;
  background-color: #fff;
}
.t-select__wrapper {
  position: relative;
}
.t-select__wrapper:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.t-select::-ms-expand {
  width: 0;
  height: 0;
  opacity: 0;
}
.t-select__wrapper_bbonly::after {
  right: 0px !important;
}
.t-checkbox__control {
  display: block;
  position: relative;
  cursor: pointer;
}
.t-checkbox__control .t-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.t-checkbox__indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.t-checkbox__indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
  opacity: 1;
}
.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
  display: block;
}
.t-checkbox__labeltext,
.t-checkbox__labeltext div {
  display: inline;
}
.t-checkboxes__wrapper .t-checkbox__control {
  margin: 10px 0;
}
.t-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.t-radio__control {
  display: table;
  position: relative;
  cursor: pointer;
  margin: 0 0 10px 0;
}
.t-radio__control:first-child {
  margin: 3px 0 10px 0;
}
.t-radio__control:last-child {
  margin: 0 0 0 0;
}
.t-radio__indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.6;
}
.t-radio__indicator:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.t-radio__control .t-radio:checked ~ .t-radio__indicator:after {
  opacity: 1;
}
.t-radio__control .t-radio:checked ~ .t-radio__indicator {
  opacity: 1;
}
.t-inputquantity {
  width: 70px;
  text-align: center;
  margin-left: .5rem;
  margin-right: 0.5rem;
}
.t-inputquantity__btn {
  font-size: 26px;
  cursor: pointer;
  margin-left: .5rem;
  margin-right: .5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.t-form .uploadcare-widget-button {
  background: #333;
  line-height: 1.4;
  font-size: 14px;
}
.t-form .uploadcare-widget-button:hover {
  background: #444;
}
.t-input-title {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
}
.t-input-subtitle {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
}
.t-form__bottom-text {
  margin-top: 30px;
  text-align: center;
}
.t-input-error {
  display: none;
  color: red;
  font-size: 13px;
  margin-top: 5px;
}
.t-form .js-error-control-box .t-input-error {
  display: block;
}
.t-form .js-error-control-box .t-input:not(.t-input-phonemask),
.t-form .js-error-control-box .t-checkbox__control,
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-select,
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .uploadcare-widget {
  border: 1px solid red !important;
}
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .t-checkbox__control {
  padding: 10px;
}
.t-form .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control {
  border: none!important;
  padding: 0;
}
.t-form .js-error-control-box .t-input.t-input_bbonly {
  padding-left: 10px !important;
}
.t-form__errorbox-bottom {
  display: none;
}
.t-form__errorbox-wrapper {
  background: #F95D51;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.t-form__errorbox-text {
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
}
.t-form__errorbox-item {
  padding-top: 10px;
  display: none;
}
.t-form__successbox {
  text-align: center;
  background: #62C584;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.t-form option {
  color: #000;
}
@keyframes t-submit-spinner {
  to {
    transform: rotate(360deg);
  }
}
.t-form .t-submit {
  position: relative;
}
.t-form .t-submit.t-btn_sending,
.t-btn.t-btn_sending {
  color: transparent !important;
}
.t-form .t-btn_sending:before,
.t-btn.t-btn_sending:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: t-submit-spinner 0.6s linear infinite;
}
#rec417127606 .t396__artboard {
  height: 550px;
  background-image: linear-gradient(121deg, #d8f5d9 0%, #a0c6f3 100%);
}
#rec417127606 .t396__filter {
  height: 550px;
}
#rec417127606 .t396__carrier {
  height: 550px;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .t396__artboard {
    height: 483px;
  }
  #rec417127606 .t396__filter {
    height: 483px;
  }
  #rec417127606 .t396__carrier {
    height: 483px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .t396__artboard {
    height: 563px;
  }
  #rec417127606 .t396__filter {
    height: 563px;
  }
  #rec417127606 .t396__carrier {
    height: 563px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .t396__artboard {
    height: 693px;
  }
  #rec417127606 .t396__filter {
    height: 693px;
  }
  #rec417127606 .t396__carrier {
    height: 693px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .t396__artboard {
    height: 693px;
  }
  #rec417127606 .t396__filter {
    height: 693px;
  }
  #rec417127606 .t396__carrier {
    height: 693px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358000"] {
  color: #2d3746;
  text-align: center;
  z-index: 22;
  top: 77px;
  left: calc(-394%);
  width: 888px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358000"] .tn-atom {
  color: #2d3746;
  font-size: 33px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.09;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] {
    top: 50px;
    left: calc(-420%);
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] .tn-atom {
    font-size: 35px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] {
    top: 60px;
    left: calc(-144%);
    width: 388px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] {
    top: 40px;
    left: calc(-113%);
    width: 327px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] {
    text-align: center;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] .tn-atom {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] {
    top: 60px;
    left: calc(-85%);
    width: 271px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] {
    text-align: center;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358000"] .tn-atom {
    font-size: 25px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358005"] {
  z-index: 23;
  top: 153px;
  left: calc(-530%);
  width: 565px;
  height: 265px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358005"] .tn-atom {
  border-radius: 20px;
  background-image: linear-gradient(90deg, #2f75da 0%, #3ea4f8 100%);
  background-position: center center;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358005"] {
    top: 133px;
    left: calc(-420%);
    width: 460px;
    height: 243px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358005"] .tn-atom {
    border-radius: 15px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358005"] {
    top: 173px;
    left: calc(-260%);
    width: 300px;
    height: 284px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358005"] {
    top: 133px;
    left: calc(-180%);
    width: 460px;
    height: 216px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358005"] {
    top: 143px;
    left: calc(5%);
    width: 90px;
    height: 223px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358009"] {
  z-index: 24;
  top: 153px;
  left: calc(65%);
  width: 565px;
  height: 265px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358009"] .tn-atom {
  border-radius: 20px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358009"] {
    top: 133px;
    left: calc(60%);
    width: 460px;
    height: 243px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358009"] .tn-atom {
    border-radius: 15px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358009"] {
    top: 173px;
    left: calc(60%);
    width: 300px;
    height: 284px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358009"] {
    top: 374px;
    left: calc(-180%);
    width: 460px;
    height: 233px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358009"] {
    top: 391px;
    left: calc(5%);
    width: 90px;
    height: 227px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358074"] {
  color: #ffffff;
  text-align: LEFT;
  z-index: 25;
  top: 192px;
  left: calc(-491%);
  width: 497px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358074"] .tn-atom {
  color: #ffffff;
  font-size: 29px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.09;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] {
    top: 159px;
    left: calc(-390%);
    width: 402px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] .tn-atom {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] {
    top: 199px;
    left: calc(-230%);
    width: 259px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] .tn-atom {
    font-size: 27px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] {
    top: 159px;
    left: calc(-150%);
    width: 401px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] .tn-atom {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] {
    top: 163px;
    left: 12px;
    width: 258px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358074"] .tn-atom {
    font-size: 21px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358076"] {
  color: #2d3746;
  text-align: LEFT;
  z-index: 26;
  top: 192px;
  left: calc(102%);
  width: 497px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358076"] .tn-atom {
  color: #2d3746;
  font-size: 29px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.09;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] {
    top: 159px;
    left: calc(90%);
    width: 414px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] .tn-atom {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] {
    top: 199px;
    left: calc(90%);
    width: 259px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] .tn-atom {
    font-size: 27px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] {
    top: 400px;
    left: calc(-150%);
    width: 401px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] .tn-atom {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] {
    top: 411px;
    left: 12px;
    width: 255px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358076"] .tn-atom {
    font-size: 21px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358082"] {
  color: #2d3746;
  text-align: center;
  z-index: 27;
  top: 344px;
  left: calc(-493%);
  width: 192px;
  height: 38px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358082"] .tn-atom {
  color: #2d3746;
  font-size: 14px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  border-width: 1px;
  border-radius: 5px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.4);
}
#rec417127606 .tn-elem[data-elem-id="1628970358082"] .tn-atom:hover {
  background-color: #2d3746;
  background-image: none;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358082"] {
    top: 309px;
    left: calc(-390%);
    width: 200px;
    height: 39px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358082"] {
    top: 389px;
    left: calc(-230%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358082"] {
    top: 281px;
    left: calc(-150%);
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358082"] {
    top: 307px;
    left: 12px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358086"] {
  color: #2f3948;
  text-align: LEFT;
  z-index: 28;
  top: 240px;
  left: calc(103%);
  width: 425px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358086"] .tn-atom {
  color: #2f3948;
  font-size: 18px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] {
    top: 204px;
    left: calc(90%);
    width: 358px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] .tn-atom {
    font-size: 17px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] {
    top: 276px;
    left: calc(90%);
    width: 231px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] .tn-atom {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] {
    top: 439px;
    left: calc(-150%);
    width: 330px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] .tn-atom {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358086"] {
    top: 445px;
    left: 12px;
    width: 214px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1628970358089"] {
  color: #ffffff;
  text-align: center;
  z-index: 29;
  top: 344px;
  left: calc(102%);
  width: 192px;
  height: 38px;
}
#rec417127606 .tn-elem[data-elem-id="1628970358089"] .tn-atom {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 5px;
  background-color: #378eea;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
#rec417127606 .tn-elem[data-elem-id="1628970358089"] .tn-atom:hover {
  background-color: #2d3746;
  background-image: none;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358089"] {
    top: 309px;
    left: calc(90%);
    width: 200px;
    height: 39px;
  }
  #rec417127606 .tn-elem[data-elem-id="1628970358089"] .tn-atom {
    line-height: 1.95;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358089"] {
    top: 389px;
    left: calc(90%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358089"] {
    top: 539px;
    left: calc(-150%);
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1628970358089"] {
    top: 555px;
    left: 12px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1636653378237"] {
  color: #ffffff;
  text-align: LEFT;
  z-index: 30;
  top: 240px;
  left: calc(-492%);
  width: 410px;
}
#rec417127606 .tn-elem[data-elem-id="1636653378237"] .tn-atom {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] {
    top: 204px;
    left: calc(-390%);
    width: 384px;
  }
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] .tn-atom {
    font-size: 17px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] {
    top: 276px;
    left: calc(-230%);
    width: 254px;
  }
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] .tn-atom {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] {
    top: 198px;
    left: calc(-150%);
    width: 341px;
  }
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] .tn-atom {
    font-size: 15px;
    line-height: 1.2;
    padding: 18px 0;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1636653378237"] {
    top: 197px;
    left: 12px;
    width: 243px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1645555882639"] {
  z-index: 21;
  top: 450px;
  left: calc(604%);
  width: 70px;
}
#rec417127606 .tn-elem[data-elem-id="1645555882639"] .tn-atom {
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1645555882639"] {
    top: 388px;
    left: calc(505%);
    width: 57px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1645555882639"] {
    top: 470px;
    left: calc(330%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1645555882639"] {
    top: 630px;
    left: calc(220%);
    width: 37px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1645555882639"] {
    top: 618px;
    left: calc(186%);
  }
}
#rec417127606 .tn-elem[data-elem-id="1645555923564"] {
  z-index: 20;
  top: 443px;
  left: calc(65%);
  width: 108px;
}
#rec417127606 .tn-elem[data-elem-id="1645555923564"] .tn-atom {
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1645555923564"] {
    top: 395px;
    left: calc(100%);
    width: 88px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1645555923564"] {
    top: 475px;
    left: calc(110%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1645555923564"] {
    top: 627px;
    left: calc(78%);
    width: 69px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1645555923564"] {
    top: 635px;
    left: calc(40%);
  }
}
#rec417127606 .tn-elem[data-elem-id="1645555946221"] {
  z-index: 18;
  top: 451px;
  left: calc(-326%);
  width: 44px;
}
#rec417127606 .tn-elem[data-elem-id="1645555946221"] .tn-atom {
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1645555946221"] {
    top: 395px;
    left: calc(-230%);
    width: 36px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1645555946221"] {
    top: 475px;
    left: calc(-220%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1645555946221"] {
    top: 627px;
    left: calc(-180%);
    width: 28px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1645555946221"] {
    top: 625px;
    left: calc(-103%);
  }
}
#rec417127606 .tn-elem[data-elem-id="1645555973830"] {
  z-index: 17;
  top: 33px;
  left: calc(375%);
  width: 56px;
}
#rec417127606 .tn-elem[data-elem-id="1645555973830"] .tn-atom {
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1645555973830"] {
    top: 50px;
    left: calc(386%);
    width: 46px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1645555973830"] {
    top: 65px;
    left: calc(260%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1645555973830"] {
    top: 55px;
    left: calc(230%);
    width: 41px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1645555973830"] {
    top: 86px;
    left: calc(171%);
    width: 31px;
  }
}
#rec417127606 .tn-elem[data-elem-id="1645555991878"] {
  z-index: 4;
  top: 22px;
  left: calc(-702%);
  width: 175px;
}
#rec417127606 .tn-elem[data-elem-id="1645555991878"] .tn-atom {
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1645555991878"] {
    top: 12px;
    left: calc(-522%);
    width: 114px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1645555991878"] {
    top: 35px;
    left: calc(-330%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1645555991878"] {
    top: 35px;
    left: calc(-230%);
    width: 86px;
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1645555991878"] {
    top: 19px;
    left: calc(-157%);
  }
}
#rec417127606 .tn-elem[data-elem-id="1645556015301"] {
  z-index: 3;
  top: 75px;
  left: calc(-429%);
  width: 25px;
}
#rec417127606 .tn-elem[data-elem-id="1645556015301"] .tn-atom {
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec417127606 .tn-elem[data-elem-id="1645556015301"] {
    top: 25px;
    left: calc(-349%);
    width: 20px;
  }
}
@media screen and (max-width: 959px) {
  #rec417127606 .tn-elem[data-elem-id="1645556015301"] {
    top: 113px;
    left: calc(-164%);
  }
}
@media screen and (max-width: 639px) {
  #rec417127606 .tn-elem[data-elem-id="1645556015301"] {
    top: 93px;
    left: calc(-113%);
  }
}
@media screen and (max-width: 479px) {
  #rec417127606 .tn-elem[data-elem-id="1645556015301"] {
    top: 103px;
    left: calc(-86%);
  }
}
#rec417127660 input::-webkit-input-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 input::-moz-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 input:-moz-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 input:-ms-input-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 textarea::-webkit-input-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 textarea::-moz-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 textarea:-moz-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 textarea:-ms-input-placeholder {
  color: #2d3746;
  opacity: 0.5;
}
#rec417127660 .t-input__vis-ph {
  color: #2d3746;
}
#rec417127660 .t-submit:hover {
  background-color: #2d3746 !important;
}
#rec417127660 .t-submit {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media all and (max-width: 1300px) {
  .info-item__image {
    padding-right: 20px;
  }
  .info-item:nth-child(2) .info-item__image {
    padding-left: 20px;
  }
  .info-item__description {
    padding-left: 140px;
  }
}
@media all and (max-width: 1200px) {
  .logos__title {
    display: none;
  }
}
@media all and (max-width: 1100px) {
  h2,
  .h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .menu__item {
    margin: 0 8px;
  }
  .menu__link {
    font-size: 16px;
  }
  .showcase {
    padding-bottom: 20px;
  }
  .showcase__wrap h1 {
    font-size: 40px;
  }
  .showcase__image {
    max-width: 50%;
  }
  .info-item__image {
    max-width: 508px;
  }
}
@media all and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .header {
    padding: 0;
    position: static;
  }
  .header__inner {
    padding: 15px 20px;
    position: relative;
  }
  .menu {
    background-color: #fff;
    display: none;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 500;
  }
  .menu.open {
    display: block;
  }
  .menu.open .btn {
    display: none;
  }
  .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__list {
    display: block;
  }
  .menu__item {
    margin: 0 0 16px;
  }
  .menu__link {
    font-size: 14px;
  }
  .showcase {
    padding-top: 20px;
  }
  .showcase .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .showcase__wrap {
    padding-top: 0;
  }
  .section-icons {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .icons-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .icons-list__item {
    width: 30%;
  }
  .icons-list__text {
    font-size: 16px;
  }
  .about-text {
    font-size: 16px;
  }
  .section-info {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-info::after {
    display: none;
  }
  .info-image {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .info-image img {
    max-width: 100%;
  }
  .info-image__text-1,
  .info-image__text-2,
  .info-image__text-3,
  .info-image__text-4,
  .info-image__text-5 {
    color: #2E3847;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
  }
  .info-image__text-1 br,
  .info-image__text-2 br,
  .info-image__text-3 br,
  .info-image__text-4 br,
  .info-image__text-5 br {
    display: none;
  }
  .info-image__text-1::before,
  .info-image__text-2::before,
  .info-image__text-3::before,
  .info-image__text-4::before,
  .info-image__text-5::before {
    background: linear-gradient(259.58deg, #42B0FF -12.47%, #295ECC 124.69%);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 4px;
    left: 0;
    bottom: auto;
    right: auto;
  }
  .info-image__text-1 {
    top: auto;
    left: auto;
  }
  .info-image__text-2 {
    top: auto;
    left: auto;
  }
  .info-image__text-3 {
    top: auto;
    right: auto;
  }
  .info-image__text-4 {
    bottom: auto;
    left: auto;
  }
  .info-image__text-5 {
    bottom: auto;
    right: auto;
    margin-bottom: 24px;
  }
  .info-text {
    font-size: 16px;
    max-width: none;
    margin-bottom: 24px;
  }
  .info-list {
    margin-bottom: 24px;
  }
  .info-item {
    display: block;
  }
  .info-item__text {
    font-size: 16px;
  }
  .info-item__small {
    max-width: 100%;
  }
  .info-item__animation {
    width: 400px;
    height: 208px;
  }
  .info-item .info-item__image {
    background-image: none;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
    margin-right: auto;
    max-width: 400px;
  }
  .info-item:nth-child(1) {
    margin-bottom: 24px;
  }
  .info-item:nth-child(1) .info-item__text {
    max-width: none;
  }
  .info-item:nth-child(1) .info-item__image {
    padding: 20px 0;
  }
  .info-item:nth-child(2) {
    margin-bottom: 24px;
  }
  .info-item:nth-child(2) .info-item__text {
    max-width: none;
  }
  .info-item:nth-child(2) .info-item__image {
    margin: 0 auto;
    padding: 20px 0;
  }
  .info-item:nth-child(3) .info-item__image {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .tooltip-show {
    font-size: 16px;
    margin-left: -110px;
    width: 220px;
  }
  .section-what {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-what::after {
    display: none;
  }
  .section-what .sub {
    font-size: 18px;
  }
  .what-list__col {
    font-size: 24px;
    line-height: 1.4;
  }
  .what-list__answer {
    line-height: 1.4;
  }
  .what-list__question {
    line-height: 1.4;
  }
  .copyright {
    font-size: 14px;
  }
}
@media all and (max-width: 800px) {
  body {
    font-size: 14px;
  }
  h2,
  .h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .showcase {
    background-image: center bottom;
    padding-top: 30px;
  }
  .showcase__image {
    display: none;
  }
  .showcase .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .showcase__wrap {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .showcase__image {
    margin-top: 30px;
    max-width: 300px;
  }
  .section-about {
    background-color: #EAF2FE;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-about h2 {
    text-align: left;
    padding: 28px 0 28px 108px;
    max-width: 288px;
  }
  .about-wrap {
    padding-left: 0;
  }
  .about-image {
    position: absolute;
    top: -10px;
    left: -68px;
    width: 176px;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .info-image__text-1,
  .info-image__text-2,
  .info-image__text-3,
  .info-image__text-4,
  .info-image__text-5 {
    font-size: 14px;
  }
  .info-item__description {
    padding-left: 80px;
  }
  .info-item__icon {
    width: 60px;
  }
  .tooltip-show {
    margin-left: 0;
    left: auto;
    right: -16px;
  }
  .tooltip-title:hover .tooltip-show {
    opacity: 0;
  }
  .tooltip-title:hover .tooltip-show.show {
    opacity: 1;
  }
  .section-what .sub {
    margin-bottom: 20px;
  }
  .what-list__title {
    display: none;
  }
  .what-list__item {
    display: block;
    padding: 0;
  }
  .what-list__item:not(:last-child) {
    border-bottom: none;
    margin-bottom: 16px;
  }
  .what-list__answer {
    background-position: left bottom 6px;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-bottom: 32px;
    width: 100%;
  }
  .what-list__answer::before {
    color: #9ECAFF !important;
    content: 'Проблема';
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 4px;
    padding-right: 0;
    position: static;
  }
  .what-list__answer::after {
    background-image: none;
    content: counter(what);
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    height: 33px;
    width: 20px;
    top: 0;
    left: 124px;
    right: auto;
    /*top: auto;   bottom: 6px;*/
  }
  .what-list__item:nth-child(1) .what-list__answer {
    background-image: url('../images/arrow-1.svg');
  }
  .what-list__item:nth-child(1) .what-list__answer::after {
    color: #467EB9;
  }
  .what-list__item:nth-child(2) .what-list__answer {
    background-image: url('../images/arrow-2.svg');
  }
  .what-list__item:nth-child(2) .what-list__answer::after {
    color: #C04121;
  }
  .what-list__item:nth-child(3) .what-list__answer {
    background-image: url('../images/arrow-3.svg');
  }
  .what-list__item:nth-child(3) .what-list__answer::after {
    color: #EEBF31;
  }
  .what-list__question {
    padding-left: 0;
    width: 100%;
  }
  .what-list__question::before {
    color: #9ECAFF !important;
    content: 'Наше решение';
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 4px;
    position: static;
  }
  .copyright {
    display: block;
  }
  .copyright__item:last-child {
    margin-top: 10px;
    text-align: left;
  }
}
@media all and (max-width: 620px) {
  h2,
  .h2 {
    font-size: 20px;
  }
  .showcase__wrap h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .icons-title {
    margin-bottom: 24px;
  }
  .icons-list {
    display: block;
  }
  .icons-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
  }
  .icons-list__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .icons-list__item img {
    width: 50px;
  }
  .icons-list__text {
    margin-top: 0;
    margin-left: 12px;
  }
  .section-about {
    padding: 50px 0;
  }
  .section-info {
    background-image: url('../images/info-bg-small.svg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  .info-list {
    margin-bottom: 0;
  }
  .info-item__description {
    padding-left: 40px;
  }
  .info-item__icon {
    width: 32px;
  }
  .info-item__animation {
    width: 288px;
    height: 154px;
    margin: 0 auto;
  }
  .section-uses {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .uses-list {
    display: block;
  }
  .uses-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
  }
  .uses-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .uses-list__icon {
    width: 44px;
  }
  .uses-list__text {
    margin-top: 0;
    margin-left: 12px;
  }
  .section-what {
    background-image: url('../images/what-bg-small.svg');
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-what .sub {
    font-size: 16px;
  }
  .what-list__item {
    padding: 0;
  }
  .price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__value {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */