* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-color: #890307;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}


h1 {
  color: #fdf1d9;
  font-weight: 600;
  font-size: 20px;
}

h2 {
  color: #fdf1d9;
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 10px;
}

h3 {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fdf1d9;
  background-color: #52050d;
}

p {
  margin-bottom: 10px;
  margin-top: 0px;
}
.p2 {
  color: #fdf1d9;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: #890307;
}

u{
  text-decoration: underline;
}

.wrapper_full{
  width: 100%;
    background: #52050d;  
}
header {
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 20px 10px 20px 10px;
}

.header-left-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-left-block img {
  width: 80px;
  height: 80px;
}

.header-right-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.header-title {
  font-weight: 600;
  font-size: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fdf1d9;
  padding: 0px 20px;
}

.header-description {
  height: 80px;
  padding: 0px 20px 0px 20px;
  display: flex;
  border-left: 0.16vw solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  color: #fdf1d9;
}

.header-social-desk {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: #fdf1d9;
  border-radius: 100%;
}

.header-social-desk img {
  width: 50px;
  height: 50px;
}

.header-social-mob{
  display: none;
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px 40px 10px;

}

.title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.title .item{
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: calc(50% - 20px);
}

.table_title {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_title td {
  padding: 10px;
  text-align: left;
  border: none;
  max-width: 50%;
  vertical-align: top;
}

.table_title .ico{
  padding: 8px 0px;
  width: 30px;
  vertical-align: top;
}

.circle-num {
  display: inline-flex;
  align-items: center; 
  justify-content: center;  
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #52050d;
  color: #fff;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fdf1d9;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table_section {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_section td {
  padding: 10px;
  text-align: left;
  border: 1px solid black;
  max-width: 50%;
  vertical-align: top;
}
.doc_button{
  font-weight: 600;
  color: #890307;
}


.intro {
  display: flex;
  flex-direction: column;
}
.fst_screen{
  display: flex;
  flex-direction: column;
  height: calc(100svh - 130px);
  width: 100%;
}
.banner-text {
  width: 45%;
  margin-left: auto;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  color: #fceaec;
}
.poster{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.poster .left{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 55%;
  padding: 20px;
}

.poster .right{
  display: flex;
  flex-direction: column;
  width: 45%;
    background-image: url('../img/umbrella.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-start{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.intro-pos{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.intro-title {
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
}
.intro-subtitle {
  text-align: center;
  font-family: "Inika";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  padding: 20px 0px 20px 0px;
  color: #ffffff;
}

ul{
  list-style-position: outside;
  padding: 0px;
}

ul li {
  font-family: "Inika";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.intro-pos button {
    display: inline-block;
  margin-top: 30px;

  width: 350px;
  height: 60px;

  background: #fec919;
  border-radius: 8px;
  border: none;
  outline: none;
}

.intro-pos button a {
  font-family: "Inika";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.89vw;
}

.intro-pos button img {
  width: 1.51vw;
}

.name-copmany {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}

.name-company-title {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
padding-top: 40px;
  color: #ffffff;
}

.name-company-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
}

.name-company-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
    width: 40%;
    min-height: 600px;
    padding-bottom: 40px;
}

.name-company-box:last-child {
  margin: 0 auto;
}
.name-company-box img{
  width: 100%;
  max-width: 400px;
  min-width: 350px;
}
.name-company-text {
  background-image: url(../img/backTravel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.48vw;
  height: 5.21vw;

  font-weight: 600;
  font-size: 2.5vw;
  color: #ffffff;

  text-shadow: 0px 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
  margin-top: 30px;
}

.name-company-business {
  background-image: url(../img/businessBack.svg);
  background-size: contain;
  text-align: center;
  width: 28.65vw;
}

footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  background: #52050d;
  color: #fdf1d9;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 20px 30px 20px 30px;
}
footer .item{
  display: flex;
  flex-direction: column;
}

footer .btn {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  background-color: #fec919;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  text-align: center;
}
#cookie_note {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    left: 50%;
    box-sizing: border-box;
    width: calc(100% - 30px);
    max-width: 800px;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
    padding-right: 10px;
    margin: 0;
    font-size: 0.8rem;
    text-align: left;
}

.cookie_accept_btn {
    display: block;
    margin: 0 auto;
    padding: .5em 1em;
}

#cookie_note.show {
    display: flex;
}

@media (max-height: 720px) {
  .fst_screen {
    height: 100%; 
    min-height: 100%; 
    max-width: 1200px; 
  }
}

@media (max-width: 1400px) {
.banner-text,
.intro-title,
.name-company-title {
  font-size: 3.5vw;
}

.intro-pos button {

}
.intro-subtitle {
  font-size: 2.2vw;
}

ul li {
  font-size: 1.4vw;
}
}

