body{
    font-family: 'Rubik', sans-serif;}
.container{
    max-width: 1140px;
    margin: 0 auto;}
b{
    font-weight: bold;}
.header{
    margin-top: 50px;
    display: flex;
    align-items: center;}
.header-logo{
    display: flex;
    align-items: center;
    margin-right: 185px;
    z-index: 3;}
.header-logo > p{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0B132A;}
.logo{
    padding-right: 10px;}
.menu{
    display: flex;
    align-items: center;}
.menu > nav{
    display: flex;
    align-items: center;
    justify-content: space-between;}
.check{
    width: 30px;
    height: 3px;
    background-blend-mode: overlay;
    background: #F53855;
    border-radius: 5px;
    transition: 300ms;}
.check:not(:last-of-type){
    margin-bottom: 3px;}
.checkbox, .check-wrapper{
    display: none;}
.header-nav > ul{
    margin-right: 185px;}
.header-li{
    display: inline-block;
    }
.header-li:not(:last-child){
    margin-right: 40px;
}
.header-li > a{
    font-size: 16px;
    line-height: 19px;
    color: #4F5665;
    text-decoration: none;}
.header-li > a:hover{
    text-decoration-color: #4F5665;
    text-decoration-line: #4F5665;}
.header-button{
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #F53855;
    background-color: white;
    border: 1px solid #F53855;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 13px 45px;
    cursor: pointer;
    outline: none;
}
.header-button:hover{
    color:white;
    background-color:  #F53855;
    transition: 0.5s;
    box-shadow: 0px 19px 50px -4px rgba(245,56,56,0.35);}
.after-header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 120px;
}
.after-header-text{
    max-width: 555px;
}
.header-title{
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    color: #0B132A;
    margin-bottom: 20px;
}
.gray-text{
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;     
}
.header-gray-text{
    margin-bottom: 50px;
}
.gray-text > b{
    font-weight: 500;
}
.button1{
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    background-color: #F53855;
    border: 1px solid #F53855;
    box-shadow: 0px 19px 50px -4px rgba(245,56,56,0.35);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px 45px;
    cursor: pointer;
    outline: none;
}
.button1:hover{
    color: #F53855;
    background: #FFFFFF;
    border: 1px solid white;
    transition: 0.5s;
    
}
.button1:active{
    color: white;
    background-color: #F53855;
    border: 1px solid #F53855;
}
.users-locations-servers{
    position: relative;
}
.shadow{
    height: 190px;
    max-width: 1065px;
    background: #0D1025;
    opacity: 0.1;
    filter: blur(114px);
    border-radius: 10px;
    margin-top: 200px;  
}
.white-box{
    width: 100%;
    position: absolute;
    background: white;
    transform: translate(-50%, -50%);
    top: 30px;
    left: 50%;
    border-radius: 10px;
    
}
.white-box-flex{
    display: flex;
    justify-content: space-around;
    padding: 37px 45px;}
.white-box-icon{
    display: flex;
    align-items: center;
}
.white-box-icon > img{
    margin-right: 35px;
}
.white-box-icon > div > p:first-child{
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    color: #0B132A;
}
.white-box-icon > div > p:last-child{
    font-size: 20px;
    line-height: 30px;
    color: #4F5665;
    
}
.vertical-bar{
    height: 125px;
    border: 2px solid #EEEFF2;
}
.features{
    margin-bottom: 135px;
}
.features-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 55px;
}
.features-text{
    max-width: 430px;
}
h2{
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    color: #0B132A;
    margin-bottom: 20px;
}
.gray-text-features{
    margin-bottom: 25px;
}
.features-list{
    font-size: 14px;
    color: #4F5665;
    
}
.features-list:not(:last-child){
    margin-bottom: 15px;
}
.features-list{
    margin-left: 15px;   
}
.list-flex{
    display: flex;
    align-items: center;  
}
.list-flex:not(:last-child){
    margin-bottom: 25px;  
}
.gradient{
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0.2), #FFFFFF);
}
.plan{
    padding-bottom: 150px;
}
.plan-text{
    text-align: center; 
    padding-top: 60px;   
    max-width: 555px;
}
.plan-variants{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;  
    padding-top: 60px; 
}
.plan-variants > div{
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #DDDDDD;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 80px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan-variants > div:hover{
    border: 2px solid #F53838;
    transition: 1s;
}
h3{   
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0;
}
.plan-ul{
    list-style-image: url('../png/Vector.svg');
}
.plan-list{
    padding-left: 20px;    
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #4F5665;
}
.plan-list:not(:last-child){
    padding-bottom: 10px;
}
.plan-variants > div > p{
    font-size: 25px;
    line-height: 30px;
    color: #4F5665;
    margin-bottom: 20px;
}
.plan-variants > div > p > b{
    font-weight: 500;
    color: #0B132A;
}
.plan-free > p{
    margin-top: 130px;
}
.plan-standart > p{
    margin-top: 90px;
}
.plan-premium > p{
    margin-top: 50px;
}
.list-button{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #F53855;
    background-color: white;
    border: 2px solid #F53855;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 13px 63px;
    cursor: pointer;
    outline: none;
}
.list-button:hover{
    color:white;
    background-color:  #F53855;
    transition: 0.5s;
    box-shadow: 0px 19px 50px -4px rgba(245,56,56,0.35);}
