﻿.section-10 {
    padding: 0 0 70px 0;
}

.section-10 .title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    font-weight: 900;
    margin: 10px auto 30px;
}

.section-10 .desk {
    text-align: center;
    font-size: 20px;
    color: #060606;
    line-height: 28px;
    font-weight: 400;
    max-width: 750px;
    margin: 30px auto;
}

.section-10 .title span {
    color: #f7c14f
}

.section-10 .video-block {
    cursor: pointer;
    float: left;
    margin-bottom: 40px;
    max-width: 720px;
    margin-top: 20px;
}

.section-10 .video-block video {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.section-10 .right-block {
    font-size: 25px;
    line-height: 30px;
    padding: 40px 20px;
    float: left;
    font-weight: 500;
    margin: 100px 0 0 -90px;
}

.section-10 .slick-slider {
    clear: both;
    width: 90%;
    margin: auto;
}

.section-10 .slick-slider .slick-prev {
    background: url(../images/slick-prev.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 2;
    left: -90px;
}

.section-10 .slick-slider .slick-next {
    background: url(../images/slick-next.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 2;
    right: -90px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.section-10 .all {
    width: 90%;
    display: block;
    margin: 20px auto;
}

.slick-initialized .slick-slide {
    margin: 0 10px;
}

.play {
    cursor: pointer;
}

/* Video Play Button */
.play-btn {
    position: absolute;
    z-index: 10;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #eccd7b;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #eccd7b;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #282828;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */

.pos-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-10.part2 {
    background: none;
}

.section-10.part2 .video-block {
    float: right;
}

.section-10.part2 .right-block {
    float: right;
    margin: 100px -90px 0 0;
}

.section-12 {
    padding: 60px 0 50px 0;
    width: 100%;
    display: inline-block;
}

.section-12 .title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    font-weight: 900;
    margin: 10px auto 30px;
}

.section-12 .desk {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    margin: 30px auto;
}

.section-12 .title span {
    color: #f7c14f;
}

.section-12 .items {
    display: inline-block;
    width: 100%;
}

.section-12 .item {
    width: 21%;
    margin: 20px 2%;
    float: left;
    text-align: center;
}

.section-12 .item img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.section-12 .item .name {
    font-weight: bold;
    color: #f7c14f;
    padding: 10px 0;
    font-size: 20px;
    margin: 10px 0;
}

.section-13 {
    padding: 80px 0 80px;
    background: #fff;
    background: url(../images/bg-13.jpg) no-repeat;
    background-position: 50% 0;
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.section-13 .title {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #fff;
    margin: 10px auto 10px;
}

.section-14 {
    padding: 60px 0 0;
    background: url(../images/bg-14.jpg) no-repeat;
    background-color: #fff;
    background-position: 50% 30px;
    width: 100%;
    display: inline-block;
}

.section-14 .title {
    text-align: center;
    font-size: 30px;
    color: #2c2c2c;
    line-height: 35px;
    font-weight: 900;
    margin: 10px auto 30px;
    clear: both;
}

.section-14 .title span {
    background-color: #ffd200;
    padding: 3px 3px;
}

.section-14 .left-block {
    width: 46%;
    margin: 20px 2% 100px;
    float: left;
}

.section-14 .left-block .desk {
    background-color: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 256px;
}

.section-14 .left-block .name {
    font-weight: 900;
    color: #7412f8;
    font-size: 35px;
    margin: 10px 0;
    display: contents;
}

.section-14 .left-block .desk-item {
    padding-top: 20px;
}

.section-14 .left-block .photo2 {
    max-height: 642px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}

@media screen and (max-width: 1230px) {
    .section-10 .slick-slider .slick-prev {
        left: -40px;
    }

    .section-10 .slick-slider .slick-next {
        right: -40px;
    }
}

@media screen and (max-width: 1100px) {
    .section-10 .video-block {
        float: initial !important;
        background: none;
        margin: auto;
        padding: 0 10px;
        min-width: auto;
    }

    .section-10 .right-block {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

    .section-10.part2 .right-block {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

    .section-12 .item {
        width: 46%;
    }

    .section-12 .item img {
        height: 550px !important;
    }
}

@media screen and (max-width: 600px) {
    .section-12 .item {
        width: 96%;
    }

    .section-12 .item img {
        height: auto !important;
    }
}

@media screen and (max-width: 1230px) {
    .section-10 .slick-slider .slick-prev {
        left: -10px;
    }

    .section-10 .slick-slider .slick-next {
        right: -10px;
    }
}


.modal-content {
    border: 1px solid #f4b859;
    background-color: #282828;
    color: #ffffff;
}

.modal-header {
    border-bottom: none;
}

.modal form {
    max-width: 380px;
}

.modal-close {
    color: #f4b859;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 30px;
}

.privacy-link {
    text-decoration: underline;
    color: #000;
}

.privacy-link:hover {
    color: #474766;
}

/* Video Play Button */
.popup-youtube {
    cursor: pointer;
}

.play-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:hover {
    cursor: pointer;
}

.play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ffffff45;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #5097ff7d;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */

/*Плитки новые*/
.tools {
  padding-top: 112px;
  padding-bottom: 94px;
  background-image: url(../images/bg/wall.png);
}
.tools h2 em {
  padding-left: 6px;
  padding-right: 12px;
  margin-left: -6px;
}
.tools__list {
  margin-top: 78px;
  margin-bottom: 60px;
}
.tool {
  width: 23.56%;
  text-align: center;
  margin-right: 1.07%;
  color: #ffffff;
}
.tool:nth-child(8n) {
  margin-right: 0;
}
.tool__icon {
  border-radius: 20px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 9px 1px rgba(22, 21, 21, 0.57);
  height: 148px;
}
.tool__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
}
.tools__bottom {
  padding-top: 42px;
  border-top: 1px solid #ffffff;
  margin-top: 65px;
  padding-right: 62px;
}
.advantages {
  max-width: 790px;
  width: 100%;
  color: #ffffff;
}
.advantage__icon {
  height: 35px;
  position: relative;
}
.advantage__icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.advantage__title {
  margin-top: 21px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.advantage__desc {
  margin-top: 16px;
  font-size: 18px;
  color: #edecec;
  line-height: 1.2;
}
.tools__btn {
  position: relative;
  top: -8px;
}

.flex-container {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.h2text {
   font-size: 40px;
   text-align: center;
   color: #474766;
}

/*Плитки новые*/

/*courses*/
.courses {
  padding-top: 137px;
  padding-bottom: 143px;
}
.courses h2 em {
  padding-left: 8px;
  padding-right: 8px;
}
.courses__list {
  margin-top: 66px;
}
.course {
  text-align: center;
  padding: 44px 28px 280px;
  position: relative;
  box-sizing: border-box;
  background-image: url(../images/bg/bg-vriant.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.13);
}
.course__title {
  min-height: 60px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
.course__title span {
  color: #000;
  width: 100%;
}
.course__desc {
  color: #000;
  margin-top: 19px;
  font-size: 20px;
  line-height: 1.2;
}
.course__icon {
  width: 210px;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  border-radius: 50%;
  /*background-color: rgb(255, 204, 0);*/
  margin: 0 auto;
}
.course__icon img {
  position: absolute;
}
.course:nth-child(1) .course__desc {
  color: #000;
  margin-top: 0;
}
.course:nth-child(1) .course__icon img {
  top: -90px;
  left: -11px;
  border-radius: 15px;
}
.course:nth-child(2) .course__icon img {
  top: -90px;
  left: -9px;
  border-radius: 15px;
}
.course:nth-child(3) .course__icon img {
  top: -90px;
  left: 5px;
  border-radius: 15px;
}

.flex-containerr {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.va-middlee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contet-n {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    
}

.course {
  width: 31.34%;
  margin-right: 1.49%;
}

@media screen and (max-width: 980px) {
    .courses__list {
      margin-top: 50px;
    }

    .course {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px;
    }
    .course:last-child {
       margin-bottom: 0;
    }
}

  

/*end courses*/


.how-money2 {
  padding: 80px 0;
}

.how-money2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.how-money2 h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 35px;
  color: #2589ff;
  font-weight: 700;
}

.how-money2-wrapper {
  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;
}

.how-money2-card {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0px;
  padding: 40px 30px 70px;
  width: 30%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 6px 11px 13px rgba(22, 21, 21, 0.07);
          box-shadow: 6px 11px 13px rgba(22, 21, 21, 0.07);
}

.how-money2-card--middle {
  width: 33%;
  margin-top: 0;
  padding: 50px 30px 75px;
  background-color: #fbf8f8;
}

.how-money2-card--start {
  width: 33%;
  margin-top: 0;
  padding: 50px 30px 75px;
}

.how-money2-card__title {
  margin-bottom: auto;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
}

.how-money2-card__title em {
  color: #0b1fb3;
}

.how-money2-card img {
  margin-top: 24px;
  width: 270px;
  height: 260px;
  -o-object-fit: contain;
  /* object-fit: contain; */
  border-radius: 15px;
  margin-bottom: 15px;
}

.how-money2-card span {
  font-size: 30px;
  color: #5e5e5e;
}

.how-money2-card .btn {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 25px 20px;
  color: #000;
  font-weight: 900;
  font-size: 25px;
  background-color: #f5b858;
  border-radius: 10px;
}

.how-money2 .annotation {
  color: #ffffff;
  display: block;
  margin-top: 30px;
  font-size: 12px;
}

.how-work2 {
  background: #1d1d1d;
    padding: 80px 0;
}

.how-work2 .flex{
    display: flex;
    font-size: font-size: 25px;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 60px;
}

.how-work2 .flex .text{
  color:#ffffff;
    padding-right: 30px;
}

.how-work2 .flex img{
    height: max-content;
}



/* Video Play Button */
.play-btn-1 {
    position: absolute;
    z-index: 10;
    display: block;
    top: 60%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.play-btn-1:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ffffff45;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn-1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #5097ff7d;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn-1 span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #ffffff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */

/* Video Play Button */
.play-btn-2 {
    position: absolute;
    z-index: 10;
    display: block;
    top: 60%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.play-btn-2:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ffffff45;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn-2:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #5097ff7d;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn-2 span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #ffffff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */

/* Video Play Button */
.play-btn-3 {
    position: absolute;
    z-index: 10;
    display: block;
    top: 60%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 2rem;
    height: 2.75rem;
    padding: 1.125rem 1.25rem 1.125rem 1.75rem;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.play-btn-3:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: #ffffff45;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn-3:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    background: #5097ff7d;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-btn-3 span {
    position: relative;
    display: block;
    z-index: 3;
    top: 0.375rem;
    left: 0.25rem;
    width: 0;
    height: 0;
    border-left: 1.625rem solid #ffffff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* end of video play button */


@media screen and (max-width: 980px) {
    .how-wrapper {
    flex-direction: column;
  }
  .how-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .how__form {
    margin-bottom: 0;
  }
  .how-money2 {
    padding: 40px 0;
  }
  .how-money2 h2 {
    text-align: left;
  }
  .how-money2-wrapper {
    -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;
  }
  .how-money2-card {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .how-money2-card .btn {
    max-width: 400px;
  }

  /* Video Play Button */
  .play-btn-1 {
      position: absolute;
      z-index: 10;
      display: block;
      top: 20%;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      width: 2rem;
      height: 2.75rem;
      padding: 1.125rem 1.25rem 1.125rem 1.75rem;
      border-radius: 50%;
      margin: 0 auto 30px;
  }
  
  .play-btn-1:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.75rem;
      height: 4.75rem;
      border-radius: 50%;
      background: #ffffff45;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  
  .play-btn-1:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.375rem;
      height: 4.375rem;
      border-radius: 50%;
      background: #5097ff7d;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  
  .play-btn-1 span {
      position: relative;
      display: block;
      z-index: 3;
      top: 0.375rem;
      left: 0.25rem;
      width: 0;
      height: 0;
      border-left: 1.625rem solid #ffffff;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
  }
  
  @-webkit-keyframes pulse-border {
      0% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1;
      }
  
      100% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0;
      }
  }
  
  @keyframes pulse-border {
      0% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1;
      }
  
      100% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0;
      }
  }
  
  /* end of video play button */

    /* Video Play Button */
  .play-btn-2 {
      position: absolute;
      z-index: 10;
      display: block;
      top: 52%;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      width: 2rem;
      height: 2.75rem;
      padding: 1.125rem 1.25rem 1.125rem 1.75rem;
      border-radius: 50%;
      margin: 0 auto 30px;
  }
  
  .play-btn-2:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.75rem;
      height: 4.75rem;
      border-radius: 50%;
      background: #ffffff45;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  
  .play-btn-2:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.375rem;
      height: 4.375rem;
      border-radius: 50%;
      background: #5097ff7d;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  
  .play-btn-2 span {
      position: relative;
      display: block;
      z-index: 3;
      top: 0.375rem;
      left: 0.25rem;
      width: 0;
      height: 0;
      border-left: 1.625rem solid #ffffff;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
  }
  
  @-webkit-keyframes pulse-border {
      0% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1;
      }
  
      100% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0;
      }
  }
  
  @keyframes pulse-border {
      0% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1;
      }
  
      100% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0;
      }
  }
  
  /* end of video play button */

    /* Video Play Button */
  .play-btn-3 {
      position: absolute;
      z-index: 10;
      display: block;
      top: 82%;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      width: 2rem;
      height: 2.75rem;
      padding: 1.125rem 1.25rem 1.125rem 1.75rem;
      border-radius: 50%;
      margin: 0 auto 30px;
  }
  
  .play-btn-3:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.75rem;
      height: 4.75rem;
      border-radius: 50%;
      background: #ffffff45;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  
  .play-btn-3:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      display: block;
      width: 4.375rem;
      height: 4.375rem;
      border-radius: 50%;
      background: #5097ff7d;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  
  .play-btn-3 span {
      position: relative;
      display: block;
      z-index: 3;
      top: 0.375rem;
      left: 0.25rem;
      width: 0;
      height: 0;
      border-left: 1.625rem solid #ffffff;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
  }
  
  @-webkit-keyframes pulse-border {
      0% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1;
      }
  
      100% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0;
      }
  }
  
  @keyframes pulse-border {
      0% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
          opacity: 1;
      }
  
      100% {
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
          opacity: 0;
      }
  }
  
  /* end of video play button */
}


.modal-content {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
}

.modal-header {
    border-bottom: none;
}

.modal form {
    max-width: 380px;
}

.modal-close {
    color: #000;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 30px;
}

.varanty input[type=text],
input[type=email] {
    padding: 25px;
    width: 100%;
    max-width: 380px;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

/* ------------------form-block + video -------------------- */
.form-video {
    margin-top: 180px;
    margin-bottom: 360px;
}

.form-block {
    display: flex;
}

.form-block__left {
    flex: 1 0 50%;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.right-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.right-block__content {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}

@media (max-width: 750px) {
    .right-block__content {
        padding: 0;
    }
}

.right-block__title h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
}

.right-block__text {
    font-weight: 400;
    font-size: 18px;
    color: #808899;
}

.right-block__form {}

.form-block__body {
    margin-top: 40px;
    padding: 20px;
}

.input__block {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 570px) {
    .input__block {
        flex-direction: column;
    }
}

.input__phone input {
    width: 100%;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

.input__phone-content.phone-content {}

.input__mail input {
    width: 100%;
    height: 76px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7c7c7c;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #cccccc;
}

.input__mail-content.mail-content {}

.btn__submit {
    margin-top: 20px;
    text-align: center;
}

.btn__submit button {
    background-color: #489cff;
    color: #fff;
    border-radius: 10px;
}

.btn__submit-button {}

@media (max-width: 750px) {
    .form-video {
        margin-top: 80px;
    }

    .form-block {
        flex-direction: column;
    }

    .right-block__title h2 {
        font-size: 26px;
        text-align: center;
    }
}

.form-bottom__img {
    position: absolute;
    bottom: 0;
    right: -4%;
    width: 40%;
    object-fit: cover;
}

@media (max-width: 750px) {
    .form-bottom__img {
        display: none;
    }

    .col-lg-4.form-bottom__fields.mb-3,
    .col-lg-4.form-bottom__fields {
        text-align: center;
    }
}

@media screen and (max-width: 630px) {
  .start_item {
    width: 98%;
  }

  .slider_live .bx-wrapper .bx-controls-direction a {
    width: 48px !important;
    height: 48px !important;
  }
}

@media screen and (max-width: 440px) {
  .section-8 .title {
    font-size: 32px;
    line-height: initial;
  }
}

.slider_live {
  margin-bottom: 100px;
}

.slider_live ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider_live .bx-wrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
  box-shadow: none;
  background: #f5f5f5;
  border: 5px solid #f5f5f5;
  border-radius: 15px;
}

.slider_live .bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: fit-content;
  max-height: 500px;
  border-radius: 10px;
}
.slider_live #bx-pager {
  margin-top: 20px;
  text-align: center;
}
.slider_live #bx-pager a {
  margin: 0 3px;
}
.slider_live #bx-pager a img {
  padding: 3px;
  width: 160px;
  height: 100px !important;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}
