.home-top-banner{
    margin: 50px auto;
}

.home-top-banner p{
    font-size: 0.8em;
}

/* -- Map -- */

.world-map{
    position: relative;
    align-self: center;
    width: 56%;
}

.world-map-big{
    margin: 30px auto;
}

.world-map .pin {
	position: absolute;
	width: 22px;
	height: 22px;
	display: inline-block;
}

@keyframes pin-drop{
    from{
        transform: scale(10);
        opacity: 0;
    }
    
    to{
        transform: scale(1);
        opacity: 1;
    }
}

.world-map .pin9,
.world-map .pin14,
.world-map .pin22,
.world-map .pin25,
.world-map .pin34{
	animation-delay: 0s;
}

.world-map .pin1,
.world-map .pin6,
.world-map .pin13,
.world-map .pin19,
.world-map .pin23,
.world-map .pin28 {
	animation-delay: .2s;
}

.world-map .pin8,
.world-map .pin10,
.world-map .pin18,
.world-map .pin24,
.world-map .pin20, 
.world-map .pin31 {
	animation-delay: .4s;
}

.world-map .pin2,
.world-map .pin5,
.world-map .pin12,
.world-map .pin21,
.world-map .pin26,
.world-map .pin32 {
	animation-delay: .6s;
}

.world-map .pin11,
.world-map .pin16,
.world-map .pin30{
	animation-delay: .8s;
}

.world-map .pin3,
.world-map .pin15,
.world-map .pin27,
.world-map .pin29,
.world-map .pin33 {
	animation-delay: 1s;
}

.world-map .pin9:after,
.world-map .pin14:after,
.world-map .pin22:after,
.world-map .pin25:after,
.world-map .pin34:after{
	animation-delay: .3s;
}

.world-map .pin1:after,
.world-map .pin6:after,
.world-map .pin13:after,
.world-map .pin19:after,
.world-map .pin23:after,
.world-map .pin28:after {
	animation-delay: .5s;
}

.world-map .pin8:after,
.world-map .pin10:after,
.world-map .pin18:after,
.world-map .pin24:after,
.world-map .pin20:after,
.world-map .pin31:after{
	animation-delay: .7s;
}

.world-map .pin2:after,
.world-map .pin5:after,
.world-map .pin12:after,
.world-map .pin21:after,
.world-map .pin26:after,
.world-map .pin32:after {
	animation-delay: .9s;
}

.world-map .pin11:after,
.world-map .pin16:after{
	animation-delay: 1.1s;
}

.world-map .pin3:after,
.world-map .pin15:after,
.world-map .pin27:after,
.world-map .pin29:after,
.world-map .pin33:after {
	animation-delay: 1.3s;
}