.map{
    padding-bottom: 110px;
}
.map-text{
    text-align: center;
    max-width: 555px;
    padding-bottom: 155px;
}
.grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    align-items: auto;
    margin-bottom: 125px; 
}
.comment{
    margin-bottom: 180px;}
.comment-text{
    text-align: center;
    max-width: 555px;
    padding-bottom: 60px;}
.carusel{
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 185px;}
.shadow-carusel{
    position: absolute;
    width: 318.35px;
    height: 300.81px;
    background: #0D1025;
    filter: blur(114px);
    border-radius: 10px;
    opacity: 0.08;}
.carusel2{
    display: flex;}
.carusel2 > div:first-child{
    margin-right: 40px;}
.slick-next, .slick-prev {
    top: 75%;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    cursor: pointer;
    border: 2px solid #F53838;
    box-sizing: border-box;
    border-radius: 50px;}
.slick-prev{
    left: 103%;}
.slick-next{
    right: -20%;}
.slick-prev:before {
    content: url('../png/VectorR.svg');
    opacity: 1;}
.slick-next:before {
    content: url('../png/VectorRr.svg');
    opacity: 1;}
.slick-prev:hover::before{
    content: url(../png/VectorWl.svg);
    transition: 0.5s;}
.slick-next:hover::before{
    content: url(../png/VectorW.svg);
    transition: 0.5s;}
.slick-prev:hover, .slick-next:hover{
    content: url('../png/VectorWl.svg');
    background: #F53838;
    transition: 1s;}
.slick-dots {
    top: 75%;
    left: -57%;}
.slick-dots li {
    margin: 0 8px;}
.slick-dots li button:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #DDE0E4;
    opacity: 1;}
.slick-dots li button:hover::before{
    background: #F53838;
    opacity: 1;}
.slick-dots li.slick-active button:before {
    opacity: 1;}
.slick-dots li button:active::before{
    background: #F53838;
    width: 35px;}
.slick-dots .slick-active button::before{
    width: 40px;
    background: #F53838;}
.slick-initialized .slick-slide{
    outline: none;}
.slick-dots .slick-active{
    width: 40px;}
.white-box-comment{
    width: 100%;
    padding: 30px;
    border: 2px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;}
.white-box-comment:hover{
    border: 2px solid #F53855;
    transition: 1s;}
.comment-flex1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;}
.comment-name{
    display: flex;
    align-items: center;}
.comment-name > img{
    padding-right: 20px;}
