/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-weight: 300;
	font-family: Roboto-Light, Helvetica, Arial, sans-serif;
	color: #444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:not([type='submit']):focus {
	outline:0;
	border:1px solid #04A4CC;
}
input,
select,
textarea {
	background-color: #FFF;
	border: 1px solid #555;
	-webkit-appearance: none;
}
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
button,
button:hover,
button:active,
button:focus {
	text-indent: 0;
}

.hidden {
  display: none;
  visibility: hidden;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.main-wrapper {
	position: relative;
  clear: both;
  height: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-wrapper.-contact-us {
  max-width: none;
}
.fullpage-center-wrapper {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
}
/* header */
.top-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 25px;
  background: #111;
}
.top-navigation:after {
  content: " ";
  display: table;
  clear: both
}
.top-navigation.-white {
  background: #fff
}
.top-navigation> .logo-link {
  height: 40px;
  display: block;
  padding: 5px;
  float: left
}
.top-navigation> .logo-link > .logo {
  height: 40px;
}
.top-navigation> .logo-link > .logo.-hidden {
  display: none
}
.top-navigation> .top-navigation-menu {
 margin: 0 0 0 160px;
}
.top-navigation-menu {
 list-style:none;
}
.top-navigation-menu:after {
 content:" ";
 display:table;
 clear:both
}
.top-navigation-menu.-white>.menuitem>.link:hover {
 color:gray
}
.top-navigation-menu>.menuitem {
 position:relative;
 float:left;
 margin-right:25px
}
@media (max-width:48em) {
 .top-navigation-menu>.menuitem {
  margin-right:20px
 }
}
@media (max-width:35.5em) {
 .top-navigation-menu>.menuitem {
  margin-right:10px
 }
}
.top-navigation-menu>.menuitem:last-child {
 margin-right:0
}
.top-navigation-menu>.menuitem:after {
 content:"";
 opacity:0;
 transition:opacity .3s
}
.top-navigation-menu>.menuitem.active:after {
 content:"";
 opacity:1;
 width:100%;
 height:5px;
 position:absolute;
 top:-25px;
 left: 0;
 background:#049ede
}
.top-navigation-menu>.menuitem>.link {
 display:block;
 text-decoration:none;
 transition:color .5s;
 font-family:'Myriad-Pro';
 line-height:1;
 color:#9b9b9b;
 font-size: 19px;
 height: 50px;
 line-height: 50px;
 display: inline-block;
}
.top-navigation-menu>.menuitem>.link:hover {
 color:#e6e6e6
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.outro-section>ymaps {
  height: calc(100vh - 300px) !important;
}

.outro-section>.outro-section-blackblock {
 padding: 5%;
 background:#292927;
 display:flex;
 justify-content:space-between;
  max-height: 300px;
  min-height: 300px;
  height: 300px;
}
@media (max-width:48em) {
 .outro-section>.outro-section-blackblock {
  padding:2.5vh
 }
}
.outro-section>.outro-section-blackblock>.left,
.outro-section>.outro-section-blackblock>.middle,
.outro-section>.outro-section-blackblock>.right {
 flex:0;
}
.outro-section>.outro-section-blackblock>.left {
  flex-basis: 35%;
  padding-right: 2%;
  min-width: 410px;
}
.outro-section>.outro-section-blackblock>.right {
  flex-basis: 35%;
  text-align: right;
}
.outro-section>.outro-section-blackblock>.middle {
  flex-basis: 30%;
}
.outro-section>.outro-section-blackblock>.left>.description {
 margin:15px 0 0 96px;
 font-family:'Roboto';
 font-weight:200;
 color:#acacac;
 font-size: 12px;
 line-height: 17px;
}
.outro-section>.outro-section-blackblock>.middle {
 display:flex;
 justify-content:center;
 padding-left:2.5vh;
}
.outro-section>.outro-section-blackblock>.middle>.item-container {
 display:flex;
 flex-direction:column
}
.outro-section>.outro-section-blackblock>.middle>.item-container>.item {
 display:flex;
 flex:1
}
.outro-section>.outro-section-blackblock>.middle>.item-container>.item>.text {
 font-family:'Roboto';
 font-weight:100;
 color: #acacac;
 margin-left:20px;
 text-decoration:none;
 font-size: 13px;
}
.outro-section>.outro-section-blackblock>.middle>.item-container>.item>.icon,
.outro-section>.outro-section-blackblock>.middle>.item-container>.item>.text {
 align-self:center
}
.outro-section>.outro-section-blackblock>.middle>.item-container>.item>.icon.stack {
  width: 25px;
  height: 28px;
  margin-left: 11px;
  margin-right: 12px;
}
.outro-section>.outro-section-blackblock>.middle>.item-container>.item>.icon.cloud {
  width: 48px;
  height: 30px;
}
.outro-section>.outro-section-blackblock>.middle>.item-container>.item>.icon.telecom {
  margin-left: 11px;
  margin-right: 8px;
  width: 29px;
  height: 32px;
}

.outro-section>.outro-section-blackblock>.right {
 text-align:right;
}
.outro-section>.outro-section-blackblock>.right>.social {
  text-align: right;
}
.outro-section>.outro-section-blackblock>.right>.social>a {
 margin-left:10px
}
.outro-section>.outro-section-blackblock>.right>.social>br {
  display: none;
}
@media (max-width:48em) {
 .outro-section>.outro-section-blackblock>.right>.social>a {
  margin-left:0
 }
}
.outro-section>.outro-section-blackblock>.right>.contacts {
 color: #acacac;
 font-family: 'Roboto';
 font-weight:200;
 margin:30px 0;
 font-size: 15px;
 line-height: 20px;
}
@media (max-width:48em) {
 .outro-section>.outro-section-blackblock>.right>.contacts {
  margin:0;
  font-size:2vh;
  padding:2.5vh 0
 }
}
.outro-section>.outro-section-blackblock>.right>.copyrights {
 font-size: 13px;
 position: relative;
 top:25px;
 text-transform:uppercase;
 color:#636363
}
.outro-section>.outro-section-blackblock>.right>.copyrights>sub {
 font-size:.75em
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


.bg-contact-us {
	background-size: cover;
	background-position: 50% 50%;
	background-image: url('img/bg-contact-us.jpg');
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	z-index: -5;
}

.bg-contact-us:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.8;
	background-color: #1C1C2F;
	z-index: -3;
}


/* Contact-us page */

.contact-us:not(body) {
	width: 30%;
	min-width: 250px;
	max-width: 350px;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Roboto';
}

/* Фиксы для плагина contact form 7 */
.contact-us p { margin: 0; }
.contact-us br { display: none; }
.contact-us .ajax-loader { display: none !important; }

.contact-us__title {
	text-align: center;
	margin: 0;
	color: #FFF;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1;
}

.contact-us__field-wrapper {
	position: relative;
}

.wpcf7-form {
	position: relative;
	padding-top: 4.5em;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0.875em;
	width: 125%;
    left: -12.5%;
}

.wpcf7-mail-sent-ok {
	color: #398f14;
}

.contact-us [role='alert'] {
	display: none;
}

.contact-us__input[aria-invalid='true'],
.contact-us__textarea[aria-invalid='true']{
	border-color: #FF4D4D;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-family: 'Roboto';
	color: #FF4D4D;
	border: none;
}

.contact-us__label {
	color: #FFF;
	position: absolute;
	line-height: 2.5em;
	left: -130px;
	text-align: right;
	display: block;
	width: 120px;

	font-weight: 400;
}

.wpcf7-not-valid-label {
	color: #FF4D4D;
}

.contact-us__input,
.contact-us__select,
.contact-us__textarea {
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	border-width: 2px !important;
	border-style: solid;
	border-color: #FFF;
	background-color: #FFF;
	padding: 8px;
	color: #000;
	font-size: 0.875em;
}

.contact-us__field-wrapper {
	margin-top: 1em;
}
.contact-us__field-wrapper:first-child {
	margin-top: 0;
}

.contact-us__input,
.contact-us__select {
	height: 2.8571428571em; /* 40px / 14px */
}

.contact-us__input:hover,
.contact-us__input:active,
.contact-us__input:focus,
.contact-us__select:hover,
.contact-us__select:active,
.contact-us__select:focus,
.contact-us__textarea:hover,
.contact-us__textarea:active,
.contact-us__textarea:focus {
	border-color: #008DFF !important;
	outline: 0;
}

.contact-us__input:disabled,
.contact-us__select:disabled,
.contact-us__textarea:disabled {
	background-color: #9797a0 !important;
}

.contact-us__input:disabled:hover,
.contact-us__input:disabled:active,
.contact-us__input:disabled:focus,
.contact-us__select:disabled:hover,
.contact-us__select:disabled:active,
.contact-us__select:disabled:focus,
.contact-us__textarea:disabled:hover,
.contact-us__textarea:disabled:active,
.contact-us__textarea:disabled:focus {
	border-color: #9797a0;
}
.contact-us__textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 400px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.5);
}
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */

