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__link--hassub.active,.header-menu__link.active{
	text-decoration: underline;
	color: #1562af;
}
.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,.header-submenu-nav__link.active {
	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 {
	height: 100%;
	overflow: scroll;

	-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-head-order {
	height: 220px;
	background: url('../images/order-head-bg.jpg');
}

/*------------------------------------------------------------
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: 0px;
	top: 0;
	right: 0px;
	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;
	margin: 0 30px 0 30px;
}
.b-servers-cat-slider__order {
	min-width: 270px;
	margin: 0 30px 0 30px;
}
.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;
}

/*------------------------------------------------------------
Warn
------------------------------------------------------------*/

.s-warn {
	margin: 40px 0 0 0;	
}
.b-warn {
	padding: 30px 50px;
	background: #ffd1dc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.b-warn__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 0 0 160px;
}
.b-warn__inner:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-warn.png) no-repeat;
	width: 123px;
	height: 79px;
}
.b-warn__title {
	margin: 0 0 15px 0;
	color: #1562af;
	font-size: 22px;
	line-height: 26px;
}
.b-warn__description {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}

.b-warn__list {
	margin: 0 0 0 15px;
	flex: 0 0 390px;
}
.b-warn__list ul {
	letter-spacing: -10px;
}
.b-warn__list li {
	position: relative;
	padding: 0 0 0 26px;
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	letter-spacing: 0;
}
.b-warn__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--inst {
	background-color: #F08080;
}
.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;
}

.soc-nav__link--inst:before {
	top: 1px;
	left: -1px;
	background: url(../images/i/i-inst.png) 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;
}
.s-faq {
	margin: 25px 0 0 0;
}
.b-faq-half{
	width: 49%;
	float: left;
	margin-top: 20px;
}
.b-faq-half:first-child{
	margin-right: 2%;
}
.clear{
	clear: both;
}
.b-faq__title {
	 display: block;
	 padding: 25px 55px 25px 50px;
	 position: relative;
	 color: #1562af;
	 font-size: 19px;
	 line-height: 24px;
	 background: url(/images/f_icon.png) no-repeat 10px center;
}
.s-payments__description ul, .s-payments__description ol {
	 margin: 0 0 30px 30px;
}
.page-head__description p{
	margin-bottom: 20px;
}
.page-head__description p:last-child{
	margin-bottom: 0;
}
.page-head__description br{
	display: none;
}
.s-payments__description ul li{
	list-style-type: disc;
	color: #112840;
	 line-height: 24px;
	 font-weight: 300;
}
.s-payments__description ol li{
	list-style-type: decimal;
	color: #112840;
	 line-height: 24px;
	 font-weight: 300;
}
.rev_block{
		position: relative;
		 float: left;
		 width: 48%;
		 padding: 48px;
		 margin-bottom: 64px;
		 margin-right: 4%;
		 box-sizing: border-box;
		 background-color: #fff;
		 border-radius: 10px;
	}
	.rev_block:nth-child(2n){
		margin-right: 0;
	}
	.rev_block::after{
		position: absolute;
		 bottom: -45px;
		 left: 48px;
		 border-top: 45px solid #fff;
		 border-right: 35px solid transparent;
		 content: "";
	}
	.rev_body{
		font-size: 14px;
		line-height: 22px;
	}
	.rev_date{
		font-size: 18px;
		 margin-top: 20px;
		 font-weight: bold;
	}
	.rev_pagenation_wrap{
		text-align: center;
	}
	.rev_pagenation_wrap a {
		 display: inline-block;
		 margin: 5px 8px;
		 border: 1px solid #ddd;
		 padding: 10px 13px;
		 font-weight: bold;
		 font-size: 16px;
	}
	.rev_pagenation_wrap a.active,.rev_pagenation_wrap a:hover{
		background: #1562B0;
		border: 1px solid #1562B0;
		color: #fff;
	}
	.rev_pagenation_wrap span{
		display: inline-block;
		 margin: 5px 8px;
		 padding: 13px 0px;
		 clear: both;
		 font-weight: bold;
		 font-size: 16px;
	}
	.tp_header_info{
		background: url(/images/tp_icon.jpg) no-repeat 0 0;
		 padding: 6px 0 6px 35px;
		 text-transform: uppercase;
		 font-size: 15px;
		 color: #1561AC;
		 font-weight: 500;
		 margin-top: -5px;
		 margin-bottom: -5px;
	}
	
	
.rev_block-news{
		position: relative;
		 padding: 48px;
		 margin-bottom: 64px;
		 margin-right: 4%;
		 box-sizing: border-box;
		 background-color: #fff;
		border-radius: 20px;
	}
	
	.rev_block-news::after{
		position: absolute;
		 bottom: -45px;
		 left: 48px;
		 border-top: 45px solid #fff;
		 border-right: 35px solid transparent;
		 content: "";
		 
	}
	
	.rev_title-news{
		 font-size: 22px;
		 margin-bottom: 20px;
		 font-weight: bold;
	}
	
	.rev_body-news{
		font-size: 16px;
		line-height: 22px;
		text-align:justify;
	}
	.rev_date-news{
		 font-size: 12px;
		 margin-top: 20px;
		 font-weight: bold;
		 text-align: right;
		font-style: italic;
	}
	

	
	
	

	

