*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    line-height: 1;
}

/* -------------------------------------------- */

.main {
    flex: 1 1 auto;
}

body {
    position: relative;
    font-family: Rubik;
    font-size: 16px;
    color: #4F5665;
    font-weight: 400;
    background-color: #F6F6F6;
}

.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.overflow-hidden {
    display: none;
}

/* ------------------------------------- */

._ibg {
    position: relative;
}

._ibg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 0px 0px 60px 60px;
}

.main-block__image {
    position: absolute;
    width: 100%;
    height: 84%;
    top: 0;
    left: 0;
}

/* ==header===================================================================== */

.header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0px 0px 0px;
}

.header__logo img {
    max-width: 100%;
}

.header__list {
    display: flex;
    gap: 40px;
}

.header__link {
    color: #4F5665;
}

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

.header__buttons {
    display: flex;
    align-items: center;
}

.header__button-sign-in {
    color: #0B132A;
    font-weight: 500;
    margin: 0px 30px 0px 0px;
}

.header__button-sign-up {
    color: #F53855;
    font-weight: 500;
    padding: 13px 45px;
    border-radius: 50px;
    border: 1px solid #F53855;
    transition: all 0.3s ease 0s;
}

.header__button-sign-up:hover {
    color: #fff;
    background-color: #F53855;
}

/* --burger-menu---------------------------------------- */

.header__burger {
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    align-items: center;
    justify-content: flex-end;
    margin: 0px 0px 0px 15px;
    cursor: pointer;
}   

.header__burger span {
    height: 2px;
    width: 80%;
    background: #000;
}

.header__burger::after, .header__burger::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
}

.header__burger::after {bottom: 0}

.header__burger::before {top: 0}

.header__burger-close {
    display: none;
    font-size: 50px;
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 10px;
    border: 0;
    cursor: pointer;
}

/* --anything---------------------------------------- */

.anything {
    margin: 90px 0px 0px 0px;
}

.anything__inner {
    display: flex;
    align-items: center;
}

.anything__content {
    max-width: 555px;
}

.content-anything__title {
    color: #0B132A;
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    margin: 0px 0px 20px 0px;
}

.content-anything__title span {
    font-weight: 700; 
}

.content-anything__text {
    font-weight: 500;
    line-height: 30px;
    margin: 0px 0px 68px 0px;
}

.content-anything__button {
    color: #FFF;
    font-weight: 700;
    line-height: 25px;
    padding: 18px 78px;
    border-radius: 10px;
    background: #F53838;
    transition: all 0.3s ease 0s;
}

.content-anything__button:hover {
    background: #e02525;
}

.anything__images {
    margin: 0px -50px 0px 0px;
    padding: 0px 0px 0px 30px;
}

/* --static--------------------------------------------------------- */

.static {
    margin: 100px 0px 0px 0px;
}

.static__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 68px 91px;
}

.static__content {
    display: flex;
    align-items: center;
}

.content-static__img img {
    max-width: 100%;
    margin: 0px 37px 0px 0px;
}

.static__number {
    color: #0B132A;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px; 
    margin: 0px 0px 5px 0px;
}

.static__text {
    font-size: 20px;
    line-height: 30px; 
}

/* --provide------------------------------------------------------------------- */

.provide {
    margin: 150px 0px 0px 0px;
}

.provide__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.provide__img img {
    max-width: 100%;
}

.content-provide__title {
    color: #0B132A;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    max-width: 383px;
    margin: 0px 0px 20px 0px;
}

.content-provide__text {
    line-height: 30px; 
    max-width: 428px;
    margin: 0px 0px 30px 0px;
}

.content-provide__list-item {
    position: relative;
    padding: 0px 0px 0px 34px;
}

.content-provide__list-item:not(:last-child) {
    margin: 0px 0px 30px 0px;
}

.content-provide__list-item::before {
    content: url(../LaslesVPN-img/provide/check-mark.svg);
    position: absolute;
    left: 0;
    top: -4px
}

/* --plan----------------------------------------------------------- */

.plan {
    margin: 200px 0px 0px 0px;
}

.plan__info {
    text-align: center;
}

.plan__info-title {
    color: #0B132A;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px; 
    margin: 0px 0px 20px 0px;
}

.plan__info-text {
    max-width: 555px;
    line-height: 30px;
    margin: 0 auto 60px;
}

.plan__cards {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.plan__card {
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #DDD;
    padding: 80px 55px 50px 55px;
    max-width: 100%;
    transition: all 0.3s ease 0s;
}

.plan__card:hover {
    border: 2px solid #F53838;
}

.card-plan__img {
    width: 170px;
    height: auto;
    margin: 0px 0px 30px 0px;
}

.card-plan__title {
    color: #0B132A;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; 
    margin: 0px 0px 30px 0px;
}

.card-plan__list {
    margin: 0px 0px 0px 20px;
}

.card-plan__item {
    position: relative;
    padding: 0px 0px 0px 44px;
    text-align: start;
}

.card-plan__item:not(:last-child) {
    margin: 0px 0px 25px 0px;
}

.card-plan__item::before {
    content: url(../LaslesVPN-img/plan/check-mark.svg);
    position: absolute;
    left: 0;
    top: -5px;
}

.card-plan__price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 130px 0px 33px 0px;
}

.price__padding-two {
    margin: 90px 0px 33px 0px;
}

.price__padding-three {
    margin: 50px 0px 33px 0px;
}

