@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Inter-Regular/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Inter-Medium/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Inter-SemiBold/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Inter-Bold/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold/Inter-Bold.woff") format("woff");
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

::placeholder {
  opacity: 1;
  color: #b3b3b3;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  color: #000;
}

a {
  text-decoration: none;
  color: #791A48;
}
a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.2rem;
}

blockquote {
  padding: 0 0 0 15px;
  border-left: 2px solid #791A48;
  font-weight: 500;
}
blockquote > :first-child {
  margin-top: 0 !important;
}
blockquote > :last-child {
  margin-bottom: 0 !important;
}

ul, ol {
  padding-left: 1.4em;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-weight: 600;
}

h1, .h1, h2, .h2 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 28px;
}

h3, .h3 {
  line-height: 1.3;
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 1em;
}

input[type=submit] {
  white-space: normal;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

#page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

._tt-upper {
  text-transform: uppercase;
}

._tt-none {
  text-transform: none;
}

._c-main {
  color: #791A48;
}

.sect-m {
  margin: 50px 0;
}

.sect-p {
  padding: 50px 0;
}
.sect-p._gray {
  background-color: #FEF8FB;
}

.breadcrumbs {
  margin: 40px 0 20px;
  line-height: 1.6;
  font-size: 14px;
}
.breadcrumbs:first-child {
  margin-top: 0;
}
.breadcrumbs + .sect-m {
  margin-top: 0;
}
.breadcrumbs [property=itemListElement] {
  position: relative;
  margin-right: 0.7em;
  padding-right: 1.5em;
}
.breadcrumbs [property=itemListElement]:after {
  position: absolute;
  top: 0.8em;
  right: 0;
  margin-top: -0.4em;
  content: "\e903";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.75em;
  opacity: 0.3;
}
.breadcrumbs [property=itemListElement]:last-child {
  margin-right: 0;
  padding-right: 0;
  opacity: 0.3;
}
.breadcrumbs [property=itemListElement]:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: inherit;
}

.title {
  margin-bottom: 35px;
}
.title > :last-child {
  margin-bottom: 0;
}
.title__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 20px;
}
.title__grid .nav-arrows {
  margin: 0;
}
.title__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0;
}

.content {
  line-height: 1.6;
}
.content p, .content blockquote, .content ul, .content ol, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 1.6rem;
}
.content > :last-child {
  margin-bottom: 0;
}
.content._gray p {
  color: #737373;
}

.content table {
  width: 100%;
  border-collapse: collapse;
}
.content table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid rgba(0, 0, 0, 0.2470588235);
  border-left: 1px solid rgba(0, 0, 0, 0.2470588235);
}
.content table td {
  padding: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.2470588235);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2470588235);
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  min-width: 215px;
  padding: 22px 30px;
  background: #791A48;
  border: none;
  border-radius: 100px;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #951C56;
  text-decoration: none;
  color: #fff;
}
.btn._medium {
  padding: 16px 25px;
  min-width: 165px;
  line-height: 1.25;
  font-size: 14px;
}

.btn-box {
  margin-top: 50px;
  text-align: center;
}

.link-more {
  position: relative;
  display: inline-block;
  padding-right: 2.5em;
  font-size: 18px;
}
.link-more:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.45em;
  content: "\e90c";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.5em;
}
.link-more._up {
  padding-right: 0.9em;
  font-size: 1em;
  color: inherit;
}
.link-more._up:after {
  content: "\e912";
}

.close-btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: none;
  font-size: 20px;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.close-btn:hover {
  color: #791A48 !important;
}

.form-title {
  margin-bottom: 30px;
}
.form-title > :last-child {
  margin-bottom: 0;
}

