::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: all 0.3s ease;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: all 0.3s ease;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: all 0.3s ease;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: all 0.3s ease;
}

input:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #6053BF;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  height: 0;
}

::-webkit-scrollbar-track {
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

body {
  line-height: 1.4;
  transition: 0s;
  color: #505771;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 575.02px) {
  .container {
    max-width: 575px;
  }
}
@media (min-width: 767.02px) {
  .container {
    max-width: 765px;
  }
}
@media (min-width: 991.02px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200.02px) {
  .container {
    max-width: 1199px;
  }
}
@media (min-width: 1550.02px) {
  .container {
    max-width: 1340px;
  }
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-2 .item {
  width: 49%;
}
@media (max-width: 767px) {
  .flex-2 .item {
    width: 100%;
  }
}

.flex-3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-3 .item {
  width: calc((100% / 3) - 10px);
  margin-right: 15px;
}
.flex-3 .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .flex-3 .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.flex-4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex-4 .item {
  width: calc(25% - 19.5px);
  margin-right: 26px;
}
.flex-4 .item:nth-child(4n) {
  margin-right: 0;
}

.pb100 {
  padding-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt200 {
  padding-top: 200px;
}

.p100 {
  padding: 100px 0;
}

.p200 {
  padding: 200px 0;
}

.mt40 {
  margin-top: 40px !important;
}

.bg-purple {
  background: #6053BF;
}
.bg-purple .btn-white:before {
  background: #9557f8 !important;
}
.bg-purple .btn-white:after {
  display: none !important;
}

svg.hidden {
  position: absolute;
}

.descr p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1550px) {
	.descr p {
	  margin-bottom: 12px;
	}
}

@media screen and (max-width: 1200px) {
	.descr p {
	  margin-bottom: 11px;
	}
}


.descr p + .h5 {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 1550px) {
	.descr p + .h5 {
	  margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 1200px) {
	.descr p + .h5 {
	  margin: 18px 0 0 0;
	}
}


a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  outline: none;
  box-shadow: none;
  color: #000;
  text-decoration: none;
}

section {
  position: relative;
}

@media (min-width: 767.02px) {
  .md-show {
    display: none;
  }
}

@media (max-width: 767px) {
  .md-hide {
    display: none;
  }
}

h1, .h1 {
  font-size: 6.8rem;
  line-height: 1.27;
  font-weight: 700;
  color: #1C2030;
}
@media (max-width: 1340px) {
  h1, .h1 {
    font-size: 6rem;
    line-height: 1.16;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 460px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1C2030;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 460px) {
  h2, .h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

h3, .h3 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1C2030;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 3.1rem;
  }
}
@media (max-width: 460px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1C2030;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 2.2rem;
  }
}

h5, .h5 {
  font-size: 2.2rem;
  line-height: 1.33;
  font-weight: 700;
  color: #6053BF;
  margin: 40px 0 0 0;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	h5, .h5  {
		margin: 32px 0 0 0;
	}
}
@media screen and (max-width: 1200px) {
	h5, .h5  {
		margin: 30px 0 0 0;
	}
}

.tac {
  text-align: center;
}

.body-big p:not([class]),
.body-big p.tac {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (max-width: 460px) {
  .body-big p:not([class]),
  .body-big p.tac {
    font-size: 1.7rem;
  }
}

.btn-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(-45deg);
  }
  40% {
    transform: translateY(-15px) rotate(-45deg);
  }
  60% {
    transform: translateY(-5px) rotate(-45deg);
  }
}
/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px) rotate(-45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -20px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px) rotate(-45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px) rotate(-45deg);
    opacity: 0;
  }
}
.btn {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  position: relative;
}
.btn.btn-bordered {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 9px 28px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 1550px) {
	.btn.btn-bordered {
		padding: 7.2px 22.4px;
	}
}
@media screen and (max-width: 1200px) {
	.btn.btn-bordered {
		padding: 6.75px 21px;
	}
}

.btn.btn-bordered:hover {
  background: #4d4d9a;
  border-color: #4d4d9a;
  color: #fff;
}
.btn.btn-purple {
  background: #6053BF;
  border: 1px solid #6053BF;
  border-radius: 28px;
  color: #fff;
  padding: 18px 40px;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-top: 24px;
}

@media screen and (max-width: 1550px) {
	.btn.btn-purple {
		padding: 14px 32px;
		margin-top: 19.2px;
	}
}
@media screen and (max-width: 1200px) {
	.btn.btn-purple {
		padding: 13.5px 30px;
		margin-top: 18px;
	}
}

.btn.btn-purple:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0));
  left: -100%;
  transition: left 0.5s ease;
  width: 100%;
}
.btn.btn-purple:hover {
  background: #414181;
}
.btn.btn-purple:hover:after {
  left: 100%;
}
.btn.btn-white {
  background: #fff;
  border-radius: 28px;
  color: #6053BF;
  padding: 18px 40px;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}


@media screen and (max-width: 1550px) {
	.btn.btn-white {
		padding: 14px 32px;
	}
}
@media screen and (max-width: 1200px) {
	.btn.btn-white {
		padding: 13.5px 30px;
	}
}


.btn.btn-white:before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #6053BF;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}
.btn.btn-white:after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #9557f8;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}
.btn.btn-white:hover {
  color: #fff;
}
.btn.btn-white:hover:before {
  opacity: 1;
  width: 116%;
}
.btn.btn-white:hover:after {
  opacity: 1;
  width: 120%;
}