.slider_live #bx-pager a.active img {
  border: 1px solid #4079da;
}

.bx-prev,
.bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  color: #666;
  width: 30px;
  height: 80px;
  text-align: center;
  transition: 0.4s linear;
  z-index: 10;
  cursor: pointer;
}
.slider_live .bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider_live .bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider_live .bx-prev:before,
.bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 80px;
}
.slider_live .bx-next:before {
  content: "";
}
.slider_live .bx-prev:before {
  content: "\f104";
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../images/prev.png) no-repeat;
  background-color: #fff;
  background-position: 50%;
}

.slider_live .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../images/next.png) no-repeat;
  background-color: #fff;
  background-position: 50%;
}

.slider_live .bx-wrapper .bx-controls-direction a {
  width: 78px;
  height: 78px;
  background-color: #fff;
  border: 1px solid rgba(226, 227, 227, 0.57);
  box-shadow: 0 0 27.6px 1.5px transparent;
  margin-top: -39px;
  border-radius: 39px;
  z-index: 3;
}

.slider_live .bx-wrapper .bx-controls-direction a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider_live .bx-wrapper .bx-next {
  right: -44px;
  background-position: -82px -294px;
}

.slider_live .bx-wrapper .bx-prev {
  left: -44px;
  background-position: 30px -294px;
}