.breadcrumbs{
	margin: 15px 0 0;
}
.breadcrumbs a{
	/* color: #486AA9; */
	color: #FFFFFF;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs{
	/* color: #6580B5; */
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
}
.breadcrumbs .b_home{
	background: url(/images/h.svg) no-repeat center center;
	 padding: 5px 10px;
	 margin-right: 5px;
	 filter: brightness(4);
}
.breadcrumbs span.last{
	padding: 0 5px;
}
.footer-top__col{
	position: relative;
}
.pay_sys.desctop_pay_sys{
	position: absolute;
	 bottom: -5px;
	 left: 13px;
	 width: 400px;
}
.ps_title{
	font-weight: 500;
	 color: #fff;
	 margin-bottom: 12px;
}
.tablet_f_soc,.tablet_pay_sys{
	display: none;
}
.b-faq__content p{
	margin-bottom: 10px;
}
.b-faq__content ul{
	padding-left: 25px;
}
.b-faq__content ul li{
	list-style-type: circle;
	padding-left: 25px;
}
.price-block{
			margin-bottom: 20px;
			font-weight: bold;
		}
.video_block_wrap{
	text-align: center;
	 margin: 40px 0 20px;
}
@media screen and (max-width: 1200px){
	.pay_sys.desctop_pay_sys{
		width: 345px;
	}
}
@media screen and (max-width: 1023px){
	.rev_block {
		 float: none;
		 width: 100%;
		 margin-right: 0;
	}
	.footer-top__col {
		 width: 25%;
	}
	.tablet_f_soc,.tablet_pay_sys{
		display: block;
	}
	.desctop_f_soc,.desctop_pay_sys{
		display: none;
	}
	.soc-nav__link{
		width: 35px;
		height: 35px;
	}
	.pay_sys.tablet_pay_sys{
		text-align: center;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px){
	.video_block_wrap iframe{
		width: 100%;
		height: 300px;
	}
	.breadcrumbs{
		display: none;
	}
	.b-faq-half{
		width: 100%;
	}
	.b-faq-half:first-child{
		margin-right: 0;
	}
	.footer-top__col {
		 width: 50%;
	}
}


/* ORDER */
.s-order {
	margin-top: -65px;
}
.s-order .hidden {
	display: none !important;
}
.s-order__container {
	background: #fff;
	padding: 50px 60px 80px;
	border-radius: 10px;
}
.s-order-auth .wrapper {
	max-width: 480px;
}
.s-order-auth .s-order__container {
	padding: 50px 80px;
}
.s-order__title {
	font-size: 20px;
	margin-bottom: 30px;
	color: #000;
}
.s-order-auth .s-order__title {
	text-align: center;
}
.s-order__desc {
	font-size: 12px;
	margin-bottom: 30px;
	color: #5A5A5A;
	text-align: center;
}
.s-order__desc a {
	color: #1562AF;
	text-decoration: underline;
}
.s-order .constructor_tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.s-order .constructor_tab {
	background: transparent;
	border: 0;
	outline: 0;
	color: #1562AF;
	margin-right: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 16px;
}
.s-order .constructor_tab:last-child {
	margin-right: 0;
}
.s-order .constructor_tab:hover {
	color: #00B9F1;
}
.s-order .constructor_tab.is-active {
	color: #00B9F1;
	border-color: #00B9F1;
}
.s-order .constructor_form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.s-order .form_field {
	display: block;
	margin-bottom: 25px;
	position: relative;
}
.s-order .form_field_label {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}
.s-order .constructor_form .form_field {
	width: calc(50% - 10px);
}
.s-order .constructor_form .form_field-text, .s-order .constructor_form .form_field-checkbox, .s-order .form_buttons {
	width: 100%;
}
.s-order .form_field-range .form_field_title {
	display: flex;
	align-items: center;
}
.s-order .input {
	display: block;
	width: 100%;
	background: #E9EEF2;
	border-radius: 5px;
	border: 0;
	outline: 0;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 9px 12px;
	text-align: left;
}
.s-order select.input {
	height: 38px;
	-webkit-appearance: none;
	appearance: none;
	background: #E9EEF2 url('../images/i/i-arrow-down.svg') no-repeat calc(100% - 12px) center;
	background-size: 11px;
}
.s-order .form_field-location > select.input {
	background: url('../images/i/i-placemark.svg') no-repeat left center;
	padding-left: 20px;
	padding-right: 0;
	border-radius: 0;
	cursor: pointer;
}
.s-order textarea.input {
	resize: none;
}
.s-order .form_title {
	color: #1866af;
	border-bottom: 1px solid #f9dd94;  
	margin-top: 10px;
	margin-bottom: 35px;
	width: 100%;
}
.s-order .reg_form .form_title, .s-order .auth_form .form_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s-order .toggle_form {
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 12px;
	color: #1562AF;
	cursor: pointer;
}
.s-order .form_field_title {
	color: #000;
	margin-bottom: 20px;
}
.s-order .form_field_desc {
	color: #5A5A5A;
	font-size: 12px;
	line-height: normal;
	margin-left: 30px;
	max-width: 160px;
}
.s-order .btn {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	border: 0;
	outline: 0;
	color: #fff;
	font-weight: 700;
	padding: 9px 12px;
	text-align: center;
	min-width: 225px;
	background: #00B9F1;
	border-radius: 5px;
	cursor: pointer;
	transition: all .3s;
}
.s-order .btn:disabled {
	background: #777;
}
.s-order .btn:hover {
	background: #1562AF;
}
.s-order-auth .btn {
	display: block;
	width: 100%;
}
.s-order .constructor_result .btn {
	min-width: 215px;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 10px;
	 
}
.label_checkbox, .label_radio {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.label_checkbox > input, .label_radio > input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	height: 100%;
	opacity: 0;
	width: 20px;
}
.label_checkbox > .label_text, .label_radio > .label_text {
	display: block;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	line-height: 14px;
	font-size: 12px;
	color: #5A5A5A;
}
.label_checkbox > .label_text:before, .label_radio > .label_text:before {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	background: #E9EEF2;
	box-sizing: border-box;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.label_radio > .label_text:before {
	border-radius: 50%;
}
.label_checkbox > input:checked + .label_text:before {
	background-image: url('../images/i/i-check.svg');
	background-size: 12px;
}
.label_radio > input:checked + .label_text:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	background: #00B9F1;
	box-sizing: border-box;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.label_checkbox a {
	color: #1562AF;
	text-decoration: underline;
}
.s-order .auth_form, .s-order .reg_form {
	width: 350px;
	flex-shrink: 0;
	max-width: 100%;
}
.s-order-auth .auth_form, .s-order-auth .reg_form {
	width: 100%;
}
.s-order .step-constructor, .s-order .step-order {
	display: flex;
	align-items: flex-start;
}
.s-order .constructor_result {
	width: 260px;
	margin-left: 60px;
	flex-shrink: 0;
	border-radius: 10px;
	background: url('../images/constructor-result-bg.jpg') no-repeat center / cover;
	color: #fff;
	padding: 15px 20px 25px;
	
}
.s-order .r_title, .s-order .r_period {
	margin-bottom: 10px;
}
.s-order .r_period, .s-order .r_discount {
	position: relative;
	font-size: 12px;
	line-height: normal;
}
.s-order .r_discount {
	font-weight: 700;
}
.s-order .r_desc {
	margin: 10px 0 20px;
	font-size: 10px;
	line-height: 14px;
}
.s-order .period_select {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.s-order .period_select:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -4px;
	border-bottom: 2px dashed #fff;
}
.s-order .period_dropdown {
	background: #fff;
	border-radius: 3px;
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	padding: 10px 0;
	z-index: 10;
}
.s-order .period_item {
	display: flex;
	align-items: center;
	background: #fff;
	margin-bottom: 10px;
	color: #1562AF;
	transition: all .3s;
	padding: 3px 15px;
	font-size: 12px;
	line-height: 15px;
	cursor: pointer;
}
.s-order .period_item:last-child {
	margin-bottom: 0;
}
.s-order .period_item:hover, .s-order .period_item.is-active {
	background: #00B9F1;
	color: #fff;
}
.s-order .period_disc {
	width: 60px;
	flex-shrink: 0;
	margin-left: auto;
	margin-right: 0;
	font-size: 10px;
}
.s-order .range_wrapper {
	margin-top: 40px;
}
.s-order .range_wrapper input {
	display: none;
}
.s-order .range {
	height: 16px;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.s-order .range_line {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	top: calc(50% - 1px);
	background: #E9EEF2;
}
.s-order .range_line:before, .s-order .range_line:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
	background: #E9EEF2;
}
.s-order .range_line:after {
	left: auto;
	right: -2px;
}
.s-order .range_line-active {
	position: absolute;
	display: block;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #00B9F1;
}
.s-order .range_line-active:before, .s-order .range_line-active:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
	background: #00B9F1;
}
.s-order .range_line-active:after {
	left: auto;
	right: -2px;
}
.s-order .range_pointer {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	border: 3px solid #00B9F1;
	cursor: pointer;
	top: 0;
	left: 0;
	margin-left: -8px;
	border-radius: 50%;
}
.s-order .range_pointer:before {
	content: attr(data-value);
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	color: #1562AF;
	line-height: 1;
	top: -20px;
}
.s-order .paymethods {
	width: 100%;
	padding-left: 150px;
}
.s-order .paymethods .label_radio {
	display: block;
	margin-bottom: 20px;
}
.s-order .paymethods .label_radio > .label_text {
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-left: 35px;
}
.s-order .paymethods .label_radio > .label_text:before {
	top: 2px;
}
.s-order .paymethods .label_radio > .label_text:after {
	top: 7px;
}
.s-order .paymethods .pm_icon {
	margin-right: 21px;
	width: 30px;
}
.s-order .form_result {
	font-size: 14px;
	margin-top: 10px;
}
.s-order .form_result .error {
	color: #f00;
}
.s-order .recover_password {
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 12px;
	color: #1562AF;
	cursor: pointer;
}
.s-order-auth .form_field-recover {
	text-align: center;
}
.s-order .auth_social_list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-order .auth_social {
	margin-top: 30px;
}
.s-order .auth_social_list .social_link {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1562AF;
	border-radius: 5px;
	margin: 0 6px;
}


@media (max-width: 980px) {
	.s-order .constructor_form .form_field {
		width: 100%;
	}
	.s-order .paymethods {
		padding-left: 50px;
	}
}

@media (max-width: 780px) {
	.s-order .step-constructor {
		display: block;
	}
	.s-order .step-order {
		flex-direction: column;
	}
	.s-order .constructor_result {
		margin: 30px auto 0;
	}
	.s-order .paymethods {
		order: -1;
		padding-left: 0;
	}
}

@media (max-width: 480px) {
	.s-order__container {
		padding: 30px 20px !important;
	}
	.s-order .form_field_title {
		font-size: 14px;
	}
	.s-order .form_field_desc {
		margin-left: auto;
		margin-right: 0;
	}
	.page-head-order {
		height: 120px;
	}
}


/* PAGES */
.page-head--ddos .page-head__title, .page-head--domains .page-head__title, .page-head--cdn .page-head__title, .page-head--ssl .page-head__title, .page-head--administration .page-head__title, .page-head--license .page-head__title {
	text-align: center;
}
.page-head-row {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-head--cdn .page-head-row {
	align-items: flex-start;
}
.page-head__desc {
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	max-width: 370px;
	margin-right: 50px;
	text-align: left;
}
.page-head--cdn .page-head__desc {
	margin-right: 20px;
	max-width: 290px;
}
.page-head--ssl .page-head__desc, .page-head--administration .page-head__desc, .page-head--license .page-head__desc {
	margin-right: 0;
	max-width: none;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}
.page-head .btn, .s_cdn_calculator .btn, .s_administration .btn, .s_license .btn {
	display: inline-block;
	vertical-align: top;
	background: #00B9F1;
	border-radius: 5px;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 9px 35px;
	transition: all .3s;
	text-align: center;
	cursor: pointer;
}
.page-head .buttons .btn, .s_cdn_calculator .btn {
	display: block;
	width: 230px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.s_administration .btn {
	display: block;
	width: 330px;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.page-head .buttons .btn:last-child, .s_cdn_calculator .btn:last-child {
	margin-bottom: 0;
}
.page-head .btn-border, .s_cdn_calculator .btn-border {
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.page-head .btn:hover, .s_cdn_calculator .btn:hover, .s_administration .btn:hover, .s_license .btn:hover {
	background: #1562AF;
	border-color: #1562AF;
}
.page-head .search_domains {
	position: relative;
	display: block;
	width: 100%;
	max-width: 710px;
	margin: 30px auto 0;
	border-radius: 5px;
	overflow: hidden;
}
.page-head .search_domains .input {
	display: block;
	width: 100%;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	font-size: 14px;
	color: #223E59;
	line-height: 20px;
	padding: 9px 15px;
}
.page-head .search_domains .btn {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 200px;
	border-radius: 0;
}
.section_title {
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
}
.s_reasons {
	padding: 60px 0 20px;
}
.reasons_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.reasons_list .item {
	width: 290px;
	margin-bottom: 20px;
}
.reasons_list .i_top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.reasons_list .i_num {
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: #00B9F1;
	width: 75px;
	flex-shrink: 0;
}
.reasons_list .i_title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1562AF;
}
.reasons_list .i_desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.s_why {
	padding: 30px 0;
}
.why_block .star {
	position: relative;
	margin-right: 30px;
}
.why_block .star > svg {
	display: block;
}
.why_block .star_text {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #1562AF;
}
.why_block .star_price {
	font-size: 40px;
	line-height: 35px;
}
.why_block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.why_list, .page-head__list {
	list-style: none;
	margin-left: 30px;
}
.why_list > li, .page-head__list > li {
	display: block;
	position: relative;
	padding-left: 30px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #1562AF;
}
.page-head__list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	text-align: left;
}
.page-head__list > li {
	width: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	padding-right: 16px;
}
.why_list > li::before, .page-head__list > li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 17px;
	height: 14px;
	background: url('/images/i/check.svg') no-repeat;
}
.page-head__list > li::before {
	top: 1px;
}
.s_text {
	padding-top: 30px;
}
.s_text ul {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
}
.s_text li {
	display: block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 13px;
}
.s_text li::before {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background: #00B9F1;
	border-radius: 5px;
	top: 6px;
	left: 0;
}
.s_ddos_work {
	padding-bottom: 30px;
}
.ddos_row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ddos_row .switcher {
	width: 200px;
}
.ddos_row .switcher_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #1562AF;
	margin-top: 15px;
}
.switcher_label {
	display: inline-block;
	position: relative;
}
.switcher_label .switcher_input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	height: 100%;
	opacity: 0;
	width: 20px;
}
.switcher_label .switcher_toggle {
	display: block;
	width: 80px;
	height: 40px;
	background: #E9EEF2;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
.switcher_label .switcher_toggle::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	width: 34px;
	height: 34px;
	left: 3px;
	transition: all .3s;
	background: #fff;
	border-radius: 50%;
}
.switcher_label .switcher_input:checked + .switcher_toggle {
	background: #00B9F1;
}
.switcher_label .switcher_input:checked + .switcher_toggle::before {
	left: 43px;
}
.ddos_row .circle {
	width: 40px;
	height: 40px;
	position: relative;
	background: #1562AF;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px;
}
.ddos_row .arrow {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + 10px);
	display: block;
	width: 150px;
	height: 2px;
	background: #DEDEDE;
	transform-origin: 0 0;
	transition: all .3s;
}
.ddos_row .arrow-1 {
	top: calc(50% - 23px);
}
.ddos_row .arrow-3 {
	top: calc(50% + 21px);
}
.ddos_row .arrow::after {
	content: '';
	display: block;
	position: absolute;
	top: -6.5px;
	right: -1px;
	width: 9px;
	height: 15px;
	background: url('/images/i/aright.svg') no-repeat center;
}
.ddos_row .circle-pc {
	background-image: url('/images/i/monitor.svg');
	margin-bottom: 45px;
}
.ddos_row .circle-pc .arrow {
	transform: rotate(20deg);
	width: 160px;
}
.ddos_row .circle-user {
	background-image: url('/images/i/user.svg');
	margin-bottom: 45px;
}
.ddos_row .circle-devil {
	background-color: #FA928B;
	background-image: url('/images/i/devil.svg');
}
.ddos_row .circle-devil .arrow {
	transform: rotate(-20deg);
	width: 160px;
}
.ddos_row .traffic_block, .ddos_row .dns_block, .ddos_row .ddos_block {
	margin-right: 150px;
}
.ddos_row .dns_block {
	margin-right: 125px;
}
.ddos_row .ddos_block {
	margin-right: 140px;
}
.ddos_row .block_label {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #1562AF;
	text-align: center;
}
.ddos_row .dns_block, .ddos_row .ddos_block, .ddos_row .server_block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ddos_row .circle-dns, .ddos_row .circle-ddos, .ddos_row .circle-server {
	width: 60px;
	height: 60px;
	background-size: auto 32px;
}
.ddos_row .circle-dns {
	background-image: url('/images/i/planet.svg');
	margin: 20px 0;
}
.ddos_row .circle-dns .arrow-3::after {
	background-image: url('/images/i/block.svg');
	width: 12px;
	height: 12px;
	top: -5px;
	right: -3px;
}
.ddos_row .circle-ddos {
	background-image: url('/images/i/shield.svg');
	margin: 20px 0;
	background-color: #00B9F1;
}
.ddos_row .circle-server {
	background-image: url('/images/i/server.svg');
	margin: 20px 0;
	background-color: #00B9F1;
}
.ddos_row .protect_block {
	width: 20px;
	height: 120px;
	margin-left: 20px;
	background: #EBEBEB;
	position: relative;
}
.ddos_row .protect_level {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background: #AFF6B6;
	transition: all .3s;
}
.ddos_row.is-disabled .circle-ddos {
	opacity: 0;
}
.ddos_row.is-disabled .circle-dns .arrow-3::after {
	top: -6.5px;
	right: -1px;
	width: 9px;
	height: 15px;
	background: url('/images/i/aright.svg') no-repeat center;
}
.ddos_row.is-disabled .circle-dns .arrow {
	width: 380px;
}
.ddos_row.is-disabled .protect_level {
	background: #FA928B;
	height: 96px;
}
.s_domains {
	padding: 50px 0;
}
.zones_list {
	color: #223E59;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: normal;
}
.zones_list .item {
	margin: 0 10px 20px;
	border: 1px solid #00B9F1;
	padding: 10px 15px;
	border-radius: 5px;
	text-align: center;
}
.zones_list .domain, .zones_list .price, .zones_list .old_price {
	display: inline-block;
	vertical-align: middle;
}
.zones_list .price {
	margin-left: 10px;
	font-weight: 700;
}
.zones_list .old_price {
	margin-left: 10px;
	text-decoration-line: line-through;
	color: #C5C5C5;
}
.s_check_domain {
	padding-top: 30px;
}
.s_check_domain .result {
	width: 100%;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.s_check_domain .r_domain {
	font-weight: 700;
	font-size: 22px;
	margin-right: 15px;
}
.s_check_domain .r_status {
	font-size: 14px;
	line-height: 16px;
	padding: 4px 8px;
	border-radius: 5px;
	background: #ddd;
	margin-right: auto;
}
.s_check_domain .result-good {
	border-color: #c3e6cb;
}
.s_check_domain .result-good .r_status {
	background: #d4edda;
}
.s_check_domain .r_price {
	font-weight: 700;
	font-size: 20px;
	margin-right: 50px;
}
.s_check_domain .btn {
	margin-right: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #1562AF;
	background: transparent;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	text-align: center;
	border: 1px solid #1562AF;
	border-radius: 5px;
	padding: 8px 30px;
	transition: all .3s;
}
.s_check_domain .btn-buy {
	border: 0;
	padding: 9px 30px;
	background: #00B9F1;
	color: #fff;
}
.s_check_domain .btn:hover {
	background: #1562AF !important;
	color: #fff;
}
.s_check_domain .result_whois {
	padding: 20px 20px 0;
	white-space: pre-wrap;
}
.alert {
	position: relative;
	padding: 15px 20px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	text-align: center;
	line-height: normal;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.s_advantages {
	padding-bottom: 30px;
}
.advantages_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.advantages_list .item {
	width: 290px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.advantages_list .i_num {
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: #00B9F1;
	width: 75px;
	flex-shrink: 0;
}
.advantages_list .i_title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1562AF;
}
.add_services_row .switcher_label {
	margin-bottom: 20px;
}
.add_services_row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.add_services_row .item {
	margin: 0 50px;
	text-align: center;
}
.add_services_row .i_title {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}
.add_services_row .i_price {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #1562AF;
}
.s_cdn_map {
	padding-top: 30px;
}
.s_cdn_map .cdn_map {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.numbers_list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.numbers_list .item {
	width: 340px;
	text-align: center;
}
.numbers_list .i_num {
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	color: #00B9F1;
	margin-bottom: 15px;
}
.numbers_list .i_title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1562AF;
}
.s_cdn_calculator {
	padding-top: 60px;
}
.s_cdn_calculator .section_title {
	text-align: left;
}
.s_cdn_calculator .main_row {
	display: flex;
	align-items: flex-start;
}
.s_cdn_calculator .left_block, .s_cdn_calculator .right_block {
	flex: 1;
}
.s_cdn_calculator .list {
	margin-bottom: 30px;
}
.s_cdn_calculator .list_title {
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #1562AF;
	margin-bottom: 10px;
}
.s_cdn_calculator .list li {
	display: block;
	list-style: none;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
}
.s_cdn_calculator .section_desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.s_cdn_calculator .f_label {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #1562AF;
	margin-bottom: 5px;
}
.s_cdn_calculator .calc_fields {
	display: flex;
}
.s_cdn_calculator .field {
	background: #E9EEF2;
	border-radius: 5px;
	height: 47px;
	padding: 10px 20px;
}
.s_cdn_calculator select.field {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7'%3E%3Cpolyline points='5.5 6.8 0.1 1.3 1.2 0.2 5.5 4.6 9.8 0.2 10.9 1.3' fill='%2300B9F1'/%3E%3C/svg%3E");
	background-position: calc(100% - 12px) center;
	background-size: 11px;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.s_cdn_calculator .field-traffic {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.s_cdn_calculator .dec, .s_cdn_calculator .inc {
	display: block;
	width: 12px;
	flex-shrink: 0;
	height: 12px;
	position: relative;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
}
.s_cdn_calculator .dec::before, .s_cdn_calculator .inc::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	height: 2px;
	width: 12px;
	background: #00B9F1;
}
.s_cdn_calculator .inc::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	height: 12px;
	width: 2px;
	background: #00B9F1;
}
.s_cdn_calculator .field .input {
	background: transparent;
	border: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #223E59;
	width: 55px;
}
.s_cdn_calculator .total {
	margin: 20px 0 30px;
	color: #1562AF;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
.s_cdn_calculator .total_amount {
	font-size: 30px;
	line-height: 35px;
}
.s_cdn_calculator .btn {
	margin-bottom: 20px;
}
.s_cdn_calculator .btn-border {
	color: #1562AF;
	border-color: #1562AF;
}
.s_cdn_calculator .btn-border:hover {
	color: #fff;
}
.s_cdn_calculator .calculator_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_cdn_calculator .star {
	position: relative
}
.s_cdn_calculator .star > svg {
	display: block;
}
.s_cdn_calculator .star_text {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #1562AF;
}
.s_cdn_calculator .star_price {
	font-size: 50px;
	line-height: 1;
}
.s_ssl_buy {
	padding: 60px 0 0;
}
.ssl_buy_list {
	display: flex;
	justify-content: center;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.ssl_buy_list .item {
	border: 2px solid #CADEF1;
	background: #fff;
	border-radius: 20px;
	width: 275px;
	margin: 0 15px 30px;
	overflow: hidden;
	position: relative;
}
.ssl_buy_list .item.is-hot {
	border-color: #1562AF;
}
.ssl_buy_list .i_title {
	color: #1562AF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	background: #D7EBFE;
}
.ssl_buy_list .item.is-hot .i_title {
	background: #1562AF;
	color: #fff;
}
.ssl_buy_list .i_info {
	padding: 15px 25px 70px;
}
.ssl_buy_list .i_desc {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #00B9F1;
	height: 28px;
}
.ssl_buy_list .i_price {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #1562AF;
	margin: 15px 0;
}
.ssl_buy_list .i_features {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #6D8297;
}
.ssl_buy_list .i_features .f_item {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CADEF1;
}
.ssl_buy_list .i_features .f_item:last-child {
	border-bottom: 0;
}
.ssl_buy_list .btn {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 25px;
	right: 25px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #00B9F1;
	border-radius: 5px;
	padding: 10px;
	transition: all .3s;
}
.ssl_buy_list .btn:hover {
	background: #1562af;
}
.s_ssl {
	padding: 30px 0;
}
.table_ssl {
	width: 100%;
	table-layout: auto;
}
.table_ssl th {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #1562AF;
}
.table_ssl th, .table_ssl td {
	padding: 5px 0;
	vertical-align: middle;
}
.table_ssl .ssl_img {
	display: block;
}
.table_ssl .i_col {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #223E59;
	text-align: center;
}
.table_ssl .i_col-title {
	text-align: left;
	width: 25%;
}
.table_ssl .i_col-price {
	font-size: 16px;
	text-align: center;
	color: #1562AF;
}
.table_ssl .i_col-buy {
	text-align: right;
}
.table_ssl .i_col img {
	vertical-align: middle;
}
.table_ssl .btn {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #00B9F1;
	padding: 6px 25px;
	border: 2px solid #00B9F1;
	border-radius: 5px;
	transition: all .3s;
}
.table_ssl .btn:hover {
	color: #fff;
	background: #00B9F1;
}
.s_administration {
	padding: 80px 0;
	overflow: hidden;
}
.administration_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px;
}
.administration_list .item {
	background: #FFFFFF;
	border: 2px solid #CADEF1;
	border-radius: 20px;
	flex: 1;
	margin: 0 60px 60px;
	width: calc(50% - 120px);
	overflow: hidden;
}
.administration_list .i_title {
	color: #1562AF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	background: #D7EBFE;
}
.administration_list .i_info {
	padding: 0 40px 40px;
}
.administration_list .i_price {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #00B9F1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 95px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CADEF1;
}
.administration_list .i_features {
	font-size: 16px;
	line-height: normal;
	color: #6D8297;
}
.administration_list .i_features .f_item {
	display: block;
	margin-bottom: 10px;
}
.administration_list .i_features .f_item:last-child {
	margin-bottom: 0;
}
.administration_bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.administration_bottom .phone_link {
	font-weight: 500;
	font-size: 25px;
	line-height: normal;
	color: #1562AF;
	margin-bottom: 20px;
}

.s_license {
	padding: 50px 0 80px;
}
.license_pictures {
	margin-bottom: 40px;
}
.license_pictures .picture_link {
	overflow: hidden;
}
.license_pictures .picture_link, .license_pictures .picture_img {
	display: block;
	width: 100%;
	position: relative;
}
.license_pictures .picture_img {
	border: 2px solid #CADEF1;
	border-radius: 20px;
}
.license_pictures .picture_link::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(21, 98, 175, 0.8) url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M8.332 0h3.333v20H8.332z'/%3E%3Cpath fill='%23fff' d='M20 8.333v3.333H0V8.333z'/%3E%3C/svg%3E") no-repeat center;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	border-radius: 20px;
}
.license_pictures .picture_link:hover::after {
	visibility: visible;
	opacity: 1;
}
.license_pictures .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.license_pictures .owl-dot {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.license_pictures .owl-dot::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #1562AF;
	opacity: 0.5;
}
.license_pictures .owl-dot.active::before {
	opacity: 1;
}
.license_pictures .owl-nav button.owl-next, .license_pictures .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background: #00B9F1;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.license_pictures .owl-nav button.owl-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1.39793' height='10.4845' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 9 1.29568)' fill='white'/%3E%3Crect x='9' y='14.0115' width='1.39793' height='10.4845' transform='rotate(135 9 14.0115)' fill='white'/%3E%3C/svg%3E%0A");
	left: -100px;
}
.license_pictures .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.29568' width='1.39793' height='10.4845' transform='rotate(-45 0 1.29568)' fill='white'/%3E%3Crect width='1.39793' height='10.4845' transform='matrix(0.707107 0.707107 0.707107 -0.707107 0 14.0115)' fill='white'/%3E%3C/svg%3E%0A");
	right: -100px;
}
.license_pictures .owl-nav button.disabled {
	cursor: default;
	opacity: 0.5;
}
.license_list, .license_list .currency_toggle {
	display: flex;
}
.license_list .left {
	width: 210px;
	flex: none;
}
.license_list .features_desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #1562AF;
	margin-top: 80px;
}
.license_list .features_desc .f_item {
	display: block;
	padding: 10px 0;
}
.license_list .curr_btn {
	width: 50px;
	height: 50px;
	border: 2px solid #CADEF1;
	background: transparent;
	border-radius: 10px;
	font-weight: 500;
	font-family: inherit;
	font-size: 25px;
	line-height: 46px;
	text-align: center;
	color: #1562AF;
	margin-left: 15px;
	transition: all .3s;
	cursor: pointer;
}
.license_list .curr_btn:first-child {
	margin-left: 0;
}
.license_list .curr_btn.is-active, .license_list .curr_btn:hover {
	border-color: #1562AF
}
.license_list .item {
	flex: 1;
	margin-left: 10px;
	background: #FFFFFF;
	border: 2px solid #CADEF1;
	border-radius: 20px;
	overflow: hidden;
}
.license_list .i_title {
	color: #1562AF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 70px;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	background: #D7EBFE;
}
.license_list .i_info {
	padding: 0 25px 25px;
}
.license_list .i_price {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #1562AF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	border-bottom: 1px solid #CADEF1;
}
.license_list .i_features {
	font-size: 14px;
	line-height: 20px;
	color: #6D8297;
	text-align: center;
}
.license_list .i_features .f_item {
	display: block;
	padding: 10px 0;
	min-height: 40px;
}
.license_list .btn {
	display: block;
	width: 100%;
	padding: 9px;
	margin-top: 15px;
}

