
body{
    font-family: "Poppins", sans-serif;
    /* font-family: "Inter", sans-serif; */
}


.container{
   max-width: 1180px;
   padding: 20px 0;
   margin: 0 auto;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 80px 0;
}

.header-portfolio{
	position: fixed;
	color: #009900;
	display: block;
	margin-top: -90px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #000;
	transition: all .2s ease-in;
	z-index: 20;
}

.header-portfolio:hover{
	background: #353535;
	color: #59EA1C;
}

/* burger-menu */
.header__burger-btn{
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border: none;
    /* background-color: aqua; */
    margin-left: 120px;
    border-radius: 4px;
    z-index: 15;
    transition: translate .5s, opacity .5s, background-color .5s;
}

.header__burger-btn span{
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000;
    left: 5px;
    top: 50%;
    transform: translateY(-50%); 
}

.header__burger-btn span:nth-child(1){
    transform: translateY(-10px);
}

.header__burger-btn span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}

.header__burger-btn span:nth-child(3){
    transform: translateY(10px);
}

.header.open .header__burger-btn span{
    background-color: #fff;
}


 .header.open .header__burger-btn span:nth-child(2){
    opacity: 0;
} 

.header.open .header__burger-btn span:nth-child(1){
    transform: translateY(0) rotate(45deg);
}

.header.open .header__burger-btn span:nth-child(3){
    transform: translateY(0) rotate(-45deg);
} 

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

.nav__link{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-right: 30px;
    transition: all .2s ease-in;
}

.nav__link:hover{
    color: rgb(77, 71, 71);
    border-bottom: 2px solid #b00000;
}

.nav-link{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-right: 30px;
    transition: color .2s ease-in;
}

.nav-link:hover{
    color: rgb(77, 71, 71);
}

.nav__link-left{
    margin-right: 135px;
}

