/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
  color: #001c83;
}

.section__title b,
.section__title strong {
  font-weight: bolder;
  color: #d3b15f;
  /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #e2d359 35%, #f1e47c 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* @font-face {
  font-display: swap;
  font-family: Raleway;
  font-weight: 100 900;
  src: url(fonts/Raleway-VariableFont_wght.woff2) format("woff2 supports variations"), url(fonts/Raleway-VariableFont_wght.woff2) format("woff2-variations")
}

@font-face {
  font-display: swap;
  font-family: Raleway Italic;
  font-weight: 100 900;
  src: url(fonts/Raleway-Italic-VariableFont_wght.woff2) format("woff2 supports variations"), url(fonts/Raleway-Italic-VariableFont_wght.woff2) format("woff2-variations")
} */

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(85px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@-webkit-keyframes blick {
  0% {
    left: -100%
  }

  100% {
    left: 200%
  }
}

@keyframes blick {
  0% {
    left: -100%
  }

  100% {
    left: 200%
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse2 {
  to {
    box-shadow: 0 0 0 18px rgb(0 28 131 / 0%);
  }
}

@keyframes phone {

  0%,
  100% {
    transform: rotate(-20deg);
  }

  50% {
    transform: rotate(21deg);
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: translate(-50%, -50%) none;
    transform: translate(-50%, -50%) none;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes round {
  0% {
    -webkit-transform: translate(-50%, -50%) none;
    transform: translate(-50%, -50%) none;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

@keyframes marquee-infinite {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes spin {

  0%,
  100% {
    transform: translate(0)
  }

  25% {
    transform: translate(160%)
  }

  50% {
    transform: translate(160%, 160%)
  }

  75% {
    transform: translate(0, 160%)
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes spin6 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin6 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

html,
body {
  height: 100%;
  background-color: #ffffff;
}


.main {
  position: relative;
  min-height: 100%;
  opacity: 0;
  animation: fadeInAnimation 0.5s ease-out forwards;
}

* html .main {
  height: 100%;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  overflow-x: hidden;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.wrapper {
  width: 62.5708333333vw;
  margin: 0 auto;
}

img {
  display: block;
}

.no-scroll {
  overflow: hidden !important;
}

form.disabled {
  pointer-events: none !important;
}

form.disabled .form-btn::after {
  display: none;
}

[data-on-scroll-display] {
  -webkit-transition: 1s;
  transition: 1s;
}

[data-on-scroll-display=hidden] {
  opacity: 0 !important;
  -webkit-transform: translateY(2.6041666667vw) !important;
  transform: translateY(2.6041666667vw) !important;
}

[data-on-scroll-display=visible] {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

[data-anchor-btn] {
  cursor: pointer;
}

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

*::before,
*::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input.form-error:-webkit-autofill,
input.form-error:-webkit-autofill:hover,
input.form-error:-webkit-autofill:focus {
  -webkit-text-fill-color: #ff0000 !important;
  caret-color: #ff0000 !important;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: #ffffff;
  -webkit-text-fill-color: #1c1c1c;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #1c1c1c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.page-header {
  box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  z-index: 100;
  position: sticky;
  top: -3.111111vw;
}

.page-header .top-line {
  display: block;
  padding: 0.5425vw 0;
  background-color: #fff;
  border-bottom: 1px solid #eff2f1;
}

.page-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header .top-line .email {
  display: flex;
  align-items: center;
}

.page-header .top-line .email img {
  margin-right: 0.333333vw;
  width: 1vw;
  height: 1vw;
}

.page-header .top-line .email .text {
  color: #6a6a6a;
  font-size: 0.8291666667vw;
}

.page-header .top-line .email .text>span {
  color: #2f2f2f;
  font-weight: 600;
}

.page-header .top-line .actions {
  display: flex;
  align-items: center;
}

.page-header .top-line .actions .socials {
  display: flex;
  margin-right: 0.6666666vw;
  align-items: center;
  border-left: 0.052vw solid #eff2f1;
}

.actions .callbutton {
  margin-right: 0.6666666vw;
  padding: 0.417vw;
  border-radius: 2.604vw;
  background: #001c83;
  font-size: 0.8333333333vw;
  border: 0.052vw solid #001c83;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.actions .callbutton:hover {
  background: #001c8300;
  border: rgb(0, 0, 0) solid #001c83;
  color: #000000;
}

.page-header .top-line .actions .socials .social {
  display: flex;
  align-items: center;
  padding: 0.5425vw 0.6425vw;
  transition: all .2s ease;
}

.page-header .top-line .actions .socials img {
  width: 1vw;
  height: 1vw;
}

.page-header .lang {
  display: flex;
  align-items: center;
  border-left: 0.052vw solid #eff2f1;
  padding-left: 0.6425vw;

}

.page-header .translate_wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0;
}

.page-header .current_lang {
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}

.page-header .lang {
  padding: 0.5425vw 0.6425vw;
}

.page-header .lang.selected {
  display: none;
}

.page-header .lang span.lang-txt {
  display: inline-block;
  vertical-align: middle;
}

.page-header .lang span.lang-txt {
  position: relative;
  font-size: 0.8291666667vw;
  font-weight: 700;
}

.page-header .lang span span {
  color: #999;
  font-weight: 400;
}


/*more lang*/
.page-header .more_lang {
  transform: translateY(-1vw);
  opacity: 0;
  cursor: pointer;
  display: none;
  -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
  -moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
  -o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
  -ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
  transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}

.page-header .translate_wrapper.active .more_lang {
  display: block;
  position: absolute;
  background: #fff;
}

.page-header .more_lang.active {
  opacity: 1;
  transform: translateY(-0px);
}

.page-header .more_lang .lang:hover {
  background: #001c83;
  color: #fff;
}

.page-header .more_lang .lang:hover span {
  color: #fff;
}

.page-header .translate_wrapper:hover,
.page-header .translate_wrapper.active {
  color: #001c83;

}

.page-header .translate_wrapper.active .lang {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.26vw 0.781vw;
  -webkit-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
  -moz-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
  -o-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
  -ms-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
  transition: all 0.3s cubic-bezier(0, .99, .44, .99);
}

.page-header .top-line .actions .phone {
  padding-left: 1.5425vw;
  display: flex;
  align-items: center;
  border-left: 1px solid #eff2f1;
}

.page-header .top-line .actions .phone img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.477777vw;
}

.page-header .top-line .actions .phone .phones-list .text {
  display: block;
  font-weight: 600;
  font-size: 0.8291666667vw;
  color: #2f2f2f;
}

.page-header .main-line {
  padding: 0.5425vw 0;
  background-color: rgb(255 255 255 / 83%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-header .main-line .logo a img {
  display: block;
  height: 2.555555vw;
}

.page-header .main-line .menu,
.page-header .main-line .menu .nav>ul {
  display: flex;
  align-items: center;
}

.page-header .main-line .menu,
.page-header .main-line .menu .nav ul li {
  position: relative;
  list-style: none;
  text-decoration: none;
}

.page-header .main-line .menu .nav>ul>li>a {
  display: block;
  font-size: 0.7291666667vw;
  text-transform: uppercase;
  padding: 0.5425vw 0.6425vw;
  cursor: pointer;
  color: #6a6a6a;
  font-weight: 600;
}

.page-header .main-line .menu .nav>ul>li.current_page_item>a {
  color: #001c83;
}

.page-header .main-line .menu .nav ul li:nth-child(3) a::after {
  content: '+5';
  position: absolute;
  padding: 0 0.26vw;
  width: auto;
  height: 1.042vw;
  top: -0.625vw;
  right: 0.26vw;
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  line-height: 1.042vw;
  border-radius: 0.156vw;
  font-weight: 600;
  font-size: 0.729vw;
}

.page-header .main-line .menu .lang {
  display: flex;
  align-items: center;
  padding-left: 0.6425vw;
}

.page-header .more_lang .lang.selected {
  display: none;
}


.page-header .main-line .menu .lang .item {
  text-transform: uppercase;
  color: #6a6a6a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.5425vw;
  font-weight: 600;
  font-size: 4.229167vw;
}

.page-header .main-line .menu .lang .item.active {
  color: #001c83;
}

.page-header .main-line .menu .actions {
  margin-left: 0.5425vw;
  display: flex;
}

.page-header .main-line .menu .actions .action-btn {
  margin-left: 0.5425vw;
  height: 2vw;
  width: 2vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1vw;
}

.page-header .main-line .menu .actions .action-btn img {
  width: 1vw;
  height: 1vw;
}

.actions .action-btn.telegram {
  background-color: #27a7e7;
  border-color: #27a7e7;
}

.actions .action-btn.viber {
  background-color: #7360f2;
  border-color: #7360f2;
}

.actions .action-btn.whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

.actions .action-btn.telegram:hover {
  background-color: #2196f3;
  border-color: #2196f3;
}

.actions .action-btn.viber:hover {
  background-color: #5f48f3;
  border-color: #5f48f3;
}

.actions .action-btn.whatsapp:hover {
  background-color: #1bb653;
  border-color: #1bb653;
}

.page-header .mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  padding-bottom: 50px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.page-header .mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.page-header .mobile-menu .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.page-header .mobile-menu .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scale(1.2);
  opacity: 0;
  transition: all .3s ease;
}

.page-header .mobile-menu.active .list {
  opacity: 1;
  transform: none;
  transition-delay: .2s;
}

.page-header .mobile-menu .list li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 4.5425vw 2.6425vw;
  color: #2f2f2f;
  font-weight: 600;
  font-size: 5.629167vw;
}

.page-header .mobile-menu .list li:nth-child(3) a::after {
  content: '+5';
  position: absolute;
  padding: 0 1.282vw;
  width: auto;
  height: 5.128vw;
  top: 4.359vw;
  right: 25.205vw;
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  line-height: 5.128vw;
  border-radius: 0.769vw;
  font-weight: 600;
  font-size: 3.59vw;
}

.common-title {
  font-size: 2.333333vw;
  font-weight: 600;
  font-weight: 700;
  line-height: 3.6458333333vw;
}

.common-btn {
  height: 3.1666666667vw;
  padding: 0.5208333333vw 1.5625vw;
  border: none;
  border-radius: 5.2083333333vw;
  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: #ffffff !important;
  font-weight: 400;
  font-size: 0.8975vw;
  line-height: 1.0416666667vw;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.common-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  z-index: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.common-btn:hover::before {
  opacity: 1;
}

.common-btn:active {
  transform: scale(.97)
}

.common-btn .btn-text {
  z-index: 1;
}

form .info {
  font-size: 0.625vw;
  line-height: 0.938vw;
  color: #6C6C6C;
}

form .info a {
  color: #d3b15f;
  text-decoration: underline;
}

.common-form {
  width: 100%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.common-form .form-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.common-form .form-container .form-item {
  margin-right: 0.78125vw;
}

.common-form .form-container .form-input,
.common-form .form-container .form-textarea {
  border: none;
}

.common-form .form-container .form-input,
.common-form .form-container .form-textarea {
  width: 15.833333vw;
  color: #1c1c1c;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
  background: #ffffff;
  border: 0.0520833333vw solid #d8dceb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.iti .iti__selected-dial-code {
       margin-left: 0.333vw;
    font-size: 0.8333333333vw;
}

.common-form .form-container .form-btn {
  height: 3.1666666667vw;
  width: 100%;
}

.common-form .form-container .form-input {
  height: 3.1666666667vw;
  border-radius: 5.2083333333vw;
  padding: 0 1.8229166667vw;
}

.common-form .form-container .iti__selected-country-primary {
		 border-radius: 5.2083333333vw;
	}

.iti .iti__selected-dial-code, .iti__country-name {
	color: #1c1c1c;
}

.common-form .form-container .form-textarea {
  height: 6.25vw;
  resize: none;
  padding: 1.3020833333vw 1.8229166667vw;
  border-radius: 1.3020833333vw;
}

.common-slider-pagination {
  width: auto !important;
  height: 0.3645833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-slider-pagination.white-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}

.common-slider-pagination .swiper-pagination-bullet:last-child {
  display: none;
}

.common-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.common-slider-buttons {
  width: 5.9895833333vw;
  height: 2.6041666667vw;
  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;
  pointer-events: none;
}

.common-slider-buttons .slider-btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  background-color: #fbfbfb;
  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;
  pointer-events: auto;
  cursor: pointer;
  border: 0.0520833333vw solid #fbfbfb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-slider-buttons.white-buttons .slider-btn {
  border-color: #ffffff;
  background-color: #ffffff59;
}

.common-slider-buttons .slider-btn svg {
  width: 0.9375vw;
  height: 0.9375vw;
}

.first__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}

.first__main-slider {
  width: 100%;
  position: relative;
}

.first__main-slider .slider-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.first__main-slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first__main-slider .slider-container .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  margin-right: 1.0416666667vw;
}

.first__main-slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}

.first__main-slider .slider-bottom {
  width: 100%;
  height: 2.6041666667vw;
  padding-left: 3.6458333333vw;
  padding-right: 2.6041666667vw;
  position: absolute;
  left: 0;
  bottom: 1.0416666667vw;
  z-index: 1;
  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-around;
  pointer-events: none;
}

.first__main-side {
  width: 24.4791666667vw;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first__main-side .side-item {
  width: auto;
  min-height: 13.28125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  background-color: #f2f7fa;
  margin-bottom: 2.0833333333vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.first__main-side .side-item:last-child {
  margin-bottom: 0;
}

.first__main-side .side-item:nth-child(1):last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.first__main-side .item-img {
  width: 13.0208333333vw;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.first__main-side .item-main {
  width: 100%;
  height: auto;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5625vw 2.0833333333vw;
  padding-right: 11.71875vw;
  position: relative;
  z-index: 1;
}

.first__main-side .item-main>*:last-child {
  margin-bottom: 0 !important;
}

.first__main-side .item-title {
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 2.34375vw;
  margin-bottom: 0.78125vw;
}

.first__main-side .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
}

.first__main-side .item-link {
  font-size: 0.8333333333vw;
  font-weight: 700;
}

.first__main-slide {
  width: 100%;
  height: auto;
  min-height: 28.6458333333vw;
  position: relative;
  background-color: #f0f5f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first__main-slide::after {
  content: "";
  width: 26.5625vw;
  height: 26.5625vw;
  display: none;
  border-radius: 50%;
  opacity: 0.5;
  background: #ffffff;
  -webkit-filter: blur(5.2083333333vw);
  filter: blur(5.2083333333vw);
  position: absolute;
  top: 50%;
  right: 7.8125vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.first__main-slide .slide-img {
  height: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.first__main-slide .slide-main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 7.6041666667vw 0;
  padding-right: 22.7395833333vw;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first__main-slide .slide-main>*:last-child {
  margin-bottom: 0 !important;
}

.first__main-slide .slide-title {
  font-size: 2.8645833333vw;
  font-weight: 700;
  line-height: 3.3854166667vw;
  margin-bottom: 0.5208333333vw;
}

.first__main-slide .slide-text {
  max-width: 23.9583333333vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}

.first__main-slide .slide-list {
  padding: 0;
  list-style: none;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}

.first__main-slide .slide-hint {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 0.5208333333vw;
}

.first__main-slide .slide-btn {
  min-width: 15.625vw;
}

.first__main-slide.white-slide .slide-main {
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 245, 248, 0.8)), to(rgba(242, 247, 250, 0)));
  background: -webkit-linear-gradient(left, rgba(240, 245, 248, 0.8) 0%, rgba(242, 247, 250, 0) 100%);
  background: linear-gradient(90deg, rgba(240, 245, 248, 0.8) 0%, rgba(242, 247, 250, 0) 100%);
}

.first__main-slide.blue-slide {
  background-color: #0045af;
}

.first__main-slide.gold-slide {
  background: repeating-linear-gradient(90deg, #472819 0%, #472819 2%, #d99e4c 23%, #a87b32 29%, #865c25 33%, #e2b566 61%, #efdf80 66%, #9f7c3c 79%, #2c1b14 95%, #2c1b14 100%);
}

.first__main-slide.dark-blue-slide {
  background-color: #001c83;
}

.first__main-slide.pink-slide {
  background-image: linear-gradient(359deg, #e4caff 0%, #f5f9fd 100%);
}

.first__main-slide.blue-slide,
.first__main-slide.dark-blue-slide,
.first__main-slide.gold-slide {
  color: #ffffff;
}

.first__main-slide.blue-slide::after,
.first__main-slide.dark-blue-slide::after,
.first__main-slide.gold-slide::after {
  display: block;
}

.first__main-slide.blue-slide .slide-list li::before,
.first__main-slide.dark-blue-slide .slide-list li::before,
.first__main-slide.gold-slide .slide-list li::before {
  background-color: #ffffff;
}

.first__slider .slider-hint {
  display: none;
}

.first__slider .slider-container {
  margin-bottom: 1.3020833333vw;
}

.first__slider .slider-container .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first__slider .slider-container .swiper-slide {
  width: 19.2708333333vw;
  height: auto;
  min-height: 9.1145833333vw;
  margin-right: 1.5625vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first__slider .slider-container .swiper-slide:last-child {
  margin-right: 0;
}

.first__slider .slider-container .slide-img {
  width: 10.4166666667vw;
  height: 9.1145833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.first__slider .slider-container .slide-link {
  width: 100%;
  height: auto;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625vw 1.8229166667vw;
  padding-right: 5.2083333333vw;
  border: 0.0520833333vw solid #f2f7fa;
  border-radius: 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.first__slider .slider-container .slide-link>*:last-child {
  margin-bottom: 0 !important;
}

.first__slider .slider-container .slide-link:hover {
  border-color: #ffffff;
}

.first__slider .slider-container .slide-title {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.4583333333vw;
  margin-bottom: 0.5208333333vw;
}

.first__slider .slider-container .slide-price {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.5625vw;
  color: #ffffff;
}

.first__slider .slider-container .slide-price span {
  font-size: 1.25vw;
}

.first__slider .slider-bottom {
  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;
}

.common-slider-pagination .swiper-pagination-bullet {
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  margin: 0 !important;
  margin-left: 0.4166666667vw !important;
  opacity: 0.5;
  background-color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}

.marquee-infinite {
  margin: 1.563vw auto;
  background: repeating-linear-gradient(90deg, #472819 0%, #472819 2%, #d99e4c 23%, #a87b32 29%, #865c25 33%, #e2b566 61%, #efdf80 66%, #9f7c3c 79%, #2c1b14 95%, #2c1b14 100%);
  max-width: 100%;
  overflow: hidden;
  margin-top: -2.0833333333vw;
}

.marquee-infinite div {
  display: flex;
  align-items: center;
  width: 200%;
  height: 2.865vw;
  animation: marquee-infinite 40s linear infinite;
}

.marquee-infinite div>span {
  white-space: nowrap;
  width: 100%;
  font-size: 1.406vw;
  color: #fff;
  font-style: italic;
  line-height: 130%;
  text-align: right;
  color: #FFFFFF;
  padding-right: 2.604vw;
}

.marquee-infinite div>span span {
  font-style: italic;
  font-weight: 600;
}

.marquee-infinite div>span strong {
  color: #fff;
}

.marquee-infinite:hover div {
  animation-play-state: paused;
}

.about {
  margin-bottom: 5.2083333333vw;
}

.about__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.about__content {
  width: 30vw;
}

.about .section__title {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}


.about .title-divider {
  display: inline-block;
  position: relative;
  height: 0.1vw;
  background: linear-gradient(90deg, #001c83, #fff 75%, #fff);
  width: 100%;
  margin-left: 1vw;
  overflow: hidden;
  border-radius: 1vw;
}

.about .title-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -0.01vw;
  height: 0.1344444vw;
  width: .6vw;
  background-color: #ffffff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

.about .section__title h2 {
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.about .section__text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  text-align: justify;
}

.about__img {
  margin-top: 0;
  border-radius: 1.5em;
  width: 27.875vw;
}

.about__img img {
  width: 100%;
}

.ourmission__content p {
  font-size: 1.5em;
  line-height: 1.9;
}

.about .actions {
  display: flex;
  margin-top: 1vw;
}

.about .actions .link {
  font-size: 0.8333333333vw;
  color: #001c83;
  font-weight: 600;
  display: flex;
  border: none;
  transition: 0.3s;
  min-width: 5.58599955vw;
  align-items: center;
}

.about .actions .link:hover {
  text-decoration: underline;
}

.about .actions .link img {
  width: .66666666vw;
  height: .66666666vw;
  margin-left: 0.5vw;
  transition: margin-left 0.3s ease;
}

.about .actions .link:hover img {
  margin-left: 1vw;
}

.title-header-first-span {
  display: flex;
  position: absolute;
  -webkit-text-stroke-color: #f7e094;
  -webkit-text-fill-color: rgba(174, 146, 96, 0);
  -webkit-text-stroke-width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  z-index: -1;
}

.courses-filters {
  margin-bottom: 2.2083333333vw;
}

.courses-filters .f-list {
  display: flex;
  width: 100%;
}

.courses-filters .f-list .category {
  flex-grow: 0;
  position: relative;
}

.courses-filters .f-list .category .c-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0.866vw 0 0.566vw;
  border: 0.0520833333vw solid #d8dceb;
  border-radius: 0.555vw;
  font-size: 0.858888vw;
  font-weight: 600;
  line-height: 2.366667vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 2.466667vw;
  width: 9.833vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.courses-filters .f-list .category .c-btn img {
  width: 1vw;
  height: 1vw;
  position: absolute;
  right: 0.177vw;
  top: 0.788vw;
  z-index: 0;
}

.courses-filters .f-list .category .c-drop {
  position: absolute;
  border-radius: 1vw;
  top: 100%;
  left: 0;
  width: 16.555vw;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border: 0.0520833333vw solid #d8dceb;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: translateY(10px);
  z-index: 10;
}

.courses-filters .f-list .category.active .c-drop {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.courses-filters .f-list .category .c-drop ul {
  padding: 0.333vw 0;
}

.courses-filters .f-list .category .c-drop ul li {
  border-bottom: 1px solid #eee;
}

.courses-filters .f-list .category .c-drop ul li a {
  display: block;
  cursor: pointer;
  padding: 0.333vw 0.999vw;
  font-size: 0.858888vw;
  line-height: 1.222vw;
}

.courses-filters .f-list .category .c-drop ul li a:hover {
  background-color: #eee;
}

.courses-filters .f-list .category .c-drop ul li:first-child a:hover {
  border-radius: 0.521vw 0.521vw 0 0;
}

.courses-filters .f-list .category .c-drop ul li:last-child a:hover {
  border-radius: 0 0 0.521vw 0.521vw;
}

.courses-filters .f-list .category .c-drop ul li a.active {
  background-color: #001c82;
  color: #fff;
}

.courses-filters .f-list .category .c-drop ul li:first-child a.active {
  border-radius: 0.521vw 0.521vw 0 0;
}

.courses-filters .f-list .category .c-drop ul li:last-child a.active {
  border-radius: 0 0 0.521vw 0.521vw;
}

.courses-filters .f-list .search-field {
  flex-grow: 10;
}

.courses-filters .common-form .form-container {
  justify-content: flex-end;
}

.courses-filters .banner-form .form-item {
  position: relative;
}

.courses-filters .banner-form .form-input {
  height: 2.466667vw;
  width: 51.111vw;
  border-radius: 0.555vw;
  border: 0.0520833333vw solid #d8dceb;
}

.courses-filters.search .banner-form .form-item {
  width: 100%;
}

.courses-filters.search .banner-form .form-input {
  width: 100%;
}

.courses-filters .banner-form .form-item .btn-ser {
  position: absolute;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  padding: 1vw;
  right: 0;
  top: 0;
  border-bottom-right-radius: 0.555vw;
  border-top-right-radius: 0.555vw;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: 600;
  border: none;
  height: 2.466667vw;
  background: #cccccc;
  cursor: pointer;
  transition: 0.3s;
}

.courses-filters .banner-form .form-item .btn-ser img {
  width: 1vw;
  height: 1vw;
}

.products {
  position: relative;
  margin-bottom: 5.2083333333vw;
  z-index: 5;
}

.products .products__title {
  white-space: nowrap;
  text-align: left;
}

.products .products-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -0.78125vw;
  margin-bottom: 2.6041666667vw;
  justify-content: space-between;
}

.products .products-card {
  width: 19.2708333333vw;
  height: 100%;
  margin: 1.0416666667vw 0.78125vw;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.products .products-card .card-top {
  padding: 0 1.0416666667vw 1.0416666667vw 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.0416666667vw;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  justify-content: flex-end;
  height: 14.533334vw;
}

.products .products-card .card-top:hover, .products-offline .products-card .card-top:hover {
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
}

.products .products-card .card-img .courses-link-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(0 69 175 / 37%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: .5s;
  z-index: 10;
}

.products .products-card .card-img:hover .courses-link-hover {
  opacity: 1;
}

/* .products .products-card .card-img .courses-link-hover svg{
  width: 1vw;
  height: 1vw;
} */

.products .products-card .card-img {
  overflow: hidden;
  margin-bottom: 1.5625vw;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  position: relative;
}

.products .products-card .card-img img {
  width: 100%;
  height: 10.43444444vw;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.products .products-card .card-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15)
}

.products .products-card .card-title {
  font-size: 1.1416666667vw;
  font-weight: 500;
  line-height: 1.25vw;
  margin-bottom: .5416666667vw;
  color: #001c83;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products .products-card .card-text {
	position: relative;
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  margin-bottom: 0.541667vw;
  overflow: hidden;
  height: 4.99999999vw;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5.33333333vw;
}

.products .products-card .card-text::after {
content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
}

.products-card__tabs .card-flex {
  width: 100%;
  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;
  margin-top: auto;
  margin-bottom: 1.141667vw;
  justify-content: center;
}

.products-card__tabs .card-flex .price-title {
  font-size: 1.25vw;
  font-weight: 600;
}

.products .products-card .card-flex {
width: 100%;
	    margin-bottom: 0.555vw;
}

.products .products-card .card-flex .card-prices {
  display: flex;
	justify-content: center;
}

.products .products-card .card-flex .price-text {
  color: #001c83;
  font-size: 1.45vw;
}

.products .products-card .card-flex .current-price .price-text {
  font-weight: 600;
}

.products .products-card .card-flex .old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.688888vw;
}

.products .products-card .card-flex .old-price .price-text {
  font-size: 1.25vw;
  color: #829196;
  margin-right: 0.5208333333vw;
}

.products .products-card .card-flex .price-discount {
  position: relative;
  width: 2.244vw;
  height: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.625vw;
  font-weight: 700;
  color: #ffffff;
  background: #F44336;
  padding-left: 0.4166666667vw;
  padding-right: 0.3125vw;
  background-size: cover;
  border-radius: .2vw;
	justify-content: center;
}

.products .products-card .card-flex .price-discount::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.15141111vw;
  transform: translateY(-50%);
  border: 0.354555555vw solid transparent;
  border-right-color: #F44336;
}

.products .actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.products .actions .link {
  font-size: 0.8333333333vw;
  color: #001c83;
  font-weight: 600;
  display: flex;
  border: 1px solid #0a237f;
  padding: 0.7208333333vw 1.5625vw;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  min-width: 13vw;
  border-radius: 5.2083333333vw;
}

.products .actions .link:hover {
  color: #ffffff;
  background: #0a237f;
}


.products .actions .link img {
  width: .66666666vw;
  height: .66666666vw;
  margin-left: 0.5vw;
  transition: margin-left 0.3s ease;
}

.products .actions .link:hover img {
  margin-left: 1vw;
  filter: brightness(10);
}

.products .button-bottom {
  align-items: center;
}

.products .button-bottom .bottom-link {
  transition: all 0.3s ease 0s;
  padding: 0.521vw 0.781vw;
  border-radius: 5.2083333333vw;
  color: #fff;
  background: #0a237f;
  border: 0.052vw solid #0a237f;
  animation: pulse2 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 rgb(0 28 131);
}

.products .button-bottom .bottom-link:hover {
  color: #0a237f;
  border: 0.052vw solid #0a237f;
  background: #fff;
}

.products .bottom-line::after {
  display: none;
}

.products-offline {
  position: relative;
  margin-bottom: 5.2083333333vw;
  z-index: 5;
}

.products-offline .products__title {
  white-space: nowrap;
  text-align: left;
}

.products-offline .products-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw -0.78125vw;
  margin-bottom: 2.6041666667vw;
  justify-content: space-between;
}

.products-offline .products-card {
  width: 19.2708333333vw;
  height: 100%;
  margin: 1.0416666667vw 0.78125vw;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.products-offline .products-card .card-top {
  padding: 0 0.7416666667vw 1.0416666667vw 0.7416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.0416666667vw;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  justify-content: flex-end;
  height: 26.533334vw;
}

.products-offline .products-card .card-img {
  overflow: hidden;
  margin-bottom: 0.5625vw;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  position: relative;
}

.products-offline .products-card .card-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.052vw solid #fff;
  border-bottom: 0.052vw solid #fff;
  background: #001c831c;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.products-offline .products-card .card-img:hover:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(2, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(2, 1, 1);
}

.products-offline .products-card .card-img img {
  width: 100%;
  height: 10.43444444vw;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.products-offline .products-card .card-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15)
}

.products-offline .products-card .card-title {
  font-size: 1.1416666667vw;
  font-weight: 500;
  line-height: 1.622vw;
  margin-bottom: .8416666667vw;
  color: #001c83;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products-offline .products-card .card-subtitle {
  font-size: 1.042vw;
  font-weight: 700;
  line-height: 1.375vw;
  margin-bottom: 0.255vw;
  color: #d3b15f;
  /* background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #e2d359 35%, #d7d760 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
}

.products-offline .products-card .card-text {
	position: relative;
  font-size: .7416666667vw;
  line-height: 1.045833vw;
  margin-bottom: 0.841667vw;
  height: 9.99999999vw;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.333333vw;
	overflow: hidden;
}

  .products-offline .products-card .card-text-all {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.0416666667vw;
    cursor: pointer;
    margin-bottom: 0.841667vw;
    transition: 0.3s;
  }

  .products-offline .products-card .card-text-all:hover {
    color: #001c83;
    transform: scale(1.1);
  }

  .products-offline .products-card .card-text-all>img {
    width: 1.563vw;
    height: 1.563vw;
    margin-right: 0.26vw;
  }

  .products-offline .products-card .card-top.open .card-text-all>img {
    transform: rotate(180deg);
  }

  .products-offline .products-card .card-text::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
  }

  .products-offline .products-card .card-top.open .card-text::after {
    display: none;
  }

  .products-offline .products-card .card-top.open, .products-offline .products-card .card-top.open .card-text {
  height: auto;
  pointer-events: auto;
}

.products-offline .products-card .card-text::-webkit-scrollbar {
  background-color: #efefef;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 0.1122222vw solid #fff;
}

.products-offline .products-card .card-text::-webkit-scrollbar-thumb {
  background-color: #001c83;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 2px solid #fff;
}

.products-offline .products-card .card-flex {
  width: 100%;
  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;
  margin-top: auto;
  margin-bottom: 1.141667vw;
  justify-content: space-between;
}

.products-card__tabs .card-flex .card-group {
  display: grid;
  gap: 0.333vw;
  width: 49%;
}
.item-bullets .products-card__tabs .card-flex .card-group {
  justify-items: center;
}

.products-card__tabs .card-flex .price-title {
  display: flex;
  align-items: center;
  font-size: 0.666vw;
  font-weight: 600;
  margin-right: 0.344vw;
}

.products-card__tabs .card-flex .card-price {
  display: flex;
  align-items: center;
}

.products-card__tabs .card-flex .card-prices {
  display: flex;
}

.products-card__tabs .card-flex .price-text, .products-card__tabs .card-flex .price-old-text {
  color: #001c83;
  font-size: 0.899vw;
}

.products-card__tabs .card-flex .current-price .price-text, .products-card__tabs .card-flex .current-price .price-old-text {
  font-weight: 600;
}

.products-card__tabs .card-flex .current-price .price-text s {
 color: #F44336;
}

.products-card__tabs .card-flex .card-group-title {
  font-size: 0.753vw;
  line-height: 0.909vw;
  font-weight: 500;
}

.products-card__tabs .card-flex .card-group-time-value {
  font-size: 0.753vw;
  line-height: 0.909vw;
  font-weight: 500;
}

.products-card__tabs .card-flex .card-group-time {
  display: flex;
  align-items: center;
}


.products-card__tabs .card-flex .card-group-time .card-group-time-title {
  display: flex;
  align-items: center;
  font-size: 0.666vw;
  font-weight: 600;
  margin-right: 0.344vw;
}

.products-card__tabs .card-flex .card-group-time .card-group-time-title img,
.products-card__tabs .card-flex .price-title img {
  width: 1.1375vw;
  height: 1.1375vw;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.2208333333vw;
}

.products-offline .actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.products-offline .actions .link {
  font-size: 0.8333333333vw;
  color: #001c83;
  font-weight: 600;
  display: flex;
  border: 1px solid #0a237f;
  padding: 0.7208333333vw 1.5625vw;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  min-width: 13vw;
  border-radius: 5.2083333333vw;
}

.products-offline .actions .link:hover {
  color: #ffffff;
  background: #0a237f;
}


.products-offline .actions .link img {
  width: .66666666vw;
  height: .66666666vw;
  margin-left: 0.5vw;
  transition: margin-left 0.3s ease;
}

.products-offline .actions .link:hover img {
  margin-left: 1vw;
  filter: brightness(10);
}

.products-card__tabs {
  width: 100%;
}

.products-card__tabs .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.521vw;
  justify-content: center;
}

.products-card__tabs .tabs-item {
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1;
  margin-right: 1.2083333333vw;
  color: #829196;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.052vw solid #ddd;
  padding: 0.452vw 1.052vw;
  border-radius: 2vw;
}

.products-card__tabs .tabs-item:last-child {
  margin-right: 0;
}

.products-card__tabs .tabs-item.active {
  color: #ffffff;
  font-weight: 700;
  pointer-events: none;
  border: 0.052vw solid #001c83;
  background: #001c83;
}

.products-card__tabs .card-flex {
  display: none !important;
}

.products-card__tabs .card-flex.active {
  display: flex !important;
}

.products-offline .products-link.bottom-line {
  display: flex;
  align-items: stretch;
  padding-bottom: 0.26vw;
  margin: 0 auto;
  margin-bottom: 0.521vw;
  font-size: 0.8333333333vw;
}

.products-offline .products-link.bottom-line:hover {
  text-decoration: underline;
}

.products-offline .products-link.bottom-line::after {
  display: none;
}

.products-offline .products-link.bottom-line img {
  width: 1.042vw;
  height: 1.042vw;
  margin-left: 0.26vw;
}

.info-offline {
  position: relative;
  margin-bottom: 5.2083333333vw;
}

.info-offline .section__title {
  margin-bottom: 0;
}

.section__title .offline__title {
  white-space: nowrap;
  text-align: left;
}

.info-offline-wrap {}

.info-offline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.563vw;
}

.info-offline-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.info-offline-item:last-child {
  margin-bottom: 0;
}

.info-offline-img {
  overflow: hidden;
  border-radius: 1.0416666667vw;
}

.info-offline-img img {
  width: 30.434444vw;
  height: 18.434444vw;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.info-offline-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.info-offline-text {
  position: relative;
  width: 49%;
}

.info-offline-text>* {
  margin-bottom: 2.111vw;
  color: #001c83;
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 1.0416666667vw;
  line-height: 1.475vw;
}

.info-offline-text>*:first-child {
  font-weight: 800;
  margin-bottom: 0;
}

.info-offline-text>*:last-child {
  margin-bottom: 0;
  color: #8291b1;
}

.info-offline .title-header-first-span {
  top: 7vw;
  font-size: 24.5vw;
  -webkit-text-stroke-color: #ffc40000;
  -webkit-text-fill-color: #f2f5ff;
}

.city-offline {
  position: relative;
  z-index: 10;
  background: #001c83;
  margin-bottom: 5.2083333333vw;
}

.city-offline .image-box {
  position: absolute;
  width: 51%;
  top: 0;
  right: 0;
  bottom: 0;
}

.city-offline .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.city-offline .city-offline-left {
  position: relative;
  max-width: 48.888vw;
  padding: 6.7708333333vw 7.5416666667vw 6.7708333333vw 7.2083333333vw;
}

.city-offline .city-offline-left .content-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5416666667vw;
}

.city-offline .city-offline-left .content-item .text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #fff;
  font-size: 0.99vw;
}

.city-offline .city-offline-left .content-item .text span {
  font-weight: 600;
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #e2d359 35%, #d7d760 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
}

.city-offline .city-offline-left .content-item:last-child {
  margin-bottom: 0;
}

.city-offline .city-offline-left .content-item img {
  width: 3.385vw;
  height: 3.385vw;
  margin-right: 0.781vw;
}

.city-offline .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}


.city-offline .button-bottom {
  margin-top: 2vw;
}

.advantages-offline {
  margin-bottom: 5.2083333333vw;
}

.advantages-offline .advantages__inner {
  justify-content: space-between;
}

.advantages-offline .advantages-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30.788888vw;
  background: #f2f5ff;
  margin-bottom: 1vw;
}

.advantages-offline .advantages-block:nth-child(1) {
  background: #f2f5ff;
}

.advantages-offline .advantages-block:nth-child(2) {
  background: none;
}

.advantages-offline .advantages-block:nth-child(3) {
  background: none;
}

.advantages-offline .advantages-block:nth-child(4) {
  background: #f2f5ff;
}

.advantages-offline .advantages-block:nth-child(5) {
  background: #f2f5ff;
}

.advantages-offline .advantages-block:nth-child(6) {
  background: none;
}

.advantages-offline .advantages-block:nth-child(7) {
  background: none;
}

.advantages-offline .advantages-block:nth-child(8) {
  background: #f2f5ff;
}

.advantages-offline .advantages-block__header {
  color: #001c83;
  white-space: normal;
  text-align: left;
  margin-bottom: 0.667vw;
}

.advantages-offline .advantages-block__text {
  text-align: left;
}

.company {
  position: relative;
  margin-bottom: 5.2083333333vw;
}

.company__container {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.company__content .content-banner {
  position: relative;
  background: #001c83;
}

.company__content .content-banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.company__content .content-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  /* background: rgba(0, 0, 0, .6); */
}

.company__content .content-banner .banner-main {
  width: 43.1354166667vw;
  padding: 6.7708333333vw 7.5416666667vw 6.7708333333vw 9.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  flex-direction: column;
}

.company__content .content-banner .banner-title {
  font-size: 3.333333vw;
  font-weight: 500;
  margin-bottom: 1vw;
}

.company__content .content-banner .banner-title span {
  font-weight: 700;
}

.company__content .content-banner .banner-text {
  font-size: 1.0416666667vw;
  line-height: 1.50vw;
}

.company__content .content-banner .banner-side {
  width: 43.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 0.0520833333vw solid rgba(255, 255, 255, .15);
}

.company__content .content-banner .banner-side .side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  min-height: 12.9270833333vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 0.0520833333vw solid rgba(255, 255, 255, .15);
  border-right: 0.0520833333vw solid rgba(255, 255, 255, .15);
  text-align: center;
  padding: 3.510417vw 2.6041666667vw;
}

.company__content .content-banner .banner-side .side-item .item-title {
  position: relative;
  font-weight: 700;
  font-size: 1.25vw;
  margin-bottom: 0.5208333333vw;
}

.company__content .content-banner .banner-side .side-item .item-title span {
  font-size: 3.125vw;
}

.company__content .content-banner .banner-side .side-item .item-title span::before {
  content: "";
  width: 0.520833vw;
  height: 0.520833vw;
  position: absolute;
  top: 0.60833vw;
  left: -0.4125vw;
  transform: translateX(-50%);
  background-color: #ffc107;
  z-index: 0;
  border-radius: 100%;
}

.company__content .content-banner .banner-side .side-item .item-title span::after {
  content: "";
  width: 1.120833vw;
  height: 1.120833vw;
  position: absolute;
  top: 0;
  left: -1.00125vw;
  transform: translateX(-50%);
  background-color: #ffffff80;
  z-index: 0;
  border-radius: 100%;
}

.company__content .content-banner .banner-side .side-item .item-text {
  font-weight: 500;
  font-size: .8333333333vw;
}

.consult-item {
  position: relative;
  width: 13.66666666vw;
  background: #0000002b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2vw;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}

.consult-item a {
  width: 100%;
  height: auto;
  display: block;
}

.consult-item:hover {
  background: #0046af6a;
}

.consult-item .item-img {
  display: flex;
  justify-content: flex-start;
}

.consult-item .item-img img {
  width: 5vw;
  height: 5vw;
}

.consult-item .item-title {
  font-size: 1.25vw;
  margin-bottom: 0.625vw;
  text-transform: uppercase;
}

.consult-item .item-text {
  font-size: 1vw;
  text-transform: uppercase;
}

.consult-item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.franchise {
  margin-bottom: 5.2083333333vw;
}

.franchise__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.franchise__content {
  width: 30vw;
}

.franchise .section__title {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}


.franchise .title-divider {
  display: inline-block;
  position: relative;
  height: 0.1vw;
  background: linear-gradient(90deg, #001c83, #fff 75%, #fff);
  width: 100%;
  margin-left: 1vw;
  overflow: hidden;
  border-radius: 1vw;
}

.franchise .title-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -0.01vw;
  height: 0.1344444vw;
  width: .6vw;
  background-color: #ffffff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

.franchise .section__title h2 {
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.franchise .section__text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

.franchise__img {
  margin-top: 0;
  border-radius: 1.5em;
  width: 27.875vw;
}

.franchise__img img {
  width: 100%;
}

.ourmission__content p {
  font-size: 1.5em;
  line-height: 1.9;
}

.franchise .actions {
  display: flex;
  margin-top: 1vw;
}

.franchise .actions .link {
  font-size: 0.8333333333vw;
  color: #001c83;
  font-weight: 600;
  display: flex;
  border: none;
  transition: 0.3s;
  min-width: 5.58599955vw;
  align-items: center;
}

.franchise .actions .link:hover {
  text-decoration: underline;
}

.franchise .actions .link img {
  width: .66666666vw;
  height: .66666666vw;
  margin-left: 0.5vw;
  transition: margin-left 0.3s ease;
}

.franchise .actions .link:hover img {
  margin-left: 1vw;
}

.title-header-first-span {
  display: flex;
  position: absolute;
  -webkit-text-stroke-color: #f7e094;
  -webkit-text-fill-color: rgba(174, 146, 96, 0);
  -webkit-text-stroke-width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.5vw;
  font-weight: 900;
  text-transform: uppercase;
  z-index: -1;
}

.questions {
  margin-bottom: 5.2083333333vw;
}

.questions__title {
  text-align: center;
  white-space: nowrap;
}

.questions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions__container>div {
  width: 30.0208333333vw;
}

.questions__item {
  width: 100%;
  border-top: 0.0520833333vw solid #EEF2F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.questions__item.open {
  background: #f9e8ae;
  border-radius: 1.0416666667vw;
  padding-bottom: 1.875vw;
  border-top: 0.0520833333vw solid transparent;
}

.questions__item:first-child {
  border-top: 0.0520833333vw solid transparent;
}

.questions__item .item-title {
  padding: 1.5625vw 1.71875vw;
  padding-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}

.questions__item.open .item-title {
  padding-left: 2.9166666667vw;
}

.questions__item .item-title p {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  cursor: pointer;
}

.questions__item .item-title span {
  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: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background: #EFEFEF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.questions__item.open .item-title span {
  background: #001c83;
}

.questions__item .item-title span svg {
  width: 0.625vw;
  height: 0.3645833333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #ACACAC;
}

.questions__item.open .item-title span svg {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  fill: #fff;
}

.questions__item .item-title span svg path {
  fill: #ACACAC;
}

.questions__item.open .item-title span svg path {
  fill: #fff;
}

.questions__item .item-content {
  display: none;
  padding: 0 8.3333333333vw 0 2.9166666667vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.1979166667vw;
  color: #000000;
}

.manager {
  position: relative;
  margin-bottom: 0;
  background: #001c83;
  margin-bottom: 5.2083333333vw;
  /* background-image: linear-gradient(359deg, #e4caff 0%, #f5f9fd 100%); */
}

.common-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  border-radius: inherit;
}

.manager__banner {
  border-radius: 1.8229166667vw;
  overflow: hidden;
  position: relative;
}

.manager__banner .banner-content {
  min-height: 24.7395833333vw;
  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;
  padding: 3.90625vw 0;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  color: #ffffff;
}

.manager__banner .banner-main {
  width: 30.4270833333vw;
}

.manager__banner .banner-side {
  width: 19.7916666667vw;
}

.manager__banner .banner-title {
  font-size: 2.8645833333vw;
  font-weight: 600;
  line-height: 3.125vw;
  margin-bottom: 1.5625vw;
}

.manager__banner .banner-text {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}

.manager__banner form .info {
	margin-top: 0.555vw;
        color: #ffffff;
    }

.manager__banner .banner-btn {
  margin-bottom: 1.0416666667vw;
}

.common-blue-btn {
  height: 3.1666666667vw;
  padding: 0.5208333333vw 1.5625vw;
  border: none;
  border-radius: 5.2083333333vw;
  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: space-evenly;
  color: #ffffff;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 1.0416666667vw;
  text-align: center;
  background: #27a7e7;
  transition: 0.3s;
}

.common-blue-btn:hover {
  background: #2196f3;
}

.common-blue-btn .btn-img {
  width: 1.6777777vw;
  height: 1.6777777vw;
}

.common-blue-btn .btn-text span {
  font-weight: 500;
  font-size: 0.625vw;
  line-height: 0.885vw;
}

.manager__banner .banner-phone {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.0416666667vw;
}

.manager__banner .banner-phone .phone-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
  color: #829196;
}

.manager__banner .banner-phone .phone-link {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.7708333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.manager__banner .banner-form .form-input {
  width: 13.0208333333vw;
}

.manager__banner .actions {
  margin-left: 0.5425vw;
  display: flex;
}

.manager__banner .actions .action-btn {
  margin-left: 0.5425vw;
  height: 2.3222222vw;
  width: 2.3222222vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
}

.manager__banner .actions .action-btn img {
  width: 1.1222222vw;
  height: 1.1222222vw;
}

.articles {
  margin-bottom: 5.2083333333vw;
}

.articles__head {
  margin-bottom: 1.6041666667vw;
}

.articles__head .section__title {
  margin-bottom: 0;
}

.articles__head .common-title {
  white-space: nowrap;
  margin-bottom: 0;
}

.articles__head .common-text {
  font-size: 1.0416666667vw;
  line-height: 1.875vw;
  color: #829196;
}

.articles__content .articles-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2.6041666667vw;
}

.articles-item {
  width: 14.470833vw;
  height: auto;
  min-height: 12.4375vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 1.11111111vw;
  margin-bottom: 1.11111111vw;
}

.articles-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.articles-item .item-img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.articles-item:hover .item-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.common-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  border-radius: inherit;
}

.articles-item .item-main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 2.0833333333vw;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
}

.articles-item .item-date {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  margin-bottom: .1416666667vw;
}

.articles-item .item-title {
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.3020833333vw;
}

.articles-item .item-title u {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0.1041666667vw solid #ffffff;
}

.articles-item:hover .item-title u {
  border-color: transparent;
}


.button-bottom {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-bottom .bottom-link {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2.8645833333vw 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.0520833333vw solid #e0edf1;
}

.footer__main {
  width: 13.8020833333vw;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__main .main-logo {
  width: 100%;
  height: 3.00625vw;
  margin-bottom: 1.8229166667vw;
}

.footer__main .main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__main .main-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #6a6a6a;
  margin-bottom: 1.8229166667vw;
}

.footer__main .main-title {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
	color: #001c83;
  font-weight: 600;
  margin-bottom: .37229166667vw;
}

.footer__main .socials {
  display: flex;
  margin-right: 0.6666666vw;
  align-items: center;
}

.footer__main .socials .social {
  display: flex;
  align-items: center;
  padding: 0.6125vw;
  transition: all .2s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  margin-left: 1vw;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 100%;
}

.footer__main .socials .social:hover {
  box-shadow: 0 4px 20px rgb(0 69 175 / 64%);
}

.footer__main .socials img {
  width: 1.12222vw;
  height: 1.12222vw;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu .menu-block {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 0.5104166667vw;
}

.footer__menu .menu-block:first-child {
  margin-right: 4.510417vw;
}

.footer__menu .menu-title {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 600;
	color: #001c83;
  margin-bottom: 1.8229166667vw;
}

.footer__menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu .menu-list .menu,
.footer__menu .menu-list .menu-page {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.2229166667vw 1.125vw;
  max-width: 17.5vw;
  flex-direction: column;
}

.footer__menu .menu-list .menu .menu-item,
.footer__menu .menu-list .menu-page .menu-item {
  flex: 1 0 40%;
  font-size: 0.8333333333vw;
  color: #6a6a6a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.footer__menu .menu-list .menu .menu-item:hover,
.footer__menu .menu-list .menu-page .menu-item:hover {
  color: #001c83;
}

.footer__menu .menu-list .menu .menu-item, .footer__menu .menu-list .menu-page .menu-item {
  padding-left: 0.7956666666vw;
}

.footer__menu .menu-list .menu li:before, .footer__menu .menu-list .menu-page li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.311111111vw;
  height: 0.311111111vw;
  background-color: #001c83;
  border-radius: 100%;
}

.footer__info {
  width: 11.9791666667vw;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.8229166667vw;
}

.footer__info .item-main {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__info .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}

.footer__info .item-link,
.footer__info .item-btn {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.1458333333vw;
  cursor: pointer;
  margin-bottom: 0.2604166667vw;
}

.footer__info .actions {
  display: flex;
}

.footer__info .actions .action-btn {
  margin-left: 0.5425vw;
  height: 2.3222222vw;
  width: 2.3222222vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
}

.footer__info .actions .action-btn:first-child {
  margin-left: 0;
}

.footer__info .actions .action-btn img {
  width: 1.1222222vw;
  height: 1.1222222vw;
}

.bottom-line {
  color: #001c83;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.bottom-line::after {
  content: "";
  width: 100%;
  height: 0.1041666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #001c83;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottom-line:hover::after {
  width: 60%;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0833333333vw 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.0520833333vw solid #e0edf1;
}

.footer__bottom .bottom-text {
  font-size: 0.7291666667vw;
  color: #829196;
}

.footer__bottom .bottom-text:nth-child(3) a,
.footer__bottom .bottom-text:nth-child(4) a {
  text-decoration: underline;
}

.footer__bottom .bottom-text:last-child span {
  text-transform: uppercase;
  font-weight: 700;
  color: #1f2d71;
}

.page-title {
  position: relative;
  background-color: #001c83;
  background-image: url(../image/faq-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-position: 100%;
  padding: 3.5333333vw 0;
  margin-bottom: 2.2083333333vw;
  overflow: hidden;
}

.page-title::before {
  content: "";
  width: 22.5625vw;
  height: 22.5625vw;
  display: block;
  border-radius: 50%;
  opacity: 0.5;
  background: #ffffff;
  -webkit-filter: blur(5.2083333333vw);
  filter: blur(5.208333vw);
  position: absolute;
  top: 15.333333vw;
  right: 2.333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-title .pt-flex {
  display: flex;
}

.page-title .pt-content {
  flex-grow: 10;
}

.page-title .pt-content .title {
  color: #fff;
  font-weight: 600;
  font-size: 1.733333vw;
}

.page-title .pt-content .sub-title {
  color: #fff;
  margin-top: .344444vw;
  font-size: 0.958888vw;
}

.page-title .actions {
  min-width: 22vw;
  z-index: 1;
}

.page-title .actions .link {
  font-size: 0.8333333333vw;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  border: 1px solid #ffffff;
  padding: 0.7208333333vw 1.5625vw;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  min-width: 13vw;
  border-radius: 5.2083333333vw;
}

.page-title .actions .link img {
  width: 0.66666666vw;
  height: 0.66666666vw;
  margin-left: 0.5vw;
  transition: margin-left 0.3s ease;
}

.page-title .actions .link:hover {
  color: #000000;
  background: #ffffff;
}

.page-title .actions .link:hover img {
  margin-left: 1vw;
  filter: brightness(0);
}

.breadcrumbs {
  margin-top: -1.302vw;
  margin-bottom: 1.302vw;
}

.breadcrumbs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
}

.breadcrumbs__links .links-item {
  color: #9B9B9B;
  font-size: 0.781vw;
  line-height: 1.042vw;
  margin-right: 1.146vw;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}

.breadcrumbs__links .links-item:last-child {
  color: #292828;
  margin-right: 0;
}

.breadcrumbs__links .links-item.active {
  pointer-events: none;
}

.breadcrumbs__links .links-item::after {
  content: "/";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.521vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumbs__links .links-item:last-child::after {
  display: none;
}

.product {
  margin-bottom: 5.2083333333vw;
}

.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__content {
  width: 39.5208333333vw;
}

.product__sliders {
  margin-bottom: 1.633333vw;
}

.product__sliders .main-slider {
  width: 100%;
  position: relative;
  margin-bottom: 0.5208333333vw;
}

.product__sliders .main-slider .slider-container {
  width: 100%;
  position: relative;
  z-index: 0;
}

.product__sliders .main-slider .swiper {
  border-radius: 1.3020833333vw;
}

.product__sliders .swiper {
  width: 100%;
  height: 100%;
}

.product__sliders .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product__sliders .main-slider .swiper-slide {
  height: 26.0416666667vw;
  border-radius: 1.3020833333vw;
  margin-right: 0.78125vw;
}

.product__sliders .swiper-slide a {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.product__sliders .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.product__sliders .main-slider .slider-bottom {
  width: 100%;
  height: 2.6041666667vw;
  padding: 0 1.8229166667vw;
  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;
  position: absolute;
  left: 0;
  bottom: 1.5625vw;
  z-index: 1;
}

.product__sliders .thumbs-slider {
  width: 100%;
  height: 5.9895833333vw;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.product__sliders .thumbs-slider .swiper {
  border-radius: 0.5208333333vw;
}

.product__sliders .swiper {
  width: 100%;
  height: 100%;
}

.product__sliders .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product__sliders .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 0.0520833333vw solid #e0edf1;
}

.product__sliders .thumbs-slider .swiper-slide {
  width: 9.3875vw;
  border-radius: 0.78125vw;
  margin-right: 0.5208333333vw;
  cursor: pointer;
  position: relative;
}

.product__sliders .swiper-slide img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product__sliders .thumbs-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: -0.0520833333vw;
  left: -0.0520833333vw;
  right: -0.0520833333vw;
  bottom: -0.0520833333vw;
  border-radius: inherit;
  border: 0.2604166667vw solid #001c83;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__sliders .thumbs-slider .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}

.product__sliders .youtube-icon, .reviews-list .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.99999999vw;
  height: 2.99999999vw;
  transform: translate(-50%, -50%) !important;
  background-image: url(../image/youtube-color.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.product__sliders .youtube-icon-lg {
  width: 4.99999999vw;
  height: 4.99999999vw;
}

.product__sliders .youtube-title {
  position: absolute;
  bottom: 0;
  color: #f4d390;
  width: 100%;
  height: 1.1000000vw;
  background: #001c83;
  text-align: center;
  font-size: 0.877777vw;
}

.product__right {
  width: 20.125vw;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product__form {
  margin-bottom: 1.3333333vw;
}

.product__form .form-container .form-btn {
  height: 2.666667vw;
  width: 15.3333333vw;
}

.product__form .form-container .info {
  margin-top: 0.521vw;
}

.product__right .product__form-title {
  white-space: nowrap;
  font-size: 1.333333vw;
  line-height: 1.345833vw;
}

.product__right .form-btn {
  height: 2.666667vw;
  width: 15.3333333vw;
}

.product__right .form-btn .btn-text {
  display: flex;
  align-items: center;
}


.product__right .form-btn img {
  width: 1.3333333vw;
  height: 1.3333333vw;
  margin-right: 0.3444444vw;
}

.product__right .head-description {
  font-size: 0.833333vw;
  line-height: 1.245833vw;
  margin-bottom: 1vw;
  color: #6a6a6a;
  background-color: #ffffff;
  border: 1px solid #f4d390;
  border-style: dashed;
  padding: 0.877777vw 1.222222vw;
  border-radius: 0.777777vw;
}

.product__right .banner-form .form-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__right {
  position: sticky;
  top: 6vw;
  height: 100%;
}

.product__right .banner-form .form-item {
  margin: 0;
  margin-bottom: 1.0416666667vw;
}

.product__right .banner-form .form-input {
  height: 2.666667vw;
  width: 19.2708333333vw;
}

.product__right .banner-form .form-textarea {
  width: 19.84375vw;
}

.product__content .item-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5208333333vw;
  margin-bottom: 3.444444vw;
}

.product__content .item-bullets .bullets-item {
  height: 2.8645833333vw;
  padding: 0 1.0116666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  margin: 0.2604166667vw 0.220vw;
  border: none;
  font-size: .8333333333vw;
  line-height: 1.0416666667vw;
  border-right: solid 1px #ddd;
}

.product__content .item-bullets .bullets-item:last-child {
  border-right: none;
}

.product__content .item-bullets .bullets-item img {
  width: 1.4375vw;
  height: 1.4375vw;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5208333333vw;
}

.product__content .item-bullets .bullets-item .bullets-title {
  display: flex;
  align-items: flex-start;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 600;
  margin-bottom: 0.1229166667vw;
  color: #001c83;
}

.product__content .item-bullets .bullets-item .old-price {
        color: #F44336;
	    font-weight: 500;
    }

.product__content .item-bullets .bullets-item .bullets-text {
  font-size: 0.8111vw;
  line-height: 1.25vw;
  color: #6a6a6a;
}

.course-content {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1vw;
}

.course-content .course-content_title {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
	    font-weight: 600;
}

.course-content .course-content_subtitle {
  font-size: 1vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.0625vw;
}

.course-content .course-content_text {
  font-size: 0.833333vw;
  line-height: 1.208333333vw;
  margin-bottom: 1.2625vw;
}

.course-content .course-content_text ul li {
  position: relative;
  padding-left: 1vw;
  margin-bottom: 0.5666666vw;
  line-height: 1.1384615385vw;
}

.course-content .course-content_text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.364444vw;
  height: 0.364444vw;
  border: 0.1133333vw solid #f4d390;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 100%;
}

.course-list .course-list_title {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 1.5625vw;
}

.course-curriculum {}

.course-curriculum__list {
  width: 100%;
  counter-reset: list;
}

.course-curriculum__list .course-curriculum__item {
  position: relative;
  margin-left: 6vw;
  background: #001c83;
  border-radius: 0.6vw;
  margin-bottom: 1vw;
  transition: 0.3s;
}

.course-curriculum__list .course-curriculum__item .course-curriculum__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.866666vw 2vw;
  font-size: 1.0666666vw;
  line-height: 1.4705882353vw;
  cursor: pointer;
  color: #fff;
}

.course-curriculum__list .course-curriculum__item .faq__question-button {
  width: 1.6888888vw;
  height: 1.6888888vw;
  border-radius: 50%;
  border: 1px solid #b19159;
  background: 0 0;
  color: #f4d390;
  font-size: 1.2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.course-curriculum__list .course-curriculum__item .faq__question-button span {
  width: 1.6888888vw;
  height: 1.6888888vw;
}

.course-curriculum__list .course-curriculum__item .faq__question-button.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.course-curriculum__list .course-curriculum__item .course-curriculum__text {
  display: none;
  padding: 0.866666vw 2vw;
  font-size: 0.8333333333vw;
  line-height: 1.5384615385vw;
  color: #fff;
}

.course-curriculum__list .course-curriculum__item .course-curriculum__text ul li {
  position: relative;
  padding-left: 1vw;
  margin-bottom: 0.5666666vw;
  line-height: 1.1384615385vw;
}

.course-curriculum__list .course-curriculum__item .course-curriculum__text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.364444vw;
  height: 0.364444vw;
  border: 0.1133333vw solid #f4d390;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 100%;
}

.reviews {
  margin-bottom: 5.2083333333vw;
}

.reviews .reviews__title {
  white-space: nowrap;
}

.reviews .reviews-list {
  margin-top: 1vw;
}

.reviews .reviews-list .photo-list {
  width: 100%;
  box-sizing: border-box;
  overflow-x: scroll;
  padding: 0.99999vw 0.45999vw;
}

.reviews .reviews-list .photo-list .photo-row {
  display: table;
  width: 100%;
}

.reviews .reviews-list .photo-list .photo {
  display: table-cell;
  position: relative;
  padding: 0 0.555555vw;
}

.reviews .reviews-list .photo-list .photo img {
  display: block;
  height: 18.333333333vw;
  border-radius: 1vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0.2222222vw 0.9999999vw rgba(0, 0, 0, .2);
}

.reviews .reviews-list .photo-list::-webkit-scrollbar {
  background-color: #efefef;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 0.1122222vw solid #fff;
}

.reviews .reviews-list .photo-list::-webkit-scrollbar-thumb {
  background-color: #001c83;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 2px solid #fff;
}

.seo-text {
  margin-bottom: 5.2083333333vw;
}

.seo-text__title {
  white-space: nowrap;
}

.seo-text__content {
  height: 8.5vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.0416666667vw;
  line-height: 1.25vw;
  pointer-events: none;
  text-align: justify;
  font-size: 0.833333vw;
}

.seo-text__content>* {
  margin-bottom: 1.0416666667vw;
}

.seo-text__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
}

.seo-text.open .seo-text__content,
.seo-text.always-open .seo-text__content {
  height: auto;
  pointer-events: auto;
}

.seo-text.open .seo-text__content::after,
.seo-text.always-open .seo-text__content::after {
  display: none;
}

.seo-text__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seo-text__bottom .bottom-btn {
  font-size: 0.8333333333vw;
  font-weight: 600;
  line-height: 1.0416666667vw;
  cursor: pointer;
}

.mission {
  margin-bottom: 5.2083333333vw;
}

.mission .info-text {
  display: flex;
  margin-bottom: 2.55555vw;
}

.mission .info-text .logo {
  margin-right: 1vw;
}

.mission .info-text .logo img {
  height: 3.555555vw;
}

.mission .info-text .text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #2f2f2f;
}

.mission__inner {
  margin-bottom: 2.55555vw;
}

.mission-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.167vw;
}

.mission-item {
  padding: 2.292vw;
  position: relative;
  border-radius: 1vw;
}

.mission-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
}

.mission-item:nth-child(1)::before {
  height: 5.583vw;
  top: 6.875vw;
  background: url(../image/mission-1.svg) center no-repeat;
  background-size: cover;
}

.mission-item:nth-child(2)::before {
  height: 6.625vw;
  top: 6.51vw;
  background: url(../image/mission-2.svg) center no-repeat;
  background-size: cover;
}

.mission-item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1vw;
}

.mission-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: inherit;
}

.mission-item__title {
  font-size: 2.333333vw;
  line-height: 2.604vw;
  text-transform: uppercase;
  color: #ffffff;
  min-height: 3.508vw;
  margin-bottom: 1.667vw;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.mission-item__text {
  font-size: 1.1375vw;
  line-height: 1.667vw;
  letter-spacing: .02em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.about__number-items {
  display: flex;
  gap: 4.53125vw;
  margin-top: auto;
}

.mission .about__number {
  white-space: nowrap;
}

.about__number-item {
  position: relative;
}

.about__number-item::before {
  content: '';
  width: 0.877777vw;
  height: 0.877777vw;
  background: #f8e39e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.448vw;
}

.about__number-item::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -2.448vw;
  width: 0.877777vw;
  height: 0.877777vw;
  background-color: #f8e39e;
  opacity: 0.5;
  -webkit-animation: round 2s infinite;
  animation: round 2s infinite;
  z-index: -1;
}

.about__number-item:last-child::before {
  display: none
}

.about__number-item:last-child::after {
  display: none
}

.about__number-item__text {
  font-size: 3.333vw;
  line-height: 89%;
  color: #233139;
  margin-bottom: 0.608vw;
  white-space: nowrap;
}

.about__number-item__title {
  letter-spacing: .04em;
  color: #476171;
  font-size: .9375vw;
}

.text-about {
  margin-bottom: 5.2083333333vw;
}

.text-about .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.text-about-right {
  width: 30.0208333333vw;
}

.text-about-right .text {
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  color: #829196;
  height: 22.333vw;
  padding-top: 3.333vw;
  padding-right: 1.333vw;
  overflow-y: scroll;
  text-align: justify;
}

.text-about-right .text>* {
  position: relative;
  margin-bottom: 3.111vw;
}

.text-about-right .text::-webkit-scrollbar {
  background-color: #efefef;
  width: 0.4222222vw;
  height: 0.4222222vw;
  border: 0.1122222vw solid #fff;
}

.text-about-right .text::-webkit-scrollbar-thumb {
  background-color: #001c83;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 2px solid #fff;
}

.text-about-left {
  max-width: 28.802vw;
}

.text-about-left .startcareer__picsbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-about-left .startcareer__picsbox:after,
.text-about-left .startcareer__picsbox:before {
  content: "";
  display: inline-block;
  width: 5.156vw;
  height: 0.052vw;
  background: #001c83;
  position: absolute;
  opacity: 0.3;
}

.text-about-left .startcareer__picsbox:before {
  top: 1.667vw;
  left: calc(50% + 0.677vw);
}

.text-about-left .startcareer__picsbox:after {
  bottom: 1.667vw;
  right: calc(50% + 0.677vw);
}

.text-about-left .startcareer__picsbox img {
  max-width: calc(50% - 0.677vw);
  border-radius: 1vw;
}

.text-about-left .startcareer__picsbox img:nth-child(2) {
  margin-top: 3.333vw;
}

.text-about-left .startcareer__picsbox-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-about-left .startcareer__picsbox-title>div {
  width: 5.156vw;
  position: absolute;
}

.text-about-left .startcareer__picsbox-title>div:nth-child(1) {
  top: 1.667vw;
  left: calc(50% + 0.677vw);
}

.text-about-left .startcareer__picsbox-title>div:nth-child(2) {
  bottom: 1.667vw;
  right: calc(50% + 0.677vw);
}

.text-about-right .title-header-first-span {
  -webkit-text-stroke-color: #001c833d;
  top: -1.155vw;
  left: 0.555vw;
  -webkit-transform: none;
  transform: none;
}

.advantages {
  margin-bottom: 5.2083333333vw;
}

.advantages_title {
  white-space: nowrap;
}

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

.advantages-block {
  width: 20.788888vw;
  height: 15.655555vw;
  padding-top: 3vw;
  padding: 2.292vw;
  border-radius: 1vw;
}

.advantages-block:nth-child(1) {
  background: #f2f5ff;
}

.advantages-block:nth-child(2) {
  background: none;
}

.advantages-block:nth-child(3) {
  background: #f2f5ff;
}

.advantages-block:nth-child(4) {
  background: none;
}

.advantages-block:nth-child(5) {
  background: #f2f5ff;
}

.advantages-block:nth-child(6) {
  background: none;
}

.advantages-block:nth-child(7) {
  background: #f2f5ff;
}

.advantages-block:nth-child(8) {
  background: none;
}

.advantages-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.333333vw;
  line-height: 1.604vw;
  font-weight: 700;
  margin-bottom: 1.667vw;
  text-align: center;
}

.advantages-block__header img {
  width: 2vw;
  height: 2vw;
  margin-right: 0.222vw;
}

.advantages-block__text {
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  text-align: center;
  margin: 0 auto;
}

.team {
  margin-bottom: 5.9895833333vw;
}

.team .section__title {
  margin-bottom: 0;
}

.team_title {
  white-space: nowrap;
}

.team__text {
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  color: #829196;
  margin-bottom: 1.444vw;
  text-align: justify;
}

.team__slider .slider-container {
  width: 103.6458333333vw;
  margin-bottom: 3.125vw;
}

.team__slide,
.team__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.team__slider .swiper-slide {
  width: 18.2291666667vw;
  height: 26.0416666667vw;
  margin-right: 2.125vw;
}

.team__slide {
  width: 100%;
  height: auto;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

.team__slide .slide-img {
  width: 100%;
  z-index: 0;
}

.team__slide .slide-img,
.team__slide::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  border-radius: 1vw;
}

.team__slide .slide-icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  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;
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  z-index: 3;
  border: 1px solid #b19159;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  border-radius: 1vw;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.team__slide .slide-icon img {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.team__slide:hover .slide-icon {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.team__slide:hover .slide-icon img {
  -webkit-transform: rotate(180deg) scale(1.5);
  transform: rotate(180deg) scale(1.5)
}

.team__slide .slide-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4.5666666667vw 1.925vw;
  z-index: 2;
  color: #fff;
  letter-spacing: .03em;
}

.team__slide .slide-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 1vw;
}

.team__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 28, 131, 0.58), transparent);
  background: -webkit-linear-gradient(bottom, rgb(0 28 131 / 58%) 0, transparent 100%);
  background: linear-gradient(360deg, rgb(0 28 131 / 58%) 0, transparent 100%);
  z-index: 1;
  border-radius: 1vw;
}

.team__slide:hover .slide-content,
.team__slide:hover::after {
  opacity: 0;
}

.team__slide .slide-content,
.team__slide::after {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 28, 131, 0.58)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgb(0 28 131 / 58%), transparent 100%);
  background: linear-gradient(360deg, rgb(0 28 131 / 58%), transparent 100%);
  opacity: 1;
}