.menu a {
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 99999;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  width: 40px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger span:first-child {
  margin-top: 4px;
}
.hamburger span:last-child {
  margin-bottom: 4px;
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

html {
  font-size: 10px;
  font-size: 62.5%;
  scrollbar-color: #6053BF white;
  scrollbar-width: thin;
  -webkit-text-size-adjust:none;

}
@media (max-width: 1550px) {
  html {
    font-size: 8px;
	font-size: 50%;
    -webkit-text-size-adjust:none;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 7.5px;
	font-size: 4.6875;
    -webkit-text-size-adjust:none;
  }
}
html.no-scroll {
  overflow: hidden;
}
@media (min-width: 991.02px) {
  html.no-scroll {
    padding-right: 10px;
  }
  html.no-scroll header {
    width: calc(100% - 10px);
  }
  html.no-scroll .modal {
    padding-right: 10px;
  }
}

header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}

header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1550px) {
  header .header-menu {
    padding: 22.4px 32px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-menu {
    padding: 21px 30px;
  }
}
@media (max-width: 460px) {
  header .header-menu {
    padding: 18.75px 15px;
  }
}
header .btn {
  margin-top: 0 !important;
}
header .btn.btn-purple {
  padding: 9px 28px;
}
@media screen and (max-width: 1550px) {
	header .btn.btn-purple {
	  padding: 7.2px 22.4px;
	}
}
@media (max-width: 1200px) {
  header .btn {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
  }
}
@media (max-width: 991px) {
  header .btn {
    margin-top: 20px !important;
  }
}
header .menu {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  header .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
header .menu > li {
  margin-right: 35px;
  padding-bottom: 16px;
  margin-bottom: -16px;
}
header .menu > li:last-child {
  margin-right: 0;
}
@media (max-width: 1550px) {
  header .menu > li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  header .menu > li {
    margin: 0 0 15px;
    padding: 0 19px 0 0;
    width: 90%;
  }
}
header .menu .sub-menu {
  min-width: 230px;
}
@media (min-width: 991px) {
  header .menu > li:nth-child(2) .sub-menu {
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  header .menu .sub-menu {
    padding-left: 15px;
    display: none;
    transition: unset !important;
  }
}
header .menu .current-menu-item {
  position: relative;
}
@media (min-width: 991.02px) {
  header .menu .current-menu-item:before {
    content: "";
    width: 2px;
    height: 43px;
    background: #FFFFFF;
    top: calc(-100% - 12px);
    left: calc(50% - 1px);
    box-sizing: border-box;
    display: block;
    position: absolute;
  }
}
@media (max-width: 991px) {
  header .menu .current-menu-item:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #FFFFFF;
    top: 7px;
    left: -30px;
    box-sizing: border-box;
    display: block;
    position: absolute;
  }
}
header a {
  transition: all 0.2s ease;
}
header a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  header .menu-item-has-children:after {
    display: none;
  }
  header .menu-item-has-children > a {
    position: relative;
  }
  header .menu-item-has-children > a:after {
    content: "";
    width: 17px;
    height: 10px;
    position: absolute;
    right: -19px;
    top: 6px;
    background: url(../img/icons/arrow-white.svg) center no-repeat;
    background-size: contain;
  }
}
header .menu-item-has-children,
header .dropdown .current {
  position: relative;
  padding-right: 19px;
  cursor: pointer;
  padding-bottom: 16px;
  margin-bottom: -16px;
}
header .menu-item-has-children:after,
header .dropdown .current:after {
  content: "";
  width: 17px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 6px;
  background: url("../img/icons/arrow-white.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1550px) {
  header .menu-item-has-children:after,
header .dropdown .current:after {
    top: 4px;
  }
}
@media (min-width: 991.02px) {
  header .menu-item-has-children:hover .dropdown-list, header .menu-item-has-children:hover + .dropdown-list,
header .dropdown .current:hover .dropdown-list,
header .dropdown .current:hover + .dropdown-list {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
header .lang {
  margin: 0 45px;
  position: relative;
}
@media (max-width: 1550px) {
  header .lang {
    margin: 0 20px;
  }
}
@media (max-width: 1200px) {
  header .lang {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  header .lang {
    margin: 0;
  }
}
header .lang .current {
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.2s ease;
  color: #fff;
}
@media (max-width: 991px) {
  header .lang .current {
    font-size: 14px;
  }
}
header .lang .dropdown-list {
  /*min-width: 91px;*/
  padding: 15px;
}
header .lang .lang-item {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #1C2030;
  display: flex;
  align-items: center;
}
header .lang .lang-item img {
  margin-right: 10px;
  display: block;
}
header .tel .current {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  header .tel .current a {
    font-size: 16px;
  }
}
header .tel .dropdown-list {
  min-width: 148px;
}
header .dropdown-list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  padding: 15px 15px 15px 20px;
  padding: 15px 10px 15px 10px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.2s ease;
  position: absolute;
  left: -20px;
  margin-top: 16px;
}
header .dropdown-list a {
  font-size: 14px;
  line-height: 28px;
  color: #1C2030;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}
header .dropdown-list a:hover {
  color: #6053BF !important;
}
@media (max-width: 991px) {
  header .dropdown-list a:hover {
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  header .dropdown-list {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    background: transparent;
    box-shadow: none;
    padding: 0;
    position: static;
    margin-top: 0;
    min-width: auto !important;
  }
}
header .logo {
  margin-right: 140px;
  max-width: 235px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1550px) {
  header .logo {
    margin-right: 80px;
  }
}
@media (max-width: 1200px) {
  header .logo {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  header .logo {
    text-align: left;
    margin-right: 0;
  }
}
header .logo img {
  display: block;
  width: 100%;
  object-fit: contain;
	max-height: 60px;
}
header .logo span {
  display: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  header .logo span {
    font-size: 14px;
  }
}
header.white {
  background: #fff;
}
header.white .menu a {
  color: #1C2030;
}
header.white .menu a:hover {
  color: #6053BF;
}
header.white .menu .current-menu-item > a {
  color: #6053BF;
}
header.white .menu .current-menu-item:before {
  background: #6053BF;
}
header.white .menu .current-menu-item:after {
  background: url("../img/icons/arrow-purple-right.svg") center no-repeat !important;
  background-size: contain;
}
header.white .menu-item-has-children:after,
header.white .dropdown .current:after {
  background: url("../img/icons/arrow-black.svg") center no-repeat;
  background-size: contain;
}
header.white .dropdown .current, header.white .dropdown .current a {
  color: #1C2030;
}
@media (max-width: 1200px) {
  header.white .btn {
    background: transparent;
    border: none;
    color: #1C2030;
  }
}
header.white .hamburger span {
  background: #6053BF;
}
header.scroll {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

header.scroll .header-menu {
  padding: 5px 40px;
  background: #1C2030;
}

@media (max-width: 1550px) {
  header.scroll .header-menu {
    padding: 5px 32px;
  }
}

@media (max-width: 1200px) {
  header.scroll .header-menu {
    padding: 5px 30px;
  }
}
@media (max-width: 460px) {
  header.scroll .header-menu {
    padding: 5px 15px;
  }
}
header.scroll .logo img {
  display: none;
}
header.scroll .logo span {
  display: inline-block;
}
header.scroll .btn {
  border-color: transparent;
}
header.scroll .btn:hover {
  background: transparent;
  border-color: transparent;
}
header.scroll .current-menu-item:before {
  top: calc(-100% - 4px);
}
@media (max-width: 991px) {
  header.scroll .current-menu-item:before {
    top: 7px;
  }
}
header.scroll.white .menu a {
  color: #fff;
}
header.scroll.white .menu .dropdown-list a, header.scroll.white .menu .sub-menu a {
  color: #1C2030;
}
header.scroll.white .menu .current-menu-item:before {
  background: #fff;
}
header.scroll.white .menu .current-menu-item:after {
  background: url(../img/icons/arrow-white.svg) center no-repeat !important;
  background-size: contain;
}
header.scroll.white .dropdown .current, header.scroll.white .dropdown .current > a {
  color: #fff;
}
header.scroll.white .dropdown .current:after {
  background: url(../img/icons/arrow-white.svg) center no-repeat;
  background-size: contain;
}
header.scroll.white .btn {
  background: transparent;
}
header.scroll.white .btn:after {
  display: none;
}
@media (max-width: 1200px) {
  header.scroll.white .btn {
    color: #fff;
  }
}
header.scroll .hamburger span {
  background: #fff;
}

.mob-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: linear-gradient(-40deg, #B661F9, #815CE5, #5A51DA 65%);
  width: 320px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  overflow: auto;
}
.mob-menu::-webkit-scrollbar {
  width: 5px;
}
.mob-menu a, .mob-menu .current, .mob-menu .current a {
  color: #fff !important;
}
.mob-menu.opened {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.mob-menu .dropdown .current, .mob-menu .dropdown .current a {
  display: inline-block;
  margin: 0;
  padding: 0 19px 0 0;
}
.mob-menu .dropdown .current:after, .mob-menu .dropdown .current a:after {
  display: none;
}
.mob-menu .lang {
  margin: 20px 0 20px;
}
.mob-menu .lang .current span {
  display: none;
}
.mob-menu .lang .lang-item {
  color: #fff;
}
.mob-menu .btn {
  font-size: 14px;
}
.mob-menu .menu a {
  font-size: 14px;
}

.content {
  padding-top: 116px;
  overflow: hidden;
}

@media (max-width: 1550px) {
  .content {
  	/*padding-top: 104px;*/
    padding-top: 93px;
  }
}
@media (max-width: 1200px) {
  .content {
  	/*padding-top: 102px;*/
    padding-top: 87px;
  }
}

.main-screen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -116px;
  padding-top: 116px;
  height: 100vh;
}

@media (max-width: 1550px) {
  .main-screen {
  	padding-top: 92.8px;
  	margin-top: -92.8px;
  }
}
@media (max-width: 1200px) {
  .main-screen {
  	padding-top: 87px;
  	margin-top: -87px;
  }
}



.main-screen h1 {
  color: #fff;
  text-align: center;
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	.main-screen h1 {
		max-width: 864px;
	}
}

@media screen and (max-width: 1200px) {
	.main-screen h1 {
		max-width: 810px;
	}
}

@media (max-width: 991px) {
  .main-screen h1 {
    max-width: 630px;
  }
}
.main-screen .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 112px;
}
.main-screen .h4 {
  margin: 35px 0 55px;
  color: #fff;
}

@media screen and (max-width: 1550px) {
	.main-screen .h4 {
		margin: 28px 0 44px;
	}
}

@media screen and (max-width: 1200px) {
	.main-screen .h4 {
		margin: 26px 0 41px;
	}
}

@media (max-width: 460px) {
  .main-screen .h4 {
    margin: 11px 0 26px;
    text-align: center;
  }
}
.main-screen .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-screen .buttons .btn {
  margin: 0 12px;
}
@media (max-width: 575px) {
  .main-screen .buttons {
    flex-direction: column;
    align-items: center;
  }
  .main-screen .buttons .btn {
    margin: 6px 0;
  }
}
.main-screen .next-screen {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  text-align: center;
      width: 100%;
    left: 0;
}
.main-screen .next-screen p:not([class]) {
  font-weight: 700;
  color: #fff;
}
.main-screen .next-screen .arrow--down {
  width: 35px;
  height: 35px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  margin-top: 25px;
  display: inline-block;
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

@media screen and (max-width: 1550px) {
	.main-screen .next-screen .arrow--down {
		width: 28px;
		height: 28px;
		border-width: 3.2px;
	}
}

@media screen and (max-width: 1200px) {
	.main-screen .next-screen .arrow--down {
		width: 26px;
		height: 26px;
		border-width: 3px;
	}
}

.short-about-school h2 {
  margin-bottom: 26px;
}

@media screen and (max-width: 1550px) {
	.short-about-school h2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.short-about-school h2 {
		margin-bottom: 19px;
	}
}

@media (min-width: 1340.02px) {
  .short-about-school .descr p:not([class]) {
    margin-bottom: 25px;
  }
}

.section-count {
	padding-top: 245px;
}
@media (min-width: 1340px) and (max-width: 1550px) {
  .section-count {
    padding-top: 211px;
  }
}

.section-count .container {
  position: relative;
}

.additional-courses h3 {
  background: #fff;
}

@media (min-width: 1340px) {
  .how-to-join {
    padding-bottom: 300px;
  }
.articles-list {
    padding: 300px 0;
  }
}

.section-count__items {
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-count__items .item {
  width: calc(50% - 68px);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}


@media screen and (max-width: 1550px) {
	.section-count__items {
		max-width: 608px;
	}
	.section-count__items .item {
		width: calc(50% - 54px);
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 1200px) {
	.section-count__items {
		max-width: 570px;
	}
	.section-count__items .item {
		width: calc(50% - 51px);
		margin-bottom: 30px;
	}
}

.section-count__items .item p:not([class]) {
  margin: auto 0 0 0;
}
@media (max-width: 575px) {
  .section-count__items .item {
    width: 48%;
  }
}
.section-count__items .count-item {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  color: #C9494A;
}
@media (max-width: 1550px) {
  .section-count__items .count-item {
    font-size: 6rem;
  }
}
@media (max-width: 460px) {
  .section-count__items .count-item {
    font-size: 5rem;
  }
}
.section-count .h3 {
  margin: 5px 0 22px;
  font-size: 23px;
  line-height: 34px;
}
@media (max-width: 1550px) {
  .section-count .h3 {
    font-size: 3rem;
    margin: 4px 0 17.6px;
  }
}

@media (max-width: 1200px) {
  .section-count .h3 {
    margin: 3.75px 0 16.5px;
  }
}
@media (max-width: 460px) {
  .section-count .h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 460px) {
  .section-count .h3 {
    margin: 3.75px 0 9px;
  }
}

.video-preview {
  position: relative;
  display: block;
}
.video-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-preview .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 1;
}

@media screen and (max-width: 1550px) {
	.video-preview .play-icon {
		width: 48px;
		height: 48px;
		left: calc(50% - 24px);
  		top: calc(50% - 24px);
	}
}

@media screen and (max-width: 1200px) {
	.video-preview .play-icon {
		width: 45px;
		height: 45px;
		left: calc(50% - 22.5px);
  		top: calc(50% - 22.5px);
	}
}


.video-preview .play-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.video-preview:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.section-lessons {
  overflow: hidden;
}
.section-lessons .lessons-slider {
  overflow: visible;
  padding-bottom: 100px;
}
.section-lessons .video-preview {
  height: 238px;
}

@media screen and (max-width: 1550px) {
	.section-lessons .lessons-slider {
		padding-bottom: 80px;
	}
	.section-lessons .video-preview {
		height: 190px;
	}
}

@media screen and (max-width: 1200px) {
	.section-lessons .lessons-slider {
		padding-bottom: 75px;
	}
	.section-lessons .video-preview {
		height: 178.5px;
	}
}


@media (max-width: 767px) {
  .section-lessons .video-preview {
    height: 142.5px;
  }
}
@media (max-width: 575px) {
  .section-lessons .video-preview {
    height: 178.5px;
  }
}
.section-lessons .lesson-item {
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  transition: all 0.2s ease;
}
.section-lessons .lesson-item .info {
  padding: 0 24px 32px;
}
.section-lessons .lesson-item hr {
  border: none;
  height: 3px;
  margin: 0;
}
.section-lessons .lesson-item .teacher {
  text-align: center;
  z-index: 9;
  position: relative;
}
.section-lessons .lesson-item .teacher .avatar {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-top: -30px;
}

@media screen and (max-width: 1550px) {
	.section-lessons .lesson-item .info {
		padding: 0 19.2px 25.6px;
	}
	.section-lessons .lesson-item .teacher .avatar {
		width: 48px;
		height: 48px;
		margin-top: -24px;
	}
}

@media screen and (max-width: 1200px) {
	.section-lessons .lesson-item .info {
		padding: 0 18px 24px;
	}
	.section-lessons .lesson-item .teacher .avatar {
		width: 45px;
		height: 45px;
		margin-top: -22.5px;
	}
}


.section-lessons .lesson-item .teacher .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-lessons .lesson-item .teacher .name {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin: 2px 0 5px;
}

@media screen and (max-width: 1550px) {
	.section-lessons .lesson-item .teacher .name {
		margin: 1.6px 0 4px;
	}
}

@media screen and (max-width: 1200px) {
	.section-lessons .lesson-item .teacher .name {
		margin: 1.5px 0 3.75px;
	}
}



.section-lessons .lesson-item .h4 {
  margin-top: 20px;
  text-align: center;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1550px) {
	.section-lessons .lesson-item .h4 {
		margin-top: 16px;
	}
}

@media screen and (max-width: 1200px) {
	.section-lessons .lesson-item .h4 {
		margin-top: 15px;
	}
}


.section-lessons .lesson-item:hover {
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
}
.section-lessons .lesson-item:hover .h4 {
  color: #6053BF;
}

.swiper-container {
  opacity: 0;
  visibility: hidden;
  transition: all 0s 0.2s ease;
}
.swiper-container.swiper-container-initialized {
  visibility: visible;
  opacity: 1;
  max-width: 100%;
}
.swiper-container .slider-control {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper-container .slider-control .swiper-button-next,
.swiper-container .slider-control .swiper-button-prev {
  position: static;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 0;
}
.swiper-container .slider-control .swiper-button-next:after,
.swiper-container .slider-control .swiper-button-prev:after {
  content: "";
  width: 7px;
  height: 14px;
  background: url("../img/icons/arrow-purple.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .swiper-container .slider-control .swiper-button-next,
.swiper-container .slider-control .swiper-button-prev {
    display: none;
  }
}
.swiper-container .slider-control .swiper-button-prev:after {
  transform: scale(-1, 1);
}
.swiper-container .slider-control .swiper-pagination {
  padding: 0 17px;
  position: static;
}
.swiper-container .slider-control .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #DCDEE0;
  display: inline-block;
  margin: 0 4.5px;
  vertical-align: middle;
  opacity: 1;
}
.swiper-container .slider-control .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6053BF;
}

.single-screen-slider .single-screen {
  position: relative;
  z-index: 1;
  height: auto;
}
.single-screen-slider .single-screen .container {
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1550px) {
  .single-screen-slider .single-screen .container {
    min-height: 478.4px;
  }
}

@media (max-width: 1200px) {
  .single-screen-slider .single-screen .container {
    min-height: 448.5px;
  }
}

.single-screen-slider .single-screen > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
  object-position: top;
}
.single-screen-slider .single-screen h2 {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1550px) {
  .single-screen-slider .single-screen h2 {
    font-size: 33.6px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .single-screen-slider .single-screen h2 {
    font-size: 31.5px;
    margin-bottom: 18.7px;
  }
}
.single-screen-slider .single-screen p:not([class]) {
  color: #fff;
  margin: 30px 0;
}
@media (max-width: 1550px) {
  .single-screen-slider .single-screen p:not([class]) {
    font-size: 1.6rem;
    margin: 20px 0;
  }
}

@media (max-width: 1200px) {
  .single-screen-slider .single-screen p:not([class]) {
    margin: 18.5px 0;
  }
}

.single-screen-slider .single-screen .info {
  max-width: 650px;
  width: 100%;
  transition: all 0.5s ease;
  padding: 100px 0;
}
@media (max-width: 1550px) {
  .single-screen-slider .single-screen .info {
    padding: 56px 0;
    max-width: 520px;
  }
}

@media (max-width: 1200px) {
  .single-screen-slider .single-screen .info {
    padding: 52.5px 0;
    max-width: 487px;
  }
}
.single-screen-slider .single-screen.swiper-slide-prev .info {
  transform: translateX(-80%);
  opacity: 0;
}
.single-screen-slider .single-screen.swiper-slide-active .info {
  transform: translateX(0);
  opacity: 1;
}
.single-screen-slider .single-screen.swiper-slide-active > img {
  opacity: 1;
}
.single-screen-slider .single-screen.swiper-slide-next .info {
  transform: translateX(80%);
  opacity: 0;
}
.single-screen-slider .slider-control {
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  .single-screen-slider .slider-control {
    margin-bottom: 12.8px;
  }
}
@media (max-width: 1200px) {
  .single-screen-slider .slider-control {
    margin-bottom: 12px;
  }
}

.single-screen-slider.swiper-container .slider-control .swiper-pagination span {
  background: #fff;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.single-screen-slider.swiper-container .slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.license .info {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 767px) {
  .license .info {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.license .img {
  max-width: calc(100% - 640px);
  width: 100%;
  position: relative;
  text-align: right;
  padding-bottom: 20px;
}

@media screen and (max-width: 1550px) {
	.license .info  {
		max-width: 512px;
	}
	.license .img {
		max-width: calc(100% - 512px);
	}
}

@media screen and (max-width: 1200px) {
	.license .info {
		max-width: 480px;
	}
	.license .img {
		max-width: calc(100% - 480px);
	}
}

.license .img .cert {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .license .img .cert {
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .license .img .cert {
    margin-left: 0;
  }
}
.license .img img {
  display: block;
  object-fit: contain;
}
.license .img > div {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  display: inline-block;
}
@media (max-width: 1340px) {
  .license .img > div {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .license .img > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .license .img > div {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .license .img {
    max-width: 100%;
  }
}
.license h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
	.license h2 {
	  margin-bottom: 32px;
	}
}

@media screen and (max-width: 1200px) {
	.license h2 {
	  margin-bottom: 30px;
	}
}


.license .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .license .container {
    flex-wrap: wrap;
  }
}

.accessible-education {
	padding-bottom: 144px;
}

.accessible-education h2 {
  margin-bottom: 24px;
}
.accessible-education h2 + p:not([class]) {
  text-align: center;
}
.accessible-education .items {
  margin-top: 70px;
}
@media screen and (max-width: 1550px) {
	.accessible-education h2 {
		margin-bottom: 19.2px;
	}
	.accessible-education .items {
		margin-top: 56px;
	}
}

@media screen and (max-width: 1200px) {
	.accessible-education h2 {
		margin-bottom: 18px;
	}
	.accessible-education .items {
		margin-top: 52.5px;
	}
}


.accessible-education .items .item {
    background: #FFFFFF;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accessible-education .items .item .buttons{
    margin: auto 0 0;
    text-align: center;
}

.accessible-education .items .item .btn{
    padding: 8px 10px;
    font-size: 11px;
    margin: 0;
}

.accessible-education .items .item .btn-white{
    background: #f6f6f6;
    box-shadow: 0 0 3px rgb(96 83 191 / .4);
}

.accessible-education .items .item .tac{
  margin-bottom: 15px;
}

.accessible-education .items .item .tac ul{
    text-align: left;
    list-style: disc;
    padding-left: 20px;
    padding-top: 10px;
}
.accessible-education .items .item .tac ul li{
    font-size: 14px;
    margin: 0 0 11px;
}

.accessible-education .items .item .tac p{
    font-size: 14px;
    margin: 0 0 11px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.accessible-education .items .item .tac p img{
  margin-right: 7px;
}

body[lang="en_US"] .accessible-education .items .item .tac ul li{
    font-size: 15px;
    margin: 0 0 15px;
}

body[lang="ru_RU"] .accessible-education .items .item .tac ul li{
    font-size: 14px;
    margin: 0 0 9px;
}


.accessible-education .items .item .cost{
    color: #C9494A;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 0;
}
.accessible-education .items .item .cost i{
    color: #000;
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.accessible-education .items .item > p:not([class]) {
  margin: 24px 0 32px;
  display: inline-block;
}

.section-content-type-1{}

.section-content-type-1 h2{
	text-align: center;
}

.section-content-type-1_list{}

.section-content-type-1_list-item{
    /* border-bottom: 1px dashed #D9D6F0; */
    color: #505771;
    font-size: 18px;
    line-height: 1.5;
    counter-increment: lesson;
    /* padding-bottom: 10px; */
}

.section-content-type-1_list-item:not(:last-child):after{
    content: '';
    background: url(../img/down-arrow_.svg) center no-repeat;
    background-size: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 2px;
    background-color: #DFDDF2;
    border-radius: 50;
    border-radius: 50%;
}

@media screen and (max-width: 1550px) {
	.accessible-education .items .item {
		padding: 32px;
	}
	.accessible-education .items .item > p:not([class]) {
		margin: 19.2px 0 25.6px;
	}
}

@media screen and (max-width: 1200px) {
	.accessible-education .items .item {
		padding: 30px;
	}
	.accessible-education .items .item > p:not([class]) {
		margin: 18px 0 24px;
	}
}


@media (max-width: 767px) {
  .accessible-education .items .item {
    margin-bottom: 30px;
  }
}
.accessible-education .items .price {
  margin: auto 0 20px 0;
}
.accessible-education .items .price .current-price {
  font-size: 2rem;
}
.accessible-education .items .price .current-price span {
  color: #C9494A;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 10px;
}
.accessible-education .items .price .old-price {
  text-decoration-line: line-through;
  color: #505771;
  font-size: 2.2rem;
  line-height: 1.36;
  text-align: center;
}
.accessible-education .items .h3 {
  margin-bottom: 10px;
}
.accessible-education .items .h3 + span {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1C2030;
  text-align: center;
  min-height: 30px;
}

@media screen and (max-width: 1550px) {
	.accessible-education .items .price .current-price span {
		margin-right: 8px;
	}
	.accessible-education .items .h3 {
		margin-bottom: 8px;
	}
	.accessible-education .items .h3 + span {
		min-height: 24px;
	}
}

@media screen and (max-width: 1200px) {
	.accessible-education .items .price .current-price span {
		margin-right: 7.5px;
	}
	.accessible-education .items .h3 {
		margin-bottom: 7.5px;
	}
	.accessible-education .items .h3 + span {
		min-height: 22.5px;
	}
}

@media (max-width: 991px) {
  .accessible-education .items .h3 + span {
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .accessible-education .items .h3 + span {
    min-height: auto;
  }
  .accessible-education .items .h3 + span:empty {
    display: none;
  }
}
@media (max-width: 460px) {
  .accessible-education .items .h3 + span {
    font-size: 1.5rem;
  }
}

.how-to-join a {
	    color: #6053BF;
    border-bottom: 1px solid #6053BF;
}
.how-to-join a:hover {
    border-bottom: 1px solid transparent;
}
.how-to-join .container {
  padding-top: 590px;
  position: relative;
}
@media (min-width: 1340px) and (max-width: 1550px) {
  .how-to-join .container {
    padding-top: 650px;
    /*1111111111*/
    padding-top: 550px;
  }
}
.how-to-join .item figure {
  height: 76px;
  margin-bottom: 23px;
}

@media screen and (max-width: 1550px) {
	.how-to-join .item figure {
		height: 60.8px;
		margin-bottom: 18.4px;
	}
}

@media screen and (max-width: 1200px) {
	.how-to-join .item figure {
		height: 57px;
		margin-bottom: 17px;
	}
}

.how-to-join .item figure svg, .how-to-join .item figure img {
  height: 100%;
  width: 100%;
  display: inline-block;
  object-fit: contain;
}
@media (max-width: 991px) {
  .how-to-join .item {
    width: calc((100% / 3) - 10px);
  }
}
@media (max-width: 460px) {
  .how-to-join .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .how-to-join .item:last-child {
    margin-bottom: 0;
  }
}
.how-to-join .flex-3 {
  margin-bottom: 28px;
}
.how-to-join .h5 {
  margin-top: 68px;
  display: table;
  width: auto;
  padding: 0 5px;
  border-radius: 5px;
}

@media screen and (max-width: 1550px) {
	.how-to-join .flex-3 {
		margin-bottom: 22.4px;
	}
	.how-to-join .h5 {
		margin-top: 54.4px;
	}
}

@media screen and (max-width: 1200px) {
	.how-to-join .flex-3 {
		margin-bottom: 21px;
	}
	.how-to-join .h5 {
		margin-top: 51px;
	}
}

@media (max-width: 575px) {
  .how-to-join .h4 {
    font-size: 2rem;
  }
}

.additional-courses {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.additional-courses .container {
  display: flex;
}
.additional-courses .info {
  max-width: 650px;
  width: 100%;
}
.additional-courses .info p:not([class]) {
	background: #fff;
  margin: 40px 0 16px;
}
@media (max-width: 1340px) {
  .additional-courses .info {
    max-width: 550px;
  }
}
.additional-courses .img {
  max-width: calc(100% - 650px);
  width: 100%;
}
.additional-courses .img img {
  display: block;
  position: absolute;
  top: 0;
  height: 668px;
  object-fit: contain;
  max-width: 950px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	.additional-courses .img img {
		height: 534px;
	}
}

@media screen and (max-width: 1200px) {
	.additional-courses .img img {
		height: 501px;
	}
}


@media screen and (min-width: 1670px) {
  .additional-courses .img img {
    right: 0;
  }
}
@media (max-width: 1340px) {
  .additional-courses .img {
    max-width: calc(100% - 550px);
  }
}
@media (max-width: 991px) {
  .additional-courses .img {
    display: none;
  }
}
.additional-courses h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .additional-courses h2 br {
    display: none;
  }
}

@-webkit-keyframes open {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@keyframes open {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@-webkit-keyframes close {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes close {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
.articles-list .item {
  display: flex;
  flex-direction: column;
}
.articles-list .item .date {
  color: #505771;
}
.articles-list .item .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #1C2030;
  margin: 12px 0 24px;
  transition: all 0.3s ease;
}
.articles-list .item .preview-line {
  background: #DFDDF2;
  width: 100%;
  height: 16px;
  display: block;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 1550px) {
	.articles-list .item .title {
		margin: 9.6px 0 19.2px;
	}
	.articles-list .item .preview-line {
		height: 12.8px;
		margin-bottom: 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.articles-list .item .title {
		margin: 9px 0 18px;
	}
	.articles-list .item .preview-line {
		height: 12px;
		margin-bottom: 18px;
	}
}

.articles-list .item .preview-line:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #6053BF;
  -webkit-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.articles-list .item figure {
  position: relative;
  border-radius: 8px;
  height: 176px;
  overflow: hidden;
  margin: auto 0 0 0;
}

@media screen and (max-width: 1550px) {
	.articles-list .item figure {
		height: 140.8px;
	}
}

@media screen and (max-width: 1200px) {
	.articles-list .item figure {
		height: 132px;
	}
}

@media (max-width: 991px) {
  .articles-list .item figure {
    height: 176px;
  }
}
@media (max-width: 575px) {
  .articles-list .item figure {
    height: 140px;
  }
}
@media (max-width: 460px) {
  .articles-list .item figure {
    height: 176px;
  }
}
.articles-list .item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.articles-list .item figure:before {
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #6053BF;
  position: absolute;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.articles-list .item:hover .title {
  color: #6053BF;
}
.articles-list .item:hover .preview-line:before {
  width: 100%;
}
.articles-list .item:hover figure:before {
  -webkit-animation: open 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 1, close 250ms 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 1;
  animation: open 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 1, close 250ms 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 1;
}
@media (max-width: 991px) {
  .articles-list .item {
    width: 49%;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 460px) {
  .articles-list .item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .articles-list .flex-4 {
    justify-content: space-between;
  }
}
.articles-list .btn-purple {
  margin-top: 40px;
}

@media screen and (max-width: 1550px) {
	.articles-list .btn-purple {
		margin-top: 32px;
	}
}

@media screen and (max-width: 1200px) {
	.articles-list .btn-purple {
		margin-top: 30px;
	}
}

.articles-list + .director-section {
  margin: 190px 0 100px;
  background: transparent;
}
@media (min-width: 1340px) and (max-width: 1550px) {
  .articles-list + .director-section {
    margin: 120px 0 100px;
  }
}
.articles-list + .director-section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F9FAFC;
  position: absolute;
  z-index: -2;
}
.articles-list + .director-section .director-img {
  z-index: -2;
}
@media (min-width: 1340.02px) {
  .articles-list + .director-section .name img {
    display: none;
  }
}

.director-section {
  padding-top: 50px;
  background: #F9FAFC;
  position: relative;
}

@media screen and (max-width: 1550px) {
	.director-section {
		padding-top: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.director-section {
		padding-top: 37.5px;
	}
}

.director-section h2 {
  margin-bottom: 0;
  font-size: 4.2rem;
}
@media (max-width: 991px) {
  .director-section h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 460px) {
  .director-section h2 {
    font-size: 2.9rem;
  }
}
.director-section .name {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 130px;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.director-section .name p:not([class]) {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.36;
  color: #1C2030;
  margin-bottom: 5px;
}
.director-section .name img {
  position: absolute;
  display: block;
  max-width: 350px;
  top: 80px;
}
@media (max-width: 1550px) {
  .director-section .name img {
    max-width: 240px;
  }
  .director-section .name {
  	bottom: 104px;
  }
  .director-section .name p:not([class]) {
  	margin-bottom: 4px;
  }
  .director-section .name img {
  	max-width: 280px;
  	top: 64px;
  }
}

@media (max-width: 1200px) {
  .director-section .name img {
    max-width: 224px;
  }
  .director-section .name {
  	bottom: 97.5px;
  }
  .director-section .name p:not([class]) {
  	margin-bottom: 3.75px;
  }
  .director-section .name img {
  	max-width: 262.5px;
  	top: 60px;
  }
}


.director-section .director-img {
  display: flex;
  align-items: flex-end;
}
.director-section .director-img img {
  display: block;
  max-width: 550px;
  width: 100%;
}


@media screen and (max-width: 1550px) {
	.director-section .director-img img {
		max-width: 440px;
	}
}

@media screen and (max-width: 1200px) {
	.director-section .director-img img {
		max-width: 412.5px;
	}
}

@media (max-width: 767px) {
  .director-section .director-img img {
    margin: auto;
    max-width: 337.5px;
  }
}
.director-section .info {
  margin-top: 100px;
}

@media screen and (max-width: 1550px) {
	.director-section .info {
	  margin-top: 80px;
	}
}

@media screen and (max-width: 1200px) {
	.director-section .info {
	  margin-top: 75px;
	}
}

@media (max-width: 991px) {
  .director-section .info {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .director-section .info {
    margin-bottom: 37.5px;
  }
}

.read-more .js-more-text {
  max-width: 870px;
  height: 130px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.read-more .js-more-text:after {
  content: "";
  width: 100%;
  height: 95px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 69.79%);
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1550px) {
	.read-more .js-more-text {
		max-width: 696px;
		height: 104px;
	}
	.read-more .js-more-text:after {
		height: 76px;
	}
}

@media screen and (max-width: 1200px) {
	.read-more .js-more-text {
		max-width: 652.5px;
		height: 97.5px;
	}
	.read-more .js-more-text:after {
		height: 71.25px;
	}
}

.read-more .js-more-text.opened:after {
  visibility: hidden;
  opacity: 0;
}
.read-more .btn-wrap {
  max-width: 870px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1550px) {
	.read-more .btn-wrap {
		max-width: 696px;
	}
}

@media screen and (max-width: 1200px) {
	.read-more .btn-wrap {
		max-width: 652.5px;
	}
}


.read-more .js-more-btn {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.42;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6053BF;
  border-bottom: 1px solid #6053BF;
  padding: 0;
  position: relative;
}

footer {
  background: #F4F5FA;
  padding: 50px 0 32px;
  position: relative;
  margin-top: 150px;
}
@media (max-width: 575px) {
  footer {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  footer .flex-4 {
    justify-content: space-between;
  }
  footer .flex-4 .item {
    width: 32%;
    margin: 0;
  }
  footer .flex-4 .item:first-child {
    display: none;
  }
}
@media (max-width: 575px) {
  footer .flex-4 .item {
    width: 48%;
    margin-bottom: 30px;
  }
  footer .flex-4 .item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .logo {
  display: block;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	footer .logo  {
		max-width: 160px;
	}
}

@media screen and (max-width: 1200px) {
	footer .logo  {
		max-width: 150px;
	}
}

footer .logo img {
  display: block;
}
footer:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url("../img/section-triangle.png") center no-repeat;
  background-size: cover;
}
footer a, footer p:not([class]) {
  color: #1C2030;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer ul li {
    margin-bottom: 10px;
  }
}
footer a:hover {
  color: #6053BF !important;
}
footer .contacts a, footer .contacts p {
  position: relative;
  padding-left: 27px;
}
footer .contacts a:before, footer .contacts p:before {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}
footer .contacts a.tel:before, footer .contacts p.tel:before {
  background: url("../img/icons/tel-ico.svg") center no-repeat;
  background-size: contain;
}
footer .contacts a.email:before, footer .contacts p.email:before {
  background: url("../img/icons/email-ico.svg") center no-repeat;
  background-size: contain;
}
footer .contacts a.address:before, footer .contacts p.address:before {
  background: url("../img/icons/loc-ico.svg") center no-repeat;
  background-size: contain;
}
footer .contacts a.time:before, footer .contacts p.time:before {
  background: url("../img/icons/time-ico.svg") center no-repeat;
  background-size: contain;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}

@media screen and (max-width: 1550px) {
	footer .bottom {
		margin-top: 76px;
	}
}

@media screen and (max-width: 1200px) {
	footer .bottom {
		margin-top: 71.25px;
	}
}

@media (max-width: 991px) {
  footer .bottom {
    margin-top: 45px;
  }
}
@media (max-width: 460px) {
  footer .bottom {
    flex-direction: column-reverse;
  }
}
footer .bottom p:not([class]) {
  color: inherit;
}
footer .bottom ul {
  display: flex;
  align-items: center;
}
@media (max-width: 460px) {
  footer .bottom ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
}
footer .bottom ul li {
  margin: 0 10px 0;
}
footer .bottom ul li:not(:first-child):hover a {
  transform: translateY(-5px);
}
@media (max-width: 460px) {
  footer .bottom ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .bottom ul a {
  width: 22px;
  height: 22px;
  display: block;
  transition: all 0.3s ease;
  transform: translateY(0);
}
footer .bottom ul a svg, footer .bottom ul a img {
  display: block;
  width: 100%;
  height: 100%;
}

.svg-large-section {
  position: absolute;
  left: calc(50% - 668px);
  margin-top: 20px;
  max-width: 1484px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	.svg-large-section {
		left: calc(50% - 534.4px);
	}
}

@media screen and (max-width: 1200px) {
	.svg-large-section {
		left: calc(50% - 501px);
	}
}

@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section {
    max-width: 1443px;
  }
}
@media (max-width: 1550px) {
  .svg-large-section {
    left: 0;
    max-width: 1199px;
    margin: 20px auto 0;
    position: relative;
  }
}
@media (max-width: 1340px) {
  .svg-large-section {
    display: none;
  }
}
.svg-large-section .full-svg {
  position: absolute;
  left: -27px;
  z-index: -1;
  display: none;
  opacity: 0;
}
.svg-large-section .long-svg {
  margin-left: 7%;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section > svg {
    max-width: 1443px;
  }
}
@media (max-width: 1550px) {
  .svg-large-section > svg {
    max-width: 1199px;
    width: 100%;
    zoom: 0.9;
    position: absolute;
  }
}
.svg-large-section .svg-1 {
  margin-left: 5%;
}
@media (max-width: 1550px) {
  .svg-large-section .svg-1 {
    margin: 0;
  }
}
.svg-large-section .svg-2 {
  margin: -54px 0 0 53.6%;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section .svg-2 {
    margin: -54px 0 0 54.8%;
  }
}
@media (max-width: 1550px) {
  .svg-large-section .svg-2 {
    top: 998px;
    left: 36%;
    margin: 0;
  }
}
.svg-large-section .svg-3 {
  margin: -11.2px 0 0 6.1%;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section .svg-3 {
    margin: -11px 0 0 5.9%;
  }
}
@media (max-width: 1550px) {
  .svg-large-section .svg-3 {
    margin: 0;
    top: 1695px;
    left: -9px;
  }
}
.svg-large-section .svg-4 {
  margin: -9px 0 0 5.7%;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section .svg-4 {
    margin: -9px 0 0 5.5%;
  }
}
@media (max-width: 1550px) {
  .svg-large-section .svg-4 {
    margin: 0;
    top: 2107px;
    left: -2px;
  }
}
.svg-large-section .svg-5 {
  margin: -6px 0 0 -1.7%;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section .svg-5 {
    margin: -6px 0 0 -2.1%;
  }
}
@media (max-width: 1550px) {
  .svg-large-section .svg-5 {
    margin: 0;
    top: 3571px;
    left: -95px;
  }
}
.svg-large-section .svg-6 {
  margin: -9px 0 0 24.9%;
  opacity: 0 !important;
}
.how-to-join .svg-6 {
    margin: -9px 0 0 24.9%;
    position: absolute;
    left: 3%;
    top: -56.5%;
    top: -641px;
    z-index: -1;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section .svg-6 {
    /*margin: -9px 0 0 25.3%;*/
  }
  .how-to-join .svg-6 {
    margin: -9px 0 0 25.3%;
  }
}
@media (max-width: 1550px) {
  .svg-large-section .svg-6 {
    margin: 0;
    top: 4730px;
    left: 75px;
  }
  .how-to-join .svg-6 {
    /*
    margin: 0;
    top: 4730px;
    left: 75px;
    */
        zoom: 0.9;
            top: -604px;
  }
}
.svg-large-section .svg-7 {
  margin: -14px 0 0 13.34%;
}
@media screen and (max-width: 1640px) and (min-width: 1551px) {
  .svg-large-section .svg-7 {
    margin: -14px 0 0 13.4%;
  }
}
@media (max-width: 1550px) {
  .svg-large-section .svg-7 {
    margin: 0;
    top: 5872px;
    left: 214px;
  }
}
.svg-large-section .svg-8 {
  margin: -148.3px 0 0 3%;
}
@media (max-width: 1550px) {
  .svg-large-section .svg-8 {
    margin: 0;
    top: 6362px;
    left: 65px;
  }
}
.svg-large-section .svg-9 {
  margin: -10px 0 0 32.5%;
}
@media (max-width: 1550px) {
  .svg-large-section .svg-9 {
    top: 9816px;
    margin: 0;
    left: 162px;
    zoom: 0.8;
  }
}

.svg-bakcpack {
  position: absolute;
  right: 47px;
  top: 96px;
  z-index: -1;
}
@media (max-width: 1550px) {
  .svg-bakcpack {
    right: 55px;
    top: 103px;
    z-index: -1;
    zoom: 0.9;
  }
}
@media (max-width: 1340px) {
  .svg-bakcpack {
    display: none;
  }
}

.svg-book {
  position: absolute;
  top: -4px;
  left: 28%;
  z-index: -1;
  z-index: -2;
}
@media (min-width: 1340px) and (max-width: 1550px) {
  .svg-book {
    top: 103px;
    left: 27%;
    zoom: 0.9;

    /*11111*/
    top: 31px;
    left: 28%;
    zoom: 0.9;
  }
}
@media (max-width: 1340px) {
  .svg-book {
    display: none;
  }
}

.section-contacts {
  background: #F9FAFC;
}
@media (max-width: 767px) {
  .section-contacts {
    padding-top: 50px;
  }
}
.section-contacts .h5 {
  color: #1C2030;
  text-align: center;
  margin: 0 0 32px;
  padding-top: 72px;
}
.section-contacts .flex-2 {
  padding: 0 107px;
}

@media screen and (max-width: 1550px) {
	.section-contacts .h5 {
		margin: 0 0 25.6px;
		padding-top: 57.6px;
	}
	.section-contacts .flex-2 {
		padding: 0 85.6px;
	}
}

@media screen and (max-width: 1200px) {
	.section-contacts .h5 {
		margin: 0 0 24px;
		padding-top: 54px;
	}
	.section-contacts .flex-2 {
		padding: 0 80.25px;
	}
}

@media (max-width: 991px) {
  .section-contacts .flex-2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-contacts .flex-2 {
    justify-content: center;
  }
}
.section-contacts .flex-2 .item.contacts-elem {
  max-width: 462px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-contacts .flex-2 .item.contacts-elem {
    margin-bottom: 30px;
  }
}
.section-contacts .flex-2 .item.form {
  max-width: 492px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	.section-contacts .flex-2 .item.contacts-elem {
		max-width: 369.6px;
	}
	.section-contacts .flex-2 .item.form {
		max-width: 393.6px;
	}
}

@media screen and (max-width: 1200px) {
	.section-contacts .flex-2 .item.contacts-elem {
		max-width: 346.5px;
	}
	.section-contacts .flex-2 .item.form {
		max-width: 369px;
	}
}

.section-contacts .contacts-elem a, .section-contacts .contacts-elem p {
  position: relative;
  padding-left: 27px;
  color: #1C2030;
  font-size: 2rem;
}
.section-contacts .contacts-elem a:before, .section-contacts .contacts-elem p:before {
  content: "";
  width: 17px;
  height: 21px;
  position: absolute;
  left: 0;
  top: calc(50% - 10.5px);
}
.section-contacts .contacts-elem a.tel:before, .section-contacts .contacts-elem p.tel:before {
  background: url("../img/icons/tel-ico-purple.svg") center no-repeat;
  background-size: contain;
}
.section-contacts .contacts-elem a.email:before, .section-contacts .contacts-elem p.email:before {
  background: url("../img/icons/email-ico-purple.svg") center no-repeat;
  background-size: contain;
}
.section-contacts .contacts-elem a.address:before, .section-contacts .contacts-elem p.address:before {
  background: url("../img/icons/loc-ico-purple.svg") center no-repeat;
  background-size: contain;
}
.section-contacts .contacts-elem a.time:before, .section-contacts .contacts-elem p.time:before {
  background: url("../img/icons/time-ico-purple.svg") center no-repeat;
  background-size: contain;
}
.section-contacts hr {
  margin: 9px 0 24px;
  height: 0;
  border: 1px dashed rgba(28, 32, 48, 0.39);
}
.section-contacts .tels li {
  display: inline-block;
  width: 49%;
}
.section-contacts .tels li:nth-child(2n) {
  text-align: right;
}
.section-contacts ul li {
  margin-bottom: 15px;
}
.section-contacts .form {
  background: #FFFFFF;
  box-shadow: 0 4px 50px rgba(88, 76, 176, 0.06);
  border-radius: 8px;
  z-index: 1;
}
.section-contacts .form .soc {
  text-align: center;
  margin-top: 20px;
  padding: 65px 0 40px;
  background: url("../img/form-pattern.png") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1550px) {
	.section-contacts hr {
		margin: 7.2px 0 19.2px;
	}
	.section-contacts ul li {
		margin-bottom: 12px;
	}

	.section-contacts .form .soc {
		padding: 52px 0 32px;
		margin-top: 16px;
	}
}

@media screen and (max-width: 1200px) {
	.section-contacts hr {
		margin: 6.75px 0 18px;
	}
	.section-contacts ul li {
		margin-bottom: 11.25px;
	}
	.section-contacts .form .soc {
		padding: 48.75px 0 30px;
		margin-top: 15px;
	}
}


.section-contacts .form .soc li {
  display: inline-block;
  margin: 0 8px 0;
}
.section-contacts .form .soc li p:not([class]) {
  font-size: 2rem;
}
.section-contacts .form .soc li:first-child {
  width: 100%;
  margin-bottom: 12px;
}
.section-contacts .form .soc a {
  width: 38px;
  height: 38px;
  display: block;
}
.section-contacts .form .soc a svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-contacts .form form {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}

@media screen and (max-width: 1550px) {
	.section-contacts .form form {
		padding: 20px 40px 200px;
	}
}

@media screen and (max-width: 1200px) {
	.section-contacts .form form {
		padding: 20px 37.5px 180px;
	}
}

@media (max-width: 460px) {
	.section-contacts .form form {
		padding: 0px 37.5px;
	}
}
.section-contacts .form form .btn {
	padding: 15px 40px;
}

.check {
  color: #9390A0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding-left: 28px;
  margin-top: 24px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1550px) {
	.section-contacts .form form .btn {
		padding: 8px 32px;
	}
	.check {
		margin-top: 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.section-contacts .form form .btn {
		padding: 11.25px 30px;
	}
	.check {
		margin-top: 18px;
	}
}

.check a {
  display: block;
  text-decoration: underline;
  color: #6053BF;
}
.check span {
  width: 18px;
  height: 18px;
  background: #17A314;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 2px;
}
.check span:before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
  left: 4px;
  display: none;
}
.check input {
  left: 9px;
  top: 18px;
}
.check input:checked + span:before {
  display: block;
}

.form-input, .form-area {
  background: #FFFFFF;
  border: 1px solid rgba(96, 83, 191, 0.24);
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #505771;
  display: block;
  width: 100%;
  padding: 15px 25px;
}
@media screen and (max-width: 1550px) {
	.form-input, .form-area {
		padding: 12px 20px;
	}
}

@media screen and (max-width: 1200px) {
	.form-input, .form-area {
		padding: 11.25px 18.75px;
	}
}

.form-input:not(.form-area), .form-area:not(.form-area) {
  border-radius: 60px;
}
.form-input:not(.form-input), .form-area:not(.form-input) {
  border-radius: 24px;
  resize: none;
  height: 80px;
  font-family: "Open Sans", sans-serif;
}

#map {
  height: 593px;
  width: 100%;
  margin-top: -65px;
}

@media screen and (max-width: 1550px) {
	#map {
		height: 474.4px;
		/*margin-top: -104px;*/
	}
}

@media screen and (max-width: 1200px) {
	#map {
		height: 445px;
		/*margin-top: -97.5px;*/
	}
}

@media (max-width: 767px) {
  #map {
    /*margin-top: -52.5px;*/
  }
}



#map .gm-style-iw {
  opacity: 0.92;
}
#map .gm-ui-hover-effect {
  display: none !important;
}

.about-us .director-section {
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-us .director-section {
    padding-top: 37.5px;
  }
}
.about-us .director-section h2,
.about-us .director-section h1 {
  margin-bottom: 40px;
}
.about-us .director-section .info {
  padding-bottom: 230px;
}

@media screen and (max-width: 1550px) {
	.about-us .director-section h2,
.about-us .director-section h1 {
		margin-bottom: 32px;
	}
	.about-us .director-section .info {
		padding-bottom: 184px;
	}
}

@media screen and (max-width: 1200px) {
	.about-us .director-section h2,
.about-us .director-section h1 {
		margin-bottom: 30px;
	}
	.about-us .director-section .info {
		padding-bottom: 172.5px;
	}
}

@media (max-width: 767px) {
  .about-us .director-section .info {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

.section-banner .h3, .section-banner p:not([class]) {
  color: #fff;
}
@media (max-width: 991px) {
  .section-banner {
    background: #6053BF;
  }
}
.section-banner .container > div {
  background: #6053BF;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


@media (min-width: 991.02px) {
  .section-banner .container > div {
    padding: 22.5px 37.5px;
  }
}

@media (min-width: 1200px) {
  .section-banner .container > div {
    padding: 24px 40px;
  }
}

@media (min-width: 1550px) {
  .section-banner .container > div {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 991.02px) {
	.section-banner .container > div {
		padding: 40px 0;
	}
}

@media (max-width: 767px) {
  .section-banner .container > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .section-banner .container > div {
    flex-direction: column;
    text-align: center;
  }
}
.section-banner p:not([class]) {
  max-width: 452px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
	.section-banner p:not([class]) {
		max-width: 361.6px;
	}
}

@media screen and (max-width: 1200px) {
	.section-banner p:not([class]) {
		max-width: 339px;
	}
}

@media (max-width: 575px) {
  .section-banner p:not([class]) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-banner .h3 {
    max-width: 180px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-banner .h3 {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .section-reviews {
    padding-top: 75px;
  }
}
.section-reviews .review {
  background: #FFFFFF;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px 25px;
  margin-bottom: 24px;
}
.section-reviews .review figure {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}


@media screen and (max-width: 1550px) {
	.section-reviews .review {
		padding: 25.6px 20px;
	}
	.section-reviews .review figure  {
		margin-right: 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.section-reviews .review {
		padding: 24px 18.75px;
	}
	.section-reviews .review figure  {
		margin-right: 18px;
	}
}


.section-reviews .review figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-reviews .review .author {
  display: flex;
  align-items: center;
}
.section-reviews .review .author .name {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.44;
}
.section-reviews .review hr {
  margin-top: 32px;
  opacity: 0.2;
  border: 1px dashed #949494;
}
.section-reviews .review .text {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.section-reviews .review .text:before {
  content: "";
  width: 36px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -12px;
  background: url("../img/icons/blockquote-ico.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.section-reviews .review .video-preview {
  height: 211px;
  margin-top: 32px;
}
@media screen and (max-width: 1550px) {
	.section-reviews .review hr {
		margin-top: 25.6px;
	}
	.section-reviews .review .text {
		margin-top: 25.6px;
	}
	.section-reviews .review .text:before {
		width: 28.8px;
  		height: 21.6px;
  		top: -9.6px;
	}
	.section-reviews .review .video-preview {
		height: 168.8px;
		margin-top: 25.6px;
	}
}

@media screen and (max-width: 1200px) {
	.section-reviews .review hr {
		margin-top: 24px;
	}
	.section-reviews .review .text {
		margin-top: 24px;
	}
	.section-reviews .review .text:before {
		width: 27px;
  		height: 20.25px;
  		top: -9px;
	}
	.section-reviews .review .video-preview {
		height: 158.25px;
  		margin-top: 24px;
	}
}
.section-reviews .review .video-preview img {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .section-reviews .review .video-preview {
    height: 180px;
  }
}
@media (max-width: 460px) {
  .section-reviews .review .video-preview {
    height: 150px;
  }
}
.section-reviews .btn {
  width: 100%;
  background: #DFDDF2;
  border: none;
}
@media (max-width: 991px) {
  .section-reviews .btn {
    max-width: 430px;
  }
}
.section-reviews .reviews-items {
  position: relative;
  max-height: 1450px;
  overflow: hidden;
  padding: 40px;
  margin: -40px;
  transition: all 2s ease;
}
.section-reviews .reviews-items:after {
  content: "";
  height: 280px;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 78.82%);
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1550px) {
	.section-reviews .reviews-items {
		max-height: 1160px;
		padding: 32px;
		margin: -32px;
	}
	.section-reviews .reviews-items:after {
		height: 224px;
	}
}

@media screen and (max-width: 1200px) {
	.section-reviews .reviews-items {
		max-height: 1087.5px;
		padding: 30px;
		margin: -30px;
	}
	.section-reviews .reviews-items:after {
		height: 210px;
	}
}

.section-reviews .reviews-items.all:after {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .section-reviews .item {
    max-width: 430px;
    margin: 0 auto !important;
  }
}

/*modal*/
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.25s ease-out;
  visibility: hidden;
  opacity: 0;
}

.overlay.modal-opened {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal .modal-wrap {
  width: 100%;
  max-width: 400px;
  min-height: 100%;
  margin: 0 auto;
  padding: 50px 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.modal.show {
  display: block;
}
.modal .modal-body {
  width: 100%;
  height: auto;
  color: #fff;
  position: relative;
  top: -50px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.modal .modal-body > .close_modal {
  position: absolute;
  right: 0;
  top: -30px;
  color: #fff;
  font-size: 40px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-family: sans-serif;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.modal .modal-body > .close_modal:hover {
  opacity: 1;
}
.modal.modal-form .modal-wrap {
  max-width: 492px;
}
.modal.modal-form .modal-body {
  padding: 48px 50px;
}
.modal.modal-form form label {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

.section-contacts .iti,
.modal-body .iti {
  width: 100%;
      color: #505771
}

.iti--container {
    z-index: 999999;
}

.section-contacts .iti--separate-dial-code .iti__selected-flag,
.modal-body .iti--separate-dial-code .iti__selected-flag {
    background: none !important;
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #505771;
    border-right: 1px solid #d9d6f0;
}

.iti__country {
  margin: 0 !important;
}

@media screen and (max-width: 1550px) {
	.modal.modal-form .modal-wrap {
		max-width: 393.6px;
	}
	.modal.modal-form .modal-body  {
		padding: 38.4px 40px;
	}
	.modal.modal-form form label {
		margin-bottom: 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.modal.modal-form .modal-wrap {
		max-width: 369px;
	}
	.modal.modal-form .modal-body  {
		padding: 36px 37.5px;
	}
	.modal.modal-form form label {
		margin-bottom: 18px;
	}
}

.modal.modal-form form .btn {
  margin-top: 0;
  width: 100%;
}
.modal.modal-thx {
  text-align: center;
}
.modal.modal-thx .modal-wrap {
  max-width: 492px;
}
.modal.modal-thx .modal-body {
  padding: 48px 50px;
}
.modal.modal-thx .h5 {
  margin-bottom: 0;
}
.modal .h5 {
  text-align: center;
  color: #1C2030;
  margin: 0 0 32px;
}
.modal.modal-video .modal-wrap {
  max-width: 872px;
}
.modal.modal-video .modal-body {
  height: 496px;
  border-radius: 0;
}
@media screen and (max-width: 1550px) {
	.modal.modal-thx .modal-wrap {
		max-width: 393.6px;
	}
	.modal.modal-thx .modal-body {
		padding: 38.4px 40px;
	}
	.modal .h5 {
		margin: 0 0 25.6px;
	}
	.modal.modal-video .modal-wrap {
		max-width: 697.6px;
	}
	.modal.modal-video .modal-body {
		height: 396.8px;
	}
}

@media screen and (max-width: 1200px) {
	.modal.modal-thx .modal-wrap {
		max-width: 369px;
	}
	.modal.modal-thx .modal-body {
		padding: 36px 37.5px;
	}
	.modal .h5 {
		margin: 0 0 24px;
	}
	.modal.modal-video .modal-wrap {
		max-width: 654px;
	}
	.modal.modal-video .modal-body {
		height: 372px;
	}
}

@media (max-width: 575px) {
  .modal.modal-video .modal-body {
    height: 300px;
  }
}
@media (max-width: 460px) {
  .modal.modal-video .modal-body {
    height: 270px;
  }
}
.modal.modal-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  /*
  object-fit: cover;
  */
  left: 0;
  top: 0;
  border-radius: 8px;
  display: none;
}
.modal.modal-video .modal-inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal.show .modal-body {
  top: 0;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.text-content {
  overflow: visible;
}

.section-text {
  padding-top: 100px;
}
@media screen and (max-width: 1550px) {
	.section-text {
	  padding-top: 80px;
	}
}

@media screen and (max-width: 1200px) {
	.section-text {
	  padding-top: 75px;
	}
}
@media (max-width: 767px) {
  .section-text {
    padding-top: 37.5px;
  }
}
.section-text .container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 460px) {
  .section-text .container {
    flex-direction: column;
  }
}
.section-text .inner-text {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 460px) {
  .section-text .inner-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-text .share {
  max-width: 250px;
  width: 100%;
  padding-left: 36px;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}
@media (max-width: 1550px) {
  .section-text .share {
    padding-left: 28.8px;
  }
}
@media (max-width: 1200px) {
  .section-text .share {
    max-width: 90px;
    padding-left: 27px;
  }
}
@media (max-width: 460px) {
  .section-text .share {
    max-width: 100%;
    padding-left: 0;
  }
}
.section-text .share ul {
  display: inline-block;
  text-align: center;
  width: 80px;
}

@media screen and (max-width: 1550px) {
	.section-text .share ul {
		width: 64px;
	}
}

@media screen and (max-width: 1200px) {
	.section-text .share ul {
		width: 60px;
	}
}
@media (max-width: 460px) {
  .section-text .share ul {
    width: 100%;
    text-align: right;
  }
}
.section-text .share ul li {
  margin-bottom: 8px;
  text-align: center;
}
.section-text .share ul li:last-child {
  margin-bottom: 0;
}
.section-text .share ul li:first-child {
  margin: 0 0 10px;
}
@media (max-width: 460px) {
  .section-text .share ul li:first-child {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 460px) {
  .section-text .share ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.section-text .share p:not([class]) {
  color: #505771;
  font-size: 1.4rem;
  line-height: 22px;
  margin: 0 0 0 -3px;
}
@media (max-width: 460px) {
  .section-text .share p:not([class]) {
    margin: 0;
    font-size: 1.6rem;
  }
}
.section-text .share a {
  width: 72px;
  height: 40px;
  display: inline-block;
  transition: all 0.3s ease;
}
.section-text .share a:hover {
  opacity: 0.8;
}
.section-text .share a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-text + .section-banner {
  margin: 72px 0;
}
@media screen and (max-width: 1550px) {
	.section-text .share a {
		width: 57.6px;
		height: 32px;
	}
	.section-text + .section-banner {
		margin: 57.6px 0;
	}
}

@media screen and (max-width: 1200px) {
	.section-text .share a {
		width: 54px;
		height: 30px;
	}
	.section-text + .section-banner {
		margin: 54px 0;
	}
}

.inner-text {
  font-size: 1.8rem;
}
.inner-text h2 {
  margin-bottom: 40px;
}
.inner-text blockquote {
  background: #F4F5FA;
  padding: 32px;
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 1550px) {
	.inner-text h2 {
		margin-bottom: 32px;
	}
	.inner-text blockquote {
		padding: 25.6px;
		margin-bottom: 25.6px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-text h2 {
		margin-bottom: 30px;
	}
	.inner-text blockquote {
		padding: 24px;
		margin-bottom: 24px;
	}
}

.inner-text blockquote h5 {
  margin: 0;
}
.inner-text blockquote:before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  background: #6053BF;
  left: 0;
  top: 0;
}

.inner-text h1, .inner-text h2, .inner-text h3 {
  font-size: 3.2rem;
  margin-bottom: 24px;
}

.inner-text h4, .inner-text h3 {
  margin-bottom: 24px;
}
.inner-text p:not([class]) {
  margin-bottom: 32px;
}
.inner-text img {
  /*width: 100%;*/
  height: 450px;
  height: auto !important;
  object-fit: cover;
}
@media screen and (max-width: 1550px) {
	.inner-text h4, .inner-text h3 {
		margin-bottom: 19.2px;
	}
  .inner-text h1, .inner-text h2, .inner-text h3 {
  margin-bottom: 19px;
}
	.inner-text p:not([class]) {
		margin-bottom: 25.6px;
	}
	.inner-text img {
		height: 360px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-text h4, .inner-text h3 {
		margin-bottom: 18px;
	}
  .inner-text h1, .inner-text h2, .inner-text h3 {
    margin-bottom: 18px;
}
	.inner-text p:not([class]) {
		margin-bottom: 24px;
	}
	.inner-text img {
		height: 337px;
	}
}

@media (max-width: 767px) {
  .inner-text img {
    height: 262px;
  }
}
@media (max-width: 575px) {
  .inner-text img {
    height: 225px;
  }
}
.inner-text img + p:not([class]) {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.inner-text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.inner-text ol li {
  counter-increment: my-awesome-counter;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1550px) {
	.inner-text img + p:not([class]) {
		margin-bottom: 32px;
	}
	.inner-text ol li {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-text img + p:not([class]) {
		margin-bottom: 30px;
	}
	.inner-text ol li {
		margin-bottom: 11.25px;
	}
}

@media (max-width: 575px) {
  .inner-text ol li {
    padding-left: 20px;
  }
}
.inner-text ol li:last-child {
  margin-bottom: 0;
}
.inner-text ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #6053BF;
  font-family: "Open Sans", sans-serif;
}
.inner-text h3 + p strong {
  font-size: 2rem;
  color: #1C2030;
  font-weight: 600;
}

.page404 + footer {
  margin-top: 0;
}

.section-page404 {
  background: #F9FAFC;
}
@media (max-width: 991px) {
  .section-page404 {
    overflow: hidden;
    padding: 37.5px 0 150px;
  }
}
.section-page404 .h3 {
  margin: 60px 0 24px;
}
@media screen and (max-width: 1550px) {
	.section-page404 .h3 {
		margin: 48px 0 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.section-page404 .h3 {
		margin: 45px 0 18px;
	}
}
.section-page404 img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .section-page404 img {
    height: 120px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .section-page404 img {
    height: 100px;
  }
}
.section-page404 p:not([class]) {
  font-size: 2rem;
  color: #1C2030;
  font-weight: 600;
}
.section-page404 div {
  max-width: 830px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-page404 div {
    max-width: 680px;
  }
}

.inner-main-screen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-main-screen .h3, .inner-main-screen h2, .inner-main-screen p, .inner-main-screen .check, .inner-main-screen a {
  color: #fff;
}
.inner-main-screen h2 {
  margin-bottom: 24px;
}
.inner-main-screen .container {
  padding: 114px 15px;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 1550px) {
	.inner-main-screen h2 {
		margin-bottom: 19.2px;
	}
	.inner-main-screen .container {
		padding: 91.2px 15px;
		min-height: 368px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-main-screen h2 {
		margin-bottom: 18px;
	}
	.inner-main-screen .container {
		padding: 85.5px 15px;
		min-height: 345px;
	}
}

@media (max-width: 575px) {
  .inner-main-screen .container {
    padding: 75px 15px;
  }
}
.inner-main-screen .check a {
  display: inline-block;
}
.inner-main-screen form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  max-width: 984px;
  width: 100%;
}
@media screen and (max-width: 1550px) {
	.inner-main-screen form {
		margin-top: 25.6px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-main-screen form {
		margin-top: 24px;
	}
}
@media (max-width: 575px) {
  .inner-main-screen form {
    max-width: 400px;
  }
}
.inner-main-screen form label, .inner-main-screen form .btn {
  width: calc((100% / 3) - 8px);
  margin: 0;
}
@media screen and (max-width: 1550px) {
	.inner-main-screen form label, .inner-main-screen form .btn {
		width: calc((100% / 3) - 6.4px);
	}
}

@media screen and (max-width: 1200px) {
	.inner-main-screen form label, .inner-main-screen form .btn {
		width: calc((100% / 3) - 6px);
	}
}
@media (max-width: 575px) {
  .inner-main-screen form label, .inner-main-screen form .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.inner-main-screen form div {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 1550px) {
	.inner-main-screen form div {
		margin-top: 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.inner-main-screen form div {
		margin-top: 18px;
	}
}
.inner-main-screen .tags {
  border: none;
  padding: 0;
}
.inner-main-screen .tags a {
  margin: 0 4px 10px;
}

.blog__content {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .blog__content {
    padding: 50px 0 0;
  }
}
.blog__content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.blog__content .form-search {
  margin-bottom: 16px;
  position: relative;
}
.blog__content .form-search .form-search-submit {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
  z-index: 1;
  text-align: right;
}
.blog__content .form-search .form-search-submit img {
  display: inline-block;
  padding-top: 5px;
}
.blog__content .form-search input {
  padding-left: 50px;
}
.blog__content .cats {
  margin-bottom: 40px;
}
.blog__content .cats li {
  border-bottom: 1px solid #DFDDF2;
  padding: 16px 0;
}

@media screen and (max-width: 1550px) {
	.blog__content .cats li {
		padding: 12.8px 0;
	}
}

@media screen and (max-width: 1200px) {
	.blog__content .cats li {
		padding: 12px 0;
	}
}

.blog__content .cats a {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #1C2030;
  transition: all 0.3s ease;
}
.blog__content .cats a:hover {
  color: #6053BF;
}
.blog__content aside {
  width: 24%;
}
@media (max-width: 991px) {
  .blog__content aside {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 991px) {
  .blog__content .pagination {
    margin-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .blog__content .pagination {
    margin: 0 auto 30px;
  }
}
.blog__content .pagination ul {
  display: flex;
  align-items: center;
}
.blog__content .pagination li {
  margin: 0 12px;
}
.blog__content .pagination li:first-child {
  margin-left: 0;
}
.blog__content .pagination .prev, .blog__content .pagination .next {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin: 0;
  position: relative;
  display: block;
}
.blog__content .pagination .prev:before, .blog__content .pagination .next:before {
  content: "";
  width: 7px;
  height: 14px;
  background: url(../img/icons/arrow-purple.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% - 3.5px);
  top: calc(50% - 7px);
}
.blog__content .pagination .prev:before {
  transform: scale(-1, 1);
}
.blog__content .pagination a {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #6053BF;
}
.blog__content .pagination span {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.44;
}
.blog__items {
  width: 74%;
}
@media (max-width: 991px) {
  .blog__items {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog__items {
    justify-content: space-between;
  }
}
.blog__items .item {
  margin-bottom: 54px;
  margin-right: 18px;
  width: calc((100% / 3) - 12px);
}
.blog__items .item figure {
  height: 176px;
}

@media screen and (max-width: 1550px) {
	.blog__items .item {
		margin-bottom: 43.2px;
	}
	.blog__items .item figure {
		height: 140.8px;
	}
}

@media screen and (max-width: 1200px) {
	.blog__items .item {
		margin-bottom: 40.5px;
	}
	.blog__items .item figure {
		height: 132px;
	}
}

@media (max-width: 767px) {
  .blog__items .item {
    width: 49%;
    margin: 0 0 40.5px !important;
  }
}
@media (max-width: 460px) {
  .blog__items .item {
    width: 100%;
  }
  .blog__items .item figure {
    height: 176px;
  }
}

.tags {
  padding-bottom: 24px;
  border-bottom: 1px solid #DFDDF2;
}
.tags > p:not([class]) {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #1C2030;
  margin-bottom: 16px;
}
.tags a {
  display: inline-block;
  margin: 0 4px 10px 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1C2030;
  padding: 2px 12px;
  background: #DFDDF2;
  border-radius: 60px;
  transition: all 0.3s ease;
}
.tags a:hover {
  background: #6053BF;
  color: #fff;
}

.single-post .inner-main-screen h2,
.single-post .inner-main-screen h1 {
  margin-top: 10px;
}

.single-post .inner-main-screen h2,
.single-post .inner-main-screen h1,
.body-big h1 {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .single-post .inner-main-screen h2,
  .single-post .inner-main-screen h1,
  .body-big h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 460px) {
  .single-post .inner-main-screen h2,
  .single-post .inner-main-screen h1,
  .body-big h1 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}


.accordion .toggle {
  width: 100%;
  display: block;
  background: transparent;
  border: none;
  position: relative;
  text-align: left;
  padding: 24px 50px 24px 0;
}
.accordion .content {
  display: none;
  overflow: hidden;
  padding: 0 0 24px;
}
.accordion .content.show {
  display: block;
}
@media screen and (max-width: 1550px) {
	.accordion .toggle {
		padding: 19.2px 40px 19.2px 0;
	}
	.accordion .content {
		padding: 0 0 19.2px;
	}
}

@media screen and (max-width: 1200px) {
	.accordion .toggle {
		padding: 18px 37.5px 18px 0;
	}
	.accordion .content {
		padding: 0 0 18px;
	}
}

@media (max-width: 991px) {
  .section-questions {
    padding-top: 50px;
  }
}
.section-questions .inner-text p:not([class]) {
  margin-bottom: 24px;
}
.section-questions .inner-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.section-questions h2 {
  text-align: center;
  margin-bottom: 32px;
}
.section-questions .subtitle {
  text-align: center;
  font-size: 20px;
  color: #1C2030;
  font-weight: 600;
  margin-bottom: 48px;
}
@media screen and (max-width: 1550px) {
	.section-questions .inner-text p:not([class]) {
		margin-bottom: 19.2px;
	}
	.section-questions h2 {
		margin-bottom: 25.6px;
	}
	.section-questions .subtitle  {
		margin-bottom: 38.4px;
	}
}

@media screen and (max-width: 1200px) {
	.section-questions .inner-text p:not([class]) {
		margin-bottom: 18px;
	}
	.section-questions h2 {
		margin-bottom: 24px;
	}
	.section-questions .subtitle  {
		margin-bottom: 36px;
	}
}

.section-questions .accordion .toggle {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.36;
}
.section-questions .accordion .toggle i {
  content: "";
  width: 40px;
  height: 40px;
  background: #DFDDF2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  transition: all 0.3s ease;
}
.section-questions .accordion .toggle i:after {
  content: "";
  width: 2px;
  height: 12px;
  background: linear-gradient(180deg, #8B5EDD 0%, #7443CF 100%);
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 6px);
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.section-questions .accordion .toggle i:before {
  content: "";
  height: 2px;
  width: 12px;
  background: linear-gradient(180deg, #8B5EDD 0%, #7443CF 100%);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  transition: all 0.3s ease;
}

@media screen and (max-width: 1550px) {
	.section-questions .accordion .toggle i {
		width: 32px;
		height: 32px;
		top: calc(50% - 16px);
	}
	.section-questions .accordion .toggle i:after  {
		width: 1.6px;
		height: 9.6px;
		left: calc(50% - 0.8px);
  		top: calc(50% - 4.8px);
	}
	.section-questions .accordion .toggle i:before {
		height: 1.6px;
		width: 9.6px;
		top: calc(50% - 0.8px);
  		left: calc(50% - 4.8px);
	}
}

@media screen and (max-width: 1200px) {
	.section-questions .accordion .toggle i {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}
	.section-questions .accordion .toggle i:after  {
		width: 1.5px;
		height: 9px;
		left: calc(50% - 0.75px);
  		top: calc(50% - 4.5px);
	}
	.section-questions .accordion .toggle i:before {
		height: 1.5px;
		width: 9px;
		top: calc(50% - 0.75px);
  		left: calc(50% - 4.5px);
	}
}

.section-questions .accordion .toggle.opened i {
  background: #6053BF;
}
.section-questions .accordion .toggle.opened i:after {
  visibility: hidden;
  opacity: 0;
}
.section-questions .accordion .toggle.opened i:before {
  background: #fff;
}
.section-questions .accordion .item {
  border-bottom: 1px solid #EBEAEA;
}
.section-questions .accordion .item:first-child {
  border-top: 1px solid #EBEAEA;
}





/* TEAM */
.content.team {
  overflow: visible;
}

@media (max-width: 991px) {
  .section-team {
    padding-top: 70px;
  }
}
.section-team__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
@media (max-width: 991px) {
  .section-team__items {
    justify-content: center;
  }
}
.section-team__items .col-5 {
  width: 20%;
}
@media (max-width: 991px) {
  .section-team__items .col-5 {
    width: calc(100% / 3);
  }
  .section-team__items .col-5:nth-child(4) {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .section-team__items .col-5:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .section-team__items .col-5 {
    width: 50%;
  }
}
.section-team__items .item {
  text-align: center;
}
@media (max-width: 767px) {
  .section-team__items .item {
    margin-bottom: 50px;
  }
}
.section-team__items .item .name {
  font-size: 18px;
  line-height: 1.4;
  color: #1C2030;
  font-weight: 700;
  margin: 16px 0 4px 0;
}
@media (max-width: 1550px) {
  .section-team__items .item .name {
    font-size: 14.4px;
    margin: 12.8px 0 3.2px 0;
  }
}
@media (max-width: 1340px) {
  .section-team__items .item .name {
    font-size: 13.5px;
    margin: 12px 0 3px 0;
  }
}
.section-team__items .item .con {
  opacity: 0.9;
  color: #171C1F;
}
.section-team__items .item .hidden {
  margin-top: 16px;
  position: relative;
  min-height: 40px;
}
@media (max-width: 1550px) {
  .section-team__items .item .hidden {
    margin-top: 12.8px;
  }
}
@media (max-width: 1550px) {
  .section-team__items .item .hidden {
    margin-top: 12px;
  }
}
.section-team__items .item .btn {
  background: #DFDDF2;
  padding: 10.5px 39px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1550px) {
  .section-team__items .item .btn {
    margin-top: 12.8px;
    padding: 8.4px 31.2px;
  }
}
@media (max-width: 1550px) {
  .section-team__items .item .btn {
    margin-top: 12px;
    padding: 7.8px 29.2px;
  }
}
.section-team__items .item .text {
  color: #505771;
  background: #fff;
  text-align: center;
  display: none;
}
.section-team__items .item .img {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 1550px) {
  .section-team__items .item .img {
    width: 134.4px;
    height: 134.4px;
  }
}
@media (max-width: 1340px) {
  .section-team__items .item .img {
    width: 126px;
    height: 126px;
  }
}
.section-team__items .item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.06%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.section-team__items .item .img img {
  position: absolute;
  bottom: 0;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(0);
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.section-team__items .item .img .first {
  width: 100%;
  height: 100%;
}
.section-team__items .item .img .second {
  visibility: hidden;
  opacity: 0;
}
.section-team__items .item .img .btn-close {
  position: absolute;
  z-index: 99999;
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  bottom: 13px;
  visibility: hidden;
  opacity: 0;
}
.section-team__items .item .img .btn-close svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-team__items .item.detail .img {
  z-index: 9999;
}
.section-team__items .item.detail .img img {
  transform: scale(1.44) translateY(-26px);
  visibility: visible;
  opacity: 1;
  filter: grayscale(0);
}
.section-team__items .item.detail .img .first {
  visibility: hidden;
  opacity: 0;
}
.section-team__items .item.detail .img .second {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.section-team__items .item.detail .img .btn-close {
  transition: all 0.1s 0.4s ease;
  visibility: visible;
  opacity: 1;
}
.section-team__items .item.detail .img:after {
  transform: scale(1.44) translateY(-26px);
  visibility: visible;
  opacity: 1;
}
.section-team__items .item.detail .btn {
  visibility: hidden;
  opacity: 0;
}
.section-team__items .item.detail .text {
  z-index: 12;
  font-size: 1.5rem;
}

.section-team__items-no-margin .item {
  margin: 0 !important;
      display: flex;
    flex-direction: column;
    height: 100%;
}

.section-team__items-no-margin .item .con {
	 margin: 0 0 1rem;
}

.section-team__items-no-margin .item .hidden {
	    margin: auto 0 0;
}

.section-team__items-no-margin .col-5 {
  margin-bottom: 50px;
}

.section-team__items-no-margin .item .img {
  position: relative;
  width: 168px !important;
  height: 168px !important;
}
@media (max-width: 1550px) {
  .section-team__items-no-margin .item .img {
    width: 134.4px !important;
    height: 134.4px !important;
  }
}
@media (max-width: 1340px) {
  .section-team__items-no-margin .item .img {
    width: 126px !important;
    height: 126px !important;
  }
}

@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2) {
    margin-top: 80px;
  }
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2) .img {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2) {
    margin-top: 64px;
  }
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2) .img {
    width: 115.2px;
    height: 115.2px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2) {
    margin-top: 60px;
  }
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2) .img {
    width: 108px;
    height: 108px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2).detail .img img {
    transform: scale(1.44) translateY(-22px);
  }
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(2).detail .img:after {
    transform: scale(1.44) translateY(-22px);
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(3) {
    margin-top: 80px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(3) {
    margin-top: 64px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(1) .item:nth-child(3) {
    margin-top: 60px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1) {
    margin-top: 165px;
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1) .img {
    width: 124px;
    height: 124px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1) {
    margin-top: 132px;
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1) .img {
    width: 99px;
    height: 99px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1) {
    margin-top: 124px;
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1) .img {
    width: 93px;
    height: 93px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1).detail .img img {
    transform: scale(1.44) translateY(-19px);
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(1).detail .img:after {
    transform: scale(1.44) translateY(-19px);
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(2) {
    margin-top: 90px;
    margin-left: 30px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(2) {
    margin-top: 72px;
    margin-left: 24px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(2) {
    margin-top: 67.5px;
    margin-left: 22.5px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3) {
    margin-top: 70px;
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3) .img {
    width: 124px;
    height: 124px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3) {
    margin-top: 56px;
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3) .img {
    width: 99px;
    height: 99px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3) {
    margin-top: 52.5px;
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3) .img {
    width: 93px;
    height: 93px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3).detail .img img {
    transform: scale(1.44) translateY(-19px);
  }
  .section-team__items [class^=col-]:nth-child(2) .item:nth-child(3).detail .img:after {
    transform: scale(1.44) translateY(-19px);
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(1) {
    margin-top: 20px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(1) {
    margin-top: 16px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(1) {
    margin-top: 15px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(2) {
    margin-top: 70px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(2) {
    margin-top: 56px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(2) {
    margin-top: 52.5px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3) {
    margin-top: 80px;
  }
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3) .img {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3) {
    margin-top: 64px;
  }
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3) .img {
    width: 115.2px;
    height: 115.2px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3) {
    margin-top: 60px;
  }
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3) .img {
    width: 108px;
    height: 108px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3).detail .img img {
    transform: scale(1.44) translateY(-22px);
  }
  .section-team__items [class^=col-]:nth-child(3) .item:nth-child(3).detail .img:after {
    transform: scale(1.44) translateY(-22px);
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(1) {
    margin-top: -5px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(1) {
    margin-top: -4px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(1) {
    margin-top: -3.75px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2) {
    margin-top: 84px;
  }
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2) .img {
    width: 124px;
    height: 124px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2) {
    margin-top: 67.2px;
  }
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2) .img {
    width: 99px;
    height: 99px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2) {
    margin-top: 63px;
  }
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2) .img {
    width: 93px;
    height: 93px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2).detail .img img {
    transform: scale(1.44) translateY(-19px);
  }
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(2).detail .img:after {
    transform: scale(1.44) translateY(-19px);
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(3) {
    margin-top: 134px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(3) {
    margin-top: 107.2px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(4) .item:nth-child(3) {
    margin-top: 100.5px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1) {
    margin-top: 165px;
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1) .img {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1) {
    margin-top: 132px;
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1) .img {
    width: 115.2px;
    height: 115.2px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1) {
    margin-top: 124px;
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1) .img {
    width: 108px;
    height: 108px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1).detail .img img {
    transform: scale(1.44) translateY(-22px);
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(1).detail .img:after {
    transform: scale(1.44) translateY(-22px);
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2) {
    margin-top: 185px;
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2) .img {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 767.02px) and (max-width: 1550px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2) {
    margin-top: 148px;
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2) .img {
    width: 115.2px;
    height: 115.2px;
  }
}
@media (min-width: 767.02px) and (max-width: 1340px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2) {
    margin-top: 139px;
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2) .img {
    width: 108px;
    height: 108px;
  }
}
@media (min-width: 767.02px) {
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2).detail .img img {
    transform: scale(1.44) translateY(-22px);
  }
  .section-team__items [class^=col-]:nth-child(5) .item:nth-child(2).detail .img:after {
    transform: scale(1.44) translateY(-22px);
  }
}











/* Courses */
.courses-title h2, .courses-title .subtitle {
  text-align: center;
}
.courses-title h2 {
  margin-bottom: 32px;
}
@media (max-width: 1550px) {
  .courses-title h2 {
    margin-bottom: 25.6px;
  }
}
@media (max-width: 1340px) {
  .courses-title h2 {
    margin-bottom: 24px;
  }
}
.courses-title .subtitle {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #1C2030;
  margin-bottom: 40px;
}

.with_sert{
  display: flex;
  max-width: 1000px;
  margin: 0 auto 20px;
  gap: 30px;
}

.with_sert .subtitle {
  margin: 0;
}

.with_sert-block a {
    color: #6053BF;
    border-bottom: 1px solid #6053BF;
}

.with_sert-block a:hover {
  border-color: transparent;
}

.main_table_styles td{
    padding: 10px;
    border: 1px solid #eee;
}
.main_table_styles td.rotates{
  padding: 20px;
}
.main_table_styles .rotate_wrapper{
    display: flex;
    height: 130px;
    text-align: center;
}
.main_table_styles .rotate_text {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.main_table_styles thead{}
.main_table_styles thead tr{}
.main_table_styles thead td{}

.main_table_styles tbody{}
.main_table_styles tbody tr{}
.main_table_styles tbody td{}


.courses-title .subtitle a {
    color: #6053BF;
    border-bottom: 1px solid #6053BF;
}

.courses-title .subtitle a:hover {
  border-color: transparent;
}

@media (max-width: 1550px) {
  .courses-title .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1340px) {
  .courses-title .subtitle {
    font-size: 15px;
  }
}

.courses-filter {
  display: flex;
  align-items: center;
  margin: 48px 0 32px;
}

.courses-filter-new {
  flex-direction: column;
}

.filter-1-wrapper,
.filter-2-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.filter-1,
.filter-2,
.filter-2-all {
    display: flex;
    padding: 5px 10px;
    background: #6153bf;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    transition: all .3s ease;
    gap: 10px;
}

.filter-3 {
    display: flex;
    padding: 5px 10px;
    background: #6153bf;
    border-radius: 5px;
    /* font-size: 13px; */
    color: #fff;
    cursor: pointer;
    opacity: .7;
    transition: all .3s ease;
    gap: 10px;
}

.filter-2 {
  background: #fff;
  border: 1px solid #6153bf;
  color: #000;
}

.filter-2-all {
	background: none;
	border: none;
    color: #000;
}

.filter-1:hover,
.filter-1.active,
.filter-2:hover,
.filter-2.active,
.filter-3:hover,
.filter-2-all:hover {
  opacity: 1;
}

.filter-2:hover {
  background: #6153bf;
  color: #fff;
}

.filter-2-all.active .text1 {
	display: none;
}
.filter-2-all:not(.active) .text2 {
	display: none;
}

.filter-1.active,
.filter-2.active{
	font-weight: 600;
}


.courses-filter p:not([class]) {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-right: 24px;
  color: #1C2030;
}
@media (max-width: 1340px) {
  .courses-filter p:not([class]) {
    margin-right: 19.2px;
    font-size: 16px;
  }
}
@media (max-width: 1340px) {
  .courses-filter p:not([class]) {
    margin-right: 18px;
    font-size: 15px;
  }
}
.courses-filter select {
  background-color: #FFFFFF;
  background-image: url(../img/icons/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 14px;
  border: 1px solid rgba(96, 83, 191, 0.24);
  box-sizing: border-box;
  border-radius: 60px;
  padding: 15px 25px;
  font-size: 1.4rem;
  min-width: 312px;
  outline: none;
}

.formselect {
  outline: none;
    background-image: url(../img/icons/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 14px;
}

@media (max-width: 1550px) {
  .courses-filter select {
    padding: 12px 20px;
  }
}
@media (max-width: 1340px) {
  .courses-filter select {
    padding: 11.25px 18.75px;
  }
}
@media (max-width: 1200px) {
  .courses-filter select {
    min-width: 250px;
  }
}

.courses-list__wrap {
  border-top: 1px solid #D9D6F0;
  /*border-bottom: 1px solid #D9D6F0;*/
}
.courses-list__wrap .item {
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D9D6F0;
  transition: all 0.2s ease;
  border-radius: 0;
}
.courses-list__wrap .item:last-child {
  border: none;
}
@media (max-width: 1550px) {
  .courses-list__wrap .item {
    padding: 25.6px;
  }
}
@media (max-width: 1340px) {
  .courses-list__wrap .item {
    padding: 24px;
  }
}
.courses-list__wrap .item .img {
  width: 29%;
  max-height: 200px;
}
.courses-list__wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .courses-list__wrap .item .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.courses-list__wrap .item .info {
  width: 69.5%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .courses-list__wrap .item .info {
    width: 100%;
  }
}
.courses-list__wrap .item .h4 {
  color: #C9494A;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.courses-list__wrap .item {
      color: #505771;
}

.courses-list__wrap .item p:not([class]) {
  width: 100%;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}
@media (max-width: 1550px) {
  .courses-list__wrap .item p:not([class]) {
    margin-bottom: 19.2px;
  }
}
@media (max-width: 1340px) {
  .courses-list__wrap .item p:not([class]) {
    margin-bottom: 18px;
  }
}
@media (max-width: 1200px) {
  .courses-list__wrap .item p:not([class]) {
    margin-bottom: 15px;
  }
}
.courses-list__wrap .item .data-info {
  display: flex;
  width: 72%;
  padding: 24px 0 15px;
  border-top: 1px dashed #D9D6F0;
  margin: auto 0 0 0;
}
.courses-list__wrap .item .data-info span {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #1C2030;
  transition: all 0.2s ease;
}
.courses-list__wrap .item .data-info span:last-child {
  margin-right: 0;
}
.courses-list__wrap .item .data-info svg {
  display: block;
  margin-right: 14px;
}
.courses-list__wrap .item .data-info svg path {
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .courses-list__wrap .item .data-info svg {
    transform: scale(0.85);
  }
}
@media (max-width: 1550px) {
  .courses-list__wrap .item .data-info span {
    margin-right: 33.6px;
  }
  .courses-list__wrap .item .data-info svg {
    margin-right: 11.2px;
  }
}
@media (max-width: 1340px) {
  .courses-list__wrap .item .data-info span {
    margin-right: 30px;
  }
  .courses-list__wrap .item .data-info svg {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .courses-list__wrap .item .data-info {
    width: 100%;
    padding: 15px 0 10px;
  }
}
@media (max-width: 767px) {
  .courses-list__wrap .item .data-info {
    flex-wrap: wrap;
  }
  .courses-list__wrap .item .data-info span {
    margin-bottom: 5px;
  }
}
.courses-list__wrap .item .btn {
  margin: 0;
  vertical-align: bottom;
  transition: all 0.2s ease;
}
.courses-list__wrap .item .btn-wrap {
  width: 28%;
  text-align: right;
  margin: auto 0 0 0;
}
@media (max-width: 1200px) {
  .courses-list__wrap .item .btn-wrap {
    width: 100%;
  }
}
.courses-list__wrap .item:hover {
  background: #6053BF;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
}
.courses-list__wrap .item:hover .h4, .courses-list__wrap .item:hover p, .courses-list__wrap .item:hover span {
  color: #fff;
}
.courses-list__wrap .item:hover svg path {
  fill: #fff;
}
.courses-list__wrap .item:hover .btn {
  background: #fff;
  color: #6053BF;
}
.courses-list__wrap .item:hover .btn:after, .courses-list__wrap .item:hover .btn:before {
  display: none;
}
.courses-list__wrap .item:hover .btn:hover {
  color: #C9494A;
}

.free-consultation {
  padding: 70px 0;
  margin: 72px 0;
}
.free-consultation .h3 {
  max-width: 851px;
  width: 100%;
  margin: 0 auto 32px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1550px) {
  .free-consultation {
    padding: 57px 0;
    margin: 57px 0;
  }
  .free-consultation .h3 {
    margin-bottom: 25.6px;
  }
}
@media (max-width: 1340px) {
  .free-consultation {
    padding: 54px 0;
    margin: 54px 0;
  }
  .free-consultation .h3 {
    margin-bottom: 24px;
  }
}

/* section how get */
.section-how-get h2 {
  margin-bottom: 24px;
}
@media (max-width: 1550px) {
  .section-how-get h2 {
    margin-bottom: 19px;
  }
}
@media (max-width: 1340px) {
  .section-how-get h2 {
    margin-bottom: 18px;
  }
}
.section-how-get .items {
  margin-top: 72px;
  counter-reset: item;
}
@media (max-width: 1550px) {
  .section-how-get .items {
    margin-top: 57.6px;
  }
}
@media (max-width: 1340px) {
  .section-how-get .items {
    margin-top: 54px;
  }
}
@media (max-width: 991px) {
  .section-how-get .items {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-how-get .items {
    margin-top: 30px;
  }
}
.section-how-get .item {
  counter-increment: item;
}
@media (max-width: 991px) {
  .section-how-get .item {
    width: calc(100% / 3);
    margin: 0 0 30px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .section-how-get .item {
    width: 50%;
    padding: 0 5px;
  }
}
@media (max-width: 460px) {
  .section-how-get .item p:not(.title) {
    font-size: 1.3rem;
  }
}
.section-how-get .title {
  font-weight: bold;
  font-size: 2.2rem;
  color: #1C2030;
  margin: 16px 0 20px;
}
.section-how-get p a {
  color: #1C2030;
  text-decoration: underline;
}
.section-how-get p a:hover {
  text-decoration: none;
}
@media (max-width: 1550px) {
  .section-how-get .title {
    margin: 12.8px 0 16px;
  }
}
@media (max-width: 1340px) {
  .section-how-get .title {
    margin: 12px 0 15px;
  }
}
.section-how-get .num {
  width: 88px;
  height: 88px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 4px 50px rgba(60, 27, 86, 0.1);
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
}
.section-how-get .num:before {
  content: counter(item);
  margin-left: -80px;
  left: 0;
  top: 0;
  font-size: 64px;
  font-weight: 700;
  color: #C9494A;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1550px) {
  .section-how-get .num {
    width: 70px;
    height: 70px;
  }
  .section-how-get .num:before {
    margin-left: -64px;
    font-size: 51px;
  }
}
@media (max-width: 1340px) {
  .section-how-get .num {
    width: 66px;
    height: 66px;
  }
  .section-how-get .num:before {
    margin-left: -60px;
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .single-course .accessible-education .flex-3 .item {
    margin-right: 0 !important;
  }
}
.single-course .inner-main-screen .data-info {
  display: flex;
  width: 72%;
  padding: 24px 0 15px;
  justify-content: center;
  position: absolute;
  bottom: 48px;
}
.single-course .inner-main-screen .data-info span {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #fff;
}
.single-course .inner-main-screen .data-info span:last-child {
  margin-right: 0;
}
.single-course .inner-main-screen .data-info svg {
  display: block;
  margin-right: 14px;
}
.single-course .inner-main-screen .data-info svg path {
  transition: all 0.2s ease;
  fill: #fff;
}
@media (max-width: 1200px) {
  .single-course .inner-main-screen .data-info svg {
    transform: scale(0.85);
  }
}
@media (max-width: 1550px) {
  .single-course .inner-main-screen .data-info {
    bottom: 30px;
  }
  .single-course .inner-main-screen .data-info span {
    margin-right: 33.6px;
  }
  .single-course .inner-main-screen .data-info svg {
    margin-right: 11.2px;
  }
}
@media (max-width: 1340px) {
  .single-course .inner-main-screen .data-info {
    bottom: 20px;
  }
  .single-course .inner-main-screen .data-info span {
    margin-right: 30px;
  }
  .single-course .inner-main-screen .data-info svg {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .single-course .inner-main-screen .data-info {
    width: 100%;
    padding: 15px 0 10px;
  }
}
@media (max-width: 767px) {
  .single-course .inner-main-screen .data-info {
    bottom: 0;
    flex-wrap: wrap;
  }
  .single-course .inner-main-screen .data-info span {
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 5px;
  }
}
@media (max-width: 1200px) {
  .single-course .pt200 {
    padding-top: 50px !important;
  }
  .single-course .pb200 {
    padding-bottom: 50px !important;
  }
  .single-course .p200 {
    padding: 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .single-course .pt200 {
    padding-top: 30px !important;
  }
  .single-course .pb {
    padding-bottom: 30px !important;
  }
  .single-course .p200 {
    padding: 30px 0 !important;
  }
}

.adv-course .h3 {
  margin: 15px 0 24px;
  min-height: 83px;
}
@media (max-width: 1550px) {
  .adv-course .h3 {
    margin: 12px 0 19px;
  }
}
@media (max-width: 1340px) {
  .adv-course .h3 {
    margin: 11px 0 18px;
  }
}
@media (max-width: 767px) {
  .adv-course .h3 {
    margin: 5px 0 10px;
  }
}
.adv-course .icon {
  width: 66px;
  height: 66px;
}
.adv-course .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1550px) {
  .adv-course .icon {
    width: 53px;
    height: 53px;
  }
}
@media (max-width: 1340px) {
  .adv-course .icon {
    width: 49px;
    height: 49px;
  }
}
@media (max-width: 991px) {
  .adv-course .item {
    width: 50%;
    margin: 0 0 30px;
  }
  .adv-course .item p, .adv-course .item .h3 {
    max-width: 95%;
  }
}

.course-program h2 {
  margin-bottom: 56px;
}
@media (max-width: 1550px) {
  .course-program h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1340px) {
  .course-program h2 {
    margin-bottom: 42px;
  }
}
@media (max-width: 460px) {
  .course-program h2 {
    margin-bottom: 35px;
  }
}
.course-program .accordion .item {
  border: none !important;
  padding: 5px 0 25px;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 1200px) {
  .course-program .accordion .item {
    padding: 5px 0 15px;
    margin-bottom: 8px;
  }
}
.course-program .accordion .item:before {
  content: "";
  width: 1px;
  height: 32%;
  left: 19.5px;
  bottom: -5px;
  background: #DFDDF2;
  position: absolute;
}
@media (max-width: 1550px) {
  .course-program .accordion .item:before {
    left: 15.5px;
  }
}
@media (max-width: 1200px) {
  .course-program .accordion .item:before {
    left: 14.5px;
  }
}
@media (max-width: 460px) {
  .course-program .accordion .item:before {
    display: none;
  }
}
.course-program .accordion .item .toggle {
  padding: 0 0 0 64px;
}
@media (max-width: 767px) {
  .course-program .accordion .item .toggle {
    padding: 0 0 0 45px;
  }
}
.course-program .accordion .item .toggle i {
  right: auto;
  left: 0;
}
.course-program .accordion .item .content {
  padding: 20px 0 0 64px;
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  .course-program .accordion .item .content {
    padding: 20px 0 0 45px;
  }
}
@media (max-width: 460px) {
  .course-program .accordion .item .content {
    padding: 20px 0 0 0;
  }
}
.course-program .accordion .item .content ol {
  counter-reset: lesson;
}
.course-program .accordion .item .content ol li {
  border-bottom: 1px dashed #D9D6F0;
  color: #505771;
  font-size: 18px;
  line-height: 1.5;
  counter-increment: lesson;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.course-program .accordion .item .content ol li span {
  font-weight: 700;
}
.course-program .accordion .item .content ol li span:after {
  content: counter(lesson) ". ";
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-right: 5px;
}
@media (max-width: 1550px) {
  .course-program .accordion .item .content ol li span:after {
    font-size: 14.4px;
  }
}
@media (max-width: 1340px) {
  .course-program .accordion .item .content ol li span:after {
    font-size: 13.5px;
  }
}
@media (max-width: 1550px) {
  .course-program .accordion .item .content ol li {
    font-size: 14.4px;
  }
}
@media (max-width: 1340px) {
  .course-program .accordion .item .content ol li {
    font-size: 13.5px;
  }
}
.course-program .accordion .item .content ol li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.course-program .accordion .item .content:before {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  left: 19.5px;
  top: 20px;
  background: #6053BF;
  position: absolute;
}
@media (max-width: 1550px) {
  .course-program .accordion .item .content:before {
    left: 15.5px;
  }
}
@media (max-width: 1200px) {
  .course-program .accordion .item .content:before {
    left: 14.5px;
    top: 10px;
  }
}
@media (max-width: 460px) {
  .course-program .accordion .item .content:before {
    display: none;
  }
}
.course-program .accordion .item:last-child {
  margin-bottom: 0;
}
.course-program .accordion .item:last-child:before {
  display: none;
}
.course-program .accordion .item:last-child .content:before {
  display: none;
}

.examples-occupy .examples-slider {
  overflow: visible;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .examples-occupy .examples-slider {
    padding-bottom: 60px;
  }
}
.examples-occupy .slider-control {
  padding: 5px 0;
}
.examples-occupy .container {
  display: flex;
  flex-wrap: wrap;
}
.examples-occupy .container > .info {
  width: 40%;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .examples-occupy .container > .info {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .examples-occupy .container > .info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.examples-occupy .container > .info h2 {
  margin-bottom: 50px;
}
@media (max-width: 1550px) {
  .examples-occupy .container > .info h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1340px) {
  .examples-occupy .container > .info h2 {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .examples-occupy .container > .info h2 {
    margin-bottom: 15px;
  }
}
.examples-occupy .container .slider-wrap {
  width: 60%;
  padding: 0 181px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .examples-occupy .container .slider-wrap {
    padding: 0 120px;
  }
}
@media (max-width: 991px) {
  .examples-occupy .container .slider-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .examples-occupy .container .slider-wrap {
    width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 575px) {
  .examples-occupy .container .slider-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 460px) {
  .examples-occupy .container .slider-wrap {
    padding: 0 25px;
  }
}
.examples-occupy .container .swiper-slide {
  opacity: 0;
  transform: scale(0.74);
}
.examples-occupy .container .swiper-slide-next,
.examples-occupy .container .swiper-slide-prev {
  opacity: 0.4;
}
.examples-occupy .container .swiper-slide-next {
  transform: translateX(-45%) scale(0.74);
}
.examples-occupy .container .swiper-slide-prev {
  transform: translateX(45%) scale(0.74);
}
.examples-occupy .container .swiper-slide-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 1;
}

.courses-list__wrap .item .data-info:empty {
  border: none;
  padding: 0;
  margin: 0;
}


.section-worth {
  padding-top: 70px;
}
.section-worth .h2{
    max-width: 1100px;
    margin: 0 auto 25px;
}

.section-worth .subtext {
  line-height: 1.7;
}
.section-worth .content {
    padding: 0;
    margin: 30px 0 10px;
}

.section-worth .item {
  margin-bottom: 50px;
}

.section-worth .item img{
    margin: 0 auto;
    display: block;
}

.section-worth .item .title{
  line-height: 1.2;
  text-align: center;
  margin: 15px auto 20px;
  max-width: 300px;
  min-height: 6.2rem;
}

.section-worth .flex-3:first-child .item .title{
	min-height: 9.3rem;
}

.section-worth .item .desc{
    max-width: 350px;
    margin: 0 auto;
    line-height: 1.6;
}

.section-worth .bottom-desc {
  line-height: 1.7;
}

.section-worth .buttons {
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .section_icde_{
    max-width: 90%;
  }
}

.section-lessons .sub-text{
  display: block;
margin-top: 30px;
font-size: 18px;
  color: #505771;
  line-height: 1.7;
  font-weight: 400;
}

.section_icde_{
  position: relative;
  background: #EFEEF9;
  margin: 80px auto 0;
  border-radius: 50px 0 50px 0;
  padding: 35px 0;
}

.section_icde_ .obj-1 {
    position: absolute;
    left: 0;
    top: 40%;
}
.section_icde_ .obj-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.title_icde_{
    color: #6053BF;
    text-align: center;
    margin-bottom: 30px;
}

.sub_icde_{
    color: #505771;
    text-align: center;
    margin: 0;
}

.img_icde_{
    margin: 15px auto 30px;
    display: block;
}

.text_icde_{
    /* margin: 0 auto; */
    /* display: block; */
}

.buttons_icde_{

}

.education_forms_ef {
    padding: 50px 0 0;
}

.main_title__ef  {
        margin-bottom: 55px;
    background: #fff;
    padding: 12px 0;
}

.items_ef {}

.item_ef {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
	.education_forms_ef {row-gap: 10px}
  .flex-4 .item_ef {
    width: 49%;
	  margin: 0;
  }
}
@media (max-width: 460px) {
  .flex-4 .item_ef {
    width: 100%;
    margin: 0 0 15px;
  }
}

.img_ef {
    width: 128px;
    height: 128px;
    object-fit: contain;
    margin: 0 0 10px;
    background: #fff;
}

.title_ef {
    color: #6053BF;
    margin-bottom: 15px;
    text-align: center;
    min-height: 7.2rem;
        background: #fff;
}

.desc_ef {
    text-align: center;
    line-height: 1.6;
        background: #fff;
}

.buttons_ef {
    margin: auto 0 0;
}

@media (min-width: 600px) and (max-width: 800px){
    .values {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    .dottedline{
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 200px) and (max-width: 600px){
    .values {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    .dottedline{
        display: none;
    }
}

