:root {
    --font-family: "Anonymous Pro", monospace;
    --second-family: "Inter", sans-serif;
}

body{
  background: #292929;
}
html {
  scroll-behavior: smooth;
  }
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-family: var(--font-family);
}

.mt{
  margin-top: 120px;
}
.mtb{
  margin: 120px 0;
}
.mb{
  margin-bottom: 120px;
}
.container{
  max-width: 1920px;
  width: 100%;
  padding: 40px 40px 0 40px;
  margin: 0 auto;
}




.landing {
  overflow: hidden;
}



.landing__icon img {
  width: 75px;
  height: 75px;
}
.landing__icon {
  margin-right: 65px;
}
.menu_list a {
  font-family: var(--font-family);
  font-size: 25px;
  color: #292929;
  font-weight: 700;
  text-decoration: none;
  padding: 0 34px;
}
.menu {
  position: relative;
  background: #fff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
.language {
  
  float: right;
  position: absolute;
  right: 22px;
}
.language_head {
  cursor: pointer;
}
.language_head img {
  width: 80px;
  height: 80px;
}
.language_body.active {
  display: block;
}
.language_body {
  display: none;
  border: 2px solid #292929;
  border-radius: 10px;
  background: #ffffff;
  position: absolute;
  right: 0;
}
.language_body__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.language_body__icon img {
  border: 2px solid #292929;
  border-radius: 500px;
  width: 50px;
  height: 50px;
}
.language_body__name {
  font-weight: 400;
  font-size: 36px;
  color: #292929;
}
.language_body__list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.burger {
  position: relative;
  display: none;
  cursor: pointer;
}
.burger--svg {
  position: absolute;
  width: 100%;
  height: 100%;
}










.menu-unferline {
  background: #ffffff;
  border-radius: 16px;
  
}
.menu-unferline_container{
  display: flex;
  justify-content: space-between;
  width: calc(100% + 4px);
  margin-left: -1px;
}
.menu-unferline__item {
  border-radius: 500px;
  width: 123px;
  height: 26px;
  background: #292929;
}





.hibrid-saving__left {
  width: 60%;
}
.hibrid-saving__right {
  width: 650px;
}

.hibrid-saving__right img {
  width: 100%;
}
.hibrid-saving {
  background: #fff;
  border-radius: 50px;
  padding: 50px 80px;
  display: flex;
}
.hibrid-saving__title {
  font-weight: 700;
  font-size: 48px;
  font-family: var(--font-family);
  color: #292929;
  margin-bottom: 12px;
  width: 90%;
}
.hibrid-saving__desc {
  font-weight: 700;
  font-size: 26px;
  color: #292929;
  font-family: var(--font-family);
  margin-bottom: 35px;
}
.hibrid-saving__btn {
  background: #fba735;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  font-family: var(--font-family);
  color: #292929;
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 359px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 2px solid #000;

}






.hibrid-desc {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 100px;
}
.hibrid-desc__left h2 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  font-family: var(--font-family);
  margin-bottom: 34px;
}
.hibrid-desc__left p {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  font-family: var(--font-family);
}
.hibrid-desc__right img {
  width: 100%;
  max-width: 440px;
}
.hibrid-desc__right {
  width: 40%;
}
.hibrid-desc__left {
  width: 46%;
  padding: 60px 0 0 0;
}








.advantages {
  position: relative;
}
.advantages__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}
h4.advantages-item-block__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin: 25px 0 5px;
}
.advantages-item.advantages-left h4.advantages-item-block__title {
  text-align: right;
}
.advantages-item.advantages-right h4.advantages-item-block__title {
  text-align: left;
}

p.advantages-item-block__text {
  font-weight: 700;
  font-size: 26px;
  text-align: right;
  color: #fff;
  font-family: var(--font-family);
}
.advantages-item.advantages-left p.advantages-item-block__text {
  text-align: right;
}
.advantages-item.advantages-right p.advantages-item-block__text {
  text-align: left;
}
.advantages-item-block__icon {
  display: flex;
}