.world-map .pin:before{
    content: "";
    display:inline-block;
	background: #fff;
    box-shadow: 0 0 5px 2px #ff6f2c;
	width: 4px;
    height: 4px;
	border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.world-map .pin:hover:before{
	background: #ff6f2c;
}

.world-map .pin.animated:after,
.world-map .pin:hover:after{
    content: "";
    display:inline-block;
    width: 0px;
    height: 0px;
    border: 1px solid #ff6f2c;
	border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: map-pin 1.5s infinite reverse ease-in;
    animation: map-pin 1.5s infinite reverse ease-in;
}

.world-map .pin:hover:after{
    -webkit-animation: map-pin .6s infinite ease-out;
    animation: map-pin .6s infinite ease-out;
}

@-webkit-keyframes map-pin{
    0%{
        width: 0;
        height: 0;
        opacity: .25;
    }
    
    50%{
        opacity: .5;
    }
    90%{
        
        width: 21px;
        height: 21px;
        opacity: .15;
    }
    
    100%{
        opacity: 0;
    }
}

@keyframes map-pin{
    0%{
        width: 0;
        height: 0;
        opacity: .25;
        background-color: transparent;
    }
    20%, 30%{
        background-color: #ff6f2c;
    }
    
    50%{
        opacity: .5;
        background-color: transparent;
    }
    90%{
        
        width: 21px;
        height: 21px;
        opacity: .15;
    }
    
    100%{
        opacity: 0;
    }
}

.world-map .pin1 {
	bottom: 67%;
	right: 86.8%;
}

.world-map .pin2 {
	bottom: 57%;
	right: 84.6%;
}

.world-map .pin3 {
	bottom: 57%;
	right: 80.5%;
}

.world-map .pin5 {
	bottom: 59%;
	right: 77.0%;
}

.world-map .pin6 {
	bottom: 65%;
	right: 77.3%;
}

.world-map .pin8 {
	bottom: 65%;
	right: 74%;
}

.world-map .pin9 {
	bottom: 69%;
	right: 73%;
}

.world-map .pin10 {
	bottom: 59.3%;
	right: 74%;
}

.world-map .pin11 {
	bottom: 64%;
	right: 71.7%;
}

.world-map .pin12 {
	bottom: 19%;
	right: 65.5%;
}

.world-map .pin13 {
	bottom: 75.7%;
	right: 52.7%;
}

.world-map .pin14 {
	bottom: 73.7%;
	right: 51.3%;
}

.world-map .pin15 {
	bottom: 70.3%;
	right: 50.8%;
}

.world-map .pin16 {
	bottom: 15%;
	right: 44.3%;
}

.world-map .pin18 {
	bottom: 72%;
	right: 49.5%;
}

.world-map .pin19 {
	bottom: 69.3%;
	right: 44.5%;
}

.world-map .pin20 {
	bottom: 78%;
	right: 37.8%;
}

.world-map .pin21 {
	bottom: 36%;
	right: 23%;
}

.world-map .pin22 {
	bottom: 53%;
	right: 18.8%;
}

.world-map .pin23 {
	bottom: 13%;
	right: 8%;
}

.world-map .pin24 {
	bottom: 50%;
	right: 31%;
}

.world-map .pin25 {
	bottom: 61.4%;
	right: 11.5%;
}

.world-map .pin26 {
	bottom: 67.6%;
	right: 48.5%;
}

.world-map .pin27 {
	bottom: 69.6%;
	right: 49.5%;
}

.world-map .pin28 {
	bottom: 77.9%;
	right: 46.5%;
}

.world-map .pin29 {
	bottom: 73.7%;
	right: 41%;
}

.world-map .pin30 {
	bottom: 66.7%;
	right: 42%;
}

.world-map .pin31 {
	bottom: 64%;
	right: 52.7%;
}

.world-map .pin32 {
	bottom: 71%;
	right: 42.8%;
}

.world-map .pin33 {
	bottom: 78%;
	right: 44.3%;
}

.world-map .pin34 {
	bottom: 55%;
	right: 16.8%;
}

.world-map .pin35 {
	bottom: 74.2%;
	right: 45%;
}

.world-map .pin36 {
	bottom: 79%;
	right: 49.3%;
}

.world-map .pin37 {
	bottom: 53%;
	right: 75.1%;
}

.world-map .pin38 {
	bottom: 57%;
	right: 82.5%;
}

.world-map .pin39 {
	bottom: 52.5%;
	right: 38%;
}

.world-map .pin40 {
	bottom: 56.5%;
	right: 42.5%;
}

.world-map .pin41 {
	bottom: 11.8%;
	right: 67.8%;
}

.world-map .pin42 {
	bottom: 11.7%;
	right: 71.8%;
}

.world-map .pin43 {
	bottom: 62.1%;
	right: 83.5%;
}

.world-map .pin44 {
	bottom: 72%;
	right: 46%;
}

.world-map .pin45 {
	bottom: 62.5%;
	right: 54%;
}

.world-map .pin46 {
	bottom: 9.4%;
	right: 10.5%;
}

.world-map .pin47 {
	bottom: 9.4%;
	right: 1.9%;
}

.world-map .pin48 {
	bottom: 61%;
	right: 81.6%;
}

.world-map .pin49 {
	bottom: 67.5%;
	right: 74%;
}

.world-map .pin50 {
	bottom: 57%;
	right: 29.5%;
}

.world-map .pin51 {
	bottom: 59.5%;
	right: 84.9%;
}

.world-map .pin52 {
	bottom: 60.7%;
	right: 79.5%;
}

.world-map .pin53 {
	bottom: 70.5%;
	right: 47.5%;
}

.world-map .pin54 {
	bottom: 62.5%;
	right: 72.3%;
}

.world-map .pin55 {
	bottom: 77%;
	right: 45.2%;
}

.world-map .pin56 {
	bottom: 63.5%;
	right: 85%;
}

.site-title {
	align-self: center;
}

.logos li{
    display: inline-block;
    margin: 0 15px 30px;
}
.logos{
    padding-top: 30px;
    opacity: .6;
    transition: opacity .3s ease-out;
}

.logos:hover{
    opacity: .8
}

.logos-background {
	display: inline-block;
	background: url(../i/logos/logos_sprite-fs8.png) no-repeat;
}

.logos-hostway {
	width: 158px;
	height: 28px;
	background-position: -3px -4px;
}

.logos-kde {
	width: 50px;
	height: 50px;
	background-position: -653px -427px;
}

.logos-jsdelivr {
	width: 120px;
	height: 35px;
	background-position: -528px -113px;
}

.logos-slides {
	width: 135px;
	height: 45px;
	background-position: 2px -39px;
}

.logos-kia {
	width: 85px;
	height: 45px;
	background-position: -6px -98px;
}

.logos-spam-experts {
	width: 188px;
	height: 49px;
	background-position: -6px -151px;
}

.logos-subnet-labs {
	width: 190px;
	height: 45px;
	background-position: -3px -212px;
}

.logos-avira {
	width: 150px;
	height: 50px;
	background-position: -369px -259px;
}

.logos-airbitz {
	width: 77px;
	height: 45px;
	background-position: -2px -307px;
}

.logos-box {
	width: 60px;
	height: 60px;
	background-position: -6px -364px;
}

.logos-comm100 {
	width: 150px;
	height: 43px;
	background-position: -3px -440px;
}

.logos-easyblog {
	width: 210px;
	height: 38px;
	background-position: -163px -2px;
}

.logos-impactvps {
	width: 150px;
	height: 41px;
	background-position: -142px -41px;
}

.logos-riverbed {
	width: 110px;
	height: 38px;
	background-position: -187px -101px;
}

.logos-goldenfrog {
	width: 180px;
	height: 60px;
	background-position: -685px -1px;
}

.logos-adxperience {
	width: 180px;
	height: 35px;
	background-position: -421px -153px;
}

.logos-exads {
	width: 100px;
	height: 36px;
	background-position: -519px -319px;
}

.logos-cloudware {
	width: 210px;
	height: 34px;
	background-position: -198px -154px;
}

.logos-traderbg {
	width: 115px;
	height: 58px;
	background-position: -617px -366px;
	margin-bottom: -5px;
}

.logos-discountschool {
	width: 150px;
	height: 50px;
	background-position: -201px -258px;
}

.logos-legal500 {
	width: 50px;
	height: 50px;
	background-position: -220px -203px;
}

.logos-hcc {
	width: 205px;
	height: 43px;
	background-position: -303px -105px;
}

.logos-yjc {
	width: 200px;
	height: 62px;
	background-position: -96px -363px;
}

.logos-varzeh3 {
	width: 100px;
	height: 48px;
	background-position: -384px -1px;
}

.logos-tabnak {
	width: 196px;
	height: 52px;
	background-position: -174px -434px;
}

.logos-digitoon {
	width: 185px;
	height: 48px;
	background-position: -493px -6px;
}

.logos-fidilio {
	width: 128px;
	height: 55px;
	background-position: -626px -309px;
}

.logos-mhr {
	width: 62px;
	height: 62px;
	background-position: -319px -364px;
}

.logos-tuturu {
	width: 216px;
	height: 62px;
	background-position: -399px -424px;
}

.logos-travelata {
	width: 210px;
	height: 46px;
	background-position: -293px -307px;
}

.logos-rt {
	width: 60px;
	height: 60px;
	background-position: -543px -193px;
}

.logos-hosterkz {
	width: 180px;
	height: 50px;
	background-position: -552px -260px;
}

.logos-onurair {
	width: 182px;
	height: 48px;
	background-position: -404px -372px;
}

.logos-bekchy {
	width: 170px;
	height: 46px;
	background-position: -506px -58px;
}

.logos-spacex {
	width: 294px;
	height: 38px;
	background-position: -632px -210px;
	margin-bottom: 7px;
}

.logos-starlink {
	height:42px;
	width:273px;
	background-position: -652px -95px;
}

.logos-tiktok {
	height: 40px;
	width: 154px;
	background-position: -730px -435px;
	margin-left: -8px;
}

.logos-derspeigel {
	height: 46px;
	width: 245px;
	background-position: -746px -260px;
	margin-bottom: -4px;
}

.logos-kvk {
	height: 45px;
	width: 165px;
	background-position: -774px -152px;
	margin-bottom: -4px;
}

.logos-werkenbij {
	height: 45px;
	width: 137px;
	background-position: -760px -374px;
	margin-bottom: -4px;
}

.logos-tataplay {
	height: 22px;
	width: 185px;
	background-position: -692px -67px;
	margin-bottom: 4px;
}

.logos-sendvid {
	height: 47px;
	width: 85px;
	background-position: -887px -21px;
	margin-bottom: -4px;
}

.logos-brunner {
	height: 45px;
	width: 183px;
	background-position: -771px -318px;
	margin-bottom: -4px;
}

.logos-gnome {
	height: 57px;
	width: 47px;
	background-position: -914px -368px;;
}

input.search-domain{
    width: 40%;
}

select.search-domain{
    width: 25%;
}

.search-domain.w-100,
.search-domain.w-100{
    width: 100%;
}

.domain-off-btn {
    padding: 11px 15px;
}

/* -- Carousel scroller -- */

.carousel{
    position: relative;
}

.carousel-viewport{
    position: relative;
    overflow: hidden;
    height: 340px;
}

.carousel-overview{
    width: 6100px; /* 1220px per page */
    position: absolute;
    left: 0;
}

.carousel button{
    top: 90px;
    width: 27px;
    height: 70px;
    background: url(../i/sprite_optimized.png) no-repeat;
    border: none;
    position: absolute;
    cursor: pointer;
}

.carousel button.carousel-left{
    background-position: -93px -16px;
    left: 0;
}

.carousel button.carousel-right{
    background-position: -123px -16px;
    right: 0;
}

.carousel-overview > ul {
	display: inline-flex;
	margin: 30px 0;
}

.carousel-overview .comment {
width: 545px;
margin: 0 30px;
}

.carousel .comment-avatar{
    border-radius: 50%;
    width: 130px;
}

.carousel .comment-content{
    padding-left: 160px;
}

.carousel .comment-content li{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../i/sprite_optimized.png) no-repeat -163px -58px;
    margin-bottom: 10px;
    cursor: pointer;  
}