.team__slide::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 28, 131, 0.58)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgb(0 28 131 / 58%), transparent 100%);
  background: linear-gradient(360deg, rgb(0 28 131 / 58%), transparent 100%);
  z-index: 1;
}

.team__slide .slide-content p {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  margin-bottom: 0.5208333333vw;
}

.team__slide .slide-content span {
  font-size: .7291666667vw;
  line-height: 0.85vw;
	height: auto;
}

.standart-slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.standart-slider-pagination {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0.0520833333vw;
}

.standart-slider-pagination .swiper-pagination-progressbar {
  height: 0.0520833333vw;
  background-color: #ebeaec;
}

.standart-slider-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #001c83;
}

.standart-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2.34375vw;
}

.standart-slider-controls .slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5625vw;
  height: 1.5625vw;
  position: relative;
  border: 1px solid #b19159;
  border-radius: 1vw;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}


.standart-slider-controls .slider-btn:hover {
  border: none;
  background: #001c83;
}

.standart-slider-controls .slider-btn.slider-prev-btn {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.slider-btn img {
  display: block;
  width: 0.688vw;
  height: 0.688vw;
}

.standart-slider-controls .slider-btn:hover img {
  filter: invert(1);
}

.standart-slider-controls .standart-slider-numbers {
  margin: auto 0.625vw;
}

.standart-slider-numbers {
  font-weight: 500;
  font-size: .7291666667vw;
  line-height: .78125vw;
  letter-spacing: .1em;
  color: #ebeaec;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.standart-slider-numbers .current-number {
  font-weight: 700;
  font-size: .9291666667vw;
  color: #001c83;
}

.awards {
  margin-bottom: 5.9895833333vw;
}

.awards .section__title {
  margin-bottom: 0;
}

.awards_title {
  white-space: nowrap;
}

.awards__text {
  font-size: 1.0416666667vw;
  line-height: 1.875vw;
  color: #829196;
  margin-bottom: 1.444vw;
}

.awards__container,
.awards__img-slider .slider-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards__img-slider {
  width: 25.53125vw;
  position: relative;
}

.awards__img-slider .slider-container,
.awards__diplom-slider .slider-container {
  margin-bottom: 2.8645833333vw;
  position: relative;
  z-index: 0;
}

.awards__img-slide,
.awards__diplom-slide {
  width: 100%;
  height: auto;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}

.awards__img-slide .slide-img,
.awards__diplom-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.awards__diplom-slider {
  width: 35.510417vw;
}

.awards__diplom-slider .slider-container {
  width: 60.3125vw;
}

.awards__img-slider .swiper-slide,
.awards__diplom-slider .swiper-slide {
  width: 25.63125vw;
  height: 17.0625vw;
  margin-right: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.awards__img-slide,
.awards__diplom-slide {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.awards__img-slide .slide-img,
.awards__diplom-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.business {
  position: relative;
  z-index: 10;
  padding: 8.594vw 0;
  margin-top: -2.2083333333vw;
  background: #f2f5ff;
  margin-bottom: 5.2083333333vw;
}

.business-left {
  position: relative;
  max-width: 21.888vw;
}

.business-left .text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  margin-bottom: 0.5416666667vw;
}

.business-left .title-header-first-span {
  -webkit-text-stroke-color: #e0e7ff;
  top: -1.155vw;
  left: 0.555vw;
  -webkit-transform: none;
  transform: none;
}

.business-left .actions {
  max-width: 13vw;
  z-index: 1;
}

.business-left .actions .link {
  font-size: 0.8333333333vw;
  color: #001c83;
  font-weight: 600;
  display: flex;
  border: 1px solid #001c83;
  padding: 0.7208333333vw 1.5625vw;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  min-width: 13vw;
  border-radius: 5.2083333333vw;
}

.business-left .actions .link img {
  width: 0.66666666vw;
  height: 0.66666666vw;
  margin-left: 0.5vw;
  transition: margin-left 0.3s ease;
}

.business-left .actions .link:hover {
  color: #ffffff;
  background: #001c83
}

.business-left .actions .link:hover img {
  margin-left: 1vw;
  filter: brightness(10);
}


.business .image-box {
  position: absolute;
  width: 51%;
  top: 0;
  right: 0;
  bottom: 0;
}

.business .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.units-service {
  width: 7.533vw;
  left: 48.555vw;
  bottom: 0vw;
  position: absolute;
  z-index: 1;
}

.units-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px !important;
}

.units-service-item {
  width: 9.222vw;
}

.video-badge {
  width: 7.552vw;
  height: 7.552vw;
  color: #fff;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/badge_video.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.video-badge::before {
  position: absolute;
  display: block;
  content: " ";
  width: 5.208vw;
  height: 5.208vw;
  right: 1.198vw;
  top: 1.198vw;
  background-image: url(../image/text_video.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: 12s linear 0s normal none infinite running rot;
  -webkit-animation: 12s linear 0s normal none infinite running rot;
}

.video-badge img {
  width: 1.042vw;
  height: 1.042vw;
}

.franchise-desc {
  position: relative;
  margin-bottom: 5.2083333333vw;
}

.franchise-desc .section__title h2 {
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.franchise-desc .section__text {
  position: relative;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  text-align: justify;
  padding-top: 3.333vw;
  padding-right: 1.333vw;
  overflow-y: scroll;
  height: 22.333vw;
  color: #829196;
}

.franchise-desc .section__text .title-header-first-span {
  -webkit-text-stroke-color: #001c833d;
  top: -1.155vw;
  left: 0.555vw;
  -webkit-transform: none;
  transform: none;
}

.franchise-desc .section__text>* {
  position: relative;
  margin-bottom: 3.111vw;
}

.franchise-desc .section__text>*:last-child {
  margin-bottom: 0;
}

.franchise-desc .section__text::-webkit-scrollbar {
  background-color: #efefef;
  width: 0.4222222vw;
  height: 0.4222222vw;
  border: 0.1122222vw solid #fff;
}

.franchise-desc .section__text::-webkit-scrollbar-thumb {
  background-color: #001c83;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 2px solid #fff;
}

.business-advantages {
  margin-bottom: 5.2083333333vw;
}

.business-advantages .section__title {
  margin-bottom: 0;
  justify-content: center;
}

.business-advantages_title {
  white-space: nowrap;
}

.business-advantages__text {
  position: relative;
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  color: #829196;
  margin-bottom: 1.444vw;
  text-align: center;
}

.business-advantages__inner {
  display: flex;
  flex-wrap: wrap;
}

.business-advantages-block {
  position: relative;
  width: 20.788888vw;
  height: 100%;
  padding-top: 3vw;
  padding: 0.592vw;
  border-radius: 1vw;
}

.business-advantages-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.333333vw;
  line-height: 1.604vw;
  font-weight: 700;
  margin-bottom: 1.667vw;
  text-align: center;
  white-space: nowrap;
}

.business-advantages-block__header img {
  width: 2vw;
  height: 2vw;
  margin-right: 0.222vw;
}

.business-advantages-block__text {
  height: 6.111vw;
  padding: 0.444vw;
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  text-align: center;
  margin: 0 auto;
}

.business-advantages-block .icon-number {
  width: 2.385vw;
  height: 2.385vw;
  left: 7.888vw;
  position: relative;
  margin-bottom: 1.042vw;
  border-radius: 100%;
  transition: all 0.3s;
}

.business-advantages-block .icon-number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.385vw;
  height: 2.385vw;
  top: 0;
  left: 0;
  position: absolute;
  font-weight: 500;
  font-size: 1.238vw;
  color: rgb(248 227 158);
  background: #001c83;
  border-radius: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.business-advantages-block:hover .icon-number span {
  -webkit-transform: scale(1.36);
  -moz-transform: scale(1.36);
  -ms-transform: scale(1.36);
  -o-transform: scale(1.36);
  transform: scale(1.36);
}

.business-advantages-block .icon-number:before {
  content: '';
  position: absolute;
  width: 18.563vw;
  height: 0.052vw;
  background: #001c83;
  top: 1.165vw;
  left: 2.367vw;
  transform: none;
}

.business-advantages-block:nth-child(3) .icon-number:before {
  display: none;
}

.business-advantages-block:nth-child(6) .icon-number:before {
  display: none;
}

.business-advantages-block:nth-child(9) .icon-number:before {
  display: none;
}

.business-price {
  background: #f2f5ff;
  padding: 3.594vw 0;
  margin-bottom: 5.2083333333vw;
  position: relative;
  z-index: 1;
}

.business__title {
  white-space: nowrap;
}

.business__text {
    font-size: .8416666667vw;
    line-height: 1.245833vw;
    color: #829196;
    margin-bottom: 1.444vw;
    text-align: justify;
}

.business-cards {
  display: flex;
}

.card-business {
  align-items: flex-start;
  width: 20.167vw;
  height: 100%;
  border-color: #001c83;
  border-radius: 1.0416666667vw;
  border-width: 0.052vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 5vw 1.333vw 1.333vw;
  position: relative;
  margin-right: 1.563vw;
  color: rgb(255, 255, 255);
}

.card-business:before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: .9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}

.card-business:nth-child(1) {
  position: sticky;
  top: 6.666vw;
}

.card-business:nth-child(1):before {
  background: conic-gradient(from 211.59deg at 73.81% -.07%, #7e7e7e 0deg, #c0c0c0 75deg, #d6d6d6 136.03deg, #bababa 180deg, #c8c8c8 275.62deg, #6b6b6b 1turn);
}

.card-business:nth-child(2) {
  position: sticky;
  top: 6.666vw;
}

.card-business:nth-child(2):before {
  background: conic-gradient(from 211.59deg at 73.81% -.07%, #0025ab 0deg, #a4b7ff 75deg, #f2f5ff 136.03deg, #a4b7ff 180deg, #f2f5ff 275.62deg, #001c83 1turn);
}

.card-business:nth-child(3) {
  margin-right: 0;
}

.card-business:nth-child(3):before {
  background: conic-gradient(from 211.59deg at 73.81% -.07%, #a0642b 0deg, #eba912 75deg, #ebc21e 136.03deg, #ffeb46 180deg, #cfca50 275.62deg, #914f12 1turn);
}

.card-business__bg-text {
  font-size: 4.688vw;
  font-weight: 900;
  left: -1vw;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: -1.333vw;
  white-space: nowrap;
}

.card-business:nth-child(1) .card-business__bg-text {
  color: #dadada;
}

.card-business:nth-child(2) .card-business__bg-text {
  color: #001c83;
}

.card-business:nth-child(3) .card-business__bg-text {
  color: #b1922a;
}

.card-business__title {
  position: relative;
  font-size: 1.858vw;
  font-weight: 700;
  line-height: 1.375vw;
  padding-bottom: 0.666vw;
}

.card-business__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0.313vw;
  left: 0.833vw;
  height: 0.052vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12 12 12 / 0%)), color-stop(#ffde9a), to(rgb(12 12 12 / 0%)));
  background: -o-linear-gradient(left, rgb(12 12 12 / 0%), #ffde9a, rgb(12 12 12 / 0%));
  background: linear-gradient(to right, rgb(12 12 12 / 0%), #ffde9a, rgb(12 12 12 / 0%));
}

.card-business__subtitle {
  color: #f4d390;
  font-size: 1.042vw;
  font-weight: 700;
  line-height: 1.375vw;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
}

.card-business__list ul {
  margin-bottom: 1vw;
}

.card-business__list li {
  padding-left: 1vw;
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  position: relative;
  margin-bottom: 0.444vw;
}

.card-business__list li:before {
  background-color: #001c83;
  border-radius: 100%;
  content: "";
  height: 0.25vw;
  left: 0;
  position: absolute;
  top: 0.75vw;
  width: 0.25vw;
}

.card-business__list li:before {
  background-color: #001c83;
  border-radius: 100%;
  content: "";
  height: 0.25vw;
  left: 0;
  position: absolute;
  top: 0.75vw;
  width: 0.25vw;
}

.card-business__bottom-text {
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  color: #f1f1f1;
  margin-bottom: 1.333vw;
}

.card-business__bottom-text span {
  color: red;
  font-size: 1.255vw;
}

.card-business__price {
  width: 100%;
  margin-bottom: 1vw;
  text-align: center;
  font-weight: 700;
  font-size: 2.333vw;
  letter-spacing: .075vw;
  color: #f4d390;
}

.button-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 2.965vw;
  text-transform: uppercase;
  font-size: 0.729vw;
  font-weight: 500;
  border-width: 0.104vw;
  letter-spacing: .075vw;
  border-style: solid;
  -o-border-image: -o-linear-gradient(top, #815f2e, #f2d18e) 2;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#815f2e), to(#f2d18e)) 2;
  border-image: linear-gradient(to bottom, #815f2e, #f2d18e) 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: 0 0;
  text-align: center;
  color: #fff;
  background: #001c83;
  overflow: hidden;
  cursor: pointer;
}

.button-business::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.button-business:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.button-business:hover {
  -webkit-transform: translate(0, -0.156vw);
  -ms-transform: translate(0, -0.156vw);
  transform: translate(0, -0.156vw);
  -webkit-box-shadow: 0 0.156vw 1.042vw #815f2e;
  box-shadow: 0 0.156vw 1.042vw #815f2e;
}

.products__slider>.slider-container {
  margin-bottom: 1.5625vw;
}

.products__slider>.slider-container>.swiper>.swiper-wrapper>.swiper-slide {
  width: 14.2708333333vw;
  margin-right: 1.5625vw;
}

.products__slider .products-card {
  width: 14.990833vw;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.052vw solid #ddd;
  cursor: pointer;
}

.products__slider .products-card:hover {}

.products .products-card .card-title {
  font-size: 0.9416666667vw;
  line-height: 1.15vw;
}

.products__slider .products-card .card-top {
  height: 11.533334vw;
}

.products__slider .products-card .card-top:hover {
  border-radius: 1.0416666667vw;
}

.products__slider .products-card .card-img img {
    height: 15.43444444vw;
}

.products__slider .common-btn {
  height: 2.666667vw;
  width: 100%;
}

.products__slider .common-btn .btn-text {
  display: flex;
  align-items: center;
}

.products__slider .common-btn img {
  width: 1.3333333vw;
  height: 1.3333333vw;
  margin-right: 0.3444444vw;
}

.products__slider .slider-bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.products__slider .slider-bottom .common-slider-buttons {
  width: 100%;
}

.products__slider .slider-bottom .common-slider-buttons .slider-btn {
  background-color: #0045af7a;
}

.products__slider .slider-bottom .common-slider-buttons .slider-btn:hover {
  background-color: #0045af;
}

.products__slider .slider-bottom .other-slider-next-btn {
  right: -1.233vw;
  position: relative;
}

.products__slider .slider-bottom .other-slider-prev-btn {
  left: -1.233vw;
  position: relative;
}

.view-popup__block,
.view-popup__container {
  max-width: 53.333vw;
  margin: auto;
  z-index: 2;
}

.view-popup__block {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 1vw;
}

.view-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.view-popup__block .content-title {
  font-size: 1.475vw;
  line-height: 1.739583vw;
  padding: 1.725vw;
  background: #001c83;
  color: #fff;
}

.view-popup__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  padding: 1.725vw;
  color: #1c1c1c;
}

.view-popup__content .content-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}

.view-popup__left {
  width: 21.544vw;

}

.view-popup__right {
  width: 25.333vw;

}

.view-popup__tabs {
  padding-bottom: 1.5625vw;
  margin-bottom: 0.6041666667vw;
  border-bottom: 0.0520833333vw solid #e0edf1;
}


.view-popup__tabs .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1vw;
}

.view-popup__tabs .tabs-item {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5625vw;
  margin-right: 1.2083333333vw;
  color: #829196;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.052vw solid #ddd;
  padding: 0.452vw 1.052vw;
  border-radius: 2vw;
}

.view-popup__tabs .tabs-item.active {
  color: #001c83;
  font-weight: 700;
  pointer-events: none;
  border: 0.052vw solid #001c83;
}

.view-popup__tab {
  display: none;
}

.view-popup__tab.active {
  display: block;
}

.view-popup__tab .tab-description {
  padding: 0.563vw 0.604vw;
  height: 12.333vw;
  overflow-y: scroll;
  font-size: .8416666667vw;
  line-height: 1.245833vw;
}

.view-popup__tab .tab-specification {
  padding: 0.563vw 0.604vw;
  height: 12.333vw;
  overflow-y: scroll;

}

.view-popup__tab .tab-specification .attr-group-name {
  font-size: 0.933vw;
  color: #000;
  font-weight: 600;
  margin: 0.833vw 0;
}

.view-popup__tab .tab-specification .short-attribute {
  padding: 0.521vw;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.view-popup__tab div.short-attribute:nth-child(2n+2) {
  background: #f8f9fa;
}

.view-popup__tab .tab-specification .short-attribute {
  font-size: .8416666667vw;
  line-height: 1.245833vw;
}

.view-popup__tab .tab-specification .short-attribute>span {
  position: relative;
}

.view-popup__tab .tab-specification .short-attribute>.attr-text {
  max-width: 60%;
  text-align: right;
}

.view-popup__right .banner-form .form-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.view-popup__right .banner-form .form-item {
  margin: 0;
  margin-bottom: 1.0416666667vw;
}

.view-popup__right .common-form .form-container .form-input {
  height: 2.166667vw;
}

.view-popup__right .form-container .form-btn {
  height: 2.666667vw;
  width: 15.3333333vw;
}

.view-popup__right .form-btn .btn-text {
  display: flex;
  align-items: center;
}

.view-popup__right .form-btn img {
  width: 1.3333333vw;
  height: 1.3333333vw;
  margin-right: 0.3444444vw;
}

.view-popup__left .product__sliders {
  margin-right: 1.333vw;
}

.view-popup__close {
  position: absolute;
  top: 1.8229166667vw;
  right: 1.8229166667vw;
  cursor: pointer;
  z-index: 10;
}

.view-popup__close img {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}

.view-popup__content .view-popup__tab .tab-description::-webkit-scrollbar {
  background-color: #efefef;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 0.1122222vw solid #fff;
}

.view-popup__content .view-popup__tab .tab-description::-webkit-scrollbar-thumb {
  background-color: #001c83;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 2px solid #fff;
}

.view-popup__content .view-popup__tab .tab-specification::-webkit-scrollbar {
  background-color: #efefef;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 0.1122222vw solid #fff;
}

.view-popup__content .view-popup__tab .tab-specification::-webkit-scrollbar-thumb {
  background-color: #001c83;
  width: 0.5222222vw;
  height: 0.5222222vw;
  border: 2px solid #fff;
}

.view-popup__left .product__sliders .main-slider .swiper-slide {
  height: 19.041667vw;
}

.view-popup__left .product__sliders .thumbs-slider {
  height: 6.6175vw;
}

.view-popup__left .product__sliders .thumbs-slider .swiper-slide {
  width: 6.6175vw;
  height: 6.6175vw;
}

.articles__content .articles-container {
  flex-wrap: wrap;
}

.articles.page .articles-item {
  width: 19.470833vw;
  min-height: 16.4375vw;
  margin-bottom: 2vw;
}

.articles-page {
  margin-bottom: 5.2083333333vw;
}

.articles__top {
  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: 2.0833333333vw;
}

.articles__top .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.articles__top .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #829196;
  margin-right: 2.0833333333vw;
}

.articles__top .info-item .item-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.articles-page .articles__content {}

.articles-page .articles__content h1 {
margin-bottom: 0.521vw;
}


.articles-page .articles__content h2 {
margin-bottom: 0.521vw;
}

.articles-page .articles__content h3 {
margin-bottom: 0.521vw;
}

.articles-page .articles__content p {
  font-size: .8416666667vw;
  line-height: 1.245833vw;
}

.articles-page .articles__content > p {
    margin-bottom: 0.521vw;
}

.articles-page .articles__content ul {
	    display: grid;
    gap: 0.26vw;
	margin-bottom: 0.781vw;
}

.articles-page .articles__content ul li {
	position: relative;
padding-left: 0.7956666666vw;
	  font-size: .8416666667vw;
  line-height: 1.245833vw;
}

.articles-page .articles__content ul li:before {
content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.311111111vw;
    height: 0.311111111vw;
    background-color: #001c83;
    border-radius: 100%;
}


.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1.208333vw;
  margin-bottom: 2.2083333333vw;
}

.tags .tags_title {
  font-size: 0.8333333333vw;
  color: #001c83;
  font-weight: 600;
  display: flex;
  border: none;
  transition: 0.3s;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 0.26vw;
}

.blog-tags {
  color: #9B9B9B;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-weight: 500;
  position: relative;
}

.blog-tags .blog-tag {
  margin-right: 0.26vw;
}

.blog-tags .blog-tag:hover {
  color: #001c83;
  text-decoration: underline;
}

.blog-tags .blog-tag:last-child {
  margin-right: 0;
}

.blog-tags .blog-tag.filter-link {
  color: #001c83;
  pointer-events: none;
  text-decoration: underline;
}

.blog-tags .blog-tag-reset {
  color: #001c83;
  font-size: 0.833vw;
  line-height: 1.25vw;
  margin-right: 1.06vw;
  padding: 0.26vw;
  font-weight: 500;
  border: 0.052vw solid #001c83;
  border-radius: 1vw;
  position: relative;
  cursor: pointer;
  background: none;
  outline: none;
  transition: 0.3s;
}

.blog-tags .blog-tag-reset:hover {
  color: #fff;
  background: #001c83;
}

.blur-effect {
  filter: blur(0.521vw);
  -webkit-filter: blur(0.521vw);
  pointer-events: none;
  user-select: none;
}

.contacts {
  position: relative;
  height: 40.448vw;
  margin-top: -2.2083333333vw;
}

.contacts .contacts-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 6.646vw
}

