@charset "utf-8";
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Regular.woff') format('woff'), url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Medium.woff') format('woff'), url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 450;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Demi.woff') format('woff'), url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Bold.woff') format('woff'), url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: 750;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;/*-webkit-font-smoothing: antialiased;*/
}
body {
	margin: 0;
	padding: 0;
	background: #F2F5FC;
	font: normal 16px/1.5 "Avenir Next", Helvetica, Arial, "sans-serif";
	color: #22262D;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
html {
	font-size: 16px;
}

@media only screen and (max-width: 426px) {
html {
	font-size: 5vw;
}
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button, .jcf-select, .jcf-option {
	text-align: left;
	font: normal 16px "Avenir Next", Helvetica, Arial, "sans-serif";
	color: #22262D;
	outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select, .jcf-select-text, .jcf-option {
	-webkit-appearance: none;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #e0e0e0;
	background: #fff;
	margin: 0;
	padding: 11px 20px 12px 20px;
	width: 100%;
	display: block;
	position: relative;
}
input:focus, textarea:focus, select:focus, .jcf-focus .jcf-select-text {
	border-color: #5199FF;
	box-shadow: 0px 4px 10px rgba(34, 38, 45, 0.05);
}
input.bg-search {
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: 20px 50%;
	padding-left: 60px;
	padding-right: 0!important;
}
.jcf-select {
	display: block;
	position: relative;
}
.jcf-select select {
	cursor: pointer;
	z-index: 4;
}
.jcf-select-opener {
	z-index: 3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
}
.jcf-drop-active .jcf-select-opener {
	-webkit-transform: scale(1, -1);
	        transform: scale(1, -1);
}
.jcf-select-opener:before, .jcf-select-opener:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 14px auto;
}
.jcf-select-opener:before {
	background-image: url(../img/select-arr.svg);
}
.jcf-select-opener:after {
	background-image: url(../img/select-arr-active.svg);
	opacity: 0;
}
.jcf-focus .jcf-select-opener:before, .jcf-drop-active .jcf-select-opener:before {
	opacity: 0;
}
.jcf-focus .jcf-select-opener:after, .jcf-drop-active .jcf-select-opener:after {
	opacity: 1;
}
.jcf-select-text {
	z-index: 2;
	padding-right: 40px;
	cursor: pointer;
}
.jcf-select-text .jcf-option-placeholder {
	color: #9099A3;
}
.jcf-drop-active .jcf-select-text {
	border-radius: 5px 5px 0 0;
	border-color: #5199FF;
	box-shadow: 0px 4px 10px rgba(34, 38, 45, 0.05);
}
.jcf-drop-active.jcf-drop-flipped .jcf-select-text {
	border-radius: 0 0 5px 5px;
}
.jcf-select-drop {
	background: #fff;
	box-shadow: 0px 4px 10px rgba(34, 38, 45, 0.05);
	border-style: solid;
	border-color: #5199FF;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 5px 5px;
	z-index: 200;
	margin: -1px 0 0 0;
}
.jcf-select-drop.jcf-drop-flipped {
	border-width: 1px 1px 0 1px;
	border-radius: 5px 5px 0 0;
	margin: 1px 0 0 0;
}
.jcf-list-content {
	display: block;
	overflow: hidden;
	overflow-y: auto;
}
.jcf-select-drop ul, .jcf-select-drop li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcf-select-drop ul {
	padding: 8px 0;
}
.jcf-select-drop li:before {
	display: none;
}
.jcf-option {
	padding: 7px 10px;
	border-width: 0;
	margin: 0 10px;
	width: auto;
	text-align: left;
	cursor: pointer;
	color: #22262D;
	border-radius: 5px;
}
.jcf-option.jcf-hover {
	color: #22262D;
	text-decoration: none;
	background: #C1DBFF;
}
.jcf-option.jcf-selected {
	font-weight: 450;
	cursor: default;
	color: #22262D;
}
.jcf-option.jcf-option-placeholder {
	display: none;
}
.jcf-disabled {
	opacity: 0.7;
}
.nano > .nano-pane {
	opacity: 1!important;
	margin: 0!important;
	width: 4px!important;
	border-radius: 2px!important;
	background: #EDEDED!important;
}
.nano > .nano-pane > .nano-slider {
	margin: 0!important;
	border-radius: 2px!important;
	background: #9099A3!important;
	opacity: 1!important;
}
.input {
	position: relative;
}
.list-results {
	z-index: 90;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 4px rgba(34, 38, 45, 0.1);
	background: #fff;
	display: none;
}
.input.show-results .list-results {
	display: block;
}
.input.show-results input {
	border-radius: 4px 4px 0 0;
	border-color: transparent!important;
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(34, 38, 45, 0.1);
}
.list-results .nano {
	max-height: 30vh;
}
.list-results .nano > .nano-pane {
	margin: 0 10px 30px 10px!important;
}
.list-results .results-ind {
	padding: 0 24px 20px 60px;
}
.link-result {
	text-align: left;
	text-decoration: none!important;
	display: block;
	margin: 0 0 0 -10px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.3;
	white-space: normal;
	text-transform: none;
	padding: 6px 10px;
	color: #22262D;
}
.link-result:hover {
	color: #22262D;
	text-decoration: none;
	background: #C1DBFF;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #9099A3;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #9099A3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #9099A3;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	left: -100vw!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #5199FF;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong, .bold {
	font-weight: 750;
}
h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	font-weight: 750;
	line-height: 1.5;
	font-size: 18px;
	margin: 35px 0 20px 0;
}
h1, .h1 {
	margin: 80px 0 40px 0;
	font-size: 26px;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child {
	margin-top: 0;
}
h2, .h2 {
	font-size: 20px;
}
p, ol, ul {
	margin: 0 0 0.9em 0;
	padding: 0;
}
p:last-child, ol:last-child, ul:last-child, li:last-child {
	margin-bottom: 0;
}
ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 0 0 0.4em 0;
	padding: 0 0 0 2.25em;
}
li ul, li ol {
	margin-top: 0.4em;
}
li li {
	margin-left: 0;
}
ul > li:before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: 1.25em;
	width: 0.35em;
	height: 0.35em;
	border-radius: 50%;
	background: #5199FF;
	margin: -0.175em 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 3em;
	margin: 0 0 0 -3em;
	text-align: right;
	padding: 0 0.3em 0 0;
	font-weight: 750;
	color: #5199FF;
}
.table {
	margin: 0 0 35px 0;
}
.table table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.table th, .table td {
	font-size: 14px;
	line-height: 1.5;
	padding: 5px;
	border: 0;
	text-align: left;
	vertical-align: middle;
}
.table th:first-child, .table td:first-child {
	padding-left: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.table th:last-child, .table td:last-child {
	padding-right: 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.table th:last-child:not(:only-child), .table td:last-child:not(:only-child) {
	text-align: right;
}
.table tr:nth-child(even) td {
	background: #F2F5FC;
}
.media {
	margin: 35px 0;
}
.media img {
	display: block;
	width: 100%;
	height: auto;
}
.media figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
.caption {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #9099A3;
	margin: 10px 0 0 0;
}
.photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0;
	padding: 0;
}
.photos li:before {
	display: none;
}
.photos li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	padding: 0;
	width: 33.333333%;
	position: relative;
}
.photos img {
	width: 100%;
	height: auto;
}
.photos .zoom {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.photos .zoom:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(bottom, rgba(81, 153, 255, 0.9), rgba(81, 153, 255, 0.9));
	background: linear-gradient(0deg, rgba(81, 153, 255, 0.9), rgba(81, 153, 255, 0.9));
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photos .zoom:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/zoom-white.svg) no-repeat 50% 50%;
	background-size: auto 40px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
}
.photos a:hover .zoom:before {
	opacity: 1;
}
.photos a:hover .zoom:after {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.btn {
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	text-align: center;
	white-space: normal;
	text-decoration: none!important;
	border-radius: 5px;
	font: 600 16px/16px "Avenir Next", Helvetica, Arial, "sans-serif";
	text-transform: none;
	letter-spacing: normal;
	border-style: solid;
	border-width: 2px;
	box-shadow: none;
	padding: 16px 20px;
}
.btn-border-blue {
	background-color: transparent;
	color: #5199FF;
	border-color: #5199FF;
}
.btn-border-blue:hover {
	color: #fff;
	background-color: #5199FF;
}
.break-word {
	word-break: break-all;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.files {
	background: #5199FF;
	border-radius: 5px;
	padding: 17px 25px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
.files ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -8px;
	padding: 0;
}
.files li:before {
	display: none;
}
.files li {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.files li > * {
	display: block;
	position: relative;
	padding: 8px 8px 8px 28px;
	color: inherit;
}
.files li > a {
	text-decoration: underline;
}
.files li > a:hover {
	text-decoration: none;
}
.files li > *:before {
	content: '';
	position: absolute;
	top: calc(8px + 0.65em);
	left: 0;
	width: 16px;
	height: 16px;
	margin: -8px 8px;
	background: url(../img/attached-white.svg) no-repeat 50% 50%;
	background-size: contain;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.header, .footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1230px;
	padding: 0 30px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
.header a {
	color: inherit;
}
.header a:hover {
	color: #5199FF;
}
.header-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 58px;
	position: relative;
}
.header .logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	padding: 0 21px 0 0;
	margin: 0 20px 0 0;
	font-size: 28px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.header .logo a {
	color: inherit!important;
	text-decoration: none!important;
}
.header .logo:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 22px;
	margin: -11px 0;
	background: #fff;
	opacity: 0.2;
}
.header .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0 30px 0 0;
}
.header .text br {
	display: none;
}
.header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	text-transform: uppercase;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: -5px -15px;
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .menu li:before {
	display: none;
}
.header .menu li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 5px 15px;
	padding: 0;
}
.header .menu a {
	text-decoration: none;
	color: inherit;
}
.header .menu a:hover {
	text-decoration: underline;
	color: #5199FF;
}
.header .toggle-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	width: 62px;
	height: 54px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: none;
}
.header .toggle-menu > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 30px;
	height: 2px;
	margin: 7px 0 0 0;
	border-radius: 1px;
	background: #fff;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.header .toggle-menu > *:first-child {
	margin-top: 0;
}
.open-menu .header .toggle-menu .pos1 {
	-webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
	        transform: translate3d(0, 9px, 0) rotate(-135deg);
}
.open-menu .header .toggle-menu .pos2 {
	opacity: 0;
}
.open-menu .header .toggle-menu .pos3 {
	-webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
	        transform: translate3d(0, -9px, 0) rotate(135deg);
}
.footer {
	margin-top: auto;
	padding: 25px 0;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	background: #1a2e4c url(../img/bg_img-small.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}
.footer a {
	color: inherit;
}
.footer a:hover {
	color: #5199FF;
}
.footer-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-grid .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 1%;
	        flex: 1 1 1%;
	padding-right: 15px;
}
.footer-grid .contact {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 1%;
	        flex: 1 1 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer-grid .contact-in {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	text-align: right;
	position: relative;
	padding: 0 40px 0 0;
	line-height: 1;
	font-size: 16px;
}
.footer-grid .contact a {
	color: inherit;
	text-decoration: none;
}
.footer-grid .contact a:hover {
	color: #5199FF;
	text-decoration: underline;
}
.footer-grid .contact a[href^=mailto]:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: -15px 0;
	background: rgba(255, 255, 255, 0.2) url(../img/email.svg) no-repeat 50% 50%;
	background-size: auto 14px;
}
.footer-grid .contact .label {
	font-weight: 750;
	font-size: 0.625rem;
	text-transform: uppercase;
	color: #666B76;
	margin: 0 0 4px 0;
}
.footer .menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 14px;
	text-transform: uppercase;
	margin: -5px -15px;
	padding: 0;
}
.footer .menu li:before {
	display: none;
}
.footer .menu li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 5px 15px;
	padding: 0;
}
.footer .menu a {
	text-decoration: none;
	color: inherit;
}
.footer .menu a:hover {
	text-decoration: underline;
	color: #5199FF;
}
.link-like {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: none;
	padding: 8.5px 12px 8.5px 33px;
	background: #F2F5FC;
	border-radius: 5px;
	color: #5199FF!important;
}
.link-like .pic {
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	margin: -7.5px 12px;
}
.link-like .pic:before, .link-like .pic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.link-like .pic:before {
	background-image: url(../img/like.svg);
}
.link-like .pic:after {
	background-image: url(../img/like-white.svg);
	opacity: 0;
}
.link-like:hover {
	color: #fff!important;
	background: #5199FF;
}
.link-like:hover .pic:before {
	opacity: 0;
}
.link-like:hover .pic:after {
	opacity: 1;
}
.link-like-big {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	cursor: pointer;
	text-decoration: none!important;
	position: relative;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: none;
	padding: 15px 30px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #5199FF!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.link-like-big .pic {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	position: relative;
}
.link-like-big .pic:before, .link-like-big .pic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.link-like-big .pic:before {
	background-image: url(../img/like.svg);
}
.link-like-big .pic:after {
	background-image: url(../img/like-white.svg);
	opacity: 0;
}
.link-like-big:hover {
	color: #fff!important;
	background: #5199FF;
	border-color: #fff;
}
.link-like-big:hover .pic:before {
	opacity: 0;
}
.link-like-big:hover .pic:after {
	opacity: 1;
}
.content {
	padding: 58px 0 0 0;
}
.top-block {
	margin: -58px 0 0 0;
	padding: 128px 0 86px 0;
	color: #fff;
	background: #1a2e4c url(../img/bg_img-small.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
.top-block h1, .top-block .h1 {
	font-weight: 750;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
	color: inherit;
	margin: 0;
}
.top-block .text:before {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	border-radius: 1px;
	background: #5199FF;
	margin: 27px auto 26px auto;
}
.path {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	color: inherit;
	text-align: left;
	padding: 15px 0;
	margin: 0 -15px 0 0;
}
.path > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 15px 0 0;
}
.path > *:last-child {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.path a {
	color: inherit;
	text-decoration: none;
}
.path a:hover {
	color: #5199FF;
	text-decoration: underline;
}
.path .arr {
	width: 12px;
	height: 12px;
	background: url(../img/path-arr-white.svg) no-repeat 50% 50%;
	background-size: contain;
}
.top-block .path {
	margin-top: 52px;
	margin-bottom: -86px;
}
.top-block .text + .path {
	margin-top: 162px;
}
.top-model {
	background-position: 100% 50%;
	font-weight: 600;
	text-align: left;
	padding-top: 184px;
	position: relative;
}
.top-model:before {/*added 01.06.20*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(317.78deg, rgba(0, 18, 48, 0.9) 31.36%, rgba(0, 18, 48, 0.5) 72.55%);
	background: linear-gradient(132.22deg, rgba(0, 18, 48, 0.9) 31.36%, rgba(0, 18, 48, 0.5) 72.55%);
}
.top-model h1, .top-model .h1 {
	font-size: 55px;
}
.top-model .text {
	margin: 24px 0 0 0;
	padding: 0 0 0 80px;
	position: relative;
	max-width: 700px;
}
.top-model .text:before {
	width: 40px;
	height: 3px;
	position: absolute;
	top: 0.65em;
	left: 0;
	margin: -1.5px 0!important;
}
.filters {
	margin: 86px 0 -56px 0;
}
.filters .toggle-more {
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 10px 0;
	display: none;
}
.filters .toggle-more .link {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.filters .toggle-more .link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 0 0 10px;
	background: url(../img/select-arr-white.svg) no-repeat 50% 50%;
	width: 14px;
	height: 8px;
	background-size: contain;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filters.open .toggle-more .link:after {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.filters .toggle-more .for-close {
	display: none;
}
.filters.open .toggle-more .for-close {
	display: inline;
}
.filters.open .toggle-more .for-open {
	display: none;
}
.filters .folded-ind {
	padding: 10px 0 0 0;
}

@media only screen and (min-width: 641px) {
.filters .folded {
	display: block!important;
	height: auto!important;
}
}
.filters-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
}
.filters-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 5px;
}
.filters-el.wid100 {
	width: 100%;
}
.filters-el.wid25 {
	width: 25%;
}
.center-content {
	padding: 30px 0;
}
.catalog-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px -30px 0 0;
}
.catalog-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 30px 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.catalog-mini-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px -30px 0 0;
}
.catalog-mini-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 30px 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.product-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
}
.product-card .photo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 5px);
	border-radius: 5px 0 0 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: auto;
	position: relative;
}
.product-card .photo:before {
	content: '';
	display: block;
	padding-top: 58.275%;
}
.product-card .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% + 5px);
	margin-left: auto;
	padding: 25px;
	position: relative;
}
.product-card .link-like {
	float: right;
	margin: -10px -10px 10px 10px;
}
.product-card .name {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-weight: 750;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #22262D;
	margin: 4px 0 13px 0;
}
.product-card .name a {
	text-decoration: none;
	color: inherit;
}
.product-card .name a:hover {
	color: #5199FF;
	text-decoration: underline;
}
.product-card .descr {
	font-size: 15px;
	color: #9099A3;
}
.product-card .info {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.3;
	color: #22262D;
	margin: 10px 0 -5px 0;
	padding: 0;
}
.product-card .info li:before {
	display: none;
}
.product-card .info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 8px 0;
	margin: 0;
	border-top: 1px solid rgba(144, 153, 163, 0.2);
}
.product-card .info li:first-child {
	border-top-width: 0;
}
.product-card .info .l {
	padding-right: 10px;
}
.product-card .info .r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 50%;
	text-align: right;
}
.product-card-mini {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
}
.product-card-mini .photo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 15px);
	border-radius: 5px 0 0 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: auto;
	position: relative;
}
.product-card-mini .photo:before {
	content: '';
	display: block;
	padding-top: 80%;
}
.product-card-mini .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% + 15px);
	margin-left: auto;
	padding: 20px 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.product-card-mini .link-like {
	position: absolute;
	right: 100%;
	bottom: 0;
	margin: 10px;
}
.product-card-mini .name {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-weight: 750;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #22262D;
	margin: -2px 0 9px 0;
}
.product-card-mini .name a {
	text-decoration: none;
	color: inherit;
}
.product-card-mini .name a:hover {
	color: #5199FF;
	text-decoration: underline;
}
.product-card-mini .descr {
	font-size: 14px;
	color: #9099A3;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.product-card-mini .info {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.3;
	color: #22262D;
	margin: 2px 0 -6px 0;
	padding: 0;
}
.product-card-mini .info li:before {
	display: none;
}
.product-card-mini .info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 8px 0;
	margin: 0;
	border-top: 1px solid rgba(144, 153, 163, 0.2);
}
.product-card-mini .info li:first-child {
	border-top-width: 0;
}
.product-card-mini .info .l {
	padding-right: 8px;
}
.product-card-mini .info .r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 50%;
	text-align: right;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 50px 0 81px 0;
	font-size: 16px;
	color: #22262D;
}
.pagination > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	border-radius: 15px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	padding: 0 5px;
	margin: 0 0.5px;
}
.pagination a:hover {
	background: #C1DBFF;
}
.pagination .dots {
	color: #9099A3;
}
.pagination .prev {
	margin: 0 30px 0 0;
	padding: 0 10px 0 45px;
}
.pagination .prev:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin: -10px 10px;
	background: url(../img/pagination-prev.svg) no-repeat 50% 50%;
	background-size: contain;
}
.pagination .next {
	margin: 0 0 0 30px;
	padding: 0 45px 0 10px;
}
.pagination .next:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin: -10px 10px;
	background: url(../img/pagination-next.svg) no-repeat 50% 50%;
	background-size: contain;
}
.pagination span.prev, .pagination span.next {
	opacity: 0.5;
}
.pagination .active {
	font-weight: inherit;
	color: #fff;
	background: #22262D;
}
.brands-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px 0 0 -30px;
}
.brands-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 30px 0 0 30px;
	width: 25%;
}
.link-brand {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	background: #fff;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-brand:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.link-brand .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 31.5%, 0);
	        transform: translate3d(0, 31.5%, 0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: inherit;
}
.link-brand .photo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55.555%;
	height: 55.555%;
	-webkit-transform: translate3d(-50%, -71.5%, 0);
	        transform: translate3d(-50%, -71.5%, 0);
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-brand .photo img {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.link-brand .name {
	font-weight: 750;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #22262D;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin: 0 0 10px 0;
}
.link-brand .num {
	font-size: 14px;
	line-height: 1.4;
	color: #5199FF;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-brand:hover {
	background: #5199FF;
}
.link-brand:hover .photo {
	opacity: 0;
}
.link-brand:hover .text {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.link-brand:hover .name, .link-brand:hover .num {
	color: #fff;
}
.text-block {
	margin: 0 0 30px 0;
	padding: 25px 30px;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
}
.text-block .media {
	margin-left: -30px;
	margin-right: -30px;
}
.text-block .media:first-child {
	margin-top: -25px;
}
.text-block .media:first-child img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.load-more {
	text-align: center;
	margin: 30px 0 0 0;
}
.load-more .btn {
	min-width: 253px;
}
.bottom-content-text {
	margin: 100px 0 10px 0;
	font-size: 14px;
	color: #9099A3;
}
.bottom-side-text {
	margin: 30px 0;
	font-size: 14px;
	color: #9099A3;
}
.index-page {
	background: #112b4c;
	color: #fff;
}
.index-page .footer {
	background: none;
}
.index-page .content {
	padding-top: 0!important;
}
.index-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1a2e4c url(../img/bg_img.jpg) no-repeat 50% 0;
	background-size: 100% auto;
}
.index-search {
	position: relative;
	padding-top: calc(22.5vw - 33px);
	color: #fff;
	z-index: 90;
}
.index-search .max {
	position: relative;
	max-width: 846px;
	margin: 0 auto;
}
.index-search .text {
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	margin: 18px 0;
}
.index-search .input {
	border-radius: 6px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.15);
}
.index-search .input input {
	padding-top: 22px;
	padding-bottom: 22px;
	border-color: transparent!important;
	box-shadow: 0px 2px 4px rgba(34, 38, 45, 0.1);
}
.index-search .input input.bg-search {
	padding-left: 70px;
	background-position: 30px 50%;
}
.index-search .list-results {
	margin: -8px 8px 0 8px;
}
.index-search .list-results .results-ind {
	padding-left: 70px;
}
.main-sides:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.main-side-l {
	float: left;
	clear: left;
	width: calc(100% - 300px);
}
.main-side-r {
	float: right;
	clear: right;
	width: 270px;
}
.side-other-models {
	margin: 0 0 30px 0;
	padding: 20px 15px 15px 15px;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
	text-align: center;
}
.other-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: -22px 0 0 -30px;
}
.other-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 22px 0 0 30px;
}
.link-model {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #22262D;
	text-decoration: none;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-model:hover {
	color: #5199FF;
}
.link-model .photo {
	display: block;
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	margin: 0 0 8px 0;
}
.link-model .photo:before {
	content: '';
	display: block;
	padding-top: 57.916%;
}
.link-model .photo:after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: inherit;
	background: -webkit-linear-gradient(bottom, rgba(81, 153, 255, 0.9), rgba(81, 153, 255, 0.9));
	background: linear-gradient(0deg, rgba(81, 153, 255, 0.9), rgba(81, 153, 255, 0.9));
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-model:hover .photo:after {
	opacity: 1;
}
.link-model .photo .text {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-model:hover .photo .text {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.model-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	background: #5199FF url(../img/info-white.svg) no-repeat 30px 50%;
	background-size: auto 35px;
	box-shadow: 0px 0px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
	font-size: 14px;
	padding: 16px 30px 16px 80px;
	position: relative;
	margin: 0 0 30px 0;
}
.model-info a {
	color: inherit;
	text-decoration: underline;
}
.model-info a:hover {
	text-decoration: none;
}
.model-info .link-like-big {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 0 30px;
}
.model-info .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.side-links {
	margin: 0 0 30px 0;
	padding: 20px 15px;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
}
.side-links h3, .side-links .h3 {
	text-align: center;
	font-size: 16px;
}
.side-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: -15px 0 0 0;
	padding: 0;
}
.side-links li:before {
	display: none;
}
.side-links li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
}
.side-links li > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none!important;
	font-weight: 450;
	font-size: 14px;
	line-height: 1.2;
	color: inherit!important;
}
.side-links .pic {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 55px;
	height: 55px;
	border: 8px solid #fff;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
	position: relative;
	margin: 0 10px 0 0;
}
.side-links .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.main-title {
	font-weight: 450;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 14px 0;
}
.main-title h1, .main-title .h1 {
	display: inline;
	margin: 0 0.6em 0 0;
}
.grid-news {
	margin: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.grid-news .col {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 1%;
	        flex: 1 1 1%;
	max-width: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.main-side-l .grid-news .col {
	max-width: 340px;
}
.grid-news .col.big {
	max-width: none!important;
}
.grid-news .el {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 15px;
}
.grid-news-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -15px;
}
.grid-news-main .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.link-news {
	text-decoration: none!important;
	display: block;
	position: relative;
	font-weight: 750;
	font-size: 14px;
	line-height: 1.2;
	text-shadow: 0px 1px 1px rgba(34, 38, 45, 0.25);
	color: #fff!important;
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	overflow: hidden;
}
.link-news.big {
	font-size: 18px;
}
.link-news:before {
	content: '';
	display: block;
	padding-top: 58.666%;
}
.link-news:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #5199FF;
	opacity: 0;
	border-radius: inherit;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 2;
}
.link-news .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-shadow: none;
	font-weight: 750;
	font-size: 16px;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 100%, 0);
	        transform: translate3d(0, 100%, 0);
	z-index: 3;
}
.link-news.big .cover {
	font-size: 20px;
}

@media (pointer:fine) {
.link-news:hover:after {
	opacity: 0.85;
}
.link-news:hover .cover {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
}
.link-news .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: inherit;
	border-bottom-right-radius: inherit;
	background: -webkit-linear-gradient(top, rgba(34, 38, 45, 0) 0%, rgba(34, 38, 45, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(34, 38, 45, 0) 0%, rgba(34, 38, 45, 0.8) 100%);
	padding: 20px 10px 10px 10px;
}
.link-news .name {
	max-height: 2.4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.link-news .date {
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
	margin: 5px 0 0 0;
	padding-left: 15px;
	position: relative;
}
.link-news.big .date {
	margin-top: 10px;
}
.link-news .date:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	background: url(../img/calendar-white.svg) no-repeat 50% 50%;
	width: 10px;
	height: 10px;
	background-size: contain;
}
.index-news {
	margin: 92px 0 75px 0;
}
.index-news .main-title {
	margin-bottom: 24px;
}
.index-news h1, .index-news .h1 {
	font-size: 20px;
}
.article-details {
	margin: 16px 0 58px 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	color: #5199FF;
	text-shadow: 0px 1px 1px rgba(34, 38, 45, 0.25);
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.article-details a {
	color: inherit;
	text-decoration: underline;
}
.article-details a:hover {
	color: #fff;
}
.article-details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 -42px -0.833em 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.article-details li {
	padding: 0 20px 0 42px;
	margin: 0 0 0.833em 0;
	position: relative;
	left: -22px;
}
.article-details li:before {
	content: '|';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.25;
	border-radius: 0;
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.article-details li:after {
	content: '';
	position: absolute;
	top: 0.65em;
	left: 22px;
	width: 14px;
	height: 14px;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.article-details li.date:after {
	background-image: url(../img/date-small-blue.svg);
}
.article-details li.tags:after {
	background-image: url(../img/bookmark-small-blue.svg);
}
.article-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: 450;
	font-size: 14px;
	line-height: 1;
}
.article-navigation.top {
	margin-bottom: -38px;
}
.article-navigation.bottom {
	border-top: 1px solid rgba(81, 153, 255, 0.2);
	padding-top: 20px;
	margin-top: 20px;
}
.text-block .article-navigation {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
}
.article-navigation > * {
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 5px;
	padding: 8px 10px;
}
.article-navigation.top > * {
	color: #fff;
}
.article-navigation.bottom > * {
	color: #5199FF;
}
.article-navigation .pic {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin: -7px 10px;
}
.article-navigation .pic:before, .article-navigation .pic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.article-navigation .prev {
	padding-left: 34px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.article-navigation .prev .pic {
	left: 0;
}
.article-navigation .next {
	padding-right: 34px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.article-navigation .next .pic {
	right: 0;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.article-navigation.top .prev, .article-navigation.top .next {
	background: rgba(255, 255, 255, 0.15);
}
.article-navigation.top .prev:hover, .article-navigation.top .next:hover {
	background: #5199FF;
}
.article-navigation.top .prev .pic:before, .article-navigation.top .next .pic:before {
	background-image: url(../img/larr-white.svg);
}
.article-navigation.bottom .prev, .article-navigation.bottom .next {
	background: rgba(81, 153, 255, 0.1);
	box-shadow: 0px 15px 50px rgba(34, 38, 45, 0.1);
}
.article-navigation.bottom .prev:hover, .article-navigation.bottom .next:hover {
	background: #5199FF;
	color: #fff;
}
.article-navigation.bottom .prev .pic:before, .article-navigation.bottom .next .pic:before {
	background-image: url(../img/larr-blue.svg);
}
.article-navigation.bottom .prev .pic:after, .article-navigation.bottom .next .pic:after {
	background-image: url(../img/larr-white.svg);
	opacity: 0;
}
.article-navigation.bottom .prev:hover .pic:before, .article-navigation.bottom .next:hover .pic:before {
	opacity: 0;
}
.article-navigation.bottom .prev:hover .pic:after, .article-navigation.bottom .next:hover .pic:after {
	opacity: 1;
}
.main-article .top-block {
	padding-top: 164px;
	padding-bottom: 114px;
}
.main-article .center-content {
	padding-top: 0;
	margin-top: -30px;
}
