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-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-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-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-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-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-face {
font-family: "Raleway-BoldUA";
src: url("/static/fonts/newtype/Raleway-Bold.ttf") format("truetype");
font-style: normal;
}


@-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;
}
.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__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;
}
.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;
}
.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;
}

/* 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 svg{
  padding-top: 5px;
}
.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: 28px;
  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{
  position: relative;
  left: 24px;
}
.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;
}
.advantages__item__title, .causes__item__title{
  display: flex;
  align-items: center;
  gap: 20px;
}
.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: 400px;
  max-width: 550px;
  padding: 20px;
  border-radius: 20px;
  font-weight: 400;
  box-shadow: 0px 0px 3px 0px #d3d3d3;
  text-align: justify;
}
.usecase__item__title{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
}
.advantages__item h3 {
  font-family: "Lato-Regular";
}
.advantages__item__text, .causes__item__text{
  font-size: 16px;
  font-family: "Raleway-Medium", sans-serif;
}
.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;
}
/* 
################# 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 ################ */
.carousell__inner {
  max-width: 550px;
  min-width: 280px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousell__inner__mobile{
  display: none;
}
.review__items__mobile{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.carousel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  min-width: 280px;
}
@keyframes change-slide {
  0%,
  20% {
    transform: translateX(0);
  }
  21%,
  40% {
    transform: translateX(calc(-100% - 1rem));
  }
  41%,
  60% {
    transform: translateX(calc(-200% - 2rem));
  }
  61%,
  80% {
    transform: translateX(calc(-300% - 3rem));
  }
  81%,
  100% {
    transform: translateX(calc(-400% - 3rem));
  }
}

@keyframes nav1 {
  0%,
  20% {
    opacity: 1;
  }
  21%,
  40% {
    opacity: 0.5;
  }
  41%,
  60% {
    opacity: 0.5;
  }
  61%,
  80% {
    opacity: 0.5;
  }
  81%,
  100% {
    opacity: 0.5;
  }
}
@keyframes nav2 {
  0%,
  20% {
    opacity: 0.5;
  }
  21%,
  40% {
    opacity: 1;
  }
  41%,
  60% {
    opacity: 0.5;
  }
  61%,
  80% {
    opacity: 0.5;
  }
  81%,
  100% {
    opacity: 0.5;
  }
}
@keyframes nav3 {
  0%,
  20% {
    opacity: 0.5;
  }
  21%,
  40% {
    opacity: 0.5;
  }
  41%,
  60% {
    opacity: 1;
  }
  61%,
  80% {
    opacity: 0.5;
  }
  81%,
  100% {
    opacity: 0.5;
  }
}
@keyframes nav4 {
  0%,
  20% {
    opacity: 0.5;
  }
  21%,
  40% {
    opacity: 0.5;
  }
  41%,
  60% {
    opacity: 0.5;
  }
  61%,
  80% {
    opacity: 1;
  }
  81%,
  100% {
    opacity: 0.5;
  }
}
@keyframes nav5 {
  0%,
  20% {
    opacity: 0.5;
  }
  21%,
  40% {
    opacity: 0.5;
  }
  41%,
  60% {
    opacity: 0.5;
  }
  61%,
  80% {
    opacity: 0.5;
  }
  81%,
  100% {
    opacity: 1;
  }
}
.carousel__slides {
  display: flex;
  gap: 1rem;
  width: 100%;
  transition: transform 0.7s ease-in-out;
  animation-name: change-slide;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
.carousel__slides .carousel__slid:nth-child(1) {
  background-color: #ffffff;
}
.carousel__slides .carousel__slid:nth-child(2) {
  background-color: #ffffff;
}
.carousel__slides .carousel__slid:nth-child(3) {
  background-color: #ffffff;
}
.carousel__slides .carousel__slid:nth-child(4) {
  background-color: #ffffff;
}
.carousel__slides .carousel__slid:nth-child(5) {
  background-color: #ffffff;
}
.carousel__slid {
  flex: 1 0 100%;
  padding: 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.carousel__title {
  font-family: "Rozha One", serif;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel__image {
  width: 100%;
  border-radius: 1rem;
}
.carousel__paragraph {
  font-size: 1.2rem;
  line-height: 1.56;
}
.carousel__control {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.carousel__nav {
  width: 3rem;
  height: 0.75rem;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.5s;
}
#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;
}
.carousel__nav {
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
.carousel__btn:checked ~ .carousel .carousel__slides,
.carousel__btn:checked ~ .carousel .carousel__nav {
  animation: none;
}
.carousel__nav:hover,
#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(-100% - 1rem));
}
#carousel__btn3:checked ~ .carousel .carousel__slides {
  transform: translateX(calc(-200% - 2rem));
}
#carousel__btn4:checked ~ .carousel .carousel__slides {
  transform: translateX(calc(-300% - 3rem));
}
#carousel__btn5:checked ~ .carousel .carousel__slides {
  transform: translateX(calc(-400% - 4rem));
}

/* ############ REVIEW ########### */
.reviews__inner{
  padding-bottom: 80px;
  padding-top: 80px;
}
.reviews__main{
  margin: 0;
  padding: 40px;
  width: 100%;
  height: auto;
  background-image: url("/static/img/back_to_rewiews.webp");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  
}
.reviews__main__title h2{
  color: #F5FCFB;
  font-size: 84px;
}
.review__item__title{
  display: flex;
  justify-content: left;
  align-items: center;
  gap:20px;
}
.review__item__logo{
  height: 200px;
}

.review__item__reviewer__name, .review__item__text__title{
  font-weight: 600;
}
.review__item__reviewer__rating{
  padding: 0;margin: 0;
  font-size: 28px;
  font-weight: 600;
}
.review__item__reviewer__stars p{
  padding: 0;margin: 0;
}
.review__item__text__date{
  position: absolute;
  bottom: 10px;
}

/* ######## 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;
}

/* ########### 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: 25%; ЕСЛИ БУДЕТ 4 ЛОКАЦИИ*/
  width: 33%;
  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;
}

