* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

html,
body {
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  background: #F6F6F6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-variant-numeric: lining-nums proportional-nums;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body.shadow-overlay {
  overflow: hidden;
}
body.shadow-overlay:before {
  visibility: visible;
  opacity: 0.5;
  z-index: 998;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

* html main {
  height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrap {
  max-width: 1284px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

h1 {
  font-family: Involve;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
h1 strong,
h1 a {
  color: #1767FF;
}
h1 small {
  color: #ABAFB7;
  font-size: 28px;
}

h2 {
  font-family: Involve;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}
h2 strong,
h2 a {
  color: #1767FF;
}

h3 {
  font-family: Involve;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
h3 strong {
  color: #1767FF;
}

h4 {
  font-family: Involve;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

h5 {
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.title-center {
  text-align: center;
}

.title-indent {
  padding-left: 24px;
}

.title-sm {
  font-size: 28px;
  margin-bottom: 20px;
}

hr {
  height: 2px !important;
  background: #121B32;
  display: block !important;
  border-top: 0 !important;
  width: 100%;
  margin: 64px 0;
}

a {
  color: #121B32;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

table {
  margin-bottom: 48px;
}
table th,
table td {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 160%;
  padding: 9px 32px 8px;
  border: 1px solid #121B32;
  color: #4d4c4c;
}
table th:nth-child(n+2),
table td:nth-child(n+2) {
  text-align: center;
}
table th {
  white-space: nowrap;
  font-weight: 500;
}
table th p {
  font-weight: 500 !important;
}
table th p,
table td p {
  margin: 0 !important;
  padding: 0 !important;
}
table th:first-child p,
table td:first-child p {
  width: 460px;
}
table tr:nth-child(even) {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a,
img {
  outline: none;
}

input,
button {
  font-family: "Raleway", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  height: 48px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 0 40px;
  position: relative;
  background: #1767FF;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #4585FF;
}
.btn.btn-lg {
  padding: 0 74px;
}

.button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.menu-mobile {
  position: fixed;
  background: #fff;
  width: 100vw;
  height: 100vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  z-index: 999;
  padding: 0 15px 40px;
  top: 0;
  left: -110%;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.menu-mobile.active {
  left: 0;
  opacity: 1;
}
.menu-mobile__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  height: 72px;
  margin-bottom: 20px;
}
.menu-mobile__logo {
  width: 40px;
}
.menu-mobile__logo a {
  width: 40px;
  display: block;
}
.menu-mobile__logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-mobile__city {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-mobile__city span {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 26px 0 16px;
  border-radius: 50px;
  background: #E8F0FF;
  font-size: 16px;
  font-weight: 400;
  color: #4585FF;
}
.menu-mobile__city span svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-mobile__city span path {
  fill: #4585FF;
}
.menu-mobile__close svg {
  display: block;
  width: 30px;
  height: 30px;
}
.menu-mobile__close rect {
  fill: #1767FF;
}
.menu-mobile__menu ul {
  display: block;
}
.menu-mobile__menu ul li {
  list-style-type: none;
  margin-bottom: 32px;
}
.menu-mobile__menu ul li a {
  display: block;
  font-family: Involve;
  font-weight: 600;
  line-height: 120%;
  font-size: 16px;
  text-decoration: none;
}
.menu-mobile__social {
  margin-top: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-mobile__social a {
  display: block;
  width: 37px;
  margin-right: 17px;
}
.menu-mobile__social a:last-child {
  margin-right: 0;
}
.menu-mobile__social a svg {
  width: 100%;
  height: auto;
}
.menu-mobile__social a path {
  fill: #E3E4E7;
}

.header {
  border-radius: 0px 0px 50px 50px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.header__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  position: relative;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  margin-top: 23px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 114px;
}
.header__logo a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo a img,
.header__logo a svg {
  display: block;
  width: 100%;
  height: auto;
}
.header__logo a .logo2,
.header__logo a .logo-sm {
  display: none;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__city {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.header__city span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 24px 0 16px;
  border-radius: 20px;
  background: #E8F0FF;
  font-size: 16px;
  font-weight: 400;
  color: #4585FF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__city span svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__city span path {
  fill: #4585FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__city span:hover {
  background: #1767FF;
  color: #fff;
}
.header__city span:hover path {
  fill: #fff;
}
.header__menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header ul li {
  list-style-type: none;
  margin-right: 20px;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header ul li a:hover {
  color: #1767FF;
}
.header ul + ul {
  margin-left: 20px;
}
.header__search {
  display: block;
  width: 100%;
  max-width: 374px;
  position: relative;
  margin-left: 27px;
}
.header__search form {
  display: block;
}
.header__search input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  height: 45px;
  border: 1px solid #E3E4E7;
  color: #121B32;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 60px;
  font-family: "Raleway", sans-serif;
  outline: 0;
}
.header__search input::-webkit-input-placeholder {
  color: #ABAFB1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__search input::-moz-placeholder {
  color: #ABAFB1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__search input:-moz-placeholder {
  color: #ABAFB1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__search input:-ms-input-placeholder {
  color: #ABAFB1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.header__search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header__search input:focus::-moz-placeholder {
  opacity: 0;
}
.header__search input:focus:-moz-placeholder {
  opacity: 0;
}
.header__search input:focus:-ms-input-placeholder {
  opacity: 0;
}
.header__search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44px;
  border-radius: 9px;
  background: #1767FF;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  cursor: pointer;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__search button:hover {
  background: #121B32;
}
.header__search button img {
  display: block;
}
.header__burger {
  display: none;
}

.banner {
  padding: 50px 0 40px;
  color: #fff;
}
.banner__inner {
  background-size: cover;
  background-position: left center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  padding: 22px;
  border-radius: 20px;
}
.banner__image {
  margin-right: 49px;
}
.banner__image img {
  display: block;
}
.banner__content {
  max-width: 650px;
}
.banner__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 7px;
}
.banner__text {
  font-size: 20px;
  line-height: 150%;
}

.section {
  margin: 80px 0;
}
.section__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.section__title h2 {
  margin-bottom: 0;
  margin-right: 20px;
}
.section__title-sm {
  margin-bottom: 20px;
}
.section__link {
  margin-left: auto;
}
.section__link a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 23px;
  border-radius: 50px;
  background: #1767FF;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section__link a svg {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section__link a path {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section__link a:hover {
  background: #10BE79;
}
.section__link.style2 a {
  border: 1px solid #1767FF;
  color: #1767FF;
  background: transparent;
}
.section__link.style2 a path {
  fill: #1767FF;
}
.section__link.style2 a:hover {
  background: #1767FF;
  color: #fff;
}
.section__link.style2 a:hover path {
  fill: #fff;
}

.bg-light {
  background: #fff;
  border-radius: 50px;
  padding: 80px 0;
  margin: 0;
}
.bg-light > .section:last-child {
  margin-bottom: 0;
}

.bg-dark {
  background: #E3E4E7;
  border-radius: 50px;
  padding: 80px 0;
  margin: 0;
}
.bg-dark > .section:last-child {
  margin-bottom: 0;
}

.categories__items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 -10px -20px;
}
.categories__item {
  margin: 0 10px 20px;
  height: 183px;
}
.categories__item.w-sm {
  width: calc(16.6666666667% - 20px);
}
.categories__item.w-md {
  width: calc(25% - 20px);
}
.categories__item.w-lg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.categories__item a {
  height: 100%;
  padding: 15px 20px;
  border-radius: 15px;
  background: #F6F6F6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.categories__item a b {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}
.categories__item a i {
  margin: auto -20px -15px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.categories__item a i img {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.categories__item a:hover {
  color: #1767FF;
}
.categories__item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slider {
  position: relative;
}
.slider .slick-slider {
  overflow: hidden;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 20px 0px rgba(206, 221, 224, 0.6);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow.slick-hidden {
  display: none !important;
}
.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.slick-arrow svg {
  display: block;
  width: 20px;
  height: 20px;
}
.slick-arrow path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow:hover {
  background: #1767FF;
}
.slick-arrow:hover path {
  fill: #fff;
}
.slick-arrow.slick-prev {
  left: -24px;
}
.slick-arrow.slick-next {
  right: -24px;
}

.slick-list {
  position: relative;
  margin: 0 -10px;
}

.slick-slide {
  padding: 0 10px;
}
.slick-slide > div {
  height: 100% !important;
}

.promo__item {
  display: block !important;
  height: 100%;
}
.promo a {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.promo a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61.05%, rgba(0, 0, 0, 0)), color-stop(90.1%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.05%, #000 90.1%);
}
.promo a:hover .promo__item-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.promo__item-image {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.promo__item-image img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}
.promo__item-more {
  position: absolute;
  z-index: 3;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 4px 0;
  border-radius: 50px;
  border: 2px solid #FFF;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
}
.promo__item-more svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
}
.promo__item.style2 a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.promo__item.style2 a:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(20, 40, 79, 0)), color-stop(90%, #001640));
  background: linear-gradient(180deg, rgba(20, 40, 79, 0) 60%, #001640 90%);
}
.promo__item.style2 .promo__item-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: unset;
  max-height: 364px;
}
.promo__item.style2 .promo__item-image img {
  min-height: unset;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__item-title {
  text-align: center;
  margin-top: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px 12px;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  position: relative;
  z-index: 3;
}
.promo__item-text {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  padding: 0 30px 10px;
  position: relative;
  z-index: 3;
}
.promo__item-label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 8px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  position: relative;
  z-index: 3;
}
.promo__item-label svg {
  position: relative;
  top: -1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2px;
}

.item-label {
  position: absolute;
  display: block;
  z-index: 4;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 10px;
  color: #fff;
}

.top__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
.top__item-image {
  margin-bottom: 12px;
}
.top__item-image a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 15px;
}
.top__item-image a img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.top__item-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top .item-label {
  left: 10px;
  top: 10px;
}
.top__item-adress {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
}
.top__item-adress svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1px;
  width: 24px;
  height: 24px;
}
.top__item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.top__item-title a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-title a:hover {
  color: #1767FF;
}
.top__item-price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.top__item-price span {
  padding: 3px 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-right: 6px;
  border-radius: 20px;
  background: #FFC940;
}
.top__item-price strong {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}
.top__item-price del {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-decoration: line-through;
  color: #61687B;
}
.top__item-more a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background: #E8F0FF;
  border-radius: 15px;
  padding: 8px 18px 8px 12px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-more a strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #121B32;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-more a span {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-more a span svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 9px;
}
.top__item-more a span path {
  fill: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-more a:hover {
  background: #1767FF;
}
.top__item-more a:hover strong,
.top__item-more a:hover span {
  color: #fff;
}
.top__item-more a:hover path {
  fill: #fff;
}
.top__item-more2 a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-more2 a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.top__item-more2 a path {
  fill: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__item-more2 a:hover {
  color: #1767FF;
}
.top__item-more2 a:hover path {
  fill: #1767FF;
}

.action {
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
}
.action.action {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.action a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 20px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.action a:hover .action__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.action__image {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 5px;
  padding: 35px 40px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../images/action_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.action__image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.action__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: 14px;
}
.action__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #61687B;
}
.action__label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 11px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 8px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #E8F0FF;
  position: relative;
  z-index: 3;
}
.action__label svg {
  position: relative;
  top: -1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2px;
}
.action__label path {
  fill: #E8F0FF;
}

.actions__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.actions__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actions__item-image {
  margin-bottom: -143px;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.actions__item-image a {
  display: block;
  position: relative;
}
.actions__item-image a i {
  display: block;
  height: 286px;
  width: 286px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.actions__item-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.actions__item-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.actions .item-label {
  top: 21px;
  right: 0;
}
.actions__item-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  width: 68px;
  height: 68px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  margin: 0 auto -34px;
}
.actions__item-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actions__item-content {
  margin: 0 30px;
  position: relative;
  z-index: 2;
  border-radius: 30px 30px 15px 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  padding: 38px 20px 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.actions__item-content .item-label {
  display: none;
}
.actions__item-title {
  font-family: Involve;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 6px;
}
.actions__item-title a {
  color: #0E74AA;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.actions__item-title a:hover {
  color: #1767FF;
}
.actions__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #0E74AA;
  margin-bottom: 12px;
}
.actions__item-link {
  text-align: center;
  margin-top: auto;
}
.actions__item-link a {
  font-family: Involve;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #0E74AA;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.actions__item-link a:hover {
  color: #1767FF;
}

.loadmore {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.loadmore .btn {
  width: 100%;
}

.page-nav {
  margin-top: 36px;
}
.page-nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav ul li {
  margin: 6px;
  list-style-type: none;
}
.page-nav ul li span,
.page-nav ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-family: Involve;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border: 1px solid #E3E4E7;
  color: #737987;
}
.page-nav ul li span {
  background: #E3E4E7;
}
.page-nav ul li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-nav ul li a:hover {
  background: #1767FF;
  color: #fff;
  border-color: #1767FF;
}

.cards__slider {
  position: relative;
}
.cards__slider-js {
  padding: 0 10px;
  margin: 0 -10px -10px;
  position: relative;
}
.cards__slider-js .cards__item-content {
  padding: 15px;
}
.cards .slick-list {
  overflow: visible;
  padding-top: 4px;
  padding-bottom: 10px;
}
.cards__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
.cards.cards-rating h1 {
  font-size: 32px;
}
.cards.cards-rating .cards__inner {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.cards__item {
  height: 100%;
  border-radius: 15px;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
}
.cards__item-image {
  border-radius: 15px;
  overflow: hidden;
}
.cards__item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.cards__item-content {
  padding: 15px 20px 20px;
}
.cards__item-rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cards__item-rating strong {
  margin-right: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -2px;
}
.cards__item-rating span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards__item-rating span i {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/stars.svg) no-repeat center center;
  background-size: contain;
}
.cards__item-rating span i.active {
  background-image: url(../img/svg/stars-active.svg) !important;
}
.cards__item-rating span i:last-child {
  margin-right: 0;
}
.cards__item-title {
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards__item-title i {
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
}
.cards__item-title i svg {
  display: block;
}
.cards__item-title i path {
  fill: #61687B;
}
.cards__item-title a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cards__item-title a:hover {
  color: #1767FF;
}
.cards__item-title.active i path {
  fill: #1767FF;
}
.cards__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
  margin-bottom: 8px;
}
.cards__item-tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cards__item-tags span {
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #E7F8F2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #10BE79;
}
.cards__item-tags span.style2 {
  color: #0E74AA;
  background: #E7F1F7;
}
.cards__item-fields {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
}
.cards__item-fields span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #61687B;
  margin-bottom: 8px;
}
.cards__item-fields span:last-child {
  margin-bottom: 0;
}
.cards__item-fields span i {
  font-style: normal;
  width: 140px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cards__item-fields span strong {
  color: #121B32;
  font-weight: 600;
}
.cards__item-contacts {
  margin-bottom: 8px;
}
.cards__item-contacts span {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
  display: block;
  margin-bottom: 5px;
}
.cards__item-contacts span:last-child {
  margin-bottom: 0;
}
.cards__item-contacts a {
  text-decoration: none;
  color: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cards__item-contacts a:hover {
  color: #1767FF;
}
.cards__item-more a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cards__item-more a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.cards__item-more a path {
  fill: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cards__item-more a:hover {
  color: #1767FF;
}
.cards__item-more a:hover path {
  fill: #1767FF;
}

.partners .slick-arrow {
  margin-top: -2.8%;
}
.partners__slide-image {
  overflow: hidden;
  border-radius: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-bottom: 18px;
}
.partners__slide-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.partners__slide-title {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
  margin-bottom: 6px;
}
.partners__slide-more {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
}
.partners__slide-more a {
  text-decoration: none;
  color: #61687B;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.partners__slide-more a svg {
  margin-left: 8px;
}
.partners__slide-more a path {
  fill: #61687B;
}
.partners__slide-more a:hover {
  color: #1767FF;
}
.partners__slide-more a:hover path {
  fill: #1767FF;
}

.banner2__inner {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.5%, #4A86FA), to(#0E364D)), -webkit-gradient(linear, left top, right top, color-stop(25.5%, #E3EDFF), to(#A4DEFF));
  background: linear-gradient(90deg, #4A86FA 25.5%, #0E364D 100%), linear-gradient(90deg, #E3EDFF 25.5%, #A4DEFF 100%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner2__content {
  padding: 60px 0 48px;
  width: 57.3920265781%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 60px;
}
.banner2__title {
  font-family: Involve;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  color: #fff;
}
.banner2__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
}
.banner2__link {
  margin-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner2__link a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: #E8F0FF;
  padding: 12px 20px 12px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #4585FF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner2__link a:hover {
  background: #fff;
}
.banner2__link a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.banner2__link a path {
  fill: #4585FF;
}
.banner2__image {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.banner2__image img {
  display: block;
}

.news__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
.news__item {
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6) !important;
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6) !important;
  overflow: hidden;
}
.news__item.col2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.news__item.col2 .news__item-title {
  font-size: 24px;
}
.news__item-image a {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.news__item-image a img {
  width: 100%;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news__item-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news__item-content {
  padding: 12px 20px 20px;
}
.news__item-content > * {
  margin-bottom: 8px;
}
.news__item-content > *:last-child {
  margin-bottom: 0;
}
.news__item-date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #61687B;
}
.news__item-title {
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.news__item-title a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__item-title a:hover {
  color: #1767FF;
}
.news__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.news__item-more a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #61687B;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__item-more a svg {
  position: relative;
  top: 1px;
  width: 20px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__item-more a path {
  fill: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__item-more a:hover {
  color: #1767FF;
}
.news__item-more a:hover path {
  fill: #1767FF;
}
.news .section__link-mobile {
  display: none;
}

.mix__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 -10px -20px;
}
.mix__item {
  padding: 25px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  margin: 0 10px 20px;
  width: calc(44.0199335548% - 20px);
}
.mix__item > * {
  margin-bottom: 16px;
}
.mix__item > *:last-child {
  margin-bottom: 0;
}
.mix__item:nth-child(2n) {
  width: calc(55.9800664452% - 20px);
}
.mix__item-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.mix__item-head strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background: #FFC940;
  padding: 3px 7px;
  border-radius: 20px;
  margin-right: 20px;
}
.mix__item-head span {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
.mix__item-title {
  font-family: Involve;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.mix__item-title a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mix__item-title a:hover {
  color: #1767FF;
}
.mix__item-images {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mix__item-image {
  width: 56%;
  height: 226px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mix__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mix__item-image:last-child {
  width: 61.6%;
  margin-left: -17.6%;
  z-index: 2;
  margin-top: 66px;
}
.mix__item-location {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
}
.mix__item-location svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mix__item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.mix__item-more a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #61687B;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mix__item-more a svg {
  position: relative;
  top: 1px;
  width: 20px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mix__item-more a path {
  fill: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mix__item-more a:hover {
  color: #1767FF;
}
.mix__item-more a:hover path {
  fill: #1767FF;
}

.article-filter .form {
  padding: 12px;
  background: #fff;
  border-radius: 15px;
}
.article-filter .form__row {
  margin: 0 -5px;
}
.article-filter .form__col {
  margin: 0 5px;
}
.article-filter .form__sort {
  position: relative;
}
.article-filter .form__sort i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 16px;
}
.article-filter .form__sort .form__label {
  padding-left: 56px;
}
.article-filter .form__sort .select-css {
  padding-left: 56px;
}

.about__hero {
  margin-bottom: 75px;
}
.about__hero-subtitle {
  text-align: center;
  color: #61687B;
  text-align: center;
  font-family: Involve;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.about h1 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 40px;
}
.about__hero-image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about__text {
  max-width: 1000px;
  padding: 80px 102px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  margin: 0 auto 86px;
}
.about h2 {
  font-size: 40px;
  margin-bottom: 24px;
}
.about p {
  font-size: 20px;
}
.about h3 {
  font-size: 32px;
  margin-bottom: 16px;
}
.about__blocks {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.about__block {
  border-radius: 50px;
  overflow: hidden;
  background: #FFF;
  width: 50%;
  margin-right: 20px;
  padding: 60px 40px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__block:last-child {
  margin-right: 0;
}
.about__block-2 {
  background: #74A4FF;
}
.about__block-2 h3 {
  color: #fff;
}
.about__block-2 .about__block-more a {
  background: #E8F0FF;
  border: 0;
}
.about__block-more {
  margin-bottom: 15px;
}
.about__block-more a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #1767FF;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #1767FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__block-more a:hover {
  color: #fff;
  background: #1767FF;
}
.about__block-more a:hover path {
  fill: #fff;
}
.about__block-more svg {
  margin-left: 8px;
}
.about__block-more path {
  fill: #1767FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__block-image {
  position: relative;
  margin: auto -40px 0;
}
.about__block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.about__blocks2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.about__block2 {
  border-radius: 50px;
  overflow: hidden;
}
.about__block2-1 {
  width: 490px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFF;
  padding: 40px;
}
.about__block2-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(48.03%, #FFF), to(#DDEDFC));
  background: linear-gradient(270deg, #FFF 48.03%, #DDEDFC 100%);
}
.about__block2-more {
  margin-bottom: 15px;
}
.about__block2-more a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #1767FF;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #1767FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__block2-more a:hover {
  color: #fff;
  background: #1767FF;
}
.about__block2-more a:hover path {
  fill: #fff;
}
.about__block2-more svg {
  margin-left: 8px;
}
.about__block2-more path {
  fill: #1767FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__block2-btns {
  padding: 40px 0 60px 30px;
}
.about__block2-btn {
  margin-bottom: 24px;
}
.about__block2-btn:last-child {
  margin-bottom: 0;
}
.about__block2-btn a {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #10BE79;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__block2-btn a:hover {
  background: #61687B !important;
}
.about__block2-btn.btn-blue a {
  background: #1767FF;
}
.about__block2-btn.btn-dark a {
  background: #0E74AA;
}
.about__block2-image {
  margin-left: auto;
}
.about__offer {
  width: 100%;
  max-width: 796px;
  margin: 0 auto;
  position: relative;
}
.about__offer-image img {
  display: block;
}
.about__offer-content {
  position: absolute;
  left: 50%;
  bottom: 97px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 672px;
  width: 100%;
  text-align: center;
}
.about__offer-title {
  color: #10BE79;
  text-align: center;
  font-family: Involve;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.about__offer-text {
  color: #10BE79;
  font-family: Involve;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 29px;
}
.about__offer-btn .btn {
  width: 100%;
  max-width: 209px;
}
.about__steps {
  counter-reset: about-steps;
  max-width: 1000px;
  margin: 0 auto 120px;
}
.about__step {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 25px;
  margin-bottom: 40px;
  overflow: hidden;
}
.about__step:last-child {
  margin-bottom: 0;
}
.about__step-image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 50px;
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__step-image:before {
  content: counter(about-steps);
  counter-increment: about-steps;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 271px;
  background: #10BE79;
  color: #fff;
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  width: 271px;
  height: 271px;
  min-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 162px;
  position: absolute;
  left: -130px;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.about__step-image img {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
}
.about__step-text {
  padding: 40px 70px 40px 10px;
  font-family: Involve;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #61687B;
}
.about__form {
  width: 100%;
  max-width: 796px;
  margin: 0 auto 90px;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
}
.about__form h2 {
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 120%;
}
.about__form p {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 24px;
}
.about__form .form__accept {
  font-size: 12px;
}
.about__offer2 {
  max-width: 796px;
  margin: 0 auto 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__offer2 h2 {
  text-align: center;
}
.about__offer2-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.about__offer2-list span {
  font-family: Involve;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #61687B;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__offer2-list span:after {
  content: "";
  display: block;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1767FF;
}
.about__offer2-list span:last-child:after {
  display: none;
}
.about__offer2-image {
  width: 100%;
  max-width: 240px;
}
.about__offer2-image img {
  display: block;
}

.footer {
  border-radius: 50px 50px 0px 0px;
  background: #FFF;
  padding: 20px 0 9px;
  overflow: hidden;
}
.footer__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-bottom: 40px;
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.footer__logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__logo a img {
  display: block;
}
.footer__logo a:hover {
  opacity: 0.7;
}
.footer__menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__menu ul li {
  margin-right: 24px;
  list-style-type: none;
}
.footer__menu ul li:last-child {
  margin-right: 0;
}
.footer__menu ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu ul li a:hover {
  color: #1767FF;
}
.footer__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.footer__social a {
  margin-right: 17px;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a svg {
  display: block;
}
.footer__social a path {
  fill: #E3E4E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__social a:hover path {
  fill: #1767FF;
}
.tg svg{
    width: 38px;
    height: 38px;
    fill: #E3E4E7;
}
.footer__bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 150%;
  color: #57595D;
}
.footer__bottom a {
  text-decoration: none;
  color: #57595D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bottom a:hover {
  color: #1767FF;
}
.gift1>img{
    border-radius:15px;
}
.footer__list {
  max-width: 580px;
  padding-top: 13px;
}
.footer__list ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__list ul li {
  list-style-type: none;
  margin-right: 27px;
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: 400;
  color: #61687B;
}
.footer__list ul li a {
  color: #61687B;
  text-decoration: none;
}

.page-head {
  position: relative;
  margin-bottom: -32px;
  margin-top: -50px;
}
.page-head__back {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.page-head__back a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-head__back a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.page-head__back a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-head__back a:hover {
  color: #1767FF;
}
.page-head__back a:hover path {
  fill: #1767FF;
}

.tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.tags a {
  white-space: nowrap;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 10px;
  border: 1px solid #D8D8D8;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #61687B;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tags a.active, .tags a:hover {
  border-color: #1767FF;
  background: #1767FF;
  color: #fff;
}

.hero-video {
  border-radius: 50px 50px 0px 0px;
  background: linear-gradient(95deg, #1767FF 0%, #10BE79 39.33%, #F8E74F 77.78%, #F6476E 100%);
  color: #fff;
  margin-top: 20px;
}
.hero-video__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 76px 0 92px;
}
.hero-video__content {
  width: 100%;
  max-width: 640px;
}
.hero-video h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.hero-video blockquote {
  padding-right: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-video p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.hero-video p:last-child {
  margin-bottom: 0;
}
.hero-video cite {
  font-size: 20px;
  padding-left: 99px;
  font-family: Involve;
  font-style: italic;
}
.hero-video__play {
  margin-left: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero-video__play svg {
  width: 56px;
  height: 56px;
}
.hero-video__play path {
  fill: #fff;
}
.hero-video__play:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

input.inputbox,
textarea.messagebox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 74px;
  background: #F6F7FB;
  border: 0;
  display: block;
  font-family: "Raleway" !important;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #ABAFB7;
  padding: 22px 16px 0;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox[type=date],
textarea.messagebox[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/svg/calendar.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 56px;
  color: #61687B;
  font-weight: 600;
}
input.inputbox[type=date]::-webkit-calendar-picker-indicator,
textarea.messagebox[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

textarea.messagebox {
  height: 160px;
  padding: 38px 16px;
  font-size: 16px;
}

input.inputbox::-webkit-input-placeholder,
textarea.messagebox::-webkit-input-placeholder {
  color: #ABAFB7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input.inputbox::-moz-placeholder,
textarea.messagebox::-moz-placeholder {
  color: #ABAFB7;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input.inputbox:-moz-placeholder,
textarea.messagebox:-moz-placeholder {
  color: #ABAFB7;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input.inputbox:-ms-input-placeholder,
textarea.messagebox:-ms-input-placeholder {
  color: #ABAFB7;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input.inputbox:focus {
  border-color: #fff;
}

input.inputbox:focus::-webkit-input-placeholder,
textarea.messagebox:focus::-webkit-input-placeholder {
  opacity: 0;
}

input.inputbox:focus::-moz-placeholder,
textarea.messagebox:focus::-moz-placeholder {
  opacity: 0;
}

input.inputbox:focus:-moz-placeholder,
textarea.messagebox:focus:-moz-placeholder {
  opacity: 0;
}

input.inputbox:focus:-ms-input-placeholder,
textarea.messagebox:focus:-ms-input-placeholder {
  opacity: 0;
}

select.select-css {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 74px;
  width: 100%;
  display: block;
  font-family: "Raleway" !important;
  font-variant-numeric: lining-nums proportional-nums;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ABAFB7;
  padding: 22px 52px 0 16px;
  outline: none !important;
  cursor: pointer;
  background: url(../images/svg/select.svg) no-repeat center right 16px #F6F7FB;
}
select.select-css::-ms-expand {
  display: none;
}

.radio {
  display: block;
}
.radio label {
  display: block !important;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio label input {
  display: none;
}
.radio label input:checked + span:before {
  background: #1767FF;
}
.radio label span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  color: #61687B;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  padding: 0 10px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
}
.radio label span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #C7C9CF;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox label {
  display: block;
  margin-bottom: 0;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkbox label input {
  display: none;
}
.checkbox label input:checked + span:before {
  background: url(../images/svg/checkbox.svg) no-repeat center center #1767FF;
  border-color: #1767FF;
}
.checkbox label span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 32px;
}
.checkbox label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C7C9CF;
}

.form h2 {
  margin-bottom: 24px;
}
.form__progress {
  margin-bottom: 24px;
}
.form__progress-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #61687B;
  margin-bottom: 15px;
}
.form__progress-head strong {
  color: #1767FF;
  font-family: "Involve";
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin-right: 12px;
}
.form__progress-line {
  border-radius: 20px;
  background: #E2E6F9;
  height: 6px;
  position: relative;
}
.form__progress-line span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 12px;
  border-radius: 20px;
  background: #1767FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -12px 24px;
}
.form__row:last-child {
  margin-bottom: 0;
}
.form__col {
  position: relative;
  width: 100%;
  margin: 0 12px;
}
.form.style2 .form__row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -6px 24px;
}
.form.style2 .form__col {
  margin: 0 6px;
}
.form__radios {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.form__radios .form__label {
  padding: 0;
  top: -16px;
  left: 6px;
}
.form .radio {
  width: calc(25% - 12px);
  margin: 0 6px 12px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #737987;
  padding: 16px 0 0 16px;
  display: block;
  margin: 0;
}
.form__subtitle {
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #61687B;
  margin-bottom: 24px;
}
.form__accept {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
}
.form__checkboxes {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__checkboxes .checkbox {
  margin-right: 12px;
}
.form__checkboxes .checkbox:last-child {
  margin-right: 0;
}
.form__date .form__label {
  padding-left: 56px;
}
.form__trigger input {
  display: none;
}
.form__trigger input:checked + i {
  background: #D1E1FF;
}
.form__trigger input:checked + i:before {
  left: calc(100% - 20px);
  background: #1767FF;
}
.form__trigger label {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.form__trigger label:hover span {
  color: #1767FF;
}
.form__trigger i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 40px;
  height: 12px;
  border-radius: 102px;
  background: #E3E4E7;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__trigger i:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C7C9CF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__trigger span {
  margin-left: 12px;
  color: #61687B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offer-form {
  margin-bottom: 9px;
}
.offer-form .bg-light {
  padding-top: 40px;
}
.offer-form .form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.offer-steps h2 {
  font-size: 40px;
}
.offer-steps__item {
  position: relative;
}
.offer-steps__subtitle {
  font-family: Involve;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #61687B;
}
.offer-steps__image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-steps__text {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 16px;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #61687B;
  text-align: center;
}
.offer-steps .offer-step-1 {
  padding-left: 102px;
}
.offer-steps .offer-step-1.bg-light {
  padding-bottom: 30px;
}
.offer-steps .offer-step-1 h2 {
  margin-bottom: 44px;
  max-width: 753px;
}
.offer-steps .offer-step-1 .offer-steps__image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 173px;
}
.offer-steps .offer-step-1 .offer-steps__image i {
  max-width: 502px;
  margin-bottom: 30px;
  width: 100%;
}
.offer-steps .offer-step-1 .offer-steps__image i img {
  display: block;
}
.offer-steps .offer-step-1 .offer-steps__image span {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 30px;
}
.offer-steps .offer-step-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 102px;
  position: relative;
  z-index: 1;
}
.offer-steps .offer-step-2.bg-light {
  padding-bottom: 0;
}
.offer-steps .offer-step-2 h2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.offer-steps .offer-step-2 .offer-steps__image {
  margin-left: auto;
  width: 558px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -144px;
  margin-right: -37px;
  margin-bottom: -42px;
}
.offer-steps .offer-step-2 .offer-steps__image i {
  display: block;
  width: 100%;
}
.offer-steps .offer-step-2 .offer-steps__image img {
  display: block;
  width: 100%;
  height: auto;
}
.offer-steps .offer-step-3 {
  margin-bottom: 261px;
}
.offer-steps .offer-step-3.bg-light {
  padding-bottom: 0;
}
.offer-steps .offer-step-3 h2 {
  max-width: 582px;
  margin: 0 auto;
}
.offer-steps .offer-step-3 span {
  position: absolute;
  top: 33px;
  right: 95px;
}
.offer-steps .offer-step-3 span img {
  width: 100%;
  display: block;
}
.offer-steps .offer-step-3 span img.arrow-step-sm {
  display: none;
}
.offer-steps .offer-step-3 .offer-steps__image {
  position: relative;
  margin-top: -27px;
}
.offer-steps .offer-step-3 .offer-steps__image i {
  position: relative;
  display: block;
  margin-bottom: -252px;
}
.offer-steps .offer-step-3 .offer-steps__image img {
  display: block;
  width: 100%;
  height: auto;
}
.offer-steps .offer-step-4 {
  max-width: 824px;
  width: 100%;
  margin: 0 auto 80px;
}
.offer-steps .offer-step-4 h2 {
  text-align: center;
  margin: 0 auto 24px;
}
.offer-steps .offer-step-4 .offer-steps__image {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.offer-steps .offer-step-4 .offer-steps__image i {
  display: block;
}
.offer-steps .offer-step-4 .offer-steps__image img {
  max-width: 240px;
  display: block;
}

.share span {
  display: block;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #61687B;
  margin-bottom: 12px;
}

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social a {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.social a:last-child {
  margin-right: 0;
}
.social a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.social a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social a:hover path {
  fill: #1767FF;
}

.feedback {
  margin-bottom: 58px;
}
.feedback__inner {
  padding: 0 102px;
}
.feedback h4 {
  margin-bottom: 12px;
  max-width: 592px;
}
.feedback p {
  max-width: 592px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
  margin-bottom: 24px;
}
.feedback__form {
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  padding: 24px 22px;
}
.feedback .form__submit {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.feedback .form__submit .btn {
  height: 48px;
  width: 100%;
}
.feedback__accept {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
}
.feedback.style2 {
  margin-bottom: 80px;
}
.feedback.style2 h4 {
  max-width: 712px;
  text-align: center;
  margin: 0 auto 12px;
}
.feedback.style2 p {
  max-width: 712px;
  text-align: center;
  margin: 0 auto 24px;
}
.feedback.style2 .feedback__form {
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
}

.offer-product {
  margin-top: 40px;
}
.offer-product__inner {
  padding-left: 102px;
  padding-right: 102px;
}
.offer-product__inner.bg-light {
  padding-top: 40px;
}
.offer-product__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.offer-product__head-content {
  padding: 76px 24px 76px 0;
  color: #61687B;
}
.offer-product__head-content h1 {
  color: #121B32;
  font-size: 40px;
  margin-bottom: 20px;
}
.offer-product__head-content p {
  margin-bottom: 20px;
}
.offer-product__head-content p:last-child {
  margin-bottom: 0;
}
.offer-product__head-image {
  margin-left: auto;
  width: 405px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
.offer-product__head-image img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-product__nav {
  margin-bottom: 24px;
}
.offer-product__nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.offer-product__nav ul li {
  list-style-type: none;
  width: 100%;
}
.offer-product__nav ul li a {
  background: #F6F7FB;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 8px 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #ABAFB7;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.offer-product__nav ul li a:hover {
  background: #1767FF;
  color: #fff;
}
.offer-product__nav ul li.active a {
  background: #1767FF;
  color: #fff;
}
.offer-product__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
}
.offer-product__info-item {
  white-space: nowrap;
  margin-right: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offer-product__info-item:last-child {
  margin-right: 0;
}
.offer-product__info-item.info-adress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  white-space: normal;
}
.offer-product__info-item small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  color: #909090;
}
.offer-product__info-item strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.offer-product__conditions {
  max-width: 700px;
  color: #61687B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.offer-product__conditions > *:last-child {
  margin-bottom: 0 !important;
}
.offer-product__conditions h2 {
  margin-bottom: 16px;
  color: #121B32;
}
.offer-product__conditions h5 {
  color: #121B32;
  margin-bottom: 12px;
}
.offer-product__conditions p {
  margin-bottom: 24px;
}
.offer-product__conditions ol {
  counter-reset: ol;
  margin-bottom: 24px;
}
.offer-product__conditions ol li {
  padding: 12px;
  border-radius: 15px;
  background: #F1F2F3;
  margin-bottom: 8px;
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-product__conditions ol li:before {
  content: counter(ol) ".";
  counter-increment: ol;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  font-weight: 600;
}
.offer-product__conditions ol li:last-child {
  margin-bottom: 0;
}
.offer-product__conditions ul {
  margin-bottom: 24px;
}
.offer-product__conditions ul li {
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer-product__conditions ul li:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  margin-right: 8px;
  margin-top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1767FF;
  font-weight: 600;
}
.offer-product__conditions ul li:last-child {
  margin-bottom: 0;
}
.offer-product__slider-inner {
  padding-left: 102px;
  padding-right: 102px;
}
.offer-product__slider-head {
  margin: 0 -12px 24px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-product__slider-head h3 {
  margin-bottom: 0;
}
.offer-product__slider-head > * {
  width: calc(50% - 24px);
  margin: 0 12px;
}
.offer-product p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
  margin-bottom: 20px;
}
.offer-product p:last-child {
  margin-bottom: 0 !important;
}
.offer-product__slider-items {
  margin-bottom: 24px;
}
.offer-product__slider-js > div {
  display: block !important;
}
.offer-product__slide {
  display: block !important;
}
.offer-product__slide a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.offer-product__slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 275px;
  object-fit:cover;
  border-radius: 15px;
}
.offer-product__slide a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.offer-product__video-inner {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.offer-product__video-inner video{
    max-width: 700px;
    margin: auto;
    max-height: 400px;
    display: block;
}
.offer-product__video-inner img {
  display: block;
  width: 100%;
}
.offer-product__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.offer-product__video-play svg {
  display: block;
  width: 56px;
  height: 56px;
}
.offer-product__video-play path {
  fill: #fff;
}
.offer-product__video-play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.offer-product__content ol {
  counter-reset: ol;
  margin-bottom: 24px;
}
.offer-product__content ol li {
  padding: 12px;
  border-radius: 15px;
  background: #F1F2F3;
  margin-bottom: 8px;
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-product__content ol li:before {
  content: counter(ol) ".";
  counter-increment: ol;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  font-weight: 600;
}
.offer-product__content ol li:last-child {
  margin-bottom: 0;
}
.offer-product__content ul {
  margin-bottom: 24px;
}
.offer-product__content ul li {
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer-product__content ul li:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
  margin-right: 8px;
  margin-top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1767FF;
  font-weight: 600;
}
.offer-product__content ul li:last-child {
  margin-bottom: 0;
}
.offer-product__content p img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.offer-product__content-inner {
  padding-left: 102px;
  padding-right: 102px;
}
.offer-product__content-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.offer-product__content-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 386px;
  margin-right: 24px;
  border-radius: 15px;
  overflow: hidden;
}
.offer-product__content-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-product__content-text {
  max-width: 490px;
  margin-left: auto;
  padding: 25px 0;
}
.offer-product__quote blockquote {
  display: block;
  border-radius: 50px;
  background: #CFE3EE;
  padding: 40px 102px;
}
.offer-product__quote blockquote:before {
  content: "";
  display: block;
  background: url(../images/svg/quote.svg) no-repeat center center;
  background-size: contain;
  width: 41px;
  height: 41px;
  margin-bottom: 12px;
}
.offer-product__quote blockquote p {
  font-family: Involve;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #0E74AA;
  margin-bottom: 12px;
}
.offer-product__quote cite {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #0E74AA;
}
.offer-product__quote cite strong {
  font-size: 20px;
  font-weight: 400;
}

.contacts__inner {
  padding-left: 102px;
  padding-right: 102px;
}
.contacts__items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: auto;
  margin: 0 0 24px;
  padding-bottom: 23px;
}
.contacts__items::-webkit-scrollbar {
  width: 100%;
  height: 7px;
  border-radius: 20px;
  background: #E8F0FF;
}
.contacts__items::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #D1E1FF;
}
.contacts__items::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #E8F0FF;
}
.contacts__item {
  width: 232px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__item small {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #909090;
  margin-bottom: 8px;
}
.contacts__item strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.contacts__map {
  width: 100%;
  height: 430px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.contacts__map iframe {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.accordion__block {
  margin-bottom: 33px;
}
.accordion__block:last-child {
  margin-bottom: 0;
}
.accordion__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #61687B;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__title:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #737987;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__title span {
  margin-right: 24px;
}
.accordion__title svg {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__title path {
  fill: #8F949F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__title:hover {
  color: #121B32;
}
.accordion__title:hover:before {
  background: #1767FF;
}
.accordion__title:hover path {
  fill: #121B32;
}
.accordion__title.active {
  color: #121B32;
}
.accordion__title.active:before {
  background: #1767FF;
}
.accordion__title.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__title.active path {
  fill: #121B32;
}
.accordion__content {
  display: none;
  background: #fff;
  border-radius: 15px;
  padding: 24px;
  margin-top: 8px;
}
.accordion__content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.accordion__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.accordion__content p:last-child {
  margin-bottom: 0 !important;
}

.faq h3 {
  margin-bottom: 40px;
}
.faq__inner {
  padding-left: 102px;
  padding-right: 102px;
}

.actions2 h3 {
  margin-bottom: 36px;
}
.actions2__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 -10px -20px;
}
.actions2__item {
  border-radius: 15px;
  background: #FFF;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  padding: 20px 20px 22px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actions2__item strong {
  min-height: 70px;
  margin-bottom: 22px;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.actions2__item i {
  margin-top: auto;
  width: 100%;
}
.actions2__item i img {
  width: 100%;
  height: auto;
}
.actions2__item.item-sm {
  width: calc(16.6666666667% - 20px);
  padding: 13px 13px 15px;
}
.actions2__item.item-sm strong {
  font-family: "Raleway", sans-serif;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  min-height: unset;
}

.contacts-page {
  margin-top: 40px;
}
.contacts-page__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts-page__info {
  padding: 40px;
  border-radius: 15px;
  background: #FFF;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
.contacts-page__info-block {
  margin-bottom: 46px;
}
.contacts-page__info-block:last-child {
  margin-bottom: 0;
}
.contacts-page__info-title {
  font-family: Involve;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.contacts-page__info-fields {
  margin-bottom: 20px;
}
.contacts-page__info-fields span {
  font-family: Involve;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #61687B;
  display: block;
  margin-bottom: 12px;
}
.contacts-page__info-fields span a {
  text-decoration: none;
  color: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-page__info-fields span a:hover {
  color: #1767FF;
}
.contacts-page__info-fields span:last-child {
  margin-bottom: 0;
}
.contacts-page__info-social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-page__info-social a {
  width: 37px;
  margin-right: 17px;
}
.contacts-page__info-social a:last-child {
  margin-right: 0;
}
.contacts-page__info-social a svg {
  display: block;
  width: 100%;
}
.contacts-page__info-social a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-page__info-social a:hover path {
  fill: #1767FF;
}
.contacts-page__info-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.agents-hero {
  margin-bottom: 80px;
}
.agents-hero__inner {
  border-radius: 50px;
  background: url(../images/agents/hero-bg.png) no-repeat left bottom;
  background-size: cover;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 51px 19px 77px 80px;
  position: relative;
}
.agents-hero__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.agents-hero h1 {
  font-family: Involve;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: #fff;
}
.agents-hero p {
  max-width: 452px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
.agents-hero__image {
  margin-left: 70px;
  width: 503px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agents-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}
.agents-hero__arrow {
  position: absolute;
  left: 80px;
  bottom: 0;
}
.agents-hero__arrow a {
  width: 120px;
  height: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agents-hero__arrow a svg {
  display: block;
  width: 32px;
  height: 32px;
}
.agents-hero__arrow a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.agents-hero__arrow a:hover path {
  fill: #1767FF;
}

.agents-offer {
  margin-bottom: 111px;
}
.agents-offer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agents-offer__title {
  width: 286px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.agents-offer__content {
  border-radius: 50px;
  background: #10BE79;
  padding: 40px;
  color: #fff;
}
.agents-offer__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 12px;
}
.agents-offer__items span {
  font-family: Involve;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding-left: 40px;
  position: relative;
}
.agents-offer__items span:before {
  content: "";
  display: block;
  background: url(../images/svg/check.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.agents-offer__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}

.agents-conditions {
  margin-bottom: 80px;
}
.agents-conditions h2 {
  margin-bottom: 20px;
}
.agents-conditions__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agents-conditions__item {
  overflow: hidden;
  border-radius: 25px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.agents-conditions__item.item-lg {
  width: 490px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 17px;
  position: relative;
}
.agents-conditions__item.item-lg:before {
  content: "";
  display: block;
  width: 579px;
  height: 286px;
  border-radius: 579px;
  background: #E7F1F7;
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.agents-conditions__item.style2 {
  color: #fff;
}
.agents-conditions__item.style2 .agents-conditions__item-text {
  color: rgba(255, 255, 255, 0.8);
}
.agents-conditions__item-image {
  position: relative;
  z-index: 10;
  width: 323px;
  margin: 0 auto 67px;
}
.agents-conditions__item-image img {
  display: block;
  width: 100%;
}
.agents-conditions__item-content {
  position: relative;
  z-index: 20;
}
.agents-conditions__item-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #61687B;
  margin-bottom: 20px;
}
.agents-conditions__item-title {
  margin-top: auto;
  font-family: Involve;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.agents-conditions__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.agents-steps {
  margin-bottom: 80px;
}
.agents-steps__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background: #E7F1F7;
  padding: 40px;
  color: #0E74AA;
  margin-bottom: 40px;
}
.agents-steps__item:last-child {
  margin-bottom: 0;
}
.agents-steps__item:nth-child(1) .agents-steps__item-head {
  max-width: 333px;
}
.agents-steps__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.agents-steps__item:nth-child(2n) .agents-steps__item-head {
  text-align: right;
  margin-right: 0;
  margin-left: 26px;
}
.agents-steps__item-head {
  width: 388px;
  margin-right: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agents-steps h2 {
  margin-bottom: 12px;
}
.agents-steps p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #3E90BB;
}
.agents-steps__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
  border-radius: 50px;
  background: #fff;
}
.agents-steps__item-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
.agents-steps__item-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.agents-steps__item-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.agents-steps__item-title i {
  width: 24px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.agents-steps__item-title i img {
  display: block;
  max-width: 100%;
}
.agents-steps__item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #3E90BB;
}

.agents-feedback {
  margin-bottom: 160px;
}
.agents-feedback__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agents-feedback__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 15px;
  overflow: hidden;
}
.agents-feedback__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agents-feedback__form {
  border-radius: 15px;
  width: 796px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 22px;
  padding: 40px;
  background: #fff;
}
.agents-feedback .form h2 {
  font-size: 28px;
}
.agents-feedback .form p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #61687B;
  margin-bottom: 24px;
}

.reviews {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc((100% - 1204px) / 2);
  margin-bottom: 80px;
}
.reviews__head {
  width: 286px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.reviews h2 {
  margin-bottom: 21px;
}
.reviews__slider-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__slider-next {
  margin-left: 20px;
}
.reviews .slick-arrow {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.reviews__slider {
  margin-right: 52px;
  overflow: hidden;
}
.reviews__slider-inner {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  overflow: hidden;
}
.reviews .slick-list {
  padding: 0 10px;
}
.reviews .slick-slide {
  padding: 10px;
}
.reviews__item {
  background: #fff;
  padding: 30px 22px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
}
.reviews__item-text {
  color: #61687B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}
.reviews__item-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__item-info i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.reviews__item-info i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__item-info span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #61687B;
}
.reviews__item-info span strong {
  display: block;
  font-family: Involve;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #121B32;
  margin-bottom: 4px;
  text-transform: none;
}

.page-404 {
  margin: 80px 0;
}
.page-404__inner {
  max-width: 800px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 80px;
  text-align: center;
}
.page-404__image {
  position: relative;
}
.page-404__image img {
  width: 100%;
  display: block;
}
.page-404__content {
  margin-bottom: 80px;
  position: relative;
  margin-top: -226px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404 h3 {
  font-size: 28px;
  margin-bottom: 21px;
}
.page-404 p {
  font-size: 20px;
  color: #61687B;
  font-weight: 600;
  margin-bottom: 21px;
}
.page-404.promocode-404 h3 {
  margin-bottom: 20px;
}
.page-404.promocode-404 p {
  margin-bottom: 8px;
}
.page-404__promocode {
  width: 480px;
  color: #fff;
  border-radius: 15px;
  background: #1767FF;
  padding: 23px 28px 20px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__promocode-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
.page-404__promocode-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.page-404__promocode-field {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 5px;
  background: #F6F7FB;
  width: 283px;
  height: 56px;
  position: relative;
}
.page-404__promocode-field span {
  font-family: Involve;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #8F949F;
}
.page-404__promocode-field a {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-404__promocode-field a svg {
  display: block;
}
.page-404__promocode-field a path {
  fill: #8F949F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-404__promocode-field a:hover path {
  fill: #1767FF;
}
.page-404 .btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.page-404 .btn path {
  fill: #fff;
}

.article {
  padding: 60px 0;
  margin: 20px 0;
  border-radius: 50px;
  background: #FFF;
  line-height: 150%;
}
.article__inner > *:last-child {
  margin-bottom: 0 !important;
}
.article h2,
.article h3,
.article h4,
.article h5 {
  margin-bottom: 30px;
}
.article h2:nth-child(n+2),
.article h3:nth-child(n+2),
.article h4:nth-child(n+2),
.article h5:nth-child(n+2) {
  margin-top: 30px;
}
.article p {
  margin-bottom: 15px;
}

.gifts-page {
  margin-top: 115px;
}

.gifts-title__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gifts-title h1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
  font-size: 40px;
}
.gifts-title h1:before {
  content: "";
  display: block;
  background: url(../img/gifts/gift-title-left.png) no-repeat center center;
  background-size: contain;
  width: 62px;
  height: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.gifts-title h1:after {
  content: "";
  display: block;
  background: url(../img/gifts/gift-title-right.png) no-repeat center center;
  background-size: contain;
  width: 62px;
  height: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}

.gifts {
  margin: 30px 0 80px;
}
.gifts__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
.gifts__inner.style2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: unset;
  position: relative;
  margin-bottom: -20px;
}
.gifts__inner.style2 .gift {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 286px;
}

.gift {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gift__image {
  margin-bottom: 12px;
}
.gift__image a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.gift__image a img {
  max-width: 100%;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 180px;
  object-fit:cover;
}
.gift__image a:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.gift__location {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #1767FF;
}
.gift__location i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  width: 24px;
}
.gift__location i img {
  width: 100%;
  display: block;
}
.gift__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift__title a {
  color: #121B32;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gift__title a:hover {
  color: #1767FF;
}
.gift__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #61687B;
  margin-bottom: 10px;
}
.gift__more {
  margin-top: auto;
}
.gift__more a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #61687B;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gift__more a svg {
  margin-left: 8px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.gift__more a path {
  fill: #61687B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gift__more a:hover {
  color: #1767FF;
}
.gift__more a:hover path {
  fill: #1767FF;
}

.what-gift {
  margin-bottom: 60px;
}
.what-gift h2 {
  font-size: 40px;
}
.what-gift__inner {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  background: #fff;
  padding: 60px;
  border-radius: 50px;
}
.what-gift .tags {
  margin-bottom: 30px;
}

.gifts-hero {
  margin: 70px 0 80px;
}
.gifts-hero__inner {
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 50px;
  overflow: hidden;
  padding: 70px 0 0 70px;
  height: 474px;
}
.gifts-hero h1 {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
.gifts-hero p {
  color: #fff;
  font-family: Involve;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 522px;
}

.gifts-form {
  margin: 0 auto 80px;
  max-width: 1000px;
}
.gifts-form__inner {
  border-radius: 25px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
          box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
  padding: 40px;
}
.gifts-form__title {
  font-family: Involve;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.gifts-form__text {
  color: #61687B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 38px;
}
.gifts-form .form__radios {
  margin-left: -6px;
  margin-right: -6px;
}
.gifts-form .form .radio {
  width: auto;
}
.gifts-form .form .radio label span {
  padding: 0 15px;
}

body.white{
    background: #fff;
}
.vakancy .top{
    padding: 50px 0 40px;
    border-bottom: 1px solid #ccc;
}
.vakancy .top .tit{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
}
.vakancy .top .sub{
    font-size: 24px;
}
.vakancy .vac{
    padding: 40px 0;
}
.vac ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap:wrap;
    gap:10px;
}
.vac ul li a{
    display: block;
    padding: 10px;
    border:1px solid #D8D8D8;
    color: #61687B;
    text-decoration: none;
    font-size: 16px;
    border-radius:10px;
    transition:0.3s ease all;
}
.vac ul li a:hover, .vac ul li.active a{
    color: #fff;
    background: #1767FF;
}
.vacs{
    padding-bottom: 50px;
}
.vacs .wrap{
    max-width:632px;
}
.vac-search{
    margin: 0;
    width: 100%;
    max-width:100%;
    margin-bottom: 40px;
}
.vacs .block{
    padding: 20px;
    border-radius:15px;
    border:1px solid #C7C9CF;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px 0px rgba(206, 221, 224, 0.6);
}
.vacs .block .tit{
    font-size: 24px;
    font-weight: bold;
}
.vacs .block .price{
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0;
}
.vacs .block .company, .vn .company{
    color: #61687B;
    font-size: 16px;
}
.vacs .block .tg, .vn .tg{
    display: flex;
    flex-wrap:wrap;
    gap:8px;
    margin: 10px 0 25px;
}
.vacs .block .tg .l, .vn .tg .l{
    font-size: 12px;
    font-weight: bold;
    color: #737987;
    background: #F1F2F3;
    border-radius:5px;
    padding: 5px 10px;
}
.vacs .block .button{
    background: #1767FF;
    border-radius:50px;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    max-width:172px;
    transition:0.3s ease all;
}
.vacs .block .button:hover{
    background: #121B32;
}
.vacs .loading{
    color: #1767FF;
    border:1px solid #1767FF;
    border-radius:50px;
    background: none;
    width: 210px;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
    font-size: 16px;
    padding: 12px;
    transition:0.3s ease all;
}
.vacs .loading:hover{
    background: #1767FF;
    color: #fff;
}
.vacs .block .button svg{
    margin-left: 5px;
    width: 20px;
}
.vn{
    padding: 50px 0;
}
.vn .wr{
    max-widtH:720px;
    margin: auto;
}
.vn h1{
    font-size: 24px;
    margin-bottom: 10px;
}
.vn .price{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.vn .text p{
    margin-bottom: 15px;
}
.vn .text ul, .vn .text ol{
    padding-left: 30px;
    margin-bottom: 15px;
}
.vn .text li{
    margin-bottom: 4px;
}
.vn .text li:last-child{
    margin: 0;
}
.vn .conts {
    max-width:520px;
    margin-top: 30px;
}
.vn .conts .top{
    font-weight: bold;
    padding: 15px 0;
    border-top:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    cursor: pointer;
    position: relative;
}
.vn .conts .top:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url("../images/conts.svg") center center no-repeat;
}
.vn .conts .bot{
    padding: 10px 0;
    display: none;
}
.vacs .block.green{
    background: rgb(207, 242, 228);
}
.vacs .block.blue{
    background: rgb(209, 225, 255);
}
@media(max-width:999px){
    .vakancy .top .tit{
        font-size: 32px;
    }
    .vac-search input{
        display: block !important;
    }
    .vac-search {
        max-width:100% !important;
        width: 100% !important;
    }
    .vn{
        padding: 30px 0;
    }
}
@media(max-width:576px){
    .vakancy .top .tit{
        font-size: 26px;
    }
    .vakancy .top .sub{
        font-size: 16px;
    }
    .vakancy .top {
    	padding: 40px 0 30px;
    }
    .vakancy .vac {
    	padding: 30px 0;
    }
    .vac ul{
        gap:5px;
    }
    .vac ul li a{
        font-size: 12px;
        padding:7px 5px;
        border-radius:10px;
    }
    .vacs .block .tit{
        font-size: 20px;
    }
    .vacs .block .price{
        font-size: 18px;
    }
    .vacs .block .tg .l{
        font-size: 10px;
    }
    .vacs .block .button{
        max-width:100%;
        text-align: center;
        justify-content:center
    }
    .vacs .loading{
        width: 100%;
    }
}
.gift-banner{
    background: url("../img/gift-banner.jpg") top center no-repeat;
    background-size:cover;
    padding: 80px 70px;
    border-radius:50px;
    color: #fff;
}
.gift-banner h1{
    font-size: 80px;
    font-weight: bold;
}
.gift-banner .sub{
    font-size: 24px;
    font-weight: bold;
    opacity: 0.8;
}
.gift1{
    border-radius:15px;
    overflow: hidden;
    position: relative;
}
.gift1 img{
    min-height: 423px;
    object-fit:cover;
}
.gift1 .wrap{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
}
.gift1 .str{
    font-weight: bold;
    font-size: 16px;
}
.gift1 .title{
    margin: 10px 0 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}
.gift1 .text{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.gift1 a{
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding:12px 20px 15px;
    border-radius:40px;
    text-align: center;
}
.gift1 a svg{
    position: relative;
    top: 4px;
}
.gift1 a svg path{
    fill:#000;
}
.gift1 .wrap .mag-image{
    width:auto;
    height:auto;
    object-fit:fill;
    min-height:1px;
}
.text-white{
    color:#fff;
}
.mag-image{
    position: relative;
    top: 3px;
}
@media(max-width:1050px){
    .gift-banner h1{
        font-size: 60px;
    }
}
@media(max-width:850px){
    .gift-banner h1{
        font-size: 40px;
    }
    .gift-banner{
        padding:40px;
        border-radius:20px;
    }
    .gift-banner .sub{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .gift-banner{
        margin-bottom: 15px;
    }
    .gift-banner h1{
        font-size: 25px;
    }
    .gift-banner{
        padding:20px;
        border-radius:15px;
    }
    .gift-banner br{
        display: none;
    }
    .gift1{
        margin-bottom: 27px;
    }
}