/* -------------------------------- 

Primary style

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


@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Bold/Roboto-Bold.woff");
}

@font-face {
  font-family: 'FiraSans-Bold';
  src: url("../fonts/FiraSans-Bold/FiraSans-Bold.ttf");
}

@font-face {
  font-family: 'YanoneKaffeesatz-Bold';
  src: url("../fonts/FiraSans-Bold/YanoneKaffeesatz-Bold.ttf");
}

@font-face {
  font-family: 'YanoneKaffeesatz-Regular';
  src: url("../fonts/FiraSans-Bold/YanoneKaffeesatz-Regular.ttf");
}

@font-face {
  font-family: 'MontserratAlternates-Regular';
  src: url("../fonts/FiraSans-Bold/MontserratAlternates-Regular.ttf");
}

@font-face {
  font-family: 'MontserratAlternates-Bold';
  src: url("../fonts/FiraSans-Bold/MontserratAlternates-Bold.ttf");
}

@font-face {
  font-family: 'Oswald-Heavy';
  src: url("../fonts/FiraSans-Bold/Oswald-Heavy.ttf");
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url("../fonts/FiraSans-Bold/Oswald-Regular.ttf");
}


html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  font-size: 1.6rem;
  font-family: "Jaldi", sans-serif;
  color: #4a3553;
  background-color: #ffffff;
}

a {
  color: #ffb251;
  text-decoration: none;
}


.Phone1{
  padding: 15px 20px;
    background: #FF0345;
    box-shadow: 0px 4px 63px rgb(255 0 67 / 95%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 100px;
    margin-bottom: 5%;
    font-family: 'FiraSans-Bold';
}

.Phone1:hover {
  background: rgb(187, 1, 51);
  box-shadow: 0px 4px 63px rgb(255 0 68 / 66%);
}

/* -------------------------------- 

Slider

-------------------------------- */



