/*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*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

body::-webkit-scrollbar-track {
  background: rgba(42, 35, 68, 0.7); }

p {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  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: 50px;
  line-height: 62px;
  font-weight: 500; }

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

h4 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 500; }

h5 {
  font-size: 18px;
  line-height: 22px;
  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;
  border-radius: 0; }
  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;
  border-radius: 0; }
  input::-webkit-input-placeholder {
    color: #5B6081; }
  input::-moz-placeholder {
    color: #5B6081; }
  input:-ms-input-placeholder {
    color: #5B6081; }
  input:-moz-placeholder {
    color: #5B6081; }
  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 {
  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; }

.wrapper-single {
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

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

.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;
  margin-bottom: 70px;
  text-align: center; }
  .section-title span {
    display: block;
    font-size: 16px;
    color: #2A2344;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .section-title h2 {
    position: relative;
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    color: #2A2344;
    width: auto;
    margin-bottom: 0; }
    .section-title h2:after {
      content: '';
      position: absolute;
      left: 105%;
      top: 20px;
      height: 2px;
      width: 42px;
      background: #292D6D;
      -webkit-animation: anim-13 2s infinite linear alternate;
      animation: anim-13 2s infinite linear alternate; }
    .section-title h2:before {
      content: '';
      position: absolute;
      right: 105%;
      top: 20px;
      height: 2px;
      width: 42px;
      background: #292D6D;
      -webkit-animation: anim-13 2s infinite linear alternate;
      animation: anim-13 2s infinite linear alternate; }
  .section-title b {
    font-weight: 500;
    color: #D70A2B; }

.section-title_left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left; }

.section-title_left h2:after {
  display: none; }

.button {
  position: relative;
  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;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 80px;
  color: #FFFFFF;
  max-width: 380px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .button img {
    margin-left: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.button-line_one {
  position: absolute;
  left: -10px;
  top: -10px; }
  .button-line_one:after {
    content: '';
    position: absolute;
    left: -10px;
    display: block;
    width: 80px;
    height: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button-line_one:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    height: 80px;
    width: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.button-line_two {
  position: absolute;
  right: -10px;
  bottom: -10px; }
  .button-line_two:after {
    content: '';
    position: absolute;
    right: -10px;
    display: block;
    width: 80px;
    height: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button-line_two:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
    height: 80px;
    width: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.btn-red {
  background: #D70A2B; }

.btn-yellow {
  background: #F1C950; }

.list li {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #2A2344;
  font-weight: 300;
  padding-left: 30px;
  margin-bottom: 20px; }

.list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/7.svg) center no-repeat;
  background-size: contain; }

.list li:last-child {
  margin-bottom: 0; }

.slider-arrow {
  width: 70px;
  height: 30px;
  cursor: pointer;
  outline: none;
  margin: 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #CF142B; }

/*-options*/
/*animations*/
@-webkit-keyframes anim-1 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes anim-1 {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@-webkit-keyframes anim-2 {
  from {
    width: 0; }
  to {
    width: 63px; } }

@keyframes anim-2 {
  from {
    width: 0; }
  to {
    width: 63px; } }

@-webkit-keyframes anim-3 {
  from {
    height: 0; }
  to {
    height: 63px; } }

@keyframes anim-3 {
  from {
    height: 0; }
  to {
    height: 63px; } }

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

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

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

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

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

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

@-webkit-keyframes anim-7 {
  from {
    opacity: 0; }
  to {
    opacity: 0.15; } }

@keyframes anim-7 {
  from {
    opacity: 0; }
  to {
    opacity: 0.15; } }

@-webkit-keyframes anim-8 {
  from {
    opacity: 0; }
  to {
    opacity: 0.25; } }

@keyframes anim-8 {
  from {
    opacity: 0; }
  to {
    opacity: 0.25; } }

@-webkit-keyframes anim-9 {
  from {
    background: rgba(0, 0, 0, 0.8); }
  to {
    background: transparent; } }

@keyframes anim-9 {
  from {
    background: rgba(0, 0, 0, 0.8); }
  to {
    background: transparent; } }

@-webkit-keyframes anim-10 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  75% {
    -webkit-transform: translateX(70%) scale(0.5);
    transform: translateX(70%) scale(0.5); } }

