@charset "UTF-8";
.mobile{
	display: none;
}
	.banner__item img{
		display: none;
	}
.bottom-menu .container,.overflow-hidden
{
	overflow: hidden;
}
.loader:after,.roller:before
{
	border-radius: 50%;
	content: "";
	display: block;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.page__section--leftside .title .icon-title
{
	float: left;
}
.table,label
{
	max-width: 100%;
}
*,.container,.content__item,.diamond__title,.navXS .navXS__head,.page__section,:after,:before
{
	box-sizing: border-box;
}
.banner__item,.events-diamond__area
{
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
}
@font-face
{
	font-family: PFDinTextCondPro-Regular;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/regular/PFDinTextCondPro-Regular.eot);
	src: url(../fonts/regular/PFDinTextCondPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/regular/PFDinTextCondPro-Regular.woff2) format("woff2"),url(../fonts/regular/PFDinTextCondPro-Regular.woff) format("woff"),url(../fonts/regular/PFDinTextCondPro-Regular.ttf) format("truetype"),url('../fonts/regular/PFDinTextCondPro-Regular.svg#o Regular') format("svg");
	unicode-range: U+0020-04D9;
}
@font-face
{
	font-family: PFDinTextCondPro-Light;
	font-stretch: normal;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/light/PFDinTextCondPro-Light.eot);
	src: url(../fonts/light/PFDinTextCondPro-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/light/PFDinTextCondPro-Light.woff2) format("woff2"),url(../fonts/light/PFDinTextCondPro-Light.woff) format("woff"),url(../fonts/light/PFDinTextCondPro-Light.ttf) format("truetype"),url('../fonts/light/PFDinTextCondPro-Light.svg#o Light') format("svg");
	unicode-range: U+0020-04D9;
}
@font-face
{
	font-family: PFDinTextCondPro-Medium;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/medium/PFDinTextCondPro-Medium.eot);
	src: url(../fonts/medium/PFDinTextCondPro-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/medium/PFDinTextCondPro-Medium.woff2) format("woff2"),url(../fonts/medium/PFDinTextCondPro-Medium.woff) format("woff"),url(../fonts/medium/PFDinTextCondPro-Medium.ttf) format("truetype"),url('../fonts/medium/PFDinTextCondPro-Medium.svg#o Medium') format("svg");
	unicode-range: U+0020-04D9;
}
a
{
	text-decoration: none;
}
:focus
{
	outline: 0;
}
h1,h2,h3,h4,h5,h6,p
{
	margin: 0;
	padding: 0;
}
.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.no-padding
{
	padding: 0;
}
.page__section--leftside .title
{
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 10px;
}
.small
{
	font-size: 75%;
}
.big
{
	font-size: 125%!important;
}
.container--overflow
{
	overflow-x: hidden;
}
.fukol-grid
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-wrap: wrap;
	margin: -.5em;
	ms-flex-wrap: wrap;
}
.fukol-grid>*
{
	background: #222;
	color: #fff;
	flex: 1 0 5em;
	margin: .5em;
	ms-flex: 1 0 5em;
	padding: 1em;
	text-align: center;
	webkit-box-flex: 1;
}
caption,th
{
	text-align: left;
}
@-webkit-keyframes big-offer-span
{
	0%
	{
		width: 0;
	}
	100%,90%
	{
		width: 100%;
	}
}
@-webkit-keyframes big-offer-span2
{
	0%,90%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
@-webkit-keyframes showAnimation
{
	0%
	{
		transform: scaleY(.1);
		webkit-transform: scaleY(.1);
	}
	40%
	{
		transform: scaleY(1.04);
		webkit-transform: scaleY(1.04);
	}
	60%
	{
		transform: scaleY(.98);
		webkit-transform: scaleY(.98);
	}
	80%
	{
		transform: scaleY(1.02);
		webkit-transform: scaleY(1.02);
	}
	100%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
}
@keyframes showAnimation
{
	0%
	{
		transform: scaleY(.1);
		webkit-transform: scaleY(.1);
	}
	40%
	{
		transform: scaleY(1.04);
		webkit-transform: scaleY(1.04);
	}
	60%
	{
		transform: scaleY(.98);
		webkit-transform: scaleY(.98);
	}
	80%
	{
		transform: scaleY(1.02);
		webkit-transform: scaleY(1.02);
	}
	100%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
}
@-webkit-keyframes hideAnimation
{
	0%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
	60%
	{
		transform: scaleY(.98);
		webkit-transform: scaleY(.98);
	}
	80%
	{
		transform: scaleY(1.02);
		webkit-transform: scaleY(1.02);
	}
	100%
	{
		transform: scaleY(0);
		webkit-transform: scaleY(0);
	}
}
@keyframes hideAnimation
{
	0%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
	60%
	{
		transform: scaleY(.98);
		webkit-transform: scaleY(.98);
	}
	80%
	{
		transform: scaleY(1.02);
		webkit-transform: scaleY(1.02);
	}
	100%
	{
		transform: scaleY(0);
		webkit-transform: scaleY(0);
	}
}
@-webkit-keyframes hideBox
{
	0%
	{
		transform: scale(1) translateY(0) rotateX(0);
		webkit-transform: scale(1) translateY(0) rotateX(0);
	}
	40%
	{
		transform: scale(.8) translateY(0) rotateX(0);
		webkit-transform: scale(.8) translateY(0) rotateX(0);
	}
	60%
	{
		opacity: 1;
		transform: scale(.8) translateY(20px) rotateX(0);
		webkit-transform: scale(.8) translateY(20px) rotateX(0);
	}
	100%
	{
		opacity: 0;
		transform: scale(.8) translateY(100%) rotateX(0);
		webkit-transform: scale(.8) translateY(100%) rotateX(0);
	}
}
@keyframes hideBox
{
	0%
	{
		transform: scale(1) translateY(0) rotateX(0);
		webkit-transform: scale(1) translateY(0) rotateX(0);
	}
	40%
	{
		transform: scale(.8) translateY(0) rotateX(0);
		webkit-transform: scale(.8) translateY(0) rotateX(0);
	}
	60%
	{
		opacity: 1;
		transform: scale(.8) translateY(20px) rotateX(0);
		webkit-transform: scale(.8) translateY(20px) rotateX(0);
	}
	100%
	{
		opacity: 0;
		transform: scale(.8) translateY(100%) rotateX(0);
		webkit-transform: scale(.8) translateY(100%) rotateX(0);
	}
}
@-webkit-keyframes showBox
{
	0%
	{
		opacity: 0;
		transform: scale(.8) translateY(100%) rotateX(0);
		webkit-transform: scale(.8) translateY(100%) rotateX(0);
	}
	40%
	{
		transform: scale(.8) translateY(20px) rotateX(0);
		webkit-transform: scale(.8) translateY(20px) rotateX(0);
	}
	60%
	{
		transform: scale(.8) translateY(0) rotateX(0);
		webkit-transform: scale(.8) translateY(0) rotateX(0);
	}
	100%
	{
		opacity: 1;
		transform: scale(1) translateY(0) rotateX(0);
		webkit-transform: scale(1) translateY(0) rotateX(0);
	}
}
@keyframes showBox
{
	0%
	{
		opacity: 0;
		transform: scale(.8) translateY(100%) rotateX(0);
		webkit-transform: scale(.8) translateY(100%) rotateX(0);
	}
	40%
	{
		transform: scale(.8) translateY(20px) rotateX(0);
		webkit-transform: scale(.8) translateY(20px) rotateX(0);
	}
	60%
	{
		transform: scale(.8) translateY(0) rotateX(0);
		webkit-transform: scale(.8) translateY(0) rotateX(0);
	}
	100%
	{
		opacity: 1;
		transform: scale(1) translateY(0) rotateX(0);
		webkit-transform: scale(1) translateY(0) rotateX(0);
	}
}
@-webkit-keyframes showSearch
{
	0%
	{
		transform: translateY(0) perspective(600px) rotateX(-90deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
	}
	40%,80%
	{
		transform: translateY(0) perspective(600px) rotateX(15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(15deg);
	}
	60%
	{
		transform: translateY(0) perspective(600px) rotateX(-15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-15deg);
	}
	100%
	{
		transform: translateY(0) perspective(600px) rotateX(0);
		webkit-transform: translateY(0) perspective(600px) rotateX(0);
	}
}
@keyframes showSearch
{
	0%
	{
		transform: translateY(0) perspective(600px) rotateX(-90deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
	}
	40%,80%
	{
		transform: translateY(0) perspective(600px) rotateX(15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(15deg);
	}
	60%
	{
		transform: translateY(0) perspective(600px) rotateX(-15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-15deg);
	}
	100%
	{
		transform: translateY(0) perspective(600px) rotateX(0);
		webkit-transform: translateY(0) perspective(600px) rotateX(0);
	}
}
@-webkit-keyframes hideSearch
{
	0%
	{
		transform: translateY(0) perspective(600px) rotateX(-15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-15deg);
	}
	60%
	{
		transform: translateY(0) perspective(600px) rotateX(15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(15deg);
	}
	100%
	{
		transform: translateY(0) perspective(600px) rotateX(-90deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
	}
}
@keyframes hideSearch
{
	0%
	{
		transform: translateY(0) perspective(600px) rotateX(-15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-15deg);
	}
	60%
	{
		transform: translateY(0) perspective(600px) rotateX(15deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(15deg);
	}
	100%
	{
		transform: translateY(0) perspective(600px) rotateX(-90deg);
		webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
	}
}
@-webkit-keyframes showMenu
{
	0%
	{
		transform: scaleY(0);
		webkit-transform: scaleY(0);
	}
	100%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
}
@keyframes showMenu
{
	0%
	{
		transform: scaleY(0);
		webkit-transform: scaleY(0);
	}
	100%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
}
@-webkit-keyframes hideMenu
{
	0%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
	100%
	{
		transform: scaleY(0);
		webkit-transform: scaleY(0);
	}
}
@keyframes hideMenu
{
	0%
	{
		transform: scaleY(1);
		webkit-transform: scaleY(1);
	}
	100%
	{
		transform: scaleY(0);
		webkit-transform: scaleY(0);
	}
}
.menuShow .search
{
	animation-delay: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: showSearch;
	animation-timing-function: ease;
	transform: translateY(0) perspective(600px) rotateX(-90deg);
	transform-origin: center top;
	webkit-animation-delay: .5s;
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-name: showSearch;
	webkit-animation-timing-function: ease;
	webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
	webkit-transform-origin: center top;
}
.menuShow .bottom-menu--box,.menuShow.bottom-menu
{
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.menuShow .bottom-menu--box
{
	animation-delay: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: showBox;
	animation-timing-function: ease;
	opacity: 0;
	transform: scale(.8) translateY(100%) rotateX(0);
	transform-origin: 40% bottom;
	webkit-animation-delay: .5s;
	webkit-animation-name: showBox;
	webkit-transform: scale(.8) translateY(100%) rotateX(0);
	webkit-transform-origin: 40% bottom;
}
.menuShow.bottom-menu
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: showMenu;
	animation-timing-function: ease;
	transform-origin: center top;
	webkit-animation-name: showMenu;
	webkit-transform-origin: center top;
}
.menuHide .bottom-menu--box,.menuHide .search
{
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.menuHide .search
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: hideSearch;
	animation-timing-function: ease;
	transform: translateY(0) perspective(600px) rotateX(-15deg);
	transform-origin: center top;
	webkit-animation-name: hideSearch;
	webkit-transform: translateY(0) perspective(600px) rotateX(-15deg);
	webkit-transform-origin: center top;
}
.menuHide .bottom-menu--box
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: hideBox;
	animation-timing-function: ease;
	transform: scale(1) translateY(0) rotateX(0);
	transform-origin: 40% bottom;
	webkit-animation-name: hideBox;
	webkit-transform: scale(1) translateY(0) rotateX(0);
	webkit-transform-origin: 40% bottom;
}
.diamond__item.diamond__item--1.animate,.menuHide.bottom-menu
{
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.menuHide.bottom-menu
{
	animation-delay: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: hideMenu;
	animation-timing-function: ease;
	transform: scaleY(1);
	transform-origin: center top;
	webkit-animation-delay: .5s;
	webkit-animation-name: hideMenu;
	webkit-transform: scaleY(1);
	webkit-transform-origin: center top;
}
.btn-effect
{
	animation: btn-animation 2s;
	background: #fff;
	border-radius: 50%;
	height: 20px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform-origin: center;
	webkit-animation: btn-animation 2s;
	webkit-transform-origin: center;
	width: 20px;
}
@-webkit-keyframes btn-animation
{
	from
	{
		opacity: .4;
		transform: scale(1);
		webkit-transform: scale(1);
	}
	to
	{
		opacity: 0;
		transform: scale(100);
		webkit-transform: scale(100);
	}
}
@keyframes btn-animation
{
	from
	{
		opacity: .4;
		transform: scale(1);
		webkit-transform: scale(1);
	}
	to
	{
		opacity: 0;
		transform: scale(100);
		webkit-transform: scale(100);
	}
}
@-webkit-keyframes phone-animation
{
	0%,100%
	{
		transform: translateX(0);
		webkit-transform: translateX(0);
	}
	33%
	{
		transform: translateX(-2px);
		webkit-transform: translateX(-2px);
	}
	66%
	{
		transform: translateX(7px);
		webkit-transform: translateX(7px);
	}
}
@keyframes phone-animation
{
	0%,100%
	{
		transform: translateX(0);
		webkit-transform: translateX(0);
	}
	33%
	{
		transform: translateX(-2px);
		webkit-transform: translateX(-2px);
	}
	66%
	{
		transform: translateX(7px);
		webkit-transform: translateX(7px);
	}
}
.diamond__item.diamond__item--1
{
	display: none;
	transform: rotate(45deg) translate(-200px,200px);
	transform-origin: left top;
	webkit-transform: rotate(45deg) translate(-200px,200px);
	webkit-transform-origin: left top;
}
.diamond__item.diamond__item--1.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-left;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-left;
}
.diamond__item.diamond__item--2.animate,.diamond__item.diamond__item--3.animate
{
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.diamond__item.diamond__item--2
{
	display: none;
	transform: rotate(-45deg) translate(200px,200px);
	transform-origin: right top;
	webkit-transform: rotate(-45deg) translate(200px,200px);
	webkit-transform-origin: right top;
}
.diamond__item.diamond__item--2.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-right;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-right;
}
.diamond__item.diamond__item--3
{
	display: none;
	transform: scale(0);
	transform-origin: center center;
	webkit-transform: scale(0);
	webkit-transform-origin: center center;
}
.diamond__item.diamond__item--3.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-center;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-center;
}
.diamond__item.diamond__item--4.animate,.diamond__item.diamond__item--5.animate
{
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.diamond__item.diamond__item--4
{
	display: none;
	transform: rotate(45deg) translate(-200px,200px);
	transform-origin: left top;
	webkit-transform: rotate(45deg) translate(-200px,200px);
	webkit-transform-origin: left top;
}
.diamond__item.diamond__item--4.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-left;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-left;
}
.diamond__item.diamond__item--5
{
	display: none;
	transform: rotate(-45deg) translate(200px,200px);
	transform-origin: right top;
	webkit-transform: rotate(-45deg) translate(200px,200px);
	webkit-transform-origin: right top;
}
.diamond__item.diamond__item--5.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-right;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-right;
}
.diamond__item.diamond__item--6.animate,.diamond__item.diamond__item--8.animate
{
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.diamond__item.diamond__item--6
{
	display: none;
	transform: rotate(45deg) translate(-200px,200px);
	transform-origin: left top;
	webkit-transform: rotate(45deg) translate(-200px,200px);
	webkit-transform-origin: left top;
}
.diamond__item.diamond__item--6.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-left;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-left;
}
.diamond__item.diamond__item--8
{
	display: none;
	transform: rotate(-45deg) translate(200px,200px);
	transform-origin: right top;
	webkit-transform: rotate(-45deg) translate(200px,200px);
	webkit-transform-origin: right top;
}
.diamond__item.diamond__item--8.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-right;
	animation-timing-function: ease;
	display: block;
	webkit-animation-name: diamond-right;
}
.diamond__item.diamond__item--7
{
	display: none;
	transform: scale(0);
	transform-origin: center center;
	webkit-transform: scale(0);
	webkit-transform-origin: center center;
}
.diamond__item.diamond__item--7.animate
{
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-name: diamond-center;
	animation-timing-function: ease;
	display: block;
	webkit-animation-duration: .5s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-name: diamond-center;
	webkit-animation-timing-function: ease;
}
@-webkit-keyframes diamond-left
{
	from
	{
		transform: rotate(45deg) translate(-200px,200px);
		webkit-transform: rotate(45deg) translate(-200px,200px);
	}
	to
	{
		transform: rotate(0) translate(0,0);
		webkit-transform: rotate(0) translate(0,0);
	}
}
@keyframes diamond-left
{
	from
	{
		transform: rotate(45deg) translate(-200px,200px);
		webkit-transform: rotate(45deg) translate(-200px,200px);
	}
	to
	{
		transform: rotate(0) translate(0,0);
		webkit-transform: rotate(0) translate(0,0);
	}
}
@-webkit-keyframes diamond-right
{
	from
	{
		transform: rotate(-45deg) translate(200px,200px);
		webkit-transform: rotate(-45deg) translate(200px,200px);
	}
	to
	{
		transform: rotate(0) translate(0,0);
		webkit-transform: rotate(0) translate(0,0);
	}
}
@keyframes diamond-right
{
	from
	{
		transform: rotate(-45deg) translate(200px,200px);
		webkit-transform: rotate(-45deg) translate(200px,200px);
	}
	to
	{
		transform: rotate(0) translate(0,0);
		webkit-transform: rotate(0) translate(0,0);
	}
}
@-webkit-keyframes diamond-center
{
	from
	{
		transform: scale(0);
		webkit-transform: scale(0);
	}
	to
	{
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
@keyframes diamond-center
{
	from
	{
		transform: scale(0);
		webkit-transform: scale(0);
	}
	to
	{
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
.preload
{
	background: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .5s ease;
	width: 100%;
	z-index: 999999;
}
.loader,.loader-wrapper
{
	height: 100px;
	width: 148px;
}
.loader-wrapper
{
	left: 50%;
	margin: -50px 0 0 -74px;
	position: absolute;
	top: 60%;
}
.container,.container-fluid
{
	margin-left: auto;
	margin-right: auto;
}
.loader,.loader:after
{
	left: 0;
	position: absolute;
}
.loader
{
	top: 0;
}
.loader:after
{
	animation: shadow 1.2s infinite linear;
	bottom: 0;
	height: .25em;
	moz-animation: shadow 1.2s infinite linear;
	opacity: .3;
	top: auto;
	webkit-animation: shadow 1.2s infinite linear;
	width: 1em;
}
.roller,.roller:last-child
{
	animation: rollercoaster 1.2s infinite linear;
	height: 70px;
	left: 0;
	moz-animation: rollercoaster 1.2s infinite linear;
	moz-transform: rotate(135deg);
	position: absolute;
	top: 0;
	transform: rotate(135deg);
	webkit-animation: rollercoaster 1.2s infinite linear;
	webkit-transform: rotate(135deg);
	width: 70px;
}
.roller:last-child
{
	animation: rollercoaster2 1.2s infinite linear;
	left: auto;
	moz-animation: rollercoaster2 1.2s infinite linear;
	moz-transform: rotate(-45deg);
	right: 0;
	transform: rotate(-45deg);
	webkit-animation: rollercoaster2 1.2s infinite linear;
	webkit-transform: rotate(-45deg);
}
.main-logo:hover .main-logo__butterfly,.main-logo:hover .main-logo__cube
{
	webkit-animation-fill-mode: forwards;
	webkit-animation-timing-function: ease;
}
.roller:before
{
	background: 0 0;
	height: 15px;
	width: 15px;
}
.container-fluid:after,.container-fluid:before,.row:after,.row:before
{
	content: " ";
	display: table;
}
.roller--1:before
{
	background: #e2001a;
}
.roller--2:before
{
	background: #fccd04;
}
.roller--3:before
{
	background: #14e4da;
}
.roller--4:before
{
	background: #8dd117;
}
.roller--5:before
{
	background: #b859dc;
}
.roller--6:before
{
	background: #ff7d09;
}
@-webkit-keyframes rollercoaster
{
	0%
	{
		webkit-transform: rotate(135deg);
	}
	8%
	{
		webkit-transform: rotate(240deg);
	}
	20%
	{
		webkit-transform: rotate(300deg);
	}
	40%
	{
		webkit-transform: rotate(380deg);
	}
	45%
	{
		webkit-transform: rotate(440deg);
	}
	50%
	{
		opacity: 1;
		webkit-transform: rotate(495deg);
	}
	100%,50.1%
	{
		opacity: 0;
		webkit-transform: rotate(495deg);
	}
}
@-webkit-keyframes rollercoaster2
{
	0%,49.9%
	{
		opacity: 0;
	}
	50%
	{
		opacity: 1;
		webkit-transform: rotate(-45deg);
	}
	58%
	{
		webkit-transform: rotate(-160deg);
	}
	70%
	{
		webkit-transform: rotate(-240deg);
	}
	80%
	{
		webkit-transform: rotate(-300deg);
	}
	90%
	{
		webkit-transform: rotate(-340deg);
	}
	100%
	{
		webkit-transform: rotate(-405deg);
	}
}
@-webkit-keyframes shadow
{
	0%
	{
		opacity: .3;
		webkit-transform: translateX(65px) scale(.5,.5);
	}
	8%
	{
		webkit-transform: translateX(30px) scale(2,2);
	}
	13%
	{
		webkit-transform: translateX(0) scale(1.3,1.3);
	}
	30%
	{
		opacity: .1;
		webkit-transform: translateX(-15px) scale(.5,.5);
	}
	50%
	{
		opacity: .3;
		webkit-transform: translateX(60px) scale(1.2,1.2);
	}
	60%
	{
		opacity: .05;
		webkit-transform: translateX(130px) scale(2,2);
	}
	65%
	{
		webkit-transform: translateX(145px) scale(1.2,1.2);
	}
	80%
	{
		opacity: .1;
		webkit-transform: translateX(120px) scale(.5,.5);
	}
	90%
	{
		webkit-transform: translateX(80px) scale(.8,.8);
	}
	100%
	{
		opacity: .3;
		webkit-transform: translateX(60px);
	}
}
@keyframes rollercoaster
{
	0%
	{
		transform: rotate(135deg);
		webkit-transform: rotate(135deg);
	}
	8%
	{
		transform: rotate(240deg);
		webkit-transform: rotate(240deg);
	}
	20%
	{
		transform: rotate(300deg);
		webkit-transform: rotate(300deg);
	}
	40%
	{
		transform: rotate(380deg);
		webkit-transform: rotate(380deg);
	}
	45%
	{
		transform: rotate(440deg);
		webkit-transform: rotate(440deg);
	}
	50%
	{
		opacity: 1;
		transform: rotate(495deg);
		webkit-transform: rotate(495deg);
	}
	100%,50.1%
	{
		opacity: 0;
		transform: rotate(495deg);
		webkit-transform: rotate(495deg);
	}
}
@keyframes rollercoaster2
{
	0%,49.9%
	{
		opacity: 0;
	}
	50%
	{
		opacity: 1;
		transform: rotate(-45deg);
		webkit-transform: rotate(-45deg);
	}
	58%
	{
		transform: rotate(-160deg);
		webkit-transform: rotate(-160deg);
	}
	70%
	{
		transform: rotate(-240deg);
		webkit-transform: rotate(-240deg);
	}
	80%
	{
		transform: rotate(-300deg);
		webkit-transform: rotate(-300deg);
	}
	90%
	{
		transform: rotate(-340deg);
		webkit-transform: rotate(-340deg);
	}
	100%
	{
		transform: rotate(-405deg);
		webkit-transform: rotate(-405deg);
	}
}
@keyframes shadow
{
	0%
	{
		opacity: .3;
		transform: translateX(65px) scale(.5,.5);
		webkit-transform: translateX(65px) scale(.5,.5);
	}
	8%
	{
		transform: translateX(30px) scale(2,2);
		webkit-transform: translateX(30px) scale(2,2);
	}
	13%
	{
		transform: translateX(0) scale(1.3,1.3);
		webkit-transform: translateX(0) scale(1.3,1.3);
	}
	30%
	{
		opacity: .1;
		transform: translateX(-15px) scale(.5,.5);
		webkit-transform: translateX(-15px) scale(.5,.5);
	}
	50%
	{
		opacity: .3;
		transform: translateX(60px) scale(1.2,1.2);
		webkit-transform: translateX(60px) scale(1.2,1.2);
	}
	60%
	{
		opacity: .05;
		transform: translateX(130px) scale(2,2);
		webkit-transform: translateX(130px) scale(2,2);
	}
	65%
	{
		transform: translateX(145px) scale(1.2,1.2);
		webkit-transform: translateX(145px) scale(1.2,1.2);
	}
	80%
	{
		opacity: .1;
		transform: translateX(120px) scale(.5,.5);
		webkit-transform: translateX(120px) scale(.5,.5);
	}
	90%
	{
		transform: translateX(80px) scale(.8,.8);
		webkit-transform: translateX(80px) scale(.8,.8);
	}
	100%
	{
		opacity: .3;
		transform: translateX(60px);
		webkit-transform: translateX(60px);
	}
}
#loader2 .roller,#loader2:after
{
	animation-delay: .15s;
	webkit-animation-delay: .15s;
}
#loader3 .roller,#loader3:after
{
	animation-delay: .3s;
	webkit-animation-delay: .3s;
}
@keyframes lptr-circle-img-anim
{
	0%,100%,50%
	{
		transform: rotate(0) scale(1) skew(1deg);
		webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10%,30%
	{
		transform: rotate(-25deg) scale(1) skew(1deg);
		webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,40%
	{
		transform: rotate(25deg) scale(1) skew(1deg);
		webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
}
@-webkit-keyframes lptr-circle-img-anim
{
	0%,100%,50%
	{
		webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10%,30%
	{
		webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,40%
	{
		webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
}
@-webkit-keyframes lptr-circle-anim
{
	0%
	{
		webkit-opacity: .1;
		webkit-transform: rotate(0) scale(.5) skew(1deg);
	}
	30%
	{
		webkit-opacity: .5;
		webkit-transform: rotate(0) scale(.7) skew(1deg);
	}
	100%
	{
		webkit-opacity: .1;
		webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes lptr-circle-anim
{
	0%
	{
		opacity: .1;
		transform: rotate(0) scale(.5) skew(1deg);
		webkit-transform: rotate(0) scale(.5) skew(1deg);
	}
	30%
	{
		opacity: .5;
		transform: rotate(0) scale(.7) skew(1deg);
		webkit-transform: rotate(0) scale(.7) skew(1deg);
	}
	100%
	{
		opacity: .1;
		transform: rotate(0) scale(1) skew(1deg);
		webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
@-webkit-keyframes lptr-circle-fill-anim
{
	0%,100%
	{
		opacity: .2;
		webkit-transform: rotate(0) scale(.7) skew(1deg);
	}
	50%
	{
		opacity: .2;
		webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes lptr-circle-fill-anim
{
	0%,100%
	{
		opacity: .2;
		transform: rotate(0) scale(.7) skew(1deg);
		webkit-transform: rotate(0) scale(.7) skew(1deg);
	}
	50%
	{
		opacity: .2;
		transform: rotate(0) scale(1) skew(1deg);
		webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
@-webkit-keyframes scroll-top-bounce
{
	0%,100%,20%,50%,80%
	{
		transform: translateY(0);
		webkit-transform: translateY(0);
	}
	40%
	{
		transform: translateY(-11px);
		webkit-transform: translateY(-11px);
	}
	60%
	{
		transform: translateY(-5.5px);
		webkit-transform: translateY(-5.5px);
	}
}
@keyframes scroll-top-bounce
{
	0%,100%,20%,50%,80%
	{
		transform: translateY(0);
		webkit-transform: translateY(0);
	}
	40%
	{
		transform: translateY(-11px);
		webkit-transform: translateY(-11px);
	}
	60%
	{
		transform: translateY(-5.5px);
		webkit-transform: translateY(-5.5px);
	}
}
@-webkit-keyframes spin
{
	from
	{
		transform: scale(1) rotate(0);
		webkit-transform: scale(1) rotate(0);
	}
	to
	{
		transform: scale(1) rotate(360deg);
		webkit-transform: scale(1) rotate(360deg);
	}
}
@keyframes spin
{
	from
	{
		transform: scale(1) rotate(0);
		webkit-transform: scale(1) rotate(0);
	}
	to
	{
		transform: scale(1) rotate(360deg);
		webkit-transform: scale(1) rotate(360deg);
	}
}
@-webkit-keyframes mainLogoCube
{
	0%
	{
		transform: rotate(180deg);
		webkit-transform: rotate(180deg);
	}
	50%
	{
		transform: rotate(-90deg);
		webkit-transform: rotate(-90deg);
	}
	100%
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
}
@keyframes mainLogoCube
{
	0%
	{
		transform: rotate(180deg);
		webkit-transform: rotate(180deg);
	}
	50%
	{
		transform: rotate(-90deg);
		webkit-transform: rotate(-90deg);
	}
	100%
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
}
@-webkit-keyframes mainLogoButterfly
{
	0%
	{
		transform: scale(.7);
		webkit-transform: scale(.7);
	}
	50%
	{
		transform: scale(1.3);
		webkit-transform: scale(1.3);
	}
	100%
	{
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
@keyframes mainLogoButterfly
{
	0%
	{
		transform: scale(.7);
		webkit-transform: scale(.7);
	}
	50%
	{
		transform: scale(1.3);
		webkit-transform: scale(1.3);
	}
	100%
	{
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
@-webkit-keyframes mainLogoButterflyCenter
{
	0%,100%
	{
		transform: scale(1);
		webkit-transform: scale(1);
	}
	50%
	{
		transform: scale(1.5);
		webkit-transform: scale(1.5);
	}
}
@keyframes mainLogoButterflyCenter
{
	0%,100%
	{
		transform: scale(1);
		webkit-transform: scale(1);
	}
	50%
	{
		transform: scale(1.5);
		webkit-transform: scale(1.5);
	}
}
@-webkit-keyframes mainLogoA
{
	0%,100%
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	50%
	{
		transform: rotate(180deg);
		webkit-transform: rotate(180deg);
	}
}
@keyframes mainLogoA
{
	0%,
	 100%
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	50%
	{
		transform: rotate(180deg);
		webkit-transform: rotate(180deg);
	}
}
@media (min-width:768px)
{

	.container
	{
		width: 750px;
	}
}
@media (min-width:992px)
{
	.container
	{
		width: 970px;
	}
}
@media (min-width:1200px)
{
	.container
	{
		width: 1170px;
	}
}
.container-fluid
{
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:after
{
	clear: both;
}
.row
{
	margin-left: -15px;
	margin-right: -15px;
}
.row:after
{
	clear: both;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.col-xs-1
{
	width: 8.33333%;
}
.col-xs-2
{
	width: 16.66667%;
}
.col-xs-3
{
	width: 25%;
}
.col-xs-4
{
	width: 33.33333%;
}
.col-xs-5
{
	width: 41.66667%;
}
.col-xs-6
{
	width: 50%;
}
.col-xs-7
{
	width: 58.33333%;
}
.col-xs-8
{
	width: 66.66667%;
}
.col-xs-9
{
	width: 75%;
}
.col-xs-10
{
	width: 83.33333%;
}
.col-xs-11
{
	width: 91.66667%;
}
.col-xs-12
{
	width: 100%;
}
.col-xs-pull-0
{
	right: auto;
}
.col-xs-pull-1
{
	right: 8.33333%;
}
.col-xs-pull-2
{
	right: 16.66667%;
}
.col-xs-pull-3
{
	right: 25%;
}
.col-xs-pull-4
{
	right: 33.33333%;
}
.col-xs-pull-5
{
	right: 41.66667%;
}
.col-xs-pull-6
{
	right: 50%;
}
.col-xs-pull-7
{
	right: 58.33333%;
}
.col-xs-pull-8
{
	right: 66.66667%;
}
.col-xs-pull-9
{
	right: 75%;
}
.col-xs-pull-10
{
	right: 83.33333%;
}
.col-xs-pull-11
{
	right: 91.66667%;
}
.col-xs-pull-12
{
	right: 100%;
}
.col-xs-push-0
{
	left: auto;
}
.col-xs-push-1
{
	left: 8.33333%;
}
.col-xs-push-2
{
	left: 16.66667%;
}
.col-xs-push-3
{
	left: 25%;
}
.col-xs-push-4
{
	left: 33.33333%;
}
.col-xs-push-5
{
	left: 41.66667%;
}
.col-xs-push-6
{
	left: 50%;
}
.col-xs-push-7
{
	left: 58.33333%;
}
.col-xs-push-8
{
	left: 66.66667%;
}
.col-xs-push-9
{
	left: 75%;
}
.col-xs-push-10
{
	left: 83.33333%;
}
.col-xs-push-11
{
	left: 91.66667%;
}
.col-xs-push-12
{
	left: 100%;
}
.col-xs-offset-0
{
	margin-left: 0;
}
.col-xs-offset-1
{
	margin-left: 8.33333%;
}
.col-xs-offset-2
{
	margin-left: 16.66667%;
}
.col-xs-offset-3
{
	margin-left: 25%;
}
.col-xs-offset-4
{
	margin-left: 33.33333%;
}
.col-xs-offset-5
{
	margin-left: 41.66667%;
}
.col-xs-offset-6
{
	margin-left: 50%;
}
.col-xs-offset-7
{
	margin-left: 58.33333%;
}
.col-xs-offset-8
{
	margin-left: 66.66667%;
}
.col-xs-offset-9
{
	margin-left: 75%;
}
.col-xs-offset-10
{
	margin-left: 83.33333%;
}
.col-xs-offset-11
{
	margin-left: 91.66667%;
}
.col-xs-offset-12
{
	margin-left: 100%;
}
@media (min-width:768px)
{
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9
	{
		float: left;
	}
	.col-sm-1
	{
		width: 8.33333%;
	}
	.col-sm-2
	{
		width: 16.66667%;
	}
	.col-sm-3
	{
		width: 25%;
	}
	.col-sm-4
	{
		width: 33.33333%;
	}
	.col-sm-5
	{
		width: 41.66667%;
	}
	.col-sm-6
	{
		width: 50%;
	}
	.col-sm-7
	{
		width: 58.33333%;
	}
	.col-sm-8
	{
		width: 66.66667%;
	}
	.col-sm-9
	{
		width: 75%;
	}
	.col-sm-10
	{
		width: 83.33333%;
	}
	.col-sm-11
	{
		width: 91.66667%;
	}
	.col-sm-12
	{
		width: 100%;
	}
	.col-sm-pull-0
	{
		right: auto;
	}
	.col-sm-pull-1
	{
		right: 8.33333%;
	}
	.col-sm-pull-2
	{
		right: 16.66667%;
	}
	.col-sm-pull-3
	{
		right: 25%;
	}
	.col-sm-pull-4
	{
		right: 33.33333%;
	}
	.col-sm-pull-5
	{
		right: 41.66667%;
	}
	.col-sm-pull-6
	{
		right: 50%;
	}
	.col-sm-pull-7
	{
		right: 58.33333%;
	}
	.col-sm-pull-8
	{
		right: 66.66667%;
	}
	.col-sm-pull-9
	{
		right: 75%;
	}
	.col-sm-pull-10
	{
		right: 83.33333%;
	}
	.col-sm-pull-11
	{
		right: 91.66667%;
	}
	.col-sm-pull-12
	{
		right: 100%;
	}
	.col-sm-push-0
	{
		left: auto;
	}
	.col-sm-push-1
	{
		left: 8.33333%;
	}
	.col-sm-push-2
	{
		left: 16.66667%;
	}
	.col-sm-push-3
	{
		left: 25%;
	}
	.col-sm-push-4
	{
		left: 33.33333%;
	}
	.col-sm-push-5
	{
		left: 41.66667%;
	}
	.col-sm-push-6
	{
		left: 50%;
	}
	.col-sm-push-7
	{
		left: 58.33333%;
	}
	.col-sm-push-8
	{
		left: 66.66667%;
	}
	.col-sm-push-9
	{
		left: 75%;
	}
	.col-sm-push-10
	{
		left: 83.33333%;
	}
	.col-sm-push-11
	{
		left: 91.66667%;
	}
	.col-sm-push-12
	{
		left: 100%;
	}
	.col-sm-offset-0
	{
		margin-left: 0;
	}
	.col-sm-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-sm-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-sm-offset-3
	{
		margin-left: 25%;
	}
	.col-sm-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-sm-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-sm-offset-6
	{
		margin-left: 50%;
	}
	.col-sm-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-sm-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-sm-offset-9
	{
		margin-left: 75%;
	}
	.col-sm-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-sm-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-sm-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width:992px)
{
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9
	{
		float: left;
	}
	.col-md-1
	{
		width: 8.33333%;
	}
	.col-md-2
	{
		width: 16.66667%;
	}
	.col-md-3
	{
		width: 25%;
	}
	.col-md-4
	{
		width: 33.33333%;
	}
	.col-md-5
	{
		width: 41.66667%;
	}
	.col-md-6
	{
		width: 50%;
	}
	.col-md-7
	{
		width: 58.33333%;
	}
	.col-md-8
	{
		width: 66.66667%;
	}
	.col-md-9
	{
		width: 75%;
	}
	.col-md-10
	{
		width: 83.33333%;
	}
	.col-md-11
	{
		width: 91.66667%;
	}
	.col-md-12
	{
		width: 100%;
	}
	.col-md-pull-0
	{
		right: auto;
	}
	.col-md-pull-1
	{
		right: 8.33333%;
	}
	.col-md-pull-2
	{
		right: 16.66667%;
	}
	.col-md-pull-3
	{
		right: 25%;
	}
	.col-md-pull-4
	{
		right: 33.33333%;
	}
	.col-md-pull-5
	{
		right: 41.66667%;
	}
	.col-md-pull-6
	{
		right: 50%;
	}
	.col-md-pull-7
	{
		right: 58.33333%;
	}
	.col-md-pull-8
	{
		right: 66.66667%;
	}
	.col-md-pull-9
	{
		right: 75%;
	}
	.col-md-pull-10
	{
		right: 83.33333%;
	}
	.col-md-pull-11
	{
		right: 91.66667%;
	}
	.col-md-pull-12
	{
		right: 100%;
	}
	.col-md-push-0
	{
		left: auto;
	}
	.col-md-push-1
	{
		left: 8.33333%;
	}
	.col-md-push-2
	{
		left: 16.66667%;
	}
	.col-md-push-3
	{
		left: 25%;
	}
	.col-md-push-4
	{
		left: 33.33333%;
	}
	.col-md-push-5
	{
		left: 41.66667%;
	}
	.col-md-push-6
	{
		left: 50%;
	}
	.col-md-push-7
	{
		left: 58.33333%;
	}
	.col-md-push-8
	{
		left: 66.66667%;
	}
	.col-md-push-9
	{
		left: 75%;
	}
	.col-md-push-10
	{
		left: 83.33333%;
	}
	.col-md-push-11
	{
		left: 91.66667%;
	}
	.col-md-push-12
	{
		left: 100%;
	}
	.col-md-offset-0
	{
		margin-left: 0;
	}
	.col-md-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-md-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-md-offset-3
	{
		margin-left: 25%;
	}
	.col-md-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-md-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-md-offset-6
	{
		margin-left: 50%;
	}
	.col-md-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-md-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-md-offset-9
	{
		margin-left: 75%;
	}
	.col-md-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-md-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-md-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width:1200px)
{
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9
	{
		float: left;
	}
	.col-lg-1
	{
		width: 8.33333%;
	}
	.col-lg-2
	{
		width: 16.66667%;
	}
	.col-lg-3
	{
		width: 25%;
	}
	.col-lg-4
	{
		width: 33.33333%;
	}
	.col-lg-5
	{
		width: 41.66667%;
	}
	.col-lg-6
	{
		width: 50%;
	}
	.col-lg-7
	{
		width: 58.33333%;
	}
	.col-lg-8
	{
		width: 66.66667%;
	}
	.col-lg-9
	{
		width: 75%;
	}
	.col-lg-10
	{
		width: 83.33333%;
	}
	.col-lg-11
	{
		width: 91.66667%;
	}
	.col-lg-12
	{
		width: 100%;
	}
	.col-lg-pull-0
	{
		right: auto;
	}
	.col-lg-pull-1
	{
		right: 8.33333%;
	}
	.col-lg-pull-2
	{
		right: 16.66667%;
	}
	.col-lg-pull-3
	{
		right: 25%;
	}
	.col-lg-pull-4
	{
		right: 33.33333%;
	}
	.col-lg-pull-5
	{
		right: 41.66667%;
	}
	.col-lg-pull-6
	{
		right: 50%;
	}
	.col-lg-pull-7
	{
		right: 58.33333%;
	}
	.col-lg-pull-8
	{
		right: 66.66667%;
	}
	.col-lg-pull-9
	{
		right: 75%;
	}
	.col-lg-pull-10
	{
		right: 83.33333%;
	}
	.col-lg-pull-11
	{
		right: 91.66667%;
	}
	.col-lg-pull-12
	{
		right: 100%;
	}
	.col-lg-push-0
	{
		left: auto;
	}
	.col-lg-push-1
	{
		left: 8.33333%;
	}
	.col-lg-push-2
	{
		left: 16.66667%;
	}
	.col-lg-push-3
	{
		left: 25%;
	}
	.col-lg-push-4
	{
		left: 33.33333%;
	}
	.col-lg-push-5
	{
		left: 41.66667%;
	}
	.col-lg-push-6
	{
		left: 50%;
	}
	.col-lg-push-7
	{
		left: 58.33333%;
	}
	.col-lg-push-8
	{
		left: 66.66667%;
	}
	.col-lg-push-9
	{
		left: 75%;
	}
	.col-lg-push-10
	{
		left: 83.33333%;
	}
	.col-lg-push-11
	{
		left: 91.66667%;
	}
	.col-lg-push-12
	{
		left: 100%;
	}
	.col-lg-offset-0
	{
		margin-left: 0;
	}
	.col-lg-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-lg-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-lg-offset-3
	{
		margin-left: 25%;
	}
	.col-lg-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-lg-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-lg-offset-6
	{
		margin-left: 50%;
	}
	.col-lg-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-lg-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-lg-offset-9
	{
		margin-left: 75%;
	}
	.col-lg-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-lg-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-lg-offset-12
	{
		margin-left: 100%;
	}
}
table
{
	background-color: transparent;
}
caption
{
	color: #777;
	padding-bottom: 8px;
	padding-top: 8px;
}
.table
{
	margin-bottom: 20px;
	width: 100%;
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th
{
	border-top: 1px solid #ddd;
	line-height: 1.42857;
}
.table>thead>tr>th
{
	border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th
{
	border-top: 0;
}
.table>tbody+tbody
{
	border-top: 2px solid #ddd;
}
.table .table
{
	background-color: #fff;
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th
{
	padding: 5px;
}
.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th
{
	border: 1px solid #ddd;
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th
{
	border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
	background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active
{
	background-color: #f5f5f5;
}
table col[class*=col-]
{
	display: table-column;
	float: none;
	position: static;
}
table td[class*=col-],table th[class*=col-]
{
	display: table-cell;
	float: none;
	position: static;
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover
{
	background-color: #e8e8e8;
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success
{
	background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover
{
	background-color: #d0e9c6;
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info
{
	background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover
{
	background-color: #c4e3f3;
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning
{
	background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover
{
	background-color: #faf2cc;
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger
{
	background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover
{
	background-color: #ebcccc;
}
.table-responsive
{
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width:767px)
{
	.mobile{
		display: block;
		height: 43px;
	}
	.desktop{
		display: none;
	}
	.table-responsive
	{
		border: 1px solid #ddd;
		margin-bottom: 15px;
		ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive>.table
	{
		margin-bottom: 0;
	}
	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th
	{
		white-space: nowrap;
	}
	.table-responsive>.table-bordered
	{
		border: 0;
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child
	{
		border-left: 0;
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child
	{
		border-right: 0;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th
	{
		border-bottom: 0;
	}
}
fieldset,legend
{
	border: 0;
	padding: 0;
}
fieldset
{
	margin: 0;
	min-width: 0;
}
legend
{
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 20px;
	width: 100%;
}
label
{
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
}
.checkbox label,.checkbox-inline,.radio label,.radio-inline
{
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 20px;
}
input[type=search]
{
	box-sizing: border-box;
	webkit-appearance: none;
}
input[type=radio],input[type=checkbox]
{
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px\9;
}
.form-control,output
{
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
}
input[type=file]
{
	display: block;
}
input[type=range]
{
	display: block;
	width: 100%;
}
select[multiple],select[size]
{
	height: auto;
}
input[type=radio]:focus,input[type=checkbox]:focus,input[type=file]:focus
{
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
output
{
	padding-top: 7px;
}
.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	height: 34px;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%;
}
.form-control:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	outline: 0;
}
.form-control::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #999;
}
.form-control::-webkit-input-placeholder
{
	color: #999;
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label
{
	color: #3c763d;
}
.form-control::-ms-expand
{
	background-color: transparent;
	border: 0;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
{
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],fieldset[disabled] .form-control
{
	cursor: not-allowed;
}
textarea.form-control
{
	height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control
	{
		line-height: 34px;
	}
	.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm
	{
		line-height: 30px;
	}
	.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg
	{
		line-height: 46px;
	}
}
.form-group
{
	margin-bottom: 15px;
}
.checkbox,.radio
{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.checkbox label,.radio label
{
	min-height: 20px;
}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]
{
	margin-left: -20px;
	margin-top: 4px\9;
	position: absolute;
}
.checkbox+.checkbox,.radio+.radio
{
	margin-top: -5px;
}
.checkbox-inline,.radio-inline
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline
{
	margin-left: 10px;
	margin-top: 0;
}
.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],input[type=radio].disabled,input[type=radio][disabled],input[type=checkbox].disabled,input[type=checkbox][disabled]
{
	cursor: not-allowed;
}
.form-control-static
{
	margin-bottom: 0;
	min-height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.form-control-static.input-lg,.form-control-static.input-sm
{
	padding-left: 0;
	padding-right: 0;
}
.form-group-sm .form-control,.input-sm
{
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-sm
{
	height: 30px;
	line-height: 1.5;
}
select.input-sm
{
	height: 30px;
	line-height: 30px;
}
select[multiple].input-sm,textarea.input-sm
{
	height: auto;
}
.form-group-sm .form-control
{
	height: 30px;
	line-height: 1.5;
}
.form-group-lg .form-control,.input-lg
{
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.form-group-sm select.form-control
{
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control
{
	height: auto;
}
.form-group-sm .form-control-static
{
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	min-height: 32px;
	padding: 6px 10px;
}
.input-lg
{
	height: 46px;
	line-height: 1.33333;
}
select.input-lg
{
	height: 46px;
	line-height: 46px;
}
select[multiple].input-lg,textarea.input-lg
{
	height: auto;
}
.form-group-lg .form-control
{
	height: 46px;
	line-height: 1.33333;
}
.form-group-lg select.form-control
{
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control
{
	height: auto;
}
.form-group-lg .form-control-static
{
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	min-height: 38px;
	padding: 11px 16px;
}
.has-feedback
{
	position: relative;
}
.has-feedback .form-control
{
	padding-right: 42.5px;
}
.form-control-feedback
{
	display: block;
	height: 34px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 2;
}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback
{
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback
{
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.popover,.tooltip
{
	font-style: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
}
.has-success .form-control
{
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus
{
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}
.has-success .input-group-addon
{
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label
{
	color: #8a6d3b;
}
.has-warning .form-control
{
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-warning .form-control:focus
{
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}
.has-warning .input-group-addon
{
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label
{
	color: #a94442;
}
.has-error .form-control
{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus
{
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.has-error .input-group-addon
{
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-feedback label~.form-control-feedback
{
	top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback
{
	top: 0;
}
.help-block
{
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width:768px)
{
	.form-inline .form-control-static,.form-inline .form-group
	{
		display: inline-block;
	}
	.form-inline .control-label,.form-inline .form-group
	{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .input-group
	{
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn
	{
		width: auto;
	}
	.form-inline .input-group>.form-control
	{
		width: 100%;
	}
	.form-inline .checkbox,.form-inline .radio
	{
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox label,.form-inline .radio label
	{
		padding-left: 0;
	}
	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]
	{
		margin-left: 0;
		position: relative;
	}
	.form-inline .has-feedback .form-control-feedback
	{
		top: 0;
	}
	.form-horizontal .control-label
	{
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}
}
.popover,.tooltip,.tooltip-arrow
{
	position: absolute;
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline
{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .checkbox,.form-horizontal .radio
{
	min-height: 27px;
}
.form-horizontal .form-group
{
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:after,.form-horizontal .form-group:before
{
	content: " ";
	display: table;
}
.form-horizontal .form-group:after
{
	clear: both;
}
.form-horizontal .has-feedback .form-control-feedback
{
	right: 15px;
}
@media (min-width:768px)
{
	.form-horizontal .form-group-lg .control-label
	{
		font-size: 18px;
		padding-top: 11px;
	}
	.form-horizontal .form-group-sm .control-label
	{
		font-size: 12px;
		padding-top: 6px;
	}
}
.breadcrumb
{
	list-style: none;
	margin-bottom: 20px;
}
.breadcrumb>li
{
	display: inline-block;
}
.breadcrumb>li+li:before
{
	color: #003b8f;
	content: "-";
	padding: 0 5px;
}
.breadcrumb>.active
{
	color: #003b8f;
}
.tooltip
{
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: left;
	text-align: start;
	z-index: 1070;
}
.tooltip.in
{
	filter: alpha(opacity=100);
	opacity: 1;
}
.tooltip.top
{
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right
{
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom
{
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left
{
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner
{
	background-color: rgba(0,59,143,.94);
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
}
.tooltip-arrow
{
	border-color: transparent;
	border-style: solid;
	height: 0;
	width: 0;
}
.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow
{
	border-top-color: rgba(0,59,143,.94);
	border-width: 5px 5px 0;
	bottom: 0;
}
.tooltip.top .tooltip-arrow
{
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow
{
	margin-bottom: -5px;
	right: 5px;
}
.tooltip.top-right .tooltip-arrow
{
	left: 5px;
	margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow
{
	border-right-color: rgba(0,59,143,.94);
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow
{
	border-left-color: rgba(0,59,143,.94);
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow
{
	border-bottom-color: rgba(0,59,143,.94);
	border-width: 0 5px 5px;
	top: 0;
}
.tooltip.bottom .tooltip-arrow
{
	left: 50%;
	margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow
{
	margin-top: -5px;
	right: 5px;
}
.tooltip.bottom-right .tooltip-arrow
{
	left: 5px;
	margin-top: -5px;
}
.popover
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	display: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	text-align: start;
	top: 0;
	z-index: 1060;
}
.popover.top
{
	margin-top: -10px;
}
.popover.right
{
	margin-left: 10px;
}
.popover.bottom
{
	margin-top: 10px;
}
.popover.left
{
	margin-left: -10px;
}
.popover-title
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content
{
	padding: 9px 14px;
}
.popover>.arrow,.popover>.arrow:after
{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
body,html
{
	height: 100%;
	width: 100%;
}
.popover>.arrow
{
	border-width: 11px;
}
.popover>.arrow:after
{
	border-width: 10px;
	content: "";
}
.popover.top>.arrow
{
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top>.arrow:after
{
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}
.popover.left>.arrow:after,.popover.right>.arrow:after
{
	bottom: -10px;
	content: " ";
}
.popover.right>.arrow
{
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right>.arrow:after
{
	border-left-width: 0;
	border-right-color: #fff;
	left: 1px;
}
.popover.bottom>.arrow
{
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom>.arrow:after
{
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left>.arrow
{
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left>.arrow:after
{
	border-left-color: #fff;
	border-right-width: 0;
	right: 1px;
}
.clearfix:after,.clearfix:before
{
	content: " ";
	display: table;
}
.container:after,.container:before,.content__row:after,.content__row:before,.header:after,.page__section:after,.target_nav-XS:after,.target_nav:after
{
	content: '';
}
.clearfix:after
{
	clear: both;
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right
{
	float: right!important;
}
.pull-left
{
	float: left!important;
}
.hide
{
	display: none!important;
}
.show
{
	display: block!important;
}
.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block
{
	display: none!important;
}
.invisible
{
	visibility: hidden;
}
.text-hide
{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
body,button,input,keygen,select,textarea
{
	font-family: PFDinTextCondPro-Regular;
}
.map .btn,.title__big--bluepattern--yellow
{
	text-shadow: 0 0 5px #b18f00;
}
.affix
{
	position: fixed;
}
@-ms-viewport
{
	width: device-width;
}
@media (max-width:767px)
{
	.visible-xs
	{
		display: block!important;
	}
	table.visible-xs
	{
		display: table!important;
	}
	tr.visible-xs
	{
		display: table-row!important;
	}
	td.visible-xs,th.visible-xs
	{
		display: table-cell!important;
	}
	.visible-xs-block
	{
		display: block!important;
	}
	.visible-xs-inline
	{
		display: inline!important;
	}
	.visible-xs-inline-block
	{
		display: inline-block!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.visible-sm
	{
		display: block!important;
	}
	table.visible-sm
	{
		display: table!important;
	}
	tr.visible-sm
	{
		display: table-row!important;
	}
	td.visible-sm,th.visible-sm
	{
		display: table-cell!important;
	}
	.visible-sm-block
	{
		display: block!important;
	}
	.visible-sm-inline
	{
		display: inline!important;
	}
	.visible-sm-inline-block
	{
		display: inline-block!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.banner__thumb--margin--top{
		margin-top: 25px
	}
	.visible-md
	{
		display: block!important;
	}
	table.visible-md
	{
		display: table!important;
	}
	tr.visible-md
	{
		display: table-row!important;
	}
	td.visible-md,th.visible-md
	{
		display: table-cell!important;
	}
	.visible-md-block
	{
		display: block!important;
	}
	.visible-md-inline
	{
		display: inline!important;
	}
	.visible-md-inline-block
	{
		display: inline-block!important;
	}
}
@media (min-width:1200px)
{
	.visible-lg
	{
		display: block!important;
	}
	table.visible-lg
	{
		display: table!important;
	}
	tr.visible-lg
	{
		display: table-row!important;
	}
	td.visible-lg,th.visible-lg
	{
		display: table-cell!important;
	}
	.visible-lg-block
	{
		display: block!important;
	}
	.visible-lg-inline
	{
		display: inline!important;
	}
	.visible-lg-inline-block
	{
		display: inline-block!important;
	}
	.hidden-lg
	{
		display: none!important;
	}
}
@media (max-width:767px)
{
	.hidden-xs
	{
		display: none!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.hidden-sm
	{
		display: none!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.hidden-md
	{
		display: none!important;
	}
}
.visible-print
{
	display: none!important;
}
@media print
{
	.visible-print
	{
		display: block!important;
	}
	table.visible-print
	{
		display: table!important;
	}
	tr.visible-print
	{
		display: table-row!important;
	}
	td.visible-print,th.visible-print
	{
		display: table-cell!important;
	}
}
.visible-print-block
{
	display: none!important;
}
@media print
{
	.visible-print-block
	{
		display: block!important;
	}
}
.visible-print-inline
{
	display: none!important;
}
@media print
{
	.visible-print-inline
	{
		display: inline!important;
	}
}
.visible-print-inline-block
{
	display: none!important;
}
@media print
{
	.visible-print-inline-block
	{
		display: inline-block!important;
	}
	.hidden-print
	{
		display: none!important;
	}
}
body
{
	background: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
b,strong
{
	font-family: PFDinTextCondPro-Medium;
	font-weight: 500;
}
.container
{
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%!important;
}
.container:after,.container:before
{
	clear: both;
	display: table;
}
.page__section--leftside .page__section:after,.page__section--noshadow:after
{
	display: none;
}
.page
{
	width: 100%;
}
.page__section
{
	clear: both;
	position: relative;
}
.page__section:after
{
	background-image: linear-gradient(to top,transparent 0,#d6d6d6 100%);
	bottom: -5px;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.page__section--map
{
	padding-bottom: 20px;
	padding-top: 27px;
}
.page__section--leftside
{
	float: left;
	margin-right: 60px;
	margin-top: 50px;
	width: 268px;
}
.page__section--leftside .page__section
{
	margin-bottom: 34px;
}
.page__section--mainside
{
	float: left;
	margin-top: 50px;
	max-width: calc(100% - 328px);
	width: 100%;
}
.page__section--color-white,.page__section--color-white .text__p,.page__section--color-white .title,.page__section--color-white .title__big
{
	color: #fff;
}
.page__section--pattern1
{
	background: url(../img/pat1.png);
	padding-bottom: 20px;
}
.page__section--pattern2
{
	background: url(../img/pat2.png);
}
.page__section--pattern3
{
	background: url(../img/pat3.jpg) 50% 50% no-repeat;
	background-size: cover;
	margin-top: 30px;
}
.page__section--pattern4
{
	background: url(../img/pat4.png);
}
.page__section--pattern5
{
	background: url(../img/pat5.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
}
.page__section--pattern6
{
	background: url(../img/pat6.png);
}
.content__item
{
	float: left;
	padding: 10px 15px;
	position: relative;
}
.content__item--1
{
	width: 100%;
}
.content__item--2
{
	width: 50%;
}
@media only screen and (max-width:991px)
{
	.content__item--2:not(.content__item--2-2)
	{
		width: 100%;
	}
}
@media only screen and (max-width:600px)
{
	.content__item--2-2
	{
		width: 100%;
	}
}
.content__item--3
{
	width: 33.3333%;
}
@media only screen and (max-width:767px)
{
	.content__item--3
	{
		width: 50%;
	}
}
@media only screen and (max-width:480px)
{
	.content__item--3
	{
		width: 100%;
	}
}
.content__item--4
{
	width: 25%;
}
.content__item--5
{
	width: 41.66667%;
}
.content__item--7
{
	width: 58.33333%;
}
.content__item--20pers
{
	width: 20%;
}
@media only screen and (max-width:1199px)
{
	.content__item--20pers
	{
		width: 25%;
	}
}
@media only screen and (max-width:767px)
{
	.content__item--20pers
	{
		width: 33.33333%;
	}
}
@media only screen and (max-width:480px)
{
	.content__item--20pers
	{
		width: 50%;
	}
}
.content__row
{
	display: block;
	margin-left: -15px;
	margin-right: -15px;
}
.content__row:after,.content__row:before
{
	clear: both;
	display: table;
}
.content__row--p2
{
	margin-left: -10px;
	margin-right: -10px;
}
.content__row--p2 .content__item
{
	padding: 10px;
}
.row--m2
{
	margin-left: -2px;
	margin-right: -2px;
}
.row--m2>*
{
	padding-left: 2px;
	padding-right: 2px;
}
.row--m5
{
	margin-left: -5px;
	margin-right: -5px;
}
.row--m5>*
{
	padding-left: 5px;
	padding-right: 5px;
}
.row--best-offer-animators>.content__item--20pers
{
	width: 20%!important;
}
@media only screen and (max-width:767px)
{
	.content__row
	{
		font-size: 0;
	}
	.content__row>*
	{
		display: inline-block;
		float: none;
		font-size: 18px;
		vertical-align: top;
	}
	.row--best-offer-animators>.content__item--20pers
	{
		width: 50%!important;
	}
}
@media only screen and (max-width:1199px)
{
	.row--best-offer-animators
	{
		display: flex;
		display: -ms-flexbox;
		/* display: -webkit-box; */
		flex-wrap: wrap;
		font-size: 0;
		ms-flex-wrap: wrap;
	}
	.row--best-offer-animators>.content__item--20pers
	{
		font-size: 18px;
	}
	.row--best-offer-animators .best-offer-animators
	{
		height: auto;
		padding-bottom: 20px;
	}
}
.header
{
	background: #f7fbff;
	position: relative;
	width: 100%;
	z-index: 100;
}
.header:after
{
	background: url(../img/links/corner1.png) center bottom no-repeat;
	background-size: cover;
	bottom: -41px;
	height: 41px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.header-nav,.header-nav__list--nav
{
	position: relative;
}
.header--shop:after
{
	background: url(../img/links/corner2.png) center bottom no-repeat;
	background-size: cover;
}
@media only screen and (max-width:767px)
{
	.header--shop .phone--type2
	{
		display: none!important;
	}
}
.header-nav
{
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.header-nav__list
{
	color: #003b8f;
	display: table-cell;
	font-size: 18px;
}
.header-nav__list--nav:hover
{
	background-color: rgba(6,70,158,.94);
	color: #fff;
}
.header-nav__list--nav:hover .header-nav--second
{
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
	webkit-transform: translateY(0) perspective(600px) rotateX(0);
}
.header-nav__list:first-child .header-nav__link
{
	text-align: left;
}
.header-nav__list:last-child .header-nav__link
{
	text-align: right;
}
.header-body__cell:first-child .header-row,.header-nav--second .header-nav__list:first-child .header-nav__link,.header-nav--second .header-nav__list:last-child .header-nav__link
{
	text-align: left;
}
.header-nav__list--shop-emotions
{
	color: #90c53f;
}
.header-nav__list--shop-emotions .header-nav__link:hover
{
	background-color: #90c53f;
}
.header-nav__list--shop-emotions .header-nav__link:hover span
{
	border-bottom-color: #90c53f;
}
.header-nav__list--shop-emotions2
{
	color: #e2001a;
}
.header-nav__list--shop-emotions2 .header-nav__link span
{
	border-bottom-style: solid;
}
.header-nav__list--shop-emotions2 .header-nav__link:hover
{
	background-color: #e2001a;
}
.header-nav__list--shop-emotions2 .header-nav__link:hover span
{
	border-bottom-color: #e2001a;
}
.header-nav__list--active .header-nav__link
{
	background-color: rgba(6,70,158,.94);
	color: #fff;
}
.header-nav__list--active .header-nav__link span
{
	border-bottom-color: rgba(6,70,158,.94);
}
.header-nav__list--active.header-nav__list--shop-emotions .header-nav__link
{
	background-color: #90c53f;
}
.header-nav__list--active.header-nav__list--shop-emotions .header-nav__link span
{
	border-bottom-color: #90c53f;
}
.header-nav__list--active.header-nav__list--shop-emotions2 .header-nav__link
{
	background-color: #e2001a;
}
.header-nav__list--active.header-nav__list--shop-emotions2 .header-nav__link span
{
	border-bottom-color: #e2001a;
}
.header-nav__link
{
	border-radius: 5px;
	color: inherit;
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	transition: all .5s ease;
}
.header-nav__link:hover
{
	background-color: rgba(6,70,158,.94);
	color: #fff;
}
.header-nav__link:hover span
{
	border-bottom-color: rgba(6,70,158,.94);
}
.header-nav__link span
{
	border-bottom: 1px dotted currentColor;
	text-overflow: ellipsis;
	transition: border-bottom-color .5s ease;
	white-space: nowrap;
}
.header-nav--second
{
	background-color: rgba(6,70,158,.94);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: translateY(0) perspective(600px) rotateX(-90deg);
	transform-origin: center top;
	transition: all .5s cubic-bezier(.075,.82,.165,1);
	webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
	webkit-transform-origin: center top;
	z-index: 2;
}
.header-nav--second .header-nav__list
{
	display: block;
	font-size: 16px;
}
.header-nav--second .header-nav__list-active,.header-nav--second .header-nav__list:hover
{
	background: #7ea8ad;
	background: rgba(126,168,173,.6);
}
.header-nav__open-nav--categories .icon-png__open-nav span,.header-nav__open-nav--nav .icon-png__open-nav span
{
	background: #003b8f;
}
@media only screen and (max-width:1199px)
{
	.header-nav--second .header-nav__list
	{
		font-size: 15px;
	}
}
.header-nav--second .header-nav__link
{
	color: #fff;
	display: block;
	padding: 10px 16px!important;
	text-align: left;
}
.header-nav__open-nav
{
	color: #003b8f;
	cursor: pointer;
	display: none;
	font-size: 24px;
}
.header-nav__open-nav--nav
{
	float: left;
}
.header-nav__open-nav--categories
{
	float: right;
}
@media only screen and (max-width:767px)
{
	.header-nav__open-nav--categories
	{
		display: block;
	}
}
@media only screen and (max-width:1199px)
{
	.header-nav__open-nav--nav
	{
		display: block;
	}
	.header-nav
	{
		display: none;
	}
}
.header-body
{
	display: table;
	width: 100%;
}
.header-body__cell
{
	display: table-cell;
	vertical-align: top;
}
.header-body__cell .header-row--links
{
	width: auto;
}
.header-body__cell:first-child,.header-body__cell:last-child
{
	width: 423px;
}
.header-body__cell:first-child .header-row--links
{
	margin-left: -15px;
}
.header-body__cell:last-child .header-row
{
	text-align: right;
}
.header-body__cell:last-child .header-row--links
{
	margin-right: -15px;
}
@media only screen and (max-width:1199px)
{
	.header-body__cell:first-child,.header-body__cell:last-child
	{
		width: 33.33333333333333%;
	}
}
@media only screen and (max-width:767px)
{
	.header-body__cell .header-row--links
	{
		display: none;
	}
	.header-body__cell:first-child,.header-body__cell:last-child
	{
		width: 85px;
	}
}
.header-row
{
	width: 100%;
}
.header-row--links
{
	font-size: 0;
	padding-top: 6px;
}
.header .btn:not(:last-child)
{
	margin-right: 14px;
}
.header .socials
{
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: -18px;
}
.header .socials--type2
{
	margin-left: 0;
	padding-top: 5px;
	top: 0;
}
@media only screen and (max-width:1199px)
{
	.header .socials
	{
		margin-left: 0;
		top: 0;
	}
	.header .socials--type2
	{
		padding-top: 11px;
	}
}
@media only screen and (max-width:991px)
{
	.header .btn:not(:last-child)
	{
		margin-right: 0;
	}
	.header .socials
	{
		display: none;
	}
	.header .socials--type2
	{
		display: block;
	}
}
@media only screen and (max-width:767px)
{
	.header .socials--type2
	{
		display: none;
	}
}
.header .social
{
	margin-left: 10px;
}
.header .color-link
{
	color: #003b8f;
	margin-top: 6px;
}
.menu,.menu a
{
	color: #fff;
}
.header .color-link--m2
{
	margin-top: 2px;
}
.header .color-link--m3
{
	margin-top: 0;
}
.header .phone
{
	display: inline-block;
	margin-bottom: -14px;
	top: -12px;
}
@media only screen and (max-width:1199px)
{
	.header .color-link--m3
	{
		margin-top: 6px;
	}
	.header .phone
	{
		font-size: 33px;
		line-height: 43px;
		margin-bottom: 0;
		top: 0;
	}
}
@media only screen and (max-width:767px)
{
	.header .phone
	{
		background: url(../img/icons/phone.png) 50% 50% no-repeat;
		border: 1px solid #003b8f;
		border-radius: 50%;
		font-size: 0;
		height: 43px;
		line-height: 0;
		overflow: hidden;
		width: 43px;
	}
}
.header .search2
{
	display: inline-block;
	width: 155px;
}
@media only screen and (max-width:1199px)
{
	.header .search2
	{
		display: none;
	}
	.header
	{
		padding-bottom: 15px;
	}
}
.target_nav span,.target_nav-XS,.target_nav-XS:after,.target_nav:after
{
	display: block;
	position: absolute;
}
.header--scroll .menu
{
	top: 0;
}
@media only screen and (max-width:767px)
{
	.header
	{
		padding-bottom: 0;
	}
}
.target_nav
{
	cursor: pointer;
	height: 30px;
	left: 20px;
	position: absolute;
	top: 30px;
	width: 30px;
	z-index: 10;
}
.target_nav:after
{
	background: 0 0;
	cursor: pointer;
	height: 200%;
	left: -15px;
	top: -20px;
	width: 200%;
}
.target_nav span
{
	background: #fff;
	border-radius: 0;
	height: 2px;
	left: 0;
	opacity: 1;
	transform: rotate(0);
	transform-origin: left top;
	transition: .25s ease-in-out;
	webkit-transform: rotate(0);
	webkit-transform-origin: left top;
	width: 50%;
}
.active-point,.menu,.target_nav-XS
{
	transition: all .5s ease;
}
.target_nav span:nth-child(1),.target_nav span:nth-child(4)
{
	top: 0;
}
.target_nav span:nth-child(2),.target_nav span:nth-child(5)
{
	top: 10px;
}
.target_nav span:nth-child(3),.target_nav span:nth-child(6)
{
	top: 20px;
}
.target_nav span:nth-child(4),.target_nav span:nth-child(5),.target_nav span:nth-child(6)
{
	left: 15px;
}
.target_nav.open span:nth-child(1)
{
	transform: rotate(45deg) translate(19.8px,-5px);
	webkit-transform: rotate(45deg) translate(19.8px,-5px);
}
.target_nav.open span:nth-child(4)
{
	transform: rotate(-45deg) translate(-22.5px,8.4px);
	webkit-transform: rotate(-45deg) translate(-22.5px,8.4px);
}
.target_nav.open span:nth-child(2)
{
	border-radius: 100%;
	height: 15px;
	opacity: 0;
	transform: scale(.4) translate(21px,-16px);
	transform-origin: 50% 50%;
	webkit-transform: scale(.4) translate(21px,-16px);
	webkit-transform-origin: 50% 50%;
}
.target_nav.open span:nth-child(5)
{
	border-radius: 100%;
	height: 15px;
	opacity: 0;
	transform: scale(.4) translate(-16px,-16px);
	transform-origin: 50% 50%;
	webkit-transform: scale(.4) translate(-16px,-16px);
	webkit-transform-origin: 50% 50%;
}
.target_nav.open span:nth-child(3)
{
	transform: rotate(-45deg) translate(19px,5px);
	webkit-transform: rotate(-45deg) translate(19px,5px);
}
.target_nav.open span:nth-child(6)
{
	transform: rotate(45deg) translate(-19.8px,-8.5px);
	webkit-transform: rotate(45deg) translate(-19.8px,-8.5px);
}
.target_nav-XS
{
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	left: 35px;
	top: 15px;
	z-index: 2;
}
.target_nav-XS.open
{
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
}
.target_nav-XS.open:after
{
	left: -30px;
	top: -6px;
	transform: rotate(-90deg);
	webkit-transform: rotate(-90deg);
}
.target_nav-XS:after
{
	background: 0 0;
	cursor: pointer;
	height: 31px;
	left: -39px;
	top: -15px;
	width: 60px;
}
.navLG
{
	margin: 9px -15px 23px;
}
@media only screen and (max-width:1199px)
{
	.navLG
	{
		margin-left: 0;
		margin-right: 0;
	}
	.navLG:after,.navLG:before
	{
		content: " ";
		display: table;
	}
	.navLG:after
	{
		clear: both;
	}
}
.big-offer:after,.diamond__bg:after,.diamond__bg:before,.diamond__title:before
{
	content: '';
}
.navXS
{
	background: #ddd;
	display: none;
}
.navXS .header-nav__list
{
	display: table-row;
	width: 100%;
}
.navXS .header-nav
{
	background: #ddd;
	position: relative;
	top: 0;
}
.navXS .navXS__head
{
	display: block;
	height: 75px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.navXS .header-nav--second
{
	display: none;
}
.navXS .header-nav__list--nav .target_nav
{
	width: 16px;
}
.navXS .header-nav__list--nav .target_nav span
{
	height: 2px;
}
.navXS .header-nav__list--nav .target_nav span:nth-child(2)
{
	top: 5px;
}
.navXS .header-nav__list--nav .target_nav span:nth-child(3)
{
	top: 10px;
}
.navXS .header-nav__list--nav .target_nav.open span:nth-child(1)
{
	left: 8px;
	top: -1px;
}
.navXS .header-nav__list--nav
{
	display: block;
}
.navXS .header-nav__list--nav .header-nav--second
{
	opacity: 1;
	transform: none;
	webkit-transform: none;
}
.diamond__item--color-black:hover .diamond__bg:after,.diamond__item--color-blackblue:hover .diamond__bg:after,.diamond__item--color-blue2:hover .diamond__bg:after,.diamond__item--color-darkblue:hover .diamond__bg:after,.diamond__item--color-green:hover .diamond__bg:after,.diamond__item--color-lightblue2:hover .diamond__bg:after,.diamond__item--color-lightblue:hover .diamond__bg:after,.diamond__item--color-orange:hover .diamond__bg:after,.diamond__item--color-pink:hover .diamond__bg:after,.diamond__item--color-purple:hover .diamond__bg:after,.diamond__item--color-red2:hover .diamond__bg:after,.diamond__item--color-red:hover .diamond__bg:after,.diamond__item--color-white:hover .diamond__bg:after,.diamond__item--color-yellow:hover .diamond__bg:after
{
	opacity: .9;
}
.navXS .header-nav__link
{
	padding-left: 65px!important;
	text-align: left;
}
.navXS .button,.navXS .logo
{
	display: inline-block;
}
.active-point
{
	background: #fff;
	background-size: contain;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 0;
}
.menu
{
	left: 0;
	position: fixed;
	top: -100%;
	width: 100%;
	z-index: 1045;
}
.diamond__bg--img,.diamond__bg:after,.diamond__bg:before,.diamond__title:before
{
	transition: all .3s ease-in;
}
.menu .btn--color-red
{
	color: #e2001a;
}
.menu .logo-scroll
{
	display: inline-block;
	height: 28px;
	margin-right: 10px;
	position: relative;
	width: 68px;
}
.menu .logo-scroll--1,.menu .logo-scroll--2,.menu .logo-scroll--3
{
	border-radius: 3px;
	height: 22px;
	position: absolute;
	top: 0;
	width: 22px;
}
.menu .logo-scroll--text
{
	font-family: PFDinTextCondPro-Light;
	font-size: 22px;
	font-weight: 300;
}
.menu .logo-scroll--1
{
	background-color: #fbcd04;
	left: 0;
	transform: rotate(-30deg) translate(1px,6px);
	transform-origin: center center;
	webkit-transform: rotate(-30deg) translate(1px,6px);
	webkit-transform-origin: center center;
}
.menu .logo-scroll--2
{
	background-color: #fff;
	left: 22px;
	transform: rotate(45deg) translate(3px,4px);
	transform-origin: center center;
	webkit-transform: rotate(45deg) translate(3px,4px);
	webkit-transform-origin: center center;
}
.menu .logo-scroll--3
{
	background-color: #8dd116;
	left: 44px;
	transform: rotate(31deg) translate(3px,4px);
	transform-origin: center center;
	webkit-transform: rotate(31deg) translate(3px,4px);
	webkit-transform-origin: center center;
}
.menu .ph
{
	font-family: PFDinTextCondPro-Medium;
	font-size: 23px;
	font-weight: 500;
}
.menu .btn--top-menu,.menu .order
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
@media only screen and (max-width:800px)
{
	.banner__thumb--margin--top{
		margin-top: 85px !important;
	}
	.menu .ph
	{
		display: none;
	}
}
@media only screen and (max-width:767px)
{
	.menu .ph
	{
		display: inline;
	}
}
@media only screen and (max-width:480px)
{
	.menu .ph
	{
		display: none;
	}
}
.menu .order
{
	font-size: 16px;
	margin-left: 6px;
	text-decoration: none;
}
@media only screen and (max-width:991px)
{
	.menu .order
	{
		display: none;
	}
}
@media only screen and (max-width:800px)
{
	.menu .order
	{
		background: url(../img/icons/phone.png) 50% 50% no-repeat;
		border: 1px solid #003b8f;
		border-radius: 50%;
		display: inline-block;
		font-size: 0;
		height: 43px;
		margin-left: 0;
		margin-top: 5px;
		overflow: hidden;
		text-indent: -9999px;
		vertical-align: top;
		width: 43px;
	}
}
@media only screen and (max-width:767px)
{
	.menu .order
	{
		display: none;
	}
}
@media only screen and (max-width:480px)
{
	.menu .order
	{
		display: inline-block;
	}
}
.menu .btn--top-menu
{
	margin-right: 0!important;
}
.menu .btn--top-menu:not(:first-child)
{
	margin-left: 15px;
}
@media only screen and (max-width:767px)
{
	.menu .btn--top-menu span
	{
		display: none;
	}
	.menu .btn--top-menu .icon-png__top-menu-open
	{
		margin-right: 0;
	}
}
.menu .nav-link--active
{
	background: #2060b8;
	color: #fff;
}
.menu .nav-link--active .icon-png__top-menu-open
{
	background-position: -18px 0;
}
.menu .btn--cart
{
	border: 0;
	border-radius: 0;
	color: #8eaed8;
	margin-right: 15px!important;
	padding: 13px;
}
.menu .btn--cart__name
{
	border-bottom: 1px solid transparent;
}
.menu .btn--cart--active .btn--cart__name
{
	border-bottom-color: currentColor;
}
@media only screen and (max-width:1199px)
{
	.menu .btn--cart__name
	{
		font-size: 0;
	}
}
.menu--shop .order
{
	font-size: 18px;
}
@media only screen and (max-width:1199px)
{
	.menu--shop .order
	{
		background: url(../img/icons/phone.png) 50% 50% no-repeat;
		border: 1px solid #003b8f;
		border-radius: 50%;
		display: inline-block;
		font-size: 0;
		height: 43px;
		margin-left: 0;
		margin-top: 0;
		overflow: hidden;
		text-indent: -9999px;
		vertical-align: top;
		width: 43px;
	}
}
@media only screen and (max-width:480px)
{
	.menu--shop .order
	{
		display: none;
	}
	.menu--shop .top-menu__item:last-child
	{
		text-align: right;
	}
}
.menu--shop .btn--top-menu
{
	margin-right: -15px!important;
}
.menu--shop .btn--top-menu,.menu--shop .btn--top-menu:hover
{
	background: 0 0;
	border-color: transparent;
	color: #fff;
}
.menu--shop .btn--top-menu .icon-png__top-menu-open,.menu--shop .btn--top-menu:hover .icon-png__top-menu-open
{
	background-position: -18px 0;
}
.menu--shop .btn--top-menu.nav-link--active
{
	background: #165bbb;
	border-color: #165bbb;
}
@media only screen and (max-width:767px)
{
	.menu--shop .btn--top-menu
	{
		font-size: 15px;
		padding: 2px 0;
	}
	.menu--shop .btn--top-menu span
	{
		display: inline!important;
	}
}
@media only screen and (max-width:1199px)
{
	.menu--shop .btn--top-menu
	{
		margin-right: 0!important;
	}
	.menu--shop .ph
	{
		display: none;
	}
}
.top-menu,.top-menu__table
{
	display: table;
	width: 100%;
}
.top-menu
{
	background: #fff;
	border-bottom: 2px solid #2060b8;
}
.top-menu,.top-menu a
{
	color: #2060b8;
}
.top-menu__cell
{
	display: table-cell;
	vertical-align: middle;
}
.top-menu__logo
{
	display: block;
	font-size: 0;
	line-height: 0;
}
.top-menu__flex
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	/* display: -webkit-box; */
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-box-align: center;
	webkit-box-pack: justify;
}
.top-menu__item
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.top-menu__item--p0
{
	padding-bottom: 0;
	padding-top: 0;
}
.top-menu__item--pt0
{
	padding-top: 0;
}
.top-menu__item--d-ib
{
	display: inline-block;
}
.top-menu--shop
{
	background: #8EC73D;
	border-bottom: 0;
}
.top-menu--shop,.top-menu--shop a
{
	color: #fff;
}
@media only screen and (max-width:767px)
{
	.top-menu__item:nth-child(1)
	{
		display: none;
	}
	.top-menu--shop .top-menu__item:nth-child(1)
	{
		display: inline-block;
	}
}
.bottom-menu
{
	background: rgba(0,59,143,.94);
	transform: scaleY(0);
	webkit-transform: scaleY(0);
}
.bottom-menu .search
{
	transform: translateY(0) perspective(600px) rotateX(-90deg);
	webkit-transform: translateY(0) perspective(600px) rotateX(-90deg);
}
.bottom-menu .search__input
{
	border: 1px solid #fff;
	font-size: 21px;
	padding: 7px 50px 7px 14px;
	width: calc(100% - 60px);
}
.bottom-menu .search__input::-webkit-input-placeholder
{
	color: #fff;
}
.bottom-menu .search__input::-moz-placeholder
{
	color: #fff;
}
.bottom-menu .search__input:-moz-placeholder
{
	color: #fff;
}
.bottom-menu .search__input:-ms-input-placeholder
{
	color: #fff;
}
.bottom-menu .search__label
{
	font-size: 0;
	left: auto;
	line-height: 0;
	margin-bottom: 0;
	margin-top: -8.5px;
	right: 80px;
	top: 50%;
}
.bottom-menu__table
{
	display: table;
	width: 100%;
}
.bottom-menu__table--line
{
	border-top: 1px dashed #fff;
	padding-top: 30px;
}
@media only screen and (max-width:767px)
{
	.bottom-menu__table
	{
		display: block;
	}
}
.bottom-menu__cell
{
	display: table-cell;
	width: 33.33333%;
}
.bottom-menu__cell--width2
{
	width: 25%;
}
@media only screen and (max-width:767px)
{
	.bottom-menu__cell
	{
		display: block;
		width: 100%!important;
	}
}
.bottom-menu__menu
{
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.bottom-menu__menu--mb0
{
	margin-bottom: 0!important;
}
.bottom-menu__menu--sub
{
	margin-bottom: 0;
	padding-left: 7px;
}
.bottom-menu__menu--sub .bottom-menu__link
{
	margin-bottom: 0;
}
.bottom-menu__menu--sub .bottom-menu__link a
{
	border-radius: 5px;
	display: inline-block;
	padding: 2px 10px;
}
.bottom-menu__menu--sub .bottom-menu__link--active a
{
	background-color: #fff;
	color: #003b8f;
	text-decoration: none;
}
@media only screen and (max-width:991px)
{
	.bottom-menu__menu
	{
		margin-bottom: 45px;
	}
}
@media only screen and (max-width:767px)
{
	.bottom-menu__menu
	{
		margin-bottom: 25px;
	}
}
.bottom-menu__link
{
	margin-bottom: 5px;
}
.bottom-menu__link a
{
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.bottom-menu__link .color-link,.bottom-menu__link--s1,.bottom-menu__link--special,.bottom-menu__link--special a,.diamond__title,.offers__desc
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.bottom-menu__link a:hover
{
	text-decoration: underline;
}
@media only screen and (max-width:991px)
{
	.bottom-menu__link a
	{
		font-size: 15px;
	}
}
.bottom-menu__link .color-link
{
	color: #fff;
	font-size: 23px;
	margin-bottom: 4px;
	text-decoration: none;
}
.bottom-menu__link .color-link::before
{
	top: 9px;
}
@media only screen and (max-width:991px)
{
	.bottom-menu__link .color-link
	{
		font-size: 19px;
	}
	.bottom-menu__link .color-link::before
	{
		top: 6px;
	}
}
.bottom-menu__link--special
{
	margin-bottom: 9px;
}
.bottom-menu__link--special,.bottom-menu__link--special a
{
	font-size: 23px;
}
@media only screen and (max-width:991px)
{
	.bottom-menu__link--special,.bottom-menu__link--special a
	{
		font-size: 19px;
	}
}
.bottom-menu__link--special--m2
{
	margin-bottom: 11px;
}
.bottom-menu__link--s1
{
	font-size: 23px;
	margin-bottom: 10px;
}
.bottom-menu__link--s1 a
{
	font-size: 23px;
}
.bottom-menu__link--shop-emotions a
{
	color: #90c53f;
}
.bottom-menu--box
{
	height: calc(100vh - 163px);
	max-width: 100%;
	padding-left: 3px;
	transform: scale(.8) translateY(100%) rotateX(0);
	webkit-transform: scale(.8) translateY(100%) rotateX(0);
}
.bottom-menu--box .jspPane
{
	padding-left: 3px!important;
}
.bottom-menu--box--type2
{
	height: calc(100vh - 157px);
}
.bottom-menu--nav
{
	position: relative;
}
.bottom-menu--type2
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.bottom-menu--type2 .bottom-menu--box
{
	height: auto;
	overflow-y: hidden;
}
@media only screen and (min-width:768px)
{

	.bottom-menu--type2 .bottom-menu--box .jspContainer
	{
		height: auto!important;
	}
	.bottom-menu--type2 .bottom-menu--box .jspPane
	{
		position: relative!important;
	}
}
.diamond,.diamond__title
{
	background: #fff;
	position: relative;
}
@media only screen and (max-width:767px)
{
	.bottom-menu--type2 .bottom-menu--box
	{
		height: calc(100vh - 102px);
	}
}
.main-logo
{
	display: block;
	font-size: 0;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -9px;
	max-width: 318px;
}
.main-logo .st0,.main-logo .st1,.main-logo .st2,.main-logo .st3
{
	clip-rule: evenodd;
	fill-rule: evenodd;
}
.main-logo .st0
{
	fill: #E1001A;
}
.main-logo .st1
{
	fill: #8DD117;
}
.main-logo .st2
{
	fill: #FCCD04;
}
.main-logo .st3,.main-logo .st4
{
	fill: #165BBB;
}
.main-logo:hover .main-logo__butterfly
{
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	transform: scale(1);
	webkit-transform: scale(1);
}
.main-logo:hover .main-logo__butterfly--left
{
	animation-duration: .7s;
	animation-name: mainLogoButterfly;
	/*transform-origin: 0 center;*/
	transform-origin: 13px 41px;
	webkit-animation-duration: .7s;
	webkit-animation-name: mainLogoButterfly;
	webkit-transform-origin: 0 center;
}
.main-logo:hover .main-logo__butterfly--right
{
	animation-duration: .7s;
	animation-name: mainLogoButterfly;
	/*transform-origin: 100% center;*/
    transform-origin: 7px 41px;
	webkit-animation-duration: .7s;
	webkit-animation-name: mainLogoButterfly;
	webkit-transform-origin: 100% center;
}
.main-logo:hover .main-logo__butterfly--center
{
	animation-duration: .7s;
	animation-name: mainLogoButterflyCenter;
	/*transform-origin: 50% 50%;*/
    transform-origin: 11px 41px;
	webkit-animation-duration: .7s;
	webkit-animation-name: mainLogoButterflyCenter;
	webkit-transform-origin: 50% 50%;
}
.main-logo:hover .main-logo__cube
{
	animation-fill-mode: forwards;
	animation-name: mainLogoCube;
	animation-timing-function: ease;
	transform: rotate(0);
	/*transform-origin: 50% 50%;*/
    transform-origin: 108px 70px;
	webkit-animation-name: mainLogoCube;
	webkit-transform: rotate(0);
	webkit-transform-origin: 50% 50%;
}
.main-logo:hover .main-logo__cube--green{
    transform-origin: 132px 70px;
}
.main-logo:hover .main-logo__cube--blue{
    transform-origin: 119px 70px;
}
.main-logo:hover .main-logo__cube--green,.main-logo:hover .main-logo__cube--yellow
{
	animation-duration: .7s;
	webkit-animation-duration: .7s;
}
.main-logo:hover .main-logo__cube--blue
{
	animation-duration: .5s;
	webkit-animation-duration: .5s;
}
.main-logo:hover .main-logo__a
{
	animation-duration: .7s;
	animation-fill-mode: forwards;
	animation-name: mainLogoA;
	animation-timing-function: ease;
	transform: rotate(0);
	/*transform-origin: 50% 50%;*/
    transform-origin: 12px 30px 0;
	webkit-animation-duration: .7s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-name: mainLogoA;
	webkit-animation-timing-function: ease;
	webkit-transform: rotate(0);
	webkit-transform-origin: 50% 50%;
}
.main-logo img,.main-logo svg
{
	overflow: visible;
	width: 100%;
}
.diamond
{
	height: 878px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
.diamond__title
{
	border: 1px solid transparent;
	border-radius: 5px;
	color: #165bbb;
	display: inline-block;
	font-size: 22px;
	padding: 5px 30px;
	text-transform: uppercase;
	z-index: 1;
}
.diamond__title:before
{
	background: 0 0;
	display: inline-block;
	height: 9px;
	margin-right: 10px;
	margin-top: -4px;
	transform: rotate(45deg);
	vertical-align: middle;
	webkit-transform: rotate(45deg);
	width: 9px;
}
.best-offer__open__btn>*,.feedbacks__pin
{
	vertical-align: top;
}
.diamond__item--color-yellow .diamond__bg,.diamond__item--color-yellow .diamond__bg::after,.diamond__item--color-yellow:hover .diamond__bg:before,.diamond__item--color-yellow:hover .diamond__title:before
{
	background: #fccd04;
}
.diamond__title--top
{
	padding-left: 15px;
	top: -11.88%;
}
@media only screen and (max-width:1199px)
{
	.banner-slider--abs{
		top: 0
	}

	.diamond__title--top
	{
		top: -9.88%;
	}
	.diamond__title
	{
		font-size: 19px;
	}
}
.diamond__title--bottom
{
	padding-left: 15px;
	top: 98.64%;
}
.diamond__title--left
{
	left: -69.55%;
	padding-right: 50px;
	text-align: right;
	top: 38.5%;
}
.diamond__title--right
{
	left: 63.45%;
	padding-left: 50px;
	text-align: left;
	top: 38.5%;
}
.diamond__title--right:before
{
	position: absolute;
	right: 30px;
	top: 17px;
}
@media only screen and (max-width:991px)
{
	.main-logo
	{
		max-width: 205px;
	}
	.diamond__title--bottom,.diamond__title--left,.diamond__title--right,.diamond__title--top
	{
		left: auto;
		padding-left: 15px;
		text-align: left;
		top: -9.88%;
	}
	.diamond__title--right:before
	{
		position: relative;
		right: auto;
		top: auto;
	}
	.diamond__title br
	{
		display: none;
	}
}
@media only screen and (max-width:767px)
{
	.diamond__title
	{
		display: block;
	}
	.diamond__title:not(:last-child)
	{
		margin-bottom: 15px;
	}
	.diamond__title--bottom,.diamond__title--left,.diamond__title--right,.diamond__title--top
	{
		top: auto;
	}
}
.diamond__item
{
	cursor: pointer;
	display: block;
	height: 280px;
	position: absolute;
	width: 373px;
}
.diamond__item--color-yellow .diamond__title
{
	border-color: #fccd04;
}
.diamond__item--color-yellow .diamond__bg:before
{
	border: 2px solid #fccd04;
}
.diamond__item--color-yellow:hover .diamond__img--overlay
{
	border-color: #fccd04;
}
.diamond__item--color-yellow:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-yellow:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(252,205,4,.7);
}
.diamond__item--color-orange .diamond__bg,.diamond__item--color-orange .diamond__bg::after,.diamond__item--color-orange:hover .diamond__bg:before,.diamond__item--color-orange:hover .diamond__title:before
{
	background: #ff7d09;
}
.diamond__item--color-yellow .diamond__splash .st0
{
	fill: #fccd04;
}
.diamond__item--color-orange .diamond__title
{
	border-color: #ff7d09;
}
.diamond__item--color-orange .diamond__bg:before
{
	border: 2px solid #ff7d09;
}
.diamond__item--color-orange:hover .diamond__img--overlay
{
	border-color: #ff7d09;
}
.diamond__item--color-orange:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-orange:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(255,125,9,.7);
}
.diamond__item--color-green .diamond__bg,.diamond__item--color-green .diamond__bg::after,.diamond__item--color-green:hover .diamond__bg:before,.diamond__item--color-green:hover .diamond__title:before
{
	background: #8dd117;
}
.diamond__item--color-orange .diamond__splash .st0
{
	fill: #ff7d09;
}
.diamond__item--color-green .diamond__title
{
	border-color: #8dd117;
}
.diamond__item--color-green .diamond__bg:before
{
	border: 2px solid #8dd117;
}
.diamond__item--color-green:hover .diamond__img--overlay
{
	border-color: #8dd117;
}
.diamond__item--color-green:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-green:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(141,209,23,.7);
}
.diamond__item--color-purple .diamond__bg,.diamond__item--color-purple .diamond__bg::after,.diamond__item--color-purple:hover .diamond__bg:before,.diamond__item--color-purple:hover .diamond__title:before
{
	background: #b859dc;
}
.diamond__item--color-green .diamond__splash .st0
{
	fill: #8dd117;
}
.diamond__item--color-purple .diamond__title
{
	border-color: #b859dc;
}
.diamond__item--color-purple .diamond__bg:before
{
	border: 2px solid #b859dc;
}
.diamond__item--color-purple:hover .diamond__img--overlay
{
	border-color: #b859dc;
}
.diamond__item--color-purple:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-purple:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(184,89,220,.7);
}
.diamond__item--color-red .diamond__bg,.diamond__item--color-red .diamond__bg::after,.diamond__item--color-red:hover .diamond__bg:before,.diamond__item--color-red:hover .diamond__title:before
{
	background: #e2001a;
}
.diamond__item--color-purple .diamond__splash .st0
{
	fill: #b859dc;
}
.diamond__item--color-red .diamond__title
{
	border-color: #e2001a;
}
.diamond__item--color-red .diamond__bg:before
{
	border: 2px solid #e2001a;
}
.diamond__item--color-red:hover .diamond__img--overlay
{
	border-color: #e2001a;
}
.diamond__item--color-red:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-red:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(226,0,26,.7);
}
.diamond__item--color-red2 .diamond__bg,.diamond__item--color-red2 .diamond__bg::after,.diamond__item--color-red2:hover .diamond__bg:before,.diamond__item--color-red2:hover .diamond__title:before
{
	background: #E0001A;
}
.diamond__item--color-red .diamond__splash .st0
{
	fill: #e2001a;
}
.diamond__item--color-red2 .diamond__title
{
	border-color: #E0001A;
}
.diamond__item--color-red2 .diamond__bg:before
{
	border: 2px solid #E0001A;
}
.diamond__item--color-red2:hover .diamond__img--overlay
{
	border-color: #E0001A;
}
.diamond__item--color-red2:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-red2:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(224,0,26,.7);
}
.diamond__item--color-pink .diamond__bg,.diamond__item--color-pink .diamond__bg::after,.diamond__item--color-pink:hover .diamond__bg:before,.diamond__item--color-pink:hover .diamond__title:before
{
	background: #fa47da;
}
.diamond__item--color-red2 .diamond__splash .st0
{
	fill: #E0001A;
}
.diamond__item--color-pink .diamond__title
{
	border-color: #fa47da;
}
.diamond__item--color-pink .diamond__bg:before
{
	border: 2px solid #fa47da;
}
.diamond__item--color-pink:hover .diamond__img--overlay
{
	border-color: #fa47da;
}
.diamond__item--color-pink:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-pink:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(250,71,218,.7);
}
.diamond__item--color-blue .diamond__bg,.diamond__item--color-blue .diamond__bg::after,.diamond__item--color-blue:hover .diamond__bg:before,.diamond__item--color-blue:hover .diamond__title:before
{
	background: #165bbb;
}
.diamond__item--color-pink .diamond__splash .st0
{
	fill: #fa47da;
}
.diamond__item--color-blue .diamond__title
{
	border-color: #165bbb;
}
.diamond__item--color-blue .diamond__bg:before
{
	border: 2px solid #165bbb;
}
.diamond__item--color-blue:hover .diamond__img--overlay
{
	border-color: #165bbb;
}
.diamond__item--color-blue:hover .diamond__bg:after
{
	opacity: .9;
}
.diamond__item--color-blue:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-blue:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(22,91,187,.7);
}
.diamond__item--color-blue2 .diamond__bg,.diamond__item--color-blue2 .diamond__bg::after,.diamond__item--color-blue2:hover .diamond__bg:before,.diamond__item--color-blue2:hover .diamond__title:before
{
	background: #2060b8;
}
.diamond__item--color-blue .diamond__splash .st0
{
	fill: #165bbb;
}
.diamond__item--color-blue2 .diamond__title
{
	border-color: #2060b8;
}
.diamond__item--color-blue2 .diamond__bg:before
{
	border: 2px solid #2060b8;
}
.diamond__item--color-blue2:hover .diamond__img--overlay
{
	border-color: #2060b8;
}
.diamond__item--color-blue2:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-blue2:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(32,96,184,.7);
}
.diamond__item--color-lightblue .diamond__bg,.diamond__item--color-lightblue .diamond__bg::after,.diamond__item--color-lightblue:hover .diamond__bg:before,.diamond__item--color-lightblue:hover .diamond__title:before
{
	background: #14e4da;
}
.diamond__item--color-blue2 .diamond__splash .st0
{
	fill: #2060b8;
}
.diamond__item--color-lightblue .diamond__title
{
	border-color: #14e4da;
}
.diamond__item--color-lightblue .diamond__bg:before
{
	border: 2px solid #14e4da;
}
.diamond__item--color-lightblue:hover .diamond__img--overlay
{
	border-color: #14e4da;
}
.diamond__item--color-lightblue:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-lightblue:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(20,228,218,.7);
}
.diamond__item--color-lightblue2 .diamond__bg,.diamond__item--color-lightblue2 .diamond__bg::after,.diamond__item--color-lightblue2:hover .diamond__bg:before,.diamond__item--color-lightblue2:hover .diamond__title:before
{
	background: #05D7CD;
}
.diamond__item--color-lightblue .diamond__splash .st0
{
	fill: #14e4da;
}
.diamond__item--color-lightblue2 .diamond__title
{
	border-color: #05D7CD;
}
.diamond__item--color-lightblue2 .diamond__bg:before
{
	border: 2px solid #05D7CD;
}
.diamond__item--color-lightblue2:hover .diamond__img--overlay
{
	border-color: #05D7CD;
}
.diamond__item--color-lightblue2:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-lightblue2:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(5,215,205,.7);
}
.diamond__item--color-darkblue .diamond__bg,.diamond__item--color-darkblue .diamond__bg::after,.diamond__item--color-darkblue:hover .diamond__bg:before,.diamond__item--color-darkblue:hover .diamond__title:before
{
	background: #003b8f;
}
.diamond__item--color-lightblue2 .diamond__splash .st0
{
	fill: #05D7CD;
}
.diamond__item--color-darkblue .diamond__title
{
	border-color: #003b8f;
}
.diamond__item--color-darkblue .diamond__bg:before
{
	border: 2px solid #003b8f;
}
.diamond__item--color-darkblue:hover .diamond__img--overlay
{
	border-color: #003b8f;
}
.diamond__item--color-darkblue:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-darkblue:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(0,59,143,.7);
}
.diamond__item--color-blackblue .diamond__bg,.diamond__item--color-blackblue .diamond__bg::after,.diamond__item--color-blackblue:hover .diamond__bg:before,.diamond__item--color-blackblue:hover .diamond__title:before
{
	background: #001738;
}
.diamond__item--color-darkblue .diamond__splash .st0
{
	fill: #003b8f;
}
.diamond__item--color-blackblue .diamond__title
{
	border-color: #001738;
}
.diamond__item--color-blackblue .diamond__bg:before
{
	border: 2px solid #001738;
}
.diamond__item--color-blackblue:hover .diamond__img--overlay
{
	border-color: #001738;
}
.diamond__item--color-blackblue:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-blackblue:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(0,23,56,.7);
}
.diamond__item--color-black .diamond__bg,.diamond__item--color-black .diamond__bg::after,.diamond__item--color-black:hover .diamond__bg:before,.diamond__item--color-black:hover .diamond__title:before
{
	background: #000;
}
.diamond__item--color-blackblue .diamond__splash .st0
{
	fill: #001738;
}
.diamond__item--color-black .diamond__title
{
	border-color: #000;
}
.diamond__item--color-black .diamond__bg:before
{
	border: 2px solid #000;
}
.diamond__item--color-black:hover .diamond__img--overlay
{
	border-color: #000;
}
.diamond__item--color-black:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-black:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(0,0,0,.7);
}
.diamond__item--color-white .diamond__bg,.diamond__item--color-white .diamond__bg::after,.diamond__item--color-white:hover .diamond__bg:before,.diamond__item--color-white:hover .diamond__title:before
{
	background: #fff;
}
.diamond__item--color-black .diamond__splash .st0
{
	fill: #000;
}
.diamond__item--color-white .diamond__title
{
	border-color: #fff;
}
.diamond__item--color-white .diamond__bg:before
{
	border: 2px solid #fff;
}
.diamond__item--color-white:hover .diamond__img--overlay
{
	border-color: #fff;
}
.diamond__item--color-white:hover .diamond__splash
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.diamond__item--color-white:hover .diamond__title
{
	box-shadow: 0 0 5px rgba(255,255,255,.7);
}
.diamond__item--color-white .diamond__splash .st0
{
	fill: #fff;
}
.diamond__item:hover .diamond__title--bottom,.diamond__item:hover .diamond__title--top
{
	z-index: 3;
}
.diamond__item:nth-child(1)
{
	left: 0;
	top: 33px;
}
.diamond__item:nth-child(2)
{
	left: 396px;
	top: 73px;
}
@media only screen and (max-width:1199px)
{
	.diamond__item:nth-child(2)
	{
		left: 50%;
		margin-left: -162.5px;
	}
}
.diamond__item:nth-child(3)
{
	left: 797px;
	top: 33px;
}
@media only screen and (max-width:1199px)
{
	.diamond__item:nth-child(3)
	{
		left: auto;
		right: 0;
	}
}
.diamond__item:nth-child(4)
{
	left: 180px;
	top: 269px;
}
.diamond__item:nth-child(5)
{
	left: 624px;
	top: 269px;
}
@media only screen and (max-width:1199px)
{
	.diamond__item:nth-child(5)
	{
		left: auto;
		right: 135px;
	}
}
.diamond__item:nth-child(6)
{
	left: 0;
	top: 505px;
}
.diamond__item:nth-child(7)
{
	left: 396px;
	top: 468px;
}
@media only screen and (max-width:1199px)
{
	.diamond__item:nth-child(7)
	{
		left: 50%;
		margin-left: -162.5px;
	}
}
.diamond__item:nth-child(8)
{
	left: 797px;
	top: 505px;
}
@media only screen and (max-width:1199px)
{
	.diamond__item:nth-child(8)
	{
		left: auto;
		right: 0;
	}
}
.diamond__item--small
{
	height: 203px;
	width: 270px;
}
.diamond__item--medium
{
	height: 226px;
	width: 300px;
}
.diamond__item--static .diamond__splash
{
	opacity: .8;
	transform: scale(.9);
	webkit-transform: scale(.9);
}
.diamond__item--static.diamond__item--color-yellow .diamond__img
{
	background: #fccd04;
	color: #fff;
}
.diamond__item--static.diamond__item--color-orange .diamond__img
{
	background: #ff7d09;
	color: #fff;
}
.diamond__item--static.diamond__item--color-green .diamond__img
{
	background: #8dd117;
	color: #fff;
}
.diamond__item--static.diamond__item--color-purple .diamond__img
{
	background: #b859dc;
	color: #fff;
}
.diamond__item--static.diamond__item--color-red .diamond__img
{
	background: #e2001a;
	color: #fff;
}
.diamond__item--static.diamond__item--color-red2 .diamond__img
{
	background: #E0001A;
	color: #fff;
}
.diamond__item--static.diamond__item--color-pink .diamond__img
{
	background: #fa47da;
	color: #fff;
}
.diamond__item--static.diamond__item--color-blue .diamond__img
{
	background: #165bbb;
	color: #fff;
}
.diamond__item--static.diamond__item--color-blue2 .diamond__img
{
	background: #2060b8;
	color: #fff;
}
.diamond__item--static.diamond__item--color-lightblue .diamond__img
{
	background: #14e4da;
	color: #fff;
}
.diamond__item--static.diamond__item--color-lightblue2 .diamond__img
{
	background: #05D7CD;
	color: #fff;
}
.diamond__item--static.diamond__item--color-darkblue .diamond__img
{
	background: #003b8f;
	color: #fff;
}
.diamond__item--static.diamond__item--color-blackblue .diamond__img
{
	background: #001738;
	color: #fff;
}
.diamond__item--static.diamond__item--color-black .diamond__img
{
	background: #000;
	color: #fff;
}
.diamond__item--static.diamond__item--color-white .diamond__img
{
	background: #fff;
	color: #fff;
}
.diamond__item--static .diamond__text
{
	font-size: 16px;
	margin-left: 1px;
	margin-top: -14px;
	text-align: center;
	transform: rotate(-45deg);
	webkit-transform: rotate(-45deg);
}
.diamond__item--static .diamond__text .banner__thumb--bigtext
{
	font-size: 77px;
	line-height: 75px;
}
.diamond__item--static2 .diamond__img
{
	background: 0 0!important;
}
.diamond__item--static2.diamond__item--color-yellow .diamond__img--overlay
{
	border-color: #fccd04;
}
.diamond__item--static2.diamond__item--color-orange .diamond__img--overlay
{
	border-color: #ff7d09;
}
.diamond__item--static2.diamond__item--color-green .diamond__img--overlay
{
	border-color: #8dd117;
}
.diamond__item--static2.diamond__item--color-purple .diamond__img--overlay
{
	border-color: #b859dc;
}
.diamond__item--static2.diamond__item--color-red .diamond__img--overlay
{
	border-color: #e2001a;
}
.diamond__item--static2.diamond__item--color-red2 .diamond__img--overlay
{
	border-color: #E0001A;
}
.diamond__item--static2.diamond__item--color-pink .diamond__img--overlay
{
	border-color: #fa47da;
}
.diamond__item--static2.diamond__item--color-blue .diamond__img--overlay
{
	border-color: #165bbb;
}
.diamond__item--static2.diamond__item--color-blue2 .diamond__img--overlay
{
	border-color: #2060b8;
}
.diamond__item--static2.diamond__item--color-lightblue .diamond__img--overlay
{
	border-color: #14e4da;
}
.diamond__item--static2.diamond__item--color-lightblue2 .diamond__img--overlay
{
	border-color: #05D7CD;
}
.diamond__item--static2.diamond__item--color-darkblue .diamond__img--overlay
{
	border-color: #003b8f;
}
.diamond__item--static2.diamond__item--color-blackblue .diamond__img--overlay
{
	border-color: #001738;
}
.diamond__item--static2.diamond__item--color-black .diamond__img--overlay
{
	border-color: #000;
}
.diamond__item--static2.diamond__item--color-white .diamond__img--overlay
{
	border-color: #fff;
}
.diamond__item--static2 .diamond__splash .st0
{
	fill: #dbe9f6;
}
.diamond__item--rotate .diamond__img
{
	border: 5px solid transparent;
	border-radius: 15px;
	height: 75.7%;
	left: 21.33%;
	top: 12.6%;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 56.9%;
}
.diamond__item--rotate .diamond__img--overlay
{
	display: none;
}
.diamond__item--rotate.diamond__item--color-yellow:hover .diamond__img
{
	border-color: #fccd04;
}
.diamond__item--rotate.diamond__item--color-orange:hover .diamond__img
{
	border-color: #ff7d09;
}
.diamond__item--rotate.diamond__item--color-green:hover .diamond__img
{
	border-color: #8dd117;
}
.diamond__item--rotate.diamond__item--color-purple:hover .diamond__img
{
	border-color: #b859dc;
}
.diamond__item--rotate.diamond__item--color-red:hover .diamond__img
{
	border-color: #e2001a;
}
.diamond__item--rotate.diamond__item--color-red2:hover .diamond__img
{
	border-color: #E0001A;
}
.diamond__item--rotate.diamond__item--color-pink:hover .diamond__img
{
	border-color: #fa47da;
}
.diamond__item--rotate.diamond__item--color-blue:hover .diamond__img
{
	border-color: #165bbb;
}
.diamond__item--rotate.diamond__item--color-blue2:hover .diamond__img
{
	border-color: #2060b8;
}
.diamond__item--rotate.diamond__item--color-lightblue:hover .diamond__img
{
	border-color: #14e4da;
}
.diamond__item--rotate.diamond__item--color-lightblue2:hover .diamond__img
{
	border-color: #05D7CD;
}
.diamond__item--rotate.diamond__item--color-darkblue:hover .diamond__img
{
	border-color: #003b8f;
}
.diamond__item--rotate.diamond__item--color-blackblue:hover .diamond__img
{
	border-color: #001738;
}
.diamond__item--rotate.diamond__item--color-black:hover .diamond__img
{
	border-color: #000;
}
.diamond__item--rotate.diamond__item--color-white:hover .diamond__img
{
	border-color: #fff;
}
@media only screen and (max-width:1199px)
{
	.diamond__item
	{
		height: 245px;
		width: 325px;
	}
}
@media only screen and (max-width:991px)
{
	.diamond__item
	{
		margin-bottom: 9.88%;
		position: relative;
	}
	.diamond__item:nth-child(1),.diamond__item:nth-child(2),.diamond__item:nth-child(3),.diamond__item:nth-child(4),.diamond__item:nth-child(5),.diamond__item:nth-child(6),.diamond__item:nth-child(7),.diamond__item:nth-child(8)
	{
		left: 0;
		margin-left: 0;
		right: auto;
		top: auto;
	}
	.diamond__item:nth-child(even)
	{
		float: left;
	}
	.diamond__item:nth-child(odd)
	{
		float: right;
	}
}
@media only screen and (max-width:767px)
{
	.diamond__item
	{
		height: auto;
		margin-bottom: 0;
		width: 100%;
	}
}
.diamond__bg
{
	background: #000;
	border-radius: 5px;
	display: block;
	height: 43.2%;
	position: absolute;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 32.4%;
	z-index: 1;
}
.diamond__bg--left
{
	left: 8.1%;
	top: 28.8%;
}
.diamond__bg--right
{
	left: 60.21%;
	top: 28.8%;
}
.diamond__bg--img
{
	border-radius: 7px;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.diamond__bg:before
{
	background: #fff;
	border-radius: 10px;
	box-sizing: content-box;
	height: 108.5%;
	left: -7px;
	position: absolute;
	top: -7px;
	width: 108.5%;
}
.diamond__bg:after
{
	border-radius: 5px;
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
}
.diamond__img
{
	box-sizing: border-box;
	height: 98.41%;
	left: 13.33%;
	position: absolute;
	top: 1.6%;
	width: 73.97%;
	z-index: 3;
}
.diamond__img img
{
	width: 100%;
}
.diamond__img--overlay
{
	border: 5px solid transparent;
	border-radius: 15px;
	box-sizing: border-box;
	height: 74%;
	left: 13%;
	position: absolute;
	top: 13%;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 74%;
}
.diamond__splash
{
	height: 134.3%;
	left: 0;
	position: absolute;
	top: -18%;
	transform: scale(.5);
	transform-origin: center;
	transition: all .5s cubic-bezier(.8,.49,.45,1.91);
	webkit-transform: scale(.5);
	webkit-transform-origin: center;
	width: 100%;
	z-index: 2;
}
@media only screen and (max-width:767px)
{
	.diamond__bg,.diamond__img,.diamond__splash
	{
		display: none;
	}
	.diamond
	{
		margin-bottom: 50px;
	}
}
.diamond__button
{
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
}
@media only screen and (max-width:991px)
{
	.diamond
	{
		height: auto;
		margin-top: 70px;
	}
	.diamond:after,.diamond:before
	{
		content: " ";
		display: table;
	}
	.diamond:after
	{
		clear: both;
	}
}
.offers
{
	margin-bottom: 45px;
	width: 100%;
}
.offers__body
{
	border: 1px solid #003b8f;
	border-radius: 10px;
	padding: 5px;
}
.offers__body--not-slick .slick-next-custom,.offers__body--not-slick .slick-prev-custom
{
	/* display: none!important; */
}
.offers__body--type2
{
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
}
.offers__item
{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.offers__item img
{
	width: 100%;
}
.offers__desc
{
	background-image: linear-gradient(to bottom,transparent 0,#000 100%);
	bottom: 0;
	color: #fff;
	font-size: 25px;
	left: 0;
	line-height: 27px;
	padding: 40px 20px 21px;
	position: absolute;
	right: 0;
}
.title,.title__big
{
	color: #003b8f;
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.offers--m2
{
	margin-bottom: 20px;
}
@media only screen and (max-width:767px)
{
	.offers__desc
	{
		font-size: 19px;
		line-height: 21px;
	}
	.offers
	{
		margin-bottom: 25px;
	}
	.title__head--flex-start
	{
		padding-bottom: 25px;
	}
}
.title
{
	display: inline-block;
	font-size: 33px;
}
.title__head
{
	align-items: flex-end;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 10px;
	ms-flex-align: end;
	ms-flex-pack: justify;
	position: relative;
	webkit-box-align: end;
	webkit-box-pack: justify;
	z-index: 2;
}
.title__head--flex-start
{
	justify-content: flex-start;
	ms-flex-pack: start;
	webkit-box-pack: start;
}
.title__head--flex-start .text-link
{
	margin-left: 19px;
}
.title__head--m-0
{
	margin-bottom: 0;
	margin-top: 0;
}
.title__head .text-link
{
	position: relative;
	top: -2px;
}
@media only screen and (max-width:767px)
{
	.title__head .text-link
	{
		bottom: 0;
		margin-left: 0;
		position: absolute;
		right: 0;
		top: auto!important;
	}
}
.title__head--big .text-link
{
	top: -3px;
}
.title__head--line
{
	overflow: hidden;
}
.title__head--line .title::after
{
	border-bottom: 1px dashed currentColor;
	bottom: 15px;
	content: "";
	height: 0;
	left: 100%;
	margin-left: 20px;
	position: absolute;
	width: 1000px;
}
@media only screen and (max-width:767px)
{
	.title__head
	{
		align-items: flex-start;
		flex-direction: column;
		ms-flex-align: start;
		ms-flex-direction: column;
		padding-bottom: 25px;
		position: relative;
		webkit-box-align: start;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
}
.title__big
{
	font-size: 40px;
	padding-bottom: 11px;
	padding-top: 48px;
	text-align: center;
}
.title__big--bluepattern
{
	background: url(../img/others/firework.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 7px;
	position: relative;
}
.title__big--bluepattern::before
{
	background: 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.title__arrows,.title__big--bluepattern span
{
	position: relative;
}
.title__big--bluepattern--yellow::before
{
	background: rgba(252,205,4,.9);
}
.title__big--bluepattern--orange::before
{
	background: rgba(255,125,9,.9);
}
.title__big--bluepattern--green::before
{
	background: rgba(141,209,23,.9);
}
.title__big--bluepattern--purple::before
{
	background: rgba(184,89,220,.9);
}
.title__big--bluepattern--red::before
{
	background: rgba(226,0,26,.9);
}
.title__big--bluepattern--red2::before
{
	background: rgba(224,0,26,.9);
}
.title__big--bluepattern--pink::before
{
	background: rgba(250,71,218,.9);
}
.title__big--bluepattern--blue::before
{
	background: rgba(22,91,187,.9);
}
.title__big--bluepattern--blue2::before
{
	background: rgba(32,96,184,.9);
}
.title__big--bluepattern--lightblue::before
{
	background: rgba(20,228,218,.9);
}
.title__big--bluepattern--lightblue2::before
{
	background: rgba(5,215,205,.9);
}
.title__big--bluepattern--darkblue::before
{
	background: rgba(0,59,143,.9);
}
.title__big--bluepattern--blackblue::before
{
	background: rgba(0,23,56,.9);
}
.title__big--bluepattern--black::before
{
	background: rgba(0,0,0,.9);
}
.title__big--bluepattern--white::before
{
	background: rgba(255,255,255,.9);
}
.title__big--text-left
{
	text-align: left;
}
.title__big--p-0
{
	padding-bottom: 0;
	padding-top: 0;
}
.title__big--pt-0
{
	padding-top: 0;
}
.title__big--p-b2
{
	padding-bottom: 40px;
}
.title__big--p-b3
{
	padding-bottom: 25px;
}
.title__big--size2
{
	font-size: 62px;
}
@media only screen and (max-width:767px)
{
	.title__big,.title__big--size2
	{
		font-size: 27px;
	}
}
.title__small
{
	color: #6386b8;
	font-family: PFDinTextCondPro-Light;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
.title__arrows__abs
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.title__arrows__abs .container
{
	height: 100%;
}
@media only screen and (max-width:767px)
{
	.title__arrows__abs
	{
		border-bottom: 1px solid #2060b8;
		display: none;
		padding-bottom: 10px;
		padding-top: 12px;
		position: relative;
	}
}
.slick-next-custom,.slick-prev-custom
{
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transition: all .5s ease;
	z-index: 2;
}
.title__arrows .icon-png__title-arrow
{
	margin-top: 28px;
}
.title__arrows .icon-png__title-arrow--left
{
	float: left;
}
.title__arrows .icon-png__title-arrow--right
{
	float: right;
}
.title.green
{
	color: #75b800;
}
.slick-left-custom,.slick-next-custom,.slick-prev-custom
{
	border: none;
	color: transparent;
	cursor: pointer;
}
.title--mb
{
	margin-bottom: 20px;
}
@media only screen and (max-width:767px)
{
	.title__arrows .icon-png__title-arrow
	{
		margin-top: 0;
	}
	.title
	{
		font-size: 27px;
	}
	.slick-prev-custom-2
	{
		display: none!important;
	}
}
.slick-prev-custom
{
	background-image: url(../img/offer-nav.png);
	background-position: 0 0;
	height: 65px;
	left: 0;
	margin-top: -32.5px;
	transform-origin: center left;
	webkit-transform-origin: center left;
	width: 32px;
}
.slick-prev-custom-blue
{
	background-image: url(../img/offer-nav-blue.png);
	left: 95px;
}
.slick-prev-custom-blue:hover
{
	background-image: url(../img/offer-nav.png);
}
.slick-prev-custom-blue:active
{
	background-image: url(../img/offer-nav-blue.png);
	transform: scale(.9);
	webkit-transform: scale(.9);
}
.slick-prev-custom--type2
{
	background-image: url(../img/icons/offer-nav2.png);
	background-position: 0 0;
	height: 45px;
	/*left: 40px;
	margin-top: -22.5px;*/
	top: 52.8%;
    left: 4.57%;
	width: 28px;
}
.slick-next-custom
{
	background-image: url(../img/offer-nav.png);
	background-position: -32px 0;
	height: 65px;
	margin-top: -32.5px;
	right: 0;
	transform-origin: center right;
	webkit-transform-origin: center right;
	width: 32px;
}
.slick-next-custom-blue
{
	background-image: url(../img/offer-nav-blue.png);
}
.slick-next-custom-blue:hover
{
	background-image: url(../img/offer-nav.png);
}
.slick-next-custom-blue:active
{
	background-image: url(../img/offer-nav-blue.png);
	transform: scale(.9);
	webkit-transform: scale(.9);
}
.slick-next-custom--type2
{
	background-image: url(../img/icons/offer-nav2.png);
	background-position: -28px 0;
	height: 45px;
	/*margin-top: -22.5px;
	right: 40px;*/
	top: 52.8%;
	right: 4.57%;
	width: 28px;
}
.slick-left-custom,.slick-right-custom
{
	background-color: transparent;
	background-repeat: no-repeat;
	height: 65px;
	margin-top: -32.5px;
	position: absolute;
	top: 50%;
	transition: all .5s ease;
	width: 32px;
	z-index: 1;
}
@media only screen and (max-width:480px)
{
	.slick-next-custom--type2,.slick-prev-custom--type2
	{
		display: none!important;
	}
}
.slick-left-custom
{
	background-image: url(../img/offer-nav.png);
	background-position: 0 0;
	left: 0;
	transform-origin: center left;
	webkit-transform-origin: center left;
}
.slick-left-custom-blue
{
	background-image: url(../img/offer-nav-blue.png);
	left: 95px;
}
.slick-left-custom-blue:hover
{
	background-image: url(../img/offer-nav.png);
}
.slick-left-custom-blue:active
{
	background-image: url(../img/offer-nav-blue.png);
	transform: scale(.9);
	webkit-transform: scale(.9);
}
.slick-right-custom
{
	background-image: url(../img/offer-nav.png);
	background-position: -32px 0;
	border: none;
	color: transparent;
	cursor: pointer;
	right: 0;
	transform-origin: center right;
	webkit-transform-origin: center right;
}
.slick-next-custom-2,.slick-prev-custom-2
{
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 51px;
	padding: 0;
	position: absolute;
	width: 50px;
	z-index: 1;
}
.slick-right-custom-blue
{
	background-image: url(../img/offer-nav-blue.png);
}
.slick-right-custom-blue:hover
{
	background-image: url(../img/offer-nav.png);
}
.slick-right-custom-blue:active
{
	background-image: url(../img/offer-nav-blue.png);
	transform: scale(.9);
	webkit-transform: scale(.9);
}
.slick-prev-custom-2
{
	background: url(../img/banner-nav.png) no-repeat;
	left: 50%;
	margin-left: -585px;
	top: 30px;
}
.slick-prev-custom-2:hover
{
	background-position: 0 0;
}
.slick-prev-custom-2--s1,.slick-prev-custom-2--s1:hover
{
	background-position: 0 -102px;
}
@media only screen and (max-width:1199px)
{
	.slick-prev-custom-2
	{
		left: 15px;
		margin-left: 0;
	}
}
@media only screen and (max-width:991px)
{
	.slick-prev-custom-2
	{
		top: 15px;
	}
}
.slick-next-custom-2
{
	background: url(../img/banner-nav.png) -50px 0 no-repeat;
	left: 50%;
	margin-left: 535px;
	top: 30px;
}
.slick-next-custom-2:hover
{
	background-position: -50px 0;
}
.slick-next-custom-2--s1,.slick-next-custom-2--s1:hover
{
	background-position: -50px -102px;
}
@media only screen and (max-width:1199px)
{
	.slick-next-custom-2
	{
		left: auto;
		margin-left: 0;
		right: 15px;
	}
}
@media only screen and (max-width:767px)
{
	.slick-next-custom-2
	{
		display: none!important;
	}
}
.big-offer
{
	background: #fff;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.big-offer:after
{
	clear: both;
	display: table;
}
.big-offer .title
{
	position: relative;
	width: 100%;
	z-index: 2;
}

.big-offer__list
{
	float: left;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	width: 257px;
}
.big-offer__list li
{
	margin-bottom: 15px;
	position: relative;
}
.big-offer__list li.slick-active .span-body
{
	animation-duration: 5s;
	animation-name: big-offer-span;
	animation-timing-function: ease-in;
	webkit-animation-duration: 5s;
	webkit-animation-name: big-offer-span;
	webkit-animation-timing-function: ease-in;
}
.big-offer__list li.slick-active a.big-offer__item
{
	font-family: PFDinTextCondPro-Medium;
	font-weight: 500;
}
.big-offer__list li.slick-active a.big-offer__item:after
{
	background: 0 0;
	border: 1px solid #003b8f;
}
@media only screen and (max-width:767px)
{
	.big-offer__list li.slick-active a.big-offer__item
	{
		font-family: PFDinTextCondPro-Regular;
		font-weight: 400;
	}
}
.best-offer__title,.big-offer__item
{
	font-family: PFDinTextCondPro-Light;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}
.big-offer__list li.slick-active span.big-offer__item
{
	animation-duration: 5s;
	animation-name: big-offer-span2;
	animation-timing-function: ease-in;
	webkit-animation-duration: 5s;
	webkit-animation-name: big-offer-span2;
	webkit-animation-timing-function: ease-in;
}
@media only screen and (max-width:991px)
{
	.slick-next-custom-2
	{
		top: 15px;
	}
	.big-offer__list
	{
		float: none;
		width: 100%;
	}
	.big-offer__list:after,.big-offer__list:before
	{
		content: " ";
		display: table;
	}
	.big-offer__list:after
	{
		clear: both;
	}
	.big-offer__list li
	{
		float: left;
		width: 50%;
	}
}
@media only screen and (max-width:767px)
{
	.big-offer__list li
	{
		width: 100%;
	}
}
.big-offer__item
{
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 5px;
	box-sizing: border-box;
	color: #165bbb;
	display: inline-block;
	line-height: 1.1;
	padding: 0 0 5px 30px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.big-offer__item:after
{
	background: 0 0;
	content: '';
	display: block;
	height: 9px;
	left: 7px;
	position: absolute;
	top: 7px;
	transform: rotate(45deg);
	transition-duration: 1s;
	webkit-transform: rotate(45deg);
	width: 9px;
}
.best-offer-small__p.text__p::before,.best-offer__open__btn .btn--cart-add::after,.best-offer__parent::after,.dropdown:after
{
	content: "";
}
.big-offer__item[data-color=yellow]
{
	border-color: #fccd04;
}
.big-offer__item[data-color=yellow]:after
{
	background: #fccd04;
}
.big-offer__item--not-border[data-color=yellow]
{
	border-color: transparent;
}
.big-offer__item[data-color=orange]
{
	border-color: #ff7d09;
}
.big-offer__item[data-color=orange]:after
{
	background: #ff7d09;
}
.big-offer__item--not-border[data-color=orange]
{
	border-color: transparent;
}
.big-offer__item[data-color=green]
{
	border-color: #8dd117;
}
.big-offer__item[data-color=green]:after
{
	background: #8dd117;
}
.big-offer__item--not-border[data-color=green]
{
	border-color: transparent;
}
.big-offer__item[data-color=purple]
{
	border-color: #b859dc;
}
.big-offer__item[data-color=purple]:after
{
	background: #b859dc;
}
.big-offer__item--not-border[data-color=purple]
{
	border-color: transparent;
}
.big-offer__item[data-color=red]
{
	border-color: #e2001a;
}
.big-offer__item[data-color=red]:after
{
	background: #e2001a;
}
.big-offer__item--not-border[data-color=red]
{
	border-color: transparent;
}
.big-offer__item[data-color=red2]
{
	border-color: #E0001A;
}
.big-offer__item[data-color=red2]:after
{
	background: #E0001A;
}
.big-offer__item--not-border[data-color=red2]
{
	border-color: transparent;
}
.big-offer__item[data-color=pink]
{
	border-color: #fa47da;
}
.big-offer__item[data-color=pink]:after
{
	background: #fa47da;
}
.big-offer__item--not-border[data-color=pink]
{
	border-color: transparent;
}
.big-offer__item[data-color=blue]
{
	border-color: #165bbb;
}
.big-offer__item[data-color=blue]:after
{
	background: #165bbb;
}
.big-offer__item--not-border[data-color=blue]
{
	border-color: transparent;
}
.big-offer__item[data-color=blue2]
{
	border-color: #2060b8;
}
.big-offer__item[data-color=blue2]:after
{
	background: #2060b8;
}
.big-offer__item--not-border[data-color=blue2]
{
	border-color: transparent;
}
.big-offer__item[data-color=lightblue]
{
	border-color: #14e4da;
}
.big-offer__item[data-color=lightblue]:after
{
	background: #14e4da;
}
.big-offer__item--not-border[data-color=lightblue]
{
	border-color: transparent;
}
.big-offer__item[data-color=lightblue2]
{
	border-color: #05D7CD;
}
.big-offer__item[data-color=lightblue2]:after
{
	background: #05D7CD;
}
.big-offer__item--not-border[data-color=lightblue2]
{
	border-color: transparent;
}
.big-offer__item[data-color=darkblue]
{
	border-color: #003b8f;
}
.big-offer__item[data-color=darkblue]:after
{
	background: #003b8f;
}
.big-offer__item--not-border[data-color=darkblue]
{
	border-color: transparent;
}
.big-offer__item[data-color=blackblue]
{
	border-color: #001738;
}
.big-offer__item[data-color=blackblue]:after
{
	background: #001738;
}
.big-offer__item--not-border[data-color=blackblue]
{
	border-color: transparent;
}
.big-offer__item[data-color=black]
{
	border-color: #000;
}
.big-offer__item[data-color=black]:after
{
	background: #000;
}
.big-offer__item--not-border[data-color=black]
{
	border-color: transparent;
}
.big-offer__item[data-color=white]
{
	border-color: #fff;
}
.big-offer__item[data-color=white]:after
{
	background: #fff;
}
.big-offer__item--not-border[data-color=white]
{
	border-color: transparent;
}
.big-offer .span-body
{
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform-origin: 50% 0;
	webkit-transform-origin: 50% 0;
	width: 0;
}
.big-offer span.big-offer__item
{
	border-color: transparent!important;
	color: #fff!important;
	height: 100%;
	width: 300px;
}
.big-offer span.big-offer__item a
{
	color: #fff!important;
}
.big-offer span.big-offer__item:after
{
	background: #fff!important;
}
.big-offer span.big-offer__item[data-color=yellow]
{
	background: #fccd04;
}
.big-offer span.big-offer__item--not-bg[data-color=yellow]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=yellow] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=yellow]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=orange]
{
	background: #ff7d09;
}
.big-offer span.big-offer__item--not-bg[data-color=orange]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=orange] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=orange]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=green]
{
	background: #8dd117;
}
.big-offer span.big-offer__item--not-bg[data-color=green]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=green] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=green]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=purple]
{
	background: #b859dc;
}
.big-offer span.big-offer__item--not-bg[data-color=purple]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=purple] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=purple]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=red]
{
	background: #e2001a;
}
.big-offer span.big-offer__item--not-bg[data-color=red]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=red] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=red]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=red2]
{
	background: #E0001A;
}
.big-offer span.big-offer__item--not-bg[data-color=red2]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=red2] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=red2]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=pink]
{
	background: #fa47da;
}
.big-offer span.big-offer__item--not-bg[data-color=pink]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=pink] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=pink]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=blue]
{
	background: #165bbb;
}
.big-offer span.big-offer__item--not-bg[data-color=blue]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=blue] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=blue]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=blue2]
{
	background: #2060b8;
}
.big-offer span.big-offer__item--not-bg[data-color=blue2]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=blue2] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=blue2]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=lightblue]
{
	background: #14e4da;
}
.big-offer span.big-offer__item--not-bg[data-color=lightblue]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=lightblue] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=lightblue]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=lightblue2]
{
	background: #05D7CD;
}
.big-offer span.big-offer__item--not-bg[data-color=lightblue2]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=lightblue2] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=lightblue2]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=darkblue]
{
	background: #003b8f;
}
.big-offer span.big-offer__item--not-bg[data-color=darkblue]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=darkblue] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=darkblue]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=blackblue]
{
	background: #001738;
}
.big-offer span.big-offer__item--not-bg[data-color=blackblue]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=blackblue] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=blackblue]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=black]
{
	background: #000;
}
.big-offer span.big-offer__item--not-bg[data-color=black]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=black] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=black]:after
{
	background: 0 0!important;
}
.big-offer span.big-offer__item[data-color=white]
{
	background: #fff;
}
.big-offer span.big-offer__item--not-bg[data-color=white]
{
	background: 0 0;
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=white] a
{
	color: transparent!important;
}
.big-offer span.big-offer__item--not-bg[data-color=white]:after
{
	background: 0 0!important;
}
.big-offer__body
{
	margin-bottom: 44px;
	margin-left: 316px;
	margin-top: 20px;
	max-height: 418px;
	overflow: hidden;
}
.big-offer__body--not-slick .slick-next-custom,.big-offer__body--not-slick .slick-prev-custom
{
	display: none!important;
}
.big-offer__body--type2
{
	max-height: 418px;
}
@media only screen and (max-width:991px)
{
	.big-offer__body
	{
		margin-left: 0;
		max-height: none;
	}
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none)
{
	.big-offer__body
	{
		height: 417px;
	}
}

.big-offer__overlay
{
	height: auto;
	max-height: 418px;
	overflow: hidden;
	padding-left: 316px;
	position: absolute;
	right: 0;
	/*top: 91px;*/
	width: 100%;
	z-index: 1;
}

.big-offer__overlay .mask--bg
{
	fill: #fff;
}
.big-offer__overlay .mask--big,.big-offer__overlay .mask--small-2
{
	fill: none;
}
.big-offer__overlay[data-color=yellow] .mask--small-1
{
	fill: rgba(252,205,4,.8);
}
.big-offer__overlay[data-color=orange] .mask--small-1
{
	fill: rgba(255,125,9,.8);
}
.big-offer__overlay[data-color=green] .mask--small-1
{
	fill: rgba(141,209,23,.8);
}
.big-offer__overlay[data-color=purple] .mask--small-1
{
	fill: rgba(184,89,220,.8);
}
.big-offer__overlay[data-color=red] .mask--small-1
{
	fill: rgba(226,0,26,.8);
}
.big-offer__overlay[data-color=red2] .mask--small-1
{
	fill: rgba(224,0,26,.8);
}
.big-offer__overlay[data-color=pink] .mask--small-1
{
	fill: rgba(250,71,218,.8);
}
.big-offer__overlay[data-color=blue] .mask--small-1
{
	fill: rgba(22,91,187,.8);
}
.big-offer__overlay[data-color=blue2] .mask--small-1
{
	fill: rgba(32,96,184,.8);
}
.big-offer__overlay[data-color=lightblue] .mask--small-1
{
	fill: rgba(20,228,218,.8);
}
.big-offer__overlay[data-color=lightblue2] .mask--small-1
{
	fill: rgba(5,215,205,.8);
}
.big-offer__overlay[data-color=darkblue] .mask--small-1
{
	fill: rgba(0,59,143,.8);
}
.big-offer__overlay[data-color=blackblue] .mask--small-1
{
	fill: rgba(0,23,56,.8);
}
.big-offer__overlay[data-color=black] .mask--small-1
{
	fill: rgba(0,0,0,.8);
}
.big-offer__overlay[data-color=white] .mask--small-1
{
	fill: rgba(255,255,255,.8);
}
.big-offer__overlay svg
{
	height: 100%;
	width: 100%;
}
.big-offer__overlay--type2
{
	max-height: 418px;
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none)
{
	.big-offer__overlay
	{
		height: 418px;
	}
}
.big-offer .dots-container
{
	float: left;
	width: 300px;
}

@media only screen and (max-width:991px)
{
	.big-offer__overlay
	{
		bottom: 41px;
		left: 0;
		max-height: none;
		padding-left: 0;
		right: auto;
		top: auto;
	}
	.big-offer .dots-container
	{
		float: none;
		width: 100%;
	}
}

.big-offer--title-head .title
{
	width: auto;
}
.big-offer--not-bg
{
	background: 0 0;
}
.big-offer--not-hidden
{
	overflow: visible;
}
@keyframes big-offer-span
{
	0%
	{
		width: 0;
	}
	100%,90%
	{
		width: 100%;
	}
}
@keyframes big-offer-span2
{
	0%,90%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
.best-offer
{
	height: 317px;
	overflow: hidden;
	width: 100%;
}
.best-offer:hover .best-offer__desc
{
	left: 0;
}
.best-offer__body
{
	border: 1px solid transparent;
	border-radius: 10px;
	max-height: 249px;
	overflow: hidden;
	position: relative;
}
.best-offer__body img
{
	border-radius: 10px;
	display: block;
}
.best-offer__body--border
{
	border-color: #003b8f;
	max-height: 249px;
}
.best-offer__body--not-image
{
	border-color: #AFC7E7;
	max-height: 249px;
}
.best-offer__desc
{
	background: rgba(255,255,255,.7);
	border: 3px solid #fff;
	border-radius: 8px;
	box-sizing: border-box;
	height: 100%;
	left: -100%;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s ease-in;
	width: 100%;
}
.best-offer__title
{
	color: #003b8f;
	margin-top: 10px;
}
.best-offer__title a
{
	text-decoration: underline;
}
.best-offer .color-link
{
	font-size: 22px;
	padding-left: 22px;
}
.best-offer .color-link:before
{
	left: 2px;
	top: 9px;
}
.best-offer__parent
{
	background-color: transparent;
	border-radius: 10px;
	transition: background-color .5s ease,border-radius .5s ease;
}
.best-offer__parent .best-offer__title,.best-offer__parent .best-offer__title::before
{
	transition: all .5s ease;
}
.best-offer__parent .detail-btn:hover,
.best-offer__parent:hover .detail-btn
{
	background: #003b8f !important;
	color: #FFF !important;
}
.best-offer__parent--load
{
	transform: scale(0);
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	webkit-transform: scale(0);
}
.best-offer__parent--load--active
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.best-offer__parent:hover
{
	background-color: #F7FBFF;
	box-shadow: 0 3px 7px 0 #d6d6d6;
}
@media only screen and (max-width:767px)
{
	.best-offer__body img
	{
		width: 100%;
	}
	.best-offer__body
	{
		max-height: none;
	}
	.best-offer__parent:hover
	{
		background-color: transparent;
		box-shadow: none;
	}
}
.best-offer__parent::after
{
	background: url(../img/pat4-arrow.png) no-repeat;
	bottom: -13px;
	height: 19px;
	left: 50%;
	margin-left: -21px;
	opacity: 0;
	position: absolute;
	transition: all .3s ease;
	width: 42px;
}
/*
@media only screen and (min-width:768px)
{
*/
	.best-offer--active
	{
		background-color: #003b8f!important;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.best-offer--active::after
	{
		bottom: -3px;
		opacity: 1;
	}
	.best-offer--active .best-offer__title
	{
		color: #fff;
	}
	.best-offer--active .best-offer__title::before
	{
		background: #fff;
	}
	.best-offer--active .best-offer__body .btn
	{
		opacity: 0;
	}
	.best-offer--active .best-offer--not-height
	{
		padding-bottom: 21px;
	}
	.best-offer--active .best-offer--not-height .btn--darkblue
	{
		background: #fff;
		color: #003b8f;
	}
	.best-offer--active .best-offer--not-height .article,.best-offer--active .best-offer--not-height .article__ul
	{
		color: #fff;
	}
/*
}*/

.best-offer__open
{
	display: none;
	margin-bottom: 37px;
	margin-left: -100%;
	margin-right: -100%;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	width: auto;
}
.best-offer__open__abs
{
	background: url(../img/pat4.png);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.best-offer__open__abs--left
{
	right: 100%;
}
.best-offer__open__abs--right
{
	left: 100%;
}
.best-offer__open>.container
{
	opacity: 0;
	transition: all .5s ease .5s;
}
.best-offer__open__r-column
{
	padding-right: 15px;
}
.best-offer__open__title
{
	line-height: 1.1;
	margin-top: -8px;
	padding-top: 0;
}
@media only screen and (max-width:991px)
{
	.best-offer__open__title
	{
		margin-top: 20px;
	}
}
.best-offer__open__btn
{
	margin-bottom: 25px;
}
.best-offer__open__btn .btn--cart-add
{
	width: 182px;
}
.best-offer__open__btn .btn--cart-add:hover
{
	background: #8dd117;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
.best-offer__open__btn .btn--cart-add:focus
{
	background: #fff;
	box-shadow: none;
}
.best-offer__open__btn .btn--cart-add::after
{
	background: url(../img/icons/btn-cart-add.png) no-repeat;
	height: 27px;
	left: 20px;
	margin-top: -13.5px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transition: all .5s ease .2s;
	width: 27px;
}
.best-offer__open--active>.container,.best-offer__open__btn .btn--cart-add--active::after
{
	opacity: 1;
}
.best-offer__open__btn .btn--cart-add--active
{
	background: #fff;
	box-shadow: none;
	color: #2060b8;
	padding-left: 55px;
}
.best-offer__open__btn .btn--cart-add--active::before
{
	border-color: #2060b8;
}
.best-offer__open__price
{
	display: inline-block;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
	margin-left: 10px;
}
.best-offer__open__price span
{
	font-family: PFDinTextCondPro-Light;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	top: -10px;
}
.best-offer__open__price span:first-child
{
	margin-right: 1px;
}
.best-offer__open__price span:last-child
{
	margin-left: 6px;
}
.best-offer__open__print
{
	margin-top: 60px;
}
@media only screen and (max-width:1199px)
{
	.best-offer__open__print
	{
		margin-top: 20px;
	}
}
.best-offer__open .big-offer
{
	overflow: visible;
	margin-bottom: 0;
}

/*
@media only screen and (max-width:767px)
{
	.best-offer__open
	{
		display: none!important;
	}
}
*/
.best-offer__label
{
	position: absolute;
	right: 10px;
	top: 10px;
}
.best-offer__btn
{
	margin-bottom: 11px;
	min-height: 100px;
}
.best-offer__btn .btn
{
	margin-top: 3px;
}
.best-offer__text
{
	padding-left: 22px;
}
/*
.best-offer__btn-more
{
	display: none;
	margin-top: 10px;
	text-align: right;
}
*/
.best-offer--not-height
{
	height: auto;
	transition: all .5s ease;
}
.best-offer--not-height .best-offer__title
{
	max-height: 50px;
	overflow: hidden;
}
@media only screen and (max-width:767px)
{
	/*.best-offer__btn-more
	{
		display: block;
	}*/
	.best-offer
	{
		height: auto;
		padding-bottom: 20px;
	}
}
.best-offer-animators
{
	height: 435px;
}
.best-offer-animators .best-offer__body
{
	max-height: 372px;
}
.best-offer-animators .best-offer__body .btn
{
	bottom: 0;
	left: 0;
	position: absolute;
}
.best-offer-animators .best-offer__body img
{
	width: 100%;
}
@media only screen and (max-width:767px)
{
	.best-offer-animators .best-offer__body
	{
		max-height: none;
	}
	.best-offer-animators
	{
		height: auto;
	}
}
.best-offer-animators .best-offer__body--border,.best-offer-animators .best-offer__body--not-image
{
	border-color: #AFC7E7;
	max-height: 372px;
}
.best-offer-animators .best-offer__title
{
	font-size: 22px;
	line-height: 1;
}
.best-offer-team
{
	height: 455px;
}
.best-offer-team .text__p
{
	color: #003b8f;
	font-family: PFDinTextCondPro-Medium;
	font-weight: 500;
	line-height: 1.1;
	min-height: 48px;
	padding-bottom: 5px;
	padding-top: 3px;
}
.best-offer-small__count,.report__desc
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.best-offer-team--height2
{
	height: auto;
}
@media only screen and (max-width:767px)
{
	.best-offer-team
	{
		height: auto;
	}
}
.best-offer-small
{
	height: 235px;
	overflow: hidden;
	width: 100%;
}
.best-offer-small__parent
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
}
.best-offer-small__parent--load
{
	transform: scale(0);
	webkit-transform: scale(0);
}
.best-offer-small__parent--load--active
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.best-offer-small__parent--type2 .best-offer-small__body
{
	max-height: 149px!important;
}
.best-offer-small__body
{
	border: 1px solid transparent;
	border-radius: 10px;
	max-height: 149px;
	overflow: hidden;
	position: relative;
}
.best-offer-small__body img
{
	border-radius: 10px;
	display: block;
	width: 100%;
}
.best-offer-small__body--not-image
{
	border-color: #AFC7E7;
	max-height: 149px;
}
.best-offer-small__btn
{
	margin-bottom: 5px;
	margin-top: 5px;
}
.best-offer-small__btn .btn
{
	padding: 1px 3px;
	text-align: center;
}
.best-offer-small__btn .btn--darkblue
{
	color: #fff;
}
.best-offer-small__btn .btn--yellow
{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
	color: #003b8f;
}
.best-offer-small__btn .btn--yellow:hover
{
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
}
@media only screen and (max-width:991px)
{
	.best-offer-small__btn>*
	{
		margin-bottom: 3px;
		width: 100%;
	}
}
.best-offer-small__title.text__p
{
	line-height: 1.15;
	padding-bottom: 3px;
}
@media only screen and (max-width:767px)
{
	.best-offer-small__body
	{
		max-height: none;
	}
	.best-offer-small__title.text__p
	{
		font-size: 17px;
	}
}
.best-offer-small__title--color2.text__p
{
	color: #003b8f;
}
.best-offer-small__p.text__p
{
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #001738;
	display: none;
	font-size: 17px;
	left: 0;
	margin-top: -13px;
	padding: 0 10px 10px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
}
.best-offer-small__p.text__p::before
{
	background-color: #fff;
	height: 4px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 100%;
}
.feedbacks__item:after,.feedbacks__pin:before
{
	content: '';
}
.best-offer-small__count
{
	color: #003b8f;
	font-size: 19px;
	margin-bottom: 3px;
	text-align: center;
}
@media only screen and (min-width:768px)
{
	.best-offer-small--active
	{
		background-color: #fff;
		box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
		z-index: 2;
	}
	.best-offer-small--active .best-offer-small__body
	{
		border-color: #AFC7E7;
		max-height: 149px;
	}
	.best-offer-small--active .best-offer-small__title
	{
		color: #003b8f;
	}
	.best-offer-small--active .best-offer-small__p
	{
		box-shadow: 0 3px 7px 0 rgba(0,0,0,.35);
		display: block;
	}
}
.best-offer-small--height2
{
	height: 268px;
}
@media only screen and (max-width:767px)
{
	.best-offer-small
	{
		height: auto;
		padding-bottom: 20px;
	}
}
.report
{
	height: 284px;
	overflow: hidden;
	width: 100%;
}
.report:hover .report__desc
{
	left: 0;
}
.report__body
{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.report__body img
{
	border-radius: 10px;
	display: block;
	width: 100%;
}
.report__desc
{
	background: rgba(22,91,187,.7);
	border: 3px solid #165bbb;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	height: 100%;
	left: -100%;
	line-height: 1.4;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s ease-in;
	width: 100%;
}
.feedbacks,.feedbacks__pin
{
	box-sizing: border-box;
	position: relative;
}
.report__date
{
	color: #003b8f;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 1px;
	margin-top: 10px;
}
.feedbacks__pin--s1 .diamond__text,.feedbacks__text,.feedbacks__title
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.report__date .btn
{
	margin-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
@media only screen and (max-width:991px)
{
	.report__date
	{
		text-align: center;
	}
	.report__date .btn
	{
		display: block;
		margin-left: 0;
		margin-top: 5px;
		width: 100%;
	}
}
.report .color-link
{
	color: #003b8f;
	font-size: 22px;
	margin-left: 2px;
}
.report .color-link::before
{
	top: 8px;
}
.report--leftside
{
	height: 215px;
}
.report--leftside .report__body
{
	height: 150px;
}
@media only screen and (max-width:991px)
{
	.report
	{
		height: auto;
	}
}
.feedbacks
{
	background: #fff;
	background-size: 100% 100%;
	border-bottom: none;
	border-radius: 15px;
	color: #001738;
	height: 307px;
	margin-bottom: 43px;
	margin-top: -17px;
	padding: 45px 20px 55px 25px;
}
.feedbacks__parent--load
{
	transform: scale(0);
	transition: transform 1.2s ease,-webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	webkit-transform: scale(0);
}
.feedbacks__parent--load--active
{
	transform: scale(1);
	webkit-transform: scale(1);
}
.feedbacks__item
{
	max-height: 220px;
	overflow: hidden;
}
.feedbacks__item:after
{
	clear: both;
	display: table;
}
.feedbacks__title
{
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	width: calc(100% - 150px);
}
.feedbacks__title--s1
{
	width: calc(100% - 240px);
}
@media only screen and (max-width:1199px)
{
	.feedbacks__title--s1
	{
		width: 100%;
	}
}
@media only screen and (max-width:767px)
{
	.feedbacks__item
	{
		max-height: none;
	}
	.feedbacks__title
	{
		width: 100%;
	}
}
.feedbacks__text
{
	box-sizing: border-box;
	display: block;
	font-size: 18px;
}
.feedbacks__text.pull-left,.feedbacks__text.pull-right
{
	width: calc(100% - 150px);
}
.feedbacks__text.pull-left
{
	padding-right: 20px;
}
.feedbacks__text.pull-right
{
	padding-left: 20px;
}
.feedbacks__text .feedbacks__title
{
	margin-top: -5px;
}
@media only screen and (max-width:767px)
{
	.feedbacks__text.pull-left,.feedbacks__text.pull-right
	{
		width: 100%;
	}
	.feedbacks__text.pull-left
	{
		padding-right: 0;
	}
	.feedbacks__text.pull-right
	{
		padding-left: 0;
	}
}
.feedbacks__text--s1.pull-left,.feedbacks__text--s1.pull-right
{
	width: calc(100% - 240px);
}
@media only screen and (max-width:1199px)
{
	.feedbacks__text--s1.pull-left,.feedbacks__text--s1.pull-right
	{
		width: 100%;
	}
}
.feedbacks__pin
{
	border: 1px solid #cbcbcb;
	height: 205px;
	overflow: hidden;
}
.feedbacks__pin:before
{
	background: url(../img/scale.png) no-repeat;
	display: block;
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 42px;
}
.feedbacks__pin.pull-left,.feedbacks__pin.pull-right
{
	width: 150px;
}
.feedbacks__pin--small
{
	border: none;
}
.feedbacks__pin--small:before
{
	display: none;
	height: 168px;
}
.feedbacks__pin--small img
{
	border: 1px solid #cbcbcb;
	height: 100px;
	margin-bottom: 10px;
}
.feedbacks__pin--s1.pull-left,.feedbacks__pin--s1.pull-right
{
	border: none;
	height: 205px;
	left: 0;
	overflow: visible;
	top: 0;
	width: 240px;
}
.feedbacks__pin--s1.pull-left:before,.feedbacks__pin--s1.pull-right:before
{
	display: none;
}
.feedbacks__pin--s1 .diamond__item
{
	height: 152px;
	left: 15px;
	top: 25px;
	width: 203px;
}
.feedbacks__pin--s1 .diamond__item--color-green .diamond__img
{
	background: #75B800;
}
.feedbacks__pin--s1 .diamond__img
{
	border-radius: 15px;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.feedbacks__pin--s1 .diamond__text
{
	margin-top: -7px;
}
.feedbacks__pin--s1 .diamond__splash
{
	opacity: 1;
	transform: scale(1.2);
	webkit-transform: scale(1.2);
}
.feedbacks__pin--s1 .diamond__splash .st0
{
	fill: #dbe9f6;
}
@media only screen and (max-width:1199px)
{
	.feedbacks__pin--s1
	{
		display: none;
	}
}
.feedbacks__pin .fancy.green
{
	color: #75b800;
	font-size: 18px;
	line-height: 1;
}
@media only screen and (max-width:767px)
{
	.feedbacks__pin
	{
		display: none;
	}
}
.feedbacks__btn-more
{
	margin-top: 9px;
}
.feedbacks__btn-more.btn
{
	font-size: 18px;
	padding: 3px 11px;
}
.feedbacks__btn-more--m2
{
	margin-top: 18px;
}
.feedbacks .slick-dots
{
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0 0 17px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.feedbacks .slick-dots li
{
	background: #003b8f;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 6px;
	transition: all .2s ease-in;
	width: 8px;
}
.feedbacks .slick-dots li.slick-active,.feedbacks--blue .slick-dots li.slick-active
{
	border: 2px solid #003b8f;
}
.feedbacks--blue
{
	background: url(../img/recall4.png) no-repeat;
	background-size: 100% 100%;
}
.feedbacks--blue .slick-dots li
{
	background: #003b8f;
}
.feedbacks--blue--s1
{
	background: url(../img/recall6.png) no-repeat;
	background-size: 100% 100%;
}
.feedbacks--blue--type2
{
	background: url(../img/recall9.png) no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width:1199px)
{
	.feedbacks--blue--type2
	{
		background-size: 100% 100%;
		height: 241px;
	}
}
@media only screen and (max-width:767px)
{
	.feedbacks--blue
	{
		background: 0 0;
		border: 1px solid #003b8f;
	}
	.feedbacks--blue::before
	{
		background-color: #fff;
		border-right: 1px solid #003b8f;
		border-top: 1px solid #003b8f;
		content: "";
		height: 20px;
		left: 30px;
		position: absolute;
		top: -11px;
		transform: rotate(-45deg);
		webkit-transform: rotate(-45deg);
		width: 20px;
	}
}
.feedbacks--green
{
	background: url(../img/recall5.png) no-repeat;
	background-size: 100% 100%;
}
.feedbacks--green .slick-dots li
{
	background: #75B800;
}
.feedbacks--green .slick-dots li.slick-active
{
	border: 2px solid #75B800;
}
.feedbacks--green--s1
{
	background: url(../img/recall7.png) no-repeat;
	background-size: 100% 100%;
}
.feedbacks--green--type2
{
	background: url(../img/recall8.png) no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width:1199px)
{
	.feedbacks--green--type2
	{
		background-size: 100% 100%;
		height: 241px;
	}
}
@media only screen and (max-width:767px)
{
	.feedbacks--green
	{
		background: 0 0;
		border: 1px solid #75B800;
	}
	.feedbacks--green::before
	{
		background-color: #fff;
		border-right: 1px solid #75B800;
		border-top: 1px solid #75B800;
		content: "";
		height: 20px;
		left: 30px;
		position: absolute;
		top: -11px;
		transform: rotate(-45deg);
		webkit-transform: rotate(-45deg);
		width: 20px;
	}
}
.partners,.search
{
	position: relative;
}
.feedbacks--not-title-head
{
	margin-top: 44px;
}
.feedbacks--border
{
	background: 0 0;
	border: 1px solid transparent;
	height: auto;
	margin-top: 0;
	padding-bottom: 25px;
	padding-top: 25px;
}
.feedbacks--border .feedbacks__item
{
	max-height: none;
}
.feedbacks--border .feedbacks__title
{
	width: 100%;
}
.feedbacks--border .feedbacks__pin
{
	height: auto;
}
.feedbacks--border .feedbacks__pin .green
{
	font-size: 18px;
	line-height: 1.25;
}
.feedbacks--border .feedbacks__pin--small img
{
	margin-bottom: 7px;
}
.feedbacks--border.feedbacks--blue
{
	border-color: #003b8f;
}
.feedbacks--border.feedbacks--green
{
	border-color: #8dd117;
}
@media only screen and (max-width:991px)
{
	.feedbacks--not-title-head
	{
		margin-top: 0;
	}
	.feedbacks--border .feedbacks__pin.pull-left,.feedbacks--border .feedbacks__pin.pull-right,.feedbacks--border .feedbacks__text.pull-left,.feedbacks--border .feedbacks__text.pull-right
	{
		width: 100%;
	}
	.feedbacks--border .feedbacks__text.pull-left
	{
		padding-right: 0;
	}
	.feedbacks--border .feedbacks__text.pull-right
	{
		padding-left: 0;
	}
	.feedbacks--border .feedbacks__pin.pull-left .fancy,.feedbacks--border .feedbacks__pin.pull-right .fancy
	{
		display: none;
	}
	.feedbacks--border .feedbacks__btn-more.btn
	{
		margin-top: 18px;
	}
}
@media only screen and (max-width:767px)
{
	.feedbacks--border .feedbacks__pin
	{
		display: block;
	}
	.feedbacks
	{
		background-color: #fff;
		height: auto;
		margin-bottom: 25px;
		margin-top: 0;
	}
}
.partners
{
	display: block;
	margin-left: -95px;
	overflow: hidden;
	padding-bottom: 53px;
}
.partners .slick-next-custom,.partners .slick-prev-custom
{
	margin-top: -59px;
}
.partners__item
{
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 8px;
	height: 134px;
	margin: 0 10px;
	overflow: hidden;
	width: 190px;
}
.address
{
	color: #003b8f;
	font-family: PFDinTextCondPro-Light;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
}
.copyright__link,.copyright__text,.search__input,.search__label
{
	color: #fff;
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.footer
{
	background: #f7fbff;
	padding-top: 34px;
}
.footer__row
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-box-align: start;
	webkit-box-pack: justify;
}
@media only screen and (max-width:1199px)
{
	.footer__row
	{
		display: block;
	}
	.footer__row:after,.footer__row:before
	{
		content: " ";
		display: table;
	}
	.footer__row:after
	{
		clear: both;
	}
}
@media only screen and (max-width:767px)
{
	.footer__row:nth-child(2) .footer__cell--width-2
	{
		display: none;
		margin-bottom: 15px;
		padding-right: 0;
		width: 100%;
	}
}
.footer__cell--width-1
{
	width: 265px;
}
.footer__cell--width-2
{
	width: 415px;
}
.footer__cell--width-3
{
	width: 865px;
}
@media only screen and (max-width:1199px)
{
	.footer__cell--width-1,.footer__cell--width-2
	{
		width: 33.33333333333333%;
	}
}
@media only screen and (max-width:991px)
{
	.footer__cell--width-1
	{
		width: 100%;
	}
	.footer__cell--width-2
	{
		width: 50%;
	}
}
@media only screen and (max-width:1199px)
{
	.footer__cell
	{
		float: left;
	}
	.footer__cell:not(:last-child)
	{
		padding-right: 15px;
	}
	.footer__cell #vk_groups,.footer__cell #vk_groups iframe
	{
		width: 100%!important;
	}
}
.footer-nav
{
	align-items: top;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	justify-content: space-between;
	ms-flex-align: top;
	ms-flex-pack: justify;
	padding-top: 41px;
	webkit-box-align: top;
	webkit-box-pack: justify;
	width: 438px;
}
.footer-nav:last-child
{
	margin-right: -15px;
}
.footer-nav--s2
{
	width: 880px;
}
.footer-nav--type2
{
	align-items: center;
	ms-flex-align: center;
	padding-bottom: 23px;
	padding-top: 0;
	webkit-box-align: center;
}
.footer-nav--type2 .header-nav
{
	margin-top: 0!important;
	width: auto;
}
@media only screen and (max-width:1199px)
{
	.footer-nav
	{
		display: block;
		width: 33.33333333333333%;
	}
	.footer-nav:after,.footer-nav:before
	{
		content: " ";
		display: table;
	}
	.footer-nav:after
	{
		clear: both;
	}
	.footer-nav__cell
	{
		float: left;
		width: 50%;
	}
}
@media only screen and (max-width:991px)
{
	.footer__cell:first-child
	{
		padding-right: 0;
	}
	.footer-nav
	{
		width: 50%;
	}
}
@media only screen and (max-width:480px)
{
	.footer-nav
	{
		padding-right: 0!important;
		width: 100%;
	}
	.footer-nav:last-of-type
	{
		padding-top: 0;
	}
	.footer-nav .footer-nav__cell
	{
		text-align: center;
		width: 100%;
	}
	.footer-nav .footer-nav__cell .color-link
	{
		display: inline-block;
		padding-right: 5px;
		width: auto;
	}
}
.footer .color-link,.footer .order
{
	display: block;
}
.footer .main-logo img
{
	width: 100%;
}
.footer .main-logo--type2
{
	padding-top: 17px;
}
.footer .phone
{
	display: block;
	font-size: 40px;
	text-align: left;
}
.footer .phone--font-s2
{
	font-size: 30px;
	line-height: 43px;
	margin-bottom: 5px;
}
.footer .address
{
	margin-bottom: 19px;
	margin-top: 20px;
}
.footer .address--type2
{
	font-size: 21px;
	margin-top: 31px;
}
.footer .order--type2
{
	font-size: 21px;
	text-decoration: none;
}
.copyright__link,.events-diamond__link a
{
	text-decoration: underline;
}
.footer .header-nav
{
	margin-top: 10px;
}
.footer .search2
{
	margin-top: 19px;
}
.footer .search2__input.form-control
{
	border-color: #D5E3F5;
	border-radius: 5px;
	font-size: 21px;
	padding: 5px 14px;
}
.footer .search2__btn.btn
{
	background-image: url(../img/icons/search2.png);
	height: 17px;
	margin-top: -8.5px;
	right: 10px;
	top: 50%;
	width: 17px;
}
@media only screen and (max-width:991px)
{
	.footer .search2
	{
		margin-bottom: 15px;
	}
}
.footer .navLG
{
	margin-bottom: 17px;
	margin-top: 19px;
}
@media only screen and (max-width:1199px)
{
	.footer .phone
	{
		text-align: center;
	}
	.footer .navLG
	{
		display: none;
	}
	.footer-nav__cell .color-link
	{
		width: 100%;
	}
	.footer
	{
		padding-bottom: 34px;
	}
	.footer--shop .footer__cell--width-1
	{
		width: 33.33333333333333%;
	}
	.footer--shop .footer__cell--width-2
	{
		width: 50%;
	}
	.footer--shop .footer__cell--width-3
	{
		width: 66.66666666666667%;
	}
	.footer--shop .footer-nav--type2
	{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		width: auto;
	}
}
@media only screen and (max-width:991px)
{
	.footer--shop .footer__cell--width-1,.footer--shop .footer__cell--width-3
	{
		width: 100%;
	}
	.footer--shop .footer__cell--width-2:first-child
	{
		padding-right: 15px;
	}
	.footer--shop .footer-nav--type2
	{
		padding-top: 23px;
		width: 100%;
	}
	.footer--shop .footer-nav--type2 .color-link
	{
		width: 50%;
	}
}
@media only screen and (max-width:767px)
{
	.footer--shop .footer-nav--type2
	{
		padding-bottom: 0;
	}
}
.insta
{
	background: #fff;
	box-shadow: 0 0 0 1px rgba(4,47,89,.12) inset;
	box-sizing: border-box;
	height: 250px;
	padding: 10px 45px 25px 20px;
	width: 100%;
}
.insta__logo
{
	background: url(../img/insta.png) no-repeat;
	float: left;
	height: 35px;
	margin-right: 40px;
	margin-top: 5px;
	width: 175px;
}
.insta .btn
{
	border-radius: 2px;
	margin-top: 5px;
	padding: 4px 16px;
}
.insta__body
{
	padding-left: 25px;
	padding-top: 15px;
}
.copyright
{
	background: #165bbb;
	font-size: 18px;
	width: 100%;
}
.copyright__text
{
	margin: 0;
	padding: 0;
	width: 45%;
}
@media only screen and (max-width:1199px)
{
	.copyright__text
	{
		width: auto;
	}
}
.copyright__link
{
	margin-top: -23px;
	text-align: right;
	width: 40%;
}
.banner .dots__bg--type2 .banner__link,.banner__title
{
	text-align: center;
}
.copyright__link img
{
	margin-left: 20px;
	position: relative;
	top: 11px;
}
.copyright__body
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	/* display: -webkit-box; */
	/*height: 60px;*/
	padding-top: 20px;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-box-align: center;
	webkit-box-pack: justify;
}
@media only screen and (max-width:1199px)
{
	.copyright__link
	{
		width: auto;
	}
	.copyright__body
	{
		height: auto;
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
@media only screen and (max-width:991px)
{
	.copyright__link
	{
		margin-top: 0;
		text-align: center;
	}
	.copyright__body
	{
		flex-direction: column;
		ms-flex-direction: column;
		text-align: center;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
}
.copyright__social
{
	padding-top: 5px;
}
.copyright__social .icon
{
	margin: 0 5px;
}
.copyright--shop
{
	background: #8EC73D;
}
@media only screen and (max-width:1199px)
{
	.copyright--shop .copyright__body
	{
		flex-direction: column;
		ms-flex-direction: column;
		text-align: center;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
	}
	.copyright--shop .copyright__link
	{
		margin-top: 0;
		text-align: center;
	}
	.copyright--shop .copyright__social
	{
		padding-top: 20px;
	}
}
.search
{
	margin-bottom: 35px;
	margin-top: 30px;
	width: 100%;
}
.search__close
{
	background: url(../img/close.png) no-repeat;
	display: block;
	float: right;
	height: 41px;
	width: 40px;
}
.search__input
{
	background: #03377f;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 18px;
	height: 41px;
	padding: 12px 10px 10px 150px;
	width: calc(100% - 80px);
}
.search2__input.form-control,.search2__input.form-control:focus
{
	border-color: transparent transparent #2060b8;
	box-shadow: none;
}
.search__label
{
	font-size: 18px;
	left: 10px;
	position: absolute;
	top: 10px;
}
.search__label img
{
	margin-right: 5px;
	vertical-align: middle;
}
.search2
{
	position: relative;
}
.search2__input.form-control
{
	border-radius: 0;
	color: #2060b8;
	font-size: 19px;
	height: auto;
	padding: 0 30px 2px 0;
}
.search2__input.form-control::-webkit-input-placeholder
{
	color: #2060b8;
}
.search2__input.form-control::-moz-placeholder
{
	color: #2060b8;
}
.search2__input.form-control:-moz-placeholder
{
	color: #2060b8;
}
.search2__input.form-control:-ms-input-placeholder
{
	color: #2060b8;
}
.search2__btn.btn
{
	background: url(../img/icons/search.png) no-repeat;
	border: 0;
	font-size: 0;
	height: 16px;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}
.text__h3
{
	color: #003b8f;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.text__p
{
	color: #001738;
	font-family: PFDinTextCondPro-Light;
	font-size: 19px;
	font-weight: 300;
	padding-bottom: 25px;
}
.text__p--special
{
	color: #003b8f;
}
.text__p--type2
{
	font-size: 24px;
	font-weight: 400;
}
.text__p--type3
{
	font-family: PFDinTextCondPro-Medium;
	font-size: 25px;
	font-weight: 500;
}
.text__ul
{
	font-family: PFDinTextCondPro-Light;
	font-size: 19px;
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
}
.banner__title,.text__li
{
	font-weight: 400;
}
.text__img
{
	padding-bottom: 20px;
	padding-right: 20px;
}
.banner
{
	overflow: hidden;
}
.banner .dots__bg
{
	background-image: linear-gradient(to bottom,transparent 0,#000 100%);
	bottom: 0;
	height: 83px;
	position: absolute;
	width: 100%;
}
.banner__item
{
	display: flex!important;
	display: -ms-flexbox!important;
	display: -webkit-box!important;
	flex-direction: column;
	height: 680px;
	justify-content: space-between;
	ms-flex-direction: column;
	ms-flex-pack: justify;
	overflow: hidden;
	position: relative;
	webkit-box-pack: justify;
	width: 100%;
	background-size: contain;
    background-repeat: no-repeat;
}
.banner__item .container--table
{
	display: table;
	margin-bottom: 104px;
	margin-top: 5px;
}
@media only screen and (max-width:1199px)
{
	.banner__item .container--table
	{
		margin-bottom: 25px;
	}
}
.banner__item--map
{
	height: 603px;
}
@media only screen and (max-width:767px)
{
	.text__p,.text__p--type2
	{
		font-size: 19px;
	}
	.banner__item--map
	{
		height: auto!important;
	}
	.banner__item--map .container
	{
		padding-left: 0;
		padding-right: 0;
	}
	.banner__item--map #map
	{
		display: none;
	}
}
.banner__listblock,.banner__thumb
{
	display: table-cell;
	vertical-align: bottom;
}
.banner__item--not-h
{
	height: auto;
}
@media only screen and (max-width:767px)
{
	.banner__item
	{
		height: 480px;
	}
	.banner__thumb
	{
		display: none;
	}
}
.banner__img
{
	left: 50%;
	margin-left: -960px;
	position: absolute;
	top: 0;
	width: auto!important;
	z-index: -1;
}
.banner__title
{
	color: #fff;
	font-size: 38px;
	padding-bottom: 20px;
	padding-top: 50px;
	top: 0;
	width: 100%;
}
.banner__link,.banner__thumb
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.banner__title--yellow
{
	background: #fccd04;
	background: rgba(252,205,4,.9);
}
.banner__title--orange
{
	background: #ff7d09;
	background: rgba(255,125,9,.9);
}
.banner__title--green
{
	background: #8dd117;
	background: rgba(141,209,23,.9);
}
.banner__title--purple
{
	background: #b859dc;
	background: rgba(184,89,220,.9);
}
.banner__title--red
{
	background: #e2001a;
	background: rgba(226,0,26,.9);
}
.banner__title--red2
{
	background: #E0001A;
	background: rgba(224,0,26,.9);
}
.banner__title--pink
{
	background: #fa47da;
	background: rgba(250,71,218,.9);
}
.banner__title--blue
{
	background: #165bbb;
	background: rgba(22,91,187,.9);
}
.banner__title--blue2
{
	background: #2060b8;
	background: rgba(32,96,184,.9);
}
.banner__title--lightblue
{
	background: #14e4da;
	background: rgba(20,228,218,.9);
}
.banner__title--lightblue2
{
	background: #05D7CD;
	background: rgba(5,215,205,.9);
}
.banner__title--darkblue
{
	background: #003b8f;
	background: rgba(0,59,143,.9);
}
.banner__title--blackblue
{
	background: #001738;
	background: rgba(0,23,56,.9);
}
.banner__title--white
{
	background: #fff;
	background: rgba(255,255,255,.9);
}
.banner__title--black
{
	background: #000;
	background: rgba(0,0,0,.4);
}
.banner__listblock
{
	background: #fff;
	border-radius: 5px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 340px;
}
.banner__thumb,.banner__thumb--middle
{
	margin-top: 90px;
}
.banner__listblock--dots
{
	left: 50%;
	margin-left: -585px;
	position: absolute;
	top: 120px;
}
.banner__listblock--dots li
{
	border-radius: 5px;
	color: #003b8f;
	cursor: pointer;
	padding: 7px 35px 7px 15px;
}
.banner__listblock--dots li.slick-active
{
	background: #fccd04;
}
.banner__listblock--dots li.slick-active .color-link:before
{
	background: #fff;
}
.banner__list
{
	padding: 7px 35px 7px 15px;
}
.banner__thumb
{
	color: #003b8f;
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	text-align: right;
}
.banner__thumb--bigtext
{
	font-size: 100px;
}
.banner__thumb--smalltext
{
	font-size: 60px;
	font-weight: bold;
}
.banner__thumb--smalltext span
{
	font-size: 20px;
	vertical-align: middle;
	display: block;
}
.banner__thumb .diamond__item
{
	bottom: 60px;
	height: 338px;
	left: auto;
	right: 0;
	text-align: center;
	top: auto;
	width: 450px;
}
.banner__thumb .diamond__item--color-yellow .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #fccd04;
}
.banner__thumb .diamond__item--color-orange .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #ff7d09;
}
.banner__thumb .diamond__item--color-green .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #8dd117;
}
.banner__thumb .diamond__item--color-purple .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #b859dc;
}
.banner__thumb .diamond__item--color-red .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #e2001a;
}
.banner__thumb .diamond__item--color-red2 .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #E0001A;
}
.banner__thumb .diamond__item--color-pink .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #fa47da;
}
.banner__thumb .diamond__item--color-blue .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #165bbb;
}
.banner__thumb .diamond__item--color-blue2 .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #2060b8;
}
.banner__thumb .diamond__item--color-lightblue .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #14e4da;
}
.banner__thumb .diamond__item--color-lightblue2 .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #05D7CD;
}
.banner__thumb .diamond__item--color-darkblue .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #003b8f;
}
.banner__thumb .diamond__item--color-blackblue .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #001738;
}
.banner__thumb .diamond__item--color-black .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #000;
}
.banner__thumb .diamond__item--color-white .diamond__img
{
	background: rgba(255,255,255,.9);
	border: 1px solid #fff;
}
.banner__thumb .diamond__item--nobg .diamond__img
{
	background: 0 0;
	border: none;
}
.banner__thumb .diamond__item--small
{
	height: 166px;
	left: 0;
	position: relative;
	top: 0;
	width: 220px;
}
.banner__thumb .diamond__item .diamond__img
{
	border-radius: 15px;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.banner__link,.banner__shopblock
{
	border-radius: 5px;
	vertical-align: bottom;
}
.banner__thumb .diamond__item .diamond__text
{
	left: -10px;
	position: relative;
	top: 15px;
	width: 100%;
}
.banner__thumb .diamond__item .diamond__button
{
	bottom: -30px;
}
.banner__thumb .diamond__item .diamond__splash .st0
{
	fill: #fff;
}
.banner__thumb .diamond__text
{
	text-align: center;
	transform: rotate(-45deg);
	webkit-transform: rotate(-45deg);
}
.banner__thumb .diamond__splash
{
	transform: scale(1.2);
	webkit-transform: scale(1.2);
}
.banner__nav
{
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1;
}
.banner__link,.banner__nav li
{
	display: table-cell;
}
.banner__nav li.slick-active .banner__link--yellow
{
	background: #fccd04;
}
.banner__nav li.slick-active .banner__link--orange
{
	background: #ff7d09;
}
.banner__nav li.slick-active .banner__link--green
{
	background: #8dd117;
}
.banner__nav li.slick-active .banner__link--purple
{
	background: #b859dc;
}
.banner__nav li.slick-active .banner__link--red
{
	background: #e2001a;
}
.banner__nav li.slick-active .banner__link--red2
{
	background: #E0001A;
}
.banner__nav li.slick-active .banner__link--pink
{
	background: #fa47da;
}
.banner__nav li.slick-active .banner__link--blue
{
	background: #165bbb;
}
.banner__nav li.slick-active .banner__link--blue2
{
	background: #2060b8;
}
.banner__nav li.slick-active .banner__link--lightblue
{
	background: #14e4da;
}
.banner__nav li.slick-active .banner__link--lightblue2
{
	background: #05D7CD;
}
.banner__nav li.slick-active .banner__link--darkblue
{
	background: #003b8f;
}
.banner__nav li.slick-active .banner__link--blackblue
{
	background: #001738;
}
.banner__nav li.slick-active .banner__link--black
{
	background: #000;
}
.banner__nav li.slick-active .banner__link--white
{
	background: #fff;
	color: #003b8f;
}
.banner__nav li.slick-active .banner__link--white:after
{
	background: #003b8f;
}
.banner__link
{
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 18px 17px;
	position: relative;
}
.banner__link--white
{
	color: #fff;
}
.banner__link:after
{
	background: #fff;
	bottom: 10px;
	content: '';
	display: block;
	height: 3px;
	left: 18px;
	position: absolute;
	width: calc(100% - 36px);
}
.banner__link--yellow:hover:after
{
	background: #fccd04;
}
.banner__link--orange:hover:after
{
	background: #ff7d09;
}
.banner__link--green:hover:after
{
	background: #8dd117;
}
.banner__link--purple:hover:after
{
	background: #b859dc;
}
.banner__link--red:hover:after
{
	background: #e2001a;
}
.banner__link--red2:hover:after
{
	background: #E0001A;
}
.banner__link--pink:hover:after
{
	background: #fa47da;
}
.banner__link--blue:hover:after
{
	background: #165bbb;
}
.banner__link--blue2:hover:after
{
	background: #2060b8;
}
.banner__link--lightblue:hover:after
{
	background: #14e4da;
}
.banner__link--lightblue2:hover:after
{
	background: #05D7CD;
}
.banner__link--darkblue:hover:after
{
	background: #003b8f;
}
.banner__link--blackblue:hover:after
{
	background: #001738;
}
.banner__link--black:hover:after
{
	background: #000;
}
.banner__link--white:hover:after
{
	background: #fff;
}
@media only screen and (max-width:767px)
{
	.banner__link
	{
		font-size: 18px;
	}
}
.banner__shopblock
{
	background: rgba(255,255,255,.9);
	color: #003b8f;
	display: table-cell;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 20px;
	width: 340px;
}
.banner__shopblock .text__p
{
	color: #003b8f;
	padding-bottom: 0;
}
.banner__shopblock .text__p--special
{
	font-size: 25px;
	font-weight: 400;
}
.banner__shopblock .text__p--price
{
	font-family: PFDinTextCondPro-Medium;
	font-size: 25px;
	font-weight: 500;
}
.banner-slider__title,.banner__shopblock .btn--type2,.banner__shopblock .text-link--type2
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.banner__shopblock .text__p--type2
{
	padding-bottom: 10px;
}
.banner__shopblock .text-link
{
	padding-top: 10px;
}
.banner__shopblock .text-link--type2
{
	font-size: 21px;
	padding-top: 14px;
}
.banner__shopblock .btn
{
	margin-bottom: 10px;
	margin-right: 10px;
}
.banner__shopblock .btn--type2
{
	margin-right: 5px;
	margin-top: 8px;
	padding: 5px 15px;
}
.banner .banner__list a
{
	display: block;
}
.banner .banner__list:hover
{
	background: #165bbb;
	color: #fff;
}
.banner__body--not-slick .banner__listblock,.banner__body--not-slick .slick-arrow
{
	display: none!important;
}
@media only screen and (max-width:1199px)
{
	.banner-slider--abs{
		bottom: inherit !important;
	}
	.banner__item{
	    background-size: contain;
	    display: block !important;
	    background-repeat: no-repeat;
	}


	.banner__body .banner__item
	{
		height: auto;
	}
	.banner--type2 .dots__bg
	{
		background: #8dd117;
		height: auto;
		padding-bottom: 15px;
		padding-top: 15px;
		position: relative;
	}
	.banner--type2 .banner__nav
	{
		display: block;
	}
	.banner--type2 .banner__nav li
	{
		display: inline-block;
		vertical-align: top;
	}
	.events-advantages
	{
		margin-bottom: 25px;
	}
}
.events-diamond:after,.events-diamond__img:after
{
	background: #fff;
	content: '';
}
.events-diamond__link,.map .banner__item .banner__thumb
{
	vertical-align: middle;
}
@media only screen and (max-width:991px)
{
	.banner--type2 .banner__title
	{
		padding-top: 75px;
	}
}
@media only screen and (max-width:767px)
{

	.banner__shopblock
	{
		width: 100%;
	}
	.banner--type2 .banner__title
	{
		padding-top: 45px;
	}
}
.events
{
	margin-left: -55px;
	padding-bottom: 150px;
	padding-top: 50px;
}
.events-container
{
	overflow: hidden;
	width: 100%;
}
.events-container--left,.events-container--right
{
	display: none;
}
.events__row
{
	clear: both;
	position: relative;
	top: 0;
	width: 100%;
}
.events__row .events-diamond:nth-child(1)
{
	z-index: 12;
}
.events__row .events-diamond:nth-child(2)
{
	z-index: 10;
}
.events__row .events-diamond:nth-child(3)
{
	z-index: 8;
}
.events__row .events-diamond:nth-child(4)
{
	z-index: 6;
}
.events__row:nth-child(2)
{
	top: -45px;
}
.events__row:nth-child(3)
{
	top: -90px;
}
.events__row:nth-child(4)
{
	top: -135px;
}
.events__row:nth-child(5)
{
	top: -180px;
}
.events__row:nth-child(even)
{
	left: 146px;
}
.events__row:nth-child(even) .events-diamond:nth-child(1)
{
	z-index: 11;
}
.events__row:nth-child(even) .events-diamond:nth-child(2)
{
	z-index: 9;
}
.events__row:nth-child(even) .events-diamond:nth-child(3)
{
	z-index: 7;
}
.events__row:nth-child(even) .events-diamond:nth-child(4)
{
	z-index: 5;
}
.events-diamond
{
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	float: left;
	height: 200px;
	margin-left: 90px;
	position: relative;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 200px;
}
.events-diamond:after
{
	border-radius: 10px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.events-diamond__link
{
	box-sizing: border-box;
	color: #003b8f;
	font-size: 22px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	transform: rotate(-45deg);
	transition: all .2s ease-in;
	webkit-transform: rotate(-45deg);
	width: 200%;
	z-index: 4;
}
.events-diamond__img,.events-diamond__img:after
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.events-diamond__link span
{
	font-size: 18px;
}
.events-diamond__img
{
	border-radius: 10px;
	overflow: hidden;
}
.events-diamond__img img
{
	border-radius: 10px;
}
.events-diamond__img:after
{
	border-radius: 5px;
	display: block;
	transform-origin: center;
	transition: all .2s ease-in;
	webkit-transform-origin: center;
}
.events-diamond__bg--img,.events-diamond__bg:after,.events-diamond__bg:before
{
	position: absolute;
	transition: all .3s ease-in;
}
.events-diamond__bg
{
	background: #000;
	border-radius: 5px;
	display: block;
	height: 65%;
	position: absolute;
	width: 65%;
	z-index: 1;
}
.events-diamond__bg--left
{
	left: -29.79%;
	top: 72.8%;
}
.events-diamond__bg--right
{
	right: -29.79%;
	top: -31.2%;
}
.events-diamond__bg--bottom
{
	right: -29.79%;
	top: 72.8%;
}
.events-diamond__bg--img
{
	border-radius: 7px;
	height: 100%;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}
.events-diamond__bg:before
{
	background: #fff;
	border: 1px solid transparent;
	border-radius: 10px;
	content: '';
	height: 108.5%;
	left: -6px;
	top: -6px;
	width: 108.5%;
}
.events-diamond__bg:after
{
	background: 0 0;
	border-radius: 5px;
	content: '';
	height: 100%;
	left: 0;
	opacity: .7;
	top: 0;
	width: 100%;
}
.events-diamond:first-child .events-diamond__bg--left
{
	left: -18%;
	top: 50%;
}
.events-diamond__area
{
	align-items: center;
	border-radius: 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-pack: center;
	overflow: hidden;
	webkit-box-align: center;
	webkit-box-pack: center;
	width: 100%;
}
.events-diamond__area:hover .events-diamond__img:after
{
	transform: scale(0);
	webkit-transform: scale(0);
}
.events-diamond__area:hover .events-diamond__link
{
	background: rgba(0,0,0,.75);
	color: #fff;
}
.events-diamond__area:hover .events-diamond__link a
{
	color: #fff;
	text-decoration: none;
}
.events--yellow .events-diamond,.events--yellow .events-diamond__bg:before
{
	border-color: #fccd04;
}
.events--yellow .events-diamond__bg:after
{
	background: #fccd04;
}
.events--orange .events-diamond,.events--orange .events-diamond__bg:before
{
	border-color: #ff7d09;
}
.events--orange .events-diamond__bg:after
{
	background: #ff7d09;
}
.events--green .events-diamond,.events--green .events-diamond__bg:before
{
	border-color: #8dd117;
}
.events--green .events-diamond__bg:after
{
	background: #8dd117;
}
.events--purple .events-diamond,.events--purple .events-diamond__bg:before
{
	border-color: #b859dc;
}
.events--purple .events-diamond__bg:after
{
	background: #b859dc;
}
.events--red .events-diamond,.events--red .events-diamond__bg:before
{
	border-color: #e2001a;
}
.events--red .events-diamond__bg:after
{
	background: #e2001a;
}
.events--red2 .events-diamond,.events--red2 .events-diamond__bg:before
{
	border-color: #E0001A;
}
.events--red2 .events-diamond__bg:after
{
	background: #E0001A;
}
.events--pink .events-diamond,.events--pink .events-diamond__bg:before
{
	border-color: #fa47da;
}
.events--pink .events-diamond__bg:after
{
	background: #fa47da;
}
.events--blue .events-diamond,.events--blue .events-diamond__bg:before
{
	border-color: #165bbb;
}
.events--blue .events-diamond__bg:after
{
	background: #165bbb;
}
.events--blue2 .events-diamond,.events--blue2 .events-diamond__bg:before
{
	border-color: #2060b8;
}
.events--blue2 .events-diamond__bg:after
{
	background: #2060b8;
}
.events--lightblue .events-diamond,.events--lightblue .events-diamond__bg:before
{
	border-color: #14e4da;
}
.events--lightblue .events-diamond__bg:after
{
	background: #14e4da;
}
.events--lightblue2 .events-diamond,.events--lightblue2 .events-diamond__bg:before
{
	border-color: #05D7CD;
}
.events--lightblue2 .events-diamond__bg:after
{
	background: #05D7CD;
}
.events--darkblue .events-diamond,.events--darkblue .events-diamond__bg:before
{
	border-color: #003b8f;
}
.events--darkblue .events-diamond__bg:after
{
	background: #003b8f;
}
.events--blackblue .events-diamond,.events--blackblue .events-diamond__bg:before
{
	border-color: #001738;
}
.events--blackblue .events-diamond__bg:after
{
	background: #001738;
}
.events--black .events-diamond,.events--black .events-diamond__bg:before
{
	border-color: #000;
}
.events--black .events-diamond__bg:after
{
	background: #000;
}
.events--white .events-diamond,.events--white .events-diamond__bg:before
{
	border-color: #fff;
}
.events--white .events-diamond__bg:after
{
	background: #fff;
}
.events-advantages
{
	text-align: center;
}
.events-advantages__i
{
	padding-bottom: 24px;
	position: relative;
}
.events-advantages__img
{
	height: 271px;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
}
.events-advantages__img img
{
	width: 100%;
}
.events-advantages__bg
{
	background: 0 0;
	border-radius: 15px;
	bottom: 32px;
	height: 190px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 190px;
	z-index: -1;
}
.events-advantages__bg--yellow
{
	background: #fccd04;
}
.events-advantages__bg--orange
{
	background: #ff7d09;
}
.events-advantages__bg--green
{
	background: #8dd117;
}
.events-advantages__bg--purple
{
	background: #b859dc;
}
.events-advantages__bg--red
{
	background: #e2001a;
}
.events-advantages__bg--red2
{
	background: #E0001A;
}
.events-advantages__bg--pink
{
	background: #fa47da;
}
.events-advantages__bg--blue
{
	background: #165bbb;
}
.events-advantages__bg--blue2
{
	background: #2060b8;
}
.events-advantages__bg--lightblue
{
	background: #14e4da;
}
.events-advantages__bg--lightblue2
{
	background: #05D7CD;
}
.events-advantages__bg--darkblue
{
	background: #003b8f;
}
.events-advantages__bg--blackblue
{
	background: #001738;
}
.events-advantages__bg--black
{
	background: #000;
}
.events-advantages__bg--white
{
	background: #fff;
}
.events-advantages .text__p
{
	min-height: 77px;
}
@media only screen and (max-width:991px)
{
	.events-advantages .text__p
	{
		min-height: 62px;
		padding-bottom: 10px;
	}
}
.banner-slider
{
	background: rgba(0,0,0,.6);
	width: 100%;
}
.banner-slider__title
{
	color: #fff;
	float: left;
	font-size: 31px;
	line-height: 21px;
	padding: 16px 40px;
	text-align: center;
}
.banner-slider__title a
{
	border-bottom: 1px dotted;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}
@media only screen and (max-width:991px)
{
	.banner-slider__title
	{
		float: none;
	}
}
.banner-slider__body
{
	padding-top: 4px;
}
@media only screen and (max-width:1199px)
{
	.banner-slider__body
	{
		padding-bottom: 4px;
	}
}
.banner-slider__item
{
	border-radius: 5px;
	float: left;
	height: 67px;
	margin: 5px 10px;
	overflow: hidden;
	width: 115px;
}
.banner-slider__item img
{
	transition: all 0.5s ease-in-out;
}
.banner-slider__item:hover
{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 999
}
.banner-slider__item img{
	z-index: 999
}
@media only screen and (max-width:991px)
{
		/*
	.banner-slider__item
	{
		width: calc((100% - 100px)/ 5);
	}
	*/
	.banner-slider__item:nth-child(6)
	{
		display: none;
	}
}
@media only screen and (max-width:767px)
{
	.events-advantages .text__p
	{
		min-height: 1px;
	}
	.banner-slider__body
	{
		display: none;
	}
	.banner-slider__item
	{
		width: calc((100% - 40px)/ 2);
	}
}
.banner-slider--abs
{
	bottom: 0;
	left: 0;
	position: absolute;
}
.lenta-slider__item
{
	height: 306px;
	margin: 7px;
	overflow: hidden;
	position: relative;
	width: 470px;
}
.lenta-slider__img
{
	left: 0;
	position: absolute;
	top: 0;
	transition: all 2s ease;
	width: 100%;
}
.lenta-slider__img:hover
{
	transform: scale(1.2);
	webkit-transform: scale(1.2);
}
.lenta-slider--last
{
	padding-bottom: 7px;
}
.leftside-nav
{
	border: 1px solid #155bba;
	border-radius: 5px;
	color: #155bba;
	padding: 20px 0;
}
.leftside-nav__title
{
	font-size: 25px;
	font-weight: 400;
	padding-left: 20px;
}
.leftside-nav__list
{
	font-family: PFDinTextCondPro-Light;
	font-size: 20px;
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftside-nav__list li a
{
	display: block;
	padding: 5px 20px;
}
.leftside-nav__list li a:hover
{
	background: #155bba;
	color: #fff;
}
.map .banner__listblock .color-link:before,.shopblock
{
	background: #fff;
}
.map
{
	position: relative;
}
.map--s1
{
	border: 1px solid #b9cde7;
	border-radius: 10px;
	margin-top: 16px;
	overflow: hidden;
	z-index: 1;
}
.map #map
{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.map .btn
{
	box-shadow: 0 0 5px #b18f00;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
	padding: 12px 24px;
}
.body-search__input,.body-search__label,.body-search__label .btn,.top-shop__nav--slider .dots-container li span,.top-shop__nav--slider .present__title
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.map .banner__item
{
	justify-content: flex-start;
	ms-flex-pack: start;
	webkit-box-pack: start;
}
.map .banner__item .container--table
{
	margin-top: 25px;
}
.map .banner__title
{
	color: #003b8f;
	font-size: 25px;
	padding-bottom: 2px;
	padding-top: 0;
	position: relative;
	text-align: left;
	text-shadow: none;
	z-index: 1;
}
.btn--dotted,.btn--s2-3,.btn--s2-5
{
	text-shadow: 0 0 5px #b18f00;
}
.map .banner__listblock
{
	border-radius: 0;
	padding-bottom: 19px;
	padding-top: 18px;
	position: relative;
	width: 584px;
	z-index: 1;
}
@media only screen and (max-width:767px)
{
	.lenta-slider__item
	{
		height: 215px;
	}
	.map .banner__listblock
	{
		width: 100%;
	}
}
.map .banner__list
{
	color: #003b8f;
	font-size: 19px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 12px 0;
}
.map .banner__list:last-child
{
	border-bottom: none;
}
.map .banner__list .banner__listblock
{
	padding-bottom: 0;
	padding-top: 0;
	width: auto;
}
.map .banner__list .banner__listblock .banner__list
{
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.map .banner__list .banner__listblock .banner__list:not(:last-child)
{
	margin-bottom: 10px;
}
.map .banner__list .phone
{
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
}
.map .banner__thumb
{
	display: inline-block;
	float: right;
	position: relative;
	top: 90px;
}
.map .banner__link-underline
{
	color: #165bbb;
	text-decoration: underline;
}
.map--desc
{
	margin-top: 18px;
}
.map--desc .text__p
{
	margin-bottom: 5px;
	padding-bottom: 0;
}
@media only screen and (max-width:991px)
{
	.map--manager
	{
		margin-top: 20px;
	}
	.map--manager .content__item
	{
		width: 50%;
	}
	.map--manager .manager
	{
		margin-left: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px)
{
	.map .banner__list .phone
	{
		font-size: 40px;
	}
	.map--manager .content__item
	{
		width: 100%;
	}
	.map--manager .content__item:first-child
	{
		display: none;
	}
	.map--manager .manager
	{
		margin-top: 0;
	}
}
.shopblock
{
	border-radius: 3px;
	color: #003b8f;
	display: table;
	margin-bottom: 10px;
	margin-left: -23px;
	padding: 10px 10px 10px 25px;
	width: 100%;
}
.shopblock__item
{
	display: table-cell;
	padding: 3px 8px;
	text-align: center;
}
.shopblock__item:nth-child(2)
{
	border-left: 1px solid #dbe9f6;
	border-right: 1px solid #dbe9f6;
}
.shopblock__item .no-active
{
	color: #dbe9f6;
}
.shopblock__label
{
	color: #8dd117;
	float: left;
}
.shopblock__for
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 75px;
}
.shopblock__img
{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	width: calc(50% - 5px);
}
.shopblock__img img
{
	width: 100%;
}
.shopblock--type2
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	font-size: 19px;
	margin-left: -20px;
	margin-right: -15px;
	width: auto;
}
.shopblock--type2:first-of-type
{
	margin-top: 15px;
}
.shopblock--type2 .shopblock__item
{
	display: block;
}
.shopblock--type2 .shopblock__for
{
	margin-left: 5px;
	padding: 0;
}
.top-shop
{
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 8px;
	text-decoration: none;
	width: 100%;
}
.breadcrumb>li>a,.link-print span,.modal__captcha--refresh,.order
{
	text-decoration: underline;
}
.top-shop:not(:last-child)
{
	margin-bottom: 40px;
}
.top-shop__nav
{
	display: table-cell;
	list-style: none;
	padding: 0;
	vertical-align: top;
	width: 360px;
}
.top-shop__nav--slider
{
	display: block;
	float: left;
}
.top-shop__nav--slider .dots-container
{
	margin-bottom: 10px;
	width: 100%;
}
.top-shop__nav--slider .dots-container li
{
	border-bottom: 1px solid #dbe9f6;
	border-radius: 5px 0 0 5px;
	padding: 5px 12px 12px;
}
.top-shop__nav--slider .dots-container li.slick-active .btn--green,.top-shop__nav--slider .present__title .btn--green
{
	border-color: #fff;
	color: #003b8f;
}
.top-shop__nav--slider .dots-container li span
{
	color: #003b8f;
	display: block;
	font-size: 21px;
	margin-bottom: 3px;
}
.top-shop__nav--slider .dots-container li .btn
{
	border-radius: 3px;
	font-size: 16px;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.top-shop__nav--slider .dots-container li.slick-active
{
	background: #8dd117;
}
.top-shop__nav--slider .top-shop__nav
{
	height: auto;
	margin-bottom: 15px;
}
.top-shop__nav--slider .text-link
{
	margin-left: 12px;
}
.top-shop__nav--slider .present__title
{
	color: #003b8f;
	font-size: 21px;
	margin-bottom: 3px;
	padding: 5px 12px 12px;
}
.top-shop__nav--slider .present__title .btn
{
	border-radius: 3px;
	font-size: 16px;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
@media only screen and (max-width:767px)
{
	.top-shop__nav--slider
	{
		float: none;
		width: 100%;
	}
	.top-shop__nav
	{
		display: block;
		float: none;
		width: 100%;
	}
}
.top-shop__body
{
	display: table-cell;
	vertical-align: top;
}
.top-shop__body .offers__item
{
	border-radius: 0;
	float: left;
	margin: 5px;
	max-height: 176px;
	width: calc(100% / 3 - 10px);
}
@media only screen and (max-width:991px)
{
	.top-shop__body .offers__item
	{
		width: calc(100% / 2 - 10px);
	}
}
.top-shop__body .offers__desc
{
	font-size: 17px;
	line-height: 19px;
	padding: 40px 7px 8px;
}
.top-shop__body--slider
{
	display: block;
	float: left;
	margin-left: -10px;
	position: relative;
	width: calc(100% - 350px);
	z-index: 1;
}
.top-shop--big,.top-shop--big .top-shop__body,.top-shop--big .top-shop__nav
{
	height: 600px;
}
@media only screen and (max-width:767px)
{
	.top-shop__body--slider
	{
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.top-shop__body
	{
		display: block;
		margin-top: 20px;
	}
	.top-shop--big,.top-shop--big .top-shop__body,.top-shop--big .top-shop__nav
	{
		height: auto;
	}
}
.top-shop__item
{
	background: #fff;
	border: 1px solid #8dd117;
	border-radius: 10px;
	padding: 5px;
}
.top-shop__item:after
{
	clear: both;
	content: '';
	display: table;
}
.top-shop__item--type2
{
	border: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.top-shop__socials
{
	background: rgba(0,0,0,.4);
	border-bottom-left-radius: 10px;
	padding: 13px 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.top-shop__socials .social:not(:last-child)
{
	margin-right: 18px;
}
.top-shop--not-h
{
	height: auto;
}
.body-search
{
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.body-search__input
{
	background-color: #f7fbff;
	border: 1px solid #003b8f;
	border-radius: 10px;
	box-sizing: border-box;
	color: #003b8f;
	font-size: 20px;
	font-style: italic;
	height: 50px;
	padding-left: 15px;
	width: 100%;
}
.body-search__input::-webkit-input-placeholder
{
	color: #b0c4df;
}
.body-search__input::-moz-placeholder
{
	color: #b0c4df;
}
.body-search__input:-moz-placeholder
{
	color: #b0c4df;
}
.body-search__input:-ms-input-placeholder
{
	color: #b0c4df;
}
.body-search__label
{
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.body-search__label .btn
{
	height: 50px;
}
.body-search .dropdown
{
	margin-right: 15px;
	margin-top: 20px;
}
@media only screen and (max-width:767px)
{
	.body-search .dropdown
	{
		display: block;
		margin-right: 0;
		width: 100%;
	}
}
.body-search--mb-0
{
	margin-bottom: 0;
}
@media only screen and (max-width:1199px)
{
	.body-search .btn-group--type2
	{
		margin-left: 0;
		margin-top: 20px;
		top: auto;
	}
}
.dropdown
{
	border: 1px solid #dbe9f6;
	border-radius: 10px;
	box-sizing: border-box;
	color: #8dd117;
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
	font-weight: 400;
	height: 50px;
	line-height: 48px;
	padding: 0 13px;
	position: relative;
	width: 230px;
	z-index: 3;
}
.dropdown span,.page-nav__item
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.dropdown__input
{
	display: none;
}
.dropdown span
{
	color: #003b8f;
}
.dropdown__list
{
	animation-duration: .5s;
	animation-name: hideAnimation;
	animation-timing-function: ease-in;
	background: #fff;
	border: 1px solid #dbe9f6;
	border-radius: 0 0 10px 10px;
	color: #165bbb;
	display: block;
	left: -1px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: -1px;
	top: 100%;
	transform-origin: 50% 0;
	webkit-animation-duration: .5s;
	webkit-animation-name: hideAnimation;
	webkit-animation-timing-function: ease-in;
	webkit-transform-origin: 50% 0;
	z-index: 2;
}
.dropdown__item
{
	line-height: 1.5;
	padding: 10px 13px;
}
.dropdown__item:hover
{
	background: #dbe9f6;
	color: #003b8f;
}
.dropdown:after
{
	background: url(../img/icons/dropdown-arrow.png) no-repeat;
	height: 7px;
	margin-top: -3.5px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform-origin: center;
	transition: all .5s ease-in;
	webkit-transform-origin: center;
	width: 11px;
}
.page-nav__item:before,.page-nav__list:before
{
	content: '';
}
.dropdown--active
{
	border-radius: 10px 10px 0 0;
}
.present,.present__title
{
	border-radius: 5px 0 0 5px;
	width: 100%;
}
.dropdown--active .dropdown__list
{
	animation-duration: .5s;
	animation-name: showAnimation;
	animation-timing-function: ease-in;
	display: block;
	webkit-animation-duration: .5s;
	webkit-animation-name: showAnimation;
	webkit-animation-timing-function: ease-in;
}
.dropdown--active:after
{
	transform: rotate(-180deg);
	webkit-transform: rotate(-180deg);
}
.present
{
	background: #f7fbff;
	height: 100%;
}
.present__title
{
	background: #8dd117;
	color: #003b8f;
	padding: 10px;
}
.present__title .btn
{
	border-radius: 4px;
	font-size: 15px;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.present__title .btn--green
{
	color: #165bbb;
}
.present .text__p
{
	padding: 10px;
}
.present__block
{
	background: #fff;
	border-radius: 5px;
	color: #003b8f;
	font-size: 19px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	width: calc(100% - 40px);
}
.page-nav
{
	margin: 30px 0;
	text-align: center;
	width: 100%;
}
.page-nav__list
{
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.page-nav__list:before
{
	background: #d1e0f3;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.page-nav__item
{
	color: #003b8f;
	float: left;
	font-size: 17px;
	margin: 0 20px;
	position: relative;
}
.page-nav__item--active,.page-nav__item:hover
{
	color: #fff;
}
.page-nav__item:first-child
{
	margin-left: 0;
}
.page-nav__item:last-child
{
	margin-right: 0;
}
.page-nav__item a
{
	display: block;
	height: 22px;
	line-height: 25px;
	position: relative;
	text-align: center;
	width: 22px;
	z-index: 1;
}
.page-nav__item:before
{
	background: #fff;
	border: 1px solid #003b8f;
	border-radius: 2px;
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transform-origin: center;
	webkit-transform: rotate(45deg);
	webkit-transform-origin: center;
	width: 22px;
	z-index: 0;
}
.btn-group,.modal
{
	position: relative;
}
.page-nav__item:hover:before
{
	background: #003b8f;
}
.page-nav__item--active:before
{
	background: #003b8f;
	height: 26px;
	left: -2px;
	top: -2px;
	width: 26px;
}
.page-nav--p-l
{
	padding-left: 65px;
}
@media only screen and (max-width:1199px)
{
	.page-nav--p-l
	{
		padding-left: 0;
	}
}
.shop-detal
{
	padding-right: 20px;
}
.shop-detal__block
{
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 19px;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
}
.shop-detal__block--bg
{
	background: #f8fbff;
}
.shop-detal__block--border
{
	border: 1px solid #dbe9f6;
}
.shop-detal__body,.shop-detal__img
{
	width: 100%;
}
@media only screen and (max-width:767px)
{
	.shop-detal
	{
		padding-right: 0;
	}
}
.btn-group
{
	border: 1px solid #8dd117;
	border-radius: 10px;
	display: inline-block;
	top: 2px;
}
.btn-group input
{
	display: none;
}
.btn-group--type2
{
	border-color: #DBE9F6;
	margin-left: 10px;
	top: 1px;
}
.btn-group--type2 .btn
{
	padding: 13px 11px 12px;
}
.manager
{
	margin-left: 45px;
	margin-top: 42px;
}
.manager .text__h3
{
	margin-bottom: 30px;
}
.manager .text__p
{
	color: #001738;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}
.manager .text-link,.manager .text__p a
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.manager .text__p a
{
	font-size: 19px;
}
.manager .text-link
{
	color: #003c8f;
	font-size: 23px;
}
.mfp-bg
{
	background: no-repeat rgba(6,70,158,.94);
}
@media only screen and (max-width:1199px)
{
	.mfp-content
	{
		margin-bottom: 8px;
		margin-top: 65px;
	}
}
.modal
{
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin: auto;
	padding: 20px;
	width: 380px;
}
.modal button.mfp-close
{
	background: url(../img/close.png) no-repeat;
	color: transparent;
	height: 41px;
	right: -55px;
	top: -55px;
	width: 40px;
}
.modal__input,.modal__title
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
	width: 100%;
}
.modal,.modal .text__p,.modal .title__small
{
	color: #003b8f;
}
.modal__title
{
	color: #fff;
	font-size: 33px;
	left: 0;
	position: absolute;
	text-align: left;
	top: -50px;
}
.modal__form .form__line
{
	position: relative;
}
.modal textarea
{
	height: 180px;
	resize: none;
}
.modal textarea:focus::-webkit-input-placeholder
{
	text-indent: 0;
}
.modal textarea:focus::-moz-placeholder
{
	text-indent: 0;
}
.modal textarea:focus:-moz-placeholder
{
	text-indent: 0;
}
.modal textarea:focus:-ms-input-placeholder
{
	text-indent: 0;
}
.modal__input
{
	border: 1px solid #AFC7E7;
	border-radius: 10px;
	box-sizing: border-box;
	color: #003b8f;
	font-size: 21px;
	height: 43px;
	margin-bottom: 10px;
	padding: 8px 10px;
	resize: vertical;
}
.modal__input:required
{
	background: url(../img/required.png) right 0 no-repeat;
}
.modal__input::-webkit-input-placeholder
{
	color: #003c8f;
}
.modal__input::-moz-placeholder
{
	color: #003c8f;
}
.modal__input:-moz-placeholder
{
	color: #003c8f;
}
.modal__input:-ms-input-placeholder
{
	color: #003c8f;
}
.modal__input--select
{
	color: #003c8f;
	cursor: pointer;
}
.modal__input:disabled
{
	background-color: #ddd;
	color: #003c8f;
	cursor: not-allowed;
}
.modal__input--not-required:required
{
	background: 0 0;
}
.modal__checkbox
{
	margin-bottom: 15px;
	margin-top: 10px;
}
.modal [type=checkbox]:checked,.modal [type=checkbox]:not(:checked)
{
	left: -9999px;
	position: absolute;
}
.modal [type=checkbox]:checked+label,.modal [type=checkbox]:not(:checked)+label
{
	cursor: pointer;
	padding-left: 28px;
	position: relative;
}
.modal [type=checkbox]:checked+label:before,.modal [type=checkbox]:not(:checked)+label:before
{
	background: #003c8f;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
.modal [type=checkbox]:checked+label:after,.modal [type=checkbox]:not(:checked)+label:after
{
	color: #fff;
	content: '✔';
	font-size: 18px;
	left: 3px;
	line-height: .8;
	position: absolute;
	top: 3px;
	transition: all .2s;
}
.modal [type=checkbox]:not(:checked)+label:after
{
	opacity: 0;
	transform: scale(0);
	webkit-transform: scale(0);
}
.modal [type=checkbox]:checked+label:after
{
	opacity: 1;
	transform: scale(1);
	webkit-transform: scale(1);
}
.modal [type=checkbox]:disabled:checked+label:before,.modal [type=checkbox]:disabled:not(:checked)+label:before
{
	background-color: #ddd;
	border-color: #bbb;
	box-shadow: none;
}
.modal [type=checkbox]:disabled:checked+label:after
{
	color: #999;
}
.modal [type=checkbox]:disabled+label
{
	color: #aaa;
}
.modal [type=checkbox]:checked:focus+label:before,.modal [type=checkbox]:not(:checked):focus+label:before
{
	border: none;
}
.modal label:hover:before
{
	border: 1px solid #003c8f!important;
}
.modal__text
{
	font-family: PFDinTextCondPro-Regular;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 100%;
}
.modal__help-text,.modal__label
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.modal__captcha
{
	clear: both;
	padding: 20px 0;
	width: 100%;
}
.modal__captcha--img
{
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}
.modal__captcha--refresh
{
	float: left;
	margin-right: 10px;
}
.modal__captcha--input
{
	float: left;
}
.modal__btn
{
	text-align: center;
	width: 100%;
}
.modal__file
{
	clear: both;
}
.modal__label
{
	display: block;
	font-size: 21px;
}
.modal__label--line
{
	line-height: 43px;
	margin-bottom: 0;
}
.modal__help-text
{
	color: #aec3de;
	font-size: 17px;
	font-style: italic;
}
.modal__help-text span
{
	color: #f51c35;
}
.modal--size2
{
	width: 571px;
}
@media only screen and (max-width:767px)
{
	.modal--size2
	{
		width: auto;
	}
}
.modal--size3
{
	width: 1030px;
}
@media only screen and (max-width:1199px)
{
	.modal button.mfp-close
	{
		right: 0;
	}
	.modal--size3
	{
		width: auto;
	}
}
.modal--size4
{
	width: 1001px;
}
@media only screen and (max-width:1199px)
{
	.modal--size4
	{
		width: auto;
	}
}
.modal--size5
{
	width: 831px;
}
@media only screen and (max-width:991px)
{
	.modal__label--line
	{
		text-align: left;
	}
	.modal--size5
	{
		width: auto;
	}
}
.modal--p2
{
	padding: 30px 20px;
}
.modal--p3
{
	padding: 30px;
}
.modal--text-c,.modal--text-c .modal__input
{
	text-align: center;
}
.modal--all-text__title.title__small,.modal--team .modal__input
{
	text-align: left;
}
.modal--callback__logo:not(:last-child)
{
	margin-bottom: 25px;
}
.modal--callback__logo .offers__item
{
	font-size: 0;
}
.modal--callback__logo--type2
{
	margin-left: auto;
	margin-right: auto;
	max-width: 196px;
}
.modal--callback__p.text__p
{
	font-size: 25px;
	font-weight: 400;
}
.breadcrumbs .btn--top-menu,.link-print,.load-btn
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
@media only screen and (max-width:767px)
{
	.modal--callback__p.text__p
	{
		font-size: 21px;
	}
}
.modal--callback__input
{
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
}
.modal--all-text__p.text__p
{
	color: #001738;
}
.mfp-gallery .mfp-content
{
	position: relative;
}
.mfp-gallery .mfp-content button.mfp-close
{
	background: url(../img/close.png) no-repeat;
	color: transparent;
	height: 41px;
	right: -55px;
	top: 40px;
	width: 40px;
}
.more-btn
{
	clear: both;
	float: none;
	margin-bottom: 15px;
	width: 100%;
}
.more-btn--m-t
{
	margin-top: 15px;
}
.more-btn--bg
{
	background-color: #F7FBFF;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.more-btn--bg .btn--darkblue:hover
{
	background: #165bbb;
}
.more-btn--bg .btn--darkblue:focus
{
	background: #001738;
}
.scenario-form__inputs
{
	margin-bottom: 26px;
}
.scenario-form__inputs .form-control
{
	background-color: rgba(0,0,0,.3);
	border: 0;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	font-size: 20px;
	height: 48px;
	padding: 10px 15px;
}
.scenario-form__inputs .form-control::-webkit-input-placeholder
{
	color: #fff;
}
.scenario-form__inputs .form-control::-moz-placeholder
{
	color: #fff;
}
.scenario-form__inputs .form-control:-moz-placeholder
{
	color: #fff;
}
.scenario-form__inputs .form-control:-ms-input-placeholder
{
	color: #fff;
}
.article,.article__btn-add,.article__title-small,.breadcrumb>li,.breadcrumb>li>a,.load-btn,.load-btn a
{
	color: #003b8f;
}
@media only screen and (max-width:767px)
{
	.scenario-form__inputs
	{
		margin-bottom: 0;
	}
	.scenario-form__inputs .form-control
	{
		margin-bottom: 20px;
	}
}
.scenario-form__slider
{
	margin-bottom: 26px;
	padding-left: 15px;
}
.scenario-form__slider__label
{
	float: left;
	font-size: 20px;
	width: 180px;
}
.scenario-form__slider__range
{
	margin-left: 180px;
	padding-top: 9px;
	position: relative;
}
.scenario-form__slider__range__count
{
	position: absolute;
	top: -12px;
}
.scenario-form__slider__range__count--min
{
	left: 0;
}
.scenario-form__slider__range__count--max
{
	right: 0;
}
@media only screen and (max-width:767px)
{
	.scenario-form__slider
	{
		padding-left: 0;
	}
	.scenario-form__slider__label
	{
		float: none;
		font-size: 19px;
		margin-bottom: 20px;
		width: 100%;
	}
	.scenario-form__slider__range
	{
		margin-left: 0;
	}
}
.scenario-form .btn--white:hover
{
	background: #F7FBFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
.scenario-form .btn--white:focus
{
	background: #fff;
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.25);
}
label.error
{
	display: none!important;
}
.form-control.error,.modal__input.error
{
	border: 1px solid #e2001a;
}
.form-control.valid,.modal__input.valid
{
	border: 1px solid #8dd117;
}
.link-print
{
	font-size: 26px;
}
.load-btn
{
	background-color: #fff;
	font-size: 30px;
	padding-bottom: 17px;
	padding-top: 17px;
	text-align: center;
}
.article__title-small.title__small,.tabs-offers__item .btn
{
	text-align: left;
}
.load-btn span
{
	border-bottom: 2px dashed #B0CCF2;
}
.load-btn--load .icon-png__load
{
	animation: spin 1.2s infinite linear;
	webkit-animation: spin 1.2s infinite linear;
}

.img-d-ib
{
	/*
	display: inline-block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	*/
	display: block;
	width: 100%;
}
.breadcrumbs
{
	border-bottom: 1px solid #2060b8;
	padding-bottom: 10px;
	padding-top: 10px;
}
.breadcrumbs__flex
{
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-box-align: center;
	webkit-box-pack: justify;
}
.breadcrumbs__item:last-child
{
	flex-shrink: 0;
	ms-flex-negative: 0;
}
.breadcrumbs .btn--top-menu:not(:first-child)
{
	margin-left: 15px;
}
.breadcrumb
{
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.breadcrumb>li
{
	font-size: 16px;
}
.tabs-offers
{
	border-color: #DBE9F6;
	display: table;
	margin-bottom: 30px;
	width: 100%;
}
.tabs-offers__item
{
	display: table-cell;
	vertical-align: middle;
}
.tabs-offers__item .color-link
{
	padding-left: 20px;
}
.tabs-offers__item .color-link::before
{
	transition: all .3s ease;
}
@media only screen and (min-width:1200px)
{
	.tabs-offers__item:not(:first-of-type) .btn
	{
		padding: 5px 12px 6px;
	}
	.tabs-offers__item:not(:first-of-type) .color-link
	{
		font-size: 17px;
		line-height: 1.1;
	}
	.tabs-offers__item:not(:first-of-type) .color-link::before
	{
		top: 13px;
	}
}
@media only screen and (max-width:1199px)
{
	.tabs-offers
	{
		display: block;
	}
	.tabs-offers__item
	{
		display: inline-block;
	}
}
.article__p,.article__ul
{
	color: #001738;
}
.article__title-small.title__small:first-of-type
{
	margin-top: 0;
}
@media only screen and (max-width:767px)
{
	.tabs-offers__item,.tabs-offers__item .btn
	{
		display: block;
		width: 100%;
	}
	.article__title-small.title__small:first-of-type
	{
		margin-top: 15px;
	}
}
.article__btn-add
{
	margin-top: 13px;
}
.article__btn-add .btn--yellow
{
	color: #fff;
}
.table-responsive
{
	margin-bottom: 20px;
}
.table-responsive__jspHorizontalBar
{
	display: none;
	height: 30px;
}
.table-responsive .table
{
	margin-bottom: 0;
	min-width: 753px;
}
.table-responsive .jspHorizontalBar
{
	height: 10px;
}
.table-responsive .jspPane
{
	width: 100%!important;
}
.table-responsive .jspDrag
{
	background-color: #003b8f;
	border-radius: 0;
}
@media only screen and (max-width:767px)
{
	.table-responsive
	{
		border: 0;
	}
	.table-responsive__jspHorizontalBar
	{
		display: block;
	}
}
.table
{
	border: 1px solid #003b8f;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th
{
	border-top-width: 0;
	color: #003b8f;
	font-size: 20px;
	padding: 7px 20px;
	vertical-align: top;
}
.table>tbody>tr>td:not(:first-child),.table>tbody>tr>th:not(:first-child),.table>tfoot>tr>td:not(:first-child),.table>tfoot>tr>th:not(:first-child),.table>thead>tr>td:not(:first-child),.table>thead>tr>th:not(:first-child)
{
	text-align: center;
}
.table>tbody>tr>td:not(:last-child),.table>tbody>tr>th:not(:last-child),.table>tfoot>tr>td:not(:last-child),.table>tfoot>tr>th:not(:last-child),.table>thead>tr>td:not(:last-child),.table>thead>tr>th:not(:last-child)
{
	border-right: 1px solid #003b8f;
}
.table>thead>tr>th
{
	border-bottom-color: #003b8f;
	border-bottom-width: 1px;
	font-size: 25px;
	font-weight: 400;
}
.cart-box,.tooltip
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.table>tbody>tr:first-of-type>td,.table>tbody>tr:first-of-type>th
{
	padding-top: 23px;
}
.table>tbody>tr:last-of-type>td,.table>tbody>tr:last-of-type>th
{
	padding-bottom: 23px;
}
.table>tfoot>tr>td,.table>tfoot>tr>th
{
	background-color: #003b8f;
	color: #fff;
	font-size: 25px;
	padding-bottom: 0;
	padding-top: 0;
}
.table>tfoot>tr:first-of-type>td,.table>tfoot>tr:first-of-type>th
{
	padding-top: 7px;
}
.table>tfoot>tr:last-of-type>td,.table>tfoot>tr:last-of-type>th
{
	padding-bottom: 10px;
}
.table__tr--bonus>td:not(.table__td--minus),.table__tr--bonus>th:not(.table__td--minus)
{
	color: #72b300!important;
}
.table__td--minus
{
	color: #cecece!important;
}
.sidebar,.sidebar nav ul li a,.sidebar nav ul li.title
{
	color: #fff;
}
.table__link-add
{
	border-bottom: 1px solid currentColor;
	font-size: 22px;
}
.table--cart>tbody>tr>td:not(:last-child),.table--cart>tbody>tr>th:not(:last-child),.table--cart>tfoot>tr>td:not(:last-child),.table--cart>tfoot>tr>th:not(:last-child),.table--cart>thead>tr>td:not(:last-child),.table--cart>thead>tr>th:not(:last-child)
{
	text-align: left;
}
.table--cart>thead>tr>td:nth-child(1),.table--cart>thead>tr>th:nth-child(1)
{
	width: 260px;
}
.table--cart>thead>tr>td:nth-child(3),.table--cart>thead>tr>th:nth-child(3)
{
	width: 190px;
}
.table--cart>tbody>tr>td,.table--cart>tbody>tr>th
{
	padding-bottom: 3px;
	padding-top: 3px;
}
.table--cart>tbody>tr:first-of-type>td,.table--cart>tbody>tr:first-of-type>th
{
	padding-top: 10px;
}
.table--cart>tbody>tr:last-of-type>td,.table--cart>tbody>tr:last-of-type>th
{
	padding-bottom: 10px;
}
.table--cart>tfoot>tr>td,.table--cart>tfoot>tr>th
{
	text-align: center;
}
.table--cart .color-link
{
	font-size: 17px;
	margin-top: 4px;
	padding-left: 25px;
}
.table--cart .color-link::before
{
	top: 6px;
}
.table--cart .cart-item-link:hover {
	text-decoration: underline;
}


.callback-phone
{
	background: url(../img/callback-phone.png) no-repeat;
	display: block;
	height: 144px;
	margin-top: -72px;
	position: fixed;
	right: 40px;
	top: 50%;
	width: 144px;
	z-index: 5;
}
.callback-phone::after,.callback-phone::before
{
	content: "";
	opacity: .1;
	position: absolute;
	transition: all .5s;
	webkit-transform-origin: 50% 50%;
}
.callback-phone::before
{
	animation: lptr-circle-anim 1.2s infinite ease-in-out;
	background-color: transparent;
	border: 2px solid rgba(141,209,23,.9);
	border-radius: 100%;
	height: 224px;
	left: -40px;
	top: -40px;
	transform-origin: 50% 50%;
	webkit-animation: lptr-circle-anim 1.2s infinite ease-in-out;
	width: 224px;
}
.callback-phone::after
{
	animation: lptr-circle-fill-anim 2s infinite ease-in-out;
	border: 2px solid #8dd117;
	border-radius: 100%;
	height: 174px;
	left: -15px;
	top: -15px;
	transform-origin: 50% 50%;
	webkit-animation: lptr-circle-fill-anim 2s infinite ease-in-out;
	width: 174px;
}
.btn--celeb:before,.btn--dotted:before,.btn--s2:before
{
	content: '';
}
.callback-phone .icon-png__callback-phone
{
	animation: lptr-circle-img-anim 2s infinite ease-in-out;
	transform-origin: 50% 50%;
	webkit-animation: lptr-circle-img-anim 2s infinite ease-in-out;
	webkit-transform-origin: 50% 50%;
}
@media only screen and (max-width:991px)
{
	.callback-phone
	{
		display: none;
	}
}
.cart-box,.mixItUp .mix
{
	display: inline-block;
	vertical-align: top;
}
.scroll-top
{
	background: url(../img/up.png) no-repeat;
	bottom: 100px;
	cursor: pointer;
	height: 66px;
	opacity: 0;
	position: fixed;
	right: 78.5px;
	transition: all .5s;
	width: 67px;
	z-index: 5;
}
.scroll-top .icon-png__up
{
	animation: scroll-top-bounce 2s infinite;
	webkit-animation: scroll-top-bounce 2s infinite;
}
@media only screen and (max-width:767px)
{
	.scroll-top
	{
		bottom: 15px;
		right: 7.5px;
	}
}
.mixItUp
{
	font-size: 0;
}
.mixItUp .mix
{
	float: none;
	font-size: 14px;
}
.sidebar nav ul li:not(.title),.tooltip
{
	font-size: 19px;
}
.sidebar
{
	background-color: rgba(0,59,143,.94);
	bottom: 0;
	position: fixed;
	top: 56px;
	width: 300px;
}
.sidebar.right
{
	right: -300px;
	text-align: right;
}
.sidebar.left
{
	left: -300px;
}
.sidebar .wrapper
{
	height: 100%;
	overflow-y: auto;
	padding: 1.5em 1em 1em;
	position: relative;
	width: 100%;
}
.sidebar nav
{
	margin-bottom: 24px;
}
.sidebar nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar nav ul li
{
	margin: 4px 0;
	padding: 8px 0;
}
.cart-box
{
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 14px;
	margin-right: 15px;
	min-height: 84px;
	padding: 4px 10px;
}
.cart-box--yellow
{
	border-color: #fccd04;
	color: #fccd04;
}
.cart-box--orange
{
	border-color: #ff7d09;
	color: #ff7d09;
}
.cart-box--green
{
	border-color: #8dd117;
	color: #8dd117;
}
.cart-box--purple
{
	border-color: #b859dc;
	color: #b859dc;
}
.cart-box--red
{
	border-color: #e2001a;
	color: #e2001a;
}
.cart-box--red2
{
	border-color: #E0001A;
	color: #E0001A;
}
.cart-box--pink
{
	border-color: #fa47da;
	color: #fa47da;
}
.cart-box--blue
{
	border-color: #165bbb;
	color: #165bbb;
}
.cart-box--blue2
{
	border-color: #2060b8;
	color: #2060b8;
}
.cart-box--lightblue
{
	border-color: #14e4da;
	color: #14e4da;
}
.cart-box--lightblue2
{
	border-color: #05D7CD;
	color: #05D7CD;
}
.cart-box--darkblue
{
	border-color: #003b8f;
	color: #003b8f;
}
.cart-box--blackblue
{
	border-color: #001738;
	color: #001738;
}
.cart-box--black
{
	border-color: #000;
	color: #000;
}
.cart-box--white
{
	border-color: #fff;
	color: #fff;
}
.cart-box p
{
	color: #868686;
	font-size: 16px;
	margin-top: 4px;
	text-align: left;
}
.btn--cart-add,.btn--gift-add,.btn--s2,.cart-box__item,.cart-box__label
{
	text-align: center;
}
.cart-box__label
{
	display: block;
	font-size: 18px;
}
.cart-box__item
{
	background-color: transparent;
	border: 1px solid #D1E0F3;
	border-radius: 4px;
	color: #B9CDE7;
	cursor: pointer;
	font-family: PFDinTextCondPro-Medium;
	font-size: 19px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 4px;
	transition: all .3s ease;
}
.cart-box__item--active
{
	background-color: #003b8f;
	border-color: #003b8f;
	color: #fff;
	cursor: default;
}
.btn,.btn--color
{
	background: #fff;
}
.cart-box--width1
{
	width: 184px;
}
.cart-box--width2
{
	width: 164px;
}
.cart-box--xs
{
	display: none;
}
@media only screen and (max-width:1199px)
{
	.cart-box
	{
		margin-bottom: 0;
		margin-top: 5px;
	}
	.cart-box--width1,.cart-box--width2
	{
		width: calc(100% / 2 - 20px);
	}
}
@media only screen and (max-width:991px)
{
	.cart-box
	{
		min-height: 1px;
		padding: 5px 10px;
	}
	.cart-box .cart-box__parent,.cart-box p
	{
		display: none;
	}
	.cart-box--width1,.cart-box--width2
	{
		width: calc(100% - 15px);
	}
}
@media only screen and (max-width:767px)
{
	.cart-box--xs
	{
		display: block;
		width: auto;
	}
	.cart-box--xs.cart-box--type1
	{
		margin-right: 10px;
	}
	.cart-box--xs.cart-box--type2
	{
		margin-left: 10px;
		margin-right: 0;
	}
}
a
{
	color: inherit;
}
.btn
{
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	padding: 8px 15px;
	transition: all .5s ease .2s;
}
.btn--color-yellow
{
	border-color: #fccd04;
	color: #fccd04;
}
.btn--color-yellow:hover
{
	background: #fccd04;
	color: #fff;
}
.btn--color-orange
{
	border-color: #ff7d09;
	color: #ff7d09;
}
.btn--color-orange:hover
{
	background: #ff7d09;
	color: #fff;
}
.btn--color-green
{
	border-color: #8dd117;
	color: #8dd117;
}
.btn--color-green:hover
{
	background: #8dd117;
	color: #fff;
}
.btn--color-purple
{
	border-color: #b859dc;
	color: #b859dc;
}
.btn--color-purple:hover
{
	background: #b859dc;
	color: #fff;
}
.btn--color-red
{
	border-color: #e2001a;
	color: #e2001a;
}
.btn--color-red:hover
{
	background: #e2001a;
	color: #fff;
}
.btn--color-red2
{
	border-color: #E0001A;
	color: #E0001A;
}
.btn--color-red2:hover
{
	background: #E0001A;
	color: #fff;
}
.btn--color-pink
{
	border-color: #fa47da;
	color: #fa47da;
}
.btn--color-pink:hover
{
	background: #fa47da;
	color: #fff;
}
.btn--color-blue
{
	border-color: #165bbb;
	color: #165bbb;
}
.btn--color-blue:hover
{
	background: #165bbb;
	color: #fff;
}
.btn--color-blue2
{
	border-color: #2060b8;
	color: #2060b8;
}
.btn--color-blue2:hover
{
	background: #2060b8;
	color: #fff;
}
.btn--color-lightblue
{
	border-color: #14e4da;
	color: #14e4da;
}
.btn--color-lightblue:hover
{
	background: #14e4da;
	color: #fff;
}
.btn--color-lightblue2
{
	border-color: #05D7CD;
	color: #05D7CD;
}
.btn--color-lightblue2:hover
{
	background: #05D7CD;
	color: #fff;
}
.btn--color-darkblue
{
	border-color: #003b8f;
	color: #003b8f;
}
.btn--color-darkblue:hover
{
	background: #003b8f;
	color: #fff;
}
.btn--color-blackblue
{
	border-color: #001738;
	color: #001738;
}
.btn--color-blackblue:hover
{
	background: #001738;
	color: #fff;
}
.btn--color-black
{
	border-color: #000;
	color: #000;
}
.btn--color-black:hover
{
	background: #000;
	color: #fff;
}
.btn--color-white
{
	border-color: #fff;
	color: #fff;
}
.btn--color-white:hover
{
	background: #fff;
	color: #fff;
}
.btn--dotted.btn--color-yellow,.btn--dotted.btn--color-yellow:before
{
	background: #fccd04;
}
.btn--dotted
{
	font-size: 38px;
	font-weight: 400;
	padding: 0 20px;
	position: relative;
}
.btn--celeb,.btn--s1
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.btn--dotted:before
{
	border-radius: 5px;
	box-shadow: 0 0 15px #000;
	display: block;
	height: 140%;
	left: -10%;
	position: absolute;
	top: -19%;
	width: 120%;
	z-index: -1;
}
.btn--dotted.btn--color-black,.btn--dotted.btn--color-blackblue,.btn--dotted.btn--color-blue2,.btn--dotted.btn--color-darkblue,.btn--dotted.btn--color-green,.btn--dotted.btn--color-lightblue,.btn--dotted.btn--color-lightblue2,.btn--dotted.btn--color-orange,.btn--dotted.btn--color-pink,.btn--dotted.btn--color-purple,.btn--dotted.btn--color-red,.btn--dotted.btn--color-red2,.btn--dotted.btn--color-white,.btn--dotted.btn--color-yellow
{
	border: 2px dotted #fff;
	color: #fff;
}
.btn--dotted.btn--color-orange,.btn--dotted.btn--color-orange:before
{
	background: #ff7d09;
}
.btn--dotted.btn--color-green,.btn--dotted.btn--color-green:before
{
	background: #8dd117;
}
.btn--dotted.btn--color-purple,.btn--dotted.btn--color-purple:before
{
	background: #b859dc;
}
.btn--dotted.btn--color-red,.btn--dotted.btn--color-red:before
{
	background: #e2001a;
}
.btn--dotted.btn--color-red2,.btn--dotted.btn--color-red2:before
{
	background: #E0001A;
}
.btn--dotted.btn--color-pink,.btn--dotted.btn--color-pink:before
{
	background: #fa47da;
}
.btn--dotted.btn--color-blue
{
	background: #165bbb;
	border: 2px dotted #fff;
	color: #fff;
}
.btn--dotted.btn--color-blue:before
{
	background: #165bbb;
}
.btn--dotted.btn--color-blue2,.btn--dotted.btn--color-blue2:before
{
	background: #2060b8;
}
.btn--dotted.btn--color-lightblue,.btn--dotted.btn--color-lightblue:before
{
	background: #14e4da;
}
.btn--dotted.btn--color-lightblue2,.btn--dotted.btn--color-lightblue2:before
{
	background: #05D7CD;
}
.btn--dotted.btn--color-darkblue,.btn--dotted.btn--color-darkblue:before
{
	background: #003b8f;
}
.btn--dotted.btn--color-blackblue,.btn--dotted.btn--color-blackblue:before
{
	background: #001738;
}
.btn--dotted.btn--color-black,.btn--dotted.btn--color-black:before
{
	background: #000;
}
.btn--dotted.btn--color-white,.btn--dotted.btn--color-white:before
{
	background: #fff;
}
.btn--dotted-small
{
	font-size: 26px;
}
.btn--celeb
{
	color: #003c8f;
	font-size: 22px;
	margin-bottom: 15px;
	margin-left: 68px;
	margin-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-transform: uppercase;
}
.btn--celeb:before
{
	background: url(../img/star.png) no-repeat;
	display: block;
	height: 110px;
	left: -70px;
	position: absolute;
	top: -39px;
	width: 116px;
}
.btn--yellow,.btn--yellow .btn-effect
{
	background: #fccd04;
}
.btn--yellow
{
	color: inherit;
}
.btn--yellow-s1
{
	background: 0 0;
	color: inherit;
}
.btn--yellow-s1 .btn-effect
{
	background: #fccd04;
}
.btn--yellow-s1.btn--active
{
	background: #fccd04;
	border-color: #fccd04;
	color: #fff;
}
.btn--yellow-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--orange,.btn--orange .btn-effect
{
	background: #ff7d09;
}
.btn--orange
{
	color: inherit;
}
.btn--orange-s1
{
	background: 0 0;
	color: inherit;
}
.btn--orange-s1 .btn-effect
{
	background: #ff7d09;
}
.btn--orange-s1.btn--active
{
	background: #ff7d09;
	border-color: #ff7d09;
	color: #fff;
}
.btn--orange-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--green .btn-effect
{
	background: #8dd117;
}
.btn--green-s1
{
	background: 0 0;
	color: inherit;
}
.btn--green-s1 .btn-effect
{
	background: #8dd117;
}
.btn--green-s1.btn--active
{
	background: #8dd117;
	border-color: #8dd117;
	color: #fff;
}
.btn--green-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--purple,.btn--purple .btn-effect
{
	background: #b859dc;
}
.btn--purple
{
	color: inherit;
}
.btn--purple-s1
{
	background: 0 0;
	color: inherit;
}
.btn--purple-s1 .btn-effect
{
	background: #b859dc;
}
.btn--purple-s1.btn--active
{
	background: #b859dc;
	border-color: #b859dc;
	color: #fff;
}
.btn--red,.btn--red-s1
{
	color: inherit;
}
.btn--purple-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--red,.btn--red .btn-effect
{
	background: #e2001a;
}
.btn--red-s1
{
	background: 0 0;
}
.btn--red-s1 .btn-effect
{
	background: #e2001a;
}
.btn--red-s1.btn--active
{
	background: #e2001a;
	border-color: #e2001a;
	color: #fff;
}
.btn--red2,.btn--red2-s1
{
	color: inherit;
}
.btn--red-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--red2,.btn--red2 .btn-effect
{
	background: #E0001A;
}
.btn--red2-s1
{
	background: 0 0;
}
.btn--red2-s1 .btn-effect
{
	background: #E0001A;
}
.btn--red2-s1.btn--active
{
	background: #E0001A;
	border-color: #E0001A;
	color: #fff;
}
.btn--pink,.btn--pink-s1
{
	color: inherit;
}
.btn--red2-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--pink,.btn--pink .btn-effect
{
	background: #fa47da;
}
.btn--pink-s1
{
	background: 0 0;
}
.btn--pink-s1 .btn-effect
{
	background: #fa47da;
}
.btn--pink-s1.btn--active
{
	background: #fa47da;
	border-color: #fa47da;
	color: #fff;
}
.btn--pink-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--blue,.btn--blue .btn-effect
{
	background: #165bbb;
}
.btn--blue-s1
{
	background: 0 0;
	color: inherit;
}
.btn--blue-s1 .btn-effect
{
	background: #165bbb;
}
.btn--blue-s1.btn--active
{
	background: #165bbb;
	border-color: #165bbb;
	color: #fff;
}
.btn--blue-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--blue2,.btn--blue2 .btn-effect
{
	background: #2060b8;
}
.btn--blue2
{
	color: inherit;
}
.btn--blue2-s1
{
	background: 0 0;
	color: inherit;
}
.btn--blue2-s1 .btn-effect
{
	background: #2060b8;
}
.btn--blue2-s1.btn--active
{
	background: #2060b8;
	border-color: #2060b8;
	color: #fff;
}
.btn--blue2-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--lightblue,.btn--lightblue .btn-effect
{
	background: #14e4da;
}
.btn--lightblue
{
	color: inherit;
}
.btn--lightblue-s1
{
	background: 0 0;
	color: inherit;
}
.btn--lightblue-s1 .btn-effect
{
	background: #14e4da;
}
.btn--lightblue-s1.btn--active
{
	background: #14e4da;
	border-color: #14e4da;
	color: #fff;
}
.btn--lightblue-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--lightblue2,.btn--lightblue2 .btn-effect
{
	background: #05D7CD;
}
.btn--lightblue2
{
	color: inherit;
}
.btn--lightblue2-s1
{
	background: 0 0;
	color: inherit;
}
.btn--lightblue2-s1 .btn-effect
{
	background: #05D7CD;
}
.btn--lightblue2-s1.btn--active
{
	background: #05D7CD;
	border-color: #05D7CD;
	color: #fff;
}
.btn--lightblue2-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--darkblue,.btn--darkblue .btn-effect
{
	background: #003b8f;
}
.btn--darkblue
{
	color: inherit;
}
.btn--darkblue-s1
{
	background: 0 0;
	color: inherit;
}
.btn--darkblue-s1 .btn-effect
{
	background: #003b8f;
}
.btn--darkblue-s1.btn--active
{
	background: #003b8f;
	border-color: #003b8f;
	color: #fff;
}
.btn--darkblue-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--blackblue,.btn--blackblue .btn-effect
{
	background: #001738;
}
.btn--blackblue
{
	color: inherit;
}
.btn--blackblue-s1
{
	background: 0 0;
	color: inherit;
}
.btn--blackblue-s1 .btn-effect
{
	background: #001738;
}
.btn--blackblue-s1.btn--active
{
	background: #001738;
	border-color: #001738;
	color: #fff;
}
.btn--blackblue-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--black,.btn--black .btn-effect
{
	background: #000;
}
.btn--black
{
	color: inherit;
}
.btn--black-s1
{
	background: 0 0;
	color: inherit;
}
.btn--black-s1 .btn-effect
{
	background: #000;
}
.btn--black-s1.btn--active
{
	background: #000;
	border-color: #000;
	color: #fff;
}
.btn--black-s1.btn--active .color-link:before,.btn--white,.btn--white .btn-effect
{
	background: #fff;
}
.btn--white
{
	color: inherit;
}
.btn--white-s1
{
	background: 0 0;
	color: inherit;
}
.btn--green,.btn--white-s1 .btn-effect,.btn--white-s1.btn--active .color-link:before
{
	background: #fff;
}
.btn--white-s1.btn--active
{
	background: #fff;
	border-color: #fff;
	color: #fff;
}
.btn--green
{
	border: 1px solid #8dd117;
	color: #8dd117;
}
.btn--green--type2
{
	background: #8dd117;
}
.btn--blue
{
	color: #fff;
}
.btn--small
{
	border-radius: 2px;
	font-size: 16px;
	padding-bottom: 0;
	padding-top: 0;
}
.btn--s1
{
	border-color: transparent;
	border-radius: 7px;
	color: #003b8f;
	font-size: 19px;
	padding: 12px;
}
.btn--s2
{
	box-shadow: none;
	color: #003b8f;
	font-size: 29px;
	margin-top: 15px;
	padding: 20px 0;
	position: relative;
}
.btn--s2:before
{
	border: 1px dashed #fff;
	display: block;
	height: calc(100% - 20px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% - 20px);
}
.btn--s2-2
{
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.5);
	font-size: 24px;
	margin-top: 0;
	padding: 12px 20px;
}
.btn--s2-2::before
{
	border-radius: 5px;
	border-style: dotted;
	border-width: 2px;
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
}
.btn--s2-3
{
	color: #fff;
	padding: 12px 40px;
}
.btn--s2-4
{
	color: #003b8f;
	padding: 12px 40px;
}
.btn--s2-5,.btn--s2-6,.btn--s2-7
{
	padding: 13px 23px;
}
.btn--s2-5
{
	color: #fff;
}
.btn--s2-6
{
	color: #fff;
	text-shadow: 0 0 5px #6b9a18;
}
.btn--s2-7,.btn--s2-8
{
	border-radius: 10px;
	box-shadow: none;
	color: #003b8f;
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.btn--s2-7
{
	font-size: 27px;
}
.btn--s2-8
{
	font-size: 28px;
	margin-top: 16px;
	padding: 23px;
}
.btn--s3
{
	font-size: 27px;
	padding: 15px 0;
}
.btn--s4
{
	font-size: 20px;
	padding: 3px 15px;
}
.btn--s5
{
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.5);
	font-size: 24px;
	padding: 11px 32px;
}
.btn--s6
{
	font-size: 18px;
	padding: 4px 15px;
}
.btn--fn
{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.btn--full
{
	box-sizing: border-box;
	width: 100%;
}
.btn--off:hover
{
	cursor: progress;
	opacity: .6;
	position: relative;
}
.btn--off:hover:before
{
	color: red;
	content: 'В разработке';
	display: block;
	font-size: 15px;
	left: 0;
	position: absolute;
	top: -18px;
}
.btn--text-yellow
{
	color: #fccd04;
}
.btn--text-orange
{
	color: #ff7d09;
}
.btn--text-green
{
	color: #8dd117;
}
.btn--text-purple
{
	color: #b859dc;
}
.btn--text-red
{
	color: #e2001a;
}
.btn--text-red2
{
	color: #E0001A;
}
.btn--text-pink
{
	color: #fa47da;
}
.btn--text-blue
{
	color: #165bbb;
}
.btn--text-blue2
{
	color: #2060b8;
}
.btn--text-lightblue
{
	color: #14e4da;
}
.btn--text-lightblue2
{
	color: #05D7CD;
}
.btn--text-darkblue
{
	color: #003b8f;
}
.btn--text-blackblue
{
	color: #001738;
}
.btn--text-black
{
	color: #000;
}
.btn--text-white
{
	color: #fff;
}
.btn--cart
{
	font-size: 24px;
	padding: 4px 21px 3px 7px;
}
.btn--cart .icon-png__btn-cart,.btn--cart .icon-png__btn-cart2
{
	margin-right: 4px;
	top: 0;
}
.btn--cart:hover .icon-png__btn-cart
{
	background-position: -34px 0;
}
.btn--cart:hover .icon-png__btn-cart2
{
	background-position: -37px 0;
}
.btn--cart--active
{
	background: #2060b8;
	color: #fff!important;
}
.btn--cart--active .icon-png__btn-cart
{
	background-position: -34px 0;
}
.btn--cart--active .icon-png__btn-cart2
{
	background-position: -37px 0;
}
@media only screen and (max-width:767px)
{
	.btn--cart
	{
		padding-right: 7px;
	}
	.btn--cart>span
	{
		font-size: 0;
	}
	.btn--cart__count
	{
		font-size: 24px;
	}
}
.btn--cart-add--active,.btn--gift-add--active
{
	cursor: default;
}
.btn--gift-add--active
{
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.btn--top-menu
{
	font-size: 22px;
	padding: 2px 13px;
}
.btn--top-menu .icon-png__top-menu-open
{
	margin-right: 6px;
	top: -3px;
}
.btn--top-menu:hover .icon-png__top-menu-open
{
	background-position: -18px 0;
}
.btn--top-menu.nav-link--active
{
	background: #2060b8;
	color: #fff;
}
.btn--top-menu.nav-link--active .icon-png__top-menu-open
{
	background-position: -18px 0;
}
.btn--top-menu--hide
{
	opacity: 0;
}
@media only screen and (max-width:767px)
{
	.btn--top-menu .icon-png__top-menu-open
	{
		margin-right: 0;
	}
	.btn--top-menu span
	{
		display: none;
	}
}
.icon-title,.icon-title2
{
	display: inline-block;
	height: 51px;
	margin-right: 10px;
	vertical-align: bottom;
}
.icon-title
{
	background: url(../img/title-sprite.png) no-repeat;
	width: 48px;
}
.icon-title--sport
{
	background-position: -48px 0;
}
.icon-title--prof
{
	background-position: -192px 0;
}
.icon-title--first
{
	background-position: -96px 0;
}
.icon-title--best
{
	background-position: 0 0;
}
.icon-title--pic
{
	background-position: -240px 0;
}
.icon-title--partners
{
	background-position: -144px 0;
}
.icon-title--present
{
	background-position: -336px 0;
}
.icon-title--people
{
	background-position: -288px 0;
}
.icon-title--search
{
	background-position: -384px 0;
}

.icon-title--default
{
	background: url(/upload/images/icons/default.png) no-repeat 0 10px;
}
.icon-title--calendar
{
	background: url(/upload/images/icons/calendar.png) no-repeat 0 10px;
}
.icon-title--bell
{
	background: url(/upload/images/icons/bell.png) no-repeat 0 10px;
}
.icon-title--balloon
{
	background: url(/upload/images/icons/balloon.png) no-repeat 0 10px;
}



.icon-title2
{
	background: url(../img/title-sprite2.png) no-repeat;
}
.icon,.icon-png
{
	background-repeat: no-repeat;
	display: inline-block;
}
.icon-title2--corporate
{
	background-position: -87px 0;
	width: 47px;
}
.icon-title2--outlet
{
	background-position: -134px 0;
	width: 38px;
}
.icon-title2--teambuilding2
{
	background-position: 0 0;
	width: 43px;
}
.icon-title2--teambuilding3
{
	background-position: -43px 0;
	width: 44px;
}
.icon
{
	background-image: url(../img/links/socio.png);
	height: 22px;
	transform-origin: 50% 50%;
	transition: transform .3s ease,-webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: -webkit-transform .3s ease;
	webkit-transform-origin: 50% 50%;
	width: 21px;
}
.icon__vk
{
	background-position: 0 0;
}
.icon__vk--white
{
	background-position: 0 -44px;
}
.icon__vk:hover
{
	background-position: 0 -22px;
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.icon__insta
{
	background-position: -21px 0;
}
.icon__insta--white
{
	background-position: -21px -44px;
}
.icon__insta:hover
{
	background-position: -21px -22px;
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.icon--type2
{
	background-image: url(../img/links/socio2.png);
	height: 19px;
	width: 19px;
}
.icon-png__btn-cart,.icon-png__btn-cart2
{
	height: 34px;
	transition: background-position .5s ease .2s;
	width: 34px;
}
.icon--type2__vk
{
	background-position: 0 0;
}
.icon--type2__vk--white
{
	background-position: 0 -38px;
}
.icon--type2__vk:hover
{
	background-position: 0 -19px;
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.icon--type2__fb
{
	background-position: -19px 0;
}
.icon--type2__fb--white
{
	background-position: -19px -38px;
}
.icon--type2__fb:hover
{
	background-position: -19px -19px;
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.icon--type2__tw
{
	background-position: -38px 0;
}
.icon--type2__tw--white
{
	background-position: -38px -38px;
}
.icon--type2__tw:hover
{
	background-position: -38px -19px;
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.icon--type2__gplus
{
	background-position: -57px 0;
}
.icon--type2__gplus--white
{
	background-position: -57px -38px;
}
.icon--type2__gplus:hover
{
	background-position: -57px -19px;
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.icon-png__btn-cart,.icon-png__btn-cart2,.icon-png__title-arrow--left
{
	background-position: 0 0;
}
.icon_big_title {
    font-size: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-indent: 15px;
}
.icon_vk_32 {
    background-image: url('../img/links/32vk-icon.svg');
    display: inline-block;
    width: 60px;
    height: 60px;
}
.icon-png
{
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.icon-png__btn-cart
{
	background-image: url(../img/icons/btn-cart.png);
}
.icon-png__btn-cart2
{
	background-image: url(../img/icons/btn-cart2.png);
}
.icon-png__top-menu-phone
{
	background-image: url(../img/icons/phone.png);
	height: 21px;
	width: 16px;
}
.icon-png__top-menu-open
{
	background-image: url(../img/icons/menu.png);
	background-position: 0 0;
	height: 14px;
	transition: background-position .5s ease .2s;
	width: 18px;
}
.icon-png__print
{
	background-image: url(../img/icons/print.png);
	height: 28px;
	width: 28px;
}
.icon-png__load
{
	background-image: url(../img/icons/load.png);
	height: 27px;
	width: 29px;
}
.icon-png__title-arrow
{
	background-image: url(../img/icons/title-arrows.png);
	height: 51px;
	width: 50px;
}
.icon-png__title-arrow--left:hover
{
	background-position: 0 -51px;
}
@media only screen and (max-width:767px)
{
	.icon-png__title-arrow--left
	{
		background-position: 0 -51px;
	}
}
.icon-png__title-arrow--right
{
	background-position: -50px 0;
}
.icon-png__title-arrow--right:hover
{
	background-position: -50px -51px;
}
@media only screen and (max-width:767px)
{
	.icon-png__title-arrow--right
	{
		background-position: -50px -51px;
	}
}
.icon-png__best-offer-label
{
	height: 60px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 60px;
	background-size: contain;
}
.icon-png__best-offer-label--new
{
	background-image: url("../img/icons/best-offer-label1_new.png"); 
}
.icon-png__best-offer-label--percentage
{
	background-image: url(../img/icons/best-offer-label2.png);
}
.icon-png__pdf
{
	background-image: url(../img/icons/pdf.png);
	height: 34px;
	width: 31px;
}
.icon-png__vk
{
	background-image: url(../img/icons/vk.png);
	height: 22px;
	width: 22px;
}
.icon-png__instagram
{
	background-image: url(../img/icons/instagram.png);
	height: 22px;
	width: 21px;
}
.icon-png__contacts-phone
{
	background-image: url(../img/icons/contacts-phone.png);
	height: 20px;
	width: 20px;
}
.icon-png__contacts-mail
{
	background-image: url(../img/icons/contacts-mail.png);
	height: 15px;
	width: 20px;
}
.icon-png__contacts-skype
{
	background-image: url(../img/icons/contacts-skype.png);
	height: 20px;
	width: 20px;
}
.icon-png__callback-phone
{
	background-image: url(../img/icons/callback-phone.png);
	height: 57px;
	left: 50%;
	margin-left: -28.5px;
	margin-top: -28.5px;
	position: absolute;
	top: 50%;
	width: 57px;
}
.icon-png__up
{
	background-image: url(../img/icons/up.png);
	height: 25px;
	left: 50%;
	margin-left: -9.5px;
	margin-top: -12.5px;
	position: absolute;
	top: 50%;
	width: 19px;
}
.icon-png__open-nav span
{
	border-radius: 1.5px;
	display: block;
	height: 3px;
	width: 30px;
}
.icon-png__open-nav span:not(:last-child)
{
	margin-bottom: 4px;
}
.icon-png--not-sprite
{
	background-position: 0 0;
}
.icon-png--left
{
	margin-right: 6px;
}
.icon-png--right
{
	margin-left: 6px;
}
.color-link
{
	box-sizing: border-box;
	display: inline-block;
	font-family: PFDinTextCondPro-Light;
	font-size: 19px;
	font-weight: 300;
	padding-left: 15px;
	position: relative;
	vertical-align: top;
}
.color-link:before
{
	background: 0 0;
	content: '';
	display: block;
	height: 9px;
	left: 0;
	position: absolute;
	top: 6px;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 9px;
}
.color-link--yellow:before
{
	background: #fccd04;
}
.color-link--orange:before
{
	background: #ff7d09;
}
.color-link--green:before
{
	background: #8dd117;
}
.color-link--purple:before
{
	background: #b859dc;
}
.color-link--red:before
{
	background: #e2001a;
}
.color-link--red2:before
{
	background: #E0001A;
}
.color-link--pink:before
{
	background: #fa47da;
}
.color-link--blue:before
{
	background: #165bbb;
}
.color-link--blue2:before
{
	background: #2060b8;
}
.color-link--lightblue:before
{
	background: #14e4da;
}
.color-link--lightblue2:before
{
	background: #05D7CD;
}
.color-link--darkblue:before
{
	background: #003b8f;
}
.color-link--blackblue:before
{
	background: #001738;
}
.color-link--black:before
{
	background: #000;
}
.color-link--white:before
{
	background: #fff;
}
.color-link--border::before
{
	background: 0 0;
	border: 1px solid transparent;
}
.color-link--border--yellow:before
{
	border-color: #fccd04;
}
.color-link--border--orange:before
{
	border-color: #ff7d09;
}
.color-link--border--green:before
{
	border-color: #8dd117;
}
.color-link--border--purple:before
{
	border-color: #b859dc;
}
.color-link--border--red:before
{
	border-color: #e2001a;
}
.color-link--border--red2:before
{
	border-color: #E0001A;
}
.color-link--border--pink:before
{
	border-color: #fa47da;
}
.color-link--border--blue:before
{
	border-color: #165bbb;
}
.color-link--border--blue2:before
{
	border-color: #2060b8;
}
.color-link--border--lightblue:before
{
	border-color: #14e4da;
}
.color-link--border--lightblue2:before
{
	border-color: #05D7CD;
}
.color-link--border--darkblue:before
{
	border-color: #003b8f;
}
.color-link--border--blackblue:before
{
	border-color: #001738;
}
.color-link--border--black:before
{
	border-color: #000;
}
.color-link--border--white:before
{
	border-color: #fff;
}
.color-link--size1
{
	width: 245px;
}
.color-link--size2,.color-link--size3
{
	width: 178px;
}
.color-link--size4
{
	width: 245px;
}
.color-link--size5
{
	width: 265px;
}
@media only screen and (max-width:1199px)
{
	.color-link--size1,.color-link--size4
	{
		width: 59.36073059360731%;
	}
	.color-link--size2,.color-link--size3
	{
		width: 40.63926940639269%;
	}
	.footer .color-link,.header-body .color-link
	{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width:991px)
{
	.color-link--size5
	{
		width: 100%;
	}
}
.phone
{
	color: #165bbb;
	font-size: 48px;
	font-weight: 400;
	position: relative;
}
.phone--type2:after,.phone--type2:before
{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
}
.phone--type2
{
	padding-left: 70px;
}
.phone--type2:before
{
	background: url(../img/phone.png) -47px 0 no-repeat;
	height: 43px;
	left: 0;
	margin-top: -20px;
	width: 47px;
}
.phone--type2:after
{
	background: url(../img/links/phone2.png) no-repeat;
	height: 19px;
	left: 30px;
	margin-top: -10px;
	width: 29px;
}
.phone--type2-1:before
{
	background: url(../img/phone.png) no-repeat;
	bottom: -2px;
}
.phone--type2-1:after
{
	bottom: 12px;
}
.phone--type2:hover:after
{
	animation: phone-animation 2s ease;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: phone-animation;
	animation-timing-function: ease-out;
	transform-origin: left center;
	webkit-animation: phone-animation 2s ease;
	webkit-animation-duration: 2s;
	webkit-animation-fill-mode: forwards;
	webkit-animation-iteration-count: infinite;
	webkit-animation-name: phone-animation;
	webkit-animation-timing-function: ease-out;
	webkit-transform-origin: left center;
}
.phone--font-s2
{
	font-size: 30px;
}
@media only screen and (max-width:991px)
{
	.phone
	{
		padding-left: 0;
	}
	.phone::after,.phone::before
	{
		display: none;
	}
}
.text-link
{
	border-bottom: 1px dotted;
	color: #003b8f;
	font-size: 18px;
	font-weight: 400;
	transition: all .3s ease;
}
.order,.socials__label
{
	font-family: PFDinTextCondPro-Light;
	font-weight: 300;
}
.text-link--line,.text-link:hover
{
	border-bottom: 1px solid;
}
.order
{
	color: #003b8f;
	font-size: 19px;
}
.yellow
{
	color: #fccd04;
}
.orange
{
	color: #ff7d09;
}
.green
{
	color: #8dd117;
}
.purple
{
	color: #b859dc;
}
.red
{
	color: #e2001a;
}
.red2
{
	color: #E0001A;
}
.pink
{
	color: #fa47da;
}
.blue
{
	color: #165bbb;
}
.blue2
{
	color: #2060b8;
}
.lightblue
{
	color: #14e4da;
}
.lightblue2
{
	color: #05D7CD;
}
.darkblue
{
	color: #003b8f;
}
.blackblue
{
	color: #001738;
}
.black
{
	color: #000;
}
.white
{
	color: #fff;
}
.footer .color-link,.header-body .color-link
{
	border: 1px solid transparent;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-top: 5px;
	text-align: left;
	transition: all .3s ease-in;
}
.footer .color-link:before,.header-body .color-link:before
{
	left: 15px;
	top: 11px;
	transition: all .3s ease-in;
}
.footer .color-link--active.color-link--yellow,.header-body .color-link--active.color-link--yellow
{
	background: #fccd04;
	border-color: #fccd04;
}
.footer .color-link--active.color-link--yellow::before,.header-body .color-link--active.color-link--yellow::before
{
	background: #fff;
}
.footer .color-link--active.color-link--orange,.header-body .color-link--active.color-link--orange
{
	background: #ff7d09;
	border-color: #ff7d09;
	color: #fff;
}
.footer .color-link--active.color-link--orange::before,.header-body .color-link--active.color-link--orange::before
{
	background: #fff;
}
.footer .color-link--active.color-link--green,.header-body .color-link--active.color-link--green
{
	background: #8dd117;
	border-color: #8dd117;
	color: #fff;
}
.footer .color-link--active.color-link--green::before,.header-body .color-link--active.color-link--green::before
{
	background: #fff;
}
.footer .color-link--active.color-link--purple,.header-body .color-link--active.color-link--purple
{
	background: #b859dc;
	border-color: #b859dc;
	color: #fff;
}
.footer .color-link--active.color-link--purple::before,.header-body .color-link--active.color-link--purple::before
{
	background: #fff;
}
.footer .color-link--active.color-link--red,.header-body .color-link--active.color-link--red
{
	background: #e2001a;
	border-color: #e2001a;
	color: #fff;
}
.footer .color-link--active.color-link--red::before,.header-body .color-link--active.color-link--red::before
{
	background: #fff;
}
.footer .color-link--active.color-link--red2,.header-body .color-link--active.color-link--red2
{
	background: #E0001A;
	border-color: #E0001A;
	color: #fff;
}
.footer .color-link--active.color-link--red2::before,.header-body .color-link--active.color-link--red2::before
{
	background: #fff;
}
.footer .color-link--active.color-link--pink,.header-body .color-link--active.color-link--pink
{
	background: #fa47da;
	border-color: #fa47da;
	color: #fff;
}
.footer .color-link--active.color-link--pink::before,.header-body .color-link--active.color-link--pink::before
{
	background: #fff;
}
.footer .color-link--active.color-link--blue,.header-body .color-link--active.color-link--blue
{
	background: #165bbb;
	border-color: #165bbb;
	color: #fff;
}
.footer .color-link--active.color-link--blue::before,.header-body .color-link--active.color-link--blue::before
{
	background: #fff;
}
.footer .color-link--active.color-link--blue2,.header-body .color-link--active.color-link--blue2
{
	background: #2060b8;
	border-color: #2060b8;
	color: #fff;
}
.footer .color-link--active.color-link--blue2::before,.header-body .color-link--active.color-link--blue2::before
{
	background: #fff;
}
.footer .color-link--active.color-link--lightblue,.header-body .color-link--active.color-link--lightblue
{
	background: #14e4da;
	border-color: #14e4da;
	color: #fff;
}
.footer .color-link--active.color-link--lightblue::before,.header-body .color-link--active.color-link--lightblue::before
{
	background: #fff;
}
.footer .color-link--active.color-link--lightblue2,.header-body .color-link--active.color-link--lightblue2
{
	background: #05D7CD;
	border-color: #05D7CD;
	color: #fff;
}
.footer .color-link--active.color-link--lightblue2::before,.header-body .color-link--active.color-link--lightblue2::before
{
	background: #fff;
}
.footer .color-link--active.color-link--darkblue,.header-body .color-link--active.color-link--darkblue
{
	background: #003b8f;
	border-color: #003b8f;
	color: #fff;
}
.footer .color-link--active.color-link--darkblue::before,.header-body .color-link--active.color-link--darkblue::before
{
	background: #fff;
}
.footer .color-link--active.color-link--blackblue,.header-body .color-link--active.color-link--blackblue
{
	background: #001738;
	border-color: #001738;
	color: #fff;
}
.footer .color-link--active.color-link--blackblue::before,.header-body .color-link--active.color-link--blackblue::before
{
	background: #fff;
}
.footer .color-link--active.color-link--black,.header-body .color-link--active.color-link--black
{
	background: #000;
	border-color: #000;
	color: #fff;
}
.footer .color-link--active.color-link--black::before,.footer .color-link--active.color-link--white::before,.header-body .color-link--active.color-link--black::before,.header-body .color-link--active.color-link--white::before
{
	background: #fff;
}
.footer .color-link--active.color-link--white,.header-body .color-link--active.color-link--white
{
	background: #fff;
	border-color: #fff;
	color: #fff;
}
.footer .color-link--active.color-link--yellow,.header-body .color-link--active.color-link--yellow
{
	color: #003b8f;
}
.footer .color-link--yellow:hover,.header-body .color-link--yellow:hover
{
	background: #fccd04;
	border-color: #fccd04;
}
.footer .color-link--yellow:hover::before,.header-body .color-link--yellow:hover::before
{
	background: #fff;
}
.footer .color-link--orange:hover,.header-body .color-link--orange:hover
{
	background: #ff7d09;
	border-color: #ff7d09;
	color: #fff;
}
.footer .color-link--orange:hover::before,.header-body .color-link--orange:hover::before
{
	background: #fff;
}
.footer .color-link--green:hover,.header-body .color-link--green:hover
{
	background: #8dd117;
	border-color: #8dd117;
	color: #fff;
}
.footer .color-link--green:hover::before,.header-body .color-link--green:hover::before
{
	background: #fff;
}
.footer .color-link--purple:hover,.header-body .color-link--purple:hover
{
	background: #b859dc;
	border-color: #b859dc;
	color: #fff;
}
.footer .color-link--purple:hover::before,.header-body .color-link--purple:hover::before
{
	background: #fff;
}
.footer .color-link--red:hover,.header-body .color-link--red:hover
{
	background: #e2001a;
	border-color: #e2001a;
	color: #fff;
}
.footer .color-link--red:hover::before,.header-body .color-link--red:hover::before
{
	background: #fff;
}
.footer .color-link--red2:hover,.header-body .color-link--red2:hover
{
	background: #E0001A;
	border-color: #E0001A;
	color: #fff;
}
.footer .color-link--red2:hover::before,.header-body .color-link--red2:hover::before
{
	background: #fff;
}
.footer .color-link--pink:hover,.header-body .color-link--pink:hover
{
	background: #fa47da;
	border-color: #fa47da;
	color: #fff;
}
.footer .color-link--pink:hover::before,.header-body .color-link--pink:hover::before
{
	background: #fff;
}
.footer .color-link--blue:hover,.header-body .color-link--blue:hover
{
	background: #165bbb;
	border-color: #165bbb;
	color: #fff;
}
.footer .color-link--blue:hover::before,.header-body .color-link--blue:hover::before
{
	background: #fff;
}
.footer .color-link--blue2:hover,.header-body .color-link--blue2:hover
{
	background: #2060b8;
	border-color: #2060b8;
	color: #fff;
}
.footer .color-link--blue2:hover::before,.header-body .color-link--blue2:hover::before
{
	background: #fff;
}
.footer .color-link--lightblue:hover,.header-body .color-link--lightblue:hover
{
	background: #14e4da;
	border-color: #14e4da;
	color: #fff;
}
.footer .color-link--lightblue:hover::before,.header-body .color-link--lightblue:hover::before
{
	background: #fff;
}
.footer .color-link--lightblue2:hover,.header-body .color-link--lightblue2:hover
{
	background: #05D7CD;
	border-color: #05D7CD;
	color: #fff;
}
.footer .color-link--lightblue2:hover::before,.header-body .color-link--lightblue2:hover::before
{
	background: #fff;
}
.footer .color-link--darkblue:hover,.header-body .color-link--darkblue:hover
{
	background: #003b8f;
	border-color: #003b8f;
	color: #fff;
}
.footer .color-link--darkblue:hover::before,.header-body .color-link--darkblue:hover::before
{
	background: #fff;
}
.footer .color-link--blackblue:hover,.header-body .color-link--blackblue:hover
{
	background: #001738;
	border-color: #001738;
	color: #fff;
}
.footer .color-link--blackblue:hover::before,.header-body .color-link--blackblue:hover::before
{
	background: #fff;
}
.footer .color-link--black:hover,.header-body .color-link--black:hover
{
	background: #000;
	border-color: #000;
	color: #fff;
}
.footer .color-link--black:hover::before,.footer .color-link--white:hover::before,.header-body .color-link--black:hover::before,.header-body .color-link--white:hover::before
{
	background: #fff;
}
.footer .color-link--white:hover,.header-body .color-link--white:hover
{
	background: #fff;
	border-color: #fff;
	color: #fff;
}
.footer .color-link--yellow:hover,.header-body .color-link--yellow:hover
{
	color: #003b8f;
}
.footer .color-link--font-s2,.header-body .color-link--font-s2
{
	font-size: 21px;
}
.footer .color-link--font-s2::before,.header-body .color-link--font-s2::before
{
	top: 13px;
}
@media only screen and (max-width:991px)
{
	.footer .color-link,.header-body .color-link
	{
		font-size: 17px;
	}
	.footer .color-link::before,.header-body .color-link::before
	{
		top: 9px;
	}
}
.socials__label
{
	color: #165bbb;
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}
@media only screen and (max-width:991px)
{
	.socials__label
	{
		display: none;
	}
}
@font-face
{
	font-family: PFDinTextCondPro-Regular;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/regular/PFDinTextCondPro-Regular.eot);
	src: url(../fonts/regular/PFDinTextCondPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/regular/PFDinTextCondPro-Regular.woff2) format("woff2"),url(../fonts/regular/PFDinTextCondPro-Regular.woff) format("woff"),url(../fonts/regular/PFDinTextCondPro-Regular.ttf) format("truetype"),url('../fonts/regular/PFDinTextCondPro-Regular.svg#o Regular') format("svg");
	unicode-range: U+0020-04D9;
}
@font-face
{
	font-family: PFDinTextCondPro-Light;
	font-stretch: normal;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/light/PFDinTextCondPro-Light.eot);
	src: url(../fonts/light/PFDinTextCondPro-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/light/PFDinTextCondPro-Light.woff2) format("woff2"),url(../fonts/light/PFDinTextCondPro-Light.woff) format("woff"),url(../fonts/light/PFDinTextCondPro-Light.ttf) format("truetype"),url('../fonts/light/PFDinTextCondPro-Light.svg#o Light') format("svg");
	unicode-range: U+0020-04D9;
}
@font-face
{
	font-family: PFDinTextCondPro-Medium;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/medium/PFDinTextCondPro-Medium.eot);
	src: url(../fonts/medium/PFDinTextCondPro-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/medium/PFDinTextCondPro-Medium.woff2) format("woff2"),url(../fonts/medium/PFDinTextCondPro-Medium.woff) format("woff"),url(../fonts/medium/PFDinTextCondPro-Medium.ttf) format("truetype"),url('../fonts/medium/PFDinTextCondPro-Medium.svg#o Medium') format("svg");
	unicode-range: U+0020-04D9;
}
.page-print
{
	min-width: 767px;
}
.page-print .container
{
	width: 767px!important;
}
.page-print__count-page
{
	margin-bottom: 10px;
	margin-right: -7.5px;
	text-align: right;
}
.page-print__count-page__figure
{
	background: 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	transform: rotate(-45deg);
	webkit-transform: rotate(-45deg);
	width: 33px;
}
.page-print__count-page__figure--yellow
{
	background: #fccd04;
}
.page-print__count-page__figure--orange
{
	background: #ff7d09;
}
.page-print__count-page__figure--green
{
	background: #8dd117;
}
.page-print__count-page__figure--purple
{
	background: #b859dc;
}
.page-print__count-page__figure--red
{
	background: #e2001a;
}
.page-print__count-page__figure--red2
{
	background: #E0001A;
}
.page-print__count-page__figure--pink
{
	background: #fa47da;
}
.page-print__count-page__figure--blue
{
	background: #165bbb;
}
.page-print__count-page__figure--blue2
{
	background: #2060b8;
}
.page-print__count-page__figure--lightblue
{
	background: #14e4da;
}
.page-print__count-page__figure--lightblue2
{
	background: #05D7CD;
}
.page-print__count-page__figure--darkblue
{
	background: #003b8f;
}
.page-print__count-page__figure--blackblue
{
	background: #001738;
}
.page-print__count-page__figure--black
{
	background: #000;
}
.page-print__count-page__figure--white
{
	background: #fff;
}
.page-print__count-page__count
{
	display: inline-block;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.page-print .article
{
	margin-top: 30px;
}
.page-print .article__title-small
{
	margin-bottom: 0;
}
.page-print .best-offer__open__price
{
	color: #003b8f;
	margin-left: 0;
}
.page-print .header
{
	margin-bottom: 43px;
	padding-bottom: 0;
	padding-top: 15px;
}
.page-print .header::after
{
	background-image: url(../img/links/corner-print.png);
	background-size: auto;
	bottom: -26px;
	height: 26px;
}
.page-print .header .phone
{
	background: 0 0;
	border: 0;
	border-radius: 0;
	font-size: 31px;
	height: auto;
	line-height: 1.15;
	margin-bottom: 0;
	overflow: visible;
	padding-right: 20px;
	top: auto;
	width: auto;
}
.page-print .header .main-logo
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 200px;
}
.page-print .header .color-link--size1
{
	width: 155px;
}
.page-print .header .color-link--size2,.page-print .header .color-link--size3
{
	width: 110px;
}
.page-print .header .color-link--size4
{
	width: 135px;
}
.page-print .header .address
{
	font-size: 16px;
	margin-bottom: 4px;
	padding-top: 14px;
	text-align: left;
}
.page-print .header-body__cell:first-child,.page-print .header-body__cell:last-child
{
	width: 250px;
}
.page-print .header-body__cell:first-child
{
	width: 265px;
}
.page-print .header-body__cell:first-child .header-row--links
{
	margin-left: 0;
}
.page-print .header-body__cell:last-child
{
	width: 250px;
}
.page-print .header-body__cell:last-child .header-row--links
{
	margin-right: 0;
}
.page-print .header-body__cell .header-row--links
{
	display: block;
}
.page-print .header-body .color-link
{
	font-size: 12px;
	margin-top: 0;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-top: 3px;
}
.page-print .header-body .color-link::before
{
	height: 7px;
	left: 0;
	top: 6px;
	width: 7px;
}
.page-print .title__big
{
	font-size: 32px;
}
.page-print .content__item--3
{
	width: 33.3333%;
}
.page-print .best-offer-small__title.text__p
{
	font-size: 19px;
}
.page-print .best-offer-small__btn>*
{
	margin-bottom: 0;
	width: 50%;
}
/*
.banner__item {
    height: 80vh;
}
@media only screen and (max-width: 400px)
{
	.banner__item{
		height: 21vh !important;
	}
	.banner-slider__body{
		display: none;
	}
}
@media only screen and (max-width: 1023px)
{
	.banner__thumb{
		display: none;
	}
	.banner__item {
	    height: 46vh ;
	}
}

@media only screen and (max-width: 600px)
{
	.banner__item {
	    height: 29vh ;
	}
}

@media only screen and (max-width: 480px)
{
	.banner__item {
	    height: 24vh ;
	}
}
@media only screen and (max-width: 1400px)
{
	.banner__item {
	    height: 59vh ;
	}
}
@media only screen and (max-width: 768px)
{
	.banner__item {
	    height: 36vh ;
	}
}

@media only screen and (max-width: 480px)
{
	.banner__item {
	    height: 29vh !important;
	}
}
*/
@media only screen and (max-width: 1366px)
{
	.banner__item{
		max-height: 566px;
	}
		.banner__thumb{
		display: none;
	}
    
}
@media only screen and (max-width: 2100px)
{
	/*
	.banner__item{
		max-height: 600px;
	}*/
}

@media only screen and (max-width: 1500px)
{
	.banner__item{
		max-height: 515px;
	}
}
.banner-slider__item img{
	width: 116px;
    height: 67px;
}