/* Select */
.contact-us__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  color: #333;
  margin-bottom: -5px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: calc(2.85em - 9px * 2)
}

.select__selectbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  padding: 8px 10px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select__selectbox:after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 7px * 1.41 / 2); /* 50% - половина диагонали квадрата */
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 1px solid #777;
	border-width: 0 2px 2px 0;
	z-index: 100;
	transform: rotate(45deg);
	pointer-events: none;
}

.select__selectbox:active:after,
.select__selectbox.active:after {
	border-color: #008DFF;
	border-width: 2px 0 0 2px;
	top: calc(50% - 7px * 1.41 / 2 + 3px);
}

.select__options {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: -2px;
  left: -2px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FFF;
  box-sizing: content-box;
  box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}
.select__options li {
  margin: 0;
  padding: 10px 0;
  text-indent: 12px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select__options li:hover {
  color: #FFF;
  background: #009de9;
}
.select__options li[rel="hide"] {
  display: none;
}

/* select end */

.contact-us__buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
}

.contact-us__button {
	display: inline-block;
	width: 48%;
	min-width: 100px;
	max-width: 200px;
	line-height: 2.85em;
	border-radius: 4px;
	border: none;
	text-transform: uppercase;
	background-color: #a5b3cb;
	font-weight: 600;
	margin: 0;
	font-family: 'Roboto';
	font-size: 0.875em;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}

.contact-us__button:focus {
	outline: 0;
}

.contact-us__button:hover {
	background-color: #c0c9da;
}

.contact-us__button:active {
	background-color: #737c8d;
}

.contact-us__button:disabled {
	background-color: #5e667b;
	color: #8e919c;
}

.contact-us__button--submit {
	background-color: #008DFF;
}

.contact-us__button--submit:hover {
	background-color: #4dbaef;
}

.contact-us__button--submit:active {
	background-color: #006da2;
}

.contact-us__button--submit:disabled {
	background-color: #2275a8;
	color: #8e919c;
}

.contact-us--finished .contact-us__title,
.contact-us--finished .contact-us__field-wrapper,
.contact-us--finished .contact-us__button--submit {
	display: none;
}
.contact-us.contact-us--finished {
	width: auto;
	max-width: none;
}
.contact-us--finished .contact-us__button--back {
	margin: 5em auto 1em;
	background: #009DE9;
}
.contact-us--finished .contact-us__button--back:hover {
	background: #48A9F1;
}
.contact-us--finished .contact-us__button--back:active {
	background: #135796;
}
.contact-us--finished div.wpcf7-response-output {
	border: none;
	text-align: center;
	font-family: 'Roboto';
	margin: 0;
	color: #FFF;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1;
	position: initial;
	width: auto;
	left: auto;
}

/* News */

/* Ограничение ширины body и хедера для нормального  */
/* масштабирования на малых экранах  */
.page-template-news,
.page-template-news .top-navigation,
.single-post,
.single-post .top-navigation {
  min-width: 1100px;
}