@keyframes anim-10 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  75% {
    -webkit-transform: translateX(70%) scale(0.5);
    transform: translateX(70%) scale(0.5); } }

@-webkit-keyframes anim-11 {
  from {
    height: 0; }
  to {
    height: 50px; } }

@keyframes anim-11 {
  from {
    height: 0; }
  to {
    height: 50px; } }

@-webkit-keyframes anim-12 {
  from {
    width: 0; }
  to {
    width: 80px; } }

@keyframes anim-12 {
  from {
    width: 0; }
  to {
    width: 80px; } }

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

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

/*-animations*/
/*header*/
.header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.header.fixed {
  background: rgba(42, 35, 68, 0.7); }

.header .container {
  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; }

.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-left: 40px; }
  .header-menu a {
    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;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .header-menu a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 150%;
      width: 0;
      height: 2px;
      background: #D70A2B;
      -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;
  z-index: 1;
  height: 100vh;
  overflow: hidden; }
  .home:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/images/1.jpg) center no-repeat;
    background-size: cover;
    -webkit-animation: anim-4 10s;
    animation: anim-4 10s; }
  .home:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50);
    transform: translate(-50%, -50);
    width: 100%;
    height: 100%;
    -webkit-animation: anim-9 10s;
    animation: anim-9 10s; }

.home .container {
  height: 100%;
  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; }

.home-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;
  width: 100%; }
  .home-wrap h1 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 35px; }
  .home-wrap mark {
    background-color: #D70A2B;
    color: #FFFFFF; }

.home-boxs {
  width: 100%;
  margin-bottom: 50px; }

.home-boxs .swiper-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-box {
  position: relative;
  width: 23%;
  height: 220px;
  background: rgba(4, 4, 4, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 15px;
  color: #FFFFFF; }
  .home-box:after {
    content: '';
    position: absolute;
    width: 63px;
    height: 2px;
    background: #CEA753;
    -webkit-animation: anim-2 4s linear infinite alternate;
    animation: anim-2 4s linear infinite alternate; }
  .home-box:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 63px;
    background: #CEA753;
    -webkit-animation: anim-3 4s linear infinite alternate;
    animation: anim-3 4s linear infinite alternate; }
  .home-box span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #CEA753; }
  .home-box img {
    -webkit-animation: anim-1 3s linear infinite alternate;
    animation: anim-1 3s linear infinite alternate;
    margin-bottom: 15px; }
  .home-box p {
    margin-bottom: 0; }

.home-box:nth-child(2n+2) img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.home-box_one:after {
  left: -1px;
  top: -1px; }

.home-box_one:before {
  left: -1px;
  top: -1px; }

.home-box_two:after {
  left: -1px;
  bottom: -1px; }

.home-box_two:before {
  left: -1px;
  bottom: -1px; }

.home-box_three:after {
  right: -1px;
  bottom: -1px; }

.home-box_three:before {
  right: -1px;
  bottom: -1px; }

.home-box_four:after {
  right: -1px;
  top: -1px; }

.home-box_four:before {
  right: -1px;
  top: -1px; }

/*-home*/
/*about*/
.about {
  padding-top: 150px;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.about .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; }

.about-left {
  width: 100%;
  max-width: 525px; }

.about-left .section-title {
  margin-bottom: 40px; }

.about-right {
  position: relative; }
  .about-right:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: -50px;
    bottom: -50px;
    width: 230px;
    height: 230px;
    background: url(../img/images/3.png) center no-repeat;
    background-size: contain;
    -webkit-animation: anim-5 15s infinite linear;
    animation: anim-5 15s infinite linear; }
  .about-right img {
    width: 100%;
    max-width: 500px;
    border: 30px solid #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    -webkit-animation: anim-1 3s linear infinite alternate;
    animation: anim-1 3s linear infinite alternate; }

.about-line_one {
  position: absolute;
  right: 0;
  top: 0; }
  .about-line_one:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 20px;
    right: -45px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }
  .about-line_one:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50px;
    right: -5px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }

