@charset "UTF-8";
@font-face {
  font-family: "Exo2-Bold";
  font-display: swap;
  src: url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-ExtraBold";
  font-display: swap;
  src: url("../fonts/Exo2-ExtraBold.woff2") format("woff2"), url("../fonts/Exo2-ExtraBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-ExtraLight";
  font-display: swap;
  src: url("../fonts/Exo2-ExtraLight.woff2") format("woff2"), url("../fonts/Exo2-ExtraLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-Black";
  font-display: swap;
  src: url("../fonts/Exo2-Black.woff2") format("woff2"), url("../fonts/Exo2-Black.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-Medium";
  font-display: swap;
  src: url("../fonts/Exo2-Medium.woff2") format("woff2"), url("../fonts/Exo2-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-Thin";
  font-display: swap;
  src: url("../fonts/Exo2-Thin.woff2") format("woff2"), url("../fonts/Exo2-Thin.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-Regular";
  font-display: swap;
  src: url("../fonts/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo2-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-SemiBold";
  font-display: swap;
  src: url("../fonts/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo2-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo2-Light";
  font-display: swap;
  src: url("../fonts/Exo2-Light.woff2") format("woff2"), url("../fonts/Exo2-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

a {
  color: #252525;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Exo2-Regular";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Exo2-Regular";
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
  display: none;
}
*/
body {
  color: #252525;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1212px) {
  ._container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

/*
//Burger
.icon-menu {
  display: none;
  @media (max-width: $md3+px) {
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    span {
      transition: all 0.3s ease 0s;
      top: calc(50% - 1px);
      left: 0px;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #000;
      &:first-child {
        top: 0px;
      }
      &:last-child {
        top: auto;
        bottom: 0px;
      }
    }
    &._active {
      span {
        transform: scale(0);
        &:first-child {
          transform: rotate(-45deg);
          top: calc(50% - 1px);
        }
        &:last-child {
          transform: rotate(45deg);
          bottom: calc(50% - 1px);
        }
      }
    }
  }
}
*/
.header {
  padding: 20px 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: 50px;
}
.header__menu-item {
  margin-left: 25px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .header__menu-item {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .header__menu-item:hover {
    opacity: 0.5;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__phone {
  transition: 0.3s;
}
@media (min-width: 991.98px) {
  .header__phone:hover {
    opacity: 0.5;
  }
}
.header__button {
  margin-left: 30px;
  color: #fff;
  background: #278BFF;
  padding: 15px 25px;
  border-radius: 50px;
  transition: 0.3s;
}
@media (max-width: 479.98px) {
  .header__button {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .header__button:hover {
    box-shadow: 0px 0px 30px 1px rgba(39, 139, 255, 0.6);
  }
}

.footer {
  margin-top: 150px;
  padding-top: 50px;
  background: #F8F8F8;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__info {
  padding-bottom: 70px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__head {
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .footer__head {
    font-size: 32px;
  }
}
.footer__subhead {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .footer__subhead {
    margin-top: 25px;
    font-size: 22px;
  }
}
.footer__email {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .footer__email {
    font-size: 16px;
  }
}
.footer__address {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__text {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .footer__text {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.footer__map {
  flex: 0 0 50%;
}
.footer__map iframe {
  width: 100%;
  height: 400px;
}
.footer__copyright {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #252525;
}
@media (max-width: 767.98px) {
  .footer__copyright {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .footer__policy {
    font-size: 12px;
  }
}

.footer__left{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.footer__file{
  font-family: inherit;
  font-weight: inherit;
}

@media (max-width: 767.98px) {
  .footer__file{
    gap: 10px;
  }
  .footer__file {
    font-size: 12px;
  }
}

.footer__klatcen {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__klatcen {
    flex-direction: column-reverse;
    font-size: 9px;
    align-items: flex-end;
  }
}
.footer__klatcen-logo {
  margin-left: 10px;
  width: 150px;
}
@media (max-width: 767.98px) {
  .footer__klatcen-logo {
    margin-left: 0;
  }
}

._line {
  margin-top: 15px;
  height: 20px;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  border-top-right-radius: 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  ._line {
    padding: 0;
    margin: 15px 20px 0px 20px;
  }
}
@media (min-width: 767.98px) {
  ._line._lv2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 10px;
    left: 50%;
    background: #252525;
  }
}

.page {
  flex: 1 1 auto;
}

.screen-first {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
  height: 850px;
}
@media (max-width: 1211.98px) {
    .screen-first {
      padding-top: 40px;
    }
}
@media (max-height: 600px) {
  .screen-first {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .screen-first {
    height: 100%;
    padding-top: 120px;
  }
}
.screen-first__container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .screen-first__container {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 991.98px) {
  .screen-first__content {
    margin-right: 30px;
  }
}
.screen-first__head {
  font-size: 74px;
}
@media (max-width: 991.98px) {
  .screen-first__head {
    font-size: 42px;
  }
}
.screen-first__text {
  margin-top: 35px;
  font-size: 18px;
  line-height: 22px;
}
.screen-first__button {
  margin-top: 50px;
  color: #fff;
  background: #278BFF;
  padding: 15px 25px;
  border-radius: 50px;
  transition: 0.3s;
}
@media (max-width: 479.98px) {
  .screen-first__button {
    width: 100%;
  }
}
@media (min-width: 991.98px) {
  .screen-first__button:hover {
    box-shadow: 0px 0px 30px 1px rgba(39, 139, 255, 0.6);
  }
}
.screen-first__image {
  width: 90%;
  object-fit: contain;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .screen-first__image {
    margin-top: 50px;
    width: 90%;
  }
}
.screen-first__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/background_image.jpg") no-repeat;
  background-size: cover;
}

.screen-about {
  margin-top: 150px;
}
.screen-about__content {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .screen-about__content {
    flex-direction: column;
  }
}
.screen-about__head {
  font-size: 48px;
  margin-bottom: 30px;
}
.screen-about__left {
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .screen-about__left {
    flex: 1 1 100%;
  }
}
.screen-about__text {
  display: flex;
  font-size: 28px;
  line-height: 34px;
  margin-top: 30px;
  padding: 20px 40px;
  position: relative;
}
.screen-about__text::before {
    position: absolute;
    min-height: 20px;
    min-width: 20px;
    content: "";
    display: block;
    background: url("../img/icons/quote.svg") no-repeat;
    background-size: 20px;
    margin-right: 20px;
    left: 0;
    top: 0;
}
.screen-about__text::after {
    position: absolute;
    transform: rotate(180deg);
    min-height: 20px;
    min-width: 20px;
    content: "";
    display: block;
    background: url("../img/icons/quote.svg") no-repeat;
    background-size: 20px;
    margin-left: 20px;
    right: 0;
    bottom: 0;
}
@media (max-width: 479.98px) {
  .screen-about__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.screen-about__right {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;

    /*flex: 0 0 calc(50% - 30px);*/
    /* margin-left: 40px; */
    /* margin-top: 40px; */
}

@media (max-width: 991.98px) {
    .screen-about__right {
        flex: 1 1 100%;
        margin-left: 0;
        flex-direction: column;
        /* margin-top: 60px; */
    }
}
@media (max-width: 479.98px) {
  .screen-about__right {
    margin-top: 30px;
  }
}
.maker-about {
  display: flex;
  align-items: center;
}
.maker-about__image {
  margin-right: 20px;
}
.maker-about__name {
  font-size: 24px;
  font-family: "Exo2-SemiBold";
}
@media (max-width: 479.98px) {
  .maker-about__name {
    font-size: 18px;
  }
}
.maker-about__whois {
  font-size: 22px;
  margin-top: 10px;
}
@media (max-width: 479.98px) {
  .maker-about__whois {
    font-size: 16px;
  }
}

.item-about {
  display: flex;
  margin-bottom: 70px;
  flex: 0 0 calc(50% - 30px);
}
@media (max-width: 479.98px) {
  .item-about {
    margin-bottom: 30px;
  }
}
.item-about:last-child {
  margin-bottom: 0;
}
.item-about__image {
  margin-right: 30px;
  width: 120px;
  height: 120px;
  object-fit: contain;
}
@media (max-width: 479.98px) {
  .item-about__image {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.item-about__head {
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 479.98px) {
  .item-about__head {
    font-size: 22px;
  }
}
.item-about__text {
    font-size: 18px;
    line-height: 135%;
    /*max-width: 350px;*/
}

@media (max-width: 768.98px) {
    .item-about__text {
        max-width: none;
    }
}
@media (max-width: 479.98px) {
  .item-about__text {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .item-about {
    flex-direction: column;
  }
}

.screen-services {
  margin-top: 200px;
}
@media (max-width: 991.98px) {
  .screen-services {
    margin-top: 100px;
  }
}
.screen-services__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 767.98px) {
  .screen-services__items {
    margin-right: 0;
  }
}
.screen-services__item {
  padding: 30px;
  width: calc(33.33333% - 20px);
  border-radius: 25px;
  background: #F7F8F9;
  margin: 0px 20px 20px 0px;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .screen-services__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 650px) {
  .screen-services__item {
    width: 100%;
    min-height: 350px;
    margin-left: 0;
  }
}
@media (min-width: 991.98px) {
  .screen-services__item:hover .screen-services__image {
    transform: scale(1.2);
  }
}
.screen-services__icon {
  width: 100px;
  height: 100px;
}
.screen-services__number {
  font-size: 48px;
  margin-bottom: 20px;
}
.screen-services__text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .screen-services__text {
    font-size: 18px;
    line-height: 22px;
  }
}
.screen-services__image-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.screen-services__image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: 0.3s;
}

._item-head {
  background: #278BFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._item-head .screen-services__head {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 650px) {
  ._item-head .screen-services__head {
    margin-bottom: 180px;
  }
}

.screen-advantages {
  margin-top: 150px;
}
.screen-advantages__head {
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .screen-advantages__head {
    font-size: 32px;
  }
}
.screen-advantages__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .screen-advantages__content {
    justify-content: center;
  }
}
.screen-advantages__item {
  width: 270px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .screen-advantages__item {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .screen-advantages__item {
    width: 100%;
    margin-top: 40px;
  }
}
.screen-advantages__icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.screen-advantages__text {
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
}