.contacts-map {}

.contacts-map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 55.073vw;
  height: 40.555vw;
  background-color: #fcfbfa;
}

.contacts__addr-footer {
  overflow: hidden;
  border: 0.052vw solid #001c83;
  border-radius: 0.521vw;
}

.contacts__info {
  width: 20.222vw;
}

.contacts__addr-header {
  display: grid;
  gap: 0.521vw;
  margin-bottom: 1.042vw;
  font-size: 0.833vw;
}

.contacts__info-work {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.contacts__info-work img {
  width: 0.885vw;
  height: 0.885vw;
  margin-right: 0.521vw;
}

.contacts__info-socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contacts__info-mail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.contacts__info-mail img {
  width: 0.885vw;
  height: 0.885vw;
  margin-right: 0.521vw;
}

.contacts__info-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}


.contacts__info-socials .contacts__info-social img {
  width: 1.702vw;
  height: 1.702vw;
}

.contacts__info-socials .contacts__info-social a {
  margin-right: 0.521vw;
}

.contacts__info-socials .contacts__info-social a:last-child {
  margin-right: 0;
}

.contacts__addr-footer .accordion__item .accordion__title {
  font-size: 0.938vw;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.781vw;
  cursor: pointer;
  color: #2e1a1e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__addr-footer .accordion__item .accordion__title.active {
  border-bottom: solid 0.052vw #001c83;
}