@media (max-width: 980px) {
	.reasons_list .item {
		width: 30%;
	}
	.ddos_row {
		position: relative;
		padding-top: 100px;
	}
	.ddos_row .switcher {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
    	text-align: center;
	}
	.ddos_row .arrow {
		width: 50px;
	}
	.ddos_row .traffic_block {
		margin-right: 50px;
	}
	.ddos_row .dns_block {
		margin-right: 25px;
	}
	.ddos_row .ddos_block {
		margin-right: 40px;
	}
	.ddos_row .circle-pc, .ddos_row .circle-user {
		margin-bottom: 15px;
	}
	.ddos_row .circle-pc .arrow {
		transform: rotate(30deg);
		width: 58px;
	}
	.ddos_row .circle-devil .arrow {
		transform: rotate(-30deg);
		width: 58px;
	}
	.ddos_row.is-disabled .circle-dns .arrow {
		width: 180px;
	}
	.s_cdn_calculator .calculator_wrap {
		display: block;
	}
	.s_cdn_calculator .star {
		margin-top: 30px;
		display: inline-block;
	}
	.administration_list {
		margin: 0 -15px;
	}
	.administration_list .item {
		margin: 0 15px 30px;
		width: calc(50% - 30px);
	}
	.license_list {
		flex-wrap: wrap;
	}
	.license_list .left {
		width: 100%;
		margin-bottom: 30px;
	}
	.license_list .currency_toggle {
		justify-content: center;
	}
	.license_list .features_desc {
		display: none;
	}
	.license_list .item {
		margin: 0 5px 10px;
		min-width: 200px;
	}
	.license_list .i_features .f_item::before {
		content: attr(title);
		display: block;
		font-size: 12px;
		line-height: normal;
		margin-bottom: 5px;
	}
}
@media (max-width: 680px) {
	.section_title {
		font-size: 26px;
	}
	.reasons_list, .advantages_list {
		display: block;
	}
	.reasons_list .item, .advantages_list .item {
		width: 100%;
	}
	.why_block {
		display: block;
	}
	.why_block .star {
		width: 172px;
		margin: 0 auto 30px;
	}
	.why_list {
		display: block;
		margin-left: 0;
	}
	.page-head-row {
		display: block;
		text-align: center;
	}
	.page-head__desc, .page-head--cdn .page-head__desc {
		margin-right: 0;
		margin-bottom: 15px;
		max-width: none;
		font-size: 18px;
		text-align: center;
	}
	.ddos_row .block_label {
		font-size: 10px;
	}
	.ddos_row .circle-dns, .ddos_row .circle-ddos, .ddos_row .circle-server {
		width: 40px;
		height: 40px;
		background-size: auto 22px;
	}
	.ddos_row .arrow {
		width: 25px;
	}
	.ddos_row .traffic_block {
		margin-right: 25px;
	}
	.ddos_row .dns_block {
		margin-right: 10px;
	}
	.ddos_row .ddos_block {
		margin-right: 20px;
	}
	.ddos_row .circle-pc .arrow, .ddos_row .circle-devil .arrow {
		width: 29px;
	}
	.ddos_row .protect_block {
		margin-left: 10px;
	}
	.ddos_row.is-disabled .circle-dns .arrow {
		width: 110px;
	}
	.ddos_row .circle-pc, .ddos_row .circle-user {
		margin-bottom: 5px;
	}
	.domains_list .label_checkbox {
		width: 50%;
	}
	.add_services_row .item {
		margin: 0 10px;
	}
	.add_services_row .i_title {
		font-size: 18px;
		line-height: normal;
	}
	.page-head .search_domains .btn {
		width: 100px;
	}
	.page-head .buttons .btn {
		margin: 10px auto;
	}
	.numbers_list .item {
		width: auto;
		flex: 1;
	}
	.numbers_list .i_num {
		font-size: 40px;
	}
	.numbers_list .i_title {
		font-size: 16px;
	}
	.s_cdn_calculator .main_row {
		display: block;
		text-align: center;
	}
	.s_cdn_calculator .section_title {
		text-align: center;
	}
	.s_cdn_calculator .calc_fields {
		justify-content: center;
	}
	.s_cdn_calculator .left_block {
		margin-bottom: 30px;
	}
	.s_cdn_calculator .btn {
		margin: 0 auto 20px;
	}
	.s_check_domain .result {
		flex-direction: column;
	}
	.s_check_domain .r_status, .s_check_domain .r_price {
		margin: 10px auto;
	}
	.ssl_buy_list {
		margin: 0 -10px;
	}
	.ssl_buy_list .item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.administration_list {
		margin: 0;
		display: block;
	}
	.administration_list .item {
		margin: 0 0 30px;
		width: 100%;
	}
	.administration_list .i_info {
		padding: 0 20px 30px;
	}
}

@media (max-width: 480px) {
	.numbers_list .i_num {
		font-size: 32px;
	}
	.numbers_list .i_title {
		font-size: 14px;
		line-height: normal;
	}
	.ssl_buy_list {
		margin: 0;
		display: block;
	}
	.ssl_buy_list .item {
		width: 100%;
		margin: 0 0 20px;
	}
	.ssl_buy_list .i_desc {
		height: auto;
	}
	.table_ssl th, .table_ssl .i_col {
		padding: 5px 2px;
		font-size: 9px;
		line-height: normal;
	}
	.table_ssl th {
		font-size: 8px;
	}
	.table_ssl .btn {
		padding: 6px;
		font-size: 9px;
		line-height: normal;
	}
	.table_ssl .i_col-title {
		width: auto;
	}
	.table_ssl .i_col-price {
		font-size: 12px;
	}
}

.linguise_switcher_popup {
	/* To remove padding, the first '0' represents top and bottom, and the second '0' is for right and left. */
	padding: 0 0 !important;
		
}


/* The !important is to override the CSS code, to ensure it's using this CSS code. */