.about-line_two {
  position: absolute;
  left: 0;
  bottom: 0; }
  .about-line_two:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -110px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }
  .about-line_two:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    right: -80px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }

.about-bottom {
  margin-top: 200px; }

.about-bottom .container {
  position: relative; }

.about-bottom_img {
  position: relative;
  left: -430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.about-bottom_box {
  position: absolute;
  top: 50%;
  right: -110px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 800px;
  padding: 80px 130px; }
  .about-bottom_box:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    height: 100%;
    width: 2000px; }

.about-bottom_text {
  position: relative; }
  .about-bottom_text:before {
    content: '';
    position: absolute;
    left: -48px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #CEA753;
    -webkit-animation: anim-13 3s linear infinite alternate;
    animation: anim-13 3s linear infinite alternate; }
  .about-bottom_text h2 {
    font-size: 36px;
    line-height: 50px;
    color: #2A2344;
    font-weight: 500;
    margin-bottom: 30px; }
  .about-bottom_text b {
    color: #D70A2B;
    font-weight: 500; }
  .about-bottom_text p {
    margin-bottom: 40px; }

/*-about*/
/*study*/
.study {
  padding-top: 150px; }

.study-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; }

.study-left {
  position: relative; }
  .study-left img {
    width: 100%;
    max-width: 650px;
    border: 25px solid #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    -webkit-animation: anim-1 3s linear infinite alternate;
    animation: anim-1 3s linear infinite alternate; }

.study-line_one {
  position: absolute;
  right: 0;
  top: 0; }
  .study-line_one:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    right: -10px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }
  .study-line_one:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 25px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }

.study-right {
  max-width: 500px;
  width: 100%; }
  .study-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px; }
  .study-right li:last-child {
    margin-bottom: 0; }
  .study-right span {
    font-size: 16px;
    font-weight: 700;
    color: #CEA753;
    margin-right: 5px; }

/*-study*/
/*info*/
.info {
  background: #D70A2B;
  margin-top: 190px; }

.info .container {
  position: relative;
  padding: 50px 0; }

.info-text {
  color: #FFFFFF;
  width: 100%;
  max-width: 650px; }
  .info-text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px; }

.info-img {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.info-left .info-img {
  right: auto;
  left: 15px; }

.info-left .info-text {
  margin-left: auto; }

/*-info*/
/*program*/
.program {
  padding-top: 150px;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.program-boxs {
  position: relative; }

.program-box {
  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: 150px; }

.program-box:last-child {
  margin-bottom: 0; }

.program-box_img {
  position: relative; }
  .program-box_img img {
    width: 100%;
    max-width: 550px;
    border: 25px solid #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    -webkit-animation: anim-1 3s linear infinite alternate;
    animation: anim-1 3s linear infinite alternate; }

.program-box_text {
  max-width: 450px; }
  .program-box_text h4 {
    margin-bottom: 25px; }

.program-line {
  position: absolute;
  z-index: -1;
  top: 150px;
  left: 50%;
  width: 145px;
  height: 1807px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.program-line_1 {
  opacity: 0.15;
  -webkit-animation: anim-7 2s infinite linear;
  animation: anim-7 2s infinite linear; }

.program-line_2 {
  opacity: 0.25;
  -webkit-animation: anim-8 3s infinite linear;
  animation: anim-8 3s infinite linear; }

.program-box_line {
  position: absolute;
  right: 0;
  top: 0; }
  .program-box_line:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    right: -10px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 3s linear infinite alternate;
    animation: anim-6 3s linear infinite alternate; }
  .program-box_line:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 25px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 3s linear infinite alternate;
    animation: anim-6 3s linear infinite alternate; }

/*-program*/
/*how*/
.how {
  padding-top: 150px;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.how .container {
  position: relative; }

.how-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 850px; }

.how-box {
  width: 30%;
  margin-right: 20px; }
  .how-box p {
    margin-bottom: 0;
    height: 110px; }

.how-box:nth-child(2),
.how-box:nth-child(4) {
  margin-right: 50px; }

.how-box_icon {
  position: relative; }
  .how-box_icon:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: block;
    width: 56px;
    height: 56px;
    background: rgba(241, 201, 80, 0.25);
    border-radius: 50%;
    -webkit-animation: anim-10 5s infinite ease-in-out;
    animation: anim-10 5s infinite ease-in-out; }

