/*fonts*/
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*-fonts*/
/*colors*/
/*-colors*/
/*animations*/
@-webkit-keyframes anim-1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes anim-1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes anim-2 {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes anim-2 {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes anim-3 {
  from {
    width: 0; }
  to {
    width: 13px; } }

@keyframes anim-3 {
  from {
    width: 0; }
  to {
    width: 13px; } }

@-webkit-keyframes anim-4 {
  0% {
    -webkit-transform: translate(0%);
    transform: translate(0%); }
  25% {
    -webkit-transform: translate(90%) scale(0.5);
    transform: translate(90%) scale(0.5); }
  50% {
    -webkit-transform: translate(90%, 90%);
    transform: translate(90%, 90%); }
  75% {
    -webkit-transform: translate(0%, 90%) scale(0.5);
    transform: translate(0%, 90%) scale(0.5); } }

@keyframes anim-4 {
  0% {
    -webkit-transform: translate(0%);
    transform: translate(0%); }
  25% {
    -webkit-transform: translate(90%) scale(0.5);
    transform: translate(90%) scale(0.5); }
  50% {
    -webkit-transform: translate(90%, 90%);
    transform: translate(90%, 90%); }
  75% {
    -webkit-transform: translate(0%, 90%) scale(0.5);
    transform: translate(0%, 90%) scale(0.5); } }

@-webkit-keyframes anim-5 {
  from {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
    transform: rotate(0deg) translateX(15px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
    transform: rotate(360deg) translateX(15px) rotate(-360deg); } }

@keyframes anim-5 {
  from {
    -webkit-transform: rotate(0deg) translateX(15px) rotate(0deg);
    transform: rotate(0deg) translateX(15px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(15px) rotate(-360deg);
    transform: rotate(360deg) translateX(15px) rotate(-360deg); } }

@-webkit-keyframes anim-6 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes anim-6 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes anim-7 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anim-7 {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes anim-8 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes anim-8 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

/*-animations*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'MuseoSansCyrl', sans-serif;
  font-weight: 300;
  line-height: normal;
  background: #FFFFFF;
  margin: 0; }

body::-webkit-scrollbar {
  width: 7px; }

body::-webkit-scrollbar-thumb {
  background: #FFFFFF; }

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7); }

p {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem; }

h1 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #FFFFFF; }

h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500; }

h5 {
  font-size: 20px;
  line-height: 24px;
  color: #2A2344;
  font-weight: 700; }

img {
  max-width: 100%; }

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0; }

li {
  list-style-type: none; }

a {
  outline: none;
  text-decoration: none; }

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: none; }

select:hover, select:focus {
  outline: none;
  text-decoration: none; }

textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none; }
  textarea::-webkit-input-placeholder {
    color: #5B6081; }
  textarea::-moz-placeholder {
    color: #5B6081; }
  textarea:-ms-input-placeholder {
    color: #5B6081; }
  textarea:-moz-placeholder {
    color: #5B6081; }
  textarea:hover, textarea:focus {
    outline: none;
    text-decoration: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; }
  input::-webkit-input-placeholder {
    color: #D3D5ED; }
  input::-moz-placeholder {
    color: #D3D5ED; }
  input:-ms-input-placeholder {
    color: #D3D5ED; }
  input:-moz-placeholder {
    color: #D3D5ED; }
  input:hover, input:focus {
    outline: none;
    text-decoration: none; }

button {
  cursor: pointer; }
  button:hover, button:focus {
    outline: none;
    text-decoration: none; }

html,
body {
  height: 100%; }

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative; }

.button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 442px;
  height: 70px;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #CF142B;
  border-radius: 50px;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    border-width: 35px 0 35px 50px;
    border-style: solid;
    border-color: transparent transparent transparent #CF142B;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .button:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 0;
    border-width: 35px 35px 35px 35px;
    border-style: solid;
    border-color: #CF142B #CF142B #CF142B transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .button svg {
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 15px; }

.section {
  margin-bottom: 160px; }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 100px; }
  .section-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    color: #2A2344;
    text-transform: uppercase; }
    .section-title span:after {
      content: '';
      position: absolute;
      right: -20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background: #2A2344;
      -webkit-animation: anim-3 2s infinite alternate;
      animation: anim-3 2s infinite alternate; }
    .section-title span:before {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1px;
      background: #2A2344;
      -webkit-animation: anim-3 2s infinite alternate;
      animation: anim-3 2s infinite alternate; }
  .section-title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
    color: #2A2344;
    margin-bottom: 0; }
    .section-title h2 b {
      color: #012A95; }

.fon {
  position: absolute;
  width: 350px; }
  .fon img {
    width: 100%; }

.fon-right {
  right: -350px; }

.fon-left {
  left: -350px; }

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 0; }

.header.fixed {
  background: #012A95;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.5); }

.header.fixed .header-logo svg {
  width: 100px;
  height: 50px; }

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-logo svg {
  width: 135px;
  height: 70px;
  fill: #FFFFFF;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-menu li {
    margin-right: 35px; }
  .header-menu li:last-child {
    margin-right: 0; }
  .header-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #D3D5ED;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .header-menu a span {
      display: block;
      position: relative;
      margin-bottom: 3px; }
    .header-menu a span:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 100%;
      height: 2px;
      width: 0;
      margin-left: 3px;
      background: #FFFFFF;
      -webkit-transition: 0.2s;
      transition: 0.2s; }

.header-burger {
  position: relative;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 36px;
  height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header-burger span {
    height: 2px;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header-burger span:nth-child(1) {
    width: 100%; }
  .header-burger span:nth-child(2) {
    width: 60%; }
  .header-burger span:nth-child(3) {
    width: 30%; }

.header-burger.open {
  height: 16px;
  -webkit-transform: rotate(90deg) translateY(-5px);
  transform: rotate(90deg) translateY(-5px); }
  .header-burger.open span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
    transform: translate(0px, 6px) rotate(-45deg); }
  .header-burger.open span:nth-child(2) {
    opacity: 0; }
  .header-burger.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: translate(0px, -7px) rotate(45deg);
    transform: translate(0px, -7px) rotate(45deg); }

/*-header*/
/*home*/
.home {
  position: relative;
  padding: 160px 0; }

.home-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 750px; }
  .home-box h1 {
    max-width: 690px;
    margin-bottom: 20px; }
  .home-box ul {
    max-width: 550px;
    margin-bottom: 30px; }
  .home-box li {
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 30px;
    margin-bottom: 15px; }
    .home-box li svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      fill: #FFFFFF;
      -webkit-animation: anim-1 2s infinite;
      animation: anim-1 2s infinite; }
  .home-box li:nth-child(2) svg {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .home-box li:nth-child(4) svg {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .home-box li:last-child {
    margin-bottom: 0; }
  .home-box img {
    position: absolute;
    z-index: -1;
    right: -100px;
    bottom: 90px; }

.home-box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.home-box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px; }
  .home-box_info svg {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-animation: anim-2 2s infinite linear alternate;
    animation: anim-2 2s infinite linear alternate; }

.home-box_mouse {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .home-box_mouse svg {
    width: 100px;
    height: 100px;
    stroke: #FFFFFF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: anim-2 3s infinite linear alternate;
    animation: anim-2 3s infinite linear alternate; }

/*-home*/
/*about*/
.about {
  position: relative; }

.about .fon {
  top: -200px; }

.about-wrap {
  position: relative;
  width: 100%; }

.about-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 700px;
  max-width: 700px; }

.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 33%;
  padding: 0 5px;
  margin-bottom: 45px; }
  .about-box p {
    font-size: 15px;
    line-height: 21px;
    color: #2A2344;
    margin-bottom: 0; }

.about-box_img {
  position: relative;
  margin-bottom: 5px; }
  .about-box_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: block;
    width: 63px;
    height: 63px;
    background: #D2BDDD;
    border-radius: 50%;
    -webkit-animation: anim-4 3s infinite ease-in-out;
    animation: anim-4 3s infinite ease-in-out; }
  .about-box_img:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 20px;
    bottom: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background: #D2BDDD;
    border-radius: 50%;
    animation: anim-4 4s infinite ease-in-out reverse; }

.about-box:nth-child(2n+2) .about-box_img:before {
  animation: anim-4 3s infinite ease-in-out reverse; }

.about-box:nth-child(2n+2) .about-box_img:after {
  -webkit-animation: anim-4 4s infinite ease-in-out;
  animation: anim-4 4s infinite ease-in-out; }

.about-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 650px; }

