* {
  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);
}

/********************
* START: Default style
********************/

.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: #2CA76C;
  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: #2CA76C;
  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;
}

/********************
* END: Default style
********************/

/********************
*START: 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;
  flex-wrap: wrap;
  justify-content: center;
}

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

@media screen and (max-width:1023px) {
  .section-info .container{
    flex-direction: column;
  }

  .section-info .section-info_logo {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:374px) {
  .section-info .section-info_nav a {
    font-size: 14px;
  }
}
/********************
*END: Section Info
********************/

/********************
*START: Section Header
********************/

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

@media screen and (max-width:1023px) {
  .section-header {
    padding: 10px 0;
  }
}

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

/********************
*START: Section Main
********************/

.section-main {
  background: #383838;
}

.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 PT Cond";
  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;
}

.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;
  padding-bottom: 30px;
}

.section-main .content-wrapper .text-wrapper h4 {
  font-family: "Futura PT Cond";
  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 .text-wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.section-main .text-wrapper ul li {
  padding-left: 10px;
  position: relative;
}

.section-main .text-wrapper ul li::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 23px;
  background: #fff;
  left: 0;
  top: 5px;
}

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

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

@media screen and (max-width:767px) {
  .section-main .section-main__header {
    padding: 0 10px;
  }
  .section-main .text-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section-main .text-wrapper ul {
    gap: 10px;
  }

  .section-main .text-wrapper h1,
  .section-main .text-wrapper h3 {
    text-align: center;
  }

  .section-main .content-wrapper .text-wrapper {
    margin: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .section-main .text-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }

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

/********************
*END: Section Main
********************/

/********************
*START: Section Questions
********************/

.section-questions .container {
  background: url(../img/bg-questions.svg) no-repeat center #fff;
  background-size: contain;
  padding: 140px 100px 50px 100px;
}

.section-questions .title {
  text-align: left;
  font-weight: 450;
  font-size: 48px;
  line-height: 95.7%;
  letter-spacing: 0.035em;
  color: #2CA76C;
  margin-bottom: 50px;
}

.section-questions ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.section-questions ul li {
  max-width: 254px;
  position: relative;
  padding-left: 30px;
  margin: 30px 15px;
}

.section-questions ul li::before {
  content: '';
  left: 0;
  top: 5px;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/icon-point.png) no-repeat;
  background-size: cover;
}

.section-questions .text-wrapper {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.section-questions .text-wrapper .title {
  text-align: center;
  margin-bottom: 15px;
}

.section-questions .text-wrapper .description {
  font-family: "Futura PT Cond";
  font-weight: normal;
  font-size: 26px;
  line-height: 95.7%;
  letter-spacing: 0.02em;
  color: #2F2F2F;
}

@media screen and (max-width:1023px) {
  .section-questions .container {
    padding: 30px 0;
  }
  .section-questions ul {
    justify-content: center;
  }

  .section-questions .title {
    text-align: center;
    font-size: 40px;
  }
}

@media screen and (max-width:767px) {
  .section-questions .title {
    font-size: 28px;
    margin-bottom: 0;
  }
}

/********************
*END: Section Questions
********************/

/********************
*START: Section Blog
********************/
.section-blog .container {
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 0 50px 150px 50px;
    align-items: flex-end;
}

.section-blog .card {
  max-width: 360px;
  margin-top: 30px;
}

.section-blog .post_1 .card-header {
  min-height: 280px;
  background: url(../img/posts/post_1.jpg) center no-repeat;
  background-size: cover;
  padding-top: 38px;
  padding-left: 20px;
}

.section-blog .card .card-header h4 {
  font-family: 'Futura PT Cond';
  font-style: normal;
  font-weight: 450;
  font-size: 36px;
  line-height: 95.7%;
  letter-spacing: 0.035em;
  color: #2E2E2E;

}

.section-blog .post_1 .card-body {
  padding: 35px 20px;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 16px;
  background: #2E2E2E;
  line-height: 141.2%;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.section-blog .post_1 .card-body .btn-link {
  color: #fff;
  margin-top: 26px;
}

.section-blog .post_2 {
  border-top: 5px solid #2CA76C;
  padding-top: 28px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 113.2%;
  letter-spacing: -0.05em;
  color: #2E2E2E;
  max-width: 275px;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.section-blog .post_2 h4 { 
  margin-bottom: 35px;
}


.section-blog .post_2 p {
  padding-right: 15px;
}

.section-blog .post_3 {
  max-width: 277px;
}

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

@media screen and (max-width:767px) {
  .section-blog .container {
    padding: 0 10px 30px 0;
  }
}


/********************
*END: Section Blog
********************/

/********************
*START: 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;
}

@media screen and (max-width:767px) {
  .section-cards .card {
    flex-direction: column;
  }

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

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

/********************
*END: Section Cards
********************/

/********************
*START: Section Comments
********************/

.section-comments .container {
  background: #fff;
  text-align: center;
  padding: 50px 0;
}

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

@media screen and (max-width: 767px) {
  .section-comments .title {
    font-size: 28px;
    padding-top: 0;
  }
}

/********************
*END: Section Comments
********************/

/********************
*START: Section Tabs
********************/

.section-programms .container {
  padding: 38px 0;
  background: url(../img/bg-programms_1.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: #2CA76C;
  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 #2CA76C;
  color: #2e2e2e;
}

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

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

@media screen and (max-width: 374px) {
  .section-programms .tab-header .btn-tab {
    font-size: 14px;
  }

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

  .title {
    font-size: 32px;
  }

  .section-programms .tab-footer .btn {
    padding: 6px 18px;
  }
}

/********************
*END: Section Tabs
********************/

/********************
*START: 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;
  }
}


/********************
*END: Section Autor
********************/

/********************
* Section Video
********************/

.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.active {
  display: block;
}

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

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

@media screen and (max-width: 640px) {
  .easy-slider .easy-slider-wrapper .easy-slider-list .easy-slider-item {
    flex-direction: column;
  }

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

  .section-video .container {
    padding: 15px;
  }

  .section-author .container {
    padding-bottom: 30px;
  }
}

@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: #2ca76c;
    padding: 0 16px;
    position: relative;
    top: 100px;
    left: 59px;
    display: none;
}
.slider-wrapper button.btn.btn-right {
    font-weight: 900;
    border-radius: 0px 0 0 0px;
    height: 49px;
    background: #2ca76c;
    padding: 0 16px;
    position: relative;
    top: 100px;
    right: 59px;
    display: none;
}


@media screen and (max-width:1100px) {
  .slider-wrapper button.btn.btn-right{
    display: block;
  }
  
  .easy-slider .btn-left{
    display: block;
  }
}

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



