.how-box:nth-child(2n+2) .how-box_icon:before {
  animation: anim-10 5s infinite ease-in reverse; }

.how-img {
  position: absolute;
  top: -200px;
  right: -350px;
  -webkit-animation: anim-1 3s linear infinite alternate;
  animation: anim-1 3s linear infinite alternate; }

/*-how*/
/*control*/
.control {
  padding-top: 130px;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.control .container {
  position: relative; }

.control-text {
  position: relative;
  z-index: 2; }

.control-list {
  width: 100%;
  max-width: 550px;
  padding: 60px 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
  box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
  margin-bottom: 70px; }
  .control-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px; }
  .control-list li:last-child {
    margin-bottom: 0; }
  .control-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(../img/svg/15.svg) center no-repeat;
    background-size: contain; }

.control-img {
  position: absolute;
  right: 15px;
  top: -30px; }
  .control-img img {
    width: 100%;
    max-width: 700px;
    border: 25px solid #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05); }

.control-img_line {
  position: absolute;
  right: 0;
  top: 0; }
  .control-img_line:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 15px;
    right: -10px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 3s linear infinite alternate;
    animation: anim-6 3s linear infinite alternate; }
  .control-img_line:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 25px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 3s linear infinite alternate;
    animation: anim-6 3s linear infinite alternate; }

.control-table {
  position: absolute;
  z-index: 3;
  bottom: -60px;
  right: 180px;
  -webkit-animation: anim-1 3s linear infinite alternate;
  animation: anim-1 3s linear infinite alternate; }

/*-control*/
/*result*/
.result {
  padding-top: 150px;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.result-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; }

.result-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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 32%;
  height: 270px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
  box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
  padding: 40px 30px;
  margin-bottom: 25px; }
  .result-box img {
    margin-bottom: 20px;
    -webkit-animation: anim-1 3s linear infinite alternate;
    animation: anim-1 3s linear infinite alternate; }
  .result-box p {
    margin-bottom: 0; }

.result-box:nth-child(2n+2) img {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.result-box:nth-child(2n+2) .result-line_one:after,
.result-box:nth-child(2n+2) .result-line_one:before,
.result-box:nth-child(2n+2) .result-line_two:after,
.result-box:nth-child(2n+2) .result-line_two:before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.result-line_one {
  position: absolute;
  left: 20px;
  top: 20px; }
  .result-line_one:after {
    content: '';
    position: absolute;
    left: -10px;
    display: block;
    width: 80px;
    height: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: anim-12 4s infinite linear alternate;
    animation: anim-12 4s infinite linear alternate; }
  .result-line_one:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    height: 50px;
    width: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: anim-11 4s infinite linear alternate;
    animation: anim-11 4s infinite linear alternate; }

.result-line_two {
  position: absolute;
  right: 20px;
  bottom: 20px; }
  .result-line_two:after {
    content: '';
    position: absolute;
    right: -10px;
    display: block;
    width: 80px;
    height: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: anim-12 4s infinite linear alternate;
    animation: anim-12 4s infinite linear alternate; }
  .result-line_two:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
    height: 50px;
    width: 1px;
    background: #F1C950;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: anim-11 4s infinite linear alternate;
    animation: anim-11 4s infinite linear alternate; }

