* {
  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: #555;
}

.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: #84C036;
  border-radius: 3px;
  padding: 4px 44px 7px 44px;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.btn-default s {
  font-family: 'Futura PT Cond';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 95.7%;
  letter-spacing: 0.02em;
}


.btn-default b {
  font-family: 'Futura PT Cond';
  font-style: normal;
  font-size: 26px;
  line-height: 95.7%;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.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;
  padding: 30px 10px;
  justify-content: space-between;
  background: #383838;
}

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

@media screen and ( max-width:840px ) {
  .section-info .container {
    flex-direction: column;
    grid-gap: 15px;
    padding: 10px 0;
  }

  .section-info {
    padding: 15px;
  }
  

}

@media screen and (max-width:500px) { 
  .section-info {
    padding: 0;
  }
}

@media screen and (max-width:375px) {
  .section-info .section-info_nav {
    font-size: 14px;
  }
}

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

.section-header {
  background: transparent;
}

.section-header .container {
  background: #555;
}


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

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

.section-main .container {
  padding-top: 50px;
  background: url(../img/header-slider/item.jpg) no-repeat;
  background-size: cover;
  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: 100px;
  color: #fff;
}

.section-main .text-wrapper h4 {
  font-family: 'Futura PT Cond';
  font-weight: 400;
  font-size: 21px;
  line-height: 95.7%;
  letter-spacing: -0.005em;
}

.section-main .text-wrapper h3 {
  font-family: 'Futura PT Cond';
  font-weight: 700;
  font-size: 21px;
  line-height: 95.7%;
  letter-spacing: 0.255em;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 10px;
}

.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 ul {
  margin: 20px 0;
}

.section-main .text-wrapper ul li {
  font-family: 'OpenSans';
  list-style: disc;
  font-style: normal;
  line-height: 112.7%;
  letter-spacing: -0.035em;
  margin-left: 25px;
  max-width: 384px;
  margin-top: 20px;
}

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

.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 .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: 767px) {
  .section-main .text-wrapper ul li {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }
}

@media screen and (max-width: 475px) {
  .section-main .text-wrapper h1 {
    font-size: 57px;
  }
}

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

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

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

.section-description .text-wrapper h3 {
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 24px;
  line-height: 165.2%;
  letter-spacing: -0.035em;
  margin-bottom: 30px;
}

.section-description .text-wrapper h4 {
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 18px;
  line-height: 165.2%;
  letter-spacing: -0.035em;
  margin: 30px 0;
}

.section-description .text-wrapper p {
  font-size: 18px;
}

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

.section-description .text-description li {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 14px;
  line-height: 113.2%;
  letter-spacing: -0.05em;
  color: #2E2E2E;
  position: relative;
  margin-bottom: 48px;
}

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

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

@media screen and (max-width:767px) {
  .section-description {
    background: #fff;
  }

  .section-description .container {
    box-shadow: none;
    max-width: max-content;
    flex-direction: column;
  }

  .section-description .container {
    padding: 30px 10px;
  }

}

/********************
* Section programs
********************/

.section-programs .container {
  background: #383838;
  color: #FFFFFF;
  padding: 60px 0;
  border: 26px solid #fff;
}

.section-programs h3 {
  font-family: 'Futura PT Cond';
  font-weight: 700;
  font-size: 40px;
  line-height: 115.7%;
  text-align: center;
  letter-spacing: 0.035em;
  position: relative;
  margin-bottom: 76px;
}

.section-programs h3::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 100%;
  left: 10%;
  top: 0;
  background: #FFFFFF;
  opacity: 0.2;
  filter: blur(35px);
  border-radius: 100%;
}


.section-programs h3 span {
  font-family: 'Futura PT Cond';
  font-weight: 400;
  font-size: 40px;
  line-height: 115.7%;
  text-align: center;
  letter-spacing: 0.035em;
}

.section-programs .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-programs .text-wrapper {
  width: 50%;
}

.section-programs ul {
  max-width: 413px;
  margin: 0 auto;
}

.section-programs li {
  margin-top: 30px;
  list-style: disc;
}

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

  .section-programs .container {
    border: 0;
  }
  .section-programs .content-wrapper {
    flex-direction: column;
  }

  .section-programs .content-wrapper:last-child {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-programs h3 {
    font-size: 32px;
  }

  .section-programs h3 span {
    font-size: 28px;
  }

  .section-programs .text-wrapper {
   width: 90%;
   margin-left: auto;
   margin-right: auto;
  }

  .section-programs .text-wrapper ul {
   margin-left: 15px; 
  }
}

@media screen and (max-width: 425px) {
  .section-programs h3 {
    font-size: 26px;
  }

  .section-programs h3 span {
    font-size: 24px;
  }
}


/********************
* 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-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.section-author .container {
  display: flex;
  justify-content: center;
  gap: 70px;
  background: #FFFFFF;
  padding-top: 63px;
}

.section-author .img-wrapper {
  position: relative;
  max-width: 434px;
  width: 100%;
}

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

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

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

.section-author .text-wraper p {
  font-family: 'Futura PT';
  font-weight: 350;
  font-size: 21px;
  line-height: 109.2%;
  color: #383838;
}

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

.section-author .btn-default {
  position: relative;
  top: 20px;
}

@media screen and (max-width:767px) {
  .section-author .container {
    gap: 20px
  }

  .section-author .text-wraper .title {
    margin-bottom: 15px;
  }
}

/********************
* START: Section video-descripton
********************/
.section-video .container {
  background: #383838;
  padding-top: 100px;
  padding-bottom: 30px;
  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;
}

.section-footer .container {
  background: #383838;
}


@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: #313035;
  color: #fff;
}

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

@media screen and (max-width:1100px) {
  .section-author .img-wrapper img {
    bottom: 0;
    position: relative;
  }

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

  .section-author .text-wraper .btn-link {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}






@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 .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-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 {
    font-size: 28px;
    padding: 30px 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;
  }

  .btn-default {
    padding-left: 20px;
    padding-right: 20px;
  }
}