.contacts__addr-footer .accordion__item .accordion__title::after {
  content: '';
  position: absolute;
  width: 0.833vw;
  height: 0.497vw;
  right: 1.042vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/arr-down-acc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

.contacts__addr-footer .accordion__item .accordion__title.active::after {
  transform: translateY(-50%) rotateX(180deg);
}

.accordion__wrap {
  overflow: hidden;
}

.contacts__addr-wrap {
  position: relative;
  max-height: 100%;
  padding-right: 0.156vw;
}

.contacts__addr-wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.521vw 0.781vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  border-bottom: dashed 0.052vw #001c83
}

.contacts__addr-wrap ul li:last-child {
  border-bottom: none
}

.geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.geo img {
  width: 0.885vw;
  height: 0.885vw;
  margin-right: 0.26vw;
}

.addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.26vw;
  font-size: 0.833vw;
}

.addr>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.addr a>span {
  font-weight: 500;
  color: #001c83;
}

.contacts__addr-wrap .phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.contacts__addr-wrap .phone-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.contacts__addr-wrap .phone .phone-item a {
  margin-right: 0.781vw;
  font-weight: 500;
  color: #001c83;
}

.contacts__addr-wrap .list__messenger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 2.888vw;
}

.contacts__addr-wrap .list__messenger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.521vw;
}

