@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.page {
  background: #FAFAFA;
  font-family: "Roboto", system-ui;
  font-weight: 400;
  color: #333333;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0px 15px;
  box-sizing: border-box;
}

.page--noscroll {
  overflow: hidden;
}

.header {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.header__content {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 20px 16px 24px;
  display: flex;
  align-items: center;
}

.header__content--none-bg {
  background-color: transparent;
  padding: 20px 0px 24px 0px;
}

.header__name {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 500;
  margin-right: 20px;
}

.header__pre-text {
  color: #999999;
  font-size: 16px;
  max-width: 160px;
}

.header__info {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.header__grouping {
  display: flex;
}

.btn {
  border: none;
  border-radius: 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.btn-default {
  background-color: #365EDC;
  color: #fff;
  padding: 16px 20px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s;
  font-weight: 500;
}

.btn-default:hover {
  background-color: #2246bf;
}

.header__address, .header__phone {
  margin-right: 40px;
  color: #333333;
  display: flex;
  align-items: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  visibility: hidden;
  transition: 0.3s;
  padding: 25px 15px;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

.modal.active {
  visibility: visible;
}

.modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 2px);
}

.modal__container {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-100px);
  max-width: 1320px;
  position: relative;
}

.modal-mimage__image {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}

.modal-mimage__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.swiper-modal-images {
  overflow: hidden;
  position: relative;
}

.swiper-modal-images__slide {
  background-color: #fff;
  height: 600px;
  overflow: hidden;
  border-radius: 12px;
}

.swiper-modal-images__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .modal__container {
    max-width: 984px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .modal__container {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .modal__container {
    max-width: 100%;
    width: 100%;
  }
}
.modal.active .modal__container {
  transform: none;
  opacity: 1;
}

.modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
}

.modal-close__svg {
  width: 16px;
  height: 16px;
}

.btn-modal-offer {
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

.main-slider-swiper {
  overflow: hidden;
  position: relative;
}

.main-slider-slide {
  position: relative;
  height: 720px;
  display: flex;
  flex-direction: column;
  padding: 0px 40px 100px 40px;
  box-sizing: border-box;
  justify-content: end;
}

.main-slider-slide__image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

.main-slider-slide__image-cover {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.main-slider-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider-slide__content {
  position: relative;
  z-index: 2;
}

.main-slider-slide__content h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-slider-slide__text {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.main-slider-controlls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
  padding: 0px 20px;
}

.main-slider-controlls .slider-btn-prev {
  justify-self: start;
  align-self: center;
}

.main-slider-controlls .slider-btn-next {
  justify-self: end;
  align-self: center;
}

.main-slider-controlls .main-slider-pagination {
  justify-self: center;
  align-self: end;
  margin-bottom: 40px;
}

.extra-main-slider {
  position: relative;
  overflow: hidden;
}

.extra-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.extra-slide__image {
  height: 720px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px 0px 0px 12px;
}

.extra-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.extra-slide__content {
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0px 12px 12px 0px;
}

.extra-slide__content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.extra-slide__text {
  color: #999999;
  font-size: 20px;
  line-height: 28px;
}

.extra-slider-controlls {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  width: 545px;
  box-sizing: border-box;
}

.extra-slider-pagination {
  font-size: 20px;
  font-weight: 600;
  color: #CCCCCC;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-pagination-current {
  color: #365EDC;
}

.section {
  position: relative;
  padding: 10px 0px;
}

.section > .container > h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  display: flex;
  margin-bottom: 40px;
}

.section > .container > h2::before {
  content: "";
  margin-right: 20px;
  display: inline-flex;
  width: 4px;
  background-color: #365EDC;
  min-height: 100%;
}

.section > .container .aside h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  display: flex;
  margin-bottom: 40px;
}

.section > .container .aside h2::before {
  content: "";
  margin-right: 20px;
  display: inline-flex;
  width: 4px;
  background-color: #365EDC;
  min-height: 100%;
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.catalog__under {
  display: flex;
  justify-content: center;
}

.catalog__item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 40px;
  height: 480px;
}

.catalog__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #999999;
  transition: 0.45s;
  left: 0;
  top: 0;
}

.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.45s;
}

.catalog__content-wrapper {
  position: absolute;
  top: calc(100% - 48px);
  transition: 0.35s;
}

.catalog__content {
  z-index: 3;
  transition: 0.45s;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  position: relative;
}

.catalog-img-back {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.45s;
}

.catalog__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.35s;
  height: 48px;
  margin-bottom: 20px;
}