.form-item {
  display: block;
  margin-bottom: 30px;
}
.form-item > :last-child {
  margin-bottom: 0;
}
.form-item__head {
  margin-bottom: 15px;
  min-height: 1.2em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
}
.form-item._line .form-item__head {
  margin-bottom: 10px;
  opacity: 0.3;
  font-weight: normal;
  font-size: 12px;
}
.form-item._line .wpcf7-text, .form-item._line .wpcf7-textarea {
  padding: 0 0 13px;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #E2E8F0;
}
.form-item._line .wpcf7-textarea:not([rows]) {
  height: 75px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 16px 25px;
  background: #F8F7FA;
  border: none;
  border-radius: 25px;
  line-height: 1.2;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.wpcf7-textarea {
  resize: none;
}
.wpcf7-textarea:not([rows]) {
  height: 100px;
}

.wpcf7-select {
  cursor: pointer;
  padding-right: 50px;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.wpcf7-checkbox,
.wpcf7-acceptance {
  display: block;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.wpcf7-checkbox input,
.wpcf7-acceptance input {
  display: none;
}
.wpcf7-checkbox input:checked ~ span:before,
.wpcf7-acceptance input:checked ~ span:before {
  border-width: 6px;
}
.wpcf7-checkbox a,
.wpcf7-acceptance a {
  font-weight: 500;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}
.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
  min-height: 16px;
  line-height: 1.2;
  font-size: 14px;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #791A48;
  border-radius: 4px;
  background: #fff;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 12px;
}

.form-btn {
  display: inline-block;
  position: relative;
}
.form-btn p {
  margin: 0;
}
.form-btn:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #791A48;
}
.form-btn .wpcf7-spinner {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  background-color: #fff;
}
.form-btn .wpcf7-spinner:before {
  background: #791A48;
}

form.submitting .form-btn:after {
  content: "";
}

.form-action__policy {
  margin-bottom: 30px;
}
.form-action__policy p {
  margin-bottom: 0;
}
.form-action__policy:last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}
.search-form .wpcf7-text {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(76, 29, 149, 0.15);
          box-shadow: inset 0 0 0 1px rgba(76, 29, 149, 0.15);
  padding-right: 70px;
}
.search-form .wpcf7-text::-webkit-input-placeholder {
  color: #C4BBD4;
}
.search-form .wpcf7-text::-moz-placeholder {
  color: #C4BBD4;
}
.search-form .wpcf7-text:-ms-input-placeholder {
  color: #C4BBD4;
}
.search-form .wpcf7-text::-ms-input-placeholder {
  color: #C4BBD4;
}
.search-form .wpcf7-text::placeholder {
  color: #C4BBD4;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 0 100px 100px 0;
  background: none;
  font-size: 22px;
  color: #791A48;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-form button:hover {
  background-color: rgba(76, 29, 149, 0.1);
}

.tab-btns {
  margin-bottom: 40px;
}
.tab-btns__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.tab-btns._buttons .tab-btns__grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tab-btns._buttons .tab-btn {
  min-width: 130px;
  padding: 15px 25px;
  background: none;
  border: 1px solid rgba(76, 29, 149, 0.2);
  border-radius: 100px;
  line-height: 1.2;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab-btns._buttons .tab-btn:hover {
  color: #000;
}
.tab-btns._buttons .tab-btn.active {
  border-color: #791A48;
  background-color: rgba(76, 29, 149, 0.03);
  color: #000;
}

.tab-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 0 32px;
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
  text-align: center;
  font-weight: 500;
  color: #666;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab-btn:hover {
  text-decoration: none;
  color: #000;
}
.tab-btn.active {
  border-color: #791A48;
  color: #000;
}

span.tab-btn {
  cursor: pointer;
}
span.tab-btn.active {
  cursor: default;
}

.tab-item:nth-child(n+2) {
  display: none;
}

.social__grid {
  margin: 0 -6px;
  cursor: default;
}
.social__grid:last-child {
	margin-bottom: -15px;
}
.social__grid .social-item {
  margin: 0 6px 15px;
}