.trustpilot-icon {
    height: 30px;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 8px;
}

.tp-container{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.comment-content li{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../i/sprite_optimized.png) no-repeat -163px -58px;
    margin-bottom: 10px;
    cursor: pointer;  
}
.tp-container p {
	margin-left: 10px;
}

.comment-content li.active,
.comment-content li:hover{
    background-position: -163px -31px;
}

.comment-content li.active {
    cursor: default;
}

.carousel .comment-content li.active,
.carousel .comment-content li:hover{
    background-position: -163px -31px;
}

.carousel .comment-content li.active {
    cursor: default;
}

.carousel-indicator{
    margin-top: 30px;
}

.carousel-indicator span{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #e9e6e6;
    border-radius: 50%;
    margin: 0 8px;
    vertical-align: middle;
    cursor: pointer;
}

.carousel-indicator span.active{
    width: 16px;
    height: 16px;
    background-color: #c1c1c1;
}

.mobile-index-bottom {
	display: none;
}

.desktop-index-bottom {
	margin-top: 5em;
}

.orange-btn-hover:hover {
	background-color: #ff6921;
	color: #fff;
}

.orange-link-hover:hover {
	color: #ff6921;
}

.data-centers-page img {
	margin: 0 30px 30px 0;
	width: 300px;
}

