* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Futura PT';
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  src: url(../fonts/OpenSans/OpenSans-Bold.ttf);
}

@font-face {
  font-family: "PT Sans";
  font-weight: bold;
  src: url(../fonts/PT_Sans/PTSans-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  src: url(../fonts/PT_Sans/PTSans-Bold.ttf);
  font-weight: normal;
}

body {
  background: #868686;

}
.timer-t {
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px;
}
.main-container {
  max-width: 1600px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  display: inline-block;
}

.btn {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}

.btn-default {
  background: #69D145;
  border-radius: 17.5px;
  padding: 9px 70px 9px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 125.7%;
  letter-spacing: -0.035em;
  color: #FEFEFE;
  /* font-weight: normal; */
}

.btn-default span {
  line-height: 1;
  font-size: 34px;
  color: #FEFEFE;
  margin-left: 10px;
}
button.banner__button.button {
    display: block;
    width: 100%;
    border: 0;
    font-size: 23px;
    background: #69D145;
    border-radius: 17.5px;
    padding: 9px 70px 9px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
    max-width: 380px;
    margin: 20px auto 0;
}
.btn-link {
  align-items: center;
  display: inline-flex;
}

.btn-link::after {
  content: '';
  width: 19px;
  height: 2px;
  background: #ff7218;
  margin-left: 9px;
}

.img-wrapper img {
  width: 100%;
}

.line-after{
  position: relative;
}

.line-after::after{
  position: absolute;
  content: '';
  width: 52px;
  height: 5px;
  border-radius: 17.5px;
  background: #FC4716;
  bottom: -16px;
  left: 0;
}

.btn-default2{
  color: #080808 !important;
}

.btn-default2 span{
  color: #FF3D00 !important;
  font-weight: 400 !important;
}

.btn-default3{
  color: #080808 !important;
  font-weight: 400 !important;
}

.btn-default3 span{
  color: #080808 !important;
}

.container2{
  max-width: 1290px !important;
}

.img-wrapper2 img{
  display: block !important;
}

.img-wrapper-spec{
  display: none !important;
}

.bg-svg{
  margin-top: 20px
}

.bg-svg-mb{
  display: none;
}

.logo-new2{
  display: none;
}
/********************
* START: Section Header
********************/

.header-section {
  background: #fff;
}

.header-section .container {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-section .logo {
  display: flex;
  align-items: center;
}

.header-section .logo h2 {
  font-size: 28px;
  max-width: 267px;
  line-height: 0.7;
  margin-left: 8px;
}

.header-section .logo h2 span {
  font-size: 16px;
  font-weight: normal;
} 

.header-section nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.header-section nav a {
  display: flex;
  align-items: center;
  margin-left: 25px;
  color: #313035;
}

.header-section nav a:first-child img { 
  max-width: 20px;
}

.header-section nav img {
  max-width: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .header-section {
    margin-top: 0;
  }
  .header-section .container {
    justify-content: center;
  }

  .header-section nav a {
    margin-top: 5px;
  }

  .header-section {
    background: transparent;
  }

  .header-section nav a {
    color: #fff;
  }

  .header-section .logo h2 {
    color: #fff;
  } 
}

.specc{
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {

  .tt{
    margin-bottom: 10px !important;
    margin-top: 20px;
  }
  .header-section:not(.footer-section) nav a {
    display: none;
  }

  .logo-new{
    display: none !important;
    
  }

  .logo-new2{
    display: inline;
  }
  .header-section2 nav a {
  display: flex !important;
  align-items: end;
  }
}

@media screen and (max-width: 374px) {
  .header-section nav a {
    margin-left: 5px;
    
  }

  .header-section .logo h2 span {
    font-size: 14px;
  }

  .header-section nav img {
    margin-right: 2px;
  }
}


/********************
* END: Section Header
********************/

/********************
* START: Section Main
********************/
.section-main {
    background: url(../img/89.jpg) no-repeat;
    background-size: cover;
    background-color: #3a3737;
    background-position: center;
    padding: 10px 0 170px;
}
.section-main .container {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0;
    flex-wrap: wrap;
}
.text-wrapper2
 {
    text-align: center;
    text-shadow: 0px 0px 8px #000;
}
.section-main .img-wrapper {
  max-width: 640px;
  position: relative;
  z-index: 0;
  opacity: 0;
  animation-duration: 2s;
  animation-name: show;
  animation-timing-function: ease-in;
  animation-fill-mode:forwards;
}
.slide__text-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 15px 60px;
    background: #667d5a;
    border-radius: 9px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}


@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
} 

 .text-wrapper {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.text-wrapper2 h4 {
    font-weight: 900;
    font-size: 39px;
    line-height: 125.7%;
    color: #fff;
}

.text-wrapper2 h4 span {
    letter-spacing: -0.035em;
    font-weight: 400;
    color: #ffffff;
    font-size: 30px;
}
.section-main .text-wrapper h1 {
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 116px;
  line-height: 108.52%;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-main .text-wrapper p {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 450;
  font-size: 36px;
  line-height: 108.52%;
  text-transform: uppercase;
}

 .text-wrapper2 h5 {
  color:#fff;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}


.bg-svg {
    margin-top: 20px;
    width: 400px;
}
.gg{
	display:none;
}









@media screen and (max-width: 1200px) {
  .section-main .container {
    justify-content: center;
    flex-direction: column-reverse;
    padding: 30px 0;
    text-align: center;
  }

  .section-main .img-wrapper {
    max-width: 400px;
  }

  .section-main .img-wrapper::after {
    height: 344px;
  }
}

@media screen and (max-width: 870px) {
.header-section nav{
  margin-top: 10px;
}
}

@media screen and (max-width: 768px) {
  .section-main{
  background-position: top;
  }

  .header-section2 .container{
    background-color: #FFFFFF;
    color: #0B1E27;
  }
  .header-section nav{
    max-width: 291px;
    width: 100%;
  }

  .header-section2 nav a{
    margin-top: 23px;
    margin-left: 0;
    max-width: 472px;
    width: 100%;
    display: inline-block;
    text-align: left;
    color: #0B1E27 !important;
  }

  .header-section .container{
    flex-direction: column;
  }
  .header-section2 .logo h2{
  color: #0B1E27 !important;
  }

  .header-section nav{
    flex-direction: column;
  }
  .section-main .container {
    padding-top: 0;
  }
  .section-main .img-wrapper {

  }
.text-wrapper2 {
    position: static;
    top: 114px;
    left: 107px;
}
  .section-main .img-wrapper::after{
    height: 172px !important;
  }
/* 
  .section-main .img-wrapper::after {
    height: 211px;
  } */
.img-wrapper2 img {
    display: none !important;
}

    .text-wrapper2 h4 {
        font-size: 30px;
        line-height: 109.7%;
        color: #fff;
        padding-top: 195px;
    }

  .section-main .text-wrapper h1 {
    font-size: 50px;
    margin-top: 10px;
  }

  .section-main .text-wrapper h1 br {
    display: none;
  }

  .section-main .text-wrapper p {
    font-size: 32px;
  }

  .section-main .text-wrapper h5 {
    margin-bottom: 30px;
  }

  .btn-default span {
    font-size: 34px;
  }
}


@media screen and (max-width: 424px) {

  .section-main .text-wrapper p {
    font-size: 28px;
  }
  .section-main .text-wrapper h1 {
    font-size: 44px;
  }

  .section-main .text-wrapper h5 {
    font-size: 38px;
  }

  .btn-default  {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
 
}

@media screen and (max-width: 424px) {

  .section-main .text-wrapper p {
    font-size: 24px;
  }
  .section-main .text-wrapper h1 {
    font-size: 38px;
  }

  .section-main .text-wrapper h5 {
    font-size: 28px;
    margin: 10px 0;
  }
}
/********************
* END: Section Main
********************/

/********************
* START: Section Definition
********************/

.section-definition {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  color: #FFFFFF;
  background-color: #131C26;
  padding-bottom: 50px;padding-top: 100px;
}

.section-info2-div{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-info2-div44{
  display: flex;
  justify-content: flex-end;
}
.tt{
  margin-bottom: 140px;
  color: #FFF;
text-align: right;
font-family: Futura PT;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 145%; /* 26.1px */
letter-spacing: -0.63px;
max-width: 449px;
}

.section-info2-div1w{
  margin-left: -2px;
}

.text2222{
  color: #FFF;

font-family: Futura PT;
font-size: 24px;
font-style: normal;
font-weight: 450;
line-height: 108.516%; /* 26.044px */
text-transform: uppercase;
text-align: left;
max-width: 607px;
}
section.section-info2 {
    padding-bottom: 50px;
}
.section-definition .container h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 45px;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  /* max-width: 1000px; */
}

.section-definition .content-wrapper {
  display: flex;
  margin-top: 50px;
}

.section-definition .content-wrapper .left-block {

  padding: 40px 20px;

}

.section-definition .content-wrapper .right-block {
  max-width: 822px;
}

.section-definition .content-wrapper .right-block p:first-child {
  height: 368px;
  width: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 50px;
  background: url(../img/bg-definition2.jpg) no-repeat;
  background-size: contain;
  font-weight: 450;
  font-size: 24px;
  line-height: 125.7%;
  letter-spacing: -0.035em;
  color: white;
  margin-top: 50px;
}

.section-definition .content-wrapper .right-block p:last-child {
  padding: 54px 59px;
  font-size: 23px;
  line-height: 125.7%;
  font-weight: 300;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.section-definition .container > p {
  font-style: normal;
  font-size: 18px;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.035em;
  max-width: 1054px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .section-definition {
    padding: 15px;
    justify-content: center;
  }

  .section-definition .container h2 {
    text-align: center;
  }

  .section-definition .content-wrapper .right-block p:last-child {
    height: auto;
    padding: 10px;
    margin-top: 30px;
  }

  .section-definition .content-wrapper .right-block p:first-child {
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) {
  .section-definition .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .section-definition .content-wrapper .right-block p:first-child {
    margin-top: 0;
    height: auto;
    padding-bottom: 50px;
  }

     .section-definition .content-wrapper .left-block {
                height: auto;
        margin: 0 20px;
        position: relative;
        bottom: -20px;
        /* padding: 20px 40px; */
        max-width: 344px;
    }
}

@media screen and (max-width: 767px) {
    .bg-svg svg {
        max-width: 310px;
        width: 100%;
    }
.bg-svg {
    margin-top: 20px;
    width: 100%;
}    .text-wrapper2 h5 {
        color: #fff;
        font-family: 'Futura PT';
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 31px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
	.section-main {
    padding: 10px 0 7px;
}
.section-main .img-wrapper::after {
        display:none;
    }

  .section-main .text-wrapper h4{
    text-align: left;
    padding: 0 15px 0;
  }
  .section-main .text-wrapper h4{
    display: none;
  }
  .bg-svg{
    
    margin: 0 0px 0
  }

    .section-definition .content-wrapper .right-block p:first-child {
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
        background-position: 50%;
    }

  .section-definition .content-wrapper{
    margin-top: 10px;
  }

  .content-wrapper{
    margin-right: -15px;
    margin-left: -15px;

  }

  .section-definition{
    background: url(../img/bg-mb3.png) no-repeat;
    background-size: cover;
    background-position-y: -244px;
    background-color: #131C26;
  }

  .section-definition .content-wrapper .right-block p:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-definition .container h2 {
    line-height: 1.4;
    margin-top: 50px;
    font-size: 20px;
  }

  .section-definition .container h2 br{
    display: none;
  }

  .section-definition .container > p {
    text-align: left;
  }
}


/********************
* END: Section Definition
********************/

/********************
* START: Section Definition
********************/
.section-light{
  background-color: #131C26;
}

.section-light .container {
  display: flex;
  align-items: center;
  max-width: 1280px;
  /* background: url(../img/img-light.png) center right no-repeat; */
  /* background-size: contain; */
  flex-wrap: wrap;
}

.section-light .container .text-wrapper {
  max-width: 545px;
  color: #fff;
}

.section-light .container .text-wrapper h3 {
    font-weight: 700;
    font-size: 29px;
    line-height: 145%;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-light .container .text-wrapper p {
    max-width: 520px;
    font-weight: 300;
    font-size: 26px;
}

.section-light .container .img-wrapper {
  /* display: none; */
}

@media screen and (max-width: 1200px) {
  .section-light .container {
    flex-direction: column-reverse;
    padding: 10px;
  }

  .section-light .container .text-wrapper {
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {

  .section-light .container .img-wrapper-spec{
    display: block !important;
  }

  .section-light .container .img-wrapper-spec img{
    display: block !important;
  }

  .section-light .container {
    background-position-y: top;
  }

  .section-light .container .text-wrapper p {
    margin-top: 40px;
  }

  .tt{
    font-size: 19px !important;
  }
}

/********************
* END: Section Definition
********************/

/********************
* START: Section Description
********************/

.bg-wrapper {
  background: url(../img/bg-wrapper.jpg) no-repeat top;
  background-size: cover;
}

.section-description .container {
  max-width: 1000px;
  padding: 20px 0 100px;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.section-description {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .section-description .container {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 768px) {
  .section-description .container {
    text-align: left;
  }
}


/********************
* END: Section Info
********************/

.section-info .container {
  text-align: center;
  color: #fff;
  max-width: 1405px;
}

.section-info h3 {
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 64px;
  line-height: 108.52%;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-info h4 {
  font-weight: 450;
  font-size: 36px;
  line-height: 108.52%;
  text-transform: uppercase;
  margin-top: 5px;
}

.section-info .card-wrapper {
  padding: 100px;
  z-index: 0;
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 141px;
}

.section-info .card-wrapper::after {
  content: '';
  height: 573px;
  width: 100%;
  background: #FFFFFF;
  mix-blend-mode: overlay;
  filter: blur(29px);
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  z-index: -1;
}

.section-info .card-wrapper .card {
  background: #fff;
  opacity: 0.6;
  padding: 30px 5px 30px 10px;
  display: flex;
  font-size: 18px;
  align-items: center;
  color: #313035;
  text-align: left;
  position: relative;
  margin-bottom: 13px;
}
.con
 {
    max-width: 500px;
    background: rgb(255 255 255 / 83%);
    padding: 27px;
    margin: 0 auto;
    border-radius: 13px;
}

.section-info .card-wrapper .card::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.25s;
  background: #D9D9D9;
}

.section-info .card-wrapper .card:hover::after {
  background: #FC4716;
}

.section-info .card-wrapper .card .text-wrapper {
  opacity: 1;
  margin-left: 17px;
  font-size: 20px;
}

.section-info .card-wrapper .card .img-wrapper {
  opacity: 1;
  max-width: 60px;
  width: 100%;
}

.section-info .card-wrapper .card .img-wrapper svg {
  width: 100%;
  fill: #CCCCCC;
  transition: 0.25s;
}

.section-info .card-wrapper .card:hover .img-wrapper svg {
  fill: #FC4716;
}

@media screen and (max-width: 1200px) {
  .section-info .card-wrapper {
    grid-row-gap: 50px;
  }

  .section-info .card-wrapper {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1023px) {
  .section-info .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
  }
}

@media screen and (max-width:768px) {
  .section-info h3 {
    font-size: 38px;
  }
  .section-main .text-wrapper h5{
    font-size: 29px;
    margin-top: 5px;
  }
  .bg-svg1{display: none;}
  .bg-svg-mb{display: block;}

  .section-info h4 {
    font-size: 24px;
  }

  .section-info .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 36px;
  }

  .section-info .card-wrapper .card .img-wrapper {
    max-width: 46px;
    grid-row-gap: 7px;
  }
}
/********************
* END: Section Info
********************/

/********************
* START: Section Relevance
********************/

.section-relevance {
  background: url(../img/bg-relevance.png) no-repeat;
  background-size: cover;
}

.section-relevance .container {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-relevance .img-wrapper {
  max-width: 658px;
  width: 100%;
}

.section-relevance .text-wrapper {
  max-width: 590px;
  margin-left: 40px;
  color: #fff;
} 

.section-relevance .text-wrapper h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 125.7%;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section-relevance .text-wrapper p {
  font-size: 24px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .section-relevance .container {
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .section-relevance {
    background-position-x: 50% ;
    padding: 10px;
  }

  .section-relevance .text-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }
}

/********************
* END: Section Relevance
********************/

/********************
* START: Section Author
********************/

.section-author {
    background: #131C26;
  padding: 50px 0;    border-bottom: 1px solid #aaa;
  
}

.section-author .img-wrapper {
  display: none;
}

.section-author .text-wrapper {

}

.section-author .text-wrapper h3 {
  font-weight: 450;
  font-family: 'Futura PT Cond';
  font-size: 48px;
  line-height: 95.7%;
  color: #FEFDF7;
  margin-bottom: 50px;
}

.section-author .text-wrapper p {
  font-size: 19px;
  line-height: 150%;
  color: #FEFDF7;
}

@media screen and (max-width: 1200px) {
  .section-author {
    background-position-x: 40%;
  }
}

@media screen and (max-width: 768px) {
  .section-author {
	
  }

  .img-wrapper img {
    display: none;
  }

  .section-author .text-wrapper h3 {
    margin-bottom: 30px;
  }

  .section-author .img-wrapper {
    display: block;
  }

  .section-author .text-wrapper {
    padding: 0 10px;
  }

}

/********************
* END: Section Author
********************/

/********************
* START: Section Timer
********************/

.section-timer {
    background: url(../img/prr.jpg) no-repeat center;
    background-size: cover;
    padding: 138px 0;
    min-height: 625px;
    text-align: center;
}

.section-timer h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;

}

.section-timer h4 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 12px;
}


.section-timer .timer {
  min-height: 106px;
  margin: 10px 0;
}


.section-timer .timer > div {
  min-width: 100% !important;
}

.timer-element > span:first-child {
  width: 67px;
  height: 67px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 3px solid #330000;
}

.timer-element > span:first-child span {
  font-size: 36px;
}

.timer-element > span:last-child {
  padding-top: 19px;
  font-weight: bold;
  font-size: 18px !important;
  color: #330000 !important;
}

.timer-separator {
  font-size: 36px !important;
  line-height: 2 !important;
}

@media screen and (max-width:600px) {
  .timer-element > span:first-child  {
      width: 56px;
      height: 56px;
  }

  .timer-element > span:first-child span {
      font-size: 24px !important;
  }

  .section-timer .timer {
    min-height: 86px;
  }

  .timer-separator {
      padding: 0 6px !important;
  }

  .timer-separator {
      font-size: 24px !important;
      line-height: 2.5 !important;
  }

  .timer-element > span:last-child {
      padding-top: 7px;
      font-weight: normal;
  }
}

/********************
* END: Section Timer
********************/

/********************
* START: Section video-descripton
********************/

.section-video {
    padding: 30px 0;
    background: #131C26;
}
.section-video .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #5b5b5b;
}

.section-video .video-item {
  width: 48%;
  display: flex;
  gap: 28px;
  justify-content: center;
}

.section-video .video-item:first-child {
  border-right: 1px solid #5b5b5b;
}

.section-video .text-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.section-video .video-item h4 {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 95.7%;
  color: #ffffff;
}

.section-video .video-item span {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  display: block;
  max-width: 150px;
  line-height: 1.2;
  margin-top: 10px;
}

.section-video .video-item .btn {
  font-family: "OpenSans";
  font-style: normal;
  font-size: 16px;
  line-height: 131.7%;
  letter-spacing: -0.035em;
  display: flex;
}

.section-video .video-wrapper {
  max-width: 270px;
  width: 100%;
  height: auto;
  position: relative;
}

.easy-slider > .btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .section-video .video-wrapper {
    max-width: 100%;
  }

  .section-video .video-item span {
    min-width: 100%;
  }

  .section-video .video-item span br {
    display: none;
  }

  .section-video .text-wrapper {
    width: 100%;
  }

  .section-video .video-item:first-child {
    border: 0;
  }

  .section-video .video-item .btn {
    margin-top: 15px;
  }

  .section-comments .slider-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {

  .section-video .container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .section-video .video-item {
    max-width: 500px;
    width: 100%;
  }

  .section-video .video-item {
    flex-direction: column;
    align-items: center;
  }

  .easy-slider .easy-slider-wrapper .easy-slider-list .easy-slider-item {
    padding-bottom: 30px;
  }

  .easy-slider > .btn {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .section-video .easy-slider .btn {
    padding: 0;
  }

  .section-video .easy-slider .btn-left {
    padding-right: 10px;
  }
  .section-video .easy-slider .btn-right {
    padding-left: 10px;
  }
}

/********************
* END: Section video-descripton
********************/

.footer-section {
  background:#131C26;
  color: #fff;
}

.footer-section nav a {
  color: #fff;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}

.counter__element div {
  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;
  gap: 0.625rem;
}

.number {
  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;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #5E5E5E;
  font-weight: 500;
  font-size: 26px;
  color: #5E5E5E;
}

@media screen and (max-width: 400px) {
  .number{
    width: 50px;
    height: 50px;
  }

  .countdown{
    gap: 9px;
  }
}