.result-bottom {
  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;
  margin-top: 140px; }

.result-bottom_img {
  position: relative; }
  .result-bottom_img img {
    width: 100%;
    max-width: 550px;
    border: 25px solid #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
    -webkit-animation: anim-1 3s linear infinite alternate;
    animation: anim-1 3s linear infinite alternate; }

.result-bottom_line {
  position: absolute;
  left: 0;
  bottom: 0; }
  .result-bottom_line:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -110px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }
  .result-bottom_line:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 20px;
    right: -80px;
    display: block;
    width: 128px;
    height: 2px;
    background: #CFA753;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: anim-6 4s linear infinite alternate;
    animation: anim-6 4s linear infinite alternate; }

.result-bottom_text {
  position: relative;
  width: 100%;
  max-width: 460px; }
  .result-bottom_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
    width: 5px;
    background: #CEA753;
    -webkit-animation: anim-13 3s linear infinite alternate;
    animation: anim-13 3s linear infinite alternate; }
  .result-bottom_text b {
    font-weight: 500;
    color: #D70A2B; }

/*-result*/
/*subscr*/
.subscr {
  padding-top: 150px;
  padding-bottom: 100px;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.subscr-wrap {
  position: relative;
  margin-top: 130px; }

.subscr-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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 510px;
  height: 600px;
  padding: 40px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
  box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05); }

.subscr-date {
  position: absolute;
  right: 0;
  top: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(42, 35, 68, 0.05);
  box-shadow: 0px 5px 15px rgba(42, 35, 68, 0.05);
  padding: 10px 20px; }
  .subscr-date li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .subscr-date li:nth-child(1) {
    margin-right: 10px; }
  .subscr-date span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-left: 10px;
    color: #D70A2B; }
  .subscr-date img {
    width: 40px;
    height: 40px;
    margin-right: 10px; }

.subscr-box {
  background: #F1C950;
  padding: 60px 30px; }
  .subscr-box h3 {
    width: 100%;
    max-width: 490px;
    margin-left: auto;
    margin-bottom: 20px; }

.subscr-list {
  width: 100%;
  max-width: 490px;
  margin-left: auto; }
  .subscr-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px; }
  .subscr-list li:last-child {
    margin-bottom: 0; }
  .subscr-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(../img/svg/15.svg) center no-repeat;
    background-size: contain; }

/*-subscr*/
/*plus*/
.plus {
  padding-top: 100px;
  padding-bottom: 70px; }

.plus-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; }

.plus-box {
  width: 32%;
  margin-bottom: 30px; }
  .plus-box h5 {
    font-size: 20px; }
  .plus-box p {
    margin-bottom: 0; }

.plus-box_img {
  width: 100%;
  height: 240px;
  border: 5px solid #FFFFFF;
  -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.2);
  box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.2);
  margin-bottom: 20px; }
  .plus-box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/*-plus*/
/*comment*/
.comment {
  padding: 90px 0;
  background: url(../img/bgr/1.png) center no-repeat;
  background-size: cover; }

.comment-slider {
  height: 370px;
  margin-bottom: 30px; }

