@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&family=Roboto:ital,wght@0,300;0,400;1,300&family=Rubik&display=swap");

@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewiExtended-Regular.woff2");
  font-weight: 400;
}

* {
  font-family: "Raleway", sans-serif;
}

html {
  box-sizing: border-box;
}

ul[class] {
  list-style: none;
}

textarea,
input {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Raleway", sans-serif;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.main {
  cursor: pointer;
}

.ios,
.ios * {
  cursor: pointer;
}

.why-robot-cleaner {
  max-width: 1920px;
  margin: 50px auto 0;
  padding: 30px;
  border-radius: 50px;
  background-color: #EEF3FD;
}

.why-robot-cleaner__container {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.why-robot-cleaner__title {
  width: 100%;
  text-align: center;
  color: #265FE5;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 45px;
  line-height: 62.5px;
}

.why-robot-cleaner__images {
  max-width: 653px;
  display: flex;
  justify-content: space-between;
}

.why-robot-cleaner__image-group {
  position: relative;
  margin-right: 16px;
  text-align: center;
  max-width: 30%;
}

.why-robot-cleaner__photo {
  max-width: 100%;
  margin-bottom: 22px;
}

.why-robot-cleaner__icon {
  max-width: 59px;
  position: absolute;
  left: calc(50% - 29.5px);
  top: calc(50% - 29.5px);
  z-index: 1;
}

.why-robot-cleaner__image-text {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #3A475E;
}

.why-robot-cleaner__info-group {
  max-width: 423px;
  margin-left: 70px;
  padding-top: 8px;
}

.why-robot-cleaner__info {
  color: #3A475E;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.why-robot-cleaner__info a {
  color: #265FE5;
  text-decoration: none;
  font-family: "RF Dewi Extended", sans-serif;
  font-weight: 700;
}

.why-robot-cleaner__button {
  margin-top: 49px;
  max-width: 327px;
  padding: 12px 50px;
  border: none;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #265FE5;
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1221px) {
  .why-robot-cleaner__container {
    max-width: 768px;
  }

  .why-robot-cleaner__title {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 35px;
    line-height: 42px;
  }

  .why-robot-cleaner__images {
    max-width: 100%;
  }

  .why-robot-cleaner__photo {
    max-width: 100%;
  }

  .why-robot-cleaner__info-group {
    max-width: 100%;
    margin: 20px 15px auto;
  }

  .why-robot-cleaner__info a {
    font-weight: 700;
    display: inline-block;
  }

  .why-robot-cleaner__button {
    margin-top: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .why-robot-cleaner__title {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 35px;
    line-height: 42px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (max-width: 671px) {
  .why-robot-cleaner__icon {
    top: calc(42% - 29.5px);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (max-width: 616px) {
  .why-robot-cleaner__icon {
    top: calc(38% - 29.5px);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (max-width: 550px) {
  .why-robot-cleaner__icon {
    max-width: 49px;
    left: calc(50% - 24.5px);
    top: calc(38% - 24.5px);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (max-width: 500px) {
  .why-robot-cleaner__icon {
    top: calc(34% - 24.5px);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .why-robot-cleaner__image-text {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .why-robot-cleaner__info-group {
    max-width: 100%;
    margin: 20px 15px auto;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .why-robot-cleaner__info a {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .why-robot-cleaner {
    box-sizing: border-box;
    width: 100%;
    margin-top: 500px;
    padding: 10px;
  }

  .why-robot-cleaner__title {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .why-robot-cleaner__images {
    flex-direction: column;
  }

  .why-robot-cleaner__image-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }

  .why-robot-cleaner__photo {
    width: 152px;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .why-robot-cleaner__photo_first {
    content: url("../../images/why-robot/parking-lot-mobile.png");
  }

  .why-robot-cleaner__photo_second {
    content: url("../../images/why-robot/land-mobile.png");
  }

  .why-robot-cleaner__photo_third {
    content: url("../../images/why-robot/money-mobile.png");
  }
}

@media screen and (max-width: 480px) and (max-width: 307px) {
  .why-robot-cleaner__photo {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .why-robot-cleaner__icon {
    top: calc(50% - 29.5px);
    left: 122.5px;
  }
}

@media screen and (max-width: 480px) and (max-width: 307px) {
  .why-robot-cleaner__icon {
    left: 70.5px;
  }
}

@media screen and (max-width: 480px) {
  .why-robot-cleaner__image-text {
    width: 47%;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 480px) and (max-width: 315px) {
  .why-robot-cleaner__image-text {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .why-robot-cleaner__info-group {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .why-robot-cleaner__info {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .why-robot-cleaner__info a {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .why-robot-cleaner__button {
    display: block;
    margin: 30px auto;
    font-size: 18px;
  }
}

.advantages__container {
  max-width: 1146px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 43% 1fr 43%;
  align-items: center;
}

.advantages__title {
  grid-area: 1/1/2/4;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 45px;
  line-height: 58px;
  text-align: center;
  color: #265FE5;
}

.advantages__photo {
  max-width: 100%;
}

.advantages__photo_first {
  grid-area: 2/1/3/2;
}

.advantages__photo_second {
  grid-area: 3/3/4/4;
}

.advantages__photo_third {
  grid-area: 4/1/5/2;
}

.advantages__info {
  max-width: 471px;
}

.advantages__info_first {
  grid-area: 2/3/3/4;
}

.advantages__info_second {
  grid-area: 3/1/4/2;
}

.advantages__info_third {
  grid-area: 4/3/5/4;
}

.advantages__subtitle {
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #265FE5;
}

.advantages__text {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #3A475E;
}

.advantages__design-elements {
  grid-area: 2/2/5/3;
  margin: 0 auto;
}

.advantages__line {
  margin: 50%;
}

.advantages__number {
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 24px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 37.5px;
  background-color: #265FE5;
  color: #FFFFFF;
}

.advantages__button {
  grid-area: 5/1/6/4;
  justify-self: center;
  max-width: 384px;
  padding: 12px 50px;
  border: none;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #265FE5;
  color: #FFFFFF;
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .advantages__line_middle {
    content: url("../images/advantages/line-middle-short.svg");
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .advantages__container {
    grid-template-columns: 100%;
    justify-items: center;
    text-align: center;
    position: relative;
  }

  .advantages__title {
    grid-area: 1/1/2/2;
    max-width: 70%;
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 35px;
    line-height: 42px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (max-width: 662px) {
  .advantages__title {
    max-width: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .advantages__photo_first {
    grid-area: 2/1/3/2;
    content: url("../../images/advantages/control-tablet.png");
  }

  .advantages__photo_second {
    grid-area: 4/1/5/2;
    content: url("../../images/advantages/car-wash-tablet.png");
  }

  .advantages__photo_third {
    grid-area: 6/1/7/2;
    content: url("../../images/advantages/car-blue-tablet.png");
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .advantages__info {
    margin: 0 auto;
  }

  .advantages__info_first {
    grid-area: 3/1/4/2;
  }

  .advantages__info_second {
    grid-area: 5/1/6/2;
  }

  .advantages__info_third {
    grid-area: 7/1/8/2;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .advantages__line {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .advantages__number {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .advantages__button {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .advantages__container {
    grid-template-columns: 100%;
    justify-items: center;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
  }

  .advantages__title {
    grid-area: 1/1/2/2;
    max-width: 100%;
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .advantages__photo_first {
    grid-area: 2/1/3/2;
    content: url("../../images/advantages/control-mobile.png");
  }

  .advantages__photo_second {
    grid-area: 4/1/5/2;
    content: url("../../images/advantages/car-wash-mobile.png");
  }

  .advantages__photo_third {
    grid-area: 6/1/7/2;
    content: url("../../images/advantages/car-blue-mobile.png");
  }

  .advantages__info {
    margin: 0 auto;
  }

  .advantages__info_first {
    grid-area: 3/1/4/2;
  }

  .advantages__info_second {
    grid-area: 5/1/6/2;
  }

  .advantages__info_third {
    grid-area: 7/1/8/2;
  }

  .advantages__subtitle {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .advantages__text {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .advantages__line {
    display: none;
  }

  .advantages__number {
    display: none;
  }

  .advantages__button {
    display: none;
  }
}

.price {
  max-width: 1146px;
  margin: 94px auto;
  border-radius: 50px;
  background-color: #265FE5;
}

@media screen and (max-width: 770px) {
  .price {
    margin: 40px auto;
  }
}

.price__container {
  max-width: 973px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-around;
  align-items: center;
}

.price__title {
  margin-top: 69px;
  grid-area: 1/1/2/2;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 45px;
  line-height: 62.5px;
  color: #FFFFFF;
}

.price__photo {
  grid-area: 1/2/4/3;
  max-width: 100%;
}

.price__text {
  grid-area: 2/1/3/2;
  max-width: 516px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.price__text a {
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
}

.price__button {
  grid-area: 3/1/4/2;
  max-width: 327px;
  padding: 12px 50px;
  border: none;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #FFFFFF;
  color: #265FE5;
  cursor: pointer;
  margin: 70px 0;
  font-weight: 600;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .price {
    max-width: 656px;
  }

  .price__container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }

  .price__title {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 35px;
    line-height: 62.5px;
  }

  .price__text {
    max-width: 80%;
  }

  .price__button {
    margin: 15px auto 47px;
  }
}

@media screen and (max-width: 480px) {
  .price {
    max-width: 424px;
    margin: 0 auto;
  }

  .price__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .price__title {
    margin-top: 25px;
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 25px;
    line-height: 62.5px;
  }

  .price__photo {
    max-width: 85%;
  }

  .price__text {
    max-width: 80%;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .price__text a {
    display: inline-block;
    font-size: 16px;
  }

  .price__button {
    font-size: 18px;
    margin: 15px auto 47px;
  }
}

.stages {
  width: 98vw;
  max-width: 1668px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stages__title {
  width: 100%;
  margin: 0 auto;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 45px;
  line-height: 58px;
  text-align: center;
  color: #265FE5;
}

.stages__slider {
  display: flex;
  width: 80%;
  min-width: 0;
  margin: 0;
  padding-top: 90px;
  overflow-x: hidden;
}

.stages__button {
  height: 75px;
  margin: auto 0;
  border: none;
  background-color: #FFFFFF;
}

.stages__cards-container {
  display: flex;
  min-width: 0;
  width: 90%;
}

.stages__number {
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 24px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 37.5px;
  background-color: #265FE5;
  color: #FFFFFF;
  position: absolute;
  left: calc(50% - 37.5px);
  bottom: 93%;
}

.stages__card {
  position: relative;
  box-sizing: border-box;
  padding-top: 80px;
  border-radius: 50px;
  text-align: center;
  background-color: #EEF3FD;
}

.stages__card-content {
  height: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.stages__subtitle {
  margin: 0 auto 23px;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #265FE5;
}

.stages__text {
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #3A475E;
}

.stages__text a {
  font-family: "RF Dewi Extended", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #265FE5;
}

.stages__text_advice {
  margin: 12px auto;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 16px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.stages__text_bold {
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 700;
  color: #265FE5;
}

.stages__text-apart {
  margin: 40px auto;
}

.stages__photo {
  width: 100%;
}

.stages__photo_narrow {
  width: 67%;
  margin: 0 auto;
}

.stages__button-order {
  max-width: 387px;
  padding: 12px 50px;
  border: none;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #265FE5;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  margin: 60px auto;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .stages__title {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 35px;
    line-height: 42px;
  }

  .stages__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 37.5px;
    background-color: #265FE5;
    color: #FFFFFF;
    left: calc(50% - 30px);
    bottom: 95%;
  }

  .stages__card {
    padding-top: 50px;
  }

  .stages__subtitle {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .stages__text {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .stages__text_advice {
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  .stages__slider {
    width: 95%;
    padding-top: 0;
    overflow-x: scroll;
  }

  .stages__slider::-webkit-scrollbar {
    display: none;
  }

  .stages__cards-container {
    box-sizing: border-box;
    min-height: 570px;
    padding-top: 50px;
    gap: 20px;
  }

  .stages__card {
    max-width: 60%;
  }

  .stages__card-content {
    padding: 0 20px;
  }

  .stages__title {
    width: 80%;
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 35px;
    line-height: 42px;
  }

  .stages__button {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .stages__title {
    width: 85%;
    margin-top: 40px;
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .stages__slider {
    width: -moz-max-content;
    width: max-content;
    padding-top: 0;
    overflow-x: scroll;
  }

  .stages__slider::-webkit-scrollbar {
    display: none;
  }

  .stages__cards-container {
    box-sizing: border-box;
    min-height: 570px;
    padding-top: 50px;
    gap: 20px;
  }

  .stages__card {
    max-width: 80%;
  }

  .stages__subtitle {
    margin: 0 auto 10px;
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .stages__text {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 19px;
  }

  .stages__text a {
    font-family: "RF Dewi Extended", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .stages__text-apart {
    margin: 20px auto;
  }

  .stages__button {
    display: none;
  }

  .stages__button-order {
    max-width: 80%;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #265FE5;
    color: #FFFFFF;
    cursor: pointer;
  }
}

.banner-desktop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1796px;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

.banner-desktop__nav-arrow_left {
  max-width: 55px;
  margin-top: auto;
  margin-right: -5px;
  margin-bottom: auto;
}

.banner-desktop__nav-arrow_right {
  max-width: 55px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -5px;
}

.banner-slider-container {
  display: flex;
  min-width: 0;
}

.banner-slider-container .banner__slide:not(:first-child) {
  display: none;
}

.banner-slider-container.slick-initialized .banner__slide:not(:first-child) {
  display: block;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.banner__slide {
  min-width: 0;
  width: 1704px;
  margin-left: auto;
  margin-right: auto;
}

.banner-mobile {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-desktop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-desktop__nav-arrow_left {
    max-width: 45px;
    margin-right: -10px;
  }

  .banner-desktop__nav-arrow_right {
    max-width: 45px;
    margin-left: -10px;
  }

  .banner__slide {
    width: 950px;
  }

  .banner-mobile {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .banner-mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .banner__slide {
    width: 720px;
  }

  .banner__nav-arrow_left {
    position: absolute;
    left: 33px;
    z-index: 2;
  }

  .banner__nav-arrow_right {
    position: absolute;
    right: 33px;
    z-index: 2;
  }

  .banner-desktop {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .banner-mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .banner__slide {
    width: 340px;
  }

  .banner__nav-arrow_left {
    position: absolute;
    max-width: 39px;
    left: 10px;
    z-index: 2;
  }

  .banner__nav-arrow_right {
    position: absolute;
    max-width: 39px;
    right: 10px;
    z-index: 2;
  }

  .banner-desktop {
    display: none;
  }
}

.info-block {
  max-width: 1522px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  border-radius: 50px;
}

.info-block__title {
  padding-top: 40px;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #265FE5;
}

.info-block__text {
  margin-bottom: 1.2em;
}

.info-block__text_lg {
  font-size: 18px;
  line-height: 30px;
}

.info-block__text_md {
  font-size: 18px;
  line-height: 25px;
}

.info-block__text_sm {
  font-size: 16px;
  line-height: 25px;
}

.info-block__text_bold {
  font-family: "RF Dewi Extended", sans-serif;
  font-weight: 700;
}

.info-block__text_blue {
  color: #265FE5;
}

.info-block-wrapper {
  display: flex;
  max-width: 1146px;
  margin-right: auto;
  margin-left: auto;
}

.info-block-content {
  display: flex;
  flex-direction: column;
  max-width: 588px;
}

.info-block-list {
  display: grid;
  max-width: 588px;
  grid-template-columns: 0.5fr 5fr;
  grid-template-rows: repeat(4, 0.5fr);
}

.info-block-list__title {
  grid-column: 1/3;
  grid-row: 1/2;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 25px;
  color: #3A475E;
}

.info-block-list__number {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #265FE5;
}

.info-block-list :nth-child(6) {
  margin-bottom: 37px;
}

.info-block-list__text {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.info-block-list :nth-child(7) {
  margin-bottom: 25px;
}

.info-block-btn {
  max-height: 54px;
  min-height: 54px;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.info-block-btn_lg {
  max-width: 295px;
  min-width: 295px;
}

.info-block-btn_md {
  max-width: 263px;
  min-width: 263px;
}

.info-block-btn_sm {
  max-width: 246px;
  min-width: 246px;
}

.info-block-btn_blue {
  background-color: #265FE5;
  color: #FFFFFF;
}

.info-block-btn-arrow {
  padding-left: 7px;
}

.info-block__img {
  align-self: center;
  margin-left: 68px;
}

.info-block-tablet {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info-block-tablet {
    display: none;
  }

  .info-block {
    max-width: 950px;
  }

  .info-block__title {
    padding-top: 10px;
    font-size: 35px;
  }

  .info-block-wrapper {
    max-width: 900px;
  }

  .info-block-content {
    max-width: 500px;
  }

  .info-block-list {
    max-width: 500px;
  }

  .info-block__img {
    margin-left: 0px;
    max-width: 400px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .info-block_desktop {
    display: none;
  }

  .info-block-tablet {
    display: flex;
    flex-direction: column;
    max-width: 655px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }

  .info-block__title {
    font-size: 35px;
  }

  .info-block-content {
    max-width: 655px;
    margin-right: auto;
    margin-left: auto;
  }

  .info-block__img {
    max-width: 655px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 28px;
  }

  .info-block-list__text {
    font-size: 18px;
    line-height: 30px;
  }

  .info-block-btn_sm {
    max-width: 207px;
    min-width: 207px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .info-block_desktop {
    display: none;
  }

  .info-block-tablet {
    display: flex;
    flex-direction: column;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
  }

  .info-block__title {
    font-size: 25px;
  }

  .info-block-content {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .info-block__text {
    margin-bottom: 8px;
  }

  .info-block__text_lg {
    font-size: 16px;
    line-height: 25px;
  }

  .info-block__text_md {
    font-size: 16px;
    line-height: 25px;
  }

  .info-block__text_sm {
    font-size: 15px;
    line-height: 22px;
  }

  .info-block__img {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 28px;
  }

  .info-block-list {
    margin-bottom: 22px;
  }

  .info-block-list__title,
  .info-block-list__number {
    font-size: 20px;
  }

  .info-block-list__number {
    margin-top: 0;
  }

  .info-block-list__text {
    margin-left: 18px;
    font-size: 16px;
    line-height: 25px;
  }

  .info-block-btn {
    font-size: 18px;
  }

  .info-block-btn_lg {
    max-width: 252px;
    min-width: 252px;
  }

  .info-block-btn_md {
    max-width: 240px;
    min-width: 240px;
  }

  .info-block-btn_sm {
    max-width: 180px;
    min-width: 180px;
  }
}

@media screen and (max-width: 320px) {
  .info-block__img {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 28px;
  }

  .info-block-btn {
    font-size: 16px;
  }
}

.info-block_sm {
  display: flex;
  align-items: center;
  max-width: 1146px;
  max-height: 164px;
  min-height: 164px;
  border-radius: 50px;
}

.info-block_bg-blue {
  background-color: #265FE5;
}

.info-block__text_white {
  max-width: 680px;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 60px;
  line-height: 25px;
  color: #FFFFFF;
}

.info-block-btn_white {
  background-color: #FFFFFF;
  color: #265FE5;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .info-block_sm {
    max-width: 950px;
    max-height: 215px;
  }

  .info-block__text_white {
    max-width: 700px;
    margin-right: 20px;
  }

  .info-block-btn_white {
    margin-right: 40px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .info-block_sm {
    flex-direction: column;
    max-width: 655px;
    min-height: 260px;
  }

  .info-block__text_white {
    max-width: 590px;
    min-height: 120px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .info-block__text_white a {
    display: inline-block;
  }

  .info-block-btn_white {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .info-block_sm {
    flex-direction: column;
    max-width: 340px;
    min-height: 350px;
  }

  .info-block__text_white {
    max-width: 280px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .info-block-btn_white {
    margin-right: auto;
    margin-left: auto;
  }
}

.info-block_bg-light-blue {
  position: relative;
  background-color: #EEF3FD;
}

.info-block__img_absolute {
  position: absolute;
  max-width: 539px;
  min-width: 539px;
  margin-top: 50px;
  margin-left: -75px;
  z-index: 2;
}

.image-bg {
  max-width: 412px;
  min-width: 412px;
  max-height: 366px;
  min-height: 366px;
  margin-top: 103px;
  border-radius: 183px;
  background: radial-gradient(circle, rgba(38, 95, 229, 0.4) 30%, rgb(238, 243, 253) 70%);
  z-index: 1;
}

.numbers-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  z-index: 1;
}

.numbers-wrapper__item {
  box-sizing: border-box;
  max-width: 29px;
  min-width: 29px;
  max-height: 45px;
  min-height: 45px;
  padding-top: 10px;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #B2C7F6;
}

.numbers-wrapper__item_active {
  padding-top: 5px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #265FE5;
}

.lines-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-right: 25px;
}

.lines-wrapper__item {
  width: 40px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: #EEF3FD;
}

.lines-wrapper__item_active {
  background-color: #265FE5;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  min-width: 0px;
  min-height: 0;
  max-height: 477px;
}

.title-group {
  display: flex;
  color: #265FE5;
}

.title-group__title {
  margin-top: 10px;
  margin-left: 14px;
  font-size: 22px;
  font-weight: 700;
}

.title-group__icon {
  max-width: 99px;
  margin-left: -15px;
}

.info-block-btn_sm {
  margin-top: 20px;
}

.vertical-slider {
  display: flex;
  margin-left: auto;
  margin-bottom: 59px;
  min-height: 0;
  overflow: hidden;
}

.slider-wrapper {
  max-height: 477px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0);
}

.swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 50%;
  margin-top: 73px;
}

.horizontal-slider {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .swiper-pagination {
    margin-right: 50%;
  }
}

@media screen and (min-width: 861px) and (max-width: 1024px) {
  .horizontal-slider {
    display: none;
  }

  .info-block__img_absolute {
    max-width: 434px;
    min-width: 434px;
    margin-top: 20px;
    margin-left: -25px;
  }

  .image-bg {
    margin-top: 20px;
  }

  .vertical-slider {
    margin-bottom: 20px;
  }

  .swiper-pagination {
    margin-right: 50%;
    margin-top: 60px;
  }
}

@media screen and (min-width: 481px) and (max-width: 860px) {
  .vertical-slider {
    display: none;
  }

  .info-block_bg-light-blue {
    position: relative;
    max-width: 750px;
    min-height: 1000px;
  }

  .info-block__img_absolute {
    position: absolute;
    max-width: 434px;
    min-width: 434px;
    top: 570px;
    left: 158px;
    z-index: 2;
    margin-left: 0;
  }

  .image-bg {
    position: absolute;
    max-width: 330px;
    min-width: 330px;
    max-height: 295px;
    min-height: 295px;
    top: 600px;
    left: 200px;
    z-index: 1;
  }

  .horizontal-slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 53px;
    min-height: 392px;
    margin-top: 38px;
    margin-left: 48px;
    overflow-x: scroll;
  }

  .horizontal-slider::-webkit-scrollbar {
    display: none;
  }

  .content-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 477px;
    min-width: 477px;
  }

  .info-block-btn_sm {
    margin-top: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .vertical-slider {
    display: none;
  }

  .info-block_bg-light-blue {
    max-width: 390px;
    min-height: 955px;
  }

  .info-block__title_centered {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .info-block__img_absolute {
    position: absolute;
    margin-left: 0;
    max-width: 290px;
    min-width: 290px;
    top: 650px;
    left: 40px;
    z-index: 2;
  }

  .image-bg {
    position: absolute;
    max-width: 220px;
    min-width: 220px;
    max-height: 196px;
    min-height: 196px;
    top: 650px;
    left: 90px;
    z-index: 1;
    border-radius: 110px;
  }

  .horizontal-slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 46px;
    min-height: 488px;
    margin-left: 27px;
    overflow-x: scroll;
  }

  .horizontal-slider::-webkit-scrollbar {
    display: none;
  }

  .content-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 248px;
    min-width: 248px;
  }

  .title-group__title {
    margin-top: 10px;
    margin-left: 14px;
    font-size: 20px;
  }

  .title-group__icon {
    max-width: 71px;
    margin-left: -15px;
  }

  .info-block-btn_sm {
    margin-top: auto;
  }

  .info-block-btn_centered {
    align-self: center;
  }
}

@media screen and (max-width: 320px) {
  .image-bg {
    left: 40px;
  }

  .info-block__img_absolute {
    left: 10px;
  }
}

#block_5 {
  margin-top: 147px;
}

.info-block-btn_lg {
  margin-top: 9px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #block_5 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #block_5 {
    margin-top: 114px;
  }

  .info-block__img_hidden {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  #block_5 {
    margin-top: 69px;
  }

  .info-block__img_hidden {
    display: none;
  }

  .info-block-btn_lg {
    margin-top: 19px;
  }
}

.popup__tnks {
  display: none;
  z-index: 9999;
}

.popup-parent {
  position: relative;
}

.close__tnks {
  position: absolute;
  top: 10px;
  right: 21px;
  font-size: 22px;
  cursor: pointer;
}

.popup__tnks.open {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38, 95, 229, 0.36);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  overflow-y: auto;
  z-index: 5;
}

.popup-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  padding: 28px 39px 32px 34px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  border-radius: 28px;
}

.popup__close {
  position: absolute;
  top: 25px;
  right: 26px;
  text-decoration: none;
  cursor: pointer;
}

.popup__close:focus,
.popup__close:hover {
  text-decoration: none;
}

.popup__close_white {
  display: none;
}

.popup__confirm-icon {
  max-width: 58px;
  margin-right: auto;
  margin-left: auto;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}

.popup-content {
  display: flex;
  flex-direction: column;
  max-width: 407px;
}

.popup-content__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RF Dewi Extended", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #265FE5;
}

.popup-content__text {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}

.popup-content__text_sm {
  font-size: 12px;
  line-height: 14px;
}

.popup-content__text_lg {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.content-row {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
}

.content-container {
  box-sizing: border-box;
  min-width: 200px;
  min-height: 48px;
  padding: 0;
  margin: 0;
  border: 1px solid #9ba8c8;
  border-radius: 4px;
}

.content-container_lg {
  min-width: 407px;
  min-height: 91px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.input-title {
  font-size: 14px;
  line-height: 18px;
  color: #7a8298;
}

.input-title_sp {
  color: red;
}

.input-field {
  border: none;
}

.textarea {
  min-width: 395px;
  min-height: 90px;
  padding: 5px;
  resize: vertical;
  border: none;
}

.popup-button {
  max-width: 407px;
  min-width: 407px;
  max-height: 54px;
  min-height: 54px;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #265FE5;
  color: #FFFFFF;
}

.error_message {
  font-size: 14px;
  line-height: 16px;
  color: red;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 95, 229, 0.36);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    overflow-y: auto;
    z-index: 5;
  }

  .popup-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-form {
    position: relative;
    max-width: 340px;
    padding: 20px 17px 18px;
    margin-top: 50px;
  }

  .popup__close {
    position: absolute;
    top: 30px;
    right: 10px;
    text-decoration: none;
    cursor: pointer;
  }

  .popup__close_white {
    display: block;
  }

  .popup__close_blue {
    display: none;
  }

  .popup__confirm-icon {
    max-width: 58px;
    margin-top: 17px;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
  }

  .popup-content {
    max-width: 304px;
  }

  .popup-content__title {
    font-size: 25px;
  }

  .popup-content__text {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .popup-content__text_lg {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .content-row {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .content-row_personal {
    flex-direction: row;
    align-items: flex-start;
  }

  #personal_data {
    margin-top: 10px;
  }

  .content-container {
    max-width: 304px;
  }

  .content-container_lg {
    min-width: 304px;
  }

  .textarea {
    max-width: 280px;
    min-width: 280px;
  }

  .popup-button {
    max-width: 304px;
    min-width: 304px;
  }

  .error_message {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 320px) {
  .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 95, 229, 0.36);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    overflow-y: auto;
    z-index: 5;
  }

  .popup-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-form {
    position: relative;
    max-width: 290px;
    padding: 20px 17px 18px;
    margin-top: 50px;
  }

  .popup__close {
    position: absolute;
    top: 30px;
    right: 10px;
    text-decoration: none;
    cursor: pointer;
  }

  .popup__close_white {
    display: block;
  }

  .popup__close_blue {
    display: none;
  }

  .popup-content {
    max-width: 290px;
  }

  .content-container {
    max-width: 290px;
  }

  .content-container_lg {
    min-width: 250px;
  }

  .textarea {
    max-width: 240px;
    min-width: 240px;
  }

  .popup-button {
    max-width: 250px;
    min-width: 250px;
    font-size: 20px;
  }
}

.container,
.header__container {
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding-top: 45px;
  margin-bottom: 20px;
  color: #3a475e;
}

@media screen and (max-width: 920px) {
  .header {
    margin-bottom: -3px;
  }
}

.header__inner,
.header__menu-list,
.header__main,
.header__contacts {
  display: flex;
  align-items: center;
}

.header__main,
.header__contacts {
  gap: 55px;
  color: #222021;
}

@media screen and (max-width: 1160px) {

  .header__main,
  .header__contacts {
    gap: 20px;
  }
}

.header__inner {
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .header__logo img {
    width: 154px;
  }
}

@media screen and (max-width: 390px) {
  .header__logo img {
    width: 94px;
  }
}

.header__burger img {
  display: none;
}

@media screen and (max-width: 920px) {
  .header__burger img {
    display: block;
    width: 48px;
    height: 29px;
  }
}

@media screen and (max-width: 700px) {
  .header__burger img {
    margin-right: -30px;
  }
}

@media screen and (max-width: 390px) {
  .header__burger img {
    width: 30px;
    height: 17px;
  }
}

.header__description {
  width: 410px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

@media screen and (max-width: 1370px) {
  .header__description {
    width: 200px;
  }
}

@media screen and (max-width: 1140px) {
  .header__description {
    display: none;
  }
}

.header__contacts {
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 920px) {
  .header__contacts {
    display: none;
  }
}

.header__phone {
  font-family: "RF Dewi Extended";
}

.header__email {
  color: #222021;
}

.header__phone {
  color: #265fe5;
  font-weight: 600;
}

.header__menu,
.header-high {
  padding: 0 45px;
}

.header__menu-list {
  gap: 35px;
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
}

.header-low {
  margin-top: 45px;
}

@media screen and (max-width: 920px) {
  .header-low {
    display: none;
  }
}

.adaptive-menu {
  display: none;
}

@media screen and (max-width: 920px) {
  .adaptive-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 460px;
    padding-top: 20px;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    z-index: 4;
  }
}

@media screen and (max-width: 510px) {
  .adaptive-menu {
    height: 555px;
  }
}

@media screen and (max-width: 920px) {
  .header:target .adaptive-menu {
    left: 0;
  }
}

.header:target .header__burger {
  display: none;
}

.header:target .adaptive-menu__close {
  display: block;
}

.container-adapt {
  max-width: 620px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .container-adapt {
    max-width: 510px;
  }
}

@media screen and (max-width: 510px) {
  .container-adapt {
    max-width: 320px;
  }
}

.adaptive__row {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 154px;
}

@media screen and (max-width: 510px) {
  .logo {
    width: 124px;
  }
}

.adaptive-menu__close {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.5s;
}

.adaptive-menu__description {
  line-height: 25px;
  color: #265FE5;
  width: 405px;
}

@media screen and (max-width: 510px) {
  .adaptive-menu__description {
    width: 290px;
  }
}

.adaptive__column {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 510px) {
  .adaptive__column {
    flex-direction: column;
  }
}

.menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 16px;
  padding: 0;
}

.menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 30px;
}

.phone {
  font-family: "RF Dewi Extended";
  color: #265FE5;
}

.email {
  color: #222021;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .container-fluid {
    max-width: 750px;
  }
}

.collection {
  padding: 100px 0;
}

@media screen and (max-width: 750px) {
  .collection {
    padding: 0 0 45px 0;
  }
}

.collection__inner {
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 750px) {
  .collection__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.collection__image {
  height: 100%;
  width: 100%;
}

.container-min {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1300px) {
  .container-min {
    max-width: 990px;
  }
}

@media screen and (max-width: 990px) {
  .container-min {
    max-width: 590px;
  }
}

@media screen and (max-width: 590px) {
  .container-min {
    max-width: 350px;
    padding: 0 5px;
  }
}

.functions {
  text-align: center;
  margin-bottom: 165px;
}

@media screen and (max-width: 1300px) {
  .functions {
    margin-bottom: 315px;
  }
}

@media screen and (max-width: 990px) {
  .functions {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .functions {
    margin-bottom: -450px;
  }
}

.functions__title,
.functions__main-title,
.functions__additional-title,
.functions__technical-title {
  font-family: "RF Dewi Extended";
  font-weight: 700;
  margin: 0;
}

.functions__title {
  margin-bottom: 70px;
  line-height: 62.5px;
  font-size: 45px;
}

@media screen and (max-width: 750px) {
  .functions__title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 390px) {
  .functions__title {
    font-size: 25px;
    line-height: 33px;
  }
}

.functions__title,
.functions__technical-title {
  color: #265FE5;
}

.functions__inner {
  margin: 0 auto;
  height: 815px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 25px;
  color: #3A475E;
  line-height: 40px;
}

@media screen and (max-width: 990px) {
  .functions__inner {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media screen and (max-width: 390px) {
  .functions__inner {
    grid-gap: 10px;
  }
}

.functions__main-title,
.functions__additional-title,
.functions__technical-title {
  font-size: 30px;
  line-height: 32px;
}

.functions__main-title {
  color: #fff;
}

.functions__main p {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .functions__main p {
    margin: 0;
  }
}

.functions__main,
.functions__additional {
  border-radius: 50px;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 590px) {

  .functions__main,
  .functions__additional {
    font-size: 14px;
    line-height: 22px;
  }
}

.functions__main-subtitle,
.functions__additional-subtitle {
  color: #3A475E;
}

@media screen and (max-width: 590px) {

  .functions__main,
  .functions__additional {
    padding: 35px 25px;
  }
}

.functions__main {
  grid-row: span 2;
  background-color: #265FE5;
}

@media screen and (max-width: 1200px) {
  .functions__main {
    gap: 10px;
  }
}

.functions__main-title {
  margin: 0;
}

.functions__main-item,
.functions__additional-item {
  border-radius: 14px;
  padding-left: 75px;
  height: 57px;
  display: flex;
  align-items: center;
}

.functions__main-item {
  background-color: #EEF3FD;
  position: relative;
}

.functions__first::after,
.functions__second::after,
.functions__third::after,
.functions__forth::after,
.functions__fifth::after,
.functions__sixth::after,
.functions__seventh::after,
.functions__eighth::after,
.functions__ninth::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 58px;
  left: -13px;
  bottom: 0;
}

.functions__first::after {
  background-image: url(../images/icon1.svg);
}

.functions__second::after {
  background-image: url(../images/icon2.svg);
}

.functions__third::after {
  background-image: url(../images/icon3.svg);
}

.functions__forth::after {
  background-image: url(../images/icon4.svg);
}

.functions__fifth::after {
  background-image: url(../images/icon5.svg);
}

.functions__sixth::after {
  background-image: url(../images/icon6.svg);
}

.functions__seventh::after {
  background-image: url(../images/icon7.svg);
}

.functions__eighth::after {
  background-image: url(../images/icon8.svg);
}

.functions__ninth::after {
  background-image: url(../images/icon9.svg);
}

.functions__main-item,
.functions__additional-item,
.funtions__technical-table {
  text-align: start;
}

.functions__additional {
  background-color: #EEF3FD;
  gap: 10px;
}

.functions__additional-item {
  background-color: white;
  position: relative;
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
  .functions__additional-item {
    font-size: 13px;
  }
}

.functions__additional-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon1.svg);
  width: 75px;
  height: 58px;
  left: -13px;
  bottom: 0;
}

._first::after {
  background-image: url(../images/icon10.svg);
}

._second::after {
  background-image: url(../images/icon11.svg);
}

._third::after {
  background-image: url(../images/icon12.svg);
}

._forth::after {
  background-image: url(../images/icon13.svg);
}

.functions__technical {
  padding: 35px 50px 0 50px;
}

@media screen and (max-width: 490px) {
  .functions__technical {
    padding: 35px 35px 0 35px;
  }
}

.functions__technical-title {
  text-align: start;
  margin-bottom: 35px;
}

@media screen and (max-width: 490px) {
  .functions__technical-table {
    font-size: 10px;
    line-height: 20px;
  }
}

td:nth-child(2) {
  font-family: "RF Dewi Extended";
  font-weight: 700;
  line-height: 47px;
  padding-left: 48px;
}

@media screen and (max-width: 490px) {
  td:nth-child(2) {
    padding-left: 5px;
    width: 81px;
  }
}

.container__low {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1310px) {
  .container__low {
    max-width: 1000px;
  }
}

@media screen and (max-width: 700px) {
  .container__low {
    max-width: 500px;
  }
}

.form {
  background-color: #265fe5;
  border-radius: 50px 50px 0px 0px;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 400px;
}

@media screen and (max-width: 1080px) {
  .form {
    padding-bottom: 450px;
  }
}

@media screen and (max-width: 700px) {
  .form {
    padding-bottom: 670px;
  }
}

@media screen and (max-width: 390px) {
  .form {
    padding-top: 30px;
  }
}

.form__inner {
  display: flex;
  justify-content: space-between;
  gap: 200px;
}

@media screen and (max-width: 1031px) {
  .form__inner {
    gap: 100px;
  }
}

@media screen and (max-width: 940px) {
  .form__inner {
    gap: 50px;
  }
}

@media screen and (max-width: 910px) {
  .form__inner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 910px) {
  .form__inner {
    margin-bottom: 20px;
  }
}

.form__text {
  width: 420px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .form__text {
    text-align: center;
  }
}

@media screen and (max-width: 445px) {
  .form__text {
    max-width: 340px;
  }
}

.form__title {
  font-family: "RF Dewi Extended";
  font-weight: 700;
  font-size: 45px;
  line-height: 58px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .form__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 390px) {
  .form__title {
    font-size: 25px;
    line-height: 30px;
  }
}

.form__subtitle {
  width: 400px;
}

@media screen and (max-width: 390px) {
  .form__subtitle {
    font-size: 16px;
    line-height: 22px;
    width: 350px;
  }
}

.form__main {
  flex: 1;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}

@media screen and (max-width: 420px) {
  .form__main {
    margin-top: -30px;
  }
}

.form__main-input,
.form__main-input-text {
  border-radius: 6px;
  border-color: transparent;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  background-color: inherit;
  border: 1px solid #9BB6F3;
}

.form__main-input::-moz-placeholder,
.form__main-input-text::-moz-placeholder {
  color: #9BB6F3;
  font-size: inherit;
}

.form__main-input::placeholder,
.form__main-input-text::placeholder {
  color: #9BB6F3;
  font-size: inherit;
}

.form__row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

@media screen and (max-width: 420px) {
  .form__row {
    flex-direction: column;
  }
}

.form__main-input {
  flex: 1;
  padding: 5px 0 5px 18px;
}

.error .form__main-input {
  border-color: red;
}

.form__main-input-text {
  height: 115px;
  padding: 5px 0 35px 18px;
}

.btn-row {
  display: flex;
  flex-direction: column;
  align-items: end;
}

@media screen and (max-width: 910px) {
  .btn-row {
    align-items: center;
  }
}

.form__main-button {
  position: relative;
  width: 239px;
  margin-top: 30px;
  padding: 10px 35px 10px 10px;
  border-radius: 8px;
  border-color: transparent;
  background-color: #fff;
  color: #265FE5;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 390px) {
  .form__main-button {
    width: 211px;
    margin: 15px 50px;
  }
}

.form__main-button::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-blue.svg);
  width: 26px;
  height: 14px;
  right: 25px;
  bottom: 15px;
}

.footer {
  position: absolute;
  color: #fff;
  height: 300px;
  width: 100%;
  bottom: 0;
  z-index: 4;
  background-color: #3a475e;
  border-radius: 50px 50px 0px 0px;
}

@media screen and (max-width: 1080px) {
  .footer {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .footer {
    text-align: center;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  margin-top: 75px;
}

@media screen and (max-width: 910px) {
  .footer__inner {
    margin-top: 30px;
    height: 315px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: end;
  }
}

@media screen and (max-width: 700px) {
  .footer__inner {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 910px) {
  .footer__logo {
    width: 232px;
    align-items: center;
  }
}

.footer__copy {
  display: none;
}

@media screen and (max-width: 910px) {
  .footer__copy {
    display: inline-block;
  }
}

.footer__menu {
  width: 460px;
}

@media screen and (max-width: 1080px) {
  .footer__menu {
    width: auto;
  }
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1080px) {
  .footer__menu-list {
    height: auto;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 700px) {
  .footer__menu-list {
    gap: 5px;
  }
}

.footer__menu-item {
  padding-right: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.5;
}

@media screen and (max-width: 700px) {
  .footer__menu-item {
    padding-right: 0;
  }
}

.footer__contacts {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 910px) {
  .footer__contacts {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 700px) {
  .footer__contacts {
    justify-content: center;
    align-items: center;
    margin-top: -30px;
  }
}

.footer__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__contacts p {
  display: block;
  margin: 0;
}

.footer__logo p {
  display: block;
  margin: 0;
}

@media screen and (max-width: 910px) {
  .footer__logo p {
    display: none;
  }
}

.footer__phone {
  font-family: "RF Dewi Extended";
}

.footer__adress {
  padding-bottom: 5px;
}

.footer__email {
  width: 100px;
}

/*# sourceMappingURL=style.css.map */