@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded/Unbounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style:  normal;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded/Unbounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style:  normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin/Cabin-Regular-TTF.ttf') format('truetype');
    font-weight: normal;
    font-style:  normal;
}
:root {
  --background-card-color: #112836;  
  --background-icon-color: #15425e;
  --wrapper-width: 70%;

  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

/*colors*/


.header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/background-header.jpg') no-repeat center/cover;    
  scroll-behavior: smooth;
}

.header__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;
}

.header__wrapper h1 {
  padding-top: 70px;
  text-align: center;
  color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
}

.header__description {
  color: white;
  
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8);

  /* padding-top: 20px;
  padding-bottom: 20px; */
}

.header__description:last-child {  
  padding-bottom: 90px;
  margin-bottom: 0;
}


.main {
  background-color: var(--background-card-color);
  scroll-behavior: smooth;
}

.main__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;

  border-bottom: 3px solid rgba(255,255,255,0.5);
}

.main__questions {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8);
}

.main__wrapper h2 {
  padding-top: 70px;
  margin-top: 0;

  /* text-align: center; */
  color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
}

.main__questions_item {
  display: flex;
  flex-direction: row;
  align-items: center;

  margin-top: 20px;
  margin-bottom: 20px;
}

.main__questions_item--icon {
  max-width: 45px;
  max-height: 45px;
  
  min-width: 25px;
  min-height: 25px;

  padding: 10px;
  background-color: var(--background-icon-color);
}

.main__questions_item--description {
  padding-left: 30px;
}

.main__description {
  padding-bottom: 30px;

  text-align: center;
  
  color: rgba(255,255,255,0.8);
  
  font-family: Cabin;
  font-size: 20px;  
}

.for_whom {
  background-color: var(--background-card-color); 
  scroll-behavior: smooth;
}

.for_whom__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;
}

.for_whom__wrapper h2 {
  padding-top: 70px;
  margin-top: 0;

  /* text-align: center; */
  color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
}

.for_whom__list {
  display: flex;
  flex-direction: row;  
}

.for_whom__list__item {
  width: calc(33%);
  display: flex;
  flex-direction: row;  
}

.for_whom__list__item__description {
  display: flex;  
  flex-direction: column;  
}

.for_whom__brief-description,
.for_whom__list__item__description__text {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  
  margin: 0;
  padding-bottom: 30px;  
}

.for_whom__list__item__description__header {
  color: white;
  font-size: 25px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  
  margin-top: 0;
  margin-bottom: 5px;
}

.for_whom__list__item__icon {
  width: 50px;
  height: 50px;
  background-color: var(--background-icon-color);
  flex-shrink: 0;
  margin: 10px;
}

.why_take_part {
  background-color: var(--background-card-color); 
}

.why_take_part__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;
}

.why_take_part__description {
  width: calc(60%);
}

.why_take_part__picture {
  width: calc(40%);
  
  background-image: url('../images/speaker.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  

  margin-left: 30px;
}

.why_take_part__description__title {
  padding-top: 70px;
  margin-top: 0;

  text-align: center;
  color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; 
}

.why_take_part__cards {
  display: flex;
  flex-direction: row;
}

.why_take_part__description__cards__item {
  width: calc(50%);
  background-color: var(--background-icon-color);

  margin: 10px;
  padding: 10px;
}

.why_take_part__description__cards__item__title {
  color: rgba(255, 255,255,0.6);
  font-size: 25px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  
  margin-top: 0;
  margin-bottom: 5px; 
}

.why_take_part__description__cards {
  display: flex;
  flex-direction: column;
}

.why_take_part__description__cards__row1,
.why_take_part__description__cards__row2 {
  display: flex;
  flex-direction: row;
}

.why_take_part__description__cards__item__description {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 30px;
}

.why_take_part__choice_tarif_button {
  color: white;
  /* padding: 20px; */
  font-family: 'Cabin';
  font-weight: 700;
  font-size: 20px;
  background-color: darkcyan;
  max-width: 250px;
  text-align: center;
  align-self: center;
  
  margin: 20px;
  padding: 15px;

  border-radius: 3px;
}

.get_maraphone {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0f1e27;  
}

.get_maraphone__wrapper {
  width: calc(var(--wrapper-width));  
  margin: 0 auto;
  background-color: #143549;
  padding: 30px;
}

.get_maraphone__title {
  color: rgba(255, 255,255,1);
  font-size: 35px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;

  margin-bottom: 50px;
}

.get_maraphone__item {
  display: flex;
  flex-direction: row;
  
  margin-top: 25px;
}

.get_maraphone__item__description__title {
  color: rgba(255, 255,255,0.6);
  font-size: 25px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 15px;
}

.get_maraphone__item__description {
  display: flex;
  flex-direction: column;
}

.get_maraphone__item__description__text {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 30px; 
}

.get_maraphone__item__num {
  position: relative;
  width: 50px;  

  display: flex;
  align-items: center;
  justify-content: center;
  /* align-self: center; */
  flex-shrink: 0;
  
  font-family: Unbounded;
  font-size: 30px;

  color: rgba(255, 255, 255, 0.7);  

  /* background-color: #387194; */
  
  /* margin: 20px; */
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;

  z-index: 1;
}

.get_maraphone__item__num::before,
.get_maraphone__item__num::after {
  content: "";
  height: 100%; 
  width: 50%;
  position: absolute; 
  top: -5px;
  background: #387194;
  z-index: -1;
  }
.get_maraphone__item__num:before {
  left: 0;
  transform: skew(0deg, 20deg);  
}
.get_maraphone__item__num:after {
  right: 0;
  transform: skew(0deg, -20deg);  
}

.how_it_works,
.format_and_dates {
  padding-top: 100px;
  background-color: var(--background-card-color);
}

.how_it_works__wrapper,
.format_and_dates__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;
  padding-bottom: 50px;
}

