/*   
Theme Name: striga
Version: 1.0
Tags: development, html5, wordpress
Description: WordPress Theme for STRIGA
Author: CoffeeHard
Author URI: https://coffeehard.ru/
*/

body {
  color: #140C18;
  background: #FFFFFF;
}
.area {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.area .area {
  max-width: 100%;
  padding: 0;
}
.fullarea {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.fullarea .fullarea {
  max-width: 100%;
  padding: 0;
}
.widearea {
  display: block;
  margin: 0 auto;
}
main.main {
  /* min-height: 60vh; */
}

header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
  z-index: 9999;
}
.header_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.header_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_line .header_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 160px;
  height: 50px;
  margin-right: 40px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  float: left;
}
.header_line .header_logo svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_line .header_logo svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.header_line .header_logo:hover svg path {
  fill: #7B4997;
}
.header_line .header_menu {
  display: block;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-right: 40px;
  float: left;
}
.header_line .header_menu ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.header_line .header_menu ul li {
  display: block;
  position: relative;
}
.header_line .header_menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px 10px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.header_line .header_menu ul li a:hover {
  color: #7B4997;
}
.header_line .header_menu ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 22px;
  margin-left: 7px;
  background-image: url(/wp-content/themes/striga/img/icons/icon_arrow_down.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: 9px;
  background-repeat: no-repeat;
  vertical-align: top;
  transition: .2s ease transform;
  z-index: 1;
}
.header_line .header_menu ul li.menu-item-has-children > a:hover::after {
  transform: rotateZ(180deg);
}
.header_line .header_menu ul li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  padding: 15px 0;
  background: #FFFFFF;
  border-radius: 0 0 50px 0;
  box-sizing: border-box;
  z-index: 9;
}
.header_line .header_menu ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.header_line .header_menu ul li.menu-item-has-children ul.sub-menu li a {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 40px;
  color: #140C18;
  box-sizing: border-box;
}
.header_line .header_menu ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: #7B4997;
}
.header_line .header_menu ul li.menu-item-has-children ul.sub-menu li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 20px;
  width: 10px;
  height: 1px;
  background: #7B4997;
  z-index: 1;
}
.header_line .header_menu ul li.menu-item-28 {
  display: none;
}
.header_line .header_phone {
  display: block;
  position: relative;
  width: 180px;
  text-align: right;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  white-space: nowrap;
  padding: 14px 5px;
  margin-right: 20px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
  float: left;
}
.header_line .header_phone:hover {
  color: #7B4997;
}
.header_line .header_social {
  display: block;
  position: relative;
  width: 260px;
  margin: 3px 0;
  float: left;
}
.header_line .header_social .header_link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF33;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.header_line .header_social .header_link:last-child {
  margin-right: 0;
}
.header_line .header_social .header_link svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_line .header_social .header_link svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.header_line .header_social .header_link:hover {
  background: #7B4997;
}
.header_line .header_social .header_link__telegram:hover {
  background: #0088CC;
}
.header_line .header_social .header_link__tiktok:hover {
  background: #FE2C55;
}
.header_line .header_social .header_link__vk:hover {
  background: #0077FF;
}
.header_line .header_social .header_link__instagram:hover {
  background: #C13584;
}
.header_line .header_social .header_link__youtube:hover {
  background: #FF0000;
}
.header_line .header_cart {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  float: left;

  display: none !important;
}
.header_line .header_cart .header_icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.header_line .header_cart .header_icon svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_line .header_cart .header_icon svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.header_line .header_cart:hover .header_icon svg path {
  fill: #7B4997;
}
.header_line .header_cart .header_counter {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  background: #7B4997;
  border-radius: 50%;
  z-index: 1;
}
.header_line .header_menutoggle {
  display: none;
}
.header_mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 340px;
  padding: 0;
  color: #FFFFFF;
  background: #140C18;
  box-sizing: border-box;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 9999;
}
.header_mobilemenu::-webkit-scrollbar {
  display: none;
}
.header_mobilemenu .header_headline {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
}
.header_mobilemenu .header_headline .header_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 120px;
  height: 50px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  float: left;
}
.header_mobilemenu .header_headline .header_logo svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_mobilemenu .header_headline .header_logo svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.header_mobilemenu .header_headline .header_logo:hover svg path {
  fill: #7B4997;
}
.header_mobilemenu .header_headline .header_close {
  display: block;
  position: relative;
  width: 40px;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  user-select: none;
  float: right;
}
.header_mobilemenu .header_headline .header_close .header_stick {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: .2s ease background;
}
.header_mobilemenu .header_headline .header_close:hover .header_stick {
  background: #7B4997;
}
.header_mobilemenu .header_headline .header_close .header_stick__one {
  top: 24px;
  transform: rotateZ(-45deg);
}
.header_mobilemenu .header_headline .header_close .header_stick__two {
  top: 24px;
  transform: rotateZ(45deg);
}
.header_mobilemenu .header_box {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.header_mobilemenu .header_box .header_links {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
}
.header_mobilemenu .header_box .header_links ul {
  display: inline-block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.header_mobilemenu .header_box .header_links ul li {
  display: block;
  position: relative;
  width: 100%;
}
.header_mobilemenu .header_box .header_links ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 0;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.header_mobilemenu .header_box .header_links ul li a:hover {
  color: #7B4997;
}
.header_mobilemenu .header_box .header_links ul li.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 30px;
  background-image: url(/wp-content/themes/striga/img/icons/icon_arrow_down.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.header_mobilemenu .header_box .header_links ul li.menu-item-has-children.opened::after {
  transform: rotateZ(180deg);
}
.header_mobilemenu .header_box .header_links ul li.menu-item-has-children > a {
  width: calc(100% - 30px);
}
.header_mobilemenu .header_box .header_links ul li.menu-item-has-children.opened > a {
  color: #7B4997 !important;
}
.header_mobilemenu .header_box .header_links ul li.menu-item-has-children ul.sub-menu {
  display: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.header_mobilemenu .header_box .header_links ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 14px;
  line-height: 18px;
}
.header_mobilemenu .header_box .header_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.header_mobilemenu .header_box .header_action .header_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 55px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.header_mobilemenu .header_box .header_action .header_item:last-child {
  margin-bottom: 0;
}
.header_mobilemenu .header_box .header_action .header_item__cart {
  display: none;
}
.header_mobilemenu .header_box .header_action .header_item .header_icon {
  display: block;
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  width: 44px;
  height: 44px;
  background-color: #140C18;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #7B4997;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.header_mobilemenu .header_box .header_action .header_item .header_subtitle {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
  color: #7B4997;
}
.header_mobilemenu .header_box .header_action .header_item .header_data {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}
.header_mobilemenu .header_box .header_action a.header_item {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.header_mobilemenu .header_box .header_action a.header_item .header_data {
  transition: .2s ease color;
}
.header_mobilemenu .header_box .header_action a.header_item:hover .header_data {
  color: #7B4997;
}
.header_mobilemenu .header_box .header_social {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header_mobilemenu .header_box .header_social .header_link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF33;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.header_mobilemenu .header_box .header_social .header_link :last-child {
  margin-right: 0;
}
.header_mobilemenu .header_box .header_social .header_link svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header_mobilemenu .header_box .header_social .header_link svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.header_mobilemenu .header_box .header_social .header_link :hover {
  background: #7B4997;
}
.header_mobilemenu .header_box .header_social .header_link__telegram:hover {
  background: #0088CC;
}
.header_mobilemenu .header_box .header_social .header_link__tiktok:hover {
  background: #FE2C55;
}
.header_mobilemenu .header_box .header_social .header_link__vk:hover {
  background: #0077FF;
}
.header_mobilemenu .header_box .header_social .header_link__instagram:hover {
  background: #C13584;
}
.header_mobilemenu .header_box .header_social .header_link__youtube:hover {
  background: #FF0000;
}
.header_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #140C18;
  opacity: .9;
  z-index: 9998;
}

header.magnet {
  display: block;
  position: fixed;
  background: #140C18F0;
  border: 0;
  box-shadow: 0px 2px 6px 0px #0000001A;
}

div.modalform {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 0;
  background: #FFFFFF;
  border: 0;
  border-radius: 0 0 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}
div.modalform .modalform_line {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  padding-bottom: 45px;
  box-sizing: border-box;
  z-index: 9;
}
div.modalform .modalform_line .modalform_heading {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
div.modalform .modalform_line .modalform_heading .modalform_title {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 20px;
  color: #140C18;
}
div.modalform .modalform_line .modalform_heading .modalform_title b {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #7B4997;
}
div.modalform .modalform_line .modalform_heading .modalform_description {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}
div.modalform .modalform_line .modalform_form {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
div.modalform .modalform_line .modalform_form .modalform_fields {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
div.modalform .modalform_line .modalform_form .modalform_fields .modalform_input {
  margin-bottom: 20px;
}
div.modalform .modalform_line .modalform_form .modalform_fields .modalform_input:last-child {
  margin-bottom: 0;
}
div.modalform .modalform_line .modalform_form .modalform_oferta {
  margin-top: 0;
}
div.modalform .modalform_line .modalform_form .modalform_oferta p {
  font-size: 12px;
  line-height: 16px;
}
div.modalform .modalform_line .modalform_form .modalform_button {
  margin-top: 20px;
}
div.modalform .fancybox-close-small {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}
div.modalform .fancybox-close-small svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
div.modalform .fancybox-close-small svg path {
  fill: #7C7C7C;
  transition: .2s ease fill;
}
div.modalform .fancybox-close-small:hover svg path {
  fill: #7B4997;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "a_AvanteBs", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 36px;
  color: #FFFFFF;
  background: #7B4997;
  border: 1px solid #7B4997;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
  transition: .2s ease background;
}
.btn:hover {
  background: #3D244B;
}
.btn__white {
  color: #140C18;
  background: #FFFFFF;
}
.btn__white:hover {
  color: #FFFFFF;
  background: #3D244B;
}
.btn__transparent {
  background: transparent;
}

.block_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 100px 0;
}
.block_content .block_content {
  padding: 0;
}
.block_content__compact {
  padding: 60px 0;
}
.block_title {
  display: block;
  position: relative;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 30px;
  color: #140C18;
}
.block_title:last-child {
  margin-bottom: 0;
}
.block_title b {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #7B4997;
}
.block_subtitle {
  display: block;
  position: relative;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 30px;
  color: #140C18;
}
.block_subtitle:last-child {
  margin-bottom: 0;
}
.block_subtitle b {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #7B4997;
}
.block_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.block_form input {
  display: block;
  position: relative;
  width: 100%;
  font-family: "a_AvanteBs", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 14px 28px;
  color: #140C18;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  outline: 0;
  box-sizing: border-box;
}
.block_form input::placeholder {
  color: #7C7C7C;
}
.block_form textarea {
  display: block;
  position: relative;
  width: 100%;
  font-family: "a_AvanteBs", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 14px 28px;
  color: #140C18;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  appearance: none;
  resize: none;
  outline: 0;
  box-sizing: border-box;
}
.block_form textarea::placeholder {
  color: #7C7C7C;
}
.block_form select {
  display: block;
  position: relative;
  width: 100%;
  font-family: "a_AvanteBs", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 14px 28px;
  padding-right: 60px;
  color: #140C18;
  background: transparent;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
}
.block_form button {
  display: block;
  width: 100%;
  padding: 14px;
}
.block_form .block_oferta {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 32px;
  margin-top: 20px;
  box-sizing: border-box;
}
.block_form .block_oferta input {
  display: block;
  position: absolute;
  text-align: center;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #C3C3C3;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.block_form .block_oferta input::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}
.block_form .block_oferta input::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/striga/img/icons/icon_check.svg);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .2s ease opacity;
  z-index: 2;
}
.block_form .block_oferta input:checked::after {
  opacity: 1 !important;
}
.block_form .block_oferta p {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #140C18;
}
.block_form .block_oferta p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.block_form .block_oferta p a:hover {
  text-decoration: none;
}
.block_form .thanks {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
}
.block_form .thanks p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #140C18;
}
.block_currency {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(/wp-content/themes/striga/img/icons/icon_currency.svg);
  background-size: contain;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  vertical-align: baseline;
}
.woocommerce-Price-amount {
  white-space: nowrap;
}
.woocommerce-Price-currencySymbol {
  vertical-align: baseline;
}

.play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  transition: .2s ease transform;
  z-index: 9;
}
.play svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 12%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.play svg path {
  transition: .2s ease all;
}
.play__youtube:hover svg path:first-child, .play__youtube.play__active svg path:first-child, .owl-item.active .play__youtube svg path:first-child {
  fill: #FF0000;
  fill-opacity: 1;
}
.play__rutube:hover svg path:first-child, .play__rutube.play__active svg path:first-child, .owl-item.active .play__rutube svg path:first-child {
  fill: #00A1E7;
  fill-opacity: 1;
}
.section__gray {
  color: #140C18;
  background: #F7F7F7;
}
.section__dark {
  color: #FFFFFF;
  background: #140C18;
}

.welcome {
  display: block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background: #140C18;
  overflow: hidden;
}
.welcome_content {
  padding-top: 200px;
  padding-bottom: 60px;
}
.welcome_line {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.welcome_line .welcome_about {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.welcome_line .welcome_about .welcome_title {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 84px;
  font-weight: 800;
  line-height: 92px;
  color: #FFFFFF;
}
.welcome_line .welcome_about .welcome_title b {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #7B4997;
}
.welcome_line .welcome_about .welcome_description {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 15px;
  color: #FFFFFF;
}
.welcome_line .welcome_about .welcome_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 14px;
  margin-top: 50px;
}
.welcome_line .welcome_advantages {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.welcome_line .welcome_advantages .welcome_subtitle {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  margin-top: 8px;
  color: #FFFFFF;
  float: left;
}
.welcome_line .welcome_advantages .welcome_subtitle b {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #7B4997;
}
.welcome_line .welcome_advantages .welcome_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: calc(100% - 440px);
  float: right;
}
.welcome_line .welcome_advantages .welcome_list .welcome_item {
  display: block;
  position: relative;
  width: auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.welcome_line .welcome_advantages .welcome_list .welcome_item:first-child {
  padding-left: 0;
}
.welcome_line .welcome_advantages .welcome_list .welcome_item:last-child {
  padding-right: 0;
}
.welcome_line .welcome_advantages .welcome_list .welcome_item .welcome_icon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.welcome_line .welcome_advantages .welcome_list .welcome_item .welcome_data {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.welcome_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: 15%;
  background-repeat: no-repeat;
  z-index: 1;
}
.welcome_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1400px;
  background-position-x: -140px;
  background-position-y: -80px;
  background-repeat: no-repeat;
  z-index: 2;
}
.welcome_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.8deg, #140C18 -15%, rgba(123, 73, 151, 0.1) 100%);
  z-index: 3;
}
.welcome_overlay__top {
  height: 50%;
  background: linear-gradient(180deg, rgba(20, 12, 24, 0.8) 20%, rgba(20, 12, 24, 0) 100%) !important;
}
.welcome__compact .welcome_content {
  padding-bottom: 100px;
}
.welcome__compact .welcome_line .welcome_about {
  margin: 0;
}
.welcome__compact .welcome_background {
  background-position-y: center;
}
.welcome__compact .welcome_overlay {
  background: linear-gradient(89.8deg, #140C18 35%, rgba(123, 73, 151, 0.6) 100%);
}

.miniwelcome {
  display: block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background: #140C18;
  overflow: hidden;
}
.miniwelcome_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  padding-top: 150px;
}
.miniwelcome_heading {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.miniwelcome_heading .miniwelcome_title {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  color: #FFFFFF;
}
.miniwelcome_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position-x: center;
  background-position-y: 30%;
  background-repeat: no-repeat;
  z-index: 1;
}
.miniwelcome_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1400px;
  background-position-x: 940px;
  background-position-y: -60px;
  background-repeat: no-repeat;
  z-index: 2;
}
.miniwelcome_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.8deg, #140C18 -15%, rgba(123, 73, 151, 0.1) 100%);
  z-index: 3;
}
.miniwelcome_overlay__top {
  height: 50%;
  background: linear-gradient(180deg, rgba(20, 12, 24, 0.8) 20%, rgba(20, 12, 24, 0) 100%);
}

.breadcrumbs {
  display: block;
  position: relative;
  width: 100%;
  background: #F7F7F7;
}
.breadcrumbs_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 0;
}
.breadcrumbs ul {
  display: inline-block;
  position: relative;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.breadcrumbs ul li {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #140C18;
}
.breadcrumbs ul li span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs ul li a {
  display: inline;
  text-decoration: none;
  color: #7C7C7C;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.breadcrumbs ul li a:hover {
  color: #7B4997;
}
.breadcrumbs ul li i {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.classic {
  display: block;
  position: relative;
  width: 100%;
}
.classic_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.classic_subtitle {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #140C18;
}
.classic_subtitle:first-child {
  margin-top: 0;
}
.classic_subtitle:last-child {
  margin-bottom: 0;
}
.classic h2 {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #140C18;
}
.classic h2:first-child {
  margin-top: 0;
}
.classic h2:last-child {
  margin-bottom: 0;
}
.classic p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #140C18;
}
.classic p:last-child {
  margin-bottom: 0;
}
.classic p b, .classic p strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.classic p em {
  display: inline;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.classic p a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.classic p a:hover {
  text-decoration: none;
}
.classic ul {
  display: block;
  position: relative;
  width: 100%;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.classic ul:last-child {
  margin-bottom: 0;
}
.classic ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}
.classic ul li b, .classic ul li strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.classic ul li a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.classic ul li a:hover {
  text-decoration: none;
}
.classic ol {
  display: block;
  position: relative;
  width: 100%;
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
}
.classic ol:last-child {
  margin-bottom: 0;
}
.classic ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}
.classic ol li b, .classic ol li strong {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.classic ol li a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.classic ol li a:hover {
  text-decoration: none;
}
.classic_sitemap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.classic_sitemap h2 {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #140C18;
}
.classic_sitemap h2:first-child {
  margin-top: 0;
}
.classic_sitemap h2:last-child {
  margin-bottom: 0;
}
.classic_sitemap ul {
  list-style: decimal;
  list-style-position: inside;
}
.classic_sitemap ul ul {
  padding-left: 12px;
  margin-bottom: 6px !important;
  box-sizing: border-box;
}
.classic__oferta p a {
  display: inline;
}

.school {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.school_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: 420px;
  z-index: 9;
}
.school_box .school_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.school_box .school_info .school_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.school_box .school_info .school_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 14px;
  margin-top: 50px;
}
.school_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-position-x: calc(50% - 620px);
  background-position-y: -480px;
  background-repeat: no-repeat;
  z-index: 1;
}
.school_environment {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: 2;
}
.school_environment .school_image {
  display: block;
  position: absolute;
  text-decoration: none;
  color: #140C18;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.school_environment .school_image .school_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.school_environment .school_image:hover .school_source {
  transform: scale(1.02);
}
.school_environment .school_image__one {
  top: 60px;
  left: 275px;
  width: 380px;
  height: 440px;
  border-radius: 0 100px 0 0;
}
.school_environment .school_image__two {
  right: 0;
  bottom: 20px;
  width: 400px;
  height: 440px;
  border-radius: 0 0 0 100px;
}
.school_environment .school_image__two .school_source {
  background-position-y: 70%;
}
.school_environment .school_image__three {
  top: 40px;
  right: 310px;
  width: 260px;
  height: 300px;
  border-radius: 0;
}

.schedule {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.schedule_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.schedule_title {
  text-align: center;
  color: #FFFFFF;
}
.schedule_table {
  display: inline-block;
  position: relative;
  width: 100%;
}
.schedule_table table {
  position: relative;
  width: 100%;
  background: #140C18;
}
.schedule_table table thead {
  position: relative;
  width: 100%;
}
.schedule_table table thead tr {
  position: relative;
  width: 100%;
}
.schedule_table table thead tr td {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 30px;
  color: #FFFFFF;
  background: #7B4997;
  border: 1px solid #7B4997;
  vertical-align: middle;
}
.schedule_table table tbody {
  position: relative;
  width: 100%;
}
.schedule_table table tbody tr {
  position: relative;
  width: 100%;
}
.schedule_table table tbody tr td {
  text-align: center;
  padding: 10px 30px;
  color: #FFFFFF;
  background: #3D244B;
  border: 1px solid #7B4997;
  vertical-align: middle;
}
.schedule_table table tbody tr td b {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 7px;
  color: inherit;
}
.schedule_table table tbody tr td b:last-child {
  margin-bottom: 0;
}
.schedule_table table tbody tr td p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
}
.schedule_table table tfoot {
  position: relative;
  width: 100%;
}
.schedule_table table tfoot tr {
  position: relative;
  width: 100%;
}
.schedule_table table tfoot tr td {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 30px;
  color: #FFFFFF;
  border: 1px solid #7B4997;
  vertical-align: middle;
}
.schedule_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.schedule_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1320px;
  background-position-x: 1200px;
  background-position-y: -780px;
  background-repeat: no-repeat;
  z-index: 2;
}