.advantages-item.advantages-left .advantages-item-block__icon {
  justify-content: end;
}
.advantages-item.advantages-right .advantages-item-block__icon {
  justify-content: start;
}
.advantages-item-block {
  padding: 70px 0;
}
.advantages__question p {
  color: #292929;
}
.advantages__question {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  max-width: 798px;
  height: 96px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #292929;
  background: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.advantages-item.advantages-img img {
  max-width: 477px;
}
.advantages-item.advantages-left, .advantages-item.advantages-right {
  width: 30%;
}





.advantagesDOP__item h4 {
  font-weight: 700;
  font-size: 34px;
}
.advantagesDOP__item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 60px 0;
}
.advantagesDOP__item img {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.advantagesDOP {
  display: flex;
}






.additionally__item__block {
  position: relative;
}
.additionally__item__block--wrapp {
  position: relative;
  z-index: 5;
  border: 5px solid #fba735;
  border-radius: 50px;
  width: 100%;
  padding: 40px 20px 40px 40px;
}
.additionally__item__block h4 {
  font-weight: 700;
  font-size: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.additionally__item__block p {
  font-weight: 700;
  font-size: 26px;
}

.additionally__item.additionally__left .additionally__item__block--wrapp{
  background: #292929;
}
.additionally__item.additionally__left .additionally__item__block h4, 
.additionally__item.additionally__left .additionally__item__block p{
  color: #fba735;
}
.additionally__item.additionally__right .additionally__item__block h4, 
.additionally__item.additionally__right .additionally__item__block p{
  color: #292929;
}
.additionally__item.additionally__left .additionally__item__block h4 span,
.additionally__item.additionally__right .additionally__item__block h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  min-width: 53px;
  height: 53px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
}
.additionally__item.additionally__left .additionally__item__block h4 span {
  color: #fba735;
  background: #292929;
  border: 3px solid #fba735;
}
.additionally__item.additionally__right .additionally__item__block h4 span {
  color: #292929;
  background: #fba735;
  border: 3px solid #292929;
}
.additionally__item.additionally__right .additionally__item__block--wrapp{
  background: #fba735;
  
}
.additionally__item.additionally__img {
  position: relative;
  z-index: 16;
}
.additionally__item {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.additionally__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.additionally__item.additionally__left, .additionally__item.additionally__right {
  width: 32.4%;
}



.additionally__item__block svg {
  position: absolute;
}

.additionally__item.additionally__left .additionally__item__block:first-child svg {
  top: calc(50% - 4px);
  right: -171px;
}
.additionally__item.additionally__left .additionally__item__block:nth-child(2) svg {
  top: calc(50% - 4px);
  right: -138px;
}
.additionally__item.additionally__left .additionally__item__block:last-child svg {
  top: calc(-50% - 4px);
  right: -171px;
}
.additionally__item.additionally__right .additionally__item__block:first-child svg {
  top: calc(50% - 4px);
  left: -171px;
}
.additionally__item.additionally__right .additionally__item__block:nth-child(2) svg {
  top: calc(50% - 4px);
  left: -138px;
}
.additionally__item.additionally__right .additionally__item__block:last-child svg {
  top: calc(-50% - 4px);
  left: -171px;
}
.additionally__item-svg-L,
.additionally__item-svg-L2,
.additionally__item-svg-L3{
  display: none;
}









.calendar {
  position: relative;
}
.calendar--circle {
  border-radius: 100%;
  background: #fba735;
  min-width: 50px;
  width: 50px;
  height: 50px;
}
.calendar__item {
  display: flex;
  gap: 8%;
  margin-bottom: 70px;
}
h4.calendar__item--title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 30px;
}
.calendar__item--list li {
  font-weight: 700;
  font-size: 26px;
}
ul.calendar__item--list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.calendar_line {
  border-radius: 200px;
  width: 9px;
  background: #fba735;
  position: absolute;
  height: 85%;
  margin-left: 20px;
}











.end__right h2 {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  margin-bottom: 60px;
}
.end__right a {
  background: #fba735;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #292929;
  border-radius: 20px;
  max-width: 514px;
  height: 88px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
}
.end {
  display: flex;
  align-items: center;
  gap: 30px;
}
.end__left img {
  max-width: 621px;
  width: 100%;
}
.end__left {
  width: 40%;
  max-height: 800px;
  overflow: hidden;
}
.end__right {
  width: 60%;
}





.footer {
  background: #181818;
}
.footer__text {
  max-width: 500px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.privacy_policy {
  position: absolute;
  right: 40px;
  top: 56px;

}
a.footer__link {
  display: flex;
}
.footer__link img {
  width: 40px;
}
.footer__links {
  display: flex;
  gap: 20px;
}
.copyright {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.footer__container {
  padding-top: 110px;
  padding-bottom: 40px;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  gap: 100px;
  position: relative;
  align-items: flex-end;
}




/* Privat Policy */

.privat-policy h1,
.privat-policy h2,
.privat-policy h3,
.privat-policy h4{
  margin: 30px 0 20px 0;
}
.privat-policy ul{
  padding: 0 0 0 20px;
  margin-top: 10px;
}
.privat-policy p{
  margin: 10px 0;
}
.privat-policy li {
  margin: 5px 0;
  color: #292929;
}



/* Основные стили для страницы политики */
.politics.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #FCF4F1;
}

.politics.container * {
  color: #292929;
}

.politics.container a{
  color: #0052a3;
}

.politics-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.politics-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.politics-content {
    font-size: 1rem;
    color: #444;
}

/* Стили для параграфов */
.politics-content p {
    margin: 0 0 1.2em 0;
    text-align: justify;
    line-height: 1.8;
    color: #292929;
}

.politics-content p:last-child {
    margin-bottom: 0;
}

/* Стили для заголовков внутри контента */
.politics-content strong {
    font-weight: 600;
    color: #1a1a1a;
    /* display: block; */
    /* margin: 1.8em 0 0.8em 0; */
    font-size: 1.1em;
}

.politics-content p:has(strong:first-child) {
    /* margin-top: 2em;
    margin-bottom: 1em; */
}

/* Стили для списков */
.politics-content ul {
    margin: 1em 0 1.5em 0;
    padding-left: 0;
    list-style: none;
}

.politics-content ul li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
    line-height: 1.7;
    text-align: justify;
    color: #292929;
}

.politics-content ul li:before {
    content: "•";
    position: absolute;
    left: 0.5em;
    color: #666;
    font-weight: bold;
    font-size: 1.2em;
}

.politics-content ul li:last-child {
    margin-bottom: 0;
}

/* Стили для ссылок */
.politics-content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
    word-break: break-all;
}