form.a-c {
	padding-bottom: 45px;
}

.stretch-txt p {
	line-height: 2;
	font-size: 1.1em;
	align-self: center;
}

.align-center {
	align-self: center;
}

.first-col.card-gradient {
	padding: 0.5em !important;
	background: #fff;
}

.index-support-box {
	margin-bottom: 0;
}

.support-box {
	background-color: #fff;
	margin-top: 20px;
	color: #333;
}

.index-support-box .card-title.icon.icon-dark::before {
	color: #333;
}

.section-wraper.index-support-section {
	margin: 3em auto 3em;
}

.promo-premium {
	width: 49%;
}

.promo-premium.flex-3-col .col {
	width: 33%;
}

.flex-3-col.promo-premium .col:first-child,
.flex-3-col.promo-premium .col:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.flex-3-col.promo-premium .col:first-child p {
	font-size: 5em;
	margin: 0;
}

.promo-premium.flex-3-col .col p {
	padding-bottom: 20px;
}

.font-small {
	font-size: small;
}

.font-small.italic {
	display: block;
	line-height: 1.4;
	margin: 0;
}

.premium-section-wraper {
	margin-bottom: 2em;
	margin-top: -3em;
}

.promo-premium.flex-3-col .col:first-child img {
	transform: scale(1.7);
	transform-origin: center;
	max-height: 157px;
	width: auto;   /* keeps aspect ratio */
}