.nav__link-phone{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.nav-link{
    padding-right: 35px;
}

.nav__phone-img{
    margin-right: 6px;
}

.nav__item-info{
    display: flex;
    align-items: center;
}

.header-block{
    display: flex;
    justify-content: space-between;
}

.block__left-list{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.block__left-link{
    margin-left: 23px;
    font-size: 15px;
    color: #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
}

.block__left-link--active{
    color: #b00000;
    border-bottom: 1px solid #b00000;
}

.block__left-link:first-child{
    margin-left: 0;
}

.header__title{
    max-width: 604px;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    margin-bottom: 35px;
}

.header__text{
    font-family: "Inter", sans-serif;
    max-width: 448px;
    font-size: 16px;
    line-height: 28px;
    color: #808080;
    margin-bottom: 60px;
}

.button-left{
    font-size: 14px;
    line-height: 24px;
    background-color: #b00000;
    color: #fff;
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid #b00000;
    transition: all .2s ease-in;
}

.button-left:hover{
    background-color: #951818;
    color: rgb(178, 173, 173);
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid #b00000;
}

.button-right{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 14px 12px;
    margin-left: 24px;
    border-radius: 8px;
    border: 1px solid #000;
    transition: all .2s ease-in;
}

.button-right:hover{
    color: #999;
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid #b00000;
}

.section-hosting{
    padding: 80px 0 130px;
}

.section-hosting__inner{
    display: flex;
    justify-content: space-between;
}

.hosting__inner-content{
    max-width: 594px;
}

.section-title{
    font-family: "Inter", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 64px;
    color: #18191f;
}

.section-text{
    font-family: "Inter", sans-serif;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #18191f;
    padding: 20px 0;
}

.hosting__lable{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
}

.hosting__lable img{
    width: 143px;
    height: 47px;
}

.section-hosting__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-top: 70px;
}

.hosting__info-block{
    text-align: center;
}

.hosting__info-img{
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
}

.hosting__info-title{
    max-width: 430px;
    min-height: 72px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.hosting__info-text{
    font-size: 12px;
    color: #000;
}

.ready-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 80px;
   
} 

.ready-box p{
    font-size: 25px;
    line-height: 25px;
    color: #000;
}

.ready__btn{
    font-size: 10px;
    line-height: 9px;
    padding: 7px 8px;
    color: #000;
    background-color: #ffe87a;
    border-radius: 8px;
    transition: background 0.2s;
}

.ready__btn:hover{
    background-color: #d9c14b;
}

.button{
    display: inline-block;
    background-color: #b00000;
    width: 93px;
    height: 40px;
    border-radius: 73px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}

.button::before{
    position: absolute;
    content: '';
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 73px;
    margin: 5px;
    transition: 0.2s;
}

/* input:checked + .button{
    background-color: aqua;
} */

input:checked + .button::before{
    transform: translateX(50px);
}

input{
    display: none;
}

.section-ready{
    margin-bottom: 105px;
}

.ready-content{
    max-width: 650px;
    margin: 0 auto;
}

.ready-content__title{
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    color: #000;
    margin-bottom: 38px;
}

.ready-content__text{
    font-size: 25;
    line-height: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 57px;
}

.ready__start{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 85px;
    
}

 .start__left{
    width: 407px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    border-bottom: 4px solid #b00000;
 }

 .start__right{
    width: 407px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    border-bottom: 4px solid #c4c4c4;
 }

 .ready-cart__box-container{
    display: flex;
    justify-content: center;
    gap: 100px;
 }

 .ready-cart__box{
    max-width: 299px;
    border-radius: 15px;
    border: 1px solid #c4c4c4;
    padding: 34px 29px 48px 34px;
    transition: border .2s;
 }

 .ready-cart__box:hover{
    border: 1px solid #000;
 }

 .ready-cart__title{
    font-size: 28px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
 }

 .ready-cart__text{
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 28px;
 }

 .cart__precio{
    display: inline-block;
    font-size: 42px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
 }

 .text-inf{
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin-bottom: 45px;
 }

 .ready-cart__info{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
 }

 .ready-cart__btn{
    font-size: 14px;
    font-weight: 500;
    /* line-height: 32px; */
    color: #000;
    border: 1px solid #000;
    border-radius: 12px;
    width: 235px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 35px;
    transition: all .2s ease-in;
 }

 .ready-cart__btn:hover{
    color: rgb(90, 85, 85);
    border: 2px solid #b00000;
 }

 .cart-box__text{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #808080;
    padding-left: 24px;
    
 }

 .stories-content{
    position: relative;
    max-width: 445px;
    margin-left: 130px;
    
 }

  .stories__img{
    position: absolute;
    top: -10px;
    left: -100px;
 } 

 .stories-content__title{
    font-family: "Inter", sans-serif;
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    color: #18191f;
    padding-top: 50px;
    margin-bottom: 8px;
 }

 .stories-content__text{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #18191f;
    margin-bottom: 25px;
 }

 .stories-content__flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
 }

 /* .stories-box__img{
    padding-bottom: 15px;
 } */

 .stories-box__inner{
   position: relative;
 }
 
 .box-img{
    position: absolute;
    top: 0;
    left: -32px;
 }

 .stories-content__right{
    margin-top: -80px;
 }

 .inner-right{
    max-width: 360px;
    padding: 31px 31px 96px 64px;
    border: 1px solid #c4c4c4;
 }

 .inner-top{
    max-width: 445px;
    padding: 39px 32px 14px 64px;
    border: 1px solid #c4c4c4;
    margin-bottom: 32px;

 }

 .inner-bot{
    max-width: 350px;
    padding: 42px 31px 31px 64px;
    border: 1px solid #c4c4c4;
 }

 .mark-box__text{
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin-bottom: 24px;
 }

 .box__name{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #18191f;
 }

 .box__link{
    font-size: 14px;
    line-height: 24px;
    color: #969bab;
    transition: color .2s;
 }

 .box__link:hover{
    color: #b00000;
 }

 .section-connect{
    margin: 85px 0 105px;
 }

 .connect__content{
    max-width: 445px;
 }

 .connect__inner{
    display: flex;
    justify-content: space-between;
   
    
 }

.connect__title{
    font-family: "Inter", sans-serif;
    font-size: 48px;
    line-height: 64px; 
    font-weight: 700;
    color: #18191f;
    padding-top: 20px;
    margin-bottom: 8px;
}

.connect__text{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #18191f;
}

.connect__logos{
    max-width: 496px;
}

.connect__logos{
    display: flex;
    flex-wrap: wrap;
    gap: 0 60px;
}

.section-your{
    margin-bottom: 110px;
    position: relative;
}

.awes-img-1{
    position: absolute;
    top: 20px;
    left: 434px;
}

.awes-img-2{
    position: absolute;
    bottom: 88px;
    left: 25px;
}

.awes-img-3{
    position: absolute;
    bottom: 40px;
    right: 15px;
}

.your__inner{
    background-color: #f7fafe;
    border-radius: 16px;
    padding-bottom: 88px;
}

.your__title{
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    font-size: 64px;
    line-height: 88px;
    font-weight: 600;
    color: 2e2e2e;
    margin-bottom: 40px;
}


.your-btn{
    display: block;
    margin: 0 auto;
    background-color: #b00000;
    border: none;
    text-align: center;
    padding: 12px 16px;

    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-radius: 8px;
    transition: all .2s linear;
}

.your-btn:hover{
    background-color: #951818;
    color: #999;
}

.your-btn img{
    margin-right: 8px;
}

.footer{
    background-color: #b00000;
    padding-top: 86px;
    padding-bottom: 58px;
}

