@charset "UTF-8";
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 300;
  src: url("../font/rajdhani-v15-latin-300.woff2") format("woff2"), url("../font/rajdhani-v15-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  src: url("../font/rajdhani-v15-latin-regular.woff2") format("woff2"), url("../font/rajdhani-v15-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  src: url("../font/rajdhani-v15-latin-500.woff2") format("woff2"), url("../font/rajdhani-v15-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  src: url("../font/rajdhani-v15-latin-600.woff2") format("woff2"), url("../font/rajdhani-v15-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: url("../font/rajdhani-v15-latin-700.woff2") format("woff2"), url("../font/rajdhani-v15-latin-700.woff") format("woff");
}
* {
  margin: 0;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  font: 18px/28px "Rajdhani", Arial, sans-serif;
  color: #3e3d40;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #ccc;
}
:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #ccc;
}
a {
  color: inherit;
}
h1, .h1 {
  font-weight: bold;
  font-size: 65px;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 40px;
  hyphens: auto;
  letter-spacing: 1px;
  word-break: break-word;
}
h2, .h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 25px;
  hyphens: auto;
  letter-spacing: 1px;
  word-break: break-word;
}
h3, .h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
  hyphens: auto;
  letter-spacing: 1px;
  word-break: break-word;
}
.h-overline, .h2-overline {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
select, textarea, input {
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font: inherit;
}
section ul {
  padding: 0px;
}
section ul li {
  display: block;
  position: relative;
  padding-left: 10px;
}
section ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.body--open {
  overflow: hidden;
}
.wrp {
  position: relative;
  width: 1340px;
  margin: auto;
}
.main {
  padding-top: 165px;
}
.img--width-max {
  display: block;
  width: 100%;
  height: auto;
}
.img--max-width {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes linkhover {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.link:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3e3d40;
  animation: linkhover 0.4s ease-in-out;
}
.link--white {
  color: white;
}
.link--white:hover:before {
  background: white;
}
.link--big {
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  color: #0bb7d9;
  text-transform: uppercase;
}
.link--big:hover:before {
  background: #0bb7d9;
}
.link--b {
  font-weight: bold;
}
.btn {
  display: inline-block;
  font-weight: 600;
  border: 2px solid #3e3d40;
  background: #3e3d40;
  color: white;
  text-align: center;
  letter-spacing: 2px;
  min-width: 225px;
  text-decoration: none;
  border-radius: 5px;
  padding: 11px 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background: transparent;
  color: #3e3d40;
}
.btn--disabled {
  border-color: #cecece;
  background: #cecece;
}
.anchor-block {
  display: block;
  height: 165px;
  margin-top: -165px;
  visibility: hidden;
}
@keyframes reloadItemShow {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.reload-block {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.reload-block__items {
  display: none;
}
.reload-block__item {
  animation: reloadItemShow 1.5s;
}
@media (max-width: 1500px) {
  .wrp {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1080px) {
  .main {
    padding-top: 146px;
  }
}
@media (max-width: 810px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 580px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
  h1, .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .h-overline, .h2-overline {
    font-size: 18px;
    line-height: 28px;
  }
  .wrp {
    width: calc(100% - 80px);
  }
  .main {
    padding-top: 125px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.header__top-block {
  height: 40px;
  background: #3e3d40;
  position: relative;
  color: white;
  font-size: 13px;
}
.header__global-icon {
  display: none;
  position: absolute;
  top: 8px;
  right: 11px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.contact-nav__list {
  padding: 0 0 0 56px;
  display: flex;
  height: 100%;
}
.contact-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-left: 32px;
}
.contact-nav__item:first-child {
  margin-left: 0;
}
.contact-nav__item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  stroke: white;
}
.contact-nav__link {
  text-decoration: none;
}
.contact-nav__link:hover {
  color: #0bb7d9;
}
.lang-nav {
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
}
.lang-nav__list {
  padding: 0;
  display: flex;
  height: 100%;
}
.lang-nav__item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.lang-nav__item:first-child {
  margin-left: 0;
}
.lang-nav__link {
  text-decoration: none;
}
.lang-nav__link:hover {
  color: #0bb7d9;
}
.lang-nav__link--active {
  color: #0bb7d9;
  font-weight: bold;
}
.header__bottom-block {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  height: 125px;
  background: white;
  padding: 0 0 0 56px;
}
.header__logo-block {
  display: block;
  width: 268px;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.header__logo {
  display: block;
  width: 268px;
  height: 63px;
}
.header__bottom-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
}
.header__bottom-contact {
  position: relative;
  width: 130px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.header__bottom-contact:hover .header__bottom-contact-icon-line:before {
  width: 0%;
}
.header__bottom-contact-icon {
  position: relative;
  display: block;
  margin: 25px auto;
  width: 50px;
}
.header__bottom-contact-icon-line {
  position: absolute;
  top: 40%;
  left: 21%;
  height: 3px;
  width: 61%;
  background: #3e3d40;
  border-radius: 3px;
}
.header__bottom-contact-icon-line:first-child {
  top: 19%;
}
.header__bottom-contact-icon-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 13%;
  height: 100%;
  width: 16%;
  background: white;
  transition: width 0.4s ease-in-out;
}
.header__bottom-text {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.header__open-nav {
  position: relative;
  width: 130px;
  height: 100%;
  background: #0bb7d9;
  cursor: pointer;
}
.header__open-nav:hover .header__open-nav-item {
  width: 87%;
}
.header__open-nav:hover .header__open-nav-item:first-child {
  width: 60%;
}
.header__open-nav:hover .header__open-nav-item:last-child {
  width: 79%;
}
.header__open-nav .header__bottom-text {
  color: white;
}
.header__open-nav-items {
  position: relative;
  margin: 29px auto 0;
  width: 44px;
  height: 44px;
}
.header__open-nav-item {
  height: 3px;
  background: white;
  margin-top: 12px;
  margin-left: auto;
  width: 100%;
  transition: width 0.4s ease-in-out;
  border-radius: 3px;
}
.header__open-nav-item:first-child {
  margin-top: 0;
  width: 82%;
}
.header__open-nav-item:last-child {
  width: 66%;
}
.header__open-nav--open .header__open-nav-item {
  position: absolute;
  left: 50%;
  top: 32%;
  width: 86%;
  margin: 0;
  transform: translate(-50%) rotate(45deg);
}
.header__open-nav--open .header__open-nav-item:last-child {
  transform: translate(-50%) rotate(-45deg);
}
.header__open-nav--open:hover .header__open-nav-item {
  width: 100% !important;
}
.main-nav {
  position: fixed;
  top: 165px;
  left: 0;
  right: 0;
  bottom: 100%;
  background: white;
  z-index: 15;
  overflow: hidden;
  transition: all 0.8s;
}
@keyframes mainnavopen {
  from {
    bottom: 100%;
    opacity: 1;
  }
  to {
    bottom: 0%;
    opacity: 1;
  }
}
.main-nav--open {
  bottom: 0%;
  overflow-y: auto;
}
.main-nav--open .main-nav__item {
  transform: translateX(0px);
  opacity: 1;
}
.main-nav--delay .main-nav__item:nth-child(1) {
  transition-delay: 0.08s;
}
.main-nav--delay .main-nav__item:nth-child(2) {
  transition-delay: 0.16s;
}
.main-nav--delay .main-nav__item:nth-child(3) {
  transition-delay: 0.24s;
}
.main-nav--delay .main-nav__item:nth-child(4) {
  transition-delay: 0.32s;
}
.main-nav--delay .main-nav__item:nth-child(5) {
  transition-delay: 0.4s;
}
.main-nav--delay .main-nav__item:nth-child(6) {
  transition-delay: 0.48s;
}
.main-nav__list {
  padding: 100px 176px;
  width: 1460px;
  margin: 0 auto;
}
.main-nav__item {
  display: block;
  transition: all 0.2s ease-in-out;
  margin-top: 33px;
  transform: translateX(-20px);
  opacity: 0;
}
.main-nav__item:first-child {
  margin-top: 0;
}
.main-nav__item:hover {
  transform: translateX(30px);
}
.main-nav__link {
  font-size: 43px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav__link--active {
  color: #0bb7d9;
}
@media (max-width: 1080px) {
  .header__bottom-block {
    height: 106px;
  }
  .header__logo-block {
    width: 240px;
  }
  .header__bottom-text {
    bottom: 10px;
  }
  .header__open-nav-items {
    margin-top: 24px;
    width: 38px;
  }
  .header__open-nav-item {
    margin-top: 10px;
  }
  .header__bottom-contact-icon {
    margin-top: 21px;
    width: 42px;
  }
  .main-nav--open {
    top: 146px;
  }
  .main-nav__list {
    width: auto;
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .main-nav__item {
    margin-top: 17px;
  }
  .main-nav__link {
    font-size: 38px;
  }
}
@media (max-width: 810px) {
  .main-nav__list {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 580px) {
  .header__bottom-block {
    height: 85px;
    padding-left: 16px;
  }
  .header__logo-block {
    width: 165px;
  }
  .contact-nav__list {
    padding-left: 16px;
  }
  .header__bottom-text {
    bottom: 3px;
    font-size: 14px;
  }
  .header__bottom-contact {
    width: 84px;
  }
  .header__open-nav {
    width: 84px;
  }
  .header__open-nav-items {
    width: 34px;
    margin-top: 20px;
  }
  .header__open-nav-item {
    margin-top: 9px;
  }
  .header__bottom-contact-icon {
    margin-top: 16px;
    width: 34px;
  }
  .main-nav--open {
    top: 125px;
  }
  .main-nav__list {
    padding: 38px 40px;
  }
  .main-nav__link {
    font-size: 20px;
  }
  .header__global-icon {
    display: block;
  }
  .lang-nav {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: auto;
  }
  .lang-nav--open {
    display: block;
    z-index: 1;
  }
  .lang-nav__list {
    display: block;
    background: #3e3d40;
    padding: 8px 0;
  }
  .lang-nav__item {
    display: block;
    margin: 0;
  }
  .lang-nav__link {
    display: block;
    padding: 6px 32px 6px 18px;
  }
}
.footer {
  background: #3e3d40;
  color: white;
}
.footer__top {
  padding: 50px 0;
}
.footer__bottom {
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.footer__header {
  margin-bottom: 30px;
}
.footer__link-block {
  margin-top: 30px;
}
.footer__cols {
  display: flex;
}
.footer__col {
  margin-left: 150px;
}
.footer__col:first-child {
  margin-left: 0;
}
.footer__col:last-child {
  margin-left: auto;
  width: 228px;
}
.footer__text-link {
  font-size: 18px;
  font-weight: 400;
}
.footer__link {
  text-decoration: none;
}
.footer__link:hover {
  color: #0bb7d9;
}
.footer__icon-block {
  position: relative;
  padding-left: 35px;
  margin-top: 2px;
}
.footer__icon-block:first-child {
  margin-top: 0;
}
.footer__icon-block .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  stroke: #0bb7d9;
}
.footer-nav__list {
  padding: 0;
}
.footer-nav__item {
  display: block;
  margin-top: 6px;
}
.footer-nav__item:first-child {
  margin-top: 0;
}
.footer-nav__link {
  text-decoration: none;
  font-weight: 500;
}
.footer-nav__link:hover {
  color: #0bb7d9;
}
.footer-nav2 {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-nav2__list {
  padding: 0;
  display: flex;
}
.footer-nav2__item {
  display: block;
  margin-left: 20px;
}
.footer-nav2__item:first-child {
  margin-left: 0;
}
.footer-nav2__link {
  text-decoration: none;
}
@media (max-width: 1080px) {
  .footer__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__col {
    margin-left: 0;
  }
}
@media (max-width: 810px) {
  .footer__cols {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__col:nth-child(2) {
    grid-row: 2/3;
  }
  .footer__col:nth-child(3) {
    grid-column: 2/3;
  }
}
@media (max-width: 580px) {
  .footer__cols {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__col:nth-child(2) {
    grid-row: 2/3;
  }
  .footer__col:nth-child(3) {
    grid-column: 1/2;
    margin-left: 0;
    width: auto;
  }
  .footer-nav2 {
    position: static;
    margin-bottom: 14px;
  }
}
.simple-slider {
  position: relative;
}
.simple-slider__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.simple-slider__next {
  left: auto;
  right: 23px;
}
.simple-slider__arrow-bg {
  fill: #0bb7d9;
}
.simple-slider__arrow-trail {
  display: block;
  width: 100%;
  height: 100%;
}
.simple-slider__arrow-head {
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 20px;
  height: 100%;
}
.simple-slider__prev, .simple-slider__next {
  display: none;
  position: absolute;
  left: 27px;
  top: 50%;
  right: auto;
  height: 34px;
  width: 43px;
  cursor: pointer;
  z-index: 12;
  transform: translateY(-50%);
}
.simple-slider__next {
  left: auto;
  right: 27px;
}
.simple-slider__next .simple-slider__arrow-head {
  right: -4px;
  left: auto;
}
.simple-slider__slide-block {
  overflow: hidden;
  position: relative;
}
.simple-slider__item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 1s;
  transition-property: none;
  transition-timing-function: ease-in-out;
}
.simple-slider__item--slide-prev {
  display: block;
  transition-property: right;
  right: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next-slide-to-left {
  left: 0;
}
.simple-slider__item--slide-prev-slide-to-right {
  right: 0;
}
.simple-slider__item--active {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.simple-slider__item--active-slide-to-left {
  transition-property: left;
  left: -100%;
}
.simple-slider__item--active-slide-to-right {
  transition-property: left;
  left: 100%;
}
.simple-slider__nav {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
}
.simple-slider__nav-item {
  display: block;
  width: 11px;
  height: 11px;
  background: #CECECE;
  border-radius: 3px;
  margin: 0 3px;
  cursor: pointer;
}
.simple-slider__nav-item--active {
  background: #0bb7d9;
}
.category-box-small__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.category-box-small__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  padding: 50px 15.5% 30px;
  text-decoration: none;
}
.category-box-small__item:last-child {
  border-right-width: 0;
}
.category-box-small__item--img:hover .category-box-small__img-block {
  opacity: 1;
}
.category-box-small__item--img:hover .category-box-small__header, .category-box-small__item--img:hover .category-box-small__link, .category-box-small__item--img:hover .category-box-small__text-block {
  color: white;
}
.category-box-small__item--img:hover .category-box-small__logo-block .st0, .category-box-small__item--img:hover .category-box-small__logo-block .st1 {
  fill: white !important;
}
.category-box-small--extra .category-box-small__items {
  grid-template-columns: repeat(5, 1fr);
}
.category-box-small__header {
  transition: color 0.2s ease-in-out;
}
.category-box-small__link-block {
  padding-top: 40px;
  margin-top: auto;
}
.category-box-small__link {
  transition: color 0.2s ease-in-out;
}
.category-box-small__img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.category-box-small__logo-block {
  margin-bottom: 30px;
}
.category-box-small__text-block {
  margin-top: 5px;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1080px) {
  .category-box-small__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-box-small__item:nth-child(2) {
    border-right-width: 0;
  }
  .category-box-small__item:nth-child(n +3) {
    border-top-width: 0;
  }
  .category-box-small--extra .category-box-small__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-box-small--extra .category-box-small__item:nth-child(2) {
    border-right-width: 1px;
  }
  .category-box-small--extra .category-box-small__item:nth-child(3) {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .category-box-small--extra .category-box-small__item:nth-child(5) {
    border-right-width: 1px;
  }
}
@media (max-width: 810px) {
  .category-box-small__item {
    padding-left: 49px;
    padding-right: 45px;
  }
  .category-box-small--extra .category-box-small__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-box-small--extra .category-box-small__item:nth-child(2) {
    border-right-width: 0;
  }
  .category-box-small--extra .category-box-small__item:nth-child(3) {
    border-top-width: 0;
    border-right-width: 1px;
  }
  .category-box-small--extra .category-box-small__item:nth-child(4) {
    border-right-width: 0;
  }
}
@media (max-width: 580px) {
  .category-box-small__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-box-small__item {
    border-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .category-box-small__item:nth-child(n + 2) {
    border-top: 0;
  }
  .category-box-small--extra .category-box-small__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category-box__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #ccc;
}
.category-box__item {
  display: grid;
  grid-template-columns: 54% 46%;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  min-height: 285px;
}
.category-box__item:hover .category-box__img {
  transform: translateX(15px);
}
.category-box__item--bg {
  background: #c3dde2;
}
.category-box__text-block {
  display: flex;
  flex-direction: column;
  padding: 55px 58px 30px;
}
.category-box__img-block {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.category-box__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  transition: transform 0.2s ease-in-out;
}
.category-box__link-block {
  padding-top: 40px;
  margin-top: auto;
}
.category-box__text {
  margin-top: 5px;
}
@media (max-width: 1080px) {
  .category-box__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-box__item {
    background: #c3dde2;
  }
  .category-box__item:nth-child(2n + 2) {
    background: white;
  }
  .category-box__item--mobile-h {
    display: none;
  }
}
@media (max-width: 580px) {
  .category-box__item {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-box__img-block {
    display: none;
  }
  .category-box__text-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero {
  padding: 120px 0;
}
.hero--bg {
  background: #c3dde2;
}
.hero__items {
  display: grid;
  grid-template-columns: 50% 50%;
}
.hero__text-block {
  padding: 0 120px;
}
.hero__header {
  margin-bottom: 50px;
}
.hero__text {
  font-size: 20px;
  line-height: 33px;
}
.hero__btn-block {
  margin-top: 30px;
}
.hero-slider__slider {
  width: 93%;
  padding: 0 130px;
}
.hero-slider__slide-block {
  border: 6px solid #0bb7d9;
  border-radius: 30px;
  overflow: hidden;
}
.hero-slider__prev, .hero-slider__next {
  width: 61px;
  transition: all 0.2s ease-in-out;
}
.hero-slider__prev .simple-slider__arrow-bg, .hero-slider__next .simple-slider__arrow-bg {
  fill: #707070;
}
.hero-slider__prev:hover, .hero-slider__next:hover {
  width: 73px;
}
.hero-slider__prev {
  right: 90%;
  left: auto;
}
.hero-slider__next {
  left: 90%;
  right: auto;
}
.hero-slider__next:hover {
  /*    background:url('./../img/icons/arrow-right-grey.svg') left top no-repeat, url('./../img/icons/arrow-right-grey_12.svg') right top no-repeat;
    background-repeat:no-repeat;
    background-size:100% 100%, auto;*/
}
@media (max-width: 1080px) {
  .hero {
    padding: 84px 0;
  }
  .hero__header {
    font-size: 60px;
    line-height: 70px;
  }
  .hero__text-block {
    padding: 0 80px;
  }
  .hero-slider__slider {
    padding: 0 80px;
    width: auto;
  }
  .hero-slider__slider .simple-slider__nav {
    display: flex;
  }
  .hero-slider__prev, .hero-slider__next {
    display: none !important;
  }
}
@media (max-width: 810px) {
  .hero__items {
    grid-template-columns: 100%;
    gap: 90px;
  }
  .hero__text-block {
    grid-row: 2/3;
  }
  .hero-slider__slider .simple-slider__nav {
    margin-bottom: 23px;
  }
}
@media (max-width: 580px) {
  .hero__text-block {
    padding: 0 40px;
  }
  .hero__header {
    font-size: 40px;
    line-height: 50px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 30px;
  }
  .hero-slider__slider {
    padding: 0 40px;
  }
  .hero-slider__slider .simple-slider__nav {
    margin-bottom: 12px;
  }
}
.product {
  margin: 84px 0;
}
.product--bg {
  padding: 84px 0;
  margin: 0;
  background: #c3dde2;
}
.h-text--bg + .product--bg {
  padding-top: 0;
}
.product__item {
  display: grid;
  grid-template-columns: 38% 62%;
  margin-top: 74px;
  padding-top: 74px;
  border-top: 1px solid #ccc;
}
.product__item:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.product__details {
  padding-left: 88px;
}
.product__detail {
  margin-top: 92px;
}
.product__detail:first-child {
  margin-top: 0;
}
.product__slider-text {
  display: grid;
  grid-template-columns: 84px auto;
  gap: 23px;
  padding: 10px 23px 10px 0;
  border-bottom: 1px solid #ccc;
}
.product-slider__slider {
  border: 1px solid #ccc;
}
.product__header {
  margin-bottom: 35px;
}
.product__table-block {
  margin-top: 28px;
  position: relative;
  border: 2px solid #0bb7d9;
  border-radius: 0 0 0 15px;
  padding: 69px 20px 36px 31px;
  padding-top: 0;
}
.product__table-block:first-child {
  margin-top: 0;
}
.product__table-label1 {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background: #0bb7d9;
  font-weight: 600;
  padding: 9px 20px 8px 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product__table-label {
  display: inline-block;
  color: white;
  background: #0bb7d9;
  font-weight: 600;
  padding: 9px 20px 8px 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: translateX(-31px);
}
.product__table {
  padding-top: 24px;
}
.product__table-row {
  display: grid;
  grid-template-columns: 205px auto;
  margin-top: 10px;
}
.product__table-row:first-child {
  margin-top: 0;
}
.product__table-col:first-child {
  font-weight: bold;
}
.product__btn-block {
  margin-top: 45px;
}
.product__mini-gallery {
  padding: 18px 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #CECECF;
}
.product__mini-gallery-item {
  max-width: 80px;
  margin: 0 25px;
}
.product__mini-gallery-item:first-child {
  margin-left: 0;
}
.product__mini-gallery-item:last-child {
  margin-right: 0;
}
.product-exhaust {
  margin: 84px 0;
}
.product-exhaust__header {
  margin-bottom: 53px;
}
.product-exhaust__block {
  display: grid;
  grid-template-columns: auto 364px;
  gap: 77px;
}
.product-exhaust__text-block {
  max-width: 750px;
}
.product-exhaust-solution {
  margin: 84px 0;
}
.product-exhaust-solution__header {
  margin-bottom: 3px;
}
.product-exhaust-solution__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  gap: 50px;
}
.product-exhaust-solution__item {
  position: relative;
  border: 1px solid #ccc;
}
.product-exhaust-solution__label {
  position: absolute;
  top: 100%;
  right: -1px;
  background: #0bb7d9;
  color: white;
  text-transform: uppercase;
  padding: 17px 20px 17px 25px;
  font-weight: 600;
  letter-spacing: 1.8px;
  transform: translateY(-50%);
}
.product-exhaust-solution__btn-block {
  margin-top: 80px;
}
.product-exhaust-solution__extra {
  margin-top: 80px;
}
@media (max-width: 1080px) {
  .product__details {
    padding-left: 74px;
  }
  .product__table-row {
    grid-template-columns: 150px auto;
  }
}
@media (max-width: 810px) {
  .product__item {
    grid-template-columns: 1fr;
    gap: 59px;
  }
  .product__details {
    padding-left: 0;
  }
  .product__table-block {
    margin-top: 40px;
  }
  .product__table-row {
    grid-template-columns: 205px auto;
  }
  .product__slider-wrp {
    max-width: 510px;
  }
  .product-exhaust__block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product-exhaust-solution__block {
    grid-template-columns: 1fr;
    gap: 95px;
  }
}
@media (max-width: 580px) {
  .product__item .h-overline {
    font-size: 18px;
    line-height: 26px;
  }
  .product__table-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__table-block {
    padding-left: 24px;
  }
  .product__mini-gallery-item {
    margin: 0 15px;
  }
  .product-exhaust-solution__block {
    gap: 84px;
  }
  .product__slider-text {
    grid-template-columns: 54px auto;
  }
}
.h-text {
  margin: 84px 0;
}
.h-text--bg {
  padding: 84px 0;
  margin: 0;
  background: #c3dde2;
}
.h-text__header {
  max-width: 1000px;
}
.h-text__text {
  max-width: 800px;
}
.h-text__text--full {
  max-width: none;
}
.h-text__btn-block {
  margin-top: 36px;
}
.h-text__text-img-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 98px;
}
.h-text__text-img-block--r .h-text__text-block {
  grid-column: 2/3;
}
.h-text__text-img-block--r .h-text__img-block {
  grid-column: 1/2;
  grid-row: 1/2;
}
.h-text__text-certi-block {
  display: grid;
  grid-template-columns: auto 413px;
  gap: 77px;
}
.h-text__certi-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 47px;
}
.h-text__certi-text {
  margin-top: 15px;
  text-align: center;
}
.h-text-slider__prev {
  left: 15px;
}
.h-text-slider__prev:before {
  background: white;
}
.h-text-slider__prev:after {
  border-color: white;
}
.h-text-slider__next {
  right: 15px;
}
.h-text-slider__next:before {
  background: white;
}
.h-text-slider__next:after {
  border-color: white;
}
@media (max-width: 1080px) {
  .h-text__text-certi-block {
    grid-template-columns: 1fr;
  }
  .h-text__certi-block {
    max-width: 413px;
  }
  .h-text__text-img-block {
    gap: 50px;
  }
  .h1-text .h-text__text-img-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 810px) {
  .h-text__text-img-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .h-text__img-block {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .h-text__text-img-block--r .h-text__text-block {
    grid-column: 1/2;
  }
}
@media (max-width: 580px) {
  .h-text__text-certi-block {
    gap: 40px;
  }
}
.featured-product {
  margin: 84px 0;
}
.featured-product--bg {
  padding: 84px 0;
  margin: 0;
  background: #c3dde2;
}
.h-text--bg + .featured-product--bg {
  padding-top: 0;
}
.featured-product__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}
.featured-product__item {
  border: 1px solid #ccc;
  padding: 38px 34px 32px 38px;
  display: flex;
  flex-direction: column;
  background: white;
  text-decoration: none;
}
.featured-product__link-block {
  padding-top: 67px;
  margin-top: auto;
}
@media (max-width: 1080px) {
  .featured-product__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .featured-product__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.testimonial {
  margin: 84px 0;
}
.testimonial__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.testimonial__item {
  border: 1px solid #ccc;
  padding: 42px 41px 48px 43px;
  display: flex;
  flex-direction: column;
}
.testimonial__img-block {
  margin-bottom: 45px;
}
@media (max-width: 1080px) {
  .testimonial__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 810px) {
  .testimonial__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.link-box {
  padding: 84px 0;
  background: #c3dde2;
}
.h-text--bg + .link-box {
  padding-top: 0;
}
.link-box__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
}
.link-box__item {
  background: white;
  text-decoration: none;
}
.link-box__header {
  margin: 23px 0 11px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .link-box__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .link-box__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.exhaust-gallery {
  margin: 84px 0;
}
.exhaust-gallery__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.exhaust-gallery__item {
  cursor: pointer;
}
@media (max-width: 810px) {
  .exhaust-gallery__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
.link-list {
  margin: 84px 0;
}
.link-list--bg {
  padding: 84px 0;
  margin: 0;
  background: #c3dde2;
}
.link-list__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.link-list__item {
  text-decoration: none;
}
.link-list__list {
  padding: 0;
}
.link-list__list-item {
  display: block;
  margin-top: 7px;
  padding-left: 0;
}
.link-list__list-item:first-child {
  margin-top: 0;
}
.link-list__list-item:before {
  content: normal;
}
.link-list__link {
  text-decoration: none;
}
.link-list__link:hover {
  color: #0bb7d9;
}
@media (max-width: 1080px) {
  .link-list__items {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 75px;
  }
}
@media (max-width: 810px) {
  .link-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 580px) {
  .link-list__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 38px;
  }
}
.featured-contact {
  padding: 84px 0;
  background: #c3dde2;
}
.featured-contact--no-bg {
  background: transparent;
}
.featured-contact__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  padding: 0 130px;
}
.featured-contact__header {
  margin-bottom: 35px;
}
.featured-contact__btn-block {
  margin-top: 34px;
}
.featured-contact__icon-block {
  margin-top: 27px;
}
@media (max-width: 1080px) {
  .featured-contact__block {
    padding: 0;
    gap: 50px;
  }
}
@media (max-width: 810px) {
  .featured-contact__block {
    display: block;
  }
  .featured-contact__img-block {
    display: none;
  }
}
.contact-form {
  margin: 84px 0;
}
.contact-form__block {
  display: grid;
  grid-template-columns: 398px auto;
  gap: 130px;
}
.contact-form__subheader {
  margin-top: 43px;
}
.contact-form__btn-block {
  margin-top: 70px;
}
.contact-form__btn-block--center {
  text-align: center;
}
.contact-form__btn {
  width: 100%;
}
.contact-form__form-text {
  text-align: center;
}
.form {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.form__row {
  width: calc(100% - 20px);
  margin: 30px 10px 0;
}
.form__row:not(.form__row--half):first-child {
  margin-top: 0;
}
.form__row--half {
  width: calc(50% - 20px);
}
.form__row--full {
  width: 100%;
}
.form__row--extra {
  margin-top: 22px;
}
.form__row--header {
  margin-top: 30px;
  width: 100%;
}
.form__row--checkbox {
  position: relative;
  padding-left: 35px;
}
.form__row--checkbox .form__label {
  margin: 0;
}
.form__label {
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
}
.form__input {
  display: block;
  width: 100%;
  height: 48px;
  font: inherit;
  border: 1px solid #3e3d40;
  border-radius: 5px;
  padding: 8px 16px;
  background: white;
}
.form__input:focus {
  border-color: #0bb7d9;
}
.form__input:invalid {
  border-color: #E04F4F;
}
.form__input--textarea {
  min-height: 260px;
}
.form__input--checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__input--checkbox:checked:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #0bb7d9;
  border-radius: 3px;
}
.form__input--checkbox:invalid {
  border-color: #3e3d40;
}
.form__input--select-e {
  color: #ccc;
}
.form__input--error {
  border-color: #E04F4F !important;
}
@media (max-width: 1080px) {
  .contact-form__block {
    gap: 123px;
  }
  .form__row {
    width: calc(100% - 20px);
  }
}
@media (max-width: 810px) {
  .contact-form__block {
    grid-template-columns: 1fr;
    gap: 82px;
  }
  .form__row--half {
    width: calc(50% - 20px);
  }
}
@media (max-width: 580px) {
  .form__row--half {
    width: calc(100% - 20px);
  }
}
.tla-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.tla-overlay--open {
  display: block;
}
.tla-overlay__close {
  position: absolute;
  top: 42px;
  right: 40px;
  width: 32px;
  height: 32px;
  z-index: 21;
  cursor: pointer;
}
.tla-overlay__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  transform: translateY(-50%) rotate(45deg);
}
.tla-overlay__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  transform: translateY(-50%) rotate(-45deg);
}
.tla-overlay__box {
  position: relative;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tla-overlay__gallery {
  padding: 20px 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tla-overlay__gallery .simple-slider {
  height: 100%;
  max-width: 878px;
}
.tla-overlay__gallery .simple-slider__slide-block {
  height: 100%;
}
.tla-overlay__gallery .simple-slider__item {
  height: 100%;
}
.tla-overlay__gallery-img-block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tla-overlay__gallery-img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.tla-overlay__video-block {
  height: 100%;
  padding: 20px 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tla-overlay__video {
  width: 100%;
  height: auto;
}
.tla-overlay__form {
  position: relative;
  max-width: 815px;
  overflow: auto;
  max-height: 100%;
  background: white;
  padding: 42px 40px;
}
.tla-overlay__form .tla-overlay__close:before, .tla-overlay__form .tla-overlay__close:after {
  background: #3e3d40;
}
.tla-overlay__form .form__input--textarea {
  min-height: 180px;
}
.tla-overlay__form .contact-form__form-text {
  margin-top: 30px;
}
.tla-overlay__form-h2 {
  margin-bottom: 10px;
}
.tla-overlay__form-h3 {
  margin-bottom: 0;
  color: #0bb7d9;
}
