@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: TrebuchetMS;
  font-display: swap;
  src: url("../fonts/TrebuchetMS-Bold.woff2") format("woff2"), url("../fonts/TrebuchetMS-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: TrebuchetMS;
  font-display: swap;
  src: url("../fonts/TrebuchetMS.woff2") format("woff2"), url("../fonts/TrebuchetMS.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.intro {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.intro img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.intro-bottom__row {
  padding: 70px 0px 131px;
}
.intro-bottom__title {
  margin: 0px 0px 67px;
}
.intro-bottom__text:not(:last-child) {
  margin: 0px 0px 16px;
}

.product {
  background: #FAFAFA;
}
.product__row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 51px 0px 131px;
}
.product__item {
  display: flex;
  flex-direction: column;
  max-width: 456px;
}
.product__img {
  position: relative;
  width: 458px;
  height: 456px;
  overflow: hidden;
  margin: 0px 0px 62px;
}
.product__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.product__text {
  flex: 1 1 auto;
  margin: 0px 0px 68px;
  text-transform: none;
}
.product__info {
  transition: all 300ms ease 300ms;
}

.info-product__title {
  text-align: center;
  margin: 0px 0px 40px;
}
.info-product__text {
  margin: 0px 0px 18px;
}
.info-product__link {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.sponge__row {
  padding: 167px 0px 149px;
}
.sponge__title {
  margin: 0px 0px 67px;
}
.sponge__header {
  display: flex;
  margin: 0px 0px 24px;
  justify-content: space-between;
  gap: 20px;
}
.sponge__text {
  margin: 0px 0px 32px;
}
.sponge__footer {
  display: flex;
  gap: 20px;
}

.header-sponge__text {
  flex: 0 0 440px;
}
.header-sponge__text h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin: 0px 0px 32px;
}
.header-sponge__img {
  flex: 0 0 436px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.header-sponge__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.footer-sponge__item {
  flex: 1 1 calc(50% - 10px);
  height: 317px;
  position: relative;
  overflow: hidden;
}
.footer-sponge__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.features__row {
  padding: 0px 0px 150px;
}
.features__title {
  margin: 0px 0px 92px;
}
.features__subtitle {
  font-size: 30px;
}
.features__img {
  position: relative;
  height: 539px;
  overflow: hidden;
  margin: 0px 0px 68px;
}
.features__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.features__subtitle {
  margin: 0px 0px 16px;
}
.quality__row {
  padding: 0px 0px 97px;
}
.quality__title {
  margin: 0px 0px 108px;
}
.quality__img {
  position: relative;
  height: 407px;
  overflow: hidden;
  margin: 0px 0px 42px;
}
.quality__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.quality__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 10px;
  margin: 0px 0px 150px;
}
.quality__item {
  position: relative;
  padding: 0px 0px 0px 32px;
}
.quality__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #226FC1;
}
.quality__team {
  display: flex;
  gap: 10px;
  margin: 0px 0px 100px;
}
.quality__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: linear-gradient(180deg, #1B56B2 0%, #267FCC 100%);
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF;
}