.footer__inner{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.footer__block{
    width: 310px;
}

.footer__logo{
    margin-bottom: 16px;
}

.footer__text{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #e6e6e6;
}

.footer__title{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.footer__item{
    margin-top: 24px;
}


.footer__link{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #e6e6e6;
    transition: all .2s ease-in;
}

.footer__link:hover{
    text-decoration: underline;
    color: #999;
}

.footer__copy{
    margin-top: 100px;
}

.copy__text{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

@media(max-width: 1120px){
    .ready-cart__box-container{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media(max-width: 1050px){
    .section-hosting__inner{
        display: block;
    }
}

/* burger */
@media(max-width: 991px){
    .nav__list{
        /* display: none; */
        position: fixed;
        left: -350px;
        top: 0;
        width: 350px;
        background-color: blueviolet;
        display: block;
        padding: 150px 0px 100px 20px;
        transition: transform .5s;
		z-index: 10;

    }
    .nav__item{
        padding-bottom: 30px;
    }
    .nav__link{
        font-size: 20px;
        color: #fff;
    }
    .header__burger-btn{
        display: block;
    }
    .header.open .nav__list{
        transform: translateX(100%);
    }
}
 /*/burger*/

 @media(max-width: 935px){
    .section-ready{
        margin-bottom: 60px;
    }
    .stories-content-text{
        margin-bottom: 20px;
    }
    .stories-content__flex{
        gap: 120px;
    }
    .section-connect{
        margin: 40px 0px 50px;
    }
    .connect__inner{
        flex-wrap: wrap;
    }
    .connect__content{
        margin: 0 auto;
    }
    .connect__logos{
        margin: 0 auto;
        gap: 0 30px;
    }
 }


 @media(max-width: 899px){
    .header__title{
        font-size: 54px;
    }
    .hosting__inner-content{
        max-width: 100%;
    }
    .section-hosting__info{
        display: block;
    }
    .hosting__info-title{
        max-width: 100%;
        min-height: 40px;
    }
    .hosting__info-text{
        margin-bottom: 30px;
    }
    .your__title{
        font-size: 54px;
    }
 }


 @media(max-width: 771px){
    .header__title{
        font-size: 44px;
    }
 }

 @media(max-width: 695px){
    .button-right{
        display: block;
        margin: 20px 0px 0px 0px;
    }
    .your__title{
        font-size: 44px;
        line-height: 58px;
    }
 }


 @media(max-width: 640px){
    .header-block{
        display: block;
    }
    .header__title{
        line-height: 64px;
    }
    .header__text{
        margin-bottom: 30px;
    }
    .header-block__right{
        margin-top: 30px;
    }
    .section-hosting{
        padding: 30px 0px 60px;
    }
    .section-title{
        font-size: 34px;
    }
    .hosting__lable{
        max-width: 100%;
        gap: 20px;
    }
    .section-ready{
        margin-bottom: 50px;
    }
    .ready-content__title{
        font-size: 40px;
    }
    .cart__precio{
        font-size: 32px;
    }
    .stories-content{
        margin: 0;
    }
    .stories__img{
        left: 0;
    }
    .stories-content__title{
        font-size: 38px;
    }
    .connect__title{
        font-size: 38px;
    }
    .section-your{
        margin-bottom: 40px;
    }
    .awes-img-1{
        display: none;
    }
    .awes-img-2{
        display: none;
    }
    .awes-img-3{
        display: none;
    }
    .footer{
        padding-top: 40px;
        padding-bottom: 30px;
    }
 }

 @media(max-width: 491px){
    .nav{
        /*display: block;*/
        padding: 20px 40px;
    }
    .nav-link{
        padding-right: 0;
    }
    .header__burger-btn{
        margin-bottom: 20px;
        margin-left: -40px;
    }
    .header__title{
        font-size: 34px;
        line-height: 44px;
    }
    .header__text{
        font-size: 14px;
        line-height: 24px;
    }
    .section-hosting{
        padding: 10px 0px;
    }
    .section-title{
        font-size: 24px;
    }
    .section-text{
        font-size: 14px;
    }
    .ready-content__title{
        font-size: 30px;
        line-height: 40px;
    }
    .ready-box{
        display: block;
        margin-left: 40px;
        margin-bottom: 30px;
    }
    .ready__check{
        margin-bottom: 20px;
    }
    .stories-content__title{
        font-size: 28px;
        line-height: 38px;
    }
    .section-connect{
        margin: 10px 0;
    }
    .connect__title{
        font-size: 28px;
        line-height: 38px;
    }
    .connect__text{
        font-size: 14px;
        line-height: 24px;
        gap: 0;
    }
    .your__title{
        font-size: 34px;
    }

 }

 @media(max-width: 371px){
    .your__title{
        font-size: 24px;
        line-height: 38px;
    }
 }