.cd-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  /* hide horizontal scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider-wrapper .cd-slider, .cd-slider-wrapper .cd-slider > li {
  height: 100%;
  width: 100%;
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* used to vertically center its content */
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-slider > li.visible {
  /* selected slide */
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider > li:first-of-type {
  /* background: radial-gradient(49.95% 98.56% at 54.68% 54.31%, #73737B 0%, #2A2F35 100%); */
   background-image: url(../img/fon-1.jpg); 
}
.cd-slider > li:nth-of-type(2) {
  background-color: #ffb251;
  background-image: url(../img/fon-2.jpg);
}
.cd-slider > li:nth-of-type(3) {
  background-color: #7d7160;
  background-image: url(../img/fon-3.jpg);
}
.cd-slider > li:nth-of-type(4) {
  background-color: #ff625a;
  background-image: url(../img/fon-5.jpg);
}

.cd-slider > li:nth-of-type(5) {
  background-color: #222c2a;
  background-image: url(../img/fon-4.jpg);
}
.cd-slider > li:first-of-type, .cd-slider > li:nth-of-type(2), .cd-slider > li:nth-of-type(3), .cd-slider > li:nth-of-type(4) {
  background-size: cover;
}
.cd-slider > li > div {
  /* vertically center the slider content */
  /* display: table-cell;
  vertical-align: middle; */
 /*  text-align: center; */
}
/* .cd-slider > li h2, .cd-slider > li p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 320px;
}
.cd-slider > li h2 {
  font-size: 2.4rem;
}
.cd-slider > li p {
  font-size: 1.4rem;
  line-height: 1.4;
} */
/* .cd-slider > li .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .25em;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .cd-slider > li .cd-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .cd-slider > li h2, .cd-slider > li p {
    max-width: 520px;
  }
  .cd-slider > li h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .cd-slider > li .cd-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-slider > li h2, .cd-slider > li p {
    margin-bottom: 20px;
  }
  .cd-slider > li h2 {
    font-size: 3.2em;
  }
  .cd-slider > li p {
    font-size: 1.8rem;
  }
} */

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-navigation {
  background: linear-gradient(180deg, #222c2a 0%, #222c2a 50%, #222c2a 100%);
  box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 50px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  width: 1014px;
}
.cd-slider-navigation::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-navigation li {
  display: inline-block;
}
.cd-slider-navigation li:last-of-type {
  margin-right: 0;
}
.cd-slider-navigation a {
  display: block;
  position: relative;
  height: 200px;
  width: 200px;
 /* background: url(../img/cd-icon-navigation.svg) no-repeat; */
 /* background: url(../img/Vector-1.svg) no-repeat; */
}

/* .cd-slider-navigation a:hover {
  background: radial-gradient(35.4% 35.4% at 50% 50%, #FC0000 0%, rgba(255, 54, 54, 0) 100%);
}  */

.cd-slider-navigation a::after{
  position: absolute;
  content: '';
  margin-top: 20px;
  width: 2px;
  height: 90%;
  right: 0;
  background: linear-gradient(180deg, #222c2a 0%, rgb(255, 255, 255) 50%, #222c2a 90%);
}

.cd-slider-navigation .a5::after{
  width: 0px;
}




.no-touch .cd-slider-navigation a:hover em {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}

 .cd-slider-navigation .a1{
  background: url(../img/icons8_home.svg) no-repeat;
  background-position: center center;
  background-size: 40% auto;
} 
 .cd-slider-navigation .a1:hover{
  background: url(../img/icons82_home.svg) no-repeat;
  background-position: center center;
  background-size: 40% auto;
} 

.cd-slider-navigation .selected .a1{
  background: url(../img/icons82_home.svg) no-repeat;
  background-position: center center;
  background-size: 40% auto;
} 

 .cd-slider-navigation .a2{
  background: url(../img/icons8-i-1.svg) no-repeat;
  background-position: center center;
  background-size: 40% auto;
} 
 .cd-slider-navigation .a2:hover{
  background: url(../img/icons8-i-2.svg) no-repeat ;
  background-position: center center;
  background-size: 40% auto;
} 

 .cd-slider-navigation .selected .a2{
  background: url(../img/icons8-i-2.svg) no-repeat ;
  background-position: center center;
  background-size: 40% auto;
} 

 .cd-slider-navigation .a3{
  background: url(../img/icon-buck-1.svg) no-repeat;
  background-position: center center;
  background-size: 35% auto;
} 
 .cd-slider-navigation .a3:hover{
  background: url(../img/icon-buck-2.svg) no-repeat;
  background-position: center center;
  background-size: 40% auto;
} 
.cd-slider-navigation .selected .a3{
  background: url(../img/icon-buck-2.svg) no-repeat;
  background-position: center center;
  background-size: 40% auto;
}
 .cd-slider-navigation .a4{
  background: url(../img/icon-$-1.svg) no-repeat;
  background-position: center center;
  background-size: 31% auto;
} 
 .cd-slider-navigation .a4:hover{
  background: url(../img/icon-$-2.svg)  no-repeat 100% 100%;
  background-position: center center;
  background-size: 36% auto;
} 

 .cd-slider-navigation .selected .a4{
  background: url(../img/icon-$-2.svg)  no-repeat 100% 100%;
  background-position: center center;
  background-size: 36% auto;
} 
 .cd-slider-navigation .a5{
  background: url(../img/icon-con-1.svg) no-repeat;
  background-position: center center;
  background-size: 31% auto;
} 
 .cd-slider-navigation .a5:hover{
  background: url(../img/icon-con-2.svg) no-repeat;
  background-position: center center;
  background-size: 36% auto;
} 

 .cd-slider-navigation .selected .a5{
  background: url(../img/icon-con-2.svg) no-repeat;
  background-position: center center;
  background-size: 36% auto;
} 


.cd-slider-navigation em {
  /* tooltip visible on hover */
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  padding: 8px 10px;
  color: #ffffff;
  background-color: rgba(248, 0, 83, 0.7);
  white-space: nowrap;
  font-size: 1.3rem;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(3px);
  -moz-transform: translateX(-50%) translateY(3px);
  -ms-transform: translateX(-50%) translateY(3px);
  -o-transform: translateX(-50%) translateY(3px);
  transform: translateX(-50%) translateY(3px);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s;
}
.cd-slider-navigation em::after {
  /* tooltip arrow */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color:  rgba(248, 0, 83, 0.7);
}

/* -------------------------------- 

svg cover layer

-------------------------------- */
.cd-svg-cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.cd-svg-cover path {
  fill:  #152826;
}
.cd-svg-cover.is-animating {
  z-index: 4;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}


/* -------------   TEXT ------------------ */


body .text {
  position: relative;
  /* top: 28%;
  right: 20%; */
  /* -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-796%); */
 /*  width: 100%;
  margin: 0; */
}

html .text span, body .text span {
  width: 26px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 33px;
  font-weight: 700;
  font-family: 'FiraSans-Bold';
}

html .text .red, body .text .red {
  color: #f90143;
}



.text p{
  position: absolute;
   top: 220%;
 /* right: 44.5%; */
  text-align: start;
  line-height: 25px;
  color: #d7d6d8;
  font-size: 18px
}

.button-text{
  margin-top: 25%;
}

/* -------------   VIDEO ------------------ */

.pop-up-button {
  background:#dadada;
  width:120px;
  height:60px;
  line-height:40px;
  text-align:center;
  color:#3c3c3c;
  /* margin-left: 15%;*/
  margin-top: 100px; 
  border-radius:5px;
  cursor:pointer;
  background: #FF0345;
  box-shadow: 0px 4px 63px rgba(255, 0, 67, 0.95);
  padding: 4px 22px 4px 32px;
}
.pop-up-button:hover{
  background: rgb(228, 0, 61);
  box-shadow: 0px 4px 63px rgba(216, 2, 59, 0.95);
}


.vidio .pop-up {
            display: none;
            position: absolute;
            top: 7%;
            left: 21%;
            width: 58%;
            height: auto;
            border: 1px solid black;
            background-color: white;
            z-index: 1500;
            overflow: auto;
}
.vidio .pop-up-container{
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
}



.vidio span {
  position:absolute;
  border-radius: 5px;
  margin-left: 0%;
  background:rgb(250, 0, 0);
  color:#fff;
  font-size:20px;
  height:15px;
  line-height:0px;
  padding:6px 5px 6px 5px;
  cursor:pointer;
  z-index: 1200;
}


.vidio .video {
  width: 100%;
  float: left;
}

#videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
#videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  

/* ----------------      Block-2     --------------------- */

.block-2 .block_h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: 'FiraSans-Bold';
}

.content-front:nth-child(2):after {
  content: '';
}

.content-inner {
width: 100%;
color: #fff;
position: relative;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fl-wrap {
float: left;
width: 100%;
position: relative;
}

.content-inner .content-front,
.content-inner .content-back {
position: relative;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.content-front {
  background: linear-gradient(180deg, #2a3331 0%, #3b4240 50%, #2a3331 100%);
position: relative;
border-radius: 10px;
}

.content-inner > * {
backface-visibility: hidden;
transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cf-inner:before,
.cf-inner:after {
content: "";
position: absolute;
width: 50px;
height: 50px;
border-color: rgb(255, 255, 255);
z-index: 10;
}

.cf-inner:before {
top: 20px;
left: 20px;
border-left: 1px solid;
border-top: 1px solid;
}
.bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-size: cover;
background-attachment: scroll;
background-position: center;
background-repeat: repeat;
background-origin: content-box;
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, #2a3331 0%, #3b4240 50%, #2a3331 100%);
box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
opacity: 0.4;
z-index: 3;
border-radius: 10px;
}

.content-inner .cf-inner .inner {
align-items: stretch;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
transform: translateZ(95px) scale(0.81);
text-align: center;
position: relative;
z-index: 2;
}

.cf-inner:after {
bottom: 20px;
right: 20px;
border-right: 1px solid;
border-bottom: 1px solid;
}

.content-inner .cf-inner .inner h2 {
position: relative;
font-size: 22px;
font-weight: 800;
padding-bottom: 20px;
color: #c9c9c9;
}

.content-inner .cf-inner .inner .cf-h2{
  margin-bottom: 0px;
  color: #c9c9c9;
}

.content-inner .cf-inner .inner h2:before {
content: "";
position: absolute;
left: 50%;
bottom: 10px;
width: 20px;
height: 2px;
margin-left: -10px;
}

.content-inner .content-front li {
  text-align: start;
  list-style: none;
  display: flex;
  margin-top: 10px;
}

.content-inner .content-back li {
  text-align: start;
  list-style: none;
  display: flex;
  margin-top: 10px;
}

.content-inner .content-back li p{
  margin-top: 17px;
  margin-left: 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.content-inner .content-front li p{
  margin-top: 17px;
  margin-left: 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.content-inner .content-front .cf-li p{
  margin-bottom: 19px;
}

.content-inner .content-front .cf-li img{
  align-self: center
}
.content-back .cf-inner .cf-li img{
  align-self: center
}

.cf-inner:after {
bottom: 20px;
right: 20px;
border-right: 1px solid #FF0345;
border-bottom: 1px solid #FF0345;
}

.content-inner .content-front,
.content-inner .content-back {
position: relative;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.content-inner .cf-inner .inner {
align-items: stretch;
transform-style: preserve-3d;
perspective: 1000px;
backface-visibility: hidden;
transform: translateZ(95px) scale(0.81);
/* text-align: center; */
position: relative;
z-index: 2;
}

.content-inner:hover .content-front {
transform: rotateY(-180deg);
}

.content-inner:hover .content-back {
transform: rotateY(0deg);
}

.content-inner .content-back {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
transform: rotateY(180deg);
background: linear-gradient(180deg, #2a3331 0%, #3b4240 50%, #2a3331 100%);
box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}

.content-inner .cf-inner {
transform-style: preserve-3d;
backface-visibility: hidden;
width: 100%;
padding: 65px 22px;
border-radius: 10px;
}





.content-inner .cf-inner .inner h2:before {
  background: #FF0345;
  box-shadow: 0px 4px 63px rgba(255, 0, 67, 0.95);
}


.dec-icon {
padding-bottom: 40px;
}

.content-back .cf-inner:before {
top: 39px;
}

.content-back .cf-inner:after {
bottom: 43px;
}


/* buttons */
/* =============================================================================================== */
/* btn-circle */
/* ---------------------------------------- */
.btn-circle {
width: 4rem;
height: 4rem;
border-radius: 100rem;

display: flex;
justify-content: center;
align-items: center;
}

/* btn-pTSecond */
/* ---------------------------------------- */
.btn-pTSecond {
margin-top: 2rem;
border: 1px solid red;

transform: scale(.8);
transform-origin: left center;
transition: .3s;
}

.btn-pTSecond:hover,
.btn-pTSecond:focus {
transform: scale(1);
}

.btn-pTSecond::before {
content: '';

width: 100%;
height: 100%;
border-radius: inherit;

position: absolute;
background: var(--gradient-2);

transform: scale(0);
transition: .6s;
}

/* ----------------      block-3    --------------------- */


    .block_h3 {
      font-size: 30px;
      color: #ffffff;
      font-weight: 900;
      margin-bottom: 10px;
      margin-top: 40px;
      font-family: 'FiraSans-Bold';
    }


    .block-3  {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .swiper-container {
      padding-bottom: 0px;
      margin-bottom: 30%;
    }

    .swiper-slide {
      width: 400px;
      height: 400px;
      border-radius: 8px;
      position: relative;
    }

    .swiper-slide img{
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    
    .swiper-slide .slider-text p{
      font-size: 12px;
      line-height: 13px;
    }
    
    .swiper-slide .slider-text h3{
      font-size: 20px;
      text-transform: uppercase;
      margin: 10px 0;
      text-align: center;
    }
    
    .swiper-slide .slider-text{
      background: #C2C2C2;
      height: 135px;
      padding: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }

    .swiper-pagination-bullet-active {
      background: #fc0c7c;
  }
  /* ----------------      block-4    --------------------- */
  
  .block-4{
    padding-top: 2%;
  }
  
.cost__lms {
  background: linear-gradient(180deg, #2a3331 0%, #3b4240 50%, #2a3331 100%);
  box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 0 10px;
  padding-top: 25px;
  height: 590px;
  border-radius: 10px;
}

.cost__lms .logo {
  font-size: 30px;
  color:  #FF0345; 
  font-family: 'Oswald-Heavy';
  text-transform: uppercase;
  font-family: 'FiraSans-Bold';
}

.cost__lms .logo__1 {
  font-size: 30px;
  color: #888888;
  font-family: 'FiraSans-Bold';
  margin-top: 25px;
  text-transform: uppercase;
}

.cost__lms .cost__lms__money {
  color: #b9b9b9;
  font-size: 50px;
  font-family: 'Oswald-Heavy';
  margin-top: 25px;
}

.cost__lms ul::after {
  content: '';
  width: 65%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#3b4240), color-stop(#fff), to(#3b4240));
  background: -webkit-linear-gradient(right, #3b4240, #fff, #3b4240);
  background: -o-linear-gradient(right, #3b4240, #fff, #3b4240);
  background: linear-gradient(to left, #3b4240, #fff, #3b4240);
  display: block;
  margin: 40px auto;
}

.cost__lms ul p {
  font-size: 25px;
  color:  #ffffff;
  margin-top: 20px;
}

.cost__lms .phone {
  padding: 15px 20px;
  background: #FF0345;
    box-shadow: 0px 4px 63px rgba(255, 0, 67, 0.95);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 35px;
  margin-bottom: 5%;
  font-family: 'FiraSans-Bold';
}

.cost__lms .phone:hover {
  background: rgb(187, 1, 51);
    box-shadow: 0px 4px 63px rgba(255, 0, 68, 0.658);
}
  
  
  
  /* ----------------      block-5    --------------------- */
  
  .block-5 .form-1{
    background: linear-gradient(180deg, #2a3331 0%, #3b4240 50%, #2a3331 100%);
    box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
  }
  
   .block-5 {
     padding: 65px 0;
   }
   
   .block-5 legend {
     font-family: 'FiraSans-Bold';
     font-size: 35px;
     color: #FF0345;
   }
    
   .block-5 .call-back {
     color: #cccccc;
     font-size: 21px;
     font-family: 'MontserratAlternates-Bold';
     margin: 20px 0;
   }
   
   .block-5 .form-control {
     display: block;
     background: #141414;
     border: 0;
     padding: 20px;
     width: 100%;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     font-size: 20px;
     font-family: 'Oswald-Regular';
     margin-bottom: 20px;
     color: #ffffff;
   }
   
   .block-5 label {
     font-family: 'FiraSans-Bold';
     color: #ffffff;
     font-size: 25px;
   }
   
   .block-5 .btn-primary {
     background: #FF0345;
       box-shadow: 0px 4px 63px rgba(255, 0, 67, 0.95);
     padding: 20px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     width: 100%;
     border: 0;
     font-family: 'FiraSans-Bold';
     font-size: 30px;
     color: #ffffff;
     cursor: pointer;
   }
   
   .block-5 .btn-primary:hover {
     background: rgb(228, 0, 61);
     box-shadow: 0px 4px 63px rgba(216, 2, 59, 0.95);
   }
   
   .block-5 iframe{
     width: 100%;
     height: 350px;
     margin-top: 30px;
     border-radius: 10px;
     box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
   }
   
   .telegram{
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, #323a38 0%, #3b4240 50%, #323a38 100%);
     box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
     border-radius: 10px;
   }  
   
   .telegram .ts {
     display: flex;
   }

   .block-5 .telegram  .t-width{
    width: 125px;
    height: 125px;
}
   
.block-5 .telegram  .tvit1{
  background: url(../img/t-icon-1.svg) no-repeat;
  background-position: center center;
    background-size: 50% auto;
}


.block-5 .telegram  .tvit1:hover{
  background: url(../img/s-icon-1.svg) no-repeat;
  background-size: 65% auto;
  background-position: center center;
}

.block-5 .telegram  .tvit2{
  background: url(../img/t-icon-2.svg) no-repeat;
  background-position: center center;
    background-size: 50% auto;
}

.block-5 .telegram  .tvit2:hover{
  background: url(../img/s-icon-2.svg) no-repeat;
  background-size: 65% auto;
  background-position: center center;
}
.block-5 .telegram  .tvit3{
  background: url(../img/t-icon-3.svg) no-repeat;
  background-position: center center;
    background-size: 50% auto;
}

.block-5 .telegram  .tvit3:hover{
  background: url(../img/s-icon-3.svg) no-repeat;
  background-size: 65% auto;
  background-position: center center;
}
.block-5 .telegram  .tvit4{
  background: url(../img/t-icon-4.svg) no-repeat;
  background-position: center center;
    background-size: 50% auto;
}

.block-5 .telegram  .tvit4:hover{
  background: url(../img/s-icon-4.svg) no-repeat;
  background-size: 65% auto;
  background-position: center center;
}
.block-5 .telegram  .tvit5{
  background: url(../img/t-icon-5.svg) no-repeat;
  background-position: center center;
    background-size: 50% auto;
}

.block-5 .telegram  .tvit5:hover{
  background: url(../img/s-icon-5.svg) no-repeat;
  background-size: 65% auto;
  background-position: center center;
}


/* ----------------      thanks-card-item     --------------------- */



.thanks-card-item .thanks{
  width: 300px;
  height: 500px;
  border-radius: 10px;
  background: linear-gradient(180deg, #2a3331 0%, #3b4240 50%, #2a3331 100%);
    box-shadow: 6px 30px 52px rgba(255, 0, 0, 0.774);
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

.thanks-card-item .thanks__image-title{
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #fc0c7c;
}

.thanks-card-item .thanks__image-text{
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}

.thanks-card-item .thanks__image-telegram-ms{
  background: #FF0345;
  box-shadow: 0px 4px 63px rgba(255, 0, 67, 0.95);
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 41%;
  border: 0;
  font-family: 'FiraSans-Bold';
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.thanks-card-item .thanks__image-telegram-ms:hover{
  background: rgb(185, 2, 51);
  box-shadow: 0px 4px 63px rgba(155, 0, 42, 0.95);
}

/* ----------------      phone     --------------------- */



.Phone {
  top: 100%;
  left: 0;
  position: relative;
  display: block;
  width: 0.5em;
  height: 0.5em;
  font-size: 25vmin;
  background-color: #00fd3f;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(#3498db, 0), 0em 0.05em 0.1em rgba(#000000, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
  border: 0;
  opacity: 0;
}

.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(#fff, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.1em;
  left: 0.1em;
  width: 0.3em;
  height: 0.3em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  animation: phone-outer 3000ms infinite;
 }
 
.Phone.is-animating::after {
  animation: phone-icon 3000ms infinite;
}

.box-img{
  width: 100%;
    background: linear-gradient(180deg, #323a38 0%, #3b4240 50%, #323a38 100%);
    box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.box-img img{
width: 100%;
height: 100%;
object-fit: cover;
}

.box-video{
  width: 100%; 
  height: 100%;
    box-shadow: 6px 30px 52px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    object-fit: cover;
}

.box-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-video-col{
  margin-top: 25px;
}

.box-video-link{
  width: 100%;
  height: 100%;
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0.1),
      0em 0.05em 0.1em rgba(#000000, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0.5em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
  }
}

@keyframes phone-icon {
  0% { transform: translate3d(0em, 0, 0); }
  2% { transform: translate3d(0.01em, 0, 0); }
  4% { transform: translate3d(-0.01em, 0, 0); }
  6% { transform: translate3d(0.01em, 0, 0); }
  8% { transform: translate3d(-0.01em, 0, 0); }
  10% { transform: translate3d(0.01em, 0, 0); }
  12% { transform: translate3d(-0.01em, 0, 0); }
  14% { transform: translate3d(0.01em, 0, 0); }
  16% { transform: translate3d(-0.01em, 0, 0); }
  18% { transform: translate3d(0.01em, 0, 0); }
  20% { transform: translate3d(-0.01em, 0, 0); }
  22% { transform: translate3d(0.01em, 0, 0); }
  24% { transform: translate3d(-0.01em, 0, 0); }
  26% { transform: translate3d(0.01em, 0, 0); }
  28% { transform: translate3d(-0.01em, 0, 0); }
  30% { transform: translate3d(0.01em, 0, 0); }
  32% { transform: translate3d(-0.01em, 0, 0); }
  34% { transform: translate3d(0.01em, 0, 0); }
  36% { transform: translate3d(-0.01em, 0, 0); }
  38% { transform: translate3d(0.01em, 0, 0); }
  40% { transform: translate3d(-0.01em, 0, 0); }
  42% { transform: translate3d(0.01em, 0, 0); }
  44% { transform: translate3d(-0.01em, 0, 0); }
  46% { transform: translate3d(0em, 0, 0); }
}

/* ----------------      @media     --------------------- */

@media only screen and (max-width: 1199px) {
  .content-inner .cf-inner .inner .cf-h2 {
    margin-bottom: 13px;
  }
  
  .content-inner .cf-inner {
    padding: 45px 22px;
  }
  
  .block-5 legend {
    font-size: 32px;
  }
  
  .block-5 .telegram .t-width {
    width: 105px;
  }
  
  .block-5 .form-control{
    margin-top: 10px;
  }
  
  
}


@media only screen and (max-width: 1170px) {
  .cd-slider-navigation a {
    height: 200px;
    width: 200px;
  }
  
}


@media only screen and (max-width: 1448px) {
  .cd-slider-navigation {
    left: 50%;
    width: 1014px;
  }
  
}


@media only screen and (max-width: 1125px) {
  .cd-slider-navigation {
    left: 50%;
    width: 834px;
  }
  
  .cd-slider-navigation a {
    height: 143px;
    width: 164px;
  }
  
  .cd-slider-navigation a::after{
    margin-top: 20px;
    height: 82%;
  }
  
  .cd-slider-navigation .a1{
    background-position: center center;
    background-size: 25% auto;
  } 
   .cd-slider-navigation .a1:hover{
    background-position: center center;
    background-size: 25% auto;
  } 
  .cd-slider-navigation .a2{
    background-position: center center;
    background-size: 25% auto;
  } 
   .cd-slider-navigation .a2:hover{
    background-position: center center;
    background-size: 25% auto;
  } 
  .cd-slider-navigation .a3{
    background-position: center center;
    background-size: 22% auto;
  } 
   .cd-slider-navigation .a3:hover{
    background-position: center center;
    background-size: 25% auto;
  } 
  
   .cd-slider-navigation .a4{
    background-position: center center;
    background-size: 19% auto;
  } 
   .cd-slider-navigation .a4:hover{
    background-position: center center;
    background-size: 22% auto;
  } 
   .cd-slider-navigation .a5{
    background-position: center center;
    background-size: 19% auto;
  } 
   .cd-slider-navigation .a5:hover{
    background-position: center center;
    background-size: 22% auto;
  } 
}

@media only screen and (max-width: 991px) {
  html .text span, body .text span {
    width: 14px;
    font-size: 23px;
  }
  
  .button-text {
    margin-top: 40%;
  }
  
  .text p {
    font-size: 14px;
    line-height: 18px;
   }
   
   .pop-up-button img{
    width: 30px;
   }
   
   .pop-up-button {
    width:80px;
    height:44px;
    padding: 6px 24px 11px 25px;
  }
  
  .content-inner .cf-inner .inner .cf-h2 {
    margin-bottom: 0px;
  }
  .content-inner .content-front .cf-li img {
    width: 15%;
  }
  
  .content-back .cf-inner .cf-li img{
    width: 15%;
  }
  
  .content-inner .cf-inner .inner h2 {
    font-size: 16px;
  }
  
  .content-inner .content-front .cf-li p {
    margin-bottom: 12px;
  }
  
  .content-back .cf-inner .cf-li p {
    margin-bottom: 12px;
  }
  
  .block-5 .telegram .t-width {
    width: 78px;
    height: 88px;
  }
  
  .block-5 legend {
    font-size: 22px;
  }
  
  .block-5 .call-back {
    font-size: 14px;
   }
  
   .block-5 label {
    font-size: 17px;
   }
   
   .block-5 iframe {
    height: 336px;
   }
   
   .cost__lms .logo {
    font-size: 22px;
  }
   
  .cost__lms .cost__lms__money {
    font-size: 30px;
  }
   
  .cost__lms ul p {
    font-size: 25px;
  }
  
  .cost__lms .logo__1 {
    font-size: 19px;
  }
   
  .cost__lms {
    height: 543px;
  }
}

@media only screen and (max-width: 926px) {
  .cd-slider-navigation a {
    height: 117px;
    width: 125px;
  }
  
  .cd-slider-navigation {
    left: 50%;
    width: 639px;
  }
}

@media only screen and (max-width: 767px){
  .button-text {
    margin-top: 54%;
  }
  
  .pop-up-button {
    margin-top: 76px;
  }
  
  .content-inner .cf-inner .inner h2 {
    font-size: 13px;
  }
  
  .content-inner .content-front li img{
    width: 16%;
    align-self: center;
  }
  
  .content-inner .content-front li p{
    font-size: 12px;
  }
  
  .content-back .cf-inner li img{
    width: 16%;
    align-self: center;
  }
  
  .content-back .cf-inner li p{
    font-size: 12px;
  }
  
  .content-inner .content-front .cf-li p {
    margin-bottom: 2px;
  }
  
  .content-back .cf-inner:before {
    top: 54px;
  }
  
  .content-back .cf-inner:after {
    bottom: 53px;
  }
  
  .block-5 .telegram .t-width {
    width: 48px;
    height: 62px;
   }
   
   .block-5 legend {
    font-size: 19px;
  }
  
  .block-5 .form-control {
    padding: 12px;
    font-size: 16px;
    margin-top: 10px;
  } 
  
  .block-5 .btn-primary {
    padding: 18px;
    font-size: 21px;
  }
  
  .block-5 .call-back {
    font-size: 12px;
  }
  
  .block-5 label {
    font-size: 16px;
  }
  
  .block-5 .form-1{
    padding-top: 31px;
    padding-bottom: 31px;
  }
  
  .block-5 iframe {
    height: 317px;
  }
  
  .cost__lms .logo {
    font-size: 15px;
  }
  
  .cost__lms .cost__lms__money {
    font-size: 22px;
  }
  
  .cost__lms ul p {
    font-size: 20px;
    margin-top: 12px;
  }
  
  .cost__lms {
    height: 466px;
  }
  
}

@media only screen and (max-width: 709px) {
  .cd-slider-navigation a {
    height: 90px;
    width: 94px;
  }
  
  .cd-slider-navigation a::after{
    margin-top: 13px;
    height: 82%;
  }
  
  .cd-slider-navigation {
    left: 50%;
    width: 484px;
  }
}

@media only screen and (max-width: 575px){
  .content-inner .content-front li img{
    width: 7%;
  }
  
  .content-back .cf-inner li img{
    width: 7%;
  }
  
  .content-inner .content-front .cf-li img {
    width: 7%;
  }
  
  .content-back .cf-inner .cf-li img{
    width: 7%;
  }
  
  .content-inner .cf-inner {
    padding: 35px 49px;
  }
  .mt-1, .my-1 {
    margin-top: 1.25rem !important;
  }

  .block-2 .block_h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  
  .block-5 .telegram .t-width {
    width: 52px;
   }
  
   .telegram .ts {
    display: flex;
    justify-content: space-around;
  }
  
  .block-5 {
    padding: 16px 0;
  }
  
  .block-5 .form-control {
    padding: 10px;
    font-size: 14px;
    margin-top: 7px;
   }
   
   .block-5 .call-back {
    margin: 11px 0;
  }

  .block-5 .form-control{
    margin-bottom: 10px;
  }
  
  .block-5 .btn-primary {
    padding: 14px;
    font-size: 20px;
  }
  
  .block-5 .form-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .block-5 iframe {
    height: 250px;
    margin-top: 15px;
  }
  
  .cost__lms .logo {
    font-size: 14px;
  }
  
  .cost__lms ul p {
    font-size: 17px;
    margin-top: 5px;
  }
  
  .cost__lms ul::after {
    margin: 20px auto;
  }
  
  .cost__lms .logo__1 {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .cost__lms {
    height: 340px;
  }
  
  .cost__lms .phone {
    margin-top: 17px;
    margin-bottom: 0%;
}

  .cost__lms_top{
    margin-top: 17px;
 }
 
 .swiper-slide img {
  width: 15%;
}

  .swiper-slide {
  height: 538px;
 }
 
  .block_h3 {
  font-size: 20px;
  }
}



@media only screen and (max-width: 537px) {
  .cd-slider-navigation a {
    height: 80px;
    width: 75px;
  }
  
  .cd-slider-navigation {
    left: 50%;
    width: 389px;
  }
  
  .vidio .pop-up {
    left: 14%;
    width: 70%;
  }
}

 @media only screen and (max-width: 481px){
  /* .swiper-slide {
    width: 100% !important;
  } */
  
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 400px;
   }
   
   .block-3 {
    width: 89%;
  }
} 

@media only screen and (max-width: 430px){
 /*  .swiper-slide {
    width: 100% !important;
  } */
  
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 400px;
   }
   
   .block-3 {
    width: 88%;
  }
  
  .Phone{
    opacity: 1;
  }
} 

@media only screen and (max-width: 449px){
  html .text span, body .text span {
    width: 10px;
    font-size: 16px;
  }
  
  .text p {
    font-size: 12px;
    line-height: 18px;
   }
   
   .button-text {
    margin-top: 67%;
  }
}

@media only screen and (max-width: 431px) {
  .cd-slider-navigation {
     bottom: 0px;
    left: 50%;
    right: auto;
    width: 100%;
  }
  
  .content-inner-blog-none{
    display: none;
  }
  
  .fl-wrap{
    margin-top: 20%;
  }
  
  .content-inner .cf-inner {
    padding: 83px 24px;
  }
  
  .content-inner .content-front li p {
    margin-top: 5px;
  }
  
  .content-inner .content-front li img {
    width: 12%;
  }
  
  .content-back .cf-inner:after {
    bottom: 32px;
  }
  
  .cost__lms {
   margin-top: 30%;
    }
}

@media only screen and (max-width: 414px) {
  .swiper-slide .slider-text {
    width: 360px;
  }
  
  .swiper-slide img {
    width: 380px;
   }  
}

@media only screen and (max-width: 375px) {
  .swiper-slide .slider-text {
    width: 327px;
  }
  
  .swiper-slide img {
    width: 347px;
   }  
}

@media only screen and (max-width: 388px) {
  .cd-slider-navigation a {
    height: 72px;
    width: 68px;
  }
  
  .content-inner .cf-inner {
    padding: 29px 49px;
  }

  .content-inner .content-front li p {
    margin-top: 2px;
  }
  
  .content-inner .content-back li p {
    margin-top: 2px;
  }
  
}

@media only screen and (max-width: 355px){
  html .text span, body .text span {
    width: 8px;
    font-size: 14px;
  }
  
  .text p {
    font-size: 10px;
    line-height: 13px;
   }
   
   .pop-up-button {
    margin-top: 57px;
   }
   
   .block_h3 {
    font-size: 17px;
    }

}

@media only screen and (max-width: 353px) {
  .cd-slider-navigation a {
    height: 64px;
    width: 62px;
  }
}

@media only screen and (max-width: 323px) {
  .cd-slider-navigation a {
    width: 60px;
  }
}

@media only screen and (max-width: 320px) {
  .swiper-slide .slider-text {
    width: 274px;
  }
  
  .swiper-slide img {
    width: 293px;
   } 
}