.about-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px; }

/*-about*/
/*plus*/
.plus .section-title {
  margin-bottom: 30px; }

.plus .fon-left {
  top: -200px; }

.plus .fon-right {
  bottom: -100px; }

.plus-boxs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 520px;
  margin-bottom: 50px; }

.plus-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 235px; }
  .plus-box img {
    margin-bottom: 15px; }
  .plus-box p {
    font-size: 15px;
    line-height: 21px;
    color: #2A2344;
    margin-bottom: 0; }
    .plus-box p b {
      color: #012A95; }

.plus-box:nth-child(1) {
  top: 370px;
  left: 0; }

.plus-box:nth-child(2) {
  top: 150px;
  left: 170px; }

.plus-box:nth-child(3) {
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.plus-box:nth-child(4) {
  top: 150px;
  right: 170px; }

.plus-box:nth-child(5) {
  top: 370px;
  right: 0; }

.plus-boxs_line {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }

.plus-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 50px;
  border-radius: 30px;
  background: url(../img/bgr/3.svg) center no-repeat;
  background-size: cover; }

.plus-wrap_text {
  width: 100%;
  max-width: 620px;
  color: #FFFFFF; }
  .plus-wrap_text p {
    margin-bottom: 50px; }
  .plus-wrap_text span {
    text-decoration: underline; }

.plus-wrap_photo {
  position: absolute;
  bottom: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 500px; }

/*-plus*/
/*work*/
.work .fon-left {
  top: 1100px; }

.work .fon-right {
  bottom: -200px; }

.work-boxs {
  margin-bottom: 200px; }

.work-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }
  .work-box:last-child {
    margin-bottom: 0; }

.work-box_text {
  width: 100%;
  max-width: 520px; }
  .work-box_text h3 {
    color: #2A2344;
    margin-bottom: 20px; }
  .work-box_text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2A2344;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .work-box_text li:before {
    content: '';
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 9px;
    margin-top: 3px;
    background: url(../img/ok.svg) center no-repeat;
    background-size: contain; }

.work-box_img {
  position: relative;
  width: 100%;
  max-width: 460px; }
  .work-box_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #D2BDDD;
    -webkit-animation: anim-6 15s infinite linear;
    animation: anim-6 15s infinite linear; }
  .work-box_img img {
    width: 100%;
    border-radius: 20px; }

