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

@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);
}

.main-container {
  background: #2f2f2f;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: 0.8;
}

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


.btn:hover {
  opacity: 0.8;
}

.btn-default {
  font-family: "Futura PT Cond";
  background: #ff7218;
  padding: 4px 44px 7px 44px;
  font-size: 26px;
  font-weight: normal;
}

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

.title {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 450;
  font-size: 48px;
  line-height: 95.7%;
  text-align: center;
  text-transform: uppercase;
  color: #292929;
}

/********************
* Section info
********************/
.section-info .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-info .section-info_logo {
  display: flex;
  align-items: center;
  color: #fff;
}

.section-info .section-info_logo h2 {
  font-size: 33px;
  font-family: "Futura PT Cond";
  margin-left: 14px;
}

.section-info .section-info_logo h2 span {
  font-size: 16px;
  margin-top: 0px;
  font-weight: normal;
  display: block;
  line-height: 1;
}

.section-info .section-info_nav,
.section-info .section-info_nav a {
  display: flex;
}

.section-info .section-info_nav a img {
  width: 30px;
  height: 20px;
  margin-left: 11px;
  margin-right: 6px;
}

.section-info .section-info_nav .icon-main {
  display: inline-block;
}

.section-info .section-info_nav .icon-main img {
  width: 24px;
  height: 24px;
}

/********************
* Section header
********************/

.section-header {
  padding: 30px 0;
  background: #383838;
}

/********************
* Section main
********************/

.section-main {
  background: #383838;
  padding-bottom: 100px;
}