.how_it_works__title,
.format_and_dates__title {
  /* text-align: center;  */
  color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; 
}

.how_it_works__num,
.format_and_dates__num {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 30px;  
}

.how_it_works__description__title,
.format_and_dates__description__title {
   color: rgba(255, 255,255,0.6);
  font-size: 25px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 15px; 
}

.how_it_works__description__text,
.format_and_dates__description__text {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 30px; 
}

.how_it_works__item,
.format_and_dates__item {  
  position: relative;

  display: flex;
  flex-direction: row;    
}

.how_it_works__item::before,
.format_and_dates__item::before {
  content: '';
  position: absolute;
  
  left: 48px;
  top: 25px;
  width: 80px;
  height: 80%;  

  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.how_it_works__description,
.format_and_dates__description {
  display: flex;
  flex-direction: column;
  
  margin-bottom: 30px;
  padding-top: 5px;

  z-index: 1;  
}

.how_it_works__num,
.format_and_dates__num {
  width: 50px;
  height: 50px;
  flex-direction: column;
  
  display: flex;
  align-items: center;
  justify-content: center;  
  
  flex-shrink: 0;
  
  font-family: Unbounded;
  font-size: 30px;

  color: rgba(255, 255, 255, 0.7);  

  background-color: #387194;
  
  margin: 0 70px 20px 20px;  

  z-index: 1;
}

.tarifs {
  background-color: var(--background-card-color);   
}

.tarifs__wrapper {  
  width: calc(var(--wrapper-width));
  margin: 0 auto; 
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}

.tarifs__title {
  color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; 

  padding-bottom: 35px;
}

.tarifs__items {
  display: flex;  
  justify-content: space-between;
}

.tarifs__item {
  width: calc(30%);
  display: flex;
  flex-direction: column;
}

.tarif__item__title {
  text-align: center;

  color: white;
  font-size: 25px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; 
}

.tarif__item__description {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 35px;  

  margin-top: 20px;
  padding-right: 30px;
}

.tarif__item__price {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 30px;  
  /* text-align: center; */
  margin-top: 15px;  
  margin-bottom: 0;
}

.tarif__item__button {
  color: white;
  
  font-family: 'Cabin';
  font-weight: 700;
  font-size: 20px;
  background-color: darkcyan;
  /* max-width: 250px; */
  text-align: center;
  align-self: center;  
  
  padding: 15px;
  margin-top: 15px;

  border-radius: 3px; 
}

.tarif__item__feature {
  display: flex;  
}

.tarif__item__feature__icon {
  margin: 0;
  padding: 0;
  /* align-self: flex-start; */
  padding-right: 10px;
}

.tarif__item__feature__text {
  padding: 0;
  margin: 0;
}

.tarif__item__old_price {
  text-decoration: line-through;
}

del {
  text-decoration-thickness: 1px;
}

.about_creator {
  background-color: var(--background-card-color);    
}

.about_creator__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;   
  padding-top: 30px; 
}

.about_creator__title {
 color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; 

  padding-bottom: 35px; 
}

.about_creator__description {
  display: flex;  
}

.about_creator__text {
  width: calc(50%);
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 35px;  

  margin-top: 20px;
  padding-right: 30px; 

  /* flex-shrink: 0; */
}

