a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, 
meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul, var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
strong { 
    font-weight: normal;
}
ol,
ul,
li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
blockquote,
q {
	quotes: none;
}
table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
embed {
	vertical-align: top;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
    height: auto;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
:focus,
:active,
:hover {
    outline: none;
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
	min-width: 320px;
	font-family: 'Roboto', sans-serif;
	color: #223e59;
	background: #f1f6fa;
	font-size: 16px;
	line-height: 1;
	overflow-x: hidden;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select {
	font-family: 'Roboto', sans-serif;
	color: #000;
}
input {
	-webkit-appearance: none;
}

/*------------------------------------------------------------
Wrapper
------------------------------------------------------------*/

.layout {
	position: relative;
}
.wrapper {
	max-width: 1230px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
    content: "";
    display: table;
}
.wrapper:after {
    clear: both;
}
.menu-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(21, 98, 175, 0.35);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.menu-overlay--active {
	opacity: 1;
	visibility: visible;
}

/*------------------------------------------------------------
Block heading
------------------------------------------------------------*/

.s-block-title {
	margin: 0 0 30px 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
}
.s-block-title--white {
	color: #fff;
}





.s-actions h2,
.s-company-structure h2
{
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
}



/*------------------------------------------------------------
Header
------------------------------------------------------------*/

.header {
	background: #fff;
	position: relative;
}
.header-top {
	padding: 10px 0;
	border-bottom: 1px solid #bcc9e1;
}
.header-top__row {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.header-top__col {
	padding: 0 15px;
}
.header-support {
	letter-spacing: -10px;
}
.header-support__col {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.header-support__title {
	margin: 0 18px 0 0;
	color: #000;
	font-size: 11px;
	font-weight: 300;
}
.header-support__tellink {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.header-support__tel {
	margin: 0 35px 0 0;
}
.header-chat__link {
	display: inline-block;
	padding: 0 0 0 18px;
	position: relative;
	color: #112840;
	font-size: 14px;
	font-weight: 300;
}
.header-chat__link:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-chat-blue.svg) no-repeat;
	width: 11px;
	height: 11px;
	background-size: 11px;
}
.header-support__tellink:hover,
.header-chat__link:hover {
	color: #1562af;
}
.header-top__right {
	letter-spacing: -10px;
}
.header-lang,
.header-cabinet {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.header-cabinet__link {
	display: inline-block;
	padding: 0 0 0 16px;
	position: relative;
	color: #112840;
	font-size: 14px;
	font-weight: 300;
}
.header-cabinet__link:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-user-blue.svg) no-repeat;
	width: 10px;
	height: 10px;
	background-size: 10px;
}
.header-cabinet__link:hover {
	color: #1562af;
}
.header-lang {
	margin: 0 0 0 40px;
}
.header-lang__link {
	color: #2072c4;
	font-size: 14px;
	font-weight: 300;
}
.header-lang__link img {
	margin: 0 0 0 7px;
}
.header-bottom {
	position: relative;
}
.header-bottom__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-bottom__order {
	order: 1;
}
.header-bottom__menu {
	order: 0;
}
.header-menu ul {
	letter-spacing: -10px;
}
.header-menu__item {
	margin: 0 20px;
	display: inline-block;
	letter-spacing: 0;
}
.header-menu__link {
	display: block;
	padding: 30px 0;
	color: #112840;
	font-size: 20px;
}
.header-menu__item:hover .header-menu__link,
.header-menu__link:hover,
.header-submenu__link:hover {
	color: #1562af;
}
.header-menu__link--hassub {
	position: relative;
	padding: 30px 15px 30px 0;
}
.header-menu__link--hassub:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arr-bottom-grey.svg) no-repeat;
	width: 11px;
	height: 8px;
	background-size: 11px 8px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-menu__item:hover .header-menu__link--hassub:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header-menu__item:hover .header-submenu {
	opacity: 1;
	visibility: visible;
}
.header-submenu {
	padding: 25px 0;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	border-top: 1px solid #cde6ff;
	overflow: hidden;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-submenu__title {
	margin: 0 30px 25px;
	color: #112840;
	font-size: 18px;
	line-height: 24px;
}
.header-submenu__port {
	padding: 8px 30px;
	background: #65a659;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
}
.header-submenu__port img {
	margin: 0 12px 0 0;
}
.header-submenu-navs {
	margin: 25px 15px 0 15px;
}
.header-submenu-navs__row {
	letter-spacing: -10px;
	margin: 0 -15px;
}
.header-submenu-navs__col {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
	letter-spacing: 0;
}
.header-submenu-navs__title {
	margin: 0 0 10px 15px;
	color: #112840;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.header-submenu-navs__title-v {
	margin: 0 0 10px 15px;
	color: #ff0000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.header-submenu-nav__link {
	display: inline-block;
	padding: 8px 15px;
	color: #1562af;
	font-size: 15px;
	letter-spacing: 0;
}
.header-submenu-nav__link--active,
.header-submenu-nav__link:hover {
	background: #d0e6fd;
}
.header-bottom__hamburger {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 24px;
}
.header-bottom__orderbtn {
	display: inline-block;
	padding: 10px 30px;
	background: #1562af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.header-bottom__orderbtn i {
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/i/i-order-server-white.svg) no-repeat;
	width: 14px;
	height: 14px;
}
.header-bottom__orderbtn:hover {
	background: #00b9f1;	
}

/*------------------------------------------------------------
Adaptive slider container
------------------------------------------------------------*/

.s-adaptive-slide {
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 999;
	background: #1562af;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.s-adaptive-slide.s-adaptive-slide--open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.adaptive-menu-toggle {
	display: block;
	height: 100%;
}
.menu-toggle-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.menu-toggle-line {
	position: absolute;
    background: #1562af;
    display: block;
    margin: auto;
    height: 4px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.menu-toggle-line--1 {
    top: 0;
    -webkit-transition: width 0.2s ease 0.4s;
	-o-transition: width 0.2s ease 0.4s;
	transition: width 0.2s ease 0.4s;
}
.menu-toggle-line--2 {
	top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: width 0.2s ease 0.3s;
	-o-transition: width 0.2s ease 0.3s;
	transition: width 0.2s ease 0.3s;
}
.menu-toggle-line--3 {
	bottom: 0;
    -webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.menu-toggle-line--4,
.menu-toggle-line--5 {
	opacity: 0;
	top: 10px;
}
.menu-toggle-line--4 {
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    -o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
    -moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}
.menu-toggle-line--5 {
	-webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s, -o-transform 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, -moz-transform 0.2s ease 0s;
}
.adaptive-menu-toggle--open .menu-toggle-line--1 {
	width: 0;
	-webkit-transition: width 0.2s ease 0s;
	-o-transition: width 0.2s ease 0s;
	transition: width 0.2s ease 0s;
}
.adaptive-menu-toggle--open .menu-toggle-line--2 {
	width: 0;
	-webkit-transition: width 0.2s ease 0.1s;
	-o-transition: width 0.2s ease 0.1s;
	transition: width 0.2s ease 0.1s;
}
.adaptive-menu-toggle--open .menu-toggle-line--3 {
	width: 0;
	-webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.adaptive-menu-toggle--open .menu-toggle-line--4 {
	opacity: 1;
	-webkit-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg) translateZ(0);
	-o-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    -o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
    -moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}
.adaptive-menu-toggle--open .menu-toggle-line--5 {
	opacity: 1;
	-webkit-transform: rotate(-45deg) translateZ(0);
	-ms-transform: rotate(-45deg) translateZ(0);
	-o-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
	-webkit-transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
    transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
    -o-transition: opacity 0.2s ease 0.4s, -o-transform 0.2s ease 0.4s;
    -moz-transition: opacity 0.2s ease 0.4s, transform 0.2s ease 0.4s, -moz-transform 0.2s ease 0.4s;
}
.s-adaptive-slide__top {
	padding: 55px;
	background: #1562af;
}
.adaptive-menu__item {
	margin: 0 0 35px 0;
}
.adaptive-menu__item:last-child {
	margin: 0;
}
.adaptive-menu__link {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	color: #fff;
	font-size: 25px;
}
.adaptive-menu__link--hassub:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}
.adaptive-menu__link--active {
	color: #00b9f1;
}
.adaptive-menu__link--active:after {
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #007bff transparent;
}
.adaptive-menu__link:hover,
.adaptive-submenu__link:hover {
	color: #00b9f1;
}
.adaptive-submenu {
	display: none;
	margin: 15px 0 0 10px;
}
.adaptive-submenu__item {
	margin: 0 0 20px 0;
}
.adaptive-submenu__link {
	position: relative;
	padding: 0 0 0 15px;
	display: inline-block;
	color: #abd7ee;
	font-size: 17px;
	font-weight: 500;
}
.adaptive-submenu__item:last-child,
.adaptive-subsubmenu__item:last-child {
	margin: 0;
}
.adaptive-subsubmenu__link:hover {
	color: #00b9f1;
}
.adaptive-submenu__link--hassub:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '+';
	font-size: 15px;
	line-height: 15px;
	color: #fff;
}
.adaptive-submenu__link--active:before {
	content: '-';
}
.adaptive-subsubmenu {
	display: none;
	margin: 15px 0 0 30px;
}
.adaptive-subsubmenu__item {
	margin: 0 0 15px 0;
}
.adaptive-subsubmenu__link {
	position: relative;
	display: block;
	color: #fff;
	font-size: 15px;
}
.adaptive-order {
	margin: 45px 0 0 0;
}
.adaptive-order__btn {
	display: inline-block;
    padding: 8px 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #1562af;
    font-size: 20px;
    text-align: center;
}
.adaptive-order__btn:hover {
	background: #00b9f1;
	color: #fff;
}
.adaptive-order__btn i {
	position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/i/i-order-server-blue.svg) no-repeat;
    width: 14px;
    height: 14px;
}
.adaptive-support {
	margin: 50px 0 0 0;
}
.adaptive-support__title {
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
}
.adaptive-support__actions {
	display: flex;
	align-items: center;
}
.adaptive-support__action {
	margin: 0 15px 0 0;
}
.adaptive-support__action:last-child {
	margin: 0;
}
.adaptive-support__tel,
.adaptive-support__chat {
	color: #fff;
	line-height: 20px;
}
.adaptive-support__tel {
	font-size: 20px;
	font-weight: 500;
}
.adaptive-support__chat {
	padding: 0 0 0 17px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
}
.adaptive-support__chat:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-chat-white.svg) no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px;
}
.adaptive-support__tel:hover,
.adaptive-support__chat:hover {
	text-decoration: underline;
}
.s-adaptive-slide__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 55px;
	background: #05529e;
}
.adaptive-bottom__cabinet,
.adaptive-bottom__lang {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.adaptive-bottom__cabinet {
	position: relative;
	padding: 0 0 0 15px;
}
.adaptive-bottom__cabinet:hover,
.adaptive-bottom__lang:hover {
	text-decoration: underline;
}
.adaptive-bottom__cabinet:before {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/i/i-user-white.svg) center no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
}
.adaptive-bottom__lang img {
	margin: 0 0 0 7px;
}

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

