footer{
  display: none;
}
header{
  display: none;
}
button{
  border: unset;
  outline: unset !important;
  background: unset;
}
*{
  transition: all 0.3s ease;
}
.container{
  width: 100% !important;
  max-width: 1880px !important;
  padding: 0 40px !important;
} 
.header{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 23px 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(19 21 24 / 0.3);
}
.theme-light .header{
  background: rgba(203, 222, 250, 0.3);
}
.header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 42px;
  background: linear-gradient(180deg, rgba(239, 140, 21, 0.4) -16.67%, rgba(255, 177, 180, 0) 50%);
  z-index: 1;
}
.dark,
.theme-light .light{
  display: none;
}
.theme-light .dark{
  display: block;
}
.dark_mode_toggle{
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.language{
  position: relative;
}
.language .selected{
  gap: 8px;
  cursor: pointer;
}
.language .submenu {
  position: absolute;
  left: 0;
  list-style: none;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  visibility: hidden;
  top: 60px;
  border-radius: 5px;
  border: 2px solid #1f2738;
  background: rgb(26 29 46 / 0.5);
  backdrop-filter: blur(15px);
  transition: 0.3s all ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 15px 0;
}
.language li.active .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 55px;
}

/* FIRST SCREEN */
.first-screen{
  gap: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 100px !important;
}
.brandbook-title{
  font-size: 160px;
  font-weight: 400;
  line-height: normal;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1220px;
  position: relative;
  z-index: 1;
  min-height: 50vh;
}
.brandbook-title span:nth-of-type(2){
  align-self: flex-end;
}
.first-screen_nav{
  width: 100%;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.first-screen_nav--title{
  width: calc(30% - 10px);
}
.first-screen_nav--title p{
  font-size: 28px;
  line-height: 150%;
  max-width: 350px;
}
.first-screen_nav--content{
  width: calc(70% - 10px);
}
.first-screen_nav--tabs{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.first-screen_nav--tab button{
  background-color: rgba(19 21 24 / 0.6);
  padding: 10px 20px;
  font-size: 24px;
  line-height: 150%;
  width: 100%;
  display: flex;
  justify-content: start;
  opacity: .7;
}
.first-screen_nav--tab button:hover{
  background-color: rgb(19 21 24 / 0.8);
  color: #ffffff;
}
.first-screen_nav--tab:first-of-type button{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.first-screen_nav--tab:last-of-type button{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.first-screen_nav--tab.active button{
  background-color: #ef8c15;
  color: #ffffff;
  opacity: 1;
}
.first-screen_nav--tab ul{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
}
.first-screen_nav--tab:hover ul{
  opacity: .2;
}
.first-screen_nav--tab.active ul{
  opacity: 1;
}
.first-screen_nav--tab ul li a{
  font-size: 18px;
  line-height: 150%;
  opacity: .6;
}
.first-screen_nav--tab ul li a:hover{
  opacity: 1;
}
.first-screen_img{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.first-screen_img img{
  width: 100%;
}
.first-screen_nav--text{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.first-screen_nav--text p{
  font-size: 28px;
  line-height: 150%;
}
#aboutTab button{
  background-color: #ef8c15;
}
#gaydTab button{
  background-color: #146480;
}

.distance{
  margin-top: 100px;
  margin-bottom: 0 !important;
}
.big-title{
  font-size: 90px;
  line-height: 150%;
  margin-bottom: 50px;
}

/* INFO BLOCK */
.info-block{
  display: flex;
  gap: 50px;
}
.info-block_arrow{
  margin-left: 100px;
}
.theme-light .info-block_arrow svg path{
  fill: black;
}
.info-block_content p,
.numbers-item_text p{
  font-size: 28px;
  line-height: 150%;
}

/* NUMBERS */
.numbers{
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.numbers-item{
  display: grid;
  grid-template-columns: 1fr 2.8fr;
  gap: 100px;
}
.number{
  display: flex;
  align-items: center;
  padding: 30px 40px;
  border-radius: 100px;
  background: linear-gradient(90deg, #ef8c15 0%, rgba(28, 28, 40, 0) 100%);
  gap: 16px;
  width: max-content;
  height: max-content;
}
.number span{
  font-size: 67px;
  line-height: 150%;
}
.number p{
  font-weight: 400;
  font-size: 18px;
}
.number p b{
  font-weight: 500;
  margin-bottom: 4px;
}

/* VALUES */
#values .big-title{
  margin-bottom: 0;
}
#values p{
  font-size: 28px;
  line-height: 150%;
}
#values h6{
  margin: 70px 0;
}
.values{
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.values-title{
  font-size: 44px !important;
  line-height: 120% !important;
}
.values-item{
  display: flex;
  gap: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.values-item_number{
  display: flex;
  gap: 20px;
}
.values-item_number span{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 5px solid #146480;
  border-radius: 100%;
  font-size: 42px;
  font-weight: 500;
  color: #146480;
}
.values-item .values-title{
  margin-bottom: 15px;
}

/* CONTACTS */
.contacts-card{
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(19 21 24 / 0.6) 0%, #1c1c28 100%);
  width: max-content;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contacts-card:hover{
  background: linear-gradient(180deg, #ef8c15  0%, #1c1c28 100%);
}
.contacts-card span{
  font-size: 44px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts-card span svg{
  display: none;
}
.contacts-card:hover span svg{
  display: block;
}
#contacts p{
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 50px;
}
.contacts-card a{
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  border: 3px solid #FFF;
  padding: 11px 30px;
  min-width: 190px;
}
.contacts-card a:hover{
  background-color: #fff;
  color: #000;
}

/* LOGO */
.section-title{
  font-size: 160px;
  line-height: 100%;
}
#logoSection img{
  width: 100%;
  margin-top: 50px;
}
#logoSection a{
  display: flex;
  border-radius: 30px;
  border: 3px solid #fff;
  align-items: center;
  gap: 8px;
  padding: 11px 27px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  width: max-content;
  margin-top: 50px;
}
#logoSection a:hover{
  color: #000;
  background: #fff;
}
.theme-light #logoSection a{
  color: #000;
  border-color: #000;
}
.theme-light #logoSection a:hover{
  background: #000;
  color: #fff;
}

/* COLORS */
.colors-img{
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}
.colors-img img{
  width: 100%;
  max-width: 1300px;
}
.colors-item{
  width: 100%;
  height: 278px;
  border-radius: 300px;
  box-shadow: 14px -15px 40px 0px rgba(16, 16, 17, 0.2);
  display: flex;
  justify-content: space-evenly;
  padding-top: 51px;
  position: relative;
  z-index: 2;
}
.colors-item p{
  font-size: 44px;
  font-weight: 500;
  width: 200px;
  color: #fff;
}
#colors{
  position: relative;
}
#colors::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1141px;
  background: linear-gradient(180deg, rgba(105, 85, 17, 0) 0%, rgba(105, 85, 17, 0.2) 15.63%, rgba(153, 110, 18, 0.8) 47.4%, rgba(105, 70, 17, 0.2) 86.27%, rgba(105, 82, 17, 0) 100%);
}
.colors-list{
  margin-top: 50px;
}
.colors-item:nth-of-type(2){
  margin-top: -120px;
}
.colors-item:nth-of-type(3){
  margin-top: -120px;
}
.copy{
  cursor: pointer;
  position: relative;
}
.copy small{
  position: absolute;
  top: -17px;
  left: 0;
  font-size: 16px !important;
  display: none;
}