@media (max-width: 1200px) {
.intro-pos button {
  width: 300px;
  height: 50px;
}

.intro-pos button a {
  font-size: 18px;
}

.name-company-box {
    min-height: 530px;
    padding-bottom: 30px;
}
}

@media (max-width: 860px) {
  .banner-text,
.intro-title,
.name-company-title {
  font-size: 30px;
}
body{
  font-size: 14px;
}
  
h1 {
  font-size: 16px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 16px;
}
header {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-left-block{
  width: 100%;
}
.header-left-block img {
  width: 60px;
  height: 60px;
}

.header-title {
  font-size: 32px;
}

.header-right-block{
  width: 100%;
}
.header-description {
  height: 60px;
  padding-left: 80px;
  border: none;
}

.header-social-desk {
display: none;
}

.header-social-mob {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fdf1d9;
  border-radius: 100%;
  margin-left: auto;
}

.header-social-mob img {
  width: 40px;
  height: 40px;
}


main {
  padding: 10px 10px 30px 10px;

}

.title{
  flex-direction: column;
}
.title .item{
  width: 100%;
}

.section {
  padding: 20px 10px 20px 10px;
}

.fst_screen{
  height: calc(100svh - 160px);
  justify-content: space-between;
}

.container {
  /* 1. Базовые настройки блока */
  position: relative;        /* Контейнер становится точкой отсчета для фона */
  z-index: 1;                /* Создает слой для контента */

}

.container::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background-image: url('../img/umbrella.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: -1;
}

.banner-text {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}


.poster{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.poster .left{
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px 20px ;

}
/*
.poster .right{
width: 100%;
  height: 100vw;
  background-image: url('../img/umbrella.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
*/
.poster .right{
  display: none;
}

.intro-pos{
  padding-left: 15px;
}

.intro-subtitle {
  font-size: 16px;
}

ul li {
    font-size: 16px;

}

.intro-pos button {
  width: 250px;
  height: 40px;
margin-top: 40px;
  border-radius: 8px;
}

.intro-pos button a {
  font-size: 16px;
}

.intro-pos button img {
  width: 18px;
}

.name-copmany {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}

.name-company-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.name-company-box {
  flex-direction: column;
    width: 40%;
    min-width: 250px;
        min-height: 0px;
        padding-bottom: 50px;
}
.name-company-box img{
  min-width: 200px;
}

.name-company-text {
  background-image: url(../img/backTravel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.48vw;
  height: 5.21vw;

  font-weight: 700;
  font-size: 2.5vw;
  color: #ffffff;

  text-shadow: 0px 0.21vw 0.21vw rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.name-company-business {
  background-image: url(../img/businessBack.svg);
  background-size: contain;
  text-align: center;
  width: 28.65vw;
}
.name-company-text {
  background-image: url(../img/backTravel.svg);
  background-size: 100% 100%;
  width: 300px;
  height: 60px;

  font-size: 20px;
}
footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 20px 20px 20px 20px;
}

}
@media (max-width:750px) {
    #cookie_note {
        flex-direction: column;
    }

    #cookie_note p {
        padding-right: 0px;
        text-align: center;
    }

    .cookie_accept_btn {
        margin-top: 20px;
    }
}
@media (max-width: 460px) {

h1 {
  font-size: 16px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 14px;
}

header {
  height: 150px;
  padding: 15px 10px 15px 10px;

}

.header-left-block {


}

.header-left-block img {
  width: 50px;
  height: 50px;
}

.header-right-block{
  justify-content: space-between;

}
.header-title {
  font-size: 28px;
}

.header-description {
  padding: 0px 20px 0px 0px;
}

.header-social-desk {
  display: flex;
  width: 50px;
  height: 50px;
}

.header-social-desk img {
  width: 30px;
  height: 30px;
}

.header-social-mob{
  display: none;
}

.table_section td {
  overflow-wrap: break-word;

}

.table_title .ico{
  padding: 6px 0px;
}

.doc_button{
  font-weight: 600;
  color: #52050d;
}

.fst_screen{
  height: calc(100svh - 160px);
  justify-content: space-between;
}

  .banner-text{
  font-size: 16px;
  margin-top: 20px;
}  

.poster .left{
  padding: 20px 5px 20px 5px ;
}
.intro-pos button {
}
.intro-title{
  font-size: 23px;
}

.name-company-title {
  font-size: 20px;
}
ul li {
    font-size: 14px;

} 
.name-company-title {
  padding-top: 0px;
}
.name-company-box {
  flex-direction: column;
    width: 60%;
    min-width: 200px;
        min-height: 0px;
        padding-bottom: 50px;
}
.name-company-box img{
  min-width: 150px;
}
.name-company-text {
  width: 250px;
  height: 40px;
  font-size: 16px;
}


}