.catalog__name {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

.catalog__description {
  visibility: hidden;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 22px;
  transition: 0.25s;
}

.catalog__item:hover > .catalog__content .catalog__content-wrapper {
  top: 0px;
}

.catalog__item:hover > .catalog__img img {
  filter: blur(3px);
}

.catalog__item:hover > .catalog__img .catalog-img-back {
  opacity: 1;
}

.catalog__item:hover > .catalog__content .catalog__description {
  visibility: visible;
  bottom: 140px;
}

.main-map {
  height: 760px;
  background-color: #CCCCCC;
  position: relative;
  overflow: hidden;
}

.map-info {
  position: absolute;
  left: 40px;
  top: 75px;
  box-sizing: border-box;
  padding: 60px 80px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  width: 336px;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}

.map-info.hidden {
  opacity: 0;
}

.map-info__close {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: inherit;
  border: none;
  display: block;
}

.map-info__svg {
  width: 16px;
  height: 16px;
}

.map-info h2 {
  margin-bottom: 40px;
  color: #365EDC;
  font-size: 28px;
  font-weight: 600;
}

.map-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

.map-info__item:last-child {
  margin-bottom: 0px;
}

.map-info__text-sm {
  color: #CCCCCC;
  font-size: 16px;
  margin-bottom: 8px;
}

.map-info__text {
  color: #333333;
  font-size: 20px;
}

.map-swiper {
  position: absolute;
  left: 40px;
  bottom: 65px;
  box-sizing: border-box;
  display: flex;
  z-index: 1;
}

.map-swiper::-webkit-scrollbar {
  width: 0px;
}

.ow::-webkit-scrollbar {
  width: 0px;
}

.map-show-contacts {
  position: absolute;
  left: 0px;
  bottom: 190px;
  opacity: 1;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: 0.3s;
}

.map-show-contacts.hidden {
  opacity: 0;
}

.map-slide {
  border-radius: 16px;
  height: 90px;
  width: 160px;
  margin-right: 16px;
  overflow: hidden;
}

.map-slide:last-child {
  margin-right: 0px;
}

.map-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cert-swiper {
  overflow: hidden;
}

.cert-slide {
  width: 100%;
  height: 560px !important;
  overflow: hidden;
  border-radius: 12px;
}

.cert-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-sliders {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.portfolio-image-slider, .portfolio-content-slider {
  height: 700px;
  overflow: hidden;
}

.porfolio-slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.porfolio-slide__switch {
  position: absolute;
  bottom: 40px;
  border: 1px solid #365EDC;
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  left: calc(50% - 100px);
}

.porfolio-slide-btn {
  height: 48px;
  width: 100px;
  background-color: initial;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 12px;
  transition: 0.3s;
}

.porfolio-slide-btn.active {
  background-color: #365EDC;
}

.portfolio-image-slider .porfolio-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.porfolio-slide__img {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.porfolio-slide__img--hidden {
  visibility: hidden;
  opacity: 0;
}

.content-slide {
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px 0px 70px 40px;
}

.content-slide__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.content-slide__text {
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 40px;
}

.portfolio-btns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.portfolio-btns .slider-btn:first-child {
  margin-right: 16px;
}

.case-btns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.case-btns .slider-btn:first-child {
  margin-right: 16px;
}

.slider-btn {
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #F2F2F2;
  color: #fff;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  outline: none;
  transition: 0.3s;
}

.slider-btn svg {
  transition: 0.3s;
}

.slider-btn:hover {
  background-color: #365EDC;
}

.slider-btn:hover svg {
  color: #fff;
}

.slider-btn-prev {
  transform: rotate(180deg);
}

.slider-btn svg {
  color: #CCCCCC;
}

.slider-btn--blured {
  background-color: rgba(230, 230, 230, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.slider-btn--blured svg {
  color: #fff;
}

.slider-btn--blured:hover {
  background-color: #365EDC;
}

.review__list {
  display: flex;
  flex-direction: column;
}

.review__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.review__left {
  width: 120px;
  min-width: 120px;
  display: flex;
  align-items: center;
}

.review__counter {
  display: inline-flex;
  background-color: #F2F2F2;
  color: #CCCCCC;
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.35s;
}

.review__content {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

.review__image {
  width: 160px;
  height: 160px;
  min-width: 160px;
  min-height: 160px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 40px;
}

.review__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.review__name {
  font-size: 24px;
  font-weight: 600;
}

.review__rating {
  display: flex;
  align-items: center;
}

.review__totalrate {
  font-size: 24px;
  font-weight: 600;
  margin-left: 20px;
}

.review__description {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.review__item:hover .review__counter {
  background-color: #365EDC;
  color: #fff;
}

.reviews-slider {
  overflow: hidden;
}

.default-slider-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .default-slider-actions {
    display: none;
  }
  .default-slider-actions--show-max {
    display: flex;
  }
  .cert-swiper .default-slider-actions {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .default-slider-actions--only-mobile {
    display: none;
  }
  .map-show-contacts {
    display: none;
  }
  .map-info__close {
    display: none;
  }
  .step-svg-mobile {
    display: none;
  }
  .offer__item {
    width: 100% !important;
  }
  .gallery__image {
    width: 100% !important;
  }
  .our-works__image {
    width: 100% !important;
  }
  .portfolio-pagination {
    display: none !important;
  }
}
.slider-pagination {
  width: -moz-max-content !important;
  width: max-content !important;
  background-color: #F2F2F2;
  height: 48px;
  padding: 0px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 16px;
}

.slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #365EDC;
  border-radius: 4px;
  margin-right: 8px !important;
}

.slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.slider-pagination--blured {
  background-color: rgba(200, 200, 200, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  height: auto;
  padding: 12px;
}

.slider-pagination--blured .swiper-pagination-bullet {
  margin: 0 !important;
  margin-right: 8px !important;
  opacity: 1;
  background-color: #fff;
}

.slider-pagination--blured .swiper-pagination-bullet:last-child {
  margin-right: 0px !important;
}

.swiper-pagination-bullet-active {
  background-color: #365EDC !important;
}

.service {
  display: grid;
  grid-template-columns: 0.35fr 0.7fr;
}

.service__image {
  height: 600px;
  overflow: hidden;
  border-radius: 16px;
}

.service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__content {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  justify-content: center;
}

.service__content h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #333333;
}

.service__description {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 60px;
}

.service__adv {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.adv__list {
  display: flex;
  flex-wrap: wrap;
}

.adv__item {
  box-sizing: border-box;
  padding: 12px 16px;
  color: #365EDC;
  background-color: #EEF2FF;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 12px;
}

.free-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #333333;
  margin-bottom: 60px;
}

.text-anchor {
  color: #365EDC;
  font-weight: 400;
}

.text-anchor:hover {
  border-bottom: 1px solid #365EDC;
}

h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}

.default-ol {
  padding-left: 20px;
  margin-bottom: 60px;
  list-style-type: decimal;
}

.default-ol li, .default-ol a {
  color: #365EDC;
  font-size: 20px;
}

.default-ol a {
  color: #365edc;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-decoration-style: dashed;
  text-decoration-color: #365edc;
}

.default-ol li {
  margin-bottom: 24px;
  padding-left: 4px;
}

.default-ol .default-ul {
  list-style: disc;
  margin-top: 24px;
  padding-left: 24px;
}

.default-ol .default-ul li {
  font-weight: 400;
}

.text-within-image {
  display: grid;
  grid-template-columns: 1fr 520px;
  margin-bottom: 60px;
}

.default-ul li {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.default-ul li:last-child {
  margin-bottom: 0px;
}

.default-ul li::marker {
  color: #365edc !important;
}

.img-block {
  height: 360px;
  border-radius: 12px;
  margin-left: 20px;
  overflow: hidden;
}

.img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-figure {
  margin-bottom: 60px;
}

.big-img {
  width: 100%;
  height: 700px;
  border-radius: 12px;
  overflow: hidden;
}

.big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.figcaption {
  margin-top: 20px;
  font-size: 20px;
  color: #999999;
}

.big-img-slider {
  position: relative;
  overflow: hidden;
}

.bi-slide {
  height: 720px;
  overflow: hidden;
  border-radius: 12px;
}

.bi-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-img-slider__buttons {
  position: absolute;
  left: 0;
  top: calc(50% - 26px);
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 20px;
}

.big-img-slider__pagination {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.tariff__list {
  display: grid;
  grid-template-columns: 620px 290px 290px;
  gap: 0px 40px;
}

.tariff__col {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
}

.tariff__heading {
  background-color: #365EDC;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
}

.tariff__content {
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.tariff__content--bg {
  background-color: #EEF2FF;
}

.tariff__content--bg .tariff__row {
  border-bottom: 1px solid #E2E7F8;
}

.tariff__row {
  box-sizing: border-box;
  height: 56px;
  border-bottom: 1px solid #F2F2F2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #555555;
  font-weight: 500;
}

.tarrif__row-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tarrif__row-footer .btn-default {
  width: 100%;
}

.tariff__row-pricing {
  border: none;
  color: #365EDC;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tariff__row:last-child {
  border-bottom: 0px !important;
}

.pricing__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 40px;
}

.tariff__col--large-heading {
  height: auto;
}

.tariff__col--large-heading .tariff__heading {
  height: auto;
  padding: 40px 0px 0px 0px;
  color: #365EDC;
  background-color: initial;
}

.tariff__col--large-heading .tariff__row {
  justify-content: space-between;
}

.tariff__col--large-heading .tariff__name {
  text-align: left;
  padding-right: 20px;
}

.pricing__col {
  display: flex;
}

.pricing__col--grouped {
  flex-direction: column;
}

.pricing__col--grouped .tariff__col:first-child {
  margin-bottom: 40px;
}

.tariff__price {
  font-size: 20px;
  color: #333333;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tarrif__footer {
  display: none;
}

.tariff-svg {
  width: 24px;
  height: 24px;
}

.swiper-workers {
  overflow: hidden;
}

.worker-slide {
  height: 480px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 40px;
  justify-content: end;
}

.worker__img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.35s;
}

.worker-img-grad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.35s;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.worker-slide:hover > .worker__img img {
  transition: 0.35s;
  filter: blur(3px);
}

.worker-slide:hover > .worker__img .worker-img-grad {
  background-color: rgba(0, 0, 0, 0.35);
}

.worker-slide:hover > .worker__content .worker__contacts {
  visibility: visible;
  opacity: 1;
}

.worker__img img {
  width: 100%;
  height: 100%;
  transition: 0.35s;
  -o-object-fit: cover;
     object-fit: cover;
}

.worker__content {
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.worker__contacts {
  visibility: hidden;
  opacity: 0;
  transition: 0.35s;
}

.worker__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.worker__row-name, .worker__post {
  font-size: 16px;
  color: #CCCCCC;
  margin-bottom: 12px;
}

.worker__row-data, .worker__name {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.catalog-with-menu {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0px 80px;
}

.aside {
  display: flex;
  flex-direction: column;
}

.aside__list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.aside__heading-dropdown {
  display: flex;
  align-items: center;
}

.aside__dropdown-btn {
  cursor: pointer;
  transition: 0.45s;
}

.aside__dropdown-svg {
  width: 12px;
  height: 9px;
}

.aside__item {
  margin-bottom: 32px;
  transition: 0.45s ease-in-out;
}

.aside__item--dropdown {
  max-height: 23px;
  overflow: hidden;
}

.aside__item--dropdown.active {
  max-height: 100%;
}

.aside__item--dropdown.active .aside__dropdown-btn {
  transform: rotate(180deg);
}

.aside__link {
  color: #365EDC;
  font-size: 20px;
  padding-left: 12px;
}

.aside__link--not-sub {
  padding-left: 24px;
}

.aside__dropdown-content {
  padding-left: 16px;
  box-sizing: border-box;
  max-height: 350px;
  overflow-y: auto;
}

.aside__item--sub-element {
  margin-top: 24px;
  margin-bottom: 0px;
}

.swiper-catalog-with-menu {
  height: -moz-max-content;
  height: max-content;
}

.catalog-with-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 40px;
}

.offer__item {
  display: flex;
  flex-direction: column;
}

.offer__image {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}

.offer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__name {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin-top: 20px;
}

.btn-offer {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #365EDC;
  padding: 8px;
  margin-top: 20px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  cursor: initial;
}

.catalog-out-menu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 80px;
}

.product-view {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 0px 40px;
}

.product-view__images {
  display: grid;
  grid-template-columns: 120px 480px;
  gap: 0px 20px;
}

.product-view__sub-images {
  height: 640px;
}

.product-view__image {
  width: 100%;
  height: 640px;
  overflow: hidden;
  border-radius: 12px;
}

.product-view__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-view__content {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-view__name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-view__pricing {
  display: flex;
  align-items: center;
}

.product-view__price {
  margin-right: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #365EDC;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0px 12px;
}

.product-view__old-price {
  color: #CCCCCC;
  font-weight: 600;
  font-size: 20px;
  text-decoration: line-through;
}

.product-view__old-price.hidden {
  display: none;
}

.product-view__description {
  margin-top: 40px;
  line-height: 24px;
}

.product-view__description-grey {
  color: #CCCCCC;
}

.product-view__specs {
  margin-top: 40px;
}

.specification {
  display: flex;
  flex-direction: column;
}

.specification__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.specification__name {
  color: #CCCCCC;
  font-size: 16px;
  order: 0;
}

.specification__data {
  font-weight: 500;
  font-size: 16px;
  order: 2;
}

.specification__row::after {
  content: "";
  order: 1;
  display: block;
  flex-grow: 1;
  height: 16px;
  border-bottom: 1px dashed #cccccc;
  margin: 0 6px;
}

.product-view__content .btn-default {
  margin-top: auto;
}

.main-view {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px;
  height: 720px;
}

.main-view__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.main-view__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-view__header {
  position: absolute;
  top: 40px;
  z-index: 2;
}

.navigation {
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}

.navigation__list {
  display: flex;
}

.navigation__item {
  margin-right: 24px;
}

.navigation__item:last-child {
  margin-right: 0px;
}

.navigation__link {
  color: #999999;
  font-weight: 500;
  transition: 0.25s;
}

.navigation__link:hover {
  color: #365EDC;
}

.main-view__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-view__content h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 80px;
  color: #fff;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 60px;
}

.main-view__content h1 span {
  background-color: rgba(0, 0, 0, 1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 20px;
  box-sizing: border-box;
}

.main-view__content h1 span:first-child {
  padding: 12px;
}

.main-view__content h1 span:last-child {
  border-radius: 0 0 20px 20px;
  padding: 0px 12px 16px 12px;
  line-height: 60px;
}

.main-view__text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 12px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  letter-spacing: 1.35px;
  display: inline-flex;
}

.main-view-with-form__body {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0px 125px;
}

.main-view-with-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.default-form {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #EEF2FF;
}

.default-controll {
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  color: #999999;
  border: none;
  transition: 0.3s;
}

input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input::placeholder {
  transition: 0.3s;
}

.input:focus, input:active {
  outline: none;
  transition: 0.3s;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

input:focus::placeholder {
  opacity: 0;
  transition: 0.5s;
}

.default-controll:last-child {
  margin-bottom: 0px;
}

.default-form__communication {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-communication {
  background-color: #fff;
  display: flex;
  padding: 16px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.form-communication__input {
  display: none;
}

.form-communication__label {
  height: 16px;
  width: 16px;
  margin-right: 24px;
  cursor: pointer;
}

.form-communication__label:last-child {
  margin-right: 0px;
}

.form-communication__svg {
  width: 16px;
  height: 16px;
  color: #999999;
  transition: 0.3s;
}

.form-communication__input:checked + .form-communication__label .form-communication__svg {
  color: #365EDC;
}

.default-form__send-btn {
  width: 100%;
}

.main-view-with-form__content h1 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 72px;
  color: #fff;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 60px;
}

.main-view-with-form__content h1 span {
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 20px;
  box-sizing: border-box;
}

.main-view-with-form__content h1 span:first-child {
  padding: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
}

.main-view-with-form__content h1 span:last-child {
  border-radius: 0 0 20px 20px;
  padding: 0px 12px 16px 12px;
  width: -moz-max-content;
  width: max-content;
  line-height: 60px;
}

.main-view-with-form__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  letter-spacing: 1.35px;
}

.gallery-slider {
  overflow: hidden;
}

.gallery__images {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.gallery__image {
  width: 100%;
  height: 290px;
  border-radius: 16px;
  overflow: hidden;
}

.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.swiper-gallery {
  margin-top: 40px;
  overflow: hidden;
}

.gallery-slide {
  height: 520px;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .gallery-slide img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.gallery__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #333333;
}

.whywe {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0px 40px;
}

.whywe__preside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 592px;
}

.whywe__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.whywe__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whywe__main-text {
  z-index: 2;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-left: 20px;
}

.whywe__main-text h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.whywe__main-text {
  border-left: 4px solid #365EDC;
}

.whywe__left-text {
  color: #fff;
  font-size: 82px;
  font-weight: 600;
  max-width: 360px;
  text-transform: uppercase;
  line-height: 65px;
}

.whywe__right-text {
  color: #fff;
  font-size: 174px;
  text-transform: uppercase;
  line-height: 174px;
}

.whywe-adv {
  display: flex;
  flex-direction: column;
}

.whywe-adv__item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
}

.whywe-adv__item:last-child {
  margin-bottom: 0px;
}

.whywe-adv__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.whywe-adv__text {
  color: #999999;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.steps__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step__item {
  width: 224px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step__place {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  margin-bottom: 40px;
  background-color: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #365EDC;
  font-size: 28px;
  font-weight: 600;
}

.step__place.active {
  background-color: #365edc;
  color: #fff;
  box-shadow: 0 4px 12px 0 rgba(54, 94, 220, 0.6);
}

.step__name {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: 500;
}

.step__svg {
  position: absolute;
  right: -70px;
  top: 25px;
  width: 100px;
  height: 30px;
}

.step-svg {
  width: 102px;
  height: 21px;
}

.section__title-center h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 80px;
}

.big-form {
  position: relative;
  box-sizing: border-box;
  padding: 116px 100px;
  border-radius: 16px;
  overflow: hidden;
}

.big-form__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 760px;
  z-index: 1;
}

.big-form__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-form__content {
  display: flex;
  position: relative;
  z-index: 2;
}

.big-form__form {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  width: 440px;
}

.big-form__row {
  margin-bottom: 24px;
}

.r-rating__list {
  min-width: -moz-max-content;
  min-width: max-content;
}

.big-form__row--col-2 {
  display: flex;
}

.big-form__row--col-2 .big-form__col:first-child {
  margin-right: 12px;
}

.big-form__row--col-2 .big-form__col {
  max-width: calc(50% - 6px);
}

.svg-calendar {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  fill: transparent;
  stroke: #365EDC;
}

.date-picker {
  text-align: center;
}

.flatpickr-day {
  color: #999999;
  border-radius: 8px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #365EDC;
}

.numInputWrapper {
  display: none !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
  background-color: #365EDC;
  border-color: #365EDC;
}

.date-arrow {
  width: 36px !important;
  height: 20px !important;
  fill: #999999;
}

input {
  color: #999999;
  position: relative;
  outline: none;
}

.input-after-r::after {
  content: "₽";
  font-size: 16px;
  position: absolute;
  top: calc(50% + 4px);
  right: 16px;
  color: #365EDC;
  display: block;
}

.input-after-p::after {
  content: "%";
  font-size: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #999999;
  display: block;
}

.date-arrow--reverse {
  transform: rotate(180deg);
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #365EDC;
}

.big-form__col {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.big-form__row--col-custom-width {
  display: flex;
}

.big-form__col--w72 {
  width: 72px !important;
  margin-right: 12px;
}

.big-form__label {
  color: #365EDC;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  width: 100%;
}

.big-form__input-radio {
  display: none;
}

.big-form__input {
  height: 48px;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  background-color: #F2F2F2;
  border: none;
  outline: none;
}

.big-form__label-select {
  padding: 16px;
  background-color: #F2F2F2;
  color: #999999;
  transition: 0.25s;
  box-sizing: border-box;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid transparent;
}

.big-form__input-radio:checked + label {
  color: #365edc;
  background-color: #eef2ff;
  border-color: #365edc;
  border: 1px solid #365EDC;
}

.big-form__input-list {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.big-form__send {
  margin-top: 24px;
  width: 100%;
}

.big-form__result {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
}

.big-form__result-title {
  color: #365EDC;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}

.big-form__result-price {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: 500;
}

.company-slide {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0px 60px;
}

.company-slide__image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 16px;
}

.company-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-slide__content h2 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 60px;
}

.company-slide__text {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 40px;
  font-weight: 300;
}

.company-slide__blockquote {
  display: inline-block;
}

.company-slide__grouped-svg {
  margin-right: 20px;
}

.company-slide__svg {
  fill: #365EDC;
  width: 10px;
  height: 8px;
}

.company-slide__blockquote {
  color: #999999;
}

.ef-block {
  padding: 0 118px;
  box-sizing: border-box;
  display: flex;
}

.ef-block__form {
  position: relative;
  width: 440px;
  min-width: 440px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

.ef-block__form h2 {
  font-size: 24px;
  color: #365EDC;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.ef-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 60px;
}

.ef-block__title {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

.ef-block__text {
  font-size: 20px;
  font-weight: 300;
  color: #333333;
}

.ef-block__send {
  width: 100%;
}

.product-view__heading-mobile {
  display: none;
}

.our-works {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0px 40px;
}

.ow {
  display: flex;
  flex-direction: column;
}

.ow__item {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  width: 100%;
  font-weight: 500;
  color: #999999;
  font-size: 20px;
  background-color: #F2F2F2;
  transition: 0.25s;
  border-radius: 16px;
  cursor: pointer;
}

.ow__item--active {
  background-color: #EEF2FF;
  color: #365EDC;
}

.ow__item:last-child {
  margin-bottom: 0px;
}

.our-works-swiper {
  visibility: visible;
  transition: 0.3s;
  opacity: 1;
}

.our-works-swiper.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0px;
}

.our-works__item {
  display: none;
}

.our-works__item--active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.our-works__image {
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
}

.our-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq__list {
  display: flex;
  flex-direction: column;
}

.faq__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: 0.45s;
}

.faq__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__question {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  transition: 0.35s;
  padding-right: 20px;
}

.faq__dropdown-svg {
  width: 20px;
  height: 21px;
  stroke: #999999;
  transition: 0.35s;
}

.faq__answer {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s;
}

.faq__item--active .faq__question {
  color: #365EDC;
}

.faq__item--active .faq__dropdown-svg {
  stroke: #365EDC;
  transform: rotate(180deg);
}

.faq__item--active .faq__answer {
  margin-top: 40px;
}

.case-swiper {
  overflow: hidden;
}

.case-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 40px;
}

.case__images {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 648px;
}

.case__main-image {
  margin-bottom: 40px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}

.case__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__extra-images {
  position: static;
  width: 100%;
  --f-carousel-spacing: 20px;
}

.case__content {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 648px;
}

.case__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.case__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.case__text:last-child {
  margin-bottom: 0px;
}

.case__s {
  color: #999999;
}

.case__spec {
  background-color: #EEF2FF;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.case__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.case__row:last-child {
  margin-bottom: 0px;
}

.case__spec-name {
  order: 0;
}

.case__row::after {
  content: "";
  order: 1;
  display: block;
  flex-grow: 1;
  height: 16px;
  border-bottom: 1px dashed #333333;
  margin: 0 6px;
}

.case__spec-value {
  font-weight: 500;
  color: #365EDC;
  order: 2;
}

.case-thumbs__slide {
  width: 100%;
  max-width: 188px;
  max-height: 120px;
  overflow: hidden;
  border-radius: 12px;
}

.case-thumbs__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-thumbs__slide.is-nav-selected {
  border: 1px solid #365EDC;
}

.case__extra-images .f-carousel__dots {
  background-color: #F2F2F2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px;
  height: 48px;
  border-radius: 12px;
  box-sizing: border-box;
  bottom: 0px;
}

.case__extra-images .f-carousel__dots .is-current {
  --f-carousel-dot-color: #365EDC;
}

.case__extra-images .f-button {
  bottom: 0px;
  top: initial !important;
  transform: none !important;
}

.case__extra-images .f-button.is-prev {
  left: 0px !important;
}

.case__extra-images .f-carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

.carousel-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.video-gallery .f-carousel__dots {
  background-color: #F2F2F2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px;
  height: 48px;
  border-radius: 12px;
  box-sizing: border-box;
  bottom: 0px;
}

.video-gallery .f-carousel__dots .is-current {
  --f-carousel-dot-color: #365EDC;
}

.video-gallery .f-button {
  bottom: -60px;
  top: initial !important;
  transform: none !important;
}

.video-gallery .f-button.is-prev {
  left: 0px !important;
}

.video-gallery .f-carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
}

.carousel-btn {
  outline: none;
  border: none;
}

.slider-btn-next.carousel-btn {
  order: 1;
}

.portf__list {
  display: flex;
  flex-direction: column;
}

.portf__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
  position: relative;
}

.portf__item::before {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  top: 0px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #365EDC;
}

.portf__item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  z-index: 3;
  border-right: 2px solid #365edc;
  border-bottom: 2px solid #365edc;
  transform: rotate(45deg);
}

.portf__item--reverse::before {
  left: calc(50% - 6px);
}

.portf__item--reverse::after {
  left: calc(50% - 7px);
}

.portf__item:last-child {
  margin-bottom: 0px;
}

.portf__image {
  height: 400px;
  padding-right: 60px;
  box-sizing: border-box;
}

.portf__image-wrapper {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.portf__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portf__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  border-left: 2px solid #365EDC;
  position: relative;
}

.portf__title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.portf__text {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.rating-svg {
  width: 22px;
  height: 22px;
  fill: #FFAB0A;
}

.rating-svg--empty {
  fill: none;
  stroke: #FFAB0A;
}

.portf__item--reverse .portf__content {
  order: 0;
  padding-left: 0px;
  padding-right: 60px;
  border-left: 0px;
  border-right: 2px solid #365EDC;
}

.portf__item--reverse .portf__image {
  order: 1;
  padding-left: 60px;
  padding-right: 0px;
}

.btn-show-menu {
  display: none;
}

.btn-show-menu {
  padding: 4px 10px;
}

.mobile-menu {
  display: none;
}

.default-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.default-table thead th {
  background-color: #365EDC;
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.default-table thead th:last-child {
  border-top-right-radius: 12px;
}

.default-table thead th:first-child {
  border-top-left-radius: 12px;
}

.default-table tbody td {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  padding: 20px 0px;
}

.default-table tbody tr:first-child td {
  padding-top: 40px;
}

.default-table tbody tr:last-child td {
  padding-bottom: 40px;
}

.video-gallery {
  display: flex;
  flex-direction: column;
}

.video-gallery__slide {
  height: 720px;
  overflow: hidden;
  border-radius: 12px;
}

.video-gallery__slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-gallery__subs {
  --f-carousel-spacing: 20px;
  margin-top: 40px;
}

.video-gallery-thumbs__slide {
  height: 225px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid transparent;
}

.video-gallery-thumbs__slide.is-nav-selected {
  border: 1px solid #365EDC;
}

.video-gallery-thumbs__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-view-with-form__form--mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 944px;
  }
  .video-gallery__slide {
    height: 540px;
  }
  .video-gallery-thumbs__slide {
    height: 160px;
    max-width: 290px;
  }
  .extra-slide {
    display: flex;
    flex-direction: column;
  }
  .extra-slide__image {
    height: 600px;
    border-radius: 12px 12px 0px 0px;
  }
  .extra-slide__content {
    padding-top: 130px;
    border-radius: 0px 0px 12px 12px;
  }
  .extra-slider-controlls {
    left: 0;
    top: 640px;
    right: 0;
    padding: 0px 40px;
    width: 100%;
    bottom: initial;
  }
  .cert-slide {
    height: 620px;
  }
  .header__grouping {
    flex-direction: column;
    height: 48px;
    justify-content: space-between;
  }
  .catalog__list {
    grid-template-columns: 1fr 1fr;
  }
  .tariff__list {
    grid-template-columns: 416px 240px 240px;
    gap: 0px 24px;
  }
  .portfolio-sliders {
    grid-template-columns: 420px 1fr;
  }
  .portfolio-image-slider, .portfolio-content-slider {
    height: 480px;
    overflow: hidden;
  }
  .content-slide__text {
    font-size: 16px;
    line-height: 24px;
  }
  .bi-slide {
    height: 600px;
  }
  .service {
    grid-template-columns: 420px 1fr;
  }
  .service__description {
    font-size: 16px;
    line-height: 24px;
  }
  .adv__item {
    font-size: 12px;
  }
  .text-within-image {
    grid-template-columns: 1fr 440px;
    gap: 0px 20px;
  }
  .catalog-with-menu__list {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-with-menu {
    grid-template-columns: 272px 1fr;
  }
  .catalog-out-menu__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 82px;
  }
  .product-view {
    grid-template-columns: 336px 1fr;
  }
  .product-view__images {
    display: flex;
    flex-direction: column;
  }
  .product-view__sub-images {
    order: 1;
    margin-top: 20px;
    height: 100px;
  }
  .main-view {
    height: 800px;
    padding: 20px;
  }
  .main-view-with-form__body {
    grid-template-columns: 460px 320px;
    justify-content: space-between;
    width: 100%;
    gap: 0px;
  }
  .main-view-with-form__content h1 span:first-child {
    width: -moz-min-content;
    width: min-content;
  }
  .gallery__images {
    grid-template-columns: repeat(3, 1fr);
  }
  .whywe {
    grid-template-columns: 616px 308px;
    gap: 0px 20px;
  }
  .whywe__preside {
    height: 512px;
  }
  .whywe-adv__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .whywe__left-text {
    font-size: 60px;
  }
  .whywe__right-text {
    font-size: 124px;
    line-height: 124px;
  }
  .whywe-adv__title {
    margin-bottom: 12px;
  }
  .steps__list {
    align-items: start;
  }
  .step__item {
    width: 156px;
  }
  .big-form {
    padding: 60px 40px;
  }
  .our-works__item--active {
    grid-template-columns: 1fr 1fr;
  }
  .case-slide {
    display: flex;
    flex-direction: column;
  }
  .cert-slide {
    height: 620px !important;
  }
  .product-view__image {
    height: 448px;
  }
  .case__images {
    margin-bottom: 40px;
  }
  .ef-block {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
  .catalog-out-menu__list {
    grid-template-columns: 1fr 1fr;
  }
  .ow {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .ow__item {
    margin-right: 18px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 12px 16px;
    margin-bottom: 0px;
  }
  .video-gallery__slide {
    height: 416px;
  }
  .video-gallery-thumbs__slide {
    width: 230px;
    height: 120px;
  }
  .our-works {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .main-view-with-form__form--mobile {
    display: flex;
    margin-top: 40px;
  }
  .service {
    grid-template-columns: 300px 1fr;
  }
  .service__image {
    height: 420px;
  }
  .service__content {
    padding-left: 40px;
  }
  .extra-slide__image {
    height: 480px;
  }
  .extra-slider-controlls {
    top: 520px;
  }
  .extra-slide__content {
    padding-top: 110px;
  }
  .extra-slide__text {
    font-size: 18px;
  }
  .main-view {
    height: 600px;
  }
  .main-view__content h1 {
    font-size: 64px;
    line-height: 64px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 12px;
    padding: 12px 0px;
  }
  .main-view__text {
    font-size: 16px;
  }
  .main-view__content h1 span {
    background-color: initial;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .main-view__content h1 span:first-child {
    padding: 0px;
  }
  .main-view__content h1 span:last-child {
    padding: 0px;
  }
  .main-view-with-form__body {
    display: flex;
    flex-direction: column;
  }
  .main-view-with-form__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-view-with-form__content h1 {
    font-size: 64px;
    line-height: 64px;
  }
  .main-view-with-form__content h1 {
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 12px 0px;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 12px;
  }
  .main-view-with-form__content h1 span {
    background-color: initial;
    border-radius: initial;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    text-align: center;
  }
  .main-view-with-form__content h1 span:first-child {
    width: 100%;
    padding: 0px;
  }
  .main-view-with-form__content h1 span:last-child {
    width: 100%;
    padding: 0px;
  }
  .main-view-with-form__body .main-view-with-form__form {
    display: none;
  }
  .main-slider-slide {
    height: 480px;
  }
  .header__pre-text {
    display: none;
  }
  .catalog-with-menu {
    display: flex;
    flex-direction: column;
  }
  .cert-slide {
    height: 480px !important;
  }
  .portfolio-sliders {
    display: flex;
    flex-direction: column;
  }
  .content-slide {
    padding: 0px;
    justify-content: start;
    margin-top: 40px;
  }
  .tariff__list {
    grid-template-columns: auto 160px 160px;
    gap: 0px 16px;
  }
  .tariff__row-pricing {
    font-size: 20px;
  }
  .tariff__content {
    padding: 20px;
  }
  .tariff__heading {
    font-size: 24px;
  }
  .tariff__col--large-heading .tariff__heading {
    padding: 24px 0px 0px 0px;
  }
  .tariff__row {
    height: 76px;
  }
  .pricing__list {
    gap: 0px 20px;
  }
  .gallery__images {
    grid-template-columns: 1fr 1fr;
  }
  .company-slide {
    grid-template-columns: 300px 1fr;
    gap: 0px 40px;
  }
  .company-slide__image {
    height: 420px;
  }
  .company-slide__content h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .company-slide__text {
    font-size: 16px;
    line-height: 24px;
  }
  .big-form__form {
    width: 344px;
    padding: 20px;
  }
  .big-form {
    padding: 40px 20px;
  }
  .big-form__result {
    padding: 20px;
  }
  .big-form__result-title {
    text-align: center;
  }
  .big-form__label-select {
    padding: 14px 10px;
  }
  .big-form__image {
    height: 568px;
  }
  .big-img {
    height: 420px;
  }
  .bi-slide {
    height: 420px;
  }
  .ef-block__form {
    width: 344px;
    min-width: 344px;
    padding: 20px;
  }
  .ef-block__title {
    font-size: 34px;
  }
  .ef-block__text {
    font-size: 16px;
  }
  .whywe {
    display: flex;
    flex-direction: column;
  }
  .whywe__preside {
    margin-bottom: 40px;
  }
  .whywe__left-text {
    max-width: -moz-min-content;
    max-width: min-content;
    line-height: 50px;
  }
  .steps__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step__item {
    margin-bottom: 40px;
    width: 345px;
  }
  .step__place {
    margin-bottom: 24px;
  }
  .step__svg {
    display: none;
  }
  .step__svg-mobile {
    display: block;
    position: absolute;
    right: 50px;
    top: 40px;
  }
  .step__svg-mobile--left {
    left: 40px;
  }
  .step__svg-mobile--longarr {
    right: 20px;
  }
  .step__svg-mobile--left.step__svg-mobile--longarr {
    left: -90px;
  }
  .free-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .step__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 480px;
  }
  #modal-mimage .modal-close {
    top: 0px;
    right: 10px;
  }
  .modal-mimage__image img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .portf__item::after {
    left: -7.5px;
  }
  .gallery-slide {
    height: 345px;
  }
  .extra-slide__image {
    height: 336px;
  }
  .extra-slider-controlls {
    top: 376px;
    padding: 0px 15px;
  }
  .extra-slide__content {
    padding: 110px 15px 15px 15px;
  }
  .extra-slide__content h2 {
    font-size: 20px;
  }
  .extra-slide__text {
    font-size: 16px;
  }
  .btn-callback {
    display: none;
  }
  .btn-show-menu {
    display: block;
  }
  .header__name {
    font-size: 16px;
    margin-right: 12px;
  }
  .header__grouping {
    height: auto;
  }
  .header__address {
    display: none;
  }
  .catalog__list {
    grid-template-columns: 1fr;
  }
  .map-swiper {
    width: 100%;
    overflow-x: scroll;
  }
  .review__item {
    flex-direction: column;
  }
  .review__content {
    flex-direction: column;
  }
  .review__header {
    flex-direction: column;
  }
  .review__content {
    padding: 20px 15px;
  }
  .review__name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .review__image {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .review__left {
    width: 60px;
    min-width: 60px;
    margin-bottom: 20px;
  }
  .service {
    display: flex;
    flex-direction: column;
  }
  .service__content {
    padding: 0px;
    margin-top: 60px;
  }
  .service__content h2 {
    margin-bottom: 20px;
  }
  .adv__item {
    font-weight: 500;
  }
  .text-within-image {
    display: flex;
    flex-direction: column;
  }
  .video-gallery__slide {
    height: 196px;
  }
  .video-gallery__subs {
    display: none;
  }
  .img-block {
    margin-left: 0px;
    margin-top: 20px;
    height: 280px;
  }
  .tariff__list {
    grid-template-columns: auto 64px 64px;
    gap: 0px;
  }
  .tariff__heading {
    font-size: 12px;
  }
  .tariff__content {
    padding: 0px;
  }
  .tariff__col:nth-child(1) {
    border-radius: 0px;
    border-radius: 12px 0px 0px 0px;
  }
  .tariff__col:nth-child(2) {
    border-radius: 0px;
  }
  .tariff__col:nth-child(3) {
    border-radius: 0px 12px 0px 0px;
  }
  .tariff__row {
    height: auto;
    padding: 20px 0px;
    font-size: 12px;
  }
  .pricing__list {
    display: flex;
    flex-direction: column;
  }
  .tariff__col--large-heading {
    padding: 24px 20px;
    margin-bottom: 20px;
    border-radius: 12px !important;
  }
  .tariff__col--large-heading .tariff__heading {
    padding: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .tariff__price {
    font-size: 16px;
  }
  .pricing__col--grouped .tariff__col:first-child {
    margin-bottom: 20px;
  }
  .product-view {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 12px;
  }
  .slider-pagination {
    padding: 12px;
  }
  .slider-pagination .swiper-pagination-bullet {
    margin-right: 4px !important;
  }
  .product-view__heading-mobile {
    display: block;
    margin: 40px 0px;
  }
  .product-view__content {
    padding: 20px 0px;
  }
  .product-view__heading-desktop {
    display: none;
  }
  .main-view {
    height: 320px;
  }
  .main-view__content h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .main-view__text {
    font-size: 12px;
  }
  .swiper-catalog-out-menu, .swiper-catalog-with-menu {
    overflow: hidden;
  }
  .catalog-out-menu__list, .catalog-with-menu__list {
    display: flex;
    gap: 0px;
  }
  .offer__image {
    height: 345px;
  }
  .whywe {
    display: flex;
    flex-direction: column;
  }
  .whywe__preside {
    margin-bottom: 40px;
    height: 240px;
  }
  .whywe__main-text {
    margin-left: 15px;
    margin-bottom: 24px;
  }
  .section h2::before {
    margin-right: 8px;
  }
  .whywe-adv__item {
    margin-bottom: 40px;
  }
  .product-view__name {
    font-size: 24px;
  }
  .whywe__left-text {
    font-size: 32px;
    line-height: 28px;
    width: -moz-min-content;
    width: min-content;
  }
  .whywe__right-text {
    font-size: 68px;
    line-height: 68px;
  }
  .whywe-adv__title {
    font-size: 20px;
  }
  .whywe-adv__text {
    font-size: 16px;
  }
  .whywe-adv__item {
    align-items: center;
  }
  .steps__list {
    flex-direction: column;
    align-items: center;
  }
  .company-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .company-slide__image {
    height: 492px;
    margin-bottom: 40px;
  }
  .company-slide__content h2 {
    margin-bottom: 24px;
  }
  .ef-block {
    padding: 0px;
    flex-direction: column-reverse;
  }
  .ef-block__content {
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .our-works {
    display: flex;
    flex-direction: column;
  }
  .ow__item {
    margin-right: 8px;
    font-size: 16px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 12px 16px;
    margin-bottom: 0px;
  }
  .cert-slide {
    height: 480px !important;
  }
  .cert-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bi-slide {
    height: 280px;
  }
  .slider-btn--blured {
    display: none;
  }
  .big-img {
    height: 280px;
  }
  .figcaption {
    font-size: 16px;
  }
  .big-img-slider__pagination {
    bottom: 20px;
  }
  .tarrif__footer {
    display: flex;
    flex-direction: column;
  }
  .portfolio-pagination {
    position: absolute;
    top: 490px !important;
    bottom: initial !important;
    right: 0;
    z-index: 2;
    margin: 0 auto;
  }
  .porfolio-slide__switch {
    bottom: 80px;
  }
  .tarrif__item {
    margin-top: 20px;
    background-color: #fff;
    padding: 17px 15px;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
  }
  .tarrif__info {
    display: flex;
    flex-direction: column;
  }
  .tarrif__title {
    font-size: 20px;
    color: #365EDC;
    margin-bottom: 8px;
    font-weight: 500;
  }
  .tarrif__price {
    color: #333333;
    font-weight: 500;
  }
  .tarrif__row-footer {
    display: none;
  }
  .tariff__row--fixed-height {
    height: 56px;
  }
  .tariff-svg {
    width: 16px;
    height: 16px;
  }
  .main-view {
    justify-content: end;
  }
  .main-view__content h1 {
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    border-radius: 12px;
    padding: 8px 12px;
  }
  .main-view__content h1 span {
    background-color: initial;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .main-view__content h1 span:first-child {
    padding: 0px;
  }
  .main-view__content h1 span:last-child {
    line-height: 32px;
    border-radius: 0px;
    padding: 0px;
  }
  .main-view__text {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  .gallery__images {
    display: flex;
    gap: 0px;
  }
  .gallery__image {
    height: 345px !important;
  }
  .portf__item {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 2px solid #365EDC;
  }
  .portf__image {
    padding: 0px;
  }
  .portf__content {
    padding: 0px;
    border: 0px;
    margin-top: 40px;
  }
  .portf__item--reverse .portf__content {
    border: 0px;
    padding: 0px;
    order: 1;
  }
  .portf__item--reverse .portf__image {
    padding: 0px;
    order: 0;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq__dropdown-svg {
    width: 10px;
    height: 5px;
  }
  .case__main-image {
    display: none;
  }
  .case__images {
    height: 430px;
  }
  .case-thumbs__slide.is-nav-selected {
    border: 0px;
  }
  .case-thumbs__slide {
    max-width: 100%;
    max-height: 345px;
    height: 345px;
  }
  .main-view__header {
    top: 18px;
  }
  .navigation__link {
    font-size: 12px;
  }
  .main-view-with-form__content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    padding: 8px 12px;
    border-radius: 12px;
    text-align: center;
  }
  .main-view-with-form__content h1 span:first-child {
    padding: 0px;
    min-width: 100%;
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: initial;
  }
  .main-view-with-form__content h1 span:last-child {
    padding: 0px;
    line-height: 32px;
    border-radius: 0;
    min-width: 100%;
    background-color: initial;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .main-view-with-form__body {
    display: flex;
  }
  .main-view-with-form__text {
    font-size: 12px;
  }
  .ef-block__form {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .map-info {
    left: 20px;
  }
  .big-form__content {
    flex-direction: column;
  }
  .big-form__form {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 24px;
  }
  .big-form__image {
    height: 696px;
  }
  .big-form__result-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .big-form__result-price {
    font-size: 20px;
  }
  .our-works-swiper {
    overflow: hidden;
  }
  .our-works__item--active {
    display: flex;
    gap: 0px;
  }
  .main-slider-slide {
    height: 320px;
    padding: 0px 30px 40px 30px;
  }
  .main-slider-slide__content {
    max-height: 185px;
    overflow-y: scroll;
    padding-right: 10px;
  }
  .main-slider-slide__content h2 {
    margin-bottom: 20px;
  }
  .main-slider-slide__text {
    font-size: 16px;
    line-height: 24px;
  }
  .main-slider-slide__content::-webkit-scrollbar {
    width: 5px;
  }
  .main-slider-slide__content::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 20px;
  }
  .main-slider-slide__content::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
  }
  .main-slider-swiper {
    padding-bottom: 80px;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    background-color: #FAFAFA;
    transition: 0.3s;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    box-sizing: border-box;
    z-index: 99;
    justify-content: space-between;
  }
  .mobile-menu.show {
    right: 0;
  }
  .mobile-menu__heading {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .mobile-menu__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .mobile-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .mobile-menu__logo-main-text {
    font-size: 28px;
    color: #333333;
    margin-right: 16px;
  }
  .mobile-menu__logo-text {
    font-size: 12px;
    color: #999999;
    max-width: 130px;
  }
  .mobile-menu__address {
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
  }
  .mobile-menu__phone {
    font-size: 16px;
    color: #333333;
  }
  .mobile-menu__footer {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map-swiper {
    left: 20px;
  }
  .portfolio-content-slider {
    height: 100%;
  }
  .section h2 {
    font-size: 24px;
  }
  .section__title-center h2 {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
  }
  .default-ol li, .default-ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .default-ol li a {
    font-size: 16px;
    line-height: 24px;
  }
  .faq__item--active .faq__answer {
    margin-top: 24px;
  }
  .portf__title {
    font-size: 20px;
  }
  .portf__text {
    font-size: 16px;
    line-height: 24px;
  }
  .main-slider-controlls {
    bottom: 0px;
    top: initial;
    right: 0;
    left: 0;
  }
  .main-slider-controlls .slider-btn {
    align-self: start;
  }
  .main-slider-pagination {
    margin-bottom: 0px !important;
    align-self: center !important;
  }
  .default-table thead th {
    font-size: 16px;
    text-align: center;
  }
  .default-table tbody td {
    font-size: 12px;
  }
  .header__phone {
    font-size: 12px;
  }
  .portfolio-btns {
    display: none;
  }
  .case-btns {
    display: none;
  }
  .portf__item::before {
    left: -6px;
  }
}
.product-view__sub-images {
  --f-carousel-spacing: 20px;
}

.product-thumbs__slide {
  max-width: 120px;
  max-height: 120px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid transparent;
}

.product-thumbs__slide.is-nav-selected {
  border: 1px solid #365EDC;
}

.product-thumbs__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (max-width: 1440px) {
  .product-view__sub-images {
    --f-carousel-spacing: 16px;
  }
  .product-thumbs__slide {
    max-width: 100px;
    max-height: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider-swiper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .modal .product-view {
    margin: 0px;
  }
  .swiper-gallery {
    padding: 0px 15px;
  }
  .gallery-slide {
    border-radius: 8px;
    overflow: hidden;
  }
  .main-slider-slide__image {
    border-radius: 0px;
  }
  .main-map {
    margin-left: -15px;
    margin-right: -15px;
  }
  .map-info {
    width: calc(100% - 40px);
  }
  .ymaps-2-1-79-map {
    width: 100%;
  }
  .product-view {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    padding: 0px 15px;
  }
  .product-view__content {
    padding: 20px 0px;
  }
  .big-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 360px) {
  .main-view__content h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .navigation {
    padding: 12px;
  }
  .navigation__item {
    margin-right: 12px;
  }
  .main-view-with-form__content h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.bests__list {
  display: flex;
  flex-direction: column;
}

.bests__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.bests__counter {
  margin-right: 40px;
}

.bests__counter-el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  color: #CCCCCC;
  background-color: #F2F2F2;
  font-size: 24px;
  font-weight: 600;
  transition: 0.3s;
}

.bests__item:hover > .bests__counter .bests__counter-el {
  background-color: #365EDC;
  color: #fff;
}

.bests__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}

.bests__content-top {
  display: flex;
}

.bests__image {
  width: 168px;
  height: 168px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 40px;
}

.bests__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bests__info {
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: space-between;
  min-height: 168px;
}


.bests__name {
  font-size: 24px;
  font-weight: 600;
}

.bests-spec {
  display: flex;
  flex-direction: column;
}

.bests-spec__row {
  display: flex;
  font-size: 16px;
  margin-bottom: 16px;
}

.bests-spec__row:last-child {
  margin-bottom: 0px;
}

.bests__spec-name {
  margin-right: 20px;
}

.bests__spec-value {
  font-weight: 500;
}

.color-blue {
  color: #365EDC;
}

.bests__address {
  color: #999999;
}

.bests__address a {
  color: #999999;
  transition: 0.3s;
}

.bests__address a:hover {
  border-bottom: 1px solid #999999;
}

.bests__address a:visited {
  color: #999999;
}

.bests__contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.bests__phone {
  color: #999999;
  margin-top: 12px;
}

.bests__contacts .btn {
  margin-top: auto;
}

.btn-underline {
  background-color: transparent;
  font-size: 16px;
  color: #365EDC;
  font-weight: 500;
  border-radius: 0px;
  padding: 0px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}

.btn-underline::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 1px;
  background-color: #365EDC;
  width: 100%;
}

.bests__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.bests__content-bottom {
  margin-top: 40px;
}

.bests__content-bottom--pad {
  padding-left: 208px;
}

.bests__item--without-counter .bests__content {
  margin-left: 100px;
}

@media screen and (max-width: 1024px) {
  .bests__item--with-image .bests__content-top {
    flex-wrap: wrap;
  }
  .bests__item--with-image .bests__contacts {
    margin-left: 0px;
    margin-top: 24px;
    padding-left: 208px;
  }
  .bests__item--with-image .bests__phone {
    margin-bottom: 12px;
  }
  .bests__item--with-image .bests__content-bottom {
    margin-top: 20px;
  }
}
.bests-mobile-rating {
  display: none;
}

.bests__phone--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .bests__item {
    flex-direction: column;
  }
  .bests__item .review__totalrate {
    font-size: 16px;
  }
  .bests__item--without-counter .bests__content {
    margin-left: 0px;
  }
  .bests__counter {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .bests__content {
    padding: 20px;
  }
  .bests__content-top {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .bests__image {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .bests__name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  .bests-mobile-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .bests__info {
    min-height: 100%;
  }
  .bests-desktop-rating {
    display: none;
  }
  .rating-svg {
    width: 16px;
    height: 16px;
  }
  .bests__address {
    margin-top: 12px;
  }
  .bests__phone {
    margin-top: 0px;
  }
  .bests__phone--desktop {
    display: none;
  }
  .bests__phone--mobile {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .bests__content-bottom--pad {
    padding: 0px;
  }
  .bests__item--with-image .bests__contacts {
    margin-left: 0px;
    padding-left: 0px;
  }
  .bests__contacts {
    margin-left: 0px;
    margin-top: 24px;
  }
  .bests__contacts {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .bests__image {
    width: 100px;
    height: 100px;
  }
}
.slider-replacement {
  overflow: hidden;
}

.swiper-replacement {
  position: relative;
  height: 888px;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
}

.swiper-replacement__left-image {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.swiper-replacement__left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.swiper-replacement__right-image {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.swiper-replacement__right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.toggling-replace {
  position: absolute;
  z-index: 4;
  left: calc(50% - 18px);
  top: calc(50% - 26px);
  width: 36px;
  height: 52px;
  box-sizing: border-box;
  padding: 0px 4px;
  border-radius: 12px;
  background-color: #365EDC;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggling-replace::before {
  content: "";
  width: 2px;
  height: 500px;
  background-color: #365EDC;
  display: block;
  position: absolute;
  left: 17px;
  top: -444px;
}

.toggling-replace::after {
  content: "";
  width: 2px;
  height: 500px;
  background-color: #365EDC;
  display: block;
  position: absolute;
  left: 17px;
  top: 0;
}

.swiper-replacement__text {
  position: absolute;
  top: 40px;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 20px;
  color: #365edc;
  background-color: #fff;
  border-radius: 16px;
}

.swiper-replacement__text--left {
  z-index: 2;
  left: 25%;
  transform: translateX(-50%);
}

.swiper-replacement__text--right {
  z-index: 3;
  right: 25%;
  transform: translateX(50%);
}

@media screen and (max-width: 1440px) {
  .swiper-replacement {
    height: 600px;
  }
  .swiper-replacement__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-replacement {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-replacement {
    height: 212px;
  }
  .swiper-replacement__text {
    font-size: 12px;
    padding: 8px 12px;
    top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .case-swiper {
    margin-right: -15px;
    margin-left: -15px;
  }
  .case__images {
    padding: 0px 15px;
  }
  .case__content {
    padding: 0px 15px;
  }
  .case__content {
    min-height: auto;
  }
}
.toggling-replace__svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .swiper-modal-images__slide {
    height: 345px;
  }
  .modal-mimage__image {
    height: 345px;
  }
  .swiper-modal-images__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer {
  background-color: #333333;
  padding: 20px 0px;
}

.footer__list {
  display: flex;
  align-items: center;
}

.footer__logo {
  margin-right: 60px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.footer__phone {
  color: #fff;
  margin-right: 60px;
  display: flex;
  align-items: center;
}

.footer__svg-phone {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.footer-social {
  display: flex;
}

.footer-social__item {
  margin-right: 20px;
}

.footer-social__item:last-child {
  margin-right: 0px;
}

.footer__text {
  margin-left: auto;
  color: #fff;
}

.footer__svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.footer__text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer__phone-link {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .footer__logo {
    margin-right: 40px;
  }
  .footer__phone {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__list {
    flex-direction: column;
  }
  .footer__text {
    margin-left: 0px;
  }
  .footer__logo {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .footer__phone {
    margin-bottom: 40px;
    margin-right: 0px;
  }
  .footer__social {
    margin-bottom: 80px;
  }
}
.header-svg {
  height: 16px;
  width: 16px;
  margin-right: 12px;
}

.fscreen {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 80px;
  overflow: hidden;
}

.fscreen-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 10;
}

.fscreen__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  height: 80px;
  box-sizing: border-box;
  padding: 0px 24px;
  border-radius: 24px;
  margin-top: 20px;
  z-index: 2;
}

.fscreen__header-logo {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
}

.fscreen__header-right {
  display: flex;
  align-items: center;
}

.fscreen__nav {
  display: flex;
}

.fscreen__nav-link {
  color: #999999;
  font-size: 16px;
  margin-right: 40px;
  transition: 0.3s;
}

.fscreen__nav-link:hover {
  color: #365EDC;
}

.fscreen__nav-link:last-child {
  margin-right: 0px;
}

.fscreen-phone {
  display: flex;
  align-items: center;
  color: #333;
}

.fscreen__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0px;
}

.fscreen__content-title {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
}

.fscreen__content-title::before {
  content: "";
  display: inline-flex;
  width: 4px;
  background-color: #365EDC;
  margin-right: 20px;
  min-height: 100%;
}

.fscreen-form {
  box-sizing: border-box;
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  width: 400px;
  border-radius: 20px;
}

.fscreen-form__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.fscreen-form__input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 16px;
  height: 48px;
  background-color: #fff;
  color: #999999;
  border-radius: 8px;
  margin-bottom: 24px;
}

.fscreen-form__input:last-child {
  margin-bottom: 40px;
}

.fscreen-form__btn {
  background-color: #365EDC;
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 16px;
  box-sizing: border-box;
  height: 48px;
  text-align: center;
}

.fscreen__footer {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px 16px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 40px;
}

.fscreen__footer-link {
  color: #999999;
  font-size: 16px;
  margin-right: 24px;
  transition: 0.3s;
  position: relative;
}

.fscreen__footer-link::after {
  content: "";
  display: inline-flex;
  width: 48px;
  height: 2px;
  position: absolute;
  background-color: initial;
  bottom: -20px;
  left: calc(50% - 24px);
  transition: 0.3s;
}

.fscreen__footer-link:hover {
  color: #fff;
}

.fscreen__footer-link:hover::after {
  background-color: #365EDC;
}

.fscreen__footer-link:last-child {
  margin-right: 0px;
}

.fscreen-slider-actions {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}

.fscreen-slider-type2 {
  width: 100%;
}
.fscreen-slider-type2 .swiper-slide-next, .fscreen-slider-type2 .swiper-slide-prev {
  opacity: 0;
  transition: 0.3s;
}
.fscreen-slider-type2 .fscreen-slider-actions {
  margin-top: 90px;
}

.fscreen-slide-type2 {
  display: grid;
  grid-template-columns: 600px 400px;
  justify-content: space-between;
  align-items: center;
  gap: 0px 40px;
}
.fscreen-slide-type2 .fscreen__content-left h1 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  font-weight: 600;
}
.fscreen-slide-type2 .fscreen__content-left p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  font-weight: 300;
}
.fscreen-slide-type2 .fscreen-contented-offer__image {
  height: 300px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.fscreen-slide-type2 .fscreen-contented-offer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.fscreen-slide-type2 .fscreen-contented-offer__image::before {
  content: "";
  width: 460px;
  height: 460px;
  background-color: #DDE5FC;
  position: absolute;
  left: -40px;
  top: 0px;
  border-radius: 100px;
  transform: rotate(19deg);
  z-index: 2;
}
.fscreen-slide-type2 .fscreen-contented-offer__body {
  position: relative;
  z-index: 2;
}
.fscreen-slide-type2 .fscreen-contented-offer__image::after {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #EEF2FF;
  z-index: 1;
  position: absolute;
  border-radius: 160px;
  transform: rotate(62deg);
  left: -50px;
  top: -60px;
}
.fscreen-slide-type2 .fscreen-contented-offer__title {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fscreen-slide-type2 .fscreen-contented-offer__name {
  margin-right: 24px;
  font-weight: 600;
  font-size: 20px;
}
.fscreen-slide-type2 .fscreen-contented-offer__price {
  font-size: 24px;
  color: #365EDC;
  font-weight: 600;
}
.fscreen-slide-type2 .fscreen-contented-offer__spec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fscreen-slide-type2 .fscreen-contented-offer__spec-item {
  margin-right: 40px;
}
.fscreen-slide-type2 .fscreen-contented-offer__spec-item:last-child {
  margin-right: 0px;
}

.fscreen__content--type3 {
  display: grid;
  width: 100%;
  grid-template-columns: 600px 534px;
  justify-content: space-between;
}
.fscreen__content--type3 .fscreen__content-left h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 24px;
}
.fscreen__content--type3 .fscreen__content-left p {
  font-size: 20px;
  color: #999999;
  margin-bottom: 60px;
}
.fscreen__content--type3 .fscreen__content-left .fscreen__content-left-grouped {
  display: flex;
  align-items: center;
}
.fscreen__content--type3 .fscreen__content-left .fscreen__link-btn {
  margin-right: 40px;
}
.fscreen__content--type3 .fscreen__content-left .fscreen__link-btn--arrow {
  display: flex;
  align-items: center;
}
.fscreen__content--type3 .fscreen__content-left .fscreen__link-svg {
  margin-left: 20px;
  width: 34px;
  height: 24px;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image {
  width: 100%;
  height: 400px;
  margin-bottom: 24px;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block {
  display: flex;
  max-width: 260px;
  align-items: center;
  cursor: pointer;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-icon {
  min-width: 60px;
  min-height: 60px;
  border-radius: 20px;
  background-color: #365EDC;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-svg {
  width: 20px;
  height: 20px;
}
.fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.fscreen__header--none-bg {
  height: 40px;
  background-color: initial;
}

.fscreen__content--type4 {
  margin: 20px 0px 0px 0px;
  align-items: start;
}
.fscreen__content--type4 .fscreen__content-left {
  margin-top: 150px;
  width: 680px;
}
.fscreen__content--type4 .fscreen__content-left h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 24px;
}
.fscreen__content--type4 .fscreen__content-left p {
  font-size: 20px;
  color: #999999;
  margin-bottom: 60px;
}
.fscreen__content--type4 .fscreen__content-left .fscreen__content-left-grouped {
  display: flex;
  align-items: center;
}
.fscreen__content--type4 .fscreen__content-left .fscreen__link-btn {
  margin-right: 40px;
}
.fscreen__content--type4 .fscreen__content-right {
  width: 500px;
}
.fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image {
  width: 100%;
  height: 700px;
  margin-bottom: 24px;
}
.fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block {
  display: flex;
  max-width: 260px;
  align-items: center;
  cursor: pointer;
}
.fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-icon {
  min-width: 60px;
  min-height: 60px;
  border-radius: 20px;
  background-color: #365EDC;
  margin-right: 16px;
}
.fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.fscreen__content--type5 {
  margin: 20px 0px 0px 0px;
  position: relative;
  align-items: center;
}
.fscreen__content--type5 .fscreen__content-left {
  margin-top: 150px;
  width: 740px;
}
.fscreen__content--type5 .fscreen__content-left h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.fscreen__content--type5 .fscreen__content-left .fscreen__content-text {
  font-size: 20px;
  color: #999999;
  margin-bottom: 60px;
}
.fscreen__content--type5 .fscreen__content-left .fscreen__content-left-grouped {
  display: flex;
  align-items: center;
}
.fscreen__content--type5 .fscreen__content-right {
  width: 460px;
}
.fscreen__content--type5 .fscreen__content-right .fscreen-solo-offer {
  width: 100%;
}
.fscreen__content--type5 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image {
  width: 100%;
  height: 645px;
}
.fscreen__content--type5 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fscreen__content--type5 .fscreen-w-adw {
  margin-bottom: 60px;
}

.fscreen__content--type8 .fscreen__content-left {
  width: 100%;
}
.fscreen__content--type8 h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.fscreen__content--type8 .fscreen-comb-h1 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}
.fscreen__content--type8 .fscreen-comb-h1--first {
  padding: 10px 16px 0px 16px;
  border-radius: 20px 20px 20px 0px;
}
.fscreen__content--type8 .fscreen-comb-h1--second {
  padding: 0px 16px 10px 16px;
  border-radius: 0px 0px 20px 20px;
}

.fscreen--m-heading {
  padding-top: 20px;
  box-sizing: border-box;
}

.fscreen-backdrop {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.fscreen__content--type7 {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0px 40px;
  margin: 160px 0px;
}
.fscreen__content--type7 .fscreen__content-left {
  display: flex;
  flex-direction: column;
}
.fscreen__content--type7 .fscreen__content-left h1 {
  font-size: 48px;
  color: #fff;
  line-height: 58px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.fscreen__content--type7 .fscreen__content-left .fscreen__content-text {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.fscreen__content--type7 .fscreen__content-left .fscreen__content-text:last-child {
  margin-bottom: 0px;
}
.fscreen__content--type7 .fscreen__content-left .fscreen__content-left-grouped {
  margin-top: 140px;
  display: flex;
  align-items: center;
}
.fscreen__content--type7 .fscreen__content-left .fscreen__content-left-grouped span {
  color: #fff;
  line-height: 22px;
}
.fscreen__content--type7 .fscreen__content-left .fscreen__btn-large {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  background-color: #365EDC;
  padding: 32px 0px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 24px;
  border-radius: 24px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.rounded-text {
  background-color: #365EDC;
  border-radius: 16px 0px 16px 0px;
  padding: 8px 16px;
  box-sizing: content-box;
  margin-left: 10px;
  font-weight: 600;
}

.fscreen--n-heading .fscreen__header {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background-color: initial;
}
.fscreen--n-heading .fscreen__header .fscreen__header-left {
  margin-right: auto;
}
.fscreen--n-heading .fscreen__header .fscreen__header-right {
  margin-left: auto;
}
.fscreen--n-heading .fscreen__header .fscreen__header-link {
  margin-right: 80px;
  color: #fff;
  transition: 0.3s;
}
.fscreen--n-heading .fscreen__header .fscreen__header-link:hover {
  color: #365EDC;
}
.fscreen--n-heading .fscreen__header .fscreen__header-link:last-child {
  margin-right: 0px;
}
.fscreen--n-heading .fscreen__header .fscreen__header-mainlink {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.fscreen--n-s-heading .fscreen-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}
.fscreen--n-s-heading .fscreen__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: initial;
}
.fscreen--n-s-heading .fscreen__header-left {
  margin-right: auto;
  display: flex;
}
.fscreen--n-s-heading .fscreen__header-right {
  margin-left: auto;
  display: flex;
}
.fscreen--n-s-heading .fscreen__header-link {
  margin-right: 40px;
  color: #fff;
  transition: 0.3s;
}
.fscreen--n-s-heading .fscreen__header-link:hover {
  color: #365EDC;
}
.fscreen--n-s-heading .fscreen__header-link:last-child {
  margin-right: 0px;
}
.fscreen--n-s-heading .fscreen__header-mainlink {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.fscreen__content--type9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 50px;
  margin: 140px 0px 200px 0px;
}

.fscreen-slide-type9 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.fscreen__slider-dots {
  margin-right: 60px;
}

.swiper-slide-type9-left__name {
  font-size: 105px;
  line-height: 120px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.fscreen-slide-type9__left-side {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-right: 60px;
}

.fscreen-slide-type9__name {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  text-align: right;
  margin-bottom: 24px;
  font-weight: 500;
}

.fscreen-slide-type9__date {
  color: #999999;
  font-size: 20px;
  margin-bottom: 24px;
  text-align: right;
}

.fscreen-slide-type9__text {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 80px;
  text-align: right;
}

.fscreen-slide-type9__btn {
  border: none;
  outline: none;
  box-sizing: border-box;
  color: #fff;
  background-color: #365EDC;
  cursor: pointer;
  padding: 16px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 16px;
  font-weight: 500;
}

.fscreen-w-r-adw {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.r-social {
  display: flex;
  flex-direction: column;
  padding: 12px 8px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
}

.r-social__link {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.r-social__link:last-child {
  margin-bottom: 0px;
}

.r-social__icon {
  transition: 0.3s;
  color: #fff;
}

.r-social__icon:hover {
  color: #365EDC;
}

.r-social__icon--vk {
  width: 18px;
  height: 10px;
}

.r-social__icon--tg {
  width: 18px;
  height: 16px;
}

.r-social__icon--yt {
  width: 20px;
  height: 15px;
}

.fscreen-w-r-adw__item {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 120px;
  display: flex;
  margin-bottom: 40px;
  color: #fff;
  align-items: center;
}

.fscreen-w-r-adw__item:last-child {
  margin-bottom: 0px;
}

.fscreen-w-r-adw__icon {
  min-width: 12px;
  min-height: 12px;
  border-radius: 4px;
  background-color: #365EDC;
  margin-right: 24px;
}

.fscreen-w-r-adw__content {
  display: flex;
  flex-direction: column;
}

.fscreen-w-r-adw__price {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

.fscreen-w-r-adw__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.fscreen-b-adw {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}

.fscreen-b-adw__item {
  display: flex;
  box-sizing: border-box;
  padding: 32px 20px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  margin-bottom: 20px;
  border-radius: 24px;
}

.fscreen-b-adw__item:last-child {
  margin-bottom: 0px;
}

.fscreen-b-adw__text {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}

.fscreen-b-adw__text::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #365EDC;
  display: inline-flex;
  border-radius: 4px;
  margin-right: 24px;
}

.fscreen-w-adw {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fscreen-w-adw__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  box-sizing: border-box;
  max-width: 358px;
  display: flex;
}

.fscreen-w-adw-svg {
  width: 48px;
  height: 48px;
  fill: #365EDC;
  margin-right: 24px;
}

.fscreen-w-adw__text {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.fscreen-plug {
  height: 222px;
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -111px;
}

.fscreen-plug__item {
  display: flex;
  flex-direction: column;
  max-width: 340px;
}

.fscreen-plug-svg {
  width: 60px;
  height: 60px;
  color: #000;
}

.fscreen-plug__text {
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px;
}

.fscreen-circle {
  position: absolute;
  z-index: 1;
}

.fscreen-circle--type1 {
  left: -97px;
  top: -340px;
  width: 536px;
  height: 536px;
  background-color: #EEF2FF;
  border-radius: 536px;
  z-index: 2;
}

.fscreen-circle--type2 {
  left: -231px;
  top: 60px;
  width: 418px;
  height: 418px;
  background-color: #DDE5FC;
  border-radius: 418px;
}

.fscreen-circle--type3 {
  right: -200px;
  top: 130px;
  width: 672px;
  height: 672px;
  background-color: #DDE5FC;
  border-radius: 672px;
}

.fscreen-circle--type4 {
  left: calc(50% - 109px);
  bottom: -100px;
  width: 418px;
  height: 418px;
  background-color: #EEF2FF;
  border-radius: 418px;
}

.fscreen-text-blue {
  color: #365EDC;
  font-weight: 500;
}

.fscreen__link-btn {
  display: flex;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
  padding: 20px 16px;
  background-color: #365EDC;
  color: #fff;
  font-weight: 500;
  border-radius: 16px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  cursor: pointer;
}

.fscreen__btn-s {
  background-color: #365EDC;
  border: none;
  outline: none;
  color: #fff;
  box-sizing: border-box;
  height: 48px;
  padding: 16px 40px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
}

.fscreen-cart {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.svg-cart {
  width: 20px;
  height: 20px;
  color: #365EDC;
  margin-right: 12px;
}

.fscreen-slider-type9-left {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.fscreen-slider-type9-right {
  overflow: hidden;
}

.fscreen__slider-dots {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  margin-right: 60px;
  border-radius: 12px;
}
.fscreen__slider-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0px !important;
  background-color: #fff !important;
  margin-bottom: 8px !important;
  border-radius: 4px;
  opacity: 1;
}
.fscreen__slider-dots .swiper-pagination-bullet:last-child {
  margin-bottom: 0px !important;
}
.fscreen__slider-dots .swiper-pagination-bullet-active {
  background-color: #365EDC !important;
}

@media screen and (max-width: 1440px) {
  .fscreen--n-heading .fscreen__header .fscreen__header-link {
    margin-right: 40px;
  }
  .fscreen__content--type7 {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin: 110px 0px;
  }
  .fscreen__content--type7 .fscreen__content-left h1 {
    font-size: 40px;
  }
  .fscreen-slide-type2 {
    grid-template-columns: 460px 400px;
  }
  .fscreen-slide-type2 .fscreen__content-left {
    z-index: 10;
  }
  .fscreen__content--type3 {
    grid-template-columns: 495px 400px;
  }
  .fscreen__content--type3 .fscreen__content-left h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .fscreen--type3 .container {
    box-sizing: content-box;
  }
  .fscreen--type3 .fscreen__nav-link {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fscreen--type3 .container {
    box-sizing: border-box;
  }
  .fscreen__content--type3 {
    grid-template-columns: 0.55fr 0.45fr;
  }
  .fscreen__content--type3 .fscreen__content-left h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image {
    height: 100%;
  }
  .fscreen .container {
    max-width: 944px;
  }
  .fscreen__nav-link {
    margin-right: 20px;
  }
  .swiper-slide-type9-left__name {
    font-size: 90px;
    line-height: 90px;
  }
  .fscreen--n-s-heading .fscreen__header .fscreen__header-link {
    margin-right: 20px;
  }
  .fscreen--n-s-heading .fscreen__header .fscreen__header-mainlink {
    font-size: 40px;
  }
  .fscreen__slider-dots {
    margin-right: 32px;
  }
  .fscreen--n-heading .fscreen__header .fscreen__header-link {
    margin-right: 20px;
  }
  .fscreen--n-heading .fscreen__header .fscreen__header-mainlink {
    font-size: 32px;
    line-height: 32px;
  }
  .fscreen__content--type7 {
    grid-template-columns: 1fr 280px;
    margin: 80px 0px;
  }
  .fscreen__content--type7 .fscreen__content-left .fscreen__content-left-grouped {
    flex-direction: column;
    align-items: start;
  }
  .fscreen__content--type7 .fscreen__content-left .fscreen__content-left-grouped .fscreen__btn-large {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .fscreen-phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fscreen--type3 .fscreen-cart {
    display: none;
  }
  .fscreen .container {
    max-width: 480px;
  }
  .fscreen-slide-type2 {
    grid-template-columns: 1fr;
  }
  .fscreen-slider-type2 .fscreen-slider-actions {
    margin-top: 40px;
  }
  .fscreen-slider-type2 .fscreen-slider-actions .swiper-pagination-bullet {
    margin-right: 8px !important;
    background-color: #CCCCCC;
  }
  .fscreen-slider-type2 .fscreen-slider-actions .swiper-pagination-bullet:last-child {
    margin-right: 0px !important;
  }
  .fscreen-form {
    width: 100%;
  }
  .fscreen__header {
    height: 48px;
    padding: 16px 12px;
  }
  .fscreen__nav {
    display: none;
  }
  .fscreen-phone {
    display: block;
    font-size: 12px;
  }
  .fscreen__header-logo {
    font-size: 16px;
  }
  .fscreen__content--type1 {
    flex-direction: column;
    align-items: start;
    margin: 40px 0px;
  }
  .header-svg {
    width: 12px;
    height: 12px;
  }
  .fscreen__content-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .fscreen__footer {
    flex-direction: column;
    width: 100%;
    padding: 16px 22px;
  }
  .fscreen__footer-link {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .fscreen__footer-link:last-child {
    margin-bottom: 0px;
  }
  .fscreen__footer-link::after {
    left: -22px;
    height: 16px;
    width: 2px;
    top: 0;
  }
  .fscreen__content--type2 {
    flex-direction: column;
    margin: 40px 0px;
  }
  .fscreen__content--type2 .fscreen__content-left {
    width: 100%;
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
  }
  .fscreen__content--type2 .fscreen__content-left h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .fscreen__content--type2 .fscreen__content-left .fscreen__content-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .fscreen__content--type2 .fscreen__content-right {
    width: 100%;
  }
  .fscreen__content--type3 {
    grid-template-columns: 1fr;
    margin: 40px 0px;
  }
  .fscreen__content--type3 .fscreen__content-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .fscreen__content--type3 .fscreen__content-left h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .fscreen__content--type3 .fscreen__content-left .fscreen__content-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .fscreen__content--type3 .fscreen__content-right {
    width: 100%;
  }
  .fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image {
    max-height: 100%;
  }
  .fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-text {
    font-size: 16px;
  }
  .fscreen__content--type3 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__video-block-icon {
    min-width: 48px;
    border-radius: 16px;
    min-height: 48px;
  }
  .fscreen__header--none-bg {
    background-color: #fff;
  }
  .fscreen__content--type4 {
    flex-direction: column;
  }
  .fscreen__content--type4 .fscreen__content-left {
    width: 100%;
    margin-top: 40px;
  }
  .fscreen__content--type4 .fscreen__content-left h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .fscreen__content--type4 .fscreen__content-left .fscreen__content-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .fscreen__content--type4 .fscreen__content-right {
    margin-top: 40px;
    width: 100%;
  }
  .fscreen__content--type4 .fscreen__content-right .fscreen-solo-offer .fscreen-solo-offer__image {
    height: 580px;
    width: calc(100% + 50px);
    margin-left: -40px;
  }
  .fscreen-plug {
    flex-direction: column;
    height: 100%;
    padding: 40px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -150px;
  }
  .fscreen-plug__item {
    margin-bottom: 40px;
  }
  .fscreen-plug__item:last-child {
    margin-bottom: 0px;
  }
  .fscreen-plug__text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  .fscreen-plug-svg {
    width: 48px;
    height: 48px;
  }
  .fscreen__content--type5 {
    flex-direction: column;
  }
  .fscreen__content--type5 .fscreen__content-left {
    width: 100%;
    margin-top: 40px;
  }
  .fscreen__content--type5 .fscreen__content-left h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .fscreen__content--type5 .fscreen__content-left .fscreen__content-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .fscreen__content--type5 .fscreen__content-left .fscreen-w-adw {
    margin-top: 400px;
    position: relative;
    z-index: 10;
  }
  .fscreen__content--type5 .fscreen__content-left .fscreen__content-left-grouped {
    flex-direction: column;
    align-items: start;
  }
  .fscreen__content--type5 .fscreen__content-left .fscreen__content-left-grouped .fscreen__link-btn {
    margin-bottom: 16px;
  }
  .fscreen__content--type5 .fscreen__content-right {
    width: 100%;
    position: absolute;
    top: 230px;
  }
  .fscreen-w-adw {
    flex-direction: column;
    width: 100%;
  }
  .fscreen-w-adw__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .fscreen-w-adw__item:last-child {
    margin-bottom: 0px;
  }
  .fscreen-circle--type1 {
    left: -75px;
  }
  .fscreen-circle--type3 {
    right: -600px;
    top: 400px;
  }
  .fscreen__content--type8 {
    margin: 100px 0px 140px 0px;
  }
  .fscreen__content--type8 .fscreen__content-left .fscreen-comb-h1 {
    font-size: 36px;
    line-height: 36px;
    width: 100%;
  }
  .fscreen__content--type8 .fscreen__content-left .fscreen-comb-h1--first {
    border-radius: 20px 20px 0px 0px;
    text-align: left;
  }
  .fscreen__content--type8 .fscreen__content-left .fscreen-comb-h1--second {
    text-align: left;
  }
  .fscreen-b-adw {
    width: 100%;
  }
  .fscreen-b-adw__item {
    margin-bottom: 16px;
    padding: 40px 20px;
  }
  .fscreen-b-adw__text {
    font-size: 24px;
    line-height: 24px;
  }
  .fscreen--n-heading .fscreen__header {
    justify-content: space-between;
  }
  .fscreen--n-heading .fscreen__header .fscreen__header-mainlink {
    font-size: 24px;
    line-height: 24px;
  }
  .fscreen--n-heading .fscreen__header .fscreen__header-left {
    display: none;
  }
  .fscreen--n-heading .fscreen__header .fscreen__header-right {
    display: none;
  }
  .fscreen__content--type7 {
    grid-template-columns: 1fr;
    margin: 40px 0px;
  }
  .fscreen__content--type7 .fscreen__content-left {
    width: 100%;
  }
  .fscreen__content--type7 .fscreen__content-left h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .fscreen__content--type7 .fscreen__content-left .fscreen__content-text {
    font-size: 20px;
  }
  .fscreen__content--type7 .fscreen__content-left .fscreen__content-left-grouped {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .fscreen__content--type7 .fscreen__content-left .fscreen__btn-large {
    margin-right: 0px;
    width: 100%;
    padding: 24px 0px;
    height: 72px;
    margin-bottom: 16px;
  }
  .fscreen__content--type7 .fscreen__content-right {
    width: 100%;
  }
  .fscreen__content--type7 .fscreen-w-r-adw__item {
    margin-bottom: 16px;
  }
  .fscreen--n-s-heading .fscreen__header {
    justify-content: space-between;
  }
  .fscreen--n-s-heading .fscreen__header .fscreen__header-left {
    display: none;
  }
  .fscreen--n-s-heading .fscreen__header .fscreen__header-right {
    display: none;
  }
  .fscreen--n-s-heading .fscreen__header .fscreen__header-mainlink {
    font-size: 24px;
    line-height: 24px;
  }
  .fscreen__content--type9 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .fscreen-slider-type9-left {
    width: 100%;
  }
  .swiper-slide-type9-left__name {
    font-size: 82px;
    line-height: 82px;
  }
  .fscreen__slider-dots {
    margin-right: 24px;
  }
  .fscreen-slider-type9-right {
    margin-top: 80px;
    width: 100%;
  }
  .fscreen-slide-type9__left-side {
    width: 100%;
    margin-right: 24px;
  }
  .fscreen-slide-type9__name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .fscreen-slide-type9__date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .fscreen-slide-type9__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .fscreen__content--type2 .fscreen-contented-offer__image::before {
    width: 378px;
    height: 378px;
    left: 10px;
  }
  .fscreen__content--type2 .fscreen-contented-offer__image::after {
    width: 471px;
    height: 471px;
  }
}