.promo-premium.flex-3-col .col:first-child img.dark {
	transform: scale(0.5);
	transform-origin: center;
}

@-moz-document url-prefix() {
	.main-services .card .domain-check.round-btn {
		margin-left: 17px;
	}
}

@media only screen and (max-width: 1200px) {
	.promo-premium.flex-3-col .col {
		width: 100%;
	}
	
	.flex-3-col.promo-premium .col:last-child {
		margin-top: 20px;
	}
	
	.flex-3-col.promo-premium .col:first-child {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.flex-3-col.promo-premium .col:first-child p {
		font-size: 3em;
	}
	
	.premium-section-wraper {
		margin-top: -5em;
	}
	
	.flex-3-col.promo-premium .col.mt-20 {
		margin-top: -25px;
	}
}

@media only screen and (max-width: 1080px) {
	.index-services select.search-domain, input.search-domain {
		width: 100% !important;
		display: block;
		margin: 30px auto 0;
	}
	
	.index-services input.search-domain + i {
		display: none;
	}
	
	.index-services br {
		display: none;
	}
	
	.index-services form.nowrap {
		white-space: unset;
	}
	
	ul.mb-1-5-em {
		margin-bottom: 4.5em;
	}
	
	div.mb-40 {
		margin-bottom: 130px;
	}
	
	.main-services .card .domain-check.round-btn {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		margin: 1.5em auto 0 !important;
		display: block;
	}
	
	.stretch-txt p {
		line-height: inherit;
		font-size: inherit;
	}
}

@media only screen and (max-width: 870px) {
	
	.desktop-index-bottom {
		display: none;
	}
	
	.mobile-index-bottom {
		display: block;
		margin-bottom: 0;
	}
	
	div.mb-40 {
		margin-bottom: 90px;
	}
	
	.flex-2-col.mobile-2-col {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.flex-2-col.mobile-2-col.s-t {
		font-size: 1em;
	}
	
	.flex-2-col.mobile-2-col .col-47 {
		width: 47%;
	}
	
	.flex-2-col.mobile-2-col .col-40 {
		width: 40%;
	}
	
	.flex-2-col.mobile-2-col .col-47 li,
	.flex-2-col.mobile-2-col .col-40 {
		font-size: 1em;
	}
	
	.index-support-section .flex-4-col-prom .col, .index-support-section .flex-3-col .col {
		margin-bottom: 0 !important;
	}
	
	.index-support-section .support-box .card-title.icon::before {
		font-size: 60px;
	}
	
	.index-support-section .support-box div {
		font-size: 1em;
	}
	
	.index-support-section .support-box.card {
		padding: 1em !important;
	}
	
	.faq .h2-side-decor span {
		padding: 0 10px;
	}
	
	.faq .h2-side-decor::before {
		-webkit-transform: translateY(26px);
		-ms-transform: translateY(26px);
		transform: translateY(26px);
	}
	
	.faq h2 {
		font-size: 1.3em;
	}
	
	.faq.mb-1-5-em {
		margin-bottom: 0;
	}
	
	.index-support-section h2 {
		font-size: 1.2em;
		margin: 5px;
	}
	
	.flex-3-col.promo-premium .col.mt-20 {
		margin-top: -50px;
	}
}

@media only screen and (max-width: 670px) {
	.s-input-wraper form.nowrap {
		margin-bottom: 4.5em;
	}
	
	div.mb-40 {
		margin-bottom: 40px;
	}
	
	.index-services .flex-2-col .col, .index-services .flex-2-col .col-40, .index-services .flex-2-col .col-47 {
		margin-bottom: 0;
	}
	
	.first-col {
		order: -1;
	}
	
	.mbl-mt-0 {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.carousel-viewport {
	        height: 500px !important;
	}
}

@media only screen and (max-width: 460px) {
	
	.f-l.feedback-btn {
		float: none;
		text-align: center;
		margin: 20px 0;
	}
	
	.f-r.feedback-btn {
		float: none;
		text-align: center;
	}
	
	.flex-3-col.promo-premium .col.mt-20 {
		margin-top: -10px;
	}
}

#loadindex {
	display: none;
}