.incomment-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #0B132A;}
.incoment-title-text{
    font-size: 14px;
    color: #4F5665;}
.comment-ball{
    display: flex;}
.comment-ball > p{
    padding-right: 10px;}
.incomment-text{
    font-size: 16px;
    line-height: 30px;
    color: #0B132A;}
footer{
    background: rgba(229, 229, 229, 0.3);
    position: relative;}
footer > div.shadow{
    margin-top: 0;}
.white-box-footer{
    width: 100%;
    position: absolute;
    background: white;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    border-radius: 10px;}
.white-box-footer-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 70px;}
.footer{
    position: relative;
    display: flex;
    justify-content: space-between;}
.footer > div:last-child{
    display: flex;   
}
.footer > div > ul:not(:last-child){
    margin-right: 150px;
}
.footer-text{
    max-width: 360px;}
.footer > div > p.gray-text{
    padding-top: 20px;
    max-width: 340px;}
.footer-icons{
    padding-top: 30px;
    position: absolute;
    left: -20px;}
.light-gray{
    margin-top: 90px;
    font-size: 16px;
    line-height: 30px;
    color: #AFB5C0;}
.light-gray > b{
    font-weight: 500;}
.footer > ul > li > b{
    color: #0B132A;
    font-weight: 500;}
#up{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #F53838;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    opacity: 0.5;
}
#up:hover{
    opacity: 1;
}
@media (max-width: 1140px){
    .container{
        max-width: 1050px
    }
    .grid{
        gap: 35px;
    }
    .header-logo{
        margin-right: 140px;
    }
    .header-nav > ul{
        margin-right: 140px;
    }
    .plan-variants {
        gap: 35px;}
    .carusel{
        max-width: 550px;
    }
    .carusel2{
        flex-direction: column;
    }
    .white-box-comment{
        max-width: 530px;
        margin: 0 auto;
    }
    .carusel2 > div:first-child{
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .slick-next, .slick-prev {
        top: 80%;}
    .slick-next {
        right: -30%;}
    .slick-dots {
        top: 80%;}
}
@media (max-width: 1090px){
    .container{
        max-width: 790px;
    }
    h2{
        font-size: 32px;
        line-height: 48px;
    }
    .header{
        justify-content: space-between;
    }
    .checkbox, .check-wrapper{
        display: block;}
    .header > div > nav{
        display: none;}
    .header-li{
        margin-right: 0;}
    .menu{
        position: relative;
        }
    .check-wrapper{
        z-index: 3;}
    .checkbox{
        position: absolute;
        z-index: 4;
        display: block;
        width: 30px;
        height: 30px;
        left: -4px;
        opacity: 0; }
    .checkbox:checked ~ .check-wrapper>.check:first-of-type{
        transform: rotate(45deg) translate(5px, 5px);
        height: 5px;}
    .checkbox:checked ~ .check-wrapper>.check:last-of-type{
        transform: rotate(-45deg) translate(5px, -5px);
        height: 5px;}
    .checkbox:checked ~ .check-wrapper>.check:nth-child(2){
        opacity: 0;
    }
    .checkbox:checked ~ .header-nav{
        display: block;
        position: fixed;
        background: white;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .header-nav-ul{
        margin: 50px auto 0;
    }
    .checkbox:checked ~ .check-wrapper{
        display: fixed;}
    .header-logo{
        margin-right: 0;
    }
    .header-nav{
        text-align: center;
        margin: 0 auto;
    }
    .header-li{
        display: block;
        margin-bottom: 10px;
    }
    .header-li:not(:last-child){
        margin-right: 0;   
    }
    .header-nav > ul{
        margin-right: 0;
    }
    .header-nav > div{
        display: block;
    }
    .after-header-flex{
        margin-top: 80px;
        flex-direction: column;}
    .after-header-text{
        text-align: center;
    }
    .after-header-flex > div{
        margin-bottom: 40px;
    }
    .header-title{
        font-size: 46px;
    }
    .header-gray-text {
        margin-bottom: 40px;}
    .shadow {
        margin-top: 130px;}
    .features{
        margin-bottom: 80px;
    }
    .features-flex{
        margin-top: 30px;
    }
    .features-text{
        max-width: 370px;
    }
    .plan{
        padding-bottom: 80px;
    }
    .plan-variants > div{
        padding: 50px 0 30px 0;
    }
    .plan-text {
        padding-top: 40px;
    }
    .plan-variants{
        padding-top: 40px;
    }
    .plan-free > p{
        margin-top: 100px;
    }
    .plan-standart > p{
        margin-top: 60px;
    }
    .plan-premium > p{
        margin-top: 20px;
    }
    .map-text {
        padding-bottom: 80px;
    }
    .map{
        padding-bottom: 80px;
    }
    .grid{
        margin-bottom: 80px;
    }
    .grid > img{
        max-width: 100%;
    }
    .comment {
        margin-bottom: 100px;
    }
    .comment-text{
        padding-bottom: 40px;
    }
    .white-box-footer-flex{
        padding: 40px 50px;
    }
    .footer > div > ul:not(:last-child){
        margin-right: 80px;
    }}
@media (max-width: 850px){
    .slick-next {
        right: -6%;}
    .slick-prev {
        left: 78%;
    }
    .slick-dots{
        left: -35%;
    }}
@media (max-width: 800px){
    .container{
        max-width: 530px;
    }
    .white-box-icon > img{
        margin-right: 15px;
    }
    .white-box-icon > div > p:first-child {
        font-size: 22px;}
    .white-box-icon > div > p:last-child {
        font-size: 18px;}
    .white-box-flex {
        padding: 30px 30px;}
    .features-flex {
        flex-direction: column;
        align-items: center;}
    .features-text{
        text-align: center;
    }
    .features-text > ul > div{
        margin-left: 70px;
    }
    .plan-variants {
        grid-template-columns: 1fr;
        max-width: 350px;
    }
    .plan-variants > div {
        padding: 30px 0 30px 0;
    }
    .grid{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        max-width: 390px;
    }
    .grid > img:last-child{
        display: none;
    }
    .footer-text > h2{
        font-size: 28px;
        line-height: 44px;
    }
    .white-box-footer-flex{
        flex-direction: column;
    }
    .footer-text{
        text-align: center;
    }
    .footer-text > p{
        margin-bottom: 20px;
    }
    .white-box-footer-flex > div{
        max-width: 100%;
    }
    .footer{
        flex-direction: column;
    }
    .footer > div > ul:not(:last-child){
        margin-right: 80px;
    }
    .footer:not(:first-child){
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 550px){
    .container{
        max-width: 450px;
    }
    .after-header-flex {
        margin-top: 60px;}
    .header-title{
        font-size: 42px;
    }
    .after-header-flex > div {
        margin-bottom: 0;
        margin-top: 40px;}
    .white-box-icon > img{
        max-width: 45px;
    }
    .vertical-bar{
        height: 100px;
    }
    .white-box-flex{
        padding: 15px;
    }
    .white-box-icon > div > p:first-child {
        font-size: 20px;}
    .white-box-icon > div > p:last-child {
        font-size: 16px;}
    .features-flex {
        margin-top: 0;}
    .plan-variants{
        max-width: 280px;
    }
    .map{
        padding-bottom: 50px;
    }
    .grid{
        gap: 20px;
        margin-bottom: 50px;
    }
    .grid > img{
       max-width: 70%;
       justify-self: center; 
       align-self: center;
    }
    .slick-next, .slick-prev{
        z-index: 1;
    }
    .footer > div > ul:not(:last-child) {
        margin-right: 60px;}
    #up{
        bottom: 30px;
        right: 30px;
        width: 35px;
        height: 35px;
        font-size: 26px;
    }
}
@media (max-width: 480px){
    .container{
        max-width: 340px;
    }
    .header-logo{
        z-index: 2;
    }
    h2{
        font-size: 28px;
    }
    .gray-text{
        font-size: 16px;
    }
    .header-title{
        font-size: 36px;
        line-height: 55px;
    }
    .white-box{
        max-width: 170px;
    }
    .white-box-flex{
        flex-direction: column;  
    }
    .white-box-icon:not(:last-child){
        padding-bottom: 15px;
    }
    .vertical-bar{
        display: none;
    }
    .plan{
        padding-bottom: 50px;
    }
    .map-text{
        padding-bottom: 50px;
    }
    .plan-variants{
        max-width: 250px;
    }
    .carusel2{
        max-width: 300px;
        margin: 0 auto;
    }
    .slick-next, .slick-prev {
        top: 83%;}
    .slick-prev{
        left: 65%;
    }
    .slick-start{
        right: -4%;
    }
    .slick-dots{
        top: 82%;
        left: -22%;
    }
    .white-box-footer-flex {
        padding: 30px;}
    .footer > div > ul:not(:last-child) {
        margin-right: 30px;
    }
}
@media (max-width: 360px){
    .container{
        max-width: 280px;
    }
    .features {
        margin-bottom: 50px;}
    .features-text > ul > div {
        margin-left: 50px;
    }
    .plan-variants{
        max-width: 230px;
    }
    .plan-ul{
        padding-left: 15px;
    }
    .shadow-carusel {
        width: 60%;}
    .slick-dotted.slick-slider {
        margin-bottom: 70px;}
    .slick-next, .slick-prev {
        top: 90%;}
    .slick-prev{
        left: 35%;
    }
    .slick-next{
        right: 9%;
    }
    .slick-dots{
        left: 2%;
    }
    footer{
        margin-top: 200px;
    }
    footer > div.shadow {
        margin-bottom: 20px;}
    .footer > div:last-child {
        flex-direction: column;
    }
    .footer > div:last-child > ul{
        font-size: 18px;
    }
    .footer > div:last-child > ul:not(:last-child){
        padding-bottom: 15px;
    }
    #up{
        bottom: 10px;
        right: 10px;
        
    }
}
    