.social__vk {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social__vk li {
	margin-top: 10px;
}

.social-item {
  position: relative;
  display: inline-flex;
	align-items: center;
  vertical-align: middle;
  text-align: left;
	font-size: 14px;
	color: inherit;
}
.social-item .ic {
	flex: none;
	display: inline-block;
	width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #791A48;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social-item span {
	display: inline-block;
	margin-left: 10px;
	
}
.social-item:hover {
  text-decoration: none;
}
.social-item:hover .ic {
  background-color: #951C56;
  text-decoration: none;
}
.social-item.ic-telegram {
  padding-right: 2px;
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -0.5em;
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  color: #791A48;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  color: inherit;
}
.nav-arrow-prev.swiper-button-disabled,
.nav-arrow-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
  color: #791A48;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none;
}
.nav-arrow-prev._ellips,
.nav-arrow-next._ellips {
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #791A48;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #791A48;
}
.nav-arrow-prev._ellips:hover,
.nav-arrow-next._ellips:hover {
  background-color: #791A48;
  color: #fff;
}
.nav-arrow-prev._ellips.swiper-button-disabled,
.nav-arrow-next._ellips.swiper-button-disabled {
  background-color: transparent;
  color: #791A48;
}
.nav-arrow-prev._ellips._bg,
.nav-arrow-next._ellips._bg {
  opacity: 0.8;
  border-color: transparent;
  background-color: #791A48;
  color: #fff;
}
.nav-arrow-prev._ellips._bg:hover,
.nav-arrow-next._ellips._bg:hover {
  opacity: 1;
}
.nav-arrow-prev._ellips._bg.swiper-button-disabled,
.nav-arrow-next._ellips._bg.swiper-button-disabled {
  opacity: 0.3;
}

.nav-arrow-prev {
  left: 0;
}
.nav-arrow-prev._ellips {
  padding-right: 2px;
}

.nav-arrow-next {
  right: 0;
}
.nav-arrow-next._ellips {
  padding-left: 2px;
}

.nav-arrows {
  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;
  margin-top: 50px;
}
.nav-arrows._left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-arrows._right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-arrows .nav-arrow-prev,
.nav-arrows .nav-arrow-next {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}
.nav-arrows .nav-arrow-prev {
  margin-right: 35px;
}

.sandwich {
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  padding: 0 0 0 26px;
  min-height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sandwich i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background: currentColor;
  -webkit-box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
          box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}
.sandwich span {
  display: block;
  margin-left: 10px;
}
.sandwich:hover {
  color: #791A48;
}