.work-box:nth-child(2) .work-box_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.work-box:nth-child(2) .work-box_img:before {
  background: #F4F4FA;
  animation: anim-6 15s infinite linear reverse; }

.work-text_icon {
  position: relative;
  margin-bottom: 25px; }
  .work-text_icon:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #F4F4FA;
    -webkit-animation: anim-7 2s infinite alternate ease-out;
    animation: anim-7 2s infinite alternate ease-out; }
  .work-text_icon img {
    margin-left: 30px; }

.work-info {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 160px 80px 160px;
  background: url(../img/bgr/3.svg) center no-repeat;
  background-size: cover;
  border-radius: 30px; }
  .work-info .button {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

/*-work*/
/*result*/
.result {
  position: relative;
  padding-bottom: 250px; }

.result-boxs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.result-box {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 36, 125, 0.1);
  box-shadow: 0px 0px 50px rgba(0, 36, 125, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 32%;
  height: 360px; }
  .result-box span {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D2BDDD; }
  .result-box p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0; }

.result-box_img {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 35px; }
  .result-box_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #F4F4FA;
    -webkit-animation: anim-5 4s infinite linear;
    animation: anim-5 4s infinite linear; }

.result-box:nth-child(2n+2) .result-box_img:before {
  animation: anim-5 4s infinite linear reverse; }

.result-box:nth-child(2) {
  top: 50px; }

.result-box:nth-child(3) {
  top: 100px; }

.result-box:nth-child(4) {
  top: 20px; }

.result-box:nth-child(5) {
  top: 70px; }

.result-box:nth-child(6) {
  top: 120px; }

/*-result*/
/*teacher*/
.teacher .fon-left {
  top: 500px; }

.teacher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.teacher-slider {
  width: 100%;
  max-width: 460px;
  margin: 0;
  padding: 15px;
  overflow: visible; }