/* PALITRA */
.palitra{
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.palitra-item{
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
.palitra-item p{
  font-size: 28px;
}
.palitra-item_name{
  position: absolute;
  left: 50%;
  transform: translate(-50%) rotate(-90deg);
  bottom: 50px;
}


/* FONTS */
#fonts .colors-img img{
  max-width: 1600px;
}
.fonts-btn{
  display: flex;
  border-radius: 30px;
  border: 3px solid #fff;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  width: max-content;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
}
.fonts-btn:hover{
  background: #fff;
  color: #000;
}
.fonts-btn:hover svg path{
  fill: #000;
}
.theme-light .fonts-btn svg path{
  fill: #000;
}
.theme-light .fonts-btn:hover svg path{
  fill: #fff;
}
.theme-light .fonts-btn{
  border-color: #000;
  color: #000;
}
.theme-light .fonts-btn:hover{
  background: #000;
  color: #fff;
}
.fonts-title{
  font-size: clamp(70px, 15vw, 270px);
  margin-bottom: 0 !important;
}
.fonts-container{
  display: flex;
  align-items: center;
  gap: 50px;
}
.fonts-container p{
  max-width: 560px;
  font-size: 18px;
  line-height: 150%
}

/* OUTLINES */
.outlines-table{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 100px;
  margin-top: 50px;
}
.outlines-table_tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.outlines-table_tr::-webkit-scrollbar {
  display: none;
}
.outlines-table_td {
  min-width: 250px;
}
.outlines-table_tr .outlines-table_td:nth-of-type(1),
.outlines-table_tr .outlines-table_td:nth-of-type(2){
  min-width: 80px;
}
.outlines-table_td strong{
  font-weight: 700;
  font-size: 14px;
}
.outlines-table_td p{
  font-size: 54px;
}
.outlines-table_td small{
  font-size: 18px;
}
.outlines-table_tr.regular *{
  font-weight: 400;
}
.outlines-table_tr.medium *{
  font-weight: 500;
}
.outlines-table_tr.bold *{
  font-weight: 700;
}
.outlines-table_tr.black *{
  font-weight: 900;
}

#who .info-block_content{
  max-width: 1400px;
}
#who .info-block_content img{
  margin-top: 30px;
}