.mob-menu-overlay {
  display: none;
  position: absolute;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.mob-menu {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 100%;
  width: 340px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-size: 14px;
}
.mob-menu._show {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.mob-menu__wrapper {
  position: relative;
}
.mob-menu__row {
  padding: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.mob-menu__row:last-child {
  border-bottom: none;
}
.mob-menu__row._search {
  display: none;
}
.mob-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob-menu__list > li {
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.mob-menu__list > li > a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 500;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mob-menu__list > li > a:hover, .mob-menu__list > li > a.active {
  color: #791A48;
}
.mob-menu__list:last-child > li {
  border-bottom: none;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}
.logo img {
  display: block;
  max-height: 80px;
}

.phone {
  display: inline-block;
  position: relative;
  padding-left: 1.6em;
  font-weight: 600;
  font-size: 20px;
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.phone:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  content: "\e906";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #791A48;
}
.phone:hover {
  text-decoration: none;
  color: #791A48;
}

.header__wrapper {
  border-bottom: 1px solid #E7E7E7;
  background: #fff;
}
.header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  padding: 15px 0;
}
.header__grid .sandwich {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__grid .search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.header__grid .top-phones {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 320px;
  margin-bottom: -5px;
}

.top-phones {
  position: relative;
  padding-right: 22px;
  text-align: right;
}
.top-phones__main {
  font-weight: 500;
  font-size: 14px;
}
.top-phones__main p {
  margin: 5px 0 0;
}
.top-phones__descr {
  margin: 10px 0 0;
  font-size: 11px;
  color: #686868;
}
.top-phones__toggle {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: -5px;
  margin-top: -11px;
  border: none;
  border-radius: 5px;
  background: none;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: inherit;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.top-phones__toggle:before {
  display: inline-block;
  -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;
}
.top-phones__toggle:hover {
  background-color: rgba(76, 29, 149, 0.1);
}
.top-phones__toggle.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-phones__drop {
  display: none;
  position: absolute;
  z-index: 105;
  top: 52px;
  right: 0;
  width: 280px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid rgba(80, 50, 126, 0.03);
  -webkit-box-shadow: 0px 0px 11px rgba(69, 53, 94, 0.09);
          box-shadow: 0px 0px 11px rgba(69, 53, 94, 0.09);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}

.menu,
.menu__grid {
  height: 80px;
}

.menu {
  position: relative;
}
.menu + .sect-p {
  padding-top: 40px;
}
.menu__scroll {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #FBFBFB;
  -webkit-box-shadow: 0 1px 0 #E7E7E7;
          box-shadow: 0 1px 0 #E7E7E7;
  color: #212121;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.menu__scroll._fixed {
  position: fixed;
}
.menu__scroll._fixed .menu__grid {
  height: 70px;
}
.menu__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.menu__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
}
.menu__list a {
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu__list a:hover {
  text-decoration: none;
  color: #791A48;
}
.menu__list ul {
  display: none;
}
.menu .btn {
  margin-left: 30px;
}

.city-item {
  margin-bottom: 18px;
  font-size: 14px;
}
.city-item:last-child {
  margin-bottom: 0;
}
.city-item__toggle {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0 1.4em 0 0;
  border: none;
  background: none;
  text-align: left;
  color: inherit;
}
.city-item__toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.45em;
  content: "\e900";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.8em;
  -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;
}
.city-item__toggle:hover {
  color: #791A48;
}
.city-item__toggle.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.city-item__items {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.city-item__items li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.city-item__items li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.city-item__items li > * {
  margin-bottom: 3px;
}
.city-item__items li > *:last-child {
  margin-bottom: 0;
}
.city-item__items a {
  color: inherit;
}

.bann-slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 50px;
  max-width: 1074px;
  text-align: left;
}
.bann-slider .swiper-pagination-bullet {
  border: 2px solid transparent;
}
.bann-slider .swiper-pagination-bullet-active {
  border-color: #791A48;
  background-color: #fff;
}
.bann-slider .nav-arrow-prev {
  left: 50%;
  margin-left: -640px;
}
.bann-slider .nav-arrow-next {
  right: 50%;
  margin-right: -640px;
}

.bann-item {
  background: #FEF8FB no-repeat center/cover;
}
.bann-item__wrap {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 110px;
  padding: 70px 0 125px;
  max-width: 460px;
  min-height: 510px;
}
.bann-item__title {
  margin-bottom: 30px;
  line-height: 1.3;
}
.bann-item__top {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.4;
}
.bann-item__head {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 38px;
}
.bann-item__action {
  margin-top: 30px;
}

.serv-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
  margin: 0 -40px;
}
.serv-links__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serv-links__note {
  padding: 15px 10px;
  background: #fff;
  border: 1px solid rgba(80, 50, 126, 0.5);
  border-radius: 50px;
  box-shadow: 0px 0px 11px rgba(69, 53, 94, 0.5);
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .serv-links__note {
    font-size: 14px;
  }
}

.serv-link {
  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;
  padding: 15px 20px;
  width: 100%;
  min-height: 76px;
  background: #fff;
  border: 1px solid rgba(80, 50, 126, 0.03);
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 11px rgba(69, 53, 94, 0.09);
          box-shadow: 0px 0px 11px rgba(69, 53, 94, 0.09);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

a.serv-link,
button.serv-link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.serv-link:hover,
button.serv-link:hover {
  text-decoration: none;
  background-color: #791A48;
  color: #fff;
}

.serv-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 40px;
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.serv-bot > * {
  display: inline-block;
  max-width: 100%;
}

.about-item:nth-child(n+2) {
  display: none;
}
.about-item__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.about-item__content {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEECF3;
  line-height: 1.6;
}
.about-item__content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.about-item__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 570px;
  margin-left: 50px;
}
.about-item__img img {
  display: block;
  border-radius: 12px;
}

.contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
  font-size: 14px;
}
.contact-item .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 3px 10px 0 0;
  width: 1em;
  text-align: center;
  font-size: 16px;
  color: #791A48;
}
.contact-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.contact-item__content > * {
  margin-bottom: 14px;
}
.contact-item__content > *:last-child {
  margin-bottom: 0;
}
.contact-item__content a {
  color: inherit;
}

.main-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -10px;
}
.main-grid__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  padding: 0 10px;
}