.teacher-slide {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 36, 125, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 36, 125, 0.1);
  border-radius: 20px;
  opacity: 0 !important; }
  .teacher-slide:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #F4F4FA;
    -webkit-animation: anim-8 5s infinite linear alternate;
    animation: anim-8 5s infinite linear alternate; }

.teacher-slide.swiper-slide-active {
  opacity: 1 !important; }

.teacher-slide_img {
  height: 410px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden; }
  .teacher-slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.teacher-slide_text {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: #FFFFFF; }
  .teacher-slide_text span {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #2A2344; }
  .teacher-slide_text h5 {
    color: #012A95;
    font-weight: 700; }
  .teacher-slide_text li {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 5px; }
  .teacher-slide_text li:last-child {
    margin-bottom: 0; }

.teacher-arrow_prev {
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F4F4FA;
  width: 50px;
  height: 60px;
  border-radius: 0 50% 50% 0;
  cursor: pointer; }
  .teacher-arrow_prev svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #00247D; }

.teacher-arrow_next {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F4F4FA;
  width: 50px;
  height: 60px;
  border-radius: 50% 0 0 50%;
  cursor: pointer; }
  .teacher-arrow_next svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #00247D; }

.teacher-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 515px; }

.teacher-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 48%;
  margin: 25px 0; }
  .teacher-box p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0; }

.teacher-box_img {
  position: relative;
  margin-bottom: 20px; }
  .teacher-box_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #F4F4FA;
    -webkit-animation: anim-7 2s infinite alternate ease-out;
    animation: anim-7 2s infinite alternate ease-out; }

.teacher-box:nth-child(2n+2) .teacher-box_img:before {
  animation: anim-7 2s infinite alternate-reverse ease-out; }

/*-teacher*/

/* location */
.location__subtitle {
  margin-top: 5px;
  color: #2A2344;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
}

.location__subtitle b {
  color: #012A94;
  font-weight: 400;
}

.location__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location__left {
  width: 280px;
  height: 580px;
  padding: 15px;
  padding-left: 20px;
  direction: rtl;
  overflow-y: scroll;
}

.location__left::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.location__left::-webkit-scrollbar-track {
  background: #FFFFFF;
  /* outline: 1px solid #012C9A; */
}

/* Handle */
.location__left::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #D2BDDD;
}

/* Handle on hover */
.location__left::-webkit-scrollbar-thumb:hover {
  background: #D2BDDD;
}

.location__button {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 15px;
  font-size: 18px;
  font-weight: 300;
  font-family: inherit;
  text-align: left;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(0, 36, 125, 0.1);
  background-color: #FFFFFF;
  direction: ltr;
  transition: 0.2s;
}

.location__button b {
  font-size: 16px;
  font-weight: 600;
}

.location__button span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.location__button:last-child {
  margin-bottom: 0;
}

.location__button--active {
  background-color: #D2BDDD;
}

.location__button:hover {
  background-color: #D2BDDD;
}

.location__right {
  position: relative;
  width: 680px;
  height: 597px;
  z-index: 2;
}

.location__right::after {
  content: '';
  position: absolute;
  top: -55px;
  left: -90px;
  width: 560px;
  height: 723px;
  background-image: url('../img/loc-dec.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.location__tab {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s linear;
}

.location__tab--active {
  /* display: block; */
  opacity: 1;
}

.location__image {
  display: block;
}

.location__content {
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #FFFFFF;
}

.location__name {
  margin-top: 0;
  margin-bottom: 8px;
  color: #012C9A;
  font-size: 20px;
  font-weight: 700;
}

.location__address {
  margin: 0;
  color: #2A2344;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (max-width: 900px) {
  .location__wrapper {
    flex-direction: column;
  }
  
  .location__left {
    width: auto;
    height: 200px;
    margin-bottom: 20px;
  }
  
  .location__right {
    width: 100%;
    height: 400px;
  }
  
  .location__tab {
    width: 100%;
  }
}

/*subsc*/
.subsc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px;
  background: url(../img/bgr/7.svg) center no-repeat;
  background-size: cover;
  color: #FFFFFF; }

.subsc-left {
  position: relative;
  width: 45%; }
  .subsc-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 1px;
    height: 100%;
    background: #D3D5ED;
    opacity: 0.25; }
  .subsc-left p {
    margin-bottom: 25px; }