.contacts__addr-wrap .list__messenger a>img {
  width: 0.885vw;
  height: 0.885vw;
}

.popup.success .popup__content {
  padding: 1.555vw;
}

.popup.success .popup__block .pay_form-title {
  white-space: nowrap;
  font-size: 1.333333vw;
  line-height: 1.345833vw;
}

.popup.success .popup__block .content-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  text-align: justify;
}

.popup-success-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup.payment .popup__content {
  padding: 1.555vw;
}

.popup.payment .popup__block .pay_form-title {
  white-space: nowrap;
  font-size: 1.333333vw;
  line-height: 1.345833vw;
}

.popup.payment .popup__block .content-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  text-align: justify;
}

.popup.payment .popup-payment-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.popup {
  z-index: 999;
  overflow-x: hidden;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.popup,
.popup__blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.popup,
.popup.open .popup__blur {
  overflow-y: auto;
}

.popup.open .popup__block {
  transform: none;
}

.popup__blur {
  background-color: #000;
  opacity: .7;
  z-index: 1;
  cursor: pointer;
}

.popup__block,
.popup__container {
  margin: auto;
  z-index: 2;
}

.popup__block {
  max-width: 25.25vw;
  position: relative;
  background-color: #f2f5ff;
  background-image: url(../image/faq-bg.png);
  background-size: cover;
  background-position-x: -28.666vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transition: all .3s ease;
  transform: translateY(2.083vw) scale(.9);
}

.form__title {
  white-space: normal;
  line-height: 2.645833vw;
}

.popup__block .banner-form .form-input {
  height: 2.666667vw;
  width: 19.2708333333vw;
}

.popup__block .banner-form .form-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.222vw;
}

.popup__content {
  position: relative;
  z-index: 5;
  padding: 3.125vw;
  color: #1c1c1c;
}

.popup__block .common-form .form-container .form-input::placeholder,
.common-form .form-container .form-textarea::placeholder {
  color: #001c83;
}

.popup__block .common-form .form-container .form-input,
.common-form .form-container .form-textarea {
  color: #001c83;
  background: rgb(255 255 255 / 0%);
  border: 0.0520833333vw solid #001c83;
}

.popup__content .content-title {
  font-size: 1.875vw;
  line-height: 2.2395833333vw;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0.5208333333vw;
}

.popup__content .content-text {
font-size: 0.9416666667vw;
    line-height: 1.3625vw;
  margin-bottom: 1.0416666667vw;
}

.popup__close {
  position: absolute;
  top: 0.822917vw;
  right: 0.822917vw;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  cursor: pointer;
  z-index: 10;
}

.popup__close svg {
  width: 1vw;
  height: 1vw;
	transition: 0.3s;
}
.popup__close:hover svg {
transform: scale(0.8);
}
.popup__close:hover svg rect {
  fill: #001c83
}

.popup__block .form-container .form-btn {
  height: 2.666667vw;
  width: 19.2708333333vw;
}

.popup__block .form-btn .btn-text {
  display: flex;
  align-items: center;
}

.popup__block .form-container .form-btn .btn-text img {
  display: none;
}

.сourse .popup__content {
  padding: 1.555vw;
}

.сourse .popup__block {
  max-width: 55.25vw;
  background-position-x: 0;
}

.сourse .popup__block .offline_сourse-title {
  white-space: nowrap;
  font-size: 1.333333vw;
  line-height: 1.345833vw;
}

.сourse .popup__block .popup__products-offline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.сourse .popup__block .popup__products-offline-info {
  margin-bottom: 1.0416666667vw;
  width: 49%;
}

.сourse .popup__block .popup__products-offline-subtitle {
  font-size: 0.885vw;
  line-height: 1.370833vw;
  margin-bottom: 1.0625vw;
}

.сourse .popup__block .popup__products-offline-text {
  font-size: 0.833333vw;
  line-height: 1.208333333vw;
  margin-bottom: 1.2625vw;
}

.сourse .popup__block .popup__products-offline-text ul li {
  position: relative;
  padding-left: 1vw;
  margin-bottom: 0.5666666vw;
  line-height: 1.1384615385vw;
  font-weight: 500;
}

.сourse .popup__block .popup__products-offline-text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.364444vw;
  height: 0.364444vw;
  border: 0.1133333vw solid #f4d390;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 100%;
}

.сourse .popup-сourse-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#circle6,
#circle7 {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.781vw;
  height: 1.042vw;
  width: 1.042vw;
  margin: -0.521vw 0 0 -1.302vw;
  transform: translateY(-50%);
  border: 0.208vw rgba(0, 0, 0, 0.25) solid;
  border-top: 0.26vw rgb(255 255 255 / 50%) solid;
  border-right: 0.26vw rgb(0 28 131 / 50%) solid;
  border-bottom: 0.26vw rgb(255 255 255 / 50%) solid;
  border-left: 0.26vw rgb(0 28 131 / 50%) solid;
  border-radius: 50%;
  -webkit-animation: spin6 1s infinite linear;
  animation: spin6 1s infinite linear;
}

#circle7 {
  left: 0;
  margin: -0.781vw 0 0 -1.302vw;
  border-top: 0.26vw rgb(162 104 42 / 50%) solid;
  border-right: 0.26vw rgb(0 28 131 / 50%) solid;
  border-bottom: 0.26vw rgb(162 104 42 / 50%) solid;
  border-left: 0.26vw rgb(0 28 131 / 50%) solid;
}

.btn_teleram {
  position: fixed;
  top: 90%;
  left: 90%;
  transform: translate(-90%, -90%);
  z-index: 99;
}

.btn_teleram .pulse {
  width: 4vw;
  height: 4vw;
  color: #fff;
  text-align: center;
  background: #27a7e7;
  border-radius: 50%;
  transition: .5s;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn_teleram .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 4vw;
  height: 4vw;
  opacity: 1;
  /* animation: phone .9s ease-in-out infinite; */
}

.btn_teleram .phone img {
  width: 2vw;
  height: 2vw;
  transition: .5s ease-in-out;
}

.btn_teleram .pulse:hover img {
  transition: .5s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.btn_teleram .pulse:hover {
  background: #29AEE3;
}

.btn_teleram .text {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.03333333vw;
  font-weight: 600;
  top: 1.5vw;
  font-size: .5vw;
  transform: scaleX(-1);
  transition: .5s ease-in-out;
  opacity: 0;
  text-align: center;
  width: 100%;
}

.btn_teleram .pulse:hover .text {
  transform: scaleX(1);
  transition: .5s ease-in-out;
  opacity: 1;
}

.btn_teleram .pulse::before,
.btn_teleram .pulse::after {
  content: '';
  position: absolute;
  border: 1px solid #27a7e7;
  left: -1vw;
  right: -1vw;
  top: -1vw;
  bottom: -1vw;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
}

.btn_teleram .pulse::after {
  animation-delay: .5s;
}

.search-empty {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5625vw;
}

.item-list-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-list-pager>* {
  margin-right: 0.26vw;
}

.item-list-pager>*:last-child {
  margin-right: 0;
}

.item-list-pager .prev.page-numbers,
.item-list-pager .next.page-numbers {
  width: auto;
}

.item-list-pager .page-numbers,
.item-list-pager .page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8416666667vw;
  line-height: 1.245833vw;
  padding: 0.26vw;
  border-radius: 6vw;
  border: 0.052vw solid #0a237f;
  width: 1.823vw;
  height: 1.823vw;
  transition: all .2s ease;
}

.item-list-pager .page-numbers {
  color: #001c83;
}

.item-list-pager .page-numbers:hover {
  background: #001c83;
  color: #fff;
}

.item-list-pager .page-numbers.current {
  background: #001c83;
  color: #fff;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgb(255 255 255);
  z-index: 9;
}

.load hr {
  border: 0;
  margin: 0;
  width: 1.444vw;
  height: 1.444vw;
  left: 46%;
  top: 46%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite
}

.load :first-child {
  background: #001c83;
  animation-delay: -1.5s
}

.load :nth-child(2) {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  animation-delay: -1s
}

.load :nth-child(3) {
  background: #001c83;
  animation-delay: -0.5s
}

.load :last-child {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

p[data-message] {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}

.error-404 {
  position: relative;
  margin-bottom: 2.2083333333vw;
}

.error-404 .common-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.823vw;
  text-align: center;
}