.politics-content a:hover {
    color: #0052a3;
    border-bottom-color: #0052a3;
}

/* Стили для даты обновления */
.politics-content > p:first-of-type {
    color: #666;
    font-size: 0.95em;
    font-style: italic;
    margin-bottom: 2em;
}

/* Адаптивность для планшетов */
@media (max-width: 768px) {
    .politics.container {
        padding: 30px 20px;
    }
    
    .politics-title h1 {
        font-size: 2rem;
    }
    
    .politics-content {
        font-size: 0.95rem;
    }
    
    .politics-content p {
        text-align: left;
    }
    
    .politics-content ul li {
        text-align: left;
        color: #292929;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 480px) {
    .politics.container {
        padding: 20px 15px;
    }
    
    .politics-title {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    
    .politics-title h1 {
        font-size: 1.75rem;
        line-height: 1.4;
    }
    
    .politics-content {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .politics-content p {
        margin-bottom: 1em;
        text-align: left;
        line-height: 1.7;
    }
    
    .politics-content strong {
        font-size: 1.05em;
    }
    
    .politics-content ul {
        margin: 0.8em 0 1.2em 0;
    }
    
    .politics-content ul li {
        padding-left: 1.5em;
        margin-bottom: 0.7em;
        text-align: left;
        line-height: 1.6;
        color: #292929;
    }
    
    .politics-content ul li:before {
        left: 0.3em;
        font-size: 1.1em;
    }
    
    .politics-content a {
        word-break: break-word;
        overflow-wrap: break-word;
    }
    
    /* Улучшение читаемости на маленьких экранах */
    .politics-content > p:first-of-type {
        font-size: 0.9em;
        margin-bottom: 1.5em;
    }
}

/* Дополнительные стили для улучшения читаемости */
.politics-content p br {
    line-height: 1.8;
}

/* Стили для длинных текстовых блоков */
.politics-content p:has(br) {
    line-height: 1.8;
}

/* Улучшение отображения на очень маленьких экранах */
@media (max-width: 360px) {
    .politics.container {
        padding: 15px 12px;
    }
    
    .politics-title h1 {
        font-size: 1.5rem;
    }
    
    .politics-content {
        font-size: 0.85rem;
    }
}