.team-item {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
}
.team-item > * {
  margin-bottom: 11px;
}
.team-item > *:last-child {
  margin-bottom: 0;
}
.team-item .thumb-img {
  margin-bottom: 22px;
}
.team-item .thumb-img:before {
  padding-bottom: 125%;
}
.team-item__head {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team-item__place {
  opacity: 0.4;
}
.team-item__acc {
  color: #791A48;
}
.team-item:hover {
  text-decoration: none;
}
.team-item:hover .team-item__head {
  color: #791A48;
}

.reception__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reception__main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 54%;
  padding-right: 50px;
}
.reception__row {
  margin-bottom: 45px;
}
.reception__row:last-child {
  margin-bottom: 0;
}
.reception__head {
  margin-bottom: 25px;
}
.reception__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.reception__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  min-height: 16px;
}
.reception__list li:last-child {
  margin-bottom: 0;
}
.reception__list li .ic {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  width: 1em;
  text-align: center;
  font-size: 18px;
  color: #791A48;
}
.reception__list a {
  color: inherit;
}
.reception__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 35px 40px 40px;
  border-radius: 12px;
  background: #fff;
}

.partners-slider .swiper-slide {
  height: 100px;
}

.thumb-img {
  display: block;
  max-width: 240px;
  border-radius: 12px;
  background: #F8F7FA no-repeat center/cover;
}
.thumb-img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.news-item {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: inherit;
}
.news-item__main > * {
  margin-bottom: 11px;
}
.news-item__main > *:last-child {
  margin-bottom: 0;
}
.news-item .thumb-img {
  margin-bottom: 22px;
}
.news-item__head {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news-item__date {
  margin: 11px 0 0;
  opacity: 0.4;
}
.news-item:hover {
  text-decoration: none;
}
.news-item:hover .news-item__head {
  color: #791A48;
}

.main-map {
  height: 600px;
}

.footer {
  font-size: 14px;
}
.footer__main {
  padding: 40px 0;
  background: #eee;
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.footer__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.footer__col._menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 140px;
}
.footer__col._links {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 230px;
}
.footer__col._social {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 190px;
}
.footer__col._contacts {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 220px;
}
.footer__col .logo {
  margin-bottom: 35px;
}
.footer__content {
  line-height: 1.5;
  opacity: 0.6;
}
.footer__content > :last-child {
  margin-bottom: 0;
}
.footer__content a {
  color: inherit;
}
.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu ul {
  display: none;
}
.footer__menu li {
  margin-bottom: 15px;
}
.footer__menu li:last-child {
  margin-bottom: 0;
}
.footer__menu a {
  color: inherit;
}
.footer__head {
  margin-bottom: 30px;
  font-size: 16px;
}
.footer__bot {
  padding: 17px 0;
  background-color: #B0B0B0;
  color: #fff;
}
.footer__bot .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 40px;
}
.footer__bot .footer__menu li {
  margin-bottom: 0;
  max-width: 100%;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.service__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.service__action-price {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.service__slider {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 560px;
  margin-left: 80px;
}
.service__slider .swiper-pagination-bullets {
  margin-top: 16px;
}
.service__slider .nav-arrow-prev {
  margin-top: -40px;
  left: 20px;
}
.service__slider .nav-arrow-next {
  margin-top: -40px;
  right: 20px;
}
.service__slider .swiper-slide {
  border-radius: 12px;
  background: #000 no-repeat center/cover;
}
.service__slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}

.content:empty + .service__action {
  margin-top: 0;
}

.advants-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -30px;
}

.advant-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  padding: 0 12px 30px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}
.advant-item .img-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
}

.main-form {
  position: relative;
  z-index: 2;
  padding: 55px 155px 55px 45px;
  border: 20px solid #F8F7FA;
  background: #fff;
  color: #000;
}
.main-form__el {
  position: absolute;
  z-index: -1;
  top: -35px;
  right: -165px;
  max-height: 400px;
}
.main-form__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.main-form__grid > * {
  padding: 0 20px;
}
.main-form__grid .form-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33%;
  margin: 0 0 25px;
}
.main-form__grid .btn._medium {
  min-width: 220px;
}
.main-form__grid .form-action {
  width: 100%;
  text-align: right;
}
.main-form__grid .form-action__policy {
  margin: 0 0 25px;
  text-align: left;
}
.main-form__grid .form-action__policy:last-child {
  margin-bottom: 0;
}