.error-404 .title-header-404-span {
  display: flex;
  position: relative;
  -webkit-text-stroke-color: #001c83;
  -webkit-text-fill-color: rgba(174, 146, 96, 0);
  -webkit-text-stroke-width: 0.208vw;
  position: relative;
  font-size: 7.031vw;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .main {
    overflow: hidden;
  }

  .header__menu-btn {
    width: 4.25vw;
    height: 3vw;
    margin-left: 3.125vw;
    position: relative;
  }

  .page-header .main-line {
    padding: 2.5425vw 0;
  }

  .page-header .main-line .logo a img {
    height: 12.555555vw;
  }

  .header__menu-btn span {
    display: block;
    width: 4.25vw;
    height: 0.425vw;
    border-radius: 1.5625vw;
    background-color: #001c83;
    position: absolute;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header__menu-btn span:nth-child(1) {
    top: 0;
  }

  .header__menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header__menu-btn span:nth-child(3) {
    bottom: 0;
  }

  .page-header .mobile-menu .close-btn img {
    width: 3vw;
    height: 3vw;
  }

  .page-header .main-line .menu .actions .btn {
    margin-left: 5px;
    padding: 10px 12px;
  }

  .actions .callbutton {
    margin-right: 1.6666666vw;
    font-size: 3.7333333333vw;
    padding: 2.051vw;
    border-radius: 12.821vw;
    ;
    border: 0.256vw solid #001c83;
  }

  .page-header .lang {
    border-left: 0.256vw solid #eff2f1;
    border-right: 0.256vw solid #eff2f1;
    padding-left: 0.6425vw;

  }

  .page-header .lang {
    padding: 2.5425vw 2.6425vw;
  }

  .page-header .main-line .menu .lang {
    padding-left: 2.6425vw;
  }

  .page-header .lang span.lang-txt {
    font-size: 4.229167vw;
  }

  .page-header .lang img {
    width: 5.128vw;
  }

  .page-header .translate_wrapper.active .more_lang {
    left: -15vw;
  }

  .page-header .translate_wrapper.active .lang {
    box-shadow: rgba(0, 0, 0, 0.2) 0 1.282vw 3.846vw;
    -webkit-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    transition: all 0.3s cubic-bezier(0, .99, .44, .99);
  }

  .wrapper {
    width: 87.5vw;
  }

  .desktop-only {
    display: none !important;
  }

  .section__title {
    margin-bottom: 4vw;
  }

  .common-title {
    font-size: 10.725vw;
    line-height: 12.125vw;
  }

  .common-btn {
    height: 13.75vw;
    padding: 3.125vw 6.25vw;
    border-radius: 31.25vw;
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .common-form .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4.6875vw;
  }

  form .info {
    font-size: 3.077vw;
    line-height: 4.615vw;
    color: #6C6C6C;
	          text-align: center;
        margin-top: 1vw;
  }
	
	.manager__banner form .info {
margin-top: 0;
}

  .common-form .form-container .form-item {
    margin: 0;
    margin-bottom: 4.6875vw;
  }

  .common-form .form-container .form-input {
    height: 13.75vw;
    border-radius: 31.25vw;
    padding: 0 9.375vw;
        font-size: 4.375vw;
        line-height: 6.25vw;
  }
	
	.iti .iti__selected-dial-code {
       margin-left: 0.888vw;
    font-size: 4.375vw;
}
	
	.common-form .form-container .iti__selected-country-primary {
		border-radius: 31.25vw;
	}

  .common-form .form-container .form-btn {
	  font-size: 4.629167vw;
        line-height: 6.25vw;
    height: 13.75vw;
  }

  .articles-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.125vw;
    justify-content: space-evenly;
  }

  .common-hint .hint-icon {
    width: 4.575vw;
    height: 4.575vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 3.125vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .common-hint .hint-text {
    font-size: 2.975vw;
    line-height: 2.8125vw;
    color: #829196;
  }

  .first {
    margin-bottom: 12.5vw;
  }

  .first__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 6.25vw;
  }

  .first__main-slider {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .first__main-slider .slider-container {
    border-radius: 0;
  }

  .first__main-slider .slider-container .swiper-slide {
    margin-right: 3.125vw;
  }

  .first__main-slider .slider-container .swiper-slide:last-child {
    margin-right: 0;
  }

  .first__main-slider .slider-bottom {
    height: 9.375vw;
    padding: 0 7.8125vw;
    bottom: 4.6875vw;
  }

  .first__main-side {
    width: 100%;
  }

  .first__main-side .side-item {
    width: 87.5vw;
    min-height: 43.75vw;
    margin: 0;
    margin-top: 6.25vw;
    border-radius: 3.125vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .first__main-side .side-item:first-child() {
    margin-top: 0;
  }

  .first__main-side .item-img {
    width: 40.625vw;
  }

  .first__main-side .item-main {
    padding: 6.25vw;
    padding-right: 39.0625vw;
  }

  .first__main-side .item-main>*:last-child {
    margin-bottom: 0 !important;
  }

  .first__main-side .item-title {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin-bottom: 3.125vw;
  }

  .first__main-side .item-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .first__main-side .item-link {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .first__main-slide {
    min-height: 156.25vw;
  }

  .first__main-slide::after {
    content: "";
    width: 62.5625vw;
    height: 62.5625vw;
    display: none;
    border-radius: 50%;
    opacity: 0.5;
    background: #ffffff;
    position: absolute;
    top: 115vw;
    right: 7.8125vw;
    transform: none;
  }

  .first__main-slide .slide-img {
    max-height: 56.25vw;
  }

  .first__main-slide .slide-main {
    padding: 3.25vw;
    padding-top: 15.25vw;
    padding-bottom: 57.375vw;
  }

  .first__main-slide .slide-main>*:last-child {
    margin-bottom: 0 !important;
  }

  .first__main-slide .slide-title {
    font-size: 7.875vw;
    line-height: 8.75vw;
    margin-bottom: 3.125vw;
  }

  .first__main-slide .slide-text {
    max-width: unset;
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }

  .first__main-slide .slide-list {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }

  .first__main-slide .slide-hint {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
    margin-bottom: 3.125vw;
  }

  .first__main-slide .slide-btn {
    width: 100%;
    min-width: unset;
  }


  .first__main-slide.white-slide .slide-main {
    background: transparent;
  }

  .first__slider .slider-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .first__slider .slider-container {
    margin-bottom: 3.125vw;
  }

  .first__slider .slider-container .swiper-slide {
    width: 87.5vw;
    min-height: 31.25vw;
    margin-right: 6.25vw;
  }

  .first__slider .slider-container .swiper-slide:last-child {
    margin-right: 0;
  }

  .first__slider .slider-container .slide-img {
    width: 35.625vw;
    height: 31.25vw;
  }

  .first__slider .slider-container .slide-link {
    padding: 7.8125vw 6.25vw;
    padding-right: 31.25vw;
    border: 0.3125vw solid #f2f7fa;
    border-radius: 4.6875vw;
  }

  .first__slider .slider-container .slide-link>*:last-child {
    margin-bottom: 0 !important;
  }

  .first__slider .slider-container .slide-title {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }

  .first__slider .slider-container .slide-price {
    font-size: 3.125vw;
    line-height: 6.25vw;
  }

  .first__slider .slider-container .slide-price span {
    font-size: 4.375vw;
  }

  .first__slider .slider-bottom .bottom-buttons {
    display: none;
  }

  .first__main-slider .slider-bottom {
    height: 9.375vw;
    padding: 0 7.8125vw;
    bottom: 4.6875vw;
  }

  .common-slider-pagination {
    height: 1.5625vw;
  }

  .common-slider-pagination .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-left: 1.875vw !important;
  }

  .common-slider-buttons {
    width: 21.875vw;
    height: 9.375vw;
  }

  .common-slider-buttons .slider-btn {
    width: 9.375vw;
    height: 9.375vw;
    border: 0.3125vw solid #fbfbfb;
  }

  .common-slider-buttons .slider-btn svg {
    width: 3.4375vw;
    height: 3.4375vw;
  }

  .marquee-infinite {
    margin: 12.5vw auto;
    margin-top: -12.5vw;
  }

  .marquee-infinite div {
    height: 12.821vw;
  }

  .marquee-infinite div>span {
    font-size: 4.103vw;
  }

  .about {
    margin-bottom: 12.5vw;
  }

  .about__wrap {
    flex-direction: column;
  }

  .about__content {
    width: 100%;
  }

  .about .section__title {
    margin-bottom: 4vw;
  }

  .about .section__title h2 {
    font-size: 9.375vw;
  }

  .about .title-divider {
    height: 0.5vw;
    margin-left: 4vw;
    overflow: hidden;
    border-radius: 2vw;
  }

  .title-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.01vw;
    height: 0.5344444vw;
    width: 1vw;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }

  .about .section__text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .about .actions {
    margin-top: 4vw;
  }

  .about .actions .link {
    font-size: 3.9333333333vw;
  }

  .about .actions .link img {
    width: 2.4566667vw;
    height: 2.4566667vw;
    margin-left: 2.5vw;
  }

  .about .actions .link:hover img {
    margin-left: 4.54444vw;
  }

  .about__img {
    width: 100%;
    margin-top: 5vw;
  }

  .title-header-first-span {
    left: 58vw;
    font-size: 13vw;
  }

  .courses-filters {
    margin-bottom: 12.5vw;
  }

  .courses-filters .f-list {
    flex-direction: column-reverse;
  }

  .courses-filters .f-list .category .c-btn {
    padding: 0 5.866vw 0 3.566vw;
    border-radius: 3vw;
    font-size: 4.141667vw;
    line-height: 11.366667vw;
    height: 12.666667vw;
    width: 100%;
  }

  .courses-filters .f-list .category .c-btn img {
    width: 6vw;
    height: 6vw;
    right: 1.177vw;
    top: 2.788vw;
  }

  .courses-filters .f-list .category .c-drop {
    width: 100%;
    border-radius: 3vw;
  }

  .courses-filters .f-list .category .c-drop ul li a {
    padding: 2.333vw 2.999vw;
    font-size: 4.141667vw;
    line-height: 6.24583vw;
  }
	
	.courses-filters .f-list .category .c-drop ul li:first-child a:hover {
  border-radius: 2.564vw 2.564vw 0 0;
}
	
		.courses-filters .f-list .category .c-drop ul li:last-child a:hover {
  border-radius: 0 0 2.564vw 2.564vw;
}

	.courses-filters .f-list .category .c-drop ul li:first-child a.active {
  border-radius: 2.564vw 2.564vw 0 0;
}

.courses-filters .f-list .category .c-drop ul li:last-child a.active {
  border-radius: 0 0 2.564vw 2.564vw;
}
	
  .courses-filters .banner-form .form-input {
    height: 12.666667vw;
    width: 100%;
    border-radius: 3vw;
  }

  .courses-filters .banner-form .form-item .btn-ser {
    padding: 3.888vw;
    border-bottom-right-radius: 3vw;
    border-top-right-radius: 3vw;
    height: 12.666667vw;
  }

  .courses-filters .banner-form .form-item .btn-ser img {
    width: 4.988vw;
    height: 4.988vw;
  }

  .products {
    margin-bottom: 12.5vw;
  }

  .products .products__title {
    white-space: normal;
  }


  .products .products-flex {
    margin-bottom: 6.25vw;
    justify-content: center;
  }

  .products .products-card {
    width: 87.5vw;
    margin: 4.6875vw 0;
    border-radius: 4.6875vw;
    border: 0.3125vw solid #f2f7fa;
    overflow: hidden;
  }

  .products .products-card .card-img {
    overflow: hidden;
    margin-bottom: 3.5625vw;
    border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  }

  .products .products-card .card-img img {
    height: 52.434444vw;
  }

  .products .products-card .card-top {
    padding: 0 4.375vw 4.375vw 4.375vw;
    border-radius: 0;
    height: 72.933334vw;
  }

  .products .products-card .card-text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
    margin-bottom: 4.0416666667vw;
    height: 17.722222vw;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20.3333333333vw;
  }

  .products .products-card .card-title {
    font-size: 6.375vw;
    line-height: 6.5vw;
    margin-bottom: 4.6875vw;
  }

  .products .section__title {
    margin-bottom: 5vw
  }

  .products .title-divider {
    height: 0.5vw;
    margin-left: 4vw;
    overflow: hidden;
    border-radius: 2vw;
  }

  .products .title-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.01vw;
    height: 0.5344444vw;
    width: 1vw;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }

  .products-card__tabs .card-flex {
    margin-bottom: 4.0416666667vw;
  }

  .products .products-card .card-flex .price-title {
    font-size: 5.25vw;
  }

  .products .products-card .card-flex .price-text {
    font-size: 6.25vw;
  }

  .products .products-card .card-flex .old-price {
    margin-left: 2.988888vw;
  }

  .products .products-card .card-flex .old-price .price-text {
    font-size: 5.25vw;
    margin-right: 2.5208333333vw;
  }

  .products .products-card .card-flex .price-discount {
    width: 8.238vw;
    height: 4.041667vw;
    font-size: 2.49925vw;
    line-height: 0.7291666667vw;
    padding-left: 1.416667vw;
    padding-right: 1.3125vw;
    border-radius: 1vw;
  }

  .products .products-card .card-flex .price-discount::after {
    right: 7.851411vw;
    border: 1.654556vw solid transparent;
    border-right-color: #F44336;
  }

  .products .actions {
    margin-top: 4vw;
  }

  .products .actions .link {
    font-size: 4.2333333333vw;
    padding: 2.920833vw 7.5625vw;
    min-width: 68.444444vw;
  }

  .products .actions .link img {
    width: 2.8566667vw;
    height: 2.8566667vw;
    margin-left: 2.5vw;
  }

  .products .actions .link:hover img {
    margin-left: 4.54444vw;
  }

  .products .products-card .card-bottom, .products-offline .products-card .card-bottom {
    width: 100%;
    padding: 0 7.5625vw 2.920833vw 7.5625vw;
    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: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  }

  .products .products-card:hover .card-bottom, .products-offline .products-card:hover .card-bottom {}

  .products .products-card .card-bottom .bottom-btn, .products-offline .products-card .card-bottom .bottom-btn {
    min-width: 68.444444vw;
    height: 11.904167vw;
    font-size: 4.2333333333vw;
    border-radius: 5.2083333333vw;
  }

  .products .products-card .card-bottom .common-btn .btn-text {
    display: flex;
    align-items: center;
  }

  .products .button-bottom .bottom-link {
    padding: 2.282vw 3.564vw;
    border: 0.256vw solid #0a237f;
  }

  .products .button-bottom .bottom-link:hover {
    border: 0.256vw solid #0a237f;
  }

  .products-offline {
    margin-bottom: 12.5vw;
  }

  .products-offline .products__title {
    white-space: normal;
  }


  .products-offline .products-flex {
    margin-bottom: 6.25vw;
    justify-content: center;
  }

  .products-offline .products-card {
    width: 87.5vw;
    margin: 4.6875vw 0;
    border-radius: 4.6875vw;
    border: 0.3125vw solid #f2f7fa;
    overflow: hidden;
  }

  .products-offline .products-card .card-img {
    overflow: hidden;
    margin-bottom: 3.5625vw;
    border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  }

  .products-offline .products-card .card-img img {
    height: 54.434444vw;
  }

  .products-offline .products-card .card-top {
    padding: 0 3.375vw 4.375vw 3.375vw;
    border-radius: 0;
    height: 144.933334vw;
  }

  .products-offline .products-card .card-text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
    margin-bottom: 4.0416666667vw;
    height: 45.722222vw;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3.3333333333vw;
    padding-right: 0.26vw;
  }
	
	    .products-offline .products-card .card-text-all {
      font-size: 3.833333vw;
        line-height: 4.41667vw;
        padding-bottom: 3.3333333333vw;
  }
	
	
  .products-offline .products-card .card-text-all:hover {
    transform: scale(1);
  }
	
  .products-offline .products-card .card-text-all>img {
    width: 7.692vw;
    height: 7.692vw;
    margin-right: 1.282vw;
  }

  .products-offline .products-card .card-title {
font-size: 4.941667vw;
        line-height: 6.15vw;
    margin-bottom: 4.6875vw;
  }

  .products-offline .products-card .card-subtitle {
    font-size: 5.042vw;
    line-height: 6.375vw;
    margin-bottom: 2.255vw;
  }

  .products-offline .section__title {
    margin-bottom: 5vw
  }

  .products-offline .title-divider {
    height: 0.5vw;
    margin-left: 4vw;
    overflow: hidden;
    border-radius: 2vw;
  }

  .products-offline .title-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.01vw;
    height: 0.5344444vw;
    width: 1vw;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }

  .products-offline .products-card .card-flex {
    margin-bottom: 4.0416666667vw;
  }

  .products-card__tabs .card-flex .card-group {
    gap: 3.222vw;
  }

  .products-card__tabs .card-flex .price-title {
    font-size: 3.25vw;
    margin-right: 1.220833vw;
  }
	
	.products .products-card .card-flex {
	    margin-bottom: 0;
}

  .products-card__tabs .card-flex .card-group-time .card-group-time-title img,
  .products-card__tabs .card-flex .price-title img {
    width: 5.1375vw;
    height: 5.1375vw;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.220833vw;
  }

  .products-card__tabs .card-flex .price-text {
    font-size: 4.25vw;
  }

  .products-card__tabs .card-flex .card-group-title {
    font-size: 3.377vw;
    line-height: 3.888vw;
  }

  .products-card__tabs .card-flex .card-group-time-value {
    font-size: 3.277vw;
    line-height: 3.888vw;
  }

  .products-card__tabs .card-flex .card-group-time .card-group-time-title {
    font-size: 3.25vw;
    margin-right: 1.220833vw;
  }

  .products-offline .actions {
    margin-top: 4vw;
  }

  .products-offline .actions .link {
    font-size: 4.2333333333vw;
    padding: 2.920833vw 7.5625vw;
    min-width: 68.444444vw;
  }

  .products-offline .actions .link img {
    width: 2.8566667vw;
    height: 2.8566667vw;
    margin-left: 2.5vw;
  }

  .products-offline .actions .link:hover img {
    margin-left: 4.54444vw;
  }

  .products-card__tabs .tabs-container {
    margin-bottom: 2.564vw;
  }

  .products-card__tabs .tabs-item {
    font-size: 4.2333333333vw;
    margin-right: 4.208333vw;
    border: 0.256vw solid #ddd;
    padding: 2.452vw 5.052vw;
    border-radius: 6vw;
  }

  .products-card__tabs .tabs-item.active {
    border: 0.256vw solid #001c83;
  }

  .products-offline .products-link.bottom-line {
    font-size: 4.2333333333vw;
    padding-bottom: 1.282vw;
    margin-bottom: 2.564vw;
  }

  .products-offline .products-link.bottom-line img {
    width: 5.128vw;
    height: 5.128vw;
    margin-left: 1.282vw;
  }

  .products-offline .products-card .card-text::-webkit-scrollbar {
    width: 1.522222vw;
    height: 1.522222vw;
    border: none;
  }

  .products-offline .products-card .card-text::-webkit-scrollbar-thumb {
    width: 1.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .info-offline {
    margin-bottom: 12.5vw;
  }

  .section__title .offline__title {
    white-space: normal;
  }

  .info-offline .section__title {
    margin-bottom: 4vw;
  }

  .info-offline-item {
    margin-bottom: 6.25vw;
    flex-direction: column;
  }

  .info-offline-item:nth-child(2n) {
    flex-direction: column;
  }

  .info-offline-img {
    border-radius: 3vw;
    margin-bottom: 3vw;
  }

  .info-offline-img img {
    width: 100%;
    height: 55.434444vw;
  }

  .info-offline-text {
    position: relative;
    width: 100%;
    letter-spacing: .02em;
  }

  .info-offline-text>* {
    margin-bottom: 4vw;
    font-size: 4.441667vw;
    line-height: 6.555vw;
    letter-spacing: .02em;
  }

  .info-offline .title-header-first-span {
    top: 39vw;
    font-size: 100.5vw;
  }

  .city-offline {
    margin-bottom: 12.5vw;
  }

  .city-offline .banner-bg {
    width: auto;
  }

  .city-offline .city-offline-left {
    position: relative;
    max-width: 100%;
    padding: 10.770833vw 7.5416666667vw 10.770833vw 7.5416666667vw;
  }

  .city-offline .city-offline-left .content-item {
    margin-bottom: 5.5416666667vw;
    flex-direction: column;
  }

  .city-offline .city-offline-left .content-item img {
    width: 16.667vw;
    height: 16.667vw;
    margin-right: 0;
    margin-bottom: 2.564vw;
  }

  .city-offline .city-offline-left .content-item .text {
    line-height: 6.485vw;
    font-size: 4.872vw;
    text-align: center;
  }

  .city-offline .image-box {
    position: relative;
    width: 100%;
  }

  .city-offline .image-box img {
    position: relative;
  }

  .city-offline .button-bottom {
    margin-top: 8.444vw;
  }

  .city-offline .button-bottom .common-btn {
    margin: 0 auto;
  }

  .advantages-offline .advantages-block {
    width: 100%;
    margin-bottom: 5vw;
  }

  .advantages-offline .advantages-block:nth-child(1) {
    background: #f2f5ff;
  }

  .advantages-offline .advantages-block:nth-child(2) {
    background: none;
  }

  .advantages-offline .advantages-block:nth-child(3) {
    background: #f2f5ff;
  }

  .advantages-offline .advantages-block:nth-child(4) {
    background: none;
  }

  .advantages-offline .advantages-block:nth-child(5) {
    background: #f2f5ff;
  }

  .advantages-offline .advantages-block:nth-child(6) {
    background: none;
  }

  .advantages-offline .advantages-block:nth-child(7) {
    background: #f2f5ff;
  }

  .advantages-offline .advantages-block:nth-child(8) {
    background: none;
  }

  .advantages-offline .advantages-block__header {
    margin-bottom: 4.667vw;
  }

  .company {
    margin-bottom: 12.5vw;
  }

  .company__content .content-banner .banner-bg {
    width: auto;
  }

  .company__content .content-banner .banner-main {
    width: 100%;
    padding: 6.7708333333vw 7.5416666667vw 6.7708333333vw 5.2083333333vw;
  }

  .company__content .content-banner .banner-content {
    flex-direction: column;
  }

  .company__content .content-banner .banner-title {
    font-size: 10.125vw;
    line-height: 12.625vw;
    margin-bottom: 2vw;
  }

  .company__content .content-banner .banner-text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .company__content .content-banner .banner-side {
    width: 100%;
    flex-direction: column;
  }

  .company__content .content-banner .banner-side .side-item {
    width: 100%;
    min-height: 32.9270833333vw;
    border-top: 0.0520833333vw solid rgba(255, 255, 255, .15);
    border-right: 0.0520833333vw solid rgba(255, 255, 255, .15);
    padding: 3.510417vw 2.6041666667vw;
    justify-content: center;
  }

  .company__content .content-banner .banner-side .side-item .item-title {
    position: relative;
    font-weight: 700;
    font-size: 1.25vw;
    margin-bottom: 0.5208333333vw;
  }

  .company__content .content-banner .banner-side .side-item .item-title span {
    font-size: 14.125vw;
  }

  .company__content .content-banner .banner-side .side-item .item-title span::before {
    content: "";
    width: 1.920833vw;
    height: 1.920833vw;
    top: -0.912167vw;
    left: 0.0112500vw;
  }

  .company__content .content-banner .banner-side .side-item:nth-child(2) .item-title span::before {
    top: 11.60833vw;
    left: 42.5875vw;
  }


  .company__content .content-banner .banner-side .side-item:nth-child(4) .item-title span::before {
    top: 10.60833vw;
    left: 20.5875vw;
  }

  .company__content .content-banner .banner-side .side-item .item-title span::after {
    content: "";
    width: 3.820833vw;
    height: 3.820833vw;
    top: -3.3999999vw;
    left: -1.90125vw;
  }

  .company__content .content-banner .banner-side .side-item:nth-child(2) .item-title span::after {
    top: 12.6vw;
    left: 44.09875vw;
  }

  .company__content .content-banner .banner-side .side-item:nth-child(4) .item-title span::after {
    top: 11.6vw;
    left: 22.09875vw;
  }

  .company__content .content-banner .banner-side .side-item .item-text {
    font-size: 5.233333vw;
  }

  .consult-item {
    width: 100%;
    padding: 4.999999vw;
    align-items: center;
  }

  .consult-item .item-img {
    justify-content: center;
  }

  .consult-item .item-img img {
    width: 18vw;
    height: 18vw;
  }

  .consult-item .item-title {
    font-size: 5.375vw;
    margin-bottom: 1.6875vw;
  }

  .consult-item .item-text {
    font-size: 3.841667vw;
  }

  .btn-blick {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    font-weight: 500;
    line-height: 175%;
    overflow: hidden;
  }

  .btn-blick::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 9.5vw;
    height: 100%;
    background: #f1f5f8;
    opacity: .6;
    -webkit-animation: 5s ease-in-out 2s infinite blick;
    animation: 5s ease-in-out 2s infinite blick;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }

  .franchise {
    margin-bottom: 12.5vw;
  }

  .franchise__wrap {
    flex-direction: column;
  }

  .franchise__content {
    width: 100%;
  }

  .franchise .section__title {
    margin-bottom: 4vw;
  }

  .franchise .section__title h2 {
    font-size: 9.375vw;
  }

  .franchise .title-divider {
    height: 0.5vw;
    margin-left: 4vw;
    overflow: hidden;
    border-radius: 2vw;
  }

  .title-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -0.01vw;
    height: 0.5344444vw;
    width: 1vw;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }

  .franchise .section__text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .franchise .actions {
    margin-top: 4vw;
  }

  .franchise .actions .link {
    font-size: 3.9333333333vw;
  }

  .franchise .actions .link img {
    width: 2.4566667vw;
    height: 2.4566667vw;
    margin-left: 2.5vw;
  }

  .franchise .actions .link:hover img {
    margin-left: 4.54444vw;
  }

  .franchise__img {
    width: 100%;
    margin-top: 5vw;
  }

  .title-header-first-span {
    left: 58vw;
    font-size: 12.4444444vw;
  }

  .questions {
    margin-bottom: 12.5vw;
  }

  .questions__title {
    white-space: normal;
    margin-bottom: 7.5vw;
  }

  .questions__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4.6875vw;
  }

  .questions__container>div {
    width: 100%;
    border-bottom: 0.3125vw solid #FAFAFE;
  }

  .questions__item {
    padding-left: 1.875vw;
    padding-right: 1.875vw;
    padding-bottom: 2.5vw;
  }

  .questions__item .item-title {
    padding: 2.5vw 0 2.5vw 0;
  }

  .questions__item .item-title p {
    font-size: 4.241667vw;
    line-height: 6.55555vw;
  }

  .questions__item .item-title span {
    width: 10.5vw;
    height: 10.5vw;
    margin-left: 1.5625vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .questions__item .item-title span svg {
    width: 3.75vw;
    height: 2.1875vw;
  }

  .questions__item .item-content {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
    padding-left: 0;
  }

  .questions__item.open .item-title {
    padding-left: 0;
  }

  .manager .common-bg-img {
    width: auto;
  }

  .manager__banner .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: unset;
    padding: 7.8125vw 4.6875vw;
    padding-bottom: 16.875vw;
  }

  .manager__banner .banner-main {
    width: 100%;
    margin-bottom: 9.375vw;
  }

  .manager__banner .banner-title {
    font-size: 7.5vw;
    line-height: 9.375vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }

  .manager__banner .banner-text {
    padding: 0 4.6875vw;
    font-size: 4.629167vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
    text-align: center;
  }

  .manager__banner .banner-form .form-input {
    width: 100%;
  }

  .manager__banner .banner-side {
    width: 100%;
  }

  .common-blue-btn {
    height: 13.75vw;
    padding: 3.125vw 6.25vw;
    border-radius: 31.25vw;
    font-weight: 400;
font-size: 4.629167vw;
        line-height: 6.25vw;
  }

  .common-blue-btn .btn-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .common-blue-btn .btn-text span {
    font-weight: 500;
    font-size: 3.125vw;
  }

  .common-blue-btn .btn-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
    margin-left: 0;
  }

  .manager__banner .actions {
    justify-content: center;
    margin-top: 4.556655vw;
    margin-left: 0;
  }

  .manager__banner .actions .action-btn {
    margin-left: 3.5425vw;
    height: 11.4vw;
    width: 11.4vw;
    border-radius: 31.25vw;
  }

  .manager__banner .actions .action-btn img {
    width: 5.1222222vw;
    height: 5.1222222vw;
  }

  .articles {
    margin-bottom: 12.5vw;
  }

  .articles__head {
    margin-bottom: 7.8125vw;
  }

  .articles__head .common-title {
    white-space: normal;
  }

  .articles__head .common-text {
    font-size: 4.141667vw;
    line-height: 6.25vw;
  }

  .articles__content .articles-container {
    overflow-y: hidden;
    margin-bottom: 6.25vw;
    flex-wrap: nowrap;
  }

  .articles-item {
    min-width: 87.5vw;
    min-height: 54.75vw;
    border-radius: 4.6875vw;
    margin-right: 4.111111vw;
  }

  .articles-item .item-main {
    padding: 6.25vw;
  }

  .articles-item .item-date {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .articles-item .item-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .button-bottom .bottom-link {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .footer {
    border-top: 0.3125vw solid #e0edf1;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6.25vw 0;
    padding-bottom: 7vw;
    border: none;
  }

  .footer__main {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5vw;
  }

  .footer__main .main-logo {
    width: 40.8125vw;
    height: 9.8125vw;
    margin: 0;
  }

  .footer__main .main-text {
    width: 43.5625vw;
    font-size: 2.825vw;
    line-height: 4.075vw;
    margin: 0;
  }

  .footer__main .main-title {
    font-size: 6.25vw;
    line-height: 4.375vw;
    margin: 6vw 0;
  }

  .footer__main .socials {}

  .footer__main .socials .social {
    padding: 3.125vw;
    margin-left: 3vw;
    width: 11.4vw;
    height: 11.4vw;
  }

  .footer__main .socials img {
    width: 5.12222vw;
    height: 5.12222vw;
  }

  .footer__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: .5vw;
  }

  .footer__menu .menu-block {
    margin: 0;
    margin-bottom: 1.5vw;
  }

  .footer__menu .menu-block:first-child {
    margin-right: 0;
  }

  .footer__menu .menu-title {
    font-size: 6.25vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
  }

  .footer__menu .menu-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__menu .menu-list .menu,
  .footer__menu .menu-list .menu-page {
    gap: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__menu .menu-list .menu .menu-item,
  .footer__menu .menu-list .menu-page .menu-item {
    width: 100%;
    font-size: 4.629167vw;
    margin-bottom: 4.25vw;
  }

  .footer__menu .menu-list .menu .menu-item, .footer__menu .menu-list .menu-page .menu-item {
    padding-left: 3.7956666666vw;
  }

  .footer__menu .menu-list .menu li:before, .footer__menu .menu-list .menu-page li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.411111vw;
    height: 1.411111vw;
    background-color: #001c83;
    border-radius: 100%;
  }

  .footer__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__info .info-item {
    max-width: 71.875vw;
    margin: 0;
    margin-bottom: .5vw;
  }

  .footer__info .item-main {
    max-width: unset;
  }

  .footer__info .actions {
    justify-content: center;
    margin-top: 4.556655vw;
    margin-left: 0;
  }

  .footer__info .actions .action-btn {
    margin-left: 3.5425vw;
    height: 11.4vw;
    width: 11.4vw;
    border-radius: 31.25vw;
  }

  .footer__info .actions .action-btn img {
    width: 5.1222222vw;
    height: 5.1222222vw;
  }

  .footer__info .item-text {
    font-size: 4.629167vw;
    line-height: 6.6875vw;
    margin-bottom: 1.5625vw;
  }

  .footer__info .item-link,
  .footer__info .item-btn {
        font-size: 6.25vw;
        line-height: 7.5vw;
    margin-bottom: 1.5625vw;
  }

  .bottom-line::after {
    height: 0.3125vw;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3.5vw 0;
    border-top: 0.0520833333vw solid #e0edf1;
  }

  .footer__bottom .bottom-text {
    font-size: 3.629167vw;
    margin-top: 2.25vw;
  }

  .page-title {
    padding: 14.533333vw 0 10.333333vw;
    background-size: auto;
    margin-bottom: 6.208333vw;
  }

  .page-title::before {
    content: "";
    width: 51.5625vw;
    height: 51.5625vw;
    -webkit-filter: blur(12.208333vw);
    filter: blur(12.208333vw);
    top: 69.333333vw;
    right: -17.666667vw;
  }

  .page-title .pt-flex {
    flex-direction: column;
  }

  .page-title .pt-content .title {
    font-size: 7.733333vw;
  }

  .page-title .pt-content .sub-title {
    margin-top: 2.344444vw;
    font-size: 4.141667vw;
  }

  .page-title .actions {
    margin-top: 5.555555vw;
  }

  .page-title .actions .link {
    font-size: 3.7333333333vw;
    padding: 3.220833vw 7.5625vw;
    min-width: 58.444444vw;
    border-radius: 8.208333vw;
  }

  .page-title .actions .link img {
    width: 2.8566667vw;
    height: 2.8566667vw;
    margin-left: 2.5vw;
  }

  .page-title .actions .link:hover img {
    margin-left: 2.5vw;
  }

  .breadcrumbs {
    margin-top: -1.282vw;
    margin-bottom: 6.41vw;
  }

  .breadcrumbs__links .links-item {
    font-size: 3.846vw;
    line-height: 5.128vw;
    margin-right: 5.641vw;
  }

  .breadcrumbs__links .links-item::after {
    margin-left: 2.564vw;
  }

  .product {
    margin-bottom: 12.5vw;
  }

  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product__content {
    width: 100%;
  }

  .product__sliders {
    margin-bottom: 6.25vw;
  }

  .product__sliders .main-slider {
    margin: 0;
  }

  .product__sliders .main-slider .slider-container {
    margin-bottom: 6.25vw;
  }

  .product__sliders .main-slider .swiper {
    border-radius: 4.6875vw;
  }

  .product__sliders .main-slider .swiper-slide {
    height: 56.25vw;
    border-radius: 4.6875vw;
    margin-right: 3.125vw;
  }

  .product__sliders .main-slider .slider-bottom {
    bottom: 8.5625vw;
  }

  .common-slider-buttons {
    width: 30.875vw;
    height: 12.375vw;
  }

  .common-slider-buttons .slider-btn {
    width: 13.375vw;
    height: 13.375vw;
    border: 0.3125vw solid #fbfbfb;
  }

  .common-slider-buttons .slider-btn svg {
    width: 3.4375vw;
    height: 3.4375vw;
  }

  .product__sliders .thumbs-slider {
    height: 12.989583vw;
  }

  .product__sliders .thumbs-slider .swiper {
    border-radius: 2.520833vw;
  }

  .product__sliders .thumbs-slider .swiper-slide {
    width: 20.6875vw;
    border-radius: 1.78125vw;
    margin-right: 1.5208333333vw;
  }

  .product__sliders .thumbs-slider .swiper-slide::after {
    border: 0.4604166667vw solid #001c83;
  }

  .product__sliders .youtube-title {
    height: 2.78888vw;
    font-size: 2vw;
  }

  .product__sliders .youtube-icon {
    width: 5vw;
    height: 5vw;
  }

  .product__sliders .youtube-icon-lg {
    width: 13vw;
    height: 13vw;
  }

  .product__content .item-bullets {
    margin: 0;
    margin-bottom: 6.444444vw;
    flex-direction: column;
  }

  .product__content .item-bullets .bullets-item {
    height: 100%;
    padding: 0 1.0416666667vw;
    margin: 2.260417vw 0;
    font-size: 3.8333333333vw;
    line-height: 6.0416666667vw;
    border-right: none;
    border-bottom: solid 1px #ddd;
	  padding-bottom: 3.444vw;
  }

/*   .product__content .item-bullets .bullets-item:last-child {
    padding-bottom: 19.655555vw;
  } */

  .product__content .item-bullets .bullets-item .bullets-title {
    font-size: 5.241667vw;
    line-height: 1;
    margin-bottom: 1.1229166667vw;
  }

  .product__content .item-bullets .bullets-item img {
    width: 5.8375vw;
    height: 5.8375vw;
    margin-right: 1.9208333333vw;
  }

  .product__content .item-bullets .bullets-item .bullets-text {
    font-size: 4.141667vw;
    line-height: 4vw;
  }

  .course-content {
    margin-bottom: 12.5vw;
  }

  .course-content .course-content_title {
    font-size: 7.25vw;
    line-height: 1;
    margin-bottom: 5.5625vw;
  }

  .course-content .course-content_subtitle {
    font-size: 6.111vw;
    line-height: 7.111vw;
    margin-bottom: 4.0625vw;
  }

  .course-content .course-content_text {
    font-size: 4.133333vw;
    line-height: 5.208333vw;
    margin-bottom: 4.2625vw;
  }

	  .course-content .course-content_text p {
    margin-bottom: 3.333vw;
  }
	
  .course-content .course-content_text ul li {
    padding-left: 4.4444444vw;
    margin-bottom: 3.566667vw;
    line-height: 5.138462vw;
  }

  .course-content .course-content_text ul li:before {
    width: 2.364444vw;
    height: 2.364444vw;
    border: 0.6133333vw solid #f4d390;
  }

  .course-list {
    margin-bottom: 12.5vw;
  }

  .course-list .course-list_title {
    font-size: 6.25vw;
    line-height: 7.770833vw;
    margin-bottom: 5.5625vw;
  }

  .course-curriculum {}

  .course-curriculum__list .course-curriculum__item {
    margin-left: 0;
    border-radius: 1.111111vw;
    margin-bottom: 3vw;
  }

  .course-curriculum__list .course-curriculum__item .course-curriculum__title {
    padding: 3.866666vw 2.833333vw;
    font-size: 4.133333vw;
    line-height: 5.470588vw;
  }

  .course-curriculum__list .course-curriculum__item .faq__question-button {
width: 7.688889vw;
    height: 7.688889vw;
    border: 0.4133333vw solid #f4d390;
    font-size: 3.6vw;
  }

  .course-curriculum__list .course-curriculum__item .faq__question-button span {
    width: 7.688889vw;
    height: 7.688889vw;
    font-size: 5.222vw;
  }


  .course-curriculum__list .course-curriculum__item .course-curriculum__text {
    padding: 3.866666vw 4.333333vw;
    font-size: 4.133333vw;
    line-height: 6.538462vw;
  }

  .course-curriculum__list .course-curriculum__item .course-curriculum__text ul li {
    padding-left: 4vw;
    margin-bottom: 3.566667vw;
    line-height: 6.138462vw;
  }

  .course-curriculum__list .course-curriculum__item .course-curriculum__text ul li:before {
    width: 2.364444vw;
    height: 2.364444vw;
    border: 0.5133333vw solid #f4d390;
  }

  .product__right {
    width: 100%;
    position: relative;
    top: 0;
  }

  .product__form {
    margin-bottom: 5.3333333vw;
  }

  .product__right .product__form-title {
    white-space: normal;
    font-size: 6.25vw;
    line-height: 5.770833vw;
  }

  .product__right .head-description {
    font-size: 4.133333vw;
    line-height: 6.245833vw;
    margin-bottom: 6vw;
    border: 0.4133333vw solid #f4d390;
    padding: 1.877777vw 3.222222vw;
    border-radius: 1.777777vw;
  }

  .product__right .banner-form .form-item {
    margin-bottom: 5.041667vw;
  }

  .product__right .banner-form .form-input {
    height: 12.666667vw;
    width: 100%;
  }

  .product__form .form-container .form-btn {
    height: 12.666667vw;
    width: 100%;
  }

  .product__form .form-container .info {
    margin-top: 2.564vw;
  }

  .product__right .form-btn {
    height: 12.666667vw;
    width: 100%;
  }

  .product__right .form-btn img {
    width: 5.333333vw;
    height: 5.333333vw;
    margin-right: 2.344444vw;
  }

  .reviews {
    margin-bottom: 12.5vw;
  }

  .reviews .reviews__title {
    white-space: normal;
  }

  .reviews .reviews-list {
    margin-top: 3vw;
  }

  .reviews .reviews-list .photo-list {
    padding: 3.99999vw 3.45999vw;
  }

  .reviews .reviews-list .photo-list .photo {
    padding: 0 1.555555vw;
  }

  .reviews .reviews-list .photo-list .photo img {
    height: 74.333333vw;
    border-radius: 3vw;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  }

  .reviews .reviews-list .photo-list::-webkit-scrollbar {
    width: 2.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .reviews .reviews-list .photo-list::-webkit-scrollbar-thumb {
    width: 1.522222vw;
    height: 2.522222vw;
    border: none;
  }

	.product__sliders .youtube-icon, .reviews-list .youtube-icon {
    position: absolute;
width: 15.333vw;
    height: 15.333vw;
}
	
	
	.product__sliders .youtube-icon, .reviews-list .youtube-icon {
    position: absolute;
width: 15.333vw;
    height: 15.333vw;
}
	
	.thumbs-slider .youtube-icon {
		width: 7.333vw;
        height: 7.333vw;
	}
	
  .seo-text {
    margin-bottom: 12.5vw;
  }

  .seo-text__title {
    white-space: normal;
  }

  .seo-text__content {
    height: 70.5vw;
    margin-bottom: 4.041667vw;
    font-size: 4.133333vw;
    line-height: 6.208333vw;
  }

  .seo-text__bottom .bottom-btn {
    font-size: 4.833333vw;
    line-height: 5.41667vw;
  }

  .mission {
    margin-bottom: 12.5vw;
  }

  .mission .info-text {
    margin-bottom: 5.55555vw;
    flex-direction: column;
    align-items: center;
  }

  .mission .info-text .logo {
    margin-right: 0;
    margin-bottom: 4.222vw;
  }

  .mission .info-text .logo img {
    height: 18.555555vw;
  }

  .mission .info-text .text {
    font-size: 4.141667vw;
    line-height: 6.555vw;
    margin-bottom: 5vw;
    text-align: justify;
  }

  .mission__inner {
    margin-bottom: 12.5vw;
  }

  .mission-items {
    grid-template-columns: 1fr;
    gap: 4.167vw;
  }

  .mission-item {
    padding: 6.292vw;
    border-radius: 3vw;
  }

  .mission-item .item-bg {
    border-radius: 3vw;
  }

  .mission-item:nth-child(1)::before {
    height: 15.583vw;
    top: 11.875vw;
  }

  .mission-item:nth-child(2)::before {
    height: 21.625vw;
    top: 8.51vw;
  }

  .mission-item__title {
    font-size: 12.333333vw;
    line-height: 14.604vw;
    min-height: 15.508vw;
    margin-bottom: 7.667vw;
  }

  .mission-item__text {
    font-size: 5.1375vw;
    line-height: 7.667vw;
    letter-spacing: .02em;
  }

  .about__number-items {
    display: flex;
    gap: 4.53125vw;
    margin-top: auto;
  }

  .about__number-items {
    display: flex;
    gap: 6.53125vw;
    flex-direction: column;
  }

  .about__number-item__text {
    font-size: 17.333vw;
    margin-bottom: 3.208vw;
    margin-left: 11.333vw;
  }

  .about__number-item__title {
    font-size: 4.9375vw;
    margin-left: 11.333vw;
  }

  .about__number-item::before {
    content: '';
    width: 3.877777vw;
    height: 3.877777vw;
    left: 0;
  }

  .about__number-item::after {
    left: 0;
    width: 3.877777vw;
    height: 3.877777vw;
  }

  .about__number-item:last-child::before {
    display: block
  }

  .about__number-item:last-child::after {
    display: block
  }

  .text-about {
    margin-bottom: 12.5vw;
  }

  .text-about .content-box {
    flex-direction: column;
  }

  .text-about-right {
    width: 100%;
  }

  .text-about-right .text {
    font-size: 4.141667vw;
    line-height: 5.555vw;
    height: 85.333vw;
    padding-top: 10.333vw;
    padding-right: 1vw;
  }

  .text-about-right .text>* {
    margin-bottom: 11.444vw;
  }

  .text-about-right .text::-webkit-scrollbar {
    width: 1.122222vw;
    height: 1.122222vw;
    border: none;
  }

  .text-about-right .text::-webkit-scrollbar-thumb {
    width: 1.522222vw;
    height: 2.522222vw;
    border: none;

  }

  .text-about-left {
    max-width: 100%;
  }

  .startcareer__picsbox {
    margin-top: 17.949vw;
  }

  .text-about-left .startcareer__picsbox:after,
  .text-about-left .startcareer__picsbox:before {
    width: 25.385vw;
    height: 0.256vw;
  }

  .text-about-left .startcareer__picsbox:before {
    top: 0;
    left: calc(50% + 3.333vw);
  }

  .text-about-left .startcareer__picsbox:after {
    bottom: 0;
    right: calc(50% + 3.333vw);
  }

  .text-about-left .startcareer__picsbox img {
    max-width: calc(50% - 3.333vw);
    border-radius: 3vw;
  }

  .text-about-left .startcareer__picsbox img:nth-child(2) {
    margin-top: 3.333vw;
  }

  .text-about-right .title-header-first-span {
    -webkit-text-stroke-color: #f2f4ff;
    -webkit-text-fill-color: #f2f4ff;
    top: -5.155vw;
    left: 1.555vw;
  }

  .advantages {
    margin-bottom: 12.5vw;
  }

  .advantages_title {
    white-space: normal;
  }

  .advantages__inner {
    flex-direction: column;
  }

  .advantages-block {
    width: 100%;
    height: auto;
    padding: 6.292vw;
    border-radius: 3vw;
  }

  .advantages-block:nth-child(1) {
    background: #f2f5ff;
  }

  .advantages-block:nth-child(2) {
    background: none;
  }

  .advantages-block:nth-child(3) {
    background: #f2f5ff;
  }

  .advantages-block:nth-child(4) {
    background: none;
  }

  .advantages-block:nth-child(5) {
    background: #f2f5ff;
  }

  .advantages-block:nth-child(6) {
    background: none;
  }

  .advantages-block:nth-child(7) {
    background: #f2f5ff;
  }

  .advantages-block:nth-child(8) {
    background: none;
  }

  .advantages-block__header {
    font-size: 7.333333vw;
    line-height: 7.604vw;
    margin-bottom: 6.667vw;
    text-align: center;
    white-space: normal;
    align-items: center;
  }

  .advantages-block__header img {
    width: 7.333vw;
    height: 7.333vw;
    margin-right: 1.222vw;
  }

  .advantages-block__text {
    font-size: 4.141667vw;
    line-height: 6.555vw;
  }

  .team {
    margin-bottom: 12.5vw;
  }

  .team .section__title {
    margin-bottom: 4vw;
  }

  .team_title {
    white-space: normal;
  }

  .team__text {
    font-size: 4.141667vw;
    line-height: 5.555vw;
    margin-bottom: 5vw;
  }

  .team__slider .slider-container {
    width: 90.625vw;
    margin-bottom: 9.375vw;
  }

  .team__slider .swiper-slide {
width: 70.6875vw;
    height: 116.1875vw;
    margin-right: 2.5vw;
  }

  .team__slide .slide-icon {
    width: 9.375vw;
    height: 9.375vw;
    left: 4vw;
    bottom: 4vw;
    border-radius: 32vw;
  }

  .team__slide .slide-icon img {
    width: 1.875vw;
    height: 1.875vw;
  }

  .team__slide .slide-img,
  .team__slide::after {
    border-radius: 3vw;
  }

  .team__slide::before {
    border-radius: 3vw;
  }

  .team__slide .slide-content {
        padding: 19.5vw 4.9375vw;
    border-radius: 3vw;
  }

  .team__slide .slide-content p {
    font-size: 4.125vw;
    line-height: 5.375vw;
    margin-bottom: 1.5625vw
  }

  .team__slide .slide-content span {
    font-size: 3.333vw;
    line-height: 4.75vw;
  }

  .standart-slider-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .standart-slider-pagination {
    width: 100%;
    height: 0.3125vw;
  }

  .standart-slider-pagination .swiper-pagination-progressbar {
    height: 0.3125vw;
  }

  .standart-slider-controls {
    margin-left: 0;
    margin-top: 4.6875vw;
  }

  .standart-slider-controls .slider-btn {
    width: 10.375vw;
    height: 10.125vw;
    border-radius: 6vw;
  }

  .slider-btn img {
    width: 3.688vw;
    height: 3.688vw;
  }

  .standart-slider-controls .standart-slider-numbers {
    margin: auto 6.25vw;
  }

  .standart-slider-numbers {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }

  .standart-slider-numbers .current-number {
    font-size: 3.8291666667vw;
  }

  .awards {
    margin-bottom: 12.5vw;
  }

  .awards .section__title {
    margin-bottom: 4vw;
  }

  .awards_title {
    white-space: normal;
  }

  .awards__text {
    font-size: 4.141667vw;
    line-height: 5.555vw;
    margin-bottom: 5vw;
  }

  .awards__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .awards__img-slider {
    width: 100%;
    position: relative;
    margin-bottom: 12.5vw;
  }

  .awards__img-slider .slider-container,
  .awards__diplom-slider .slider-container {
    margin-bottom: 9.375vw;
  }

  .awards__img-slider .swiper-slide {
    width: 90.625vw;
    height: 125vw;
    margin-right: 3.125vw;
  }

  .awards__img-slide,
  .awards__diplom-slide {
    border-radius: 3vw;
  }

  .awards__diplom-slider {
    width: 100%;
  }

  .awards__diplom-slider .slider-container {
    width: 90.625vw;
  }

  .awards__diplom-slider .swiper-slide {
    width: 58.125vw;
    height: 92.1875vw;
    margin-right: 2.5vw;
  }

  .business {
    padding: 18.308vw 0;
    margin-top: -6.208333vw;
    padding-bottom: 0;
    margin-bottom: 12.5vw;
  }

  .business-left {
    max-width: 100%;
    margin-bottom: 9.999vw;
  }

  .business-left .text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
    margin-bottom: 4.6875vw;
  }

  .business-left .title-header-first-span {
    -webkit-text-fill-color: #e0e7ff;
    top: -5.155vw;
    left: 1.555vw;
  }

  .business-left .actions {
    margin-top: 5.555555vw;
  }

  .business-left .actions .link {
    font-size: 3.7333333333vw;
    padding: 3.220833vw 7.5625vw;
    min-width: 58.444444vw;
  }

  .business-left .actions .link img {
    width: 2.8566667vw;
    height: 2.8566667vw;
    margin-left: 2.5vw;
  }

  .business .image-box {
    position: relative;
    width: 100%;
  }

  .business .image-box img {
    position: relative;
  }

  .units-service {
    width: 27.533vw;
    left: 0;
  }

  .units-service-item {
    width: 27.222vw;
  }

  .video-badge {
    width: 26.552vw;
    height: 26.552vw;
  }

  .video-badge::before {
    width: 20.208vw;
    height: 20.208vw;
    right: 3.198vw;
    top: 3.198vw;
  }

  .video-badge img {
    width: 6.042vw;
    height: 6.042vw;
  }

  .franchise-desc {
    margin-bottom: 12.5vw;
  }

  .franchise-desc .section__text {
    font-size: 4.141667vw;
    line-height: 5.555vw;
    height: 85.333vw;
    padding-top: 10.333vw;
    padding-right: 1.555vw;
    overflow-x: hidden;
  }

  .franchise-desc .section__text .title-header-first-span {
    -webkit-text-stroke-color: #f2f4ff;
    -webkit-text-fill-color: #f2f4ff;
    top: -5.155vw;
    left: 1.555vw;
  }

  .franchise-desc .section__text>* {
    margin-bottom: 11.444vw;
  }

  .franchise-desc .section__text::-webkit-scrollbar {
    width: 1.122222vw;
    height: 1.122222vw;
    border: none;
  }

  .franchise-desc .section__text::-webkit-scrollbar-thumb {
    width: 1.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .business-advantages {
    margin-bottom: 12.5vw;
  }

  .business-advantages__inner {
    flex-direction: column;
  }

  .business-advantages-block {
    width: 100%;
    height: auto;
    padding: 3.292vw;
    border-radius: 3vw;
    background: #f2f5ff;
    margin-bottom: 4.333vw;
  }

  .business-advantages-block:last-child {
    margin-bottom: 4.333vw;
  }

  .business-advantages-block__header {
    font-size: 7.333333vw;
    line-height: 7.604vw;
    margin-bottom: 6.667vw;
    text-align: center;
    white-space: normal;
    align-items: center;
  }

  .business-advantages-block__header img {
    width: 7.333vw;
    height: 7.333vw;
    margin-right: 1.222vw;
  }

  .business-advantages-block__text {
    font-size: 4.141667vw;
    line-height: 6.555vw;
    height: 100%;
    padding: 0;
  }

  .business-advantages__text {
    text-align: left;
    font-size: 4.141667vw;
    line-height: 5.555vw;
    margin-bottom: 5vw;
  }

  .business-advantages-block .icon-number {
    width: 13.385vw;
    height: 13.385vw;
    left: 0;
    margin-bottom: 2.042vw;
  }

  .business-advantages-block .icon-number span {
    width: 13.385vw;
    height: 13.385vw;
    font-size: 5.738vw;
  }

  .business-advantages-block .icon-number:before {
    width: 65.563vw;
    height: 0.256vw;
    top: 6.165vw;
    left: 13.367vw;
  }

  .business-advantages-block:nth-child(3) .icon-number:before {
    display: block;
  }

  .business-advantages-block:nth-child(6) .icon-number:before {
    display: block;
  }

  .business-advantages-block:nth-child(9) .icon-number:before {
    display: block;
  }

  .business-price {
    padding: 9.594vw 0;
    margin-bottom: 12.5vw;
  }

	.business__text {
    font-size: 4.141667vw;
    line-height: 5.555vw;
    margin-bottom: 5vw;
}
	
  .business-cards {
    flex-direction: column;
  }

  .card-business {
    width: 100%;
    border-radius: 3vw;
    border-width: 0.256vw;
    margin-right: 0;
    padding: 21vw 4.333vw 4.333vw;
    position: relative;
    margin-bottom: 7.444vw;
  }

  .card-business:nth-child(1) {
    position: relative;
    top: 0;
  }

  .card-business:nth-child(2) {
    position: relative;
    top: 0;
  }

  .card-business__bg-text {
    font-size: 16.688vw;
    font-weight: 900;
    left: -3vw;
    top: -4.333vw;
  }

  .card-business__title {
    font-size: 9.858vw;
    line-height: 1;
    padding-bottom: 2.666vw;
  }

  .card-business__title::after {
    height: 0.256vw;
  }

  .card-business__subtitle {
    font-size: 5.042vw;
    line-height: 6.375vw;
    margin-top: 2.5vw;
    margin-bottom: 5vw;
  }

  .card-business__list ul {
    margin-bottom: 5vw;
  }

  .card-business__list li {
    padding-left: 4.333vw;
    margin-bottom: 0.444vw;
    font-size: 4.141667vw;
    line-height: 6.555vw;
  }

  .card-business__list li:before {
    height: 1.25vw;
    top: 6.75vw;
    width: 1.25vw;
  }

  .card-business__bottom-text {
    font-size: 4.141667vw;
    line-height: 6.555vw;
    margin-bottom: 6.333vw;
  }

  .card-business__bottom-text span {
    color: red;
    font-size: 6.255vw;
  }

  .card-business__price {
    margin-bottom: 5vw;
    font-size: 11.333vw;
    letter-spacing: 0.675vw;
  }

  .button-business {
    height: 12.965vw;
    font-size: 3.729vw;
    border-width: 0.256vw;
    letter-spacing: 0.675vw;
  }

  .products__slider>.slider-container {
    margin-bottom: 6.25vw;
  }

  .products__slider>.slider-container>.swiper>.swiper-wrapper>.swiper-slide {
    width: 87.5vw;
    margin-right: 4.6875vw;
  }

  .products__slider .products-card {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .products__slider .products-card .card-top {
    height: 48.533334vw;
  }

	.products__slider .products-card .card-img img {
    height: 90.434444vw;
}
	
  .products .products-card .card-title {
    font-size: 4.941667vw;
    line-height: 6.15vw;
  }
	
  .products__slider .common-btn {
    height: 12.666667vw;
  }

  .products__slider .common-btn img {
    width: 5.333333vw;
    height: 5.333333vw;
    margin-right: 2.344444vw;
  }

  .products__slider .slider-bottom .other-slider-prev-btn {
    left: -3.733vw;
  }

  .products__slider .slider-bottom .other-slider-next-btn {
    right: -3.733vw;
  }

  .view-popup__block,
  .view-popup__container {
    width: 100%;
    max-width: 93.333vw;
    border-radius: 3vw;
  }

  .view-popup__content {
    flex-direction: column;
    padding: 4.725vw;
  }

  .view-popup__left {
    width: 100%;
  }

  .view-popup__right {
    width: 100%;
  }

  .view-popup__block .content-title {
    font-size: 6.475vw;
    line-height: 7.739583vw;
    padding: 4.725vw;
    background: #001c83;
    color: #fff;
  }

  .view-popup__close {
    top: 3.822917vw;
    right: 3.822917vw;
  }

  .view-popup__close img {
    width: 4.0416666667vw;
    height: 4.0416666667vw;
  }

  .view-popup__left .product__sliders .main-slider .swiper-slide {
    height: 67.041667vw;
  }

  .view-popup__left .product__sliders .thumbs-slider {
    height: 26.6175vw;
  }

  .view-popup__left .product__sliders .thumbs-slider .swiper-slide {
    width: 25.6175vw;
    height: 25.6175vw;
    border-radius: 3.78125vw;
    margin-right: 2.520833vw;
  }

  .product__sliders .thumbs-slider .swiper-slide::after {
    border: 0.960417vw solid #001c83;
  }

  .view-popup__tabs {
    padding-bottom: 6.5625vw;
    margin-bottom: 4.604167vw;
  }

  .view-popup__tabs .tabs-container {
    margin-bottom: 6vw;
  }

  .view-popup__tabs .tabs-item {
    font-size: 4.777vw;
    line-height: 4.5625vw;
    margin-right: 4.208333vw;
    padding: 3.452vw 5.052vw;
    border-radius: 6vw;
  }

  .view-popup__tab .tab-description {
    padding: 0;
    height: 70.333vw;
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .view-popup__tab .tab-specification {
    padding: 0;
    height: 73.333vw;
  }

  .view-popup__tab .tab-specification .attr-group-name {
    font-size: 4.933vw;
    margin: 3.833vw 0;
  }

  .view-popup__tab .tab-specification .short-attribute {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .view-popup__tab .tab-specification .short-attribute {
    padding: 2.521vw;
  }

  .view-popup__content .content-text {
    font-size: 5.041667vw;
    line-height: 6.5625vw;
    margin-bottom: 3.041667vw;
  }

  .view-popup__right .common-form .form-container .form-input {
    height: 12.166667vw;
    width: 100%;
  }

  .view-popup__right .banner-form .form-item {
    margin-bottom: 6.041667vw;
  }

  .view-popup__right .form-container .form-btn {
    height: 12.666667vw;
    width: 100%;
  }

  .view-popup__right .form-btn img {
    width: 5.333333vw;
    height: 5.333333vw;
    margin-right: 2.344444vw;
  }

  .view-popup__content .view-popup__tab .tab-description::-webkit-scrollbar {
    width: 2.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .view-popup__content .view-popup__tab .tab-description::-webkit-scrollbar-thumb {
    width: 1.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .view-popup__content .view-popup__tab .tab-specification::-webkit-scrollbar {
    width: 2.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .view-popup__content .view-popup__tab .tab-specification::-webkit-scrollbar-thumb {
    width: 1.522222vw;
    height: 2.522222vw;
    border: none;
  }

  .articles.page .articles__content .articles-container {
    flex-direction: column;
    overflow-y: unset;
  }

  .articles.page .articles-item {
    margin-bottom: 5vw;
    min-height: 72.75vw;
  }

  .articles-page {
    margin-bottom: 12.5vw;
  }

  .articles__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 6.25vw;
  }

  .articles__top .top-info {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.6875vw;
  }

  .articles__top .info-item {
    font-size: 3.75vw;
    line-height: 5vw;
    margin: 0;
  }

  .articles__top .info-item .item-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 3.125vw;
  }

	.articles-page .articles__content h1 {
margin-bottom: 3.846vw;
}


.articles-page .articles__content h2 {
margin-bottom: 3.846vw;
}

.articles-page .articles__content h3 {
margin-bottom: 3.846vw;
}

  .articles-page .articles__content p {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

.articles-page .articles__content > p {
    margin-bottom: 3.846vw;
}

.articles-page .articles__content ul {
	    display: grid;
    gap: 1.538vw;
	margin-bottom: 3.846vw;
}

.articles-page .articles__content ul li {
	position: relative;
	        font-size: 4.13333vw;
        line-height: 6.24583vw;
padding-left: 3.7956666666vw;
}

.articles-page .articles__content ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1.411111vw;
        height: 1.411111vw;
        background-color: #001c83;
        border-radius: 100%;
}

  .tags {
    margin-top: -1.208333vw;
    margin-bottom: 12.5vw;
  }

  .tags .tags_title {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-bottom: 2.282vw
  }

  .blog-tags {
    font-size: 3.7333333333vw;
    line-height: 6.24583vw;
  }

  .blog-tags .blog-tag {
    margin-right: 2.282vw;
  }

  .blog-tags .blog-tag-reset {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-right: 3.06vw;
    padding: 2.282vw;
    border: 0.256vw solid #001c83;
    border-radius: 6vw
  }

  .blur-effect {
    filter: blur(2.564vw);
    -webkit-filter: blur(2.564vw);
  }

  .contacts {
    height: 100%;
    margin-top: -6.208333vw;
  }

  .contacts .contacts-wrap {
    padding-top: 8.949vw;
    flex-direction: column;
  }

  .contacts-map {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    order: 2;
  }

  .contacts-map iframe {
    position: relative;
    width: 100%;
    height: 101.974vw;
  }

  .contacts__info {
    width: 100%;
    margin-bottom: 3.846vw;
  }

  .contacts__addr-wrap .phone {
    flex-direction: column;
    gap: 2vw;
  }

  .contacts__addr-header {
    display: grid;
    gap: 2.564vw;
    margin-bottom: 5.128vw;
    font-size: 4.103vw;
  }

  .contacts__info-work img {
    width: 4.359vw;
    height: 4.359vw;
    margin-right: 2.564vw;
  }

  .contacts__info-mail img {
    width: 4.359vw;
    height: 4.359vw;
    margin-right: 2.564vw;
  }

  .contacts__info-socials .contacts__info-social a {
    margin-right: 2.564vw;
  }

  .contacts__info-socials .contacts__info-social img {
    width: 8.462vw;
    height: 8.462vw;
  }

  .contacts__addr-footer {
    overflow: hidden;
    border: 0.256vw solid #001c83;
    border-radius: 2.564vw;
  }

  .contacts__addr-footer .accordion__item .accordion__title {
    font-size: 4.103vw;
    padding: 3.846vw;
  }

  .contacts__addr-footer .accordion__item .accordion__title.active {
    border-bottom: solid 0.256vw #001c83;
  }

  .contacts__addr-footer .accordion__item .accordion__title::after {
    width: 2.988vw;
    height: 1.797vw;
    right: 4.042vw;
  }

  .contacts__addr-wrap {
    position: relative;
    overflow: auto;
    max-height: 112.821vw;
    padding-right: 0.769vw;
  }

  .contacts__addr-wrap ul li {
    padding: 2.564vw 3.846vw;
    border-bottom: dashed 0.256vw #001c83;
  }

  .geo img {
    width: 4.359vw;
    height: 4.359vw;
    margin-right: 1.282vw;
  }

  .addr {
    gap: 1.282vw;
    font-size: 4.103vw;
  }

  .contacts__addr-wrap .phone>a {
    margin-right: 3.846vw;
  }

  .contacts__addr-wrap .list__messenger a {
    margin-right: 2.564vw;
  }

  .contacts__addr-wrap .list__messenger a>img {
    width: 5.359vw;
    height: 5.359vw;
  }

  .popup.success .popup__content {
    padding: 7.125vw;
  }

  .popup.success .popup__block .pay_form-title {
    white-space: normal;
    font-size: 6.25vw;
    line-height: 5.770833vw;
  }

  .popup.success .popup__block .content-text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .popup.payment.popup.payment .popup__content {
    padding: 7.125vw;
  }

  .popup.payment .popup__block .pay_form-title {
    white-space: normal;
    font-size: 6.25vw;
    line-height: 5.770833vw;
  }

  .popup.payment .popup__block .content-text {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .popup {
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }

  .popup__block {
    max-width: 90.666vw;
    background-position-x: -125.666vw;
    border-radius: 4.6875vw;
    transform: translateY(10.256vw) scale(.9);
  }

  .popup__content {
    padding: 7.125vw;
  }

  .popup__block .common-form .form-container .form-input,
  .common-form .form-container .form-textarea {
    border: 0.256vw solid #001c83;
  }

  .popup__content .content-text {
        font-size: 4.041667vw;
        line-height: 5.5625vw;
    margin-bottom: 3.041667vw;
  }

  .popup__block .banner-form .form-container {
    gap: 0;
  }

  .popup__block .banner-form .form-input {
    height: 12.666667vw;
    width: 100%;
  }

  .popup__block .form-container .form-btn {
    height: 12.666667vw;
    width: 100%;
  }

  .popup__close {
    position: absolute;
    top: 3.822917vw;
    right: 3.822917vw;
    width: 5.444vw;
    height: 5.444vw;
  }

  .popup__close svg {
    width: 5.444vw;
    height: 5.444vw;
  }

  .сourse .popup__block {
    max-width: 90.666vw;
  }

  .сourse .popup__content {
    padding: 7.125vw;
  }

  .сourse .popup__block .offline_сourse-title {
    white-space: normal;
    font-size: 6.25vw;
    line-height: 5.770833vw;
  }

  .сourse .popup__block .popup__products-offline {
    flex-direction: column;
  }

  .сourse .popup__block .popup__products-offline-info {
    margin-bottom: 4.0625vw;
    width: 100%;
  }


  .сourse .popup__block .popup__products-offline-subtitle {
    font-size: 4.44444444vw;
    line-height: 4.770833vw;
    margin-bottom: 4.0625vw;
    text-align: center;
  }

  .сourse .popup__block .popup__products-offline-text ul li {
    padding-left: 4.4444444vw;
    margin-bottom: 3.566667vw;
    line-height: 5.138462vw;
  }

  .сourse .popup__block .popup__products-offline-text ul li:before {
    width: 2.364444vw;
    height: 2.364444vw;
    border: 0.6133333vw solid #f4d390;
  }

  .сourse .popup__block .popup__products-offline-text {
    font-size: 4.133333vw;
    line-height: 5.138462vw;
    margin-bottom: 4.2625vw;
  }

  #circle6,
  #circle7 {
    right: 3.846vw;
    height: 5.128vw;
    width: 5.128vw;
    margin: -2.564vw 0 0 -6.41vw;
    border: 1.026vw rgba(0, 0, 0, 0.25) solid;
    border-top: 1.282vw rgb(255 255 255 / 50%) solid;
    border-right: 1.282vw rgb(0 28 131 / 50%) solid;
    border-bottom: 1.282vw rgb(255 255 255 / 50%) solid;
    border-left: 1.282vw rgb(0 28 131 / 50%) solid;
  }

  #circle7 {
    margin: -3.846vw 0 0 -6.41vw;
    border-top: 1.282vw rgb(162 104 42 / 50%) solid;
    border-right: 1.282vw rgb(0 28 131 / 50%) solid;
    border-bottom: 1.282vw rgb(162 104 42 / 50%) solid;
    border-left: 1.282vw rgb(0 28 131 / 50%) solid;
  }

  .btn_teleram .pulse {
    width: 12vw;
    height: 12vw;
  }

  .btn_teleram .phone {
    width: 12vw;
    height: 12vw;
  }

  .btn_teleram .phone img {
    width: 6vw;
    height: 6vw;
  }

  .btn_teleram .text {
    letter-spacing: 0.03333333vw;
    top: 4.588889vw;
    font-size: 1.5vw;
  }

  .search-empty {
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .item-list-pager>* {
    margin-right: 1.282vw;
  }

  .item-list-pager .page-numbers,
  .item-list-pager .page-numbers.current {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
    padding: 1.282vw;
    border-radius: 6vw;
    border: 0.256vw solid #0a237f;
    width: 8.974vw;
    height: 8.974vw;
  }

  .load hr {
    width: 4.444vw;
    height: 4.444vw;
  }

  p[data-message] {
    font-size: 4.13333vw;
    line-height: 6.24583vw;
  }

  .error-404 {
    margin-bottom: 6.5vw;
  }

  .error-404 .common-title {
    gap: 8.974vw;
  }

  .error-404 .title-header-404-span {
    -webkit-text-stroke-width: 1.026vw;
    font-size: 34.615vw;
  }
}

@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }

  .section__title {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
  }

  .title-divider {
    display: inline-block;
    position: relative;
    height: 0.1vw;
    background: linear-gradient(90deg, #001c83, #fff 75%, #fff);
    width: 100%;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 1vw;
  }

  .title-divider:after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: -0.01vw;
    height: 0.1344444vw;
    width: .6vw;
    background-color: #ffffff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
  }

  .products .products-card .card-bottom, .products-offline .products-card .card-bottom {
    width: 100%;
    padding: 1.0416666667vw;
    padding-top: .5777777vw;
    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: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border-radius: 0 0 1.0416666667vw 1.0416666667vw;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  }

  .products .products-card:hover .card-bottom, .products-offline .products-card:hover .card-bottom {
    opacity: 1;
    visibility: visible;
    bottom: -3.7555555vw;
  }

  .products .products-card .card-bottom .bottom-btn, .products-offline .products-card .card-bottom .bottom-btn {
    min-width: 13vw;
    height: 2.6041666667vw;
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
    border-radius: 31.25vw;
  }

  .products .products-card .card-bottom .common-btn .btn-text, .products-offline .products-card .card-bottom .common-btn .btn-text {
    display: flex;
    align-items: center;
  }

  .products .products-card .card-bottom .common-btn .btn-text img, .products-offline .products-card .card-bottom .common-btn .btn-text img {
    width: 0.66666666vw;
    height: 0.66666666vw;
    filter: brightness(10);
  }

  .course-curriculum__list .course-curriculum__item .course-curriculum__title::before {
    font-size: 1.3vw;
    line-height: 1.5384615385vw;
    height: 2.6vw;
    width: 2.6vw;
    -webkit-transform: translate(-5.78888vw, -50%);
    -moz-transform: translate(-5.78888vw, -50%);
    -ms-transform: translate(-5.78888vw, -50%);
    -o-transform: translate(-5.78888vw, -50%);
    transform: translate(-5.78888vw, -50%);
    position: absolute;
    top: 1.728888888vw;
    left: 0;
    z-index: 2;
    background: #001c83;
    border-radius: 50%;
    counter-increment: list;
    content: counter(list);
    line-height: 2.566666vw;
    text-align: center;
  }

  .course-curriculum__list .course-curriculum__item:not(:last-child)::before {
    -webkit-transform: translateX(-4.5555555vw);
    -moz-transform: translateX(-4.5555555vw);
    -ms-transform: translateX(-4.5555555vw);
    -o-transform: translateX(-4.5555555vw);
    transform: translateX(-4.5555555vw);
    position: absolute;
    top: 2vw;
    bottom: -4vw;
    left: 0;
    z-index: 1;
    width: 0.2vw;
    background: #f4d390;
    content: "";
  }

  .course-curriculum__list .course-curriculum__item::after {
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 1vw solid transparent;
    border-right: 0.5vw solid #001c83;
    border-top: 1vw solid transparent;
    top: 0.77777777vw;
    right: 100%;
    content: "";
  }

  .product__right .section__title .title-divider:after {
    display: none;
  }

  .business-price .title-divider {
    background: linear-gradient(90deg, #001c83, #f2f5ff 75%, #f2f5ff);
  }
}