.ytp-show-cards-title {
    display: none!important;
}

@font-face {
	font-family: 'Square';
	src: url('../fonts/Square/PFSquareSansPro-Regular.eot');
	src: url('../fonts/Square/PFSquareSansPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Square/PFSquareSansPro-Regular.woff') format('woff'),
	url('../fonts/Square/PFSquareSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Square';
	src: url('../fonts/Square/PFSquareSansPro-Medium.eot');
	src: url('../fonts/Square/PFSquareSansPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Square/PFSquareSansPro-Medium.woff') format('woff'),
	url('../fonts/Square/PFSquareSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Square';
	src: url('../fonts/Square/PFSquareSansPro-Bold.eot');
	src: url('../fonts/Square/PFSquareSansPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Square/PFSquareSansPro-Bold.woff') format('woff'),
	url('../fonts/Square/PFSquareSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body {
	height: 100%;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    font-style: normal;
    background: linear-gradient(0deg, #EDEDED, #EDEDED), #F0F4FC;
}
.wrapper {
	min-height: 100%;
	padding-bottom: 320px;
}
@media(max-width: 1200px) {
	.wrapper {
		padding-top: 68px;
	}
}
@media(max-width: 767px) {
	.wrapper {
		padding-bottom: 0;
	}
}

.nc-demo-modal-wrapper {
    display: none !important;
}


/* Base */
.container {
	min-width: 320px;
	padding-right:15px;
	padding-left:15px;
	margin: 0 auto;
}
@media (min-width:750px){
	.container{
		width:730px;
	}
}
@media (min-width:992px){
	.container{
		width:970px
	}
}
@media (min-width:1200px){
	.container{
		width:1140px;
	}
}
@media (min-width:1600px){
	.container{
		width:1540px;
	}
}

a {
	color: #2766DF;
	text-decoration: none;
	border-bottom: 1px solid;
	transition: all linear 0.2s;
}
a:hover, a:focus {
	color: #1a3e82;
}
.dashed {
	border-bottom: 1px dashed;
}



.btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 40px;
	font-size: 14px;
	color: #FFF;
	font-family: 'Square';
	font-weight: 500;
	text-align: center;
	background: #F37D0E;
	border: 1px solid #F37D0E;
	cursor: pointer;
	transition: all linear 0.2s;
}
.btn:hover, .btn:focus {
	background: #C2650E;
	border: 1px solid #C2650E;
	color: #FFF;
}
.btn--orange {
	background: #C2650E;
	border: 1px solid #C2650E;
}
.btn--orange:hover, .btn--orange:focus {
	background: #F37D0E;
	border: 1px solid #F37D0E;
}
.btn--blue-op {
	background: none;
	border: 1px solid #2766DF;
	color: #2766DF;
}
.btn--blue-op:hover, .btn--blue-op:focus {
	background: #2766DF;
	border: 1px solid #2766DF;
	color: #FFF;
}
.btn--blue {
	background: #2766DF;
	border: 1px solid #2766DF;
	color: #FFF;
}
.btn--blue:hover, .btn--blue:focus {
	background: none;
	color: #2766DF;
	border: 1px solid #2766DF;
}
.btn--white {
	background: #FFF;
	color: #2766DF;
	border: 1px solid #FFF;
}
.btn--white:hover, .btn--white:focus {
	opacity: 0.8;
	background: #FFF;
	border: 1px solid #FFF;
	color: #2766DF;
}
.btn--orange-op	{
	color: #F37D0E;
	border: 1px solid #F37D0E;
	background: none;
}
.btn--orange-op:hover, .btn--orange-op:focus {
	color: #FFF;
	border: 1px solid #F37D0E;
	background: #F37D0E;
}
.btn--s {
	padding: 0px 23px;
}
.btn--block {
	display: block;
}
@media(max-width: 500px) {
	.btn {
		padding: 0 20px;
	}
}



/* Title */
h1, .h1 {
	font-size: 28px;
	margin: 0;
	margin-bottom: 45px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 25px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
@media(max-width: 992px) {
	h1, .h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	h2, .h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}


.checkbox {
	display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.checkbox input {
    display: none;
}
.checkbox .status {
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    width: 22px;
    height: 22px;
    background: #FFF;
	border: 2px solid #B1BBD0;
}
.checkbox input:checked~.status:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #F37D0E;
}


.s-content {
	font-family: 'Square';
}
.s-content p {
	margin: 0;
	margin-bottom: 20px;
	line-height: 24px;
}


/* Header */
.header {
	position: relative;
}
.header__line1 {
	background: #EDEDED;
	padding: 10px 0;
}
.header__line1 .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.header__city {
	position: relative;
	padding-left: 30px;
	font-family: 'Square';
}
.header__city i {
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 20px;
	color: #B1B1C8;
}
.header__city-link {
	font-style: italic;
	border-bottom: 1px dashed;
}
.header__rigth {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.header__callback {
	margin-left: 50px;
	border-bottom: 1px dashed;
}
.header__search {
	font-family: 'Square';
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.header__search-loupe {
	border-bottom: none;
	margin-left: 15px;
}
.header__search-in {
	position: relative;
	width: 0;
	overflow: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.header__search--open .header__search-in {
	width: 500px;
	opacity: 1;
}
.header__search-inp {
	height: 28px;
	width: 500px;
	padding: 0 30px 0 18px;
	border: none;
	color: #8989A3;
}
.header__search-close {
	position: absolute;
	top: 3px;
	right: 8px;
	border-bottom: none;
}

.header__line2 {
	position: relative;
	z-index: 30;
	background: #FFF;
	padding: 10px 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.header__line2 .container {
	position: relative;
	z-index: 2;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.header__line2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 24.5%;
	background-image: url(../img/menubg.png);
	background-size: cover;
}
.header__menu-link {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: none;
	margin-top: 5px;
}
.header__menu-link i {
	position: relative;
	top: 5px;
	margin-right: 20px;
}
.header__menu-link:hover, .header__menu-link:focus {
	color: #FFF;
	opacity: 0.8;
}
.header__info {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	max-width: 80%;
	min-width: 80%;
}
.header__logo {
	border-bottom: none;
}

.header__logo > img {
    max-width: 180px;
}

.header__nav {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.header__nav-item {
	border-bottom: none;
	margin-right: 40px;
	color: #000;
}
.header__nav-item:last-child {
	margin-right: 0;
}
.header__nav-item:hover, .header__nav-item:focus, .header__nav-item--active {
	color: #2766DF;
}
.header__phones {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	text-align: right;
}
.header__phones-item:last-child {
	margin-left: 25px;
}
.header__phones-num {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.header__menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #FFF;
	z-index: 20;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.header__menu--open {
	height: auto;
	opacity: 1;
}
.header__menu .container {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.header__menu-item {
	position: relative;
	max-width: 25%;
	min-width: 25%;
	border: 1px solid #D1D8E7;
	border-top: none;
	border-left: 0;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	padding: 15px;
}
.header__menu-item:hover, .header__menu-item:focus {
	color: #2766DF;
}
.header__menu-item:nth-child(4n) {
	border-right: none;
}
.header__menu-item:nth-child(4n):after {
	content: "";
	position: absolute;
	top: 100%;
	left: 100%;
	width: 80%;
	height: 1px;
	background: #D1D8E7;
}
.header__menu-item:nth-child(1):after, .header__menu-item:nth-child(5):after {
	content: "";
	position: absolute;
	top: 100%;
	right: 100%;
	width: 80%;
	height: 1px;
	background: #D1D8E7;
}
.header__menu-item img {
	max-width: 100%;
	margin-bottom: 7px;
}
.header__menu-all {
	max-width: 50%;
	min-width: 50%;
	background: linear-gradient(274.07deg, #2766DF 0%, #1F4A9C 100%);
	padding: 35px 45px;
	color: #FFF;
}
.header__menu-all-text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.mob-top {
	display: none;
}
@media(max-width: 1800px) {
	.header__line2:after {
		width: 21%;
	}
}
@media(max-width: 1599px) {
	.header__menu-link {
		display: inline-flex;
		-webkit-align-items: center;
		        align-items: center;
		line-height: 22px;
	}
	.header__menu-link i {
		top: 0;
	}
	.header__line2:after {
		width: 25%;
	}
	.header__phones {
		position: relative;
	}
	.header__phones-item:first-child {
		position: absolute;
		top: 120%;
		right: 0;
		background: #FFF;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
		padding: 20px;
		opacity: 0;
		visibility: hidden;
		transition: all linear 0.3s;
	}
	.header__phones-item:last-child .header__phones-num {
		position: relative;
	}
	.header__phones-item:last-child .header__phones-num:after {
		content: "";
		position: absolute;
		top: 8px;
	    left: 30px;
	    bottom: -20px;
	    border: 3px solid transparent;
	    border-top: 4px solid #000;
	}
	.header__info {
		max-width: 83%;
		min-width: 83%;
	}
	.header__nav-item {
		margin-right: 15px;
	}
	.header__phones--open .header__phones-item:first-child {
		visibility: visible;
		opacity: 1;
	}
}
@media(max-width: 1450px) {
	.header__line2:after {
		width: 22.5%;
	}
}
@media(max-width: 1350px) {
	.header__line2:after {
		width: 20.5%;
	}
}
@media(max-width: 1250px) {
	.header__line2:after {
		width: 19%;
	}
}
/*   @media(max-width: 1200px) {
	.header__line2:after {
		width: 23%;
	}
	.header__menu-link {
		font-size: 12px;
		line-height: 18px;
	}
	.header__menu-link i {
		margin-right: 10px;
	}
	.header__phones {
		max-width: 20%;
		min-width: 20%;
	}
	.header__phones-item:first-child {
		padding: 10px;
	}
	.header__phones-item:last-child .header__phones-num:after {
		left: 0;
		top: 5px;
	}
	.header__phones-num {
		font-size: 16px;
	}
	.header__nav-item {
		font-size: 12px;
		margin-right: 7px;
	}
	.header__phones-item:last-child {
		margin-left: 0;
	}
	.header__info {
		max-width: 85%;
		min-width: 85%;
	}
}*/
@media(max-width: 1200px) {
	.header {
		display: none;
	}
	.mob-top {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 20;
	}
	.mob-top__line {
		position: relative;
		height: 42px;
		background: #FFF;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	.mob-top__menu {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 40px;
		border-bottom: none;
		text-align: center;
	}
	.mob-top__menu i {
		line-height: 42px;
	}
	.mob-top__logo {
		position: absolute;
		left: 50px;
		top: 8px;
		border-bottom: none;
	}
	.mob-top__logo img {
		max-width: 135px;
	}
	.mob-top__city {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		border-bottom: none;
		text-align: center;
	}
	.mob-top__city i {
		line-height: 42px;
	}
	.mob-top__phone {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 50px;
		border-bottom: none;
		text-align: center;
	}
	.mob-top__phone i {
		line-height: 42px;
	}
	.mob-top__search-wrap {
		position: relative;
		padding: 7px 15px;
		background: #2766DF;
		height: 28px;
		transition: all linear 0.3s;
	}
	.mob-top__search-wrap-text {
		text-align: center;
		color: #FFF;
		font-family: 'Square';
	}
	.mob-top__search {
		position: absolute;
		left: 15px;
		right: 0;
		top: 7px;
		padding-right: 40px;
		z-index: 2;
		height: 0;
		overflow: hidden;
		transition: all linear 0.3s;
	}
	.mob-top__search-inp {
		width: 100%;
		height: 28px;
		border: none;
		padding-left: 15px;
		padding-right: 40px;
		background: #FFF;
	}
	.mob-top__search-close {
		position: absolute;
		top: 0;
		right: 50px;
		background: none;
		border: none;
		color: #2766DF;
	}
	.mob-top__search-search {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 40px;
		background: none;
		border: none;
		color: #FFF;
	}
	.mob-top__search-wrap--open {
		height: 40px;
	}
	.mob-top__search-wrap--open .mob-top__search {
		height: 28px;
	}
}

/* Main-top */
.main-top {
	position: relative;
	height: 1070px;
	/*background-image: url(../img/header.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #FFF;
	padding-top: 250px;
	margin-bottom: 65px;
}
.main-top__header {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.main-top__text {
	font-family: 'Square';
	font-size: 18px;
	opacity: 0.5;
	margin-bottom: 70px;
}
.main-top__bottom-wrap {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 10;
}
.main-top__bottom {
	border-bottom: none;
}
.main-top__bottom img {
	position: relative;
}
.main-top__bottom:hover img {
	animation: 1200ms ease 0s normal none 1 running move;
}
.main-top__bottom span {
	display: block;
	margin-top: 10px;
	font-family: 'Square';
	font-size: 18px;
	opacity: 0.5;
	color: #FFF;
}
@keyframes move {
	0% {
	    transform: top(0px);
	}
	50% {
	    transform: top(5px);
	}
	100% {
	    transform: top(7px);
	}
}

@media(max-width: 1600px) {
	.main-top {
		height: 760px;
		padding-top: 100px;
	}
}
@media(max-width: 992px) {
	.main-top {
		height: 550px;
		padding-top: 40px;
		margin-bottom: 20px;
	}
	.main-top__header {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.main-top__text {
		margin-bottom: 30px;
	}
}
@media(max-width: 767px) {
	.main-top {
		height: 350px;
		padding-top: 30px;
	}
	.main-top__header {
		font-size: 25px;
	}
}

/* Cols */
.cols {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding-bottom: 50px;
}
.lcol {
	max-width: 25%;
	min-width: 25%;
	margin-right: 30px;
}
.rcol {
	width: 100%;
}
@media(max-width: 1200px) {
	.lcol {
		position: fixed;
		top: 0;
		left: -500px;
		bottom: 0;
		max-width: 320px;
		min-width: 320px;
		background: #FFF;
		z-index: 20;
		transition: left ease 0.3s;
	}
	.lcol--open {
		left: 0;
		-ms-overflow-y: scroll;
		    overflow-y: scroll;
	}
}

.filter__header {
	background: #FFF;
	padding: 20px 35px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
}
.filter__item {
	padding: 25px 35px;
	background: #FFF;
	margin-bottom: 2px;
}
.js-select .select2-container {
	width: 100% !important;
}
.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #B1BBD0;
    border-radius: 0;
    -webkit-transition: border-color 0.3s ease;
       -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
         -o-transition: border-color 0.3s ease;
            transition: border-color 0.3s ease;
}
.select2-container--focus .select2-selection--single {
	border-color: #2766DF;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 40px;
	font-size: 14px;
	font-family: 'Square';
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000 transparent;
}
.filter__select {
	margin-bottom: 6px;
}
.select2-container--open .select2-container--default .select2-selection--single {
	border: 2px solid #2766DF;
}
.filter__price {
	margin-top: 20px;
}
.filter__price-in {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 25px;
	color: #000;
}
.filter__price-in input {
	max-width: 49%;
	min-width: 49%;
	height: 40px;
	text-align: center;
	border: 2px solid #B1BBD0;
}
.ui-widget-content {
	height: 6px !important;
	background: #B1BBD0 !important;
	border-radius: 0 !important;
}
.ui-slider .ui-slider-range {
	background: #A3B3D1 !important;
}
.ui-slider .ui-slider-handle {
	width: 22px !important;
	height: 22px !important;
	background: #F37D0E !important;
	border-radius: 0 !important;
	border: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -11px !important;
	margin-left: -1px !important;
}

.filter__item-name {
	position: relative;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.filter__item-name:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	border: 3px solid transparent;
    border-top: 4px solid #000;
}
.filter__item-in {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-right: 50px;
	height: 0;
	overflow: hidden;
	transition: all linear 0.3s;
}
.filter__item--open .filter__item-in {
	height: auto;
	overflow: visible;
	padding-top: 5px;
}
.filter__item-in label {
	max-width: 45%;
	min-width: 45%;
	margin-top: 15px;
}
.filter__bottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background-image: url(../img/filterbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-align-items: center;
	        align-items: center;
	padding: 25px 35px;
}
.filter__bottom-clear {
	color: #FFF;
	height: auto !important;
}
.filter__bottom-clear:hover, .filter__bottom-clear:focus {
	color: #FFF;
	opacity: 0.8;
}
.filter-btn-open {
	display: none;
}
.filter__header-close {
	display: none;
}
@media(max-width: 1600px) {
	.filter__item {
		padding: 20px;
	}
	.filter__item-in {
		padding-right: 0;
	}
	.filter__bottom {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.filter__bottom-clear {
		margin-top: 10px;
	}
}
@media(max-width: 1200px) {
	.filter-btn-open {
		display: inline-flex;
		-webkit-align-items: center;
		        align-items: center;
		margin-bottom: 20px;
	}
	.filter-btn-open i {
		margin-right: 10px;
	}
	.filter__header {
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		-webkit-align-items: center;
		        align-items: center;
	}
	.filter__header-close {
		display: inline-block;
		border-bottom: none;
	}
}


/* Manager */
.manager {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 35px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbc7c+0,f37d0e+100 */
	background: #ffbc7c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffbc7c 0%, #f37d0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffbc7c 0%,#f37d0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffbc7c 0%,#f37d0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc7c', endColorstr='#f37d0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 4px;
}
.manager__left {
	padding: 40px 45px;
	background: #FFF;
	width: 100%;
}
.manager__img {
	max-width: 34%;
	min-width: 34%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.manager__header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.manager__sub {
	font-family: 'Square';
	color: #8989A3;
	margin-bottom: 20px;
}
.manager__form-in {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.manager__form-left {
	max-width: 35%;
	min-width: 35%;
	margin-right: 20px;
}
.manager__form-name {
	font-family: 'Square';
	margin-bottom: 5px;
}
.manager__form-inp {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	color: #8989A3;
	background: #F0F4FC;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15);
	border: none;
}
.manager__form-field-in {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.manager__form-field-in .manager__form-inp {
	max-width: 49%;
	min-width: 49%;
}
.manager__form-bottom {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.manager__form-bottom .manager__form-text {
	font-family: 'Square';
	font-size: 13px;
	font-style: italic;
	color: #787885;
	line-height: 18px;
	margin-left: 20px;
}
@media(max-width: 1600px) {
	.manager__left {
		padding: 30px 20px;
	}
	.manager__img {
		max-width: 30%;
		min-width: 30%;
	}
}
@media(max-width: 767px) {
	.manager {
		margin-bottom: 20px;
	}
	.manager__img {
		display: none;
	}
}
@media(max-width: 550px) {
	.manager__form-in {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.manager__form-left {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.manager__form-field-in {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.manager__form-field-in .manager__form-inp {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.white-block {
	background: #FFF;
	padding: 50px 0 40px;
}
@media(max-width: 992px) {
	.white-block {
		padding: 30px 0;
	}
}

/* Footer */
.footer {
	height: 320px;
	margin-top: -320px;
	background: #DADEE7;
	padding: 30px 0;
}
.footer__line1 {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 50px;
}
.footer__navs {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 60%;
	min-width: 60%;
}
.footer__navs .footer__nav:first-child {
	max-width: 80%;
	min-width: 80%;
}
.footer__nav-header {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #787885;
	margin-bottom: 25px;
}
.footer__nav-in {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.footer__nav-in .footer__nav-item {
	max-width: 45%;
	min-width: 45%;
}
.footer__nav--single .footer__nav-in .footer__nav-item {
	min-width: 95%;
	max-width: 95%;
}
.footer__nav-item {
	margin-bottom: 12px;
}
.footer__nav-link {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	border-bottom: none;
}
.footer__nav-item--active .footer__nav-link {
	color: #1a3e82;
}
.footer__info {
	max-width: 25%;
	min-width: 25%;
}
.footer__phones {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	text-align: right;
	margin-bottom: 15px;
}
.footer__phone {
	max-width: 48%;
	min-width: 48%;
}
.footer__phone-num {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer__phone-text {
	font-family: 'Square';
	font-size: 13px;
	color: #8A8AA3;
}
.footer__address {
	font-family: 'Square';
	position: relative;
	padding-left: 35px;
	line-height: 22px;
	margin-top: 45px;
}
.footer__address i {
	position: absolute;
	top: -5px;
	left: 0;
	color: #B1B1C8;
}
.footer__line2 {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.footer__cp {
	font-family: 'Square';
	color: #8989A3;
}
.footer__netkam {
	max-width: 25%;
	min-width: 25%;
	font-family: 'Square';
	position: relative;
	padding-left: 35px;
	color: #8989A3;
}
.footer__netkam img {
	position: absolute;
	top: -4px;
	left: 3px;
}
@media(max-width: 1600px) {
	.footer__phones {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__phone {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
	}
	.footer__address {
		margin-top: 20px;
	}
	.footer__line1 {
		margin-bottom: 30px;
	}
}
@media(max-width: 1200px) {
	.footer__nav-link {
		font-size: 12px;
	}
	.footer__navs {
		max-width: 65%;
		min-width: 65%;
	}
	.footer__info {
		max-width: 30%;
		min-width: 30%;
	}
}
@media(max-width: 992px) {
	.footer {
		padding: 15px 0;
	}
	.footer__netkam {
		display: flex;
		-webkit-justify-content: flex-end;
		        justify-content: flex-end;
		-webkit-align-items: center;
		        align-items: center;
		position: static;
		max-width: 40%;
		min-width: 40%;
	}
	.footer__netkam img {
		position: static;
		margin-right: 5px;
	}
	.footer__netkam a {
		margin-left: 5px;
	}
}
@media(max-width: 767px) {
	.footer {
		height: auto;
		margin-top: 0;
	}
	.footer__line1 {
		display: none;
	}
	.footer__line2 {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__cp {
		text-align: center;
		margin-bottom: 15px;
	}
	.footer__netkam {
		max-width: 100%;
		min-width: 100%;
		-webkit-justify-content: center;
		        justify-content: center;
	}
}

/* Catalog */
.catalog__top {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 25px;
	background: #FFF;
	padding: 10px 15px;
}
.catalog__top-left {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.catalog__search {
	position: relative;
	max-width: 500px;
	min-width: 500px;
	margin-right: 10px;
}
.catalog__search-inp {
	width: 100%;
	height: 40px;
	background: #F0F4FC;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15);
	padding: 0 100px 0 60px;
	border: none;
	font-style: italic;
	font-family: 'Square';
}
.catalog__search i {
	position: absolute;
	top: 7px;
	left: 20px;
	color: #B1B1C8;
}
.catalog__search .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.catalog__top-sort-item {
	color: #8989A3;
	margin-left: 15px;
	border-bottom: none;
}
.catalog__top-sort-item--active {
	color: #2766DF;
}
.catalog__top-view {
	padding-top: 7px;
}
.catalog__top-view-item {
	border-bottom: none;
	color: #C4C4C4;
	margin-left: 10px;
	font-size: 24px;
}
.catalog__top-view-item--active {
	color: #2766DF;
}

.catalog__bottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.pagination {
	max-width: 39%;
	min-width: 39%;
	display: flex;
	margin-right: 30px;
}
.pagination__item {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #FFF;
	color: #8989A3;
	font-family: 'Square';
	margin-right: 4px;
	border: 3px solid transparent;
}
.pagination__item--active {
	border: 3px solid #2766DF;
}
.pagination__next {
	height: 36px;
	line-height: 36px;
}
.catalog__more {
	width: 100%;
	height: 36px;
	line-height: 36px;
}

.catalog__list {
	margin-bottom: 30px;
}
.catalog__item {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 2px;
	background: #FFF;
	border: 3px solid transparent;
	padding: 15px;
	transition: all linear 0.3s;
}
.catalog__item:hover, .catalog__item:focus {
	-moz-border-image: -moz-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	border-image: linear-gradient(to bottom right, #FFBC7C 0%, #F37D0E 100%);
	border-image-slice: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.catalog__item-left {
	max-width: 18%;
	min-width: 18%;
	min-height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 25px;
}
.catalog__item-right {
	width: 100%;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.catalog__item-top {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.catalog__item-name {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 7px;
}
.catalog__item-info {
	margin-right: 20px;
}
.catalog__item-price-block {
	flex-basis: 140px;
	text-align: right;
}
.catalog__item-code {
	font-family: 'Square';
	color: #8989A3;
}
.catalog__item-price {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	justify-content: flex-end;
}
.catalog__item-price-old {
	color: #8989A3;
	font-size: 13px;
	font-weight: 500;
	margin-right: 15px;
	text-decoration: line-through;
}
.catalog__item-delivery {
	text-align: right;
	color: #8989A3;
}
.catalog__item-desc {

}
.tags {
	padding-bottom: 20px;
}
.tags__item {
	display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Square';
    font-weight: 500;
    text-align: center;
    background: #fff;
    border: 1px solid #F37D0E;
    cursor: pointer;
    transition: all linear 0.2s;
    width: 19.8%;
    margin-bottom: 2px;
}
.tags__item:hover {	
    background: #F37D0E;
}
.tags__item a {
    color: #F37D0E;
    text-decoration: none;
    border-bottom: none;	
    transition: all linear 0.2s;
    display: block;
}
.tags__item:hover a {
	color: #fff;
}
.catalog__item-bottom {
	position: relative;
	background: #F0F4FC;
	padding: 12px 150px 12px 20px;
	margin-top: 10px;
}
.catalog__item-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.catalog__item-params {
	display: flex;
	font-family: 'Square';
}
.catalog__item-param {
	margin-right: 30px;
	color: #8989A3;
}
.catalog__item-param-name {
	display: inline-block;
	margin-right: 10px;
}
.catalog__item-param-val {
	display: inline-block;
}

.catalog__list--tile {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.cat {
	max-width: 32%;
	min-width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #FFF;
	border: 3px solid transparent;
	padding: 15px;
	transition: all linear 0.3s;
}
.cat:nth-child(3n) {
	/*margin-right: 0;*/
}
.cat:hover, .cat:focus {
	-moz-border-image: -moz-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	border-image: linear-gradient(to bottom right, #FFBC7C 0%, #F37D0E 100%);
	border-image-slice: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.cat__top {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 15px;
}
.cat__top-left {
	max-width: 59%;
	min-width: 59%;
	min-height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
}
.cat__name {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 22px;
}
.cat__code {
	font-family: 'Square';
	margin-top: 7px;
	color: #8989A3;
	line-height: 20px;
}
.cat__info {
	padding: 12px 20px;
	background: #F0F4FC;
	margin-bottom: 15px;
}
.cat__params {
	font-family: 'Square';
	color: #8989A3;
	line-height: 22px;
}
.cat__params td:first-child {
	padding-right: 15px;
}
.cat__bottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.cat__price {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}
.cat__price-old {
	font-size: 13px;
	color: #8989A3;
	font-weight: 500;
	text-decoration: line-through;
	margin-left: 10px;
}
.cat__delivery {
	font-family: 'Square';
	color: #8989A3;
}
@media(max-width: 1600px) {
	.catalog__item-bottom {
		position: static;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 10px;
	}
	.catalog__item-btn {
		position: static;
	}
	.catalog__item-params {
		margin-bottom: 10px;
	}
	.catalog__item-param {
		margin-right: 10px;
	}
	.catalog__item-param-name {
		margin-right: 0;
	}
	.pagination {
		max-width: 55%;
		min-width: 55%;
	}
	.catalog__search {
		max-width: 400px;
		min-width: 400px;
	}
	.cat__top-left {
		max-width: 48%;
		min-width: 48%;
		min-height: 100px;
	}
	.cat__bottom {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cat__bottom-left {
		margin-bottom: 10px;
	}
	.cat__info {
		padding: 10px;
	}
}
@media(max-width: 1200px) {
	.cat__bottom {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cat__bottom-left {
		margin-bottom: 10px;
	}
}
@media(max-width: 992px) {
	.catalog__top-right {
		display: none;
	}
	.catalog__top-left {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	   	-webkit-align-items: flex-start;
	   	        align-items: flex-start;
	   	min-width: 100%;
	   	max-width: 100%;
	}
	.catalog__search {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.catalog__top-sort-item {
		margin-left: 0;
		margin-right: 8px;
	}
	.catalog__bottom {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.pagination {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.cat {
		max-width: 49%;
		min-width: 49%;
		margin-right: 2%;
	}
	.cat:nth-child(2n) {
		margin-right: 0;
	}
	.cat:nth-child(3n) {
		margin-right: 2%;
	}
	.cat__top-left {
		max-width: 50%;
		min-width: 50%;
	}
	.cat__info {
		padding: 10px;
	}
	.tags__item {
	    width: 33%;
	}
}
@media(max-width: 767px) {
	.cat {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0 !important;
	}
	.cat__top-left {
		max-width: 60%;
		min-width: 60%;
		min-height: 150px;
	}
}
@media(max-width: 550px) {	
	.tags__item {
	    width: 49%;
	}
}
@media(max-width: 500px) {
	.catalog__search-inp {
		padding: 0 100px 0 20px;
	}
	.catalog__search i {
		display: none;
	}
	.catalog__top-sort-item {
		white-space: normal;
	}
	.pagination__next {
		display: none;
	}

	.cat__top-left {
		max-width: 50%;
		min-width: 50%;
		min-height: 150px;
	}
}
@media(max-width: 370px) {	
	.tags__item {
	    width: 80%;
	}
	.tags {
		text-align: center;
	}
}

.title-block {
	margin-top: 25px;
	margin-bottom: 45px;
}
.title-block h1 {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}
.title-block__code {
	color: #8989A3;
	font-family: 'Square';
	white-space: nowrap;
}
.path {
	font-family: 'Square';
	margin-bottom: 23px;
	color: #8989A3;
}
.path a {
	color: #8989A3;
	border-bottom: none;
}
.path__sep {
	margin: 0 10px;
}
@media(max-width: 992px) {
	.path {
		display: none;
	}
	.title-block {
		margin-bottom: 20px;
	}
}


/* Offer-block */
.offer-block {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 30px;
}
.offer-block .form {
	max-width: 25%;
	min-width: 25%;
	margin-right: 30px;
}
.form {
	padding: 45px 40px;
	border: 3px solid transparent;
	-moz-border-image: -moz-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	border-image: linear-gradient(to bottom right, #FFBC7C 0%, #F37D0E 100%);
	border-image-slice: 1;
	background: #FFF;
}
.form__name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 10px;
}
.form__sub {
	font-family: 'Square';
	color: #8989A3;
	margin-bottom: 20px;
}
.form__field {
	margin-bottom: 13px;
}
.form__field-name {
	font-family: 'Square';
	margin-bottom: 6px;
}
.form__field-inp {
	display: block;
	width: 100%;
	height: 40px;
	background: #F0F4FC;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 4px;
	border: none;
	padding: 0 15px;
	color: #8989A3;
	font-family: 'Square';
}
.form__field-textarea {
	width: 100%;
	height: 80px;
	background: #F0F4FC;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15);
	border: none;
	padding: 10px 15px;
	color: #8989A3;
	font-family: 'Square';
}
.form__bottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-top: 15px;
}
.form__bottom-right {
	margin-left: 15px;
	color: #787885;
	font-size: 13px;
	font-family: 'Square';
	line-height: 18px;
	font-style: italic;
}

.production {
	background-image: url(../img/bluebg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	padding: 45px 40px;
}
.production h2 {
	color: #FFF;
}
@media(max-width: 1200px) {
	.offer-block .form {
		max-width: 35%;
		min-width: 35%;
	}
}
@media(max-width: 992px) {
	.form {
		padding: 30px 20px;
	}
	.form__bottom {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.form__bottom-right {
		margin-left: 0;
		margin-top: 10px;
	}
	.production {
		padding: 30px 20px;
	}
}
@media(max-width: 767px) {
	.offer-block {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.offer-block .form {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.tabs {
	margin-bottom: 50px;
}
.tabs__btns	{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background: #FFF;
	margin-bottom: 50px;
}
.tabs__btn {
    flex: 1;
	position: relative;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	border-bottom: none;
	color: #000;
	font-family: 'Square';
	font-weight: 500;
}
.tabs__btn:before {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 20px;
	width: 2px;
	background: #EDEDED;
}
.tabs__btn:last-child:before {
	content: none;
}
.tabs__btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	background: #F37D0E;
	transition: width linear 0.3s;
}
.tabs__btn--active.tabs__btn {
	color: #F37D0E;
}
.tabs__btn--active.tabs__btn:after {
	right: 0;
	width: 100%;
}
.tabs__item {
	display: none;
}
.tabs__item--active {
	display: block;
}
@media(max-width: 992px) {
	.tabs__btn {
		padding: 10px;
	}
}
@media(max-width: 767px) {
	.tabs__btns {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    background: none;
	    margin-bottom: 20px;
	}
	.tabs__btn {
		max-width: none;
		min-width: none;
		margin-bottom: 5px;
		background: #FFF;
		padding: 10px;
		margin-right: 5px;
	}
	.tabs__btn:after {
		content: none;
	}
}
@media(max-width: 400px) {
	.tabs__btn {
		width: 100%;
		margin-right: 0;
	}
}


/* Card */
.card {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 50px;
}
.card__images {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 50%;
	min-width: 50%;
	margin-right: 40px;
}
.card__info {
	max-width: 50%;
	min-width: 40%;
}
.card__images-slider-wrap {
	width: 22%;
	margin-right: 15px;
}
.card__images-slider-wrap .bx-wrapper {
	position: relative;
}
.bx-prev, .bx-next {
	position: absolute;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	border-bottom: none;
	color: #000;
}
.bx-prev i, .bx-next i {
	font-size: 30px;
}
.bx-prev {
	top: -35px;
}
.bx-next {
	bottom: -35px;
}
.card__images-slide {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.card__images-gallery-wrap {
	width: 100%;
}
.card__images-gallery-item {
	position: relative;
	display: none;
	height: 412px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: none;
}
.card__images-gallery-item i {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #FFF;
	text-align: center;
	line-height: 40px;
	color: #000;
}
.card__images-gallery-item--active {
	display: block;
}
.card__images-gallery {
	margin-bottom: 15px;
}
.card__images-gallery-videos {
	display: flex;
}
.card__images-gallery-video {
	position: relative;
	max-width: 28%;
	min-width: 28%;
	height: 102px;
	margin-right: 1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.card__images-gallery-video:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2766DF;
	opacity: 0.6;
}
.card__images-gallery-video i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	color: #FFF;
	font-size: 35px;
	z-index: 2;
}
.card__images-gallery-video:last-child {
	margin-right: 0;
}


.card__info-top {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.card__info-price {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
}
.card__info-price-old {
	margin-left: 13px;
	font-size: 16px;
	font-weight: 500;
	color: #8989A3;
	text-decoration: line-through;
}
.card__info-delivery {
	color: #8989A3;
	font-family: 'Square';
}
.card__info-params {
	display: flex;
	padding: 10px 15px;
	background: #FFF;
	margin-bottom: 40px;
	color: #8989A3;
	font-family: 'Square';
}
.card__info-param {
	display: inline-flex;
	margin-right: 30px;
}
.card__info-param-text {
	margin-right: 10px;
}
.card__about-hidden {
	display: none;
}
.card__about--open .card__about-hidden {
	display: block;
}

.interesting {
	padding-top: 50px;
	border-top: 2px solid #FFF;
}
.interesting__btn {
	text-align: center;
}
.interesting .catalog__item-left {
	max-width: 13%;
	min-width: 13%;
}

.mods__list {
	display: flex;
}
.mods__item {
	max-width: 24%;
	min-width: 24%;
	margin-right: 1.3%;
	background: #FFF;
	padding: 15px 15px 30px;
	text-align: center;
}
.mods__item:nth-child(4n) {
	margin-right: 0;
}
.mods__item-img {
	overflow: hidden;
	height: 240px;
	margin-bottom: 12px;
}
.mods__item-img-in {
	display: block;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all linear 0.3s;
}
.mods__item-text {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.mods__item:hover .mods__item-img-in, .mods__item:focus .mods__item-img-in {
	transform: scale(1.1);
}
.characters {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.characters-table {
	max-width: 49%;
	min-width: 49%;
	font-family: 'Square';
	line-height: 22px;
	border-spacing: 0;
}
.characters-table td {
	width: 50%;
	padding: 10px 25px;
	vertical-align: top;
}
.characters-table tr td:last-child {
	text-align: right;
}
.characters-table tr:nth-child(odd) {
	background: #FFF;
}

.about__cols {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 50px;
}
.about__col {
	max-width: 48%;
	min-width: 48%;
}
.about__col img {
	max-width: 100%;
}
.serts {
	padding-top: 50px;
	border-top: 2px solid #FFF;
}
.serts__list {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.serts__item {
	max-width: 24%;
	min-width: 24%;
	border: 16px solid #FFF;
	background: #FFF;
}
.serts__item-img {
	display: flex;
	margin: auto;
	height: 365px;
	background: #EDEDED;
}
.serts__item-img img {
	display: flex;
	margin: auto;
	max-width: 100%;
}
.serts__item-name {
	display: block;
	padding: 20px;
	background: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	text-align: center;
}

@media(max-width: 1600px) {
	.card__images {
		max-width: 45%;
		min-width: 45%;
	}
	.card__info-top {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.card__info-price-block {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.card__info-param {
		margin-right: 20px;
	}
}
@media(max-width: 1200px) {
	.serts__item-img {
		height: 300px;
	}
	.card__info-params {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.card__info-param {
		margin-bottom: 7px;
	}
	.card__info-param-text {
		min-width: 40%;
	}

	.card__images-slide {
		height: 80px;
	}
	.card__images-gallery-item {
		height: 332px;
	}
	.card__images-gallery-video {
		height: 80px;
	}
}
@media(max-width: 992px) {
	.about__cols {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    margin-bottom: 20px;
	}
	.about__col {
		max-width: 100%;
		min-width: 100%;
	}
	.serts {
		padding-top: 20px;
	}
	.serts__list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.serts__item {
		max-width: 48%;
		min-width: 48%;
		margin-bottom: 15px;
	}
	.serts__item-img {
		height: 200px;
	}
	.serts__item-img img {
		max-height: 90%;
	}
	.mods__item-img {
		height: 150px;
	}
	.mods__item-img-in {
		height: 150px;
	}

	.characters {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.characters-table {
		max-width: 100%;
		min-width: 100%;
	}
	.card {
		margin-bottom: 20px;
	}
	.card__info-btns {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.card__info-btns .btn {
		margin-bottom: 5px;
	}
	.card__images-slider-wrap {
		display: none;
	}
}
@media(max-width: 767px) {
	.card {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.card__images {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.card__info-btns {
		width: 100%;
	}
	.mods__list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.card__info {
		max-width: 100%;
		min-width: 100%;
	}
	.mods__item {
		max-width: 49%;
		min-width: 49%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.card__images-gallery-wrap {
		margin-bottom: 20px;
	}
}
@media(max-width: 500px) {
	.serts__item {
		max-width: 100%;
		min-width: 100%;
	}
	.card__images-gallery-item {
		height: 300px;
	}
}
@media(max-width: 400px) {
	.mods__item {
		max-width: 100%;
		min-width: 100%;
	}
}

.text-block {
	margin-bottom: 35px;
}

.services {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.services__col,
.service {
	max-width: 49%;
	min-width: 49%;
}
.service {
	margin-bottom: 50px;
}
.service__header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	min-height: 45px;
	margin-bottom: 5px;
}
.service__text {
	font-family: 'Square';
	line-height: 24px;
	margin-bottom: 25px;
}
.service table {
	width: 100%;
	border-spacing: 0;
	font-family: 'Square';
}
.service table th {
	font-weight: bold;
	text-align: left;
	padding: 10px 25px;
}
.service table td {
	padding: 10px 25px;
}
.service table tr:nth-child(odd) {
	background: #FFF;
}
@media(max-width: 992px) {
	.services {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.services__col,
	.service {
		max-width: 100%;
		min-width: 100%;
	}
	.service__header {
		min-height: auto;
	}
}


/* Contacts */
.contacts-block {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 50px;
}
.map-block {
	max-width: 50%;
	min-width: 50%;
	height: 450px !important;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.contact {
	position: relative;
	margin-bottom: 30px;
}
.contact__icn {
	position: absolute;
	top: 0;
	left: -40px;
	width: 24px;
	text-align: center;
}
.contact__icn i {
	font-size: 24px;
	color: #000;
}
.contact__phones {
	display: flex;
}
.contact__phone {
	margin-right: 20px;
}
.contact__phone-num {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.contact__text {
	font-size: 13px;
	color: #8A8AA3;
	font-family: 'Square';
}
.contact__name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
@media(max-width: 992px) {
	.contacts-block {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.map-block {
		min-width: 100%;
		max-width: 100%;
	}
	.contacts h2 a {
		white-space: nowrap;
	}
}
@media(max-width: 767px) {
	.contact {
		padding-left: 40px;
		margin-bottom: 20px;
	}
	.contact__icn {
		left: 0;
	}
	.map-block {
		height: 300px !important;
	}
	.contact__name {
		font-size: 14px;
	}
	.contact__phone-num {
		font-size: 14px;
	}
	.contact__phones {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.contact__phone {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* Modal */
.arcticmodal-overlay {
	background-color: rgb(34, 34, 66) !important;
	opacity: 0.8 !important;
}
.modal {
	position: relative;
	width: 365px;
	background: #FFF;
	padding: 15px;
	border: 3px solid transparent;
	-moz-border-image: -moz-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #FFBC7C 0%, #F37D0E 100%);
	border-image: linear-gradient(to bottom right, #FFBC7C 0%, #F37D0E 100%);
	border-image-slice: 1;
}
.modal--form {
	padding: 0;
}
.modal--video {
	width: 700px;
}
@media (max-width: 767px) {
	.modal--video {
		width: 95%;
	}
}
.modal--form .form {
	border: none;
}
.modal--phones {
	padding: 35px;
}
.arcticmodal-close {
	position: absolute;
	top: 7px;
	right: -45px;
	cursor: pointer;
	transition: transform linear 0.3s;
}
.arcticmodal-close i {
	font-size: 28px;
	color: #F37D0E;
}
.arcticmodal-close:hover, .arcticmodal-close:focus {
	transform: rotate(90deg);
}
.modal-phones {
	text-align: center;
}
.modal-phone {
	margin-bottom: 25px;
}
.modal-phone__num {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.modal-phone__text {
	font-size: 13px;
	color: #8A8AA3;
	font-family: 'Square';
}
@media(max-width: 500px) {
	.arcticmodal-close {
		right: 15px;
		top: 15px;
	}
	.modal {
		width: 100%;
	}
}


/* Mob */
.mob-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	visibility: hidden;
	transition: all linear 0.3s;
}
.mob-menu--open {
	visibility: visible;
}
.mob-menu__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(34, 34, 66, 0.8);
	opacity: 0;
	transition: all linear 0.3s;
}
.mob-menu--open .mob-menu__overlay {
	opacity: 1;
}
.mob-menu__in {
	position: relative;
	z-index: 10;
	transition: all linear 0.3s;
}
.mob-menu__in-header {
	height: 42px;
	padding: 0 15px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	transition: all linear 0.3s;
}
.mob-menu--open .mob-menu__in-header {
	opacity: 1;
}
.mob-menu__in-header i {
	position: relative;
	top: 7px;
	margin-right: 10px;
	color: #F37D0E;
}
.mob-menu__in-menu {
	position: fixed;
	top: 42px;
	left: -500px;
	bottom: 0;
	z-index: 20;
	width: 280px;
	background: #FFF;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
	transition: all linear 0.3s;
}
.mob-menu--open .mob-menu__in-menu {
	left: 0;
}
.mob-menu__nav {
	background: #F0F4FC;
	padding: 10px 0;
	margin-bottom: 20px;
}
.mob-menu__nav-item {
	display: block;
	padding: 12px 15px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	border-bottom: none;
}
.mob-menu__cats-header {
	color: #8989A3;
	font-family: 'Square';
	padding: 0 15px;
	margin-bottom: 17px;
	margin-bottom: 10px;
}
.mob-menu__cat {
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 15px;
	color: #000;
	border-bottom: none;
	text-transform: uppercase;
}
.mob-menu__info {
	padding: 10px 15px 20px;
}
.mob-menu__address {
	position: relative;
	border-top: 1px solid #C4C4C4;
	padding-top: 25px;
	padding-left: 30px;
	font-family: 'Square';
	line-height: 22px;
	margin-bottom: 40px;
}
.mob-menu__address i {
	position: absolute;
	top: 23px;
	left: 0;
	font-size: 24px;
	color: #B1B1C8;
}
.mob-menu__netkam {
	display: flex;
	color: #8989A3;
	font-family: 'Square';
	-webkit-align-items: center;
	        align-items: center;
}
.mob-menu__netkam img {
	margin-right: 15px;
}
.mob-menu__netkam a {
	height: auto !important;
	margin-left: 10px;
}



.card-infoblock {
	display: flex;
	margin-bottom: 20px;
}
.card-infoblock__left {
	height: 120px;
	width: 180px;
	margin-right: 30px;
}
.card-infoblock__info {
	display: flex;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	margin-bottom: 25px;
}
.card-infoblock__name {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 25px;
}
.card-infoblock__code {
	color: #8989A3;
	font-family: 'Square';
}
.card-infoblock__price-wrap-left {
	margin-right: 40px;
}
.card-infoblock__price-wrap {
	display: flex;
}
.card-infoblock__price {
	font-size: 28px;
	font-weight: bold;
	display: flex;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.card-infoblock__price--old {
	font-size: 16px;
	font-weight: 500;
	color: #8989A3;
	text-decoration: line-through;
	margin-left: 15px;
}
.card-infoblock__delivery {
	color: #8989A3;
	font-family: 'Square';
}
@media(max-width: 992px) {
	.card-infoblock__info {
		margin-bottom: 15px;
	}
	.card-infoblock__name {
		font-size: 20px;
	}
	.card-infoblock__price {
		font-size: 20px;
	}
	.card-infoblock__price-wrap {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.card-infoblock__price-wrap-left {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.card-infoblock {
		display: none !important;
	}
}

.result {
    padding: 10px 0;
}

.msg.msg_error {
    color: firebrick;
}

.msg.msg_success {
    color: limegreen;
}

.modal.form--wide {
    width: 600px;
    max-width: 100%;
}

.leasing-form .irs--flat .irs-bar {
    top: 28px;
    height: 8px;
    background-color: rgb(243, 125, 14) !important;
}

.leasing-form .irs--flat .irs-line {
    top: 28px;
    height: 8px;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.leasing-form .irs-handle.single {
    width: 22px !important;
    height: 22px !important;
    background: rgb(243, 125, 14) !important;
    border-radius: 0px !important;
    border: none !important;
    cursor: pointer;
}

.leasing-form .irs-handle.single > i,
.leasing-form .irs-handle.single:hover > i {
    background-color: rgb(243, 125, 14) !important;
}

.calculations .value {
    font-size: 20px;
    font-weight: bold;
}

.main-top {
    position: relative;
}

.main-top > .container {
    z-index: 10;
    position: relative;
}

.bg-video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

.bg-video-wrap .video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(100, 100, 200, 0.5);
}

.side-banner {
    margin-top: 20px;
    position: relative;
    font-size: 0;
}

.side-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.model {
	margin-top: 30px;
	margin-bottom: 2px;
    background: #FFF;
    border: 3px solid transparent;
    padding: 15px;
    transition: all 0.3s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 16px;
}

.childrens_wrap{
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.childrens_wrap .header__menu-item:nth-child(1):after, .childrens_wrap .header__menu-item:nth-child(5):after, .childrens_wrap .header__menu-item:nth-child(4n):after{
	display: none;	
}
.childrens_wrap .header__menu-item {
	transition: all .3s;
}
.childrens_wrap .header__menu-item:hover {
	background-color: #e2dfdf;
}
.cart__tags {
	margin-top: 20px;
}
.cart__tags a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 14px;
    color: #F37D0E;
    font-family: 'Square';
    font-weight: 500;
    text-align: center;
    background: #FFF;
    border: 1px solid #F37D0E;
    cursor: pointer;
    transition: all  0.3s;
    margin-right: 5px;
}

.cart__tags a:hover {
	background-color: #F37D0E;
    color: #FFF;
}

.model:nth-child(1) {
	margin-top: 0;
}
.side-banner .banner_text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 20px;
    background-image: url("/assets/img/bluebg.png");
    background-size: cover;
    background-position: center center;
}
.card__about p {
	margin-bottom: 10px;
	line-height: 18px;
}
.cities {
	list-style: none;
    column-count: 2;
    text-align: left;
    padding: 30px 25px;
    font-size: 18px;
}
.cities li {
	list-style: none;
	margin-bottom: 5px;
}
.cities a {
    border-bottom: 1px dashed;
}
header.modal-title {
    color: #000;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-content .header__city {
	padding-left: 0;
}
@media (max-width: 1599px) {
	.tags__item {
		width: 24.7%;
	}
}
@media (max-width: 1599px) {
	.tags__item {
		width: 33%;
	}
}
@media (max-width: 627px) {
	.catalog__item-info {
	    width: 65%;
	}

	.catalog__item-price-block {
	    width: 30%;
	}
}
@media (max-width: 569px) {
	.tags {
		display: none;
	}
}
@media (max-width: 531px) {
	.catalog__item-top {
	    display: block;
	}

	.catalog__item-info {
	    width: 100%;
	}

	.catalog__item-price-block {
	    width: 100%;
	}
}

.cookie-warn {
		display: none;
    position:fixed;
    bottom: 30px;
    right:30px;
    width:300px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    background:#fff;
    top:auto;
    border-radius: 5px;
    text-align: left; 
    bottom:60px;
    padding: 30px;
    z-index:9999;
    box-sizing:border-box;
}
.cookie-warn__heading {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    
}
.cookie-warn__text {
    font-size: 14px;
}
.cookie-warn__button {
    background: #cb3c3c;
    margin-top: 10px;
  padding: 10px 20px;

  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;    
}
.cookie-warn__close {
	position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
	cursor:pointer;
}

@media(max-width:768px) {
    .cookie-warn {
        bottom:0;
        left:0;
        right:0;
        width: 100vw;
    }
    .cookie-warn__text {
        display: none;
    }
}