.teachers {
  display: block;
  position: relative;
  width: 100%;
}
.teachers_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.teachers_title {
  text-align: center;
}
.teachers_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.teachers_list .teachers_item {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 20px;
}
.teachers_list .teachers_item:last-child {
  margin-bottom: 0;
}
.teachers_list .teachers_item .teachers_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.teachers_list .teachers_item .teachers_grid .teachers_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  height: auto;
  color: #140C18;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.teachers_list .teachers_item .teachers_grid .teachers_photo .teachers_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.teachers_list .teachers_item .teachers_grid .teachers_photo:hover .teachers_source {
  transform: scale(1.02);
}
.teachers_list .teachers_item .teachers_grid .teachers_info {
  display: block;
  position: relative;
  width: calc(100% - 440px);
  padding: 60px 0;
}
.teachers_list .teachers_item .teachers_grid .teachers_info .teachers_name {
  display: block;
  position: relative;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 20px;
  color: #140C18;
}
.teachers_list .teachers_item .teachers_grid .teachers_info .teachers_idea {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  color: #140C18;
}
.teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about {
  display: inline-block;
  position: relative;
  width: 100%;
}
.teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  color: #140C18;
}
.teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about p:last-child {
  margin-bottom: 0;
}
.teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about p b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.teachers_list .teachers_item__one {
  margin-left: 60px;
}
.teachers_list .teachers_item__one .teachers_grid .teachers_photo {
  border-radius: 0 0 0 200px;
}
.teachers_list .teachers_item__two {
  margin-left: auto;
}
.teachers_list .teachers_item__two .teachers_grid .teachers_photo {
  border-radius: 200px 0 0 0;
}
.teachers_list .teachers_item__two .teachers_grid .teachers_info {
  padding-top: 180px;
  padding-bottom: 20px;
}
.teachers_list .teachers_item__three .teachers_grid .teachers_photo {
  border-radius: 0 200px 0 0;
}
.teachers_list .teachers_item__three .teachers_grid .teachers_info {
  padding-top: 180px;
  padding-bottom: 20px;
}

.program {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.program_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  /* z-index: 9; */
}
.program_title {
  text-align: center;
}
.program_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  z-index: 9;
}
.program_box .program_text {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.program_box .program_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.program_box .program_list .program_item {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7B4997;
  box-sizing: border-box;
}
.program_box .program_list .program_item .program_name {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  padding-right: 80px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.program_box .program_list .program_item .program_name .program_caption {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #140C18;
  transition: .2s ease color;
}
.program_box .program_list .program_item .program_name:hover .program_caption {
  color: #7B4997;
}
.program_box .program_list .program_item .program_name .program_symbol {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 9;
}
.program_box .program_list .program_item .program_name .program_symbol::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #140C18;
  border-radius: 6px;
  transition: .2s ease all;
  z-index: 9;
}
.program_box .program_list .program_item .program_name .program_symbol::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #140C18;
  border-radius: 6px;
  transition: .2s ease all;
  z-index: 9;
}
.program_box .program_list .program_item .program_name:hover .program_symbol::before, .program_box .program_list .program_item .program_name:hover .program_symbol::after {
  background: #7B4997;
}
.program_box .program_list .program_item__opened .program_name .program_symbol::before {
  transform: rotateZ(180deg);
}
.program_box .program_list .program_item__opened .program_name .program_symbol::after {
  transform: rotateZ(270deg);
}
.program_box .program_list .program_item .program_hidden {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.program_box .program_list .program_item .program_hidden p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  color: #140C18;
}
.program_box .program_list .program_item .program_hidden p:last-child {
  margin-bottom: 0;
}
.program_environment {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: 1;
}
.program_environment .program_image {
  display: block;
  position: absolute;
  text-decoration: none;
  color: #140C18;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.program_environment .program_image .program_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.program_environment .program_image:hover .program_source {
  transform: scale(1.02);
}
.program_environment .program_image__one {
  top: 210px;
  left: 275px;
  width: 450px;
  height: 480px;
  border-radius: 200px 0 0 0;
}
.program_environment .program_image__two {
  top: 550px;
  left: 200px;
  width: 200px;
  height: 230px;
}