@media only screen and (max-width: 1200px) {
  .slider_live .bx-wrapper .bx-next {
    right: -25px;
  }

  .slider_live .bx-wrapper .bx-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 1000px) {
  #bx-pager {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .slider_live .bx-wrapper .bx-next {
    right: 0px;
  }

  .slider_live .bx-wrapper .bx-prev {
    left: 0px;
  }

  .slider_live .bx-wrapper .bx-controls-direction a {
    opacity: 0.5;
  }
}

.slider {
  display: table;
  margin: 0 auto;
  max-width: 1272px;
}

.slick-active {
  height: 360px !important;
  overflow: hidden;
  width: 360px;
  padding: 60px 0;
}

.slick-active * {
  height: 100% !important;
  max-width: none !important;
}

.slick-center {
  width: 552px !important;
  height: 385px !important;
  padding: 0px;
  opacity: 1 !important;
  padding: 0px 0 0 0 !important;
  box-shadow: 1px 2px 11px rgba(23, 23, 23, 0.44);
  border-radius: 10px;
}

.slick-center iframe {
  max-width: none;
  width: 100%;
  height: 100% !important;
  position: relative;
}

.slick-track {
  padding: 50px 0;
}

.slider .slide {
  position: relative;
}

.slick-slide {
  opacity: 0.7;
  position: relative;
}

