* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body,
html{
    font: normal normal 16px/24px "IBM Plex Sans", sans-serif, Arial !important;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    color: #606060;
    width: 100%;
    min-width: 290px;
}
.description-placeholder{
    font: normal normal 16px/24px "IBM Plex Sans", sans-serif, Arial !important;
    color: #606060;
}
.wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    /*min-width: 360px;*/
    /*min-height: 100vh;*/
}
.container {
    width: 100%;
    box-sizing: border-box;
    max-width: 1470px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
header{
    background: linear-gradient(83deg, #295C9D 9.2%, #92278E 91.45%), #FFF;
}
.header-row{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.header-logo{
    aspect-ratio: 361/96;
    width: 361px;
    height: 96px;
    background: url("images/logo.svg") center center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.menu-horizontal{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    color: white;
}
.menu-horizontal .item{
    padding: 10px 0;
    border-bottom: 1px solid rgba(246, 248, 255, 0.50);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.main-row{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
}
.left-col{
    width: 278px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}
.menu-links{
    color: #3E4149;
    font-family: "IBM Plex Mono", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.menu-links-title{
    background: #F6F8FF;
    font-weight: 500;
    padding: 8px;
}
.menu-links a{
    display: block;
    padding: 8px;
    border-bottom: 1px solid #EFF3FF;
    color: #3E4149;
    text-decoration: none;
}
.menu-links a:hover{
    color: #B91F69;
    background: #F6F8FF50;
    font-weight: 500;
}
.menu-links-block a:last-of-type{
    border: none;
}
.years-block{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.years-block b{
    display: block;
    color: #3E4149;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    padding: 8px 0 4px;
}
.years-image{
    aspect-ratio: 133/94;
    width: 100%;
    background: url("images/years-11-opt.png") center center no-repeat;
    background-size: contain;
}
.payment-methods{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.payment-methods-title{
    width: 100%;
}
.payment-method{
    width: calc((100% - 2 * 8px) / 3);
    aspect-ratio: 11/7;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.payment-method.discover{
    background-image: url("images/payment-discover.svg");
}
.payment-method.visa{
    background-image: url("images/payment-visa.svg");
}
.payment-method.paypal{
    background-image: url("images/payment-paypal.svg");
}
.payment-method.amex{
    background-image: url("images/payment-american-express.png");
}
.payment-method.mastercard{
    background-image: url("images/payment-mastercard.svg");
}
.payment-method.maestro{
    background-image: url("images/payment-maestro.svg");
}
.payment-methods-title{
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.main-col{
    flex: 1 0 0;
    background: white;
    box-shadow: 0 0 27px 0 rgba(10, 54, 88, 0.10);
    padding: 64px 40px;
}
h1{
    color: #101010;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 8px;
}
.under-h1{
    color: #BAC0CA;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
h2{
    color: #101010;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: capitalize;
    margin: 40px 0 16px;
}
h2 span{
    text-transform: none;
}
h2.grey{
    font-size: 24px;
    line-height: 32px;
}
h2.thin{
    font-weight: 400;
}
p{
    margin: 0 0 16px;
}
a{
    color: #B91F69;
}
a:hover{
    text-decoration: none;
}
ul, ol{
    margin: 0 0 16px 24px;
}
.benefits{
    margin-top: 24px;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    color: #3E4149;
    font-family: "IBM Plex Mono", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.benefit{
    position: relative;
    width: calc((100% - 24px * 2) / 3);
    display: flex;
    height: 100px;
    padding: 16px;
    align-items: center;
    border-radius: 1px;
    background: #F1F2FF;
}
.benefit span{
    max-width: 130px;
}
.benefit:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 136px;
    width: 136px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 1320px) and (min-width: 1024px), (max-width: 900px) {
    .benefit{
        width: calc((100% - 24px) / 2);
    }
}
.benefit.certified:before{
    background-image: url("images/benefit-certified-opt.png");
}
.benefit.shipping:before{
    background-image: url("images/benefit-shipping-opt.png");
}
.benefit.return:before{
    background-image: url("images/benefit-return-opt.png");
}
.benefit.config:before{
    background-image: url("images/benefit-config-opt2.png");
    transform: rotate(-53.041deg);
}
.benefit.warranty:before{
    background-image: url("images/benefit-warranty-opt.png");
}
.benefit.support:before{
    background-image: url("images/benefit-support-opt.png");
}
.product__decsr{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    font-family: "IBM Plex Mono", sans-serif;
    margin: 16px 0 0;
}
.product__decsr li{
    display: flex;
    align-items: stretch;
    list-style: none;
    width: 100%;
}
.product__decsr li .key{
    color: #101010;
    text-align: right;
    width: 230px;
    flex-shrink: 0;
    padding: 10px 16px;
    background: #F6F6F6;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}
.product__decsr li .value{
    color: #535353;
    flex: 1 0 0;
    padding: 10px;
    background: #FBFBFB;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.colocation-banner{
    aspect-ratio: 497/127;
    width: 100%;
    height: auto;
    background: url("images/colocation-banner-opt.png") center center no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}
.company-photos{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 24px 20px 18px;
    background: linear-gradient(83deg, #295C9D 9.2%, #92278E 91.45%);
}
.company-photos-title{
    display: flex;
    align-items: center;
    gap: 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    max-width: 690px;
}
.company-photos-title:before{
    content: '';
    aspect-ratio: 361 / 96;
    width: 361px;
    height: 96px;
    background: url("images/logo.svg") center center no-repeat;
    background-size: contain;
    flex-shrink: 0;
}
.company-photos-row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.company-photo{
    width: calc((100% - 8px * 3) / 4);
    height: 174px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 1300px) and (min-width: 1024px), (max-width: 850px){
    .company-photos-title:before{
        height: 60px;
        width: auto;
    }
    .company-photo{
        width: calc((100% - 8px * 2) / 3);
    }
}
@media (max-width: 1170px) and (min-width: 1024px), (max-width: 650px){
    .company-photo{
        width: calc((100% - 8px) / 2);
    }
}
.company-photo.photo-1{
    background-image: url("images/company-photo-1-opt.png");
}
.company-photo.photo-2{
    background-image: url("images/company-photo-2-opt.png");
}
.company-photo.photo-3{
    background-image: url("images/company-photo-3-opt.png");
}
.company-photo.photo-4{
    background-image: url("images/company-photo-4-opt.png");
}
.company-photo.photo-5{
    background-image: url("images/company-photo-5-opt.png");
}
.company-photo.photo-6{
    background-image: url("images/company-photo-6-opt.png");
}
.company-photo.photo-7{
    background-image: url("images/company-photo-7-opt.png");
}
.company-photo.photo-8{
    background-image: url("images/company-photo-8-opt.png");
}
@media (max-width: 1300px){
    .menu-horizontal{
        flex-wrap: wrap;
        max-width: 425px;
        gap: 8px 32px;
        justify-content: flex-start;
    }
    .header-row{
        gap: 32px;
    }
}
@media (max-width: 1023px){
    .left-col{
        display: none;
    }
    .main-row{
        padding: 0;
    }
    main .container{
        padding: 0 40px;
    }
    .main-col{
        padding: 40px 0;
        box-shadow: none;
    }
    .header-logo{
        height: 60px;
        width: auto;
    }
    .menu-horizontal{
        max-width: 470px;
        gap: 8px 24px;
    }
    .menu-horizontal .item{
        border: none;
        font-family: "IBM Plex Mono", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 0;
    }
}
@media (max-width: 800px){
    .container,
    main .container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-row{
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .menu-horizontal{
        justify-content: center;
    }
    .main-col{
        padding: 40px 0;
    }
}
@media (max-width: 600px){
    .benefit{
        height: 70px;
    }
    .benefit:before{
        height: 100px;
        width: 100px;
    }
    .colocation-banner{
        aspect-ratio: 179/183;
        background: url("images/colocation-banner-mobile-opt.png") center center no-repeat;
        background-size: contain;
    }
}
@media (max-width: 500px){
    .container,
    main .container{
        padding-left: 0;
        padding-right: 0;
    }
    .main-row{
        flex-direction: column;
        gap: 0;
    }
    .menu-links{
        display: none;
    }
    .years-block{
        position: relative;
        padding-left: 112px;
    }
    .years-image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: auto;
    }
    .left-col{
        order: 2;
        width: 100%;
        display: flex;
    }
    .main-col{
        box-shadow: none;
    }
    .benefit{
        width: 100%;
    }
    .company-photos{
        padding: 24px 12px 18px;
    }
    .company-photos-title{
        flex-direction: column;
        gap: 4px;
        max-width: 230px;
        text-align: center;
    }
    .company-photo{
        height: 120px;
    }
    h2{
        margin-top: 32px;
        font-size: 24px;
        line-height: 32px;
    }
    .company-photos{
        margin-top: 32px;
    }
    .product__decsr li{
        flex-direction: column;
        gap: 4px;
        padding: 8px 8px 16px;
        background: #F6F6F6;
    }
    .product__decsr li .key,
    .product__decsr li .value{
        font-size: 14px;
        width: 100%;
        padding: 0;
        background: none;
        text-align: left;
    }
}
@media (max-width: 360px){
    h1{
        font-size: 28px;
    }

}