/* FOOTER */
.brandbook-footer{
  width: 100%;
  background-color: #29293d;
  padding: 40px 0;
}
.brandbook-footer .container{
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.brandbook-footer p{
  font-size: 28px;
  line-height: 150%;
  color: white;
}
.brandbook-footer p a{
  text-decoration: underline !important;
  color: white;
}
.brandbook-footer_link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 10px 20px;
  border: 2px solid #FFF;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  color: white !important;
  font-size: 18px;
}
.brandbook-footer_right p{
  font-size: 16px;
  margin-top: 20px;
}
#main-body{
  padding-bottom: 0 !important;
}
.info-block_content a{
  color: #ef8c15;
  font-weight: 500;
}


@media (max-width: 1199.98px) {
  .outlines-table{
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .first-screen_nav{
    flex-direction: column;
  }
  .first-screen_nav--title p{
    max-width: unset;
  }
  .first-screen_nav--content,
  .first-screen_nav--title{
    width: 100%;
  }
  .brandbook-title{
    font-size: 100px;
  }
  .first-screen_img img{
    width: 150%;
  }
  .numbers-item{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .numbers{
    gap: 50px;
  }
  .number{
    padding: 10px 40px;
  }
  .info-block_content p, .numbers-item_text p,
  .first-screen_nav--text p,
  #values p,
  #contacts p{
    font-size: 20px;
  }
  .values-item{
    gap: 50px;
  }
  .values-title,
  #values .big-title{
    font-size: 28px !important;
  }
  .contacts-card{
    width: 100%;
  }
  .section-title{
    font-size: 100px;
  }
  .colors-item{
    padding: 30px;
    height: 200px;
    border-radius: 50px;
  }
  .colors-item p{
    font-size: 28px;
  }
  .colors-item:nth-of-type(2),
  .colors-item:nth-of-type(3){
    margin-top: -110px;
  }
}
@media (max-width: 767.98px) {
  .brandbook-title{
    font-size: 90px;
  }
  .big-title{
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .info-block_arrow{
    margin-left: 0;
  }
  .distance{
    margin-top: 70px;
  }
  .info-block_arrow svg{
    width: 30px;
  }
  .info-block{
    gap: 20px;
  }
  .number p{
    font-size: 14px;
  }
  .number span{
    font-size: 38px;
    line-height: 120%;
  }
  .number {
      padding: 20px 30px;
  }
  .container{
    padding: 0 20px !important;
  }
  .fonts-container{
    flex-direction: column;
  }
  .fonts-container{
    align-items: start;
  }
  .flex-col-reverse{
    flex-direction: column-reverse;
  }
  .fonts-container{
    gap: 20px;
  }
  .outlines-table_td p,
  .palitra-item p,
  .brandbook-footer p{
    font-size: 20px;
  }
  .outlines-table_td {
    min-width: 150px;
  }
  .logo-btns{
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .brandbook-footer .container{
    flex-direction: column;
  }
  .brandbook-title{
    font-size: 60px;
  }
  .first-screen_nav--tabs{
    grid-template-columns: repeat(1, 1fr);
  }
  .first-screen_nav--tab ul{
    display: none;
  }
  .first-screen_nav--tab.active ul{
    display: flex;
  }
  .first-screen{
    height: auto;
    max-height: unset;
  }
  .brandbook-title{
    min-height: unset;
  }
  .info-block_content p, .numbers-item_text p,
  .first-screen_nav--text p,
  #values p{
    font-size: 16px;
  }
  .logo img{
    max-width: 150px;
  }
  .values-item{
    flex-direction: column;
    gap: 30px;
  }
  .values{
    gap: 50px;
  }
  .section-title{
    font-size: 60px;
  }
  .colors-item p{
    font-size: 18px;
    width: unset;
  }
  .colors-item{
    justify-content: space-between;
    border-radius: 30px;
  }
  .colors-item:nth-of-type(2), .colors-item:nth-of-type(3){
    margin-top: -120px;
  }
  .colors-img{
    margin-bottom: 50px;
  }
  .copy small{
    font-size: 14px !important;
  }
} 