@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    font-family: 'TT Supermolot Condensed';
    font-weight: bold;
    font-style: normal;
}

h1 {
    font-size: 50px !important;
}

h2 {
    font-size: 44px !important;
}

h3 {
    font-size: 36px !important;
}

h4 {
    font-size: 32px !important;
}

h5 {
    font-size: 28px !important;
}

h6 {
    font-size: 22px !important;
}

a {
    text-decoration: none;
    color: #000;
}

.text-shadow {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.text-gradient {
    background: linear-gradient(#2db552, #281f1f, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.text-shadow-lg {
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.bg-black {
    background-color: #000;
}

.btn-black {
    display: inline-flex;
    height: 43px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 12px 49px;
    border-radius: 20px;
    border: 1px solid #000;
}

.btn-black:hover {
    background-color: #000;
    color: #fff;
}

.btn-gradient {
    display: inline-flex;
    padding: 16px 49px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    /*background: radial-gradient(40.61% 2416% at 50.21% 50%, #1A6B30 0%, #212121 93.02%), #FFFFFF;*/
    background: linear-gradient(270deg, #00604D 0%, #62F95C 100%);
    border-radius: 20px;
    transform: scaleX(1);
    transition: all .3s ease;
    height: 56px;
    border: none;
}

.btn-gradient:hover {
    /*transition: all .3s ease;
    transform: scaleX(0.95);*/
    color: #6CF469;
    background: linear-gradient(270deg, #030303 0%, #015F4D  100%);
}

.btn-outline-black {
    display: inline-flex;
    padding: 16px 49px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    background: #FFFFFF;
    color: #000;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 20px;
    height: 56px;
}

.btn-outline-black:hover {
    color: #FFFFFF;
    background: #000;
}

/*navbar*/
.vector {
    background-image: url(../images/vector_mobile.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50px;
}

@media screen and (min-width: 575px) {
    .vector {
        height: 70px;
    }
}

@media screen and (min-width: 768px) {
    .vector {
        height: 95px;
    }
}

@media screen and (min-width: 992px) {
    .vector {
        height: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .vector {
        background-image: url(../images/vector_desktop.png);
        height: 85px;
    }
}

@media screen and (min-width: 1400px) {
    .vector {
        height: 135px;
    }
}

nav {
    background-color: #000000;
    padding: 14px 12px;
    position: relative;
}

nav a {
    color: #DEFFDC;
}

#desktop {
    display: none;
}

#mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

#mobile .logo_mobile {
    display: inline-block;
    width: 147px;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#mobile .toggler {
    border: none;
    background-color: #000;
}

#mobile .toggler .icon {
        width: 50px;
    height: 32px;
}

#mobile .drop-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #000;
    z-index: 2;
    display: none;
}

#mobile .drop-menu.active {
    display: block;
}

#mobile .drop-menu .drop-inner {
    padding: 30px 60px;
}

#mobile .drop-menu .drop-inner .divider {
    background: linear-gradient(270deg, #00614E 0%, #64FF5C 50.31%, #00614E 100%);
    border-radius: 3px;
    height: 5px;
    width: 100%;
    margin: 20px 0;
}

#mobile .drop-menu .drop-inner .list-unstyled a {
    font-weight: bold;
    font-size: 2 color: #FFFFFF;

    display: block;
    margin-bottom: 21px;
}

#mobile .drop-menu .drop-inner .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    margin-right: 15px;
}

#mobile .drop-menu .drop-inner .btn-support {
    display: inline-block;
    border: 2px solid #64FF5C;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #000;
    padding: 13px 56px;
    font-weight: bold;
    font-size: 1;
    color: #64FF5C;

}

.icon {
    fill: #64FF5C;
}

@media screen and (min-width: 1200px) {
    nav {
        padding: 18px 31px;
    }

    #mobile {
        display: none;
    }

    #desktop {
        display: block;
    }

    #desktop .center {
        display: flex;
        align-items: center;
    }

    #desktop .center .logo_desktop {
        display: block;
        width: 236px;
        height: 83px;
        background-image: url(../images/logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    #desktop .center .divider {
        width: 5px;
        height: 93px;
        background: linear-gradient(180deg, #00614E 0%, #64FF5C 50.31%, #00614E 100%);
        border-radius: 3px;
        margin: 0 25px;
    }

    #desktop .center .list-unstyled li {
        min-width: 110px;
    }

    #desktop .center .list-unstyled a {
        font-weight: bold;
        font-size: 18px;
        transition: 0.2s ease;
    }

    #desktop .left .list-unstyled li,
    #desktop .right .list-unstyled li {
        min-width: 230px;
    }

    #desktop .left .list-unstyled a,
    #desktop .right .list-unstyled a {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 20px;
        padding: 6px 0;
        transition: 0.2s ease;
    }

    #desktop .left .list-unstyled a {
        justify-content: flex-start;
    }

    #desktop .right .list-unstyled a {
        justify-content: flex-end;
    }

    #desktop .left .list-unstyled a .icon,
    #desktop .right .list-unstyled a .icon {
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    #desktop .left .list-unstyled a .icon {
        margin-right: 10px;
    }

    #desktop .right .list-unstyled a .icon {
        margin-left: 10px;
        order: 2;
    }

}

