:root {
  --color-hover: #ff6b00;
}
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  position: relative;
  min-height: 100%;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 19px;
  font-family: "Suisse Intl", sans-serif;
  font-style: normal;
  font-weight: 400;
}
header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header {
  margin-bottom: 20px;
}
body .owl-carousel .owl-stage-outer {
  /* override */
  overflow: initial;
}
.owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  visibility: hidden;
}
.owl-item.active {
  opacity: 1;
  visibility: visible;
}
main {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main--inner {
  border-top: 1px solid #ccc;
}
footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 44px;
  margin-top: 70px;
}
a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: inherit;
  appearance: none;
}
a:hover,
a:focus {
  color: var(--color-hover);
}
ul.clear-list,
.clear-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-title {
  display: block;
  padding: 0;
  margin: 0;    
  margin-top: clamp(1px, 2vw, 10px); 
  margin-bottom: clamp(10px, 2vw, 30px);
  font-weight: 500;
  font-size: clamp(24px, 6vw, 40px);
  line-height: clamp(28px, 8vw, 51px);
}
.main-title--center {
  text-align: center;
}
.transition-default {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-block__link {
  margin-left: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 15px;
}
.title-block__link svg {
  margin-left: 20px;
  stroke: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.title-block__link:hover svg,
.title-block__link:focus svg,
.title-block__link:active svg {
  stroke: var(--color-hover);
}

.main-subtitle,
h2 {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  padding-left: 18px;
}
li {
  padding-bottom: 20px;
}
.gray-block {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 28px 25px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.cols {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.col-2 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.main-hr {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  border-top: 1px solid #c8c8c8;
}
.main-container {
  margin: 0 auto;
  max-width: 1340px;
  padding-left: 50px;
  padding-right: 50px;
}
.main-container .main-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1100px) {
  .main-container {
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 600px) { 
.gray-block {
    border-radius: 10px;
	padding: 30px 10px;
	margin-bottom: 30px;
}
	.main-subtitle, h2 {
		font-weight: 500;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 15px;
	}
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols {
	  flex-wrap: wrap;
  }
  .col-2 {
	  width: 100%;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 64px;
  line-height: 1.1;
  border: 0;
  font: inherit;
  background: var(--color-hover);
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  appearance: none;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(255, 107, 0, 0.26);
}
.button:hover,
a.button:hover,
.button:focus,
a.button:focus,
.button:active,
a.button:active {
  color: #fff;
  background-color: #111;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}
.button--grey {
  background: #f7f7f7;
  text-decoration: none;
  color: #333333;
  box-shadow: none;
}
.button--block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.button--grey:hover,
.button--grey:focus,
.button-grey:active {
  color: #fff;
  background: #000;
}

.button--invert {
  background-color: var(--color-hover);
}
.button--invert:hover,
.button--invert:focus,
.button--invert:active {
  background-color: #000;
}
@media (max-width: 600px) {
  .button {
    min-height: 48px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: normal;
    box-shadow: 0 10px 22px rgba(255, 107, 0, 0.18);
  }
}
/**
header
*/
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font: inherit;
  color: inherit;
}
.header__email::before {
  content: "";
  margin-right: 16px;
  width: 22px;
  height: 17px;
  background: url(../images/icon-email.svg) no-repeat center;
}
.header__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.logo__icon {
  margin-right: 15px;
}
.logo:hover,
.logo:focus {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .logo__icon {
    width: 37px;
    height: 37px;
  }
  .logo {
    font-size: 18px;
  }
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  color: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
}
.header__phone::before {
  content: "";
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-phone.svg) no-repeat center;
}
.header__open-menu {
  display: none;
  width: 37px;
  height: 10px;
  position: relative;
  font-size: 0;
  border: 0;
  margin-left: auto;
  background: none;
}
.header__open-menu::before,
.header__open-menu::after {
  content: "";
  border-top: 2px solid #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header__open-menu::before {
  top: 0;
}
.header__open-menu::after {
  bottom: 0;
}
.header__open-menu--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  left: 7px;
  width: 22px;
}
.header__open-menu--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  left: 7px;
  width: 22px;
}

@media (max-width: 600px) {
  .header__email {
    display: none;
  }
  .header__email {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header__logo {
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__open-menu {
    display: block;
  }
  .header {
    padding-bottom: 0;
    margin-bottom: 5px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
  }
  .main--inner {
    border-top: 0;
  }
  .header__wrapper {
	padding-top: 13px;
	padding-bottom: 13px;
  }
}
.vacancy .ymaps-map {
  width: 100% !important;
}
/**
*navigation
*/
.main-nav {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 601px) {
  .main-nav--top {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-nav--top.main-nav--fixed {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    z-index: 10;
  }
  .main-nav--top.main-nav--fixed .main-nav__wrapper {
    box-shadow: 0px 4px 44px rgb(0 0 0 / 12%);
    border-radius: 0px 0px 20px 20px;
    margin-top: -30px;
    padding-top: 30px;
    margin-bottom: -30px;
    padding-bottom: 30px;
  }
}
.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-nav.main-nav--vertical {
  margin-top: 0;
  margin-bottom: 0;
}
.main-nav--vertical .main-nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-nav--vertical .main-nav__item {
  margin-bottom: 20px;
}
.main-nav__link {
  text-decoration: none;
  font: inherit;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.main-nav__link:hover,
.main-nav__link:focus,
.main-nav__link--active {
  color: var(--color-hover);
}
.mobile-contacts {
  display: none;
}
@media (max-width: 1150px) {
  .main-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-nav .main-nav__item {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .main-nav {
    display: none;
  }
  .body--mobile .main-nav {
    position: relative !important;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .body--mobile .mobile-contacts {
    display: block;
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .body--mobile .mobile-contacts__phone,
  .body--mobile .mobile-contacts__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .body--mobile .mobile-contacts__phone {
    font-size: 20px;
  }
  .body--mobile .main,
  .body--mobile .footer {
    display: none;
  }
  .mobile-contacts__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mobile-contacts__developer {
    font-size: 12px;
    margin-top: 25px;
  }
  .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-nav .main-nav__item {
    padding-right: 0;
    text-align: center;
  }
}
.main-nav--active {
  display: block;
}
/**
*
*/
/**
*breadcrumb
*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  background: none;
}
.breadcrumb__item {
  margin-right: 16px;
}
.breadcrumb__slash {
  display: inline-block;
  margin-right: 12px;
  font-weight: 100;
  color: #9f9f9f;
}
.breadcrumb__item a {
  color: #9f9f9f;
  text-decoration: none;
}
@media (max-width: 900px) {
  .breadcrumb {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .breadcrumb__item {
    font-size: 16px;
    display: inline-block;
  }
  .breadcrumb-container .breadcrumb {
	padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .breadcrumb-container {
    margin-bottom: -5px;
  }
  .breadcrumb-container ::-webkit-scrollbar {
    height: 4px;
    background-color: rgb(226, 228, 236);
  }
  .breadcrumb-container ::-webkit-scrollbar-thumb {
    background-color: #003668;
  }
}
.main-vacancies {
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.main-vacancies--visible {
  overflow: initial;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -5px;
  margin-bottom: -5px;
}
.main-vacancies__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 435px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #c3c3c3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.main-vacancies__item-wrapper:hover {
  -webkit-box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  border-color: #fff;
}
.main-vacancies .main-vacancies__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.main-vacancies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.main-vacancies .main-vacancies__item {
  width: 33.33%;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-vacancies__salary {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}
.main-vacancies__position,
.main-vacancies__company {
  margin-bottom: 10px;
}
.main-vacancies__city {
  margin-bottom: 10px;
}
.main-vacancies .main-vacancies__button {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.main-vacancies__detail {
  margin-bottom: 10px;
  margin-top: auto;
}
.main-vacancies .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -78px;
  right: 0;
}
.main-vacancies .owl-carousel .owl-nav button.owl-prev,
.main-vacancies .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  font-size: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/owl-prev.svg);
  line-height: 0;
}
.main-vacancies .owl-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-vacancies .owl-carousel .owl-nav button.owl-prev:hover,
.main-vacancies .owl-carousel .owl-nav button.owl-prev:focus,
.main-vacancies .owl-carousel .owl-nav button.owl-prev:active,
.main-vacancies .owl-carousel .owl-nav button.owl-next:hover,
.main-vacancies .owl-carousel .owl-nav button.owl-next:focus,
.main-vacancies .owl-carousel .owl-nav button.owl-next:active {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  background-image: url(../images/owl-next.svg);
}
.main-vacancies .owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}
.main-vacancies .owl-carousel .owl-nav button.owl-next {
  margin-left: 20px;
}
.main-vacancies .first-number {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.main-vacancies .counter {
  color: #9f9f9f;
}
@media(max-width: 600px) {
	.owl-item .main-vacancies__carousel-item {
		width: 230px;
		height: 269px;
	}
	.main-vacancies__city {
		padding-bottom: 0;
		margin-bottom: 7px;
		height: 38px;
		overflow: hidden;
	}
}
/**
* footer
*/
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__wrapper {
  padding: 58px 50px;
  border-radius: 20px;
  background: url(../images/texture-footer.jpg) no-repeat top;
  background-size: cover;
}
.footer__contacts {
  max-width: 318px;
  margin-right: 79px;
}
.footer__logo {
  margin-bottom: 72px;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__address::before {
  content: "";
  margin-right: 15px;
  background: url(../images/icon-address.svg) no-repeat center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__email {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
  font: inherit;
  width: 100%;
}

.footer__email::before {
  content: "";
  width: 22px;
  height: 16px;
  margin-right: 15px;
  background: url(../images/icon-footer-email.svg) no-repeat center;
}
.footer__feedback {
  margin-left: auto;
  text-align: right;
}
.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}

.footer__phone::before {
  content: "";
  margin-right: 15px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-footer-phone.svg) no-repeat;
}
.footer__feedback-button {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  background: var(--color-hover);
  color: #fff;
  box-shadow: 0 14px 34px rgba(255, 107, 0, 0.28);
}
.footer__feedback-button:hover,
.footer__feedback-button:focus,
.footer__feedback-button:active {
  background: #111;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}
.footer .footer__social.social {
  margin-top: 56px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.social__link svg {
  margin-right: 20px;
}
.social__link svg path {
  fill: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social__link:hover svg path,
.social__link:focus svg path,
.social__link:active svg path {
  fill: var(--color-hover);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social .social__item--tg {
  margin-right: 39px;
}
@media (max-width: 1140px) {
  .footer__phone {
    font-size: 24px;
  }
  .footer .footer__social.social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .social .social__item--tg {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__wrapper {
    padding: 25px;
  }
  .footer__contacts {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.footer__foot {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.footer__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 128px;
}
.footer__rules a {
  color: inherit;
  text-decoration: none;
  font: inherit;
  margin-right: 37px;
}
.footer__develover {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font: inherit;
}
.developer__text {
  margin-right: 7px;
  color: iherit !important;
}
@media (max-width: 800px) {
	.footer__feedback-button {
		display: block;
		width: 235px;
		margin-left: auto;
		margin-right: auto;
	}
	.social__link svg {
		width: 30px;
		height: 30px;
	}
	li.social__item.social__item--vk svg {
		width: 16px;
		height: 16px;
		padding: 8px;
	}
	footer  {
		margin-bottom: 0;
	}
  .footer__wrapper {
    background-image: url(../images/texture-footer--mobile.jpg);
    background-position: top;
    margin-bottom: 25px;
  }
  .footer__address {
    text-align: left;
  }
  .footer__email {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .main-nav--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social__link {
    font-size: 15px;
  }
  .footer__contacts {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main-nav--vertical .main-nav__item {
    margin: auto;
  }
  .footer__feedback {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer__rules {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__rules a {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__develover {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer__social.social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .social__link svg {
    margin-right: 5px;
  }
  .social .social__item--tg {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .footer__foot {
    margin-top: 50px;
  }
  .footer__phone {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/**
* contacts
*/
.main-contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.main-contancts__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
}
.main-contancts__address::before {
  content: "";
  margin-top: 3px;
  margin-right: 15px;
  background: url(../images/icon-address.svg) no-repeat center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-contacts__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.main-contancts__email-block {
  margin-left: auto;
}
.main-contacts__email::before {
  content: "";
  margin-top: 5px;
  width: 22px;
  height: 16px;
  margin-right: 15px;
  background: url(../images/icon-footer-email.svg) no-repeat center;
}
.main-contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.main-contacts__social-link {
  text-decoration: none;
  margin-right: 33px;
}
.main-contacts__social-link svg path {
  fill: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.main-contacts__social-link:hover svg path,
.main-contacts__social-link:focus svg path,
.main-contacts__social-link:active svg path {
  fill: var(--color-hover);
}
.main-contacts__phone-block {
  margin-left: auto;
}
.main-contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 32px;
  text-align: right;
  text-decoration: none;
}
.main-contacts__phone::before {
  content: "";
  margin-right: 20px;
  width: 25px;
  height: 25px;
  background: url(../images/icon-phone-1.svg);
}
@media (max-width: 980px) {
  .main-contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 20px;
  }
  .main-contancts__email-block {
    margin-left: initial;
    margin-top: 15px;
  }
  .main-contacts__phone-block {
    margin-left: initial;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-contacts__phone {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .main-contacts__social-link {
	  margin-right: 10px;
  }
  .main-contacts__social {
	  margin-top: 20px;
  }
}
.main-banner {
  margin-bottom: clamp(10px, 2vw, 40px);
}
.main-banner__bg {
  position: relative;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 626px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/main-page/banner.png);
  text-align: center;
  overflow: hidden;
}
.main-banner__text {
  max-width: 674px;
    margin: 0 auto;
    font-weight: bold;
}
@media (max-width: 600px) {
  .main-banner__bg {
    padding: 28px 19px 20px;
	border-radius: 10px;
  }
  .main-banner__text {
    font-weight: normal;
    margin-top: 23px;
  }
}
.main-banner__title {
  font-size: clamp(20px, 5vw, 40px);
  line-height: clamp(20px, 6vw, 50px);
}
.main-banner__faces {
  position: absolute;
  width: 1434px;
  height: 227px;
  left: -100px;
  bottom: 140px;
  background: url(../images/main-page/faces.png?v=20260520-hero-stock-2) left no-repeat;
  animation: move infinite 10s;
  transition: 0.4s linear;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(0);
  }  
}
@media (max-width: 900px) {
  .main-banner__faces {
    left: -400px;
  }
}
.main-banner__button {
  position: absolute;
  width: 228px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  .main-banner__button {
    bottom: 20px;
    width: auto;
    left: 17px;
    right: 17px;
  }
  .main-banner__faces {
    height: 170px;
    bottom: 90px;
    background-size: contain;
  }
  .main-banner__bg {
	  height: 500px;
	  background-position: -88px -17px;
  }
}

.faq {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.faq .faq__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.faq__item-wrapper {
  border-radius: 20px;
  padding: 30px 40px;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
}
.faq__question {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq__question:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.faq__button {
  border: 0;
  background: none;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 45px;
  top: 32px;
  font-size: 20px;
  cursor: pointer;
}
.faq__button::before,
.faq__button::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #000;
  width: 100%;
}

.faq__button::before {
  top: 50%;
}
.faq__button::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.faq__answer {
  display: none;
  padding-top: 40px;
}
.faq__answer--active {
  display: block;
}
.faq__button--active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1100px) {
  .faq__question {
    font-size: 18px;
    line-height: 22px;
  }
  .faq__item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 800px) {
	.faq {
		margin-top: 20px;
	}
  .faq .faq__item {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .faq .faq__item {
    width: 100%;
  }
  .faq__button {
	top: 20px;
	right: 28px;
	width: 18px;
    height: 18px;
  }
  .faq__item-wrapper {
	  border-radius: 10px;
  }
  .faq__answer {
	  padding-top; 25px;
  }
}

/**news*/
.main-news .main-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.main-news .main-news__item {
  padding: 10px;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-news .main-news__item--big {
  width: 55%;
}
.main-news .main-news__item--medium {
  width: 45%;
}
.main-news__item-wrapper {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 452px;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  text-decoration: none;
  font: inherit;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.main-news__item-wrapper:hover,
.main-news__item-wrapper:focus {
  -webkit-box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  border-color: #fff;
}
.main-news__image {
  position: relative;
  height: 300px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-news__date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 6px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--color-hover);
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.main-news__name {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .main-news .main-news__item {
    width: 50%;
  }
  .main-news .main-news__item--big {
    width: 50%;
  }
  .main-news .main-news__item--medium {
    width: 50%;
  }
  .main-news__date {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .main-news__image {
    height: 230px;
	border-radius: 10px;
  }
  .main-news__date {
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px;
	left: 10px;
	top: 10px;
  }
  .main-news__item-wrapper {
    height: 383px;
	border-radius: 10px;
  }
	.main-news {
		position: relative;
		padding-bottom: 80px;
	}
	.main-news__title-block .title-block__link {
		position: absolute;
		bottom: 0px;
		padding: 17px 20px;
		font-size: 15px;
		font-weight: normal;
		background: #333333;
		color: #fff;
		border-radius: 10px;
		left: 11px;
		right: 12px;
		text-align: center;
		width: auto;
		margin: auto;
		display: block;
	}
	.main-news__title-block .title-block__link svg {
		display: none;
	}
}
@media (max-width: 700px) {
  .main-news .main-news__item {
    width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  .main-news .main-news__item--big {
    width: 100%;
  }
  .main-news .main-news__item--medium {
    width: 100%;
  }
}
.about-company {
  margin-top: 90px;
}
.about-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-company__numbers {
  margin-top: 50px;
}
.about-company__col {
  width: 50%;
}
.about-company__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-company__title-word {
  /* display: inline-block; */
  border: 2px solid #000;
  border-radius: 15px;
  padding: 10px 20px;
}
.about-company {
  overflow: hidden;
  padding-top: 80px;
  margin-top: -60px;
}
.about-company.pr-about {
  margin-top: clamp(30px, 6vw, 70px);
  padding-top: 0;
}
.about-company__title {
  position: relative;
}
.about-company__title::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 752px;
  height: 350px;
  background: url(../images/line.svg) no-repeat center;
  right: -70px;
  top: -60px;
}
.about-company__title--client::before {
  display: none;
}
.about-company__title-word--second {
  border-top: 0;
  background: #fff;
  margin-top: -2px;
  border-radius: 0 0 12px 12px;
  text-align: right;
  margin-left: auto;
  padding-top: 0px;
  position: relative;
  line-height: 27px;
  padding-bottom: 22px;
}
.about-company__title-word--first {
  border-radius: 15px;
  background: #fff;
}
.about-company__title-word--second::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  left: -12px;
}
.about-company__title-word--second::after {
  content: "";
  position: absolute;
  width: 12px;
  border: 2px solid #000;
  border-radius: 0 12px 0 0;
  height: 12px;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  left: -14px;
}
.about-company__button {
  margin-top: 30px;
}
.about-company__benefits {
  display: grid;
  gap: 24px;
}
@media (max-width: 900px) {
	body .clients-about-1 {
		margin-top: 30px;
	}
  .about-company__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-company__button {
	  display: block;
	  text-align: center;
  }
  .about-company__col {
    width: 100%;
  }
 .about-company__title::before {    
    width: 375px;
    height: 156px;
    background: url(../images/line.svg) no-repeat center;
    right: -47px;
    top: -60px;
    background-size: contain;
}
  .about-company__col:first-child {
    text-align: left;
  }
  .about-company {
    padding-top: 130px;
  }
  .about-company__title-word--second {
    padding-bottom: 16px;
	border: 0;
	padding: 0;
	text-align: left;
	margin-left: 0;
	font-weight: 600;
	font-size: 24px;
  }
  .about-company__title-word--second::before,
	.about-company__title-word--second::after  {
	  display: none;
  }
  .about-company__title-word--first {	
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
	padding: 0;
	border-radius: 10px;
	border: 0;
	text-align: left;
	padding-left: 0;
  }
  .about-company__main-subtitle {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px; 
  }
  .about-company__col:first-child {
	padding-bottom: 50px;
  }  
}

.numbers {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 70px;
  border-radius: 20px;
  background: #f8f8f8;
}
.numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.numbers__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
}
.numbers__value::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-hover);
}
@media (max-width: 900px) {
  .numbers {
    padding: 18px;
  }
  .numbers__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numbers .numbers__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .numbers__value {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {  
	.numbers {
		padding: 30px 16px;
		margin-top: 20px;
	}
  .numbers__value {
    margin-bottom: 12px;
  }
  .numbers__description {
	margin-top: 0;
  }
  .numbers .numbers__item {
	margin-bottom: 50px;
  }
  .numbers .numbers__list {
	  margin-bottom: -50px;
  }
}
.about-work {
  margin-top: clamp(5px, 5vw, 40px);
  overflow: hidden;
}
.about-work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}
.about-work__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
}
.about-work__col:nth-child(3) {
  margin-top: -200px;
}
.about-work__item {
  position: relative;
  margin-bottom: 70px;
  padding: 35px 72px 104px 120px;
  padding-top: clamp(37px, 5vw, 35px);
  padding-bottom: clamp(65px, 10vw, 104px);
  padding-left: clamp(97px, 8vw, 120px);
  padding-right: clamp(20px, 8vw, 72px);
  background: #ffffff;
  -webkit-box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
}
.about-work__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(20px, 5vw, 40px);
  line-height: clamp(23px, 5vw, 51px);
}
.about-work__item::before,
.about-work__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-work__item--1::before {
  width: clamp(38px, 5vw, 70px);
  height: clamp(43px, 5vw, 77px);
  background-image: url(../images/1.svg);
  
  top: 40px;
  left: 25px;
}
.about-work__item--1::after {
  width: 312px;
  height: 110px;
  bottom: -50px;
  left: 120px;
  background-image: url(../images/about-work-1.png?v=20260520-real-team-2x);
}
.about-work__item--3::before {
   width: clamp(38px, 5vw, 70px);
  height: clamp(43px, 5vw, 77px);
  background-image: url(../images/3.svg);
  top: 40px;
  left: 25px;
}
.about-work__item--3::after {
  width: 183px;
  height: 116px;
  bottom: -50px;
  right: 52px;
  background-image: url(../images/about-work-3.png);
}
.about-work__item--2 {
  margin-top: 73px;
}
.about-work__item--2::before {
  width: clamp(38px, 5vw, 70px);
  height: clamp(43px, 5vw, 77px);
  background-image: url(../images/2.svg);
  top: 40px;
  left: 25px;
}
.about-work__item--2::after {
  width: 243px;
  height: 179px;
  bottom: -50px;
  right: 50px;
  background-image: url(../images/about-work-2.png?v=20260520-real-team-2x);
}
.about-work__item--4::before {
   width: clamp(38px, 5vw, 70px);
  height: clamp(43px, 5vw, 77px);
  background-image: url(../images/4.svg);
  top: 40px;
  left: 25px;
}
.about-work__item--4::after {
  width: 206px;
  height: 197px;
  bottom: -90px;
  right: 90px;
  background-image: url(../images/about-work-4.png);
}
@media (max-width: 900px) {
  .about-work__title {
	text-align: left;
	margin-bottom: 0;
  }
  .about-work__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-work__col {
    width: 100%;
  }
  .about-work__item--1 {
    order:1;
  }
  .about-work__item--2 {
    order:2;
  }
  .about-work__item--3 {
    order:3;
	padding-bottom: 30px;
  }
  .about-work__item--4 {
    order:4;
	padding-bottom: 25px;
  }
  .about-work__item--2 {
    margin-top: 0;
    padding-bottom: 44px;
  }
  .about-work__col:nth-child(3) {
    margin-top: 0;
  }
  .about-work__item--1::after {
    left: 40px;
    width: 312px;
    height: 94px;
    bottom: -25px;
  }
  .about-work__item--2::after {
	 height: 114px;
    width: 157px;
  }
  .about-work__item--3::after {
	width: 146px;
    height: 101px;
  }
  .about-work__col {
	  padding-bottom: 0;
  }
  .about-work__item--4::after {
	width: 120px;
	height: 131px;
	background-size: contain;
	bottom: -70px;
	right: 35px;
  }
}
@media (max-width: 600px) {
	.about-work__text {
		margin-left: -70px;
		margin-top: 26px;
	}
}
.main-brands {
  overflow: hidden;
  margin-top: 80px;
}
.main-brands__text {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}
.main-brands__carousel {
  width: 100%;
  margin-top: 109px;
}
.main-brands__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
}
.main-brands .main-brands__item .main-brands__logo {
  width: auto;
  max-width: 100%;
  margin: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Firefox 4+ */
  -webkit-filter: gray;
  filter: gray; /* IE 6-9 */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
}
.main-brands .main-brands__item .main-brands__logo:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}
.main-brands .owl-dots,
.owl-gallery .owl-dots {
  margin-top: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-gallery .owl-dots {
  margin-top: 18px;
}
@media (max-width: 600px) {
	.owl-gallery.owl-carousel .owl-nav {
		display: none;
	}
	.main-brands .main-title {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
.main-brands .owl-dots .owl-dot,
.owl-gallery .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  margin-left: 15px;
  margin-right: 15px;
  background: #000000;
  opacity: 0.3;
  border-radius: 50%;
}
.main-brands .owl-dots .owl-dot.active,
.owl-gallery .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: var(--color-hover);
}
@media (max-width: 900px) {
  .main-brands__text {
    font-size: 14px;
    line-height: 16px;
  }
  .main-brands .owl-dots .owl-dot {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
    margin-right: 6px;
  }
}
/**
*main-history
*/
.main-history {
  overflow: hidden;
  position: relative;
}
.main-history__wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
  border-radius: 20px;
  padding: 50px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/main-page/bg-history.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
.main-history__wrapper::before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 1658px;
  height: 638px;
  background: url(../images/main-page/history-line.svg) no-repeat center;
  left: -20px;
  bottom: -30px;
}
.main-history__title {
  margin-top: 0;
}
.main-history__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-history__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px;
  margin-bottom: 20px;
}
.main-history__item:nth-child(2) {
  margin-top: 174px;
}
.main-history__item:nth-child(3) {
  margin-top: 20px;
}
.main-history__item:nth-child(4) {
  margin-right: 30px;
}
.main-history__item:nth-child(5) {
  margin-top: 70px;
  margin-left: 30px;
}
.main-history__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 304px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 15px 64px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
}
.main-history__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.main-history__item-photo {
  width: 70px;
  height: 70px;
  margin-right: 19px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9e9e9;
  text-align: center;
  color: rgba(0, 0, 0, 0.43);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-history__date {
  padding: 2px 7px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  background-color: var(--color-hover);
  border-radius: 5px;
}
.main-history__item-info {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.main-history__name {
  margin-bottom: 5px;
}
.main-history .title-block__link {
  margin-left: 0;
  margin-top: auto;
}
.main-history__button-container {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 1000px) {
  .main-history__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-history__item {
    width: 50%;
    margin-bottom: 10px;
  }
  .main-history__item:nth-child(2) {
    margin-top: 0;
  }
  .main-history__item:nth-child(4) {
    margin-right: 0;
  }
  .main-history__item:nth-child(3) {
    margin-top: 0;
  }
  .main-history__item:nth-child(5) {
    margin-top: 0;
    margin-left: 0;
  }
  .main-history__wrapper::before {
    display: none;
  }
}
@media (max-width: 640px) {
	.main-history {
		padding-left: 10px;
		padding-right: 10px;
	}
  .main-history__item {
    width: 100%;
	padding-right: 0;
  }
  .main-history__item-info {
	  font-size: 14px;
  }
  .main-history__date {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
  }
  .main-history__item-photo {
	  width: 50px;
	  height: 50px;
	  font-size: 16px;
  }
  .main-history__item-wrapper {
	  padding: 20px;
	  border-radius: 10px;
  }
  .main-history__item-wrapper {
	height: 234px;
	width: 300px;
	box-shadow: 0px 15px 24px rgba(0, 0, 0, 0.13);
  }
  .main-history__item-header {
	margin-bottom: 20px;
  }
  .main-history__wrapper {
	  padding: 28px 10px;
	  background-size: cover;
	  border-radius: 10px;
  }
  .main-history .title-block__link svg {
	width: 24px;
  }
  .main-history .title-block__link {
	margin-bottom: 0;
  }
  .main-history__button {
	  display: block;
  }
  .main-history__button-container {
	margin-top: 0;
  }
}
.band {
  margin-top: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.band__carousel {
  background: url(../images/main-page/band-bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
}

.band__slide {
  height: 773px;
}
.band__subtitle {
  padding-left: 18px;
  padding-right: 18px;
}
.band__subtitle {
  padding-top: 43px;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
}
.band__slide-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.band__slide-picture {
  width: 272px;
  height: 369px;
  -webkit-transform: rotate(7.26deg);
  -ms-transform: rotate(7.26deg);
  transform: rotate(7.26deg);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
}
.band__slide-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
  margin-right: 10px;
  min-width: 460px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.band__slide-description-block {
  margin-top: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
}
.band__slide-position {
  color: var(--color-hover);
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
}
.band__slide-description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.band__carousel .owl-nav {
  position: absolute;
  top: 68%;
  bottom: auto;
  margin: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 32px;
  right: 32px;
}
.band__carousel.owl-carousel .owl-nav button.owl-next,
.band__carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.band__carousel.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/main-page/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.band__carousel.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/main-page/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.band__carousel.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/main-page/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.band__carousel.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(../images/main-page/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.band__carousel.owl-carousel .owl-nav button.owl-next {
  margin-left: auto;
}
.band__carousel.owl-carousel .owl-nav button.owl-next:hover,
.band__carousel.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #000;
}
.band__faces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 0;
  right: 0;
}
.band__face-image {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 50%;
}
.band__faces .band__face {
  cursor: pointer;
  border: 4px solid transparent;
  width: 80px;
  height: 80px;
  margin-left: 5px;
  margin-right: 5px;
}
.band__faces .band__face--active {
  border-radius: 50%;
  border: 4px solid var(--color-hover);
}
@media (max-width: 1024px) {
  .band__slide-picture {
    width: 204px;
	height: 278px;
	margin: auto;
    margin-top: 20px;
  }
  .band__slide-title {
    width: auto;
    font-size: 40px;
    line-height: 45px;
    min-width: auto;
  }
}
@media (max-width: 1100px) {
  .band__subtitle {
    font-size: 20px;
	line-height: 23px;
    max-width: 279px;
    margin: auto;
  }
  .band__slide-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
  }
   .band__slide-position {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
   }
}
@media (max-width: 700px) {
  .band__slide-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .band__slide-description-block {
    margin-top: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 100px;
  }
  .band__slide {
    height: 754px;
  }
  .band__slide-block {
    margin-top: 20px;
  }
  .band__slide-description {
    font-weight: 450;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
  }
.band__carousel .owl-nav {
    top: 62%;
    bottom: auto;
    margin: 0;
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 640px) {
  .band__faces {
	bottom: 200px;  
  }
  .band__faces .band__face,
  .band__face-image  {
	width: 48px;
	height: 48px;
	margin: 0;
  }
  .band__carousel.owl-carousel .owl-nav button.owl-prev {
	background-position: 8px 10px;
    background-size: 18px 18px;
  }
   .band__carousel.owl-carousel .owl-nav button.owl-next {
	background-position: 8px 10px;
    background-size: 18px 18px;
  }
  .band__carousel.owl-carousel .owl-nav button.owl-next, .band__carousel.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
  }
  .band {
	  margin-bottom: 10px;
  }
}
/**
*
*/
.vacancy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vacancy {
  margin-bottom: 50px;
}
.vacancy__main {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
}
.vacancy__aside {
  width: 318px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.vacancy__aside-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 30px 28px 45px;
  border-radius: 20px;
}

.v-conditions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li.v-conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 67px;
}
.v-conditions__item::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ffeddf;
  background-repeat: no-repeat;
  background-position: center;
}
.v-conditions__item--salary::before {
  background-image: url(../images/icon-money.svg);
}
.v-conditions__item--address::before {
  background-image: url(../images/ic-contact-map-pin.svg);
}
.v-conditions__item--phone::before {
  background-image: url(../images/icon-phone-orange.svg);
}
.v-conditions__title {
  opacity: 0.5;
  margin-bottom: 10px;
}
.v-conditions__description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vacancy-info__title {
  opacity: 0.5;
  margin-bottom: 10px;
}
.vacancy-info__value {
  font-weight: 500;
}
.vacancy-info__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}
.vacancy-info__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.vacancy__send-feedback {
  display: block;
  width: 100%;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cadr-banner {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .v-conditions__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  li.v-conditions__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) {
	.vacancy__send-feedback {
		position: fixed;
		z-index: 100;
		bottom: 20px;
		width: auto;
		left: 10px;
		right: 10px;
	}
  .vacancy__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacancy__aside {
    width: 100%;   
	margin-top: 10px;
	margin-bottom: 0;
  }
  .vacancy__main {   
    margin-top: 0;
    margin-right: 0;
    padding: 20px 10px;
    border-radius: 10px;
 }
  .vacancy__aside-wrapper {
    padding: 22px;
  }
  .vacancy {
	  margin-bottom: 20px;
  }
  .v-conditions__title {
	margin-bottom: 5px;
  }
  .v-conditions__item::before {
	  width: 40px;
	  height: 40px;
	  background-size: 40%;
  }
  .v-conditions__value {
	  font-weight: 500;
  }
  .vacancy__main .main-subtitle {
	font-size: 20px;
	line-height: 23px;
  }
  .vacancy__aside-wrapper {
	border-radius: 10px;
    padding: 20px 10px;
  }
  .vacancy-info__title {
	  margin-bottom: 5px;
  }
  .vacancy-info__item {
	  border-bottom: 1px solid #c4c4c480;
  }
}
.cadr-banner__bg {
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 626px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/cadr-agency/banner.png) no-repeat center;
  border-radius: 20px;
}
.cadr-banner__image {
  width: 546px;
  height: 416px;
  background: url(../images/cadr-agency/image.png) no-repeat center;
  background-size: contain;
}
.cadr-banner__image--clients {
  background: url(../images/for-clients/banner-image.png?v=20260526-production-v2) no-repeat center;
  margin-left: auto;
  width: 546px;
  height: 416px;
  background-size: contain;
}
@media (max-width: 800px) {
	.cadr-banner__title {
		text-align: center;
		font-weight: 600;
		font-size: 20px;
		line-height: 23px;
		margin-top: 20px;
	}
	.cadr-banner__text {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		max-width: 311px;
		margin: auto;
	}
  .cadr-banner__image {
    position: absolute;
    left: 0;
    right: 0;
    width: 255px;
    height: 194px;
    margin: auto;
    bottom: 90px;
  }
  .cadr-banner__bg {
	display: block;
    padding: 18px;
    height: 503px;
	position: relative;
	border-radius: 10px;
	background-position: right;
  }
  .cadr-banner__button {
	  display: block;
	  position: absolute;
	  width: auto;
	  left: 17px;
	  right: 17px;
	  bottom: 20px;
  }
}
.cadr-banner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cadr-banner__text-block {
  margin-top: auto;
  margin-bottom: auto;
}
.cadr-banner__title {
  margin-bottom: 20px;
}
.cadr-banner__text {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

/*
*
*/
.cadr-counts {
  margin-top: 60px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 180px;
  margin-bottom: -180px;
}
.cadr-counts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cadr-counts__title {
  margin: 0;
  margin-right: 113px;
  position: relative;
  padding: 11px 19px;
  border: 2px solid #000;
  border-radius: 15px;
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cadr-counts__title::before {
  content: "";
  position: absolute;
  background: url(../images/cadr-agency/counts-bg.svg) no-repeat center;
  right: -10px;
  top: -60px;
  width: 430px;
  height: 311px;
  z-index: -1;
}
.cadr-counts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cadr-counts .cadr-counts__item {
  margin-bottom: 96px;
  width: 370px;
}
.cadr-counts__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -40px;
}
.cadr-counts__item-wrapper::before {
  content: "";
  margin-right: 56px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cadr-counts__item:nth-child(1) .cadr-counts__item-wrapper::before {
  width: 70px;
  height: 77px;
  background-image: url(../images/1.svg);
}
.cadr-counts__item:nth-child(2) .cadr-counts__item-wrapper::before {
  width: 70px;
  height: 78px;
  background-image: url(../images/2.svg);
}
.cadr-counts__item:nth-child(3) .cadr-counts__item-wrapper::before {
  width: 70px;
  height: 78px;
  background-image: url(../images/3.svg);
}
.cadr-counts__item:nth-child(4) .cadr-counts__item-wrapper::before {
  width: 70px;
  height: 78px;
  background-image: url(../images/4.svg);
}

/**slogan*/
.cadr-slogan {
  margin-top: 80px;
}
.cadr-slogan__wrapper {
  max-width: 1039px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
}
.cadr-slogan__2,
.cadr-slogan__3 {
  text-align: right;
}

/**
*
*/
.cadr-services {
  margin-top: 80px;
}
.cadr-services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cadr-services__text-block {
  margin-right: 20px;
}

.cadr-services__image {
  border-radius: 20px;
  max-width: 100%;
}
.cadr-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.cadr-services__list {
  margin-top: 55px;
  margin-bottom: 45px;
}
.cadr-services__item::before {
  content: "";
  margin-right: 30px;
  width: 55px;
  height: 48px;
  background: url(../images/cadr-agency/service-symbol.png) no-repeat;
}
@media (max-width: 1024px) {
  .cadr-services__image {
    width: 50%;
  }
}
@media (max-width: 800px) {
	.cadr-counts__item:nth-child(1) .cadr-counts__item-wrapper::before {
		width: 38px;
		height: 42px;
	}
	.cadr-counts__item:nth-child(2) .cadr-counts__item-wrapper::before {
		width: 38px;
		height: 42px;
	}
	.cadr-counts__item:nth-child(3) .cadr-counts__item-wrapper::before {
		width: 38px;
		height: 42px;
	}
	.cadr-counts__item:nth-child(4) .cadr-counts__item-wrapper::before {
		width: 38px;
		height: 42px;
	}
  .cadr-counts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cadr-counts__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    border-radius: 10px;
    padding: 8px 18px;
    margin-bottom: 50px;
    margin-top: 43px;
  }
  .cadr-counts__title::before {
    width: 459px;
    height: 102.54px;
    background-size: 369px 94px;
    left: -87px;
    right: 0;
    top: -28px;
  }
  .cadr-counts__item-wrapper {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	max-width: 210px;
	margin-bottom: 0;
  }
  .cadr-counts .cadr-counts__item {
	margin-bottom: 40px;
  }
  .cadr-counts__item-wrapper::before {
    margin-right: 20px;
  }
  .cadr-counts {
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .cadr-slogan {
    margin-top: 0;
  }
  .cadr-slogan__wrapper {
    font-size: 25px;
    line-height: 28px;
  }
  .cadr-services__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cadr-services__image {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .cadr-services__text-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-top: 15px;
  }
  .cadr-services__item {
    font-size: 20px;
  }
}
/*
*/
.cadr-personal {
  margin-top: 50px;
}
.cadr-personal__text {
  text-align: center;
  margin-bottom: 30px;
}
.cadr-personal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cadr-personal__item {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.cads-personal__item-wrapper {
  height: 265px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cadr-personal__item-name {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 15px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.cadr-personal__item:hover .cadr-personal__item-name {
  background: var(--color-hover);
  color: #fff;
}
@media (max-width: 1024px) {
  .cadr-personal__item {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
	.cadr-services__button {
		width: 100%;
		display: block;
	}
  .cadr-personal__item {
    width: 100%;
  }
  .cads-personal__item-wrapper {
    height: 265px;
  }
  .cadr-personal__item-name {
	  left: 30px;
	  right: 30px;
  }
}
/**
*
*/
.cadr-icons {
  margin-top: 50px;
}
.cadr-icons__wrapper {
  background: #f8f8f8;
  padding: 40px 76px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}
.cadr-icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cadr-icons__item {
  width: 25%;
}
.cads-icons__item-wrapper i {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-hover);
}
.cads-icons__item-wrapper::before {
  content: "";
  display: block;
  height: 58px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.cadr-icons__item:nth-child(1) .cads-icons__item-wrapper::before {
  background-image: url(../images/cadr-agency/icon1.svg);
}
.cadr-icons__item:nth-child(2) .cads-icons__item-wrapper::before {
  background-image: url(../images/cadr-agency/icon2.svg);
}
.cadr-icons__item:nth-child(3) .cads-icons__item-wrapper::before {
  background-image: url(../images/cadr-agency/icon3.svg);
}
.cadr-icons__item:nth-child(4) .cads-icons__item-wrapper::before {
  background-image: url(../images/cadr-agency/icon4.svg);
}
@media (max-width: 1024px) {
  .cadr-icons__wrapper {
    padding: 18px;
  }
  .main-brands__carousel {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .cadr-icon__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cadr-icons__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .main-brands .owl-dots {
    margin-top: 30px;
  }
}
/**
*
*/
.cadr-reviews {
  margin-top: 80px;
  overflow: hidden;
  padding-bottom: 80px;
}
.cadr-reviews__text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.cadr-reviews__slide {
  background: #f8f8f8;
  border-radius: 20px;
}
.cadr-reviews__slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 100px 0 50px;
}
.cadr-reviews__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 330px;
  height: 337px;
  border-radius: 15px 15px 0 0;
  -webkit-filter: drop-shadow(0px -6px 44px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0px -6px 44px rgba(0, 0, 0, 0.04));
}
.cadr-rewies__text-block {
  margin-top: auto;
  margin-bottom: auto;
}
.cadr-reviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cadr-rewies__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.cadr-reviews__show {
  margin-top: auto;
  font-weight: 500;
  margin-top: 30px;
}

.cadr-reviews .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -50px;
  left: 0;
}
.cadr-reviews .owl-carousel .owl-nav button.owl-prev,
.cadr-reviews .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  font-size: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/bitrix/templates/personal/css/../images/owl-prev.svg);
  line-height: 0;
}
.cadr-reviews .owl-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cadr-reviews .owl-carousel .owl-nav button.owl-prev:hover,
.cadr-reviews .owl-carousel .owl-nav button.owl-prev:focus,
.cadr-reviews .owl-carousel .owl-nav button.owl-prev:active,
.cadr-reviews .owl-carousel .owl-nav button.owl-next:hover,
.cadr-reviews .owl-carousel .owl-nav button.owl-next:focus,
.cadr-reviews .owl-carousel .owl-nav button.owl-next:active {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  background-image: url(/bitrix/templates/personal/css/../images/owl-next.svg);
}
.cadr-reviews .owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}
.cadr-reviews .owl-carousel .owl-nav button.owl-next {
  margin-left: 20px;
}
.cadr-reviews .first-number {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.cadr-reviews .counter {
  color: #9f9f9f;
}
/**
*
*/
.clients-slogan__text {
  margin-top: 10px;
  padding: 14px;
  text-align: center;
  color: #fff;
  background: var(--color-hover);
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  border-radius: 15px;
}
@media (max-width: 1100px) {
  .clients-slogan__text {
    font-size: 20px;
    line-height: 25px;
  }
  .clients-about .clients-about__item {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
	.cadr-reviews__text {
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;	
	}
	.clients-slogan__text {
		border-radius: 10px;
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
	}
	.cadr-reviews__slide {
			background: #F8F8F8;
		border-radius: 10px;
	}
	.cadr-reviews__slide-wrapper {
		flex-direction: column;
		padding: 19px 10px;
	}
	.cadr-review__slide-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
	}
	.cadr-reviews__image {
		margin-top: 40px;
		margin-bottom: -20px;
	}
	.cadr-reviews__show {
		text-decoration: none;
		color: #FF6B00;
	}
	.cadr-reviews .owl-nav {
		justify-content: center;
		margin: auto;
		left: 0;
		right: 0;
	}
}
/**
*/
.clients-about {
  margin-top: 40px;
}
.clients-about__title {
  margin-top: 0;
  margin-bottom: 11px;
}
.clients-about .clients-about__list {
  margin-top: 37px;
}
.clients-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clients-about .clients-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.clients-about .clients-about__item::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  margin-right: 15px;
  margin-top: 10px;
}
.client-about__image {
  margin-left: auto;
  width: min(100%, 548px);
  aspect-ratio: 548 / 360;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 1300px) {
  .client-about__image {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1100px) {
  .clients-about {
    margin-top: 50px;
  }
  .clients-about .clients-about__item {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
	.clients-about {
		margin-top: 20px;
	}
  .client-about__image {
    width: 100%;
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/**
*/
.clients-services {
  margin-top: 70px;
}
.clients-services__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.clients-services__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
}
.clients-services__picture {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  background-size: cover;
}
.clients-services__name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.clients-services__positions {
  display: grid;
  gap: 6px;
}
.clients-services__positions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.clients-services__positions li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.45em;
  border-radius: 50%;
  background: #ff6b00;
}
.clients-services__positions li span {
  min-width: 0;
}
.clients-services__feed {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1100px) {
  .clients-services {
    margin-top: 40px;
  }
  .clients-services__list {
    margin-top: 0;
  }
  .clients-services__name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 980px) {
  .clients-services__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients-services__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
	.clients-services__item {
		width: 100%;
	}
	.clients-services .main-title {
		text-align: left;
	}
	.clients-services__picture {
		padding-top: 65%;
		border-radius: 10px;
	}
	.clients-services__feed {
		margin-top: 30px;
	}
	.clients-services__feed button {
		display: block;
		width: 100%;
	}
}
/**
*/
.clients-about-1 {
  margin-top: 110px;
  overflow: hidden;
}
.clients-benefits-break {
  margin-top: 34px;
  margin-bottom: 34px;
  text-align: center;
}
.clients-about__wrapper-1 {
  text-align: center;
}
.about-company__title--client {
  display: inline-block;
  margin: auto;
  padding: 18px 28px 20px;
  border: 2px solid #000;
  border-radius: 14px;
  background: #fff;
  line-height: 1.08;
  box-sizing: border-box;
  text-align: center;
}
.about-company__title--client .about-company__title-word {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.about-company__title--client .about-company__title-word--second {
  display: block;
  margin: 0;
  line-height: inherit;
  text-align: center;
}
.about-company__title--client .about-company__title-word--second::before,
.about-company__title--client .about-company__title-word--second::after {
  display: none;
}
.clients-about__picture-block {
  text-align: left;
  position: relative;
  margin-top: 34px;
}
.clients-about__picture-block::before {
  content: "";
  position: absolute;
  top: 140px;
  right: -50px;
  width: 643px;
  height: 113px;
  background: url(../images/for-clients/for-client-curve.svg);
}
.clients-about__picture {
  margin-left: 20px;
  margin-top: -20px;
  position: relative;
  max-width: 100%;
}
.clients-about-1__list {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clients-about-1__item {
  margin-bottom: 100px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clients-about-1__item-wrapper {
  padding-right: 90px;
}
.clients-about-1__item::before {
  content: "";
  display: block;
  margin-right: 56px;
  width: 56px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients-about-1__item:nth-child(1)::before {
  background-image: url(../images/1.svg);
}
.clients-about-1__item:nth-child(2)::before {
  background-image: url(../images/2.svg);
}
.clients-about-1__item:nth-child(3)::before {
  background-image: url(../images/3.svg);
}
.clients-about-1__item:nth-child(4)::before {
  background-image: url(../images/4.svg);
}
.clients-about-1__item:nth-child(5)::before {
  background-image: url(../images/5.svg);
}
.clients-about-1__button {
  font-size: 16px;
}
@media (max-width: 1100px) {
  .clients-about__picture {
    margin-top: 20px;
    margin-left: 0;
  }
  .clients-about-1__item {
    font-weight: 500;
	font-size: 14px;
	line-height: 16px;
    margin-bottom: 40px;
  }
  .clients-about__picture-block::before {
	top: 182px;
  }
  .clients-about-1__item-wrapper {
    padding-right: 20px;
  }
  .clients-about-1__item::before {
	  margin-right: 20px;
	  width: 36px;
	  height: 40px;
  }
  .clients-about-1__button {
	  display: block;
	  width: 100%;
  }
  .clients-about-1__item-wrapper {
	  width: 100%;
  }
  .clients-about-1__item {
	margin-bottom: 30px;
  }
  .clients-benefits-break {
	margin-top: 24px;
	margin-bottom: 24px;
  }
   .clients-about-1__item:last-child {
	   margin-bottom: 0;
   }
   .main-brands {
	margin-top: 30px;
   }
}
@media (max-width: 720px) {
  .clients-about-1__item-wrapper {
    padding-right: 0;
	font-size: 14px;
	line-height: 16px;
  }
  .clients-about-1__item {
    font-size: 18px;
    width: 100%;
  }
  .clients-about-1__item:last-child::before {
    display: none;
  }
}
.main-form {
  margin-top: 99px;
}
.main-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-form__title-block {
  width: 50%;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-form--1 .main-form__title-block {
  width: 40%;
}
.main-form--1 .main-form__form {
  width: auto;
  flex-grow: 1;
}
.strange-title {
  color: #fff;
}
.strange-title__first {
  position: relative;
  display: inline-block;
  background-color: var(--color-hover);
  padding: 9px 18px;
  border-radius: 15px 15px 15px 0;
  margin-bottom: -15px;
}
.strange-title__second {
  position: relative;
  display: inline-block;
  background-color: var(--color-hover);
  padding: 9px 18px;
  padding-top: 0;
  border-radius: 0 0 15px 15px;
}
.strange-title__second::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 9px;
  right: -15px;
  background: var(--color-hover);
}
.strange-title__second::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 15px;
  top: 9px;
  right: -25px;
}
.main-form__description {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
.about-company-block {
  margin-top: 30px;
}
.about-company-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.about-company-block__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-right: 0;
  text-align: justify;
  text-align-last: left;
}
.about-company-block__picture {
  width: 34%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about-company-block__picture img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .about-company-block__row {
    gap: 30px;
  }
  .about-company-block__picture {
    width: 42%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 800px) {
  .about-company-block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .about-company-block__text {
    padding: 0;
    margin-top: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-company-block__picture {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 20px;
  }
  .about-company-block__picture img {
    aspect-ratio: 4 / 3;
  }
}
.reviews-section__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-section__count {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.reviews-section__count::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/review-icon.svg) no-repeat center;
  margin-right: 15px;
}
.reviews-section__new-review {
  margin-left: auto;
}
.reviews-section__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-section__list {
  margin-top: 50px;
}
.reviews-section__item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.reviews-section__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.reviews-section__picture {
  width: 70px;
  height: 70px;
  margin-right: 19px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9e9e9;
  text-align: center;
  color: rgba(0, 0, 0, 0.43);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.reviews-section__name {
  font-weight: 500;
}
.reviews-section__city {
  font-weight: 500;
}
.reviews-section__button {
  margin-top: 30px;
  border: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: inherit;
  padding: 0;
  font:inherit;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  appearance: none;
}
.reviews-section__button::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/arrow.svg) no-repeat;
  margin-left: 15px;
}
.reviews-section__button--hide::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews-section__button--hide {
  display: none;
}
.reviews-section__review-text {
  height: 60px;
  overflow: hidden;
}
.reviews-section__item-wrapper--active .reviews-section__review-text {
  height: auto;
}
.reviews-section__item-wrapper--active .reviews-section__button--hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-section__item-wrapper--active .reviews-section__button--show {
  display: none;
}
@media (max-width: 800px) {
  .reviews-section__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-section__about {
    margin-bottom: 20px;
    width: 100%;
  }
  .reviews-section__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .reviews-section__title-block {
	  position: relative;
  }
  .reviews-section__count {
    top: 60px;
	position: absolute;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
	.reviews-section__new-review {
		position: fixed;
		width: auto;
		bottom: 20px;
		left: 10px;
		right: 10px;
		background: #FF6B00;
	}
}
.cases-section {
  margin-top: 80px;
  padding-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.cases-section__title-block {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
}
.cases-section__lead {
  max-width: 620px;
  font-size: 20px;
  line-height: 1.35;
}
.cases-section__list {
  margin-top: 45px;
  display: grid;
  gap: 26px;
}
.cases-section__item {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 36px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.cases-section__picture {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}
.cases-section__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.cases-section__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  background: #ff6b00;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
}
.cases-section__item-title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
}
.cases-section__text,
.cases-section__detail-text {
  font-size: 18px;
  line-height: 1.45;
}
.cases-section__details {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.cases-section__detail-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  font-size: 17px;
  line-height: 1.35;
}
.cases-section__detail-row strong {
  font-weight: 500;
}
.cases-section__empty {
  margin-top: 35px;
  padding: 24px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.62);
}
@media (max-width: 900px) {
  .cases-section__title-block,
  .cases-section__item {
    grid-template-columns: 1fr;
  }
  .cases-section__item {
    gap: 22px;
  }
}
@media (max-width: 600px) {
  .cases-section {
    margin-top: 55px;
    padding-top: 45px;
  }
  .cases-section__lead {
    font-size: 17px;
  }
  .cases-section__item-title {
    font-size: 23px;
  }
  .cases-section__text,
  .cases-section__detail-text {
    font-size: 16px;
  }
  .cases-section__detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 16px;
  }
}
.main-form__form {
  width: 50%;
}
.simple-form {
  font-family: "Suisse Intl", sans-serif;
}
.simple-form__field label {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
}
.simple-form__field input[type="text"],
.simple-form__field textarea {
  font: inherit;
  border: 0;
  display: block;
  padding: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 5px;
  width: 100%;
  outline: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  border-radius: 0;
  appearance: none;
}
.simple-form__field input[type="text"]:focus,
.simple-form__field textarea:focus {
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
.simple-form__field {
  margin-bottom: 30px;
  position: relative;
}
.simple-form__label {
  color: #000000;
  opacity: 0.5;
}
.simple-form__submit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.simple-form__consent {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* Ð§ÐµÑ€Ð½Ñ‹Ð¹ */
  color: #000000;
  opacity: 0.5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.simple-form__submit-block--popup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
.simple-form__submit-block--popup .simple-form__consent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  margin-top: 20px;
}
.simple-form__submit-block--popup .simple-form__button {
  margin-left: 0;
  width: 100%;
  font-size: 16px;
}
.simple-form__button {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase;
}
.simple-form__consent a {
  color: inherit;
}
.simple-form__capthcha-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-form__capthcha-row img {
  margin-top: auto;
  margin-right: 20px;
}
.simple-form__delete {
  position: absolute;
  display: none;
  right: 0;
  top: 35px;
  width: 14px;
  height: 14px;
  font-size: 0;
  border: 0;
  background: url(../images/icon-delete.svg) no-repeat;
  cursor: pointer;
}
.simple-form__delete--active {
  display: block;
}
.simple-form__note {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
}
.simple-form__icon {
  margin-bottom: 30px;
}
.simple-form__error {
  display: none;
  position: absolute;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  background: #ff0000;
  border-radius: 6px;
  padding: 4px 8px;
  right: 15px;
  margin-top: 8px;
  align-items: center;
}
.simple-form__error::after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-top: 4px solid #ff0000;
  border-right: 4px solid #ff0000;
  left: -8px;
  margin-top: 0px;
}
.simple-form__error::before {
  content: "!";
  display: block;
  color: #ff0000;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  font-weight: bold;
}
.simple-form__error--active {
  display: flex;
}
#popup_form {
  border-radius: 20px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
}
@media (max-width: 600px) {
	#popup_form {
		padding: 20px;
		border-radius: 10px;
		max-width: 350px;
		min-width: 340px;
	}
	.popup-window-close-icon:after {
		width: 24px;
		height: 24px;		
		opacity: 1;
		background-size: contain;
	}
	.popup-window-close-icon:after {   
		top: -21%;
		left: -64%;
	}
}
.popup-window-close-icon:after {
  width: 29px;
  height: 29px;
  background: url(/images/icon-close-popup.svg);
  opacity: 1;
}
.popup-window-close-icon {
  opacity: 1;
  font-size: 0;
}
.popup-window-close-icon:hover {
  opacity: 0.8;
}
.simple-form__title {
  margin-top: 0;
  margin-bottom: 10px;
}
.simple-form__description {
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
.main-contacts__feedback {
  font-size: 16px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.news-detail__text {
  max-width: 888px;
  margin: 0 auto;
}
.news-detail__picture {
  width: 100%;
  height: 390px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}
.news-detail__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}
.news-detail__title {
  margin: 0;
}
.news-detail__date-share {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  white-space: nowrap;
}
.news-detail__date::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon-date.svg) no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}
.news-detail__share {
  margin-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
@media (max-width:800px) {
	.news-detail__picture {
		height: 200px;
	}	
}
.news-detail__share::after {
  content: "";
  width: 19px;
  height: 20px;
  margin-left: 15px;
  background: url(../images/icon-share.svg) no-repeat center;
}
.news-detail__title-block--foot {
  max-width: 888px;
  margin: auto;
  padding-top: 20px;
  border-top: 1px solid #c4c4c4;
  margin-top: 50px;
}
.news-detail__back {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.news-detail__back svg {
  margin-right: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.news-detail__back:hover svg path {
  stroke: var(--color-hover) !important;
}
.simple-form__label-file--uploaded {
  display: none;
}
.simple-form__file {
  display: none;
}
.simple-form__field--file {
  margin-bottom: 22px;
}
.simple-form__field--file label {
  border: 1px dashed #808080;
  border-radius: 10px;
  text-align: center;
  padding: 24px;
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.simple-form__label-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #808080;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.simple-form__label-file::before {
  content: "";
  margin-right: 15px;
  width: 15px;
  height: 20px;
  background: url(../images/icon-file.svg) no-repeat;
  opacity: 0.5;
}
.simple-form__label-file--hidden {
  display: none;
}
.simple-form__label-file--uploaded {
  color: var(--color-hover);
}
.simple-form__label-file--uploaded::before {
  background: url(../images/icon-file-uploaded.svg) no-repeat;
  height: 15px;
  opacity: 1;
  background-size: contain;
}
.simple-form__concent-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.simple-form__concent-review svg {
  margin-right: 10px;
}
.simple-form__title--review {
  margin-bottom: 40px;
}
#simple-form-review .simple-form__note {
  display: none;
}
#simple-form-review.success .simple-form__note {
  display: block;
}
#simple-form-review.success .add_review {
  display: none;
}
.modern-page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modern-page-navigation span,
body .modern-page-navigation a {
  margin-right: 4px;
  padding: 15px 20px;
  background: #f7f7f7;
  border-radius: 10px;
  border: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.modern-page-navigation span {
  background: var(--color-hover);
  color: #fff;
}
.page-vacancies__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-vacancies__filter {
  width: 318px;
  margin-right: 19px;
  padding: 32px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-vacancies__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-vacancies__wrapper {
	position: relative;
}
.page-vacancies__show-filter {
	display: none;
}
.page-vacancies__filter-back {
	display: none;
}
@media (max-width: 1100px) {
  .main-vacancies__item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 1024px) {
  .main-vacancies .main-vacancies__item {
    width: 50%;
  }
}
@media (max-width: 800px) {
.main-contacts__feedback {
	display: block;
	width: 100%;
}
	.filtered .search-box,
	.filtered .breadcrumb-container,
	.filtered .vacancions-container,
	.filtered .page-vacancies__list,
	.filtered .main-form,
	.filtered .page-vacancies__show-filter,
	.filtered .footer {
		display: none;
	}
	.filtered .page-vacancies__filter-back {
		display: inline-flex;
		margin-bottom: 20px;
		padding: 12px 15px;
		background: #F6F6F6;
		background: #F6F6F6;
		border-radius: 10px;
		color: #B9B9B9;
		align-items: center;
	}
	.filtered .page-vacancies__filter-back svg {
		margin-right: 10px;
	}
  .main-vacancies__list {
    margin: -5px;
  }
  .main-vacancies {
	margin-bottom: 0;
	}
  .main-vacancies__title-block .title-block__link {
    position: absolute;
    bottom: -60px;
    padding: 17px 20px;
    font-size: 15px;
    font-weight: normal;
    background: #333333;
    color: #fff;
    border-radius: 10px;
    left: 11px;
    right: 12px;
    text-align: center;
    width: auto;
    margin: auto;
    display: block;
  }
  .main-vacancies__title-block .title-block__link svg {
	display: none;
  }
  .main-vacancies .owl-nav {
    top: -60px;
  }
  .main-vacancies .main-vacancies__item {
    padding: 4px;
  }
  .page-vacancies__filter {
    display: none;
  }
  .filtered .page-vacancies__filter {
	  display: block;
	  width: 100%;
	  background: #fff;
    border-radius: 0;
	padding: 0;
  }
  .main-vacancies__item-wrapper {
    height: 280px;
	padding: 15px 10px;
	border-radius: 10px;
  }
  .main-vacancies__name {
    margin-bottom: 10px;
  }
  .main-vacancies .main-vacancies__name {
	font-size: 16px;
    line-height: 15px;
    height: 50px;
    overflow: hidden;
  }
  .main-vacancies__salary {
    font-size: 16px;
	margin-bottom: 7px;
  }
  .main-form {
    margin-top: 20px;
  }
  .main-form__form {
    width: 100%;
  }
  .main-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-form__title-block {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .strange-title__first {
    position: relative;
    margin-bottom: -16px;
    border-radius: 10px 10px 10px 0;
    font-size: 24px;
    padding: 7px 17px;
  }
  .strange-title__second::before {
	top: 7px;
  }
  .strange-title__second::after {
	  top: 7px;
  }
  .strange-title__second {
	border-radius: 0 0 10px 10px;
  }
  .main-form__description {
    font-size: 16px;
    line-height: 19px;
  }
  .simple-form__field input[type="text"],
  .simple-form__field textarea {
    font-size: 16px;
    padding-bottom: 14px;
  }
  .simple-form__label {
    font-size: 14px;
  }
  .breadcrumb__item {
    font-size: 12px;
    margin-right: 4px;
  }
  .breadcrumb__slash {
    margin-right: 4px;
  }
  .simple-form__description {
    font-size: 16px;
    line-height: 18px;
  }
  .simple-form__note {
    font-size: 20px;
    line-height: 1.2;
  }
  .simple-form__icon {
    margin-bottom: 30px;
	width: 60px;
	height: 60px;
	
  }
  .simple-form__consent {
	font-size: 14px;
	width: 100%;
	line-height: 16px;
	margin-bottom: 20px;
  }
  .simple-form__submit-block {
	flex-wrap: wrap;
	margin-top: 40px;
  }
  .simple-form__button {
	  margin-left: 0;
  }
  .page-vacancies__show-filter {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align:center;
	  position: fixed;
	  left: 9px;
	  right: 9px;
	  bottom: 20px;
	  width: auto;
	  z-index: 50;
  }
  .page-vacancies__show-filter svg {
	  margin-right: 20px;
  }
	  
}
@media (max-width: 550px) {
  .main-vacancies .counter {
    display: none;
  }
  .main-vacancies .owl-carousel .owl-nav button.owl-prev {
    margin-right: -10px;
  }
}
.main-form--1 .main-form__wrapper {
  padding: 48px 50px;
  border: 1px solid #000;
  border-radius: 20px;
}
.search-box__wrapper {
  margin-top: 15px;
  position: relative;
  margin-bottom: 78px;
  height: 274px;
  background: url(../images/search-box.png) no-repeat center;
  border-radius: 20px;
  text-align: center;
}
.search-box__title {
  padding-top: 40px;
  margin-bottom: 0;
}
.region-box__title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}
.region-box__region {
  margin-top: 15px;
  padding: 11px 20px;
  background: #eeeeee;
  display: inline-flex;
  border-radius: 1000px;
  align-items: center;
  cursor: pointer;
}
.region-box__region::before {
  content: "";
  margin-right: 10px;
  width: 11px;
  height: 18px;
  background: url(../images/icon-region.svg) no-repeat center;
  background-size: contain;
}
.search-box__search-form {
  position: absolute;
  height: 78px;
  padding: 10px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  bottom: -44px;
  max-width: 1040px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.search-box__input-block {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.search-box__input-block::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background: url(../images/icon-search.svg) no-repeat center;
  margin-left: 15px;
  opacity: 0.5;
}
.search-box__input {
  font: inherit;
  border: 0;
  margin-left: 30px;
  height: 100%;
  line-height: 88px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  flex-grow: 1;
  outline: none;
  padding: 0;
  margin: 0;
}
.search-box__submit {
  /* margin-right: 10px; */
  /* margin-top: 10px; */
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}
.news-detail__socials {
  display: none;
  top: 100px;
  right: 15px;
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 10px;
}
.news-detail__socials--active {
  display: block;
}
.news-detail__socials-list {
  display: flex;
}
.news-detail__socials-list a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}
.news-detail__socials-list a:hover svg path {
  fill: var(--color-hover);
}
.news-detail__socials-list a:hover:last-child svg path {
  fill: white;
}
.news-detail__socials-list a:hover svg rect {
  fill: var(--color-hover);
}
.news-detail__angle {
  position: absolute;
  position: absolute;
  top: -12px;
  right: 38px;
}
.search-box__search-form form {
	height: 100%;
}
@media (max-width: 800px) {
	.search-box__wrapper {
		margin-top: 10px;
		position: relative;
		margin-bottom: 35px;
		height: 193px;
		border-radius: 10px;
		    background-position: right;
	}
  .news-detail__title-block {
    flex-direction: column;
    align-items: flex-start;
	margin-bottom: 10px;
  }
  .news-detail__socials  {
	top: 70px;
  }
  .news-detail__date {
	  font-size: 14px;
  }
  .news-detail__date-share {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
	order: -1;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .news-detail__back {
	  margin: auto;
  }
  .news-detail__back svg {
	  width: 24px;
  }
  .news-detail__share {
    margin-left: auto;
    padding: 15px 20px;
  }
  .main-form--1 .main-form__wrapper {
    padding: 0;
    border: 0;
  }
  .main-form--1 .main-form__title-block {
    width: 100%;
  }
  .main-form__title br {
    display: none;
  }
  .search-box__input {
    font-size: 12px;
	line-height: 14px;
  }
  .search-box__submit {
    padding-left: 16px;
    padding-right: 16px;
	    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
   font-weight: 400;
font-size: 14px;
line-height: 16px;
  }
  .search-box__search-form {
   position: absolute;
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    bottom: -20px;
    max-width: 1040px;
    left: 16px;
    right: 15px;
    width: auto;
    margin: auto;
  }
  .search-box__input-block::before {
    width: 14px;
    height: 14px;
    background-size: contain;
	margin-left: 0;
    margin-right: 10px;
}
  }
  .search-box__input {
    max-width: 200px;
  }
  .search-box__submit {
    margin-left: auto;
  }
  .search-box__title {
    padding-top: 22px;
  }
  .region-box__title {
 font-weight: 400;
font-size: 14px;
line-height: 16px;
	}
}
.owl-gallery .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -25px;
  right: -25px;
}
.owl-gallery.owl-carousel .owl-nav button.owl-next,
.owl-gallery.owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}
.owl-gallery.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/main-page/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.owl-gallery.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/main-page/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-gallery.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/main-page/arrow1.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-gallery.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(../images/main-page/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-gallery.owl-carousel .owl-nav button.owl-next {
  margin-left: auto;
}
.owl-gallery.owl-carousel .owl-nav button.owl-next:hover,
.owl-gallery.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #000;
}
.regions__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
  cursor: pointer;
  transition: 0.4s;
}
.regions__item:hover {
  color: var(--color-hover);
}
.img-link {
    display: block;
    margin-top: 40px;
}
.img-link__pic {
    display: block;
    width: 100%;
    height: auto;
}
.trial-offer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 42%) 1fr;
  grid-template-columns: minmax(300px, 42%) 1fr;
  min-height: 376px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 72% 100%, rgba(255, 107, 0, 0.18), transparent 34%),
    radial-gradient(circle at 96% 16%, rgba(145, 120, 255, 0.2), transparent 30%),
    #f7f6fb;
}
.trial-offer__photo {
  min-height: 100%;
  overflow: hidden;
}
.trial-offer__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 376px;
  object-fit: cover;
  object-position: 35% center;
}
.trial-offer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 560px;
  padding: 52px 56px 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.trial-offer__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 25px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.trial-offer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
  margin-top: 22px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.08;
}
.trial-offer__days {
  color: var(--color-hover);
  font-size: 92px;
  line-height: 0.85;
}
.trial-offer__title strong {
  color: var(--color-hover);
}
.trial-offer__text {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.25;
}
.trial-offer__note {
  margin-top: auto;
  padding-top: 34px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .trial-offer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .trial-offer__photo img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .trial-offer__content {
    max-width: none;
    padding: 30px 24px 28px;
  }
  .trial-offer__title {
    font-size: 32px;
  }
  .trial-offer__days {
    font-size: 76px;
  }
  .trial-offer__text {
    font-size: 18px;
  }
  .trial-offer__note {
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .trial-offer__content {
    padding: 24px 18px;
  }
  .trial-offer__label {
    padding: 11px 20px;
    font-size: 14px;
  }
  .trial-offer__title {
    gap: 8px;
    font-size: 28px;
  }
  .trial-offer__days {
    font-size: 64px;
  }
  .trial-offer__text {
    font-size: 16px;
    line-height: 1.3;
  }
}

.main-title.main-title--outline {
  display: inline-block;
  width: auto;
  padding: 18px 32px 20px;
  border: 2px solid #111;
  border-radius: 14px;
  background: #fff;
  line-height: clamp(28px, 8vw, 51px);
  box-sizing: border-box;
}
.main-title.main-title--outline .about-company__title-word {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 700px) {
  .main-title.main-title--outline {
    padding: 14px 20px 15px;
    border-radius: 12px;
  }
}

.main-banner__bg {
  background-image: url(../images/main-page/banner.png);
  background-size: cover;
}

.main-banner__faces {
  display: block;
  animation: move infinite 10s ease-in-out;
  will-change: transform;
}

.about-work__title.main-title--outline,
.main-brands .main-title.main-title--outline,
.main-history__title.main-title--outline,
.faq .main-title.main-title--outline {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.main-brands__wrapper,
.faq__wrapper {
  text-align: left;
}

.main-brands__text {
  text-align: left;
}

@media (max-width: 600px) {
  .main-brands .main-title.main-title--outline {
    margin-left: 0;
    margin-right: 0;
  }
}
