html, body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.571;
	color: #000000;
}

input, button {
	border-radius: 4px;
	border: solid 1px #0072bc;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;
}


button {
	cursor: pointer;
}
.btn {
	background-color: #0072bc;
}
.btn_orange {
	background-color: #FF7800;
	border-color: #FF7800;
}
.btn_btn-ico {
	white-space: nowrap;
}
.btn_btn-ico img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
@media(max-width: 767px){
	.btn {
		height: 24px;
		line-height: 1.9em;
		font-size: 11px;
		padding: 0 4px 0 10px;
	}
	.btn_btn-ico img {
		max-height: 72%;
	}
}

.btn-rnd {
	border: solid #999999 1px;
	color: #333333;
	border-radius: 15px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding: 0 28px;
	font-weight: bold;
	text-decoration: none;
}

.first-line {
	background-color: #e6eeff;
}

@media (max-width: 767px) {	
	.top-buttons {
		display: flex;
		width: 100%;
		align-items: center;
	}
}

.main-line {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: stretch;
	min-height: 80px;
}

.main-line > *{
	float: left;
}

.main-line button {
	height: 40px;
	line-height: 32px;
}

.main-line__logo {
	margin-right: 23px;
	text-decoration: none;
}

.main-line__logo img {
	border: none;
}

.main-line__logo .mobile {
	display: none;
}

@media (max-width: 1023px) {
	.main-line__logo {
		margin-right: auto;
	}
}
@media(max-width: 767px){
	.main-line__logo .desktop {
		display: none;
	}
	.main-line__logo .mobile {
		display: inline-block;
		margin-right: 16px;
	}
}

.main-line__buttons > * {
	vertical-align: middle;
}
.main-line__buttons > * + * {
	margin-left: 36px;
}

@media (max-width: 767px) {
	.main-line__catalog-order {
		margin-left: auto;
	}

	.main-line__catalog-order button {
		height: 28px;
		line-height: 1;
		padding: 2px 4px;
		font-size: 10px;
	}
}
.main-line__catalog-order {

}

.main-line__search {
	margin-left: 33px;
	margin-right: 10px;
	flex-grow: 1;
}

@media(max-width: 1023px){
	.main-line__search {
		margin: 0 32px;
		flex-grow: 0;
	}
}

@media(max-width: 767px){
	.main-line__search {
		margin: 0 8px;
	}
}

.mainmenu {
	border-top: solid #e5e5e5 1px;
}

.mainmenu .has-submenu {
	position: relative;
}