.serv-item {
	display: block;
  font-size: 14px;
	color: inherit;
}
.serv-item:hover {
	text-decoration: none;
}
.serv-item__main > * {
  margin-bottom: 11px;
}
.serv-item__main > *:last-child {
  margin-bottom: 0;
}
.serv-item .thumb-img {
  max-width: 305px;
  margin-bottom: 18px;
}
.serv-item .thumb-img:before {
  padding-bottom: 86.88%;
}
.serv-item__head {
  font-size: 16px;
}
.serv-item .btn {
  margin-top: 15px;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1095px;
}
.team__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.team__main .title {
  margin-bottom: 30px;
}
.team__subhead {
  font-weight: 500;
  color: #595959;
}
.team__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.team__labels a {
  padding: 7px 20px;
  border-radius: 100px;
  background: #D1CBDD;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team__labels a:hover {
  background-color: #791A48;
  text-decoration: none;
}
.team__info {
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.team__info li {
  margin-bottom: 8px;
}
.team__info li:last-child {
  margin-bottom: 0;
}
.team__info span {
  color: #8A96A4;
}
.team__row {
  margin-bottom: 30px;
}
.team__row:last-child {
  margin-bottom: 0;
}
.team__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 60px;
  max-width: 340px;
  border-radius: 20px;
}

.story-item__top {
  display: inline-block;
  margin: 0 0 25px;
  padding: 8px 20px;
  min-width: 105px;
  border-radius: 100px;
  background: #D1CBDD;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.story-item__line {
  position: relative;
  margin-bottom: 28px;
  height: 3px;
}
.story-item__line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  background: #EFE3E9;
}
.story-item__line:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: -4px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #791A48;
}
.story-item:last-child .story-item__line:before {
  right: 0;
}

.faq-item {
  border: 1px solid #E3DCEF;
  margin-bottom: 2px;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 80px 24px 60px;
  border: none;
  background: #E3DCEF;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq-item__btn i {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  -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;
}
.faq-item__btn i:before, .faq-item__btn i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #791A48;
}
.faq-item__btn i:before {
  height: 4px;
}
.faq-item__btn i:after {
  width: 4px;
}
.faq-item__btn:hover {
  background-color: #fff;
}
.faq-item__btn.active {
  background-color: #fff;
}
.faq-item__btn.active i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-item__hidden {
  display: none;
  padding: 35px 60px;
  border-top: 1px solid #E3DCEF;
}

.docs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.doc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  border: 1px solid #EEEBF2;
  border-radius: 5px;
  font-size: 15px;
}
.doc-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 18px;
  width: 100px;
  border-radius: 5px;
  background: rgba(76, 29, 149, 0.2);
}
.doc-item__icon:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.doc-item__icon img {
  max-width: 50%;
  max-height: 50%;
}
.doc-item__icon._pdf {
  background-color: rgba(226, 87, 76, 0.2);
}
.doc-item__icon._doc {
  background-color: rgba(2, 99, 209, 0.2);
}
.doc-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doc-item__main > * {
  margin-bottom: 15px;
}
.doc-item__main > *:last-child {
  margin-bottom: 0;
}
.doc-item__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px 10px;
  padding: 0;
  list-style: none;
  color: #919191;
}
.doc-item__bot a {
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.doc-item__bot a .ic {
  font-size: 0.8em;
}
.doc-item__bot a:hover {
  text-decoration: none;
  color: #791A48;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__about {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.contacts__map {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 50px;
  flex: none;
  width: 570px;
  margin-left: 50px;
}
.contacts__map > div {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  height: 400px;
}

/* Popups */
.popup {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 450px;
  border-radius: 5px;
  background: #fff;
  margin: 30px auto;
  padding: 30px;
}

/* Customize plugins */
.mfp-bg {
  background: #000;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.6;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container.mfp-inline-holder {
  padding: 0 15px;
}

.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.mfp-title {
  color: #fff;
}

.mfp-arrow {
  margin-top: -55px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mfp-arrow:before {
  display: none;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mfp-image-holder .close-btn,
.mfp-iframe-holder .close-btn {
  width: 100%;
  height: 40px;
  text-align: right;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}

.mfp-image-holder .close-btn {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-iframe-holder .close-btn {
  top: -40px;
}

.swiper-pagination {
  position: relative;
  z-index: 9;
}

.swiper-pagination-bullets {
  margin-top: 26px;
  line-height: 0;
}
@media (max-width: 1199px) {
  .swiper-pagination-bullets {
    margin-top: 16px;
  }
}

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 14px 7px 0 !important;
  opacity: 1;
  background: #C4C4C4;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.swiper-pagination-bullet-active {
  background-color: #791A48;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.yoomoney-payment-form {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.yoomoney-payment-form .ym-payment-btn-block {
	margin-top: 0 !important;
}

.purple-link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #4C1D95;
  margin-bottom: 20px;
}
.purple-link::after {
  content: '';
  display: inline-block;
  background: url('../img/link-arrow.svg') no-repeat center center/contain;
  width: 9px;
  height: 9px;
  margin-left: 7px;
}

.sect-qr {
  padding-top: 50px;
}
.sect-qr__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.sect-qr__inner h6 {
  margin: 0;
}
.sect-qr__inner img {
  width: 100%;
  max-width: 250px;
}
.sect-qr__inner .btn {
  padding: 15px 20px;
}

.s-reference__body {
  padding: 20px;
  background-color: #ffe6f2;
}
.s-reference__form {
  padding: 30px;
  background-color: white;
}
.s-reference__form-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 30px 0px;
}
.s-reference__form-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.s-reference__form-wrapper br {
  display: none;
}
.s-reference__form-footer {
  display: flex;
  align-items: start;
  gap: 30px;
}
.s-reference__form-footer .wpcf7-spinner {
  display: none;
}
.s-reference__label {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #03243D;
  margin-bottom: 15px;
}
.s-reference__input-policy {
  display: none;
}
.s-reference__input-policy:checked + br + label::before {
  border: 6px solid #791A48;
}
.s-reference__label-policy {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 25px;
}
.s-reference__label-policy br {
  display: none;
}
.s-reference__label-policy::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .s-reference__form-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .s-reference__form-item {
    grid-column: 2 span;
  }
  .s-reference__form {
    padding: 20px;
  }
  .s-reference__form-footer {
    flex-wrap: wrap;
  }
  .s-reference__label-policy {
    width: 100%;
  }
}

