@font-face {
	font-family: 'Formular';
	src: url('../fonts/Formular/Formular.eot');
	src: url('../fonts/Formular/Formular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Formular/Formular.woff') format('woff'),
		 url('../fonts/Formular/Formular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Formular';
	src: url('../fonts/Formular/Formular-Bold.eot');
	src: url('../fonts/Formular/Formular-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Formular/Formular-Bold.woff') format('woff'),
		 url('../fonts/Formular/Formular-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Formular';
	src: url('../fonts/Formular/Formular-LightItalic.eot');
	src: url('../fonts/Formular/Formular-LightItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Formular/Formular-LightItalic.woff') format('woff'),
		 url('../fonts/Formular/Formular-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

html, body {
	height: 100%;
	background: #F0F4FF;
	font-size: 14px;
	color: #001358;
	font-family: 'Formular', sans-serif;
	font-weight: normal;
    font-style: normal;
}
.wrapper {
	min-height: 100%;
	padding-bottom: 1200px;
	overflow: hidden;
}
@media(max-width: 992px) {
	.wrapper {
		padding-top: 70px;
		padding-bottom: 30px;
	}
}





/* Base */
.container {
	min-width: 320px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
}
@media (min-width: 767px) {
	.container {
		width: 730px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1040px;
	}
}
@media (min-width: 1450px) {
	.container {
		width: 1400px;
	}
}


a {
	color: #0047FF;
	text-decoration: none;
	border-bottom: 1px solid;
	transition: all linear 0.2s;
}
a:hover, a:focus {
	color: #00249F;
}


.btn {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 16px;
	padding: 16px 33px;
	border: none;
	color: #001358;
	background: #FDA601;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: all linear 0.2s;
}
.btn:hover, .btn:focus {
	color: #FFF;
	background: #002FBC;
}
.btn--icn {
	padding: 16px 80px 16px 33px;
}
.btn__icn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background: linear-gradient(135deg, rgba(0, 19, 88, 0.15) 0%, rgba(0, 19, 88, 0) 100%);
}
.btn__icn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.btn--icn:hover .btn__icn, .btn--icn:focus .btn__icn {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}
.btn--icn:hover .btn__icn img, .btn--icn:focus .btn__icn img {
	filter: brightness(0) invert(1);
}
.btn--block {
	display: block;
	width: 100%;
	text-align: center;
}
.btn--unactive {
	background: #D3DFFF;
}
.btn--unactive:hover {
	color: #001358;
	background: #D3DFFF;
}
@media(max-width: 1450px) {
	.btn {
		font-size: 14px;
		padding: 16px;
	}
	.btn--icn {
		padding: 16px 60px 16px 16px;
	}
}

/* Title */
h1, .h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h2, .h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	margin-bottom: 20px;
}
@media(max-width: 550px) {
	h1, .h1 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 20px;
	}
}

.s-content {
	font-size: 14px;
	line-height: 22px;
}
p {
	margin: 0;
	margin-bottom: 20px;
}

.counter {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	position: relative;
	width: 225px;
	height: 50px;
	padding: 0 45px;
	background: #F0F4FF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
}
.counter__minus, .counter__plus {
	position: absolute;
	top: 0;
	width: 45px;
	height: 50px;
	color: #0047FF;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border-bottom: none;
}
.counter__minus {
	left: 0;
}
.counter__plus {
	right: 0;
}
.counter__value {
	display: block;
	width: 135px;
	height: 50px;
	border: 0 none;
	font-size: 16px;
	font-weight: bold;
	border: none;
	background: none;
	text-align: center;
}
.counter--s {
	width: 126px;
}
.counter--s .counter__value {
	width: 36px;
}
@media(max-width: 1450px) {
	.counter {
		width: 126px;
	}
	.counter .counter__value {
		width: 36px;
	}
}

/* Top */
.top {
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}
.top__line1 {
	font-size: 12px;
	padding: 10px 0 13px;
}
.top__line1 .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.top__text {
	font-style: italic;
	font-weight: 300;
	color: #606D9B;
}
.top__address {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 12px;
	color: rgba(0, 19, 88, 0.6);
}
.top__address img {
	margin-right: 10px;
}
.top__city {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
}
.top__city-icn {
	margin-right: 10px;
}
.top__city-in {
	color: rgba(0, 19, 88, 0.6);
	margin-right: 10px;
}
.top__city-choice {
	border-bottom: 1px dashed;
}
.top__line2 .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	position: relative;
	padding: 25px 20px;
	background: #00249F;
}
.top__line2 .container:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -45px;
	right: 99%;
	background: #00249F;
}
.top__line2 .container:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -45px;
	left: 99%;
	background: #00249F;
}
.top__logo {
	border-bottom: none;
}
.top__logo img {
	max-width: 100%;
}
.top__catalog {
	margin-bottom: 23px;
}
.top__catalog-link {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
	font-family: 'Montserrat', sans-serif;
	color: #FDA601;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: none;
}
.top__catalog-link img {
	margin-right: 15px;
}
.top__catalog-link:hover, .top__catalog-link:focus {
	color: #FFF;
}
.top__menu {
	display: flex;
	font-family: 'Montserrat', sans-serif;
}
.top__menu-item {
	position: relative;
	margin-right: 20px;
}
.top__menu-in {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
}
.top__menu-link {
	color: #FFF;
	border-bottom: none;
}
.top__menu-in .material-icons {
	margin-left: 5px;
	font-size: 14px;
	color: #FFF;
}
.top__menu-hidden-wrap {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	width: 270px;
	padding-top: 12px;
}
.top__menu-hidden {
	padding: 25px;
	background: #FFF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
}
.top__menu-hidden-item {
	margin-bottom: 10px;
}
.top__menu-hidden-link {
	color: #001358;
	border-bottom: none;
}
.top__menu-hidden-link:hover, .top__menu-hidden-link:focus {
	color: #0047FF;
}
.top__menu-item:hover .top__menu-hidden-wrap {
	display: block;
}
.top__menu-item:hover .top__menu-link {
	color: #FDA601;
}
.top__menu-item:hover .top__menu-in .material-icons {
	color: #FDA601;
	transform: rotate(180deg);
}
.top__info {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.top__cart {
	position: relative;
	max-width: 48px;
	min-width: 48px;
	height: 48px;
	background: #FFF;
	margin-left: 30px;
	box-shadow: 0px 10px 14px rgba(0, 19, 88, 0.5);
}
.top__cart:hover {
	box-shadow: none;
}
.top__cart img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*.top__cart .top__cart-full {
	display: none;
}*/
.top__cart--full .top__cart-full {
	display: inline-block;
}
.top__cart--full .top__cart-icn {
	display: none;
}
.top__search {
	margin-left: 50px;
}
.top__search-icn {
	border-bottom: none;
}

.top__contacts {
	position: relative;
	z-index: 2;
	width: 230px;
}
.top__contacts:after {
	content: none;
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	background: #FFF;
	z-index: -1;
}
.top__contacts-in {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 3;
	padding-right: 40px;
}
.top__contact {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.top__contact:first-child {
	margin-bottom: 5px;
}
.top__contact-phone {
	font-size: 16px;
	color: #FFF;
	margin-left: 5px;
	border-bottom: none;
}
.top__contacts-icn {
	position: absolute;
	top: 7px;
	right: 0;
	color: #FFF;
}
.top__contacts-hidden-wrap {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 230px;
}
.top__contacts-hidden-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: -20px;
	background: #FFF;
}
.top__contacts-hidden {
	position: relative;
	z-index: 3;
	padding-top: 10px;
}
.top__contacts-links {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.top__contacts-hidden .btn {
	padding: 16px 30px;
}
.top__contacts:hover:after {
	content: "";
}
.top__contacts:hover .top__contact {
	color: #001358;
}
.top__contacts:hover .top__contact-phone {
	color: #001358;
}
.top__contacts:hover .top__contacts-icn .material-icons {
	transform: rotate(180deg);
	color: #00249F;
}
.top__contacts:hover .top__contacts-hidden-wrap {
	display: block;
}

.top--main {
	background: #00249F;
	margin-bottom: 0;
}
.top--main .top__line1 {
	background: rgba(0, 19, 88, 0.25);
}
.top--main .top__text {
	color: rgba(255, 255, 255, 0.6);
}
.top--main .top__address {
	color: #FFF;
}
.top--main .top__city-icn svg path {
	stroke: #FDA601;
}
.top--main .top__city-in {
	color: #FFF;
}
.top--main .top__city-choice {
	color: #FDA601;
}
.top__mob {
	display: none;
}
@media(max-width: 1450px) {
	.top__text {
		max-width: 20%;
		min-width: 20%;
	}
	.top__cart {
		margin-left: 10px;
	}
	.top__search {
		margin-left: 10px;
	}
	.top__menu-item {
		margin-right: 10px;
	}
	.top__menu-link {
		font-size: 12px;
	}
	.top__logo {
		width: 110px;
	}
	.top__contacts {
		width: 200px;
	}
	.top__contacts-in {
		padding-right: 20px;
	}
	.top__contact-phone {
		font-size: 14px;
	}
	.top__contacts-hidden-wrap {
		width: 200px;
	}
	.top__contacts-links {
		font-size: 12px;
	}
	.top__contacts-hidden .btn {
		padding: 16px;
	}
}
@media(max-width: 1200px) {
	.top__address {
		max-width: 50%;
	}
	.top__line2 .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.top__navs {
		display: flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		max-width: 100%;
		min-width: 100%;
		order: 3;
		margin-top: 30px;
	}
	.top__catalog {
		margin-bottom: 0;
	}
	.top__catalog-link {
		font-size: 12px;
	}
	.top__menu-hidden-wrap {
		width: 200px;
	}
	.top__menu-hidden {
		padding: 10px;
	}
}
@media(max-width: 992px) {
	.top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 70px;
		z-index: 20;
	}
	.top__line1, .top__contacts, .top__navs {
		display: none;
	}
	.top__line2 {
		position: relative;
		background: #00249F;
	}
	.top__line2 .container {
		-webkit-align-items: center;
		        align-items: center;
		position: static;
		height: 70px;
		padding: 0 20px;
	}
	.top__line2 .container:before, .top__line2 .container:after {
		content: none;
	}
	.top__mob {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 70px;
		background: rgba(255, 255, 255, 0.05);
		text-align: center;
		color: #FFF !important;
		border-bottom: none;
	}
	.top__mob .material-icons {
		font-size: 25px;
		line-height: 70px;
	}
	.top__cart {
		background: none;
		box-shadow: none;
		border-bottom: none;
	}
	.top__cart-icn {
		display: inline !important;
		filter: brightness(0) invert(1);
	}
	.top__cart-full {
		display: none !important;
	}
}
@media(max-width: 850px) {
	.top__logo {
		margin-left: 70px;
	}
}


/* Header-slider */
.header-slider {
	position: relative;
}
.header-slider .container {
	padding-left: 115px;
}
.header-slide {
	height: 480px;
	padding-top: 125px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
}
.header-slide__title {
	max-width: 60%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 65px;
}
.header-slider .slick-arrow {
	position: absolute;
	bottom: 250px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #FFF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
	border-bottom: none;
	z-index: 2;
}
.header-slider .slick-arrow img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.header-slider .slick-prev {
	left: 180px;
}
.header-slider .slick-next {
	right: 180px;
}
.header-slider .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
}
.header-slider .slick-dots li {
	display: inline-block;
	font-size: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #7E86A5;
	margin: 0 8px;
	cursor: pointer;
}
.header-slider .slick-dots li button {
	opacity: 0;
}
.header-slider .slick-dots marker {
	display: none !important;
}
.header-slider .slick-dots .slick-active {
	background: #00249F;
	box-shadow: 0px 10px 14px rgba(0, 19, 88, 0.5);
}
@media(max-width: 1650px) {
	.header-slider .slick-prev {
		left: 20px;
	}
	.header-slider .slick-next {
		right: 20px;
	}
}
@media(max-width: 1450px) {
	.header-slider .container {
		padding-left: 20px;
	}
}
@media(max-width: 1200px) {
	.header-slider .slick-prev, .header-slider .slick-next {
		display: none !important;
	}
}
@media(max-width: 992px) {
	.header-slide {
		height: 350px;
		padding-top: 20px;
	}
	.header-slide__title {
		max-width: 80%;
		font-size: 30px;
		line-height: 35px;
	}
	.header-slider .slick-dots li {
		width: 10px;
		height: 10px;
	}
}
@media(max-width: 550px) {
	.header-slide {
		height: 300px;
	}
	.header-slide__title {
		max-width: 100%;
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}


/* Main-about */
.main-about {
	padding: 50px 0;
	margin-bottom: 60px;
	background: #FFF;
}
.main-about .container {
	display: flex;
}
.main-about__photo {
	max-width: 120px;
	min-width: 120px;
	margin-right: 80px;
}
.main-about__photo img {
	max-width: 100%;
}
.main-about__text {
	position: relative;
	padding-left: 90px;
}
.main-about__text-quote {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 100px;
	line-height: 90px;
	color: #FDA601;
	text-transform: uppercase;
}
@media(max-width: 992px) {
	.main-about {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.main-about__photo {
		margin-right: 30px;
	}
}
@media(max-width: 767px) {
	.main-about .container {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main-about__text {
		margin-top: 30px;
		padding-left: 50px;
	}
	.main-about__text-quote {
		font-size: 70px;
	}
}
@media(max-width: 550px) {
	.main-about__text {
		padding-left: 0;
	}
	.main-about__text-quote {
		display: none;
	}
}


/* News */
.news {
	margin-bottom: 80px;
}
.news__slider {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.news__slider .slick-arrow {
	display: inline-block;
	position: absolute;
	top: -70px;
	width: 50px;
	height: 50px;
	background: #00249F;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.news__slider .slick-arrow img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	filter: brightness(0) invert(1);
}
.news__slider .slick-prev {
	left: 320px;
}
.news__slider .slick-next {
	left: 390px;
}
.news__slide-wrap {
	padding: 0 20px;
}
.news__slide {
	position: relative;
	height: 340px;
	background-size: cover;
}
.news__slide-in {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 35px 40px;
	/*background: linear-gradient(0deg, rgba(0, 19, 88, 0.85), rgba(0, 19, 88, 0.85));*/
}
.news__slide-date {
	color: #66719B;
	margin-bottom: 20px;
}
.news__slide-title {
	font-family: 'Montserrat', sans-serif;
	color: #001358;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
}
.news__slide-hidden {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	height: 0;
	line-height: 20px;
	color: #FFF;
	overflow: hidden;
	transition: top linear 0.3s;
}
.news__slide-hidden a {
	display: inline-block;
	margin-top: 30px;
	color: #FFF;
}
.news__slide:hover .news__slide-hidden {
	top: 0;
	height: auto;
	background: linear-gradient(0deg, #002FBC, #002FBC);
	padding: 40px 40px;
	transition: top linear 0.3s;
}
@media(max-width: 1450px) {
	.news__slide-in {
		padding: 20px;
	}
	.news__slide:hover .news__slide-hidden {
		padding: 20px;
	}
	.news__slide-hidden {
		font-size: 12px;
	}
	.news__slide-hidden a {
		margin-top: 10px;
	}
}
@media(max-width: 1200px) {
	.news__slider .slick-next {
		right: 20px;
		left: auto;
	}
	.news__slider .slick-prev {
		left: auto;
		right: 90px;
	}
}
@media(max-width: 992px) {
	.news {
		margin-bottom: 20px;
	}
	.news__slide-title {
		font-size: 14px;
	}
	.news__slide {
		height: 300px;
	}
}


/* Callback */
.callback {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding: 45px 60px;
	background: #FFF;
	border: 6px solid #FDA601;
}
.callback__left {
	max-width: 26%;
	min-width: 26%;
}
.callback__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.callback__text {
	margin-bottom: 20px;
}
.callback-form {
	max-width: 70%;
	min-width: 70%;
}
.callback-form__line {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 25px;
}
.callback-form__field {
	max-width: 37%;
	min-width: 37%;
}
.callback-form__field-inp {
	font-family: 'Montserrat', sans-serif;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background: #F0F4FF;
	border: none;
	color: #606D9B;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
}
.callback-form__line .btn {
	margin-left: 10px;
}
@media(max-width: 1450px) {
	.callback {
		padding: 30px;
	}
	.callback-form__field {
		max-width: 35%;
		min-width: 35%;
	}
}
@media(max-width: 1200px) {
	.callback-form__field {
		font-size: 12px;
	}
}
@media(max-width: 992px) {
	.callback-form__line {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    margin-bottom: 10px;
	}
	.callback-form__field {
		max-width: 49%;
		min-width: 49%;
	}
	.callback-form__line .btn {
		margin-left: 0;
		margin-top: 10px;
	}
	.callback__text {
		margin-bottom: 40px;
	}
}
@media(max-width: 767px) {
	.callback {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    padding: 15px;
	}
	.callback__left {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.callback__text {
		margin-bottom: 10px;
	}
	.callback-form {
		max-width: 100%;
		min-width: 100%;
	}
}
@media(max-width: 550px) {
	.callback__title {
		font-size: 20px;
		line-height: 25px;
	}
	.callback-form__field {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 5px;
	}
	.callback-form .btn {
		width: 100%;
	}
}


/* Footer */
.footer {
	height: 1150px;
	margin-top: -1150px;
	background: #001358;
	padding: 60px 0 50px;
	color: rgba(255, 255, 255, 0.6);
}
.footer__menu {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #7897FF;
}
.footer__menu-col {
	max-width: 22%;
	min-width: 22%;
}
.footer__menu-item {
	margin-bottom: 40px;
}
.footer__menu-col .footer__menu-item:last-child {
	margin-bottom: 0;
}
.footer__menu-name {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer__menu-link-wrap {
	margin-bottom: 15px;
}
.footer__menu-link {
	color: #7897FF;
	border-bottom: 1px solid transparent;
}
.footer__menu-link:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.footer__info {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 65px;
}
.footer__address {
	max-width: 32%;
	min-width: 32%;
	position: relative;
	padding-left: 40px;
}
.footer__address-icn {
	position: absolute;
	top: 2px;
	left: 0;
}
.footer__address-item {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 26px;
	margin-bottom: 25px;
}
.footer__contacts {
	max-width: 30%;
	min-width: 30%;
}
.footer__contacts-phones {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 29px;
}
.footer__contacts-phone-nubmer {
	color: #FFF !important;
	border-bottom: none;
}
.footer__mail {
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
}
.footer__mail a {
	color: #FDA601;
}
.footer__info-in {
	position: relative;
	padding-left: 40px;
	max-width: 30%;
	min-width: 30%;
}
.footer__netkam-icn {
	position: absolute;
	top: 0;
	left: 0;
}
.footer__netkam {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 35px;
	color: rgba(255, 255, 255, 1);
}
.footer__netkam a {
	color: #FDA601;
}
.footer__cp {
	font-size: 16px;
	line-height: 22px;
}
.footer__text {
	font-size: 16px;
	line-height: 26px;
}
@media(max-width: 1450px) {
	.footer__menu {
		margin-bottom: 30px;
		padding-bottom: 50px;
	}
}
@media(max-width: 992px) {
	.footer {
		height: auto;
		margin-top: 0;
	}
	.footer__menu {
		display: none;
	}
	.footer__info {
		margin-bottom: 25px;
	}
	.footer__address-item {
		font-size: 14px;
	}
	.footer__contacts-phones {
		font-size: 14px;
	}
	.footer__mail {
		font-size: 14px;
	}
	.footer__netkam {
		font-size: 14px;
	}
	.footer__cp {
		font-size: 14px;
		color: #FFF;
	}
	.footer__text {
		font-size: 14px;
	}
}
@media(max-width: 767px) {
	.footer {
		padding: 40px 0;
	}
	.footer__address {
		display: none;
	}
	.footer__contacts {
		display: none;
	}
	.footer__info-in {
		max-width: 100%;
		min-width: 100%;
		padding-left: 30px;
	}
}


/* Title-block */
.title-block {
	margin-bottom: 80px;
}
.title-block h1 {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 19, 88, 0.2);
}
.path {
	position: relative;
	margin-bottom: 15px;
	color: #001358;
}
.path__home {
	position: absolute;
	top: -5px;
	left: -60px;
	border-bottom: none;
}
.path a {
	color: #001358;
}
.path__sep {
	padding: 0 10px;
}
@media(max-width: 1500px) {
	.path__home {
		left: -35px;
	}
}
@media(max-width: 1200px) {
	.path__home {
		position: relative;
		left: 0;
		top: 5px;
		margin-right: 7px;
	}
}
@media(max-width: 992px) {
	.path {
		display: none;
	}
	.title-block {
		margin-top: 20px;
		margin-bottom: 30px;
	}

}


/* Cols */
.cols {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 80px;
}
.lcol {
	max-width: 24%;
	min-width: 24%;
}
.rcol {
	max-width: 73%;
	min-width: 73%;
}
@media(max-width: 992px) {
	.cols {
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	    margin-bottom: 40px;
	}
	.lcol {
		max-width: 100%;
		min-width: 100%;
	}
	.rcol {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
	}
}

.lmenu {
	font-family: 'Montserrat', sans-serif;
	background: #001358;
	padding: 35px 40px;
}
.lmenu__item {
	margin-bottom: 25px;
}
.lmenu__item:last-child {
	margin-bottom: 0;
}
.lmenu__link {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: none;
}
.lmenu__link:hover, .lmenu__link:focus {
	color: #0047FF;
}
.lmenu__link--active {
	color: #FDA601 !important;
}
@media(max-width: 1450px) {
	.lmenu {
		padding: 30px;
	}
}
@media(max-width: 992px) {
	.lmenu {
		display: none;
	}
}


/* Appeal */
.appeal {
	display: flex;
	background: #FFF;
	padding: 80px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
	margin-bottom: 60px;
}
.appeal__photo {
	max-width: 120px;
	min-width: 120px;
	margin-right: 75px;
}
.appeal__info {
	position: relative;
	padding-left: 90px;
}
.appeal__quote {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 100px;
    line-height: 90px;
    color: #FDA601;
    text-transform: uppercase;
}
.appeal__sign {
	margin: 25px 0 20px;
}
.appeal__sign img {
	max-width: 100%;
}
@media(max-width: 1450px) {
	.appeal {
		padding: 30px;
	}
	.appeal__photo {
		margin-right: 40px;
	}
}
@media(max-width: 767px) {
	.appeal {
		display: block;
		padding: 20px;
		margin-bottom: 30px;
	}
	.appeal__photo {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.appeal__info {
		max-width: 100%;
		min-width: 100%;
		padding-left: 50px;
	}
	.appeal__quote {
		font-size: 50px;
	}
}
@media(max-width: 550px) {
	.appeal__quote {
		display: none;
	}
	.appeal__info {
		padding-left: 0;
	}
}


/* Contacts */
.contacts__item {
	margin-bottom: 80px;
}
.contacts__item:last-child {
	margin-bottom: 0;
}
.contacts__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.contacts__item-address {
	line-height: 22px;
	margin-bottom: 50px;
}
.contacts__map {
	height: 500px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}


/* Sales */
.sales {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.sales__item {
	display: flex;
	max-width: 48%;
	min-width: 48%;
	padding: 40px;
	background: #FFF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
	margin-bottom: 4%;
}
.sales__item-photo {
	max-width: 70px;
	min-width: 70px;
	height: 90px;
	background-size: cover;
	/*background-image: url(/assets/img/nophoto.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 40px;
}
.sales__item-flag {
	width: 32px;
	margin-bottom: 25px;
}
.sales__item-flag img {
	max-width: 100%;
}
.sales__item-about {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.sales__item-name {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sales__item-post {
	font-size: 16px;
	line-height: 22px;
}
.sales__item-contacts {
	line-height: 22px;
}
@media(max-width: 1450px) {
	.sales__item {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.sales__item {
		padding: 20px;
	}
	.sales__item-photo {
		margin-bottom: 20px;
	}
}
@media(max-width: 992px) {
	.sales__item-name {
		font-size: 20px;
		line-height: 25px;
	}
}
@media(max-width: 650px) {
	.sales__item {
		max-width: 100%;
		min-width: 100%;
	}
}


/* Fillials */
.fillials {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.fillials__item {
	max-width: 48%;
	min-width: 48%;
	margin-bottom: 4%;
	padding: 40px;
	background: #FFF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.fillials__item-flag {
	width: 32px;
	margin-bottom: 25px;
}
.fillials__item-flag img {
	max-width: 100%;
}
.fillials__item-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.fillials__item-address {
	line-height: 22px;
}
.fillials__item-contacts {
	margin-top: 25px;
	line-height: 22px;
}
@media(max-width: 1450px) {
	.fillials__item {
		padding: 20px;
	}
}
@media(max-width: 992px) {
	.fillials__item-name {
		font-size: 20px;
		line-height: 25px;
	}
}
@media(max-width: 650px) {
	.fillials__item {
		max-width: 100%;
		min-width: 100%;
	}
}


/* Order */
.order__total {
	background: #FFF;
	padding: 40px 30px;
	margin-bottom: 20px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.order__total-line {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	color: #66719B;
	margin-bottom: 15px;
}
.order__total-sum {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #001358;
}
.order__total-sum--red {
	color: #991B1B;
}
.order__total-result {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 25px;
	margin-bottom: 35px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 19, 88, 0.2);
	font-weight: bold;
}
.order__total-result-sum {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
.order {
	background: #FFF;
	padding: 50px 60px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.form {
	font-family: 'Montserrat', sans-serif;
}
.form__cols {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.form__col {
	max-width: 48%;
	min-width: 48%;
}
.form__field {
	margin-bottom: 20px;
}
.js-select .select2-container {
	font-family: 'Montserrat', sans-serif;
	width: 100% !important;
}
.js-select .select2-container--default .select2-selection--single {
	background: #F0F4FF;
	border: none;
	border-radius: 0;
}
.js-select .select2-container .select2-selection--single {
	height: 50px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
}
.js-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #001358;
	line-height: 50px;
}
.js-select .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-right: 50px;
}
.js-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	top: 0;
	right: 0;
	width: 50px;
}
.js-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #001358 transparent transparent transparent;
}
.js-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #001358 transparent;
}
.js-select .select2-selection__placeholder {
	color: #606D9B;
}
.form__field-textarea {
	display: block;
	width: 100%;
	height: 120px;
	min-height: 120px;
	padding: 15px 20px;
	background: #F0F4FF;
	border: none;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
	resize: vertical;
}
.form__item {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid rgba(0, 19, 88, 0.2);
}

.form__item--hidden {
	display: none;
}

.form__item-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.form__field {
	position: relative;
	z-index: 5;
}
.form__field-inp {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background: #F0F4FF;
	border: none;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
}
.form__field-line {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.form__field-line--left {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.form__field-line .form__field {
	max-width: 48%;
	min-width: 48%;
}
.form__address-text {
	line-height: 22px;
	margin-bottom: 40px;
}
.form__address-map {
	height: 500px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
@media(max-width: 1450px) {
	.order__total {
		padding: 20px;
	}
	.order {
		padding: 30px;
	}
	.form__field-inp {
		font-size: 13px;
		padding: 0 10px;
	}
	.js-select .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 10px;
	}
	.form__field-textarea {
		padding: 15px 10px;
	}
}
@media(max-width: 650px) {
	.form__field-inp {
		box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.15);
	}
	.order {
		padding: 15px;	
	}
	.form__cols {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;	
	}
	.form__col {
		max-width: 100%;
		min-width: 100%;
	}
	.form__field-line {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.form__field-line .form__field {
		max-width: 100%;
		min-width: 100%;
	}
	.js-select .select2-container .select2-selection--single {
		box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.15);
	}
	.form__field-textarea {
		box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.15);
	}
}


/* Cats */
.cats {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.cats__item {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
	height: 260px;
	max-width: 31%;
	min-width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	background: #FFF;
	padding: 60px 40px 40px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.cats__item:nth-child(3n) {
	margin-right: 0;
}
.cats__item-name {
	display: flex;
	height: 110px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}
.cats__item-name-in {
	display: flex;
	margin: auto;
}
.cats-menu-wrap {
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.cats-menu__title {
	position: absolute;
	top: -50px;
	font-weight: bold;
	font-size: 18px;
	color: #606D9B;
}
.cats-menu {
	padding: 30px 40px;
	background: #001358;
}
.cats-menu__header {
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	margin-bottom: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all linear 0.2s;
}
.cats-menu__header .material-icons {
	position: relative;
	top: -2px;
	margin-left: 5px;
	transition: all linear 0.2s;
}
.cats-menu__hidden {
	display: none;
	margin-bottom: 30px;
}
.cats-menu__hidden-item {
	margin-bottom: 15px;
}
.cats-menu__hidden-link {
	color: #7897FF;
	border-bottom: 1px solid transparent;
}
.cats-menu__hidden-link:hover, .cats-menu__hidden-link--active {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.cats-menu__item--open .cats-menu__hidden {
	display: block;
}
.cats-menu__item--open .cats-menu__header .material-icons {
	transform: rotate(180deg);
	color: #FFF;
}
.cats-menu__item--open .cats-menu__header {
	color: #FDA601;
}
@media(max-width: 1450px) {
	.cats-menu {
		padding: 30px;
	}
	.cats {
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.cats__item {
		max-width: 48%;
		min-width: 48%;
		margin-right: 0;
	}
}
@media(max-width: 992px) {
	.cats-menu-wrap {
		display: none;
	}
}
@media(max-width: 550px) {
	.cats__item {
		max-width: 100%;
		min-width: 100%;
	}
}


/* Catalog */
.catalog {
	position: relative;
}
.catalog__top {
	position: absolute;
	top: -50px;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.catalog__sort {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
}
.catalog__sort-name {
	color: rgba(0, 19, 88, 0.6);
}
.catalog__sort-item {
	color: #001358;
	margin-left: 25px;
	border-bottom: none;
}
.catalog__sort-item--active {
	color: #0047FF;
}
.catalog__view {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
}
.catalog__view-item {
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	border-bottom: none;
}
.catalog__view-item--active svg path {
	fill: #0047FF;
}
.catalog__bottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
.pagination {
	font-family: 'Montserrat', sans-serif;
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
}
.pagination__item {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #FFF;
	color: #001358;
	border-bottom: none;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.pagination__item--active {
	background: #00249F;
	color: #FFF !important;
}
.pagination__arr {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-bottom: none;
	background: #FFF;
}
.pagination__arr:first-child {
	margin-right: 20px;
}
.pagination__arr:last-child {
	margin-left: 20px;
}
.pagination__arr img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.catalog__quantity {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
}
.catalog__quantity-item {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #FFF;
	color: #001358;
	border-bottom: none;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.catalog__quantity-item--active {
	background: #00249F;
	color: #FFF !important;
}
.catalog__list {
	margin-bottom: 35px;
}
.catalog__item {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding: 23px 30px 23px 20px;
	background: #FFF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
	margin-bottom: 10px;
}
.catalog__item-left {
	display: inline-flex;
	-webkit-align-items: center;
	        align-items: center;
	max-width: 60%;
	min-width: 60%;
    flex: 1;
}
.catalog__item-img {
	max-width: 64px;
	min-width: 64px;
	height: 64px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: none;
	margin-right: 25px;
}
.catalog__item-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #001358;
	text-transform: uppercase;
	line-height: 20px;
}
.catalog__item-info-line {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 10px;
}
.catalog__item-have {
	display: inline-block;
	padding: 4px 9px;
	background: #1B9928;
	color: #FFF;
	margin-right: 15px;
}
.catalog__item-have--red {
	background: #991B1B;
}
.catalog__item-article {
	color: rgba(0, 19, 88, 0.6);
}
.catalog__item-right {
	display: flex;
    flex: 1;
    justify-content: space-between;
}
.catalog__item-price {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #001358;
	margin-right: 50px;
    text-align: right;
}
.catalog__item-price-old {
	font-size: 14px;
	color: #991B1B;
	text-decoration: line-through;
	margin-top: 8px;
}
.catalog__item-buy {
	display: flex;
}
.catalog__item-buy-cart {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #FDA601;
	border-bottom: none;
	transition: all linear 0.2s;
}
.catalog__item-buy-cart img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all linear 0.2s;
}
.catalog__item-buy-cart:hover {
	background: #00249F;
}
.catalog__item-buy-cart:hover img {
	filter: brightness(0) invert(1);
}
.catalog__item-del {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #D3DFFF;
	border-bottom: none;
	transition: all linear 0.2s;
}
.catalog__item-del img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all linear 0.2s;
}
.catalog__item-del:hover {
	background: #00249F;
}
.catalog__item-del:hover img {
	filter: brightness(0) invert(1);
}

.catalog__l-item {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background: #FFF;
	padding: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.catalog__l-item-img {
	display: inline-block;
	max-width: 160px;
	min-width: 160px;
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: none;
}
.catalog__l-item-info {
	display: inline-flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
            
            width: 500px;
}
.catalog__l-item-name {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #001358;
    text-transform: uppercase;
    line-height: 25px;
}
.catalog__l-item-info-line {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-top: 15px;
}
.catalog__l-item-maker {
	font-family: 'Montserrat', sans-serif;
	padding: 5px 15px;
	background: #D3DFFF;
	color: #606D9B;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}
.catalog__l-item-have {
	display: inline-block;
    padding: 5px 10px;
    background: #1B9928;
    color: #FFF;
    margin-right: 15px;
}
.catalog__l-item-have--red {
	background: #991B1B;
}
.catalog__l-item-article {
	color: rgba(0, 19, 88, 0.6);
}
.catalog__l-item-info-bottom {
	color: rgba(0, 19, 88, 0.6);
	line-height: 20px;
}
.catalog__l-item-right {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.catalog__l-item-price {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #001358;
}
.catalog__l-item-price-old {
	font-size: 14px;
    color: #991B1B;
    text-decoration: line-through;
    margin-top: 10px;
}
.catalog__l-item-right .counter {
	margin: 10px 0;
}
@media(max-width: 1450px) {
	.catalog__item {
		padding: 20px;
	}
	.catalog__item-img {
		margin-right: 10px;
	}
	.catalog__item-price {
		font-size: 14px;
		margin-right: 20px;
	}

	.catalog__l-item {
		padding: 20px;
	}
	.catalog__l-item-img {
		max-width: 120px;
		min-width: 120px;
		height: 120px;
	}
	.catalog__l-item-name {
		font-size: 14px;
	}
	.catalog__l-item-buy .btn {
		font-size: 12px;
		padding: 10px 60px 10px 10px;
	}

	.catalog__sort {
		font-size: 12px;
	}
	.catalog__l-item-right .counter {
		width: 100%;
	}
}
@media(max-width: 992px) {
	.catalog__top {
		position: static;
		margin-bottom: 20px;
	}
	.catalog__view {
		display: none;
	}
	.catalog__sort-name {
		display: none;
	}
	.catalog__sort-item {
		margin-left: 0;
		margin-right: 10px;
	}

	.catalog__item-price {
		margin-right: 10px;
	}
}
@media(max-width: 767px) {
	.catalog__item {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.catalog__item-left {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.catalog__item-right {
		max-width: 100%;
		min-width: 100%;
		padding-left: 10px;
	}
	.catalog__item-price {
		margin-right: 30px;
	}
}
@media(max-width: 550px) {
	.catalog__sort {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.catalog__sort-item {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.catalog__item-right {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.catalog__item-price {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.catalog__item-have {
		font-size: 12px;
		padding: 4px;
	}
}



/* Good */
.good {
	position: relative;
	margin-bottom: 60px;
}
.good h1 {
	position: absolute;
	top: -50px;
}
.good__cols {
	display: flex;
	margin-bottom: 60px;
}
.good__img {
	max-width: 320px;
	min-width: 320px;
	padding: 30px;
	background: #FFF;
	margin-right: 40px;
}
.good__img-in {
	position: relative;
	display: block;
	width: 100%;
	height: 260px;
	background-size: cover;
	border-bottom: none;
}
.good__img-in .material-icons {
	position: absolute;
	bottom: -10px;
	right: -10px;
}
.good__info {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.good__characters table td{
	padding-bottom: 20px;
	color: #001358;
}
.good__characters table tr td:first-child {
	padding-right: 80px;
	color: rgba(0, 19, 88, 0.6);
}
.good__characters-maker {
	font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    background: #D3DFFF;
    color: #606D9B;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}
.good__characters-all {
	border-bottom: 1px dashed;
}
.good__info-bottom-line {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 15px;
}
.good__info-price {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #001358;
    margin-right: 30px;
}
.good__info-price-old {
	font-size: 14px;
    color: #991B1B;
    text-decoration: line-through;
    margin-top: 5px;
}
.good__info-have {
	display: inline-block;
    padding: 5px 10px;
    background: #1B9928;
    color: #FFF;
    margin-right: 15px;
}
.good__info-buy {
	display: flex;
}
.good__info-buy .counter {
	background: #FFF;
}
.good__info-buy .btn {
	width: 225px;
}
@media(max-width: 1450px) {
	.good__info-buy .btn {
		width: auto;
	}
}
@media(max-width: 992px) {
	.good h1 {
		position: static;
	}
}
@media(max-width: 767px) {
	.good__img {
		margin-right: 20px;
	}
	.good__info-buy {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.good__info-buy .counter {
		width: 100%;
	}
	.good__info-buy .counter .counter__value {
		width: 100%;
	}
	.good__characters table tr td:first-child {
		padding-right: 30px;
	}
}
@media(max-width: 660px) {
	.good__cols {
		display: block;
		margin-bottom: 30px;
	}
	.good__img {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.good__characters {
		margin-bottom: 20px;
	}
	.good__info-buy {
		display: flex;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.good__info-buy .counter {
		width: 126px;
	}
	.good__info-buy .counter .counter__value {
		width: 36px;
	}
}


/* Tabs */
.tabs {
	padding: 30px 40px;
	background: #FFF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.tabs__item {
	display: none;
}
.tabs__item--active {
	display: block;
}
.tabs__item img {
	max-width: 100%;
}
.tabs__btns {
	margin-bottom: 30px;
}
.tabs__btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #0047FF;
	border-bottom: 1px dashed;
	margin-right: 45px;
}
.tabs__btn--active {
	color: #001358;
	border-bottom: 1px dashed transparent;
}
@media(max-width: 1450px) {
	.tabs {
		padding: 30px;
	}
}
@media(max-width: 767px) {
	.tabs__btn {
		margin-right: 20px;
		font-size: 16px;
		white-space: nowrap;
	}
}
@media(max-width: 550px) {
	.tabs {
		padding: 20px;
	}
	.tabs__btns {
		margin-bottom: 20px;
	}
	.tabs__btn {
		display: inline-block;
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
}


.analogues__more {
	display: inline-block;
	margin-top: 20px;
	border-bottom: 1px dashed;
}

.fast {
	background: #FFFFFF;
	border: 6px solid #FDA601;
	background: #FFF;
	padding: 40px 30px 50px;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.fast__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.fast .form__field {
	margin-bottom: 10px;
}
.fast .btn {
	margin-top: 40px;
}
@media(max-width: 1450px) {
	.fast {
		padding: 20px;
	}
}


/* Modal */
.arcticmodal-overlay {
	background-color: rgb(0, 19, 88) !important;
	opacity: 0.7 !important;
}
.modal {
	position: relative;
	width: 774px;
	padding: 45px 60px 50px 50px;
	background: #F0F4FF;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.3);
}
.arcticmodal-close {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #FDA601;
	color: #001358;
	text-align: center;
}
.arcticmodal-close i {
	font-size: 25px;
	line-height: 60px;
}
.modal__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #001358;
	margin-bottom: 10px;
}
.modal__text {
	margin-bottom: 28px;
}
.modal .form__field-inp {
	background: #FFF;
}
.form__field-line .form__text {
	margin-left: 30px;
}

.modal--menu {
	width: 1520px;
	background: #FFF;
}
.modal__menu {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.modal__menu-col {
	max-width: 22%;
	min-width: 22%;
}
.modal__menu-item {
	margin-bottom: 40px;
}
.modal__menu-col .footer__menu-item:last-child {
	margin-bottom: 0;
}
.modal__menu-name {
	font-family: 'Montserrat', sans-serif;
	color: #001358;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.modal__menu-link-wrap {
	margin-bottom: 15px;
}
.modal__menu-link {
	color: #606D9B;
	border-bottom: 1px solid transparent;
}
.modal__menu-link:hover {
	color: #0047FF;
	border-bottom: 1px solid #0047FF;
}
@media(max-width: 1600px) {
	.modal--menu {
		width: 1400px;
	}
}
@media(max-width: 1450px) {
	.modal--menu {
		width: 1100px;
	}
}
@media(max-width: 1200px) {
	.modal--menu {
		width: 950px;
	}
}
@media(max-width: 992px) {
	.arcticmodal-container_i2 {
		width: 100%;
		padding: 25px 0;
	}
	.modal {
		width: 100%;
	}
	.form__field-line--left {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.form__field-line--left  .btn {
		width: 100%;
		margin-bottom: 10px;
	}
	.form__field-line .form__text {
		margin-left: 0;
	}
}
@media(max-width: 767px) {
	.modal {
		padding: 45px 30px 30px 30px;
	}
	.arcticmodal-close {
		width: 40px;
		height: 40px;
	}
	.arcticmodal-close i {
		line-height: 40px;
	}
	.modal__title {
		font-size: 20px;
	}
}

.news__list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.news__item {
	max-width: 23.5%;
	min-width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-bottom: none;
	box-shadow: 0px 29px 40px rgba(0, 19, 88, 0.1);
}
.news__item:nth-child(4n) {
	margin-right: 0;
}
.news__item-img {
	display: inline-block;
	width: 100%;
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.news__item-info {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	min-height: 130px;
	background: #FFF;
	padding: 20px 30px;
}
.news__item-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #001358;
}
.news__item:hover .news__item-name, .news__item:focus .news__item-name {
	color: #00249F;
}
.news__item-date {
	font-size: 12px;
	color: rgba(0, 19, 88, 0.6);
	margin-top: 5px;
}
.news__bottom {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
}
@media(max-width: 992px) {
	.news__item {
		max-width: 32%;
		min-width: 32%;
		margin-right: 2%;
	}
	.news__item:nth-child(4n) {
		margin-right: 2%;
	}
	.news__item:nth-child(3n) {
		margin-right: 0;
	}
	.news__item-info {
		padding: 15px;
	}
}
@media(max-width: 650px) {
	.news__list {
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.news__item {
		max-width: 49%;
		min-width: 49%;
		margin-right: 0;
	}
}
@media(max-width: 500px) {
	.news__item {
		max-width: 100%;
		min-width: 100%;
	}
}

.p-new {
	margin-bottom: 80px;
}
.p-new .h1 {
	margin-bottom: 5px;
}
.p-new__date {
	font-size: 12px;
	color: rgba(0, 19, 88, 0.6);
	margin-bottom: 20px;
}
.p-new__cols {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.p-new__img {
	max-width: 49%;
	min-width: 49%;
	height: 455px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.p-new__info {
	max-width: 49%;
	min-width: 49px;
}
@media(max-width: 767px) {
	.p-new {
		margin-bottom: 30px;
	}
	.p-new__cols {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.p-new__img {
		max-width: 100%;
		min-width: 100%;
		height: 300px;
		background-position: center center;
		margin-bottom: 20px;
	}
	.p-new__info {
		max-width: 100%;
		min-width: 100%;
	}
}

.title-block--s {
	margin-bottom: 25px;
}
.title-block--s .path {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 19, 88, 0.2);
}
.title-block--s h1 {
	display: none;
}

.s-content ol {
	padding: 0;
	padding-left: 15px;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.top__search {
	position: relative;
	z-index: 10;
}
.top__search-in {
	display: none;
}
.top__search--open .top__search-in {
	display: block;
	position: absolute;
	top: -11px;
	right: 0;
	height: 48px;
	width: 410px;
	background: #FFF;
	box-shadow: 0px 10px 14px rgba(0, 19, 88, 0.5);
}
.top__search-inp {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 65px;
	border: none;
}
.top__search-close {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 48px;
	background: #FDA601;
	text-align: center;
	z-index: 2;
	border-bottom: none;
}
.top__search-close .material-icons {
	color: #001358;
	line-height: 48px;
}
.top__search-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 48px;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}

@media(max-width: 500px) {
	.top__search--open .top__search-in {
		width: 220px;
	}
	.top__search-inp {
		padding: 0 55px;
	}
}

.result {
    position: relative;
    padding: 20px 0 0 20px;
}

.result.alert {
    font-size: 14px;
    line-height: 1.5;
}

.result.alert--danger:before {
    content: '*';
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 5px;
}

.alert--danger {
    color: firebrick;
}

.alert-success {
    color: limegreen;
}

.result.alert-success:before {
    content: '';
}

.arcticmodal-close {
    cursor: pointer;
}

.filter input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

label {
	cursor: pointer;
}

.p-good__buy .in-cart {
	text-align: center;
	padding: 10px 0;
}

.form__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form__row .form__field {
	max-width: 48%;
	flex: 1;
}

.modal--geo-modal .cities__list {
	columns: 2;
}

.modal--geo-modal .cities__list .cities__item a {
	display: inline-block;
	padding: 10px 0 3px 0;
}
@media(max-width: 650px) {
	.form__row {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.form__row .form__field {
		max-width: 100%;
		min-width: 100%;
	}
}
@media(max-width: 550px) {
	.modal--geo-modal .cities__list {
		columns: 1;
	}
}


.nc_row img {
	max-width: 100%;
}
@media(max-width: 767px) {
	.example_video_1 {
		width: 100% !important;
	}
}


/* Mob-menu */
.mob-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -110%;
	width: 100%;
	background: #001358;
	color: #FFF;
	font-size: 16px;
	z-index: 50;
	transition: all linear 0.3s;
}
.mob-menu--open {
	left: 0;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
}
.mob-menu__top {
	position: relative;
	height: 70px;
	background: #00249F;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 70px;
}
.mob-menu__close {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70px;
	background: rgba(255, 255, 255, 0.05);
	text-align: center;
	color: #FFF !important;
	border-bottom: none;
}
.mob-menu__close .material-icons {
	font-size: 24px;
	line-height: 70px;
}
.mob-menu__info {
	padding: 35px 20px;
	background: #FFF;
	color: rgba(0, 19, 88, 0.6);
}
.mob-menu__city {
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
}
.mob-menu__city svg {
	position: absolute;
	top: 1px;
	left: 0;
}
.mob-menu__city-in {
	margin-bottom: 5px;
}
.mob-menu__city-choice {
	font-size: 12px;
	border-bottom: 1px dashed;
}
.mob-menu__address {
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
}
.mob-menu__address-icn {
	position: absolute;
	top: 1px;
	left: 0;
}
.mob-menu__contacts-phones {
	font-weight: bold;
	font-size: 18px;
	line-height: 29px;
	color: #001358;
	margin-bottom: 15px;
}
.mob-menu__contacts-phone-nubmer {
	color: #001358;
	border-bottom: none;
}
.mob-menu__mail {
	font-weight: bold;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 35px;
}
.mob-menu__mail a {
	color: #FDA601;
}
.mob-menu__bottom {
	padding: 50px 20px;
}
.mob-menu__netkam {
	position: relative;
	padding-left: 35px;
    line-height: 22px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 1);
}
.mob-menu__netkam-icn {
	position: absolute;
	top: 0;
	left: 0;
}
.mob-menu__netkam a {
	color: #FDA601;
}
.mob-menu__cp {
	padding-left: 35px;
	margin-bottom: 40px;
}
.mob-menu__text {
	line-height: 26px;
	color: rgba(255, 255, 255, 0.6);
}
.mob-menu__cats-wrap {
	padding: 20px 40px;
}
.mob-menu__cats-header {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all linear 0.2s;
}
.mob-menu__cats-item--open .mob-menu__cats-header {
    color: #FDA601;
}
.mob-menu__cats-hidden {
    display: none;
    margin-bottom: 30px;
}
.mob-menu__cats-item--open .mob-menu__cats-hidden {
    display: block;
}
.mob-menu__cats-hidden-item {
	margin-bottom: 15px;
}
.mob-menu__cats-hidden-link {
	color: #7897FF;
    border-bottom: 1px solid transparent;
}
.mob-menu__cats-hidden-link:hover, .mob-menu__cats-hidden-link--active {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.mob-menu__cats-header .material-icons {
	position: relative;
    top: -2px;
    margin-left: 5px;
    transition: all linear 0.2s;
}
.mob-menu__cats-item--open .mob-menu__cats-header .material-icons {
    transform: rotate(180deg);
    color: #FFF;
}
.mob-nav {
	padding: 30px 40px;
	background: #F0F4FF;
}
.mob-nav__in {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 15px;
}
.mob-nav__in .material-icons {
	color: #001358;
	margin-left: 10px;
	cursor: pointer;
}
.mob-nav__link {
	border-bottom: none;
}
.mob-nav__link {
	color: #001358;
	border-bottom: none;
}
.mob-nav__hidden-wrap {
	display: none;
}
.mob-nav__item--active .mob-nav__hidden-wrap {
	display: block;
}
.mob-nav__hidden-item {
	margin-bottom: 15px;
	padding-left: 20px;
}
.mob-nav__hidden-link {
	position: relative;
	padding-left: 25px;
	border-bottom: none;
	color: #001358;
	font-size: 14px;
}
.mob-nav__hidden-link:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 1px;
	background: #001358;
}
.mob-nav__hidden-item--active .mob-nav__hidden-link {
	color: #FDA601;
}
.mob-nav__item--open .mob-nav__hidden-wrap {
	display: block;
}
.mob-nav__item--open .mob-nav__in .material-icons {
	transform: rotate(180deg);
	color: #FDA601;
}



.overflowTable {
	overflow-x: auto;
}
.imgphot img {
	max-width: 100%;
}
.imgphot a {
	border-bottom: none;
}
.imgphot h2 {
	margin-top: 10px;
}


/* Add file */
.add-file {
    display: inline-block;
    height: 26px;
    margin-bottom: 10px;
}
.add-file--uploaded .add-file__text {
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.add-file--uploaded .material-icons {
    z-index: 20;
    color: firebrick;
    cursor: pointer;
}
.add-file__in {
    position: relative;
    padding: 2px 0 3px 30px;
    border-bottom: none;
    overflow: hidden;
    cursor: pointer;
}
.add-file .material-icons {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    color: #00249F;
    font-size: 18px;
}
.add-file__text {
    display: inline-block;
    min-height: 21px;
    border-bottom: 1px dashed;
    color: #00249F;
    font-size: 14px;
    line-height: 20px;
}
.add-file__input {
    position: absolute;
    left: -200px;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    width: 400px;
    outline: 0;
    cursor: pointer;
}

.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;
    }
}