/* helvetica neue */
@font-face {
   font-family: "Helvetica Neue";
   src:url("../HelveticaNeue/HelveticaNeueCyr-Light.woff2") format("woff2"),
     url("..//HelveticaNeue/HelveticaNeueCyr-Light.woff") format("woff");
   font-weight: 300;
   font-style: normal;
   font-display: swap;
 }
 
 @font-face {  
   font-family: "Helvetica Neue";
   font-weight: normal;
   font-style: normal;
   src:url("../HelveticaNeue/HelveticaNeueCyr-Roman.woff2") format("woff2"),
     url("..//HelveticaNeue/HelveticaNeueCyr-Roman.woff") format("woff");
     font-display: swap;
 }
 
 @font-face {  
   font-family: "Helvetica Neue";
   font-weight: 500;
   font-style: normal;
   src:url("../HelveticaNeue/HelveticaNeueCyr-Medium.woff2") format("woff2"),
     url("..//HelveticaNeue/HelveticaNeueCyr-Medium.woff") format("woff");
     font-display: swap;
 }
 
 @font-face {  
   font-family: "Helvetica Neue";
   font-weight: bold;
   font-style: normal;
   src:url("../HelveticaNeue/HelveticaNeueCyr-Bold.woff2") format("woff2"),
     url("..//HelveticaNeue/HelveticaNeueCyr-Bold.woff") format("woff");
     font-display: swap;
 }
 
 @font-face {  
   font-family: "Helvetica Neue";
   font-weight: 900;
   font-style: normal;
   src:url("../HelveticaNeue/HelveticaNeueCyr-Black.woff2") format("woff2"),
     url("..//HelveticaNeue/HelveticaNeueCyr-Black.woff") format("woff");
     font-display:swap;
 } 
 
 /* обнуление стандартных стилей браузеров */
 * {
   padding: 0px;
   margin: 0px;
   border: 0px;
 }
 
 *,
 *:before,
 *:after {
   box-sizing: border-box;
 }
 
 :focus,
 :active {
   outline: none;
   border: none;
 }
 aside,
 nav,
 footer,
 header,
 section {
   display: block;
 }
 input,
 button,
 textarea {
   font-family: inherit;
   font-size: inherit;
 }
 
 input::-ms-clear {
   display: none;
 }
 
 button {
   cursor: pointer;
   background-color: inherit;
 }
 
 button::-moz-focus-inner {
   padding: 0;
   border: 0;
 }
 
 a,
 a:visited {
   text-decoration: none;
 }
 
 a:hover {
   text-decoration: none;
 }
 
 ul li {
   list-style: none;
 }
 
 img {
   vertical-align: top;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-weight: inherit;
   font-size: inherit;
 }
 
 html {
   font-size: 16px;
   scroll-behavior: smooth;
 }
 
 html,
 body {
   height: 100%;
   min-width: 330px;
  
 }
 
 body {
   line-height: 1.2;
   /* основной используемый шрифт на сайте по умолчанию */
   font-family: "Helvetica Neue", sans-serif;
 
   font-optical-sizing: auto;
   font-style: normal;
   /* основной цвет шрифта на сайте */
   color: #000000;
 }
 *::selection {
   background-color: #B5E916;
 }
 a {
   text-decoration: none;
 }
 li {
   list-style: none;
 }
 /* ---------------------------------------- */
 body._lock {
   overflow: hidden;
 }
 .wrapper {
   /* overflow: clip; чтобы исключить горизонтальный скролл */
   overflow: clip;
   min-height: 100%;
   width: 100%;
   /* max-width: 1400px; */
   display: flex;
   flex-direction: column;
   position: relative;
   background-color: #f2f2f2;
 }
 /* ------------------------------------------- */
 
 /* стили применятся ко всем объектам, содержащим строку "__container" в своем названии */
 [class*="__container"] {
   /* ограничиваем максимальную ширину контейнера в пределах 1200px + добавляем по 15px для паддинга */
   max-width: 1440px;
   /* центрируем контейнер */
   margin: 0 auto;
   padding: 0px 15px;
 }
 @media (max-width: 767px) {
   [class*="__container"] {
     padding: 0px 12px;
   }
 }
 
 /* ----------------------------------------------- */
 .text {
   font-size: 24px;
 }
 @media (max-width: 1535px) {
   .text {
     font-size: 22px;
   }
 }
 @media (max-width: 992px) {
   .text {
     font-size: 20px;
   }
 }
 @media (max-width: 420px) {
   .text {
     font-size: 19px;
   }
 }
 
 .title {
   color: #1b3a6a;
   font-size: 60px;
   font-weight: 900;
 }
 @media (max-width: 1535px) {
   .title {
     font-size: 40px;
   }
 }
 @media (max-width: 1279px) {
   .title {
     font-size: 32px;
   }
 }
 @media (max-width: 992px) {
   .title {
     font-size: 28px;
   }
 }
 @media (max-width: 767px) {
   .title {
     font-size: 24px;
   }
 }
 
 /* разрешаем основному блоку page увеличиваться на всю высоту экрана, прижимая тем самым футер к низу */
 .page {
   flex: 1 1 auto;
 }
 
 /* ---------------------------------------- */
 
 /* header */
 .header {
   position:sticky;
   z-index: 2;
   left: 0;
   top: 0;
   right:0;  
   width: 100%;
   max-width:100%; 
   margin: 0 auto 0 auto;
   background-color: #f2f2f2;  
 }
 .header.p-16 {
  padding-right:16px;
 }
 
 .header__container { 
   width: 100%;
   padding: 12px 15px 12px 15px;
   display: flex;
   gap: 12px;
   justify-content: space-between;
   align-items: center;
   text-align: center; 
 }
 @media (max-width: 1536px) {
   .header__container {
     padding: 10px 15px 10px 15px;
   }
 }
 
 .header__menu {
   flex: 1 1 auto;
   padding: 12px 0px 12px 14px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 10;
 }
 @media (max-width: 991.98px) {
   .header__menu {
     z-index: 1;
     position: fixed;
     top: 0px;
     right: -120%;
     width: 320px;
     height: 100vh;
     padding-top: 15px;
     display: flex;
     align-items: flex-start;
     flex-direction: column;
     transition: all 0.3s ease 0s;
     overflow: auto;
     padding-bottom: 15px;
     background-color: #fff;
   }
   .header__menu._open {
     right: 0;
   }
   .header__menu._open .menu__list {
     flex-direction: column;
     align-items: flex-start;
     row-gap: 15px;
     font-size: 18px;
     font-weight: 600;
     padding: 32px 20px 0px 20px;
     margin: 0px auto;
   }
   .header__menu._open .menu__item {
     padding: 5px 10px;
   }
 }
 
 .menu li {
   position: relative;
 }
 .menu__list {
   display: flex;
   -moz-column-gap: 45px;
   column-gap: 45px;
   row-gap: 8px;
   width: 100%;
   justify-content: center;
   flex-wrap: wrap;
 }
 @media (max-width: 1550px) {
   .menu__list {
     -moz-column-gap: 30px;
     column-gap: 30px;
   }
 }
 .menu__link {
   font-size: 16px;
   text-transform: uppercase;
   font-style: normal;
   font-weight: 400;
   font-size: 16px;
   line-height: 13px;
   text-transform: uppercase;
   color: #000000;
   cursor: pointer;
   white-space: nowrap;
   transition: all 0.3s ease 0s;
 }
 
 .menu__icon {
   display: none;
 }
 @media (max-width: 991.98px) {
   .menu__icon {
     display: block;
     flex: 0 0 28px;
     text-align: right;
     position: relative;
     z-index: 51;
     width: 28px;
     height: 18px;
     border-radius: 3px;
     cursor: pointer;
     z-index: 20;
   }
   .menu__icon span,
   .menu__icon::before,
   .menu__icon::after {
     content: "";
     transition: all 0.3s ease 0s;
     right: 0;
     position: absolute;
     width: 100%;
     height: 2px;
     background-color: #000000;
   }
   .menu__icon::before {
     top: 0;
   }
   .menu__icon::after {
     bottom: 0;
   }
   .menu__icon span {
     top: calc(50% - 1px);
   }
   .menu__icon.menu-open span {
     width: 0;
   }
   .menu__icon.menu-open::before {
     top: calc(50% - 1px);
     transform: rotate(-45deg);
   }
   .menu__icon.menu-open::after {
     bottom: calc(50% - 1px);
     transform: rotate(45deg);
   }
 }
 
 .header__logo {
   display: block;
   width: 170px;
 }
 @media (max-width: 992px) {
   .header__logo {
     width: 135px;
     padding-top: 7px;
     margin-bottom: 7px;
   }
 }
 @media (max-width: 480px) {
   .header__logo {
     width: 120px;
     padding-top: 5px;
     margin-bottom: 5px;
   }
 }
 .header__logo img {
   object-fit: contain;
   max-width: 100%;
 }
 
 .header__content {
   border-radius: 32px;
   padding: 35px 32px 42px;
   backdrop-filter: blur(25px);
   margin-bottom: 80px;
   display: grid;
   grid-template-columns: 70% 1fr;
   gap: 30px;
   position: relative;
   z-index: -1;
 }
 @media (max-width: 1535px) {
   .header__content {
     grid-template-columns: 66% 1fr;
     padding: 30px 30px 30px;
   }
 }
 @media (max-width: 992px) {
   .header__content {
     margin-bottom: 60px;
   }
 }
 @media (max-width: 767px) {
   .header__content {
     grid-template-columns: 1fr;
     padding: 25px 20px 25px;
     margin-bottom: 15px;
   }
 }
 
 .header__button {
   position: relative;
   color: #000000;
   font-size: 16px;
   white-space: nowrap;
   font-weight: 500;
   padding: 14px 20px;
   border-radius: 6px;
   background: #b5e916;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .header__buttons {
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 6px;
   background: #b5e916;
   gap: 20px;
   padding: 8px 20px;
 }
 .header__buttons a img {
   width: 30px;
   height: 30px;
 }
 @media (max-width: 992px) {
   .header__button {
     padding: 12px 14px;
   }
   .header__buttons {
     margin: 25px 0 0 20px;
   }
 }
 @media (max-width: 767px) {
   .header__button {
     padding: 8px 10px;
     font-size: 16px;
   }
 }
 @media (max-width: 400px) {
   .header__top > .header__button {
     display: none;
   }
 }
 .header__menu .header__button {
   margin: 25px 0 0 20px;
 }
 @media (min-width: 992px) {
   .header__menu .header__button {
     display: none;
   }
 }
 
 /* --------------------------main----------------------- */
 
 /* hero-section======================================== */
 
 .hero {
   min-height: 100%;
   overflow: hidden;
 }
 .hero__container {
 }
 .hero__body {
   display: grid;
   grid-template-columns: 50% 1fr;
   gap: 5px;
   padding: 40px;
   background: #ff6800;
 }
 .hero__content {
   display: flex;
   justify-content: center;
   flex-direction: column;
 }
 .hero__title {
   font-size: 42px;
   font-weight:  bold ;
   margin-bottom: 26px;
 }
 @media (max-width: 1600px) {
   .hero__title {
     font-size: 40px;
   }
   .hero__body {
     grid-template-columns: 55% 1fr;
   }
 }
 @media (max-width: 1200px) {
   .hero__body {
     grid-template-columns: 65% 1fr;
   }
 }
 .hero__text {
   font-size: 16px;
   margin-bottom: 16px;
 }
 @media (max-width: 1100px) {
   .hero__title {
     font-size: 38px;
   }
   .hero__body {
     grid-template-columns:1fr;
   }
  }
 .hero__link {
   color: #000000;
 }
 .hero__btn {
   margin-top: 12px;
   font-size: 20px;
   background-color: #b5e916;
   border-radius: 10px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   color: #000000;
   padding: 8px 15px;
   margin-right: auto;
 }
 @media (max-width: 992px) {
   .hero__title {
     font-size: 30px;
     margin-bottom: 20px;
   }
   .hero__body {
     padding:33px;
   }
   .hero__text {
     font-size: 26px;
   }
   .hero__btn {
     margin-top: 30px;
     font-size: 18px;
   }
 }
 @media (max-width: 992px) {
   .hero__content {
     min-height: 160px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     padding: 0 0px;
   }
   .hero__body {
     padding: 20px;
   }
   .hero__title {
     font-size: 28px;
     margin-bottom: 20px;
     max-width: 100%;
   }
   .hero__text {
     font-size: 24px;
   }
   .hero__btn {
     font-size: 16px;
   }
 }
 @media (max-width: 500px) {
   .hero__title {
     font-size: 24px;
   }
 }
 .hero__image {
   aspect-ratio: 16/9;
   overflow: hidden;
   position: relative;
 }
 @media(max-width:1100px){
   .hero__image{
     max-width: 450px;
     min-width: 300px;
     justify-self: center;
   }
 }
 @media (max-width: 992px) {
   .hero__image {   
    min-width:300px;
   }
   .header__container {
     top: 0px;
     padding: 10px 20px 10px 20px;
     width: 100%;
     right: 0;
   }
 }
 @media(max-width:767px){
   .hero__body {
     position: relative;   
     grid-template-columns: 1fr;
   }
 .hero__image{
   max-width: 300px;
   min-width: 250px;
   justify-self: center;
 }
  
 }
 
 .hero__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 
 /* recommendations======================= */
 .recommendations {
   padding: 35px 0 35px;
 }
 @media (max-width: 992px) {
   .recommendations {
     padding: 20px 0 20px;
   }
 }
 .recommendations__container {
 }
 .recommendations__title {
   margin-bottom: 30px;
 }
 
 .recommendations__row {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, calc(33% - 16px)));
 justify-content: center;
   gap: 30px;
 }
 @media (max-width: 1200px) {
   .recommendations__row {
     grid-template-columns: repeat(auto-fit, minmax(300px, calc(33% - 10px)));
     gap: 20px;
   }
 }
 @media(max-width:992px){
   .recommendations__row {
   grid-template-columns: repeat(auto-fit, minmax(20%, calc(33% - 11px)));
   gap:19px;     
   }
 }
 
 @media(max-width:535px){
   .recommendations__row {
     display: grid;
     grid-template-columns: 1fr;
   justify-content: center;
     gap: 30px;
   }
 }
 .recommendations__item {
   min-height: 100%;
   min-width: 30%;
   display: flex;
   width: 100%;
   flex-direction: column;
   border-radius: 6px;
   background: #f2f2f2;
   position: relative;
   z-index: 1;
   min-height: 360px;
   margin-bottom: 8px;
   line-height: 1.3; 
 }
 .recommendations__item-image {  
   position: relative;
   z-index: 1;
  aspect-ratio: 1/1;
 }
 
 
 .recommendations__item-text {
   padding: 0 15px;
   font-size: 20px;
 }
 .recommendations__item-text--underline {
   text-decoration: underline;
   font-weight: 600;
   margin-bottom: 24px;
 }
 .recommendations__item-text:last-child {
   padding: 0 15px 15px;
 }
 .recommendations__item-price {
   padding: 0 15px;
   font-size: 32px;
   margin-top: 40px;
 }
 .recommendations__item-oldprice {
   padding: 0 15px;
   font-size: 20px;
   opacity: 0.3;
   text-decoration: line-through;
   margin-top: 50px;
 }
 @media(max-width:992px){
   .recommendations__item-price {
     font-size: 26px;
     margin-top: 25px;
   }
 }
 @media (max-width: 767px) {
   .recommendations__item-price {
     font-size: 22px;
     margin-top: 15px;
   }
   .recommendations__item-oldprice {
     margin-top: 18px;
   }
   .recommendations__item-text {
     padding: 0 15px;
     font-size: 16px;
   }
 }
 .recommendation__image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: -2;
   cursor: pointer;
 }
 .recommendation__image--2 {
   position: absolute;
   bottom:0;
   left: 0;
   width: 95%;
   height: 90%;
   object-fit: cover;
   z-index: -1;
   cursor: pointer;
   transform:translateY(11%);
 }
 .recommendation__image--cursor-default{
   cursor: default;
    z-index: 1;
    /* aspect-ratio: 1/1; */
 }

 
 .recommendations__item-body {
   position: relative;
   z-index: 1;
 }
 .item-recommendations {
   position: relative;
   z-index: 2;
   color: #fff;
   aspect-ratio: 1/1;
   display: flex;
   flex-direction: column;
   margin-bottom: 16px;
 }
 /* .item-recommendations:first-child {
   background: url("../img/bg-1.png") center / cover no-repeat, url("../img/card-1.svg") center / cover no-repeat;
 }
 .item-recommendations:nth-child(2) {
   background: url("../img/bg-2.png") center / cover no-repeat, url("../img/card-2.svg") center / cover no-repeat;
 }
 .item-recommendations:nth-child(3) {
   background: url("../img/bg-3.png") center / cover no-repeat, url("../img/card-3.svg") center / cover no-repeat;
 } */
 .item-recommendations > div {
   padding-left: 15px;
   padding-right: 15px;
 }
 .item-recommendations.black {
   color: #000000;
 }
 .item-recommendations__title {
   padding: 0 15px;
   font-weight: 500;
   font-size: 30px;
   margin-top: 7px;
   margin-bottom: 12px;  
 }
 .item-recommendations__label {
   font-size: 15px;
   padding: 15px;
   opacity: 0.5;
   margin-bottom: auto;
 }
 .item-recommendations__date {
   font-size: 15px;
   padding: 0 15px 15px;
   opacity: 0.5;
 }
 .item-recommendations__text {
   margin-bottom: 10px;
 }
 .item-recommendations__image {
   position: relative;
 }
 .recommendations__link {
   display: flex;
   justify-content: center;
   align-items: center;
   gap:10px;
   padding: 4px 30px;
   min-height: 60px;
   margin-top: 40px;
   border-radius: 6px;
   border: 1px solid #000000;
   cursor: pointer;
   font-size: 24px;
   color: #000000;
 }
 @media(max-width:767px){
   .recommendations__link {
     padding: 4px 18px;
     min-height: 56px;
     margin-top: 32px;   
   }
 }
 .recommendations__link img{
 width: 36px;
 height: 36px;
 }
 @media (max-width: 992px) {  
   .item-recommendations__title {
     font-size: 26px;
   }
 }
 @media (max-width: 600px) {
   .item-recommendations__title {
     font-size: 24px;
   }
 }
 @media (max-width: 480px) {  
   .item-recommendations__title {
     font-size: 26px;
   }
 }
 .recommendations__item-info {
   cursor: pointer;
 }
 .recommendations__tooltip {
   display: grid;
   grid-template-rows: 0fr;
   transition: all 0.3s ease 0s;
 }
 .recommendations__tooltip > div {
   overflow: hidden;
 }
 .recommendations__tooltip {
   overflow: hidden;
 }
 .recommendations__tooltip.visible {
   grid-template-rows: 1fr;
   margin-top: 8px;
   margin-bottom: 12px;
   background: rgb(242, 242, 242);
   padding: 40px 20px 20px 20px;
   border-radius: 8px;
   color: #000000;
 }
 .recommendations__tooltip.visible {
   border: 1px solid #000;
   border-radius: 8px;
  
 }
 .tooltip-rec {
   position: relative;
 }
 .tooltip-rec > div{
   position: relative; 
 }
 .tooltip-rec__image {
   width: 31%;
   aspect-ratio: 4/3;
   object-fit: contain;
   object-position: center;
   position: absolute;
   right: 0px;
   top: 0px;
   z-index:1;
 }
 .tooltip-rec__text {
   font-size: 16px;
   margin-bottom: 10px;
 }
 .border{
   border:1px solid #000;
   padding:8px;
   display: inline-block;
   border-radius: 8px;
   box-shadow: .25rem .25rem 0rem #111;
   background-color: #fcfa75;
 }
 .tooltip-rec__text:first-child {
 max-width: 70%;
 }
 .tooltip-rec__label {
   font-size: 18px;
   margin-bottom: 10px;
   font-weight: 600;
 }
 .tooltip-rec__btn {
   background: #b5e916;
   padding: 0 48px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   font-weight: 600;
   color: #000000;
   border-radius: 6px;
  }
 .tooltip-rec__title {
   font-size: 27px;
   line-height: 1.1;
   margin-bottom: 20px;
   color: #000000;
   max-width:75%;
 }
 .tooltip-rec__price {
   display: flex;
   gap: 8px;
   align-items: center;
   margin-bottom: 17px;
   margin-top: 50px;
 }
 .tooltip-rec__price-actual {
 }
 .tooltip-rec__price-old {
   text-decoration-line: line-through;
   color: rgba(255, 250, 237, 0.6);
 }
 
 .tooltip-popup__btn {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding:6px 10px;
   border:1px solid #000000;
   color:#000000;
   margin-bottom: 12px;
   border-radius:6px;
   min-height: 40px;
 }
 .tooltip-popup__content {
   background-color: #f2f2f2;
   border-radius:6px;
   max-width: 750px;
   position: relative;
 }
 .tooltip-popup__content ul li{
  margin-bottom: 6px;
 }
 .tooltip-popup__image {
  position:absolute;
  bottom:5px;
  right:5px;
  width:20%;
  height: 36px;
 }
 .tooltip-popup__content h2{
  font-size: 24px;
  margin-bottom: 12px;
 }
 .tooltip-popup__content p{
  margin-bottom: 10px;
 }
 .fancybox-content {
  padding: 35px 30px 40px;
 }
 
 .fancybox-can-pan .fancybox-content,
 .fancybox-can-swipe .fancybox-content {
   cursor: default;
 }
 
 
 /* список городов */
 
 .cities {
   padding: 40px 0px;
   background-color: #f6f5f3;
 }
 /* компенсируем псевдоэлементом подъем подвала вверх отрицательным маржином */
 .cities::after {
   content: "";
   display: block;
   width: 100%;
   height: 30px;
   background-color: #f6f5f3;
 }
 .cities__container {
 }
 .cities__title {
   color: #21201f;
   font-size: 46px;
   font-weight: 700;
   margin-bottom: 32px;
 }
 .cities__title--big {
   font-size: 52px;
   display: flex; 
   column-gap: 15px;
 }
 .cities__title--big span.icon {
   display: block; 
   margin-right: auto;
   flex: 0 0 50px;
   width: 50px;
   height: 50px;
   background: url("../img/local.svg") center / contain no-repeat;
 }
 
 @media (max-width: 992px) {
   .cities {
     padding: 30px 0px;
   }
   .cities__title {
     font-size: 40px;
   }
   .cities__title--big {
     font-size: 44px;
   }
   /* .cities__title--big span.icon {
     flex: 0 0 44px;
     width: 44px;
     height: 44px;
   } */
 }
 .cities__items {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 20px;
 }
 .cities__item {
   width: auto;
   max-width: -webkit-max-content;
   max-width: -moz-max-content;
   max-width: max-content;  
   line-height: 1.2;
   /* font-family: YS Text, Helvetica, Arial, sans-serif; */
   font-style: normal;
     font-weight: 400;
     font-size: 20px;
     line-height: 24px;
     color: #181818;
     padding: 8px 30px;
     border-radius: 8px;
     background: #dde6e7;
     margin-bottom: 20px;
     margin-right: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
   transition: all 0.3s ease 0s;
 }
 .cities__item-container {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 20px;
   padding-left: 70px;
   flex: 1 1 100%;
 
 }
 .cities__item-image{
   flex:0 1 30%;
   margin-bottom: 10px;
   margin-right: 8px;
 }
 .cities__item-image{
   flex:0 1 47%;
   margin-bottom: 10px;
   margin-right: 8px;
 }
 .cities__item-image img{
   max-width:100%;
 }
 .cities__item-letter {
   transform: translateX(-70px);
   color: #fff;
   padding: 7px 0;
   width: 50px;
   font-weight: 700;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background-color: #043933;
   font-size: 30px;
   margin: 0 -51px 10px 0;
   border-radius: 10px;
 }
 @media (max-width: 767px) {
   .cities__item-container {
     padding-left: 65px;
   }
   .cities__item-letter {
     transform: translateX(-65px);
   }
   .cities {
     padding: 20px 0px;
   }
   .cities__item {
     margin-right: 10px;
     margin-bottom: 16px;
     padding: 8px 12px;
     font-size: 20px;
   }
   .cities__title {
     font-size: 34px;
   }
   .cities__title--big {
     font-size: 38px;
   }
 }
 @media (max-width: 489px) {
   .cities {
     padding: 8px 0px;
   }
   .cities__item {
     margin-right: 8px;
     padding: 8px 10px;
     font-size: 18px;
   }
   .cities__title {
     font-size: 32px;
   }
   .cities__title--big {
     font-size: 36px;
   }
   .cities__item-letter {
     transform: translateX(-67px);
     padding: 7px 0;
     width: 45px;
     font-size: 28px;
     margin: 0 -46px 12px 0;  
   }
 }
 .cities__item:hover {
   background-color: #043933;
   color: #ffffff;
 }
 
 
 
 /* подвал */
 .footer {
   background-color: #000000;
   color: #fff;
   padding: 48px 0 40px;
   line-height: 1.3;
 }
 .footer__container {
   padding: 0 32px;
 }
 @media (max-width: 1535px) {
   .footer {
     padding: 40px 30px;
   }
 }
 @media (max-width: 992px) {
   .footer {
     padding: 30px 20px;
   }
   .footer__container {
     padding: 0 15px;
   }
 }
 @media (max-width: 767px) {
   .footer {
     padding: 26px 10px;
   }
   .footer__container {
     padding: 0 15px;
   }
 }
 
 .footer__logo {
   width: 170px;
   margin-bottom: 24px;
 }
 @media (max-width: 992px) {
   .footer__logo {
     width: 140px;
   }
 }
 @media (max-width: 480px) {
   .footer__logo {
     width: 120px;
   }
 }
 .footer__logo img {
   max-width: 100%;
 }
 .footer__text {
   margin-bottom: 18px;
   line-height: 1.4;
 }
 .footer__text a {
   color: #d9d9d9;
 }
 .footer__text span {
  font-size: 20px;
  font-weight: 600;
 
 }
 .footer__link {
   margin-bottom: 24px;
 }
 .footer__link a {
   color: #d9d9d9;
 }
 .footer__copy {
   display: flex;
   gap: 6px;
   align-items: center;
 }
 @media (any-hover: hover) {
   .footer__link a:hover {
     text-decoration: underline;
   }
   .footer__text a:hover {
     text-decoration: underline;
   }
 }
 
 .footer__social {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 12px;
   margin-top: 12px;
 }
 .footer__social-item {
   display: block;
   width: 25px;
   height: 25px;
 }
 .footer__social-item img {
   width: 100%;
   height: 100%;
 }
 
 /* form__modal */
 
 .form__modal {
   display: none;
 }
 .form__modal.active {
   display: block;
   position: fixed;
   z-index: 50;
   top: 5%;
   left: 15%;
   width: 70%;
   overflow: auto;
   border-radius: 30px;
   min-height: 90%;
 }
 @media (max-width: 767px) {
   .form__modal.active {
     left: 10%;
     width: 80%;
     overflow: auto;
     min-height: 90%;
   }
 }
 /* form */
 
 .form {
   margin-bottom: 40px;
 }
 .form__container {
   position: absolute;
   transform: translateX(-50%);
   left: 50%;
   top: 0;
   width: 100%;
   z-index: inherit;
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 30px;
   padding: 30px 24px;
   border-radius: 30px;
   background-color: #ff6945;
 }
 
 @media (max-width: 767px) {
   .form__container {
     flex-direction: column;
     padding: 20px 10px;
     gap: 5px;
   }
 }
 .form__popup {
   position: absolute;
   display: none;
   top: 0;
   left: 0;
   width: 0;
   height: 0;
   border-radius: 32px;
   background-color: #ebf6ff;
   overflow: hidden;
   line-height: 1.2;
 }
 .form__popup.visible {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   /* border-radius: 33px; */
   overflow: hidden;
 }
 .form-popup {
 }
 .form-popup__body {
   position: relative;
   height: 100%;
   min-height: 100%;
 }
 .form-popup__close {
   position: absolute;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border: 2px solid #000;
   display: flex;
   justify-content: center;
   align-items: center;
   top: 20px;
   right: 20px;
   color: #000;
   font-size: 30px;
   font-weight: 900;
   cursor: pointer;
 }
 .form-popup__close::after,
 .form-popup__close::before {
   position: absolute;
   top: 50%;
   left: 50%;
   content: "";
   display: block;
   width: 60%;
   height: 2px;
   background-color: #000;
   transform-origin: center;
 }
 .form-popup__close::after {
   transform: translate(-50%, -50%) rotate(-45deg);
 }
 .form-popup__close::before {
   transform: translate(-50%, -50%) rotate(45deg);
 }
 .form-popup__text {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   text-align: center;
   gap: 15px;
   padding: 40px;
   font-size: 28px;
   height: 100%;
 }
 .form-popup__text p a {
   color: #111;
   text-decoration: underline;
 }
 .form-popup__text p a img {
   display: inline-block;
   width: 35px;
   margin-left: 7px;
 }
 .form-popup__text p {
   text-align: center;
 }
 .form-popup__title {
   font-size: 48px;
   font-weight: 300;
 }
 @media (max-width: 992px) {
   .form-popup__text {
     padding: 65px 30px 30px;
     font-size: 24px;
   }
   .form-popup__title {
     font-size: 32px;
   }
 }
 .form__content {
   font-size: 20px;
   font-weight: 200;
   display: flex;
   flex-direction: column;
 }
 
 @media (max-width: 767px) {
   .form__content {
     max-width: 100%;
     padding: 0 6px;
   }
 }
 .form__title {
   font-size: 38px;
   margin-bottom: 20px;
   line-height: 1.1;
   font-weight: 500;
 }
 @media (max-width: 1200px) {
   .form__title {
     font-size: 30px;
   }
 }
 @media (max-width: 992px) {
   .form__title {
     font-size: 28px;
   }
 }
 @media (max-width: 767px) {
   .form__title {
     font-size: 26px;
   }
 }
 @media (max-width: 535px) {
   .form__title {
     font-size: 20px;
   }
 }
 .form__description {
   font-size: 18px;
   line-height: 1.3;
 }
 .form__description:not(:last-child) {
   margin-bottom: 16px;
 }
 .form__social {
   display: flex;
   justify-content: center;
   gap: 40px;
   margin-top: 20px;
   margin-bottom: 10px;
 }
 @media (max-width: 767px) {
   .form-popup__text .form__social {
     display: flex;
     justify-content: center;
     gap: 40px;
     margin-top: 24px;
     margin-bottom: 20px;
   }
 }
 .form__telegram {
   display: flex;
   align-items: center;
   column-gap: 10px;
   color: #000;
   font-size: 20px;
 }
 .form__telegram-img {
   flex: 0 0 37px;
   width: 37px;
 }
 .form__telegram-img img {
   max-width: 100%;
 }
 .form__form {
 }
 .form__wrapper {
   border-radius: 32px;
   padding: 5px 20px;
 }
 @media (max-width: 767px) {
   .form__wrapper {
     padding: 20px 20px 10px;
   }
 }
 .form__body {
 }
 .form__item {
   margin-bottom: 21px;
   height: 42px;
   /* overflow: hidden; */
 }
 .form__item input,
 .form__item select {
   border-radius: 16px;
   border: 1px solid hsla(230, 5%, 76%, 0.4);
   color: #000;
   height: 100%;
   width: 100%;
   font-size: 20px;
   padding: 3px 15px;
 }
 .form__item select {
   color: #8c959c;
   height: 100%;
   width: 100%;
   font-size: 20px;
   padding: 3px 15px;
 }
 
 .form__item select option {
   color: #000;
   height: 100%;
   width: 100%;
   font-size: 20px;
 }
 
 .form__item input::placeholder {
   color: #8c959c;
 }
 
 /* стили инпута type file */
 
 .form__input-file {
   position: relative;
   display: inline-block;
 }
 .form__input-file-btn {
   position: relative;
   display: inline-block;
   cursor: pointer;
   outline: none;
   text-decoration: none;
   font-size: 20px;
   vertical-align: middle;
   color: rgb(255 255 255);
   text-align: center;
   border-radius: 4px;
   background-color: #419152;
   line-height: 22px;
   height: 40px;
   padding: 10px 20px;
   box-sizing: border-box;
   border: none;
   margin: 5px 0 0 0;
   transition: background-color 0.2s;
 }
 .form__input-file-text {
   color: #7a7a7a;
   padding: 0 10px;
   line-height: 40px;
   display: inline-block;
 }
 .form__input-file input[type="file"] {
   position: absolute;
   z-index: -1;
   opacity: 0;
   display: block;
   width: 0;
   height: 0;
 }
 
 /* Focus */
 .form__input-file input[type="file"]:focus + .form__input-file-btn {
   box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
 }
 
 /* Hover/active */
 .form__input-file:hover .form__input-file-btn {
   background-color: #59be6e;
 }
 .form__input-file:active .form__input-file-btn {
   background-color: #2e703a;
 }
 
 /* Disabled */
 .form__input-file input[type="file"]:disabled + .form__input-file-btn {
   background-color: #eee;
 }
 
 /* ошибки валидации полей */
 .just-validate-error-label {
   color: rgb(255, 65, 65) !important;
   margin-bottom: 4px;
   margin-left: 16px;
 }
 .form__angrement a {
   color: #00adff;
 }
 .form__angrement span {
   line-height: 1.3;
   margin-left: 6px;
   color: #000;
 }
 
 .form__checkbox {
 }
 .form__link {
 }
 .form__button {
   border-radius: 48px;
   background: #b5e916;
   color: #000000;
   font-weight: 700;
   padding: 5px 15px;
   width: 100%;
   min-height: 48px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 16px;
   transition: all 0.25s ease 0s;
 }
 .form__button:hover {
   background: #c8ff24;
 }
 