/*end of navbar*/

/*footer*/
.footer {
    /*background: linear-gradient(180deg, #000000 34.69%, #124520 100%), #000000;*/
    background: linear-gradient(270deg, #015F4D 0, #000201 50% ,#015F4D 100%);
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.25);
    padding: 55px 31px;
    text-align: center;
}

.footer .footer-logo-left {
    display: block;
    width: 236px;
    height: 83px;
    margin-bottom: 28px;
    background-image: url(../images/footer_logo_left.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer .footer-logo-right {
    display: block;
    width: 180px;
    height: 45px;
    margin-bottom: 6px;
    background-image: url(../images/footer_logo_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer .desc {
    font-weight: normal;
    font-size: 1 color: #FFFFFF;
}

.footer small {
    font-weight: normal;
}

.footer .button-support {
    display: block;
    padding: 15px 32px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 28px;
}

.footer .list-unstyled a {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;

}

.footer-social {
    list-style: none;
    padding-left: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;
}

.footer-social li .icon {
    width: 34px;
    height: 34px;
    fill: white;
}

.partner-icon .icon-qiwi {
    width: 126px;
}

.partner-icon .icon-webmoney {
    width: 60px;
}

.partner-icon .icon-visa {
    width: 112px;
}

.partner-icon .icon-mastercard {
    width: 94px;
}

.partner-icon .icon-mir {
    width: 128px;
}

.partner-icon .icon-mir {
    width: 128px;
}

.partner-icon .icon-megafon {
    width: 230px;
}

.partner-icon .icon-paypal {
    width: 51px;
}

@media screen and (min-width: 1200px) {
    .footer .right-border {
        border-right: 1px solid #FFFFFF;
    }
}

@media screen and (min-width: 1400px) {
    .footer {
        padding: 30px 100px 60px 100px;
    }
}

#desktop .center .list-unstyled a:hover,
#desktop .left .list-unstyled a:hover,
#desktop .right .list-unstyled a:hover {
    letter-spacing: 1px;
    color: #64FF5C;
    transition: 0.2s ease;
}

/*end of footer*/


.container-fluid {
    max-width: 1440px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

/*slider*/
.main-slider {
    padding: 0 0 36px 0;
}

.main-slider img {
    max-width: 100%;
    height: auto;
}

.main-slider .slider-button {
    display: inline-block;
    padding: 14px 67px;
    background-color: #000;
    border-radius: 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;

    border: 1px solid #fff;
    position: relative;
}

.main-slider .slider-button::before,
.main-slider .slider-button::after {
    content: '';
    border: 1px solid #000000;
    display: block;
    position: absolute;
    width: 84%;
    left: 8%;
    right: 8%;
    transform: scaleX(1);
    transition: transform 0.5s ease-in-out;
}

.main-slider .slider-button::before {
    top: -1px;
}

.main-slider .slider-button::after {
    bottom: -1px;
}

.main-slider .slider-button:hover::before,
.main-slider .slider-button:hover::after {
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
}

.main-slider .swiper-wrapper {
    padding: 34px 0;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    background: #64FF5C;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #31B52A;
}

.slider-bottom-bg {
    background-image: url(../images/mainpage/slider_bottom_bg.png);
    height: 70px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.media {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.media .poster {
    width: 104px;
    height: 104px;
    margin-right: 20px;
}

/*main_servers*/
#main_servers {
    background: linear-gradient(270deg, #E5E5E5 0%, #B2B2B2 50%, #E5E5E5 100%);
}
/*end of main_servers*/

/*main-lenta*/
#main-lenta {
    width: 100%;
    overflow: hidden;
    height: 85px;
    /*background: linear-gradient(180deg, #000000 0%, #020D05 100%);*/
    background: linear-gradient(270deg, #63FD5C 0%, #00614E 50%, #63FD5C 100%);
    margin-top: 68px;
    margin-bottom: 89px;
    padding: 17px 0;
}

#main-lenta .logo {
    display: block;
    width: 51px;
    height: 51px;
    margin-right: 60px;
    background-image: url(../images/mainpage/lenta_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main-lenta .text {
    display: block;
    width: 136px;
    height: 32px;
    margin-right: 60px;
    background-image: url(../images/mainpage/lenta_text.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/*end of main-lenta*/

/*main-contact*/
#main-contact {
    margin-bottom: 120px;
}

#main-contact .main-page-input {
    position: relative;
    margin-bottom: 25px;
}

#main-contact .main-page-input input,
#main-contact .main-page-input textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
    outline: 0;
    border: 2px solid #000;
    border-radius: 6px;
}

/*#main-contact .main-page-input:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    border: 2px solid #000000;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}*/

/*end of main-contact*/

/*tariffs*/
#main-tariffs {
    padding: 0 0 80px 0;
    position: relative;
}

#main-tariffs .btn {
    font-weight: bold;
}

#main-tariffs .btn.active {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

#main-tariffs .shortstory:last-child {
    margin-bottom: 0;
}

/*#main-tariffs .tariffs-bg {
    display: none;
}*/

@media screen and (min-width: 1200px) {
    #main-tariffs {
        padding-top: 72px;
    }
}

@media screen and (min-width: 1400px) {
    /*#main-tariffs .tariffs-bg {
        position: absolute;
        display: block;
        width: 210px;
        height: 230px;
        background-image: url(../images/mainpage/tariffs_bg1.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    #main-tariffs .tariffs-bg1 {
        top: 55px;
        left: -140px;
    }

    #main-tariffs .tariffs-bg2 {
        top: 279px;
        right: -120px;
    }

    #main-tariffs .tariffs-bg3 {
        top: 700px;
        right: 100px;
    }

    #main-tariffs .tariffs-bg4 {
        top: 760px;
        left: -75px;
        background-image: url(../images/mainpage/tariffs_bg4.png);
    }*/
}

/*end of tariffs*/

.shortstory {
    padding: 30px;
    margin-bottom: 35px;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
}

.shortstory .location-icon{
    width: 17px; 
    height: 21px;
}

.shortstory .os-icon {
    display: inline-block;
    height: 18px;
    margin-right: 10px;
}

.shortstory .os-icon.windows {
    width: 18px;
}

.shortstory .os-icon.linux {
    width: 15px;
}

.shortstory .os-icon.iso {
    width: 25px;
}

.shortstory .os-icon.kalilinux {
    width: 18px;
}

.shortstory .panel-icon {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
}

.shortstory .panel-icon.ispmanager, .shortstory .panel-icon.vitrualmin, .shortstory .panel-icon.vestacp, .shortstory .panel-icon.cyberpanel {
    width: 20px;
}

.shortstory .panel-icon.hestiacp {
    width: 20px;
    background-image: url('../images/shortstory/hestiacp.png');
    background-size: contain;
}

.shortstory h6 {
    font-family: 'Montserrat', sans-serif;
}

.bordered {
    padding: 30px 0;
    border-bottom: 2px solid #000000;
}

.bordered:first-child {
    padding-top: 0;
}

.bordered:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.shortstory .icon {
    width: 45px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.shortstory .icon.icon-cpu {
    background-image: url(../images/shortstory/cpu.svg);
}

.shortstory .icon.icon-ram {
    background-image: url(../images/shortstory/ram.svg);
}

.shortstory .icon.icon-disc {
    background-image: url(../images/shortstory/disc.svg);
}

.shortstory .icon.icon-port {
    background-image: url(../images/shortstory/port.svg);
}

.news-shortstory {
    padding: 20px 10px;
    border: 2px solid #000000;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 40px;
}

.news-shortstory .poster {
    width: 251px;
    height: 251px;
}

.discount-shortstory {
    background: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 40px;
}

.discount-shortstory .poster {
    width: 100%;
    max-width: 440px;
    height: auto;
}

.news-shortstory .poster img, .discount-shortstory .poster img {
    max-width: 100%!important;
    height: auto;
}

.payment-method {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .slider-bottom-bg {
        height: 130px;
    }
}


@media (min-width: 1200px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 80px !important;
    }

    h2 {
        font-size: 60px !important;
    }

    h3 {
        font-size: 44px !important;
    }

    h4 {
        font-size: 40px !important;
    }

    h5 {
        font-size: 30px !important;
    }

    h6 {
        font-size: 22px !important;
    }

    .btn-black {
        background-color: #fff;
        color: #000;
    }

    .main-slider {
        padding: 0;
    }

    .main-slider .swiper-wrapper {
        padding: 85px 0;
    }

    .swiper-pagination {
        bottom: 30px !important;
    }

    .slider-bottom-bg {
        height: 190px;
    }

    .media .poster {
        width: 130px;
        height: 130px;
    }

    .shortstory {
        padding: 25px 0;
        margin-bottom: 40px;
        background: #FFFFFF;
        border: none;
        /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);*/
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
    }

    .bordered {
        padding: 0 25px;
        border-bottom: none;
        border-right: 2px solid #000000;
    }

    .bordered:last-child {
        border-right: none;
    }

    .shortstory .location {
        max-width: 267px;
    }

    .shortstory .small {
        font-size: 12px;
    }
}

@media (min-width: 1400px) {
    .slider-bottom-bg {
        height: 215px;
    }

    /*#main-contact .container-fluid:before {
        display: block;
        content: '';
        height: 100vh;
        position: absolute;
        left: 0;
        right: 105px;
        background-image: url(../images/mainpage/line.png);
        background-repeat: no-repeat;
        background-position: top;
        z-index: -1;
    }

    #main-contact .container-fluid:after {
        display: block;
        content: '';
        width: 158px;
        height: 125px;
        background-image: url(../images/mainpage/airplain.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 130px;
    }*/
    
    .shortstory:before, .shortstory:after {
        position: absolute;
        top: 22%;
        content: "";
        display: block;
        height: 60%;
        width: 65px;
        background-size: contain;
    }
    
    .shortstory:before {
        right: 100%;
        background-image: url(../images/shortstory/contact_left.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .shortstory:after {
        left: 100%;
        background-image: url(../images/shortstory/contact_right.png);
        background-repeat: no-repeat;
        background-position: center;
        
    }
}

.flag {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.faq_poster {
    background: radial-gradient(50% 50% at 50% 50%, rgba(117, 210, 239, 0.63) 0%, rgba(117, 210, 239, 0) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    margin: -25px;      
}
    
@media screen and (min-width: 1200px) {
    .faq_poster {
        padding-top: 200px;
        padding-bottom: 200px;
        margin: -100px;
    }
    
    .faq_desc {
        position: relative;
    }
    
    .faq_before {
        background: radial-gradient(50% 44.05% at 50% 44.05%, rgba(100, 255, 92, 0.63) 0%, rgba(100, 255, 92, 0) 100%);
        position: absolute;
        right: -100px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 186px;
        height: 168px;       
    }
    
    .faq_after {
        width: 96px;
        height: 86px;
        position: absolute;
        bottom: 40px;
        left: -20px;
    }

}

.accordion {
    border-top: 2px solid #000000;
}

.accordion-item {
    border: none;
    border-bottom: 2px solid #000000;
}

.accordion-button {
    font-size: 24px;
    font-weight: bold;
    box-shadow: none!important;
    padding: 30px 30px 30px 0;
}

.accordion-button::after {
    background-image: url(../images/static/faq_ques_toggler.svg);
    width: 39px;
    height: 39px;
    background-size: 39px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/static/faq_ques_toggler.svg);
    transform: rotate(-45deg);
}

.bordered-card {
    border: 2px solid #000;
    box-shadow: 4px 4px 0px #808080;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
}

.feedback {
    position: relative;
}

.feedback:before {
    content: '';
    display: none;
    position: absolute;
    width: 245px;
    height: 156px;
    background-image: url(../images/feedback/feedback_plain_big.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.feedback:after {
    content: '';
    display: none;
    position: absolute;
    width: 62px;
    height: 48px;
    background-image: url(../images/feedback/feedback_plain_small.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 992px) {
    .feedback:before {
        display: block;
        right: 80px;
        top: -60px;
    }
}

@media screen and (min-width: 1200px) {
    .feedback:before {
        right: 170px;
        top: -40px;
    }
    
    .feedback:after {
        display: block;
        left: -80px;
        top: 20px;
    }
}

.feedback input, .feedback select, .feedback textarea {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #000000;
    padding: 10px;
}

.feedback input:focus-visible, .feedback select:focus-visible, .feedback textarea:focus-visible {
    
    outline: 0;
    /*border: none;*/
}

.c-captcha {
    display: flex;
    align-items: center;
}

.c-captcha img {
    margin-right: 20px!important;
}