@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;
  padding-top: 40px;
}

/* #################### 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_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_line_inner{
  padding-bottom: 80px;
}
.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-bottom: 40px;
}
/* #################### 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;
}
/* ######################################################## */
.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;
}
/* 
################# DOMAINS ##################### */
#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;
}
.form__item{
  display: flex;
  align-items: center;
  gap: 5px;
}
.domain__search__form form input{
  width: 80%;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  margin: 0;
}
.domain__search__form form input[type=text] {
  width: 100%;
  height: 50px;
  padding-left: 40px;
  border: 1px solid #ddd;
  outline-color:none;
  color: #363636;
}
.domain__search__form form input[type=text]:focus {
  outline-color:#ddd;
}

.domain_submit{
  text-align: center;
  width: 240px;
  height: 50px;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #438A57;
  border: 1px solid #438A57;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.domain_submit:hover {
  background-color: #438A57;
  text-decoration: none;
  border-color: #438A57;
  color: #fff;
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.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;
}
/* ######## ABOUT ################ */
.about__item{
  display: flex;
  justify-content: space-around;
  gap: 100px;
}
.emails__text__item{
  display: flex;
  justify-content: space-between;
}
.contact__left, .contact__right{
  width: 50%;
}
.contacts__inner{
  display: flex;
  justify-content: space-between;
  gap: 200px;
  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 ###################### */
.blogimg {
  max-width:100%;
  height:auto !important;
}
.blog__list__inner{
  padding-top: 100px;
  display: flex;
  padding-bottom: 80px;
}
.blog__list__right{
  padding: 20px;
  width: 20%;
  border-left: 1px solid #dadada;
}
.blog__list__left{
  padding-right: 20px;
  width: 80%;
}
.blog__list__title{
  text-align: center;
  padding-bottom: 40px;
}
.blog__list__articles{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blogarticle {
  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;
}
.blogarticle:hover {
  transition: 0.3s;
  color: #363636;
  transform: scale(1.01);
  box-shadow: 2px 2px 5px 2px #bebebe;
}
.artphoto {
  width: 300px;
  min-width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.arttext{
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  position:relative;
  padding-bottom:20px;
}
.arttitle{
  padding-bottom: 10px;
}
.arttitle a{
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  padding: 0;margin: 0;
}
.artdescription{
  font-size: 14px;
}
.artdescription p{
  margin-top: 0;
}
.artphoto_mobile{
  display: none;
  color: #fff;
  background-image: url("/static/img/pattern.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 10px 0px 0px;
}
.artfooter{
  display: flex;
  position: absolute;
  bottom: 10px;
  justify-content: space-between;
  width: 92%;
}
.artfooter a, .artfooter p{
  padding: 0;margin: 0;
}
.artdescription_mobile, .artdescription_mobile_min{
  font-size: 14px;
  display: none;
}
.pagination__inner{
  padding-top: 40px;
  text-align: center;
  padding-bottom: 80px;
}
.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__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{
  color: #e83e8c;
  background-color: #f9f2f4;
}
.blog__article__text strong{
  font-family: 'Raleway-Medium', sans-serif;
}
.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;
}

/* ############### 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;
}
.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;
}

/* ############# 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;
}

/* ################## LEGAL ############### */

.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: 48px;
}
.legal__inner{
  padding-bottom: 40px;
}

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

/* ################# 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: 220px;
  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: white;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: -15px;
}

.stars>svg {
  fill: gold;
}



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

@media (max-width: 1160px){
  .bit_dedi_adv__items{
    justify-content: center;
  }
  .bit_dedi_adv__item, .usecases__inner{
    width: 100%;
  }
  .usecases__items{
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .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){

  .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%;
  }

}



@media (max-width: 768px){
  .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%;
  }
  .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: 36px;
  }
  .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){
  .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;
  }
  .bit_dedi_adv__item__text{
    padding: 5px;
  }
  .top__right img{
    width: 250px;
  }
  .add_ip__table{
    display: none;
  }
  .legal__title__title{
    font-size: 22px;
  }
  
}