@media (max-width: 1023px) {
	.mainmenu {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.mainmenu {
		margin-left: auto;
	}
}
.mainmenu ul {
	margin: 0 auto;
}
.mainmenu ul,
.mainmenu li {
	padding: 0;
	list-style: none;
}
.mainmenu ul {
	display: none;
}
.mainmenu > ul {
	display: flex;
	*display: block; /* for IE7 */
	justify-content: space-between;
}
.mainmenu > ul > li {
	padding: 19px 0;
	display: inline;
	flex-grow: 1;
	text-align: center;
}

.mainmenu > ul > li:last-child {
	border: none;
}

.mainmenu a {
	color: inherit;
	text-decoration: none;
}
.mainmenu a:hover {
	text-decoration: underline;
}

.has-submenu::after {
	content: '\1405';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	height: 16px;
	font-size: 10px;
}

@media(min-width:768px){
	.mainmenu__open-btn {
		display: none;
	}
	.mainmenu__close {
		display: none;
	}
	.mainmenu__back {
		display: none;
	}
	.has-submenu:hover {
		background-color: #0071bc1f;
	}

	.has-submenu:hover ul {
		min-width: 200px;
		background-color: white;
		position: absolute;
		background-color: #fff;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	}

	.mainmenu > ul > .has-submenu:hover > ul{
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		z-index: 10;
	}

	.mainmenu > ul > .has-submenu li {
		padding: 8px;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
		white-space: nowrap;
		position: relative;
	}

	.has-submenu .has-submenu:hover ul {
		left: 100%;
		top: 0;
		display: block;
	}

	
	.has-submenu::after {
		content: '\1405';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 8px;
		margin: auto;
		height: 16px;
		font-size: 10px;
	}

	.mainmenu > ul > .has-submenu:after {
		content: '\25BC';
		position: relative;
		right: 0;
		display: inline;
	}

}

@media(max-width:767px){
	.mainmenu {
		width: 40px;
		height: 40px;
		display: inline-block;
		border: none;
	}
	.mainmenu__close {
		position: absolute;
		z-index: 1000;
		top: 16px;
		right: 16px;
		font-size: 30px;
		border: none;
		background: none;
		color: #000;
		padding: 16px;
	}
	.mainmenu_open:after {
		position: fixed;
		content: '';
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 50;
	}
	.mainmenu ul {
		display: block;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 100;
		padding-top: 70px;
		width: 100%;
	}

	.has-submenu > ul,
	.mainmenu > ul {
		transform: translateX(-100%);
		transition: transform 300ms;
	}

	.mainmenu__back {
		border: none;
		background-color: transparent;
		color: black;
		font-size: 20px;
		position: absolute;
		top: 16px;
		left: 16px;
		padding: 16px;
	}
	
	.mainmenu_open ul {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.30);
	}

	.has-submenu_open > ul,
	.mainmenu_open > ul {
		transform: translateX(0);
	}

	.mainmenu ul li {
		text-align: left;
		padding: 16px 16px 16px 32px;
		font-size: 16px;
		display: flex;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.has-submenu {
		display: flex;
		align-items: center;
		padding: 0 16px;
	}

	.has-submenu a {
		flex-grow: 1;
	}
	.mainmenu ul .has-submenu:after {
		position: static;
		right: 16px;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
		margin-top: -16px;
		margin-bottom: -16px;
		line-height: 58px;
		height: 100%;
		padding-left: 16px;
	}

	.mainmenu__open-btn {
		display: block;
		width: 40px;
		height: 40px;
		background: url('../images/ic-menu.png') no-repeat center center;
		cursor: pointer;
		border: none;
	}

	
}

.hdr-search {
	padding: 13px;
	text-align: right;
}

.hdr-search-open {
	display: none;
}

@media (max-width: 1023px) {
	.hdr-search {
		display: none;
		margin-top: 16px;
	}
	
	.hdr-search-open {
		display: block;
		border: none;
		background-color: transparent;
		margin: 0;
		padding: 8px;
	}
}


.hdr-search__submit,
.hdr-search__input {
	height: 40px;
	line-height: 36px;
}
.hdr-search__submit {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding-right: 0;
}
.hdr-search__input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	width: 480px;
	color:#000;
}
.hdr-search__options {
	display: none;
	padding: 13px;
	text-align: left;
}
.hdr-search__options label {
	margin-right: 32px;
}

@media (max-width: 767px) {
	.hdr-search__options label {
		display: block;
	}
}

.hdr-search_active {
	background-color: white;
	position: relative;
	z-index: 20;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

@media (max-width: 1023px) {
	.hdr-search_active {
		position: absolute;
		left: 16px;
		width: calc(100% - 32px);
		display: block;
	}
}

.hdr-search_active .hdr-search__options {
	position: absolute;
	display: block;
	background-color: white;
	width: 100%;
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.hdr-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.17);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.hdr-search_active + .hdr-search-overlay {
	opacity: 1;
	pointer-events: all;
}

.width-wrapper {
	max-width: 1278px;
	margin: auto;
}
.width-wrapper_swiper {
	max-width: 1330px;
	margin: auto;
	overflow: hidden;
}
@media(max-width: 1365px){
	.width-wrapper {
		max-width: 1024px;
	}
	.width-wrapper_swiper {
		max-width: 1024px;
	}
}
@media(max-width: 1023px){
	.width-wrapper {
		max-width: 716px;
	}
	.width-wrapper_swiper {
		max-width: 716px;
	}
}
@media(max-width: 767px){
	.width-wrapper {
		max-width: 338px;
	}
	.width-wrapper_swiper {
		max-width: 338px;
	}
}
@media(max-width: 359px){
	.width-wrapper {
		max-width: 304px;
	}
	.width-wrapper_swiper {
		max-width: 304px;
	}
}

.lr-panel {
	line-height: 1;
	font-size: 16px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 12px;
	display: flex;
	justify-content: space-between;
}
.lr-panel > * {
	display: block;
	padding-top: 10px;
}
.lr-panel a {
	color: inherit;
	text-decoration: none;
}
.lr-panel a:hover {
	text-decoration: underline;
}
@media(max-width: 1023px){
	.lr-panel {
		display: block;
		padding-top: 0;
	}
}
@media(max-width: 767px){
	.lr-panel {
		font-size: 13px;
	}
}
@media(max-width: 359px){
	.lr-panel {
		font-size: 12px;
	}
}

.flatbtn {
	display: inline-block;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.flatbtn img {
	display: block;
	margin: auto;
}
.flatbtn:hover {
	text-decoration: underline;
}
@media(max-width: 767px){
	.flatbtn {
		width: 40px;
		height: 40px;
		display: inline-flex;
		align-items: center;
	}
	.flatbtn span {
		display: none;
	}
}

.last-line {
	background-color: #0b2f47;
	color: #ffffff;
	text-align: center;
	padding: 15px 0 10px;
}

.footer {
	padding: 46px 0;
	background-color: #224e6b;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
}
.footer > * {
	display: flex;
	justify-content: stretch;
}
.footer__box-logo {
	text-align: center;
	margin-right: 135px;
}
.footer__box-links {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer__box-links > * {
	margin-right: 30px;
}
.footer__col-last {
	width: 176px;
	/*margin-left: 60px;*/
}
@media(max-width: 1365px){
	.footer__box-logo {
		margin-right: 60px;
	}
}
@media(max-width: 1023px){
	.footer__box-logo {
		margin-right: 34px;
	}
	.footer__box-links > * {
		margin-right: 20px;
		max-width: auto;
	}
	.footer__col-3 {
		margin-right: 0;
	}
	.footer__col-last {
		width: 100%;
		max-width: 100%;
		margin-top: 18px;
		margin-left: 0;
	}
}
@media(max-width: 767px){
	.footer {
		padding: 15px 0 25px;
		font-size: 13px;
		line-height: 14px;
	}
	.footer > * {
		display: block;
	}
	.footer__box-logo {
		margin-right: 0;
	}
	.footer__box-links > * {
		margin-top: 14px;
		margin-right: 10px;
		max-width: 50%;
	}
	.footer__col-3 {
		width: 100%;
		max-width: 100%;
	}
	/*.footer__col-last {
		width: 100%;
		max-width: 100%;
		margin-top: 18px;
		margin-left: 0;
	}*/
}

.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-list li + li {
	margin-top: 2px;
}
.footer-list a {
	color: inherit;
}
.footer-list a:hover {
	text-decoration: none;
}
@media(max-width: 1023px){
	.footer-list li + li {
		margin-top: 4px;
	}	
}

.promo,
.promo-slide {
	height: 447px;
}
.promo-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.promo-slide__label-wrapper {
}
.promo-slide__label {
	background-color: rgba(255, 255, 255, .54);
	padding: 13px 45px;
	width: 80%;
	line-height: 1.2;
}
.promo-slide__label > div:first-child {
	font-size: 18px;
}
@media(max-width: 1365px){
	.promo-slide__label-wrapper {
		background-color: rgba(255, 255, 255, .54);
	}
	.promo-slide__label {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		background-color: transparent;
	}
}
@media(max-width: 1023px){
	.promo,
	.promo-slide {
		height: 336px;
	}
}
@media(max-width: 767px){
	.promo,
	.promo-slide {
		height: 156px;
	}
}

.promo .swiper-pagination-bullet {
	border: #ffffff solid 1px;
	background-color: #b7b7b7;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.promo  .swiper-pagination-bullet-active {
	background-color: #666666;
}

h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}
@media(max-width: 767px){
	h2 {
		margin-bottom: 18px;
	}
}

.floor-prods {
	padding: 60px 0;
}
@media(max-width: 767px){
	.floor-prods {
		padding: 30px 0;
	}
}
@media(max-width: 359px){
	.floor-prods {
		padding: 26px 0;
	}
}

.prods {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prods__item {
	width: 295px;
	height: 285px;
	display: inline-block;
	background-color: #ededed;
	margin-bottom: 30px;
	text-decoration: none;
	background-size: cover;
}

.prods__item > span {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 5px;
	margin: auto;
	width: 215px;
	height: 54px;
	border-radius: 27px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 210px;
	box-shadow: 0 0 21px rgba(0,0,0,.35);
}
@media(max-width: 1365px){
	.prods__item {
		width: 240px;
		height: 287px;
	}
}
@media(max-width: 1023px){
	.prods__item {
		width: 172px;
		height: 205px;
	}
	.prods__item > span {
		margin-top: 117px;
		width: 153px;
		height: 70px;
		border-radius: 17px;
	}
}
@media(max-width: 767px){
	.prods__item {
		width: 164px;
		height: 197px;
		margin-bottom: 6px;
	}
	.prods__item > span {
		width: 148px;
		height: 53px;
		font-size: 13px;
	}
}
@media(max-width: 359px){
	.prods__item {
		width: 150px;
		height: 178px;
		margin-bottom: 3px;
	}
	.prods__item > span {
		width: 136px;
		height: 48px;
	}
}

.floor-news {
	background-color: #ededed;
	padding: 30px 0 35px 0;
}
.floor-news__footer {
	margin-top: 20px;
	text-align: center;
}
.floor-news .swiper-wrapper {
	display: flex;
}
@media(max-width: 359px){
	.floor-news {
		padding: 26px 0;
	}
}

.news-card {
	display: inline-block;
	width: 300px;
	/*height: 330px;*/
	height: auto !important;
	background-color: #ffffff;
	text-decoration: none;
	color: #333333;
	line-height: 1.2;
}
.news-card__img {
	height: 127px;
	background-color: #ccc4c2;
}
.news-card__title,
.news-card__descr,
.news-card__date,
.news-card__more {
	margin: 8px 15px;
}
.news-card__title{
	margin-top: 15px;
}
.news-card__title,
.news-card__more {
	margin-bottom: 15px;
}
.news-card__title {
	font-size: 16px;
	font-weight: bold;
}
.news-card__date {
	color: #666666;
}
.news-card__more {
	color: #990000;
	text-decoration: underline;
}
.news-card:hover .news-card__more {
	text-decoration: none;
}
@media(max-width: 1365px){
	.news-card {
		width: 240px;
	}
}
@media(max-width: 1023px){
	.news-card {
		width: 230px;
	}
}
@media(max-width: 767px){
	.news-card {
		width: 240px;
		font-size: 13px;
	}
	.news-card__title {
		font-size: 13px;
		margin-bottom: 8px;
	}
}

.floor-dev {
	padding-top: 60px;
}
.swiper-container_dev {
	overflow: visible !important;
}
@media(max-width: 767px){
	.floor-dev {
		padding-top: 30px;
	}
}
@media(max-width: 359px){
	.floor-dev {
		padding-top: 26px;
	}
}

.dev-card {
	display: inline-block;
	width: 240px;
	color: inherit;
	text-decoration: none;
}
.dev-card__img {
	height: 205px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.dev-card__title {
	text-align: center;
}

.dev-card:hover .dev-card__title {
	text-decoration: underline;
}
@media(max-width: 1365px){

}

.floor-projects {
	padding-top: 60px;
}
.floor-projects__footer {
	text-align: center;
	margin-top: 23px;
}
.swiper-container_projects {
	overflow: visible !important;
}
@media(max-width: 767px){
	.floor-projects {
		padding-top: 30px;
	}
}
@media(max-width: 359px){
	.floor-projects {
		padding-top: 26px;
	}
}

.projects-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 408px;
	height: 427px !important;
	color: inherit;
	text-decoration: none;
	background-size: cover;
}
.projects-card__title {
	display: none;
	background-color: rgba(255, 255, 255, .82);
	width: 290px;
	padding: 12px 24px;
	text-align: center;
}
.projects-card:hover .projects-card__title {
	display: block;
}
@media(max-width: 1365px){
	.projects-card {
		width: 325px;
		height: 342px !important;
	}
}
@media(max-width: 1023px){
	.projects-card {
		width: 230px;
		height: 243px !important;
	}
}
@media(max-width: 767px){
	.projects-card {
		width: 165px;
		height: 172px !important;
	}
	.projects-card__title {
		font-size: 13px;
		line-height: 1.2;
		padding: 10px 3px;
	}
}

.floor-clients {
	padding-top: 60px;
}
.swiper-container_clients {
	overflow: visible !important;
}
@media(max-width: 767px){
	.floor-clients {
		padding-top: 30px;
	}
}
@media(max-width: 359px){
	.floor-clients {
		padding-top: 26px;
	}
}

.client-card {
	width: 290px;
	height: 90px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}
.client-card__title {
	display: none;
	background-color: rgba(34, 78, 107, .85);
	color: #ffffff;
	padding: 9px 15px;
	line-height: 1.2;
	text-align: center;
}
.client-card:hover .client-card__title {
	display: inline-block;
}

.floor-links {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.swiper-container_links {
	overflow: visible !important;
}
@media(max-width: 767px){
	.floor-links {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media(max-width: 359px){
	.floor-links {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

.link-card {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 90px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-decoration: none;
}
.link-card__title {
	display: none;
	background-color: rgba(34, 78, 107, .85);
	color: #ffffff;
	padding: 9px 15px;
	line-height: 1.2;
	text-align: center;
}
.link-card:hover .link-card__title {
	display: inline-block;
}

.soc-links {
	text-align: center;
	margin-top: 15px;
}
.soc-links__item {
	display: inline-block;
	width: 25px;
	height: 18px;
	background-image: url('../images/soc-sprite.png');
	background-repeat: no-repeat;
}
.soc-links__item_vk {
	background-position: -2px -4px;
}
.soc-links__item_fb {
	background-position: -30px -4px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	box-shadow: 0 0 21px rgba(0,0,0,.15);
	position: relative;
	background-color: #ffffff;
}
.swiper-button-prev {
	left: -15px !important;
}
.swiper-button-next {
	right: -15px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 17px !important;
	color: #000000;
	position: relative;
	font-weight: bold;
}
.swiper-button-prev::after {
	left: -2px;
}
.swiper-button-next::after {
	left: 2px;
}
@media(max-width: 1365px){
	.swiper-button-prev {
		left: 0 !important;
	}
	.swiper-button-next {
		right: 0 !important;
	}	
}