.comment-slide {
  width: 55%;
  background: #2A2344; }
  .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: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
    .comment-slide svg circle {
      fill: #CF142B;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
    .comment-slide svg path {
      fill: #FFFFFF;
      -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-bottom {
  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;
  margin-top: 40px; }

.comment-pagination {
  display: none;
  position: static;
  width: auto;
  font-size: 20px;
  color: #2A2344; }

/*-comment*/
/*quiz*/
.quiz {
  /* margin-bottom: 50px;  */
}

.quiz-info {
  min-height: calc(100vh - 85px);
  padding-top: 150px;
  padding-bottom: 100px;
  background: url(../img/images/25.jpg) center no-repeat;
  background-size: cover;
  /* margin-bottom: 50px;  */
}

.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 {
  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; }
  .quiz-bottom p {
    margin-bottom: 20px; }

.quiz-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;
  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: #CF142B; }
  .quiz-wrap_left p {
    margin-bottom: 30px; }

.quiz-wrap_right {
  position: relative;
  width: 100%;
  max-width: 500px;
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05);
  box-shadow: 0px 10px 25px rgba(42, 35, 68, 0.05); }
  .quiz-wrap_right video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none; }

/*-quiz*/
/*footer*/
.footer {
  padding: 15px 0;
  background: #2A2344; }

.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-text {
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.5;
  display: block;
  margin-top: 10px; }

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-socials li {
    margin-left: 30px; }
  .footer-socials svg {
    fill: #FFFFFF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.5; }

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

/*-footer*/
/*modal*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(42, 35, 68, 0.9); }
  
.modal-one {
  z-index: 15px;
}

.modal-box {
  /* opacity: 0; */
  z-index: 20;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  backdrop-filter: blur(10px);
  padding: 60px 40px;
  width: 100%;
  max-width: 400px; }

.modal-left {
  /* width: 45%; */
  text-align: center;
  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; }
  
.modal-left hr {
  width: 50px;
  height: 2px;
  margin: 10px auto;
  border: none;
  background-color: #D70A2B;
}
  
.modal-left h3 {
  color: #D70A2B;
  font-size: 35px;
  font-weight: 700;
}

.modal-left p {
  font-size: 16px;
}
  
.modal-left > div {
  width: 100%;
}

.modal-left .modal-date {
  display: none; }

.modal-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;
  width: 53%; }
  .modal-right h3 {
    margin-bottom: 20px; }

.modal-list {
  margin-bottom: 10px; }
  .modal-list li {
    position: relative;
    padding-left: 30px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px; }
  .modal-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url(../img/svg/15.svg) center no-repeat;
    background-size: contain; }

.modal-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(42, 35, 68, 0.05);
  box-shadow: 0px 5px 15px rgba(42, 35, 68, 0.05);
  padding: 10px;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  font-weight: 500;
  color: #D70A2B; }
  .modal-date li {
    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%;
    margin: 0 5px; }
  .modal-date img {
    width: 100%;
    max-width: 30px;
    margin-right: 10px; }
  .modal-date span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: block; }

.modal-close {
  position: absolute;
  right: 10px;
  top: -50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  fill: #D70A2B;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.modal-two .modal-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;
  max-width: 500px;
  text-align: center; }