.section-main .container {
  padding-top: 50px;
  background: url(../img/header-slider/item.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 11px rgba(0, 0, 0, 0.15);
  transition: 2s;
}

.section-main .section-main__header {
  padding: 0 108px;
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-main .text-wrapper {
  max-width: 475px;
  width: 100%;
  margin-left: 93px;
  color: #fff;
}

.section-main .text-wrapper h3 {
  font-family: "Futura Condensed PT";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.255em;
}

.section-main .text-wrapper h1 {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 95.7%;
  letter-spacing: 0.02em;
}

.section-main .text-wrapper p {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.035em;
  margin-top: 14px;
  margin-bottom: 25px;
}

.upsell__container {
    background: #fff;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
    max-width: 1170px;
    margin: 0 auto;
}

.upsell-left-side {
    background-color: #fff;
    border-radius: 28px;
    padding: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    min-width: 310px;
    max-width: 330px;
}
  .upsell-left-side span:first-child {
    position: absolute;
    top: 0;
    right: 0;
    background: #e26d01;
    color: #fff;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
  }

  .upsell-left-side span:nth-child(2) {
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding: 10px;
  }

  .upsell-left-side span:nth-child(3) {
    font-weight: 400;
    display: block;
    padding: 5px;
  }

  .upsell-left-side span:nth-child(4) {
    font-weight: 100;
    display: block;
    padding: 10px 0 5px 0;
    font-size: 15px;
  }

  .upsell-left-side span:nth-child(5) {
    display: block;
  }

  .upsell-left-side span:nth-child(5) s {
    font-weight: 100;
  }

  .upsell-left-side span:nth-child(5) b {
    font-size: 21px;
    color: #ff4700;
  }

  .upsell-left-side a {
    background: #45ad81;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
  }

  .upsell-right-side {
    max-width: 380px;
    display: block;
    margin-top: 20px;
  }

  .upsell-right-side span:first-child {
    display: block;
    font-size: 25px;
    font-weight: 500;
  }

  .upsell-right-side span:nth-child(2) {
    display: block;
    font-size: 20px;
    padding: 7px 0 30px;
  }

  .upsell-right-side span:nth-child(3) {
    display: block;
    text-transform: uppercase;
    line-height: 23px;
  }

  .upsell-right-side span:nth-child(3) br {
    display: none;
  }

  @media (max-width: 600px) {
    .upsell__container {
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }

    .upsell-left-side {
      margin-bottom: 20px;
      max-width: 100%;
    }

    .upsell-right-side {
      max-width: 100%;
    }iframe {
    max-width: 100%;
}
  }

















.section-main .content-wrapper {
  display: flex;
  justify-content: space-between;
}

.section-main .content-wrapper .text-wrapper {
  max-width: 330px;
  margin-top: 53px;
  width: 100%;
  text-align: center;
  margin-left: 184px;
}

.section-main .content-wrapper .text-wrapper h4 {
  font-family: "Futura Condensed PT";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 95.7%;
  letter-spacing: 0.02em;
}

.section-main .content-wrapper .text-wrapper p {
  margin-top: 5px;
  text-transform: uppercase;
}

.section-main .content-wrapper .slider-wrapper {
  max-width: 525px;
}

.section-main .content-wrapper .slider-wrapper .slider {
  display: flex;
  align-items: center;
  z-index: 10;
  bottom: -50px;
  overflow: hidden;
  position: relative;
  margin-bottom: -100px;
}

.section-main .content-wrapper .slider-wrapper .slider .slider-item {
  transition: 2s;
  position: relative;
  left: 0;
  margin-right: 20px;
}

.section-main .content-wrapper .slider-wrapper .slider .img-wrapper {
  min-width: 282px;
}

/********************
* Section description
********************/
.section-description {
  margin-top: -100px;
}

.section-description .container {
  padding: 100px 0 0;
  display: flex;
  justify-content: center;
  gap: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 11px rgba(0, 0, 0, 0.15);
}

.section-description .text-description {
  background: url(../img/bg-description.svg) no-repeat center;
  background-size: contain;
}

.section-description .text-wrapper {
  max-width: 403px;
}

.section-description .text-wrapper h4 {
  font-family: "OpenSans";
  font-style: normal;
  font-size: 16px;
  line-height: 114.7%;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: #383838;
}

.section-description .text-wrapper h2 {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 450;
  font-size: 48px;
  line-height: 95.7%;
  letter-spacing: 0.035em;
  color: #292929;
  margin-top: 10px;
  margin-bottom: 40px;
}

.section-description .text-wrapper p {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165.2%;
  letter-spacing: -0.035em;
  color: #2e2e2e;
}

.section-description .text-description li {
  margin-bottom: 60px;
  position: relative;
}

.section-description .text-description li::before {
  content: "";
  left: -25px;
  top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  background: url(../img/icon-point.png) no-repeat;
  background-size: cover;
  position: absolute;
}

.section-description .text-description b {
  display: block;
}

.section-description .text-description li:nth-child(1) {
  margin-left: 100px;
}

.section-description .text-description li:nth-child(2) {
  margin-left: 125px;
}

.section-description .text-description li:nth-child(3) {
  margin-left: 150px;
}

.section-description .text-description li:nth-child(4) {
  margin-left: 175px;
}

.section-description .text-description li:nth-child(5) {
  margin-left: 200px;
}

/********************
* Section cards
********************/
.section-cards .container {
  background: #fff;
}

.section-cards .card-wrapper {
  padding-top: 35px;
}

.section-cards .card {
  display: flex;
  margin: 0 auto;
  max-width: 813px;
  background: #2e2e2e;
  width: 100%;
  justify-content: space-between;
}

.section-cards .card .img-wrapper {
  position: relative;
  left: -40px;
  top: -35px;
}

.section-cards .card .text-wrapper {
  width: 280px;
  color: #fff;
  padding: 28px 24px;
  padding-left: 0;
}

.section-cards .card .text-wrapper h3 {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 450;
  font-size: 36px;
  line-height: 95.7%;
  letter-spacing: 0.035em;
}

.section-cards .card .text-wrapper p {
  font-family: "OpenSans";
  font-style: normal;
  font-size: 16px;
  line-height: 162.7%;
  margin: 20px 0;

  letter-spacing: -0.035em;
  text-transform: lowercase;
}

/********************
* Section steps
********************/
.section-steps {
}

.section-steps .container {
  padding: 30px 0;
  background: #fff;
}

.section-steps .item {
  position: relative;
  margin: 50px 0;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #999;
  height: 177px;
  width: 90%;
  left: 5%;

}

.section-steps .item .text-wrapper {
  text-align: right;
  max-width: 452px;

}

.section-steps .item .text-wrapper h3 {
  text-transform: uppercase;
  font-family: 'Futura PT Cond';
  font-size: 48px;
  font-weight: normal;
  line-height: 95.7%;
  max-width: 452px;
}

.section-steps .item .text-wrapper h4 {
  margin-top: 9px;
  font-weight: normal;
}

.section-steps .item .text-wrapper h3 span {
  font-family: 'Futura PT Cond';
  font-weight: lighter;
  display: block;
  font-weight: lighter;
}


.section-steps .item .img-wrapper {
  max-width: 470px;
  margin-left: 36px;
}

.big-banner {
    display: flex;
    justify-content: center;
    background-color: #fff;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
}

.big-banner img{
  width: 100%;
  max-width: 610px;
  padding: 0 10px 0;
}

@media screen and (max-width: 1024px) {
  .section-steps .item {
    margin-top: 15px;
    margin-bottom: 0;
    position: static;
    padding: 30px 0;
    flex-direction: column;
    height: auto;
    background: whitesmoke;
    width: 100%;
  }

  .section-steps .item .text-wrapper h3 {
    font-size: 38px;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
  }

  .section-steps .item .text-wrapper h4 {
    display: none;
  }
  .section-steps .item .img-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .section-steps .item .text-wrapper h3 {
    font-size: 28px;
  }
}




/********************
* Section comments
********************/

.section-comments .container {
  background: #fff;
  text-align: center;
}

.section-comments .title {
  max-width: 785px;
  margin: 0 auto;
  padding: 100px 0;
}

.section-comments .slider-wrapper {
  display: flex;
  gap: 69px;
  justify-content: center;
  overflow: hidden;
}

.section-comments .slider-wrapper .card {
  min-width: 288px;
  position: relative;
  left: 33%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.section-comments .slider-wrapper .card .card-header {
  display: flex;
  align-items: center;
  gap: 22px;
}

.section-comments .slider-wrapper .card .card-header .img-wrapper {
  max-width: 84px;
}

.section-comments .slider-wrapper .card .card-body,
.section-comments .slider-wrapper .card .card-header p {
  font-family: "OpenSans";
}

.section-comments .slider-wrapper .card .card-header p span {
  color: #4099a5;
  font-style: normal;
  font-weight: 700;
}

.section-comments .slider-wrapper .card .card-body {
  margin-top: 30px;
  margin-bottom: 18px;
}

.section-comments .slider-wrapper .card .card-footer a {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 131.7%;
  letter-spacing: -0.035em;
  color: #ff0000;
}

.section-comments .btn-default {
  margin-top: 100px;
}

/********************
* Section tabs
********************/

.section-programms .container {
  padding: 38px 0;
  background: url(../img/bg-programms.jpg) no-repeat;
  background-size: cover;
}

.section-programms .tabs {
  margin: 0 auto;
  margin-top: 44px;
  justify-content: center;
  max-width: 870px;
}

.section-programms .tab-header {
  display: flex;
  justify-content: center;
  gap: 35px;
}

.section-programms .tab-header .btn-tab {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 131.7%;
  letter-spacing: -0.035em;
  color: #2e2e2e;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: 0.25s;
}

.section-programms .tab-header .btn-tab.active {
  border: 1px solid #80ce00;
}

.section-programms .tab-body .tab-item {
  display: none;
  min-width: 100%;
  max-width: 780px;
}

.section-programms .tab-body .tab-item.active {
  display: block;
}

.section-programms .tab-body .tab-item ul {
  display: grid;
  gap: 50px;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-programms .tab-body .tab-item.active ul li {
  min-width: 255px;
  list-style-type: disc;
}

.section-programms .tab-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}

.section-programms .tab-footer .btn {
  font-family: "OpenSans";
  font-style: normal;
  font-size: 16px;
  line-height: 131.7%;
  letter-spacing: -0.035em;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 6px 35px;
}

.section-programms .tab-footer .btn-left {
  background: #ff7218;
  border-radius: 17.5px 0px 0px 17.5px;
}

.section-programms .tab-footer .btn-right {
  border-radius: 0px 17.5px 17.5px 0px;
  border: 2px solid #ff7218;
  color: #2e2e2e;
}

/********************
* Section autor
********************/

.section-author .container {
  display: flex;
  justify-content: center;
  gap: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 11px rgba(0, 0, 0, 0.15);
  padding-top: 63px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.section-author .img-wrapper {
  position: relative;
  bottom: -50px;
}

.section-author .text-wraper {
  max-width: 602px;
}

.section-author .text-wraper .title {
  text-align: left;
  margin-bottom: 70px;
}

.section-author .text-wraper .btn-link {
  color: #383838;
  margin-top: 50px;
}

.section-author .text-wraper .btn-link::after {
  background: #383838;
}

@media screen and (max-width:1100px) {
  .section-author .container {
    padding-bottom: 70px;
    padding-top: 0;
  }

  .section-author .text-wraper .title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .section-author .text-wraper .btn-link {
    margin-top: 30px;
  }
}


/* .section-autor .container {
  padding-top: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 50px;
}

.section-autor .img-wrapper {
  margin-left: 80px;
  position: relative;
  bottom: -50px;
}

.section-autor .img-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

.section-autor .text-wrapper {
  max-width: 545px;
  margin-right: 80px;
  margin-top: 50px;
  text-align: center;
}

.section-autor .text-wrapper ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-autor .text-wrapper ul::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  background: url(../img/decore-element.png) no-repeat center;
  background-size: cover;
}

.section-autor .text-wrapper ul li {
  max-width: 230px;
  text-align: left;
}

.section-autor .text-wrapper ul li:nth-child(2) {
  text-align: right;
}

.section-autor .text-wrapper ul li:last-child {
  margin: 0 auto;
  margin-top: 200px;
  text-align: center;
  max-width: 495px;
}

.section-autor .text-wrapper ul li h4 {
  font-family: "Futura PT Cond";
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 95.7%;
}

.section-autor .text-wrapper ul li p {
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 95.7%;
  margin-top: 23px;
}

.section-autor .text-wrapper .btn-default {
  position: relative;
  bottom: -72px;
} */

/********************
* Section autor-descripton
********************/

/* .section-autor-descripton .title {
  color: #fff;
  text-align: left;
  margin-top: 58px;
  display: inline-block;
}

.section-autor-descripton p {
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 109.2%;
  color: #ffffff;
  margin-top: 30px;
  max-width: 980px;
}

.section-autor-descripton .btn {
  margin-top: 38px;
} */

/********************
* Section video-descripton
********************/
.section-video {
  margin: 30px 0;
}

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

.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 .easy-slider-wrapper .easy-slider-list .easy-slider-item img.reloader {
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  display: none;
  cursor: pointer; */
}

.easy-slider .easy-slider-wrapper .easy-slider-list .easy-slider-item img.reloader.active {
  display: block;
}



.section-video .video-wrapper iframe{
  width: 100%;
  height: auto;
}

.section-footer {
  padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .section-main .content-wrapper .text-wrapper {
    margin-left: 63px;
  }

  .container {
    padding: 0 10px;
  }

  .section-autor .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0px;
  }

  .section-autor .img-wrapper {
    margin-left: 0;
    max-width: 400px;
  }

  .section-autor .text-wrapper {
    margin-right: 0;
  }

  .section-autor .text-wrapper .btn-default {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .section-main .container {
    background-position: center;
  }
  .section-main .content-wrapper .slider-wrapper {
    display: none;
  }

  .section-description .container {
    flex-direction: column;
    align-items: center;
  }

  .section-description .text-description li:nth-child(1),
  .section-description .text-description li:nth-child(2),
  .section-description .text-description li:nth-child(3),
  .section-description .text-description li:nth-child(4),
  .section-description .text-description li:nth-child(5) {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .section-programms .tab-body .tab-item ul {
    grid-template-columns: 1fr 1fr;
    padding: 0 10px;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  .section-programms .tab-footer {
    margin-top: 30px;
  }

  .section-programms .tab-body .tab-item.active ul li {
    max-width: 50%;
  }

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


}

@media screen and (max-width: 767px) {
  .section-programms .tab-body .tab-item ul {
    grid-template-columns: 1fr;
    max-width: 250px;
  }

  .section-info .container {
    flex-direction: column;
    gap: 15px;
  }

  .section-main .section-main__header {
    padding: 10px;
  }

  .section-header {
    padding: 15px;
  }

  .section-main .text-wrapper {
    max-width: 100%;
    text-align: center;
    margin: 0;
  }

  .section-main .content-wrapper {
    justify-content: center;
  }

  .section-main .content-wrapper .text-wrapper {
    margin-left: 0;
  }

  .section-main .container {
    padding: 30px 0;
    position: relative;
  }

  .section-main .container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .section-main .content-wrapper,
  .section-main .text-wrapper,
  .section-main .section-main__header {
    position: relative;
    z-index: 1;
  }

  .section-cards .card {
    flex-direction: column;
  }

  .section-cards .card .img-wrapper {
    position: static;
  }

  .section-cards .card .text-wrapper {
    padding: 15px;
    width: 100%;
  }

  .title,
  .section-comments .title {
    font-size: 28px;
    padding: 30px 0;
  }

  .section-comments .container {
    padding: 0;
  }

  .section-info .section-info_nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .section-main .container {
    background-position: left;
  }

  .section-autor .text-wrapper ul {
    margin-top: 130px;
    gap: 30px;
  }

  .section-autor .text-wrapper ul::after {
    top: -200px;
  }

  .section-autor .text-wrapper ul li:last-child {
    margin-top: 0;
  }

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

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

  .section-video .video-wrapper iframe {
    /* height: 200px; */
  }

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

  .section-autor .text-wrapper ul {
    justify-content: center;
  }

  .section-autor .text-wrapper ul li:nth-child(2),
  .section-autor .text-wrapper ul li:nth-child(3),
  .section-autor .text-wrapper ul li {
    text-align: center;
  }

  .section-autor-descripton .title {
    margin-top: 0;
  }

  .section-autor-descripton p {
    margin-top: 0;
  }

  .section-programms .tab-footer .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-description .text-description {
    margin-left: 30px;
  }

  .section-programms .tab-header {
    gap: 5px;
  }

  .section-programms .tab-header .btn-tab {
    padding-left: 5px;
    padding-right: 5px;
  }
}


@media screen and (max-width: 425px) {
  .btn-text{
    font-size: 18px;
  }
}



div#easy-slider_1 {
    padding: 0 50px;
}

.easy-slider .btn-left {
    font-weight: 900;
    border-radius: 0px 0 0 0px;
    height: 49px;
    background: #ff7218;
    padding: 0 16px;
    position: relative;
    top: 100px;
    left: 59px;
}
.slider-wrapper button.btn.btn-right {
    font-weight: 900;
    border-radius: 0px 0 0 0px;
    height: 49px;
    background: #ff7218;
    padding: 0 16px;
    position: relative;
    top: 100px;
    right: 59px;
}

.card-header iframe {
    height: 230px!important;
}



.sale{
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #D5A955;
  mix-blend-mode: screen;
  opacity: 0.99;
  border-radius: 0px 18px 18px 0px;
  max-width: 329px;
  padding: 11px 22px 11px 26px ;
  margin-bottom: 21px;
  position: relative;
}

.sale::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 89px;

  background: linear-gradient(0deg, #80A94B, #80A94B), #D5A955;
  mix-blend-mode: normal;
  opacity: 0.99;
  border-radius: 0px;
  left: 0;
  top: 0;
}

.sale__text{
  font-family: 'Inter', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;

  color: #383838;
}

.sale__span{
  font-family: 'Inter', sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  line-height: 22px !important;

  color: #FF7218;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap');

@media screen and (max-width: 767px){
  .sale{
    margin: 0 auto;
  }

  .wrapper--sale{
    margin-bottom: 20px;
  }
}