@media(max-width: 565px) {
  .s-reference__form-footer .btn {
    width: 100%;
  }
}
.input-hidden {
  display: none;
}


.menu__list .menu-item-has-children:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.menu__list .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.25);
  padding: 50px 30px;
  border-radius: 0 0 15px 15px;
  background-color: white;
  list-style: none;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  row-gap: 25px;

  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;

  z-index: 30;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.menu__list .sub-menu a {
  font-weight: 400;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 16px;
}

.mob-menu__list .menu-item-has-children {
  padding: 14px 20px;
}
.mob-menu__list .menu-item-has-children a {
  padding: 0;
  width: fit-content;
}
.mob-menu__list .menu-item-has-children {
  position: relative;
  gap: 10px;
}
.mob-menu__list .menu-item-has-children::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "▼";
  width: 20px;
  height: 20px;
  right: 20px;
  top: 12px;
  transition: transform 0.2s ease;
}
.mob-menu__list .menu-item-has-children._active::after {
  transform: rotate(180deg);
}
.mob-menu__list .menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0px 0px 0px 15px;
  max-height: 0px;
  height: 100%;
  overflow: hidden;
  transition: max-height 0.4s linear, padding 0.4s linear;
}
.mob-menu__list .menu-item-has-children._active .sub-menu {
  max-height: 250px;
  padding-top: 10px;
}

.mob-menu__list .menu-item-has-children .sub-menu a {
  color: black;
}

.about__item-slider {
  height: 430px;
  width: 570px;
  border-radius: 12px;
  margin-left: 20px;
}
.about__item-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.about__item-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__item-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(76, 29, 149, 0.5);
  transition: background-color 0.2s ease;
}
.about__item-play:hover {
  background-color: rgba(76, 29, 149);
}

.about__slide-btn {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #791A48;
  top: calc(50% - 20px);
  transition: background-color 0.2s ease;
  z-index: 10;
}
.about__slide-btn:hover {
  background-color: rgba(76, 29, 149, 0.8);
}
.about__slide-btn.swiper-button-disabled {
  background-color: rgba(76, 29, 149, 0.5);
  pointer-events: none;
}
.about__slide-btn._prev {
  left: 25px;
}
.about__slide-btn._next {
  right: 25px;
}
@media (max-width: 1199px) {
  .about__item-slider {
    width: 440px;
    height: 370px;
  }
}
@media (max-width: 991px) {
  .about__item-slider {
    width: 500px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1/0.8;
    margin: 20px auto 0px auto;
  }
}
@media (max-width: 575px) {
  .about__slide-btn._prev {
    left: 15px;
  }
  .about__slide-btn._next {
    right: 15px;
  }
  .about__item-play {
    width: 70px;
    height: 70px;
  }
}