.training {
  display: block;
  position: relative;
  width: 100%;
}
.training_box {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.training_box .training_photo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 520px;
  height: auto;
  background-color: #140C18;
  background-size: cover;
  background-position-x: center;
  background-position-y: 65%;
  background-repeat: no-repeat;
}
.training_box .training_info {
  display: block;
  position: relative;
  width: calc(100% - 520px);
  padding: 60px;
  box-sizing: border-box;
}
.training_box .training_info .training_title {
  margin-bottom: 20px;
}
.training_box .training_info .training_description {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #140C18;
}
.training_box .training_info .training_form {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.training_box .training_info .training_form .training_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.training_box .training_info .training_form .training_grid .training_input {
  width: calc(50% - 10px);
}
.training_box .training_info .training_form .training_button {
  width: calc(50% - 5px);
  margin-top: 20px;
}

.charity {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.details {
  display: block;
  position: relative;
  width: 100%;
}
.details_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.details_line .details_info {
  display: block;
  position: relative;
  width: calc(100% - 600px);
}
.details_line .details_info .details_text {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.details_line .details_info .details_button {
  display: block;
  width: 100%;
  max-width: 290px;
  padding: 14px;
  margin-top: 35px;
}
.details_line .details_image {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 560px;
  height: auto;
  color: #140C18;
  border-radius: 100px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.details_line .details_image .details_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.details_line .details_image:hover .details_source {
  transform: scale(1.02);
}

.pricelist {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pricelist_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.pricelist_title {
  text-align: center;
  color: #FFFFFF;
}
.pricelist_table {
  display: inline-block;
  position: relative;
  width: 100%;
}
.pricelist_table table {
  position: relative;
  width: 100%;
  background: #140C18;
}
.pricelist_table table thead {
  position: relative;
  width: 100%;
}
.pricelist_table table thead tr {
  position: relative;
  width: 100%;
}
.pricelist_table table thead tr td {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 30px;
  color: #FFFFFF;
  background: #7B4997;
  border: 1px solid #7B4997;
  vertical-align: middle;
}
.pricelist_table table thead tr td:first-child {
  text-align: left;
}
.pricelist_table table tbody {
  position: relative;
  width: 100%;
}
.pricelist_table table tbody tr {
  position: relative;
  width: 100%;
}
.pricelist_table table tbody tr td {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 30px;
  color: #FFFFFF;
  border: 1px solid #7B4997;
  vertical-align: middle;
}
.pricelist_table table tbody tr td:first-child {
  text-align: left;
}
.pricelist_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.pricelist_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1860px;
  background-position-x: 540px;
  background-position-y: -420px;
  background-repeat: no-repeat;
  z-index: 2;
}

.about {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about_box {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 660px;
  z-index: 9;
}
.about_box .about_text {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.about_box .about_text p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #140C18;
}
.about_box .about_text p:last-child {
  margin-bottom: 0;
}
.about_environment {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: 3;
}
.about_environment .about_image {
  display: block;
  position: absolute;
  text-decoration: none;
  color: #140C18;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.about_environment .about_image .about_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.about_environment .about_image:hover .about_source {
  transform: scale(1.02);
}
.about_environment .about_image__one {
  top: 60px;
  left: calc(50% + 165px);
  width: 520px;
  height: calc(100% - 120px);
  border-radius: 0 0 0 200px;
}
.about_environment .about_image__two {
  top: 40px;
  left: calc(50% + 45px);
  width: 380px;
  height: 240px;
}

.founder {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.founder_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  z-index: 9;
}
.founder_line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 480px;
  width: 100vw;
  height: 1px;
  background: #C3C3C3;
  z-index: -1;
}
.founder_line::after {
  content: "";
  display: block;
  position: absolute;
  right: 1370px;
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: #C3C3C3;
  z-index: -1;
}
.founder_line .founder_info {
  display: block;
  position: relative;
  width: calc(100% - 480px);
  padding: 40px;
  padding-right: 160px;
  box-sizing: border-box;
}
.founder_line .founder_info .founder_headline {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.founder_line .founder_info .founder_headline .founder_subtitle {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  color: #FFFFFF;
}
.founder_line .founder_info .founder_headline .founder_card {
  display: none !important;
}
.founder_line .founder_info .founder_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.founder_line .founder_info .founder_text p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.founder_line .founder_info .founder_text p:last-child {
  margin-bottom: 0;
}
.founder_line .founder_info .founder_social {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.founder_line .founder_info .founder_social .founder_link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  margin-right: 10px;
  color: #FFFFFF;
  background: #140C18;
  border: 1px solid #FFFFFF33;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.founder_line .founder_info .founder_social .founder_link:last-child {
  margin-right: 0;
}
.founder_line .founder_info .founder_social .founder_link svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.founder_line .founder_info .founder_social .founder_link svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.founder_line .founder_info .founder_social .founder_link:hover {
  background: #7B4997;
}
.founder_line .founder_info .founder_social .founder_link__telegram:hover {
  background: #0088CC;
}
.founder_line .founder_info .founder_social .founder_link__tiktok:hover {
  background: #FE2C55;
}
.founder_line .founder_info .founder_social .founder_link__vk:hover {
  background: #0077FF;
}
.founder_line .founder_info .founder_social .founder_link__instagram:hover {
  background: #C13584;
}
.founder_line .founder_info .founder_social .founder_link__youtube:hover {
  background: #FF0000;
}
.founder_line .founder_person {
  display: block;
  position: relative;
  width: 100%;
  max-width: 480px;
  height: auto;
}
.founder_line .founder_person .founder_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  border-radius: 200px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.founder_line .founder_person .founder_photo .founder_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.founder_line .founder_person .founder_photo:hover .founder_source {
  transform: scale(1.02);
}
.founder_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.founder_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1320px;
  background-position-x: 440px;
  background-position-y: -560px;
  background-repeat: no-repeat;
  z-index: 2;
}
.founder_image {
  display: block;
  position: absolute;
  text-decoration: none;
  left: calc(50% + 560px);
  bottom: 60px;
  width: 400px;
  height: 480px;
  color: #FFFFFF;
  border-radius: 0 0 0 200px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 9;
}
.founder_image .founder_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.founder_image:hover .founder_source {
  transform: scale(1.02);
}

.history {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.history_title {
  text-align: center;
}
.history_line {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: -40px;
}
.history_line .history_item {
  display: block;
  position: relative;
  width: calc(25% - 40px);
  padding-bottom: 240px;
  margin: 0 20px;
  margin-bottom: 40px;
  background: #FFFFFF;
}
.history_line .history_item .history_info {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.history_line .history_item .history_info .history_description {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}
.history_line .history_item .history_info .history_description sup {
  display: inline-block;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  vertical-align: top;
}
.history_line .history_item .history_info .history_year {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #140C18;
  z-index: 9;
}
.history_line .history_item .history_image {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 240px;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.advantages {
  display: block;
  position: relative;
  width: 100%;
}
.advantages_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.advantages_title {
  text-align: center;
}
.advantages_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
}
.advantages_list .advantages_item {
  display: block;
  position: relative;
  text-align: center;
  width: calc(33.333% - 40px);
  padding: 30px 50px;
  margin: 0 20px;
  border: 1px solid #C3C3C3;
  box-sizing: border-box;
}
.advantages_list .advantages_item:first-child {
  border-radius: 100px 0 0 0;
}
.advantages_list .advantages_item:last-child {
  border-radius: 0 0 100px 0;
}
.advantages_list .advantages_item .advantages_icon {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.advantages_list .advantages_item .advantages_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  color: #140C18;
}
.advantages_list .advantages_item .advantages_data {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}

.awards {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.awards_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.awards_title {
  text-align: center;
  color: #FFFFFF;
}
.awards_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.awards_box .awards_slider {
  display: inline-block;
  position: relative;
  width: 100%;
}
.awards_box .awards_slider .awards_item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 400px;
  color: #140C18;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.awards_box .awards_slider .awards_item .awards_image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  transition: .2s ease opacity;
  z-index: 1;
}
.awards_box .awards_slider .awards_item:hover .awards_image {
  opacity: .8 !important;
}
.awards_box .slider_nav {
  position: absolute;
  top: calc(50% - 25px);
  left: -100px;
  width: calc(100% + 200px);
  max-width: unset;
  margin: 0;
}
.awards_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.awards_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 2280px;
  background-position-x: -660px;
  background-position-y: -780px;
  background-repeat: no-repeat;
  z-index: 2;
}

.record {
  display: block;
  position: relative;
  width: 100%;
}
.record_box {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.record_box .record_photo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #140C18;
  background-size: cover;
  background-position-x: center;
  background-position-y: 65%;
  background-repeat: no-repeat;
}
.record_box .record_info {
  display: block;
  position: relative;
  width: calc(100% - 600px);
  padding: 60px;
  box-sizing: border-box;
}
.record_box .record_info .record_title {
  margin-bottom: 20px;
}
.record_box .record_info .record_description {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #140C18;
}
.record_box .record_info .record_form {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.record_box .record_info .record_form .record_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.record_box .record_info .record_form .record_grid .record_input {
  width: calc(50% - 10px);
}
.record_box .record_info .record_form .record_dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  z-index: 9;
}
.record_box .record_info .record_form .record_dropdown .record_chosen {
  display: block;
  position: relative;
  width: 100%;
  font-family: "a_AvanteBs", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 14px 28px;
  padding-right: 60px;
  color: #140C18;
  background: transparent;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  appearance: none;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
}
.record_box .record_info .record_form .record_dropdown .record_chosen::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 28px;
  width: 14px;
  height: 8px;
  background-image: url(/wp-content/themes/striga/img/icons/icon_arrow_select.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: -1;
}
.record_box .record_info .record_form .record_dropdown__opened .record_chosen::before {
  transform: rotateZ(180deg);
}
.record_box .record_info .record_form .record_dropdown .record_list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  width: 100%;
  list-style: none;
  list-style-position: inside;
  padding: 14px 0;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9;
}
.record_box .record_info .record_form .record_dropdown .record_list .record_option {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-variant: lining-nums;
  padding: 7px 28px;
  color: #140C18;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.record_box .record_info .record_form .record_dropdown .record_list .record_option:hover {
  color: #7B4997;
}
.record_box .record_info .record_form .record_button {
  width: calc(50% - 5px);
  margin-top: 20px;
}

.party {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.party_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.party_line .party_route {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.party_line .party_route .party_info {
  display: block;
  position: relative;
  width: 50%;
  padding: 120px 80px;
  box-sizing: border-box;
  z-index: 9;
}
.party_line .party_route .party_info .party_title {
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.party_line .party_route .party_info .party_title:hover {
  color: #7B4997;
}
.party_line .party_route .party_info .party_description {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
  color: #140C18;
}
.party_line .party_route .party_info .party_link {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
  color: #C3C3C3;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
.party_line .party_route .party_info .party_link:hover {
  color: #7B4997;
  border-color: #7B4997;
}
.party_line .party_route .party_image {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
  border-radius: 0 200px 0 0;
  overflow: hidden;
  z-index: 2;
}
.party_line .party_route .party_image .party_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.party_line .party_route .party_image:hover .party_source {
  transform: scale(1.02);
}
.party_line .party_route .party_slogan {
  display: block;
  position: absolute;
  left: -330px;
  bottom: -10px;
  width: 880px;
  height: 200px;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.party_line .party_route__reverse {
  flex-flow: row-reverse;
}
.party_line .party_route__reverse .party_info {
  text-align: right;
}
.party_line .party_route__reverse .party_image {
  border-radius: 200px 0 0 0;
}
.party_line .party_route__reverse .party_slogan {
  top: -10px;
  left: unset !important;
  right: -330px;
  bottom: unset !important;
  background-position-x: right;
}

.director {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.director_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.director_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  width: 100%;
}
.director_line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #C3C3C3;
  z-index: -1;
}
.director_line .director_info {
  display: block;
  position: relative;
  width: 50%;
  padding: 80px 0;
  padding-left: 140px;
  padding-bottom: 120px;
  box-sizing: border-box;
}
.director_line .director_info .director_quote {
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 64px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.director_line .director_info .director_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.director_line .director_info .director_text p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  color: #140C18;
}
.director_line .director_info .director_text p:last-child {
  margin-bottom: 0;
}
.director_line .director_person {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
}
.director_line .director_person .director_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 440px;
  height: 100%;
  color: #140C18;
  border-radius: 200px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  float: right;
}
.director_line .director_person .director_photo .director_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.director_line .director_person .director_photo:hover .director_source {
  transform: scale(1.02);
}
.director_line .director_person .director_message {
  display: block;
  position: absolute;
  left: 80px;
  bottom: 40px;
  width: 100%;
  max-width: 430px;
  padding: 30px;
  background: #7B4997;
  border-radius: 0 0 100px 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9;
}
.director_line .director_person .director_message p {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.director_line .director_meta {
  display: block;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  padding: 14px 0;
  box-sizing: border-box;
  z-index: 1;
}
.director_line .director_meta .director_sign {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.director_line .director_meta .director_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 4px;
  color: #140C18;
}
.director_line .director_meta .director_job {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #140C18;
}

.introduce {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.introduce_content {
  padding-bottom: 430px;
}
.introduce_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-left: 225px;
  z-index: 9;
}
.introduce_box .introduce_title {
  color: #FFFFFF;
}
.introduce_box .introduce_title b {
  display: block;
}
.introduce_box .introduce_location {
  display: inline-block;
  position: relative;
  width: 100%;
}
.introduce_box .introduce_location p {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.introduce_box .introduce_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.introduce_box .introduce_action .introduce_button {
  display: block;
  margin-right: 15px;
  float: left;
}
.introduce_box .introduce_action .introduce_button:last-child {
  margin: 0;
}
.introduce_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.introduce_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1000px;
  background-position-x: 220px;
  background-position-y: -80px;
  background-repeat: no-repeat;
  z-index: 2;
}
.introduce_environment {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: 3;
}
.introduce_environment .introduce_image {
  display: block;
  position: absolute;
  text-decoration: none;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.introduce_environment .introduce_image .introduce_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.introduce_environment .introduce_image:hover .introduce_source {
  transform: scale(1.02);
}
.introduce_environment .introduce_image__one {
  top: 100px;
  left: 125px;
  width: 320px;
  height: 330px;
  border-radius: 100px 0 0 0;
}
.introduce_environment .introduce_image__two {
  top: 430px;
  left: 445px;
  width: 500px;
  height: 300px;
  border-radius: 0 0 0 100px;
}
.introduce_environment .introduce_image__three {
  top: 100px;
  left: 975px;
  width: 320px;
  height: 300px;
  border-radius: 100px 0 0 0;
}
.introduce_environment .introduce_image__four {
  top: 430px;
  left: 975px;
  width: 320px;
  height: 300px;
  border-radius: 0;
}
.introduce_environment .introduce_image__five {
  top: 100px;
  left: 1325px;
  width: 320px;
  height: 630px;
  border-radius: 0 0 100px 0;
}

.education {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.education_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: 360px;
  z-index: 9;
}
.education_box .education_title {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.education_box .education_title:hover {
  color: #7B4997;
}
.education_box .education_description {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-bottom: 35px;
}
.education_box .education_description p {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  color: #140C18;
}
.education_box .education_description p:last-child {
  margin-bottom: 0;
}
.education_box .education_description p b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.education_box .education_advantages {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.education_box .education_advantages .education_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 6px 0;
  padding-left: 90px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.education_box .education_advantages .education_item:last-child {
  margin-bottom: 0;
}
.education_box .education_advantages .education_item .education_icon {
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.education_box .education_advantages .education_item .education_data {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}
.education_box .education_link {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
  color: #C3C3C3;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
.education_box .education_link:hover {
  color: #7B4997;
  border-color: #7B4997;
}
.education_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-position-x: calc(50% - 620px);
  background-position-y: -480px;
  background-repeat: no-repeat;
  z-index: 1;
}
.education_environment {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: 2;
}
.education_environment .education_image {
  display: block;
  position: absolute;
  text-decoration: none;
  color: #140C18;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.education_environment .education_image .education_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.education_environment .education_image:hover .education_source {
  transform: scale(1.02);
}
.education_environment .education_image__one {
  top: 100px;
  left: 260px;
  width: 320px;
  height: 380px;
  border-radius: 0 100px 0 0;
}
.education_environment .education_image__two {
  left: 160px;
  bottom: 100px;
  width: 340px;
  height: 320px;
  border-radius: 100px 0 0 0;
}
.education_environment .education_image__three {
  right: 180px;
  bottom: 100px;
  width: 360px;
  height: 460px;
  border-radius: 0 0 0 100px;
}
.education_environment .education_image__four {
  top: 100px;
  right: 440px;
  width: 260px;
  height: 320px;
  border-radius: 0;
}

.skills {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.skills_box {
  display: block;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-left: 100px;
  z-index: 9;
}
.skills_box .skills_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.skills_box .skills_info .skills_title {
  color: #FFFFFF;
}
.skills_box .skills_info .skills_description {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #FFFFFF;
}
.skills_box .skills_list {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.skills_box .skills_list .skills_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 6px 0;
  padding-left: 90px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.skills_box .skills_list .skills_item:last-child {
  margin-bottom: 0;
}
.skills_box .skills_list .skills_item .skills_number {
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #7B4997;
  z-index: 1;
}
.skills_box .skills_list .skills_item .skills_data {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.skills_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.skills_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1400px;
  background-position-x: 960px;
  background-position-y: -520px;
  background-repeat: no-repeat;
  z-index: 2;
}
.skills_environment {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  z-index: 3;
}
.skills_environment .skills_image {
  display: block;
  position: absolute;
  text-decoration: none;
  color: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.skills_environment .skills_image .skills_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.skills_environment .skills_image:hover .skills_source {
  transform: scale(1.02);
}
.skills_environment .skills_image__one {
  top: 100px;
  right: 275px;
  width: 440px;
  height: 300px;
  border-radius: 100px 0 0 0;
}
.skills_environment .skills_image__one .skills_source {
  background-position-y: 10%;
}
.skills_environment .skills_image__two {
  right: 275px;
  bottom: 100px;
  width: 440px;
  height: 300px;
  border-radius: 0 0 0 100px;
}
.skills_environment .skills_image__two .skills_source {
  background-position-y: 25%;
}

.question {
  display: block;
  position: relative;
  width: 100%;
}
.question_box {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
}
.question_box .question_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 600px;
  height: auto;
  color: #140C18;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.question_box .question_photo .question_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position-x: center;
  background-position-y: 25%;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.question_box .question_photo:hover .question_source {
  transform: scale(1.02);
}
.question_box .question_info {
  display: block;
  position: relative;
  width: calc(100% - 600px);
  padding: 60px;
  box-sizing: border-box;
}
.question_box .question_info .question_title {
  margin-bottom: 20px;
}
.question_box .question_info .question_description {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #140C18;
}
.question_box .question_info .question_form {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.question_box .question_info .question_form .question_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.question_box .question_info .question_form .question_grid .question_input {
  width: calc(50% - 10px);
}
.question_box .question_info .question_form .question_button {
  width: calc(50% - 5px);
  margin-top: 20px;
}

.services {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.services_title {
  text-align: center;
}
.services_tabs {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.services_tabs .services_list {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  list-style: none;
  list-style-position: inside;
}
.services_tabs .services_list .services_option {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 28px;
  color: #140C18;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  user-select: none;
  transition: .2s ease all;
}
.services_tabs .services_list .services_option:hover {
  color: #7B4997;
}
.services_tabs .services_list .services_option__active {
  color: #7B4997 !important;
  border-color: #7B4997;
  cursor: default;
}
.services_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.services_line {
  display: none;
  position: relative;
  width: 100%;
}
.services_line .services_grid {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: -40px;
}
.services_line .services_grid .services_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(25% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
  color: #140C18;
  cursor: pointer;
  outline: 0;
}
.services_line .services_grid .services_item .services_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 360px;
  margin-bottom: 15px;
  overflow: hidden;
}
.services_line .services_grid .services_item:nth-child(4n-3) .services_image {
  border-radius: 0 0 0 100px;
}
.services_line .services_grid .services_item:nth-child(4n) .services_image {
  border-radius: 0 100px 0 0;
}
.services_line .services_grid .services_item .services_image .services_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.services_line .services_grid .services_item:hover .services_image .services_source {
  transform: scale(1.02);
}
.services_line .services_grid .services_item .services_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.services_line .services_grid .services_item .services_info .services_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #140C18;
  margin-bottom: 10px;
  transition: .2s ease color;
}
.services_line .services_grid .services_item .services_info .services_price {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  padding: 8px 0;
  color: #140C18;
  z-index: 1;
}
.services_line .services_grid .services_item .services_info .services_price .services_currency {

}
.services_line .services_grid .services_item .services_info .services_link {
  display: block;
  position: relative;
  text-align: right;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  color: #C3C3C3;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
.services_line .services_grid .services_item:hover .services_info .services_link {
  color: #7B4997;
  border-color: #7B4997;
}
.services_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.services_action .services_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 14px;
  margin: 0 auto;
}
.services_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 4000px;
  background-position-x: calc(50% + 220px);
  background-position-y: -660px;
  background-repeat: no-repeat;
  z-index: 1;
}

.discount {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.discount_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.discount_title {
  text-align: center;
  color: #FFFFFF;
}
.discount_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: -40px;
}
.discount_list .discount_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(50% - 40px);
  margin: 0 20px;
  margin-bottom: 40px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
}
.discount_list .discount_item .discount_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
  overflow: hidden;
}
.discount_list .discount_item:nth-child(2n-1) .discount_image {
  border-radius: 100px 0 0 0;
}
.discount_list .discount_item:nth-child(2n) .discount_image {
  border-radius: 0 0 100px 0;
}
.discount_list .discount_item .discount_image .discount_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.discount_list .discount_item:hover .discount_image .discount_source {
  transform: scale(1.02);
}
.discount_list .discount_item .discount_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.discount_list .discount_item .discount_info .discount_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.discount_list .discount_item .discount_info .discount_excerpt {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.discount_list .discount_item .discount_info .discount_link {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  color: #C3C3C3;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
.discount_list__all .discount_item {
  color: #140C18;
}
.discount_list__all .discount_item .discount_image .discount_source {
  background-color: #140C18;
}
.discount_list__all .discount_item .discount_info .discount_name {
  color: #140C18;
}
.discount_list__all .discount_item .discount_info .discount_excerpt {
  color: #140C18;
}
.discount_list__all .discount_item:hover .discount_info .discount_link {
  color: #7B4997;
  border-color: #7B4997;
}
.discount_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.discount_action .discount_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 14px;
  margin: 0 auto;
}
.discount_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.discount_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1400px;
  background-position-x: 160px;
  background-position-y: -120px;
  background-repeat: no-repeat;
  z-index: 2;
}

.team {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.team_title {
  text-align: center;
}
.team_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
}
.team_list .team_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(25% - 40px);
  height: 100%;
  margin: 0 20px;
  color: #140C18;
  cursor: pointer;
  outline: 0;
}
.team_list .team_item:nth-child(even) {
  margin-top: 80px;
}
.team_list .team_item .team_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
}
.team_list .team_item:nth-child(4n-3) .team_image {
  border-radius: 100px 0 0 0;
}
.team_list .team_item:nth-child(4n) .team_image {
  border-radius: 0 0 100px 0;
}
.team_list .team_item .team_image .team_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position-x: center;
  background-position-y: 15%;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.team_list .team_item:hover .team_image .team_source {
  transform: scale(1.02);
}
.team_list .team_item .team_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.team_list .team_item .team_info .team_name {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #140C18;
}
.team_list .team_item .team_info .team_specialization {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
  color: #7B4997;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
}
.team_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.team_action .team_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 14px;
  margin: 0 auto;
}
.team_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 480px;
  background-position-x: calc(50% - 820px);
  background-position-y: -160px;
  background-repeat: no-repeat;
  z-index: 1;
}

.resume {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.resume_line {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.resume_line .resume_name {
  display: block;
  position: relative;
  width: calc(100% - 600px);
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 25px;
  color: #140C18;
  float: right;
}
.resume_line .resume_overview {
  display: block;
  position: relative;
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 720px;
  margin-right: 40px;
  float: left;
}
.resume_line .resume_overview .resume_image {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #140C18;
  border-radius: 0 200px 0 0;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
}
.resume_line .resume_overview .resume_image .resume_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.resume_line .resume_overview .resume_image:hover .resume_source {
  transform: scale(1.02);
}
.resume_line .resume_overview .resume_image__second {
  top: unset;
  left: -60px;
  bottom: -60px;
  width: 260px;
  height: 340px;
  border-radius: 0 !important;
  z-index: 9;
}
.resume_line .resume_info {
  display: block;
  position: relative;
  width: calc(100% - 600px);
  float: right;
}
.resume_line .resume_info .resume_specialization {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  color: #140C18;
}
.resume_line .resume_info .resume_specialization:last-child {
  margin-bottom: 0;
}
.resume_line .resume_info .resume_experience {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.resume_line .resume_info .resume_experience:last-child {
  margin-bottom: 0;
}
.resume_line .resume_info .resume_awards {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.resume_line .resume_info .resume_awards:last-child {
  margin-bottom: 0;
}
.resume_line .resume_info .resume_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.resume_line .resume_info .resume_button {
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 14px;
  margin-top: 30px;
}
.resume_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 2200px;
  background-position-x: calc(50% + 40px);
  background-position-y: -480px;
  background-repeat: no-repeat;
  z-index: 1;
}

.feedback {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.feedback_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.feedback_title {
  text-align: center;
}
.feedback_subtitle {

}
.feedback_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: -40px;
}
.feedback_list .feedback_item {
  display: block;
  position: relative;
  width: calc(33.333% - 40px);
  padding: 30px;
  padding-bottom: 120px;
  margin: 0 20px;
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-radius: 0 0 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.feedback_list .feedback_item .feedback_about {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.feedback_list .feedback_item .feedback_about .feedback_date {
  display: block;
  position: relative;
  text-align: right;
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 0;
  color: #140C18;
  float: right;
}
.feedback_list .feedback_item .feedback_about .feedback_author {
  display: block;
  position: relative;
  width: calc(100% - 120px);
  padding-left: 64px;
  box-sizing: border-box;
  float: left;
}
.feedback_list .feedback_item .feedback_about .feedback_author .feedback_photo {
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  width: 48px;
  height: 48px;
  background-color: #7B4997;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.feedback_list .feedback_item .feedback_about .feedback_author .feedback_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 0;
  color: #140C18;
}
.feedback_list .feedback_item .feedback_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.feedback_list .feedback_item .feedback_text p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #140C18;
}
.feedback_list .feedback_item .feedback_meta {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  z-index: 1;
}
.feedback_list .feedback_item .feedback_meta .feedback_level {
  display: inline-block;
  position: relative;
  width: 100%;
}
.feedback_list .feedback_item .feedback_meta .feedback_level .feedback_star {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.feedback_list .feedback_item .feedback_meta .feedback_level .feedback_star:last-child {
  margin-right: 0;
}
.feedback_list .feedback_item .feedback_meta .feedback_level .feedback_star__empty {
  background-image: url(/wp-content/themes/striga/img/icons/icon_star_empty.svg);
}
.feedback_list .feedback_item .feedback_meta .feedback_level .feedback_star__full {
  background-image: url(/wp-content/themes/striga/img/icons/icon_star_full.svg);
}
.feedback_list .feedback_item .feedback_meta .feedback_link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding-left: 40px;
  margin-top: 20px;
  color: #140C18;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.feedback_list .feedback_item .feedback_meta .feedback_link .feedback_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.feedback_list .feedback_item .feedback_meta .feedback_link__yandex .feedback_icon {
  background-image: url(/wp-content/themes/striga/img/feedback/yandex.svg);
}
.feedback_list .feedback_item .feedback_meta .feedback_link__2gis .feedback_icon {
  background-image: url(/wp-content/themes/striga/img/feedback/2gis.svg);
}
.feedback_list .feedback_item .feedback_meta .feedback_link .feedback_hint {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 0;
  color: inherit;
}
.feedback_list .feedback_item .feedback_meta .feedback_link:hover .feedback_hint {
  text-decoration: underline;
}
.feedback_list__grid {
  display: inline-block;
  position: relative;
  left: unset !important;
  width: 100% !important;
  margin-bottom: -36px !important;
}
.feedback_list__grid .feedback_item {
  width: calc(33.333% - 24px) !important;
  margin: 0 !important;
  margin-bottom: 36px !important;
}
.feedback_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.feedback_action .feedback_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 14px;
  margin: 0 auto;
}
.feedback_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1200px;
  background-position-x: calc(50% + 920px);
  background-position-y: -400px;
  background-repeat: no-repeat;
  z-index: 1;
}

.videoreviews {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.videoreviews_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.videoreviews_title {
  text-align: center;
}
.videoreviews_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -10px;
  width: calc(100% + 20px);
  margin-bottom: -20px;
}
.videoreviews_list .videoreviews_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(25% - 20px);
  height: 440px;
  margin: 0 10px;
  margin-bottom: 20px;
  color: #FFFFFF;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
}
.videoreviews_list .videoreviews_item .play svg {
  max-width: 15%;
}

.brands {
  display: block;
  position: relative;
  width: 100%;
}
.brands_title {
  text-align: center;
}
.brands_line {
  display: flex;
  position: relative;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.brands_line .brands_item {
  display: block;
  position: relative;
  width: auto;
  max-width: 180px;
  height: 140px;
}
.brands_line .brands_item .brands_image {
  display: block;
  position: relative;
  top: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
}

.catalog {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.catalog_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.catalog_title {
  text-align: center;
  color: #FFFFFF;
}
.catalog_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.catalog_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 1600px;
  background-position-x: 60px;
  background-position-y: -180px;
  background-repeat: no-repeat;
  z-index: 2;
}

.articles {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.articles_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.articles_title {
  text-align: center;
}
.articles_list {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: -40px;
}
.articles_list .articles_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(33.333% - 40px);
  padding: 25px;
  margin: 0 20px;
  margin-bottom: 40px;
  color: #140C18;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.articles_list .articles_item:nth-child(3n-2) {
  border-radius: 100px 0 0 0;
}
.articles_list .articles_item:nth-child(3n) {
  border-radius: 0 0 100px 0;
}
.articles_list .articles_item .articles_image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
}
.articles_list .articles_item:nth-child(3n-2) .articles_image {
  border-radius: 90px 0 0 0;
}
.articles_list .articles_item .articles_image .articles_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.articles_list .articles_item:hover .articles_image .articles_source {
  transform: scale(1.02);
}
.articles_list .articles_item .articles_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.articles_list .articles_item .articles_info .articles_date {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 28px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.articles_list .articles_item .articles_info .articles_date .articles_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 20px;
  background-image: url(/wp-content/themes/striga/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.articles_list .articles_item .articles_info .articles_date .articles_hint {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 0;
  color: #7C7C7C;
}
.articles_list .articles_item .articles_info .articles_name {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #140C18;
  transition: .2s ease color;
}
.articles_list .articles_item:hover .articles_info .articles_name {
  color: #7B4997;
}
.articles_list .articles_item .articles_info .articles_excerpt {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #140C18;
}
.articles_list__all a.articles_item {
  border-radius: 0 !important;
}
.articles_list__all a.articles_item .articles_image {
  border-radius: 0 !important;
}
.articles_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.articles_action .articles_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 14px;
  margin: 0 auto;
}
.articles_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 540px;
  background-position-x: calc(50% - 880px);
  background-position-y: -480px;
  background-repeat: no-repeat;
  z-index: 1;
}

.snapshot {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: -20px;
}
.snapshot_overview {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #140C18;
  cursor: pointer;
  outline: 0;
}
.snapshot_overview .snapshot_image {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 440px;
  margin: 0 auto;
  transition: .2s ease opacity;
}
.snapshot_overview:hover .snapshot_image {
  opacity: .8;
}
.snapshot_overview__full {
  height: 440px;
  overflow: hidden;
}
.snapshot_overview__full .snapshot_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.snapshot_overview__full:hover .snapshot_source {
  transform: scale(1.02);
}
.snapshot_gallery {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -20px;
}
.snapshot_gallery .snapshot_photo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 240px;
  height: 240px;
  margin: 0 10px;
  margin-bottom: 20px;
  color: #140C18;
  cursor: pointer;
  outline: 0;
}
.snapshot_gallery .snapshot_photo .snapshot_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s ease opacity;
  z-index: 1;
}
.snapshot_gallery .snapshot_photo:hover .snapshot_source {
  opacity: .8;
}

.letter {
  display: block;
  position: relative;
  width: 100%;
}
.letter_line {
  display: inline-block;
  position: relative;
  width: 100%;
}
.letter_line .letter_date {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.letter_line .letter_date .letter_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 28px;
  background-image: url(/wp-content/themes/striga/img/icons/icon_calendar.svg);
  background-size: contain;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.letter_line .letter_date .letter_hint {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 0;
  color: #7C7C7C;
}
.letter_line .letter_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.letter_line .letter_videos {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -20px;
}
.letter_line .letter_videos .letter_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 480px;
  height: 250px;
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  float: left;
}

.certificates {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.certificates_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.certificates_title {
  text-align: center;
}
.certificates_box {
  display: inline-block;
  position: relative;
  width: 100%;
}
.certificates_box .certificates_slider {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.certificates_box .certificates_slider .certificates_item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 400px;
  color: #140C18;
  border: 1px solid #C3C3C3;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.certificates_box .certificates_slider .certificates_item .certificates_scan {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  transition: .2s ease transform;
  z-index: 1;
}
.certificates_box .certificates_slider .certificates_item:hover .certificates_scan {
  transform: scale(1.02);
}
.certificates_box .slider_nav {
  position: absolute;
  top: calc(50% - 25px);
  left: -100px;
  width: calc(100% + 200px);
  max-width: unset;
  margin: 0;
}
.certificates_action {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.certificates_action .certificates_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 220px;
  padding: 14px;
  margin: 0 auto;
}
.certificates_grid {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: -16px;
}
.certificates_grid .certificates_item {
  display: block;
  position: relative;
  text-decoration: none;
  width: calc(25% - 12px);
  padding: 10px;
  margin-bottom: 16px;
  color: #140C18;
  background: #F7F7F7;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.certificates_grid .certificates_item .certificates_image {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: .2s ease opacity;
}
.certificates_grid .certificates_item:hover .certificates_image {
  opacity: .8;
}
.certificates_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1520px;
  background-position-x: calc(50% + 920px);
  background-position-y: -620px;
  background-repeat: no-repeat;
  z-index: 1;
}

.message {
  display: block;
  position: relative;
  width: 100%;
}
.message_box {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 60px;
  background: #FFFFFF;
  border-radius: 0 100px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.message_box .message_title {
  margin-bottom: 20px;
}
.message_box .message_form {
  display: inline-block;
  position: relative;
  width: 100%;
}
.message_box .message_form .message_grid {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.message_box .message_form .message_grid .message_fields {
  display: block;
  position: relative;
  width: 100%;
  max-width: 480px;
}
.message_box .message_form .message_grid .message_fields .message_input {
  margin-bottom: 20px;
}
.message_box .message_form .message_grid .message_fields .message_input:last-child {
  margin-bottom: 0;
}
.message_box .message_form .message_grid .message_textarea {
  width: calc(100% - 520px);
}
.message_box .message_form .message_button {
  max-width: 480px;
  margin-top: 20px;
}

.requisites {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.requisites_line {
  display: block;
  position: relative;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
}
.requisites_line .requisites_title b {
  display: block;
}
.requisites_line .requisites_table {
  display: inline-block;
  position: relative;
  width: 100%;
}
.requisites_line .requisites_table table {
  position: relative;
  width: 100%;
}
.requisites_line .requisites_table table tbody {
  position: relative;
  width: 100%;
}
.requisites_line .requisites_table table tr {
  position: relative;
  width: 100%;
}
.requisites_line .requisites_table table tr td {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 30px;
  color: #140C18;
  border: 1px solid #C3C3C3;
  vertical-align: middle;
  box-sizing: border-box;
}
.requisites_line .requisites_table table tr td:first-child {
  white-space: nowrap;
}
.requisites_line .requisites_table .requisites_link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.requisites_line .requisites_table .requisites_link:hover {
  text-decoration: underline;
}
.requisites_line .requisites_table .requisites_input {
  display: none !important;
}
.requisites_image {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 60px;
  left: calc(50% - 960px);
  width: 680px;
  height: calc(100% - 120px);
  color: #140C18;
  border-radius: 0 100px 0 0;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.requisites_image .requisites_source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #140C18;
  background-size: cover;
  background-position-x: center;
  background-position-y: 75%;
  background-repeat: no-repeat;
  transition: .2s ease transform;
  z-index: 1;
}
.requisites_image:hover .requisites_source {
  transform: scale(1.02);
}

.faq {
  display: block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background: #140C18;
  overflow: hidden;
}
.faq_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.faq_title {
  color: #FFFFFF;
}
.faq_title b {
  display: inline;
}
.faq_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.faq_list .faq_item {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7B4997;
  box-sizing: border-box;
}
.faq_list .faq_item:first-child {
  border-top: 1px solid #7B4997;
}
.faq_list .faq_item .faq_name {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  padding-right: 80px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.faq_list .faq_item .faq_name .faq_caption {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
}
.faq_list .faq_item .faq_name .faq_symbol {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 9;
}
.faq_list .faq_item .faq_name .faq_symbol::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 6px;
  transition: .2s ease all;
  z-index: 9;
}
.faq_list .faq_item .faq_name .faq_symbol::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  transition: .2s ease all;
  z-index: 9;
}
.faq_list .faq_item .faq_name:hover .faq_symbol::before, .faq_list .faq_item .faq_name:hover .faq_symbol::after {
  background: #7B4997;
}
.faq_list .faq_item__opened .faq_name .faq_symbol::before {
  transform: rotateZ(180deg);
}
.faq_list .faq_item__opened .faq_name .faq_symbol::after {
  transform: rotateZ(270deg);
}
.faq_list .faq_item .faq_hidden {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.faq_list .faq_item .faq_hidden p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.faq_list .faq_item .faq_hidden p:last-child {
  margin-bottom: 0;
}
.faq_background {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.faq_wave {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  height: 100%;
  background-size: 2240px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.jobs {
  display: block;
  position: relative;
  width: 100%;
}
.jobs_wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.jobs_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.jobs_list .jobs_item {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #C3C3C3;
  box-sizing: border-box;
}
.jobs_list .jobs_item:first-child {
  border-top: 1px solid #C3C3C3;
}
.jobs_list .jobs_item .jobs_name {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  padding-right: 80px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.jobs_list .jobs_item .jobs_name .jobs_caption {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #140C18;
}
.jobs_list .jobs_item .jobs_name .jobs_symbol {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 9;
}
.jobs_list .jobs_item .jobs_name .jobs_symbol::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #140C18;
  border-radius: 6px;
  transition: .2s ease all;
  z-index: 9;
}
.jobs_list .jobs_item .jobs_name .jobs_symbol::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #140C18;
  border-radius: 6px;
  transition: .2s ease all;
  z-index: 9;
}
.jobs_list .jobs_item .jobs_name:hover .jobs_symbol::before, .jobs_list .jobs_item .jobs_name:hover .jobs_symbol::after {
  background: #7B4997;
}
.jobs_list .jobs_item__opened .jobs_name .jobs_symbol::before {
  transform: rotateZ(180deg);
}
.jobs_list .jobs_item__opened .jobs_name .jobs_symbol::after {
  transform: rotateZ(270deg);
}
.jobs_list .jobs_item .jobs_hidden {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.jobs_list .jobs_item .jobs_hidden .jobs_salary {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 12px;
  color: #140C18;
}
.jobs_list .jobs_item .jobs_hidden .jobs_text {
  display: inline-block;
  position: relative;
  width: 100%;
}
.jobs_list .jobs_item .jobs_hidden .jobs_text p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  color: #140C18;
}
.jobs_list .jobs_item .jobs_hidden .jobs_text p:last-child {
  margin-bottom: 0;
}
.jobs_list .jobs_item .jobs_hidden .jobs_text p b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.jobs_list .jobs_item .jobs_hidden .jobs_text p a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.jobs_list .jobs_item .jobs_hidden .jobs_text p a:hover {
  text-decoration: none;
}
.jobs_invite {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.jobs_invite p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #140C18;
}
.jobs_invite p a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.jobs_invite p a:hover {
  text-decoration: none;
}

.connect {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.connect_line {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  z-index: 9;
}
.connect_line .connect_info {
  display: block;
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-right: 40px;
}
.connect_line .connect_info .connect_title b {
  display: inline;
}
.connect_line .connect_info .connect_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.connect_line .connect_info .connect_list .connect_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 70px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.connect_line .connect_info .connect_list .connect_item:last-child {
  margin-bottom: 0;
}
.connect_line .connect_info .connect_list .connect_item .connect_icon {
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.connect_line .connect_info .connect_list .connect_item .connect_subtitle {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #7B4997;
}
.connect_line .connect_info .connect_list .connect_item .connect_data {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #140C18;
}
.connect_line .connect_info .connect_list a.connect_item {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.connect_line .connect_info .connect_list a.connect_item .connect_data {
  transition: .2s ease color;
}
.connect_line .connect_info .connect_list a.connect_item:hover .connect_data {
  color: #7B4997;
}
.connect_line .connect_studio {
  display: block;
  position: relative;
  width: calc(100% - 520px);
  height: auto;
}
.connect_line .connect_studio .connect_navigator {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  text-align: center;
  text-decoration: none;
  padding: 14px 28px;
  padding-right: 60px;
  color: #140C18;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  overflow: hidden;
  user-select: none;
  transition: .2s ease border-color;
  z-index: 9;
}
.connect_line .connect_studio .connect_navigator:hover {
  border-color: #FFCC00;
}
.connect_line .connect_studio .connect_navigator .connect_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  width: 24px;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.connect_line .connect_studio .connect_navigator .connect_data {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: inherit;
}
.connect_line .connect_studio .connect_map {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #140C18;
  border: 1px solid #C3C3C3;
  border-radius: 60px 0 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.connect_line .connect_studio .connect_map > iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.connect_line .connect_studio .connect_map__loading {
  background-image: url(/wp-content/themes/striga/img/puff_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.connect_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 2600px;
  background-position-x: calc(50% + 120px);
  background-position-y: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.woocommerce ul.products {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: start;
  left: -20px;
  width: calc(100% + 40px);
  margin: 0;
  margin-bottom: -40px;
}
.woocommerce ul.products li.product {
  display: block;
  position: relative;
  width: calc(25% - 40px) !important;
  margin: 0 20px !important;
  margin-bottom: 40px !important;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
  float: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 0;
  padding-bottom: 50px;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  padding: 20px 0;
  margin-bottom: 7px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.woocommerce ul.products li.product:nth-child(4n-3) .woocommerce-loop-product__link .product_backgroundimage {
  border-radius: 0 0 0 100px;
}
.woocommerce ul.products li.product:nth-child(4n) .woocommerce-loop-product__link .product_backgroundimage {
  border-radius: 0 100px 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage .product_source {
  display: block;
  position: relative;
  top: 50%;
  width: auto;
  max-height: 100%;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateY(-50%);
  transition: .2s ease transform;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .product_backgroundimage .product_source {
  transform: translateY(-50%) scale(1.02);
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.woocommerce ul.products li.product .woocommerce-action {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
}
.woocommerce ul.products li.product .woocommerce-action .price {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  padding: 10px 0;
  margin: 0;
  color: #FFFFFF;
}
.woocommerce ul.products li.product .woocommerce-action .price bdi {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-action .price bdi .block_currency {
  background-image: url(/wp-content/themes/striga/img/icons/icon_currency_white.svg);
}
/* .woocommerce ul.products li.product .woocommerce-action .price ins {
  display: block;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #7B4997;
}
.woocommerce ul.products li.product .woocommerce-action .price ins .block_currency {
  background-image: url(/wp-content/themes/striga/img/icons/icon_currency_yellow.svg);
}
.woocommerce ul.products li.product .woocommerce-action .price del {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-action .price del bdi {
  display: inline-block;
  text-decoration: line-through;
} */
.woocommerce ul.products li.product .woocommerce-action .price .price {
  display: block;
  width: auto;
}
/* .woocommerce ul.products li.product .woocommerce-action .price.empty {
  font-size: 20px;
  color: #8C8C8C;
} */
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button {
  display: flex;
  position: absolute;
  justify-content: center;
  text-align: center;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  white-space: nowrap;
  padding: 14px 0;
  background: #7B4997;
  border-radius: 50px;
  box-sizing: border-box;
  overflow: hidden;
  transition: .2s ease width;
  z-index: 9;  
}
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button p {
  display: inline-block;
  font-size: 0px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0;
  transition: .2s ease opacity;
}
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button i {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button i svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button i svg path {
  fill: #FFFFFF;
}
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button:hover {
  width: 150px;
}
.woocommerce ul.products li.product .woocommerce-action .add_to_cart_button:hover p {
  font-size: 16px;
  margin-left: 10px;
  opacity: 1;
}

.development {
  display: block;
  position: relative;
  width: 100%;
}
.development_icon {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: contain;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.development_text {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.development_text span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 12px;
  color: #140C18;
}
.development_text p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #140C18;
}
.development_text p:last-child {
  margin-bottom: 0;
}
.development_text .development_button {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 14px;
  margin: 0 auto;
  margin-top: 20px;
}

.error {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.error_box {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 9;
}
.error_box .error_code {
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 240px;
  font-weight: 400;
  line-height: 1;
  color: #7B4997;
}
.error_box .error_text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
.error_box .error_text span {
  display: block;
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 15px;
  color: #140C18;
}
.error_box .error_text p {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #140C18;
}
.error_box .error_text p:last-child {
  margin-bottom: 0;
}
.error_box .error_text p a {
  display: inline-block;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.error_box .error_text p a:hover {
  text-decoration: none;
}
.error_box .error_text ul {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  list-style: decimal;
  list-style-position: inside;
}
.error_box .error_text ul:last-child {
  margin-bottom: 0;
}
.error_box .error_text ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  color: #140C18;
}
.error_box .error_text ul li:last-child {
  margin-bottom: 0;
}
.error_box .error_text ul li b {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: inherit;
}
.error_box .error_text .error_button {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 14px;
  margin: 0 auto;
  margin-top: 25px;
}
.error_wave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 2200px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.cookielabel {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 400px;
  max-width: calc(100% - 30px);
  color: #140C18;
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px #0000001A;
  box-sizing: border-box;
  overflow: hidden;
  cursor: default;
  z-index: 9999;
}
.cookielabel_content {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.cookielabel_text {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 7px;
}
.cookielabel_text p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #140C18;
}
.cookielabel_text p a {
  display: inline;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  outline: 0;
}
.cookielabel_text p a:hover {
  text-decoration: none;
}
.cookielabel_button {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 10px;
  color: #FFFFFF;
  background: #7B4997;
  border: 1px solid #7B4997;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
}
.cookielabel_button:hover {
  background: #3D244B;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  color: #FFFFFF;
  background: #140C18;
}
.footer_content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info .footer_content {
  padding: 60px 0;
}
.footer_info .footer_about {
  display: block;
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-right: 140px;
  float: left;
}
.footer_info .footer_about .footer_logo {
  display: block;
  position: relative;
  text-decoration: none;
  width: 160px;
  height: 50px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  float: left;
}
.footer_info .footer_about .footer_logo svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer_info .footer_about .footer_logo svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.footer_info .footer_about .footer_logo:hover svg path {
  fill: #7B4997;
}
.footer_info .footer_about .footer_description {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.footer_info .footer_about .footer_description p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.footer_info .footer_about .footer_trademark {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.footer_info .footer_about .footer_trademark p {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #C3C3C3;
}
.footer_info .footer_about .footer_trademark p a {
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.footer_info .footer_about .footer_trademark p a:hover {
  color: #7B4997;
}
.footer_info .footer_about .footer_social {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.footer_info .footer_about .footer_social .footer_link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 56px;
  height: 56px;
  padding: 17px 15px;
  margin-right: 10px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF33;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease background;
  float: left;
}
.footer_info .footer_about .footer_social .footer_link:last-child {
  margin-right: 0;
}
.footer_info .footer_about .footer_social .footer_link svg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.footer_info .footer_about .footer_social .footer_link svg path {
  fill: #FFFFFF;
  transition: .2s ease fill;
}
.footer_info .footer_about .footer_social .footer_link:hover {
  background: #7B4997;
}
.footer_info .footer_about .footer_social .footer_link__telegram:hover {
  background: #0088CC;
}
.footer_info .footer_about .footer_social .footer_link__tiktok:hover {
  background: #FE2C55;
}
.footer_info .footer_about .footer_social .footer_link__vk:hover {
  background: #0077FF;
}
.footer_info .footer_about .footer_social .footer_link__instagram:hover {
  background: #C13584;
}
.footer_info .footer_about .footer_social .footer_link__youtube:hover {
  background: #FF0000;
}
.footer_info .footer_nav {
  display: block;
  position: relative;
  width: 360px;
  margin-right: 50px;
  float: left;
}
.footer_info .footer_nav .footer_menu {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info .footer_nav .footer_menu ul {
  display: flex;
  position: relative;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-height: 270px;
  margin-bottom: -20px;
}
.footer_info .footer_nav .footer_menu ul li {
  display: block;
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
.footer_info .footer_nav .footer_menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
}
.footer_info .footer_nav .footer_menu ul li a:hover {
  color: #7B4997;
}
.footer_info .footer_connect {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  float: left;
}
.footer_info .footer_connect .footer_list {
  display: inline-block;
  position: relative;
  width: 100%;
}
.footer_info .footer_connect .footer_list .footer_item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 70px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.footer_info .footer_connect .footer_list .footer_item:last-child {
  margin-bottom: 0;
}
.footer_info .footer_connect .footer_list .footer_item .footer_icon {
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #140C18;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #7B4997;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.footer_info .footer_connect .footer_list .footer_item .footer_subtitle {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #7B4997;
}
.footer_info .footer_connect .footer_list .footer_item .footer_data {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}
.footer_info .footer_connect .footer_list a.footer_item {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.footer_info .footer_connect .footer_list a.footer_item .footer_data {
  transition: .2s ease color;
}
.footer_info .footer_connect .footer_list a.footer_item:hover .footer_data {
  color: #7B4997;
}
.footer_info .footer_connect .footer_button {
  width: 100%;
  padding: 14px;
  margin-top: 30px;
}
.footer_line {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #261B2C;
}
.footer_line .footer_content {
  padding: 25px 0;
}
.footer_line .footer_links {
  display: block;
  position: relative;
  float: right;
}
.footer_line .footer_links a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 30px;
  color: #FFFFFF;
  cursor: pointer;
  outline: 0;
  transition: .2s ease color;
  float: left;
}
.footer_line .footer_links a:last-child {
  margin: 0;
}
.footer_line .footer_links a:hover {
  color: #7B4997;
}
.footer_line .footer_copyright {
  display: block;
  position: relative;
  float: left;
}
.footer_line .footer_copyright p {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}

.slider_nav {
  display: block;
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 50px;
  margin: 0 auto;
  margin-top: 40px;
  box-sizing: border-box;
  z-index: 1;
}
.slider_nav .owl-prev, .slider_nav .owl-next {
  display: block;
  position: relative;
  width: 50px;
  height: 100%;
  overflow: visible;
  cursor: pointer;
  outline: 0;
  z-index: 9;
}
.slider_nav .owl-prev {
  float: left;
}
.slider_nav .owl-next {
  float: right;
}
.slider_nav .slider_arrow {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.slider_nav .slider_arrow svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.slider_nav .slider_arrow svg path {
  fill: #140C18;
  transition: .2s ease fill;
}
.slider_nav .slider_arrow:hover svg path {
  fill: #7B4997 !important;
}
.section__dark .slider_nav .slider_arrow svg path {
  fill: #FFFFFF;
}

ul.pagination {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 9;
}
ul.pagination li {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0;
  margin-right: 10px;
  border: 0;
  box-sizing: border-box;
}
ul.pagination li:last-child {
  margin-right: 0;
}
ul.pagination li a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  padding: 0;
  color: #140C18;
  background: #FFFFFF;
  border: 1px solid #7B4997;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  transition: .2s ease all;
}
ul.pagination li a:hover {
  color: #FFFFFF;
  background: #7B4997;
}
ul.pagination li a svg {
  display: block;
  position: relative;
  width: auto;
  max-width: 28px;
  height: 50px;
  margin: 0 auto;
}
ul.pagination li a svg path {
  fill: #140C18;
  transition: .2s ease fill;
}
ul.pagination li a:hover svg path {
  fill: #FFFFFF;
}
ul.pagination li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  padding: 0;
  color: #FFFFFF;
  background: #3D244B;
  border: 1px solid #7B4997;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: default;
}

.fancybox-inner .fancybox-infobar {
  display: none !important;
}
.fancybox-inner .fancybox-button--zoom, .fancybox-inner .fancybox-button--play {
  display: none !important;
}
.fancybox-inner .fancybox-caption__body {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
}

.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

body.woocommerce-cart {
  display: none !important;
}

@media (max-width: 1520px) {
  .fullarea {
    max-width: 1200px;
  }
  .header_content {
    padding: 15px 0;
  }
  .header_line .header_logo {
    width: 120px;
    margin-right: 30px;
  }
  .header_line .header_menu {
    max-width: 580px;
  }
  .header_line .header_menu ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 5px;
  }
  .header_line .header_menu ul li.menu-item-has-children > a::after {
    height: 20px;
    background-position-y: 8px;
  }
  .header_line .header_menu ul li.menu-item-has-children ul.sub-menu {
    padding: 12px 0;
  }
  .header_line .header_menu ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 30px;
  }
  .header_line .header_menu ul li.menu-item-has-children ul.sub-menu li a::before {
    top: 15px;
    left: 15px;
    width: 8px;
  }
  .header_line .header_phone {
    width: 160px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 5px;
    margin-right: 10px;
  }
  .header_line .header_social {
    width: 220px;
    margin: 5px 0;
  }
  .header_line .header_social .header_link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .header_line .header_cart {
    margin-left: 0;
  }
  div.modalform {
    max-width: 440px;
    border-radius: 0 0 60px 0;
  }
  div.modalform .modalform_line {
    padding: 20px;
    padding-bottom: 35px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_description {
    font-size: 16px;
    line-height: 20px;
  }
  div.modalform .modalform_line .modalform_form .modalform_fields .modalform_input {
    margin-bottom: 10px;
  }
  .block_title {
    font-size: 48px;
    line-height: 56px;
  }
  .block_subtitle {
    font-size: 32px;
    line-height: 38px;
  }
  .block_currency {
    width: 12px;
    height: 16px;
  }
  .welcome_line .welcome_about {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .welcome_line .welcome_about .welcome_title {
    font-size: 64px;
    line-height: 72px;
  }
  .welcome_line .welcome_about .welcome_description {
    font-size: 24px;
    line-height: 28px;
  }
  .welcome_line .welcome_about .welcome_button {
    margin-top: 40px;
  }
  .welcome_line .welcome_advantages {
    margin-top: 60px;
  }
  .welcome_line .welcome_advantages .welcome_subtitle {
    max-width: 260px;
    font-size: 48px;
    line-height: 56px;
    margin-top: 22px;
  }
  .welcome_line .welcome_advantages .welcome_list {
    width: calc(100% - 340px);
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item {
    padding: 0 15px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item .welcome_icon {
    width: 48px;
    height: 48px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item .welcome_data {
    font-size: 16px;
    line-height: 22px;
  }
  .welcome_background {
    left: 0;
    width: 100%;
  }
  .welcome_wave {
    left: 0;
    width: 100%;
    background-size: 1200px;
    background-position-x: -180px;
    background-position-y: -140px;
  }
  .miniwelcome_content {
    padding-top: 140px;
  }
  .miniwelcome_heading .miniwelcome_title {
    font-size: 48px;
    line-height: 64px;
  }
  .miniwelcome_background {
    left: 0;
    width: 100%;
  }
  .miniwelcome_wave {
    left: 0;
    width: 100%;
    background-position-x: calc(50% + 620px);
    background-position-y: -80px;
  }
  .classic_subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .classic h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .classic p {
    font-size: 16px;
    line-height: 20px;
  }
  .classic ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .classic ol li {
    font-size: 16px;
    line-height: 20px;
  }
  .classic_sitemap h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .school_box {
    max-width: 520px;
    margin-left: 340px;
  }
  .school_box .school_info .school_button {
    margin-top: 35px;
  }
  .school_wave {
    background-position-x: calc(50% - 360px);
    background-position-y: -160px;
  }
  .school_environment .school_image__one {
    top: 40px;
    left: 375px;
    width: 300px;
    height: 360px;
    border-radius: 0 60px 0 0;
  }
  .school_environment .school_image__two {
    right: 240px;
    bottom: 40px;
    width: 340px;
    height: 350px;
    border-radius: 0 0 0 60px;
  }
  .school_environment .school_image__three {
    top: 40px;
    right: 500px;
    width: 190px;
    height: 210px;
  }
  .schedule_table table thead tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .schedule_table table tbody tr td {
    padding: 10px 20px;
  }
  .schedule_table table tbody tr td b {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .schedule_table table tbody tr td p {
    font-size: 16px;
    line-height: 20px;
  }
  .schedule_table table tfoot tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .schedule_background {
    left: 0;
    width: 100%;
  }
  .schedule_wave {
    left: 0;
    width: 100%;
    background-size: 1100px;
    background-position-x: 680px;
    background-position-y: -520px;
  }
  .teachers_list .teachers_item {
    max-width: 920px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_photo {
    max-width: 320px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info {
    width: calc(100% - 350px);
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_idea {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .teachers_list .teachers_item__one {
    margin-left: 40px;
  }
  .teachers_list .teachers_item__one .teachers_grid .teachers_photo {
    border-radius: 0 0 0 120px;
  }
  .teachers_list .teachers_item__two .teachers_grid .teachers_photo {
    border-radius: 120px 0 0 0;
  }
  .teachers_list .teachers_item__two .teachers_grid .teachers_info {
    padding-top: 160px;
  }
  .teachers_list .teachers_item__three .teachers_grid .teachers_photo {
    border-radius: 0 120px 0 0;
  }
  .teachers_list .teachers_item__three .teachers_grid .teachers_info {
    padding-top: 160px;
  }
  .program_box {
    max-width: 760px;
  }
  .program_box .program_list .program_item .program_name {
    padding-right: 60px;
  }
  .program_box .program_list .program_item .program_name .program_caption {
    font-size: 18px;
    line-height: 24px;
  }
  .program_box .program_list .program_item .program_name .program_symbol {
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .program_box .program_list .program_item .program_hidden p {
    font-size: 14px;
    line-height: 18px;
  }
  .program_environment .program_image__one {
    top: 190px;
    left: 375px;
    width: 380px;
    height: 400px;
    border-radius: 120px 0 0 0;
  }
  .program_environment .program_image__two {
    top: 520px;
    left: 320px;
    width: 180px;
    height: 190px;
  }
  .training_box {
    border-radius: 60px 0 60px 0;
  }
  .training_box .training_photo {
    max-width: 400px;
  }
  .training_box .training_info {
    width: calc(100% - 400px);
    padding: 45px;
  }
  .training_box .training_info .training_description {
    font-size: 20px;
    line-height: 24px;
  }
  .training_box .training_info .training_form .training_grid .training_input {
    width: calc(50% - 5px);
  }
  .training_box .training_info .training_form .training_button {
    width: calc(50% - 5px);
  }
  .details_line .details_info {
    width: calc(100% - 480px);
  }
  .details_line .details_info .details_text {
    padding: 40px 0;
  }
  .details_line .details_info .details_button {
    margin-top: 30px;
  }
  .details_line .details_image {
    max-width: 440px;
    border-radius: 60px 0 0 0;
  }
  .pricelist_table table thead tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .pricelist_table table tbody tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .pricelist_background {
    left: 0;
    width: 100%;
  }
  .pricelist_wave {
    left: 0;
    width: 100%;
    background-size: 1600px;
    background-position-x: 60px;
    background-position-y: -360px;
  }
  .about_box {
    max-width: 620px;
  }
  .about_box .about_text {
    padding: 40px 0;
  }
  .about_box .about_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .about_environment .about_image__one {
    top: 80px;
    left: calc(50% + 105px);
    width: 480px;
    height: calc(100% - 160px);
    border-radius: 0 0 0 120px;
  }
  .about_environment .about_image__two {
    top: 30px;
    left: calc(50% + 65px);
    width: 320px;
    height: 200px;
  }
  .founder_line::before {
    left: 440px;
  }
  .founder_line::after {
    right: 1170px;
  }
  .founder_line .founder_info {
    width: calc(100% - 440px);
    padding: 30px;
    padding-right: 200px;
  }
  .founder_line .founder_info .founder_headline {
    margin-bottom: 25px;
  }
  .founder_line .founder_info .founder_headline .founder_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .founder_line .founder_info .founder_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .founder_line .founder_info .founder_social {
    margin-top: 25px;
  }
  .founder_line .founder_person {
    max-width: 440px;
  }
  .founder_line .founder_person .founder_photo {
    border-radius: 120px 0 0 0;
  }
  .founder_background {
    left: 0;
    width: 100%;
  }
  .founder_wave {
    left: 0;
    width: 100%;
    background-position-x: -240px;
    background-position-y: -600px;
  }
  .founder_image {
    left: calc(50% + 400px);
    width: 320px;
    height: 400px;
    color: #FFFFFF;
    border-radius: 0 0 0 120px;
  }
  .history_line {
    left: -15px;
    width: calc(100% + 30px);
    margin-bottom: -30px;
  }
  .history_line .history_item {
    width: calc(25% - 30px);
    padding-bottom: 200px;
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .history_line .history_item .history_info {
    padding: 20px;
    padding-bottom: 80px;
  }
  .history_line .history_item .history_info .history_description {
    font-size: 16px;
    line-height: 20px;
  }
  .history_line .history_item .history_info .history_description sup {
    font-size: 12px;
  }
  .history_line .history_item .history_info .history_year {
    left: 20px;
    bottom: 20px;
    font-size: 36px;
  }
  .history_line .history_item .history_image {
    height: 200px;
  }
  .advantages_list {
    left: -15px;
    width: calc(100% + 30px);
  }
  .advantages_list .advantages_item {
    width: calc(33.333% - 30px);
    padding: 20px 35px;
    margin: 0 15px;
  }
  .advantages_list .advantages_item:first-child {
    border-radius: 60px 0 0 0;
  }
  .advantages_list .advantages_item:last-child {
    border-radius: 0 0 60px 0;
  }
  .advantages_list .advantages_item .advantages_icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
  .advantages_list .advantages_item .advantages_name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .advantages_list .advantages_item .advantages_data {
    font-size: 16px;
    line-height: 20px;
  }
  .awards_box .awards_slider .awards_item {
    height: 320px;
  }
  .awards_box .slider_nav {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
  .awards_background {
    left: 0;
    width: 100%;
  }
  .awards_wave {
    left: 0;
    width: 100%;
    background-position-x: -540px;
    background-position-y: -720px;
  }
  .record_box {
    border-radius: 60px 0 60px 0;
  }
  .record_box .record_photo {
    max-width: 480px;
  }
  .record_box .record_info {
    width: calc(100% - 480px);
    padding: 45px;
  }
  .record_box .record_info .record_description {
    font-size: 20px;
    line-height: 24px;
  }
  .record_box .record_info .record_form .record_grid .record_input {
    width: calc(50% - 5px);
  }
  .record_box .record_info .record_form .record_dropdown {
    margin-top: 10px;
  }
  .record_box .record_info .record_form .record_button {
    width: calc(50% - 5px);
  }
  .party_line .party_route .party_info {
    padding: 100px 60px;
  }
  .party_line .party_route .party_info .party_description {
    margin-bottom: 40px;
  }
  .party_line .party_route .party_info .party_link {
    font-size: 16px;
    line-height: 20px;
  }
  .party_line .party_route .party_image {
    border-radius: 0 120px 0 0;
  }
  .party_line .party_route .party_slogan {
    left: -130px;
    bottom: 0;
    width: 700px;
    height: 140px;
  }
  .party_line .party_route__reverse .party_image {
    border-radius: 120px 0 0 0;
  }
  .party_line .party_route__reverse .party_slogan {
    top: 0;
    right: -160px;
  }
  .director_line .director_info {
    padding: 40px 0;
    padding-left: 120px;
    padding-bottom: 100px;
  }
  .director_line .director_info .director_quote {
    top: 25px;
    width: 48px;
    height: 48px;
  }
  .director_line .director_person .director_photo {
    border-radius: 120px 0 0 0;
  }
  .director_line .director_person .director_message {
    left: 60px;
    bottom: 30px;
    max-width: 360px;
    padding: 25px;
    border-radius: 0 0 60px 0;
  }
  .director_line .director_person .director_message p {
    font-size: 20px;
    line-height: 24px;
  }
  .director_line .director_meta {
    max-width: 320px;
    padding: 12px 0;
  }
  .director_line .director_meta .director_sign {
    width: 120px;
  }
  .director_line .director_meta .director_name {
    font-size: 20px;
    line-height: 24px;
  }
  .director_line .director_meta .director_job {
    font-size: 14px;
    line-height: 18px;
  }
  .introduce_content {
    padding-bottom: 390px;
  }
  .introduce_box {
    margin-left: 180px;
  }
  .introduce_box .introduce_location p {
    font-size: 20px;
    line-height: 24px;
  }
  .introduce_background {
    left: 0;
    width: 100%;
  }
  .introduce_wave {
    left: 0;
    width: 100%;
    background-position-x: 60px;
    background-position-y: -120px;
  }
  .introduce_environment .introduce_image__one {
    left: 275px;
    width: 240px;
    height: 290px;
    border-radius: 60px 0 0 0;
  }
  .introduce_environment .introduce_image__two {
    top: 390px;
    left: 515px;
    width: 480px;
    height: 280px;
    border-radius: 0 0 0 60px;
  }
  .introduce_environment .introduce_image__three {
    left: 1015px;
    width: 280px;
    height: 270px;
    border-radius: 60px 0 0 0;
  }
  .introduce_environment .introduce_image__four {
    top: 390px;
    left: 1015px;
    width: 280px;
    height: 280px;
  }
  .introduce_environment .introduce_image__five {
    top: 100px;
    left: 1315px;
    width: 340px;
    height: 570px;
    border-radius: 0 0 60px 0;
  }
  .education_box {
    max-width: 540px;
    margin-left: 320px;
  }
  .education_box .education_description {
    max-width: 440px;
    margin-bottom: 25px;
  }
  .education_box .education_description p {
    font-size: 20px;
    line-height: 24px;
  }
  .education_box .education_advantages {
    margin-bottom: 30px;
  }
  .education_box .education_advantages .education_item {
    padding: 4px 0;
    padding-left: 64px;
    margin-bottom: 15px;
  }
  .education_box .education_advantages .education_item .education_icon {
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
  .education_box .education_advantages .education_item .education_data {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .education_box .education_link {
    font-size: 16px;
    line-height: 20px;
  }
  .education_wave {
    background-position-x: calc(50% - 280px);
    background-position-y: -160px;
  }
  .education_environment .education_image__one {
    left: 340px;
    width: 300px;
    height: 360px;
    border-radius: 0 60px 0 0;
  }
  .education_environment .education_image__two {
    left: 310px;
    width: 260px;
    height: 280px;
    border-radius: 60px 0 0 0;
  }
  .education_environment .education_image__three {
    right: 280px;
    width: 300px;
    height: 360px;
    border-radius: 0 0 0 60px;
  }
  .education_environment .education_image__four {
    right: 480px;
    width: 220px;
    height: 280px;
  }
  .skills_box {
    max-width: 500px;
    margin-left: 60px;
  }
  .skills_box .skills_info .skills_description {
    font-size: 20px;
    line-height: 24px;
  }
  .skills_box .skills_list {
    margin-top: 60px;
  }
  .skills_box .skills_list .skills_item {
    padding: 0;
    padding-left: 64px;
    margin-bottom: 15px;
  }
  .skills_box .skills_list .skills_item .skills_number {
    top: calc(50% - 20px);
    font-size: 40px;
  }
  .skills_box .skills_list .skills_item .skills_data {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .skills_wave {
    left: 0;
    width: 100%;
    background-position-x: 520px;
    background-position-y: -660px;
  }
  .skills_environment .skills_image__one {
    right: 400px;
    width: 380px;
    height: 230px;
    border-radius: 60px 0 0 0;
  }
  .skills_environment .skills_image__two {
    right: 400px;
    width: 380px;
    height: 230px;
    border-radius: 0 0 0 60px;
  }
  .question_box {
    border-radius: 60px 0 60px 0;
  }
  .question_box .question_photo {
    max-width: 480px;
  }
  .question_box .question_info {
    width: calc(100% - 480px);
    padding: 45px;
  }
  .question_box .question_info .question_description {
    font-size: 20px;
    line-height: 24px;
  }
  .question_box .question_info .question_form .question_grid .question_input {
    width: calc(50% - 5px);
  }
  .question_box .question_info .question_form .question_button {
    width: calc(50% - 5px);
  }
  .services_tabs {
    margin-bottom: 30px;
  }
  .services_tabs .services_list .services_option {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 18px;
  }
  .services_line .services_grid {
    display: flex;
    position: relative;
    justify-content: start;
    flex-wrap: wrap;
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .services_line .services_grid .services_item {
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .services_line .services_grid .services_item .services_image {
    height: 320px;
  }
  .services_line .services_grid .services_item:nth-child(4n-3) .services_image {
    border-radius: 0 0 0 60px;
  }
  .services_line .services_grid .services_item:nth-child(4n) .services_image {
    border-radius: 0 60px 0 0;
  }
  .services_line .services_grid .services_item .services_info .services_name {
    font-size: 20px;
    line-height: 24px;
  }
  .services_line .services_grid .services_item .services_info .services_price {
    font-size: 22px;
    line-height: 24px;
  }
  .services_line .services_grid .services_item .services_info .services_link {
    font-size: 16px;
    line-height: 20px;
  }
  .services_action {
    margin-top: 30px;
  }
  .services_wave {
    background-size: 3200px;
    background-position-x: calc(50% + 140px);
  }
  .discount_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .discount_list .discount_item {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .discount_list .discount_item .discount_image {
    height: 320px;
  }
  .discount_list .discount_item:nth-child(2n-1) .discount_image {
    border-radius: 60px 0 0 0;
  }
  .discount_list .discount_item:nth-child(2n) .discount_image {
    border-radius: 0 0 60px 0;
  }
  .discount_list .discount_item .discount_info .discount_name {
    font-size: 18px;
    line-height: 22px;
  }
  .discount_list .discount_item .discount_info .discount_excerpt {
    font-size: 14px;
    line-height: 18px;
  }
  .discount_list .discount_item .discount_info .discount_link {
    font-size: 16px;
    line-height: 20px;
  }
  .discount_action {
    margin-top: 30px;
  }
  .discount_background {
    left: 0;
    width: 100%;
  }
  .discount_wave {
    left: 0;
    width: 100%;
    background-position: center;
  }
  .team_list {
    left: -10px;
    width: calc(100% + 20px);
  }
  .team_list .team_item {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .team_list .team_item:nth-child(even) {
    margin-top: 60px;
  }
  .team_list .team_item .team_image {
    height: 360px;
    margin-bottom: 15px;
  }
  .team_list .team_item:nth-child(4n-3) .team_image {
    border-radius: 60px 0 0 0;
  }
  .team_list .team_item:nth-child(4n) .team_image {
    border-radius: 0 0 60px 0;
  }
  .team_list .team_item .team_info .team_name {
    font-size: 20px;
    line-height: 24px;
  }
  .team_list .team_item .team_info .team_specialization {
    font-size: 16px;
    line-height: 20px;
  }
  .team_action {
    margin-top: 30px;
  }
  .team_wave {
    background-position-x: calc(50% - 680px);
    background-size: 400px;
  }
  .resume_line .resume_name {
    width: calc(100% - 520px);
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .resume_line .resume_overview {
    max-width: 480px;
    min-height: 620px;
    margin-right: 40px;
  }
  .resume_line .resume_overview .resume_image {
    border-radius: 0 120px 0 0;
  }
  .resume_line .resume_overview .resume_image__second {
    left: -30px;
    bottom: -30px;
    width: 240px;
    height: 300px;
  }
  .resume_line .resume_info {
    width: calc(100% - 520px);
  }
  .resume_line .resume_info .resume_specialization {
    font-size: 20px;
    line-height: 24px;
  }
  .resume_line .resume_info .resume_button {
    margin-top: 25px;
  }
  .resume_wave {
    background-size: 1920px;
    background-position-x: calc(50% + 80px);
    background-position-y: -360px;
  }
  .feedback_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .feedback_list .feedback_item {
    width: calc(33.333% - 20px);
    padding: 20px;
    padding-bottom: 95px;
    margin: 0 10px;
    margin-bottom: 20px;
    border-radius: 0 0 60px 0;
  }
  .feedback_list .feedback_item .feedback_about {
    margin-bottom: 15px;
  }
  .feedback_list .feedback_item .feedback_about .feedback_date {
    width: 100px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
  }
  .feedback_list .feedback_item .feedback_about .feedback_author {
    width: calc(100% - 100px);
    padding-left: 48px;
  }
  .feedback_list .feedback_item .feedback_about .feedback_author .feedback_photo {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }
  .feedback_list .feedback_item .feedback_about .feedback_author .feedback_name {
    font-size: 18px;
    line-height: 24px;
    padding: 6px 0;
  }
  .feedback_list .feedback_item .feedback_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .feedback_list .feedback_item .feedback_meta {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link {
    padding-left: 32px;
    margin-top: 12px;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link .feedback_icon {
    width: 24px;
    height: 24px;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link .feedback_hint {
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0;
  }
  .feedback_wave {
    background-size: 880px;
    background-position-x: calc(50% + 720px);
    background-position-y: center;
  }
  .feedback_action {
    margin-top: 30px;
  }
  .videoreviews_list .videoreviews_item {
    height: 380px;
  }
  .brands_line .brands_item {
    max-width: 160px;
    height: 120px;
  }
  .catalog_background {
    left: 0;
    width: 100%;
  }
  .catalog_wave {
    left: 0;
    width: 100%;
    background-position: center;
  }
  .articles_list {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .articles_list .articles_item {
    width: calc(33.333% - 20px);
    padding: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .articles_list .articles_item:nth-child(3n-2) {
    border-radius: 60px 0 0 0;
  }
  .articles_list .articles_item:nth-child(3n) {
    border-radius: 0 0 60px 0;
  }
  .articles_list .articles_item .articles_image {
    height: 140px;
    margin-bottom: 15px;
  }
  .articles_list .articles_item:nth-child(3n-2) .articles_image {
    border-radius: 50px 0 0 0;
  }
  .articles_list .articles_item .articles_info .articles_date {
    padding-left: 20px;
  }
  .articles_list .articles_item .articles_info .articles_date .articles_icon {
    width: 14px;
    height: 16px;
  }
  .articles_list .articles_item .articles_info .articles_date .articles_hint {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }
  .articles_list .articles_item .articles_info .articles_name {
    font-size: 18px;
    line-height: 22px;
  }
  .articles_list .articles_item .articles_info .articles_excerpt {
    font-size: 14px;
    line-height: 18px;
  }
  .articles_action {
    margin-top: 30px;
  }
  .articles_wave {
    background-size: 420px;
    background-position-x: calc(50% - 700px);
    background-position-y: center;
  }
  .snapshot_overview .snapshot_image {
    max-height: 400px;
  }
  .snapshot_overview__full {
    height: 400px;
  }
  .snapshot_gallery .snapshot_photo {
    width: 200px;
    height: 200px;
  }
  .letter_line .letter_date {
    padding-left: 36px;
    margin-bottom: 20px;
  }
  .letter_line .letter_date .letter_icon {
    width: 22px;
    height: 24px;
  }
  .letter_line .letter_date .letter_hint {
    font-size: 16px;
    line-height: 20px;
  }
  .letter_line .letter_videos .letter_item {
    max-width: 400px;
    height: 210px;
  }
  .certificates_box .certificates_slider .certificates_item {
    height: 360px;
  }
  .certificates_box .slider_nav {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
  .certificates_grid .certificates_item {
    padding: 8px;
  }
  .certificates_action {
    margin-top: 30px;
  }
  .certificates_wave {
    background-size: 1200px;
    background-position: calc(50% + 760px);
  }
  .message_box {
    padding: 40px;
    border-radius: 0 60px 0 0;
  }
  .message_box .message_form .message_grid .message_fields {
    max-width: 440px;
  }
  .message_box .message_form .message_grid .message_textarea {
    width: calc(100% - 460px);
  }
  .message_box .message_form .message_button {
    max-width: 440px;
  }
  .requisites_line {
    max-width: 620px;
  }
  .requisites_line .requisites_table table tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .requisites_image {
    width: 660px;
    left: calc(50% - 760px);
  }
  .faq_list .faq_item .faq_name {
    padding-right: 60px;
  }
  .faq_list .faq_item .faq_name .faq_caption {
    font-size: 18px;
    line-height: 24px;
  }
  .faq_list .faq_item .faq_name .faq_symbol {
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .faq_list .faq_item .faq_hidden p {
    font-size: 14px;
    line-height: 18px;
  }
  .faq_background {
    left: 0;
    width: 100%;
  }
  .faq_wave {
    left: 0;
    width: 100%;
    background-size: 1440px;
  }
  .jobs_list .jobs_item .jobs_name {
    padding-right: 60px;
  }
  .jobs_list .jobs_item .jobs_name .jobs_caption {
    font-size: 18px;
    line-height: 24px;
  }
  .jobs_list .jobs_item .jobs_name .jobs_symbol {
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .jobs_list .jobs_item .jobs_hidden .jobs_salary {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .jobs_list .jobs_item .jobs_hidden .jobs_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .jobs_invite {
    margin-top: 25px;
  }
  .jobs_invite p {
    font-size: 14px;
    line-height: 18px;
  }
  .connect_line .connect_info {
    max-width: 420px;
    margin-right: 20px;
  }
  .connect_line .connect_info .connect_list .connect_item {
    padding-left: 52px;
    margin-bottom: 25px;
  }
  .connect_line .connect_info .connect_list .connect_item .connect_icon {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .connect_line .connect_info .connect_list .connect_item .connect_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .connect_line .connect_info .connect_list .connect_item .connect_data {
    font-size: 18px;
    line-height: 22px;
  }
  .connect_line .connect_studio {
    width: calc(100% - 440px);
  }
  .connect_line .connect_studio .connect_navigator {
    top: 20px;
    left: 20px;
    padding: 14px 24px;
    padding-right: 48px;
  }
  .connect_line .connect_studio .connect_navigator .connect_icon {
    right: 20px;
    width: 20px;
  }
  .connect_line .connect_studio .connect_navigator .connect_data {
    font-size: 14px;
    line-height: 18px;
  }
  .connect_line .connect_studio .connect_map {
    border-radius: 40px 0 0 0;
  }
  .connect_wave {
    background-size: 2200px;
    background-position-x: calc(50% + 50px);
  }
  .woocommerce ul.products {
    left: -10px;
    width: calc(100% + 20px);
    margin-bottom: -20px;
  }
  .woocommerce ul.products li.product {
    width: calc(25% - 20px) !important;
    margin: 0 10px !important;
    margin-bottom: 20px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link {
    padding-bottom: 45px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage {
    height: 320px;
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .woocommerce ul.products li.product:nth-child(4n-3) .woocommerce-loop-product__link .product_backgroundimage {
    border-radius: 0 0 0 60px;
  }
  .woocommerce ul.products li.product:nth-child(4n) .woocommerce-loop-product__link .product_backgroundimage {
    border-radius: 0 60px 0 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce ul.products li.product .woocommerce-action .price {
    font-size: 22px;
    line-height: 24px;
  }
  .woocommerce ul.products li.product .woocommerce-action .add_to_cart_button {
    width: 44px;
    height: 44px;
    padding: 12px 0;
  }
  .woocommerce ul.products li.product .woocommerce-action .add_to_cart_button:hover {
    width: 130px;
  }
  .woocommerce ul.products li.product .woocommerce-action .add_to_cart_button:hover p {
    font-size: 14px;
    margin-left: 7px;
  }
  .development_icon {
    height: 160px;
    margin-bottom: 15px;
  }
  .development_text {
    max-width: 360px;
  }
  .development_text span {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .development_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .error_box .error_code {
    font-size: 180px;
  }
  .error_box .error_text {
    max-width: 470px;
  }
  .error_box .error_text span {
    font-size: 24px;
    line-height: 28px;
  }
  .error_box .error_text p {
    font-size: 16px;
    line-height: 20px;
  }
  .error_box .error_text ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .error_wave {
    background-size: 1800px;
  }
  .footer_info .footer_about {
    max-width: 400px;
    margin-right: calc(100% - 1080px);
  }
  .footer_info .footer_about .footer_logo {
    width: 120px;
  }
  .footer_info .footer_about .footer_description {
    margin-top: 20px;
  }
  .footer_info .footer_about .footer_description p {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_about .footer_trademark {
    margin-top: 15px;
  }
  .footer_info .footer_about .footer_trademark p {
    font-size: 14px;
    line-height: 18px;
  }
  .footer_info .footer_about .footer_social {
    margin-top: 30px;
  }
  .footer_info .footer_about .footer_social .footer_link {
    width: 44px;
    height: 44px;
    padding: 12px 10px;
  }
  .footer_info .footer_nav {
    width: 320px;
    margin-right: 40px;
  }
  .footer_info .footer_nav .footer_menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_connect {
    max-width: 320px;
  }
  .footer_info .footer_connect .footer_list .footer_item {
    padding-left: 52px;
    margin-bottom: 25px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_icon {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_data {
    font-size: 18px;
    line-height: 22px;
  }
  .footer_info .footer_connect .footer_button {
    margin-top: 25px;
  }
  .footer_line .footer_links a {
    font-size: 16px;
    line-height: 20px;
    margin-right: 25px;
  }
  .footer_line .footer_copyright p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1200px) {
  .area {
    max-width: 100%;
  }
  .fullarea {
    max-width: 100%;
  }
  .header_line .header_logo {
    margin-right: calc(100% - 350px);
  }
  .header_line .header_menu {
    display: none !important;
  }
  .header_line .header_phone {
    padding: 15px 0;
    margin: 0;
  }
  .header_line .header_social {
    display: none;
  }
  .header_line .header_menutoggle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
    user-select: none;
    float: left;
  }
  .header_line .header_menutoggle .header_stick {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transition: .2s ease background;
  }
  .header_line .header_menutoggle:hover .header_stick {
    background: #7B4997;
  }
  .header_line .header_menutoggle .header_stick__one {
    top: 11px;
    width: 100%;
  }
  .header_line .header_menutoggle .header_stick__two {
    top: 20px;
    width: 70%;
  }
  .header_line .header_menutoggle .header_stick__three {
    top: 28px;
    width: 100%;
  }
  .header_line .header_menutoggle .header_stick__four {
    top: 37px;
    width: 70%;
  }
  .header_line .header_menutoggle__opeend .header_stick__one {
    top: 14px;
    transform: rotateZ(-45deg);
  }
  .header_line .header_menutoggle__opeend .header_stick__two {
    width: 0;
    opacity: 0;
  }
  .header_line .header_menutoggle__opeend .header_stick__three {
    top: 14px;
    transform: rotateZ(45deg);
  }
  .header_line .header_menutoggle__opeend .header_stick__four {
    width: 0;
    opacity: 0;
  }
  .block_title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .block_subtitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .welcome_line .welcome_about .welcome_title {
    font-size: 48px;
    line-height: 56px;
  }
  .welcome_line .welcome_about .welcome_description {
    font-size: 20px;
    line-height: 24px;
  }
  .welcome_line .welcome_about .welcome_button {
    margin-top: 35px;
  }
  .welcome_line .welcome_advantages .welcome_subtitle {
    max-width: 200px;
    font-size: 36px;
    line-height: 44px;
    margin-top: 25px;
  }
  .welcome_line .welcome_advantages .welcome_list {
    width: calc(100% - 240px);
    max-width: 800px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item {
    padding: 0 10px;
  }
  .miniwelcome_heading .miniwelcome_title {
    font-size: 36px;
    line-height: 48px;
  }
  .miniwelcome_wave {
    background-size: 1200px;
    background-position-x: calc(50% + 480px);
    background-position-y: -60px;
  }
  .school_box {
    max-width: 380px;
    margin: 0 auto;
  }
  .school_box .school_info .school_button {
    margin-top: 25px;
  }
  .school_wave {
    background-position-x: calc(50% - 140px);
  }
  .school_environment .school_image__one {
    top: 30px;
    left: 440px;
    width: 300px;
    height: 340px;
  }
  .school_environment .school_image__two {
    right: 300px;
  }
  .school_environment .school_image__three {
    right: 560px;
  }
  .schedule_wave {
    background-position-x: calc(50% + 140px);
  }
  .teachers_list .teachers_item {
    max-width: 760px;
  }
  .program_box {
    max-width: 620px;
  }
  .program_environment .program_image__one {
    top: 170px;
    left: 480px;
    width: 320px;
    height: 340px;
  }
  .program_environment .program_image__two {
    top: 410px;
    left: 430px;
    width: 150px;
    height: 160px;
  }
  .training_box .training_photo {
    max-width: 340px;
  }
  .training_box .training_info {
    width: calc(100% - 340px);
    padding: 25px;
  }
  .training_box .training_info .training_title {
    margin-bottom: 15px;
  }
  .training_box .training_info .training_description {
    font-size: 18px;
    line-height: 22px;
  }
  .training_box .training_info .training_form {
    margin-top: 25px;
  }
  .details_line .details_info {
    width: calc(100% - 390px);
  }
  .details_line .details_info .details_text {
    padding: 20px 0;
  }
  .details_line .details_info .details_button {
    margin-top: 25px;
  }
  .details_line .details_image {
    max-width: 360px;
  }
  .pricelist_wave {
    background-position-x: calc(50% - 120px);
  }
  .about_box {
    max-width: 540px;
  }
  .about_box .about_text {
    padding: 20px 0;
  }
  .about_environment .about_image__one {
    width: 440px;
  }
  .about_environment .about_image__two {
    width: 300px;
    height: 180px;
  }
  .founder_line::before {
    left: 360px;
  }
  .founder_line::after {
    right: 100%;
  }
  .founder_line .founder_info {
    width: calc(100% - 360px);
    padding: 20px;
  }
  .founder_line .founder_person {
    max-width: 360px;
  }
  .founder_wave {
    background-size: 960px;
    background-position-x: calc(50% + 20px);
    background-position-y: -400px;
  }
  .founder_image {
    display: none !important;
  }
  .advantages_list .advantages_item {
    padding: 15px 25px;
  }
  .awards_wave {
    background-size: 1080px;
    background-position-x: calc(50% + 80px);
    background-position-y: -440px;
  }
  .record_box .record_photo {
    max-width: 440px;
  }
  .record_box .record_info {
    width: calc(100% - 440px);
    padding: 25px;
  }
  .record_box .record_info .record_title {
    margin-bottom: 15px;
  }
  .record_box .record_info .record_description {
    font-size: 18px;
    line-height: 22px;
  }
  .record_box .record_info .record_form {
    margin-top: 25px;
  }
  .party_line .party_route .party_info {
    padding: 80px 40px;
  }
  .party_line .party_route .party_info .party_description {
    margin-bottom: 25px;
  }
  .party_line .party_route .party_slogan {
    left: 0;
    width: 480px;
    height: 100px;
  }
  .party_line .party_route__reverse .party_slogan {
    right: 0;
  }
  .director_line .director_info {
    padding: 30px 0;
    padding-left: 110px;
    padding-bottom: 90px;
  }
  .director_line .director_info .director_quote {
    top: 20px;
    left: 40px;
  }
  .director_line .director_person .director_photo {
    max-width: 400px;
  }
  .director_line .director_person .director_message {
    left: 0;
    bottom: 20px;
  }
  .introduce_content {
    padding-bottom: 365px;
  }
  .introduce_box {
    text-align: center;
    margin: 0 auto;
  }
  .introduce_box .introduce_title {
    margin-bottom: 15px;
  }
  .introduce_box .introduce_location p {
    font-size: 18px;
    line-height: 22px;
  }
  .introduce_box .introduce_action {
    display: flex;
    justify-content: space-between;
  }
  .introduce_box .introduce_action .introduce_button {
    margin: 0;
    float: none;
  }
  .introduce_wave {
    background-position-x: calc(50% - 120px);
    background-position-y: -200px;
  }
  .introduce_environment .introduce_image__one {
    left: 500px;
    width: 220px;
    height: 250px;
  }
  .introduce_environment .introduce_image__two {
    top: 350px;
    left: 720px;
    width: 460px;
    height: 240px;
  }
  .introduce_environment .introduce_image__three {
    left: 1200px;
    width: 250px;
    height: 230px;
  }
  .introduce_environment .introduce_image__four {
    top: 350px;
    left: 1200px;
    width: 250px;
    height: 240px;
  }
  .introduce_environment .introduce_image__five {
    display: none !important;
  }
  .education_box {
    max-width: 520px;
    margin: 0 auto;
  }
  .education_box .education_title {
    margin-bottom: 15px;
  }
  .education_box .education_description {
    max-width: 400px;
  }
  .education_box .education_description p {
    font-size: 18px;
    line-height: 22px;
  }
  .education_box .education_advantages {
    margin-bottom: 20px;
  }
  .education_wave {
    background-position-x: calc(50% - 220px);
    background-position-y: -80px;
  }
  .education_environment .education_image__one {
    left: 400px;
    width: 260px;
    height: 320px;
  }
  .education_environment .education_image__two {
    left: 380px;
    width: 240px;
    height: 240px;
  }
  .education_environment .education_image__three {
    right: 360px;
    width: 240px;
    height: 320px;
  }
  .education_environment .education_image__four {
    right: 520px;
    width: 200px;
    height: 240px;
  }
  .skills_box {
    max-width: 440px;
    margin-left: 40px;
  }
  .skills_box .skills_info .skills_title {
    margin-bottom: 15px;
  }
  .skills_box .skills_info .skills_description {
    font-size: 18px;
    line-height: 22px;
  }
  .skills_box .skills_list {
    margin-top: 50px;
  }
  .skills_wave {
    background-position-x: 320px;
    background-position-y: -720px;
  }
  .skills_environment .skills_image__one {
    right: 480px;
    width: 340px;
    height: 200px;
  }
  .skills_environment .skills_image__two {
    right: 480px;
    width: 340px;
    height: 200px;
  }
  .question_box .question_photo {
    max-width: 440px;
  }
  .question_box .question_info {
    width: calc(100% - 440px);
    padding: 25px;
  }
  .question_box .question_info .question_title {
    margin-bottom: 15px;
  }
  .question_box .question_info .question_description {
    font-size: 18px;
    line-height: 22px;
  }
  .question_box .question_info .question_form {
    margin-top: 25px;
  }
  .services_line .services_grid .services_item .services_image {
    height: 280px;
  }
  .discount_list .discount_item .discount_image {
    height: 280px;
  }
  .team_list .team_item:nth-child(even) {
    margin-top: 40px;
  }
  .team_list .team_item .team_image {
    height: 300px;
  }
  .team_wave {
    display: none !important;
  }
  .resume_line .resume_overview .resume_image__second {
    left: -10px;
    bottom: -10px;
    width: 220px;
    height: 260px;
  }
  .resume_wave {
    display: none !important;
  }
  .videoreviews_list .videoreviews_item {
    height: 350px;
  }
  .articles_list .articles_item .articles_image {
    height: 110px;
  }
  .articles_wave {
    display: none !important;
  }
  .message_box {
    padding: 25px;
  }
  .requisites_line {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .requisites_line .requisites_title b {
    display: inline-block;
  }
  .requisites_line .requisites_table table tr td br {
    display: none;
  }
  .requisites_image {
    display: none !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage {
    height: 260px;
  }
  .footer_info .footer_about {
    max-width: 320px;
    margin-right: calc(100% - 940px);
  }
  .footer_info .footer_nav {
    width: 280px;
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .training_box .training_photo {
    max-width: 320px;
  }
  .training_box .training_info {
    width: calc(100% - 320px);
  }
  .record_box .record_photo {
    max-width: 380px;
  }
  .record_box .record_info {
    width: calc(100% - 380px);
  }
  .question_box .question_photo {
    max-width: 380px;
  }
  .question_box .question_info {
    width: calc(100% - 380px);
  }
}

@media (max-width: 968px) {
  header {
    display: block;
    position: fixed;
    background: #140C18F0;
    border: 0;
    box-shadow: 0px 2px 6px 0px #0000001A;
  }
  .header_content {
    padding: 10px 0;
  }
  .header_line .header_logo {
    margin-right: calc(100% - 345px);
  }
  .header_line .header_logo svg path {
    fill: #FFFFFF !important;
  }
  .header_line .header_phone {
    color: #FFFFFF !important;
  }
  .header_line .header_cart .header_icon svg path {
    fill: #FFFFFF !important;
  }
  .header_line .header_menutoggle {
    margin-left: 15px;
  }
  .header_line .header_menutoggle .header_stick {
    background: #FFFFFF !important;
  }
  .header_mobilemenu .header_headline {
    padding: 10px 15px;
  }
  .header_mobilemenu .header_headline .header_logo svg path {
    fill: #FFFFFF !important;
  }
  .header_mobilemenu .header_headline .header_close .header_stick {
    background: #FFFFFF !important;
  }
  .header_mobilemenu .header_box .header_links ul li a {
    color: #FFFFFF !important;
  }
  .header_mobilemenu .header_box .header_action .header_item .header_data {
    color: #FFFFFF !important;
  }
  .btn {
    font-size: 16px;
    background: #7B4997 !important;
    border-radius: 20px;
  }
  .btn__white {
    color: #140C18 !important;
    background: #FFFFFF !important;
  }
  .btn__transparent {
    background: transparent !important;
  }
  .block_content {
    padding: 60px 0;
  }
  .block_title {
    font-size: 28px;
    line-height: 36px;
  }
  .block_subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  .block_form input {
    font-size: 14px;
    border-radius: 20px;
  }
  .block_form textarea {
    font-size: 14px;
    border-radius: 20px;
  }
  .block_form select {
    font-size: 14px;
    border-radius: 20px;
  }
  .block_form .block_oferta {
    margin-top: 15px;
  }
  .block_form .thanks p {
    font-size: 14px;
    line-height: 18px;
  }
  .block_currency {
    width: 11px;
    height: 14px;
  }
  .welcome_content {
    padding-top: 140px;
  }
  .welcome_line .welcome_about .welcome_title {
    font-size: 36px;
    line-height: 44px;
  }
  .welcome_line .welcome_about .welcome_description {
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
  }
  .welcome_line .welcome_about .welcome_button {
    max-width: 260px;
    margin-top: 20px;
  }
  .welcome_line .welcome_advantages {
    margin-top: 50px;
  }
  .welcome_line .welcome_advantages .welcome_subtitle {
    display: inline-block;
    max-width: unset;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 20px;
  }
  .welcome_line .welcome_advantages .welcome_subtitle b {
    display: inline-block;
  }
  .welcome_line .welcome_advantages .welcome_list {
    width: 100%;
    max-width: 660px;
    float: none;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item .welcome_icon {
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item .welcome_data {
    font-size: 14px;
    line-height: 20px;
  }
  .welcome_wave {
    display: none !important;
  }
  .welcome_background {
    background-position-x: 60%;
  }
  .welcome__compact .welcome_content {
    padding-bottom: 60px;
  }
  .miniwelcome_content {
    padding: 40px 0;
    padding-top: 110px;
  }
  .miniwelcome_heading .miniwelcome_title {
    font-size: 28px;
    line-height: 36px;
  }
  .miniwelcome_wave {
    background-size: 960px;
    background-position-x: calc(50% + 180px);
    background-position-y: -40px;
  }
  .breadcrumbs_content {
    padding: 10px 0;
  }
  .breadcrumbs ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .breadcrumbs ul li i {
    margin: 0;
  }
  .classic_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .classic h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .classic p {
    font-size: 14px;
    line-height: 18px;
  }
  .classic p a {
    text-decoration: none !important;
  }
  .classic ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .classic ul li a {
    text-decoration: none !important;
  }
  .classic ol li {
    font-size: 14px;
    line-height: 18px;
  }
  .classic ol li a {
    text-decoration: none !important;
  }
  .classic_sitemap h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .school_content {
    padding-bottom: 30px;
  }
  .school_box {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .school_box .school_info {
    text-align: center;
  }
  .school_box .school_info .school_button {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .school_wave {
    display: none !important;
  }
  .school_environment {
    position: relative;
    top: unset;
    left: unset;
    width: 660px;
    height: 380px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .school_environment .school_image .school_source {
    transform: unset !important;
  }
  .school_environment .school_image__one {
    top: 0;
    left: 0;
    width: 240px;
    height: 320px;
  }
  .school_environment .school_image__two {
    right: 0;
    bottom: 0;
    width: 290px;
    height: 320px;
  }
  .school_environment .school_image__three {
    top: 20px;
    right: 200px;
    width: 160px;
    height: 160px;
  }
  .schedule_table table thead tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .schedule_table table tbody tr td {
    padding: 8px 12px;
  }
  .schedule_table table tbody tr td b {
    font-size: 18px;
    line-height: 22px;
  }
  .schedule_table table tbody tr td p {
    font-size: 14px;
    line-height: 18px;
  }
  .schedule_table table tfoot tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .teachers_list .teachers_item {
    max-width: 580px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_photo {
    max-width: 200px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_photo .teachers_source {
    transform: unset !important;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info {
    width: calc(100% - 220px);
    padding: 30px 0;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_idea {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .teachers_list .teachers_item__one {
    margin-left: 20px;
  }
  .teachers_list .teachers_item__one .teachers_grid .teachers_photo {
    border-radius: 0 0 0 50px;
  }
  .teachers_list .teachers_item__two .teachers_grid .teachers_photo {
    border-radius: 50px 0 0 0;
  }
  .teachers_list .teachers_item__two .teachers_grid .teachers_info {
    padding-top: 60px;
  }
  .teachers_list .teachers_item__three .teachers_grid .teachers_photo {
    border-radius: 0 50px 0 0;
  }
  .teachers_list .teachers_item__three .teachers_grid .teachers_info {
    padding-top: 60px;
  }
  .program_box {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .program_box .program_text {
    margin-bottom: 5px;
  }
  .program_box .program_list .program_item .program_name {
    padding: 15px 0;
    padding-right: 50px;
  }
  .program_box .program_list .program_item .program_name .program_caption {
    font-size: 16px;
    line-height: 20px;
    color: #140C18 !important;
  }
  .program_box .program_list .program_item .program_name .program_symbol {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .program_box .program_list .program_item .program_name .program_symbol::before, .program_box .program_list .program_item .program_name .program_symbol::after {
    background: #140C18 !important;
  }
  .program_box .program_list .program_item .program_hidden {
    padding-bottom: 15px;
  }
  .program_box .program_list .program_item .program_hidden p {
    font-size: 12px;
    line-height: 16px;
  }
  .program_environment {
    display: none !important;
  }
  .details_line {
    display: inline-block;
  }
  .details_line .details_info {
    display: inline-block;
    width: 100%;
  }
  .details_line .details_info .details_text {
    padding: 0;
  }
  .details_line .details_info .details_button {
    max-width: 260px;
    margin-top: 20px;
  }
  .details_line .details_image {
    display: none !important;
  }
  .about_content {
    padding-bottom: 30px;
  }
  .pricelist_table table thead tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .pricelist_table table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .training_box {
    border-radius: 20px 0 20px 0;
  }
  .training_box .training_photo {
    display: none !important;
  }
  .training_box .training_info {
    display: inline-block;
    width: 100%;
    padding: 20px;
  }
  .training_box .training_info .training_title {
    margin-bottom: 10px;
  }
  .training_box .training_info .training_description {
    font-size: 16px;
    line-height: 20px;
  }
  .training_box .training_info .training_form {
    margin-top: 20px;
  }
  .training_box .training_info .training_form .training_button {
    margin-top: 15px;
  }
  .about_box {
    max-width: unset;
  }
  .about_box .about_text {
    padding: 0;
  }
  .about_box .about_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .about_environment {
    position: relative;
    top: unset;
    left: unset;
    width: 660px;
    height: 420px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .about_environment .about_image .about_source {
    transform: unset !important;
  }
  .about_environment .about_image__one {
    top: 80px;
    left: 80px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border-radius: 0 0 0 50px;
  }
  .about_environment .about_image__two {
    top: 0;
    left: 0;
    width: 320px;
    height: 180px;
  }
  .founder_line::before {
    display: none;
  }
  .founder_line::after {
    display: none;
  }
  .founder_line {
    display: inline-block;
  }
  .founder_line .founder_info {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .founder_line .founder_info .founder_headline {
    padding-left: 60px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .founder_line .founder_info .founder_headline .founder_subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .founder_line .founder_info .founder_headline .founder_card {
    display: block !important;
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    background-size: 80px;
    background-position-x: -12px;
    background-position-y: -20px;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    z-index: 9;
  }
  .founder_line .founder_info .founder_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .founder_line .founder_info .founder_social {
    margin-top: 20px;
  }
  .founder_line .founder_person {
    display: none !important;
  }
  .history_line {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -10px;
  }
  .history_line .history_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .history_line .history_item .history_info {
    padding: 15px;
    padding-bottom: 60px;
  }
  .history_line .history_item .history_info .history_description {
    font-size: 14px;
    line-height: 18px;
  }
  .history_line .history_item .history_info .history_description sup {
    font-size: 10px;
  }
  .history_line .history_item .history_info .history_year {
    left: 15px;
    bottom: 15px;
    font-size: 28px;
  }
  .advantages_list {
    display: inline-block;
    left: unset;
    width: 100%;
  }
  .advantages_list .advantages_item {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin: 0;
    margin-bottom: 10px;
  }
  .advantages_list .advantages_item:first-child {
    border-radius: 20px 0 0 0;
  }
  .advantages_list .advantages_item:last-child {
    margin-bottom: 0;
    border-radius: 0 0 20px 0;
  }
  .advantages_list .advantages_item .advantages_icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }
  .advantages_list .advantages_item .advantages_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .advantages_list .advantages_item .advantages_name br {
    display: none;
  }
  .advantages_list .advantages_item .advantages_data {
    font-size: 14px;
    line-height: 18px;
  }
  .awards_box .awards_slider .awards_item {
    height: 280px;
  }
  .awards_box .awards_slider .awards_item .awards_image {
    opacity: 1 !important;
  }
  .record_box {
    border-radius: 20px 0 20px 0;
  }
  .record_box .record_photo {
    display: none !important;
  }
  .record_box .record_info {
    display: inline-block;
    width: 100%;
    padding: 20px;
  }
  .record_box .record_info .record_title {
    margin-bottom: 10px;
  }
  .record_box .record_info .record_description {
    font-size: 16px;
    line-height: 20px;
  }
  .record_box .record_info .record_form {
    margin-top: 20px;
  }
  .record_box .record_info .record_form .record_dropdown .record_chosen {
    font-size: 14px;
    padding-right: 55px;
    border-radius: 20px;
  }
  .record_box .record_info .record_form .record_dropdown .record_chosen::before {
    right: 24px;
    width: 12px;
  }
  .record_box .record_info .record_form .record_dropdown .record_list {
    padding: 10px 0;
    border-radius: 20px;
  }
  .record_box .record_info .record_form .record_dropdown .record_list .record_option {
    font-size: 14px;
    line-height: 18px;
  }
  .record_box .record_info .record_form .record_button {
    margin-top: 15px;
  }
  .party_line .party_route {
    display: inline-block;
    margin-bottom: 40px;
  }
  .party_line .party_route:last-child {
    margin-bottom: 0;
  }
  .party_line .party_route .party_info {
    display: inline-block;
    text-align: left !important;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .party_line .party_route .party_info .party_title {
    margin-bottom: 10px;
    color: #140C18 !important;
  }
  .party_line .party_route .party_info .party_description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .party_line .party_route .party_info .party_link {
    font-size: 14px;
    line-height: 18px;
    color: #C3C3C3 !important;
    border-color: #C3C3C3 !important;
  }
  .party_line .party_route .party_image {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    height: 320px;
    border-radius: 0 0 50px 0 !important;
  }
  .party_line .party_route .party_image .party_source {
    transform: unset !important;
  }
  .party_line .party_route .party_slogan {
    top: 0 !important;
    left: unset !important;
    right: 0 !important;
    bottom: unset !important;
    width: 280px;
    height: 60px;
    background-position-x: right !important;
  }
  .director_line::before {
    display: none;
  }
  .director_line .director_info {
    width: calc(100% - 350px);
    padding: 20px 0;
    padding-left: 80px;
    padding-bottom: 100px;
  }
  .director_line .director_info .director_quote {
    top: 10px;
    left: 25px;
    width: 36px;
    height: 36px;
  }
  .director_line .director_info .director_text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .director_line .director_person {
    width: 100%;
    max-width: 350px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .director_line .director_person .director_photo {
    max-width: unset;
    border-radius: 50px 0 0 0;
  }
  .director_line .director_person .director_photo .director_source {
    transform: unset !important;
  }
  .director_line .director_person .director_message {
    max-width: 330px;
    padding: 20px;
    border-radius: 0 0 20px 0;
  }
  .director_line .director_person .director_message p {
    font-size: 18px;
    line-height: 22px;
  }
  .introduce_box {
    max-width: 390px;
  }
  .introduce_box .introduce_title {
    margin-bottom: 10px;
  }
  .introduce_wave {
    background-size: 600px;
    background-position-x: calc(50% - 40px);
    background-position-y: -180px;
  }
  .introduce_environment {
    display: none !important;
  }
  .introduce_environment .introduce_image .introduce_source {
    transform: unset !important;
  }
  .education_box {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  .education_box .education_title {
    color: #140C18 !important;
  }
  .education_box .education_description {
    max-width: unset;
    margin-bottom: 15px;
  }
  .education_box .education_description p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .education_box .education_advantages .education_item {
    padding: 0;
    padding-left: 48px;
    margin-bottom: 12px;
  }
  .education_box .education_advantages .education_item .education_icon {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }
  .education_box .education_advantages .education_item .education_data {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .education_box .education_link {
    font-size: 14px;
    line-height: 18px;
    color: #C3C3C3 !important;
    border-color: #C3C3C3 !important;
  }
  .education_wave {
    display: none !important;
  }
  .education_environment {
    display: none !important;
  }
  .education_environment .education_image .education_source {
    transform: unset !important;
  }
  .skills_box {
    display: inline-block;
    max-width: 540px;
    margin: 0;
  }
  .skills_box .skills_info .skills_title {
    margin-bottom: 10px;
  }
  .skills_box .skills_info .skills_description {
    font-size: 16px;
    line-height: 20px;
  }
  .skills_box .skills_list {
    margin-top: 35px;
  }
  .skills_box .skills_list .skills_item {
    padding: 0;
    padding-left: 55px;
    margin-bottom: 12px;
  }
  .skills_box .skills_list .skills_item .skills_number {
    top: calc(50% - 18px);
    font-size: 36px;
  }
  .skills_box .skills_list .skills_item .skills_data {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .skills_wave {
    background-size: 800px;
    background-position-x: calc(50% + 100px);
    background-position-y: -400px;
  }
  .skills_environment {
    display: none !important;
  }
  .skills_environment .skills_image .skills_source {
    transform: unset !important;
  }
  .question_box {
    border-radius: 20px 0 20px 0;
  }
  .question_box .question_photo {
    display: none !important;
  }
  .question_box .question_info {
    display: inline-block;
    width: 100%;
    padding: 20px;
  }
  .question_box .question_info .question_title {
    margin-bottom: 10px;
  }
  .question_box .question_info .question_description {
    font-size: 16px;
    line-height: 20px;
  }
  .question_box .question_info .question_form {
    margin-top: 20px;
  }
  .question_box .question_info .question_form .question_button {
    margin-top: 15px;
  }
  .services_tabs {
    margin-bottom: 20px;
  }
  .services_tabs .services_list .services_option {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 16px;
    color: #140C18 !important;
  }
  .services_line .services_grid .services_item {
    width: calc(50% - 20px);
  }
  .services_line .services_grid .services_item .services_image {
    height: 250px;
    margin-bottom: 12px;
    border-radius: 20px 0 0 0 !important;
  }
  .services_line .services_grid .services_item .services_image .services_source {
    transform: unset !important;
  }
  .services_line .services_grid .services_item .services_info .services_name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #140C18 !important;
  }
  .services_line .services_grid .services_item .services_info .services_price {
    font-size: 18px;
    line-height: 22px;
  }
  .services_line .services_grid .services_item .services_info .services_link {
    font-size: 14px;
    line-height: 18px;
    color: #C3C3C3 !important;
    border-color: #C3C3C3 !important;
  }
  .services_wave {
    display: none !important;
  }
  .discount_list .discount_item .discount_image {
    height: 240px;
  }
  .discount_list .discount_item:nth-child(2n-1) .discount_image {
    border-radius: 20px 0 0 0;
  }
  .discount_list .discount_item:nth-child(2n) .discount_image {
    border-radius: 0 0 20px 0;
  }
  .discount_list .discount_item .discount_image .discount_source {
    transform: unset !important;
  }
  .discount_list .discount_item .discount_info .discount_name {
    font-size: 16px;
    line-height: 20px;
  }
  .discount_list .discount_item .discount_info .discount_excerpt {
    font-size: 12px;
    line-height: 16px;
  }
  .discount_list .discount_item .discount_info .discount_link {
    font-size: 14px;
    line-height: 18px;
  }
  .discount_list__all .discount_item .discount_info .discount_link {
    color: #C3C3C3 !important;
    border-color: #C3C3C3 !important;
  }
  .discount_wave {
    background-size: 1000px;
  }
  .team_list {
    margin-bottom: -25px;
  }
  .team_list .team_item {
    width: calc(50% - 20px);
    margin-top: 0 !important;
    margin-bottom: 25px;
  }
  .team_list .team_item .team_image {
    height: 280px;
  }
  .team_list .team_item:nth-child(4n-3) .team_image {
    border-radius: 20px 0 0 0;
  }
  .team_list .team_item:nth-child(4n) .team_image {
    border-radius: 0 0 20px 0;
  }
  .team_list .team_item .team_image .team_source {
    border-radius: 20px 0 0 0 !important;
    transform: unset !important;
  }
  .team_list .team_item .team_info .team_name {
    font-size: 16px;
    line-height: 20px;
  }
  .team_list .team_item .team_info .team_specialization {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 0;
  }
  .resume_line .resume_name {
    display: none;
  }
  .resume_line .resume_overview {
    max-width: 400px;
    min-height: 480px;
    margin: 0 auto;
    float: none;
  }
  .resume_line .resume_overview .resume_image {
    border-radius: 0 50px 0 0;
  }
  .resume_line .resume_overview .resume_image .resume_source {
    transform: unset !important;
  }
  .resume_line .resume_overview .resume_image__second {
    width: 180px;
    height: 220px;
  }
  .resume_line .resume_info {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    float: none;
  }
  .resume_line .resume_info .resume_specialization {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .resume_line .resume_info .resume_experience {
    margin-bottom: 10px;
  }
  .resume_line .resume_info .resume_awards {
    margin-bottom: 10px;
  }
  .resume_line .resume_info .resume_button {
    max-width: 290px;
    margin-top: 20px;
  }
  .feedback_list .feedback_item {
    width: calc(50% - 20px);
    border-radius: 0 0 20px 0;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link .feedback_hint {
    text-decoration: none !important;
  }
  .feedback_list__grid {
    margin-bottom: -24px;
  }
  .feedback_list__grid .feedback_item {
    width: calc(50% - 12px) !important;
    margin-bottom: 24px !important;
  }
  .feedback_wave {
    display: none !important;
  }
  .videoreviews_list .videoreviews_item {
    width: calc(33.333% - 20px);
    height: 320px;
  }
  .brands_line .brands_item {
    max-width: 140px;
    height: 100px;
  }
  .catalog_wave {
    background-size: 1200px;
  }
  .articles_list .articles_item {
    width: calc(50% - 20px);
    padding: 15px;
    border-radius: 20px 0 0 0 !important;
  }
  .articles_list .articles_item .articles_image {
    height: 100px;
    border-radius: 15px 0 0 0 !important;
  }
  .articles_list .articles_item .articles_image .articles_source {
    transform: unset !important;
  }
  .articles_list .articles_item .articles_info .articles_date {
    padding-left: 18px;
    margin-bottom: 7px;
  }
  .articles_list .articles_item .articles_info .articles_date .articles_icon {
    width: 12px;
    height: 14px;
  }
  .articles_list .articles_item .articles_info .articles_date .articles_hint {
    font-size: 10px;
    line-height: 14px;
  }
  .articles_list .articles_item .articles_info .articles_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
    color: #140C18 !important;
  }
  .articles_list .articles_item .articles_info .articles_excerpt {
    font-size: 12px;
    line-height: 16px;
  }
  .snapshot_overview .snapshot_image {
    max-height: 360px;
    opacity: 1 !important;
  }
  .snapshot_overview__full {
    height: 360px;
  }
  .snapshot_overview__full .snapshot_source {
    transform: unset !important;
  }
  .snapshot_gallery .snapshot_photo {
    width: 180px;
    height: 180px;
  }
  .snapshot_gallery .snapshot_photo .snapshot_source {
    opacity: 1 !important;
  }
  .letter_line .letter_date {
    padding-left: 28px;
  }
  .letter_line .letter_date .letter_icon {
    width: 18px;
    height: 20px;
  }
  .letter_line .letter_date .letter_hint {
    font-size: 14px;
    line-height: 18px;
    padding: 1px 0;
  }
  .letter_line .letter_videos {
    margin-top: 25px;
  }
  .letter_line .letter_videos {
    margin-bottom: -10px;
  }
  .letter_line .letter_videos .letter_item {
    max-width: 320px;
    height: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .certificates_box .certificates_slider .certificates_item {
    height: 320px;
  }
  .certificates_box .certificates_slider .certificates_item .certificates_scan {
    transform: unset !important;
  }
  .certificates_grid {
    margin-bottom: -12px;
  }
  .certificates_grid .certificates_item {
    width: calc(33.333% - 8px);
    padding: 5px;
    margin-bottom: 12px;
  }
  .certificates_grid .certificates_item .certificates_image {
    opacity: 1 !important;
  }
  .certificates_wave {
    display: none !important;
  }
  .message_box {
    padding: 20px;
    border-radius: 0 20px 0 0;
  }
  .message_box .message_title {
    margin-bottom: 15px;
  }
  .message_box .message_form .message_grid {
    display: inline-block;
  }
  .message_box .message_form .message_grid .message_fields {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: unset;
  }
  .message_box .message_form .message_grid .message_fields .message_input {
    width: calc(50% - 5px);
    margin: 0;
  }
  .message_box .message_form .message_grid .message_textarea {
    width: 100%;
    height: 130px;
    margin-top: 10px;
  }
  .message_box .message_form .message_button {
    width: calc(50% - 5px);
    max-width: unset;
    margin-top: 15px;
  }
  .requisites_line .requisites_table table tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
  }
  .requisites_line .requisites_table .requisites_link {
    text-decoration: none !important;
  }
  .faq_list .faq_item .faq_name {
    padding: 15px 0;
    padding-right: 50px;
  }
  .faq_list .faq_item .faq_name .faq_caption {
    font-size: 16px;
    line-height: 20px;
  }
  .faq_list .faq_item .faq_name .faq_symbol {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .faq_list .faq_item .faq_name .faq_symbol::before, .faq_list .faq_item .faq_name .faq_symbol::after {
    background: #FFFFFF !important;
  }
  .faq_list .faq_item .faq_hidden {
    padding-bottom: 15px;
  }
  .faq_list .faq_item .faq_hidden p {
    font-size: 12px;
    line-height: 16px;
  }
  .faq_wave {
    display: none !important;
  }
  .jobs_list .jobs_item .jobs_name {
    padding: 15px 0;
    padding-right: 50px;
  }
  .jobs_list .jobs_item .jobs_name .jobs_caption {
    font-size: 16px;
    line-height: 20px;
  }
  .jobs_list .jobs_item .jobs_name .jobs_symbol {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .jobs_list .jobs_item .jobs_name .jobs_symbol::before, .jobs_list .jobs_item .jobs_name .jobs_symbol::after {
    background: #140C18 !important;
  }
  .jobs_list .jobs_item .jobs_hidden .jobs_salary {
    font-size: 14px;
    line-height: 18px;
  }
  .jobs_list .jobs_item .jobs_hidden {
    padding-bottom: 15px;
  }
  .jobs_list .jobs_item .jobs_hidden .jobs_text p {
    font-size: 12px;
    line-height: 16px;
  }
  .jobs_invite {
    margin-top: 20px;
  }
  .jobs_invite p {
    font-size: 12px;
    line-height: 16px;
  }
  .jobs_invite p br {
    display: none;
  }
  .connect_line {
    display: inline-block;
  }
  .connect_line .connect_info {
    display: inline-block;
    max-width: unset;
    margin: 0;
    margin-bottom: 25px;
  }
  .connect_line .connect_info .connect_list .connect_item {
    margin-bottom: 20px;
  }
  .connect_line .connect_info .connect_list .connect_item .connect_subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .connect_line .connect_info .connect_list .connect_item .connect_data {
    font-size: 16px;
    line-height: 20px;
    color: #140C18 !important;
  }
  .connect_line .connect_studio {
    display: inline-block;
    width: 100%;
    height: 320px;
  }
  .connect_line .connect_studio .connect_navigator {
    top: 15px;
    left: 15px;
    border-color: #C3C3C3 !important;
  }
  .connect_line .connect_studio .connect_map {
    border-radius: 20px 0 0 0;
  }
  .connect_wave {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    width: calc(50% - 20px) !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link {
    padding-bottom: 40px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage {
    height: 220px;
    border-radius: 0 0 0 20px !important;
  }
  .woocommerce ul.products li.product .woocommerce-action .price {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 0;
  }
  .woocommerce ul.products li.product .woocommerce-action .add_to_cart_button {
    width: 36px !important;
    height: 36px;
    padding: 8px 0;
  }
  .woocommerce ul.products li.product .woocommerce-action .add_to_cart_button i {
    width: 18px;
    height: 18px;
  }
  .woocommerce ul.products li.product .woocommerce-action .add_to_cart_button p {
    display: none !important;
  }
  .development_icon {
    height: 120px;
    margin-bottom: 12px;
  }
  .development_text {
    max-width: 320px;
  }
  .development_text span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .development_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .development_text .development_button {
    max-width: 240px;
    margin-top: 15px;
  }
  .error_box .error_code {
    font-size: 140px;
  }
  .error_box .error_text {
    max-width: 410px;
  }
  .error_box .error_text span {
    font-size: 20px;
    line-height: 24px;
  }
  .error_box .error_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .error_box .error_text ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .error_box .error_text .error_button {
    max-width: 260px;
    margin-top: 20px;
  }
  .error_wave {
    display: none !important;
  }
  .footer_info .footer_about {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
  .footer_info .footer_about .footer_logo svg path {
    fill: #FFFFFF !important;
  }
  .footer_info .footer_about .footer_description {
    margin-top: 5px;
  }
  .footer_info .footer_about .footer_description p {
    font-size: 14px;
    line-height: 18px;
  }
  .footer_info .footer_about .footer_trademark {
    margin-top: 10px;
  }
  .footer_info .footer_about .footer_trademark p {
    font-size: 12px;
    line-height: 16px;
  }
  .footer_info .footer_about .footer_social {
    margin-top: 20px;
  }
  .footer_info .footer_about .footer_social .footer_link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .footer_info .footer_nav {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
  .footer_info .footer_nav .footer_menu ul {
    max-height: 200px;
    margin-bottom: -10px;
  }
  .footer_info .footer_nav .footer_menu ul li {
    margin-bottom: 10px;
  }
  .footer_info .footer_nav .footer_menu ul li a {
    color: #FFFFFF;
  }
  .footer_info .footer_connect {
    max-width: 360px;
    margin: 0 auto;
    float: none;
  }
  .footer_info .footer_connect .footer_list .footer_item {
    margin-bottom: 20px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .footer_info .footer_connect .footer_list .footer_item .footer_data {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
  }
  .footer_info .footer_connect .footer_button {
    margin-top: 20px;
  }
  .footer_line .footer_content {
    padding: 20px 0;
  }
  .footer_line .footer_links a {
    font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
    color: #FFFFFF !important;
  }
  .footer_line .footer_copyright p {
    font-size: 14px;
    line-height: 18px;
  }
  .slider_nav .slider_arrow svg path {
    fill: #140C18 !important;
  }
  .section__dark .slider_nav .slider_arrow svg path {
    fill: #FFFFFF !important;
  }
  ul.pagination li {
    width: 44px;
    height: 44px;
    margin-right: 6px;
  }
  ul.pagination li a {
    font-size: 14px;
    line-height: 42px;
    color: #140C18 !important;
    background: #FFFFFF !important;
  }
  ul.pagination li a svg {
    max-width: 24px;
    height: 42px;
    fill: #140C18 !important;
  }
  ul.pagination li span {
    font-size: 14px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .school_environment {
    width: 480px;
    height: 320px;
  }
  .school_environment .school_image__one {
    width: 180px;
    height: 240px;
  }
  .school_environment .school_image__two {
    width: 220px;
    height: 280px;
  }
  .school_environment .school_image__three {
    top: 10px;
    right: 150px;
    width: 120px;
    height: 130px;
  }
  .about_environment {
    width: 480px;
    height: 320px;
  }
  .about_environment .about_image__one {
    top: 40px;
    left: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .about_environment .about_image__two {
    width: 220px;
    height: 120px;
  }
  .director_line {
    display: inline-block;
  }
  .director_line .director_info {
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-left: 36px;
    margin-bottom: 20px;
  }
  .director_line .director_info .director_quote {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }
  .director_line .director_info .director_text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .director_line .director_person {
    width: 100%;
    max-width: 360px;
    padding: 0;
    margin: 5px 0;
    margin-left: auto;
  }
  .director_line .director_person .director_photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: none;
  }
  .director_line .director_person .director_photo .director_source {
    background-position-y: 25%;
  }
  .director_line .director_person .director_message {
    top: calc(50% - 40px);
    left: unset;
    right: 0;
    bottom: unset;
    max-width: 240px;
    padding: 13px;
  }
  .director_line .director_person .director_message p {
    font-size: 14px;
    line-height: 18px;
  }
  .director_line .director_meta {
    position: relative;
    max-width: 225px;
    padding: 7px 0;
    margin-left: auto;
  }
  .director_line .director_meta .director_sign {
    width: 80px;
  }
  .director_line .director_meta .director_name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .director_line .director_meta .director_job {
    font-size: 12px;
    line-height: 16px;
  }
  .discount_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .discount_list .discount_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  .discount_list .discount_item:last-child {
    margin-bottom: 0;
  }
  .discount_list .discount_item .discount_image {
    border-radius: 20px 0 0 0 !important;
  }
  .brands_line .brands_item {
    max-width: 120px;
    height: 80px;
  }
  .footer_line .footer_links {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
  .footer_line .footer_links a {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    float: none;
  }
  .footer_line .footer_copyright {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: none;
  }
}

@media (max-width: 660px) {
  div.modalform {
    max-width: 320px;
    border-radius: 0 0 20px 0;
  }
  div.modalform .modalform_line {
    padding: 15px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  div.modalform .modalform_line .modalform_heading .modalform_description {
    font-size: 14px;
    line-height: 18px;
  }
  div.modalform .modalform_line .modalform_form {
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
  div.modalform .modalform_line .modalform_form .modalform_fields {
    margin-bottom: 10px;
  }
  div.modalform .modalform_line .modalform_form .modalform_fields .modalform_input {
    margin-bottom: 0;
  }
  div.modalform .modalform_line .modalform_form .modalform_fields .modalform_input:first-child {
    border-radius: 20px 20px 0 0;
  }
  div.modalform .modalform_line .modalform_form .modalform_fields .modalform_input:last-child {
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
  div.modalform .modalform_line .modalform_form .modalform_oferta p {
    font-size: 10px;
    line-height: 14px;
  }
  div.modalform .modalform_line .modalform_form .modalform_button {
    margin-top: 10px;
  }
  div.modalform .fancybox-close-small {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 7px;
  }
  div.modalform .fancybox-close-small svg path {
    fill: #7C7C7C !important;
  }
  .block_title {
    font-size: 24px;
    line-height: 32px;
  }
  .block_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .block_form .block_oferta p {
    font-size: 12px;
    line-height: 16px;
  }
  .block_form .block_oferta p br {
    display: none;
  }
  .welcome_line .welcome_about .welcome_description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .welcome_line .welcome_advantages .welcome_list {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .welcome_line .welcome_advantages .welcome_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item {
    width: calc(50% - 10px);
    max-width: 220px;
    padding: 0;
    margin-bottom: 25px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item:nth-child(even) .welcome_icon {
    margin-bottom: 12px;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item:nth-child(even) .welcome_icon {
    margin-left: auto;
  }
  .welcome_line .welcome_advantages .welcome_list .welcome_item:nth-child(even) .welcome_data {
    text-align: right;
  }
  .miniwelcome_heading .miniwelcome_title {
    font-size: 24px;
    line-height: 28px;
  }
  .miniwelcome_wave {
    background-size: 840px;
    background-position-x: calc(50% + 120px);
    background-position-y: -20px;
  }
  .teachers_list .teachers_item {
    max-width: unset;
    margin: 0;
    margin-bottom: 10px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_photo {
    max-width: 140px;
    border-radius: 20px 0 0 0 !important;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info {
    width: calc(100% - 155px);
    padding: 20px 0 !important;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_idea {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info .teachers_about p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .teachers_list .teachers_item:nth-child(even) .teachers_grid {
    flex-flow: row-reverse;
  }
  .teachers_list .teachers_item:nth-child(even) .teachers_grid .teachers_photo {
    border-radius: 0 20px 0 0 !important;
  }
  .training_box .training_info .training_title b {
    display: inline-block;
  }
  .training_box .training_info .training_form .training_grid {
    display: inline-block;
  }
  .training_box .training_info .training_form .training_grid .training_input {
    display: inline-block;
    width: 100%;
  }
  .training_box .training_info .training_form .training_grid .training_input:first-child {
    border-radius: 20px 20px 0 0;
  }
  .training_box .training_info .training_form .training_grid .training_input:last-child {
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .training_box .training_info .training_form .training_button {
    display: inline-block;
    width: 100%;
  }
  .advantages_list .advantages_item {
    padding: 12px;
    margin-bottom: 5px;
  }
  .advantages_list .advantages_item .advantages_icon {
    margin-bottom: 12px;
  }
  .awards_box .awards_slider .awards_item {
    height: 240px;
  }
  .record_box .record_info .record_title b {
    display: inline-block;
  }
  .record_box .record_info .record_form .record_grid {
    display: inline-block;
  }
  .record_box .record_info .record_form .record_grid .record_input {
    display: inline-block;
    width: 100%;
  }
  .record_box .record_info .record_form .record_grid .record_input:first-child {
    border-radius: 20px 20px 0 0;
  }
  .record_box .record_info .record_form .record_grid .record_input:last-child {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
  }
  .record_box .record_info .record_form .record_dropdown {
    margin-top: 0;
  }
  .record_box .record_info .record_form .record_dropdown .record_chosen {
    border-radius: 0 0 20px 20px;
  }
  .record_box .record_info .record_form .record_button {
    display: inline-block;
    width: 100%;
  }
  .party_line .party_route .party_image {
    max-width: 320px;
    height: 210px;
    border-radius: 0 0 20px 0 !important;
  }
  .question_box .question_info .question_title b {
    display: inline-block;
  }
  .question_box .question_info .question_form .question_grid {
    display: inline-block;
  }
  .question_box .question_info .question_form .question_grid .question_input {
    display: inline-block;
    width: 100%;
  }
  .question_box .question_info .question_form .question_grid .question_input:first-child {
    border-radius: 20px 20px 0 0;
  }
  .question_box .question_info .question_form .question_grid .question_input:last-child {
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .question_box .question_info .question_form .question_button {
    display: inline-block;
    width: 100%;
  }
  .services_tabs {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .services_tabs::-webkit-scrollbar {
    display: none;
  }
  .services_tabs .services_list {
    justify-content: start;
  }
  .services_tabs .services_list .services_option {
    white-space: nowrap;
    padding: 8px 12px;
  }
  .services_line .services_grid .services_item .services_image {
    height: 220px;
    margin-bottom: 10px;
  }
  .services_line .services_grid .services_item .services_info .services_name {
    font-size: 16px;
    line-height: 20px;
  }
  .message_box .message_form .message_grid .message_fields {
    display: inline-block;
  }
  .message_box .message_form .message_grid .message_fields .message_input {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .message_box .message_form .message_grid .message_textarea {
    height: 110px;
  }
  .message_box .message_form .message_button {
    display: inline-block;
    width: 100%;
  }
  .feedback_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .feedback_list .feedback_item {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin: 0;
    margin-bottom: 10px;
  }
  .feedback_list .feedback_item:last-child {
    margin-bottom: 0;
  }
  .feedback_list .feedback_item .feedback_meta {
    display: inline-block;
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    margin-top: 15px;
  }
  .feedback_list__grid {
    margin: 0 !important;
  }
  .feedback_list__grid .feedback_item {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .feedback_list__grid .feedback_item:last-child {
    margin-bottom: 0 !important;
  }
  .videoreviews_list {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -10px;
  }
  .videoreviews_list .videoreviews_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {

}

@media (max-width: 540px) {
  .school_environment {
    width: 320px;
    height: 240px;
  }
  .school_environment .school_image__one {
    width: 130px;
    height: 180px;
  }
  .school_environment .school_image__two {
    width: 140px;
    height: 210px;
  }
  .school_environment .school_image__three {
    top: 10px;
    right: 95px;
    width: 80px;
    height: 90px;
  }
  .schedule_table {
    margin-bottom: 12px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .schedule_table::-webkit-scrollbar {
    display: none;
  }
  .schedule_table table {
    width: 510px;
  }
  .schedule_table table thead tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
  .schedule_table table tbody tr td {
    padding: 8px;
  }
  .schedule_table table tbody tr td b {
    font-size: 16px;
    line-height: 20px;
  }
  .schedule_table table tbody tr td p {
    font-size: 12px;
    line-height: 16px;
  }
  .schedule_table table tfoot tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
  .pricelist_table {
    margin-bottom: 12px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .pricelist_table::-webkit-scrollbar {
    display: none;
  }
  .pricelist_table table {
    width: 510px;
  }
  .pricelist_table table thead tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
  .pricelist_table table tbody tr td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
  }
  .about_environment {
    width: 320px;
    height: 240px;
  }
  .about_environment .about_image__one {
    top: 25px;
    left: 25px;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border-radius: 0 0 0 20px;
  }
  .about_environment .about_image__two {
    width: 160px;
    height: 90px;
  }
  .history_line .history_item {
    padding-bottom: 140px;
  }
  .history_line .history_item .history_image {
    height: 140px;
  }
  .awards_box .awards_slider .awards_item {
    height: 200px;
  }
  .services_line .services_grid {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .services_line .services_grid .services_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .services_line .services_grid .services_item:last-child {
    margin-bottom: 0;
  }
  .services_line .services_grid .services_item .services_image {
    height: 200px;
  }
  .discount_list .discount_item .discount_image {
    height: 200px;
  }
  .team_list {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -20px;
  }
  .team_list .team_item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 20px;
  }
  .team_list .team_item .team_image {
    height: 240px;
    margin-bottom: 10px;
  }
  .team_list .team_item .team_info .team_name {
    font-size: 14px;
    line-height: 18px;
  }
  .team_list .team_item .team_info .team_specialization {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
  }
  .resume_line .resume_overview {
    max-width: 340px;
    min-height: 420px;
    margin: 0;
    float: none;
  }
  .resume_line .resume_overview .resume_image {
    border-radius: 0 20px 0 0;
  }
  .resume_line .resume_overview .resume_image__second {
    left: -7px;
    bottom: -7px;
    width: 160px;
    height: 200px;
  }
  .videoreviews_list .videoreviews_item {
    height: 260px;
  }
  .brands_line {
    justify-content: space-between;
  }
  .brands_line .brands_item {
    max-width: 100px;
    height: 60px;
  }
  .articles_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .articles_list .articles_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .articles_list .articles_item:last-child {
    margin-bottom: 0;
  }
  .snapshot_overview .snapshot_image {
    max-height: 280px;
  }
  .snapshot_overview__full {
    height: 280px;
  }
  .snapshot_gallery {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .snapshot_gallery .snapshot_photo {
    width: 140px;
    height: 140px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .requisites_line .requisites_table table {
    display: inline-block;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
  }
  .requisites_line .requisites_table table tr {
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #C3C3C3;
    box-sizing: border-box;
  }
  .requisites_line .requisites_table table tr:last-child {
    border-bottom: 0;
  }
  .requisites_line .requisites_table table tr td {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
  }
  .requisites_line .requisites_table table tr td:first-child {
    white-space: unset;
    padding-bottom: 0;
  }
  .woocommerce ul.products {
    left: -5px;
    width: calc(100% + 10px);
    margin-bottom: -20px;
  }
  .woocommerce ul.products li.product {
    width: calc(50% - 10px) !important;
    margin: 0 5px !important;
    margin-bottom: 20px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage {
    height: 180px;
    margin-bottom: 2px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 18px;
  }
  .certificates_box .certificates_slider .certificates_item {
    height: 260px;
  }
  .certificates_grid .certificates_item {
    width: calc(50% - 6px);
    padding: 4px;
  }
  .connect_line .connect_studio {
    height: 280px;
  }
  .connect_line .connect_studio .connect_navigator {
    top: 10px;
    left: 10px;
    padding: 8px 16px;
    padding-right: 40px;
  }
  .connect_line .connect_studio .connect_navigator .connect_icon {
    right: 16px;
    width: 16px;
  }
  .connect_line .connect_studio .connect_navigator .connect_data {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 460px) {
  .party_line .party_route .party_image {
    max-width: unset;
  }
  .party_line .party_route .party_slogan {
    width: 220px;
    height: 44px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link .product_backgroundimage {
    height: 140px;
  }
  .error_box .error_code {
    font-size: 120px;
  }
  .cookielabel {
    width: 100%;
  }
  .cookielabel_text p {
    font-size: 10px;
    line-height: 14px;
  }
  .cookielabel_button {
    font-size: 12px;
    line-height: 16px;
    background: #7B4997 !important;
  }
  .footer_info .footer_about {
    max-width: unset;
  }
  .footer_info .footer_nav {
    max-width: unset;
  }
  .footer_info .footer_connect {
    max-width: unset;
  }
}

@media (max-width: 420px) {
  .header_line .header_logo {
    margin-right: calc(100% - 325px);
  }
  .header_line .header_phone {
    width: 140px;
    font-size: 14px;
    line-height: 18px;
    padding: 16px 0;
  }
  .header_line .header_cart {
    display: none;
  }
  .header_line .header_menutoggle {
    margin-left: 15px;
  }
  .header_mobilemenu {
    max-width: unset;
  }
  .welcome_line .welcome_about .welcome_description br {
    display: none;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_photo {
    max-width: 100px;
  }
  .teachers_list .teachers_item .teachers_grid .teachers_info {
    width: calc(100% - 110px);
  }
  .history_line {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .history_line .history_item {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .history_line .history_item:last-child {
    margin-bottom: 0;
  }
  .awards_box .awards_slider .awards_item {
    height: 180px;
  }
  .director_line .director_info {
    padding-left: 32px;
  }
  .director_line .director_info .director_quote {
    width: 20px;
    height: 20px;
  }
  .director_line .director_info .director_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .director_line .director_person {
    max-width: 290px;
  }
  .director_line .director_person .director_photo {
    width: 64px;
    height: 64px;
  }
  .director_line .director_person .director_message {
    top: calc(50% - 35px);
    max-width: 210px;
    padding: 11px;
  }
  .director_line .director_person .director_message p {
    font-size: 12px;
    line-height: 16px;
  }
  .director_line .director_meta {
    margin-top: 12px;
  }
  .introduce_box .introduce_action {
    display: inline-block;
    margin-top: 15px;
  }
  .introduce_box .introduce_action .introduce_button {
    display: inline-block;
    width: 100%;
    padding: 14px;
  }
  .introduce_box .introduce_action .introduce_button:first-child {
    border-radius: 20px 20px 0 0;
  }
  .introduce_box .introduce_action .introduce_button:last-child {
    border-radius: 0 0 20px 20px;
  }
  .services_line .services_grid .services_item .services_image {
    height: 160px;
  }
  .discount_list .discount_item .discount_image {
    height: 160px;
  }
  .team_list .team_item .team_image {
    height: 200px;
  }
  .feedback_list .feedback_item .feedback_about {
    margin-bottom: 12px;
  }
  .feedback_list .feedback_item .feedback_about .feedback_date {
    width: 90px;
    font-size: 10px;
    line-height: 14px;
    padding: 7px 0;
  }
  .feedback_list .feedback_item .feedback_about .feedback_author {
    width: calc(100% - 90px);
    padding-left: 36px;
  }
  .feedback_list .feedback_item .feedback_about .feedback_author .feedback_photo {
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
  }
  .feedback_list .feedback_item .feedback_about .feedback_author .feedback_name {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_level .feedback_star {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
  .feedback_list .feedback_item .feedback_meta {
    margin-top: 12px;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link {
    padding-left: 28px;
    margin-top: 10px;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link .feedback_icon {
    width: 20px;
    height: 20px;
  }
  .feedback_list .feedback_item .feedback_meta .feedback_link .feedback_hint {
    font-size: 14px;
    line-height: 18px;
    padding: 1px 0;
  }
  .videoreviews_list .videoreviews_item {
    height: 220px;
  }
  .brands_line .brands_item {
    max-width: 80px;
    height: 40px;
  }
  .articles_list .articles_item .articles_image {
    height: 80px;
  }
  .certificates_box .certificates_slider .certificates_item {
    height: 220px;
  }
}

@media (max-width: 370px) {
  .header_line .header_logo {
    width: 100px;
    margin-right: calc(100% - 285px);
  }
  .header_line .header_phone {
    width: 120px;
    font-size: 12px;
    line-height: 16px;
    padding: 17px 0;
  }
  .team_list {
    display: inline-block;
    left: unset;
    width: 100%;
    margin: 0;
  }
  .team_list .team_item {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .team_list .team_item:last-child {
    margin-bottom: 0 !important;
  }
  .team_list .team_item .team_image {
    height: 220px;
  }
  .resume_line .resume_overview {
    max-width: unset;
    min-height: 360px;
  }
  .resume_line .resume_info .resume_button {
    max-width: unset;
  }
  .videoreviews_list .videoreviews_item {
    height: 180px;
  }
  .brands_line .brands_item {
    max-width: 72px;
    height: 36px;
  }
  .letter_line .letter_videos {
    margin-bottom: 0;
  }
  .letter_line .letter_videos .letter_item {
    max-width: unset;
    height: 160px;
    margin: 0;
    margin-bottom: 10px;
    float: none;
  }
  .letter_line .letter_videos .letter_item:last-child {
    margin-bottom: 0;
  }
  .development_text .development_button {
    max-width: unset;
  }
}
