body {
    font-family: 'Montserrat', sans-serif;
    background-color: #08090D;
    margin: 0;
    padding: 0;
}
.flex-wrap {
    flex-wrap: wrap;
  }
.w-full {
    width: 100%;
  }
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
.text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
.font-black {
    font-weight: 900;
  }
.font-bold {
    font-weight: 700;
  }
.font-normal {
    font-weight: 400;
  }  
.container {
    width: 100%;
  }
.mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
.homeSection {
    margin-top:100px;
}
.relative {
    position: relative;
  }
.block {
    display: block;
  }
.why_card {
    width:100%;
    box-sizing:border-box;
    padding:10px 20px;
    border-radius:16px;
    min-height:300px;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.why_card::before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top, #000000cc, rgba(0,0,0,.2));
}
.why_card > * {
    display:block;
    position:relative;
}
.w-full {
    width: 100%;
  }
.min-w-\[1500px\] {
    min-width: 1500px;
  }
.title:after {
    content:'';
    display:block;
    width:75px;
    height:3px;
    margin-top:5px;
    background:rgb(49, 78, 207);
    border-radius:50px;
}
#snowfall {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
.grid {
    display: grid;
  }
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
.gap-4 {
    gap: 1rem;
  }
.relative {
    position: relative;
  }
.why_we_card {
    width:49%;
    transition:.2s;
}
.why_we_card:hover {
    transform:translateY(-5px);
    box-shadow:none;
}
  @media (min-width: 1024px) {

    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  
    .lg\:mt-0 {
      margin-top: 0px;
    }
  
    .lg\:block {
      display: block;
    }
  
    .lg\:h-\[420px\] {
      height: 420px;
    }
  
    .lg\:w-\[300px\] {
      width: 300px;
    }
  
    .lg\:w-\[350px\] {
      width: 350px;
    }
  
    .lg\:w-\[580px\] {
      width: 580px;
    }
  
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  
    .lg\:mx-auto-nowrap {
      flex-wrap: nowrap;
    }
  
    .lg\:py-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
.container {
    box-sizing:border-box;
    padding-left:25px;
    padding-right:25px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.mb-10 {
    margin-bottom: 2.5rem;
  }
.flex-wrap {
    flex-wrap: wrap;
  }
.wrapper {
    width: 90%;
    margin: auto;
    display: block;
}
.spacer {
    height: 150px;
}
.spacer2 {
    height: 100px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: rgba(29, 29, 29, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
header svg, .logo-inf svg {
    display: inline-block;
    vertical-align: middle;
}
header h2, .logo-inf h2 {
    color: white;
    font-weight: 700;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    vertical-align: middle;
}
header a {
    color: #E1E0E6;
    font-weight: 500;
    text-decoration: none;
}
.header-item-links {
    display: flex;
    gap: 20px;
}
.header-button {
    background-color: #1f1f1f70;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 600;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.site-block {
    height: 100vh;
    position: relative;
}
.block-centered {
    text-align: center;
    margin-bottom: 20px;
}
.site-block-left h1, .block-centered h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 109.4%;
    background: linear-gradient(45deg, #686868, #1b1b1be0);
    -webkit-background-clip: text;
    color: transparent;
}
.site-block-center {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.site-block-center h1, .block-centered h1 {
    color: #E1E0E6;
    font-size: 58px; 
    font-weight: 700;
    line-height: 109.4%;
}
.site-block-left {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.down-title-desk, .block-centered p {
    color: #A6B1D6;
    opacity: 0.77;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}
.primary-button {
    font-weight: 600;
    padding: 15px 25px;
    font-size: 20px;
    color: #E1E0E6;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border: none;
    cursor: pointer;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    background-color: rgba(94, 94, 94, 0.089);
    text-decoration: none;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}
.primary-button:hover {
    background-color: rgba(94, 94, 94, 0.116);
}
.site-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('https://vrhosting.su/assets/img/main.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    z-index: -1;
    opacity: 0.5;
}
@keyframes banner-tilt {
    0% {
        transform: skewX(0deg);
   }
    100% {
        transform: skewX(-10deg);
   }
}
@keyframes banner-fade {
    0% {
        opacity: 0;
        transform: translateX(100%);
   }
    100% {
        opacity: 1;
        transform: translateX(0);
   }
}
.block-1 {
    overflow: hidden;
}
.site-bottom-gradient {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #08090D 0%, rgba(8, 9, 13, 0.00) 100%);
}
.site-right-gradient {
    position: absolute;
    width: 70px;
    height: 100%;
    right: 100%;
    transform: translateX(70px);
    bottom: 0;
    background: linear-gradient(90deg, #08090D 0%, rgba(8, 9, 13, 0.00) 100%);
}
.site-stats-banner p {
    padding: 2px;
    margin: 0;
}
.site-stats-banner {
    border-radius: 15px;
    background: rgba(248, 248, 248, 0.055);
    backdrop-filter: blur(7.5px);
    z-index: 3;
    color: #E1E0E6;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
}
.block-2 .site-block-right {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 5%;
    width: 55%;
}
.header-button__mobile {
    visibility: hidden;
    display: none;
}
@media only screen and (max-height: 700px) {
    .site-stats-banner {
        visibility: hidden;
   }
}
@media only screen and (max-width: 900px) {
    .block-2 .site-block-right {
        position: absolute;
        width: 90%;
   }
    .site-banner {
        width: 100%;
        clip-path:unset;
        -webkit-clip-path:unset;
        opacity: 0.5;
        background-position: center;
        z-index: 0;
   }
    .site-block-left h1, .block-centered h1 {
        font-size: 50px;
   }
    .site-stats-banner {
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        width: calc(90% - 40px);
        justify-content: space-around;
   }
    .down-title-desk , .block-centered p {
        font-size: 20px;
        opacity: 1;
   }
    .block-2 {
        visibility: hidden;
        display: none;
   }
    .header-item-links a {
        display: none;
        visibility: hidden;
   }
    .header-button {
        visibility: hidden;
        display: none;
   }
    .header-button__mobile {
        visibility: visible;
        display: unset;
   }
}
.whyus-lines h3 {
    text-align: right;
    float: right;
    margin: 0;
    padding: 0;
    line-height: calc(100vh / 11);
    font-size: calc(100vh / 11);
    white-space: nowrap;
    font-weight: 800;
    background: linear-gradient(45deg, #414141, #111111);
    -webkit-background-clip: text;
    color: transparent;
}
.whyus-lines h3 span {
    color: #E1E0E6;
}
.tarifs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tarif {
    flex: 1;
    max-width: 500px;
    min-width: 300px;
    margin: 10px;
    padding: 20px 0;
    border-radius: 10px;
    background-color: #0B0D13;
    border: 1px solid #1F1F1F;
}
.tarif .top {
    text-align: center;
    border-bottom: 1px solid #1F1F1F;
    margin-bottom: 10px;
}
.tarif .bottom {
    text-align: center;
    border-top: 1px solid #1F1F1F;
    margin-top: 10px;
    padding-top: 20px;
}
.tarif .bottom a {
    font-weight: 600;
    text-decoration: none;
    color: #E1E0E6;
    font-size: 18px;
}
.tarif .top h3 {
    color: rgba(91, 98, 119, 0.77);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}
.tarif .top h2 {
    color: #E1E0E6;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
}
.tarif .item {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.tarif .item p {
    margin: 10px 0;
}
.tarif .item .about {
    color: rgba(91, 98, 119, 0.77);
    font-weight: 600;
}
.tarif .item .value {
    color: rgb(163, 166, 173);
    font-weight: 600;
}
.servers {
    color: rgba(91, 98, 119, 0.77);
    font-weight: 600;
}
/* Ð”Ð¾Ð±Ð°Ð²ÑŒÑ‚Ðµ ÑÐ»ÐµÐ´ÑƒÑŽÑ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð² Ð²Ð°Ñˆ CSS-Ñ„Ð°Ð¹Ð» */


.block-centered {
    text-align: center;
    margin-bottom: 50px; /* ÐŸÐ¾Ð´Ð±ÐµÑ€Ð¸Ñ‚Ðµ Ð¿Ð¾Ð´Ñ…Ð¾Ð´ÑÑ‰Ð¸Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ Ð¸ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸ÑÐ¼Ð¸ */
}

.bold-text {
    font-weight: bold;
}

.images-container {
    display: flex;
    flex-wrap: wrap; /* Ð Ð°Ð·Ñ€ÐµÑˆÐ°ÐµÑ‚ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² Ð½Ð° Ð½Ð¾Ð²ÑƒÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
    justify-content: center;
    gap: 30px; /* Ð Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸ÑÐ¼Ð¸ */
}

.rounded-image {
    width: 150px; /* Ð—Ð°Ð´Ð°Ð¹Ñ‚Ðµ Ð¶ÐµÐ»Ð°ÐµÐ¼ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
    height: 150px; /* ÐÐ²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑÐºÐ¾Ðµ Ð²Ñ‹Ñ‡Ð¸ÑÐ»ÐµÐ½Ð¸Ðµ Ð²Ñ‹ÑÐ¾Ñ‚Ñ‹ Ð´Ð»Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¿Ð¾Ñ€Ñ†Ð¸Ð¹ */
    border-radius: 15px; /* Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
    transition: transform 0.3s ease-in-out;    
}

.rounded-image:hover {
    transform: scale(1.1);
}

.images-container2 {
    display: flex;
    flex-wrap: wrap; /* Ð Ð°Ð·Ñ€ÐµÑˆÐ°ÐµÑ‚ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² Ð½Ð° Ð½Ð¾Ð²ÑƒÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
    justify-content: center;
    gap: 30px; /* Ð Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸ÑÐ¼Ð¸ */
}

.rounded-image2 {
    width: 250px; /* Ð—Ð°Ð´Ð°Ð¹Ñ‚Ðµ Ð¶ÐµÐ»Ð°ÐµÐ¼ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ */
    height: 250px; /* ÐÐ²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑÐºÐ¾Ðµ Ð²Ñ‹Ñ‡Ð¸ÑÐ»ÐµÐ½Ð¸Ðµ Ð²Ñ‹ÑÐ¾Ñ‚Ñ‹ Ð´Ð»Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¿Ð¾Ñ€Ñ†Ð¸Ð¹ */
    border-radius: 10px; /* Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */ 
}

footer {
    padding: 40px 0;
}
.flex-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-footer h2 {
    color: #E1E0E6;
}
.flex-footer a, p {
    color: rgba(166, 177, 214, 0.77);
    text-decoration: none;
}
.flex-footer a {
    transition: 0.3s;
}
.flex-footer a:hover {
    transform: translateX(10px);
}
.footer-in-flex {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
}
.footer-item {
    flex: 1;
    min-width: 300px;
}
.footer-in-flex__item h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #E1E0E6;
}
.footer-in-flex__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