.hero-slider__item {
	height: 490px;
	background-color: #53d0c1;
}
.hero-slider__item .wrapper {
	height: 100%;
}
.hero-slider__row {
	margin: 90px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hero-slider__content {
	max-width: 580px;
	padding: 0 30px 0 0;
}
.hero-slider__title {
	margin: 0 0 35px 0;
	color: #fff;
	font-size: 41px;
	font-weight: 500;
}
.hero-slider__description {
	margin: 0 0 25px 0;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.hero-slider__list ul {
	letter-spacing: -10px;
}
.hero-slider__list li {
	display: inline-block;
	width: 50%;
	position: relative;
	padding: 0 10px 0 20px;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 0;
}
.hero-slider__list li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 10px;
	height: 2px;
	background: #00b9f1;
}
.hero-slider__img {
	max-width: 500px;
}
.hero-slider.owl-carousel .owl-item .hero-slider__img img {
	display: inline-block;
	width: auto;
}
.hero-slider__choice {
	margin: 20px 0 0 0;
	text-align: center;
}
.hero-slider__btn {
	display: inline-block;
	padding: 17px 65px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.hero-slider__btn:hover {
	background: #00b9f1;
	border-color: #00b9f1;
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 110px;
	text-align: center;
}
.hero-slider.owl-carousel button.owl-dot {
	display: inline-block;
	margin: 0 8px;
	width: 20px;
	height: 3px;
	background: #1562af;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.hero-slider.owl-carousel button.owl-dot:hover,
.hero-slider.owl-carousel button.owl-dot.active {
	background: #fff;
}

/*------------------------------------------------------------
Quiz section
------------------------------------------------------------*/

.s-quiz {
	background: #f1f6fa;
	margin: -85px 0 0 0;
}
.b-quiz {
	position: relative;
	z-index: 1;
	padding: 30px 30px 15px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.b-quiz-step {
	display: none;
	text-align: center;
}
.b-quiz-step--active {
	display: block;
}
.b-quiz-step__head {
	margin: 0 0 35px 0;
	padding: 0 150px;
	position: relative;
}
.b-quiz-step__back {
	position: absolute;
	display: inline-block;
	padding: 0 0 0 22px;
	left: 0;
	top: 10px;
	color: #1562af;
	font-size: 13px;
	font-weight: 500;
}
.b-quiz-step__back:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arr-left-blue.svg) no-repeat;
	width: 10px;
	height: 12px;
}
.b-quiz-step__title {
	font-size: 25px;
	line-height: 32px;
}
.b-quiz-step__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.b-quiz-step__action {
	margin: 0 15px 15px;
	width: 270px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00b9f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
}
.b-quiz-step__action--country {
	width: auto;
	margin: 0 0 15px 0;
	padding: 0 35px;
	background-color: #fff;
	color: #1562af;
}
.b-quiz-step__action--country:hover,
.b-quiz-step__action--country.b-quiz-step__action--active {
	background: #1562af;
	color: #fff;
}
.b-quiz-step__action--opts {
	width: auto;
	padding: 0 20px;
}
.b-quiz-step__action:hover {
	background: #1562af;
}
.b-quiz-step__actioni {
	min-width: 33px;
	flex-basis: 33px;
	margin: 0 10px 0 0;
}

/*------------------------------------------------------------
Advantages section
------------------------------------------------------------*/

.s-advantages {
	padding: 50px 0 0;
	background: #f1f6fa;
}
.s-advantages__inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #c4dbf2;
}
.b-advantages-grid__row {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.b-advantages-grid__col {
	flex-basis: 360px;
	padding: 0 15px;
}
.b-advantages-item {
	text-align: center;
}
.b-advantages-item__ico {
	margin: 0 0 30px 0;
	height: 53px;
}
.b-advantages-item__ico img {
	max-width: 55px;
}
.b-advantages-item__title {
	margin: 0 0 10px 0;
	color: #112840;
	font-size: 22px;
}
.b-advantages-item__description {
	color: #112840;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
}

/*------------------------------------------------------------
Leaders section
------------------------------------------------------------*/

.s-leaders {
	background-color: #f1f6fa;
}
.s-leaders__inner {
	margin: 0 auto;
	padding: 50px 0 70px;
	background-image: url(../images/clouds-lines-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.s-leaders__more {
	margin: 30px 0 0 0;
	text-align: center;
}
.s-leaders__btn {
	display: inline-block;
    padding: 15px 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1562af;
    background: #fff;
    color: #1562af;
    font-size: 16px;
    font-weight: 500;
}
.s-leaders__btn:hover {
	background: #1562af;
	color: #fff;
}

/*------------------------------------------------------------
Vds choice
------------------------------------------------------------*/

.s-vds-choice {
	padding: 45px 0 95px;
	background: url(../images/lines-big-bg.png) left bottom no-repeat;
}

/*------------------------------------------------------------
Vds proposals
------------------------------------------------------------*/

.s-vds-proposals {
	padding: 0 0 55px;
}
.vds-proposals-grid__row {
	margin: 0 -25px;
	letter-spacing: -10px;
}
.vds-proposals-grid__col {
	display: inline-block;
	vertical-align: middle;
	width: 33.3333%;
	padding: 0 25px;
	letter-spacing: 0;
}
.vds-proposal-btn {
	display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
.vds-proposal-btn--windows {
	background: #ec7797;
}
.vds-proposal-btn--ssd {
	background: #8c73c5;
}
.vds-proposal-btn--clouds {
	background: #717ec7;
}
.vds-proposal-btn__ico {
	margin: 0 10px 0 0;
}
.vds-proposal-btn:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------
Advantage rent
------------------------------------------------------------*/

.s-advantage-rent {
	padding: 50px 0;
	background-color: #3c7fb3;
	background-image: url(../images/advantage-rent-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	color: #fff;
}
.s-advantage-rent__description {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.b-advantage-rent__row {
	margin: 0 -15px;
	letter-spacing: -10px;
}
.b-advantage-rent__col {
	margin: 55px 0 0 0;
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
	letter-spacing: 0;
}
.advantage-rent-item {
	display: table;
	width: 100%;
}
.advantage-rent-item__ico,
.advantage-rent-item__content {
	display: table-cell;
}
.advantage-rent-item__ico {
	width: 70px;
}
.advantage-rent-item__title {
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.advantage-rent-item__text {
	color: #b7dbff;
	font-size: 14px;
	line-height: 24px;
}

/*------------------------------------------------------------
Vds secure
------------------------------------------------------------*/

.s-vds-secure {
	padding: 50px 0 100px;
	text-align: center;
}
.s-vds-secure__description {
	margin: 0 0 40px 0;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
}
.vds-secure-grid__row {
	margin: 0 -15px;
	letter-spacing: -10px;
}
.vds-secure-grid__col {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
	letter-spacing: 0;
}
.vds-secure-item__ico {
	display: flex;
	align-items: center;
  	justify-content: center;
	min-height: 51px;
}
.vds-secure-item__description {
	margin: 15px 0 0 0;
}

/*------------------------------------------------------------
Actions
------------------------------------------------------------*/

.s-actions {
	padding: 0 0 60px 0;
}
.actions-grid__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.actions-grid__col {
	margin: 0 0 30px 0;
	padding: 0 15px;
	width: 33.3333%;
}
.action-item {
	position: relative;
	height: 100%;
	padding: 40px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
}
.action-item--black {
	color: #112840;
}
.action-item__ico {
	position: absolute;
	right: 0;
	bottom: 0;
}
.action-item__content {
	position: relative;
}
.action-item__title {
	font-size: 25px;
	line-height: 33px;
	font-weight: 500;
}
.action-item__description {
	margin: 25px 0 0 0;
	font-size: 15px;
	line-height: 29px;
}
.action-item__bonus {
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0 25px;
	height: 45px;
	background: url(../images/mask.png) no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 6px;
	cursor: pointer;
}

/*------------------------------------------------------------
Section partners
------------------------------------------------------------*/

.s-partner-steps__title {
	margin: 0 0 30px 0;
	color: #112840;
	font-size: 22px;
}
.partner-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.partner-grid__col {
	padding: 0 15px;
}
.partner-grid__col:last-child .partner-item:after {
	content: none;
}
.partner-item {
	height: 100%;
	position: relative;
	padding: 20px 30px 45px;
	background: #fff;
}
.partner-item:after {
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-triangle-right.svg) no-repeat;
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
}
.partner-item__ico {
	height: 31px;
	margin: 0 0 15px 0;
}
.partner-item__title {
	margin: 0 0 20px 0;
	color: #112840;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}
.partner-item__description {
	color: #546e88;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
}

/*------------------------------------------------------------
Partners services section
------------------------------------------------------------*/

.s-partners-services {
	margin: 65px 0 0 0;
}
.s-partners-services__description {
	margin: 0 0 30px 0;
	font-size: 17px;
	line-height: 29px;
	text-align: center;
	font-weight: 300;
}
.b-partners-services__ico {
	position: relative;
	margin: 0 auto 27px;
	width: 44px;
	height: 44px;
}
.b-partners-services__round {
	position: relative;
	width: 100%;
	height: 100%;
	background: #ccdff2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.b-partners-services__lines {
	position: absolute;
	left: 50%;
	right: 0;
	top: 18px;
	margin: 0 0 0 -487px;
	content: '';
	background: url(../images/partners-services-lines.png) no-repeat;
	width: 974px;
	height: 79px;
	z-index: 1;
}
.b-partners-services__inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	margin: auto;
	z-index: 5;
}
.b-partners-services__line {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #1562af;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.b-partners-services__line--1 {
	top: 0;
}
.b-partners-services__line--2 {
	top: 0;
	bottom: 0;
	margin: auto;
}
.b-partners-services__line--3 {
	bottom: 0;
}
.b-partners-services {
	position: relative;
	z-index: 2;
}
.b-partners-services__row {
	display: flex;
	justify-content: space-between;
}
.b-partners-services__col {
	flex-basis: 260px;
}
.b-partners-service {
	height: 100%;
	padding: 25px 10px 20px;
	background: #d5e6f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.b-partners-service__title {
	margin: 0 0 15px 0;
	color: #1562af;
	font-size: 18px;
}
.b-partners-service__description {
	color: #112840;
	font-size: 15px;	
}
.b-partners-service__description span {
	border-bottom: 2px solid #75AFE9;
}

/*------------------------------------------------------------
Benefits section
------------------------------------------------------------*/

.s-benefits {
	margin: 80px 0 0 0;
	padding: 35px 0 65px 0;
	background: #fff;
}
.s-benefits__title,
.s-benefits__description {
	color: #1562af;
	text-align: center;
}
.s-benefits__title {
	margin: 0 0 20px 0;
	font-size: 30px;
}
.s-benefits__description {
	margin: 0 0 50px 0;
	font-size: 15px;
	line-height: 22px;
}
.benefits-grid {
	margin: 0 -15px;
	letter-spacing: -10px;
}
.benefits-grid__col {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
	letter-spacing: 0;
}
.benefit-item {
	position: relative;
	padding: 0 0 0 70px;
}
.benefit-item__ico {
	position: absolute;
	left: 0;
	top: 0;
}
.benefit-item__title {
	margin: 0 0 10px 0;
	color: #1562af;
	font-size: 18px;
	font-weight: 500;
}
.benefit-item__description {
	color: #546e88;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}

/*------------------------------------------------------------
Cashout section
------------------------------------------------------------*/

.s-cashout {
	margin: 70px 0 0 0;
}
.cashout-grid {
	margin: 0 -15px;
	display: flex;
}
.cashout-grid__col {
	flex-basis: 50%;
	padding: 0 15px;
}
.cashout-item {
	height: 100%;
	padding: 40px 55px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.cashout-item__title {
	margin: 0 0 15px 0;
	color: #112840;
	font-size: 20px;
}
.cashout-item__description {
	color: #546e88;
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}
.cashout-item {
	display: flex;
	align-items: center;
}
.cashout-item__ico {
	flex: 0 0 81px;
}
.cashout-item__content {
	margin: 0 0 0 30px;
}

/*------------------------------------------------------------
Partners program section
------------------------------------------------------------*/

.s-partners-program {
	margin: 88px 0 0 0;
	padding: 40px 0;
	background: #00b9f1 url(../images/crosses-bg.png) center center no-repeat;
}
.s-partners-program__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s-partners-program__text {
	color: #fff;
	font-size: 25px;
	line-height: 32px;
}
.s-partners-program__go {
	margin: 0 0 0 15px;
	flex: 0 0 215px;
}
.s-partners-program__btn {
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #1562af;
	font-weight: 500;
	text-align: center;
}
.s-partners-program__btn:hover {
	opacity: 0.8;
}

/*------------------------------------------------------------
Faq section
------------------------------------------------------------*/

.s-faq {
	margin: 115px 0 0 0;
}
.b-faq__item {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #dae7f4;
	margin: 0 0 20px 0;
}
.b-faq__item:last-child {
	margin: 0;
}
.b-faq__title {
	display: block;
	padding: 25px 55px 25px 30px;
	position: relative;
	color: #1562af;
	font-size: 19px;
	line-height: 24px;
}
.b-faq__title:after {
	position: absolute;
	right: 30px;
	top: -3px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 15px;
	height: 15px;
	border-right: 2px solid #1562af;
	border-bottom: 2px solid #1562af;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.b-faq__title--active:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.b-faq__content {
	display: none;
	padding: 0 30px 30px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}

/*------------------------------------------------------------
Page head
------------------------------------------------------------*/

.page-head {
	padding: 45px 0;
	background-color: #112840;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.page-head__title {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
}
.page-head__description {
	margin: 30px 0 0 0;
}
.page-head__description p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

/*------------------------------------------------------------
Page content
------------------------------------------------------------*/

.page-content {
	padding: 25px 0 40px;
}
.page-content__title {
	margin: 0 0 15px 0;
	color: #112840;
	font-size: 20px;
	line-height: 26px;
}
.page-content__text p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}

/*------------------------------------------------------------
Page head advantages
------------------------------------------------------------*/

.page-head__advantages {
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 45px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b-ph-advantages__title {
	color: #223e59;
	font-size: 18px;
	font-weight: 500;
}
.b-ph-advantages__items {
	min-width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-ph-advantages__item {
	position: relative;
	padding: 0 0 0 35px;
	color: #1562af;
	font-size: 18px;
}
.b-ph-advantages__ico {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #1562af;
	background-repeat: no-repeat;
	background-position: center;
}
.b-ph-advantages__ico--loc {
	background-image: url(../images/content/vds-advantages/i-location-white.svg);
}
.b-ph-advantages__ico--install {
	background-image: url(../images/content/vds-advantages/i-install-white.svg);
}
.b-ph-advantages__ico--traffic {
	background-image: url(../images/content/vds-advantages/i-traffic-white.svg);
}
.b-ph-advantages__ico--virtual {
	background-image: url(../images/content/vds-advantages/i-virtual-white.svg);
}

/*------------------------------------------------------------
Server grid/items
------------------------------------------------------------*/

.server-grid__row {
	margin: 0 -15px;
	display: flex;	
}
.server-grid__col {
	padding: 0 15px;
}
.server-grid__col--4 {
	flex-basis: 33.3333%;
	width: 33.3333%;
}
.server-grid__col--3 {
	flex-basis: 25%;
}
.server-item {
	background: #fff;
	border: 1px solid #cadef1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.server-item--active {
	border-color: #1562af;
}
.server-item__recommend {
	background: #223e59;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.server-item__head {
	padding: 15px;
}
.server-item__head--centered {
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.server-item__head--lblue {
	background: #d7ebfe;
}
.server-item__head--blue {
	background: #5392d0;
}
.server-item__head--dgreen {
	background: #52b3ca;
}
.server-item__head--lgreen {
	background: #53d0c1;
}
.server-item--active .server-item__head {
	background: #1562af;	
}
.server-item__body {
	padding: 35px 25px 40px;
}
.server-item__name,
.server-item__cores {
	width: 100%;
}
.server-item__name {
	color: #1562af;
	font-size: 30px;
	line-height: 36px;
}
.server-item__name-1 {
	color: #1562af;
	font-size: 26px;
	line-height: 36px;
}
.server-item__cores {
	margin: 3px 0 0 0;
	color: #6d8297;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}
.server-item--active .server-item__name {
	color: #fff;
}
.server-item--active .server-item__name-1 {
	color: #fff;
}
.server-item--active .server-item__cores {
	color: #c9e4ff;
}
.server-item__bodyt {
	margin: 0 0 15px 0;
	color: #5f8fbf;
	font-size: 30px;
}
.server-item__for {
	margin: 0 0 30px 0;
	color: #112840;
	font-size: 18px;
	font-weight: 300;
}
.server-item__price {
	margin: 0 0 40px 0;
	color: #1562af;
}
.server-item__pricev {
	font-size: 45px;
	font-weight: 700;
		
}



.server-item__pricem {
	margin: 15px 0 0 0;
	font-size: 18px;
	font-weight: 300;
}
.server-item__charact {
	padding: 12px 0;
	border-bottom: 1px solid #d8e7f5;
	color: #6d8297;
}
.server-item__charact:first-child {
	padding: 0 0 12px 0;
}
.server-item__charact:last-child {
	padding: 12px 0 0;
	border-bottom: none;
}
.server-item__order {
	margin: 40px 0 0 0;
}
.server-item__btn {
	display: inline-block;
	padding: 15px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #00b9f1;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.server-item__btn:hover {
	background: #1562af;
}

/*------------------------------------------------------------
Servers cats section
------------------------------------------------------------*/

.s-servers-cats {
	padding: 0 0 84px;
	background: #f1f6fa;
}
.b-servers-cats-grid__row {
	display: flex;
	justify-content: space-between;
	margin: 0 -12px;
}
.b-servers-cats-grid__col {
	padding: 0 12px;
	width: 25%;
}
.b-server-cat {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	height: 100%; 
	background: #fff;
	padding: 36px 25px 25px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-align: center;
}
.b-server-cat:hover {
	box-shadow: 0px 10px 20px #d0e1f2;
}
.b-server-cat__ico {
	margin: 0 0 30px 0;
	height: 53px;
}
.b-server-cat__title {
	margin: 0 0 20px 0;
	color: #1562af;
	font-size: 20px;
}
.b-server-cat__description {
	margin: 0 0 35px 0;
	color: #6d8297;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.b-server-cat__choice {
	margin-top: auto;
}
.b-service-cat__btn {
	display: inline-block;
	padding: 17px 45px;
	background: #fff;
	border: 1px solid #1562af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #1562af;
	font-weight: 500;
}
.b-service-cat__btn:hover {
	background: #1562af;
	color: #fff;
}
.b-servers-ordering {
	position: relative;
	padding: 10px 0;
	margin: 65px 0 0 0;
}
.b-servers-ordering:before {
	position: absolute;
	left: 30px;
	top: 0;
	right: 30px;
	bottom: 0;
	content: '';
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.b-servers-cat-slider__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-servers-cat-slider__title {
	color: #1562af;
	font-size: 18px;
	line-height: 25px;
}
.b-servers-cat-slider__order {
	min-width: 270px;
	margin: 0 0 0 15px;
}
.b-servers-cat-slider__btn {
	display: inline-block;
	width: 100%;
	padding: 18px 15px;
	background: #00b9f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.b-servers-cat-slider__btn:hover {
	background: #1562af;
}
.b-servers-cat-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	text-align: center;
}
.b-servers-cat-slider.owl-carousel button.owl-dot {
	display: inline-block;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	background: #ccdff2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.b-servers-cat-slider.owl-carousel button.owl-dot:hover,
.b-servers-cat-slider.owl-carousel button.owl-dot.active {
	background: #1562af;
}

/*------------------------------------------------------------
Payments section
------------------------------------------------------------*/

.s-support__inner {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	
}
.s-support__inner {
	display: flex;
	align-items: center;
	height: 300px;
	padding: 15px 0;
	background-image: url(../images/support-bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
	
}
.s-support__inner:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	width: 65%;
	height: 100%;	
	background: rgb(54,61,67);
	background: -moz-linear-gradient(left, rgba(54,61,67,1) 75%, rgba(99, 121, 133, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(54,61,67,1) 75%,rgba(99, 121, 133, 0) 100%);
	background: linear-gradient(to right, rgba(54,61,67,1) 75%,rgba(99, 121, 133, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363d43', endColorstr='#7db9e8',GradientType=1 );
	border-radius: 10px;
}
.s-support__content {
	position: relative;
	max-width: 700px;
}
.s-support__title {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
.s-support__description {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}
.b-suport-contacts {
	display: flex;
	align-items: center;
	margin: 45px 0 0 0;
}
.b-support-contacts__item {
	margin: 0 50px 0 0;
	padding: 0 0 0 35px;
	position: relative;
}
.b-support-contacts__item:last-child {
	margin: 0;
}
.b-support-contacts__item:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	margin: auto;
}
.b-support-contacts__item--tel:before {
	background: url(../images/i/i-tel-white.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.b-support-contacts__item--email:before {
	background: url(../images/i/i-email-white.svg) no-repeat;
	width: 18px;
	height: 13px;
	background-size: 18px 13px;
}
.b-support-contacts__link {
	color: #fff;
	font-size: 18px;
}
.b-support-contacts__link:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
Payments section
------------------------------------------------------------*/

.s-payments {
	padding: 65px 0 0;
}
.s-payments__description p {
	margin: 0 0 30px 0;
	color: #112840;
	line-height: 24px;
	font-weight: 300;
}
.s-payments__description p:last-child {
	margin: 0;
}
.s-payments__bottom {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-payments__logos {
	width: 100%;
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.b-payments__more {
	max-width: 400px;
	width: 100%;
	text-align: right;
}
.b-payments__btn {
	display: inline-block;
	padding: 15px 54px;
	background: #fff;
	border: 1px solid #1562af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 500;
	text-align: center;
}
.b-payments__btn:hover {
	background: #1562af;
	color: #fff;
}

/*------------------------------------------------------------
About section
------------------------------------------------------------*/

.s-about {
	padding: 35px 0;
	background-color: #dfedfb;
	background-image: url(../images/about-circles-bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s-about__title {
	margin: 0 0 15px 0;
	color: #112840;
	font-size: 22px;
	font-weight: 500;
}
.s-about-list__row {
	margin: 0 -5px;
	letter-spacing: -10px;
}
.s-about-list__col {
	margin: 25px 0 0 0;
	display: inline-block;
	width: 33.3333%;
	padding: 0 5px;
	letter-spacing: 0;
}
.s-about-list__item {
	position: relative;
	padding: 0 0 0 25px;
	color: #112840;
	font-size: 15px;
	line-height: 20px;
}
.s-about-list__item:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 15px;
	height: 2px;
	background: #1562af;
}

/*------------------------------------------------------------
Section contacts
------------------------------------------------------------*/

.s-contacts {
	margin: 80px 0 0 0;
}
.b-contacts__row {
	margin: 0 -15px;
}
.b-contacts__telephones,
.b-contacts__emails {
	float: left;
	padding: 0 15px;
}
.b-contacts__telephones {
	width: 40%;
}
.b-contacts__emails {
	width: 60%;
}
.b-contacts__inner {
	position: relative;
}
.b-contacts__telephones .b-contacts__inner {
	padding: 0 0 0 65px;
}
.b-contacts__emails .b-contacts__inner {
	padding: 0 0 0 86px;
}
.b-contacts__ico {
	position: absolute;
	left: 0;
	top: 0;
}
.b-contacts__title {
	margin: 0 0 25px 0;
	color: #112840;
	font-size: 25px;
}
.b-contacts-items {
	display: flex;
	justify-content: space-between;
}
.b-contacts-group__name {
	margin: 0 0 20px 0;
	color: #112840;
	font-weight: 300;
}
.b-contacts-group__contact {
	margin: 0 0 20px 0;
}
.b-contacts-group__contact-link {
	color: #1562af;
	font-size: 20px;
	font-weight: 500;
}
.b-contacts-group__contact-link:hover {
	color: #00b9f1;
}
.b-contacts-group-info {
	color: #112840;
}
.b-contacts-group-info__title {
	margin: 0 0 7px 0;
	font-size: 12px;
}

/*------------------------------------------------------------
Section maps
------------------------------------------------------------*/

.s-maps {
	margin: 75px 0 0 0;
}
.maps-tabs__nav {
	margin: 0 0 30px 0;
}
.maps-tabs__nav ul {
	letter-spacing: -10px;
}
.maps-tabs-nav__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px 0 0;
	letter-spacing: 0;
}
.maps-tabs-nav__link {
	position: relative;
	border-bottom: 2px solid #1562af;
	color: #1562af;
	font-size: 22px;
	font-weight: 500;
}
.maps-tabs-nav__link--active {
	color: #00b9f1;
	border-color: transparent;
}
.maps-tabs-container__item {
	display: none;
}
.maps-tabs-container__item--active {
	display: block;
}
.b-map-box {
	height: 330px;
	position: relative;
}
.b-map-box__map {
	height: 100%;
}
.b-map-box__content {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 480px;
	background: #fff;
	padding: 35px 70px 0;
}
.b-map-box__address,
.b-map-box__docs {
	position: relative;
	padding: 0 0 0 48px;
}
.b-map-box__address {
	margin: 0 0 40px 0;
}
.b-map-box__address:before,
.b-map-box__docs:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}
.b-map-box__address:before {
	background: url(../images/i/i-map-blue.svg) no-repeat;
	width: 24px;
	height: 32px;
	background-size: 24px 32px;
}
.b-map-box__docs:before {
	background: url(../images/i/i-doc-blue.svg) no-repeat;
	width: 21px;
	height: 29px;
	background-size: 21px 29px;
}
.b-map-box__city,
.b-map-box__street {
	color: #112840;
	line-height: 22px;
}
.b-map-box__city {
	font-weight: 500;
}
.b-map-box__docs p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

/*------------------------------------------------------------
Section company structure
------------------------------------------------------------*/

.s-company-structure {
	margin: 75px 0 0 0;
	background: url(../images/structure-lines.png) left center no-repeat;
}
.company-structure-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.company-structure-grid__col {
	width: 25%;
	padding: 0 15px;
}
.company-structure-item {
	background: #fff;
	height: 100%;
	padding: 35px 20px 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.company-structure-item__title {
	position: relative;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	color: #5286ca;
	line-height: 22px;
	font-weight: 500;
}
.company-structure-item__title:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: #a0c1e2;
	width: 90px;
	height: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.company-structure-item__description {
	color: #112840;
	font-size: 12px;
	line-height: 21px;
	font-weight: 300;
}

/*------------------------------------------------------------
Servers advantage
------------------------------------------------------------*/

.s-servers-free {
	margin: 50px 0 0 0;
}
.b-servers-free {
	display: flex;
	margin: 0 -15px;
	justify-content: space-between;
}
.b-servers-free__list,
.b-servers-free__content {
	padding: 0 15px;
}
.b-servers-free__list {
	flex: 0 0 370px;
}
.b-servers-free__item {
	margin: 0 0 45px 0;
	position: relative;
	padding: 0 0 0 65px;
}
.b-servers-free__item:last-child {
	margin: 0;
}
.b-servers-free__item-ico {
	position: absolute;
	left: 0;
	top: 0;
}
.b-servers-free__item-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 500;
}
.b-servers-free__item-description {
	color: #546E88;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}
.b-servers-free__content {
	width: 100%;
}
.b-servers-sertificates {
	padding: 30px 50px 40px;
	background: #fff url(../images/sertificates-clouds-bg.png) right bottom no-repeat;
}
.b-services-sertificates__title {
	margin: 0 0 40px 0;
	font-size: 28px;
}
.b-servers-sertificates__list {
	letter-spacing: -10px;
}
.b-servers-sertificates__col {
	position: relative;
	padding: 0 0 0 70px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 45px 0 0;
	letter-spacing: 0;
}
.b-servers-sertificates__col:last-child {
	margin: 0;
}
.b-servers-sertificates__ico {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.b-servers-sertificates__col:nth-child(1) .b-servers-sertificates__ico {
	background: #ef7163;
}
.b-servers-sertificates__col:nth-child(2) .b-servers-sertificates__ico {
	background: #55acee;
}
.b-servers-sertificates__ico img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
}
.b-servers-sertificates__title {
	margin: 0 0 5px 0;
	color: #071a2c;
	font-size: 23px;
	font-weight: 500;
}
.b-servers-sertificates__description {
	color: #071a2c;
	font-weight: 300;
}
.b-servers-sertificates-bottom {
	margin: 35px 0 0 0;
	letter-spacing: -10px;
}
.b-servers-sertificates-bottom__list,
.b-servers-sertificates-bottom__img {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.b-servers-sertificates-bottom__list {
	margin: 0 50px 0 0;
	width: 290px;
}
.b-servers-sertificates-bottom__list ul {
	letter-spacing: -10px;
}
.b-servers-sertificates-bottom__list li {
	position: relative;
	margin: 12px 0;
	padding: 0 0 0 26px;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	color: #071a2c;
	font-weight: 300;
	letter-spacing: 0;
}
.b-servers-sertificates-bottom__list li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-checkb-blue.svg) no-repeat;
	width: 13px;
	height: 10px;
	background-size: 13px 10px;
}

/*------------------------------------------------------------
Server best proposal
------------------------------------------------------------*/

.s-server-best-proposal {
	margin: 55px 0 0 0;
}
.server-best-proposal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 30px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 20px 0;
}
.server-best-proposal:hover {
	background: #e5f2ff;
}
.server-best-proposal__ico {
	flex: 0 0 60px;
}
.server-best-proposal__characts {
	margin: 0 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.server-best-proposal__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.server-best-proposal:last-child {
	margin: 0;
}
.server-best-proposal__title {
	margin: 0 0 3px 0;
	font-size: 17px;
	font-weight: 500;
}
.server-best-proposal__description {
	font-size: 15px;
	font-weight: 300;
}
.server-best-proposal__proc,
.server-best-proposal__ram, 
.server-best-proposal__memory,
.server-best-proposal__price {
	position: relative;
}
.server-best-proposal__proc:before,
.server-best-proposal__ram:before, 
.server-best-proposal__memory:before,
.server-best-proposal__price:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.server-best-proposal__proc {
	padding: 0 0 0 42px;
}
.server-best-proposal__proc:before {
	background: url(../images/i/i-proc-blue.png) no-repeat;
	width: 31px;
	height: 31px;
}
.server-best-proposal__ram {
	padding: 0 0 0 46px;
}
.server-best-proposal__ram:before {
	width: 35px;
	height: 13px;
	background: url(../images/i/i-ram-blue.png) no-repeat;
}
.server-best-proposal__memory {
	padding: 0 0 0 40px;
}
.server-best-proposal__memory:before {
	width: 29px;
	height: 24px;
	background: url(../images/i/i-memory-blue.png) no-repeat;
}
.server-best-proposal__price {
	padding: 0 0 0 33px;
}
.server-best-proposal__price:before {
	width: 23px;
	height: 18px;
	background: url(../images/i/i-wallet-blue.png) no-repeat;
}
.server-best-proposal__old {
	margin: 0 0 3px 0;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	text-decoration: line-through;
}
.server-best-proposal__new {
	color: #1562af;
	font-size: 25px;
	font-weight: 500;
}
.server-best-proposal__order {
	flex: 0 0 210px;
}
.server-best-proposal__btn {
	display: inline-block;
	width: 100%;
	padding: 15px;
	background: #00b9f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.server-best-proposal__btn:hover {
	background: #1562af;
}

/*------------------------------------------------------------
Ddos
------------------------------------------------------------*/

.s-ddos {
	margin: 40px 0 0 0;	
}
.b-ddos {
	padding: 30px 50px;
	background: #ccdff2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.b-ddos__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 0 0 160px;
}
.b-ddos__inner:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-ddos-blue.png) no-repeat;
	width: 123px;
	height: 79px;
}
.b-ddos__title {
	margin: 0 0 15px 0;
	color: #1562af;
	font-size: 22px;
	line-height: 26px;
}
.b-ddos__description {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.b-ddos__list {
	margin: 0 0 0 15px;
	flex: 0 0 390px;
}
.b-ddos__list ul {
	letter-spacing: -10px;
}
.b-ddos__list li {
	position: relative;
	padding: 0 0 0 26px;
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	letter-spacing: 0;
}
.b-ddos__list li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-plus-blue.svg) no-repeat;
	width: 14px;
	height: 14px;
	background-size: 14px;
}

/*------------------------------------------------------------
More proposals
------------------------------------------------------------*/

.s-more-proposals {
	margin: 60px 0 0 0;
	padding: 0 0 30px 0;
	background: url(../images/lines-big-bg.png) center bottom no-repeat;
}
.proposal-tabs__nav {
	text-align: center;
}
.proposal-tabs__nav ul {
	margin: 0 -15px;
	letter-spacing: -10px;
}
.proposal-tabs-nav__item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	letter-spacing: 0;
}
.proposal-tabs-nav__link {
	display: block;
	padding: 12px 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5f8fbf;
	background: #fff;
	color: #5f8fbf;
}
.proposal-tabs-nav__link:hover,
.proposal-tabs-nav__link--active {
	background: #5f8fbf;
	color: #fff;
}
.proposal-tabs-container__item {
	display: none;
}
.proposal-tabs-container__item--active {
	display: block;
}
.proposal-tabs-container__description {
	margin: 40px auto 0;
	padding: 0 0 0 70px;
	position: relative;
	max-width: 940px;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.proposal-tabs-container__description:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-proposal-blue.svg) no-repeat;
	width: 55px;
	height: 35px;
	background-size: 55px 35px;
}

.proposal-tabs-container__description_vds {
	margin: 40px auto 0;
	padding: 0 0 0 70px;
	position: relative;
	max-width: 940px;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

.proposal-tabs-container__description_vds:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}



.b-servers-slider {
	margin: 0 15px;
}
.servers-slider {
	margin: 50px 0 0 0;
}
.servers-slider.owl-carousel .owl-nav button {
	position: absolute;
	top: 155px;
	display: block;
	border: 1px solid #cadef1;
	width: 60px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.servers-slider.owl-carousel .owl-nav button:hover {
	border-color: #1562af;
}
.servers-slider.owl-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.servers-slider.owl-carousel .owl-nav button.owl-next {
	right: -30px;
}
.servers-slider.owl-carousel .owl-nav button.owl-prev span,
.servers-slider.owl-carousel .owl-nav button.owl-next span {
	color: transparent;
	display: block;
	width: 100%;
	height: 100%;
}
.servers-slider.owl-carousel .owl-nav button.owl-prev span {
	background: url(../images/i/i-slider-arr-l.svg) center center no-repeat;
}
.servers-slider.owl-carousel .owl-nav button.owl-next span {
	background: url(../images/i/i-slider-arr-r.svg) center center no-repeat;
}

/*------------------------------------------------------------
Server countries
------------------------------------------------------------*/

.s-server-countries {
	margin: 40px 0 0 0;
	padding: 60px 0;
	background: #dfedfb url(../images/countries-bg.png) center no-repeat;
	text-align: center;
}
.s-server-countries__description {
	margin: 0 0 10px 0;
	font-size: 22px;
	line-height: 22px;
}
.s-server-countries__description a {
	color: #00b9f1;
	text-decoration: underline;
}
.s-server-countries__description a:hover {
	text-decoration: none;
}
.s-server-countries-nav {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
	letter-spacing: -10px;
}
.s-server-countries-nav__item {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 10px 0 10px;
	letter-spacing: 0;
}
.s-server-countries-nav__link {
	padding: 0 0 0 30px;
	position: relative;
	display: inline-block;
	color: #1562af;
	font-size: 15px;
	font-weight: 500;
}
.s-server-countries-nav__link img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.s-server-countries-nav__link:hover {
	color: #00b9f1;
}

/*------------------------------------------------------------
Safe servers
------------------------------------------------------------*/

.s-safe-servers {
	margin: 70px 0 100px 0;
}
.s-safe-servers__description {
	margin: 0 0 35px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
}
.b-safe-servers__row {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.b-safe-servers__col {
	padding: 0 15px;
}
.b-safe-server {
	padding: 0 0 0 50px;
	position: relative;
}
.b-safe-servers__col:nth-child(3) .b-safe-server {
	padding: 0 0 0 65px;
}
.b-safe-server__ico {
	position: absolute;
	left: 0;
	top: 0;
}
.b-safe-server__title {
	margin: 0 0 5px 0;
	line-height: 22px;
	font-weight: 500;
}
.b-safe-server__description {
	color: #546e88;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
}

/*------------------------------------------------------------
Footer
------------------------------------------------------------*/

.footer {
	margin: 65px 0 0 0;
	padding: 60px 0 50px;
	background: #1562af url(../images/footer-bg.png) left bottom no-repeat;
}
.footer-top__row {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}
.footer-top__col {
	padding: 0 15px;
}
.footer-top__title {
	margin: 0 0 25px 0;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}
.footer-menu__item {
	margin: 0 0 15px 0;
}
.footer-menu__item:last-child {
	margin: 0;
}
.footer-menu__link {
	color: #fff;
	font-size: 15px;
}
.footer-menu__link:hover {
	text-decoration: underline;
}
.footer-contacts__item {
	margin: 0 0 15px 0;
}
.footer-contacts__item:last-child {
	margin: 0;
}
.footer-contacts__link {
	color: #fff;
	font-size: 15px;
}
.footer-contacts__link:hover {
	text-decoration: underline;
}
.footer-top__right {
	width: 170px;
	text-align: right;
}
.footer-logo__ico {
	margin: 0 0 25px 0;
}
.footer-logo__ooo {
	display: inline-block;
	max-width: 100px;
	margin: 0 0 35px 0;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
}
.footer-copyright {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	font-weight: 300;
}
.footer-partners {
	margin: 60px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-partners__img img {
	opacity: 0.35;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.footer-partners__img:hover img {
	opacity: 1;
}
.footer-soc {
	margin: 25px 0 0 0;
}
.soc-nav {
	letter-spacing: -10px;
}
.soc-nav__item {
	display: inline-block;
	margin: 0 13px 0 0;
	letter-spacing: 0;
}
.soc-nav__item:last=child {
	margin: 0;
}
.soc-nav__link {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.soc-nav__link:hover {
	opacity: 0.8;
}
.soc-nav__link:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.soc-nav__link--twitter {
	background-color: #55acee;
}
.soc-nav__link--vk {
	background-color: #4c6c91;
}
.soc-nav__link--telegram {
	background-color: #37AEE2;
}
.soc-nav__link--twitter:before {
	background: url(../images/i/i-twitter.svg) no-repeat;
	width: 23px;
	height: 19px;
	background-size: 23px 19px;
}
.soc-nav__link--vk:before {
	left: -2px;
	background: url(../images/i/i-vk.svg) no-repeat;
	width: 25px;
	height: 14px;
	background-size: 25px 14px;
}
.soc-nav__link--telegram:before {
	top: 3px;
	left: -4px;
	background: url(../images/i/i-telegram.svg) no-repeat;
	width: 25px;
	height: 22px;
	background-size: 25px 22px;
}

/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
	
	.header-menu__item {
		margin: 0 7px;
	}
	.header-bottom__menu {
		margin: 0;
	}
	.b-payments__more {
		max-width: 250px;
	}
	.b-service-cat__btn {
		padding: 17px 5px;
		width: 100%;
	}
	.page-head__advantages {
		display: block;
		padding: 30px 15px;
	}
	.b-ph-advantages__title {
		text-align: center;
	}
	.b-ph-advantages__items {
		min-width: 100%;
	}
	.b-ph-advantages__title {
		margin: 0 0 25px 0;
	}
	.b-ph-advantages__item {
		font-size: 16px;
	}
	.server-grid__col--3 {
		margin: 0 0 30px 0;
		flex-basis: 33.3333%;
	}
	.server-grid__col--3:last-child {
		margin: 0;
	}
	.company-structure-item {
		padding: 30px 10px;
	}
	.b-contacts__telephones {
		width: 35%;
	}
	.b-contacts__emails {
		width: 65%;
	}
	.cashout-item {
		padding: 40px 15px;
	}
	.partner-grid {
		flex-wrap: wrap;
	}
	.partner-grid__col {
		margin: 0 0 30px 0;
		width: 50%;
	}		
	.b-partners-services__row {
		margin: 0 -15px;
	}
	.b-partners-services__col {
		padding: 0 15px;
		flex-basis: 25%;
	}
	.server-best-proposal__characts {
		margin: 0 20px;
	}
	.b-servers-free {
		display: block;
	}
	.b-servers-sertificates {
		padding: 30px 15px;
	}
	.b-servers-free__content {
		margin: 30px 0 0 0;
	}
	.b-servers-free__item {
		margin: 0 0 30px 0;
	}

}


@media only screen and (max-width: 1000px) {
	
	.header-bottom {
		padding: 20px 0 0 0;
	}
	.header-bottom__inner {
		flex-wrap: wrap;
	}
	.header-bottom__logo,
	.header-bottom__order {
		width: 50%;
	}
	.header-bottom__order {
		order: 0;
		text-align: right;
	}
	.header-bottom__menu {
		width: 100%;
	}
	.header-menu ul {
		display: flex;
		justify-content: space-between;
	}
	.header-menu__item {
		margin: 0;
	}
	.header-submenu  {
		padding: 25px 0 0;
	}
	.header-submenu-navs__col {
		margin: 0 0 25px 0;
		width: 33.3333%;
	}
	.header-submenu-nav ul {
		display: block;
	}	
	.hero-slider__item {
		height: auto;
		padding: 70px 70px 200px;
	}
	.hero-slider__row {
		margin: 0;
		flex-direction: column;
	}
	.hero-slider__content,
	.hero-slider__img {
		max-width: none;
		padding: 0;
	}
	.hero-slider__img {
		margin: 60px 0 0 0;
	}
	.b-ph-advantages__title {
		margin: 0;
	}
	.b-ph-advantages__items {
		flex-wrap: wrap;
	}
	.b-ph-advantages__item {
		margin: 30px 0 0 0;
		width: 50%;
	}
	.s-quiz {
		margin: -50px 0 0 0;
	}
	.s-advantages__inner {
		margin: 0 35px;
	}
	.b-advantages-grid__row {
		display: block;
	}
	.b-advantages-grid__col {
		margin: 0 0 35px 0;
	}
	.b-advantages-grid__col:last-child {
		margin: 0;
	}
	.b-advantages-item {
		display: flex;
		align-items: center;
		text-align: left;
	}
	.b-advantages-item__ico {
		margin: 0;
		height: auto;
		flex-basis: 120px;
		min-width: 120px;
	}
	.b-advantages-item__ico img {
		max-width: none;
	}
	.b-advantages-item__title {
		margin: 0 0 5px 0;
	}
	.s-leaders__inner {
		padding: 75px 0 120px 0;
		background-position: left 44px;
	}
	.server-item__body {
		padding: 30px 15px 24px 15px;
	}
	.server-item__characts {
		margin: 0 10px;
	}
	.server-item__bodyt {
		margin: 0 0 5px 0;
		font-size: 21px;
	}
	.server-item__for {
		font-size: 14px;
	}
	.server-item__price {
		margin: 0 0 30px 0;
	}
	.server-item__pricev {
		font-size: 35px;
	}
	.server-item__pricem {
		margin: 10px 0 0 0;
		font-size: 16px;
	}
	.server-item__charact {
		font-size: 15px;
	}
	.server-item__order {
		margin: 30px 0 0 0;
	}
	.server-item__btn {
		padding: 15px;
		width: 100%;
	}
	.b-servers-cats-grid__row {
		flex-wrap: wrap;
	}
	.b-servers-cats-grid__col {
		margin: 0 0 20px 0;
		width: 50%;
	}
	.actions-grid__col {
		width: 50%;
	}
	.s-vds-secure {
		padding: 50px 0;
	}
	.s-vds-secure__description {
		margin: 0;
	}
	.vds-secure-grid__col {
		margin: 40px 0 0 0;
		width: 50%;
	}
	.b-servers-cat-slider__item {
		flex-direction: column;
	}
	.b-servers-ordering {
		margin: 45px 0 0 0;
		padding: 25px 30px;
		background: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		text-align: center;
	}
	.b-servers-ordering:before {
		content: none;
	}
	.b-servers-cat-slider__order {
		margin: 25px 0 0 0;
	}
	.b-servers-cat-slider.owl-carousel .owl-dots {
		bottom: -32px;
	}
	.vds-proposals-grid__row {
		margin: 0 -15px;
	}
	.vds-proposals-grid__col {
		padding: 0 15px;
	}
	.s-advantage-rent {
		padding: 35px 0;
	}
	.b-advantage-rent__col {
		margin: 35px 0 0 0;
		width: 50%;
	}
	.s-company-structure .s-block-title {
		margin: 0 0 10px 0;
	}
	.company-structure-grid {
		flex-wrap: wrap;
	}
	.company-structure-grid__col {
		margin: 20px 0 0;
		width: 50%;
	}
	.company-structure-item {
		padding: 30px 15px;
	}
	.s-contacts {
		margin: 45px 0 0 0;
	}
	.b-contacts__telephones .b-contacts__inner,
	.b-contacts__emails .b-contacts__inner {
		padding: 0 0 0 86px;
	}
	.b-contacts__telephones,
	.b-contacts__emails {
		width: 100%;
		float: none;
	}
	.b-contacts__telephones .b-contacts__ico {
		left: 20px;
	}
	.b-contacts__emails {
		margin: 50px 0 0 0;
	}
	.b-map-box {
		height: auto;
	}
	.b-map-box__map {
		height: 330px;
	}
	.b-map-box__content {
		position: static;
		width: 100%;
		padding: 35px 45px;
	}
	.cashout-item__content {
		margin: 0 0 0 20px;
	}
	.partner-item {
		padding: 30px 15px;
	}
	.b-partners-services__lines {
		background: url(../images/partners-services-lines-sm.png) no-repeat;
		width: 353px;
		height: 53px;
		margin: 0 0 0 -176px;
	}
	.b-partners-services {
		margin: 0 auto;
		width: 530px;
	}
	.b-partners-services__row {
		display: block;
		letter-spacing: -10px;
	}
	.b-partners-services__col {
		margin: 0 0 20px 0;
		display: inline-block;
		width: 280px;
		letter-spacing: 0;
	}
	.benefits-grid__col {
		margin: 0 0 30px 0;
		width: 100%;
	}
	.benefits-grid__col:last-child {
		margin: 0;
	}
	.server-best-proposal {
		flex-wrap: wrap;
		padding: 15px;
	}
	.server-best-proposal__characts {
		margin: 0 0 0 20px;
	}
	.server-best-proposal__order {
		width: 100%;
		margin: 25px 0 0 80px;
		flex: none;
	}
	.server-best-proposal__btn {
		width: auto;
		padding: 15px 40px;
	}
	.b-ddos__inner {
		display: block;
	}
	.b-ddos__list {
		margin: 15px 0 0 0;
	}
	.s-safe-servers {
		margin: 50px 0 30px;
	}
	.b-safe-servers__row {
		flex-wrap: wrap;
	}
	.b-safe-servers__col {
		margin: 0 0 30px 0;
		width: 50%;
	}
	.b-safe-server {
		padding: 0 0 0 65px;
	}
	.b-safe-servers__col:last-child {
		margin: 0;
	}
	.b-safe-server__ico {
		width: 53px;
		text-align: right;
	}
	.proposal-tabs-nav__item {
		width: 50%;
	}
	.proposal-tabs-nav__link {
		width: 100%;
		padding: 12px;
	}
	.footer-top__row {
		flex-wrap: wrap;
	}
	.footer-top__col {
		margin: 0 0 35px 0;
	}
	.footer-top__col:last-child {
		margin: 0;
		width: 100%;
	}
	.footer-top__right {
		width: 100%;
		text-align: center;
	}
	.footer-logo {
		letter-spacing: -10px;
	}
	.footer-logo__ico,
	.footer-logo__ooo {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
	}
	.footer-logo__ico {
		margin: 0 10px 0 0;
	}
	.footer-logo__ooo {
		max-width: none;
		margin: 0 0 0 10px;
	}
	.footer-copyright {
		margin: 15px 0 0 0;
	}

}


@media only screen and (max-width: 767px) {

	.header-top,
	.header-bottom__menu,
	.header-bottom__order {
		display: none;
	}
	.header-bottom {
		position: relative;
		padding: 20px 0;
	}
	.header-bottom__hamburger {
		display: block;
	}
	.hero-slider__item {
		padding: 70px 0 180px;
	}
	.b-quiz {
		padding: 15px;
	}
	.b-quiz-step__head {
		padding: 20px 0 0 0;
	}
	.b-quiz-step__back {
		top: 0;	
	}
	.s-advantages__inner {
		margin: 0;
	}
	.b-advantages-item__ico {
		min-width: 70px;
		flex-basis: 70px
	}
	.b-advantages-item__ico img {
		max-width: 55px;
	}
	.b-advantages-item__title {
		font-size: 20px;
	}
	.s-leaders__inner {
		padding: 70px 0;
	}
	.server-grid__row {
		flex-wrap: wrap;
	}
	.server-grid__col--4 {
		margin: 0 0 25px 0;
		flex-basis: 100%;
	}
	.server-grid__col--4:last-child {
		margin: 0;
	}
	.server-item__btn {
		width: auto;
		padding: 15px 35px;
	}
	.s-leaders__more {
		margin: 50px 0 0 0;
	}
	.s-servers-cats {
		padding: 0 0 60px 0;
	}
	.b-servers-ordering {
		margin: 35px 0 0 0;
		padding: 25px;
	}
	.server-grid__col--3 {
		flex-basis: 50%;
	}
	.b-advantage-rent__col {
		margin: 20px 0 0 0;
		width: 100%;
	}
	.s-support__inner {
		padding: 60px 0 130px;
		display: block;
		height: auto;
		background-position: center bottom;
	}
	.s-support__inner:before {
		width: 100%;
		height: 70%;
	    background: rgb(54,61,67);
	    background: -moz-linear-gradient(top, rgba(54,61,67,1) 55%, rgba(99, 121, 133, 0) 100%);
	    background: -webkit-linear-gradient(top, rgba(54,61,67,1) 55%,rgba(99, 121, 133, 0) 100%);
	    background: linear-gradient(to bottom, rgba(54,61,67,1) 55%,rgba(99, 121, 133, 0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363d43', endColorstr='#7db9e8',GradientType=1 );
	}
	.actions-grid__col {
		margin: 0 0 15px 0;
		width: 100%;
	}
	.actions-grid__col:last-child {
		margin: 0;
	}
	.action-item__content {
		max-width: 450px;
	}
	.s-payments {
		padding: 40px 0 0;
	}
	.s-payments__bottom {
		display: block;
	}
	.b-payments__logos {
		flex-wrap: wrap;
	}
	.b-payments__logo {
		margin: 0 0 20px 0;
		width: 33.3333%;
		text-align: center;
	}
	.b-payments__more {
		margin: 25px 0 0 0;
		max-width: none;
		text-align: center;
	}
	.vds-proposals-grid__col {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.vds-proposals-grid__col:last-child {
		margin: 0;
	}
	.s-about__title {
		margin: 0 0 25px 0;
	}
	.s-about-list__col {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.s-benefits {
		margin: 50px 0 0 0;
	}
	.s-partners-services {
		margin: 50px 0 0 0;
	}
	.b-partners-services__ico {
		display: none;
	}	
	.s-cashout {
		margin: 50px 0 0 0;
	}
	.cashout-grid {
		flex-wrap: wrap;
	}
	.cashout-grid__col {
		margin: 0 0 30px 0;
		flex-basis: 100%;
	}
	.cashout-grid__col:last-child {
		margin: 0;
	}
	.cashout-item__ico {		
		flex: 0 0 70px;
	}
	.s-partners-program {
		margin: 50px 0 0 0;
	}
	.s-partners-program__inner {
		display: block;
	}
	.s-partners-program__go {
		margin: 15px 0 0 0;
	}
	.s-partners-program__btn {
		width: auto;
		padding: 15px 45px;
	}
	.s-faq {
		margin: 50px 0 0 0;
	}
	.b-contacts-items {
		display: block;
	}
	.b-contacts-group {
		margin: 0 0 30px 0;
	}
	.b-contacts-group:last-child {
		margin: 0;
	}
	.b-contacts-group__name {
		margin: 0 0 15px 0;
	}
	.b-contacts-group__contact {
		margin: 0 0 10px 0;
	}
	.server-best-proposal__characts {
		flex-wrap: wrap;
	}
	.server-best-proposal__content {
		align-items: flex-start;
	}
	.server-best-proposal__proc,
	.server-best-proposal__ram,
	.server-best-proposal__memory,
	.server-best-proposal__price {
		width: 50%;
	}
	.server-best-proposal__proc,
	.server-best-proposal__ram {
		margin: 0 0 25px 0;
	}
	.b-ddos {
		padding: 30px 15px;
	}
	.b-ddos__inner {
		padding: 0 0 0 140px;
	}
	.b-ddos__inner:before {
		bottom: auto;
	}
	.b-services-sertificates__title {
		margin: 0 0 30px 0;
		font-size: 25px;
	}
	.b-servers-sertificates__col {
		display: block;
		margin: 0 0 30px 0;
	}
	.b-servers-sertificates__col:last-child {
		margin: 0;
	}
	.b-servers-sertificates-bottom__list,
	.b-servers-sertificates-bottom__img {
		width: 100%;
		display: block;
		text-align: center;
	}
	.b-servers-sertificates-bottom__list li {
		margin: 0 0 15px 0;
		text-align: left;
	}
	.footer {
		margin: 40px 0 0 0;
	}
	.footer-partners {
		margin: 40px 0 0 0;
	}
	.footer-partners__img img {
		max-width: 75%;
	}

}


@media only screen and (max-width: 640px) {

	.b-quiz-step__action--opts {
		width: 290px;
	}
	.b-servers-cats-grid__col {
		margin: 0 0 16px 0;
		width: 100%;
	}
	.b-servers-cats-grid__col:last-child {
		margin: 0;
	}
	.b-service-cat__btn {
		width: auto;
		padding: 15px 45px;
	}	
	.s-vds-choice {
		padding: 45px 0 70px;
	}
	.server-grid__col--3 {
		flex-basis: 100%;
	}
	.b-ph-advantages__item {
		width: 100%;
	}
	.company-structure-grid__col {
		margin: 15px 0 0;
		width: 100%;
	}
	.partner-grid__col {
		width: 100%;
	}
	.partner-grid__col:last-child {
		margin: 0;
	}
	.partner-item:after {
		content: none;
	}	
	.b-partners-services {
		width: 100%;
	}
	.b-partners-services__col {
		width: 100%;
	}
	.server-best-proposal__proc,
	.server-best-proposal__ram,
	.server-best-proposal__memory,
	.server-best-proposal__price {
		width: 100%;
	}
	.server-best-proposal__memory {
		margin: 0 0 25px 0;
	}
	.server-best-proposal__characts {
		margin: 0 0 0 10px;
	}
	.server-best-proposal__order {
		margin: 25px 0 0 70px;
	}
	.server-best-proposal__btn {
		padding: 12px 30px;
	}	
	.b-ddos__inner {
		padding: 0 0 0 80px;
	}
	.b-ddos__inner:before {
		background-size: 50%;
	}
	.b-ddos__list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.b-ddos__list li:last-child {
		margin: 0;
	}
	.b-safe-servers__col {
		width: 100%;
	}	
	.proposal-tabs-container__description {
		margin: 30px auto 0;
	}
	.servers-slider {
		margin: 30px 0 0 0;
	}
	.proposal-tabs-nav__item {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.proposal-tabs-nav__item:last-child {
		margin: 0;
	}
	.footer {
		padding: 20px 0 40px;
	}
	.footer-top__row {
		display: block;
		letter-spacing: -10px;
	}
	.footer-top__col {
		display: inline-block;
		width: 50%;
		letter-spacing: 0;
	}
	.footer-partners {
		flex-wrap: wrap;
	}
	.footer-partners__img {
		margin: 0 0 15px 0;
		width: 33.3333%;
		text-align: center;
	}
	.footer-partners__img img {
		max-width: 100%;
	}

}


@media only screen and (max-width: 480px) {

	.s-adaptive-slide__top,
	.s-adaptive-slide__bottom {
		padding: 30px 15px;
	}
	.hero-slider__title,
	.s-block-title,
	.s-actions h2,
	.s-company-structure h2,
	.s-support__title,
	.s-benefits__title {
		margin: 0 0 30px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.page-head__title {
		font-size: 24px;
		line-height: 30px;
	}
	.hero-slider__item {
		padding: 50px 0 170px 0;
	}
	.hero-slider__img {
		margin: 30px 0 0 0;
	}
	.b-suport-contacts {
		display: block;
	}
	.b-support-contacts__item {
		margin: 0 0 15px 0;
	}
	.b-servers-cat-slider__order {
		min-width: 0;
	}
	.action-item {
		padding: 30px 15px;
	}
	.b-map-box__content {
		padding: 30px 15px;
	}
	.b-map-box__address,
	.b-map-box__docs {
		padding: 0 0 0 30px;
	}
	.s-partners-program__text {
		font-size: 18px;
		line-height: 24px;
	}
	.b-faq__title {
		padding: 20px 55px 20px 15px;
		font-size: 16px;
		line-height: 20px;
	}
	.b-ddos__title {
		font-size: 18px;
		line-height: 22px;
	}
	.footer-top__col {
		width: 100%;
	}
	.footer-partners__img {
		width: 50%;
	}
	.footer-logo__ooo,
	.footer-logo__ico {
		display: block;
	}
	.footer-logo__ico {
		margin: 0;
	}
	.footer-logo__ooo {
		margin: 10px 0 0 0;
	}

}







.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
.layout .hero {
	margin: 117px 0 0 0;
}



.owl-stage.smallCarouselItemServers {
	    text-align: center;
    width: 100% !important;
}
.owl-stage.smallCarouselItemServers .owl-item {
	    display: inline-block;
    float: none;
}
.owl-stage.smallCarouselItemServers .owl-item:last-child {
	margin-right: 0 !important;
}












.sitemapcl a+div {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemapcl ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemapcl ul li {
	list-style-type: disc;
}

.sitemapcl a {
	color:#1562af;
}

ul.list-ul {
	line-height: 1.4em;
	list-style: disc;
	margin-left: 20px;
}

ul.list-ul  li {
	/*padding-left: 10px;*/
	/*list-style: disc;*/
}

.margin-b-10 {
	margin-bottom: 10px;
}

.bold-400 {
	font-weight: 400;
}

.bold {
	/*font-weight: bold;*/
	font-weight: 400;
}

.list-ul-fix {
	margin: 0 0 30px 0;
	color: #112840;
	line-height: 24px;
	font-weight: 300;
}

.list-ul-fix li::before {
    position: absolute;
    left: -20px;
    top: 8px;
    bottom: 0;
    /*margin: auto;*/
    content: '';
    background: url(../images/i/i-checkb-blue.svg) no-repeat;
        background-size: auto;
    width: 13px;
    height: 10px;
    background-size: 13px 10px;
}

.list-ul-fix li {
    position: relative;
    line-height: 24px;

}
.b,.bold{
	font-weight: bold;
}
.strong{
	font-weight: normal;
}
.i{
	font-style: italic;
}
/*
.b.bold {
	font-weight: bold;
}*/