.s-gallery {
  overflow: hidden;
}
.s-gallery__slider {
  overflow: visible !important;
}
.s-gallery__slide {
  width: 570px !important;
  height: 425px !important;
  overflow: hidden;
  border-radius: 12px;
}
.s-gallery__slide:hover img {
  transform: scale(1.1);
}
.s-gallery__slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s linear;
}

@media (max-width: 1365px) {
  .s-gallery__slide {
    width: 450px !important;
    height: auto !important;
    aspect-ratio: 1/0.75;
  }
}
@media (max-width: 767px) {
  .s-gallery__slide {
    width: 330px !important;
  }
}

.s-jobs {
}
.s-jobs__wrapper {
  margin-top: 30px;
  display: flex;
  align-items: start;
  gap: 35px;
}
.s-jobs__spollers {
  flex: 1;
}
.s-jobs__spoller {
}
.s-jobs__spoller:not(:last-child) {
  margin-bottom: 10px;
}
.s-jobs__spoller-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 25px;
  background-color: #ede8f4;
  border: 1px solid #ede8f4;
  cursor: pointer;

  font-weight: 500;
  font-size: 16px;
}
.s-jobs__spoller-btn._spoller-active {
  background-color: transparent;
}
.s-jobs__spoller-btn._spoller-active div {
  transform: rotate(45deg);
}
.s-jobs__spoller-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.s-jobs__spoller-btn div::before,
.s-jobs__spoller-btn div::after {
  position: absolute;
  content: "";
  background-color: #791A48;
  width: 100%;
  height: 3px;
}
.s-jobs__spoller-btn div::before {
  transform: rotate(90deg);
}
.s-jobs__spoller-body {
  border: 1px solid #ede8f4;
  border-top: none;
  padding: 25px;
}
.s-jobs__spoller-item {
  margin-bottom: 35px;
}
.s-jobs__job-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}
.s-jobs__job-content {
  font-size: 16px;
}
.s-jobs__job-content p {
  margin: 0;
}
.s-jobs__spoller-salary {
  font-weight: 700;
  font-size: 20px;
}

.s-jobs__form-wrapper {
  position: sticky;
  top: 100px;
  background: #fbfafc;
  max-width: 100%;
  width: 500px;
  padding: 35px 25px;
  flex-shrink: 0;
  border-radius: 12px;
}
.s-jobs__form-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 40px;
}
.s-jobs__form {

}
.s-jobs__form-item {
  width: 100%;
}
.s-jobs__form-item:not(:first-child) {
  margin-top: 40px;
}
.s-jobs__form-input {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
  padding: 0px 0px 24px 0px;
  border-radius: 0;

  line-height: 167%;
}
textarea.s-jobs__form-input {
  resize: none;
}
.s-jobs__form-input::placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.31);
}

.s-jobs__input-file {
  display: none;
}
.s-jobs__label-file {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  margin-top: 25px;

  font-size: 16px;
  color: #791A48;
  transition: opacity .2s ease;
}
.s-jobs__label-file:hover {
  opacity: 0.8;
}
.s-jobs__policy-input {
  display: none;
}
.s-jobs__policy-input:checked + label::before {
  border-width: 5px;
}
.s-jobs__policy-label {
  display: flex;
  gap: 8px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 25px;
}
.s-jobs__policy-label::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #791A48;
}
.s-jobs__policy-label a {
  font-weight: 500;
}
.s-jobs__form-btn {
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .s-jobs__form-wrapper {
    width: 385px;
  }
}
@media (max-width: 991px) {
  .s-jobs__wrapper {
    flex-wrap: wrap;
  }
  .s-jobs__form-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .s-jobs__spoller-btn {
    padding: 15px;
  }
  .s-jobs__spoller-body {
    padding: 15px;
  }
  .s-jobs__spoller-salary {
    font-size: 18px;
  }
  .s-jobs__form-wrapper {
    padding: 20px 15px;
  }
}