.card-plan__number {
    color: #0B132A;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px; 
    margin: 0px 10px 0px 0px
}

.card-plan__months {
    font-size: 25px;
    line-height: 30px;
}

.card-plan__button {
    color: #F53838;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #F53838;
    padding: 13px 93px;
    transition: all 0.3s ease 0s;
}

.card-plan__button:hover {
    color: #fff;
    background-color: #F53838;
}

/* --global------------------------------------------------------------ */

.global {
    margin: 150px 0px 0px 0px;
}

.global__inner {
    text-align: center;
}

.global__info {
   text-align: center;
}

.global__info-title {
    color: #0B132A;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    max-width: 383px;
    margin: 0 auto 20px;
}

.global__info-text {
    font-weight: 500;
    line-height: 30px;
    max-width: 555px;
    margin: 0 auto 155px;
}

.global__img {
    max-width: 100%;
}

/* --sponsors------------------------------------------------------- */

.sponsors {
    margin: 80px 0px 0px 0px;
}

.sponsors__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

/* --happy----------------------------------------------------------- */

.happy {
   margin: 130px 0px 0px 0px; 
}

.happy__container {
    max-width: 1218px !important;
}

.happy__inner {
    margin: 0px 0px 0px 0px;
    justify-content: center;
}

.happy__info {
    text-align: center;
}

.happy__info-title {
    color: #0B132A;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    max-width: 500px;
    margin: 0 auto 20px;
}

.happy__info-text {
    text-align: center;
    line-height: 30px; 
    max-width: 555px;
    margin: 0 auto 60px;
}

.happy__slider {
    display: flex;
    align-items: center;
    margin: 0px -150px 0px 0px;
}

.happy__slider-item {
    display: inline-block !important; 
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #DDD;
    background: #FFF;
    height: 280px !important;
    margin: 0px 20px 0px 20px;
}

.happy__slider-content {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
}

.happy__slider-img {
    margin: 0px 20px 0px 0px;
}

.happy__slider-person {
    flex: auto;
}

.happy__slider-name {
    color: #0B132A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
}

.happy__slider-location {
    font-size: 14px;
    font-style: normal;
    line-height: 12px; 
}

.happy__slider-rating {
    color: #0B132A;
    line-height: 30px; 
}

.happy__slider-rating::after {
    content: '';
    background-image: url(../LaslesVPN-img/happy/star.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 0px 0px 10px;
}

.happy__slider-text {
    color: #0B132A;
    line-height: 30px;
}

/* --slider------------------------------------ */

.slick-next::before, .slick-prev::before {
    font-family: slick;
    font-size: 70px !important;
    line-height: 0;
    opacity: 1;
    color: #F53838 !important;
    position: absolute !important;
    padding: 0px 0px 0px 0px !important;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s ease 0s;
}

.slick-prev::before {
    opacity: 1 !important;
}

.slick-next, .slick-prev {
    font-size: 0px !important;
    line-height: 0 !important;
    position: absolute;
    top: 340px !important;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    outline: 0px;
    transition: all 0.5s ease 0s;
}

.slick-prev {
    left: 72% !important
}

.slick-next {
    right: 18% !important;
}

.slick-next, .slick-prev.slick-active {
    background: blue;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: #F53838 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
    position: relative;;
    top: 82px !important;
    left: -500px !important;
    display: inline-block;
    border-radius: 15px !important;
    background: #DDE0E4 !important;
    margin: 0 10px !important;
    padding: 0;
    cursor: pointer;
    transition: all 0.5s ease 0s !important;
}

li.slick-active {
    width: 45px !important;
    height: 20px !important;
    background: #F53838 !important;
}

.happy__slider-item.slick-current {
    border: 2px solid #F53838;
}

/* --special-------------------------------------------------------- */

.special {
    margin: 185px 0px 0px 0px;
}

.special__inner {
    border-radius: 10px;
    background: #FFF;
    padding: 58px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special__info-title {
    color: #0B132A;
    font-size: 35px;
    font-weight: 500;
    line-height: 45px; 
    max-width: 370px;
    margin: 0px 0px 10px 0px;
}

.special__info-text {
    line-height: 30px; 
    max-width: 410px;
}

.special__button {
    position: relative;
}

.special__button-link {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    border-radius: 10px;
    background: #F53838;
    padding: 18px 66px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    display: block;
}

.special__button-link:hover {
    background: #e02525;
}

.special__button-decoration {
    position: absolute;
    top: 0px;
    left: 10%;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    background: rgba(245, 56, 56, 0.35);
    filter: blur(25px);
}

/* --footer------------------------------------------- */

.footer {
    margin: 65px 0px 100px 0px
}

.footer__inner {
    display: flex;
}

.footer__content {
    flex: auto;
}

.footer__content-img {
    max-width: 100%;
    margin: 0px 0px 20px 0px;
}

.footer__content-text {
    line-height: 30px;
    max-width: 340px;
    margin: 0px 0px 30px 0px;
}

.footer__content-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 30px 0px;
}

.footer__content-icons img {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer__content-year {
    color: #AFB5C0;
    font-weight: 500;
    line-height: 30px;
}

.footer__menu {
    display: flex;
    gap: 130px;
}

.footer__list-item {
    line-height: 30px;
    margin: 0px 0px 10px 0px;
}

.footer__list-item-title {
    color: #0B132A;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px; 
    margin: 0px 0px 20px 0px;
}

.footer__list-link {
    color: #4F5665; 
}

.footer__list-link:hover {
    text-decoration: underline;
}