.subsc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 45%; }
  .subsc-right h3 {
    margin-bottom: 25px; }
  .subsc-right li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px; }
  .subsc-right li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: url(../img/ok-2.svg) center no-repeat;
    background-size: contain; }

.subsc-right_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-radius: 10px;
  background: #AC1326;
  margin-top: 15px; }
  .subsc-right_date span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500; }
  .subsc-right_date span:nth-child(1) {
    margin-right: 30px; }
  .subsc-right_date svg {
    width: 40px;
    height: 40px;
    fill: #FFFFFF;
    margin-right: 15px; }

.subsc-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #FFFFFF; }

.subsc-form input {
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  border: 1px solid #D3D5ED;
  border-radius: 4px;
  background: transparent;
  padding: 0 15px;
  margin-top: 10px; }

.subsc-form input:focus {
  border: 1px solid #FFFFFF; }

/*-subsc*/
/*study*/
.study {
  position: relative; }

.study .fon-right {
  bottom: -300px; }

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

.study-box {
  width: 32%; }
  .study-box p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0; }

.study-box:nth-child(1),
.study-box:nth-child(2),
.study-box:nth-child(3) {
  margin-bottom: 70px; }

.study-box_img {
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px; }
  .study-box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/*-study*/
/*comment*/
.comment-slider {
  height: 370px;
  padding-bottom: 50px;
  margin-bottom: 30px; }

.comment-slide {
  width: 55%;
  background: #012A95; }
  .comment-slide:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.1s;
    transition: 0.1s; }
  .comment-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .comment-slide svg {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    fill: #CF142B;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
  .comment-slide iframe {
    width: 100%;
    height: 100%; }

.comment-slide.video:after {
  display: none; }

.comment-slide.video svg {
  display: none; }

.comment-slide.video img {
  display: none; }

.comment-slide.swiper-slide-active svg {
  opacity: 1; }

.comment-slide.swiper-slide-active:after {
  opacity: 0; }

.comment-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .comment-arrows svg {
    fill: #012A95;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.comment-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*-comment*/
/*quiz*/
.bgr-quiz {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 2560px;
  height: 600px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bgr/10.png) center no-repeat;
  background-size: cover; }

.quiz-list {
  padding-top: 150px; }

.quiz-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .quiz-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 500; }
  .quiz-list svg {
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
    margin: 0 20px; }

li.quiz-list_last {
  opacity: 0.75;
  font-weight: 300; }

.quiz-top {
  height: 310px;
  width: 100%;
  max-width: 800px; }
  .quiz-top h1 {
    font-weight: 700;
    color: #FFFFFF; }
  .quiz-top p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0; }

.quiz-bottom {
  width: 100%;
  max-width: 670px;
  margin-bottom: 100px; }
  .quiz-bottom p {
    margin-bottom: 20px; }

.quiz-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .quiz-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer; }
  .quiz-form button {
    width: 270px;
    margin-top: 20px; }

.quiz-form_span {
  display: block;
  color: #2A2344;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px; }

.jq-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #D2BDDD;
  margin-right: 10px; }

.jq-radio__div {
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CF142B; }

.jq-radio.checked .jq-radio__div {
  display: block; }

.jq-selectbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 290px;
  height: 40px;
  border: 1px solid #D2BDDD;
  border-radius: 5px;
  cursor: pointer; }

.jq-selectbox__select-text {
  font-size: 15px;
  color: #2A2344;
  margin-left: 20px;
  margin-right: 30px;
  text-overflow: clip; }

.jq-selectbox__dropdown {
  top: 100%;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CF142B;
  border-radius: 0 0 5px 5px; }
  .jq-selectbox__dropdown li {
    padding: 5px 20px;
    cursor: pointer; }