.team-quality__img {
  flex: 0 0 530px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.team-quality__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.anim-items__opacity {
  opacity: 0;
  transition: all 900ms ease 100ms;
}

.anim-items__translate-top {
  transform: translate(0px, -100px);
  transition: all 400ms ease 100ms;
}

.anim-items__translate-bottom {
  transform: translate(0px, 100px);
  transition: all 400ms ease 100ms;
}

.anim-items__translate-left {
  transform: translate(-100px, 0px);
  transition: all 400ms ease 100ms;
}

.anim-items__translate-right {
  transform: translate(100px, 0px);
  transition: all 400ms ease 100ms;
}

.anim-items__opacity._anim-active {
  opacity: 1;
}



.anim-items__translate-top._anim-active,
.anim-items__translate-bottom._anim-active,
.anim-items__translate-left._anim-active,
.anim-items__translate-right._anim-active {
  transform: translate(0px, 0px);
}

/* Слайдер */
.slider {
  background-color: black;
}

/* Ограничивающая оболочка */
/* Лента слайдов */
.slick-track {
  display: flex;
  position: relative;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Слайд */
.slider__item {
  position: relative;
}

/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  font-size: 0;
  width: 60px;
  height: 70px;
}

/* Стрелка влево */
.slick-arrow.slick-prev {
  left: 0;
  background: url("../img/index/slider/letf-arrow.svg") 0 0/100% no-repeat;
}

/* Стрелка вправо */
.slick-arrow.slick-next {
  right: 0;
  background: url("../img/index/slider/right-arrow.svg") 0 0/100% no-repeat;
}

/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
body {
  font-family: TrebuchetMS;
  font-weight: 400;
  margin: 0;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.content {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
  background: #fff;
  z-index: 2;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  z-index: 1000;
  height: 100%;
  padding: 0 15px;
}

.title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  padding: 0px;
}

.title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -32px;
  left: 0px;
  background: linear-gradient(90deg, #FF7033 0%, #720DEA 49.48%, #158AFF 100%);
}

.subtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.text {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #000;
}

.text-bold {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-small {
  color: #4F4F4F;
  font-size: 16px;
  line-height: 20px;
}

.link {
  color: #1F65BC;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.link::after{
  display: none;
}

.margin-57 {
  margin: 0px 0px 57px;
}

.margin-15 {
  margin: 0px 0px 15px;
}

h3{
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .intro {
    max-height: 0px;
    height: 0px;
    padding: 25% 0px;
  }
  .intro-bottom__row, .product__row, .sponge__row, .features__row, .quality__row {
    padding: 15px 0px;
    margin: 0px 0px 30px;
  }
  .product__item, .header-sponge__img, .header-sponge__text, .team-quality__img, .team-quality__text {
    flex: 0 1 calc(50% - 10px);
  }
  .product__img {
    width: 100%;
  }
  .quality__item::after {
    top: 7px;
    transform: translate(0%, 0%);
  }
  .intro img {
    object-fit: fill;
  }
  .subtitle, .title{
    text-align: center;
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .intro-bottom__text:not(:last-child){
    margin: 0px 0px 6px;
  }
  .text{
    font-size: 14px;
    line-height: 17px;
  }
  .header-sponge__img{
    order: -1;
  }
  .product__text{
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 40px;
  }
  .info-product__title{
    font-size: 20px;
    line-height: 23px;
    margin: 0px 0px 40px;
  }
  .features__text.margin-57{
    margin: 0px 0px 40px;
  }
  .features__subtitle{
    text-align: left;
    margin: 0px 0px 24px;
  }
  .quality__item{
    font-size: 20px;
    margin: 0px 0px 8px;
    line-height: 30px;
  }
  .info-product__text{
    font-size: 16px;
  }
  .sponge__row, .features__row{
    margin: 0px 0px 42px;
  }
  .quality__items{
    margin: 0px 0px 72px;
  }
  .product__img{
    margin: 0px 0px 40px;
  }

  .sponge__footer{
    gap: 24px;
  }

  .footer-sponge__item{
    margin: 0px;
    max-height: 0px;
    height: 0px;
    padding: 166px 0px;
  }

  .features__img, .quality__img, .team-quality__img  {
    max-height: 0px;
    height: 0px;
    padding: 166px 0px;
    margin: 0px 0px 40px;
  }
  .container{
    padding: 0px 8px;
  }

  .product__text{
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 768px) {
  .product__row, .sponge__header, .sponge__footer, .quality__team {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product__item:first-child{
    margin: 0px 0px 96px;
  }

  .product__item:last-child{
    margin: 0px 0px 42px;
  }

  .product__item, .header-sponge__img, .header-sponge__text, .footer-sponge__item, .team-quality__img, .team-quality__text {
    flex: 1 1 100%;
  }
  .header-sponge__img {
    max-height: 0px;
    height: 0px;
    padding: 166px 0px;
    margin: 0px 0px 24px;
  }

  .features__img {
    margin: 0px 0px 40px;
  }
  .quality__team {
    margin: 0px 0px 25px;
  }

  .team-quality__text{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }

}
@media only screen and (max-width: 576px) {

  .quality__items {
    grid-template-columns: 1fr;
  }
  .title {
    margin: 0px 0px 32px;
  }
  .title::after {
    bottom: -16px;
  }
  .quality__btn{
    width: 100%;
  }

  .features__img img, .footer-sponge__item img, .header-sponge__img img{
    left: -8px !important;
    width: 106% !important;
  }

  .product__img{
    height: 302px;
  }

}

@media only screen and (max-width: 520px) {
  .features__img, .quality__img, .team-quality__img, .footer-sponge__item, .header-sponge__img{
    padding: 30% 0%;
  }

  .features__img, .footer-sponge__item, .header-sponge__img{
    overflow: visible;
  }

}