.about_creator__photo {
  width: calc(50%);  
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_creator__photo--img {
  width: 80%;
  height: 80%;
  
  background-image: url('../images/mary.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about_creator__slogan {
  
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 35px;  

  padding-left: 20px;
  border-left: 2px solid darkcyan;

  margin-bottom: 0;
}
.faq {
 background-color: var(--background-card-color);      
 padding-bottom: 50px;
}

.faq__wrapper {  
  width: calc(var(--wrapper-width));
  display: flex;
  justify-content: space-around;

  margin: 0 auto;   
  padding-top: 30px; 
}

.faq__description {
  width: calc(50%);
}

.faq__description__title {
 color: white;
  font-size: 45px; 
  font-family: Unbounded;
  font-style: normal;
  font-weight: 400;
  line-height: 75px; 

  padding-bottom: 35px; 
}

.faq__image_block {
  width: calc(40%);
  min-height: 440px;
}

.faq__image_block--img {
  width: 100%;
  height: 100%;

  background-image: url('../images/faq_image.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.faq__description__acordeon__item {
  position: relative;

  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 35px;      

  padding-left: 25px;
}

.faq__description__acordeon__item--closed::before {
    content: ''; 
    
    position: absolute;
    
    left: 0px;
    top: 8px;
    
    border: 10px solid transparent; /* Прозрачные границы */
    border-left: 15px solid rgba(255,255,255,0.8); ; /* Добавляем треугольник */
}

.faq__description__acordeon__item--opened::before {
    content: ''; 
    
    position: absolute;
    
    left: -5px;
    top: 15px;
    
    border: 10px solid transparent; /* Прозрачные границы */
    border-top: 15px solid rgba(255,255,255,0.8); ; /* Добавляем треугольник */
}

.faq__description__acordeon details {
  cursor: pointer;
}

.faq__description__acordeon__text {
  position: relative;  
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 35px;      

  padding-left: 25px;
}

.faq__description__acordeon__text::before {
  content: '';
  
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.politics {
  background-color: var(--background-card-color);        
}

.politics__wrapper {
  width: calc(var(--wrapper-width));
  margin: 0 auto;
  
  display: flex;  
  flex-direction: column;
  align-items: center;

  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;

  text-align: center;
}

/* .politics__wrapper p {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.5); 
  margin: 2px;
} */

.politics__docs a {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.8); 
  line-height: 35px;  
  margin-right: 30px;
    
  text-align: center;
}

.politics__text {
  font-family: Cabin;
  font-size: 20px;
  color: rgba(255,255,255,0.5); 
  margin: 2px;
}

.reveal{
  position: relative;
  /* transform: translateY(150px); */
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  /* transform: translateY(0); */
  opacity: 1;
}

@media screen and (min-width: 200px) and (max-width: 1000px) {
  :root {
    --wrapper-width: 90%;    
  }  
  .for_whom__list {
    flex-direction: column;
  }
  .for_whom__list__item {
    width: 100%;
  }
  .why_take_part__picture {
    display: none;
  }
  .why_take_part__description {
    width: 100%;
  }
  .why_take_part__description__cards__row1,
  .why_take_part__description__cards__row2 {    
    flex-direction: column;
  }
  .why_take_part__description__cards__item {
    width: 90%;
  }
  .about_creator__title {
    margin-bottom: 0;  
    padding-bottom: 10px;
  }
  .about_creator__description {        
    flex-direction: column;
  }
  .about_creator__photo,
  .about_creator__text {
    width: 100%;            
  }
  .about_creator__photo {
    min-height: 250px;
    /* display: flex; */
    align-items: stretch;
  }

  .about_creator__photo--img {    
    height: auto;
    /* height: 100%; */
  }
  .main__wrapper__title,
  .for_whom__title,
  .get_maraphone__title,
  .how_it_works__title,
  .tarifs__title, 
  .about_creator__title,
  .format_and_dates__title,
  .faq__description__title {
    text-align: center;
  }
  .tarifs__items {
    flex-direction: column;
  }
  .tarifs__item {
    width: 100%;
  }
  .tarifs__item:not(:first-child) {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .faq__image_block {
    display: none;
  }
  .faq__description__title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .faq__description {
    width: calc(90%);
  }

  .how_it_works__num,
  .format_and_dates__num {
    margin-right: 30px;
  }
 
  .how_it_works__item::before,
  .format_and_dates__item::before {
    content: '';
    position: absolute;
  
    left: 48px;
    top: 25px;
    width: 40px;
    height: 80%;  
  }
  .politics__docs a {
    margin-right: 5px;
  } 
}


@media screen and (min-width: 1001px) and (max-width: 1366px) {
    :root {
    --wrapper-width: 90%;
  }  
   
}

@media screen and (min-width: 1368px) and (max-width: 1500px) {
      :root {
    --wrapper-width: 80%;    
  }  
}

@media screen and (min-width: 1501px) {
    
    
}