.news-header {
  width: 100%;
  height: 356px;
  margin-top: -30px;
  background-image: url(img/news-header.png);
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.news-header > .news-header__title {
  color: #dccbc3;
  position: absolute;
  bottom: 20px;
  left: 40px;
  font-family: 'Roboto-Light';
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}

.news-sidebar-section {
  float: left;
  width: 25%;
  min-width: 300px;
  height: 100%;
  min-height: 300px;
  overflow: auto;
  max-height: 100%;
  margin-bottom: 50px;
  margin-right: 20px;
}

.news-sidebar {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.news-sidebar__list {
  overflow: auto;
}

.news-sidebar-item {
  display: block;
  margin-bottom: 10px;
  clear: both;
  min-height: 60px;
  padding-top: 1px;
}

.news-sidebar-item__thumbnail {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  width: 55px;
  height: 55px;
}

.news-sidebar-item__title {
  font-family: 'Roboto-Light';
  font-weight: 400;
  font-size: 20px;
  margin: 3px 0 7px 0;
}

.news-sidebar-item__category {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 700;
}

.news-main-section {
  float: left;
  width: 68%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.news-main-item {
  background-color: #f8f8f8;
  float: left;
  margin-top: 20px;
  position: relative;
  flex: 0 0 calc(50% - 10px);
  padding-bottom: 1px;
}

.news-main-item--wide {
  min-height: 180px;
  height: auto;
  background-color: #f8f8f8;
  flex: 2 1 100%;
  margin-top: 0;
}

.news-main-item__image {
  width: 100%;
  height: auto;
}

.news-main-item--wide > .news-main-item__image {
  float: left;
  width: calc(50% + 10px);
  margin-right: 20px;
}

.news-main-item__date {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #f3f6fd;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
}

.news-main-item__title {
  font-size: 27px;
  color: #292927;
  font-family: 'Roboto-Light';
  font-weight: 400;
  margin: 15px 12px 7px;
}

.news-main-item__desc {
  color: #a7a7a7;
  font-family: 'Roboto-Light';
  font-weight: 400;
  margin: 7px 12px 35px;
  font-size: 14px;
}

.news-main-item__read-more {
  color: #78deea;
  font-family: 'Skoda-Pro';
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 35px;
}

.news-main-item__read-more:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 4px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #78deea;
}

.news-article {
  width: 100%;
}

.news-article-header {
  padding-left: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.news-article-header__thumbnail {
  flex-basis: 50%;
  height: auto;
  object-fit: cover;
  max-width: 400px;
}

.news-article-header__title {
  flex-basis: 50%;
  float: right;
  text-align: right;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  color: #000;
  padding-bottom: 30px;
}

.news-article-content {
  padding: 50px;
  margin: 0;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #333;
}

.news-article-content p {
  margin-bottom: 30px;
  position: relative;
}

.news-article-gallery {
  margin: 50px 0 10px;
}

.news-article-gallery__title {
  text-transform: uppercase;
  font-size: 18px !important;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  color: #c4c4c4 !important;
  margin-top: 40px !important;
}

.news-article-gallery__viewer {
  margin: 30px 0 20px;
  max-height: 500px;
}

.news-article-gallery__viewer .slick-slide img {
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.news-article-gallery__nav .slick-slide {
  margin: 0 10px;
}

.slick-prev::before,
.slick-next::before {
  color: #000 !important;
}


.news-article-linkback {
  color: #78deea;
  font-family: 'Roboto-Light';
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: -100px;
  display: block;
}

.news-article-linkback:before {
  content: "";
  position: relative;
  left: -6px;
  top: -9px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #78deea;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

.news-article-content b,
strong {
  font-weight: bold;
}
.news-article-content dfn,
.news-article-content em {
  font-style: italic;
}
.news-article-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.news-article-content small {
  font-size: 80%;
}
.news-article-content sub,
.news-article-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.news-article-content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.news-article-content h1,
.news-article-content h2,
.news-article-content h3,
.news-article-content h4,
.news-article-content h5,
.news-article-content h6{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.news-article-content h1 small,
.news-article-content h2 small,
.news-article-content h3 small,
.news-article-content h4 small,
.news-article-content h5 small,
.news-article-content h6 small{
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.news-article-content h1,
.news-article-content h2,
.news-article-content h3{
  margin-top: 20px;
  margin-bottom: 10px;
}
.news-article-content h1 small,
.news-article-content h2 small,
.news-article-content h3 small{
  font-size: 65%;
}
.news-article-content h4,
.news-article-content h5,
.news-article-content h6{
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-article-content h4 small,
.news-article-content h5 small
.news-article-content h6 small{
  font-size: 75%;
}
.news-article-content h1{
  font-size: 36px;
}
.news-article-content h2{
  font-size: 30px;
}
.news-article-content h3{
  font-size: 24px;
}
.news-article-content h4{
  font-size: 18px;
}
.news-article-content h5{
  font-size: 14px;
}
.news-article-content h6{
  font-size: 12px;
}
.news-article-content p {
  margin: 0 0 10px;
  line-height: 1.3;
}
.news-article-content small{
  font-size: 85%;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

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

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media screen and (max-width: 430px) {
	.contact-us {
		width: 90%;
		min-width: auto;
		max-width: none;
	}
	
	.wpcf7-form {
		padding-top: 0;
	}
	
	div.wpcf7-response-output {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 1em;
		width: auto;
	}

	.contact-us__field-wrapper {
		margin-top: 1em;
	}
	.contact-us__label {
		position: initial;
		text-align: left;
		line-height: 1;
	}

	.contact-us__input,
	.contact-us__select,
	.contact-us__textarea {
		width: 100%;
		border-radius: 0;
		border: 1px solid #FFF;
		padding: 8px;
		color: #000;
		margin: 0.5em 0 0;
	}
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}



/* Главная страница */
.button-box{text-align:center}
@font-face{font-family:Roboto-Black;font-style:normal;font-weight:400;src:url(Roboto-Black.1c171327.ttf) format("truetype")}
@font-face{font-family:Roboto-BlackItalic;font-style:normal;font-weight:400;src:url(Roboto-BlackItalic.b7a489fe.ttf) format("truetype")}
@font-face{font-family:Roboto-Bold;font-style:normal;font-weight:400;src:url(Roboto-Bold.8ac6a417.ttf) format("truetype")}
@font-face{font-family:Roboto-BoldItalic;font-style:normal;font-weight:400;src:url(Roboto-BoldItalic.22688faa.ttf) format("truetype")}
@font-face{font-family:Roboto-Italic;font-style:normal;font-weight:400;src:url(Roboto-Italic.ff1b5e5f.ttf) format("truetype")}
@font-face{font-family:Roboto-Light;font-style:normal;font-weight:400;src:url(Roboto-Light.4e09e89d.ttf) format("truetype")}
@font-face{font-family:Roboto-LightItalic;font-style:normal;font-weight:400;src:url(Roboto-LightItalic.79e839b5.ttf) format("truetype")}
@font-face{font-family:Roboto-Medium;font-style:normal;font-weight:400;src:url(Roboto-Medium.b8accc4a.ttf) format("truetype")}
@font-face{font-family:Roboto-MediumItalic;font-style:normal;font-weight:400;src:url(Roboto-MediumItalic.492fca56.ttf) format("truetype")}
@font-face{font-family:Roboto-Regular;font-style:normal;font-weight:400;src:url(Roboto-Regular.74e83e5b.ttf) format("truetype")}
@font-face{font-family:Roboto-Regular;font-style:normal;font-weight:400;src:url(Roboto-Regular.74e83e5b.ttf) format("truetype")}
@font-face{font-family:Roboto-RegularItalic;font-style:normal;font-weight:400;src:url(Roboto-RegularItalic.c494c459.ttf) format("truetype")}

.top-navigation.-scalable {
  min-width: 400px;
}

.top-navigation.-scalable:after {
  content: " ";
  display: table;
  clear: both
}

.top-navigation.-white.-scalable {
  background: #fff
}

.top-navigation.-scalable > .logo-link > .logo.-hidden {
  display: none
}

@media (max-width:48em) {
  .top-navigation.-scalable > .logo-link > .logo {
    display: none
  }
}

@media (max-width:48em) {
  .top-navigation.-scalable >.top-navigation-menu.-scalable {
    margin-left: 0
  }
}

.top-navigation-menu.-scalable {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.top-navigation-menu.-scalable:after {
  content: " ";
  display: table;
  clear: both
}

.top-navigation-menu.-scalable.-white>.menuitem>.link {
  color: #333
}

.top-navigation-menu.-scalable.-white>.menuitem>.link:hover {
  color: grey
}

.top-navigation-menu.-scalable .menuitem {
  position: relative;
  margin-right: 25px;
  float: none;
  height: 50px;
  line-height: 50px;
}

@media (max-width:48em) {
  .top-navigation-menu.-scalable .menuitem {
    margin-right: 20px
  }
  .outro-section>.outro-section-blackblock {
    padding: 4% 4% ;
  }
}

@media (max-width:35.5em) {
  .top-navigation-menu.-scalable .menuitem {
    margin-right: 10px
  }
}

.top-navigation-menu.-scalable .menuitem:last-child {
  margin-right: 0
}

.top-navigation-menu.-scalable .menuitem:after {
  content: "";
  opacity: 0;
  transition: opacity .3s
}

.top-navigation-menu.-scalable .menuitem.active:after {
  content: "";
  opacity: 1;
  width: 100%;
  height: 5px;
  position: absolute;
  background: #049ede
}

.top-navigation-menu.-scalable .menuitem>.link {
  display: block;
  text-decoration: none;
  transition: color .5s;
  font-family: 'Myriad-Pro';
  font-size: 19px;
  height: 50px;
  line-height: 50px;
  color: #9b9b9b;
}

@media (max-width:930px) {
  .top-navigation-menu.-scalable .menuitem>.link {
    font-size: 16px;
  }
}

@media (max-width:845px) {
  .top-navigation-menu.-scalable .menuitem>.link {
    font-size: 14px;
  }
}

@media (max-width:600px) {
  .top-navigation-menu.-scalable .menuitem>.link {
    font-size: 1.2rem;
  }
  .section-container .home-section {
    padding-top: 0;
  }
}

@media (max-width:500px) {
  .top-navigation.-scalable .menuitem>.link{
    font-size: 1.1rem;
  }
  .top-navigation.-scalable {
    padding: 10px 7px;
  }
  .top-navigation-menu.-scalable .menuitem.active:after {
    top: -10px;
  }
}

@media (max-width:430px) {
  .top-navigation-menu.-scalable .menuitem>.link {
    font-size: 1rem;
  }
}

@media (max-width:350px) {
  .top-navigation-menu.-scalable .menuitem>.link {
    font-size: .9rem;
  }
  .top-navigation.-scalable {
    padding: 0 7px;
  }
  .top-navigation-menu.-scalable .menuitem.active:after {
    top: 0;
  }
}

.top-navigation-menu.-scalable .menuitem>.link:hover {
  color: #e6e6e6
}

/* scalable footer */

@media (max-width:48em) {
  .outro-section>.outro-section-blackblock.-scalable {
    padding: 7% 4% ;
  }
  .outro-section>.outro-section-blackblock.-scalable>.middle {
    display: none;
  }
  .outro-section>.outro-section-blackblock.-scalable>.left {
    flex-shrink: 1.3;
    flex-grow: 2;
    min-width: 0;
  }
  .outro-section>.outro-section-blackblock.-scalable>.left>.description {
    margin-left: 0;
  }
  .outro-section>.outro-section-blackblock.-scalable>.right {
    flex-shrink: 1;
    flex-grow: 2;
  }
}

.home-section {
  overflow: hidden;
}

.section-container .advantage-section,
.section-container .contacts-section,
.section-container .home-section,
.section-container .quality-section,
.section-container .racks-section,
.section-container .services-section,
.section-container .telecom-section {
  height: 100vh;
  position: relative;
  padding-top: 7.5vh;
  box-sizing: border-box;
}

.bottom-plank {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20vh;
}

.bottom-plank.-one-fifth {
  height: 24vh;
}

.bottom-plank.-one-half {
  height: 30vh;
}

.bottom-plank.-double {
  height: 40vh;
}

@media (max-width:48em) {
  .bottom-plank.-double {
    height: 30vh;
  }
}

.bottom-plank.-padding {
  padding: 0 15vw;
}

@media (max-width:84.375em) {
  .bottom-plank.-padding {
    padding: 0 10vw;
  }
}

@media (max-width:79.8125em) {
  .bottom-plank.-padding {
    padding: 0 8.57143vw;
  }
}

@media (max-width:74.375em) {
  .bottom-plank.-padding {
    padding: 0 7.5vw;
  }
}

.button-box {
  display: block;
  border: none;
  cursor: pointer;
  padding: 1.25vh 5vh;
  color: #fff;
  line-height: 1.2;
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2vh;
  background: #82be00;
  border-radius: 2px;
}

.button-box.-fill {
  width: 100%;
}

.button-box.-large {
  padding: 2.5vh 6.25vh;
  text-transform: uppercase;
}

.slider-block {
  box-sizing: border-box!important;
}

.slider-block>.item {
  text-align: center;
}

.slider-block>.item>.logo {
  max-height: 70%;
}

@media (max-width:48em) {
  .slider-block>.item>.logo {
    max-width: 20%;
    max-height: 60%;
  }
}

.slider-block>.item.-float {
  display: flex;
}

.slider-block>.item.-float:nth-child(3)>.logo {
  height: 70%;
  flex: 2;
}

.slider-block>.item.-float:nth-child(3)>.description {
  flex: 10;
}

.slider-block>.item.-float:nth-child(4)>.logo {
  max-height: 50%;
}

.slider-block>.item.-float>.description,.slider-block>.item.-float>.logo {
  align-self: center;
}

.slider-block>.item.-float>.logo {
  margin-right: 2.5vh;
}

.slider-block>.item.-float>.description {
  text-align: left;
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2.25vh;
}

@media (max-width:48em) {
  .slider-block>.item.-float>.description {
    font-size: 1.42857vh;
  }
}

.info-block {
  text-align: center;
  height: 30vh;
  flex: 1;
}

@media (max-width:48em) {
  .info-block {
    height: 26vh!important;
  }
}

.info-block>.image-container {
  flex: 2;
  height: 40%;
}

@media (max-width:48em) {
  .info-block>.image-container {
    height: 30%;
  }
}

.info-block>.image-container>.image {
  width: 8vh;
  height: 8vh;
}

@media (min-width:48em) {
  .info-block>.image-container>.image.-md {
    width: 12vh;
    height: 12vh;
  }
}

.info-block>.title-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25%;
}

.info-block>.title-container>.title {
  font-family: Roboto-Regular;
  font-size: 3.25vh;
  font-weight: 100;
  color: #fff;
}

@media (max-width:48em) {
  .info-block>.title-container>.title {
    font-size: 2.5vh;
  }
}

.info-block>.description-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25%;
}

.info-block>.description-container>.description {
  font-family: Roboto-Regular;
  font-size: 2vh;
  color: #fff;
  font-weight: 200;
}

@media (max-width:48em) {
  .info-block>.description-container>.description {
    font-size: 1.875vh;
  }
}

.info-block.-small>.title {
  font-family: Roboto-Light;
  font-size: 24px;
  font-weight: 100;
  padding-top: 20px;
  margin-top: 0;
}

.info-block.-small>.description {
  font-family: Roboto-Light;
  font-size: 18px;
  font-weight: 100;
  margin-top: 20px;
}

.horizontal-info-block {
  text-align: center;
  text-align: left;
  margin-bottom: 2vh;
}

.horizontal-info-block:after {
  content: " ";
  display: table;
  clear: both;
}

.horizontal-info-block>.image {
  float: left;
  height: 8vh;
  width: 8vh;
}

.horizontal-info-block>.title {
  margin-top: 0;
  font-size: 2.5vh;
}

.horizontal-info-block>.description,.horizontal-info-block>.title {
  padding-left: 8vh;
  margin-left: 2vw;
  font-family: Roboto-Light;
  font-weight: 200;
}

.horizontal-info-block>.description {
  margin-top: 1vh;
  font-size: 1.875vh;
  line-height: 2.5vh;
}

.price-box {
  line-height: 1;
}

.price-box>.amount {
  font-family: Roboto-Light;
  font-weight: 200;
  font-size: 10vh;
  color: #fff;
}

@media (max-width:62.75em) {
  .price-box>.amount {
    font-size: 10vw;
  }
}

.price-box>.suffix {
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2.5vh;
  color: #fff;
  text-transform: uppercase;
}

.home-section-slider {
  position: relative;
  height: 100%;
}

.home-section-slider>.slide {
  height: 100%;
}

@media (max-width:35.5em) {
  .home-section-slider>.slide {
    display: flex;
  }
}

.home-section-slider>.slide.-man2>.background {
  object-position: top;
}

.home-section-slider>.slide>.background {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home-section-middle {
  padding-left: 10vw;
  position: relative;
  z-index: 2;
  width: 60vw;
  align-self: center;
}

@media (max-width:62.75em) {
  .home-section-middle {
    padding: 0 30px;
    width: auto;
  }
}

.home-section-middle>.logo {
  margin-top: 17.5vh;
  height: 15vh;
}

@media (max-width:35.5em) {
  .home-section-middle>.logo {
    height: 80px;
    margin-top: 0;
  }
}

.home-section-middle>.title {
  margin-top: 20vh;
  font-family: Roboto-Light;
  font-weight: 200;
  font-size: 5vh;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

@media (max-width:35.5em) {
  .home-section-middle>.title {
    margin-top: 50px;
    font-size: 18px;
  }
}

.home-section-middle>.description {
  margin-top: 3vh;
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2.5vh;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

@media (max-width:48em) {
  .home-section-middle>.description {
    font-size: 16px;
  }
}

@media (max-width:35.5em) {
  .home-section-middle>.description {
    font-size: 12px;
  }
}

.quality-section {
  background: url(quality-section-bg.727be0fc.png) no-repeat center -100px;
  background-size: cover;
}

.quality-section>.title {
  text-align: center;
  margin: 0 auto;
  padding: 7.5vh 0;
  font-family: Roboto-Light;
  color: #000;
  font-size: 3.75vh;
  font-weight: 100;
  line-height: 1;
  width: 30vw;
}

@media (max-width:48em) {
  .quality-section>.title {
    padding: 2.5vh 0;
    font-size: 2.5vh;
    width: auto;
  }
}

@media (max-width:74.375em) {
  .quality-section>.title {
    width: 60vw;
  }
}

.quality-section-slider {
  background: #fff;
  display: flex;
  justify-content: center;
}

.quality-section-slider>.container {
  position: relative;
  overflow: hidden;
  width: 40vw;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media (max-width:62.75em) {
  .quality-section-slider>.container {
    width: 80vw;
  }
}

.swiper-logo-container>.slider-block>.item {
  position: relative;
}

@media (max-width:48em) {
  .swiper-logo-container>.slider-block>.item {
    display: flex;
    align-items: center;
  }
}

.swiper-logo-container>.slider-block>.item>.logo {
  padding: 1vw 0;
  max-width: 16vh;
  max-height: 16vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.swiper-logo-container>.slider-block>.item>.logo.-small-10 {
  max-width: 14vh;
  max-height: 14vh;
}

@media (max-width:48em) {
  .swiper-logo-container>.slider-block>.item>.logo {
    height: 13vw;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
}

.quality-section-middle {
  display: flex;
  justify-content: space-between;
  padding: 0 10vw;
}

@media (max-width:48em) {
  .quality-section-middle {
    flex-direction: column;
  }
}

.quality-section-middle>.item>.info-block>.description,.quality-section-middle>.item>.info-block>.title {
  color: #333;
}

.quality-section-middle>.item {
  width: 35vw;
  position: relative;
}

@media (max-width:48em) {
  .quality-section-middle>.item {
    width: 70vw;
    margin: 0 auto;
  }

  .quality-section-middle>.item:first-child {
    margin-bottom: 2.5vh;
  }

  .quality-section-middle>.item>.info-block {
    height: 20vh;
  }
}

.quality-section-middle>.item .button-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}

@media (max-width:62.75em) {
  .quality-section-middle>.item .button-box {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
  }
}

@media (max-width:48em) {
  .quality-section-middle>.item .button-box {
    font-size: 12px;
    bottom: 0;
  }
}

.racks-section {
  background-color: #e9e9e9;
}

.racks-section-top {
  height: 72.5vh;
  padding: 0 10vw;
  display: flex;
}

.racks-section-top:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width:48em) {
  .racks-section-top {
    flex-direction: column;
    margin-top: 2.5vh;
    height: 70vh;
  }
}

.racks-section-top>.left,.racks-section-top>.right {
  position: relative;
  height: 100%;
  width: 30vw;
  flex: 1;
}

@media (max-width:48em) {
  .racks-section-top>.left,.racks-section-top>.right {
    width: 100%;
    height: 50%;
  }
}

.racks-section-top>.left>.image {
  height: 62.5%;
  bottom: 140px;
}

.racks-section-top>.right>.image {
  height: 90%;
  bottom: 50px;
}

.racks-section-top>.left>.image,.racks-section-top>.right>.image {
  position: absolute;
}

@media (max-width:48em) {
  .racks-section-top>.left>.image,.racks-section-top>.right>.image {
    position: static;
    transform: none;
    height: 70%;
    display: block;
    margin: 0 auto;
  }
}

.racks-section-top>.left>.image {
  left: 0;
}

@media (min-width:48.0625em) and (max-width:62.6875em) {
  .racks-section-top>.left>.image {
    height: 30vw;
  }
}

.racks-section-top>.right>.image {
  right: 0;
}

@media (min-width:48.0625em) and (max-width:62.6875em) {
  .racks-section-top>.right>.image {
    height: 43vw;
  }
}

.racks-section-top>.left>.button-box,.racks-section-top>.right>.button-box {
  width: 360px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
}

@media (max-width:62.75em) {
  .racks-section-top>.left>.button-box,.racks-section-top>.right>.button-box {
    width: 80%;
    font-family: Roboto-Regular;
    font-weight: 200;
    font-size: 2.25vh;
  }
}

@media (max-width:48em) {
  .racks-section-top>.left>.button-box,.racks-section-top>.right>.button-box {
    width: 100%;
    position: static;
    transform: none;
  }
}

.racks-section-top>.left>.button-box {
  padding: 10px;
  left: 8%;
}

.racks-section-top>.right>.button-box {
  padding: 18px;
  right: 8%;
}

.racks-section-bottom {
  background: #009be3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:48em) {
  .racks-section-bottom {
    height: auto;
  }
}

.racks-section-bottom>.top {
  display: flex;
  justify-content: center;
  padding: 10px 10vw;
  height: 70%;
}

.racks-section-bottom>.top>.icon,.racks-section-bottom>.top>.price-box,.racks-section-bottom>.top>.text {
  align-self: center;
}

.racks-section-bottom>.top>.icon,.racks-section-bottom>.top>.icon>img {
  height: 100%;
}

.racks-section-bottom>.top>.text {
  margin: 0 5%;
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2.5vh;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width:62.75em) {
  .racks-section-bottom>.top>.text {
    font-size: 3vmax;
  }
}

.racks-section-bottom>.advertising {
  color: #fff;
  padding: 0 10vw;
  text-align: center;
  height: 30%;
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 1.875vh;
}

@media (max-width:62.75em) {
  .racks-section-bottom>.advertising {
    font-size: 1.5vw;
    margin-top: 10px;
  }
}

.advantage-section {
  background: url(advantage-section-bg.111b1820.png) no-repeat 50%;
  background-size: cover;
}

.advantage-section>.middle {
  padding: 16.25vh 0;
  display: flex;
  justify-content: space-around;
}

@media (max-width:48em) {
  .advantage-section>.middle {
    padding: 2.5vh 0 0;
    flex-direction: column;
  }
}

.advantage-section>.bottom-plank {
  background: #fff;
}

.advantage-section>.bottom-plank>.swiper-feedback-container {
  margin: 0 10vw;
  background: #fff;
  height: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width:48em) {
  .advantage-section>.bottom-plank>.swiper-feedback-container {
    height: 100%;
  }
}

.hardware-status {
  background: url(asphalt-bg.f36838a4.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  height: 50%;
  padding: 0 10vw;
}

@media (max-width:48em) {
  .hardware-status {
    display: none;
  }
}

.hardware-status>.item,.hardware-status>.text {
  align-self: center;
  flex: 1;
  display: flex;
}

@media (max-width:48em) {
  .hardware-status>.item,.hardware-status>.text {
    width: 50%;
    flex: none;
  }
}

.hardware-status>.text {
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2.5vh;
  color: #fff;
}

.hardware-status>.item {
  height: 30%;
}

.hardware-status>.item:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width:48em) {
  .hardware-status>.item {
    height: auto;
    justify-content: center;
  }
}

.hardware-status>.item>.icon {
  height: 100%;
}

@media (max-width:62.75em) {
  .hardware-status>.item>.icon {
    height: 3vw;
    min-height: 5vmin;
  }
}

.hardware-status>.item>.icon,.hardware-status>.item>.value {
  align-self: center;
}

.hardware-status>.item>.value {
  color: #fff;
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 2.5vh;
  margin-left: 10%;
}

.hardware-status>.item>.value>.suffix {
  text-transform: uppercase;
}

@media (max-width:48em) {
  .hardware-status>.item>.value>.suffix {
    text-transform: none;
  }
}

.services-section {
  height: auto;
}

.services-section-top {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}

.services-section-top:after {
  content: " ";
  display: table;
  clear: both;
}

.services-section-top>.left {
  z-index: 2;
  position: absolute;
  box-sizing: content-box;
  padding: 0 10vw;
  left: 0;
  width: 45%;
}

@media (max-width:48em) {
  .services-section-top>.left {
    width: 100vw;
    box-sizing: border-box;
  }
}

.services-section-top>.left>.title {
  font-family: Roboto-Regular;
  font-size: 3.75vh;
  font-weight: 300;
  color: #009be3;
  margin: 2.5vh 0;
}

.services-section-top>.left>.buttons {
  width: 70%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.services-section-top>.left>.buttons>.button-box:first-child {
  margin-bottom: 2.5vh;
}

.services-section-top>.right {
  right: 0;
  z-index: 1;
  position: absolute;
  height: 72.5vh;
}

@media (max-width:48em) {
  .services-section-top>.right {
    display: none;
  }
}

.services-section-top>.right>.clouds {
  height: 100%;
}

.services-infoblocks {
  display: flex;
  flex-direction: column;
  height: 42.5vh;
}

@media (max-width:48em) {
  .services-infoblocks {
    height: auto;
    padding-bottom: 2.5vh;
  }
}

.services-infoblocks>.horizontal-info-block {
  flex: 1;
  margin: 0;
}

.services-infoblocks>.horizontal-info-block>.description,.services-infoblocks>.horizontal-info-block>.title {
  color: #000;
}

.services-section-bottom {
  background: #009be3;
}

.services-section-bottom>.wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0 10vw;
}

.services-section-bottom>.wrapper>.image-container>.icon {
  max-width: 12vw;
  height: 75%;
}

@media (max-width:48em) {
  .services-section-bottom>.wrapper>.image-container>.icon {
    height: auto;
  }
}

.services-section-bottom>.wrapper>.image-container,.services-section-bottom>.wrapper>.price-box,.services-section-bottom>.wrapper>.text {
  flex: 1;
  align-self: center;
  text-align: center;
}

@media (max-width:48em) {
  .services-section-bottom>.wrapper>.image-container {
    flex: .5;
  }
}

.services-section-bottom>.wrapper>.text>.title {
  font-family: Roboto-Light;
  font-weight: 200;
  font-size: 6.25vh;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width:48em) {
  .services-section-bottom>.wrapper>.text>.title {
    font-size: 3.75vh;
  }
}

.services-section-bottom>.wrapper>.text>.subtitle {
  font-family: Roboto-Light;
  font-weight: 200;
  font-size: 3.125vh;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width:48em) {
  .services-section-bottom>.wrapper>.text>.subtitle {
    font-size: 1.875vh;
  }
}

.telecom-section {
  background: url(telecom-section-bg.b79f811a.png) no-repeat 50%;
  background-size: cover;
  padding: 0 10vw;
}

.telecom-section>.container {
  width: 55%;
}

@media (max-width:48em) {
  .telecom-section>.container {
    width: 100%;
  }
}

.telecom-section>.container>.title {
  font-family: Roboto-Regular;
  font-weight: 200;
  font-size: 5vh;
  color: #fff;
  margin: 7.5vh 0;
}

@media (max-width:48em) {
  .telecom-section>.container>.title {
    text-align: center;
  }
}

@media (max-width:35.5em) {
  .telecom-section>.container>.title {
    font-size: 30px;
  }
}

.telecom-section>.container>.button-box.-large {
  margin-bottom: 3.75vh;
}

@media (max-width:35.5em) {
  .telecom-section>.container>.button-box.-large {
    padding: 10px 20px;
    font-size: 12px;
  }
}

.telecom-section>.container>.infoblocks {
  margin-bottom: 5vh;
  display: flex;
  flex-direction: column;
  height: 42.5vh;
}

@media (min-width:62.75em) {
  .telecom-section>.container>.infoblocks {
    width: 80%;
  }
}

.telecom-section>.container>.infoblocks>.horizontal-info-block {
  flex: 1;
}

.telecom-section>.container>.infoblocks>.horizontal-info-block>.description,.telecom-section>.container>.infoblocks>.horizontal-info-block>.title {
  color: #fff;
}

.telecom-section>.container>.infoblocks>.horizontal-info-block>.description>.image,.telecom-section>.container>.infoblocks>.horizontal-info-block>.title>.image {
  float: none;
}

.telecom-section>.container>.infoblocks>.horizontal-info-block>.description>.title,.telecom-section>.container>.infoblocks>.horizontal-info-block>.title>.title {
  margin-left: 0;
}

.telecom-section>.container>.infoblocks>.horizontal-info-block>.description>.description,.telecom-section>.container>.infoblocks>.horizontal-info-block>.title>.description {
  margin-left: 0;
  font-size: calc(11px + .2vw);
  line-height: 20px;
}

.sponsors-section {
  background: url(sponsors-section-bg.f39d2d15.png) no-repeat center bottom 40vh;
  background-size: 100%;
  height: 100vh;
  position: relative;
}

.sponsors-section:after {
  content: " ";
  display: table;
  clear: both;
}

.sponsors-section>.description {
  background: rgba(0,0,0,.61);
  padding: 30px;
  width: 35vw;
  position: absolute;
  top: 8vw;
  right: 3vw;
}

@media (max-width:74.375em) {
  .sponsors-section>.description {
    width: 50vw;
  }
}

@media (max-width:48em) {
  .sponsors-section>.description {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20vw;
    width: 60%;
  }
}

@media (max-width:35.5em) {
  .sponsors-section>.description {
    width: 90%;
  }
}

.sponsors-section>.description>p {
  color: #fff;
  hyphens: auto;
  font-family: Roboto;
  font-weight: 300;
  font-size: calc(14px + .2vw);
  text-indent: 1.5em;
}

.sponsors-section>.description>p:first-child {
  margin-bottom: 5px;
}

@media (max-width:48em) {
  .sponsors-section {
    background: url(sponsors-section-bg.f39d2d15.png) no-repeat 90% top;
    background-size: 290%;
  }
}

.sponsors-section>.bottom-plank {
  background: #fff;
}

.sponsors-section>.bottom-plank>.titles {
  width: 11.5vw;
  height: 100%;
  background: #fff;
  box-sizing: initial;
  float: left;
}

@media (max-width:48em) {
  .sponsors-section>.bottom-plank>.titles {
    width: 20vw;
  }
}

.sponsors-section>.bottom-plank>.titles>.item {
  color: #161616;
  font-family: Roboto;
  font-weight: 200;
  font-size: 20px;
}

@media (max-width:48em) {
  .sponsors-section>.bottom-plank>.titles>.item {
    font-size: 1.5vh;
  }
}

@media (max-width:74.375em) {
  .sponsors-section>.bottom-plank>.titles>.item {
    font-size: 2.3vh;
  }
}

.sponsors-section>.bottom-plank>.titles>.item:first-child {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
}

.sponsors-section>.bottom-plank>.titles>.item:last-child {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
}

.sponsors-section>.bottom-plank>.swiper-container {
  height: 100%;
}

@media (max-width:48em) {
  .sponsors-section>.bottom-plank>.swiper-container {
    margin: 0 5vw 0 20vw;
  }
}

.sponsors-section>.bottom-plank>.swiper-container>.bottom,.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide {
  width: 100%;
}

.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide>.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide>.wrapper>.sponsors-section-thirdparty,.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide>.wrapper>.sponsors-section-thirdparty>.logo-container {
  flex: 1;
  display: flex;
}

.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide>.wrapper>.sponsors-section-thirdparty>.logo-container>.logo {
  display: block;
  margin: 0 auto;
  align-self: center;
  max-width: 60%;
}

.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide>.wrapper>.sponsors-section-thirdparty>.logo-container>.logo.-small-10 {
  max-width: 50%;
}

.sponsors-section>.bottom-plank>.swiper-container>.bottom>.swiper-slide>.wrapper>.sponsors-section-thirdparty>.logo-container>.logo.-small-15 {
  max-width: 40%;
}

.contacts-section {
  background: url(contacts-section-bg.9f58d0dd.png) no-repeat right -20vh;
  background-size: cover;
}

@media (max-width:35.5em) {
  .contacts-section {
    background: url(contacts-section-bg.9f58d0dd.png) no-repeat right -20vh;
    background-size: cover;
  }
}

.contacts-section>.bottom-plank>.wrapper {
  background: url(asphalt-bg.f36838a4.png) no-repeat;
  background-size: 100% 100%;
  padding: 7vh 0;
  height: 100%;
  width: 100%!important;
  max-width: 100%;
}

.contacts-section-info {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contacts-section-info>.item {
  align-self: center;
  width: 25%;
  color: #dcdcdc;
  font-family: Roboto-Light;
  font-weight: 200;
  font-size: 2.5vh;
  line-height: 1.2;
  border-right: 1px solid #a7a7a7;
}

@media (max-width:48em) {
  .contacts-section-info>.item {
    font-size: 1.66667vh;
    width: 33%;
    border-right: none;
  }
}

.contacts-section-info>.item:last-child {
  border: none;
}

@media (max-width:48em) {
  .contacts-section-info>.item:last-child {
    display: none;
  }
}

*{outline:none;margin:0;padding:0;box-sizing:border-box;font-family:Roboto-Regular}
strong{font-family:Roboto-Bold;font-weight:600}
.swiper-pagination-bullet{opacity:1!important;background:#989898!important}
.swiper-pagination-bullet-active{opacity:1;background:#6a6a6a!important}
@media (max-width:48em){.-no-mobile{display:none!important}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{position:relative}.fp-scrollable,.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translateZ(0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li:hover a.active span,#fp-nav ul li a.active span,.fp-slidesNav ul li:hover a.active span,.fp-slidesNav ul li a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav.fp-show-active a.active+.fp-tooltip,#fp-nav ul li:hover .fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto!important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */
