html {
  box-sizing: border-box;
  
}

*, *:after, *:before{
box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6{
margin: 0;padding: 0;
}

@font-face {
  font-family: "Open-Sans";
  src: url("/static/fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("/static/fonts/newtype/lato-regular.woff2") format("woff2"),
      url("/static/fonts/newtype/lato-regular.woff") format("woff"),
      url("/static/fonts/newtype/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
font-family: "Raleway-Bold";
src: url("/static/fonts/newtype/raleway-bold-russian.woff2") format("woff2"),
    url("/static/fonts/newtype/raleway-bold-russian.woff") format("woff"),
    url("/static/fonts/newtype/raleway-bold-russian.ttf") format("truetype");
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Raleway-Regular";
src: url("/static/fonts/newtype/raleway-regular-russian.woff2") format("woff2"),
    url("/static/fonts/newtype/raleway-regular-russian.woff") format("woff"),
    url("/static/fonts/newtype/raleway-regular-russian.ttf") format("truetype");
    font-display: swap;
}

@font-face {
font-family: "Raleway-Medium";
src: url("/static/fonts/newtype/raleway-medium-russian.woff2") format("woff2"),
    url("/static/fonts/newtype/raleway-medium-russian.woff") format("woff"),
    url("/static/fonts/newtype/raleway-medium-russian.ttf") format("truetype");
    font-display: swap;
}

@font-face {
font-family: "Raleway-Light";
src: url("/static/fonts/newtype/raleway-light-russian.woff2") format("woff2"),
    url("/static/fonts/newtype/raleway-light-russian.woff") format("woff"),
    url("/static/fonts/newtype/raleway-light-russian.ttf") format("truetype");
    font-display: swap;
}

@font-face {
font-family: "Raleway-BoldUA";
src: url("/static/fonts/newtype/Raleway-Bold.ttf") format("truetype");
font-style: normal;
font-display: swap;
}


@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

a{
text-decoration: none;
color: inherit;
}

ul{
list-style: none;
}
hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e7e7e7;
  margin: 1em 0;
  padding: 0;
}
button{
  border: 0;
  padding: 0;
  background-color: transparent;
}

.container{
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

body{
  color: #363636;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Raleway-Regular', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.header{
  max-height: 100px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px -3px 10px #cfcfcf;
  z-index: 15;
}
h2{
  color: #253329;
  line-height: 1.1;
  font-size: 42px;
  font-family: 'Raleway-Bold', sans-serif;
}

section a{
  color: #438A57;
}
/* .green-section{
  background-color: #F5FCFB;
} */


.green-section{
  background:#F5FCFB;
  position:relative;
  z-index:1;
}

.green-section::before{
  content:"";
  position:absolute;
  top:-80px;
  left:0;
  width:100%;
  height:80px;
  background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='%23F5FCFB' d='M0,80 C120,35 240,10 360,18 C520,28 640,78 800,76 C980,74 1120,22 1260,14 C1325,10 1385,14 1440,24 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center;
  background-size:100% 100%;
  pointer-events:none;
}

.green-section::after{
  content:"";
  position:absolute;
  bottom:-80px;
  left:0;
  width:100%;
  height:80px;
  background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='%23F5FCFB' d='M0,80 C120,35 240,10 360,18 C520,28 640,78 800,76 C980,74 1120,22 1260,14 C1325,10 1385,14 1440,24 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center;
  background-size:100% 100%;
  transform:rotate(180deg);
  pointer-events:none;
}
.noclick{
  pointer-events: none;
}
.top a{
  color: #fff;
}
.logobloc{
display: flex;
align-items: center;
gap: 10px;
}

.header__inner{
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
}


.menu__close, .mobile-nav{
  display: none;
}

.menu__btn{
display: none;
width: 40px;
height: 20px;
flex-direction: column;
justify-content: space-between;
position: relative;
}

.menu__btn span{
background-color: #000;
height: 2px;
width: 100%;
}

.menu__list{
display: flex;
justify-content: center;
gap: 60px;
font-size: 20px;
position: relative;
z-index: 10;
}

.logo{
margin-top: 20px;
}

.brandname{
font-size: 27px;
}

.user-actions{
display: flex;
justify-content: center;
gap: 20px;
padding-top: 15px;
}

.main{
  font-family: "Raleway-Medium", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 100px;
}

.top{
position: relative;
background-image: url("/static/img/BACKGROUND.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 700px;
width: 100%;
}
.single__top__container{
  align-items: center;
}
.single__top{
  padding-top: 80px;
  display: flex;
  align-items:center;
  gap: 40px;
  justify-content: space-between;
  color: #e2e2e2;
}
.top__left{
  width: 60%;
}
.top__right{
  width: 30%;
}
.top__right img{
  width: 400px;
}
.top__right_about {
  width: 50%;
}
.top__right_about img {
  width: 100%;
}
.top__single__pretext{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e2e2e2;
  padding-bottom: 20px;
}
.top__single__title{
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}
.top__single__text{
  font-size: 18px;
  font-weight: 600;
  color: #e2e2e2;
  padding-bottom: 20px;
}

/* ############################## */

.product-hero{
  position: relative;
  width: 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 130px) 24px;
  background-image: url("/static/img/BACKGROUND.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.product-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(4, 12, 10, 0.42) 0%,
      rgba(5, 16, 13, 0.30) 38%,
      rgba(4, 12, 10, 0.38) 100%
    );
}

.product-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse at center,
      rgba(20, 70, 55, 0.07) 0%,
      rgba(8, 24, 20, 0.06) 40%,
      rgba(0, 0, 0, 0.22) 100%
    );
  pointer-events: none;
}

.product-hero__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.product-hero__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 5vw, 84px);
}

.product-hero__content{
  max-width: 760px;
  color: #ffffff;
}

.product-hero__pretitle{
  margin: 0 0 clamp(18px, 2vw, 28px) 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
}

.product-hero__title{
  margin: 0;
  max-width: 760px;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0,0,0,0.18);
  text-wrap: balance;
}

.product-hero__list{
  margin: clamp(28px, 3vw, 38px) 0 0 0;
  padding: 0;
  list-style: none;
  max-width: 620px;
  display: grid;
  gap: 10px;
}

.product-hero__list li{
  position: relative;
  padding-left: 22px;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255,255,255,0.90);
}

.product-hero__list li::before{
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,0.82);
}

.product-hero__card-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-hero__card{
  width: 100%;
  max-width: 390px;
}

@media (max-width: 1100px){
  .product-hero{
    min-height: 720px;
  }

  .product-hero__grid{
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr);
    gap: 34px;
  }

  .product-hero__title{
    font-size: clamp(34px, 4.8vw, 56px);
  }

  .product-hero__list li{
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.58;
  }
}

@media (max-width: 900px){
  .product-hero{
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .product-hero__grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .product-hero__content{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .product-hero__title{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-hero__list{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .product-hero__card-wrap{
    justify-content: center;
  }
}

@media (max-width: 768px){
  .product-hero{
    padding-top: 76px;
    padding-bottom: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-hero__title{
    line-height: 1.1;
  }

  .product-hero__list{
    gap: 9px;
  }

  .product-hero__list li{
    font-size: 16px;
    line-height: 1.6;
  }

  .product-hero__card{
    max-width: 360px;
  }
}

@media (max-width: 480px){
  .product-hero{
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-hero__pretitle{
    letter-spacing: 0.12em;
  }

  .product-hero__title{
    font-size: clamp(30px, 9vw, 42px);
  }

  .product-hero__list{
    max-width: 100%;
    gap: 8px;
  }

  .product-hero__list li{
    font-size: 15px;
    line-height: 1.58;
    padding-left: 18px;
  }

  .product-hero__card{
    max-width: 100%;
  }
}

/* ############################# */


.about-hero{
  position: relative;
  width: 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: clamp(72px, 9vw, 130px) 24px;
  background-image: url("/static/img/BACKGROUND.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.about-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(4, 12, 10, 0.42) 0%,
      rgba(5, 16, 13, 0.30) 38%,
      rgba(4, 12, 10, 0.38) 100%
    );
}

.about-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse at center,
      rgba(20, 70, 55, 0.07) 0%,
      rgba(8, 24, 20, 0.06) 40%,
      rgba(0, 0, 0, 0.22) 100%
    );
  pointer-events: none;
}

.about-hero__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.about-hero__grid{
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
}

.about-hero__content{
  max-width: 760px;
  color: #ffffff;
}

.about-hero__title{
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0,0,0,0.18);
}

.about-hero__lead{
  margin: clamp(24px, 3vw, 34px) 0 0 0;
  max-width: 760px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255,255,255,0.94);
}

.about-hero__text{
  margin: clamp(24px, 3vw, 34px) 0 0 0;
  max-width: 760px;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.78;
  font-weight: 400;
  color: rgba(255,255,255,0.88);
}

.about-hero__media{
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero__media img{
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(0,0,0,0.22));
}

@media (max-width: 1100px){
  .about-hero{
    min-height: 700px;
  }

  .about-hero__grid{
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: 36px;
  }

  .about-hero__lead{
    font-size: clamp(19px, 2.1vw, 24px);
  }

  .about-hero__text{
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.72;
  }
}

@media (max-width: 900px){
  .about-hero{
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .about-hero__grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-hero__content{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .about-hero__lead,
  .about-hero__text{
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero__media{
    order: 2;
  }

  .about-hero__media img{
    max-width: 480px;
  }
}

@media (max-width: 768px){
  .about-hero{
    padding-top: 76px;
    padding-bottom: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero__title{
    line-height: 1.1;
  }

  .about-hero__lead{
    margin-top: 22px;
    font-size: clamp(18px, 4.2vw, 23px);
    line-height: 1.42;
  }

  .about-hero__text{
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .about-hero__media img{
    max-width: 420px;
  }
}

@media (max-width: 480px){
  .about-hero{
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-hero__title{
    font-size: clamp(32px, 9vw, 42px);
  }

  .about-hero__lead{
    font-size: 18px;
    line-height: 1.45;
  }

  .about-hero__text{
    font-size: 15px;
    line-height: 1.68;
  }

  .about-hero__media img{
    max-width: 340px;
  }
}

/* ############################ */


.submenu{
min-width: 200px;
position: absolute;
transform-origin: 0 0;
transform: rotateX(0deg);
transition: .3s linear;
visibility: hidden;
opacity: 0;
padding-left: 0;
box-shadow: 1px 1px 6px #cfcfcf;
}

.submenu li{
position: relative;
}

.submenu .submenu{
position: absolute;
top: 0;
left: 80%;
transition: .3s linear;

}

.menu__list li:hover > .submenu {
opacity: 1;
visibility: visible;
transform: rotateX('0deg');
}

.submenu a{
padding: 10px 20px;
background-color: #ffffff;
font-size: 16px;
display: block;
color: black;
}

.submenu a:hover{
background-color: #f5f5f5;
}

.tooltip {
  position: relative;
  display: inline-block;
  
}
.tooltip .tooltiptext {
visibility: hidden;
width: 100px;
padding: 10px !important;
background-color: rgba(33, 53, 36, 0.61);
color: #e9ffe7;
text-align: center;
padding: 5px 0;
border-radius: 6px;
font-size: 14px;
position: absolute;
top: -25px;
left: 105%;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.top__container{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 43%;
  transform: translateY(-50%);
}

.top__inner{
  color: #e2e2e2;
  font-family: 'Raleway-Bold', sans-serif;
  max-width: 1000px;
  position: absolute;
  top:50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding-left: 10px;
  padding-right: 10px;
}
.top__pretext{
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 40px;
}
.top__title{
font-size: 65px;
color: white;
line-height: 1.1;
}
.top__text{
margin-top: 70px;
}
.main-button {
width: 240px;
height: auto;
padding: 10px 20px 10px 20px;
font-size: 16px;
text-transform: uppercase;
background-color: #A83D27;
color: #ffffff;
border-radius: 10px;
border-color: #A83D27;
position: relative;
margin-top: 620px;
margin-left: auto;
margin-right: auto;
font-weight: 600;
transition: .3s;
}

.main-button:hover {
border-color: #A83D27;
text-decoration: none;
color:#f8d9d2;
border-color: #A83D27;
transform: scale(1.05);
transition: .3s;
}

/* ===========================
   HERO MAIN (автономный + фон)
   =========================== */

.hero-main {
  position: relative;
  width: 100%;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(80px, 10vw, 140px) 24px;
  background-image: url("/static/img/BACKGROUND.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.hero-main::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(4, 12, 10, 0.42) 0%,
      rgba(5, 16, 13, 0.30) 38%,
      rgba(4, 12, 10, 0.38) 100%
    );
}

.hero-main::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse at center,
      rgba(20, 70, 55, 0.07) 0%,
      rgba(8, 24, 20, 0.06) 40%,
      rgba(0, 0, 0, 0.22) 100%
    );
  pointer-events: none;
}

.hero-main__container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-main__content{
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
}

.hero-main__pretext{
  margin: 0 0 clamp(18px, 2vw, 28px) 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
}

.hero-main__title{
  margin: 0;
  max-width: 980px;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: white;
  text-shadow: 0 2px 18px rgba(0,0,0,0.18);
}

.hero-main__subtitle{
  margin: clamp(24px, 3vw, 36px) auto 0 auto;
  max-width: 820px;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.72;
  color: rgba(255,255,255,0.90);
  text-wrap: pretty;
}

.hero-main__actions{
  margin-top: clamp(34px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.hero-main__trust{
  margin: 6px 0 0 0;
  max-width: 760px;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.6;
  color: rgb(255, 255, 255);
}

.hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: min(360px, 92vw);
  padding: 14px 24px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}

.hero-btn--primary{
  background: #A83D27;
  border: 1px solid #A83D27;
  color: #ffffff;
}

.hero-btn--primary:hover{
  transform: translateY(-1px);
  background: #b5472f;
  border-color: #b5472f;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(168, 61, 39, 0.22);
}

.hero-btn--secondary{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.32);
  color: rgba(255,255,255,0.96);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hero-btn--secondary:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.46);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

.hero-btn--ghost{
  width: auto;
  min-height: auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: rgba(255,255,255,0.82);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255,255,255,0.35);
}

.hero-btn--ghost:hover{
  transform: none;
  background: none;
  color: #ffffff;
  text-decoration-color: rgba(255,255,255,0.70);
  box-shadow: none;
}

@media (min-width: 768px){
  .hero-main__actions{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .hero-btn--ghost{
    flex-basis: 100%;
    margin-top: 4px;
  }

  .hero-main__trust{
    flex-basis: 100%;
  }
}

@media (max-width: 768px){
  .hero-main{
    min-height: 680px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-main__title{
    line-height: 1.12;
  }

  .hero-main__subtitle{
    max-width: 700px;
    line-height: 1.65;
  }

  .hero-main__trust{
    max-width: 700px;
    line-height: 1.58;
  }
}

@media (max-width: 480px){
  .hero-main{
    min-height: 600px;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-main__pretext{
    letter-spacing: 0.12em;
  }

  .hero-main__subtitle{
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-main__trust{
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-btn{
    width: 100%;
    max-width: 340px;
    min-height: 52px;
    padding: 14px 18px;
  }
}

@media (prefers-reduced-motion: reduce){
  .hero-btn{
    transition: none;
  }

  .hero-btn:hover{
    transform: none;
  }
}


/* #################################################### */


/* PRICES */

.prices__inner{
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  align-items: end;
}
.most_popular_price{
  background-color: #103519;
  /* background-color: #438A57; */
  padding: 3px;
  border-radius: 10px;
  
}
.most_popular_price>p{
  margin: 0;
  padding: 10px;
  /* font-weight: 600; */
  text-align: center;
  color: #fff;
}
.prices__main__inner{
  padding-bottom: 80px;
}
.price__title__inner{
  margin-top: 60px;
  text-align: center;
}
.price__item{
  background-color: #fff;
  width: 260px;
  min-width: 240px;
  border-radius: 10px;
  padding: 20px;  
  box-shadow: 0px 0px 3px 0px #d3d3d3;
  transition: all .3s ease-in-out;
}
.price__item:hover{
  transform: translate(0,-7px);
  -webkit-transform: translate(0,-7px);
  -o-transform: translate(0,-7px);
  -moz-transform: translate(0,-7px);
  transition: all .3s ease-in-out;
}
.price__subtitle{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #4c6352;
  margin-top: 0;
}
.price__item__parameters{
  font-size: 14px;
}
.price__item__parameters div{
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}
.price__item__parameters p{
  padding: 0;margin: 0;
}
.price_with_img{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price__title{
  font-family: "Raleway-Bold";
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 10px;
  color: #000;
}

.subtitle{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #4c6352;
}
.price__param-bold{
  font-weight: 600;
  color: #000;
}
/* .price__param-cpu{
  margin: 0;
  padding-left: 28px;
  font-size: 13px;
  color: #666;
  width: 100%;
} */
.price__item__parameters div{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.price__year{
  text-align: center;
  margin-bottom: 10px;
}
.price__year__price{
  font-size: 38px;
  font-weight: 900;
  color: #000;
}
.save10{
  background-color: #fcf268;
  border-radius: 5px;
  padding: 5px;
  margin-right: 40px;
  font-size: 14px;
  color: #000;
}
.price__year__period{
  font-weight: 900;
  color: #595959;
}

.price__month{
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #595959;
}

.price__order__button{
  box-sizing: border-box;
  margin: 0;
  display: flex;
  width: 100%;
  height: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: #183d23;
  background-color: #32523b;
  padding: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: #fff;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-property: none;
  transition-duration: .2s;
  text-decoration: none;
}

.price__order__button:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #103519;
  color: #ffffff;
  border-color: #103519;
  text-decoration: none;
}

.explore_button{
  padding: 8px 15px 8px 15px;
  font-size: 18px;
  font-weight: 300;
}

.check__price{
  text-align: center;
  padding-top: 20px;
}

.prices__conditions{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 80px;
}
.prices__conditions ul{
  padding: 0;
}
.prices__conditions__title{
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  margin-top: 80px;
}
.prices__conditions__inner{
  max-width: 600px;
}
.prices__conditions__items{
  text-align: left;
}
.prices__conditions__items p::before {
  content: url('/static/img/check.svg');
  margin-right: 7px;
}
.vps__features__inner{
  padding-bottom: 100px;
  padding-top: 40px;
}
.vps__features__title{
  text-align: center;
  padding-bottom: 40px;
  padding-top: 80px;
}
.vps__features__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.vps__features__item{
  width: 280px;
}
.vps__features__item>p{
  margin: 0;
  padding: 5px;
}
.vps__features__item>p::before {
  content: url('/static/img/check.svg');
  margin-right: 7px;
}
 /* ################# ADVANTAGES ################# */

.advantages__inner, .causes__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.advantages__title{
  text-align: center;
  padding-bottom: 40px;
  color: #438A57;
}
.advantages__title p{
  color: #4c6352;
}
 .advantages__items, .causes__causes__items {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
.causes__causes__items{
  padding-bottom: 0
}
.advantages__item__title, .causes__item__title{
  display: flex;
  align-items: center;
  gap: 20px;
}
.causes__item__title>h3{
  text-align: left;
}
.advantages__item, .causes_item{
  background-color: #fff;
  min-width: 300px;
  max-width: 330px;
  padding: 20px;
  border-radius: 20px;
  font-weight: 400;
}
.usecases__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.usecases__title{
  padding-bottom: 40px;
}
.usecases__items{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.usecase__item{
  min-width: 350px;
  max-width: 550px;
  padding: 20px;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: 0px 0px 3px 0px #d3d3d3;
  text-align: justify;
  background-color: white;
}

.usecase__item__title{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}

/* VPS USE CASES */

.vps-usecases__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}

.vps-usecases__title{
  text-align: center;
  padding-bottom: 40px;
}

.vps-usecases__items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.vps-usecase__item{
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0px 0px 3px 0px #d3d3d3;
  transition: transform .25s ease;
}
.vps-usecase__item p {
  text-align: justify;
}

.vps-usecase__item:hover{
  transform: translateY(-6px);
}

.vps-usecase__header{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.vps-usecase__header img{
  flex-shrink: 0;
}

.vps-usecase__item h3{
  margin: 0;
  font-size: 18px;
}

.vps-usecase__item p{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.vps-usecase__icon svg{
  width:70px;
  height:70px;
}
@media (max-width: 768px) {
  .vps-usecases__items {
    grid-template-columns: 1fr !important;
  }
}
/* END */


 /* OTHER VPS */

.other-vps {
    padding: 60px 0;
    margin-bottom: 60px;
}

.other-vps__title {
    text-align: center;
    margin-bottom: 35px;
}

.other-vps__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.other-vps__card {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #ffffff;
    border-radius: 10px;
    padding: 24px 28px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.other-vps__card:hover {
    transform: scale(1.05) translateY(-4px);
}

.other-vps__text h3 {
    margin: 0 0 8px;
}

.other-vps__text p {
    margin: 0;
}

@media (max-width: 768px) {
    .other-vps__items {
        grid-template-columns: 1fr;
    }
}

/* END */




.advantages__item h3 {
  font-family: "Lato-Regular";
}
.advantages__item__text, .causes__item__text{
  font-size: 16px;
  font-family: "Raleway-Medium", sans-serif;
  text-align: justify;
}
.causes__item__text{
  text-align:justify;
}
.advantages__support_inner{
  text-align: center;
}
.advantages__support__title{
  font-family: "Raleway-Medium", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.worktime{
  font-size: 34px;
  color: #A83D27;
}
.advantages__support__button {
  text-align: center;
  width: 240px;
  height: auto;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #A83D27;
  color: #ffffff;
  border-radius: 10px;
  border-color: #A83D27;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.advantages__support__text{
  padding-bottom: 25px;
}
.advantages__support__button a {
  color:#ffffff;
 }
.advantages__support__button:hover {
  border-color: #A83D27;
  text-decoration: none;
  color:#f8d9d2;
  border-color: #A83D27;

  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
 }

/* ############## CAUSES ################ */

.causes__inner{
  text-align: center;
  padding-top: 80px;
}
.causes_item{
  max-width: 350px;
  box-shadow: 0px 0px 3px 0px #d3d3d3;
}
.causes__title, .latest__title, .usecases__inner{
  text-align: center;
  padding-bottom: 20px;
}
.causes__text{
  text-align: justify;
  padding-bottom: 40px;
}
.causes__text ul{
  padding: 20px;
}
.causes__text li{
  padding-bottom: 10px;
}

/* ############ OPERATION SYSTEMS ############### */
.os__inner{
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.os__items{
  display: flex;
  align-items: center;
  justify-content:space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 40px;
}
.os_item{
  padding: 20px;
  width: 180px;
}
.os_item img{
  transition: .3s;
}
.os_item img:hover{
  transform: scale(1.05);
  transition: .3s;
}
.os_name{
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.os__title{
  padding-bottom: 20px;
}

.os_logo{
  display: inline-block;
  transition: transform 0.5s ease;
}

.os_logo img{
  display: block;
  transition: transform 0.5s ease;
}

.os_logo:hover img{
  transform: scale(1.15) rotate(360deg);
}

/* 
################# LATEST BLOG ################## */
.latest_inner{
  padding-bottom: 80px;
}
.latest__title{
  padding-top: 80px;
}
.latest__items{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.mob_latest_img>img{
  border-radius: 10px;
}
.latest__preview{
  background-image: url("/static/img/pattern.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-width: 200px;
  min-height: 220px;
  max-height: 180px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  line-height: 1.1;
}
.latest__item{
  width: 400px;
  height: 520px;
  box-shadow: 0px 0px 3px 0px #d3d3d3;
  padding: 20px;
  border-radius: 20px;
}
.latest__footer{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* ################ CAROUSELL ################ */


.reviews__inner{
  padding: clamp(40px, 6vw, 80px) 0;
}

/* ===== Desktop layout: title + slider side-by-side ===== */
.reviews__main{
  position: relative;
  width: 100%;
  border-radius: 20px;

  /* ДЕСКТОП: фон на всём блоке */
  background-image: url("/static/img/back_to_rewiews.webp");
  background-size: cover;
  background-position: center;

  padding: clamp(18px, 3vw, 40px);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 32px);
}

/* затемнение фона для читаемости (ДЕСКТОП) */
.reviews__main::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.55),
    rgba(0,0,0,.35)
  );
  pointer-events: none;
}

.reviews__main > *{
  position: relative;
  z-index: 1;
}

/* ===== Title ===== */
.reviews__main__title{
  flex: 0 0 auto;
  max-width: 520px;
  margin: 0;
}

.reviews__main__title h2{
  margin: 0;
  color: #F5FCFB;
  font-size: clamp(28px, 5vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

/* ===== Slider wrapper (right side) ===== */
.carousell__inner{
  width: min(550px, 100%);
  min-width: 280px;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* старые дубли — скрыты */
.carousell__inner__mobile{ display: none !important; }
.review__items__mobile{ display: none !important; }


/* ===========================
   CAROUSEL (your logic kept)
=========================== */

.carousel{
  width: 100%;
  overflow: hidden;
  min-width: 280px;

  display: flex;
  flex-direction: column;
  gap: 1rem;

  --gap: 1rem;
  --dur: 38s;
}

.carousel__slides{
  display: flex;
  gap: var(--gap);
  width: 100%;

  animation-name: change-slide;
  animation-duration: var(--dur);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-play-state: running;

  transition: transform 0.9s ease-in-out;
}

.carousel__slid{
  flex: 0 0 100%;
  padding: clamp(14px, 2.4vw, 28px);
  border-radius: 2rem;

  display: flex;
  flex-direction: column;
  gap: 1rem;

  background: #ffffff;
}

@keyframes change-slide{
  0%, 18% { transform: translateX(0); }
  22%, 40% { transform: translateX(calc(-1 * (100% + var(--gap)))); }
  44%, 62% { transform: translateX(calc(-2 * (100% + var(--gap)))); }
  66%, 84% { transform: translateX(calc(-3 * (100% + var(--gap)))); }
  88%, 100% { transform: translateX(calc(-4 * (100% + var(--gap)))); }
}

/* nav */
.carousel__control{
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.carousel__nav{
  width: 3rem;
  height: .75rem;
  display: inline-block;
  background: #ffffff;
  border-radius: 999px;
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;

  animation-duration: var(--dur);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-play-state: running;
}

.carousel__nav:hover{
  opacity: 1;
  transform: translateY(-1px);
}

/* nav sync */
#carousel__nav1{ animation-name: nav1; }
#carousel__nav2{ animation-name: nav2; }
#carousel__nav3{ animation-name: nav3; }
#carousel__nav4{ animation-name: nav4; }
#carousel__nav5{ animation-name: nav5; }

@keyframes nav1{ 0%, 18% { opacity: 1; } 18.01%, 100% { opacity: .5; } }
@keyframes nav2{ 0%, 17.99% { opacity: .5; } 18%, 40% { opacity: 1; } 40.01%, 100% { opacity: .5; } }
@keyframes nav3{ 0%, 39.99% { opacity: .5; } 40%, 62% { opacity: 1; } 62.01%, 100% { opacity: .5; } }
@keyframes nav4{ 0%, 61.99% { opacity: .5; } 62%, 84% { opacity: 1; } 84.01%, 100% { opacity: .5; } }
@keyframes nav5{ 0%, 83.99% { opacity: .5; } 84%, 100% { opacity: 1; } }

/* manual control */
.carousel__btn:checked ~ .carousel .carousel__slides,
.carousel__btn:checked ~ .carousel .carousel__nav{
  animation: none;
}

#carousel__btn1:checked ~ .carousel #carousel__nav1,
#carousel__btn2:checked ~ .carousel #carousel__nav2,
#carousel__btn3:checked ~ .carousel #carousel__nav3,
#carousel__btn4:checked ~ .carousel #carousel__nav4,
#carousel__btn5:checked ~ .carousel #carousel__nav5{
  opacity: 1;
}

#carousel__btn1:checked ~ .carousel .carousel__slides{ transform: translateX(0); }
#carousel__btn2:checked ~ .carousel .carousel__slides{ transform: translateX(calc(-1 * (100% + var(--gap)))); }
#carousel__btn3:checked ~ .carousel .carousel__slides{ transform: translateX(calc(-2 * (100% + var(--gap)))); }
#carousel__btn4:checked ~ .carousel .carousel__slides{ transform: translateX(calc(-3 * (100% + var(--gap)))); }
#carousel__btn5:checked ~ .carousel .carousel__slides{ transform: translateX(calc(-4 * (100% + var(--gap)))); }

@media (max-width: 420px){
  .carousel__control{ gap: .6rem; }
  .carousel__nav{ width: 2.2rem; height: .65rem; }
}

html.carousel-js .carousel__slides,
html.carousel-js .carousel__nav{
  animation: none !important;
}


/* ===========================
   REVIEW CARD (your styling)
=========================== */

.review__item{
  background: rgba(245, 252, 251, 0.92);
  border-radius: 20px;
  padding: clamp(14px, 2.2vw, 22px);
  color: #1f2b22;
  box-shadow: 1px 1px 3px 1px #d3d3d3;

  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.review__item hr{
  border: 0;
  height: 1px;
  background: rgba(31, 43, 34, 0.12);
  margin: 0;
}

.review__item__title{
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.review__item__logo{
  flex: 0 0 auto;
  width: clamp(90px, 14vw, 140px);
  height: clamp(56px, 9vw, 86px);

  display: grid;
  place-items: center;

  background: rgba(37, 51, 41, 0.06);
  border: 1px solid rgba(31, 43, 34, 0.10);
  border-radius: 14px;
  padding: 10px;
}

.review__item__logo img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.review__item__reviewer{
  min-width: 0;
}

.review__item__reviewer__name{
  font-weight: 600;
}

.review__item__reviewer__rating{
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.review__item__reviewer__stars p{
  margin: 6px 0 0;
  padding: 0;
}

.review__item__text{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.review__item__text__title{
  font-weight: 600;
}

.review__item__text__title p,
.review__item__text__text p{
  margin: 0;
}

.review__item__text__text{
  line-height: 1.55;
  opacity: .92;
}

/* дата внизу карточки */
.review__item__text__date{
  margin-top: auto;
  font-size: 13px;
  opacity: .65;
}

@media (max-width: 520px){
  .review__item__title{ gap: 12px; }
  .review__item__reviewer__rating{ font-size: 20px; }
}


/* ===========================
   RESPONSIVE LAYOUT
=========================== */

/* Tablet: stack but keep background for whole block */
@media (max-width: 980px){
  .reviews__main{
    flex-direction: column;
    align-items: stretch;
  }

  .reviews__main__title{
    max-width: none;
  }

  .carousell__inner{
    width: 100%;
  }
}


/* ===== MOBILE: title on top, slider below, background only under slider ===== */
@media (max-width: 768px){

  /* 1) УБИРАЕМ фон/оверлей с общего контейнера */
  .reviews__main{
    background-image: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .reviews__main::after{
    content: none !important;
    display: none !important;
  }

  /* 2) Заголовок — отдельным верхним блоком */
  .reviews__main__title{
    padding: 0 8px 14px !important;
    margin: 0 !important;
  }

  .reviews__main__title h2{
    color: #1f2b22 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
  }

  /* 3) ФОН + затемнение переносим на область слайдера */
  .carousell__inner{
    width: 100% !important;
    min-width: 0 !important;

    position: relative;
    border-radius: 18px;

    padding: 14px 8px 18px !important;

    background-image: url("/static/img/back_to_rewiews.webp");
    background-size: cover;
    background-position: center;

    align-items: stretch;
  }

  .carousell__inner::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      90deg,
      rgba(0,0,0,.40),
      rgba(0,0,0,.22)
    );
    pointer-events: none;
  }

  .carousell__inner > *{
    position: relative;
    z-index: 1;
  }

  /* 4) Чтобы сам карусель не прилипал к краям */
  .carousel{
    padding: 0;
  }

  .carousel__control{
    padding: 0;
  }
}
@media (max-width: 768px){
  .carousell__inner{
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .carousel{
    display: flex !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .carousel__slides{
    display: flex !important;
  }

  .carousel__slid{
    display: flex !important;
  }
}




/* ===== AWARDS ===== */
.trust-section {
  background: #F5FCFB;
  padding: 70px 0;
}

.trust-section .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Верхняя строка */
.trust-top {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
  padding-top: 80px;
}

.trust-copy h2 {
  margin: 0 0 16px 0;
  font-size: 34px;
  line-height: 1.15;
  color: #1f2b22;
  letter-spacing: -0.02em;
}

/* .trust-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(31, 43, 34, 0.78);
} */

.trust-copy p + p {
  margin-top: 14px;
}


.trust-awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.trust-awards .award {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(31, 43, 34, 0.10);
  box-shadow: 0 10px 24px rgba(31, 43, 34, 0.06);

}


.trust-awards .award img,
.trust-awards .award svg {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;

}

.award {
  transition: transform 0.3s ease;
}

.award:hover {
  transform: scale(2);
}

.trust-cards {
  margin-top: 38px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}


.trust-card {
  padding: 26px 26px 24px 26px; 
}

/* Адаптив */
@media (max-width: 980px) {
  .trust-top {
    grid-template-columns: 1fr;
  }

  .trust-awards {
    justify-content: center;
  }

  .trust-copy h2{
    text-align: center;
  }

  .trust-cards {
    grid-template-columns: 1fr;
  }

  .trust-card + .trust-card {
    border-left: none;
    border-top: 1px solid rgba(31, 43, 34, 0.10);
  }
}


/* ===== Shared panel style ===== */
.cp-panel {
  background: #fff;
  /* border: 1px solid #ececec; */
  border-radius: 20px;
  margin: 0 0 22px 0;
}

.cp-panel__title {
  padding: 16px 18px;
  /* font-size: 18px; */
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

/* ===== Follow Us row ===== */
.cp-social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cp-social__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  color: #2b2b2b;
  border-right: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.cp-social__item:last-child {
  border-right: 0;
}

.cp-social__item:hover {
  background: #fafafa;
}
.cp-social__item {
  justify-content: center;
}

.cp-social__item:last-child {
  border-right: 0;
}
.cp-ico {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #1f1f1f;
  color: #fff;
  display: grid;
  place-items: center;
  /* font-size: 12px; */
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cp-social__label {
  /* font-size: 13px; */
  font-weight: 600;
  color: #3a3a3a;
}

/* ===== Contacts block ===== */
.cp-panel--contacts .cp-panel__title {
  /* font-size: 20px; */
}

.cp-contact {
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.cp-flag {
  width: 46px;
  height: 32px;
  border: 1px solid #e6e6e6;
  background:
    linear-gradient(#2f7bf6 0 33%, #111 33% 66%, #fff 66% 100%); /* placeholder flag */
}

.cp-contact__name {
  /* font-size: 13px; */
  font-weight: 700;
  margin: 2px 0 6px;
  letter-spacing: 0.02em;
}

.cp-contact__addr {
  /* font-size: 14px; */
  line-height: 1.55;
  color: #4a4a4a;
}

/* ===== 3 cards grid ===== */
.cp-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 18px;
}

.cp-card {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.cp-card__title {
  /* font-size: 13px; */
  font-weight: 700;
  margin: 0 0 10px;
}

.cp-card__text {
  /* font-size: 14px; */
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0 0 14px;
  flex-grow: 1;
}

.cp-card__link {
  /* font-size: 13px; */
  font-weight: 600;
  color: #1a4fc7;
  text-decoration: none;
  margin-top: auto;
}

.cp-card__link:hover {
  text-decoration: underline;
}

/* Wide card (Abuse) */
.cp-card--wide {
  padding: 18px;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .cp-social {
    grid-template-columns: repeat(3, 1fr);
  }

  .cp-social__item:nth-child(3n) {
    border-right: 0;
  }

  .cp-grid3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .cp-social {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-social__item:nth-child(3n) {
    border-right: 1px solid #f0f0f0;
  }

  .cp-social__item:nth-child(2n) {
    border-right: 0;
  }
}

.cp-ico--svg {
  background: transparent;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}

.cp-ico--svg svg {
  display: block;
  width: 30px;
  height: 30px;
}

/* ######## DO YOU NEED ######### */
.do_you_need__inner, .faq__title{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq__inner{
  padding-bottom: 80px;
}
.faq__item{
  margin: 25px;
}
.faq__item>details{
  display: block;
  width: 100%;
  box-shadow: 0px 0px 3px 0px #d3d3d3;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
}

.faq__item > details > summary {
  list-style: none;
  color: #253329;
  font-size: 24px;
}

.faq__item > details > summary::before {
  color: #438A57;
  content: "+";
  font-size: 20px;
  font-weight: bold;
  margin: -10px 20px 0 0;
}

.faq__item > details[open] > summary::before {
  color: #438A57;
  content: "-";
  font-size: 20px;
  font-weight: bold;
  margin: -10px 20px 0 0;
}
.faq__item > details > summary {
  color: #575857;
}
.faq__item > details[open] > summary {
  color: #253329;
}

/* ######### SO ############ */
.so__inner{
  display: flex;
  align-items: center;
  padding: 40px;
  margin-top: 80px;
  justify-content: space-between;
  background-image: url("/static/img/pattern.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  width: 100%;
  height: 200px;
  margin-bottom: 80px;
  gap: 20px;
}
.so__text{
  color: #F5FCFB;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  align-items: center;
}

/* ########### CONTACT US ####### */

.contact_us__inner{
  padding: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_us__text h2{
  padding-bottom: 20px;
}


/* PRICES_TABS */

/* .tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 20px;
  width: 100%;
  height: auto;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2, .tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #438A57;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 33%;
  transition: all 0.63s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.newtabs{
  padding-top: 40px;
}


.newtabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.63s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #438A57;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #438A57;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #438A57;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #438A57;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}

.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #438A57;
}
.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #438A57;
}

.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
 }
  to {
    opacity: 1;
    transform: translateY(0%);
 }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
 }
  .tabs ul li label br {
    display: initial;
 }
  .tabs ul li label svg {
    height: 1.5em;
 }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
 }
 .tabs ul li {
    width: 100%;
 }

  .tabs .content {
    margin-top: 20px;
 }
  .tabs .content section h2 {
    display: block;
 }
} */

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 20px;
  width: 100%;
  height: auto;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2, .tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #438A57;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 50%;
  transition: all 0.63s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.newtabs{
  padding-top: 40px;
}


.newtabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.63s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #438A57;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #438A57;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #438A57;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #438A57;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #438A57;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}

.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #438A57;
}
.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #438A57;
}

.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.newtabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
 }
  to {
    opacity: 1;
    transform: translateY(0%);
 }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
 }
  .tabs ul li label br {
    display: initial;
 }
  .tabs ul li label svg {
    height: 1.5em;
 }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
 }
 .tabs ul li {
    width: 100%;
 }

  .tabs .content {
    margin-top: 20px;
 }
  .tabs .content section h2 {
    display: block;
 }
}


/* 
############ FOOTER ############## */
.footer{
  margin: 0;
  padding: 20px;
  padding-top: 40px;
  background-color: #253329;
  color: #ffffff;
}
.footer__logo{
  display: flex;
  align-items: center;
  gap: 20px;
}
.find__error__title, .languages__title{
  font-weight: 600;
}
.footer__left__part, .footer__right__part{
  width: 50%;
}
.footer__left__part{
  justify-content: left;
}
.follow_us__link svg{
  transition: .3s;
}
.selected img{
  border: 1px solid #ffffff;
}
.follow_us__link svg:hover{
  transform: rotate(720deg) scale(1.1);
  transition: .3s;
  fill:#A83D27;
}
.follow_us__links{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  padding-top: 10px;
}
.find_error__inner{
  padding-top: 40px;
}
.change_language__inner{
  padding-top: 40px;
}
.languages__items{
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__currencies__inner {
  background: #1f2b22;
  height: auto;
  padding: 20px;
}
.footer__currencies__inner img {
  width: 80px;
}
.footer_top{
  display: flex;
  /* align-items: top; */
  gap: 80px;
}

.footer__menu__inner{
  display: flex;
  align-items: start;
  gap: 40px;
  justify-content: right;
}
.cur__items{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu{
  margin: 0;padding: 0;
}
.footer__menu__title{
  padding-top: 40px;
}
.footer__menu__title a{
  font-weight: 600;
  color: #ffffff;
  padding-top: 40px;
}
.footer__copywrite__inner{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  padding-top: 40px;
}

.awards__inner{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.awards__items{
  display: flex;
  align-items: center;
  justify-content:center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.awards_item{
  padding: 20px;
  width: 180px;
}
.awards_item img{
  transition: .3s;
}
.awards_item img:hover{
  transform: scale(1.05);
  transition: .3s;
}
.awards_name{
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.awards__title{
  padding-bottom: 20px;
}

/* #################### BITCOIN DEDI ################## */
.simple__text__block{
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.bit_dedi_adv__inner{
  padding-top: 100px;
  padding-bottom: 80px;
}
.bit_dedi_adv__top{
  display: flex;
  gap: 40px;
}
.bit_dedi_adv__top__left, .bit_dedi_adv__top__right{
  width: 50%;
}
.bit_dedi_adv__top__img{
  width: 100%;
}
.bit_dedi_adv__top__img img{
  width: 100%;
}
.about_bit_dedi__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.bit_dedi_adv__bottom{
  padding-top: 80px;
}

.bit_dedi_adv__items{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bit_dedi_adv__item{
  display: flex;
  gap: 40px;
  min-width: 500px;
  max-width: 550px;
  padding-bottom: 40px;
  
}
.bit_dedi_adv__item__text{
  text-align: justify;
}
.about_bit_dedi__inner__top{
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.about_bit_dedi__left{
  width: 30%;
}
.about_bit_dedi__left img{
  width: 100%;
}
.about_bit_dedi__right{
  width: 70%;
}
.about_bit_dedi__items{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_bit_dedi__item{
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 400px;
  min-width: 280px;
  padding: 20px;
}
.crypto_currencies__items{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.crypto_currencies__item{
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 1px 1px 2px 1px #dfdfdf;
  padding: 20px;
  min-width: 100px;
  width: 300px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 20px;
}
.crypto_currencies__item:hover{
  transform: scale(1.05);
  transition: 0.3s;
}
.crypto_currencies__name{
  font-weight: 600;
}
.crypto_currencies__main_title{
  text-align: center;
  padding-top: 80px;padding-bottom: 20px;
}
.crypto_currencies__inner{
  padding-bottom: 80px;
}

/* #################### MAIN PAGE @@@@@@@@@@@@@@@@@@@@@@@ */
.domains__inner{
  padding-top: 120px;padding-bottom: 80px;
}
.domains__title, .tests__title{
  text-align: center;
  padding-bottom: 40px;
}
.main_services_inner{
  padding-top: 40px;
  padding-bottom: 60px;
}
.main_services_title{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main_services_items{
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.main_services_item{
  width: 550px;
  display: flex;
  gap: 40px;
  align-items: center;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
  padding: 20px;
  border-radius: 10px;
}
.service__description__title{
  margin: 0;padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.service__description__text>p{
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 14px;
  padding-bottom: 20px;
}
.service__description__action{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service__description__price>span>p{
  margin: 0;padding: 0;
}
.from{
  font-size: 12px;
  font-weight: 600;
  color: #585858;
}
.from_price{
  font-family: "Open-Sans";
  font-weight: 600;
}

.main_line_inner{
  padding-bottom: 80px;
}
.main_line_items{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.main_line_item{
  width: 280px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.main_crypto__items{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.main_crypto__item{
  width: 100px;height: 100px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
  align-items: center;
  transition: 0.3s;

}
.main_crypto__item:hover{
  transform: scale(1.05);
  transition: 0.3s;
}
.main_payments_text{
  text-align: center;
  padding-top: 0;padding-bottom: 40px;
}
.main_why__title{
  padding-top: 80px;padding-bottom: 20px;
  text-align: center;
}
/* .main_why_us{
  padding-bottom: 40px;
} */
.main_why_us>p{
  font-size: 16px;
  text-align: justify;
}
.main_why_us__inner{
  padding-bottom: 80px;
}
.advantages__support__action{
  padding: 20px 0 60px 0;
}



/* ===========================
   VPS vs Dedicated (table block)
   автономные классы, адаптивно, в стиле сайта
   =========================== */


/* Table wrapper for horizontal scroll on small screens */
.compare-servers__table-wrap{
  margin-top: 28px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  background: #f6f6f6;
}

/* Make it scrollable on narrow viewports */
.compare-servers__table-wrap{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compare-servers__table{
  width: 100%;
  border-collapse: collapse;
  min-width: 780px; /* forces scroll on small screens instead of breaking */
  background: #ffffff;
}

.compare-servers__table thead th{
  text-align: left;
  padding: 16px 18px;
  background: #f1f1f1;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 14px;
}

.compare-servers__table tbody td{
  padding: 16px 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
  vertical-align: top;
  color: #222;
  font-size: 15px;
  line-height: 1.55;
}

.compare-servers__table tbody tr:hover td{
  background: rgba(168,61,39,0.06);
}

.compare-servers__table tbody td:first-child{
  font-weight: 700;
  color: #1f1f1f;
  width: 26%;
}

/* CTA under table */
.compare-servers__cta{
  margin-top: 22px;
  padding: 18px 18px;
  /* border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06); */
  text-align: center;
}

.compare-servers__cta-text{
  margin: 0 0 14px 0;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.compare-servers__actions{
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

/* Buttons */
.compare-btn{
  display: inline-block;
  width: min(320px, 92vw);
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: .25s ease;
  font-size: 14px;
}

.compare-btn--primary{
  background: #A83D27;
  color: #fff;
  border: 2px solid #A83D27;
}

.compare-btn--primary:hover{
  transform: scale(1.03);
  color: #f8d9d2;
}

.compare-btn--secondary{
  background: transparent;
  color: #253329;
  border: 2px solid #253329;
}

.compare-btn--secondary:hover{
  background: #A83D27;
  color: #fff;
  border: 2px solid #A83D27;
  transform: scale(1.03);
}

.compare-btn--ghost{
  background: none;
  border: none;
  width: auto;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  text-transform: none;
}

.compare-btn--ghost:hover{
  color: #111;
}

/* Desktop alignment */
@media (min-width: 768px){
  .compare-servers__actions{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .compare-btn--ghost{
    flex-basis: 100%;
  }
}

/* Small screens spacing */
@media (max-width: 560px){
  .compare-servers{
    padding: 55px 0;
  }
  .compare-servers__subtitle,
  .compare-servers__intro{
    font-size: 15px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .compare-btn{
    transition: none;
  }
  .compare-btn:hover{
    transform: none;
  }
}

.hr-soft {
border: none;
height: 1px;
margin: 60px auto;
max-width: 900px;
background: linear-gradient(
    to right,
    rgba(0,0,0,0),
    rgba(0,0,0,0.25),
    rgba(0,0,0,0)
);
}

/* #################### CPANEL ###################### */
.cpanel__prices__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.cpanel__prices__title{
  text-align: center;
  padding-bottom: 40px;
}
.cpanel__prices__items{
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.cpanel__price__item{
  width: 280px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
  position:relative;
  padding-bottom:80px;
  transition: .3s;
}
.cpanel__price__item:hover{
  transform: scale(1.05);
  transition: .3s;
}
.cpanel__price__top{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.cpanel__price__name{
  font-size: 28px;
  font-weight: 600;
}
.cpanel__price__subtitle{
  font-weight: 600;
  color: #4c6352;
}
.cpanel__price__text{
  padding-top: 20px;padding-bottom: 20px;
}
.cpanel__price__bottom{
  width: 240px;
  position: absolute;
  bottom: 10px;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.cpanel__price__price{
  font-size: 32px;
  font-weight: 600;
  display: inline;
}
.cpanel__price__cur{
  display: inline;
  font-weight: 600;
  color: #595959;
}
/* #################### ISPmanager ###################### */
.isp__prices__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.isp__prices__title{
  text-align: center;
  padding-bottom: 40px;
}
.isp__prices__items{
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.isp__price__item{
  width: 380px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
  position:relative;
  transition: .3s;
}

.isp__price__item:hover{
  transform: scale(1.05);
  transition: .3s;
}
.isp__price__top{
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.isp__price__logo img{
  width: 80%;
}
.isp__price__title{
  
}
.isp__price__name{
  font-size: 1.5rem;
  font-weight: 600;
  color: #4c6352;
}
.isp__price__subtitle{
  font-size: 1.05rem;
  font-weight: 600;
}
.isp__price__text{
  height: 170px;
}
.isp__price__bottom{
  align-items: center;
  text-align: center;
}
.isp__price__price{
  font-size: 32px;
  font-weight: 600;
  display: inline;
}
.isp__price__cur{
  display: inline;
  font-weight: 600;
  color: #595959;
}

.clider_inner{
padding-bottom: 80px;
}

/* Модальное окно */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    margin: auto;
    width: 95%;
    height: 95%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.modal-image-container {
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#modalImage {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: zoomIn 0.3s ease;
    cursor: zoom-in;
}

/* Навигация в модальном окне */
.modal-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.modal-nav-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: all;
    color: #333;
}

.modal-nav-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.modal-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: scale(1);
}

.modal-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Увеличение при клике на изображение в слайдере */
.slide img {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slide img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Дополнительный зум для модального изображения */
.modal-zoomed #modalImage {
    cursor: zoom-out;
    transform: scale(1.5);
    transition: transform 0.3s ease;
}

/* Адаптивность для модального окна */
@media (max-width: 768px) {
    .modal-content {
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    
    .modal-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 35px;
        height: 35px;
    }
    
    .modal-nav-btn {
        width: 50px;
        height: 50px;
    }
    
    .modal-nav {
        padding: 0 10px;
    }
    
    .modal-image-container {
        height: calc(100% - 60px);
    }
}

@media (max-width: 480px) {
    .modal-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .modal-counter {
        font-size: 14px;
        bottom: 10px;
    }
}


/* ######################################################## */
.single_price{
  background-color: #fff;
  width: 280px;
  color: #363636;
  padding: 25px;
}
.single_price a {
  color: #438A57;
}
/* ##################### COMPARE ##################### */
.table__inner{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.table__price__name{
  font-weight: 600;
  font-size: 20px;
  
}
.table__price__price{
  font-size: 14px;
}
.compare_button{
  width: 100px;
  margin-bottom: 20px;
}
.param__name{
  text-align: right;
  width: 200px;
  border:none;
}
.comparebody{
  font-size: 16px;
}
.comparebody td{
  padding: 10px;
  width: 150px;
}
.comparebody svg{
  width: 20px;
}
.comparebody td:nth-child(even) {
  background-color: #cdffc7;
}
.comparebody td:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: white;
}
.table__item{
  padding-bottom: 100px;
}
.add_ip__table__mobile{
  display: none;
}
.add_param__inner{
  padding: 10px;
}


#myInput {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 18px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.err {
  color: #f1665c;
}
.ok {
  color: #438A57;
}
.domain__search__form{
  width: 100%;
  display: flex;
  justify-content: center;
}

.form__item{
  width: min(900px, 100%);
  display: flex;
  align-items: stretch;
  gap: 12px;
}

/* input = 80% */
#id_search_domain{
  flex: 0 0 80%;
  width: 80%;
  height: 50px;
  padding: 10px 16px 10px 20px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  outline: none;
}

#id_search_domain:focus{
  border-color: #438A57;
}

/* button = 20% */
.domain_submit{
  flex: 0 0 20%;
  width: 20%;
  height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  color: #438A57;
  border: 1px solid #438A57;
  cursor: pointer;
  box-sizing: border-box;
}

.domain_submit:hover{
  background: #438A57;
  color: #fff;
}

/* mobile */
@media (max-width: 700px){
  .form__item{ flex-direction: column; }
  #id_search_domain, .domain_submit{ width: 100%; flex: 0 0 auto; }
}


.already__have{
  text-align: center;
}
.domain__available__inner{
  text-align: center;
  justify-content: center;
}
.domain__available__inner img{
  padding-top: 40px;
  padding-bottom: 40px;
}
.domain__available{
  padding-bottom: 80px;
}
.domain__img{
  justify-content: center;
}
.domain__available__text, .all__tld__title, .how_to_start__title{
  text-align: center;
  padding-bottom: 40px;
}

.top__tld__inner, .all__tld__inner, .how_to_start__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.top__tld__title{
  text-align: center;
  padding-bottom: 40px;
}
.top__tld__items{
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.top__tld__item{
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
  text-align: center;
  transition: .3s;
}
.top__tld__item:hover{
  transform: scale(1.05);
  transition: .3s;
  box-shadow: 2px 2px 5x 2px #d3d3d3;
}
.tld_name{
  margin: 0;padding: 0;
  font-size: 40px;
  font-weight: 600;
}
.tld_reg{
  margin: 0;padding: 0;
  font-size: 12px;
}
.tld_price{
  margin: 0;padding: 0;
  font-size: 30px;
  font-weight: 600;
}
.card-body {
  height: 500px;
  overflow: auto;
  padding: 20px;
}
.tlds_scroll {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  position: sticky;
}
.domain_prices table {
  width: 100%;
}
.domain_prices table td {
  width: 25%;
  font-size: 18px;
}
.some_tld {
  font-size: 18px;
  margin: 5px;
  padding: 5px;
  width: 100%;
  text-align: center;
}
.some_tld a {
  font-size: 18px;
  margin: 5px;
  padding: 5px;
}
.myTable tr:nth-child(even) {background-color: #f2f2f2;}

.myTable tr:hover {background-color: #ddd;}

.myTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #438A57;
  color: white;
}
.domain_unit {
  text-align: center;
}
.how_to_start__items{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.how_to_start__item{
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 1px 1px 3px 1px #d3d3d3; */
  padding: 20px;
}
.how_to_start__item__top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how_to_start__item__title{
  font-size: 24px;
  font-weight: 600;
}
.all__tld__text{
  text-align: justify;
}
/* 
##################### SSL ###################### */
.price__subtitle__ssl{
  width: 200px;
  font-size: 14px;
}
.ssl__text__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
}
.ssl__first__text__title, .why__ssl__title{
  padding-bottom: 40px;
  text-align: center;
}
.ssl__first__text__item, .ssl__second__text__item{
  width: 800px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ssl__first__text__text{
  text-align: justify;
}
.ssl__first__text__text p::before {
  content: url('/static/img/check.svg');
  margin-right: 7px;
}
.why__ssl__items{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
}
.why__ssl__item{
  width: 280px;
  height: 220px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
}
.why__ssl__item__top{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.why__ssl__inner{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.why__ssl__item__title{
  font-weight: 600;
}
/* ########################## ABUSE ################### */
/* .report__abuse__inner, .about__inner{
  padding-top: 100px;
}
.report__abuse__title, .about__title{
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}
.about__title h1{
  font-size: 56px;
}
.abuse-form {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abuse-form form input {
  width: 100% !important;
  height: 50px;
  font-size: 18px;
  margin-bottom: 30px;
}

.abuse-form form textarea {
  width: 100% !important;
  height: 300px;
  font-size: 18px;
  margin-bottom: 30px;
}

.abuse-form form select {
  width: 100% !important;
  height: 50px;
  font-size: 18px;
  margin-bottom: 30px;
}
.abuse_theme{
  padding-left: 40px;
  border-color: #bec5cf;
}
.person_email{
  padding-left: 40px;
}
.abuse_text{
  padding: 20px;
}
.abuse_button{
  width: 150px;
  height: 50px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #438A57;
  color: #438A57;
  background-color: #ffffff;
} */
 :root{
  --c-bg: #ffffff;
  --c-text: #1f2b22;
  --c-muted: rgba(31, 43, 34, 0.7);

  --c-green: #438A57;
  --c-green-2: #27A84B;
  --c-accent: #A83D27;

  --c-border: rgba(31, 43, 34, 0.14);
  --c-card: #ffffff;

  --radius: 18px;
  --shadow: 0 10px 30px rgba(31, 43, 34, 0.08);
}

.abuse-page{
  padding: 110px 0 70px;
  background: var(--c-bg);
}

.abuse-card{
  max-width: 920px;
  margin: 0 auto;
  background: var(--c-card);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.abuse-head{
  padding: 34px 34px 18px;
  border-bottom: 1px solid var(--c-border);
  background:
    radial-gradient(800px 240px at 15% 0%, rgba(39, 168, 75, 0.10), transparent 55%),
    radial-gradient(700px 240px at 85% 0%, rgba(67, 138, 87, 0.10), transparent 55%),
    var(--c-card);
}

.abuse-title{
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--c-text);
}

.abuse-subtitle{
  margin: 10px 0 0;
  color: var(--c-muted);
  font-size: 16px;
  line-height: 1.5;
}

.abuse-form{
  padding: 28px 34px 34px;
}

.form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.form-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: var(--c-text);
  margin-bottom: 8px;
}

.req{
  color: var(--c-accent);
  font-weight: 700;
}

.form-control{
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--c-border);
  background: #fff;
  color: var(--c-text);
  font-size: 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-control:focus{
  border-color: rgba(67, 138, 87, 0.65);
  box-shadow: 0 0 0 4px rgba(67, 138, 87, 0.18);
}

textarea.form-control{
  height: 180px;
  resize: vertical;
  min-height: 140px;
  line-height: 1.5;
}

select.form-control{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(31, 43, 34, 0.55) 50%),
    linear-gradient(135deg, rgba(31, 43, 34, 0.55) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.form-control--file{
  height: auto;
  padding: 12px 14px;
}

.file-hint{
  margin-top: 8px;
  font-size: 13px;
  color: var(--c-muted);
}

.form-error{
  margin-top: 8px;
  font-size: 13px;
  color: var(--c-accent);
}

.form-field.is-invalid .form-control{
  border-color: rgba(168, 61, 39, 0.65);
  box-shadow: 0 0 0 4px rgba(168, 61, 39, 0.12);
}

.form-alert{
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
  border: 1px solid var(--c-border);
  background: rgba(168, 61, 39, 0.10);
  border-color: rgba(168, 61, 39, 0.25);
  color: var(--c-text);
}

.form-actions{
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: transform .05s ease, box-shadow .2s ease;
}

.btn:active{ transform: translateY(1px); }

.btn-primary{
  background: linear-gradient(135deg, var(--c-green), var(--c-green-2));
  color: #fff;
  box-shadow: 0 10px 18px rgba(39, 168, 75, 0.18);
}

.btn-primary:hover{
  box-shadow: 0 12px 22px rgba(39, 168, 75, 0.24);
}

.form-note{
  margin: 2px 0 0;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-muted);
}

@media (max-width: 640px){
  .abuse-page{ padding: 90px 0 50px; }
  .abuse-head{ padding: 26px 18px 14px; }
  .abuse-form{ padding: 18px; }
  .abuse-title{ font-size: 30px; }
}
/* Hide native input */
.file-upload input[type="file"] {
  display: none;
}

.file-upload-label {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.file-upload-label:hover {
  border-color: rgba(31, 43, 34, 0.25);
}

.file-upload-button {
  background: linear-gradient(135deg, var(--c-green), var(--c-green-2));
  color: #fff;
  padding: 6px 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}

.file-upload-filename {
  font-size: 14px;
  color: var(--c-muted);
}
.form-messages{
  margin-bottom: 16px;
}

.form-alert{
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--c-border);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.form-alert--success{
  background: rgba(67, 138, 87, 0.10);
  border-color: rgba(67, 138, 87, 0.28);
  color: var(--c-text);
}

.form-alert--error{
  background: rgba(168, 61, 39, 0.10);
  border-color: rgba(168, 61, 39, 0.28);
  color: var(--c-text);
}

.form-alert--warning{
  background: rgba(168, 61, 39, 0.08);
  border-color: rgba(168, 61, 39, 0.22);
  color: var(--c-text);
}

.form-alert--info{
  background: rgba(31, 43, 34, 0.06);
  border-color: rgba(31, 43, 34, 0.18);
  color: var(--c-text);
}

/* ######## ABOUT ################ */
.aboutus__title {
  text-align: center;
  margin: 40px 0;
}
.aboutus__text {
  text-align: center;
  margin: 40px 0;
}

.about__item{
  display: flex;
  justify-content: space-around;
  gap: 100px;
}
.aboutus__aboutus__items {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}
.aboutus_item { 
  max-width: 30%;
  min-width: 300px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 3px 1px #d3d3d3;
  transition: .5s;
}
.aboutus_item:hover {
  transition: 0.3s;
  color: #363636;
  transform: scale(1.05);
  box-shadow: 2px 2px 5px 2px #bebebe;
}
.aboutus__item__title {
  text-align: center;
}
.aboutus__item__text {
  text-align: justify;
}
.aboutus_text {
  text-align: justify;
}
.emails__text__item{
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.contact__left, .contact__right{
  width: 50%;
}
.contacts__inner{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact_us__form form input{
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  margin: 0;
}
.contact_us__form form input[type=text] {
  width: 100%;
  height: 50px;
  padding-left: 40px;
  border: 1px solid #ddd;
  outline-color:none;
  color: #363636;
}
.contact_us__form form input[type=text]:focus {
  outline-color:#ddd;
}



/* #################### BLOG ###################### */
.blog__author {
    margin: 40px 0;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    background: #fafafa;
}

.blog__author__inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog__author__photo {
    flex: 0 0 auto;
}

.blog__author__photo img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
}

.blog__author__text {
    min-width: 0;
}

.blog__author__label {
    font-size: 12px;
    color: #888;
    margin: 0 0 4px;
}

.blog__author__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 6px;
}

.blog__author__bio {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .blog__author {
        margin: 32px 0;
        padding: 18px;
    }

    .blog__author__inner {
        gap: 16px;
    }

    .blog__author__photo img {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 767px) {
    .blog__author {
        margin: 28px 0;
        padding: 16px;
        border-radius: 10px;
    }

    .blog__author__inner {
        align-items: flex-start;
        gap: 14px;
    }

    .blog__author__photo img {
        width: 56px;
        height: 56px;
    }

    .blog__author__name {
        font-size: 15px;
    }

    .blog__author__bio {
        font-size: 13px;
        line-height: 1.45;
    }
}

@media (max-width: 480px) {
    .blog__author {
        margin: 24px 0;
        padding: 14px;
    }

    .blog__author__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .blog__author__photo img {
        width: 52px;
        height: 52px;
    }

    .blog__author__label {
        font-size: 11px;
    }

    .blog__author__name {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .blog__author__bio {
        font-size: 13px;
    }
}


.blog__tags__more {
    margin-top: 10px;
}

.blog__tags__toggle {
    width: 100%;
    padding: 12px 14px;
    background: #438A57;
    border: 1px solid #438A57;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    user-select: none;
    transition: .35s;
}

.blog__tags__toggle:hover {
    background: #ffffff;
    color: #363636;
    border: 1px solid #438A57;
    transition: .35s;
}

.blog__tags__arrow {
    font-size: 12px;
    line-height: 1;
    transition: transform 0.35s ease;
}

.blog__tags__dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding-top 0.35s ease;
    padding-top: 0;
}

.blog__tags__dropdown.is-open {
    max-height: 1000px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .blog__tags__toggle {
        padding: 11px 12px;
        font-size: 13px;
    }

    .blog__tags__arrow {
        font-size: 11px;
    }
}


.social__inner{
  text-align: center;
}
.social__title{
  padding-bottom: 20px;
}

.social__body {
  svg {
    width: 45px;
  }
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 80px;
}

.pager {
  padding: 32px 0 80px;
  text-align: center;
}


.pager__list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}


.pager__link {
  display: inline-block;
  min-width: 42px;
  padding: 9px 14px;
  border: 1px solid var(--pager-border, #e5e7eb);
  border-radius: 9999px;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  transition: transform .06s ease, background-color .15s ease, border-color .15s ease;
  user-select: none;
}
.pager__link:hover { transform: translateY(-1px); }
.pager__link:focus-visible {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, .35); /* мягкий focus-ring */
}


.pager__link.is-active {
  background: var(--pager-active-bg, #10b981);  /* подстроится под твою зелёную палитру */
  color: #fff;
  border-color: var(--pager-active-bg, #10b981);
  cursor: default;
}


.pager__link.is-disabled {
  opacity: .45;
  cursor: not-allowed;
  pointer-events: none;
}


.pager__ellipsis {
  display: inline-block;
  min-width: 42px;
  padding: 9px 0;
  color: #9ca3af;
}


.pager__meta {
  margin-top: 10px;
  color: #6b7280;
  font-size: .95rem;
}


@media (max-width: 380px) {
  .pager__link { padding: 8px 12px; min-width: 38px; }
}


.blog__list__tags a, .blog__article__footer a, .blog__article__data a{
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
  width: fit-content;
  height: fit-content;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 1px 2px 3px 1px #bebebe;
}

.blog__list__tags a:hover, .blog__article__footer a:hover {
  transition: 0.3s;
  color: #363636;
  transform: scale(1.1);
  box-shadow: 2px 3px 4px 1px #bebebe;
}
.blog__article__data{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
}
.blog__article__text{
  padding-top: 40px;
}
.blog__article__text img {
  box-shadow: 1px 1px 3px 1px #bebebe;
  border-radius: 20px;
}
.blog__article__footer{
  padding: 0;margin: 0;
}
.blog__article__time{
  padding: 0;margin: 0;
}
.blog__article__footer__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog__article__text h2{
  font-family: 'Raleway-Medium', sans-serif;
  font-size: 36px;
  font-weight: 400;
}
.blog__article__text p{
  margin-bottom: 10px;
}
.blog__article__text code, .blog__article__text pre {
  color: #A83D27;
  background-color: #ffffff;
}



.blog__article__text strong{
  font-family: 'Raleway-Medium', sans-serif;
}
.blog__article__text ul li{
  list-style-type: disc;
}


.blog__article__text table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.blog__article__text table thead th {
    background-color: #f6f8fa;
    color: #222;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    border-bottom: 2px solid #e0e0e0;
}


.blog__article__text table td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}


.blog__article__text table tr:last-child td {
    border-bottom: none;
}


.blog__article__text table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}


.blog__article__text table tbody tr:hover {
    background-color: #f1f7ff;
    transition: background-color 0.2s ease-in-out;
}


@media (max-width: 768px) {
  .blog__article__text table,
  .blog__article__text thead,
  .blog__article__text tbody,
  .blog__article__text th,
  .blog__article__text td,
  .blog__article__text tr {
    display: block;
    width: 100%;
  }

  .blog__article__text thead { display: none; }

  .blog__article__text table tbody tr {
    margin: 0 0 12px 0;
    padding: 12px 12px 6px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
  }

  .blog__article__text table tbody tr:last-child { margin-bottom: 0; }

  .blog__article__text table td {
    /* каждая ячейка — блок с лейблом сверху, значением ниже */
    display: block;
    padding: 8px 0;
    border: none;
    /* пусть длинные слова переносятся, но код не ломаем — см. ниже */
    word-break: break-word;
    hyphens: auto;
  }

  /* Лейбл (из thead) — в отдельной строке, капсом, серым */
  .blog__article__text table td::before {
    content: attr(data-label);
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    letter-spacing: .2px;
    margin-bottom: 4px;
  }

  /* визуальный разделитель между "строками" внутри карточки */
  .blog__article__text table td + td {
    border-top: 1px dashed #eee;
  }
}

.blog__article__text table code,
.blog__article__text table kbd,
.blog__article__text table pre,
.blog__article__text table td code {
  white-space: nowrap;        /* держим одной строкой */
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
}

/* если вдруг код слишком длинный (URL, ключи) — позволяем скролл, а не разрыв */
.blog__article__text table td {
  overflow-x: auto;           /* только для редких длинных токенов */
}
.blog__article__text table td p { 
  margin: 0;                   /* убираем лишние отступы абзацев в ячейке */
}



.blog__article__content > * {
  max-width: 100%;
}

.blog__article__content img,
.blog__article__content table,
.blog__article__content pre,
.blog__article__content code {
  max-width: 100%;
}

.blog__article__content pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

.blog__article__content code {
  white-space: inherit;
}

.top__title,
.blog__article__content h1,
.blog__article__content h2,
.blog__article__content h3,
.blog__article__content h4,
.blog__article__content h5,
.blog__article__content h6 {
  overflow-wrap: anywhere;
}




.category__list__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.category__list__title{
  text-align: center;
  padding-bottom: 80px;
}
.categoryarticle{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 1px 1px 3px 1px #bebebe;
  border-radius: 10px 10px 10px 10px;
  transition: 0.3s;
  height: 200px;
}
.categoryarticle:hover {
  transition: 0.3s;
  color: #363636;
  transform: scale(1.01);
  box-shadow: 2px 2px 5px 2px #bebebe;
}

/* Похошие/последние статьи */
.blog__more { margin-top: 48px; padding-bottom: 80px; }
.blog__more .tabs { display: flex; gap: 12px; margin-bottom: 16px; }
.blog__more .tab {
  padding: 10px 16px; border: 1px solid #e5e7eb; border-radius: 9999px; cursor: pointer;
  background: #fff; font-weight: 600;
}
.blog__more .tab.is-active { background: #f3f4f6; }

.blog__more .tabpanes { position: relative; }
.blog__more .tabpane { display: none; }
.blog__more .tabpane.is-active { display: block; }

.blog__more .cards {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px;
}
@media (max-width: 1024px) {
  .blog__more .cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .blog__more .cards { grid-template-columns: 1fr; }
}

.card {
  /* border: 1px solid #e5e7eb; */
  box-shadow: 1px 1px 3px 1px #bebebe;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%; /* фикс для равной высоты */
}

.card__image img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card__body {
  flex: 1; /* тело занимает всё пространство */
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
}

.card__title {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  margin-bottom: 6px;
  line-height: 1.3em;
    display: block;
    min-height: var(--card-title-max-height, auto);
}

.card__title:hover {
  text-decoration: underline;
}

.card__descr {
  color: #4b5563;
  line-height: 1.45;
  /* flex: 1;  */
  display: -webkit-box;
  -webkit-line-clamp: 6;        /* 3 строки текста */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;   
}

.card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #6b7280;
  margin-top: auto; /* прижимает к низу */
}

.muted {
  color: #9ca3af;
}

/* ############### AFFILIATE ################ */

.partner__detail__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.partner__detail__inner p {
  margin-top: 10px;margin-bottom: 10px;
}
.partner__detail__title{
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.partner__detail__items{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.partner__detail__item{
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 40px;
  box-shadow: 1px 1px 3px 1px #bebebe;
  border-radius: 10px;
}
.partner__detail__item__text__title{
  font-size: 20px;
  font-weight: 600;
}
/* .how_to_start__items{
  display: flex;
  justify-content: space-around;
  gap: 40px;
} */
.how_to_start__top{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
}
.how_to_start__top__title{
  font-weight: 600;
}

.blog__more .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.blog__more .tabs .tab {
  /* размеры/формы */
  padding: 10px 20px;
  border-radius: 9999px;
  border: 2px solid #27A84B;           /* зелёный контур */
  background: #F5FCFB;                  /* светлый фон */
  /* типографика */
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  /* цвета */
  color: #253329;                       /* тёмно-зелёный текст */
  /* интерактив */
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .12s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.blog__more .tabs .tab:hover {
  background: #27A84B;                  /* заливка зелёным при hover */
  color: #F5FCFB;
  border-color: #27A84B;
  box-shadow: 0 2px 6px rgba(39,168,75,.2);
  transform: translateY(-1px);
}

.blog__more .tabs .tab.is-active {
  background: #A83D27;                  /* контрастный акцент для активной */
  border-color: #A83D27;
  color: #F5FCFB;
  box-shadow: 0 2px 10px rgba(168,61,39,.3);
}

.blog__more .tabs .tab.is-active:hover {
  background: #253329;                  /* глубокий тёмный при hover активной */
  border-color: #253329;
  color: #F5FCFB;
}

/* Фокус/клавиатура — видимая индикация */
.blog__more .tabs .tab:focus-visible {
  outline: 3px solid #438A57;           /* более тёмный зелёный */
  outline-offset: 2px;
}

/* Тёмный фон секции, если нужен контраст с остальной страницей */
.blog__more {
  background: transparent;               /* оставляем как есть; при желании: #F5FCFB */
}

/* Адаптив */
@media (max-width: 640px) {
  .blog__more .tabs { justify-content: center; }
  .blog__more .tabs .tab { padding: 8px 16px; font-size: 14px; }
}

/* Уважение prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .blog__more .tabs .tab { transition: none; }
}

.affiliate_table {
  width: 100%;
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 14px;
  border: 1px solid #dfe5eb;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.affiliate_table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  color: #1f2937;
}

.affiliate_table th,
.affiliate_table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid #edf1f5;
}

.affiliate_table th {
  font-size: 14px;
  font-weight: 600;
  color: #0f766e;
  background: #f4fbf9;
  white-space: nowrap;
}

.affiliate_table td {
  font-size: 16px;
  line-height: 1.45;
}

.affiliate_table tbody tr:last-child td {
  border-bottom: none;
}

.affiliate_table tbody tr:hover {
  background: #f8fbfc;
}

.affiliate_table td:nth-child(3),
.affiliate_table td:nth-child(4) {
  font-weight: 600;
  color: #111827;
}

@media (max-width: 640px) {
  .affiliate_table {
    overflow-x: visible;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .affiliate_table table,
  .affiliate_table thead,
  .affiliate_table tbody,
  .affiliate_table th,
  .affiliate_table td,
  .affiliate_table tr {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .affiliate_table thead {
    display: none;
  }

  .affiliate_table tr {
    margin-bottom: 14px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  }

  .affiliate_table td {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    font-size: 15px;
  }

  .affiliate_table td::before {
    content: attr(data-label);
    color: #0f766e;
    font-weight: 600;
    flex-shrink: 0;
  }

  .affiliate_table td:last-child {
    border-bottom: none;
  }
}


/* ############# DOCUMENTS ############## */

.documents__inner{
  padding-top: 40px;
}
.black__title{
  text-align: center;
  color: #363636;
  font-size: 46px;
}
.documents__items{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}
.documents__title{
  text-align: center;
  padding-bottom: 40px;
}
.documents__items{
  padding-bottom: 80px;
}
.doc_text{
  text-align: center;
  padding-bottom: 20px; 
}
.doc_img{
  text-align: center;
}
.lang{
  padding-bottom: 40px;
}
.documents__item{
  padding-bottom: 20px;
}



/* ################# BIT VPS ################### */
.new_adv__inner{
  padding-top: 100px;padding-bottom: 100px;
}
.new_adv__title{
  padding-bottom: 80px;
  text-align: center;
}
.new_adv__items{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.new_adv__item{
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

/* #################### TOP REWIEW RATING ################# */
.top_rew__inner{
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.top_rew__item{
  text-align: center;
  width: 240px;
  align-items: end;
  padding-top: 40px;
  transition: 0.3s;
}
.top_rew__item:hover{
  transform: scale(1.03);
  transition: 0.3s;
}
.top_rew__item__img{
  /* width: 100%; */
  height: 90px;
  align-items: end;
}
.top_rew__item__img>img{
  width: 100%;
  height: 100%;
}
.top_rew__item__rating{
  align-items: center;
}
.top_rew__item__rating>p{
  margin: 0;
}
.stars>span{
  display: inline;
  margin-top: -10px;
  font-size: 20px;
}

.stars {
  text-align: center;
  position: relative;
  padding: 0;margin: 0;
  white-space: nowrap;
  svg {
    width: 15px;
  }
}

.cover {
  background: none;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: -15px;
}

.stars>svg {
  fill: gold;
}




/* ############### DJANGO #################### */

.software_inner {
  padding-top: 80px;padding-bottom: 80px;
}

.software__title{
  padding-bottom: 40px;
  text-align: center;
}
.software_items{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.software_item{
  width: 350px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.howitworks__left{
  width: 70%;
}
.howitworks__left ol {
  padding-left: 17px;
}
.howitworks__right{
  width: 30%;
}
.howitworks__img{
  width: 100%;
}
.howitworks__img img{
  width: 100%;
}
.vps_usecases__inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
.vps_usecases__title{
  padding-bottom: 40px;
  text-align: center;
}
.vps_usecases__items{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vps_usecase__item{
  min-width: 350px;
  max-width: 550px;
  padding: 20px;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: 0px 0px 3px 0px #ffffff;
  text-align: justify;
  background-color: white;
}
.vps_usecase__item__title{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}

.vps_usecase__item__title>h3{
  text-align: left;
}


/* ################### WINDOWS ######################### */
.os_review_inner{
  padding: 40px 40px 0px 40px;
}
.os_review_text{
  padding: 40px 40px 0px 40px;
}

/* ################# SITEMAP ################## */

.sitemap_menu_h2{
  font-size: 1.5rem;
  font-weight: 300;

}


/* ###################### POLICY ALL ########################## */
/* ################## LEGAL ############### */
.legal__h2 {
  justify-content: center;
  text-align: center;
  padding: 60px 0 40px 0;
}


.legal__title{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
.legal__title__title{
  font-size: 40px;
}
.legal__inner{
  padding-bottom: 20px;
  justify-content: center;
}
.legal__inner h2 {
  font-size: 26px;
  text-align: left;
}
.all_links__inner{
  padding-top: 80px;padding-bottom: 80px;
}
.policy_date_inner {
  padding-bottom: 20px;
}
.policy_date {
  font-style: italic;
  font-size: small;
  text-align: right;
}

.legal_text ul {
  list-style-type: disc;
}

/* ############################ MEDIA ################################# */

@media (max-width: 1160px){
  .bit_dedi_adv__items{
    justify-content: center;
  }
  .bit_dedi_adv__item, .usecases__inner, .vps_usecases__inner{
    width: 100%;
  }
  .usecases__items{
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .usecase__item{
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .vps_usecases__items{
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .vps_usecase__item{
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .compare{
    padding-bottom: 100px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .top__right img{
    width: 300px;
  }
  .top__single__title{
    font-size: 40px;
  }
  .artdescription{
    display: none;
  }
  .artdescription_mobile{
    display: block;
  }
  .blog__list__inner{
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
  }
  .blog__list__left, .blog__list__right{
    width: 100%;
    padding: 5px;
  }
  .blog__list__right{
    border: none;
    text-align: center;
  }
  .main_services_item{
    width: 80%;
  }
}

@media (max-width: 1150px){
  .reviews__main__title h2{
    font-size: 70px;
  }
}


@media (max-width: 1048px){
  .brandname{
    display: none;
  }
  .logo{
    margin-left: 30px;
  }
}

@media (max-width: 1000px){
  .legal__title__title {
    font-size: 30px;
  }
  .os_review_inner{
    padding: 10px 10px 0px 10px;
  }
  .os_review_text{
    padding: 10px 10px 0px 10px;
  }

  .top__inner{
    max-width: 760px;
  }
  .menu__list{
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 560px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 6px #a8a8a8;
    padding-top: 60px;
    transition: transform .6s ease;
  }
  .menu__list.menu__list--open{
    transform: translateY(0%);
    box-shadow: rgba(0, 0, 0, .5) 0 0 0 10000px;
    z-index: 12;
  }

  .menu__list--open .submenu{
    background-color: #fff;
  }

  .menu__item{
    margin-bottom: 30px;
  }
  .mobile-menu{
    padding-top: 60px;
    margin: 60px 30px;
    border-top: 2px solid #cfcfcf;
    font-size: 16px;
  }
  .mobile-menu__item{
    margin-bottom: 35px;
  }
  .mobile-actions{
    background-color: #f7f2ea;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-actions__item{
    margin-top: 10px;
    padding: 20px;
  }

  .menu__btn{
    display: flex;
  }
  .menu{
    order: -1;
  }
  .user-actions{
    padding-left: 0;
  }
  .menu__close, .mobile-nav{
    display: block; 
  }
  .menu__close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .mobile-nav ul {
    padding-left: 0;
  }
  .tooltiptext_os{
    display: none;
  }
  .latest__items{
    flex-wrap: wrap;
    justify-content: center;
  }
  .reviews__main{
    flex-direction: column;
    text-align: center;
  }
  .reviews__main__title h2{
    padding-bottom: 20px;
  }
  .carousell__inner{
    display: none;
  }
  .carousell__inner__mobile{
    display: block;
  }
  .review__items__mobile > .review__item{
    width: 688px;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 20px;
    margin: 20px;
  }
  .review__items__mobile > .review__item > .review__item__title{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap:40px;
  }

  .review__items__mobile > .review__item > .review__item__title > .review__item__reviewer, .review__items__mobile > .review__item > .review__item__text{
    text-align: left;
  }
  .review__item__text__date__mobile{
    padding-top: 20px;
  }
  .footer__menu__inner{
    flex-direction: column;
  }
  .footer__copywrite__inner{
    justify-content: center;
  }
  .about_bit_dedi__items{
    justify-content: center;
  }
  .bit_dedi_adv__inner{
    justify-content: right;
  }
  .about_bit_dedi__inner__top{
    flex-direction: column;
  }
  .about_bit_dedi__left {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .about_bit_dedi__left img{
    width: 80%;
  }
  .about_bit_dedi__right{
    width: 100%;
  }
  .about_bit_dedi__title{
    text-align: center;
  }
  .single__top{
    gap: 20px;
    justify-content: center;
  }
  .top__left{
    width: 50%;
  }
  .top__single__pretext{
    font-size: 16px;
  }
  .top__single__title{
    font-size: 34px;
  }
  .top__single__text{
    font-size: 16px;
  }
  .add_ip__table{
    display: none;
  }
  .add_ip__table__mobile{
    display: block;
  }
  .blogarticle{
    height: auto;
  }
  .artphoto_mobile{
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
  }
  .artphoto{
    display: none;
  }
  .blogarticle{
    flex-wrap: wrap;
  }
  .artfooter{
    padding-top: 20px;
    position: inherit;
    width: 100%;
  }
  .contacts__inner{
    flex-direction: column;
  }
  .contact__left, .contact__right{
    width: 100%;
  }
    .aboutus_item { 
    max-width: 100%;
  }
}



@media (max-width: 768px){

  .blog__article__text{
    padding: 5px;
  }
  .top__inner{
    max-width: 460px;
    padding-top: 70px;
  }
  .top__pretext{
    padding-bottom: 20px;
  }
  .top__title{
    font-size: 52px;
  }
  .top__text{
    font-size: 16px;
    margin-top: 40px;
  }
  .main-button {
    margin-top: 700px;
  }
  .menu__list{
    width: 460px;
  }
  .indicator{
    display: none;
  }
  .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
  }
  .reviews__main__title h2{
    font-size: 56px;
  }
  .review__items__mobile > .review__item{
    width: 412px;
  }
  .review__item__title{
    flex-wrap: wrap;
  }
  .review__item__logo, .review__item__reviewer{
    margin: 0;padding: 0;
  }
  .so__inner{
    flex-wrap: wrap;
    height: auto;
    text-align: center;
    padding: 10px;
    margin: 0;
  }
  .so__text{
    font-size: 44px;
  }
  .so__action{
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_top{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .footer__logo{
    justify-content: center;
  }
  .footer__logo a, .footer__menu__inner__right{
    margin: 0;
    padding: 0;
  }
  .footer__menu__inner__right{
    width: 100%;
  }
  .follow_us__links, .languages__items{
    justify-content: center;
  }
  .footer__menu__inner{
    align-items: center;
  }
  .footer__right__part, .footer__left__part{
    width: 100%;
  }
  .footer__copywrite__inner{
    text-align: center;
  }
  .bit_dedi_adv__top{
    flex-wrap: wrap;
    
  }
  .bit_dedi_adv__top__left{
    order: 1;
  }
  .bit_dedi_adv__top{
    justify-content: center;
  }
  .bit_dedi_adv__top__left, .bit_dedi_adv__top__right{
    width: 100%;
  }
    .howitworks__left, .howitworks__right{
    width: 100%;
  }
  .bit_dedi_adv__item{
    min-width: 460px;
  }
  .causes__text ul{
    padding: 10px;
  }
  .domains__inner{
    width: 100%;
  }
  .single__top__container{
    height: auto !important;
    padding-bottom: 80px;
  }

  .single__top{
    padding-top: 40px;
    flex-wrap: wrap !important;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .top__left{
    width: 100%;
    text-align: center;
  }
  .top__right{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .top__right img{
    width: 300px;
  }
  .artdescription_mobile{
    display: none;
  }
  .artdescription_mobile_min{
    display: block;
  }
  .partner__detail__item{
    flex-direction: column;
    justify-content: center;
  }
  .partner__detail__item__img{
    margin-left: auto;margin-right: auto;
  }
  .partner__detail__item__text__title{
    text-align: center;
    padding-bottom: 20px;
  }
  .legal__title__title{
    font-size: 20px;
  }
  .about__item{
    flex-wrap: wrap;
  }
  .emails, .social_networks{
    text-align: center;
    padding-bottom: 40px;
  }
  .emails__text__item{
    flex-direction: column;
    padding-bottom: 40px;
  }
  .main_services_item{
    width: 100%;
  }
}

@media (max-width: 480px){
  .legal__title__title{
    font-size: 14px;
  }
  .os_review_inner{
    padding: 5px 5px 0px 5px;
  }
  .os_review_text{
    padding: 5px 5px 0px 5px;
  }
  .top{
    height: 600px;
  }
  .top__inner{
    max-width: 340px;
    padding-top: 0;
  }
  .top__pretext{
    padding-bottom: 40px;
  }
  .top__title{
    font-size: 36px;
  }
  .top__text{
    font-size: 14px;
    margin-top: 60px;
  }
  .main-button {
    margin-top: 570px;
  }
  .menu__list{
    width: 340px;
  }
  .review__items__mobile > .review__item{
    width: 320px;
  }
  .reviews__main__title h2{
    font-size: 42px;
  }
  .so__inner{
    margin-top: 80px;
  }
  .so__text{
    font-size: 36px;
  }
  .contact_us__inner{
    width: 100%;
    padding: 5px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bit_dedi_adv__item{
    min-width: 340px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bit_dedi_adv__item__title{
    text-align: center;
  }
  .comparebody td:nth-child(1) {
    font-size: 12px;
    width: 100px;
  }
  .blog__article__footer__inner{
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .contacts tr{
    display: flex;
    flex-direction: column;
  }
  .new_adv__item{
    width: 100%;
  }
  .latest__item{
    width: 100%;
  }
  .mob_latest_img>img{
    width: 100%;
  }
  .main_services_item{
    flex-direction: column;
  }
}

@media (max-width: 360px){
  .container{
    padding: 5px;
  }
  h2{
    font-size: 26px;
  }
  .top__inner{
    max-width: 320px;
  }
  .top__title{
    font-size: 32px;
  }
  .main-button {
    margin-top: 570px;
  }
  .review__items__mobile{
    width: 290px;
  }
  .review__items__mobile > .review__item{
    width: 280px;
  }
  .reviews__main__title h2{
    font-size: 28px;
  }
  .advantages__support__button{
    padding-right: 5px;
    padding-left: 5px;
  }
  .faq__item{
    font-size: 14px;
  }
  .faq__item > details > summary {
    font-size: 18px;
  }
  .subtitle{
    font-size: 16px;
  }
  .contact_us__inner{
    padding: 5px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact_us__action{
    align-items: center;
  }
  .bit_dedi_adv__item{
    min-width: 280px;
  }
  .usecase__item__title{
    flex-direction: column;
    
  }
  .usecase__item{
    min-width: 100%;
    padding: 5;
  }
  .vps_usecase__item__title{
    flex-direction: column;
  }
  .vps_usecase__item{
    min-width: 100%;
    padding: 5;
  }
  .bit_dedi_adv__item__text{
    padding: 5px;
  }
  .top__right img{
    width: 250px;
  }
  .add_ip__table{
    display: none;
  }
  .legal__title__title{
    font-size: 4vw;
  }
  
}


/* Основные стили слайдера */
.screenshots-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    position: relative;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 500px; /* Высота может быть адаптирована */
}

.slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
}

.slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.slide img:hover {
    transform: scale(1.02);
}

/* Навигационные кнопки */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    color: #333;
}

.slider-nav:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
    left: 20px;
}

.slider-nav.next {
    right: 20px;
}

.slider-nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
}

/* Индикаторы */
.slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.indicator.active {
    background: #fff;
    transform: scale(1.2);
}

.indicator:hover {
    transform: scale(1.1);
}

/* Адаптивность */
@media (max-width: 768px) {
    .slider-track {
        height: 400px;
    }
    
    .slide {
        padding: 1rem;
    }
    
    .slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .slider-nav.prev {
        left: 10px;
    }
    
    .slider-nav.next {
        right: 10px;
    }
    
    .slider-indicators {
        bottom: 10px;
    }
}

@media (max-width: 480px) {
    .slider-track {
        height: 300px;
    }
    
    .screenshots-slider {
        padding: 1rem 0.5rem;
    }
}


/* ################################################################## */

.blogimg {
  max-width: 100%;
  height: auto !important;
}

.blog__article__inner img {
  max-width: 100%;
  height: auto !important;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.blog__article__text a {
  text-decoration: underline;
  font-weight: 600;
}

.blog__list__inner {
  padding-top: 100px;
  display: flex;
  padding-bottom: 80px;
  gap: 0;
}

.blog__list__right {
  padding: 20px;
  width: 20%;
  border-left: 1px solid #dadada;
}

.blog__list__left {
  padding-right: 20px;
  width: 80%;
  min-width: 0;
}

.blog__list__title {
  text-align: center;
  padding-bottom: 40px;
}

.blog__list__articles {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ===== Карточка статьи ===== */
.blogarticle {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 1px 1px 3px 1px #bebebe;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  min-height: 200px;
}

.blogarticle:hover {
  color: #363636;
  transform: scale(1.01);
  box-shadow: 2px 2px 5px 2px #bebebe;
}

.blogarticle__image {
  display: block;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.blogarticle__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogarticle__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 14px 20px 14px 20px;
}

.blogarticle__title {
  margin-bottom: 10px;
}

.blogarticle__title a {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #363636;
  text-decoration: none;
  display: block;
}

.blogarticle__title a:hover {
  text-decoration: underline;
}

.blogarticle__descr {
  font-size: 14px;
  color: #363636;
  line-height: 1.5;
  margin-bottom: 16px;
}

.blogarticle__descr p {
  margin: 0;
}

.blogarticle__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-top: auto;
}

.blogarticle__footer a,
.blogarticle__footer p {
  margin: 0;
  padding: 0;
}

.blogarticle__footer a {
  color: #0b9f5a;
  text-decoration: none;
}

.blogarticle__footer a:hover {
  text-decoration: underline;
}

.blogarticle__footer p {
  color: #363636;
  white-space: nowrap;
}

/* ===== Планшет / промежуточный режим ===== */
/* структура не меняется, просто всё плавно сжимается */
@media (max-width: 1100px) {
  .blog__list__inner {
    gap: 0;
  }

  .blog__list__left {
    width: 100%;
    padding-right: 0;
  }

  .blog__list__right {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #dadada;
    margin-top: 30px;
    padding: 30px 0 0 0;
  }
}

@media (max-width: 900px) {
  .blogarticle__image {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 200px;
  }

  .blogarticle__body {
    padding: 12px 16px;
  }

  .blogarticle__title a {
    font-size: 17px;
  }

  .blogarticle__descr {
    font-size: 14px;
  }
}

/* ===== Мобильный режим как Recommended posts ===== */
@media (max-width: 768px) {
  .blog__list__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }

  .blog__list__left,
  .blog__list__right {
    width: 100%;
  }

  .blog__list__left {
    padding-right: 0;
  }

  .blog__list__right {
    border-top: 0;
    margin-top: 24px;
    padding: 0;
    border-left: 0;
  }

  .blog__list__articles {
    gap: 20px;
  }

  .blogarticle {
    flex-direction: column;
    min-height: unset;
    border-radius: 20px;
  }

  .blogarticle__image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 190px;
  }

  .blogarticle__body {
    padding: 14px 16px;
  }

  .blogarticle__title {
    margin-bottom: 8px;
  }

  .blogarticle__title a {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
  }

  .blogarticle__descr {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.45;
    margin-bottom: 14px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blogarticle__footer {
    font-size: 12px;
    color: #6b7280;
    align-items: center;
  }

  .blogarticle__footer a {
    color: #0b9f5a;
  }

  .blogarticle__footer p {
    font-size: 12px;
    color: #6b7280;
  }
}

/* ===== Очень узкие экраны ===== */
@media (max-width: 480px) {
  .blogarticle__image {
    height: 170px;
  }

  .blogarticle__body {
    padding: 12px 14px;
  }

  .blogarticle__title a {
    font-size: 15px;
  }

  .blogarticle__descr {
    font-size: 13px;
  }

  .blogarticle__footer {
    gap: 10px;
  }
}