.jq-selectbox__trigger {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid rgba(42, 35, 68, 0.5);
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.jq-selectbox.dropdown .jq-selectbox__select {
  border: 1px solid #CF142B;
  border-radius: 5px 5px 0 0; }

.jq-selectbox.dropdown .jq-selectbox__trigger {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.quiz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }

.quiz-wrap_left {
  width: 100%;
  max-width: 450px;
  margin-right: 30px; }
  .quiz-wrap_left img {
    margin-bottom: 15px; }
  .quiz-wrap_left h3 {
    font-weight: 300; }
  .quiz-wrap_left b {
    color: #012A95; }
  .quiz-wrap_left p {
    margin-bottom: 30px; }
  .quiz-wrap_left button {
    width: 270px; }

.quiz-wrap_right {
  position: relative;
  width: 100%;
  height: 380px;
  max-width: 500px; }
  .quiz-wrap_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .quiz-wrap_right svg {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    fill: #CF142B;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
  .quiz-wrap_right iframe {
    width: 100%;
    height: 100%; }

.quiz-wrap_right.video:after {
  display: none; }

.quiz-wrap_right.video svg {
  display: none; }

.quiz-wrap_right.video img {
  display: none; }

/*-quiz*/
/*footer*/
.footer {
  padding: 5px 0;
  background: linear-gradient(184.27deg, #00247D -24.51%, #002991 19.68%, #0038C4 89.29%), linear-gradient(184.59deg, #00247D -22.99%, #002991 60.65%, #0038C4 120.08%); }

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-logo svg {
  height: 50px;
  width: 128px; }

.footer-info {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 300; }

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-socials li:nth-child(1) {
    margin-right: 30px; }
  .footer-socials svg {
    width: 28px;
    height: 28px;
    fill: #FFFFFF;
    opacity: 0.5;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.footer-socials a:hover svg {
  fill: #CF142B;
  opacity: 1; }

/*-footer*/
/*modal*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(1, 42, 149, 0.6);
  display: none; }

.modal-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1140px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.modal .subsc-wrap {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  width: 100%; }

.modal-close {
  position: absolute;
  right: 10px;
  top: -45px;
  width: 35px;
  height: 35px;
  fill: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

/*-modal*/
/*modal-two*/
.modal-two {
  display: none; }

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(1, 42, 149, 0.6);
  display: none;
}

.modal-two_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 480px;
  width: calc(100% - 20px);
  background: #012A95;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  padding: 40px 20px;
  z-index: 1111;
  border-radius: 20px; }
  .modal-two_box h3 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px; }

.modal-two_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .modal-two_date span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 10px; }
  .modal-two_date svg {
    width: 40px;
    height: 40px;
    fill: #FFFFFF;
    margin-right: 10px; }

.modal-close_two {
  position: absolute;
  top: 15px;
  right: -40px;
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

  @media screen and (max-width: 768px) {
    .modal-close_two {
      top: -45px;
      right: 0;
    }
  }
/*-modal-two*/
@media (min-width: 1201px) {
  /*hover*/
  .button:hover {
    background: #AC1326;
    letter-spacing: 1px; }
  .button:hover:after {
    right: -21px;
    border-color: transparent transparent transparent #AC1326; }
  .button:hover:before {
    left: -35px;
    border-color: #AC1326 #AC1326 #AC1326 transparent; }
  .button:hover svg {
    -webkit-transform: rotate(360deg) translateX(10px);
    transform: rotate(360deg) translateX(10px); }
  .home-box_mouse:hover svg {
    stroke: #CF142B; }
  .header-menu a:hover {
    color: #FFFFFF; }
  .header-menu a:hover span:after {
    width: 13px; }
  .comment-arrows svg:hover {
    fill: #CF142B; }
  .comment-slide svg:hover {
    fill: #012A95;
    width: 85px;
    height: 85px; }
  .teacher-arrow_next:hover svg,
  .teacher-arrow_prev:hover svg {
    stroke: #CF142B; }
  .modal-close:hover {
    fill: #CF142B;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .modal-close_two:hover {
    fill: #CF142B; }
  .jq-selectbox__dropdown li:hover {
    background: #012A95;
    color: #FFFFFF; }
  /*-hover*/
  /*bgr*/
  .home:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 2560px;
    height: 1124px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/bgr/1.svg) center no-repeat;
    background-size: auto; }
  .about:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 90px;
    left: 50%;
    width: 2560px;
    height: 1840px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/bgr/2.svg) center no-repeat;
    background-size: auto; }
  .work-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 70%;
    top: -100px;
    width: 1055px;
    height: 1120px;
    background: url(../img/bgr/4.svg) center no-repeat;
    background-size: cover; }
  .work-box:nth-child(2):before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 70%;
    right: auto;
    background: url(../img/bgr/5.svg) center no-repeat;
    background-size: cover; }
  .result:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2560px;
    height: 1120px;
    background: url(../img/bgr/6.svg) center no-repeat;
    background-size: cover; }
  .study:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2560px;
    height: 1973px;
    background: url(../img/bgr/8.svg) center no-repeat;
    background-size: cover; }
  /*-bgr*/ }

@media (max-width: 1200px) {
  /*options*/
  .section {
    margin-bottom: 100px; }
  .section-title {
    margin-bottom: 50px; }
  .button {
    width: 290px;
    font-size: 12px;
    height: 60px; }
    .button:after {
      display: none; }
    .button:before {
      display: none; }
  .fon {
    display: none; }
  /*-options*/
  /*header*/
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-menu {
    position: fixed;
    z-index: 7;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../img/bgr/9.svg) center no-repeat;
    background-size: cover;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .header-menu li {
      margin-right: 0;
      margin-bottom: 50px; }
    .header-menu li:last-child {
      margin-bottom: 0; }
    .header-menu a {
      font-size: 20px;
      font-weight: 300; }
    .header-menu a span {
      display: none; }
  .header-menu.open {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .header-logo svg {
    width: 90px;
    height: 40px; }
  .header.fixed .header-logo svg {
    width: 90px;
    height: 40px; }
  /*-header*/
  /*home*/
  .home {
    padding: 100px 0;
    background: #012A95;
    margin-bottom: 70px; }
  .home-box {
    height: auto;
    max-width: 750px;
    margin: 0 auto; }
    .home-box img {
      display: none; }
  .home-box_mouse {
    display: none; }
  /*-home*/
  /*about*/
  .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about-img {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 500px; }
  .about-boxs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-button {
    margin-top: 30px; }
  /*-about*/
  /*plus*/
  .plus-boxs_line {
    display: none; }
  .plus-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    max-width: 700px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  .plus-box {
    position: static;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    margin-bottom: 70px;
    margin-left: 30px;
    margin-right: 30px; }
  .plus-wrap_photo {
    display: none; }
  /*-plus*/
  /*work*/
  .work-boxs {
    margin-bottom: 70px; }
  .work-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .work-box_img {
    max-width: 200px;
    margin-right: 50px; }
  .work-box:nth-child(2) .work-box_img {
    margin-right: 0;
    margin-left: 50px; }
  /*-work*/
  /*result*/
  .result {
    padding-bottom: 120px; }
  .result-box {
    height: 420px; }
  /*-result*/
  /*subsc*/
  .subsc-right_date span {
    font-size: 18px; }
  .subsc-right_date span:nth-child(1) {
    margin-right: 20px; }
  .subsc-right_date svg {
    width: 35px;
    height: 35px; }
  /*-subsc*/
  /*teacher*/
  .teacher-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /*-teacher*/ }

@media (max-width: 768px) {
  /*options*/
  h1 {
    font-size: 20px;
    line-height: 30px; }
  h3 {
    font-size: 20px;
    line-height: 30px; }
  p {
    font-size: 15px;
    line-height: 21px; }
  .section-title span {
    font-size: 15px; }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px; }
  /*-options*/
  /*home*/
  .home-box li {
    font-size: 15px; }
  .home-box_info {
    display: none; }
  /*-home*/
  /*about*/
  .about {
    margin-bottom: 50px; }
  .about-box {
    width: 100%; }
  /*-about*/
  /*plus*/
  .plus {
    background: #F4F4FA;
    padding-top: 50px; }
  .plus .container {
    padding: 0; }
  .plus .section-title {
    padding-left: 15px;
    padding-right: 15px; }
  .plus .plus-boxs {
    padding-left: 15px;
    padding-right: 15px; }
  .plus-box {
    margin-left: 0;
    margin-right: 0; }
  .plus-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 15px;
    background: #012A95;
    border-radius: 0; }
  .plus-wrap_img {
    margin-top: 20px; }
  /*-plus*/
  /*work*/
  .work .container {
    padding: 0; }
  .work-boxs {
    padding-left: 15px;
    padding-right: 15px; }
  .work-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .work-box_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 350px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }
  .work-box:nth-child(2) .work-box_img {
    margin-left: auto;
    margin-right: auto; }
  .work-info {
    padding: 50px 15px;
    background: #012A95;
    border-radius: 0; }
  /*-work*/
  /*result*/
  .result {
    padding-bottom: 0; }
  .result-box {
    width: 100%;
    top: auto !important;
    margin-bottom: 30px;
    height: auto; }
  .result-box:last-child {
    margin-bottom: 0; }
  /*-result*/
  /*teacher*/
  .teacher-box {
    margin-top: 0;
    margin-bottom: 30px; }
  .teacher-box:last-child {
    margin-bottom: 0; }
  .teacher-slide_img {
    height: 290px; }
  .teacher-slide_text {
    padding: 15px; }
  .teacher-box {
    width: 100%; }
    .teacher-box p {
      font-size: 15px;
      line-height: 21px; }
  .teacher-arrow_prev {
    top: 200px;
    width: 40px; }
  .teacher-arrow_next {
    top: 200px;
    width: 40px; }
  /*-teacher*/
  /*subsc*/
  .subsc .container {
    padding: 0; }
  .subsc-wrap {
    border-radius: 0;
    padding: 50px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #012A95; }
  .subsc-left {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .subsc-left:after {
    right: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 100%; }
  .subsc-right {
    width: 100%; }
  .subsc-right_date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 15px; }
  .subsc-right_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .subsc-right_date svg {
    width: 30px;
    height: 30px; }
  .subsc-right_date span {
    font-size: 16px; }
  /*-subsc*/
  /*study*/
  .study-box {
    width: 100%;
    margin-bottom: 30px; }
  .study-box:nth-child(1), .study-box:nth-child(2), .study-box:nth-child(3) {
    margin-bottom: 30px; }
  .study-box:last-child {
    margin-bottom: 0; }
  .study-box_img {
    height: 220px; }
  /*-study*/
  /*comment*/
  .comment-slider {
    height: 300px; }
  .comment-slide {
    width: 100%; }
  .comment-slide svg {
    width: 50px;
    height: 50px; }
  /*-comment*/
  /*quiz*/
  .bgr-quiz {
    height: 250px;
    top: 0;
    background: #012A95; }
  .quiz-top {
    height: 150px; }
    .quiz-top p {
      font-size: 15px;
      line-height: 21px; }
  .quiz-list {
    padding-top: 90px;
    margin-bottom: 20px; }
    .quiz-list li {
      font-size: 20px;
      line-height: 20px; }
    .quiz-list svg {
      width: 20px;
      height: 20px;
      margin: 0 15px; }
  .quiz-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .quiz-wrap_left {
    margin-bottom: 30px; }
  .quiz-wrap_right {
    max-width: 100%;
    height: 300px; }
    .quiz-wrap_right svg {
      width: 50px;
      height: 50px; }
  /*-quiz*/
  /*footer*/
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    font-size: 13px; }
  .footer-socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px; }
  .footer-logo {
    margin-bottom: 10px; }
  .footer-socials li {
    margin: 0 10px !important; }
  /*-footer*/
  /*modal*/
  .modal-close {
    top: 10px;
    width: 30px;
    height: 30px; }
  .modal .subsc-wrap {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .modal-wrap {
    padding: 0;
    height: 100%; }
  .modal .subsc-right {
    display: none; }
  .modal .subsc-left {
    padding-bottom: 0;
    margin-bottom: 0; }
  .modal .subsc-left:after {
    display: none; }
  .modal-two_date svg {
    width: 25px;
    height: 25px; }
  .modal-two_date span {
    font-size: 17px; }
  /*-modal*/ }

.form input{
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 6px;
    border: 1px solid #ffffff;
    box-shadow: none;
    background: transparent;
    padding: 8px 16px 8px 16px;
    transition: all 0.2s linear 0s;
    width: 100%;
    display: block;
    margin: 20px auto;
}
.form .form__submit {
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.25;
    background: #df0404;
    border-radius: 30px;
    border: 0px solid #ffffff;
    box-shadow: none;
    width: 300px;
    height: 60px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    outline: none;
}