/*-modal*/
@media (min-width: 1200px) {
  /*hover*/
  .button:hover img {
    -webkit-transform: rotate(360deg) translateX(10px);
    transform: rotate(360deg) translateX(10px); }
  .button:hover .button-line_one:after {
    left: 80px;
    opacity: 0; }
  .button:hover .button-line_one:before {
    top: 80px;
    opacity: 0; }
  .button:hover .button-line_two:after {
    right: 80px;
    opacity: 0; }
  .button:hover .button-line_two:before {
    bottom: 80px;
    opacity: 0; }
  .header-menu a:hover:after {
    width: 100%; }
  .header-menu a:hover {
    color: #D70A2B; }
  .comment-slide svg:hover {
    width: 55px;
    height: 55px; }
  .comment-slide svg:hover circle {
    fill: #FFFFFF; }
  .comment-slide svg:hover path {
    fill: #CF142B; }
  .slider-arrow:hover {
    fill: #2A2344; }
  .modal-close:hover svg {
    fill: #F1C950; }
  /*-hover*/ }

@media (min-width: 1200px) and (max-height: 810px) {
  /*home*/
  h1 {
    font-size: 40px;
    line-height: 50px; }
  .home-wrap h1 {
    margin-bottom: 20px; }
  .home-boxs {
    margin-bottom: 35px; }
  .home-box {
    padding: 15px;
    height: auto; }
  /*-home*/ }

@media (max-width: 1200px) {
  /*header*/
  .header-logo {
    display: block;
    width: 100px; }
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D70A2B;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .header-menu li {
      margin-left: 0;
      margin-bottom: 35px; }
    .header-menu li:last-child {
      margin-bottom: 0; }
    .header-menu a {
      font-size: 16px; }
  .header-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  /*-header*/
  /*home*/
  .home {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 50px; }
  /*-home*/
  /*subscr*/
  .subscr-box h3 {
    max-width: 400px; }
  .subscr-list {
    max-width: 400px; }
  .subscr-date {
    right: 145px; }
  /*-subscr*/
  /*program*/
  .program-line {
    display: none; }
  /*-program*/ }

@media (max-width: 992px) {
  /*home*/
  .home-boxs {
    padding-bottom: 50px; }
  .home-pagination {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px; }
  /*-home*/
  /*about*/
  .about {
    padding-top: 100px; }
  .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-left {
    margin-bottom: 40px; }
  .about-bottom {
    margin-top: 100px; }
  .about-bottom_img {
    display: none; }
  .about-bottom_box {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px; }
  .about-bottom_box:before {
    left: -100px; }
  /*-about*/
  /*study*/
  .study {
    padding-top: 100px; }
  .study-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .study-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .study-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px; }
  /*-study*/
  /*info*/
  .info {
    margin-top: 100px; }
  .info-img {
    display: none; }
  .info .container {
    padding: 30px 15px; }
  .info-text {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  /*-info*/
  /*program*/
  .program {
    padding-top: 100px; }
  .program-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px; }
  .program-box_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px; }
  .program-box_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /*-program*/
  /*how*/
  .how {
    padding-top: 100px; }
  .how-img {
    position: static; }
  /*-how*/
  /*control*/
  .control {
    padding-top: 100px; }
  .control-img {
    display: none; }
  .control-text {
    margin-bottom: 40px; }
  .control-table {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .control-list {
    max-width: 100%;
    margin-bottom: 40px; }
  /*-control*/
  /*result*/
  .result {
    padding-top: 100px; }
  .result-box {
    width: 48%; }
  .result-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px; }
  .result-bottom_img {
    margin-bottom: 40px; }
  /*-result*/
  /*subscr*/
  .subscr {
    padding-top: 100px; }
  .subscr-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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0; }
  .subscr-form {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: auto; }
  .subscr-box h3 {
    max-width: 100%; }
  .subscr-list {
    max-width: 100%; }
  .subscr-date {
    position: static;
    margin-bottom: 20px; }
  /*-subscr*/
  /*plus*/
  .plus-box {
    width: 48%; }
  /*-plus*/
  /*comment*/
  .comment-slide {
    width: 70%; }
  /*-comment*/ }

@media (max-width: 768px) {
  /*options*/
  h1 {
    font-size: 24px;
    line-height: 30px; }
  h3 {
    font-size: 22px;
    line-height: 30px; }
  h4 {
    font-size: 20px;
    line-height: 24px; }
  .button {
    height: 70px;
    font-size: 13px; }
  .button-line_one {
    display: none; }
  .button-line_two {
    display: none; }
  .section-title {
    margin-bottom: 40px; }
    .section-title span {
      font-size: 15px; }
    .section-title h2 {
      font-size: 24px;
      line-height: 36px; }
    .section-title h2:before {
      display: none; }
    .section-title h2:after {
      display: none; }
  /*-options*/
  /*home*/
  .home {
    padding-bottom: 30px; }
  .home-boxs {
    margin-bottom: 20px;
    padding-bottom: 35px; }
  .home-box {
    height: auto;
    padding: 20px 15px; }
  .home-wrap h1 {
    margin-bottom: 20px; }
  /*-home*/
  /*about*/
  .about {
    padding-top: 70px; }
  .about-right img {
    border: 5px solid #FFFFFF; }
  .about-right:after {
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -20px; }
  .about-bottom {
    margin-top: 70px; }
  .about-bottom_box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 30px; }
  .about-bottom_text:before {
    left: -25px; }
  .about-bottom_text h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px; }
  .about-bottom_text p {
    margin-bottom: 20px; }
  .about-line_one:before,
  .about-line_one:after,
  .about-line_two:before,
  .about-line_two:after {
    width: 80px; }
  /*-about*/
  /*study*/
  .study {
    padding-top: 70px; }
  .study-left img {
    border: 5px solid #FFFFFF; }
  .study-right li {
    font-size: 15px;
    line-height: 24px; }
  .study-line_one:before,
  .study-line_one:after {
    width: 80px; }
  /*-study*/
  /*info*/
  .info {
    margin-top: 70px; }
  .info-text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px; }
  /*-info*/
  /*program*/
  .program {
    padding-top: 70px; }
  .program-box_img img {
    border: 5px solid #FFFFFF; }
  .program-box {
    margin-bottom: 40px; }
  .program-box_line:before,
  .program-box_line:after {
    width: 80px; }
  /*-program*/
  /*how*/
  .how-boxs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%; }
  .how-box {
    width: 47%;
    margin-right: 0;
    margin-bottom: 35px; }
  .how-box:last-child {
    margin-bottom: 0; }
  .how-box:nth-child(2), .how-box:nth-child(4) {
    margin-right: 0; }
  .how-box p {
    height: auto; }
  /*-how*/
  /*control*/
  .control-list {
    padding: 20px 15px; }
  /*-control*/
  /*result*/
  .result {
    padding-top: 70px; }
  .result-box {
    width: 100%;
    margin-bottom: 15px; }
  .result-bottom {
    margin-top: 70px; }
  .result-bottom_img img {
    border: 5px solid #FFFFFF; }
  .result-bottom_line:before,
  .result-bottom_line:after {
    width: 80px; }
  .result-bottom_text {
    padding-left: 20px; }
  /*-result*/
  /*subscr*/
  .subscr {
    padding-top: 70px;
    padding-bottom: 70px; }
  .subscr-box {
    position: relative;
    padding: 30px 0; }
  .subscr-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2000px;
    height: 100%;
    background: #F1C950; }
  .subscr-form {
    position: relative;
    padding: 30px 0;
    left: 0; }
  .subscr-form:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2000px;
    height: 100%;
    background: #FFFFFF; }
  .subscr-date {
    -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; }
    .subscr-date li:nth-child(1) {
      margin-right: 0;
      margin-bottom: 10px; }
  /*-subscr*/
  /*plus*/
  .plus {
    padding-top: 70px;
    padding-bottom: 50px; }
  .plus-box {
    width: 100%; }
  .plus-box:last-child {
    margin-bottom: 0; }
  /*-plus*/
  /*comment*/
  .comment {
    padding: 50px 0; }
  .comment-slider {
    height: 320px; }
  .comment-slide {
    width: 100%; }
  .comment-bottom {
    margin-top: 20px; }
  .comment-pagination {
    display: block; }
  /*-comment*/
  /*quiz*/
  .quiz-info {
    padding-top: 100px;
    padding-bottom: 50px; }
  .quiz-info {
    min-height: calc(100vh - 165px);
  }
  .quiz-top p {
    font-size: 15px;
    line-height: 21px; }
  .quiz-list {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-logo {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 15px; }
  .footer-socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px; }
    .footer-socials li {
      margin: 0 10px; }
  .footer-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    margin-top: 0; }
  /*-footer*/
  /*modal*/
  .modal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* height: 100%; */
    padding: 30px 15px; }
  .modal-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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .modal-right .modal-date {
    display: none; }
  .modal-right h3 {
    display: none; }
  .modal-list {
    display: none; }
  .modal-left {
    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;
    width: 100%; }
  .modal-right_video {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0; }
  .modal-left .modal-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
  .modal-left {
    text-align: center; }
  .modal-close {
    width: 25px;
    height: 25px;
    top: 10px; }
  .modal-date {
    padding: 10px; }
  .modal-date img {
    max-width: 22px; }
  /*-modal*/ }