.slider .slide iframe {
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.slick-center .slide iframe {
  width: 552px !important;
  height: 385px !important;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

.slick-active + .slick-active + .slick-active iframe {
  right: 0px;
  left: auto;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 9;
  margin: -20px 0 0 0;
  border: 0px;
  background-size: contain !important;
}

.slick-dots {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  font-size: 0px;
  line-height: 0px;
  z-index: 6;
  justify-content: center;
}

.slick-dots button {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background: #000;
  width: 14px !important;
  height: 14px !important;
  border-radius: 555px;
  font-size: 0px;
  line-height: 0px;
  border: 0px;
}

.slick-dots li {
  margin: 0px 0 0 7px;
}

.slick-dots li.slick-active {
  height: inherit !important;
  overflow: hidden;
  width: inherit !important;
  padding: 0px 0 !important;
}

.slick-dots li.slick-active button {
  border-radius: 555px;
  background: #ffbb00;
}

.slick-slide:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.slick-center:before {
  display: none;
}

@media screen and (max-width: 1000px) {
  .slider .slide iframe {
    width: 100%;
    position: relative;
  }

  .slick-track {
    padding: 0px 0;
  }

  .slick-active {
    padding: 20px 0;
  }

  .slick-slide {
    opacity: 1;
  }

  .slick-prev {
    background: url(7Ei.svg) no-repeat;
    transform: rotate(180deg);
    left: 10px;
  }

  .slick-next {
    right: 10px;
    background: url(7Ei.svg) no-repeat;
  }
}

.section-7 .title {
  margin: 0 0 55px 0;
  font-size: 30px;
  text-align: center;
}

.section-7 .btn-all {
  margin: 35px auto 0 auto;
}

.section-7 .title span {
    padding: 3px 5px;
    color: #000;
    border-radius: 10px;
}