:root{
    --grey:#e6e8ec;
    --gray-bg:#f6f7f8;
    --text:#2a2e36;
    --orange:#ff5731;
    --blue:#157fe2;
    --green:#70a755;
    --icon-blue:#409dff;
    --icon-blue2:#024edf;
    --black:#000;
    --white:#fff;
    --dark-blue:#0e66ce;
    --black-blue:#0d2352;
    --btn-blue:#0e66ce;
    --input-text:rgba(0,0,0,.25);
    --select:#d6e4ff
}
.site-banner{
    background-color:#0e66ce;
    background-image:linear-gradient(90deg,#0e66ce,#1f98f6)
}
.banner-wrapper{
    background-position:bottom;
    background-repeat:no-repeat
}
.banner-inner{
    width:100%;
    max-width:1366px;
    min-height:392px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto
}
.banner-content{
    width:100%;
    text-align:center
}
.banner-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    letter-spacing:.975px;
    color:#fff
}
.banner-excerpt{
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:25px;
    color:#fff;
    margin-top:24px
}
.banner-actions{
    display:flex;
    justify-content:center;
    margin-top:24px
}
.banner-actions a{
    width:190px;
    height:54px;
    font-style:normal;
    font-weight:700;
    font-size:16px;
    line-height:22px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    padding:16px 24px
}
.banner-actions a:hover{
    color:#fff;
    text-decoration:none
}
.banner-actions a:not(:last-of-type){
    margin-right:20px
}
.intro-feature-buttons{
    width:100%;
    max-width:280px;
    margin:0 auto
}
.feature-button{
    width:100%;
    height:70px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    border-radius:6px;
    padding:8px 12px 8px 15px
}
.feature-button-orange{
    border-radius:4px;
    border:1px solid #ff5731;
    background-color:#ff5731;
    box-shadow:0 2px 2px rgba(0,0,0,.15)
}
.feature-button-orange:hover{
    box-shadow:0 0 15px #ff5731;
    text-decoration:none
}
.feature-button-orange span{
    font-style:normal;
    font-weight:400;
    font-size:28px;
    line-height:32px;
    letter-spacing:-.9px;
    color:#fff
}
.feature-button-orange em{
    display:block;
    font-style:italic;
    font-weight:400;
    font-size:14px;
    line-height:16px;
    color:#fff
}
.feature-button-outline{
    border:1px solid #fff
}
.feature-button-outline:hover{
    text-decoration:none
}
.feature-button-outline span{
    font-style:normal;
    font-weight:400;
    font-size:24px;
    line-height:32px;
    color:#fff
}
.feature-button-outline em{
    display:block;
    font-style:normal;
    font-weight:400;
    font-size:13px;
    line-height:16px;
    color:#fff
}
.feature-button-divider{
    font-style:italic;
    font-weight:300;
    font-size:18px;
    line-height:21px;
    letter-spacing:-.58px;
    color:#fff;
    text-align:center;
    margin:10px 0
}
.banner-picture{
    display:none;
    align-self:flex-end
}
.banner-image{
    padding-top:34px
}
.pages-links-wrapper{
    width:100%;
    display:flex;
    justify-content:center;
    margin:auto
}
.pages-links-item{
    width:100%;
    max-width:375px;
    height:125px;
    display:flex;
    align-items:center;
    justify-content:unset;
    flex-direction:column;
    position:relative;
    background:#fff;
    padding-top:16px;
    border-right:1px solid #e6e8ec;
    border-bottom:1px solid #e6e8ec;
    transition:all .5s ease
}
.pages-links-item.active{
    background:#f6f7f8;
    border-left:1px solid #e6e8ec;
    border-bottom:1px solid #f6f7f8
}
.pages-links-item .link-icon{
    color:#024edf;
    margin-bottom:10px
}
.pages-links-item .link-icon i{
    font-size:56px
}
.pages-links-item .link-title{
    font-weight:700;
    font-size:16px;
    line-height:20px;
    text-align:center;
    color:#000
}
.pages-links-item{
    height:104px;
    flex-direction:row;
    justify-content:center;
    background-color:#f6f7f8
}
.pages-links-item.active{
    background-color:#fff;
    margin-bottom:-1px;
    border-bottom:none!important
}
.link-title{
    padding-left:8px
}
.site-pages-links{
    background-color:#f6f7f8;
    border-bottom:1px solid #e6e8ec
}
.site-pages-links>.container{
    margin-bottom:-1px
}
.pages-links-item{
    padding-top:0!important
}
.pages-links-item .link-icon{
    margin-bottom:0
}
.flags{
    display:flex;
    flex-direction:column;
    align-items:center;
    max-width: 800px;
}
.flags-wrap{
    padding: 40px 0 20px
}
.flags__title{
    font-weight:600;
    font-size:64px;
    text-align:center
}
.flags__title-wrap{
    display:flex;
    align-items:center;
    justify-content:center
}
.flags__title-ico{
    width:100px;
    height:auto;
    /*
    max-width:87px;
    max-height:87px;
    min-width:87px;
    min-height:87px;
    */
    margin-right:16px;
    object-fit: contain;
}
.flags__subtitle{
    padding:36px 0 24px;
    font-weight:400;
    font-size:16px;
    line-height:1.5em;
    /*text-align:center;*/
    text-align: justify;
}
.flags__list{
    align-items:center;
    flex-wrap:wrap;
    gap:5px 60px;
    padding-bottom:48px
}
.flags__list,.flags__list-item{
    display:flex;
    justify-content:center
}
.flags__list-item{
    font-weight:400;
    font-size:16px;
    line-height:1.5em;
    white-space:nowrap
}
.flags__list-item b{
    font-weight:600;
    white-space:nowrap
}
.flags__headline--reg{
    font-weight:600!important
}
.flags__desc{
    padding-top:16px;
    font-size:22px;
    font-weight:400;
    line-height:1.5;
    color:#444
}
.flags__content{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
    max-width:1198px;
    padding-top:12px;
    padding-bottom:24px
}
.flags__item.active{
    background-color: white;
}
.site-vps-pricing{
    background:#f6f7f8;
    padding-top:40px;
    padding-bottom:50px
}
.vps-pricing-headings{
    text-align:center;
    margin:0 auto 40px
}
.vps-pricing-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    color:#2a2e36
}
.vps-pricing-header{
    display:none
}
.vps-pricing-header .vps-pricing-options div:first-child{
    max-width:180px
}
.vps-pricing-header .vps-pricing-actions div,.vps-pricing-header .vps-pricing-options div{
    font-style:normal;
    font-weight:700;
    font-size:16px;
    line-height:25px;
    color:#fff;
    text-align:center;
    margin:auto
}
.vps-pricing-item{
    width:100%;
    max-width:360px;
    background:#fff;
    margin-bottom:16px;
    box-shadow:0 4px 8px 0 rgba(10,14,29,.02),0 4px 16px 0 rgba(10,14,29,.06);
    padding:15px;
    margin:auto;
    transition:all .5s ease
}
.vps-pricing-item:hover{
    background:#f4faff
}
.vps-pricing-options{
    display:flex;
    flex-wrap:wrap;
    align-items:center
}
.vps-pricing-options .vps-pricing-value:first-child{
    max-width:180px
}
.vps-pricing-actions{
    width:100%;
    text-align:center
}
.vps-pricing-value{
    width:50%;
    padding:5px
}
.indication{
    font-style:normal;
    font-weight:400;
    font-size:14px;
    line-height:24px;
    color:#2a2e36;
    text-align:center
}
.indication strong{
    font-weight:700
}
.speedometer svg[data-dial="25"] .speedometer-dial-25,.speedometer svg[data-dial="50"] .speedometer-dial-25,.speedometer svg[data-dial="50"] .speedometer-dial-50,.speedometer svg[data-dial="75"] .speedometer-dial-25,.speedometer svg[data-dial="75"] .speedometer-dial-50,.speedometer svg[data-dial="75"] .speedometer-dial-75,.speedometer svg[data-dial="100"] .speedometer-dial-25,.speedometer svg[data-dial="100"] .speedometer-dial-50,.speedometer svg[data-dial="100"] .speedometer-dial-75,.speedometer svg[data-dial="100"] .speedometer-dial-100{
    fill:#157fe2
}
.price-button{
    width:135px;
    margin:auto
}
.price-button a{
    width:100%;
    font-weight:700;
    color:#fff;
    text-transform:uppercase
}
.vps-pricing-action{
    margin-left:auto
}
.vps-pricing-action:hover{
    cursor:pointer
}
.vps-pricing-footer{
    text-align:center;
    margin-top:48px
}
.vps-pricing-link{
    font-style:normal;
    font-weight:700;
    font-size:18px;
    line-height:25px;
    text-align:center;
    color:#157fe2
}
.site-vps-essentials{
    padding-top:60px;
    padding-bottom:60px
}
.site-vps-essentials--grey{
    background-color:#f6f7f8
}
.essentials-header{
    max-width:270px;
    text-align:center;
    margin:0 auto 50px
}
.essentials-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    color:#000;
    color:#2a2e36
}
.essentials-subtitle{
    font-style:normal;
    font-weight:300;
    font-size:24px;
    line-height:28px;
    letter-spacing:.45px;
    color:#000;
    margin:30px 0 0
}
.essential-card{
    height:100%;
    padding:48px 30px
}
.essential-card-inner{
    text-align:center
}
.essential-card-icon{
    color:#024edf;
    margin-bottom:8px
}
.essential-card-title{
    font-style:normal;
    font-weight:700;
    font-size:18px;
    line-height:24px;
    color:#000;
    margin-bottom:8px
}
.essential-card-excerpt{
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:24px;
    color:#000
}
.essential-card-link{
    font-style:normal;
    font-weight:300;
    font-size:16px;
    line-height:19px;
    color:#157fe2;
    display:inline-block;
    margin-top:8px
}
.essential-card-link:hover{
    color:#2d96f8;
    text-decoration:none
}
.site-vps-services{
    padding-top:50px;
    padding-bottom:50px;
    background:#f6f7f8
}
.services-header{
    max-width:420px;
    text-align:center;
    margin:0 auto 40px
}
.services-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    color:#000
}
.services-card{
    max-width:380px;
    text-align:center;
    background:linear-gradient(89.92deg,#0e66ce .08%,#1f98f6 99.93%);
    border-radius:8px;
    padding:24px;
    margin:5px auto
}
.services-card-icon{
    color:#fff;
    margin-bottom:10px
}
.services-card-title{
    font-style:normal;
    font-weight:700;
    font-size:18px;
    line-height:24px;
    color:#fff
}
.site-vps-tabs{
    padding-top:50px;
    padding-bottom:50px;
    background-color:white;
}
.site-vps-tabs--simple{
    padding-top:48px!important;
    background-color:#fff
}
.site-vps-tabs--simple .vps-tab-pane{
    box-shadow:none;
    border:none;
    padding:32px 0 0!important;
    max-width:846px!important
}
.site-vps-tabs--simple .vps-tabs-navs{
    max-width:846px!important
}
.site-vps-tabs--simple p{
    margin-bottom:0!important
}
.vps-tabs-headings{
    max-width:470px;
    text-align:center;
    margin:0 auto 40px
}
.vps-tabs-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    color:#000;
    letter-spacing:.975px
}
.vps-tabs-excerpt{
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:24px;
    letter-spacing:.45px;
    color:#000;
    margin-top:22px
}
.vps-tabs-navs{
    width:100%;
    max-width:760px;
    list-style:none;
    text-align:center;
    padding:0;
    margin:0 auto
}
.vps-tabs-item{
    width:100%;
    margin:auto
}
.vps-tabs-link{
    width:100%;
    min-height:40px;
    font-weight:400;
    font-size:14px;
    line-height:25px;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    border-bottom:2px solid #fff
}
.vps-tabs-link:hover{
    text-decoration:none;
    cursor:pointer
}
.vps-tabs-link.active{
    font-weight:700;
    color:#157fe2;
    border-bottom:2px solid #157fe2
}
.vps-tabs-content{
    margin-top:16px
}
.vps-tab-pane{
    width:100%;
    max-width:760px;
    display:none;
    background:#fff;
    border:1px solid #e6e8ec;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    padding:15px;
    margin:0 auto
}
.vps-tab-pane.active{
    display:block
}
.vps-pane-inner{
    display:flex;
    flex-wrap:wrap;
    margin-right:0;
    margin-left:0
}
.vps-pane-item{
    position:relative;
    width:100%;
    padding-right:0;
    padding-left:0;
    flex:0 0 50%;
    max-width:50%
}
.application{
    display:block;
    text-align:center;
    border:1px solid #fff;
    border-radius:8px;
    padding:30px 0 10px;
    transition:.3s ease-in-out
}
.application:hover{
    text-decoration:none;
    background:#157fe2;
    background:linear-gradient(89.92deg,#0e66ce .08%,#1f98f6 99.93%);
    border:1px solid #fff
}
.application-icon{
    width:55px;
    height:55px;
    display:flex;
    justify-content:center;
    margin:0 auto 25px
}
.application-icon svg{
    fill:#157fe2;
    transition:.3s ease-in-out
}
.application:hover .application-icon svg{
    fill:#fff
}
.application-title{
    font-style:normal;
    font-weight:400;
    font-size:14px;
    line-height:24px;
    text-align:center;
    color:#000;
    transition:.3s ease-in-out
}
.application:hover .application-title{
    color:#fff;
    transform:translateY(-100%);
    opacity:0
}
.application-link{
    font-style:normal;
    font-weight:400;
    font-size:14px;
    line-height:24px;
    text-align:center;
    color:#fff;
    opacity:0;
    transition:.3s ease-in-out
}
.application:hover .application-link{
    color:#fff;
    transform:translateY(-100%);
    opacity:1
}
.vps-tabs-actions{
    margin-top:48px
}
.vps-create-account{
    width:214px;
    height:54px;
    display:flex;
    align-items:center;
    border:0;
    border-radius:4px;
    background-color:#0e66ce;
    box-shadow:0 2px 2px rgba(0,0,0,.15);
    position:relative;
    transition:.3s ease-in-out;
    padding:16px 24px;
    margin:0 auto
}
.vps-create-account:hover{
    color:#fff;
    text-decoration:none;
    background:#1976e3;
    box-shadow:0 1px 3px rgba(0,0,0,.15);
    box-shadow:none
}
.vps-create-account div{
    font-style:normal;
    font-weight:700;
    font-size:16px;
    line-height:22px;
    color:#fff;
    text-align:left;
    text-decoration:none;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.vps-create-account div:first-child{
    width:100%
}
.site-transfer{
    padding-top:50px;
    padding-bottom:50px
}
.transfer-header{
    max-width:760px;
    text-align:center;
    margin:0 auto 50px
}
.transfer-title{
    font-size:34px;
    line-height:40px;
    letter-spacing:.975px
}
.transfer-content,.transfer-title{
    font-style:normal;
    font-weight:400;
    color:#000
}
.transfer-content{
    font-size:18px;
    line-height:24px
}
.transfer-image{
    width:100%;
    display:block;
    margin-bottom:50px
}
.site-get-started{
    background:#f6f7f8;
    padding-top:48px;
    padding-bottom:48px
}
.get-started-header{
    text-align:center
}
.get-started-title{
    font-style:normal;
    font-weight:400;
    font-size:34px;
    line-height:40px;
    /*color:#fff;*/
    color: black;
    margin-bottom:12px
}
.get-started-button{
    width:350px;
    height:54px;
    display:flex;
    align-items:center;
    border:0;
    border-radius:4px;
    /*background-color:#ff5731;*/
    /*box-shadow:0 2px 2px rgba(0,0,0,.15);*/
    background-color:#0e66ce;
    box-shadow: 0 2px 4px rgba(13,101,216,.5);
    padding:16px 24px;
    margin:0 auto;
    position:relative;
    white-space: nowrap;
    transition:.3s ease-in-out
}
.get-started-button:hover{
    color:#fff;
    text-decoration:none;
    background-color:#1976e3;
    /*    background:#ff6b4a;
        box-shadow:0 1px 3px rgba(0,0,0,.15);*/
    box-shadow:none;
}
.get-started-button:active, .get-started-button:focus{
    color:#fff;
    text-decoration:none;
    background-color:#095bbc;
    box-shadow:none;
    outline: none;
}
.get-started-button div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-style:normal;
    font-weight:700;
    font-size:16px;
    line-height:22px;
    color:#fff;
    text-align:left;
    text-decoration:none;
    text-transform:none;
}
.get-started-button div:first-child{
    width:100%
}
.get-started-hint {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}
.section-locations{
    position:relative
}
#map .gm-style .gm-style-iw-a{
    transform:translateY(125px)
}
#map .gm-style .gm-style-iw-c{
    position:absolute;
    box-sizing:border-box;
    overflow:hidden;
    top:0;
    left:0;
    transform:translate(-50%,-100%);
    background-color:transparent;
    border-radius:0;
    padding:0;
    box-shadow:none
}
.locations-map-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    color:#000;
    position:absolute;
    top:60px;
    left:50%;
    text-align:center;
    transform:translateX(-50%);
    z-index:1
}
.locations-map-inner{
    width:100vw;
    height:450px;
    display:block;
    margin:0 auto;
    border:0;
    background-image:url(../images/media/feature-map.png);
    background-size:cover;
    background-position:85%
}
.pin-title{
    font-weight:500;
    font-size:16px;
    transform:translateX(-50%)
}
.site-vps-deploy{
    padding-top:40px;
    padding-bottom:50px
}
.vps-deploy-headings{
    max-width:580px;
    text-align:center;
    margin:0 auto 50px
}
.vps-deploy-title{
    font-size:34px;
    line-height:40px;
    letter-spacing:.975px;
    margin-bottom:24px
}
.vps-deploy-excerpt,.vps-deploy-title{
    font-style:normal;
    font-weight:400;
    color:#000
}
.vps-deploy-excerpt{
    font-size:16px;
    line-height:24px;
    letter-spacing:.45px
}
.vps-deploy-features{
    width:100%;
    max-width:300px;
    background:#fff;
    border:1px solid #e6e8ec;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    overflow:hidden;
    margin:auto
}
.deploy-features-item{
    width:100%;
    position:relative;
    transition:all .4s linear
}
.deploy-features-item:nth-child(2){
    border-top:1px solid #e6e8ec;
    border-bottom:1px solid #e6e8ec
}
.deploy-features-item:hover{
    background:linear-gradient(89.92deg,#0e66ce .08%,#1f98f6 99.93%)
}
.deploy-features-item:hover .deploy-excerpt,.deploy-features-item:hover .deploy-icon i,.deploy-features-item:hover .deploy-link,.deploy-features-item:hover .deploy-title{
    color:#fff
}
.deploy-item{
    width:100%;
    max-width:360px;
    text-align:center;
    padding:30px;
    margin:auto
}
.deploy-icon{
    margin-bottom:8px
}
.deploy-icon i{
    font-size:55px;
    color:#024edf
}
.deploy-title{
    font-weight:700;
    font-size:20px;
    color:#000
}
.deploy-excerpt,.deploy-title{
    font-style:normal;
    line-height:24px
}
.deploy-excerpt{
    font-weight:300;
    font-size:14px;
    color:#646464;
    margin-top:8px
}
.deploy-link{
    font-style:normal;
    font-weight:600;
    font-size:16px;
    line-height:22px;
    color:#157fe2;
    display:inline-block;
    margin-top:8px
}
.site-vps-addons{
    padding-top:45px;
    padding-bottom:45px;
    background-color:#fff
}
.vps-addons-headings{
    max-width:280px;
    text-align:center;
    margin:0 auto 50px
}
.vps-addons-title{
    font-size:28px;
    line-height:34px;
    letter-spacing:.975px;
    margin-bottom:24px
}
.vps-addons-subtitle,.vps-addons-title{
    font-style:normal;
    font-weight:400;
    color:#000
}
.vps-addons-subtitle{
    font-size:16px;
    line-height:24px;
    letter-spacing:.45px
}
.vps-addons-list{
    list-style:none;
    position:relative;
    padding:0;
    margin:0
}
.vps-addons-item{
    border:1px solid #e6e8ec;
    margin-top:-1px
}
.vps-addons-item.active{
    background:#f6f7f8
}
.vps-addons-item.active .vps-addon-body{
    height:auto;
    padding:0 20px 25px;
    overflow:visible
}
.vps-addon-header{
    min-height:80px;
    display:flex;
    align-items:center;
    padding:10px 20px 10px 90px;
    position:relative
}
.vps-addon-header:hover{
    cursor:pointer
}
.vps-addon-body{
    height:0;
    overflow:hidden
}
.vps-addon-title{
    font-style:normal;
    font-weight:700;
    font-size:20px;
    line-height:24px;
    color:#000
}
.vps-addon-icon{
    width:50px;
    height:50px;
    position:absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%)
}
.vps-addon-icon i{
    font-size:50px;
    color:#024edf
}
.vps-addon-description{
    font-weight:300;
    color:#646464
}
.vps-addon-description,.vps-addon-link{
    font-style:normal;
    font-size:16px;
    line-height:24px
}
.vps-addon-link{
    font-weight:400;
    color:#157fe2;
    display:inline-block
}
.vps-addon-link:hover{
    text-decoration:none
}
.vps-addons-illustrations{
    display:none;
    padding:0;
    margin:0
}
.addon-illustration-item{
    display:none
}
.addon-illustration-item.active{
    display:block
}
.addon-illustration-image{
    width:100%;
    max-width:280px;
    display:block;
    margin-left:auto
}
.section-questions{
    padding-top:35px;
    padding-bottom:45px;
    background:#f6f7f8
}
.questions-title{
    font-style:normal;
    font-weight:700;
    font-size:34px;
    line-height:40px;
    color:#000;
    text-align:center;
    margin-bottom:35px
}
.accordion{
    border:1px solid #e6e8ec;
    filter:drop-shadow(0 8px 20px rgba(0,0,0,.05));
    border-radius:8px;
    overflow:hidden
}
.accordion-item{
    background:#fff;
    border-left:1px solid #e6e8ec;
    border-right:1px solid #e6e8ec;
    border-bottom:1px solid #e6e8ec
}
.accordion-item:first-child{
    border-top:1px solid #e6e8ec
}
.accordion-header{
    position:relative;
    font-size:20px;
    line-height:25px
}
.accordion-trigger{
    width:100%;
    display:block;
    text-align:left;
    padding:15px 65px 15px 20px
}
.accordion-trigger:before{
    width:25px;
    height:25px;
    display:block;
    content:"";
    position:absolute;
    top:15px;
    right:20px;
    border:1px solid #024edf;
    border-radius:50px
}
.accordion-trigger:after{
    width:10px;
    height:10px;
    display:block;
    font:normal normal normal 10px/1 Domenator;
    color:#024edf;
    content:"\e1f9";
    position:absolute;
    top:22px;
    right:28px
}
.accordion-trigger.collapsed:after{
    content:"\e1f6";
    top:23px;
    right:28px
}
.accordion-title{
    font-style:normal;
    font-weight:600;
    font-size:18px;
    line-height:25px;
    color:#000
}
.accordion-icon{
    position:absolute;
    top:20px;
    right:20px
}
.content-inner{
    font-style:normal;
    font-weight:300;
    font-size:16px;
    line-height:24px;
    color:#646464;
    flex:1 1 auto;
    min-height:1px;
    padding:0 20px 15px;
    background:#fff
}
.content-inner p{
    margin:0 0 14px
}
.content-inner p:last-child{
    margin:0
}
.content-inner a{
    text-decoration:underline
}
@media (min-width:576px){
    .intro-feature-buttons{
        max-width:312px
    }
    .link-title{
        font-size:16px!important
    }
    .flags-wrap{
        /*padding:88px 0 72px*/
        padding: 88px 0 22px 0;
    }
    /*    .flags__content{
            padding-top:48px
        }*/
    .flags__item{
        padding:16px;
        margin:2px 12px
    }
    .essentials-header{
        max-width:435px
    }
    .essentials-inner{
        display:flex;
        flex-wrap:wrap;
        margin-right:-15px;
        margin-left:-15px
    }
    .essentials-column{
        position:relative;
        width:100%;
        padding-right:15px;
        padding-left:15px;
        flex:0 0 50%;
        max-width:50%
    }
    .services-grid{
        display:flex;
        flex-wrap:wrap;
        margin-right:-5px;
        margin-left:-5px
    }
    .services-column{
        position:relative;
        width:100%;
        padding-right:5px;
        padding-left:5px;
        flex:0 0 50%;
        max-width:50%
    }
    .vps-pane-item{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .vps-deploy-features{
        max-width:390px
    }
    .vps-addons-headings{
        max-width:680px
    }
    .accordion-trigger:before{
        width:28px;
        height:28px;
        top:13px;
        right:20px
    }
    .accordion-trigger:after{
        top:21px;
        right:30px
    }
    .accordion-trigger.collapsed:after{
        top:22px;
        right:30px
    }
    .accordion-icon{
        top:15px;
        right:20px
    }
}
@media (min-width:768px){
    .banner-content{
        max-width:600px;
        margin:auto
    }
    .banner-title{
        font-size:42px;
        line-height:57px
    }
    .site-vps-pricing{
        padding-top:88px;
        padding-bottom:88px
    }
    .vps-pricing-section{
        border:1px solid #e6e8ec;
        border-radius:8px;
        overflow:hidden;
        filter:drop-shadow(0 8px 20px rgba(0,0,0,.05))
    }
    .vps-pricing-header{
        max-width:100%;
        height:48px;
        box-shadow:none;
        border-top:1px solid #e6e8ec;
        align-items:center;
        background:linear-gradient(89.92deg,#0a4d9d .08%,#0e66ce 99.93%);
        padding:12px 15px;
        margin:auto;
        transition:all .5s ease;
        display:flex;
        flex-wrap:wrap;
        margin-right:0;
        margin-left:0
    }
    .vps-pricing-header:first-child{
        border-top:0
    }
    .vps-pricing-header .vps-pricing-actions div,.vps-pricing-header .vps-pricing-options div{
        width:auto;
        flex-grow:1
    }
    .vps-pricing-item{
        max-width:100%;
        box-shadow:none;
        border-bottom:1px solid #e6e8ec;
        align-items:center;
        display:flex;
        flex-wrap:wrap;
        margin-right:0;
        margin-left:0
    }
    .vps-pricing-item:last-child{
        border-bottom:0
    }
    .vps-pricing-options{
        width:75%;
        padding:0
    }
    .vps-pricing-actions .indication{
        display:none
    }
    .vps-pricing-actions{
        width:25%
    }
    .vps-pricing-value{
        width:auto;
        flex-grow:1;
        margin-bottom:0
    }
    .essentials-header{
        max-width:100%;
        margin:0 auto
    }
    .essentials-title,.services-title{
        font-size:42px;
        line-height:57px
    }
    .vps-tabs-navs{
        display:flex;
        justify-content:center
    }
    .vps-tabs-link{
        font-size:18px
    }
    .vps-pane-item{
        flex:0 0 25%;
        max-width:25%
    }
    .locations-map-title{
        font-size:42px;
        line-height:57px;
        width:100%;
        top:50px
    }
    .locations-map-inner{
        background-position:50%
    }
    .site-vps-deploy{
        padding-top:88px;
        padding-bottom:88px
    }
    .vps-addons-content{
        max-width:1136px;
        display:flex;
        flex-wrap:wrap;
        margin:auto
    }
    .vps-addons-list{
        position:relative;
        width:100%;
        padding-right:0;
        padding-left:0;
        flex:0 0 50%;
        max-width:50%
    }
    .vps-addons-item{
        max-width:520px
    }
    .vps-addons-illustrations{
        display:block;
        position:relative;
        width:100%;
        padding-right:0;
        padding-left:0;
        flex:0 0 50%;
        max-width:50%
    }
    .section-questions{
        padding-top:45px;
        padding-bottom:60px
    }
    .questions-title{
        font-size:42px;
        line-height:57px;
        margin-bottom:50px
    }
    .accordion-item:first-child{
        border-radius:4px 4px 0 0
    }
    .accordion-item:last-child{
        border-radius:0 0 4px 4px
    }
    .accordion-trigger{
        padding:24px 65px 24px 24px
    }
    .accordion-trigger:before{
        top:20px;
        right:20px
    }
    .accordion-trigger:after{
        top:29px;
        right:29px
    }
    .accordion-trigger.collapsed:after{
        top:30px;
        right:29px
    }
    .accordion-title{
        font-size:24px;
        line-height:32px
    }
    .accordion-icon{
        top:30px;
        right:25px
    }
    .content-inner{
        padding:0 25px 30px
    }
}
@media (min-width:992px){
    .banner-wrapper[data-background=variant-v1]{
        background-image:url(../images/theme/background-intro-section-v1.svg)
    }
    .banner-wrapper[data-background=variant-v2]{
        background-image:url(../images/theme/background-intro-section-v2.svg)
    }
    .banner-inner{
        justify-content:space-between
    }
    .banner-content{
        text-align:left;
        margin:0
    }
    .banner-excerpt.large{
        font-size:24px;
        line-height:30px
    }
    .banner-excerpt.small{
        font-size:14px;
        line-height:25px
    }
    .banner-actions{
        justify-content:flex-start
    }
    .intro-feature-buttons{
        margin:100px 0 0
    }
    .feature-button{
        padding:8px 25px
    }
    .feature-button-outline em{
        font-size:14px
    }
    .banner-picture{
        display:block
    }
    .banner-image{
        margin-bottom:20px
    }
    .pages-links-item{
        padding-top:16px
    }
    .vps-pricing-headings{
        margin:0 auto 48px
    }
    .vps-pricing-title{
        font-size:42px;
        line-height:57px
    }
    .vps-pricing-header .vps-pricing-actions div,.vps-pricing-header .vps-pricing-options div{
        font-size:18px;
        line-height:25px;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .indication{
        font-size:18px;
        line-height:21px
    }
    .site-vps-essentials{
        padding-top:90px;
        padding-bottom:65px
    }
    .essentials-subtitle{
        margin:8px 0 0
    }
    .essentials-body{
        max-width:680px;
        margin:0 auto
    }
    .essentials-inner{
        display:flex;
        flex-wrap:wrap;
        margin-right:-40px;
        margin-left:-40px
    }
    .essentials-column{
        position:relative;
        width:100%;
        padding-right:40px;
        padding-left:40px
    }
    .services-header{
        max-width:480px
    }
    .services-body{
        max-width:640px;
        margin:auto
    }
    .site-vps-tabs{
        padding-top:68px;
        padding-bottom:68px
    }
    .vps-tabs-headings{
        max-width:845px
    }
    .vps-tabs-title{
        font-size:42px;
        line-height:57px
    }
    .vps-tabs-excerpt{
        font-size:24px;
        line-height:32px
    }
    .site-transfer{
        padding-top:65px;
        padding-bottom:100px
    }
    .transfer-header{
        max-width:845px
    }
    .transfer-title{
        font-style:normal;
        font-weight:700;
        font-size:42px;
        line-height:57px
    }
    .transfer-grid{
        display:flex;
        flex-wrap:wrap;
        margin-right:-20px;
        margin-left:-20px;
        flex-direction:row-reverse
    }
    .transfer-column:first-child{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .transfer-column:first-child,.transfer-column:nth-child(2){
        position:relative;
        width:100%;
        padding-right:20px;
        padding-left:20px
    }
    .transfer-column:nth-child(2){
        flex:0 0 66.66667%;
        max-width:66.66667%;
        display:flex;
        align-items:center
    }
    .transfer-content{
        max-width:655px
    }
    .transfer-image{
        margin-bottom:0
    }
    .locations-map-inner{
        height:770px
    }
    .vps-deploy-headings{
        max-width:845px
    }
    .vps-deploy-excerpt{
        font-size:24px;
        line-height:32px
    }
    .vps-deploy-features{
        max-width:100%;
        display:flex
    }
    .deploy-features-item:nth-child(2){
        border-top:0;
        border-bottom:0;
        border-left:1px solid #e6e8ec;
        border-right:1px solid #e6e8ec
    }
    .deploy-excerpt{
        height:96px;
        overflow:hidden
    }
    .site-vps-addons{
        padding-top:50px;
        padding-bottom:75px
    }
    .vps-addons-headings{
        margin:0 auto 70px
    }
    .vps-addons-title{
        font-style:normal;
        font-weight:400;
        font-size:42px;
        line-height:49px
    }
    .vps-addons-subtitle{
        font-size:24px;
        line-height:28px
    }
    .vps-addons-item.active .vps-addon-body{
        padding:0 30px 38px 116px
    }
    .vps-addon-header{
        min-height:95px;
        padding:15px 30px 15px 116px
    }
    .vps-addon-icon{
        width:60px;
        height:60px;
        left:28px
    }
    .vps-addon-icon i{
        font-size:60px
    }
    .addon-illustration-image{
        max-width:395px
    }
    .section-questions{
        padding-top:50px;
        padding-bottom:65px
    }
}
@media (min-width:992px) and (min-width:1200px){
    .banner-wrapper[data-background=variant-v2] .banner-picture{
        padding-right:140px
    }
}
@media (min-width:1200px){
    .vps-pricing-header,.vps-pricing-item{
        font-size:18px;
        line-height:21px;
        padding:0 16px
    }
    .vps-pricing-item{
        height:64px
    }
    .vps-pricing-item:hover{
        background:linear-gradient(89.92deg,#0e66ce .08%,#1f98f6 99.93%)
    }
    .vps-pricing-item:hover .indication{
        color:#fff
    }
    .vps-pricing-item:hover .price-button{
        display:block
    }
    .vps-pricing-item:hover .speedometer{
        display:none
    }
    .vps-pricing-options{
        width:88%
    }
    .vps-pricing-actions{
        width:12%
    }
    .speedometer{
        padding-top:20px
    }
    .price-button{
        display:none
    }
    .essentials-subtitle{
        margin:24px 0 0
    }
    .essentials-body{
        max-width:100%;
        padding-top:35px;
        margin-top:48px
    }
    .essentials-inner{
        display:flex;
        flex-wrap:wrap;
        margin-right:0;
        margin-left:0
    }
    .essentials-column{
        position:relative;
        width:100%;
        padding-right:0;
        padding-left:0;
        flex:0 0 25%;
        max-width:25%;
        margin-top:-35px
    }
    .site-vps-services{
        padding-top:88px;
        padding-bottom:88px
    }
    .services-body,.services-header{
        max-width:100%
    }
    .services-grid{
        display:flex;
        flex-wrap:wrap;
        margin-right:-12px;
        margin-left:-12px
    }
    .services-column{
        position:relative;
        width:100%;
        padding-right:12px;
        padding-left:12px;
        flex:0 0 25%;
        max-width:25%
    }
    .services-card{
        margin:12px auto
    }
    .vps-tab-pane{
        padding:0 24px 24px
    }
    .application{
        margin-top:24px
    }
    .site-transfer{
        padding-top:88px;
        padding-bottom:88px
    }
    .get-started-title{
        font-style:normal;
        font-weight:700;
        font-size:42px;
        line-height:57px
    }
    .locations-map-title{
        top:88px
    }
    .locations-map-inner{
        height:805px
    }
    .vps-deploy-title{
        font-style:normal;
        font-weight:700;
        font-size:42px;
        line-height:57px
    }
    .addon-illustration-image{
        max-width:548px
    }
    .section-questions{
        padding-top:88px;
        padding-bottom:88px
    }
    .accordion-trigger:before{
        top:28px;
        right:24px
    }
    .accordion-trigger:after{
        top:36px;
        right:33px
    }
    .accordion-trigger.collapsed:after{
        top:37px;
        right:33px
    }
}
@media (max-width:767.98px){
    .site-vps .container{
        padding:0 16px
    }
    .site-vps .banner-inner{
        min-height:auto;
        padding-top:24px;
        padding-bottom:48px
    }
    .pages-links-wrapper{
        margin:0 -16px;
        width:auto
    }
    .pages-links-item{
        border:none;
        height:160px
    }
    .pages-links-item.active{
        border:none
    }
    .pages-links-item .link-title{
        font-weight:400;
        font-size:24px;
        line-height:32px
    }
    .flags__title{
        font-size:34px
    }
    .flags__title-ico{
        max-width:47px;
        max-height:47px;
        min-width:47px;
        min-height:47px
    }
    .flags__list{
        gap:5px 30px
    }
    .flags__headline{
        text-align:center
    }
    .flags__headline--reg{
        font-size:34px!important;
        line-height:1!important
    }
    .site-vps-pricing{
        padding-top:48px
    }
    .vps-pricing-headings{
        margin-bottom:48px
    }
    .vps-pricing-title{
        font-size:42px;
        line-height:57px
    }
    .vps-pricing-item{
        margin-bottom:8px;
        padding-top:32px;
        padding-bottom:32px;
        border-radius:8px;
        box-shadow:none;
        filter:drop-shadow(0 8px 20px rgba(0,0,0,.05))
    }
    .vps-pricing-options{
        margin-bottom:20px
    }
    .vps-pricing-actions .indication{
        margin-bottom:16px
    }
    .vps-pricing-value:last-child{
        display:none
    }
    .indication{
        font-size:18px
    }
    .speedometer{
        height:26px;
        margin-bottom:13px
    }
    .site-vps-essentials{
        padding-top:48px;
        padding-bottom:61px
    }
    .essentials-header{
        max-width:100%;
        margin-bottom:0
    }
    .essentials-title{
        font-size:36px;
        line-height:49px
    }
    .essentials-subtitle{
        margin-top:48px;
        font-size:18px;
        line-height:32px;
        color:#2a2e36
    }
    .essential-card{
        padding:38px 30px 20px
    }
    .services-header{
        margin-bottom:48px
    }
    .services-title{
        color:#2a2e36
    }
    .services-card{
        margin-bottom:8px
    }
    .site-vps-action a{
        width:100%;
        max-width:100%
    }
    .vps-tabs-headings{
        margin-bottom:24px
    }
    .vps-tabs-title{
        font-size:36px;
        line-height:49px
    }
    .vps-tabs-excerpt{
        margin-top:48px;
        font-size:18px;
        line-height:32px
    }
    .vps-tabs-navs{
        display:flex;
        align-items:flex-end
    }
    .vps-tabs-item{
        margin:0
    }
    .vps-tabs-link{
        font-size:18px;
        line-height:25px;
        padding:0 11px
    }
    .vps-tabs-actions{
        margin-top:24px
    }
    .vps-create-account{
        width:100%;
        max-width:100%
    }
    .vps-create-account div{
        width:100%;
        max-width:165px;
        margin:auto
    }
    .transfer-title{
        color:#2a2e36;
        font-weight:700;
        font-size:36px;
        line-height:49px
    }
    .transfer-content{
        font-size:16px;
        line-height:24px
    }
    .get-started-title{
        font-weight:700;
        font-size:36px;
        line-height:49px
    }
    .get-started-button{
        width:100%;
        max-width:100%
    }
    .get-started-button>div{
        margin:auto;
        /*max-width:120px*/
    }
    .site-vps .section-locations{
        display:none
    }
    .vps-deploy-headings{
        margin-bottom:24px
    }
    .vps-deploy-title{
        font-weight:700;
        font-size:36px;
        line-height:49px;
        margin-bottom:48px
    }
    .vps-deploy-excerpt{
        font-size:18px;
        line-height:32px
    }
    .vps-deploy-features{
        max-width:100%
    }
    .deploy-item{
        padding:48px 0
    }
    .deploy-title{
        font-size:18px;
        line-height:25px
    }
    .deploy-excerpt{
        line-height:18px;
        color:#000;
        width:100%;
        max-width:247px;
        text-align:center;
        margin-left:auto;
        margin-right:auto
    }
    .site-vps .questions-title{
        font-size:36px;
        line-height:49px;
        margin-bottom:48px
    }
    .site-vps .section-questions .accordion-title{
        color:#2a2e36
    }
    .site-vps .section-questions .content-inner{
        color:#000
    }
}