.container-auto {
    max-width: none !important;
}

.row-padding-top {
    padding-top: 0;
}

.row-padding-top > .col-12 {
    padding: 0;
}

.rm-content {
    border: 0;
    padding: 0;
}

.content-top-box > * {
    margin-bottom: 0;
}

.mt-3, .my-3 {
    margin-top: 0 !important
}

.secForm_form > .flex_row, .secForm_content > .flex_row {
    margin-bottom: 5%
}

.secContacts > img {
    z-index: 1;
}

.rm-content .secReviews_buttons a.btn_primary, .rm-content .secReviews_buttons a.btn_primary:hover {
    color: #fff;
    text-decoration: none;
    line-height: 1;
    height: 54px !important
}

div.rm-footer {
    margin-top: 0;
}

@font-face {
	font-family: 'Gotham Pro';
	font-display: 'swap';
	src: url('../fonts/GothamPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: url('../fonts/GothamPro.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	font-display: 'swap';
	src: url('../fonts/GothamPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	font-display: 'swap';
	src: url('../fonts/GothamPro-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	font-display: 'swap';
	src: url('../fonts/GothamPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
body {
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
}
img {
	max-width: 100%;
}
hr {
	height: 1px;
	display: block;
	border: none;
}
.container {
	max-width: 1200px !important;
	margin:0 auto;
}
.container_max {
	max-width: 1200px !important;
}
.nowrap, .nowrap-text {
	white-space: nowrap;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: inherit;
}
h1 {
	font-size: 45px;
	line-height: 120%;
}
h2 {
	font-size: 45px;
	line-height: 120%;
	margin-top: 0;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
	margin: 0;
	line-height: 120%;
}
p {
	line-height: 110%;
}
.hidden {
	visibility: hidden;
}
.btn {
	border-radius: 27px;
	padding:17px 10%;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
	text-align: center;
	display: block;
	margin-bottom: 13px;
	cursor: pointer;
	background: linear-gradient(180deg, #FFFFFF 0%, #CCCCCC 100%);
	color: #191B1D;
}
.btn-orange-2 {
	border:0;
	outline: none!important;
}

.btn.flex_row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.btn_primary {
	background: linear-gradient(0deg, #ECAE11, #ECAE11);
	color: #ffffff;
}
.btn_primary:hover {
	background: linear-gradient(180deg, #D0A359 0%, #9E7B40 100%);
	color: #ffffff;
}
.btn_primary:active {
	background: linear-gradient(180deg, #CFA258 0%, #A37E42 100%);
	color: #ffffff;
}
.form .btn_primary:hover {
	background: linear-gradient(180deg, #505560 0%, #2E3137 100%);
}
.btn_secondary, .btn--gray {
	background: transparent;
	border:2px solid #ECAE11;
	box-shadow: none;
}
.btn_secondary:hover, .btn_dark:hover, .btn_blue:hover, .btn--gray:hover, .btn-orange-2:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	border-color: #191B1D;
}
.btn span {
	color: #ffffff;
	font-weight: 500;
	white-space: nowrap;
}
.btn_secondary span,  .btn--gray span {
	color: #1F2229;
}
.btn_dark, .btn--yellow, .btn-orange-2 {
	background: #314F9C;
}
.btn_dark span, .btn--yellow, .btn--yellow span, .btn_dark, .btn-orange-2, .btn_dark:hover span, .btn--yellow:hover, .btn--yellow:hover span, .btn_dark:hover, .btn-orange-2:hover {
	color: #fff;
}
.btn--yellow, .btn--yellow span {
	font-weight: 500;
}
.form .link {
	color: #314F9C;
	border-bottom: 1px solid #314F9C;
}
.list_disc {
	list-style: inside;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.text_img, .img_box {
	max-width: 100%;
}
.img_box3 .text_img {
	max-width: 33%;
}
.mb_0 {
	margin-bottom: 0 !important;
}
.arrow {
	width: 30px;
	height: 22px;
	background:url(../img/arrow.svg) no-repeat center / contain;
	display: inline-block;
}
.arrow_left {
	margin-left: 12px;
}
.arrow_right {
	margin:0 22px 0 0;
	transform: scale(-1,1);
}
.btn_dark .arrow, .btn_primary .arrow {
	-webkit-filter: brightness(100);
	-o-filter: brightness(100);
	filter: brightness(100);
}
.input {
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
	border:none;
	border-radius: 27px;
	height: 54px;
	padding: 0 5%;
	box-sizing: border-box;
	outline: none;
	display: block;
	margin-bottom: 30px;
	background: #E7EAED;
}
.input:hover {
	border:2px solid #C2C2C2;
}
.input:focus {
	border:2px solid #E9B662;
}
.bordered {
	padding-left: 25px;
	border-left: 5px solid #E9B662;
	line-height: 1.8;
}
.img_bordered {
	border-left: 10px solid #E9B662;
}
.sec {
	padding:2% 0;
}
.secDark {
	color: #ffffff;
}
.underline {
	padding-bottom: 3px;
	position: relative;
}
.underline:before {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	bottom: -2px;
	height: 2px;
	background: #E9B662;
	transition: left 200ms ease-in;
}
.underline:hover:before {
	left: 7px;
	transition: left 200ms ease-in;
}
.selectric {
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
}
.selectric .label, .selectric-items li {
	font-size: 16px;
	color: #191B1D;
}
.selectric .button {
	background: #74777A;
	border-radius: 3px;
}
.selectric .button:after {
	border:none;
	width: 8px;
	height: 14px;
	background: url(../img/arrow-small.svg) no-repeat center / contain;
	transform: rotate(-90deg);
	filter: brightness(200%);
	transition: transform 300ms ease;
}
.selectric-open .selectric .button:after {
	transform: rotate(90deg);
	transition: transform 300ms ease;
}
.selectric-items li:hover {
	background: #E8E8E8;
}
#product-category .checkbox {
	border: 3px solid #FFFFFF;
	border-radius: 3px;
	width: 21px;
	height: 21px;
	position: relative;
}
#product-category .checkbox:hover {
	border-color: #BCC3CB;
}
#product-category input[type="checkbox"]:checked+label {
	border-color: #FFFFFF;
}
#product-category .checkbox:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	bottom: 0;
	right: -5px;
	opacity: 0;
	background: url(../img/check.svg) no-repeat center / contain;
}
#product-category input[type="checkbox"]:checked+label:before {
	opacity: 1;
}

#product-category input[type="radio"]:checked+label:before {
	opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255,255,255,.2);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px!important;
	background: #797878!important;
}
.mCSB_scrollTools .mCSB_dragger {
	width: 4px!important;
	background: #797878;
	left: 6px;
}
.mCSB_buttonUp, .mCSB_buttonDown {
	width: 34px!important;
	height: 30px!important;
	background: #ECECEC url(../img/arrow-small.svg) no-repeat center / 20%!important;
	opacity: 1!important;
	margin:10px 0!important;
	bottom: 0;
	transform: rotate(-90deg);
}
.mCSB_buttonUp {
	bottom: 34px;
	transform: rotate(90deg);
}
.secIdea_list .mCSB_scrollTools {
	width: 40px!important;
}
.secIdea_list .mCSB_draggerContainer {
	display: none;
}
.top {
	right: 20%;
	cursor: pointer;
	transform: translateY(-150px);
}
.top p {
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}
.top .arrow {
	width: 14px;
	height: 29px;
	background: url(../img/arrow-top.svg) no-repeat center / contain;
}
.parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text_info {
	color: #314F9C;
}
.text_img {

}
#modal_mission {
	max-width: 780px!important;
	background:#ffffff url(../img/bcg-popup.png) no-repeat center bottom / contain;
}
.modal_title span {
	display: inherit;
}
.modal_content {
	padding: 5% 10% 7%;
	position: relative;
}
.iziModal .iziModal-button-close, .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 22px;
	height: 22px;
	background:#ffffff url(../img/exit.svg) no-repeat center / contain!important;
}
.btn_modal {
	margin: 5% 0 0 auto;
	padding: 17px 4%;
}
.modal_form {
	max-width: 320px;
	margin:0 auto;
}
.modal_form p {
	font-size: 14px;
}
.sps p {
	font-size: 18px!important;
    font-weight: 700;
}
#modal_styles, #modal_review {
	max-width: 80%!important;
}
.modal_btn {
	padding: 17px 35px;
	margin-top: 30px;
}
.modal_slider {
	width: 300px;
	width: 235px;
	margin-right: 50px;
	text-align: center;
}
.modal_slider img {
	height: 170px;
	width: 100%;
}
#modal_review .modal_slider img {
	height: auto;
}
#modal_styles .modal_slider {
	order: 1;
}
#modal_styles .modal_sliderImg {
	order: 2;
}
.imgWrapper {
	position: relative;
	padding: 0 5px;
}
#modal_styles .imgWrapper {
	padding: 5px 0;
}
.modal_title {
	margin: 0;
}
.modal_sliderWrapper {
	margin: 30px 0;
}
.modal_sliderImg {
	width: calc(100% - 285px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.modal_sliderImg  img {
	max-height: 60vh;
	min-width: 600px;
}
#modal_styles .modal_content, #modal_review .modal_content {
	padding: 50px;
}
.slick-arrow {
	background: url(../img/arrow-small.svg) no-repeat center / contain!important;
	width: 15px;
    height: 30px;
    transform: rotate(90deg);
    position: relative;
    z-index: 100;
}
.slick-next {
	transform: rotate(-90deg);
}
.modal_slider .slick-current img, .modal_slider .slick-center img {
	border: 2px solid #e9b662!important;
}
.slick-slide {
	border:none!important;
	outline: none!important;
}
.modal_sliderImg .slick-track, .modal_sliderImg .imgWrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
#modal_review .modal_sliderImg, #modal_review .modal_slider {
	width: 100%;
}
#modal_review .slick-arrow {
	position: absolute;
	top: calc(50% - 15px);
}
#modal_review .slick-next {
	right: -20px;
	transform: rotate(180deg);
}
#modal_review .slick-prev {
	left: -20px;
	transform: rotate(0);
}
#modal_review .modal_slider {
	margin-top: 30px;
}
.modal_rowItem {
	padding: 0 10px;
	box-sizing: border-box;
}
.modal_info {
	padding-left: 30px;
	box-sizing: border-box;
}
.modal_price span {
	white-space: nowrap;
}
.header {
	color: #ffffff;
	padding-bottom: 10%;
	position: relative;
}
.header_top {
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
	border:2px solid #314F9C;
	padding-bottom: 1.5vw;
}
.header_menuMain {
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
    border: 2px solid #314F9C;
    margin-top: 10px;
    display: none;
}
.btn_katalog.active {
	pointer-events: none;
}
.btn_katalog.active .btn {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.header_top.active {
	background: rgba(25,27,29,.9);
}
.header_menuTop {
	padding: 30px 0;
}
.header_menuItem {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	width: 12%;
}
.header_menuItem:after{
	content: '';
    position: absolute;
    bottom: -35px;
    border: 5px solid transparent;
    border-top: 10px solid #ECAE11;
    visibility: hidden;
    left: calc(50% - 5px);
}
.header_menuRow:not(#row-1) {
	display: none;
}
.header_menuItem.active:after {
	visibility: visible;
}

.header_menuItem.active span {
	color: #ECAE11;
}
.header_menuDown {
	border-top:2px solid #314F9C;
	padding-bottom: 15px;
}
.header_menuIcon {
	margin-bottom: 10px;
	width: 75px;
	height: 37px;
	background: url(../img/menu_icon1.svg) no-repeat center / contain;
}
.header_menuIcon2 {
	background-image: url(../img/menu_icon2.svg);
}
.header_menuIcon3 {
	background-image: url(../img/menu_icon3.svg);
}
.header_menuIcon4 {
	background-image: url(../img/menu_icon4.svg);
}
.header_menuIcon5 {
	background-image: url(../img/menu_icon5.svg);
}
.header_menuIcon6 {
	background-image: url(../img/menu_icon6.svg);
}
.header_menuIcon7 {
	background-image: url(../img/menu_icon7.svg);
	width: 32px;
}
.header_menuItem.active .header_menuIcon {
	filter:invert(1) hue-rotate(348deg) brightness(1.1);
}
.header_menuRowItem {
	font-weight: 700;
	font-size: 16px;
	margin-top: -1px;
	margin-right: -1px;
}
.header_menuRowItem:not(.empty):hover {
	background: #314F9C;
	color: #fff;
}
.header_menuRowLink {
	width: 100%;
	height: 100%;
	display: block;
	padding: 16px;
	box-sizing: border-box;
}
.header_bcg {
	position: absolute!important;
	top: -5%!important;
	left: -5%!important;
	bottom: 0;
	right: -5%!important;
	background: url(../img/header_bcg.jpg) no-repeat center top / cover;
}
.header_bottom {
	position: absolute;
    left: 0;
    overflow: visible;
    bottom: 0;
    top: 97%;
    height: 1px;
    width: 1px;
    z-index: 50;
}
.header_menu {
	padding: 1% 0;
	position: relative;
	z-index: 30;
	max-width: 1200px;
	margin: 0 auto;
}
.header_trigger {
	width: 35px;
	cursor: pointer;
	height: 25px;
	position: relative;
	display: none;
	margin-right: 15px;
}
.header_trigger .line {
	height: 3px;
	background: #000;
	width: 100%;
	position: absolute;
	transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
}
.header_trigger .line {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
   }
.header_trigger .line:before, .header_trigger .line:after {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	bottom: 8px;
}
.header_trigger.active .line {
	height: 0;
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}
.header_trigger .line:before {
	transition: bottom .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}
.header_trigger .line:after {
	bottom: 19px;
	transition: bottom .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}
.header_trigger.active .line:before {
    transition: bottom .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}
.header_trigger.active .line:after {
    bottom: 11px;
    transition: bottom.2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
}
.header_menuLeft {
	width: 25%;
}
.header_logo {
	width: 100%;
	padding-bottom: 15%;
	background: url(../img/logo.svg) no-repeat center /contain;
	max-width: 430px;
}
.header_logo_dark {
	background-image: url(../img/logo-dark.svg);
}
.header_phone {
	font-size: 36px;
	font-weight: 900;
	white-space: nowrap;
	margin: 2% 0;
	font-size: 22px;
	justify-content: flex-end;
}
.header_menuTime p {
	margin: 0;
}
.header_menuNavItem span{
	color: #E9B662;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
}
.header_menuNavLogo {
	width: 80%;
	display: inline-block;
	padding-bottom: 30%;
	margin-bottom: .5vw;
}
.header_menuNavLogo1 {
	background: url(../img/calculator2.svg) no-repeat center / contain;
	padding-bottom: 25%;
}
.header_menuNavLogo2 {
	background: url(../img/mechanic_m.svg) no-repeat center / contain;
	padding-bottom: 27%;
}
.header_menuNavLogo3 {
	background: url(../img/house2.svg) no-repeat center / contain;
}
.header_menuNavItem:not(:last-of-type) {
	margin-right: 20px;
}
.header_menuNavItem {
	filter: none;
	transition: filter 300ms ease-in;
}
.header_menuNavItem:hover {
	filter: invert(1) brightness(.85);
	transition: filter 300ms ease-in;
}
.header_phone:hover {
	color: #E9B662;	
}
.header_phone:active {
	color: #C2964E;
}
.header_phone:hover .icon_phone {
    filter: brightness(125%);
}
.header_phone:active .icon_phone {
    filter: brightness(100%);
}
.icon_phone {
	width: 35px;
	height: 26px;
	display: inline-block;
	background: url(../img/phone.svg) no-repeat center / contain;
	margin-right: 2%;
}
.header_phone .icon_phone {
	filter: brightness(500%);
	display: none !important;
}
.header_btn {
	font-weight: 500;
	margin-left: 12%;
	white-space: nowrap;
	padding-bottom: 3px;
}
.header_btn:active {
	color: #ffffff;
}
.header_btn:hover {
	color: #E9B662;
}
.header_menuRight p, .header_link {
	color: #314F9C;
	font-size: 16px;
	font-weight: 900;
}
.header_link:hover {
	color: #ECAE11;
}
.header_content {
	padding:7% 0 0;
	position: relative;
	z-index: 1
}
.flex_row.header_content {
    justify-content: center
}
.header_content h1 {
	margin-top: 0;
}
.header_form {
	border: 5px solid #ECAE11;
	background: #ffffff;
	color: #191B1D;
	padding: 0 3% 2%;
	max-width: 380px;
	min-height: 390px;
}
.header_form p {
	font-size: 12px;
	line-height: 17px;
}
.header_form .btn {
	margin-bottom: 22px;
}
.header_aside {
	width: 40%;
	box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.2), 0px -10px 50px rgba(0, 0, 0, 0.1), 0px 10px 40px rgba(0, 0, 0, 0.2), 0px 10px 20px rgba(0, 0, 0, 0.1);
	background: rgba(25,27,29,.9);
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 20;
	min-height: 100vh;
}
.header_navOuster {
	height: 100%;
}
.header_nav {
	padding: 0 0;
	max-width: 1200px;
	margin: 0 auto;
}
.header_listItem {
	text-align: center;
	width: 9%;
}
.header_list {
	justify-content: space-between;
}
.header_menuCenter .header_listItem {
	width: auto;
}
.header_listItem_first {
	-ms-align-self: center;
	align-self: center;
}
.header_listLink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    max-width: 130px;
    margin: 0 auto;
    border-bottom: 3px solid #314F9C;
}
.header_listLink.btn {
	border:none;
	height: auto;
	max-width: none;
}
.header_listLink:hover, .header_listLink.active {
	border-color: #ECAE11;
	text-decoration: none;
	color: inherit;
}
.header_item {
	font-size: 30px;
	font-weight: 700;
	padding: 3% 0;
}
.header_item:hover {
	color: #E9B662
}
.header_listItem > span {
	font-weight: 700;
	height: calc(100% - 3px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-bottom: 3px solid #ECAE11;
}
.sec_titleBig {
	color: #E7EAED;
	font-weight: 900;
	font-size: 6.5vw;
	margin: 0;
	line-height: 100%;
}
.sec_titleSmall {
	position: absolute;
	margin: 0;
	right: -10%;
	bottom: -10%;
}
.header_slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.header_slider img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.header_sliderItem {
	width: 100%;
	padding-bottom: 45vw;
}
.header_slider .owl-nav {
	position: absolute;
	bottom: 8%;
    right: 1%;
}
.secService_box {
	margin-top: 3%;
}
.secService_item {
	margin: 0 1% 1%;
	width: 23%;
}
.secService_itemLogo {
	width: 50%;
	padding-bottom: 30%;
}
.secService_itemLogo1 {
	background: url(../img/serv1.png) no-repeat center top /  contain;
}
.secService_itemLogo2 {
	background: url(../img/serv2.png) no-repeat center / contain;
}
.secService_itemLogo3 {
	background: url(../img/serv3.png) no-repeat center / contain;
}
.secService_itemLogo4 {
	background: url(../img/serv4.png) no-repeat center / contain;
}
.secService_itemLogo5 {
	background: url(../img/serv5.png) no-repeat center / contain;
}
.secService_itemLogo6 {
	background: url(../img/serv6.svg) no-repeat center / contain;
	max-width: 130px;
}
.secService_itemLogo7 {
	background: url(../img/serv7.svg) no-repeat center / contain;
	max-width: 170px;
}
.secService_itemLogo8 {
	background: url(../img/serv8.png) no-repeat center / contain;
}
.secService_itemLogo9 {
	background: url(../img/serv9.png) no-repeat center / contain;
}
.secService_itemLogo10 {
	background: url(../img/serv10.png) no-repeat center / contain;
}
.secService_itemLogo11 {
	background: url(../img/serv11.png) no-repeat center / contain;
	max-width: 170px;
}
.secService_itemLogo12 {
	background: url(../img/serv12.png) no-repeat center / contain;
}
.secService_item h5 {
	font-size: 24px;
	margin: 4% 0 0;
	font-weight: 700;
	text-align: center;
}
.secService_btnBox {
	margin-top: 3%;
}
.secService_btnBox .btn_secondary {
	padding: 20px 30px;
	border-radius: 50px;
	min-width: 335px;
	box-sizing: border-box;
    color: #fff;
    text-decoration: none;
	border-color: #314F9C;
}
.secService_btnBox .btn_secondary:first-of-type {
	margin-right: 2vw;
}
.secAbout .sec_titleBig {
	text-transform: none;
}
.secAbout_img img {
	max-width: 97%;
}
.secAbout .sec_titleSmall {
	right: -24%;
    bottom: -4%;
}
.secAbout .sec_titleBox {
	margin-bottom: 2vw;
}
.sec_titleBox_full, .sec_titleBox_full .sec_titleBig {
	width: 100%;
}
.sec_titleBox_full .sec_titleSmall {
	right: 0;
	left: 50%;
}
.secAbout_text {
	max-width: 800px;
}
.secAbout_text p {
	margin: 0;
	line-height: 130%;
	font-size: 16px;
}
.pageKat .secAbout {
	margin-top: -5%;
}
.pageKat .secAbout_img  {
	order: 2;
}
.pageKat .secAbout_img img {
    max-width: 94%;
    display: block;
    margin-left: auto;
}
.pageKat .secAbout .sec_titleBox {
	width: 50%;
	margin-bottom: 7%;
	position: relative;
	z-index: 100;
}
.pageKat .secAbout .sec_titleBig {
	width: 100%;
}
.pageKat .secAbout .sec_titleSmall {
    right: 12%;
    bottom: -43%; 
}
.secSteps {
	background: #314F9C;
	padding: 2% 0;
}
.secSteps .sec_titleBox {
	margin-bottom: 1vw;
}
.secSteps .sec_titleBig {
	color: #1F3B85;
	font-size: 96px;
	text-transform: none;
	font-size: 4vw;
}
.secSteps .sec_titleSmall {
	color: #ECAE11;
	font-size: 96px;
	font-weight: 900;
	bottom: -20%;
	font-size: 3vw;
}
.secSteps_text p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 114.84%;
}
.secSteps_text {
	max-width: 290px;
	margin: 0 auto;
}
.secObjects .sec_titleBig {
	text-transform: none;
}
.secObjects .sec_titleSmall {
	right: -15%;
}
.secObjects_box {
	margin-top: 4vw;
}
.secObjects_text h3 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: 700
}
.secObjects_img img {
	max-width: 97%;
}
.secObjects_textContent, .secObjects_item .btn {
	margin-left: 5%;
}
.secObjects_textContent p {
    font-size: 17.6px;
    margin: 0 0 16px;
}
.secObjects_textContent p span {
    display: block;
    margin: 0 0 10px;
}
.secObjects_item {
	width: 100%;
	margin-bottom: 5%;
}
.secObjects .secObjects_item {
    padding-right: 25px;
}
.secObjects_item .btn {
	margin-bottom: 0;
	margin-top: 20px;
}
.secObjects .container > .btn {
	margin-top: 30px;
	display: inline-block;
	    padding: 17px 5%;
}
.secObjects_text {
	text-align: left;
}
.secObjects_box .owl-nav {
	margin-top: 3vw;
}
.secIdea {
	padding: 5% 0 10%;
	margin-top: -10%;
	position: relative;
	z-index: 50;
}
.secIdea .container {
	max-width: 100% !important;
}
.secIdea_text {
	margin-left: 10%;
}
.secIdea_slider .owl-item:first-of-type a {
	margin-top: 5%;
}
.secIdea_slider.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.secIdea_slider.owl-carousel .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.secIdea_img {
	top: 0;
	background: url(../img/book.png) no-repeat right center / contain;
	bottom: -50%;
    width: 65%;
	right: auto;
	left: -45%;
}
.secIdea_content {
	padding-bottom: 1%;
	width: 100%;
}
.secIdea_slider .owl-item:last-of-type .secIdea_content {
	width: 70%;
	margin:0 0 0 auto;
	background-position: 0 11%;
}
.secIdea_slider .owl-item:first-of-type .secIdea_content {
	margin-left: 10%;
}
.secIdea_slider .owl-item:first-of-type .secIdea_text {
	width: 27%;
}
.secIdea_title h1{
	font-size: 120px;
	line-height: 1;
	margin: 1vw 0;
	font-weight: 900;
	color: rgba(25, 27, 29, .15);
}
.secIdea_slider .owl-item:first-of-type .secIdea_title {
	position: absolute;
	right: 0;
	top: 10%;
}
.secIdea_list {
	max-height: 240px;
}
.secIdea_list li {
	font-size: 26px;
	font-weight: 700;
	padding: 5% 100px 5% 15px;
	border-left: 5px solid transparent;
	cursor: pointer;
	transition: border-color 300ms ease;
}
.secIdea_list span {
	position: relative;
}
.secIdea_list span:before {
	content: '';
	position: absolute;
	right: -80px;
	width: 65px;
	height: 1px;
	background: #E9B662;
	top: 50%;
}
.secIdea_list li.active {
	border-color: #E9B662;
	transition: border-color 300ms ease;
}
.secIdea_listInner {position: relative;}
.secIdea_buttons {
	position: absolute;
	right: 0;
	bottom: 0;
}
.secIdea_buttons .btn {
	background: #ECECEC;
	box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
	width: 30px;
	height: 34px;
	padding: 0;
	border-radius: 0;
	margin:0; 
	position: relative;
}
.secIdea_buttons .btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/arrow-small.svg) no-repeat center / 25%;
	filter: brightness(0);
	transform: rotate(90deg);
}
.secIdea_buttons .btnDown:before {
	transform: rotate(-90deg);
}
.secCedral {
	background: url(../img/title-cedral.png) no-repeat 83% 21%, url(../img/cedral-bcg.png) no-repeat center top / 100% 100%;
	margin-top: -14%;
	padding: 10% 0 5%;
	position: relative;
}
.secCedral_bottom {
	position: absolute;
    left: 0;
    overflow: visible;
    bottom: 0;
    top: 97%;
    height: 100px;
    width: 10px;
}
.secCedral_img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 65%;
	visibility: hidden;
}
.secCedral_buttons {
	max-width: 380px;
	padding-bottom: 2%;
}
.secCedral_buttons .btn {
	text-transform: uppercase;
	width: 50%;
	padding: 20px 2%;
}
.secCedral_buttons .btn:first-of-type {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.secCedral_buttons .btn:last-of-type {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.secCedral_buttons span {
	color: #191B1D;
}
.secCedral_buttons .btn.active span {
	color: #ffffff;
}
.secCedral_buttons .btn:hover {
	background: linear-gradient(180deg, #E7E7E7 0%, #A9A9A9 100%);
}
.secCedral_buttons .btn.active {
	background: linear-gradient(180deg, #E9B662 0%, #B08948 100%);
}
.secCedral_slider {
	width: 100%;
	margin-top: 10%;
	max-height: 370px;
	overflow:hidden;
}
.secCedral_slider img {
	height: 100%;
}
.secCedral_slider .owl-nav {
	position: absolute;
	bottom: -3px;
	right: 0;
}
.secCedral_slider .owl-dots {
	display: none;
}
.secCedral_slider .owl-nav button {
	position: relative;
	width: 40px;
	height: 60px;
	background-color: #ECECEC!important;
}
.secCedral_slider .owl-nav button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/arrow-small.svg) no-repeat center / 20%;
	filter: brightness(0);
}
.secCedral_slider .owl-next:before {
	transform: scale(-1,1);
}
.secCedral_text ul {
	list-style: inside;
}
.secCedral_text li {
	margin-bottom: 5px;
}
.secTool {
	padding:0;
	position: relative;
}
.secTool_title {
	position: absolute;
	font-size: 100px;
	line-height: 96px;
	color: rgba(51,54,61,.1);
	font-weight: 900;
	top: -14%;
    right: 7%;
}
.secTool .owl-carousel .owl-stage-outer {
	overflow:visible;
}
.secTool_content {
	margin-left: 10%;
}
.secTool_item {
	padding:5% 0 20%;
}
.secTool_img {
	position: absolute;
	left: 100vw;
	top: -20%;
	bottom: -110%;
	right: auto;
	width: 50vw;
	background: url(../img/tool1.png) no-repeat 20% bottom/contain;
	visibility: hidden;
}
.secTool_text {
	visibility: hidden;
}
.owl-item.active .secTool_text {
	visibility: visible;
	}
.owl-item.active .secTool_img {
	left: 0;
	transition: left 1.3s linear;
	visibility: visible;
}
.secTool_img1 {
	background-image: url(../img/001.png);
}
.secTool_img2 {
	background-image: url(../img/002.png);
}
.secTool_img3 {
	background-image: url(../img/003.png);
}
.secTool_img4 {
	background-image: url(../img/020.png);
}
.secTool_img5 {
	background-image: url(../img/camera_1a.png);
}
.secTool_slider {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
}
.secTool_slider .owl-dots {
	order: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.secTool_slider .owl-stage-outer {
	order: 2;
}
.secTool_slider button.owl-dot {
	width: 20%;
	padding:10px 0!important;
	background: linear-gradient(180deg, #71777D 0%, #3D4145 100%);
	color: #ffffff;
	font-weight: 500;
}
.secTool_slider button.owl-dot:hover {
	background: linear-gradient(180deg, #505560 0%, #2E3137 100%);
}
.secTool_slider button.owl-dot.active, .secTool_slider button.owl-dot.active:hover {
	background: linear-gradient(180deg, #E9B662 0%, #B08948 100%);
}
.secTool_slider button.owl-dot:not(:last-of-type) {
	border-right: 2px solid #B0B0B0;
}
.secTool_slider button.owl-dot:first-of-type {
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
}
.secTool_slider button.owl-dot:last-of-type {
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
}
.secTool_slider .owl-dot span {
	max-width: 130px;
    display: inline-block;
    font-size: 14px;
}
.secInstall {
	background: url(../img/title-install.png) no-repeat 100% 21%, url(../img/bcg-install.png) no-repeat center top / cover;
	margin-top: -8%;
	position: relative;
	z-index: 50;
	padding:15% 0;
}
.secInstall_content {
	margin-left: auto;
}
.secInstall_text {
	max-width: 647px;
	background: rgba(30,32,34,.9);
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
	padding:12% 15%;
}
.secInstall_text p {
	line-height: 30px;	
}
.secInstall_text .btn {
	margin-top: 8%;
}
.secGal {
	background: url(../img/title-gal.png) no-repeat 74% 2%, url(../img/pic-bcg.png) no-repeat left center;
}
.secGal_item {
	padding: 3% 3% 22%;
	position: relative;
	max-height: 300px;
	color: #ffffff;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.secGal_itemWrapper {
	 -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.secGal_item h6 {
	font-weight: 300;
}
.secGal_item h6 strong {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
}
.secGal_img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}
.secGal_like {
	position: absolute;
	bottom: 5%;
	right: 6%;
	z-index: 10;
	background: rgba(25,27,29,.4);
	color: #ffffff;
	font-weight: 500;
	padding:2% 4%;
	border-radius: 27px;
	min-width: 80px;
}
.secGal_like:hover {
	background: rgba(255,255,255,.4);	
}
.icon_heart {
	width: 18px;
	height: 16px;
	background: url(../img/heart.svg) no-repeat center / contain;
}
.secGal_link {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: 500;
	margin-top: 5%;
}
.secGal_link:hover {
	color: #E9B662;
}
.secGal_text {
	position: relative;
	z-index: 15;
	padding: 10%;
}
.secGal_item .btn {
	padding:11px 5%;
	margin-top: 20px;
}
.secGal_item  .arrow {
	width: 23px;
	height: 14px;
	filter: brightness(100%) invert(0);
}
.secGal_link:active .arrow {
	filter: brightness(200%);
}
.secGal_link:active {
	color: #ffffff;
}
.secGal_link:active .underline:before {
	left: 0;
	background: #ffffff;
}
.secGal_slider+.btn {
	padding:17px 3%;
	position: absolute;
    margin-top: -2.5%;
    right: 45%;
    z-index: 20;
}
.secGal .owl-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	max-width: 35%;
	margin:5% 0 0 auto;
}
.secGal .owl-nav > button {
	width: 8px;
	height: 14px;
	background: url(../img/arrow-small.svg) no-repeat center / contain!important;
	filter: brightness(10%) contrast(0);
}
.secGal .owl-nav > button:hover {
	filter: brightness(100%);
}
.secGal .owl-next {
	transform: scale(-1,1);
}
.secGal .owl-dot {
	font-size: 20px!important;;
	border: 3px solid rgba(25,27,29,.3)!important;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.secGal .owl-dot span {
	color: rgba(25,27,29,.3);
	font-weight: 700;
}
.secGal .owl-dot.active {
	background: linear-gradient(180deg, #E9B662 0%, #B08948 100%)!important;
	border-width:0!important;
}
.secGal .owl-dot.active span {
	color: #ffffff;
}
.secGal_slider .owl-dot:not(.active):hover span {
	color: #CDA056;
}
.secGal_slider .owl-dot:hover {
	border-color: #CDA056!important;
}
.secGal .owl-dot:last-of-type {
	border:none!important;
	background:transparent!important;
}
.secGal .owl-dots {
	width: 80%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.secGal_itemFront, .secGal_itemBack {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.secGal_itemFront {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}
.secGal_itemBack {
    background: rgba(25,27,29,.6);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.secGal_item:hover .secGal_itemFront, .secGal_item.hover .secGal_itemFront {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.secGal_item:hover .secGal_itemBack, .secGal_item.hover .secGal_itemBack {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.secStyles {
	padding: 1% 0;
}
.secStyles .btn {
	padding:14px 0;
	width: 200px;
	margin: 15% auto 0;
}
.secStyles .arrow {
	width: 23px;
	height: 14px;
	filter: brightness(170%) invert(0);
}
.secStyles_img {
	right: 0;
	top: 0;
	bottom: 0;
	width: 63%;
}
.secStyles_text {
	z-index: 50;
	width: 40%;
}
.secStyles_boxLeft .secStyles_text {
	width: 36%;
}
.secStyles_box {
	padding: 4% 0 0;
    max-width: 90%;
    margin: 0 0 7% auto;
}
.secStyles_boxLeft {
    margin: 0 auto 15% 0;
    padding-top: 15%;
}

.secStyles .container {
	max-width: 100% !important;
}
.secStyles_title {
	width: 50%;
    margin: 0 auto 6%;
}
.secStyles_imgLeft {
	right: auto;
	left: 0;
}
.secStyles .sec_titleSmall {
	left: 5%;
    bottom: -40%;
	font-size: 2.5vw;
	line-height: 120%;
}
.secStyles_boxLeft .sec_titleSmall{
	left: 5%;
    bottom: -40%;
}
.secReviews {
	background:  url(../img/title-reviews.png) no-repeat 63% 10%;
	padding-top: 5%;
	position: relative;
}
.secReviews_imgBcg {
	position: absolute;
	left: 0!important;
	top: 10%!important;
}
.secReviews_imgBcg:last-of-type {
	bottom: 10%!important;
	right: 0!important;
	left: auto!important;
	top: auto!important;
}
.secReviews_content {
	padding-bottom: 20%;
	width: 85%;
	margin: 0 auto;
}
.secServices+.secReviews .secReviews_content {
	padding-bottom: 10%;
}
.secReviews_item {
	padding-bottom: 3vw;
}
.secReviews_buttons .btn {
	padding:17px 2%;
	height: 54px;
	width: 200px;
	margin-right: 5%;
}
.secReviews_buttons {
	margin-top: 5%;
}
.secReviews_buttons .arrow {
	width: 27px;
	height: 14px;
	filter: invert(1) brightness(0);
}
.secReviews_img {
	box-shadow: 30px 30px 50px rgba(24, 38, 8, 0.15), 10px 10px 20px rgba(24, 38, 8, 0.2);
	border-radius: 50%;
	width: 14vw;
    height: 14vw;
    margin-right: 3vw;
}
.secReviews_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.secReviews_text {
	width: calc(100% - 20vw);
}
.secReviews_text p {
	line-height: 140%;
	font-size: 16px;
}
.slider_main .owl-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: auto;
}
.secReviews_slider .owl-nav {
	margin: 0 auto;
}
.slider_main .owl-nav > button {
	width: 8px;
	height: 14px;
	background: url(../img/arrow-small.svg) no-repeat center / contain!important;
	filter: brightness(100%) contrast(0);
}
.slider_main .owl-nav > button:hover {
	filter: brightness(100%);
}
.slider_main .owl-next {
	transform: scale(-1,1);
	margin-left: 50px;
}
.slider_main .owl-prev {
	margin-right: 50px;
}
.slider_main .owl-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.slider_main .owl-dot {
	width: 18px;
	height: 18px;
	min-width: 18px;
	border-radius: 50%;
	background: #C4C4C4!important;
}
.slider_main .owl-dot:not(:last-of-type) {
	margin-right: 30px;
}
.slider_main .owl-dot.active {
	width: 24px;
	height: 24px;
	min-width: 24px;
	background: #E9B662!important;
}
.secCount {
	background: url(../img/bcg-count.png) no-repeat center / 100% 100%;
	padding: 13% 0 0;
	position: relative;
	z-index: 10;
}
.secCount_main {
	background: url(../img/title-count.png) no-repeat 95% 22%, url(../img/bcg-count.png) no-repeat left top / 100% 100%;
	margin-top: -10%;
}
.secCount_main h2 {
    padding-left: 10%;
}
.secCount .sec_titleBig {
	color: #1F3B85;
}
.secCount .sec_titleBoxOuter {
	position: absolute;
	z-index: -1;
	transform: translate(-6%, -60%);
}
.secCount_content > p{
	max-width: 430px;
	font-size: 18px;
	line-height: 143.55%;
}
.secCount_content {
	padding-bottom: 10%;
}
.secCount .flex_item2 {
	width: 48%;
}
.secCount_main .flex_item2 {
	width: 50%;
}
.secCount_main .input {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: none;
    max-width: 85px;
    height: 41px;
    margin: 0 5% 0 0;
    border: 2px solid transparent;
    text-align: center;
}
.secCount_main p {
	line-height: 150%;
}
.textarea {
	height: 100%;
	padding:10px 30px;
	box-sizing: border-box;
	resize: none;
	border:2px solid transparent;
}
.modal .textarea {
	height: 100px;
	padding: 10px 15px;
}
.modal .upload {
	margin-bottom: 20px;
}
.secCount_text {
	max-width: 500px;
}
.secCount strong {
	font-weight: 500;
}
.secCount_text > .flex_row {
	margin-bottom: 3%;
}
.secCount .checkbox {
	margin-right: 2%;
}
.secCount_price {
	margin: 8% 0
}
.secCount_price p {
	margin:0;
}
.secCount_price h5 {
	margin:2% 0;
}
.secCount .btn {
	padding:17px 15%;
}
.secCount .btn+p {
	font-size: 12px;
	color: rgba(255,255,255,.3);
	width: 70%;
}
.secCount_main .btn+p {
	width: 80%;
}
.secCount_img img {
	position: absolute!important;
}
.secCount_img img:first-of-type {
	top:0!important;
	right: -5%!important;
	left: auto!important;
	bottom: auto!important;
	z-index: 1;
}
.secCount_img img:last-of-type {
	bottom:-15%!important;
	left: 0!important;
	right: auto!important;
	top: auto!important;
}
.secPrice {
	background: url(../img/pic-bcg6.png) no-repeat left bottom, url(../img/pic-bcg7.png) no-repeat right top;
	padding: 3% 0 15%;
	position: relative;
	z-index: 10;
}
.secPrice_title {
	position: absolute;
	font-size: 150px;
	color: rgba(25,27,29,.1);
	font-weight: 900;
	top: 0;
    right: 18%;
}
.secPrice h2 {
	position: relative;
}
.secPrice h2:before {
	content: '';
	position: absolute;
	left: -100px;
	height: 1px;
	width: 80px;
	top: 50%;
	background: #E9B662;
}
.secPrice_content {
	width: 80%;
	margin: 0 auto;
}
.secPrice_box+p {
	font-size: 14px;
	width: 98%;
	margin: 3% 0 0 auto;
}
.secPrice_box {
	width: 98%;
	margin-left: auto;
}
.secPrice_row {
	padding: 0 5%;
}
.secPrice_row:nth-of-type(odd) {
	background: #F6F6F6;
}
.secPrice_row:nth-of-type(even) {
	background: #EEEEEE;
}
.icon_load {
	width: 17px;
	height: 18px;
	background: url(../img/download.svg) no-repeat center / contain;
	margin-right: 1%;
}
.secPrice_link {
	text-align: right;
}
.secEdge {
	background: url(../img/title-edge.png) no-repeat 80% 34%, url(../img/bcg-edge.png) no-repeat center top / cover;
	padding-top: 18%;
	margin-top: -12%;
}
.secEdge_item {
	margin:0 1% 5%;
	max-width: 370px;
}
.secEdge_item4 {
	margin-right: 0;
    margin-left: auto;
}
.secEdge_item5 {
	margin-right: auto;
    margin-left: auto;
}
.secEdge_itemIcon {
	width: 87px;
	min-width: 87px;
	height: 87px;
	background: #314F9C url(../img/house-search.svg) no-repeat center / 50%;
	border-radius: 50%;
}
.secEdge_itemText {
	width: calc(100% - 101px);
	padding-left: 14px;
}
.secEdge_itemText p {
	line-height: 143%;
	font-size: 20px;
	margin: 0;
}
.secEdge_itemIcon1 {
	background-image: url(../img/mechanic.svg);
}
.secEdge_itemIcon2 {
	background-image: url(../img/instrument_w.png);
}
.secEdge_itemIcon3 {
	background-image: url(../img/house.svg);
}
.secEdge_itemIcon4 {
	background-image: url(../img/box.png);
}
.secEdge_itemIcon5 {
	background-image: url(../img/guarantee.svg);
}
.secEdge_itemIcon6 {
	background-image: url(../img/guarantee2.svg);
}
.secInSteps .sec_titleSmall {
	right: -35%;
    bottom: -4%;
}
.pageKat .secInSteps {
	padding-bottom: 0;
}
.secInSteps_box {
	margin: 4vw 0;
}
.secInSteps_item {
	width: 30%;
}
.secInSteps_item .sec_titleBig {
	text-transform: none;
	font-size: 5.5vw;
}
.secInSteps_item .sec_titleSmall {
	font-size: 3.5vw;
	color: #314F9C;
	font-weight: 900;
	right: 0;
	bottom: 0;
} 
.secInSteps_item .sec_titleBox {
	padding-bottom: 6%;
	margin-bottom: 1vw;
}
.secInSteps_item h3 {
	font-weight: 700;
	font-size: 25px;
	margin:20px 0;
	width: 100%;
}
.secInSteps_item:last-of-type h3:not(.sec_titleBig) {
	margin-bottom: 4.7vw;
}
.secInSteps_item .link {
	font-size: 25px;
	font-weight: 700;
	color: #314F9C;
	margin-bottom: 20px;
	}
	.pageKat .secInSteps_item .link {
		margin-bottom: 15px;
	}
	.pageKat .secInSteps_item h3 {
		margin-bottom: 1vw;
	}

	.secInSteps_itemText {
		max-width: 400px;
		margin: 0 auto;
	}
	.secInSteps_itemText p {
		font-size: 18px;
		margin: 0;
		line-height: 140%;
	}
	.secInSteps .btn {
		padding: 17px 5%;
        text-decoration: none;
        color: #fff;
		display: inline-block;
	}
	.pageKat .secInSteps_itemText {
		margin-top: auto;
	}
.bannerLine_dark {
	background: #314F9C;
}
.bannerLine {
	padding: 10px 0;
}
.bannerLineEdge_item {
	width: 30%;
}
.bannerLineEdge .container {
	max-width: 1400px !important;
}
.bannerLineEdge_icon {
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 5px;
	background: url(../img/delivery-truck.png) no-repeat center / contain;
}
.bannerLineEdge_icon2 {
	background-image: url(../img/van.png);
}
.bannerLineEdge_text p{
	text-align: center;
	color: #fff;
	margin: 0;
	line-height: 130%;
	font-size: 18px;
}
.bannerLineEdge_text strong {
	color: #ECAE11;
}
.secMap {
	background: url(../img/bcg-spec.png) no-repeat center top / cover;
	margin-top: -10%;
	padding-top: 9%;
	position: relative;
}
.pageKat .secMap {
	margin-top: -18%;
}
.secMap_bottom {
	position: absolute;
    left: 0;
    overflow: visible;
    bottom: 0;
    top: 90%;
    height: 100px;
    width: 10px;
}
.secMap .container:last-of-type {
	max-width: 1500px !important;
	margin-right: 0;
	background:url(../img/title-map.png) no-repeat 112% 2%;
}
.secMap .container:last-of-type h2 {
	padding-top: 4% !important;
}
.secMap h2 {
	margin-left: 10%;
}
.secMap_box {
	padding: 5% 0;
	margin-bottom: 5%;
}
.secMap_text {
	margin-top: 15%;
}
.secMap_text h6, .secMap_text p {
	margin-bottom: 5px;
}
.secMap_text p:first-of-type {
	margin-top: 5px;
}
.secMap_img {
	width: 221px;
	height: 221px;
	border-radius: 50%;
}
.secMap_img img {
	width: 100%;
	max-height: 100%;
	border-radius: 50%;
}
.secMap_aside {
	max-width: 320px;
	padding-bottom: 5%;
}
.secMap_aside p {
	margin:0;
}
.secMap_map {
	width: 70%;
}
.secMap_btn {
	height: auto;
	background: linear-gradient(180deg, #E9B662 0%, #B08948 100%);
	border-radius: 3px;
	padding-right: 13px;
}
.secMap_btn p {
	color: #ffffff;
	margin-right: 10px;
	white-space: nowrap;
}
.secMap_btn .line {
	height: 2px;
	width: 11px;
	background: #ffffff;
	position: relative;
}
.secMap_btn .line:before, .secMap_btn .line:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #ffffff;
	width: 50%;
	display: block;
	top:5px;
}
.secMap_btn .line:after {
	top: -5px;
	width: 150%;
}
.secMap_btn:hover {
	background: linear-gradient(180deg, #BD934C 0%, #94733D 100%);
}
.secMap_btn.active {
	background: linear-gradient(180deg, #E9B662 0%, #B08948 100%);
}
.secMap_list {
	padding-top: 10%;
	font-weight: 500;
	max-height: 650px;
}
.secMap_list li {
	padding: 10px 0 10px 10%;
	border-bottom: 1px solid rgba(255,255,255,.2);
	cursor: pointer;
	-ms-align-items: center;
	align-items: center;		
}
.secMap_list li:hover {
	background: rgba(255,255,255,.1);
}
.secMap_list li.active {
	background: rgba(255,255,255,.2);
}
.secMap_list span {
	background: linear-gradient(180deg, #E9B662 0%, #B08948 100%);
	border-radius: 3px;
	padding: 1% 10px;
	margin-right: 10%;
	width: 40px;
	min-width: 40px;
	box-sizing: border-box;
	text-align: center;
}
.secMap_slider .owl-nav {
	position: absolute;
	top: 50%;
	height: 0;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.secMap_slider .owl-nav > button {
	width: 8px;
	height: 14px;
	background: url(../img/arrow-small.svg) no-repeat center / contain!important;
	filter: brightness(10%) contrast(0);
}
.secMap_slider .owl-nav > button:hover {
	filter: brightness(100%);
}
.secMap_slider .owl-next {
	transform: scale(-1,1);
}
.secContacts {
	padding-bottom: 70px;
	background: url(../img/title-contacts.png) no-repeat 106% 6%;
	margin-top: -5%;
}
.secContacts .container {
	max-width: 1400px !important;
}
.secContacts_text {
	padding-left: 5%;
}
.secContacts_text a{
	display: block;
	margin-bottom: 2%;
}
.secContacts_icon {
	margin-right: 15px;
	background: url(../img/pin.svg) no-repeat center /contain;
	width: 20px;
	height: 20px;
}
.icon_phone {
	background-image: url(../img/phone.svg);
}
.secContacts_icon.icon_phone {
	filter: brightness(0);
}
.btn_primary .icon_phone {
	filter: brightness(500%);
	width: 18px;
    margin-right: 10px;
}
.icon_mail {
	height: 15px;
	background-image: url(../img/mail.svg);
}
.icon_clock {
	background-image: url(../img/clock.svg);
}
.secContacts_box {
    font-size: 16px;
}
.secContacts .btn {
	white-space: nowrap;
	padding: 13px 10%;
	margin:5% 0;
}
.secContacts p, .rm-content .setContacts p,
.rm-content p:not(:last-child) {
	margin:0;
	line-height: 140%;
}
.rm-content p.secContacts_link {
    margin: 30px 0 10px;
}
#map_contacts {
	width: 100%;
	height: 80%;
	margin-top: auto;
	box-shadow: 30px 30px 50px rgba(24, 38, 8, 0.15), 10px 10px 20px rgba(24, 38, 8, 0.2);
}
.secContacts > img {
	right: 0;
	width: 30%;
	bottom: -35%;
}
.lineConnect {
	position: absolute;
	width: 100%;
    transform: translate(0, -50%);
}
.lineConnect_box {
	padding: 30px;
	background: #FFFFFF;
	border: 3px solid #ECAE11;
}
.lineConnect_box .btn {
	padding: 8px 4%;
	margin-bottom: 0;
}
.lineConnect_box h4 {
	font-size: 24px;
	margin: 0;
	line-height: 140%;
}
.lineConnect_box p {
	font-size: 14px;
	font-weight: 700;
	line-height: 200%;
}
.lineConnect_box .arrow {
	width: 23px;
}
.secForm {
	background: url(../img/bcg-footer.png) no-repeat center top / cover;
	padding: 10% 0 5%;
}
.secForm_content {
	width: 70%;
	margin: 0 auto;
}
.secForm_content .input.flex_item3 {
	width: 31%;
}
.secForm_content .input.flex_item2 {
	width: 65.5%;
}
.secForm_content .input {
	margin-bottom: 0;
}
.secForm_form > .flex_row {
	margin-bottom: 5%;
}
.secForm_content .btn+p {
	font-size: 12px;
	color: rgba(255,255,255,.2);
	line-height: 17px;
	margin:0 0 0 3%;
}
.secForm_content .btn {
	white-space: nowrap;
}
.icon_upload {
	width: 40px;
	height: 35px;
}
.icon_upload svg {
	width: 100%;
	height: 100%;
}
.icon_upload+p {
	white-space: nowrap;
	margin:0 0 0 20px;	
	line-height: 140%;
}
.upload {
	margin: 0 auto;
	cursor: pointer;
}
.upload:hover .underline:first-of-type:before {
	left: 7px;
	background: #ffffff;
}
.modal .upload:hover .underline:first-of-type:before {
	background: #243A73;
}
.upload:hover .underline:last-of-type:before {
	left: -7px;
	background: #ffffff;
}
.modal .upload:hover .underline:last-of-type:before {
	background: #243A73;
}
.upload:hover .icon_upload svg path{
	fill: #ffffff;
}
.modal .upload:hover .icon_upload svg path{
	fill: #243A73;
}
footer {
	background: #243A73;
}
.footer_top {
	background: #243A73;
	color: #fff;
	padding: 30px 0;
}
.footer_bottom {
	background: #314F9C;
	color: #fff;
	padding: 5px 0;
}
.footer_bottom p, .footer_bottom .btn {
	margin: 0;
}
.footer_bottom .btn {
	padding: 10px 40px;
}
.footer_form {
	margin-left: 10px;
}
.footer_order .input {
	width: 285px;
	margin:0 20px 0;
	height: 38px;
}
.footer_order h4 {
	font-size: 20px;
	font-weight: 400;
}
.footer_nav {
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 4%;
}
.footer_contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}
.footer_third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}
.footer_list {
	width: 32%;
}
.footer_navItem {
	page-break-inside: avoid;
	margin-bottom: 11px;
	font-size: 18px;
}
.footer_navItem > a {
	font-weight: 700;
}
.footer_navMenuItem {
	margin-bottom: 11px;
}
.footer_navItem:nth-of-type(7) {
	break-after: column;
}
.footer_contactsColumn {
	width: 220px;
}
.footer_column {
	margin-top: 2vw;
}
.footer_callbackLinks a:not(.link) {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer_row {
	padding: 10px 0;
}
.footer_row a, .footer_callbackLinks .link, .footer_navItem a:hover, .footer_menuLink:hover span {
	text-decoration: underline;
}
.footer_row p, .footer_row a {
	font-size: 13px;
	color: #fff;
	margin: 0;
}
.footer_btns {
	margin-bottom: 40px;
}
.footer_btn {
	outline: 1px solid #4a4a4a;
	-webkit-transition: outline .2s;
    transition: outline .2s;
	width: 50%;
	position: relative;
    z-index: 1;
    padding: 3% 0;
    margin-left: 1px;
}
.footer_btn:hover {
	z-index: 2;
	outline-color: #fff;
}
.footer_menuItem {
	margin-bottom: 11px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.footer_menuIcon {
	 width: 23px;
	 height: 23px;
	 min-width: 23px;
	 margin-right: 9px;
}
.footer_menuIcon img {
	max-width: 100%;
}
.footer_menuIcon svg {
	width: 100%;
    max-width: 25px;
    max-height: 20px;
    height: auto;
    fill: #e4dac4;
}
.footer_btn svg {
	width: 40%;
	fill: #e4dac4;
}
.footer_contactsIcon{
    width: 25px;
    height: 28px;
    margin-right: 14px;
}
.footer_contacts a {
	font-size: 18px;
}
.footer_callbackIcon {
	width: 24px;
    height: 24px;
	margin-right: 10px;
}
.footer_linkIcon {
	width: 23px;
	height: 23px;
	margin-right: 10px;
}
.footer_contactsIcon svg, .footer_callbackIcon svg, .footer_linkIcon svg {
	fill:#ECAE11;
	width: 100%;
	height: 100%;
}
.footer_logo {
	width: 100%;
	max-width: 340px;
	padding-bottom: 20%;
	margin-bottom: 5%;
	background: url(../img/logo.svg) no-repeat center / contain;
}
.footer_third p {
	font-size: 14px;
	color: #797878;
	line-height: 100%;
}
.footer_contacts .btn {
	color: #fff;
	min-width: 230px;
	padding: 5px;
	display: inline-block;
	margin: 10px 0 0;
	-ms-align-self: center;
	align-self: center;
}
.footer_socialBtn {
	width: 22px;
	height: 30px;
	filter: brightness(1);
}
.footer_socialBtn:not(:last-of-type) {
	margin-right: 2vw;
}
.footer_socialVk {
	background: url(../img/icon_vk.svg) no-repeat center / contain;
}
.footer_socialFb {
	background: url(../img/icon_f.svg) no-repeat center / contain;
}
.footer_socialY {
	background: url(../img/icon_y.svg) no-repeat center / contain;
}
.footer_socialInsta {
	background: url(../img/icon_i.svg) no-repeat center / contain;
}
.footer_socialBtn:hover {
	filter: brightness(100);
}
.secTop {
	padding-top: 0;
	padding-bottom: 1%;
}
.secTop_box, .secTop_slider {
	max-width: 1600px;
	margin: 3vw auto 0;
}
.secTop_slider .owl-dots {
	display: none;
}
.secTop_slider .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.secTop_slider .owl-item {
	margin-bottom: 0%;
}
.secTop_img {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
}
.secTop_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	object-fit: contain;
	object-position: center;
}

.secCard_box {
	margin-top: 60px;
}
.secCard_filter {
	padding: 15px 0 0;
	background: #EEF4FB;
	position: relative;
}
.secCard_filter:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3vw;
	right: -3vw;
	background: #EEF4FB;
}
.secCard_filterItem {
	margin-bottom: 18px;
	width: 33%;
	padding-right: 5px;
	position: relative;
}
.secCard_filterItem .checkbox {
	border: 2px solid #314F9C;
	width: 15px;
	min-width: 15px;
	height: 15px;
	border-radius: 0;
	margin-right: 11px;
	position: relative;
	top: 2px;
	background: #fff;
}
.secCard_filterItem input[type="checkbox"]:checked+label {
    border-color: #314F9C;
}
.secTop_btns .btn {
	width: 48%;
	padding: 12px 0;
}
.secTop_btns {
	margin-top: auto;
}
.secTop_links {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
.secTop_link {
	width: 40px;
	height: 30px;
	border-radius: 50%;
	background: #314F9C;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.secTop_link:hover {
	cursor: pointer;
}
.secTop_link--like:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background: url(../img/heart_empty.svg) no-repeat center / 50%;
}
.secTop_link--compare:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background: url(../img/balance.svg) no-repeat center / 50%;
}
.secTop_link.active {
	filter:invert(1) hue-rotate(-15deg);
}
.secTop_text {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.secTop_text .btn span, .secTop_text .btn{
	font-weight: 500;
}
.secTop_textPrice {
	margin: 1vw 0 2vw;
}
.secTop_textOldPrice {
	margin: 0;
	color: rgba(25, 27, 29, .6);
}
.secTop_oldPrice {
	margin-top: 5px;
}
.secTop_textNewPrice {
 color: rgba(25, 27, 29, .6);
 margin-bottom: 0;
 font-weight: 400;
}
.secTop_old {
	 color: #A6ADC6;
	 margin-right: 10px;
	 text-decoration: line-through;
}
.secTop_newPrice {
 margin-top: 5px;
}
.secCard_textBox  .secTop_textNewPrice {
	margin-top: 20px;
}
.secTop_item_actziya:before {
	content: 'Акция';
	position: absolute;
	top: -2px;
	left: -2px;
	background: #CD2C2C;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 18px;
	z-index: 1;
}
.bannerLineManufact {
	color: #fff;
	padding: 25px 0 35px;
}
.bannerLineManufact h1 {
	margin-top: 0;
}
.secTop .sec_titleSmall{
	left: 10%;
	bottom: 0;
}
.secCat {
	padding-bottom: 3%;
	padding-top: 0;
}
#comp_catalog_content .secCat  {
	padding-bottom: 4vw;
}
.secCat_aside {
	width: 300px;
}
.secCat_box, .secCat_boxOuter {
	width: calc(100% - 340px);
	margin-left: 40px;
}
.secCat .sec_titleSmall {
	left: 30%;
}
.secCat_boxOuter {
	padding-bottom: 2vw;
}
.secCat_boxOuter .secCat_box {
	width: 100% !important;
	margin-left: 0 !important;
}
.secCat_aside p {
	font-size: 18px;
	font-weight: 900;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.hr_primary {
	background: #314F9C;
	height: 3px;
}
.hr_aside{
	width: 50%;
	margin-left: 0;
	display: none;
}
.secCat_asideItem {
	width: 100%;
	border-radius: 27px;
	padding: 7px 14px;
	margin-bottom: 3px;
	box-sizing: border-box;
	position: relative;
}
.secCat_asideList_brand .secCat_asideItem:not(.secCat_asideItem_plus) {
	padding-left: 30px;
}
.secCat_asideLink {
	font-size: 14px;
	font-weight: 700;
}
.secCat_asideLink:hover {
	text-decoration: underline;
}
.secCat_asideItem_plus .secCat_asideLink:hover {
	text-decoration: none;
}
.secCat_asideLink span:nth-of-type(2) {
	margin-left: 5px;
}
.secCat_asideList {
	margin-bottom: 30px;
}
.secCat_aside > p span {
	font-weight: 400;
}
.secCat_asidePrice {
	padding: 12px 16px;
	margin-bottom: 20px;
}
.secCat_aside_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 23%;
    border: 1px solid #314F9C;
    left: 0%;
    background: #fff;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 15%);
}
.secCar_asideInput {
	width: 45%;
	border:1px solid #314F9C;
	color: #314F9C;
	padding: 3px 12px;
	box-sizing: border-box;
	font-weight: 700;
	outline:none;
}
.secCar_asideInput:active, .secCar_asideInput:focus {
	color: #ECAE11;
	border-color: #ECAE11;
}
.filter.secCat_asideRow.flex_row.jcsb input::-webkit-input-placeholder {
    color: black !important;
}
.secCat_asideRow.flex_row.jcsb input::-webkit-input-placeholder {
    color: black;
}
.secCat_asideRow.flex_row.jcsb input {
    text-align: center;
}
.secCat_asideRange {
	margin-bottom: 18px;
}
.range_btn {
	width: 24px;
	height: 24px;
	background: #fff;
	border:1px solid #314F9C;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	position: absolute;
}
.range_btnLeft {
	left: -5px;
}
.range_btnRight {
	left: auto;
	right: -5px;
}
.range_line {
	height: 12px;
	background: #314F9C;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
	width: 100%;
}
.secCat_img {
	width: calc(100% + 4px);
    position: relative;
    padding-bottom: 65%;
    margin-left: -2px;
    margin-top: -2px;
}
.secCat_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.secCat_item {
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
	border: 2px solid #314F9C;
	margin-bottom: 36px;
	width: 32.5%;
	overflow: hidden;
}
.secCat_item:not(:nth-of-type(3n)) {
	margin-right: .5%;
}
.secCat_text {
	padding: 30px 20px;
	border-top: 2px solid #314F9C;
	height: 100%;
}
.secCat_text h4 {
	margin: 0 0 15px;
	font-size: 20px;
}
.secCat_btn {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: auto;
}
.secCat_btn .arrow {
	width: 23px;
}
.secCat_list {
	margin-bottom: 2vw;
	width: 100%;
}
.secCat_list .arrow {
	background: url(../img/arrow-small.svg) no-repeat left center / contain;
	transform: scale(-1,1);
	filter: brightness(0);
	width: 16px;
    height: 16px;
    opacity: .7;
}
.secCat_listLink {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
    margin-bottom: 5px;
    color: rgba(25, 27, 29, .7);
}
.secCat_listLink:hover {
	text-decoration: underline;
}
.secCat_item_marketing .secCat_text {
	background: #314F9C;
}
.secCat_item_marketing h4 {
	color: #fff;
}
.secCat_item_marketing p {
	color: rgba(255,255,255,.7);
}
.secCat_item_marketing p {
	font-size: 18px;
	margin: 0 0 10px;
}
.secCat_item_marketing p:last-of-type {
	margin-bottom: 26px;
}
.secCat_link span {
	color: #fff;
	font-weight: 700;
}
.secCat_link {
	margin-top: auto;
	margin-bottom: 20px;
}
.secCat .sec_titleBoxOuter {
	margin-bottom: 4vw;
}
.secCat_item_marketing h4 span {
	width: 40px;
	height: 40px;
	margin-right: 18px;
	background: url(../img/percentage.svg) no-repeat center / contain;
}
.secAction {
	padding: 1% 0;
}
.secAction_slider {
	margin-top: 5vw;
}
.secAction_item img {
	max-width: 500px;
	display: block;
	margin: 0 auto;
}
.secArticle {
	padding: 1% 0 5%;
}
.secArticle_slider {
	margin-top: 5vw;
	padding-bottom: 3vw;
}
.secArticle_item {
	border: 2px solid #314F9C;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
	padding: 29px 40px 40px;
}
.secArticle_img {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
}
.secArticle_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.secArticle .container {
	max-width: 1200px !important;
}
.breadcrumbs_outer {
	margin: 3vw 0 1vw;
}
.breadcrumbs_outer+.header, .breadcrumbs_outer+.header_btns+.header {
	margin-top: 3vw;
}
.breadcrumbs_list {
	background: linear-gradient(180deg, #314F9C 0%, #314F9C 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 27px;
	padding: 0 10px;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs_item {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.breadcrumbs_item.active {
	color: #ECAE11;
	pointer-events: none;
}
.breadcrumbs_link {
	padding: 8px 15px;
	display: inline-block;
}
.breadcrumbs_link:hover {
	color: #ECAE11;
	text-decoration: none;
}
.pageCat .slider:not(.slider_main) .owl-nav:not(.disabled), .pageCard .slider:not(.slider_main) .owl-nav:not(.disabled) {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 0;
	width: 105%;
	left: -2.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.pageCat .slider:not(.slider_main) .owl-nav button, .pageCard .slider:not(.slider_main) .owl-nav button {
	width: 35px;
	height: 20px;
	background: url(../img/arrow.svg) no-repeat center / contain!important;
	filter: invert(1);
}
.pageCat .slider:not(.slider_main) .owl-prev, .pageCard .slider:not(.slider_main) .owl-prev {
	transform: scale(-1,1);
}
.secCard {
	padding-top: 0;
	padding-bottom: 3%;
}
.secCard_title {
	font-size: 35px;
	line-height: 120%;
}
.secCard_price {
	font-size: 40px;
	margin: 30px 0;
	font-weight: 700;
}
.secCard_star {
	width: 30px;
	height: 30px;
	margin-left: 2px;
	background: url(../img/star.png) no-repeat center / contain;
}
.secCard_imageItem {
	width: 100%;
	position: relative;
}
.secCard_imageItem img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}
.secCard_img {
	position: relative;
	padding-bottom: 75%;
	width: 75%;
	margin: 0 auto;
}
.secCard_img img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.secCard_imageOuter {
	width: 20%;
	position: relative;
}
.secCard_imageInner {
	width: 100%;
	top: 12%;
	bottom: 12%;
	position: absolute;
	visibility: hidden;
}
.secCard_image {
	width: 60%;
	height: 100%;
	margin-left: 0;
}
.swiper_nav {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
	left: calc(50% + 10px);
	width: 0;
}
.swiper_btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:2px solid #d0a661;
	outline: none;
	background: url(../img/arrow-small.svg) no-repeat center / 10px; 
	transform: rotate(-90deg);
	filter: contrast(0) brightness(1.4);
}
.swiper_btnPrev {
	transform: rotate(90deg);
}
.secCard_colorBox {
	max-width: 266px;
}
.secCard_colorItem {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
}
.secCard_colorItem img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.slider.secCard_colorBox .owl-nav {
	top: 27px!important;
	width: 326px!important;
    left: -30px!important;
    height: 0;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.slider.secCard_colorBox .owl-nav button {
	width: 35px;
    height: 20px;
    filter: invert(1);
	background: url(../img/arrow-small.svg) no-repeat center / contain!important;
}
.slider.secCard_colorBox .owl-nav .owl-prev {
	transform: scale(1,1);
}
.slider.secCard_colorBox .owl-nav .owl-next {
	transform: scale(-1,1);
}
.slider.secCard_colorBox .owl-nav.disabled {
	display: none !important;
}
.secCard_info {
	width:41%;
}
.secCard_info p {
	font-size: 18px;
}
.secCard_color p, .secCard_count p {
	margin: 0 10% 0 0;
}
.secCard_color, .secCard_count {
	margin-bottom: 5%;
}
.secCard_count {
	margin-bottom: 5%;
}
.secCard_btns {
	margin-top: 5%;
}
.secCard_countBtn {
	width: 50px;
	height: 50px;
	border: 2px solid #314F9C;
	font-size: 40px;
	color:  #314F9C;
	cursor: pointer;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
	user-select: none;
}
.secCard_countBtn:active {
	box-shadow: inset 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.secCard_countItem {
	outline: none;
	border:none;
	border-top: 2px solid #314F9C;
	border-bottom: 2px solid #314F9C;
	font-size: 30px;
	color: #314F9C;
	max-width: 170px;
	box-sizing: border-box;
	padding: 0 17px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
.secCard_btn{
	margin-right: 5px;
	    padding: 10px 15px 10px 20px;
}
.btn_circle {
	padding: 0!important;
	width: 56px;
	height: 56px;
}
.secCard_btn span {
	font-weight: 700;
}
.secCard_icon {
	width: 31px;
	height: 31px;
}
.btn_circle .secCard_icon {
	width: 60%;
	height: 60%;
}
.secCard_icon_calc {
	background: url(../img/calculator2.svg) no-repeat center / contain;
	filter: invert(1) brightness(100);
	margin-right: 15px;
	display: block;
}
.secCard_icon_cart {
	background: url(../img/shopping-cart.svg) no-repeat center / contain;
}
.secCard_icon_graph {
	background: url(../img/graph.svg) no-repeat center / contain;
}
.secCard_icon_like {
	background: url(../img/heart_empty_w.svg) no-repeat center / contain;
}
.secCard_aboutOuter {
	margin-top: 50px;
}
.secCard_about {
	width: 100%;
}
.secCard_aboutLinks {
	position: relative;
	z-index: 10;
}
.secCard_aboutLinks:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100vw;
	bottom: 0;
	right: -100vw;
	background: #314F9C;
}
.secCard_aboutLink {
	border-bottom: none;
	padding: 17px 3vw;
	font-size: 18px;
	font-weight: 700;
	margin-left: -1px;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.secCard_aboutLink.active {
	color: #ECAE11;
}
.secCard_aboutText {
	border-bottom: 2px solid #314F9C;
	padding: 40px 0;
}
.secCard_textInner {
	padding: 0 3vw;
	margin-bottom: 30px;
}
.secCard_feature {
	padding: 0 3vw;
}
.secCard_aboutText p {
	font-size: 16px;
	line-height: 120%;
	margin: 0;
}
.secCard_text:not(:first-of-type) {
	display: none;
}
.secCard_featureText {
	width: 49%;
	padding: 7px 18px;
	background: #EEF4FB;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
.secCard_featureText p {
	margin: 0;
}
.secCard_textInner_secondary p, .secCard_textInner_secondary ul {
	margin-bottom: 20px;
	font-size: 16px
}
.secCard_featureText:first-of-type {
	margin-right: 6px;
}
.secCard_featureItem {
	margin-bottom: 5px;
	justify-content: space-between;
}
.secCard_featureBox {
	width:48%;
}
.secCard_rate {
	max-width: 350px;
}
.bordered_bottom {
	position: relative;
}
.bordered_bottom:after {
	content: '';
	position: absolute;
	height: 5px;
	background: #314F9C;
	width: 70px;
	bottom: -2vw;
	left: calc(50% - 35px);
}
.secCard_edge .sec_title, .secCard_bottom > .tac {
	    font-size: 45px;
    line-height: 120%;
}
.secCard_edge h5 {
	margin-top: 4vw;
}
.secCard_edgeItem {
	width: 25%;
}
.secCard_edgeItem h5 {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.secCard_edgeIcon {
	width: 40%;
	margin: 0 auto;
	padding-bottom: 40%;
}
.secCard_edgeIcon1 {
	background: url(../img/choice.png) no-repeat center / contain;
}
.secCard_edgeIcon2 {
	background: url(../img/edge2.png) no-repeat center / contain;
}
.secCard_edgeIcon3 {
	background: url(../img/inspector.png) no-repeat center / contain;
}
.secCard_edgeIcon4 {
	background: url(../img/award.png) no-repeat center / contain;
}
.secCard_edgeBox {
	margin: 3vw auto;
	position: relative;
}
.secCard_edgeRow h3 {
	font-size: 30px;
	color: #ECAE11;
	line-height: 120%;
	width: 61%;
}
.secCard_edgeRow .btn {
	padding: 17px 6%;
}
.secPaper_emph+.container .btn{
	padding: 17px 50px !important;
}
.secCard_edgeRow .btn span {
	font-weight: 700;
}
.secCard_edgeRow_dark {
	background:#314F9C;
}
.secCard_edgeRow_dark:before {
	content: '';
	top: 0;
	bottom: 0;
	background:#314F9C;
	position: absolute;
	left: -100vw;
	right: -100vw;
}
.secCard_bottom {
	padding-top: 0;
	padding-bottom: 1%;
}
.secCard_edge {
	padding-bottom: 0;
}
.secCard_aboutOuter+.secCard_edge {
	padding-top: 0;
}
.pageBottom {
	margin-bottom: 5%;
}
.pageBottom_linkCat {
	width: 11px;
	height: 15px;
	background: url(../img/catalog.svg) no-repeat center / contain;
	margin-right: 15px;
}
.pageBottom_linkPhone {
	font-weight: 700;
	font-size: 24px;
	margin-right: 15px;
}
.pageBottom_linkPhone:hover {
	color: #314F9C;
}
.pageBottom_link {
	font-size: 13px;
}
.pageBottom_btn {
	padding: 5px 18px!important;
	margin-right: 8px;
}
.pageBottom_btn:hover {
	background: linear-gradient(0deg, #FFFFFF 0%, #CCCCCC 100%);
}
.pageBottom_btn span {
	font-weight: 400;
	font-size: 18px;
	color: #000;
}
.pageBottom_btnIcon {
	width: 38px;
	height: 38px;
	margin-right: 16px;
	min-width: 38px;
}
.pageBottom_btnIcon_view {
	background: url(../img/view.svg) no-repeat center / contain;
}
.pageBottom_btnIcon_chosen {
	background: url(../img/heart_empty.svg) no-repeat center / contain;
}
.pageBottom_btnIcon_compare {
	background: url(../img/balance.svg) no-repeat center / contain;
}
.pageBottom_btnIcon_shop {
	background: url(../img/shopping-cart_blue.svg) no-repeat center / contain;
}
.secServices_item {
	width: 48%;
	position: relative;
	z-index: 10;
}
.secServices_item .sec_titleBox_full .sec_titleSmall {
	left: 0;
}
.secServices_item .secEdge_item {
	margin-bottom: 5%!important;
    max-width: 80%!important;
}
.secServices_img img {
	max-width: 100%;
	max-height: 100%;
}
.secServices_img {
	width: 80%;
	padding-bottom: 40%;
	margin: 15% auto 0;
	overflow: hidden;
}
.secServices_btn {
	margin-top: 5%;
	max-width: 400px;
	box-sizing: border-box;
}
.secService_edgeBox, .secServices_objectSlider {
	margin-top: 15%;
}
.secServices_box2 .btn {
	max-width: 400px;
	margin: 3vw auto 0;
	box-sizing: border-box;
}
.secServices_outer {
	background: #314F9C url(../img/kedral-fibrotsementnyj.png) no-repeat left center;
}
.secServices_outer .secSteps {
	background: transparent;
	border-top: 14px solid #c9c9c9;
}
.secServices1 {
	position: relative;
	overflow: hidden;
}
.secServices1 .sec_titleBig {
	color: #1F3B85;
}
.secServices1_item{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    border-right: 20px solid #c9c9c9;
    border-bottom: 20px solid #c9c9c9;
   transform: rotate(-45deg) skew(-30deg, -30deg) translateX(-27%);
   z-index: 5;
}
.secServices1 .sec_titleSmall {
	color: #fff;
}
.secServices_edgeItem {
	width: 100% !important;
	margin: 0 0 20px!important;
	max-width: 600px!important;
}
.secServices_objectSlider .owl-nav {
	margin-top: 2vw;
}
.secCat_topBtn {
	width: 49.8%;
    box-sizing: border-box;
}
.secCat_topBtn span {
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}
.secCat_topBtn:first-of-type, .secCat_searchItem:not(:last-of-type) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.secCat_topBtn:last-of-type, .secCat_searchItem:not(:first-of-type) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.secCat_topBtn:hover, .secCat_searchItem:hover, .secCat_topBtn.active, .secCat_searchItem.active {
	    background: linear-gradient(90deg, #FFFFFF 0%, #CCCCCC 100%);
}
.secCat_search {
	background: #314F9C;
	color: #fff;
	padding: 25px 2%;
	margin-top: 1vw;
}
.secCat_search h5 {
	margin: 0;
	font-size: 18px;
}
.secCat_searchLink {
	color: #ECAE11;
	font-size: 18px;
	font-weight: 700;
}
.secCat_searchBox {
	margin: 0 18px 0 0;
}
.secCat_searchItem {
	box-sizing: border-box;
	padding: 6px 20px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
.secCat_searchItem:not(:last-of-type) {
	border-right: 1px solid #C4C4C4;;
}
.secCat_filter {
	margin: 0 auto 1vw;
	width: 100%;
}
.secCat_search+.secCat_filter {
	margin: 2vw auto 3vw;
}
.secCat_filter p {
	margin: 0;
	text-transform: uppercase;
}
.secCat_filterItem {
	position: relative;
	cursor: pointer;
}
.secCat_filterBox {
	position: absolute;
    left: -14px;
    right: -10px;
    top: 100%;
    z-index: 100;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #314F9C;
    display: none;
}
.secCat_filterLeft {
	background: linear-gradient(180deg, #FFFFFF 0%, #CCCCCC 100%);
	width: 80%;
	border-radius: 27px 0px 0px 27px;
	padding: 18px 24px;
	height: 54px;
}
.secCat_filterRight {
	width: 20%;
	border-radius: 0 27px 27px 0;
	padding: 18px 24px;
	height: 54px;
	background: linear-gradient(180deg, #E7E7E7 0%, #A9A9A9 100%);
}
.secCat_filterBox .secCat_filterItem {
	margin-left: 0;
}
.secCat_filterBtn {
	width: 22px;
	height: 22px;
}
.secCat_filterBtn_sort1 {
	background: url(../img/sort1.svg) no-repeat center / contain;
}
.secCat_filterBtn_sort2 {
	background: url(../img/sort2.svg) no-repeat center / contain;
}
.secCat_filterBtn_sort3 {
	background: url(../img/sort3.svg) no-repeat center / contain;
}
.secCat_filterBtn:hover, span.secCat_filterBtn {
	filter:invert(1) hue-rotate(348deg) brightness(1.1);
}
.secCat_filterBtns {
	width: 100%;
}
.secCat_asideItem_plus {
	border-width: 3px;
	color: #314F9C;
}
.secCat_asideItem_plus:hover {
	color: #ECAE11;
}
.secCat_asideItem_plus .secCat_asideLink {
	border-bottom: 1px solid #314F9C;
	padding-bottom: 3px;
}
.secCat_asideItem_plus:hover .secCat_asideLink {
	border-color:#ECAE11;
}
.pageCount_boxOuter {
	margin: 1vw auto 4vw;
}
.block_page_navigation {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.pageCount_item, .block_page_normal, .pagination__item {
	border: 3px solid #BABABB;
	width: 44px;
	height: 44px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 700;
	font-size: 20px;
	color: #BABABB;
	box-sizing: border-box;
}
.pageCount_item:hover, .block_page_current, .pagination__item:hover {
	border: 3px solid #4c4c4c;
	width: 44px;
	height: 44px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	color: #4c4c4c;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50%;
	box-sizing: border-box;
}

.pagination__item:hover {
	border: 3px solid #BABABB;
}

.pagination__item.active {
	border-color: #4c4c4c;
	color: #4c4c4c;
}

.pageCount_item_empty, .pagination__item--separator, .pagination__item--separator:hover {
	border: none;
}
.pageCount_item:not(:last-of-type), .pagination__item:not(:last-of-type) {
	margin-right: 22px;
}
.pageCount_arrow {
	width: 8px;
	height: 14px;
	background: url(../img/arrow-small.svg) no-repeat center / contain;
	filter: brightness(100) contrast(.2);
}
.pageCount_arrow:hover {
	filter: brightness(0) contrast(.4);
}
.pageCount_arrowLeft {
	margin-right: 23px;
}
.pageCount_arrowRight {
	transform: scale(-1,1);
	margin-left: 23px;
}
.pageCategory .pageBottom {
	margin-bottom: 7%;
}
#modal_thanks h5 {
	margin: 1rem auto;
}
.secServices_box2 .sec_titleBoxOuter {
	margin-bottom: 5vw;
}
.secServices_box .sec_titleSmall {
	right: 0;
}
.secServices_box .secServices_item:first-of-type .sec_titleBox_full .sec_titleSmall{
    bottom: -20%;
    left: 11%;
    font-size: 38px;
}
.secServices_box2 .secServices_item:first-of-type .sec_titleBox_full .sec_titleSmall{
    bottom: -35%;
    left: auto;
}
.secServices_box .secServices_item:nth-of-type(2) .sec_titleBox_full .sec_titleSmall{
    left: 10%;
    bottom: -20%;
    right: auto;
    font-size: 40px;
}
.secServices_box2 .secServices_item:nth-of-type(2) .sec_titleBox_full .sec_titleSmall{
    left: auto;
    bottom: 0;
}
.secMaterial {
	margin-top: -8%;
	z-index: 5;
	color: #fff;
	padding: 8% 0 5%;
	position: relative;
}
.secMaterial:before {
	background: url(../img/mat1.png) no-repeat left 20% / auto, url(../img/mat2.png) no-repeat right 75% / auto, url(../img/mat_bcgHouse.png) no-repeat center top / 100% 100%, url(../img/mat_bcg.png) no-repeat center top / 100% 90%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: -15%;
	right: 0;
}
.secMaterial .container {
	position: relative !important;
}
.secMaterial .sec_titleBig {
	color: #324F9C;
}
.secMaterial .sec_titleSmall {
	right: 10%;
}
.secMaterial_box {
	margin: 3% 0;
}
.secMaterial_text {
	max-width: 620px;
	padding-bottom: 32%;
}
.secMaterial_text p {
	line-height: 150%;
	margin-bottom: 8%;
}
.secMaterial_text .btn {
	max-width: 400px;
	box-sizing: border-box;
}
.secMaterial_img1 {
	max-width: 570px;
	width: 100%;
}
.secMaterial_img2 {
	right: -25%;
    bottom: 8%;
}
.secMaterial_item {
	font-size: 14px;
	color: #191B1D;
	text-transform: uppercase;
	font-weight: 700;
	background: linear-gradient(180deg, #FFFFFF 0%, #CCCCCC 100%);
	padding: 10px 30px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
}
.secMaterial_item:hover {
	background: linear-gradient(0deg, #FFFFFF 0%, #CCCCCC 100%);
}
.secMaterial_item:not(:last-of-type) {
	border-right: 1px solid #C4C4C4;
}
.secMaterial_item:first-of-type {
	border-top-left-radius: 27px;
	border-bottom-left-radius: 27px;
}
.secMaterial_item:last-of-type {
	border-top-right-radius: 27px;
	border-bottom-right-radius: 27px;
}
.header_menuBtns .btn {
	width:200px;
	box-sizing: border-box;
	padding: 11px 0;
	margin-bottom: 0;
}
.header_menuBtns .btn:first-of-type {
	margin-right: 20px;
}
.form_search {
	background: #E7EAED;
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 27px;
	padding: 11px 10px;
    min-width: 430px;
    box-sizing: border-box;
    min-width: 350px;
}
.input_search {
	background: transparent;
	border: none;
	outline: none;
	width: 90%;
}
.header_menuBottom {
	max-width: 1200px;
	margin: 0 auto;
}
.header_menuBottom > .btn {
	width: 300px;
	box-sizing: border-box;
	padding: 12px 0;
	margin-bottom: 0;
}
.btn_search {
	width: 10%;
	background: url(../img/search.png) no-repeat center / contain;
}
.header_menuCenter_secondary {
	width: 50%;
}
.header_menuCenter_secondary .header_nav {
	padding: 0;
}
.header_listItem .arrow {
	width: 11px;
	height: 15px;
    margin-left: 5px;
    position: relative;
    background: transparent;
}
.secCat_asideHeader {
	cursor: pointer;
	padding: 8px 0 8px 5px;
    margin: 10px;
}
.header_listItem .arrow:before, .secCat_asideHeader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
}
.secCat_asideHeader:after {
    position: relative;
    top: -3px;
    margin-right: 2%;
    transition: transform 300ms ease-in;
    background: url(/img/next.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}
.secCat_asideHeader.active:after {
	transform: rotate(90deg);
	top:3px;
	transition: transform 300ms ease-in;
}
.secCat_asideHeader:hover:after {
	border-top-color: #fff;
}
.header_menuBtns .icon_shop {
	width: 20px;
	height: 20px;
	background: url(../img/shopping-cart.svg) no-repeat center / contain;
	margin-right: 5px;
}
.header_menuCenter .header_listLink {
	padding-bottom: 20px;
}
.secCat_asideItem {
    padding-bottom: 0;
}
.secCat_asideItem a {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 9px;
}
p.secCat_asideHeader {
    margin-bottom: 4px;
}
.header_btns {
	z-index: 600;
	margin-top: 5%;
    right: .5%;
    position: fixed !important;
}
.btn_header {
	background: #314F9C url(../img/mechanic_m.svg) no-repeat center / 42px 42px;
	width: 115px;
	height: 54px;
	margin-bottom: 16px;
	border-radius: 27px;
	padding: 0!important;
}
.btn_header:hover {
	filter: invert(1) hue-rotate(-15deg);
}
.btn_header2 {
	background-image: url(../img/calculator.png);
}
.btn_header3 {
	background-image: url(../img/house2.svg);
}
.secPaper p, .secPaper li {
	line-height: 115%;
}
.secPaper:first-of-type {
	background: url(../img/house_bcg3.png) no-repeat left 30%, url(../img/house_bcg1.png) no-repeat right 5%;
}
.secPaper .sec_titleBoxOuter {
	margin-bottom: 5%;
}
.secPaper_box {
	margin-bottom: 3%;
}
.secCard_edgeRow+.secPaper_box  {
	margin-top: 50px;
}
.secPaper_box .sec_titleSmall {
	left: 0;
    right: 0;
    bottom: 0;
}
.secPaper_text {
	padding-right:2%;
}
.secPaper_bcg svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.secPaper_content {
	z-index: 100;
}
.secPaper_emph {
	padding-top: 7%;
	margin: 5% 0 0;
}
.secPaper_text.secSteps_text {
	text-align: left;
	max-width: none;
	padding-right: 0;
	margin: 0 0 0 5%;
}
.secPaper_emph .sec_titleBig {
	color: rgba(196, 196, 196, .5);
}
.secPaper_emph .secSteps_box .sec_titleSmall {
	bottom: auto;
	top: auto;
	right: -20%;
	left: auto;
	color: #314F9C;
	font-weight: 900;
	font-size: 3vw;
}
.secPaper_emph .secSteps_box .sec_titleBox {
	-ms-align-items: center;
	align-items: center;
}
.secPaper_emph .secPaper_bcg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/house_bcg6.png) no-repeat left bottom, url(../img/house_bcg5.png) no-repeat right bottom;
	z-index: 10;
}
.secPaper_emph .sec_titleBoxOuter {
	padding-bottom:6%;
}
.secPaper_emph .sec_titleBoxOuter  .sec_titleSmall {
	bottom: -40%;
	line-height: 90%;
}
.secPaper_list {
	padding: 2px 0 0 10px;
}
.secPaper_list ol {
	padding-left: 20px;
}
.secPaper_list svg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.secPaper_list p, .secPaper_list ol {
	position: relative;
	z-index: 200;
}
.blockquote_outer {
	padding: 5vw 0px 4vw;
	position: relative;
}
.blockquote_outer:before {
	content: '';
	position: absolute;
	top: -2vw;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/art_bcg.png) no-repeat center / 100% 100%;
}
.blockquote {
	margin: 0;
	position: relative;
	z-index: 100;
}
.blockquote_outer .sec_titleBoxOuter {
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
}
.blockquote_outer .sec_titleBig {
    color: #1F3B85;	
}
.blockquote p {
	font-size: 1.5vw;
	line-height: 114%;
	font-style:italic;
	font-weight: 500;
	color: #ffff;
	text-align: center;
}
.secPaper_img {
	order: 2;
}
.secPaper_img img {
	object-fit: cover;
}
.secPaper_emph .secPaper_img {
	margin-top: 7%;
}
.secPaper_text h5 {
	margin: 0;
	font-size: 20px;
}
.video {
	width: 100%;
	padding-bottom: 56.5%;
	position: relative;
}
.video video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
.secVideo {
	background: url(../img/house_bcg4.png) no-repeat left bottom, url(../img/house_bcg2.png) no-repeat right top;
}
.secPaper_emph .flex_item2 .sec_titleSmall {
	left: 7%;
}
.secPaper_emph .secSteps_box .sec_titleSmall {
	left: auto;
}
.secPaper .sec_titleBig {
	font-size: 6vw;
}
.secPaper_emph .sec_titleBoxOuter .sec_titleSmall {
    font-size: 35px;
    bottom: -22%;
}
.secCat_asideCheckbox {
	display: none;
}
.secCat_asideCheckbox+label {
	width: 100%;
}
.secCat_aside_btn:after {
	content: '';
	position: absolute;
	top: -5px;
    left: 2px;
	bottom: 0;
	right: 0;
	background:url(../img/check.svg) no-repeat center / 30px;
	visibility: hidden;
}
.secCat_asideCheckbox:checked+label .secCat_aside_btn:after {
	visibility: visible;
}
.secCat_filterItem .selectric .button:after {
	filter: invert(1);
}
.secCat_filterItem .selectric .button {
	background: transparent;
}
.secCat_filterItem .selectric .label, .secCat_filterItem  .selectric-items li {
	    color: #314F9C;
	    font-weight: 700;
	    text-transform: uppercase;
}
.secCat_filterItem .selectric {
	background: transparent;
}
.secCat_filterItem .selectric-items {
	width:auto!important;
}
.radio {
	display: none;
}
.radio:checked+label {
	filter:invert(1) hue-rotate(348deg) brightness(1.1);
}
.secCat_box_row .flex_item1 {
	width: 100%;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	border:0;
	box-shadow: none;
	padding: 0;
}
.secCat_box_row .secTop_img {
	min-width: 30%;
    padding-bottom: 30%;
    height: 0;
    width: auto;
}
.slider .secTop_item {
	height: 100%;
}
.secCat_item .secTop_itemLeft, .secCat_item .secTop_itemRight {
	border: 2px solid #314F9C;
	padding: 25px 20px;
}
.secCat_item .secTop_itemLeft {
	width: calc(100% - 320px);
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	position: relative;
}
.secCat_item .secTop_itemRight {
	width:300px;
}
.secCat_item .secCard_star {
	width: 15px;
	height: 15px;
}
.secTop_itemRight .secTop_text {
	height: auto;
	display: block;
}
.secTop_itemRight .secTop_textPrice {
	margin: 0 0 10px;
}
.secTop_itemRight  .secCard_countBox {
	margin-bottom: 30px;
}
.secTop_itemRight .secTop_oldPrice {
	font-size: 26px;
	margin-bottom: 10px;
}
.secTop_itemRight .secCard_countItem {
	width:calc(100% - 100px);
}
.product-item-detail-slider-images-container {
	width: auto !important; 
	flex-basis: auto;
	min-width: auto;
}
.bx_filter .bx_filter_block {
	overflow: visible;
}
.header-two__basket-favorites, .header-two__basket-compare {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: 10px;
	order: 2;
}
.header-two__basket-favorites:hover, .header-two__basket-compare:hover {
	filter: brightness(50%);
}
.secCat_box .secCat_item>div[data-entity="item"] {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.secServices_item .btn_dark {
	color: #fff;
	font-weight: 500;
}
.btn_go-top {
	position: absolute;
	z-index: 200;
}
.bx_filter_parameters_box_container input {
    border-radius: 5px;
    background: #e6e6e6;
    color: black !important;
    font-weight: 500;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    width: 49%;
    cursor: pointer;
    height: 34px;
    outline: none;
    text-align: center;
}
.bx_filter .bx_ui_slider_part span {
	display: none!important;
}
.bx_filter_button_box  {
	margin: 20px auto;
}
.payment, .sides__right, .documents, .main-container, .contacts, .photo-detail, .container_main>.row, .class-block-ob, .bx-basket, #bx-soa-order-form, .catalog--photos, .registration_form-wrapper, .blog-detail, .blog_list, .bx_compare.bx_site {
	padding: 2% 0 8vw;
}
.payment__blocks, .photo-detail__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.payment__block {
	width: 49%;
	margin-bottom: 20px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #314F9C;
   padding: 25px;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
}
.payment__img {
	width: 100px;
	min-width: 100px;
    height: 100px;
    margin-right: 20px;
}
.payment__img--online_payment {
	background: url(../img/pay1.svg) no-repeat center / contain;
}
.payment__img--bank {
	background: url(../img/pay2.svg) no-repeat center / contain;
}
.payment__img--bank_2 {
	background: url(../img/pay3.svg) no-repeat center / contain;
}
.payment__img--cash {
	background: url(../img/pay4.svg) no-repeat center / contain;
}
.payment__header {
	font-weight: 700;
	margin-bottom: 15px;
}
.document-block__file, .document-block, .documents__head-wrap, .document-block, .about-us__history-block  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.sides, .about-us-offices__blocks, .contacts__wrap, .contacts-info__top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.articles .sides__left {
	width: 300px;
	margin-right: 30px;
}
.articles .sides__right {
	width:calc(100% - 330px);
	padding: 0;
}
.document-block {
	margin-bottom: 20px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    border: 2px solid #314F9C;
    padding: 25px;
    justify-content: space-between;
}
.document-block__file-inner {
	font-size: 18px;
	font-weight: 700;
}
.document-block__file-inner small {
	font-weight: 400;
}
.i-icon {
	width: 0;
	height: 0;
}
.document-block__file .i-icon {
	width: 19px;
	min-width: 19px;
    height: 24px;
    background: url(../img/copy.svg) no-repeat center / contain;
    margin-right: 10px;
}
.document-block__img {
	width: 24%;
}
.document-block__title {
	width: 28%;
	font-weight: 700;
	font-size: 18px;
}
.document-block__img img {
	max-width: 200px;
}
.documents .document-block__file {
    width: 36%;
}
.documents__head-wrap > *:nth-of-type(1) {
    width: 28%;
}
.documents__head-wrap > *:nth-of-type(2) {
    width: 24%;
}
.documents__head-wrap > *:nth-of-type(3) {
    width: auto;
}
.document__head {
	padding: 10px 25px;
	border: 2px solid #314F9C;
    font-weight: 700;
}
.documents .documents__list .document-block {
	justify-content: flex-start;
	margin-bottom: 0;
	box-shadow: none;
	border-top:0;
}
.document-block__actions {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.document-block__action--review {
	width: 37px;
    height: 30px;
	background: url(../img/view.svg) no-repeat center / contain;
	opacity: .8;
}
.document-block__action--download {
	width: 37px;
    height: 30px;
	background: url(../img/download.svg) no-repeat center / contain;
	opacity: .8;
	margin-left: 10px;
}
.document-block__action--review:hover, .document-block__action--download:hover {
	opacity: 1;
}
.documents .document-block__actions {
	margin: 0 auto;
}
.about-us__history-block {
	border: 2px solid #314F9C;
	margin-bottom: 20px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
.about-us__history-block:nth-of-type(even) .about-us__history-img {
	order: 2;
}
.about-us__history-img {
    min-width: 380px;
    height: 230px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.about-us__history-text {
	padding: 25px;
}
.about-us__history-block:nth-of-type(even) .about-us__history-text {
	text-align: right;
}
.about-us__history-text span {
	font-size: 30px;
	font-weight: 700;
}
.about-us-offices__block span, .about-us-requisites__header a {
	font-weight: 700;
	font-size: 18px;
	color: #314F9C;
	text-decoration: underline;
}
.about-us-offices__block p {
	white-space: nowrap;
	font-size: 14px;
}
.sections__item a {
	padding: 12px 10px;
	background: #314F9C;
    color: #fff;
    font-weight: 700;
    display: block;
}
.sections__item {
	border:1px solid #fff;
}
.sections__item:hover {
	border-color:#314F9C;
}
.sections__item:hover a {
	background: #fff;
	color: inherit;
}
.articles .bx-block-title {
	margin-top: 0;
}
.articles .bx-wt-block ul, .page-subtext ul {
	list-style: disc inside;
	font-size: 18px;
	line-height: 140%;
}
.city-map__left {
    min-width: 240px;
}
.contacts__right {
	min-width: 440px;
}
.contacts__middle {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts__middle .contacts__map {
	width: 100%;
	height: 100%;
	position: relative;
}
.contacts__middle .ymaps-2-1-75-map {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.contacts__middle #scheme-city {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.city-map__label {
    height: 68px;
    line-height: 68px;
    padding: 0 25px;
    background: #314F9C;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 9;
}
.city-map__label::after {
    content: '';
    width: 25px;
    height: 25px;
    background: #314F9C;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.city-map--contacts .city-map__main {
    background: #f1f1f1;
    padding: 20px;
}
.city-map--contacts, .city-map__left {
	height: 100%;
	background: #f1f1f1;
}
.city-map__input {
	margin-bottom: 30px;
}
.city-map__item-link {
	margin-bottom: 15px;
	font-weight: 700;
}
.city-map__item-link .active {
	color: #ECAE11;
}
.city-map__item-heading {
	font-size: 18px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #314F9C;
}
.city-map__input input {
	width: 100%;
    height: 35px;
    line-height: 35px;
  	background: #E7EAED;
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    border:none;
}
.contacts-info__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    border-bottom: 1px solid #dedede;
}
.contacts-info__print {
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #314F9C;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.contacts__info {
	height: 100%;
}
.contacts-info {
	background: #f1f1f1;
    position: relative;
    padding-bottom: 64px;
    height: 100%;
}
.contacts-info__body {
	padding: 20px 25px;
}
.contacts-info__item-heading {
	width: 100%;
	font-weight: 700;
	margin-bottom: 10px;
}
.contacts-info__city {
	font-weight: 700;
}
.contacts-info__item {
	margin-bottom: 20px;
}
.show_phone_button {
    cursor: pointer;
    color: #ffffff;
    background: #314F9C;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 27px;
}
.contacts-info__actions {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.contacts-info__action {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
.contacts-info__action span {
	    border-bottom: 1px solid #314F9C;
    color: #314F9C;
    font-weight: 700;
}
.contacts-info__action--on-map svg{
	min-width: 17px;
	height: 17px;
	background: url(../img/pin_b.svg) no-repeat center / contain;
	margin-right: 5px;
}
.contacts-info__action--scheme svg {
	min-width: 17px;
	height: 17px;
	background: url(../img/map.svg) no-repeat center / contain;
	margin-right: 5px;
}
.contacts-info__action--on-map {
	margin-right: 10px;
}
.photo-detail__wrap-left {
	width: 50%;
	max-width: 550px;
	padding-right: 30px;
}
.photo-detail__wrap-right {
	width: 50%;
}
.photo-detail__navs {
	text-align: right;
	font-weight: 700;
	margin-bottom: 20px;
}
.socials-small {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.sale__blocks {
	max-width: 1200px;
    margin: 0 auto 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    padding: 2% 0 30px;
	flex-wrap: wrap;
}

.sale__blocks+.btn {
	width: 300px;
    margin: 0 auto 0vw;
    box-sizing: border-box;
    padding: 17px 0;
    background: #314F9C;
    color: #fff;
    font-weight: 700;
}
.sale .grid figure:first-child {
    margin-left: 0px;
}
.sale .grid figure {
    width: initial !important;
    max-width: calc(25% - 15px);
    height: 453px;
    max-height: initial;
    background: #000000 !important;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
}
figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
    background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}
.grid figure {
	height: auto;
    position: relative;
    overflow: hidden;
    width: 24%;
    margin: 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border:2px solid #314F9C;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
	margin-right: 1.33%;
	box-sizing: border-box;
	margin-bottom: 1.33%;	
}

.grid figure:nth-child(4n+4) {
	margin-right: 0%;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    object-fit: cover;
}
figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.sale img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption {
    padding: 2em 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button-click-page .btn{
background: #314F9C;
    color: #fff;
    font-weight: 500; 
    }
.sale .grid figure figcaption .sale__info {
    margin-top: 5px;
}
.sale .grid figure figcaption:after {
    height: calc(30% - 40px);
    top: 134px;
    border: 3px solid #fff;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
figure.effect-dexter figcaption::after {
    position: absolute;
    right: 15px;
    bottom: 30px;
    left: 15px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 2px solid #314F9C;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
figure.effect-dexter p {
    position: absolute;
    right: 50px;
    bottom: 60px;
    left: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
.sale__info h2{
	padding: 0 10px;
}
.sale__info p {
	font-size: 12px;
	text-transform: none;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.sale__info h2 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
figure.effect-dexter:hover img {
    opacity: 0.4;
}
.grid figure:hover figcaption p {
    top: 175px;
    text-transform: initial;
    font-size: 12px;
}
figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.grid figure:hover figcaption p.button-click-page {
    top: auto;
    bottom: 20px;
}
.grid figure:hover figcaption p {
    top: 175px;
    text-transform: initial;
    font-size: 12px;
}
figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.grid figure:hover figcaption:after {
    height: calc(67% - 43px);
    top: 147px;
}
figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.header_menuRow_inner > ul {
	width: 33.3333%;
}

.show_more_block {
	background: #314F9C;
	border: 2px solid #314F9C;
	font-weight: 700;
	color: #fff;
}
.show_more_block:hover {
	background: #fff;
	color: #314F9C;
	border-color: #314F9C;
}
.static-content {
	line-height: 150%;
}
.photo-detail__nav--prev {
	margin-right: 10px;
}
.photo-detail__navs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
.photo-detail__nav {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
.photo-detail__nav svg {
	width: 20px;
	height: 20px;
	background: url(../img/arrow-small.svg) no-repeat center / contain;
	filter: brightness(0);
	margin-right: 5px;
}
.photo-detail__nav--next svg {
	transform: scale(-1,1);
	margin-right: 0;
	margin-left: 5px;
}
.steps-block__form-form .btn {
	width: 350px;
    padding: 17px 0;
    margin: 30px auto 0;
}
.steps-block__form-form input {
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 27px;
    height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin:0 auto 15px;
    background: #E7EAED;
    width: 100%;
    max-width: 500px;
}
.form_block_wrap {
	margin-bottom: 0;
}
.static-content p {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
}
.about-us-offices {
	margin-bottom: 30px;
}
.basket-checkout-block-btn .basket-btn-checkout, .basket-checkout-block-btn .basket-btn-oc {
	border-radius: 27px;
}
.basket-checkout-block-btn .basket-btn-checkout {
    border: 2px solid #314F9C;
    background: #314F9C;
}
.basket-checkout-block-btn .basket-btn-oc {
	border: 2px solid #314F9C;
	color: #191B1D;
}
.basket-checkout-block-btn .basket-btn-oc:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border: 2px solid #191B1D;
    color: #191B1D;
}
.basket-checkout-block-btn .basket-btn-checkout:hover {
	background: #314F9C;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	border: 2px solid #314F9C;
}
.basket-checkout-container .form-control, .basket-items-list-wrapper .form-control {
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 27px;
    background: #E7EAED;
    color: #191B1D;
    font-size: 16px;
    border:2px solid transparent;
}
.basket-checkout-container .form-control:focus, .basket-checkout-container .form-group:hover .form-control {
	border-color: #E9B662;
}
.basket-items-list-header {
	background: #314F9C;
}
.basket-items-list-header-filter-item, .basket-items__clear {
	color: #fff;
}
.basket-items__clear svg {
	fill: #fff;
}
.basket-items-list-item-removed-block a, .basket-items-list-item-removed-block a:hover {
	color: #191B1D;
}
.basket-items-list-item-clear-btn:after, .basket-items-list-item-clear-btn:before, .basket-items-list-item-clear-btn:hover:after, .basket-items-list-item-clear-btn:hover:before {
	background: #191B1D;
}
.backet-big__titles, .basket-items-list-header {
	border-bottom: 2px solid #314F9C;
}
.basket-items-list-table {
	border-color: #314F9C;
}
.basket-checkout-container, .basket-items-list-wrapper, .basket-items-list-wrapper-compact {
	border: 2px solid #314F9C;
}
.basket-checkout-container {
	border-top: 1px solid #314F9C;
}
.backet-big__title-item {
	font-size: 16px;
	color: inherit;
	font-weight: 500;
}
.basket-coupon-block-coupon-btn-wrapper {
	border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    border-left:none;
}
.basket-checkout-container .form-group:hover .form-control + .basket-coupon-block-coupon-btn-wrapper {
	background-color: #E9B662;
    border-color: #E9B662;
}
.basket-checkout-container .form-group:hover .form-control + .basket-coupon-block-coupon-btn-wrapper:hover, .basket-checkout-container .form-control:focus + .basket-coupon-block-coupon-btn-wrapper {
background-color: #c19d62;
    border-color: #c19d62;
}
.basket-items-list-header-filter-item.active {
	    border-bottom: 1px solid transparent;
}
.basket-items-list-header-filter-item.active:hover {
	    border-bottom: 1px solid #fff;
	    color: #fff;
}
.basket-items__clear:hover {
    color: #fff;
} 
.basket-items__clear:hover svg {
    fill: #fff;
}
.basket-items-list-wrapper .form-control, .basket-items-list-wrapper .form-control:focus, .basket-checkout-container .form-control:focus, .basket-checkout-container .form-control {
	border-radius: 27px;
	font-size: 16px;
}
.basket-items-list-wrapper .form-control, .basket-checkout-container .form-control {
	border:2px solid transparent;
}
.basket-items-list-wrapper .form-control:focus, .basket-items-list-wrapper .form-control:active, .basket-items-list-wrapper .form-control:hover, .basket-checkout-container .form-control:focus {
	border:2px solid #E9B662;
}
.basket-items-list-wrapper .basket-items-search-field:hover .form-control {
	border:2px solid #E9B662;
}
.header_top .bx-basket {
	padding: 0!important;
}
.basket-item-info-name, .basket-item-info-name-link {
	margin-bottom: 0;
	font-size: 20px;
}
.basket-item-info-name-link:hover {
	color: inherit;
}
.basket-coupon-block-coupon-btn {
	stroke: #191B1D;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	height: 30px;
	border: 2px solid #314F9C;
	color: #314F9C;
	font-weight: 500;
	border-left: none;
	border-right: none;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	height: 30px;
	border: 2px solid #314F9C;
	color: #314F9C;
}
.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
	background: #314F9C;
}
.basket-item-amount-field-description {
	width: calc(100% - 47px);
    color: inherit;
}
.basket-item-price-current, .basket-item-price-title {
	margin-bottom: 0;
	color: inherit;
}
.basket-items-list-item-descriptions-inner {
	-ms-align-items: center;
	align-items: center;
}
.basket-item-block-price, .basket-item-block-amount, .basket-item-block-actions, .basket-items-list-item-remove {
	padding-top: 0!important;
}
.basket-items-list-item-price, .basket-items-list-item-remove {
vertical-align: middle;
}
.basket-items-list-item-amount {
	vertical-align: middle;
	padding-top: 0;
}
.basket-items-list-item-descriptions {
	padding: 25px 0;
}
.basket-items-search-field .basket-clear {
	stroke: #191B1D;
}
.basket-item-actions-remove svg:hover, .basket-items-search-field .basket-clear:hover {
	stroke: #314F9C;
}
.basket-checkout-block-total-description {
	color: #191B1D;
}
.basket-coupon-block-field input::placeholder { 
  font-size: 16px;
  opacity: 1; 
}

.basket-coupon-block-field input:-ms-input-placeholder { 
  font-size: 16px;
}

.basket-coupon-block-field input::-ms-input-placeholder { 
  font-size: 16px;
}
.bx-soa-section-title-container {
	background: #314F9C!important;
	
}
.bx-soa-section-title {
	color: #fff!important;
}
.bx-soa-section-title-count {
    border: 1px solid #fff!important;
    color: #fff!important;
}
.bx-soa-section .bx-soa-section-title-count:after, .bx-soa-more-btn .pull-left, .bx-blue .btn.btn-default {
	color: #fff!important;
}
.bx-soa-section.bx-selected, .bx-soa-cart-total {
	border: 2px solid #314F9C!important;
}
.bx-blue .btn.btn-default {
	border-radius: 27px;
	background: #314F9C!important;
}
.bx-soa-coupon, .bx-soa-more {
	border-top: 2px solid #314F9C!important;
}
.bx-soa-coupon-label {
	font-size: 14px!important;
	color: #191B1D!important;
}
.bx-sls .quick-location-tag, .bx-slst .quick-location-tag {
	background: #314F9C!important;
	color: #fff!important;
	border-radius: 27px;
}
#bx-soa-order-form .checkbox {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#bx-soa-order-form .checkbox+a {
	display: inline-block;
    width: 100%;
    margin: 30px auto!important;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
	color: transparent!important;
}
.auth-login_socials .login_social_icon {
	background: #314F9C!important;
}
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 27px;
    height: 54px;
    padding: 0 5%;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin-bottom: 30px;
    background: #E7EAED;
}
.bx-authform-input-container input:focus, .bx-authform-input-container input:hover {
	border: 2px solid #E9B662;
}
.bx-authform-link-container {
	margin-bottom: 0;
	text-align: center;
}
.bx-authform-label-container {
	margin-bottom: 10px;
	color: #191B1D;
}
.bx-authform {
	margin: 0 auto;
}
.bx-authform-formgroup-container .checkbox {
	border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    position: relative;
}
.bx-authform-formgroup-container .checkbox:before {
	display: none;
}
.bx-authform-formgroup-container--flat-remember {
	text-align: center;
}
.bx-authform-formgroup-container.login_button .btn{
	margin: 0 auto 20px;
	background: #314F9C!important;
	color: #fff;
	font-weight: 500;
	outline: none!important;
	padding: 17px 50px!important;
	border:none;
}
.bx_sort_container, .block_property_add {
	margin: 30px auto;
}
.block_property_add span {
	border: 2px solid #314F9C;
	color: inherit;
	font-weight: 500;
}
.block_property_add span:hover {
	background: #314F9C;
}
.bx_sort_container, .bx_compare .bx_sort_container .sortbutton:hover {
	background: #314F9C!important;
}
.bx_compare .bx_sort_container .sortbutton:hover {
	color: #fff;
}
.bx_compare .bx_sort_container .sortbutton.current {
	color: #ECAE11;
}
.bx_compare .bx_sort_container .sortbutton {
	font-weight: 700;
	color: #fff;
	border:none!important;
	padding: 15px 25px;
	position: relative;
    z-index: 100;
}
.bx_compare .bx_sort_container {
	position: relative;
}
.bx_compare .bx_sort_container:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: -100vw;
	background: #314F9C;
}
table.data-table tr td {
	border:2px solid #314F9C;
	padding: 25px 15px 40px;
	    width: 260px;
    	min-width: 260px;
    	max-width: 260px;
}
.table_compare_container.table_compare_container_tb tr td {
	padding: 10px;
	width: 260px;
    min-width: 260px;
    max-width: 260px;
}
.data-table-name table.data-table tr td {
	border:2px solid #314F9C;
}
.fonts__small_title.table_compare_product_price, .table_compare_product_name.fonts__main_comment {
	font-weight: 700;
}
.main_btn {
	background: #314F9C;
	color: #fff;
	font-weight: 500;
	border-radius: 27px;
	padding: 8px 15px;
}
.main_btn:hover {
	color: #fff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.container_scrooll {
	padding-left: 0;
}
.table_compare_container_im {
	margin-left: 0;
}
.bx_sort_container, .block_property_add, .table_compare_container_tb {
	padding-left: 0;
	padding-right: 0;
}
.page-subtext, .delivery__promo, .delivery__zone {
	max-width: 1200px;
	margin: 35px auto;
}
.page-subtext p {
	font-size: 18px;
	line-height: 140%;
}
.partnership {
	margin-top: 30px;
}
.partnership__tabs-links, .partnership__header-blocks, .partnership__header-block, .partnership-form > .container, .partnership-form__contact, .partnership-form__form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.partnership-form__form {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partnership-form__left, .partnership-form__right {
	width: 48%;
}
.partnership-form__bottom {
	width: 100%;
}
.partnership-form__block label {
	display: block;
	margin-bottom: 5px;
}
.partnership-form__block {
	margin-bottom: 15px;
}
.partnership__tabs-links > div {
	padding: 12px 20px;
	font-weight: 700;
	color: #fff;
}
.partnership__tabs-links .active {
	color: #ECAE11;
}
.partnership__tabs-header {
	background: #314F9C;
}
.partnership-form {
	margin-top: 50px;
	padding-bottom: 8vw;
}
.partnership-form__heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}
.partnership-form__contact {
	-ms-align-items: center;
	align-items: center;
	background: #314F9C;
	padding: 25px;
	margin-top: 7%;
	min-width: 420px;
}
.partnership-form__contact img {
	max-width: 50%;
}
.partnership-form__contact-top h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.partnership-form__contact-top:after {
	content: '';
	display: block;
	height: 1px;
	width:100%;
	background: #fff;
}
.partnership-form__contact-text {
	color: #fff;
	padding-left: 30px;
}
.partnership-form > .container {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.partnership__header-blocks {
	padding: 30px 20px;
	border-bottom: 2px solid #314F9C;
}
.partnership__header-block {
	padding: 10px 20px;
}
.partnership__header-value {
	font-size: 14px;
	width: 176px;
}
.partnership__header-value div {
	font-size: 30px;
    font-weight: 500;
}
.tabs__tab:not(.active) {
	display: none;
}
.partnership-form__block input, .partnership-form__form > input {
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 27px;
    height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin:0 auto 15px;
    background: #E7EAED;
    width: 100%;
}
.partnership-form__form > input {
	margin-top: 20px;
}
.partnership-form__block textarea {
	height: 100%;
	padding:10px 30px;
	box-sizing: border-box;
	resize: none;
	border:none;
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
	outline: none;
	border-radius: 27px;
	background: #E7EAED;
	width: 100%;
	height: 150px;
}
.partnership-form__inner {
	padding-right: 30px;
}
.partnership-form__bottom .btn {
	border:none;
	outline: none;
	background: #314F9C;
	color: #fff;
	font-weight: 500;
	margin: 20px auto;
}
.partnership-form__bottom .btn:hover {
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.partnership__header-block .i-icon {
	width: 58px;
	height: 58px;
	min-width: 58px;
	margin-right: 15px;
}
.i-icon--user_1 {
	background: url(../img/coop1.svg) no-repeat center /contain;
}
.i-icon--smile {
	background: url(../img/coop3.svg) no-repeat center /contain;
}
.i-icon--color_select {
	background: url(../img/coop6.svg) no-repeat center /contain;
}
.i-icon--heart {
	background: url(../img/heart_empty.svg) no-repeat center /contain;
}
.i-icon--guarantee {
	background: url(../img/coop4.svg) no-repeat center /contain;
}
.i-icon--star {
	background: url(../img/coop2.svg) no-repeat center /contain;
}
.i-icon--office {
	background: url(../img/coop5.svg) no-repeat center /contain;
}
.row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog_list .blog_list__detail .main_btn{
	border:none;
	font-size: 16px;
	font-weight: 500;
}
.blog_list .blog_list__detail .main_btn:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.blog_list__content {
	padding: 10px 10px 0;
}
.blog_list .blog_list__detail {
	position: static;
	padding: 0 10px 35px;
	margin-top: auto;
}
.blog_list__img_link_big img {
	object-fit: cover;
}
.col-xl-6 {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xl-3 {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}
.blog_list__img_link {
	height: 0 !important;
	padding-bottom: 65%;
	position: relative;
}
.blog_list__img_link img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-detail__top img {
	object-fit: cover;
	max-height: 335px;
	width: 100%;
	height: auto;
}
.blog-detail__top {
	padding-bottom: 25px;
	border-bottom: 2px solid #314F9C;
	margin-bottom: 25px;
}
.blog_list__item {
	border: 2px solid #314F9C;
}
.blog-detail__preview-text {
	font-weight: 700;
	margin-top: 30px;
}
.blog-detail__middle p {
	line-height: 140%;
}
.blog-detail__middle p img, .secPaper_text img {
	float: left;
	max-width: 30%;
	height: auto;
	margin-right: 15px;
}
.blog-detail {
	overflow: hidden;
}
.blog-detail__middle h3 {
	clear: both;
	margin: 20px 0;
}
.blog-detail__middle h3+p img, .secPaper_text h3+p img {
	max-width: 100%;
	float: none;
}
.header-two__basket-favorites use, .header-two__basket-compare use {
	fill: #314F9C
}
.header-two__basket-compare span, .header-two__basket-favorites span {
	font-weight: 700;
	color:#314F9C;
}
.bx_filter .bx_ui_slider_track {
	margin: 0 1rem 2rem 1rem!important;
}
#comp_catalog_content .sec_titleBig {
	display: none;
}
#comp_catalog_content .sec_titleSmall {
	position: static;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.smartfilter-blocks {
	background: #314F9C;
	color: #fff;
}
.smartfilter-blocks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 25px;
	margin-bottom: 30px;
}
.catalog-filter__confirm {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.catalog-filter__confirm .btn {
	width: 300px;
}
.catalog-filter__confirm .btn:hover {
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.catalog-filter__reset {
	background: transparent;
	outline: none;
	border:2px solid #314F9C;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: 20px;
}
.catalog__filter-opener {
	display: none;
}
.catalog-filter__price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.catalog-filter__price input {
	width: 100px;
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 27px;
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    display: block;
    background: #E7EAED;
}
.catalog-filter__block:first-of-type {
	padding-right: 30px;
	width: 230px;
}
.catalog-filter .form-block {
    width: 170px;
    font-size: 14px;
}
.bx-filter-popup-result {
	margin-bottom: 20px;
}
.bx-filter-popup-result .arrow {
	width: 25px;
    height: 13px;
}
.catalog-filter__label {
	font-weight: 700;
	margin-bottom: 20px;
}
.custom-checkbox input {
	display: none;
}
.custom-checkbox__box {
	border: 2px solid #fff;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 0;
    margin-right: 11px;
    position: relative;
    top: 2px;
    background: transparent;
}
.custom-checkbox input:checked+label .custom-checkbox__box {
	background: url(../img/check.svg) no-repeat center / contain;
}
.custom-checkbox label, .photos__grid, .photo-card__top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.photos__grid {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.photos__grid > * {
	width: calc(50% - 10px);
	border:2px solid #314F9C;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
.photo-card__top {
	padding: 10px;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.photo-card__images {
	width: 100%;
	padding-bottom: 55%;
	height: 0;
	position: relative;

}
.photo-card__image, .photo-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-card__top .address span,.photo-card__top .price span {
	display: inline-block;
	width: 100%;
}
.photo-card__top .price {
	margin: 0 10px;
}
.photo-card__top .rub {display: none!important;}
.photo-card__more a {
	font-weight: 500;
	border-bottom: 2px solid #314F9C;
	padding-bottom: 2px;
}
.pagination {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.catalog-filter__body .custom-checkbox label {
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.catalog-filter__body .custom-checkbox__box {
	top: auto;
}
.bx_filter_parameters_open_all_open, .bx_filter_parameters_open_all_close {
	font-weight: 700;
}
.bx_filter_parameters_open_all_open:hover, .bx_filter_parameters_open_all_close:hover {
	text-decoration: underline;
	cursor: pointer;
}
.form-control.bx-ios-fix {
    height: 35px!important;
    line-height: 35px!important;
    background: #E7EAED!important;
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.1)!important;
    border-radius: 27px!important;
    padding: 0 15px!important;
    box-sizing: border-box!important;
    outline: none!important;
    border: 2px solid transparent!important;
}
.bx-soa-coupon-input:after {
	border-right: 2px solid #191B1D!important;
    border-bottom: 2px solid #191B1D!important;
}
.form-control.bx-ios-fix:focus, .form-control.bx-ios-fix:hover {
border: 2px solid #ECAE11!important;
}
.row .main_order_block__top_line.top_line_all_price {
    padding: 0 0 10px !important;
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.bx-sls .form-control.dropdown-block, .bx-slst .form-control.dropdown-block {
	border: 2px solid transparent!important;
	border-radius: 27px;
	background: #E7EAED!important;
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.1)!important;
}
.bx-soa-more-btn .pull-right:after, .bx-soa-more-btn .pull-left:before {
	content: ''!important;
	background: url(../img/arrow-small.svg) no-repeat center / contain;
	filter: brightness(100);
    width: 10px;
    height: 10px;
    display: inline-block;
   transform: scale(-1,1);
}
.bx-soa-more-btn .pull-left:before {
	 transform: scale(1,1)!important;
}
input[type=checkbox].bx-soa-pp-company-checkbox:checked:before, .radio-inline input:checked:before {
	background: #314F9C;
}
input[type=checkbox].bx-soa-pp-company-checkbox, .radio-inline input {
	outline: none!important;
}
.bx-soa-editstep {
	color: #fff;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count{
	border-color: transparent!important;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
	filter: hue-rotate(303deg) brightness(130%);
}
.bx-sls .form-control.dropdown-block:hover, .bx-slst .form-control.dropdown-block:hover, .bx-sls .form-control.dropdown-block:focus, .bx-slst .form-control.dropdown-block:focus {
	border: 2px solid #ECAE11!important;
}
.bx-soa-section.bx-step-completed {
	border: 2px solid #314F9C!important;
}
.bx-soa-item-td {
	border-color: #314F9C!important;
}
.bx-sls .dropdown-fade2white {
	background: transparent!important;
}
.form-control.bx-ios-fix {
	resize: none;
	overflow: hidden;
}
.bx-basket-item-list-container:before {
	display: none!important;
}
.open-basket-origami .open-basket-origami__title {
	margin: 0;
}
.open-basket-product__number .open-basket-product__number-item, .open-basket-product-btn__more-buy, .open-basket-product-block-name {
	color: #191B1D!important;
}
.open-basket-product-block__one-close, .open-basket-product__wish .open-basket-product__wish-svg {
	fill: #191B1D!important;
}
.open-basket-product-block__one-close, .open-basket-product__wish .open-basket-product__wish-svg, .open-basket-origami__tab-not-products-logo svg {
	fill: #314F9C!important;
}
.open-basket-product__wish .open-basket-product__wish-svg, .open-basket-origami__tab-not-products-logo svg {
	stroke: #314F9C!important;
}
.open-basket-product-btn__more-buy {
	font-size: 14px;
	padding-top: 0!important;
	font-weight: 500;
}
.open-basket-product-btn__basket, .open-basket-origami__tab-not-products-cat {
	border-radius: 27px;
	background: #314F9C!important;
	font-weight: 500!important;
	border: 2px solid #314F9C!important;
	font-family: inherit!important;
}
.open-basket-origami__tabs input[type="radio"]:checked + label:before {
	background: #fff!important;
}
.basket-line-btn-oc, .open-basket-origami__tab-not-products-main {
	border: 2px solid #314F9C!important;
	border-radius: 27px;
	font-weight: 500;
	color: #314F9C!important;
}
.basket-line-btn-oc:hover, .open-basket-origami__tab-not-products-main:hover, .open-basket-product-btn__basket:hover, .open-basket-origami__tab-not-products-cat:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.open-basket-product-block-name {
	font-weight: 500;
}
.open-basket-product-btn, .open-basket-product-block__one {
	-ms-align-items: center;
	align-items: center;
}
.open-basket-product__name {
	margin-bottom: 0 !important;
}
.open-basket-product-block__one-close {
	top: auto!important;
}
.open-basket-product__info, .open-basket-product__price, .open-basket-product__total-price {
	padding-top: 0 !important;
}
.open-basket-product__number .open-basket-product__quantity {
	margin-top: 0 !important;
}
.open-basket-product__wish {
	line-height: 1 !important;
}
.open-basket-product__number .open-basket-product__quantity {height: 30px !important;}
.open-basket-product__number .open-basket-product__number-item, .open-basket-product-block {
	margin: 0!important;
}
.open-basket-product__quantity .open-basket-product__quantity-value {
	font-weight: 700!important;
	color: #314F9C!important;
	outline: none!important;
	border:2px solid #314F9C!important;
	border-right: 0 !important;
	border-left: 0 !important;
}
.open-basket-product__quantity .open-basket-product__quantity-plus, .open-basket-product__quantity .open-basket-product__quantity-minus {
	border:2px solid #314F9C!important;
}
.open-basket-product-block-title::after {
	    background-color: #314F9C!important;
	    height: 2px !important;
}
.open-basket-origami, .open-basket-product-block__one:after {
	background: #314F9C!important;
}
.modal-content.open-basket-origami-container {
    padding: 29px 0 0!important;
background: #314F9C!important;
}
.open-basket-product-btn {
	background: #f7f7f7;
    padding: 20px!important;
   border-top: 2px solid #f7f7f7;
    position: relative;
    top: -1px;
}
.open-basket-origami .open-basket-origami__title, .open-basket-origami .open-basket-origami__close, .open-basket-origami__tab_wish, .open-basket-origami__tabs label:hover, .open-basket-origami__tabs label, .open-basket-origami__tabs input[type="radio"]:checked + label {
	color: #fff!important;
}
.open-basket-origami .open-basket-origami__close .open-basket-origami__close-svg, .product-detail-info-block-basket svg {
	fill: #fff!important;
}
.open-basket-origami__tab-not-products-title {
	margin: 0;
}
.our-works-container-wrapper .table_column {
	width: auto !important;
	min-width: auto !important;
}
.our-works-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2% 0;
}
.our-works-container-info {
	padding-bottom: 8vw;
}
.product-photos-slider {
    margin: 50px 0;
    height: auto;
    max-height: 500px;
}
.photos-container {
	width: 60%;
}
.divider {
    margin: 0;
    height: 2px;
    background: #314F9C;
    border: none;
}
.product-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
}
.our-works-detaill-task-text p {
	line-height: 140%;
	font-weight: 400;
}
.our-works-detail-title {
	font: 500 24px 'Gotham Pro', sans-serif;
}
.our-works-detail-header {
	font: 500 40px 'Gotham Pro', sans-serif;
}
.our-works-detail-price-value {
	font:700 25px 'Gotham Pro', sans-serif;
	margin-left:10px;
	position:relative;
	display:inline-block;
}
.our-works-detail-price-value .rub {
	margin-left:10px;
	position:relative;
}
.our-works-detail-price-value:after {
content:'руб.';
}
.our-works-detaill-review+.btn, .our-works-table {
	margin-bottom: 0;
	font: 400 16px 'Gotham Pro', sans-serif!important;
}
.our-works-container-info h3 {
    font: 700 20px 'Gotham Pro', sans-serif;
}
.our-works-detaill-review {
	margin-bottom: 30px;
}
.our-works-detaill-date-buttons {
	border:2px solid #314F9C;
	padding: 5px 10px;
}
.our-works-detaill-task-buttons .btn {
	padding: 12px 0;
}
.our-works-detaill-feedback-buttons {
	width: 100%;
}
.our-works-table {
	border: none;
}
.our-works-container-wrapper ol li .table_column {
	font-weight: 400;
	justify-content: flex-start !important;
}
.our-works-container-wrapper ol li .our-works-table {
	margin-top: 0;
}
.our-works-container-wrapper ol {
	margin: 0;
}
.product-photos-slider .swiper-wrapper {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.container_main .class-block-ob {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.steps-block__text p, .row_text p span {
	font-size: 16px!important;
	line-height: 150%;
}
.steps-block__text {
	padding-right: 30px;
}
.steps-block__text p:first-of-type, .row_text p:first-of-type {
	margin-top: 0;
}
.inb-css.steps-form-1, .row_form .pd-form, .pd-header .pd-form {
	display: block;
	background: #314F9C;
    padding: 35px 25px;
    width: 330px;
	
}
.pd-header .pd-form {
	margin: 0 auto;
}
.inb-css.steps-form-1 .pd-form--input, .pd-form .pd-form--input, .pd-header .pd-form .pd-form--input, .delivery-form__input {
	width: 100%;
	box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 27px;
    height: 54px;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    display: block;
    margin-bottom: 30px;
    background: #E7EAED;
}
.inb-css.steps-form-1 .btn, .pd-form .btn, .pd-header .pd-form .btn {
	background: #ECAE11;
	color: #fff;
	font-weight: 500;
	margin: 0 auto;
	border:none;
	outline: none!important;
}
.inb-css.steps-form-1 .btn:hover, .pd-form .btn:hover, .pd-header .pd-form .btn:hover {
	background: linear-gradient(180deg, #505560 0%, #2E3137 100%);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.row_text {
	width:calc(100% - 330px);
	padding-right: 30px;
}
.pd-catalog {
	padding-bottom: 8vw;
	margin-top: 5%;
}
.pd-examples--item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.pd-intro {
	width:calc(90% - 330px);
}
.pd-intro--phone, .pd-intro--phone span {
	font-weight: 500;
	font-size: 18px!important;
}
.pd-intro--phone span {
	color: #314F9C;
	border-bottom: 2px solid transparent;
}
.pd-intro--phone span:hover {
	border-color: #314F9C;
}
.pd-action .btn {
	width: 300px;
    margin: 0 auto;
    padding: 17px 0!important;
}
.pd-catalog--wrapper {
	max-width: 580px;
	margin: 0 auto;
}
.pd-tizer--top {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #ccc;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    margin: 0 auto;
    display: block;
}
.pd-tizer {
	text-align: center;
}
.pd-small {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}
.pd-raw {
    width: 33%;
    margin-right: 3px;
}
.pd-ready {
    width: 100%;
}
.catalog__info__slider  {
	width: 100%;
	position: relative;
}
.pd-examples {
	margin: 5% auto;
}
.pd-intro span {
	font-size: 18px!important;
	line-height: 150%;
}
.project-design {
	margin-top: 3%;
}
.pd-examples--item .catalog__info__slider .swiper-container .swiper-wrapper .swiper-slide {
    display: inline-block;
    max-width: 33% !important;
    margin-right: 3px;
}
.origami_404 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3% 0 8vw;
	text-align: center;
}
.origami_404 .btn {
	padding: 17px 0!important;
	width: 330px;
	margin: 30px auto;
}
.origami_404_block__main {
    font-size: 14vw;
    font-weight: 700;
}
.origami_404_block__text_title {
	font-size: 2.5vw;
    font-weight: 500;
    margin: 0 auto 30px;
} 
.origami_404_block__text_comment {
    font-size: 1.5vw;
    font-weight: 500;
}
.origami_404_block__img {
	display: block;
	width:80%;
	padding-bottom: 40%;
	margin: 0 auto;
	background: url(../img/404.png) no-repeat center / contain;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
}
.open-basket-product__quantity-plus {
	position: relative;
}
.open-basket-product__quantity-plus:after {
	content: '\002B';
	color: #314F9C;
	font-size: 23px;
}
.open-basket-product__quantity-minus {
	position: relative;
}
.open-basket-product__quantity-minus:after {
	content: '\2212';
	color: #314F9C;
	font-size: 23px;
}
.header_fixed {
	padding: 20px 0;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
    border: 2px solid #314F9C;
    display: none;
}
.header--primary, .header--secondary {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 500;
}
header.active .header_top {
	display: none;
}
header.active .header_fixed {
	display: block;
}
.header_drop {
	position: absolute;
    background: #fff;
    z-index: 200;
    width: auto;
    right: auto;
    left: auto;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
    border:2px solid  #314F9C;
    top: calc(100% + 20px);
    display: none;
}
.header_drop .header_listItem {
	width: 100% !important;
}
.header_listItem {
	position: relative;
}
.header_drop  .header_listLink {
	padding: 10px;
	white-space: nowrap;
}
.header_list--phone {
	-ms-align-self: center;
	align-self: center;
}
.header_menuBtns+.header_phone {
	margin-left: 10px;
}
.header_fixed .form_search {
	min-width: 180px;
}
.header_fixed  .header_menuBottom > .btn {
	width: 200px;
}
.header_fixed  .header_menuBtns .btn:first-of-type {
    margin-right: 10px;
}
.header-two__basket-favorites svg, .header-two__basket-compare svg {
	fill:#314F9C;
	width:20px;
}
.header_listItem--more .arrow {
	transform: rotate(0deg);
	transition: transform 300ms ease-in;
}
.header_listItem--more.active .arrow {
	transform: rotate(180deg);
	transition: transform 300ms ease-in;
}
.pb_8 {
	padding-bottom: 8vw !important;
}
.header_btns+.secService {
	padding-top: 2%;
	margin-top: 0!important;
}
.secPaper .secPaper_box:first-of-type .sec_titleBig{
	display: none;
}
.secPaper .secPaper_box:first-of-type .sec_titleSmall{
	position: static;
}
.pagePaper > .sec.secSteps:last-of-type {
	padding-bottom: 8vw;
}
.product-card-inner__buy .btn, .product-card-inner__product-basket .btn, .secTop_btns > div .btn {
	width: 100%;

}
.product-card-inner__buy, .product-card-inner__product-basket, .secTop_btns > div:not(.product-card-inner__product-basket) {
	width:48%;
	padding: 0;
	margin: 0;
}
.delivery__promo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.delivery__promo > div {
	width:32%;
	border:2px solid #314F9C;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
	padding: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.delivery__promo .i-icon {
	width: 51px;
	height: 51px;
	margin-right: 30px;
	min-width: 51px;
}
.delivery__rates-wrapper .btn {
	width: 450px;
    padding: 17px 0;
    margin: 3% auto 0;
}
.delivery__zone {
	margin: 4% auto;
}
.delivery-form {
	padding: 2% 0 8vw;
}
.delivery-form__form form {
	min-width: 300px;
	margin-top: 30px;
	width: 50%;
}
.delivery-form__form .btn {
	margin: 30px auto 0;
}
textarea.delivery-form__input {
	height: 150px;
	resize: none;
	padding: 20px 10px;
}
.delivery-form__block sup {
	font-size: 26px;
    vertical-align: text-bottom;
}
.delivery-form__block label {
	font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.delivery-form__heading {
	font-size: 20px;
	font-weight: 500;
}
.delivery-form__form-subheading {
	font-size: 18px;
	line-height: 140%;
}
.delivery-pickup {
	background: #314F9C;
	padding: 50px 0;
	color: #fff;
}
.delivery-pickup h3 {
	margin:0;
}
.delivery-pickup h4 {
	margin: 15px 0 30px;
    font-size: 20px;
}
.delivery-pickup__map-wrapper, .delivery-pickup__header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.delivery-pickup__header {
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.delivery-pickup__tab {
	width: 50%;
	text-align: center;
	padding: 25px 0;
	background: #1c2b52;
	color: #fff;
}
.delivery-pickup__tab--active {
	background: #fff;
	color: #191B1D;
}
.delivery-pickup__nav {
	background: #fff;
	color: #191B1D;
	max-width: 426px;
	min-width: 400px;
}
.delivery-form__right small {
	font-size: 14px;
}
.delivery-pickup__info {
	padding: 25px;
}
.secCat_asideItem.noactive {
	opacity: .5;
	pointer-events: none;
}
.basket-items-list-item-icon {
	background: #314F9C;
	left: 1%;
}
.delivery-pickup__title {
	margin: 20px 0 10px;
	font-weight: 500;
}
.delivery-pickup__text {
	line-height: 130%;
}
.delivery-pickup__map {
	width:100%;
	margin-left: 20px;
	position: relative;
}
.delivery-pickup__map img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.delivery-pickup__map .ymaps-2-1-75-map {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}
.delivery-pickup__info select {
	width: 100%;
}
.about-us-requisites__content {
	margin-top: 42px;
	border: 2px solid #314F9C;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
.about-us-requisites__block {
    padding: 15px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.about-us-requisites__block:nth-of-type(even) {
	background: #314F9C;
	color: #fff;
}
.about-us-requisites__content > br, .secForm+br {
	display: none;
}
.about-us-requisites__block-title {
	font-weight: 500;
    min-width: 200px;
    width: 200px;
    padding-right: 20px;
}
.delivery__promo > div:first-of-type svg {
	background: url(../img/box.svg) no-repeat center /contain;
}
.delivery__promo > div:nth-of-type(2) svg {
	background: url(../img/track.svg) no-repeat center /contain;
}
.delivery__promo > div:nth-of-type(3) svg {
	background: url(../img/clock2.svg) no-repeat center /contain;
} 
input.error, input.error:hover, input.error:focus, input.error:active, textarea.error, textarea.error:hover, textarea.error:focus, textarea.error:active {
    border:2px solid #e63d3d!important;
	color:#191B1D;
}
.secCount_content form > .input {
width:100%;
}
.secCount_content .flex_row .input {
	width:49%;
}
input.error::placeholder { 
  color:#e63d3d!important;
opacity: 1;
}
input.error::-ms-input-placeholder {
	color:#e63d3d!important;
}
 input.error:-ms-input-placeholder {
	color:#e63d3d!important;
}
textarea.error::placeholder { 
  color:#e63d3d!important;
opacity: 1;
}
textarea.error::-ms-input-placeholder {
	color:#e63d3d!important;
}
textarea.error:-ms-input-placeholder {
	color:#e63d3d!important;
}
.header_btns+p .notetext, #bx_catalog_compare_block .notetext{
    text-align: center;
    width: 100%;
    display: block;
    padding: 5vw 0 8vw;
    font-size: 2vw;
    font-weight: 500;
	color: #191B1D;
}
.data-table-name table.data-table tr td:first-child {
font-size:16px;
}
.secCard_price .js-product-old-price {
	font-size: 30px;
	text-decoration:line-through;
}
.secTop_textPrice .secTop_oldPrice {
	text-decoration: line-through;
	margin-bottom: 0;
}
.secCard_price .js-product-price {
	width: 100%;
	display: inline-block;
}
.secCard_info .text_info, .secTop_textMountPrice, .secTop_MountPrice {
	color: #ff4000!important;
}
.secTop_textMountPrice {
	margin-bottom: 0;
}
.secTop_MountPrice {
	margin-top: 5px;
}
header .bx-basket {
	padding: 0 !important;
}
.title-search-result {
	left:auto!important;
	background: #fff;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
.header-two__search-matches-item a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header-two__search-matches-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    padding: 10px;
    border-right: 1px solid #314F9C;
}
.header-two__search-matches-description {
	padding: 17px 23px;
}
.header-two__search-matches-item {
	border-bottom: 1px solid #314F9C;
}
.header-two__search-matches-item-btn {
	background: #314F9C;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.header-two__search-matches-name {
	margin: 0;
}
.header-two__search-matches-btn {
	display: block;
	padding: 13px 0;
}
.header-two__search-matches-item-btn:hover {
	background: #273b6d;
}
.header-two__search-matches-name {
	font-weight: 500;
	text-transform: capitalize;
}
.header-two__search-matches-img+.header-two__search-matches-description .header-two__search-matches-name {
	font-weight: 300;
}
.header-two__search-matches-item:hover .header-two__search-matches-name{
	font-weight: 500;
}
.header-two__search-matches-name b {
	font-weight: 500;
}
.catalog-search-input {
    background: #E7EAED;
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    outline: none!important
}
.catalog-search-line .btn {
	margin-bottom: 0;
	border:none;
	outline: none!important
}
.catalog-search-line {
	margin-bottom: 30px;
}
.about-us__promo > h3 {
	margin-top: -6px;
}
.secCard_edge+.pageBottom {
	padding: 60px 0 0;
}
.bx_stars_container {
	position: relative;
    width: 158px;
    height: 30px;
    background: #fff;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 20px;
}
.secCard_rate .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: url(../img/stars.png) no-repeat center;
}
.secCard_rate .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffb800;
}
.rating-block-title.fonts__middle_comment {
	font-weight: 700;
}
.bx-catalog-tab-container {
	padding: 30px 20px;
}
.blog-add-comment .bx_bt_button {
	padding: 12px 20px!important;
	border-radius: 27px;
	background: #314F9C;
	color: #fff;
	font-weight: 500;
	height: auto!important;
	display: inline-block;
	cursor: pointer;
}
.blog-add-comment .bx_bt_button:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.blog-add-comment .bx_bt_button b {
	font-weight: 500!important;
}
.blog-add-comment {
	text-align: center;
}
.bx_soc_comments_div .bx-catalog-tab-list li {
	border:2px solid #314F9C;
	border-bottom: none;
}
.bx_soc_comments_div .bx-catalog-tab-list {
	border-bottom:2px solid #314F9C;
}
.bx-catalog-tab-list span {
	font-size: 16px!important;
	font-weight: 500;
}
.blog-comment-fields {
	background: #314F9C!important;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
	margin-top: 30px;	
}
.blog-comments .blog-comment-fields .blog-comment-buttons input {
	border-radius: 27px;
	border: 2px solid #ECAE11;
	color: #fff;
	font-weight: 500;
	font-size: 18px!important;
	background: transparent!important;
	outline: none;
	cursor: pointer;
}
.blog-comments .blog-comment-fields .blog-comment-buttons input:hover {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border-color: #191B1D;
}
.blog-comments label, .blog-required-field {
	color: #fff!important;
}
.blog-comments label {
    margin-bottom: 8px!important;
    font-size: 16px!important;
    display: inline-block!important;
}
.blog-comment-field input {
	height: 40px;
    line-height: 40px;
    background: #E7EAED;
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    padding: 0 15px;
    outline: none;
    border: 2px solid transparent!important;
    box-sizing: border-box;
}
.blog-comment-field input:focus, .blog-comment-field input:active {
	border: 2px solid #E9B662!important;
}
.blog-comment-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px;
    justify-content: center;
}
.blog-comments .blog-comment-fields .bxhtmled-top-bar-wrap {
	margin-left: 0;
}
.blog-comment-answer.reviews-product__action-item a {
	position: relative;
	color: #191B1D;
	padding-bottom: 5px;
	font-weight: 500;
}
.blog-comment-answer.reviews-product__action-item a:before {
	position: absolute;
    content: '';
    left: 0;
    width: 100%;
    bottom: -2px;
    height: 2px;
    background: #E9B662;
    transition: left 200ms ease-in;
}
.blog-comment-answer.reviews-product__action-item a:hover:before {
    left: 7px;
    transition: left 200ms ease-in;
}
.open-basket-origami__tabs label {
	position: relative!important;
    top: -10px!important;
    margin-right: 15px!important;
    font-family: 'Gotham Pro', sans-serif!important;
}
.open-basket-origami__close {
    top: 20px!important;
    right: 20px!important;
    font-family: 'Gotham Pro', sans-serif!important;
}
.secCat_item .secCat_img {
	position: relative;
}
.secCat_item .secCat_img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}
.secCat_item:hover .secCat_img:after {
    background-size: 150% 150%;
}
.our-works-slider-item {
	width: 95%;
	margin:0 auto 10px;
    padding: 45px 20px 25px;
    border: 2px solid #314F9C;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
     height: 100%; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.our-works-slider .owl-nav {
	top: calc(50% + -20px);
}
.our-works-slider .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px;
}
.our-works-slider-item img {
	height: 100%;
    position: absolute;
    top: 0;
    object-fit: contain;
    object-position: center;
}
.our-works-slider-item > a {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.our-works-slider-text p {
	font-family: 'Gotham Pro', sans-serif;
	margin-top: 5px;
	
}
.our-works-slider-text strong {
	font-weight: 600;
}
.secTop_slider .owl-nav {
	position: absolute;
	top: 47%;
    height: 0;
    left: -3.5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 107%;
    transform: translateY(50%);
}
.secTop_slider .owl-nav > button {
	width: 30px;
	height: 30px;
	transform: scale(-1,1);
	    background: url(/local/templates/.default/components/bitrix/catalog/gallery/bitrix/catalog.element/.default/images/arrow-point-to-right.svg) no-repeat center / contain!important;
}
.secTop_slider .owl-nav > button:hover {
	filter: brightness(100%);
}
.secTop_slider .owl-nav  .owl-next {
	transform: scale(1,1);
}
.secCat_asideItem--list li {
	padding-left: 0;
	padding-right: 0;
}
.secCat_asideItem--list .secCat_asideLink span:nth-of-type(2) {
	margin-left: 10px;
}
.secCat_asideItem--drop span:last-of-type {
	position: relative;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
.secCat_asideItem--drop >a >span:last-of-type:after {
    content: '';
    margin-left: 5px;
    margin-top: 3px;
    transition: transform 300ms ease-in;
    transform: rotate( 
90deg
 );
    position: relative;
    top: -3px;
    margin-right: 5%;
    transition: transform 300ms ease-in;
    background: url(/img/next.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}
.secCat_asideItem--drop.active >a >span:last-of-type:after {
    transform: rotate(90deg);
    margin-top: 2px;
    transition: transform 300ms ease-in;
}

.selectric-mb-20 {
	margin-bottom: 20px;
	}	
	
.selectric-dark .selectric {
	background: linear-gradient(0deg, #ECAE11, #ECAE11);
}	

.selectric-dark .selectric .label {
	color: #fff;
}

.dark input[type="checkbox"]:checked + label {
	border-color: #ECAE11;
}	

.dark input[type="radio"]:checked + label {
	border-color: #ECAE11;
}	

.dark .checkbox {
	border: 3px solid #ECAE11;
	border-radius: 3px;
	width: 24px;
	height: 24px;
	position: relative;
}	

.secCount-1 .checkbox {
    margin-right: 2%;
}

.modal-errors .errors-list {
	padding: 15px 20px;
}

.modal-errors .errors-list .error {
	padding: 5px 0;
	color: #ff2231
}

.modal-errors .iziModal-button-close {
	top: 1px;
}

.iziModal-overlay {
	z-index: 997 !important;
}

.header_btns .btn {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.85px;
	color: #ECAE11;
}

.file-result-item-title {
	padding: 3px 0px 5px 0px;
	left: 25px;
	margin: 0 0px 0 10px;
}

.file-line {
	padding: 5px 0;
}


.delete{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
    border: 2px solid #e62f57;
    border-radius: 50%;
}

.delete:before,
.delete:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 3px;
	width: 11px;
	height: 2px;
	background: #e62f57;
}

.delete:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delete:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.file-result-item {
	position: relative;	
}

.sale-personal-section-row-flex
{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}


.flex-column
{
  display: flex;
}

.confim_sale,
.personal-list,
.sale-order-list,
.bx_profile,
.sale-personal-profile__techno_block,
.bx-sopc,
.bx-sap,
.sale-paysystem-wrapper {
	padding-top: 20px;
	padding-bottom:	20px;
	box-sizing: border-box;
	margin-bottom: 4vw;
}


.main-profile-block-content-info .form-group
{
	padding: 1rem 0;
}

.main-profile-block-content-info .form-group label
{
	width: 150px;
}	

.main-profile-block-content-info .form-group label.text-md-left
{
    line-height: unset;
    display: flex;
    align-items: center;
    height: 44px;
}

.sale-personal-section-index-block 
{
	display: flex;
	flex: 1;
}

.personal-list .btn {
    border-radius: unset;
	min-height: 45px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	justify-content: center;
}

.soa_confirm_info 
{
	padding: 14px 0;
}

.soa_confirm_info  > div {
	padding: 7px 0;
}

.filter ::-webkit-input-placeholder {
  color: #fff;
}
.filter :-ms-input-placeholder {
  color: #fff;
}
.filter ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.filter :-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.color_white {
	color:  #fff !important;
}

ul.bullet {
    margin: 0px;
    padding: 0px;
}

ul.bullet li {
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 10px;
	position: relative;
}

ul.bullet li:before {
    content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	border-radius: 50%;
	top: calc(50% - 5px);
    background: linear-gradient(0deg, #ECAE11, #ECAE11);
}

ul.price-dost li {
    font-size: 18px;
}

div.block-company 
{
    padding: 20px 0 30px 0;
}


ul#menu-delivery {
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
	display: flex;
}

ul#menu-delivery li {
    list-style-type: none;
    display: flex;
    margin-right: 10px;
}

ul#menu-delivery li a {
    display: inline-block;
    padding: 19px 29px;
}


ul#menu-delivery li a.selected {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    border-color: #191B1D;
	background: linear-gradient(0deg, #ECAE11, #ECAE11);
	color: #fff;
}

#order_form_div 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#order_form_div > * 
{
    margin-bottom: 1rem;
}

#calk_map .polia_23,
#calk_map .polia_24, 
#calk_map .polia_25, 
#calk_map .polia_26, 
#calk_map .polia_34, 
#calk_map .polia_35, 
#calk_map .polia_36, 
#calk_map .polia_37 {
    display: flex;
	flex-wrap: wrap;
    width: 24%;
	flex-direction: column;
    margin-right: 0;
}

#calk_map .bx_block2.textss {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

#calk_map input[type=text],
#calk_map select {
    background: #fff;
    border: 1px solid #d9d5d2;
    color: #000;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px 8px;
    margin-bottom: 3px;
	box-sizing: border-box;
	width: 100%;
}

#calk_map .polia_21,
#calk_map .polia_22 
{
	display: flex;
	width: 100%;
	flex-direction: column;
}

div#map-msk {
    height: 550px;
}
div#map-msk {
    width: 100%;
    height: 1000px;
    border-left: 1px solid #d9d5d2;
}

.bx_dostavka
{
	display: flex;
	flex-basis: 100%;
	
}

.bx_dostavka > div
{
	flex-basis: 50%;
	box-sizing: border-box;
}

.bx_dostavka > .left_column 
{
	padding-right: 15px;
}

.bx_dostavka > .right_column 
{
	padding-left: 15px;
}


div.dstbl {
    padding-bottom: 25px;
}

div.dstbl h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 25px;
    line-height: 25px;
}

div.dostavka-block2 div.grafik-raboty {
    padding: 19px;
    border: 1px solid #d9d5d2;
    max-width: 100%;
}

.grafik-raboty p {
	font-size: 12px;
    color: #474747;
    margin: 0px;
    line-height: normal;
    margin-bottom: 10px;
}

div.info-dostavka {
    float: left;
}

div.transp-company-list-main, ul.transp-company {
    overflow: hidden;
}

div.transp-company-list-main {
    padding-top: 37px;
    border-top: 1px solid #d9d5d2;
}

div.transp-company-list-main h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 39px 0px;
    line-height: 21px;
}

ul.transp-company li {
    width: 100%;
    max-width: 320px;
    list-style-type: none;
    float: left;
    padding: 19px;
    margin: 0px 40px 40px 0px;
    border: 1px solid #d9d5d2;
    background: #fff;
}

ul.transp-company li img {
    float: left;
    margin-right: 20px;
}

ul.transp-company li div.text-transp {
    float: left;
}

ul.transp-company li div.text-transp p.name {
    font-size: 16px;
	color: #314F9C;
    font-weight: bold;
}

ul.transp-company li div.text-transp a {
    display: block;
    color: #474747;
}

ul.transp-company li div.text-transp a.link-site {
    color: #07B5E7;
}


.transp-company-item p {
    font-size: 14px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 10px;
}

div#map-msk {
    width: 100%;
    height: 1000px;
    border-left: 1px solid #d9d5d2;
}

.delivery-tabs.selected
{
	display: block;
}

.bold {
    font-weight: bold;
}

.header-two__basket-favorites 
{
	z-index: 999999;
}

.bx-soa-pp-company-desc > a {
	color: #000;
	text-decoration: underline;
}

.alert-success {
	color: #ECAE11;
    padding: 15px 0;
    font-weight: bold;
    font-size: 20px;
}

.second-page {
	margin-bottom: 100px;
}
ul.secCard_aboutLinks.flex_row li:nth-child(5) {
    display: none;
}
div#secContacts {
    margin-top: 0;
}
.bordered h5 {
    margin: 0;
}
.bordered h2 {
    margin: 0;
}
@media(max-width:1700px) {
h1.tal.sec_titleSmall {font-size: 34px;}
}
@media(max-width:1200px) {
h1.tal.sec_titleSmall {font-size: 20px;line-height: 1;}
}
select.secCat_select.select.fonts__middle_comment {
    border: none;
    background: none;
    color: #314F9C;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 5px;
}
select.secCat_select.select.fonts__middle_comment option {
    color: #314F9C;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 575px) {
.breadcrumbs_item {
    font-size: 9px !important;
}
ul.breadcrumbs_list.dif.aic.jcfs.flex_wrap {
    margin-top: 15px;
}
.secReviews_buttons.flex_row.aic a {
    height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secInSteps .sec_titleSmall.nowrap {
    right: -110% !important;
}
.pageCount_item, .block_page_normal, .pagination__item {
    height: 37px !important;
}
.secAbout_img.flex_item2 {
    width: 100%;
}
h1.tal.sec_titleSmall {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 100%;
    transform: inherit;
}
.sec.secAbout h3 {
    display: none;
}
}
.personaltextcat p {
    margin-top: 5px;
    margin-bottom: 15px;
}
.personaltextcat h2 {
    font-size: 20px;
    margin-bottom: 3px !important;
}
a.header_menuNavItem.tac.zxxxxxxxxx span {
    color: #dd2200 !important;
}
.secPrice_box {
	overflow: hidden;
	position: relative;    
}
.secPrice_box.hide {
	height: 300px;
}
.secPrice_box.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.bttn a {
    width: 100px;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50px;
    border-color: #e9b662;
}
.bttn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
a.animated-button.thar-three {
    cursor: pointer;
    position: relative;
    border: 2px solid #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s: ;
}
a.animated-button.thar-three:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nthree;
}
a.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s: ;
    border-radius: 50px;
}
div#bx-panel {
    z-index: 999999999999999999999999999999999999;
}
.product-detail-info-block-path-to-basket .in_basket {
    background: none;
}
@media(max-width:550px) {
.secReviews {
    z-index: 99999;
}
}
.red.available {color: #ff4545 !important;}
a.trigger.golii span {
    background: url(/utochnit.svg) no-repeat center / contain;
    width: 31px;
    height: 31px;
}
.footer_social.flex_row {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.tovarmes {
    display: block;
    width: 36%;
    text-align: center;
    background: #de2706;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 17px;
    -webkit-box-shadow: 4px 4px 36px 64px rgba(222, 39, 6, 0.2);
    -moz-box-shadow: 4px 4px 36px 64px rgba(222, 39, 6, 0.2);
    box-shadow: 4px 4px 36px 2px rgba(222, 39, 6, 0.2);
}
.tovarmes p {
    margin: 0;
}
@media(max-width:700px) {
	.tovarmes {
    display: block;
    width: 100%;
    text-align: center;
    background: #de2706;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 17px;
    -webkit-box-shadow: 4px 4px 36px 64px rgba(222, 39, 6, 0.2);
    -moz-box-shadow: 4px 4px 36px 64px rgba(222, 39, 6, 0.2);
    box-shadow: 4px 4px 36px 2px rgba(222, 39, 6, 0.2);
    margin-top: 45px;
}
}
a.btn.color_white.btn_primary.red {animation: radial-pulse 2.2s infinite;background: #de2706;-webkit-box-shadow: 4px 4px 36px 64px rgba(222, 39, 6, 0.2);-moz-box-shadow: 4px 4px 36px 64px rgba(222, 39, 6, 0.2);box-shadow: 4px 4px 36px 30px rgba(222, 39, 6, 0.2);}
@keyframes radial-pulse {
  0% {
    box-shadow: 4px 4px 36px 0px rgba(222, 39, 6, 0.2);
  }

  100% {
    box-shadow: 4px 4px 36px 30px rgba(222, 39, 6, 0.2);
  }
}
.secTop_links.right {
    left: 10px;
    font-size: 10px;
    width: 100%;
}
@media(max-width:700px) {
	.secTop_links.right>div {
    width: 50%;
    margin: 0;
}
}
.perelink a {
    display: inline-block;
    background-color: #314f9c;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 400;
}
.auth-login_socials {
    display: none;
}
svg.auth-icon_password_hidden {
    display: none;
}
@media(min-width:700px) {
.registration-captcha_input-wrapper {
    display: flex;
    width: 100%;
    height: 60px;
    margin-bottom: 34px;
}
.feedback_block__captcha_img img {
    height: 82%;
    border: 2px solid #c0c0c0;
    border-radius: 59px;
}
.feedback_block__captcha_input.bx-authform-input-container {
    width: 75%;
    margin-right: 10px;
}
.bx-authform-formgroup-container.btn-registration input {
    margin: 0 auto 20px;
    background: #314F9C!important;
    color: #fff;
    font-weight: 500;
    outline: none!important;
    padding: 17px 50px!important;
    border: none;
}
}
a.bx-composite-btn.bx-btn-white.bx-composite-btn-fixed {
    display: none;
}
.personaltextcat ul li {
    list-style: disc;
    margin-left: 32px;
}
.header_slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.secCat_item {
    box-shadow: 8px 8px 20px rgb(0 0 0 / 20%);
    border: 2px solid #314F9C;
    margin-bottom: 36px;
    width: 32.5%;
    overflow: hidden;
}
.secTop_item {
    width: 100%;
    padding: 45px 20px 25px;
    border: 2px solid #314F9C;
    box-shadow: 8px 8px 20px rgb(0 0 0 / 20%);
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
div#searchMobile {
    width: 40%;
}
.header_fixed .header_menuBottom > .btn {
    width: 260px;
    box-sizing: border-box;
    padding: 12px 0;
    margin-bottom: 0;
}
div#searchDesktop {
    width: 40%;
}
.header_menuBottom > .btn {
    width: 260px;
    box-sizing: border-box;
    padding: 12px 0;
    margin-bottom: 0;
}
ul.secCat_asideList.hiddened {
    height: 150px;
    overflow: hidden;
}
div#aszzz {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
    cursor: pointer;
}
.secCat_asideItem--list {
    padding-bottom: 0;
}
.secCat_asideItem--drop.active > ul > li {
    display: block !important;
}
.secCat_asideItem > ul {
    border-left: 2px solid #c4c4c4;
}
.secCat_asideItem.active>ul {
    padding: 10px 0 10px 10px;
}
span.count {
    background: #c4c4c46b;
    padding: 4px;
    font-size: 12px;
    border-radius: 5px;
}
@media(max-width:750px){
	.sectionlist {
    margin-bottom: 21px;
}
}
.secCat_asideItem>ul {
    padding: 10px 0 10px 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.secCat_filterRight {
    width: 20%;
    border-radius: 0px 6px 5px 0px;
    padding: 18px 24px;
    height: 54px;
    background: #c4c4c457;
}
.secCat_filterLeft {
    width: 80%;
    border-radius: 0px 0px 0px 5px;
    padding: 18px 24px;
    height: 54px;
    background: #c4c4c457;
}
.secCat_filterRight {
    width: 20%;
    border-radius: 0px 0px 5px 0px;
    padding: 18px 24px;
    height: 54px;
    background: #c4c4c457;
    border-left: 1px solid #ecae11;
}
.bx_filter {
    border: 1px solid #c4c4c4;
    margin-top: 10px;
}
.bx_filter_parameters_box_container li {
    padding-bottom: 10px;
}
.product-card-inner__buy .btn, .product-card-inner__product-basket .btn, .secTop_btns > div .btn {
    width: 94% !important;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    background: #ECAE11;
    border-radius: 27px;
    color: #000;
}
.secCat_asideRow.flex_row.jcsb input {
    border-radius: 5px;
    background: #e6e6e6;
    color: black !important;
    font-weight: 500;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    width: 49%;
    cursor: pointer;
    height: 34px;
    outline: none;
    text-align: center;
}
.bx_filter {
    padding-left: 10px;
    padding-right: 10px;
}
input[type="button"] {
    border: none;
    padding: 6px;
    border-radius: 5px;
    background: #ecae11 !important;
    color: #fff;
}
span.bx_filter_arrow {
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
body{
	touch-action: pan-x pan-y;
}
@media(min-width:1000px){
	.description-product>p:nth-child(1) {
    font-weight: bold;
    font-size: 18px !important;
    color: black !important;
}
}
.flextds {
    display: flex;
}
.blog-date-time {
    margin-right: 10px;
}
.flextds {
    display: flex;
    float: right;
}
.article-contents>div {
    padding-top: 10px;
}
.counter-from b {
    color: #afafaf;
    font-weight: 400;
}
.counter-from i {
    color: #afafaf;
}
.blog-date-time {
    color: #afafaf;
}
.secCat_asideItem.dnone.secCat_asideItem--drop {
    display: none !important;
}
.secCat_asideItem.secCat_asideItem--drop.active>ul {
    display: none !important;
}
.secCat_asideItem--drop.active >a >span:last-of-type:after {
    transform: rotate(
0deg);
    margin-top: 2px;
    transition: transform 300ms ease-in;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a.zoomIt{
	display:block;
	position:relative;
}

.zoomIt_zoomed {
    border: 1px solid #000;
    background-color: #fff;
}
.zoomIt_area {
	border: 1px solid #ECAE11;
}
ul.gallery-thumbnails{
	margin:0px;
	padding:10px 0px 0px;
	clear:both;
	width:100%;
	list-style-type:none;
}
ul.gallery-thumbnails li{
    float:left;
	margin-right:5px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

button {
  outline: none;
  border:none;
}

.flex_row, .flex_column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
}

.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-orient: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-orient: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex_wrap {
  -webkit-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.aib {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.jcc {
  -webkit-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.jcsa {
  -webkit-box-pack: justify;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -moz-box-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.jcfe {
  -webkit-box-pack: end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -moz-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dn {
  display: none;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.dif {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.posa, .posa-full {
  position: absolute;
}

.posr {
  position: relative;
}

.container_main {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.posa-full {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flex_item1 {
  width: 100%;
    max-height: 200px;
}

.flex_item2 {
  width: 50%;
}

.flex_item3 {
  width: 33.333333%;
}

.flex_item5 {
  width: 20%;
}
ul.header_list.flex_column.header_drop {
    display: none;
}

.iziModal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3);transition:margin-top .3s ease,height .3s ease;transform:translateZ(0);box-sizing:border-box}.iziModal *{box-sizing:border-box;-webkit-font-smoothing:antialiased}.iziModal::after{content:'';width:100%;height:0;opacity:0;position:absolute;left:0;bottom:0;z-index:1;background:-moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,.35)));background:-webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-o-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-ms-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.35) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );transition:height .3s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.iziModal.hasShadow::after{height:30px;opacity:1}.iziModal .iziModal-progressbar{position:absolute;left:0;top:0;width:100%;z-index:1}.iziModal .iziModal-progressbar>div{height:2px;width:100%}.iziModal .iziModal-header{background:#88a0b9;padding:14px 18px 15px;box-shadow:inset 0 -10px 15px -12px rgba(0,0,0,.3),0 0 0 #555;overflow:hidden;position:relative;z-index:10}.iziModal .iziModal-header-icon{font-size:40px;color:rgba(255,255,255,.5);padding:0 15px 0 0;margin:0;float:left}.iziModal .iziModal-header-title{color:#fff;font-size:18px;font-weight:600;line-height:1.3}.iziModal .iziModal-header-subtitle{color:rgba(255,255,255,.6);font-size:12px;line-height:1.45}.iziModal .iziModal-header-subtitle,.iziModal .iziModal-header-title{display:block;margin:0;padding:0;font-family:'Lato',Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.iziModal .iziModal-header-buttons{position:absolute;top:50%;right:10px;margin:-17px 0 0}.iziModal .iziModal-button{display:block;float:right;z-index:2;outline:0;height:34px;width:34px;border:0;padding:0;margin:0;opacity:.3;border-radius:50%;transition:transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease;background-size:67%!important;-webkit-tap-highlight-color:transparent}.iziModal .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqc V  c V                  `c V          0
c V  c V          c V   @      c V          RIjAbTKaSQVQyN0DD6nOqcLZQld9T c V   c V                  c V          c V  c V          @c V   @      @c V          en{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-button-close:hover{transform:rotate(180deg)}.iziModal .iziModal-button:hover{opacity:.8}.iziModal .iziModal-header.iziModal-noSubtitle{height:auto;padding:10px 15px 12px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{font-size:23px;padding-right:13px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{font-size:15px;margin:3px 0 0;font-weight:400}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons{right:6px;margin:-16px 0 0}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button{height:30px;width:30px}.iziModal-rtl{direction:rtl}.iziModal-rtl .iziModal-header{padding:14px 18px 15px 40px}.iziModal-rtl .iziModal-header-icon{float:right;padding:0 0 0 15px}.iziModal-rtl .iziModal-header-buttons{right:initial;left:10px}.iziModal-rtl .iziModal-button{float:left}.iziModal-rtl .iziModal-header-subtitle,.iziModal-rtl .iziModal-header-title{text-align:right;font-family:Tahoma,'Lato',Arial;font-weight:500}.iziModal-rtl .iziModal-header.iziModal-noSubtitle{padding:10px 15px 12px 40px}.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{padding:0 0 0 13px}.iziModal.iziModal-light .iziModal-header-icon{color:rgba(0,0,0,.5)}.iziModal.iziModal-light .iziModal-header-title{color:#000}.iziModal.iziModal-light .iziModal-header-subtitle{color:rgba(0,0,0,.6)}.iziModal.iziModal-light .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-loader{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9}.iziModal .iziModal-content-loader{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%}.iziModal .iziModal-content:after,.iziModal .iziModal-content:before{content:'';display:table}.iziModal .iziModal-content:after{clear:both}.iziModal .iziModal-content{zoom:1;width:100%;-webkit-overflow-scrolling:touch}.iziModal .iziModal-wrap{width:100%;position:relative;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.iziModal .iziModal-iframe{border:0;margin:0 0 -6px;width:100%;transition:height .3s ease}.iziModal-overlay{display:block;position:fixed;top:0;left:0;height:100%;width:100%}.iziModal-navigate{position:fixed;left:0;right:0;top:0;bottomc V  c V                  `c V          0
c V  c V          c V   @      c V          eight:16px;font-size:9px;font c V   c V                  c V          c V  c V          @c V   @      @c V          ransform:uppercase;display:none}.iziModal-navigate-caption::after,.iziModal-navigate-caption::before{position:absolute;top:2px;width:20px;height:20px;text-align:center;line-height:14px;font-size:12px;content:'';background-size:100%!important}.iziModal-navigate-caption:before{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal-navigate-caption:after{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal-navigate>button{position:fixed;bottom:0;top:0;border:0;height:100%;width:84px;background-size:100%!important;cursor:pointer;padding:0;opacity:.2;transition:opacity .3s ease;pointer-events:all;margin:0;outline:0}.iziModal-navigate>button:hover{opacity:1}.iziModal-navigate-prev{left:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc V  c V                  `c V          0
c V  c V          c V   @      c V          ICAgICAgICAgICAgICAgICAgICAgI c V   c V                  c V          c V  c V          @c V   @      @c V          CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal-navigate-next{right:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgIc V  c V                  `c V          0
c V  c V          c V   @      c V          CAgICAKICAgICAgICAgICAgICAgIC c V   c V                  c V          c V  c V          @c V   @      @c V          AgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isAttachedTop .iziModal-header{border-top-left-radius:0;border-top-right-radius:0}.iziModal.isAttachedTop{margin-top:0!important;margin-bottom:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.iziModal.isAttachedBottom{margin-top:auto!important;margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.iziModal.isFullscreen{max-width:100%!important;margin:0!important;height:100%!important}.iziModal.isAttached,.iziModal.isFullscreen{border-radius:0!important}.iziModal.hasScroll .iziModal-wrap{overflow-y:auto;overflow-x:hidden}html.iziModal-isAttached,html.iziModal-isOverflow{overflow:hidden}html.iziModal-isAttached body,html.iziModal-isOverflow body{overflow-y:scroll;position:relative}.iziModal ::-webkit-scrollbar{overflow:visible;height:7px;width:7px}.iziModal ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.iziModal ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.iziModal ::-webkit-scrollbar-button{height:0;width:0}.iziModal ::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 2px}.iziModal.transitionIn .iziModal-header{-webkit-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-header .iziModal-header-icon{-webkit-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-button{-webkit-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-iframe,.iziModal.transitionIn .iziModal-wrap{-webkit-animation:iziM-fadeIn 1.3s;-moz-animation:iziM-fadeIn 1.3s;animation:iziM-fadeIn 1.3s}.iziModal.transitionIn .iziModal-header{-webkit-animation-delay:0s;-moz-animation:0s;animation-delay:0s}.iziModal.transitionIn .iziModal-header .iziModal-header-icon,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation-delay:.4s;-moz-animation:.4s;animation-delay:.4s}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle{-webkit-animation-delay:.5s;-moz-animation:.5s;animation-delay:.5s}.iziModal.transitionOut .iziModal-header,.iziModal.transitionOut .iziModal-header *{transition:none!important}.iziModal .fadeOut,.iziModal-navigate.fadeOut,.iziModal-overlay.fadeOut,.iziModal.fadeOut{-webkit-animation:iziM-fadeOut .5s;-moz-animation:iziM-fadeOut .5s;animation:iziM-fadeOut .5s;animation-fill-mode:forwards}.iziModal .fadeIn,.iziModal-navigate.fadeIn,.iziModal-overlay.fadeIn,.iziModal.fadeIn{-webkit-animation:iziM-fadeIn .5s;-moz-animation:iziM-fadeIn .5s;animation:iziM-fadeIn .5s}.iziModal-overlay.comingIn,.iziModal.comingIn{-webkit-animation:iziM-comingIn .5s ease;-moz-animation:iziM-comingIn .5s ease;animation:iziM-comingIn .5s ease}.iziModal-overlay.comingOut,.iziModal.comingOut{-webkit-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);-moz-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation-fill-mode:forwards}.iziModal-overlay.bounceInDown,.iziModal.bounceInDown{-webkit-animation:iziM-bounceInDown .7s ease;animation:iziM-bounceInDown .7s ease}.iziModal-overlay.bounceOutDown,.iziModal.bounceOutDown{-webkit-animation:iziM-bounceOutDown .7s ease;animation:iziM-bounceOutDown .7s ease}.iziModal-overlay.bounceInUp,.iziModal.bounceInUp{-webkit-animation:iziM-bounceInUp .7s ease;animation:iziM-bounceInUp .7s ease}.iziModal-overlay.bounceOutUp,.iziModal.bounceOutUp{-webkit-animation:iziM-bounceOutUp .7s ease;animation:iziM-bounceOutUp .7s ease}.iziModal-overlay.fadeInDown,.iziModal.fadeInDown{-webkit-animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutDown,.iziModal.fadeOutDown{-webkit-animation:iziM-fadeOutDown .5s ease;animation:iziM-fadeOutDown .5s ease}.iziModal-overlay.fadeInUp,.iziModal.fadeInUp{-webkit-animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutUp,.iziModal.fadeOutUp{-webkit-animation:iziM-fadeOutUp .5s ease;animation:iziM-fadeOutUp .5s ease}.iziModal-overlay.fadeInLeft,.iziModal.fadeInLeft{-webkit-animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutLeft,.iziModal.fadeOutLeft{-webkit-animation:iziM-fadeOutLeft .5s ease;animation:iziM-fadeOutLeft .5s ease}.iziModal-overlay.fadeInRight,.iziModal.fadeInRight{-webkit-animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutRight,.iziModal.fadeOutRight{-webkit-animation:iziM-fadeOutRight .5s ease;animation:iziM-fadeOutRight .5s ease}.iziModal-overlay.flipInX,.iziModal.flipInX{-webkit-animation:iziM-flipInX .7s ease;animation:iziM-flipInX .7s ease}.iziModal-overlay.flipOutX,.iziModal.flipOutX{-webkit-animation:iziM-flipOutX .7s ease;animation:iziM-flipOutX .7s ease}@-webkit-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-moz-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-webkit-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-moz-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-webkit-keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziM-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziM-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}to{opacity:1;-moz-transform:translateX(0)}}@keyframes iziM-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziM-slideDown{0%{opacity:0;-webkit-transform:scale(1,0) translateY(-40px);-webkit-transform-origin:center top}}@-moz-keyframes iziM-slideDown{0%{opacity:0;-moz-transform:scale(1,0) translateY(-40px);-moz-transform-origin:center top}}@keyframes iziM-slideDown{0%{opacity:0;transform:scale(1,0) translateY(-40px);transform-origin:center top}}@-webkit-keyframes iziM-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}}@-moz-keyframes iziM-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}}@keyframes iziM-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}}@-webkit-keyframes iziM-bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@-webkit-keyframes iziM-bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}}@-webkit-keyframes iziM-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes iziM-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@-webkit-keyframes iziM-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes iziM-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@-webkit-keyframes iziM-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziM-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziM-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziM-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziM-flipInX{0%{-webkit-transform:perspective(400px) rotateX(60deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}to{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes iziM-flipInX{0%{transform:perspective(400px) rotateX(60deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes iziM-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}@keyframes iziM-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
    overflow: hidden !important;
}
.mz-expanded-view-open body { height: auto !important; }

.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}

.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}

.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 0;
}

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}

.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-perspective: 600px;
            perspective: 600px;

    -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
            transform: translate3d(0, 0 ,0) scale(10) rotate(0.01deg);
}

:root:not([data-magic-ua=safari]) .mz-expand .mz-expand-bg {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > img  {
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

[data-magic-ua=safari] .mz-expand .mz-expand-bg > img  {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 90px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 15px 0;
    height: 90px;
}

.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;

}
button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}


@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.8) !important;
        background-color: rgba(49,51,61,0.3) !important;
        border-color: transparent !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
a[data-zoom-id] img,
.mz-thumb img {
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
}
.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
}
.no-cssfilters-magic .mz-thumb:hover,
.no-cssfilters-magic .mz-thumb.mz-thumb-selected {
    background: #000;
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}
.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px;
}
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0;
}
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
}
.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}
.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
            transition: color .25s, transform .25s !important;

}
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}

.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom;}
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{
		overflow: hidden;
		width: auto;
		height: auto;
	}

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; }

	.mCSB_scrollTools{
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; }

	.mCSB_scrollTools .mCSB_draggerContainer{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{
		cursor: pointer;
		width: 100%;
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px;}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px;}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px;
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px;
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0;
		margin-left: 0;
	}

	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png);
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}

	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px;
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px;
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }

	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}

	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }

	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}

	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }

	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: -40px;
  left: 0;
  transform: scale(0.9); }

  .pswp__ui--product-name {
    position: absolute;
    bottom: 60px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    color: #989898;
  } 

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button
{
  background: url(/local/templates/frontmaster/assets/plugin/PhotoSwipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/templates/frontmaster/assets/plugin/PhotoSwipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  margin-top: -50px;
  width: 31px;
  height: 62px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0;
  border-radius: 0 31px 31px 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAL5JREFUKJGNkjsKAjEUAGfXOwki2lhoYSEWHsRGCy0UFLRQEFvBu1h6A08gdp5gLMyCLOsmgQf5zCMvb5KpJIwpcM8TwBnwAm6odbFQJ8W6Dlyp49+9KihTN+qwfFYF7tVB1W1l8KD2/pVWTBrqSe3WPbgAz2o70hlQd2ozBqrkwANopWjMgQvwDkqjMMAVeALzWrpU10Rdxlr3GyN1nQoTVG+DqCiM2g/qsxSYoP5YJERFqJ3wFRrfjPhoA3wAHg3mZFfHGbMAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 5px center; }

.pswp__button--arrow--right {
  right: 0;
  border-radius: 0 31px 31px 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAL5JREFUKJGNkjsKAjEUAGfXOwki2lhoYSEWHsRGCy0UFLRQEFvBu1h6A08gdp5gLMyCLOsmgQf5zCMvb5KpJIwpcM8TwBnwAm6odbFQJ8W6Dlyp49+9KihTN+qwfFYF7tVB1W1l8KD2/pVWTBrqSe3WPbgAz2o70hlQd2ozBqrkwANopWjMgQvwDkqjMMAVeALzWrpU10Rdxlr3GyN1nQoTVG+DqCiM2g/qsxSYoP5YJERFqJ3wFRrfjPhoA3wAHg3mZFfHGbMAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 5px center;
  transform: scaleX(-1); }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 76px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 100px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #000;
  opacity: 0.75;
  padding: 0 10px;
  padding-left: 80px;
  padding-top: 35px }

@media (max-width: 768px) {
    .pswp__counter {
        left: -30px;
    }
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    background: url(/local/templates/frontmaster/assets/plugin/PhotoSwipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
  padding-top: 35px;
  padding-right: 55px; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: transparent;
 }

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001; }

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media all and (min-width: 2000px) {
	.header--primary+.header {
		padding-top: 250px;
	}
	.header--secondary+div:not(.header_btns), .header--secondary+.bx_catalog-compare-list+script+div, .header--secondary+.header_btns+div+script+div, .header--secondary+.header_btns+div, .header--secondary+.header_btns+div.bx_catalog-compare-list+div {
		padding-top: 250px;
	}
	.header--secondary+.header_btns+p {
		padding: 250px 0 1vw;
	}
	.header--secondary+.header_btns+.bx_compare {
		padding-top: 300px;
	}
	.secCard_aboutLink {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sec_titleBig {
		font-size: 150px;
	}
	.secServices_box .sec_titleBig  {
		font-size: 90px;
	}
	.secSteps .sec_titleBox {
		margin-bottom: 20px;
	}
	.secSteps .sec_titleBig {
		font-size: 72px;
	}
	.secInSteps_item .sec_titleBig {
		font-size: 96px;
	}
	.secSteps .sec_titleSmall, .secPaper_emph .secSteps_box .sec_titleSmall {
		font-size: 54px;
	}
	.secInSteps_item .sec_titleSmall {
		font-size: 72px;
	}
	.secInSteps_item h3, .secInSteps_item .link {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.secReviews_img {
		width: 221px;
		height: 221px;
		margin-right: 30px;
	}
	.secInSteps_item .sec_titleBox {
		margin-bottom: 0;
	}
	.secCard_edgeBox {
		margin: 30px auto;
	}
	.blockquote p {
		font-size: 36px;
	}
	.blockquote_outer {
	    padding: 150px 0 80px;
	}
	.blockquote:before {
		top: -150px;
	}
	.blockquote:after {
		bottom: -150px;
	}
	.blockquote:before, .blockquote:after {
		font-size: 250px;
	}
	.secPaper .sec_titleBig {
		font-size: 100px;
	}
	.secCat_filter {
		margin: 0 auto 50px;
	}
	.secCat_search+.secCat_filter {
		margin: 30px auto 50px;
	}
	.breadcrumbs_outer {
		margin: 30px 0 20px;
	}
	.origami_404_block__text_title {
		font-size: 50px;
	}
	.origami_404_block__main {
		font-size: 260px;
	}
	.origami_404_block__text_comment {
		font-size: 30px;
	}
	.origami_404 {
		padding: 5% 0;
	}
}
@media all and (max-width: 1600px) {
	.secCard_aboutOuter {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCard_aboutText {
		border-bottom: 1px solid #314F9C;
		margin-bottom: 20px;
	}
	.secCard_aboutText, .secCard_about {
		width: 100%;
	}
	.secCard_textInner, .secCard_feature {
		padding: 0 2%;
		width:auto;
	}
	.secCard_aboutText {
	    padding: 30px 2%;
	}
	.secCard_info, .secCard_image {
		width: 50%;
	}
	.secCard_box {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.swiper_btn {
		width: 20px;
		height: 20px;
		background-size: 5px;
		border-width: 1px;
	}
	.swiper_nav {
		left: calc(50% + 10px)
	}
	.secCard_box {
		padding-top: 40px;
	} 
	.secService_item h5 {
		font-size: 20px;
	}
	.secObjects .sec_titleSmall {
		right: -50%;
		left: 0;
	}
	.secMaterial_text {
		padding-bottom: 27%;
	}
	.pageKat .secAbout {
		padding-bottom: 5%;
	}
	.secArticle .sec_titleBox {
		width: 100%;
	}
	.secArticle .sec_titleBig {
		width: 100%;
	}
	.secArticle .sec_titleSmall {
		right: auto;
		left: 40%;
	}
	.blockquote:before {
		left: -10%;
	}
	.blockquote:after {
		right: -10%;
	}
	.secVideo, .secPaper:first-of-type, .secPaper_emph .secPaper_bcg:before {
		background-size: 30%;
	}
	.secPaper_emph .sec_titleBoxOuter .sec_titleSmall {
		font-size: 2.5vw;
		bottom: -20%;
	}
}
@media all and (max-width: 1500px) {
	.blockquote:after {
		right: -5%;
	}
}
@media all and (max-width: 1400px) {
	.blockquote:before {
		left: 0;
		top: -6vw;
	}
	.blockquote:after {
		right: 0;
		bottom: -6vw;
	}
	.contacts__right {
		min-width: 330px;
	}
	.contacts-info__actions {
		width: 50%;
		flex-wrap:wrap;
	}
	.contacts-info__action {
		white-space: nowrap;
	}
}
@media all and (max-width: 1300px) {
	.secServices_box .secServices_item:first-of-type .sec_titleBox_full .sec_titleSmall, .secServices_box .secServices_item:nth-of-type(2) .sec_titleBox_full .sec_titleSmall {
		font-size: 3vw;
	}
	.header_list--phone .header_phone {
		font-size: 18px;
	}
	.delivery__promo > div {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;	
	}
	.delivery__promo .i-icon {
		margin-right: 0;
	}
	.secTop_slider .owl-nav {
		width: 107%;
	    left: -3.5%;
	}
	.secTop_slider {
		width: 95%;
	}
}
@media all and (max-width: 1199px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	h2 {
		font-size: 35px;
		line-height: 120%;
	}
	h4 {
		font-size: 25px;
	}	
	.header_menu {
		padding: 1%;
	}
	.header_nav {
		padding: 0 1%;
	}
	.header_listLink {
		font-size: 14px;
	}
	.header_listLink {
		padding: 10px 0;
	}
	.secStyles h1 {
		font-size: 6vw;
		line-height: 7vw;
	}
	.header_bottom {
		left: -40%;
	}
	.header_item {
		font-size: 24px;
	}
	.secIdea_text, .secTool_content {
		margin-left: 0;
	}
	.secIdea_text {
		width: 60%;
	}
	.secCedral_slider {
		max-height: 280px;
	}
	.secCedral {
		background-size: auto, cover;
	}
	.secInstall_content {
		width: 70%;
		margin: 0 auto;
	}
	.secInstall_text {
		padding: 5% 8%;
	}
	.secInstall {
		background-position: 100% 20%, left top;
	}
	.secGal_item {
		max-height: 250px;
	}
	.secGal .owl-nav {
		max-width: 50%;
	}
	.secGal_slider+.btn {
		position: static;
		margin-top: 5%;
	}
	.secReviews_content {
		padding-bottom: 10%;
	}
	.secMap_img {
		width: 15vw;
		height: 15vw; 
	}
	.secMap_list {
		max-height: 350px;
	}
	.secMap_map {
		padding-left: 5%;
	}
	.secContacts_text {
		width: 50%;
	}
	.secForm_content {
		padding-top: 5%;
	}
	.secPrice_title {
		font-size: 10vw;
		top: 5vw;
	}
	.top {
		right: 2%;
	}
	.secMap {
		margin-top: -15%;
	}
	.secIdea_buttons {
		right: 20px;
	}
	.secCedral_img {
		bottom: 20%;
		max-width: 50%;
	}
	.secReviews_imgBcg {
		max-width: 30%;
	}
	.secReviews_imgBcg:last-of-type {
		bottom: 0;
	}
	.secContacts, .secMap .container:last-of-type, .secReviews {
		background-size: 70%;
	}
	.secMap, .secEdge, .secInstall {
		background-size: 70%, cover;
	}
	.secStyles {
		background-size: 70%, 30%, 100% 100%;
	}
	.secCedral {
		background-size: 70%, 100% 100%;
	}
	.secGal {
		background-size: 70%, 30%;
	}
	.secTool_title {
		font-size: 7vw;
		line-height: 8vw;
		right: auto;
	}
	.secIdea_slider .owl-item:first-of-type .secIdea_text {
		width: 100%;
	}
	.secIdea_slider .owl-item:first-of-type .secIdea_title {
		right: auto;
		left: 10vw;
	}
	.secIdea_imgRight {
		top: 60%;
	}
	.secAbout_box {
		display: block;
	}
	.secAbout_img {
		float: left;
	}
	.secAbout_text {
		width: 100%;
		max-width: none;
	}
	.secCount {
		padding-top: 15vw;
	}
	.secEdge_item {
		max-width: 290px;
	}
	.bannerLineEdge_text p {
		font-size: 14px;
	}
	.bannerLineEdge_icon {
		width: 5vw;
		height: 5vw;
		min-width: 5vw;
		margin-right: 2vw;
	}
	.bannerLineEdge_item {
		width: 32%;
	}
	.lineConnect {
		position: static;
		transform: none;
	}
	.lineConnect .container {
		padding: 0;
	}
	.lineConnect_box p {
		margin: 0 3%;
	}
	.footer_topBox, .secCat_search, .contacts__wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_nav {
		width: 100%;
		order: 1;
		margin: 0 0 30px;
	}
	.footer_contacts {
		order: 2;
	}
	.footer_third {
		order: 3;
	}
	.footer_navItem:nth-of-type(7) {
		break-after: column;
	}
	footer {
		padding-top: 30px;
	}
	.secSteps_text {
		padding: 0 1%;
	}
	.secSteps_text p {
		font-size: 16px;
	}
	.secEdge_itemText p {
		font-size: 16px;
	}
	.header_sliderItem {
		padding-bottom: 70%;
	}
	.footer_order .input {
		width: 220px;
	}
	.footer_list {
		-webkit-column-gap: normal;
		-moz-column-gap: normal;
		-o-column-gap: normal;
		column-gap: normal;
	}
	.secCat_text h4 {
		font-size: 18px;
	}
	.secCat_aside {
		width: 250px;
		min-width: 250px;
	}
	.secCat_box, .secCat_boxOuter {
		width: auto;
	}
	.secCat_item {
		width: 49%;
	}
	.secCat_item:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	.secCat_item:not(:nth-of-type(2n)) {
		margin-right: 2%;
	}
	.secTop_item {
		padding: 45px 15px 15px;
	}
	.secArticle_item {
		padding: 25px 15px;
	}
	.secCard_featureText {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}

	.secCard_title, .secCard_price {
		font-size: 30px;
		line-height: 120%;
	}
	.secCard_info p {
		font-size: 16px;
	}
	.secCard_edgeRow h3 {
		font-size: 30px;
	}
	.secCard_edgeItem h5 {
		font-size: 16px;
	}
	.pageBottom_btnIcon {
		width: 25px;
		height: 25px;
		margin-right: 10px;
		min-width: 25px;
	}
	.pageBottom {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pageBottom_left {
		width: 100%;
		justify-content: center;
		margin-bottom: 30px;
	}
	.pageBottom_btns {
		margin: 0 auto;
	}
	.secCat_searchBox {
		justify-content: center;
	}
	.secCat_search h5 {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.secCat_searchLink {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.secCat_searchBox {
		width: 100%;
	}
	.secCat_searchItem {
		justify-content: center;
	}
	.secCat_filterRow p, .secCat_filterItem .selectric .label, .secCat_filterItem .selectric-items li {
		font-size: 14px;
	}
	.secService_item h5 {
		margin-top: 20px;
	}
	.secEdge {
		margin-top: -14%	
	}
	.pageKat .secAbout_img img {
		margin-right: auto;
	}
	.secCount_main {
		background-size: 80%, 100% 100%;
	}
	.secMaterial {
		padding-top: 12%;
		margin-top: -12%;
	}
	.header_menuBottom {
		padding: 1% 1% 0;
	}
	.header_menuCenter .header_listLink {
		padding-bottom: 10px;
	}
	.header_menuRow_inner, .secCard_feature {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header_menuColumn {
		width: 100%;
	}
	.header_menuRowItem.empty {
		display: none;
	}
	.secCard_image, .secCard_info {
		width: 50%;
	}
	.secCard_aboutLink {
		font-size: 16px;
	}
	.secCard_featureBox {
		width: 100%;
	}
	.form_search, #searchDesktop {
		min-width: 300px;
		margin: 0 10px;
	}
	#searchDesktop .form_search {
		margin: 0;
	}
	.swiper_btn {
		width: 30px;
		height: 30px;
		background-size: 5px;
		border-width: 1px;
	}
	.secCard_box {
		padding: 5% 0;
	}
	.secCat_searchItem {
		padding: 15px 20px;
	}
	.secCat_filter {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCat_filterLeft {
		width: 100%;
		border-radius: 27px;
		margin-bottom: 20px;
	}
	.secCat_filterRight {
		width: 100%;
		border-radius: 27px;
	}
	.secCat_filterBtns {
		justify-content: center;
	}
	.secCat_filterBtn:not(:last-of-type) {
		margin-right: 10%;
	}
	.secPaper_emph .secPaper_img  {
		float: none;
		margin: 0 auto;
	}
	.secPaper_img {
		width: 100%;
	}
	.secPaper_img img {
		margin: 0 auto;
		display: block;
	}
	.secPaper_text {
		width: 100%;
		padding-right: 0;
	}
	.secPaper_text h5 {
		font-size: 20px;
	}
	.secPaper_emph {
		padding-top: 100px;
	}
	.secPaper_emph .sec_titleBoxOuter .sec_titleSmall {
		font-size: 3.5vw;
		bottom: -4vw;
		text-align: left;
	}
	.secPaper_text.secSteps_text {
		margin-left: 1%;
	}
	.secPaper_box {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCat_item .secTop_itemLeft {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.secTop_itemRight .secCard_countBtn {
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.secTop_itemRight .secCard_countItem {
		font-size: 25px;
		width:calc(100% - 80px);
	}
	.form_search {
		min-width: 250px;
	}
	.secCat_filterBtn {
		margin-right: 15px;
	}
	.payment, .sides__right, .documents, .sale__blocks, .container_main .class-block-ob, .container_main>.row, .main-container, .contacts, .catalog--photos, .blog_list, .blog-detail, .photo-detail, #bx-soa-order-form, .registration_form-wrapper, .bx_compare.bx_site {
		padding: 2% 2% 8vw;
	}
	.sale__blocks {
		margin: 0 auto;
	}
	.page-subtext, .delivery__promo, .delivery__zone {
		padding-left: 2%;
		padding-right: 2%;
	}
	.page-subtext {
		padding:0 2%;
	}
	.document-block__img img {
		max-width: 100%;
	}
	.document-block__img {
		margin-right: 10px;
	}
	.grid figure figcaption {
		padding: 2em 1em;
	}
	figure.effect-dexter figcaption::after {
		left: 10px;
		right: 10px;
	}
	figure.effect-dexter p {
		left: 20px;
		right: 20px;
	}
	.grid figure:hover figcaption p.button-click-page {
		bottom: 10px;
		text-align: center;
	}
	.button-click-page .btn {
		padding: 10px 0;
		width: 130px;
		margin: 0 auto;
	}
	.articles .sides {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.articles .sides__left, .articles .sides__right {
		width: 100%;
		margin-right: 0;
	}
	.articles .sides__right {
		margin-top: 30px;
	}
	.contacts__left, .contacts__right {
		width: 100%;
	}
	.city-map__label::after {
		display: none;
	}
	.contacts-info__actions {
		width: auto;
	}
	.partnership__header-block .i-icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
	.partnership__header-block {
		padding: 10px;
	}
	.partnership__header-value {
		width:auto;
	}
	.contacts__middle {
		position: relative;
		height: 0;
		padding-bottom: 50%;
	}
	.contacts__middle > img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left:0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.contacts__middle > .contacts__map {
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
	}
	.contacts__middle .ymaps-2-1-75-ground-pane canvas {
		top: 0 !important;
	}
	.photo-card__top {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	.photo-card__top > div {
		width: 100%;
		margin-bottom: 10px;
	}
	.photo-card__top .price {
		margin: 0 0 10px;
	}
	.our-works-container, .our-works-container-info {
		padding: 2%;
	}
	.photos-container {width: 60%;}
	.sale__info h2 {
		font-size: 17px;
		padding: 0;
	}
	.header_fixed .header_menuBtns .btn {
		width: 160px;
	}
	.header_fixed .header_phone {
		font-size: 18px;
	}
	.header_fixed .header_menuBottom > .btn {
		padding: 12px 10px;
		width:auto;
	}
	.our-works-container-block .owl-nav {
		width: 96%;
		left:2%;
	}
	.secTop_btns .btn {
		font-size: 14px;
	}
}
@media all and (max-width: 1199px) and (min-width: 767px){
	.secObjects_item {
		display: block;
	}
	.secObjects_img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.secObjects_text {
		width: 100%;
		display: block;
	}
}
@media all and (max-width: 1040px) {
	.photos-container {
		width: 100%;
		max-height: none;
	}
	.product-photos-slider {
		margin: 20px auto;
	}
	.product-photo {
		margin: 0px auto 20px;
	}
	.product-photos-slider {
		max-height: none;
		margin: 0 40px;
	}
	.product-photos-slider .swiper-wrapper {
		-ms-align-items: center;
		align-items: center;
	}
	.product-photos-slider-wrapper {
		margin: 30px auto;
	}
	.product-photos-slider .swiper-wrapper {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.product-photos-slider .swiper-slide {
		width: auto;
	}
}
@media all and (max-width: 1024px) {
	span.basket-item-actions-remove {
		margin-top: 20px;
	}
	.steps-form-1.inb-css {
		width:330px!important;
	}
}
@media all and (max-width: 991px) {
	h1 {
		font-size: 3.5vw;
		line-height: 4.5vw;
	}
	h4 {
		font-size: 3vw;
	}
	h4.bordered {
		line-height: 4vw;
	}
	h6 {
		font-size: 2vw;
	}
	.header_menuRight p, .header_link {
		font-size: 16px;
	}
	.input {
		height: 45px;
	}
	.header {
		padding-bottom: 10%;
	}
	.header_bottom {
		left: -65%;
	}
	.header_form {
		max-width: 320px;
	}
	.header_logo {
		width: 25vw;
	}
	.secCedral_buttons .btn {
		padding: 13px 2%;
	}
	.secCedral_content {
		width: 100%;
		padding-bottom: 25%;
	}
	.secCedral .container {
		background: linear-gradient(to bottom, transparent 50%, #181e1f 50%);
	}
	.secCedral_slider {
		max-height: 30vw;
		max-width: 450px;
	}
	.secTool_img {
		bottom: -25vw;
	}
	.secTool_item {
		padding-bottom: 8%;
	}
	.secGal_item {
		max-height: 20vw;
	}
	.secGal .owl-nav {
		margin:5% auto 0;
		max-width: 50vw;
	}
	.secCount_text {
		width: 70%;
	}
	.secCount_img {
		width: 30%;
	}
	.secCount_img img:first-of-type {
		top: auto;
		right: 30%;
		bottom: 10%;
	}
	.secPrice_link {
		margin-top: 5%;
	}
	.secEdge_item {
		width: 28%;
		max-width: none;
	}
	.secMap_sort {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.secMap_sort > p {
		width: 100%;
		margin-bottom: 2vw;
	}
	.secMap_list span {
		height: 23px;
	}
	#map_contacts {
		height: 70%;
		margin:auto;
	}
	.secForm_content {
		width: 90%;
	}
	.secIdea_title h1{
		font-size: 10vw;
	}
	.secIdea_content:last-of-type {
		width: 95%;
	}
	.secIdea_slider .owl-item:last-of-type .secIdea_content {
		margin-left: 0;
		width: 90%;
		padding-left: 10%;
		background-position: 20% 11%;
	}
	.header_form {
		min-height: auto;
	}
	.secTool_slider button.owl-dot {
		width: 25%;
	}
	.modal_slider {
		width: 150px;
		margin-right: 20px;
	}
	.modal_slider img {
		height: 130px;
	}
	.modal_sliderImg {
		width: calc(100% - 170px);
	}
	#modal_styles, #modal_review {
		max-width: 100%!important;
	}
	.modal_rowItem > p {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.header_nav {
		display: none;
	}
	.header_trigger {
		display: block;
	}
	.header_list {
		flex-wrap: wrap;
	}
	.header_listItem {
		width: 20%;
	}
	.header_listLink, .header_listItem > span {
		padding: 0 10px;
		height: 45px;
		font-size: 16px;
		max-width: 150px;
	}
	.header_listItem > span {
		max-width: 100%;
		font-size: 14px;
		height: 40px;
	}
	.secService_item h5 {
		font-size: 18px;
	}
	.secService_itemLogo {
		padding-bottom: 30%;
	}
	.secService_btnBox .btn_secondary {
		min-width: auto;
	}
	.secService_item {
		margin: 0 1% 20px;
	}
	.secObjects_img {
		width: 40%;
	}
	.secObjects_text h3 {
		margin-bottom: 20px;
	}
	.secEdge_itemIcon {
		width: 55px;
		height: 55px;
		min-width: 55px;
	}
	.secEdge_itemText {
		width: auto;
	}
	.secInSteps_item {
		width: 32%;
	}
	.secInSteps_itemText p {
		font-size: 16px;
	}
	.lineConnect_box, .secCard_text, .partnership__header-blocks {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCard_textInner {
		margin-bottom: 30px;
	}
	.lineConnect_box h4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.lineConnect_box h4 br {
		display: none;
	}
	.lineConnect_box p {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	.lineConnect_box .btn {
		margin: 0 auto;
	}
	.footer_list {
		-webkit-column-gap: normal;
		-moz-column-gap: normal;
		-o-column-gap: normal;
		column-gap: normal;
	}
	.secEdge_itemText p {
		font-size: 16px;
	}
	.header_slider .owl-next {
		margin-left: 30px;
	}
	.header_slider .owl-prev {
		margin-right: 30px;
	}
	.footer_order h4 {
		width: 130px;
	}
	.secTop_slider, .bannerLineManufact_slider {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.secCard_aboutLinks {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.secCard_aboutLink {
		width: 25%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 12px 10px;
	}
	.secCard_edgeRow h3 {
		font-size: 26px;
		margin-right: 20px;
	}
	.secCard_edge h5 {
		font-size: 20px;
	}
	.secCard_edgeItem h5 {
		font-size: 16px;
	}
	.secCat_searchItem {
		font-size: 12px;
		padding: 17px 12px;
	}
	.header_listLink.btn {
		height: 35px;
	}
	.secServices_item .secEdge_itemText br {
		display: none;
	}
	.header_menuNavItem span {
		font-size: 1.25vw;
	}
	.secServices1_item {
		border-width: 10px;
	}
	.secServices_outer .secSteps {
		border-width: 10px;
	}
	.secMaterial_item {
		padding: 10px 20px;
	}
	.secMaterial:before {
		background-size: 40%, 40%, cover, 100% 90%;
	}
	.header_menuCenter_secondary {
		order: 3;
		width: 100%;
		margin-top: 2%;
	}
	.header_menu_secondary {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form_search {
		min-width: auto;
	}
	.header_menuBtns .btn:first-of-type {
		margin-right: 10px;
	}
	.header_menuBottom > .btn {
		width: auto;
		padding: 11px 15px;
	}
	.header_menuBtns .btn {
		width: 160px;	
	}
	.btn_header {
		width: 90px;
		height: 40px;
		background-size: 30px 30px;
		margin-bottom: 10px;
	}
	.secCard_textBox .secTop_item {
		width:32.5%;
	}
	.secCard_textBox .secTop_item:nth-of-type(4n), .secCard_textBox .secTop_item:not(:nth-of-type(4n)) {
		margin-right: 1%;
	}
	.secCard_textBox .secTop_item:nth-of-type(3n) {
		margin-right: 0;
	}
	.secCard_filterItem {
		width: 50%;
	}
	.pageKat .secAbout .sec_titleBox {
		width: 100%;
	}
	.pageKat .secAbout .sec_titleBig {
		text-align: left;
	}
	.pageKat .secAbout .sec_titleSmall {
		right: auto;
		left: 5%;
	}
	.secServices_img {
		margin-top: 10%;
	}
	.secCat_item .secTop_itemRight, .secCat_item .secTop_itemLeft {
		width: 49%;
	}
	.secTop_itemRight .secCard_countBtn {
		width: 30px;
		height: 30px;
		font-size: 30px;
	}
	.secTop_itemRight .secCard_countItem {
		font-size: 23px;
		width:calc(100% - 60px);
	}
	.form_search, #searchDesktop {
		min-width: auto;
    	width: 35%;
	}
	#searchDesktop .form_search {
		width: 100%;
	}
	.bx_filter_parameters_box_container input {
		font-size: 12px;
	}
	.secCar_asideInput {
		padding: 3px 8px;
	}
	.payment__block {
		width: 100%;
	}
	.payment__img {
		width: 60px;
		height: 60px;
		min-width: 60px;
		margin-right: 15px;
	}
	.blockquote_outer {
		padding: 70px 0px 30px;
	}
	.blockquote_outer .sec_titleBoxOuter {
		top: 25px;
	}
	.sale__blocks {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.grid figure {
		width: 49%;
		margin-bottom: 20px;
	}
	.grid figure:hover figcaption p.button-click-page {
		z-index: 100;
	}
	.grid figure:hover figcaption p {
		font-size: 16px;
	}
	.grid figure:hover figcaption p.button-click-page {
		bottom: 20%;
	}
	.grid figure img {
		width: 100%;
	}
	.about-us-offices__blocks {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-us-offices__block {
		width: 50%;
	}
	.about-us__history-img {
		min-width: 320px;
		height: 190px;
	}
	.photo-detail__wrap-left {
		width: 100%;
		max-width: 550px;
		padding-right: 0;
		margin:0 auto 30px;
	}
	.photo-detail__wrap-right {
		width: 100%;
	}
	.photo-slider .swiper-slide {
		height: auto;
	}
	.form_block_wrap {
		margin-bottom: 30px;
	}
	.static-content, .static-content p {
		font-size: 16px;
	}
	.partnership-form__left, .partnership-form__right {
		width: 100%;
	}
	.partnership__header-block {
		width: 50%;
		margin-bottom: 20px;
	}
	.col-md-6 {
		width: 50%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.col-xl-6 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.secCat_box_row .secTop_btns, .pd-examples--item, .delivery-pickup__map-wrapper, .delivery__promo {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.delivery-pickup__map {
		margin-left: 0;	
		padding-bottom: 50%;
	}
	.secCat_box_row .secTop_btns .btn {
		width: 100%;
		margin-bottom: 15px;
	}
	.pd-intro span, .pd-intro--phone, .pd-intro--phone span {
		font-size: 16px !important;
	}
	.pd-raw {
		margin:0 auto 20px;
	}
	.origami_404_block__text_title {
		font-size: 4.5vw;
	}
	.header_fixed {
		display: none !important;
	}
	.header_top {
		display: block !important;
	}
	header {
		position: static!important;
	}
	.delivery-pickup__nav {
		width: 100%;	
		max-width: none;
		min-width: auto;
	}
	.delivery-form__form form {
		margin: 30px auto 0;
	}
	.delivery__promo > div {
		width: 100%;
		margin-bottom: 20px;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.delivery__promo .i-icon {
		margin-right: 30px;
	}
	.header_menuItem {
		width:auto;
		max-width: 12%;
	}
		
	.grid figure:nth-child(4n+4) {
		margin-right: unset;
	}
	
	.grid figure:nth-child(2n+2) {
		margin-right: unset;
	}	
}
@media all and (min-width: 991px) {
	.header_nav {
		display: block!important;
	}
	.header--secondary+.header_btns {
		margin-top: 13%;
	}
}
@media all and (max-width: 2000px) and (min-width: 991px) {
	ader--primary+div {
		padding-top: 215px;
	}
	.header--primary+.header {
		padding-top: 200px;
	}
	.header--secondary+div:not(.header_btns), .header--secondary+.bx_catalog-compare-list+script+div, .header--secondary+.header_btns+div+script+div, .header--secondary+.header_btns+div, .header--secondary+.header_btns+div.bx_catalog-compare-list+div {
		padding-top: 200px;
	}
	.header--secondary+.header_btns+p {
		padding: 200px 0 1vw;
	}
	.header--secondary+.header_btns+.bx_compare {
		padding-top: 250px;
	}
	
	.secServices.secServices1.sec
	{
		padding-top: 50px;
	}		
}
@media all and (max-width: 850px) {
	.secMap_aside {
		width: 320px;
	}
	.secMap_map {
		width: calc(100% - 320px);
	}
	.secGal_like {
		min-width: 60px;
	}
	.header_menuNav {
		flex-direction: column;
		align-items: flex-start;
	}
	.header_menuNavLogo {
		width: 25px;
		height: 25px;
		padding-bottom: 0;
		margin-right: 10px;
	}
	.header_menuNavItem {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-ms-align-items: center;
		align-items: center;
	}
	.header_menuNavItem span {
		font-size: 12px;
	}
	.secService_item {
		width: 30%;
	}
	.secService_box {
		margin-bottom: 4vw;
	}
	.secService {
		padding-top: 0;
		margin-top: 0;
		z-index: 50;
		position: relative;
	}
	.secAbout .sec_titleSmall {
		right: -65%;
	}
	.secEdge_item {
		width: 48%;
		margin: 0 0 10px;
	}
	.secEdge_itemText br {
		display: none;
	}
	.bannerLineEdge_item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.bannerLineEdge_icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		margin-right: 0;
	}
	.header_sliderItem {
		padding-bottom: 90%;
	}
	.footer_order h4 {
		width: auto;
	}
	.footer_bottomRow {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.secCat_box, .secCat_boxOuter {
		margin-left: 15px;
	}
	.secCat_aside {
		width: auto;
		min-width: 200px;
	}
	.secCat_item .btn span {
		font-size: 14px;
	}
	.secCard_featureBox:first-of-type {
		margin-right: 0;
	}
	.secCard_feature {
		justify-content: space-between;
	}
	.secCard_title, .secCard_price {
		font-size: 25px;
		line-height: 120%;
	}
	.secCard_star {
		width: 24px;
		height: 24px;
	}
	.secCard_box {
		display: block;
	}
	.secCard_image {
		float: left;
		padding-right: 20px;
	}
	.secCard_info {
		width: 100%;
	}
	.secCard_countBtn {
		width: 40px;
		height: 40px;
		font-size: 30px;
	}
	.secCard_countItem {
		font-size: 24px;
		min-width: auto;
		width: calc(100% - 80px);
	}
	.secEdge {
		margin-top: -20%;
		padding-top: 20%;
	}
	.secMaterial_content {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secMaterial_imgs {
		width: 100%;
		order: 2;
		padding-bottom: 45%;
	}
	.secMaterial_text .btn {
		margin: 0 auto 3%;
	}
	.secMaterial_img {
		max-width: 50%;
	}
	.secMaterial_text {
		padding-bottom: 0;
	}
	.secMaterial_box {
		margin: 5% 0 3%;
	}
	.secMaterial_text p {
		margin-bottom: 3%;
	}
	.secMaterial_img2 {
		right: 5%;
		max-width: 55%;
	}
	.secMaterial_text {
		max-width: none;
		width: 100%;
	}
	.secMaterial_item {
		font-size: 12px;
	}
	.header_menuItem {
		font-size: 14px;
	}
	.secCat_aside p {
		font-size: 16px;
	}
	.blockquote p {
		font-size: 18px;
	}
	.blockquote:before, .blockquote:after {
		font-size: 60px;
	}
	.basket-btn-checkout {
		margin-right: auto;
	}
	.basket-checkout-block-total-price {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
	.basket-checkout-block-total {
		text-align: center;
		width: 100%;
	}
	.partnership-form__left, .partnership-form__right {
		width: 48%;
	}
	.partnership-form > .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.partnership-form__inner {
		width: 100%;
		padding-right: 0;
	}
	.partnership-form__contact {
		margin: 30px auto 0;
	}
	.smartfilter-blocks {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-filter__block {
		padding: 0 !important;
		width: 100%;
	}
	.catalog-filter__block:first-of-type {
		margin: 0 auto 20px;
	}
	.catalog-filter__body.is-opened .form-block {
		width: 32%;
		margin: 0!important;
	}
	.container_main .class-block-ob, .pd-header {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pd-intro {
		width: 100%;
	}
	.steps-block__text.inb-css, .row_text {
		padding-right: 0;
	}
	.row_text {
		width: 100%;
	}
	.steps-form-1.inb-css, .row_form .pd-form, .row_form {
		width: 100% !important;
	}
	.pd-header .pd-form {
		margin-top: 20px;
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.header_btns {
		display: none;
	}
	h6 {
		line-height: 2.8vw;
	}
	.secContacts_content {
		flex-wrap: wrap;
	}
	.secContacts_text {
		width: 100%;
		order: 1;
		padding-left: 0;
	}
	.secContacts_map {
		order: 2;
		height: 350px;
		width: 90%;
		margin: 0 auto;
	}
	.secContacts > img {
		bottom: -20vw;
	}
	.secContacts, .secMap .container:last-of-type {
		background-size: contain;
	}
	.secMap, .secEdge {
		background-size: contain, cover;
	}
	.secGal {
		background-size: 50%, auto;
	}
	.secMap_text p {
		font-size: 1.8vw;
		line-height: 2vw;
	}
	.secGal_item {
		max-height: 30vw;
	}
	.secTool {
		margin-top: -10%;
	}
	.secTool_slider .owl-dot span {
		font-size: 1.7vw;
	}
	.secTool_img {
		bottom: -15vw;
	}
	.secCedral_content {
		width: 70%;
	}
	.header_content {
		padding: 17% 0 0;
	}
	.header {
		padding-bottom: 50%;
	}
	.header_trigger {
		width: 4vw;
	}
	.header_phone {
		font-size: 2.5vw;
	}
	.header_menuRight {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		width: auto;
	}
	.header_menuLeft {
		width: auto;
	}
	.header_aside {
		width: 60vw;
	}
	.icon_phone {
		width: 2.5vw;
	}
	.header_text {
		margin-right: 2vw;
	}
	.secTool_slider .owl-dot span {
		width: 90%;
	}
	.header_bottom {
		left: -70%;
		top: 97%;
	}
	.input {
		margin-bottom: 2vw;
	}
	.btn {
		padding: 13px 10%;
	}
	.secIdea_text {
		width: 100%;
	}
	.secIdea_img {
		height: 40vw;
		bottom: -30vw;
		top: auto;
	}
	.secCedral {
		padding: 23vw 0 20%;
		background-size: contain, cover;
	}
	.secCedral_slider {
		max-width: none;
		width: 50%;
		max-height: 25vw;
	}
	.secCedral_content, .secInstall_content, .secReviews_content, .secCount_text, .secPrice_content, .secTool_text {
		width: 100%;
	}
	.secReviews {
		background-size: contain, 35%, 30%;
	}
	.secReviews_buttons .btn {
		height: 45px;
		padding: 0;
	}
	.secTool_title {
		font-size: 8vw;
		line-height: 9vw;
		top: -7vw;
	}
	.secGal .owl-dot {
		width: 5vw;
		height: 5vw;
		font-size: 2vw!important;
	}
	.secGal_link {
		font-size: 14px;
	}
	.secGal_like span {
		font-size: 14px;
	}
	.secGal_item .arrow, .icon_heart {
		width: 16px;
	}
	.secGal_like {
		min-width: 50px;
	}
	.secStyles_title {
		width: 90%;
	}
	.secStyles {
		background-size: contain, auto, 100% 100%;
	}
	.secCount {
		padding: 20vw 0 5vw;
	}
	.secCount_content, .secForm_form .flex_row:not(:first-of-type), .secTool_item {
		flex-wrap: wrap;
	}
	.secCount_img {
		display: none;
	}
	.secCount_text .selectric {
		max-width: 320px;
	}
	.secPrice {
		background-size: 40%;
	}
	.secPrice_box p {
		font-size: 2.3vw;
	}
	.secMap_list {
		max-height: 250px;
	}
	.secForm_content .input.flex_item2 {
		width: 100%;
		margin-bottom: 2vw;
	}
	.secForm_form .btn {
		margin:0 auto 4vw;
	}
	.secForm_content {
		padding-top: 10vw;
	}
	.secTool_imgInner {
		width: 100%;
		height: 150px;
	}
	.secTool_img {
		top: 0;
	}
	.secInstall {
		margin-top: -16vw;
	}
	.header_btn {
		margin-left: 1vw;
	}
	.secPrice_row {
		padding: 0 2vw;
	}
	.secTool_slider button.owl-dot {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.secInstall {
		background-size: contain, cover;
		background-position: 100% 20%, 0% 100%;
	}
	.secContacts_box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.secContacts .secContacts_link {
		white-space: nowrap;
	}
	.secContacts_boxLeft {
		width: 65%;
		padding-right: 2%;
	}
	.secMap {
		margin-top: -20%;
		padding-top: 25%;
	}
	.secStyles {
		background-size: contain, 30%, 100% 100%;
	}
	.secIdea_list li {
		font-size: 3.5vw;
		padding: 2vw 7vw 2vw 1vw;
	}
	.secIdea_list span:before {
		right: -6vw;
		width: 5vw;
	}
	.secIdea_box {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secIdea_listInner {
		width: 100%;
	}
	.secIdea_slider .owl-item:first-of-type .secIdea_content {
		padding-top: 5%;
	}
	.secIdea_slider .owl-item:last-of-type .secIdea_content {
		width: 100%;
		padding-left: 10%;
		padding-right: 2%;
		background-position: 70% 11%;
	}
	.secTool_img {
		width: 100%;
		background-position: center bottom;
	}
	.secEdge {
		padding-bottom: 10%;
	}
	.modal_info {
		padding-left: 0;
	}
	.modal_row, .modal_box {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal_sliderWrapper, .modal_info {
		width: 100%;
	}
	.modal_rowItem {
		width: 50%;
	}
	.modal_rowItem > p {
		display: block;
	}
	.secService {
		margin-top: 0
	}
	.secSteps .sec_titleSmall {
		bottom: -50%;
		font-size: 40px;
	}
	.secSteps .sec_titleBig {
		font-size: 40px;
	}
	.secSteps_box {
		flex-wrap: wrap;
	}
	.secSteps_item {
		width: 100%;
		margin-bottom: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.secPaper_box .secSteps_item {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.secObjects {
		padding-top: 10vw;
	}
	.secCount_content, .secInSteps_box {
		flex-wrap: wrap;
	}
	.secCount_content > .flex_item2, .secInSteps_item {
		width: 100%;
	}
	.secCount_content > p, .secCount_text {
		max-width: none;
	}
	.secCount .btn {
		margin: 30px auto 0;
	}
	.secInSteps_item {
		margin-bottom: 30px;
	}
	.secInSteps_item .sec_titleSmall, .secInSteps_item .sec_titleBig {
		font-size: 70px;
	}
	.secInSteps_item h3, .secInSteps_item .link{
		font-size: 30px;
	}
	.secInSteps .sec_titleSmall.nowrap {
		white-space: normal;
		width: 350px;
	}
	.secInSteps {
		padding-top: 10vw;
	}
	.footer_row, .footer_order {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_order {
		margin-bottom: 20px;
		justify-content: center;
	}
	.footer_order h4 {
		width: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	.footer_order h4 br {
		display: none;
	}
	.footer_row a, .footer_row p {
		width: 100%;
		text-align: center;
	}
	.footer_contacts {
		order: 1;
		margin-bottom: 20px;
	}
	.footer_topBox {
		justify-content: center;
	}
	.footer_menu {
		display: none;
	}
	.footer_third {
		flex-basis: auto;
		width: 100%;
	}
	.footer_btn {
		padding: 10px 0;
	}
	.footer_btn svg {
		width: 70px;
	}
	.footer_navItem {
		display: none;
	}
	.footer_navItem:nth-of-type(1) {
		display: block;
		text-align: center;
		margin-bottom: 0;
		break-after: column;
		padding: 0 10px;
	}
	.footer_list {
		width: 33.5%;
		padding: 20px 0;
		background: #ECAE11;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-around;
		-ms-align-items: center;
		align-items: center;
	}
	.header_slider .owl-nav {
		bottom: 26%;
	}
	.header_sliderItem {
		padding-bottom: 120%;
	}
	.footer_top {
		padding-top: 0;
	}
	.footer_column {
		-ms-align-items: center;
		align-items: center;
	}
	.footer_link {
		justify-content: center;
	}
	.secCat_aside {
		min-width: 250px;
	}
	.secCat_item {
		width: 100%;
		margin-right: 0 !important;
	}
	.secArticle_slider {
		width: 95%;
		margin: 5vw auto 0;
	}
	.secArticle_item {
		width: 90%;
		margin: 0 auto;
	}
	.secCard_featureText {
		height: auto;
	}
	.secCard_featureBox {
		width: 100%;
	}
	.secCard_feature, .secCard_edgeBox {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCard_edgeBox {
		justify-content: space-between;
	}
	.secCard_edgeItem {
		width: 48%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 20px;
	}
	.secCard_edgeIcon {
		width: 15%;
		padding-bottom:15%;
		min-width: 15%;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 0;
	}
	.secCard_edgeItem h5 {
		margin-top: 0;
	}
	.secServices .sec_titleSmall {
		font-size: 4vw;
	}
	.secCat_searchItem {
		padding: 17px 12px;
	}
	.secCat_filterLeft {
		height: auto;
		justify-content: center;
	}
	.secCat_filterRow:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.secCat_searchBox, .secCat_filterLeft {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCat_searchItem {
		width: 100%;
		border-radius: 27px!important;
		margin-bottom: 10px;
	}
	.secCat_topBtn {
		padding: 13px 0;
	}
	.secEdge {
		background-position: center 14%, center top;
		background-size: 85%, cover;
	}
	.secServices_box:not(.secServices_box2) .secServices_item:first-of-type .sec_titleBox_full .sec_titleSmall {
		left: 14%;
	}
	.secServices_item .secEdge_itemText p {
		font-size: 18px;
	}
	.secStyles .btn {
		padding: 8px 0;
		width: 160px;
	}
	.secStyles .sec_titleSmall {
		font-size: 2.5vw;
	}
	.secStyles_boxLeft .secStyles_text {
		width: 200px;
	}
	.secCount h2 br {
		display: none;
	}
	.secCount_main {
		background-size: 71%, cover!important;
		padding: 30vw 0 10vw;
		margin-top: -20vw;
	}
	.secCount_main .btn {
		margin-left: 0;
	}
	.secCount_price {
		margin: 4% 0;
	}
	.header_menuBottom {
		flex-wrap: wrap;
	}
	.form_search, #searchDesktop {
		width: 100%;
		order: 3;
		margin-top: 15px;
	}
	#searchDesktop .form_search {
		margin-top: 0;
		width: 100%;
	}
	.header_menuBtns {
		width: 405px;
		justify-content: space-between;
	}
	.header_menuBottom > .btn {
		width: 30%;
	}
	.header_menuBtns .btn:first-of-type {
		margin-right: 0;
	}
	.header_menuTop {
		padding: 20px 0;
	}
	.header_menuItem:after {
		bottom: -25px;
	}
	.header_menuRowLink{
		padding: 10px 15px;
	}
	.secCard_textBox .secTop_item {
		width:49.5%;
	}
	.secCard_textBox .secTop_item {
		margin-right: 1%!important;
	}
	.secCard_textBox .secTop_item:nth-of-type(2n) {
		margin-right: 0!important;
	}
	.secCat_searchBox {
		margin-right: 0;
	}
	.secPaper_text.secSteps_text {
		margin-left: 10px;
	}
	.secTop_itemRight .secCard_countItem {
		min-width: none;
		width: calc(100% - 60px);
	}
	.secCat_box_row .secTop_img {
		min-width: 50%;
		padding-bottom: 50%;
	}
	.secTop_itemRight .secTop_text {
		height: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.documents__list .document-block {
		padding: 20px 10px;
	}
	.document__head {
		padding: 10px;
	}
	.documents__head-wrap > div {
		width: 31%!important;
	}
	.document-block__title, .document-block__img, .document-block__file {
		width:31%;
	}
	.grid figure:hover figcaption p.button-click-page {
		bottom: 10%;
	}
	.basket-items-list-header-filter-visibleItem {
		color: #fff!important;
	}
	.basket-items-list-header-filter-visibleItem::after {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.basket-item-amount-field-description {
		width: 100%;
		color: inherit;
		left: 0;
	}
	.basket-item-block-price {
		margin-top: 10px;
		margin-bottom: 0;
	}
	span.basket-item-actions-remove {
		margin-top: 0;
		position: relative;
		left: 12px;
	}
	.header_btns+p .notetext, #bx_catalog_compare_block .notetext {
    font-size: 20px;
	padding:20px 0;
}
.our-works-container-block .owl-nav {
    width: 92%;
    left: 4%;
}
.secCard_aboutLink {
	width: 100%;
}
.secCard_aboutLinks {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
}
@media all and (max-width: 700px) {
	.header_menu {
		flex-wrap: wrap;
	}
	.header_listLink {
		font-size: 14px;
		height: 40px;
	}
	.header_menuNav {
		flex-direction: row;
	}
	.header_menuCenter {
		order: 3;
		margin: 10px auto 0;
	}
	.header_logo {
		width: 40vw;
	}
	.header_menuRight p, .header_link {
		font-size: 14px;
	}
	.secAbout_img {
		float: none;
		margin: 0 auto 20px;
	}
	.pageKat .secAbout {
		margin-top: -15%;
	}
	.secAbout .sec_titleBox, .secAbout .sec_titleBig {
		width: 100%;
	}
	.secAbout .sec_titleSmall {
		right: auto;
		transform: translateX(-50%);
		bottom: -30%;
	}
	.pageKat .secAbout .sec_titleSmall {
		transform: none;
	}
	.secCard_aboutText {
		padding: 20px 10px;
	}
	.secCard_textInner p {
		font-size: 16px;
		text-align: justify;
	}
	.secCard_featureText p {
		text-align: left;
	}
	.secCard_aboutLink {
		margin-left: 0;
	}
	.secCard_image {
		float: none;
		width: 100%;
	}
	.pageBottom_btnIcon {
		display: none;
	}
	.secCat_filterRow {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.secCat_asideList_brand .secCat_asideItem:not(.secCat_asideItem_plus) {
		margin-left: 10px;
	}
	.secCat_filterRow > p {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.secCat_filterItem {
		margin-left: 0;
	}
	.pageCategory .secCat, script+.secCat{
		padding-top: 10vw;
	}
	.sec_titleBox_full .sec_titleSmall {
		left: 0;
	}
	.secStyles_box {
		max-width: 98%;
	}
	.secCount .sec_titleBoxOuter {
		transform: translate(0, -40%);
	}
	.secMaterial_item {
		padding: 10px 10px;
	}
	.header_menuDown, .header_menuItem:after, .header_menuItem br {
		display: none;
	}
	.header_menuList {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.header_menuItem {
		width: 48%;
		margin-bottom: 15px;
		text-align: left;
		max-width: none;
	}
	.header_menuLink {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.header_menuItem:last-of-type {
		margin-bottom: 0;
	}
	.header_menuIcon {
		width: 40px;
		min-width: 40px;
		height: 25px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.header_menuLink {
		pointer-events:all;
	}
	.secReviews_img {
		width: 100px;
		height: 100px;
	}
	.secPaper_emph .secSteps_box .sec_titleBox {
		margin-left:5%;
	}
	.secPaper_box .sec_titleSmall {
		left: 30%;
	}
	.blog_list__big_content .blog_list__content_comment_text {
		font-size: 14px;
	}
	.secCat_asideHeader+.secCat_asideList {
		display: none;
	}
	.secCat_asideHeader:after {
		top: 3px;
		transform: rotate(0deg);
	}
	.secCat_asideHeader.active:after {
		transform: rotate(180deg);
		top:-3px;
	}
	.catalog-filter__confirm .btn {
		width: 200px;
	}
	.our-works-container-info h3 {
		width: 100%;
		margin-top: 30px;
	}
	.about-us-requisites__block-title {
		min-width: 120px;
		padding-right: 20px;
    	width: 120px;
	}
}
@media all and (max-width: 650px) {
	.secCat_content {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCat_aside {
		min-width: auto;
		width: 100%;
	}
	.secCat_list, .secCard_about {
		margin-bottom: 20px;
	}
	.secCat_box, .secCat_boxOuter {
		margin-left: 0;
	}
	.bx_filter_parameters_box_container input {
		font-size: 16px;
	}
	.blockquote_outer .sec_titleBoxOuter {
		top: 45px;
	}
	.grid figure {
		width: 100%;
		height: 453px;
	}
	.grid figure:hover figcaption p.button-click-page {
		bottom: auto;
		top: 350px;
	}
	.about-us__history-block, .partnership__tabs-links  {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-us__history-img {
		min-width: auto;
		width:100%;
		order: 2;
		height: auto;
		margin: 0 auto;
		justify-content: center;
	}
	.partnership__tabs-links a {
		width: 100%;
	}
	.secCat_box_row .secTop_btns .btn {
		width: 48%;
		margin-bottom: 0;
	}
	.pd-catalog--wrapper {
		justify-content: space-around;
	}
	.pd-title br {
		display: none;
	}
	.header_menuBtns {
		width:67%;
	}
}
@media all and (max-width: 575px) {
	h1 {
		font-size: 7vw;
		line-height: 120%;
	}
	h4 {
		font-size: 4vw;
	}
	h6 {
		font-size: 3.5vw;
		line-height: 4vw;
	}
	.header h4 {
		font-size: 6vw;
		line-height: 8vw;
	}
	.secCount .btn {
		padding: 12px;
		width: auto;
	}
	.secGal_slider+.btn {
		padding: 12px 20px;
	}
	.btn span {
		font-size: 3vw;
	}
	.header_content {
		flex-wrap: wrap;
	}
	.header_text {
		width: 100%;
		margin:0;
	}
	.header_phone {
		font-size: 3vw;
	}
	.header_form {
		margin: 0 auto;
	}
	.secMap_sort > p {
		width: auto;
	}
	.secMap_content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.secMap_sort {
		flex-wrap: nowrap;
	}
	.secMap_map {
		padding: 0;
		width: 100%;
		height: 300px;
	}
	.secMap_aside {
		width: 100%;
		max-width: none;
	}
	.secForm_content {
		width: 100%;
	}
	.secMap_text h6 {
		font-size: 16px;
		line-height: 22px;
	}
	.secGal_item h6 {
		font-size: 14px;
		line-height: 18px;
	}
	.secMap_item {
		padding: 0 5%;
	}
	.secMap_img {
		width: 80px;
		height: 80px;
	}
	.secGal_link {
		font-size: 3vw;
	}
	.secMap_text p {
		font-size: 14px;
		line-height: 16px;
	}
	.header {
		padding-bottom: 40%;
	}
	.header_content {
		padding-top: 16vw;
	}
	.secIdea {
		margin-top: -30vw;
	}
	.secInstall {
		padding-top: 25vw;
	}
	.secPrice_box p {
		font-size: 3vw;
	}
	.secPrice_box p:first-of-type {
		width: 50%;
	}
	.secPrice_box p:last-of-type {
		text-align: right;
	}
	.upload {
		margin: 2vw auto;
	}
	.secIdea_content {
		background-size: 85%;
	}
	.secMap {
		margin-top: -25%;
	}
	.secCedral_slider {
		width: 100%;
		max-height: 55vw;
	}
	.secCedral_img {
		display: none;
	}
	.secTool {
		margin-top: -20%;
	}
	.top p {
		font-size: 3vw;
	}
	.header_bottom {
		left: -50%;
	}
	.secReviews_item {
		padding-bottom: 5vw;
	}
	.secIdea_slider .owl-item:first-of-type .secIdea_text {
		padding-top: 15vw;
	}
	.secTool_slider button.owl-dot:not(:last-of-type) {
		border-width: 1px;
	}
	.header_navOuster {
		justify-content: flex-start;
		margin-top: 50%;
	}
	.secGal_item:nth-of-type(5), .secGal_item:nth-of-type(6) {
		display: none;
	}
	.secGal_item {
		width: 50%;
		padding-bottom: 36%;
	}
	.header_aside p {
		padding: 0 10%;
		font-weight: 600;
		display: block;
	}
	.header_item {
		font-size: 16px;
	}
	.modal_sliderWrapper {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal_slider {
		order: 2;
		margin-right: 0;
		margin-top: 30px;
	}
	#modal_styles .modal_sliderImg {
		order: 1;
	}
	#modal_styles .modal_slider {
		order: 2;
	}
	.modal_slider, .modal_sliderImg {
		width: 100%;
	}
	.slick-arrow {
		position: absolute;
		top:calc(50% - 8px)!important;
		height: 16px;
	}
	.slick-prev {
		transform: rotate(0);
		left: -17px;
	}
	.slick-next {
		transform: rotate(180deg);
		right: -17px;
	}
	#modal_styles .modal_content, #modal_review .modal_content {
		padding: 50px 20px;
	}
	.modal_slider img {
		height: auto;
	}
	#modal_styles .imgWrapper {
		padding: 0 5px;
	}
	.header_menuNavItem span {
		text-align: left;
	}
	.secService {
		margin-top: 0;
	}
	.secService_item {
		width: 48%;
		margin-bottom: 20px;
	}
	.secService_btnBox .btn_secondary {
		padding: 10px 20px;
		width: 50%;
	}
	.secObjects_text h3 {
		font-size: 22px;
	}
	.secObjects_text .price {
		font-size: 25px;
	}
	.secCount {
		background-size: cover;
	}
	.secInSteps_item h3, .secInSteps_item .link{
		font-size: 20px;
	}
	.bannerLineEdge_icon {
		margin-right: 20px;
	}
	.bannerLineEdge_item {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		width: 100%;
		margin-bottom: 15px;
	}
	.bannerLineEdge_box, .footer_form, .pageBottom_btns {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bannerLineEdge_text p {
		text-align: left;
	}
	.footer_order .input {
		width: 100%;
		margin: 10px auto 15px;
	}
	.footer_bottom .btn {
		margin: 10px auto 0;
	}
	.footer_navItem {
		font-size: 14px;
	}
	.header_listItem {
		width: 100%;
	}
	.header_listLink {
		max-width: none;
	}
	.header_listLink br {
		display: none;
	}
	.header_sliderItem {
		padding-bottom: 240%;
	}
	.header_slider .owl-nav {
		bottom: 26%;
		right: 50%;
		transform: translateX(50%);
	}
	.header_text h1 {
		font-size: 30px;
		line-height: 130%;
	}
	.header h4 {
		font-size: 24px;
		line-height: 130%;
	}
	.breadcrumbs_item {
		font-size: 16px;
	}

	.secAction_slider .owl-nav {
		width: 450px;
		left: 50%;
		transform: translateX(-50%);
	}
	.btn_circle {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	.secCard_btn {
		padding: 3px 5%;
	}
	.secCard_icon_calc {
		width: 23px;
		height: 23px;
	}
	.secCard_edgeItem {
		width: 100%;
	}
	.secCard_edgeItem h5 {
		text-align: left;
	}
	.secCard_edge h1 {
		font-size: 30px;
		line-height: 120%;
	}
	.secCard_edgeRow {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCard_edgeRow_dark {
		padding: 20px 0;
	}
	.secCard_edgeRow h3 {
		width: 100%;
		margin: 0 0 30px;
	}
	.secCard_edgeRow .btn {
		margin: 0 auto;
	}
	.pageBottom_btns {
		justify-content: space-between;
	}
	.pageBottom_btn {
		width: 48%;
		margin: 0 0 10px;
		box-sizing: border-box;
		padding: 10px 18px!important;
	}
	.secCard_bottom {
		padding-top: 4%;
	}
	.secServices_edgeItem .secEdge_itemIcon {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
	.secServices_objectSlider .owl-nav {
		margin-top: 30px;
	}
	.secCat_filterRow {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
	}
	.secCat_filterRow > p {
		width: auto;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.pageCount_item {
		width: 30px;
		height: 30px;
		font-size: 16px;
		border-width: 2px;
	}
	.secServices_btn {
		padding: 12px 20px;
	}
	.header_nav {
		margin-top: 20px;
	}
	.header_menuCenter .header_nav {
		margin-top: 0;
	}
	.header_menuCenter .header_listItem {
		width: 100%;
	}
	.header_menuCenter .header_listLink {
		padding-bottom: 0;
	}
	.header_listLink.btn {width: 190px;}
	.secServices_item .secEdge_itemText p {
		font-size: 16px;
	}
	.secService_edgeBox, .secServices_objectSlider {
		margin-top: 5%;
	}
	.secStyles_box .sec_titleBox, .secStyles_box .sec_titleBig{
		text-align: center;
	}
	.secStyles_box .sec_titleSmall {
		left: 17%;
	}
	.secServices1 .btn {
		padding: 8px 0%;
		max-width: 200px;
	}
	.secCount_main h2 {
		padding-left: 0;
		margin-top: 17vw;
	}
	.secMaterial {
		padding-top: 16%;
		margin-top: -16%;
	}
	.header_menuBottom .btn span {
		font-size: 14px;
	}
	.header_menuBottom > .btn, .header_menuBtns {
		width: auto;
	}
	.header_menuBtns .btn {
		width: auto;
		min-width: 100px;
		padding: 11px;
	}
	.header_menuBtns .btn:first-of-type {
		margin-right: 10px;
	}
	.secCard_featureText {
		width: 50%;
	}
	.secCard_featureItem {
		width: 100%;
	}
	.swiper_nav {
		left: calc(50% + 5px)
	}
	.secCard_aboutLink {
		font-size: 14px;
	}
	.secCard_filterItem {
		width: 100%;
	}
	.header_menuNavItem:not(:last-of-type) {
		margin-right: 5px;
	}
	.secObjects_item {
		display: block;
	}
	.secObjects_img {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.secObjects_text {
		width: 100%;
		display: block;
	}
	.secAction {
		margin-top: 20px;
	}
	.breadcrumbs_outer {
		margin: 20px 0 30px;
	}
	.breadcrumbs_link {
		padding: 8px 10px;
	}
	.documents .document__head {
		display: none;
	}
	.documents__list .document-block {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
		border: 2px solid #314F9C;
		text-align: center;
		margin-bottom: 20px;
	}
	.document-block__title, .document-block__img, .document-block__file {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
		justify-content: center;
	}
	.document-block__img img {
		max-width: 200px;
	}	
	.documents .documents__list .document-block:first-of-type {
		border-top: 2px solid #314F9C;
	}
	.documents .document-block__file, .document-block__file {
		width: 100%;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.partnership-form__left, .partnership-form__right, .partnership__header-block {
		width: 100%;
	}
	.page-subtext p, .articles .bx-wt-block ul, .page-subtext ul {
		font-size: 16px;
	}
	.col-12 {
		padding: 0;
		width: 100%;
	}
	.secCat_box_row .secTop_btns .btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.photos__grid > * {
		width: 100%;
	}
	.catalog-filter__body.is-opened .form-block {
		width: 49%;
	}
	.origami_404_block__text_title {
		font-size: 7vw;
		margin-bottom: 0;
	}
	.origami_404 .btn {
		margin: 20px auto;
	}
	.secCard_edge .sec_title, .secCard_bottom > .tac {
		font-size: 30px;
	}
	.delivery-form__form form, .delivery__rates-wrapper .btn {
		width: 100%;
	}
	.delivery-form {
		padding: 30px 0;
	}
	.delivery-form__form-subheading {
		font-size: 16px;
	}
	.secTop_item {
		max-width: 300px;
		margin: 0 auto;
}
	}
@media all and (max-width: 500px) {
	h2 {
		font-size: 6vw;
	}
	.secEdge_item {
		width: 100%;
	}

	.secForm_form > div, .secCount_text > .flex_row, .secCount_row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCount_text > .flex_row > div, .secCount_row > div{
		width: 100%;
	}
	.secCount_row > div {
		margin-bottom: 5px;
	}
	.secForm_form > .flex_row:first-of-type {
		margin-bottom: 0;
	}
	.secForm_content .input.flex_item3 {
		width: 100%;
		margin-bottom: 5%;
	}
	.secForm_content {
		padding-top: 25%;
	}
	.secContacts p {
		font-size: 3vw;
	}
	.icon_phone {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	.secContacts > img {
		bottom: -30vw;
	}
	.secForm {
		padding: 5% 0;
	}
	.secCount {
		padding: 30vw 0 10vw;
	}
	.pageKat .secCount {
		margin-top: -20vw;
	}
	.pageKat .secCount_main {
		z-index: -1;
		margin-top: -30%;
	}
	.secCount .btn+p {
		width: 100%;
		line-height: 18px;
	}
	.secTool_slider .owl-dot span {
		font-size: 3.2vw;
	}
	.secTool_slider .owl-dots {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secTool_slider .owl-dot {
		width: 33%!important;;
	}
	.secTool_slider .owl-dot:nth-of-type(4), .secTool_slider .owl-dot:nth-of-type(5) {
		width: 50%!important;
		margin-top: 15px;
	}
	.secTool_slider .owl-dot:nth-of-type(3) {
		border-top-right-radius: 27px;
		border-bottom-right-radius: 27px;
	}
	.secTool_slider .owl-dot:nth-of-type(4) {
		border-top-left-radius: 27px;
		border-bottom-left-radius: 27px;
		margin:10px auto 0;
		padding: 4% 0!important;
	}
	.modal_title {
		font-size: 30px;
	}
	.header_menuNavLogo {
		display: none;
	}
	.header_menuCenter, .header_menuRight {
		width: 100%;
	}
	.header_menuNavItem span {
		text-align: center;
	}
	.header_menuNav {
		-ms-align-items: center;
		align-items: center;
	}
	.header_menuRight {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}
	.header_menuNav {
		justify-content: space-around;
	}
	.header_phone {
		margin: 0;
	}
	.header_menuLeft {
		margin: 0 auto;
	}
	.header_logo {
		width: 250px;
	}
	.header_trigger {
		width: 20px;
	}
	.header_phone {
		font-size: 16px;
	}
	.secService_item h5 {
		font-size: 16px;
	}
	.secObjects_box {
		flex-wrap: wrap;
	}
	.secObjects_item {
		width: 100%;
		margin-bottom: 30px;
	}
	.secObjects_img {
		width: 30%;
	}
	.secInSteps .sec_titleSmall.nowrap {
		right: -60%;
	}
	.lineConnect_box {
		padding: 20px;
	}
	.secSteps_item {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secSteps .sec_titleBox {
		width: 100%;
		justify-content: center;
	}
	.secSteps .sec_titleSmall {
		right: auto;
		bottom: -25%;
		transform: translateX(25px);
	}
	.secForm {
		background-size: auto 120%;
	}
	.secContacts .secContacts_link {
		white-space: normal;
	}
	.secTop_item {
		width: 90%;
		margin: 0 auto;
	}
	.secAction_slider .owl-nav {
		width: 380px;
	}
	.secServices_box2 {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secServices_box2 > div {
		width: 100%;
	}
	.secServices_item .sec_titleSmall {
		font-size: 5vw!important;
	}
	.secServices_box2 .sec_titleBox, .secServices_box2 .sec_titleBig {
		width: 100%;
		text-align: left;
	}
	.secServices_box2 .secServices_item:nth-of-type(2) .sec_titleBox_full .sec_titleSmall {
		left: 10%;
	}
	.secServices_box2 .sec_titleSmall {
		right:15%;
	}
	.secServices {
		padding-top: 9vw;
	}
	.secTop_item.secCat_item {
		margin-right: auto!important;
		margin-bottom: 20px;
	}
	.secServices_box:not(.secServices_box2) .secServices_item .sec_titleBox_full .sec_titleSmall {
		font-size: 3.5vw!important;
	}
	.secStyles .sec_titleSmall {
		font-size: 16px;
	}
	.secStyles h1 {
		font-size: 35px;
		line-height: 120%;
	}
	.secMaterial_item {
		font-size: 10px;
	}
	.header_menuBottom {
		margin-bottom: 10px;
	}
	.secCard_aboutLinks {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCard_aboutLink {
		width: 100%;
		border-bottom: 2px solid #314F9C;
	}
	.secCard_aboutLinks {
		border-bottom: none;
	}
	.secCard_feature {
		width: 100%;
		padding: 0;
	}
	.secCard_textInner {
		padding: 0;
	}
	.secCard_textBox .secTop_item {
		width:100%;
		margin-right: 0 !important;
	}
	.secVideo, .secPaper:first-of-type, .secPaper_emph .secPaper_bcg:before {
		background-size: 50%;
	}
	.blockquote:before {
		top: -9vw;
	}
	.blockquote p {
		font-size: 16px;
	}
	.secPaper_emph .sec_titleBoxOuter .sec_titleSmall {
		font-size: 20px;
	}
	.about-us-offices__block {
		width: 100%;
	}
	.header_menuBtns .btn:first-of-type {
	    margin-right: 5px;
	}
	.blog-comment-field input {
		width: 100%;
	}
	.our-works-slider-item {
		max-width: 300px;
	}
}
@media all and (max-width: 470px) {
	.header_menuBottom > .btn {
		width: 100%;
		margin: 0 auto 20px;
	}
	.header_menuBtns {
		width: 100%;
	}
	.header_menuBtns .btn:first-of-type {
		width: 150px;
	}
	.partnership-form__contact {
		min-width: auto;
		align-items: flex-start;
	}
	.partnership-form__contact img {
		width:30%;
	}
	.catalog-filter__confirm .btn {
		width: 100%;
		padding: 13px 20px;
	}
	.catalog-filter__confirm {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 400px) {
	.secGal_like {
		min-width: 12vw;
	}
	.icon_heart {
		width: 3vw;
		height: 3vw;
	}
	.secReviews_item {
		display: block;
	}
	.secReviews_img {
		float: left;
	}
	.secReviews_text {
		width: 100%;
	}
	.secMap {
		padding-bottom: 0;
	}
	.secContacts, .secForm {
		margin-top: -15vw;
	}
	.secContacts > img {
		bottom: -20vw;
	}
	.input {
		height: 40px;
	}
	.btn span {
		font-size: 4vw;
	}
	.secIdea_img {
		bottom: -25vw;
	}
	.secGal .owl-dot {
		border-width: 1.5px;
	}
	.secGal .owl-dot {
		width: 7vw;
		height: 7vw;
		font-size: 3vw!important;
	}
	.secGal .owl-nav {
		max-width: 90vw;
	}
	.secContacts p, .secContacts a {
		font-size: 3.5vw;
		line-height: 4vw;
	}
	.secContacts .btn {
		margin: 5vw 0;
	}
	.secContacts_map {
		height: 250px;
	}
	#map_contacts {
		height: 80%;
	}
	.form h4 {
		font-size: 5vw;
		margin: 4vw 0;
	}
	.input {
		margin-bottom: 3vw;
	}
	.secInstall {
		margin-top: -18vw;
	}
	.header_trigger.active {
		left: 10px;
	}
	.secGal_text {
		padding: 5%;
	}
	.secInSteps .sec_titleSmall.nowrap {
		right: -70%;
	}
	.header_slider .owl-nav {
		bottom: 25%;
	}
	.header_text h1 {
		font-size: 24px;
	}
	.header h4 {
		font-size: 20px;
	}
	.footer_navItem {
		font-size: 12px;
	}
	.pageCat .slider:not(.slider_main) .owl-nav {
		width: 110%;
		left: -5%;
	}
	.secAction_slider .owl-nav {
		transform: none;
		width: 100%;
		left: 0;
	}
	.secArticle_item {
		width: 85%;
		margin: 0 auto;
	}
	.secCard_edge h1 {
		font-size: 22px;
		line-height: 120%;
		margin-bottom: 30px;
	}
	.bordered_bottom:after {
		height: 3px;
		bottom: -4vw;
	}
	.secServices_btn {
		padding: 5px 10px;
		width: 130px;
		margin-top: 10%;
	}
	.secStyles_boxLeft .secStyles_text {
		left: 5%;
	}
	.secStyles_box:not(.secStyles_boxLeft) .sec_titleSmall {
		left: 0;
		right: -50%;
	}
	.secCount_main {
		padding: 30vw 0 20vw;
		background-position: 90% 17%, left top;
	}
	.secCount_main .flex_item2 {
		width: 100%;
	}
	.secPrice {
		margin-top: -10vw;
	}
	.secMaterial_nav {
		display: block;
	}
	.secMaterial_item {
		font-size: 10px;
		width: 100%;
		border-radius: 27px;
		box-sizing: border-box;
		justify-content: center;
		margin-bottom: 4%;
	}
	.secMaterial_item br {
		display: none;
	}
	.secMaterial {
		padding-top: 30%;
		margin-top: -30%;
	}
	.secMaterial:before {
		background-size: 40%, 40%, cover, cover;
		bottom: -8%;
	}
	.secMaterial_text p {
		margin-bottom: 8%;
	}
	.pageKat .secAbout {
		margin-top: -18%;
		z-index: 50;
		position: relative;
	}
	.header_menuBottom .btn span {
		font-size: 13px;
	}
	.secCard_featureText p {
		font-size: 14px;
	}
	.secCard_featureText:first-of-type {
		margin-right: 3px;
	}
	.secCard_featureText {
		padding: 7px 10px;
	}
	.pageBottom_linkPhone {
		font-size: 16px;
	}
	.secServices_box2 .btn {
		margin-top: 20px;
	}
	.secPaper_text h5 {
		font-size: 14px;
	}
	.secPaper {
		padding-top: 30px;
	}
	.secPaper_box {
		margin-bottom: 30px;
	}
	.contacts-info__actions {
		width: 50%;
	}
	.smartfilter-blocks {
		padding-left: 10px;
		padding-right: 10px;
	}
	.pd-tizer {
		width: 33%;
	}
}
@media all and (max-width: 370px) {
	.header_menuBottom > .btn span span {
		display: none;
	}
	.steps-block__form-form .btn {
		width: 100%;
		margin: 30px auto;
	}
}
@media all and (max-width: 350px) {
	.secContacts .secContacts_link {
		white-space: normal; 
	}
	.secContacts .btn {
		padding: 8px 10%;
	}
	.input {
		font-size: 3.5vw;
	}
	.arrow_left {
		width: 14px;
		margin-left: 5px;
	}
	.secInSteps .sec_titleSmall.nowrap {
		width: 280px;
	}
	.secCard_featureText p {
		font-size: 13px;
	}
	.secCard_color, .secCard_count {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secCard_color p, .secCard_count p {
		margin-bottom: 10px;
	}
	.secCard_colorBox {
		width: 100%;
	}
	.origami_404 .btn {
		width:95%;
	}
}
.error {
    color: red;
}

iframe  {
    border: 0px;
    float: left;

}

p.succ{
    text-align: center;
    margin: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    font-size: 15px;
}
.file-result-caption {
    display: none;
}
.file-line {
    width: 100%;
}

.modal-inner.best-price-orange {
    background: #e9aa36;
}

.modal-inner.best-price-orange .modal__form{
    background: #e9aa36;
    padding: 40px 10px 40px 10px;
}

.modal-inner.best-price-orange .modal__form .modal__heading{
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label {
    border: 2px solid #333333;
    padding: 12px 10px 12px 0;
}

.modal-inner.best-price-orange .modal__form .form-file .file__span {
    color: #000000;
    text-transform: none;
    font-weight: 900;
    font-size: 13px;

}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label .fileName {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 5px;
}

.modal-inner.best-price-orange .modal__form .form-block--submit button {
    background: #305099;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    border: none;
}

.modal-inner.best-price-orange .modal__form .form-block ::-webkit-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block ::-moz-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-ms-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-moz-placeholder {
    font-weight: 900 !important;
}

.file-result-item.parent_file {
	display: flex;
}

.error {
    color: red;
}

iframe  {
    border: 0px;
    float: left;

}

p.succ{
    text-align: center;
    margin: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    font-size: 15px;
}
.file-result-caption {
    display: none;
}
.file-line {
    width: 100%;
}

.modal-inner.best-price-orange {
    background: #e9aa36;
}

.modal-inner.best-price-orange .modal__form{
    background: #e9aa36;
    padding: 40px 10px 40px 10px;
}

.modal-inner.best-price-orange .modal__form .modal__heading{
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label {
    border: 2px solid #333333;
    padding: 12px 10px 12px 0;
}

.modal-inner.best-price-orange .modal__form .form-file .file__span {
    color: #000000;
    text-transform: none;
    font-weight: 900;
    font-size: 13px;

}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label .fileName {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 5px;
}

.modal-inner.best-price-orange .modal__form .form-block--submit button {
    background: #305099;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    border: none;
}

.modal-inner.best-price-orange .modal__form .form-block ::-webkit-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block ::-moz-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-ms-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-moz-placeholder {
    font-weight: 900 !important;
}

.file-result-item.parent_file {
	display: flex;
}

p#oookey {
    color: green;
    text-align: center;
    font-size: 14px;
}
input#submitFF {
    text-align: center;
    width: 100%;
    background: linear-gradient( 
0deg, #ECAE11, #ECAE11);
    color: #ffffff;
    border: none;
    border-radius: 27px;
    padding: 17px 10%;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 15%);
    text-align: center;
    display: block;
    margin-bottom: 13px;
    cursor: pointer;
}
input#contactFF {
    border-radius: 50px;
}
.error {
    color: red;
}

iframe  {
    border: 0px;
    float: left;

}

p.succ{
    text-align: center;
    margin: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    font-size: 15px;
}
.file-result-caption {
    display: none;
}
.file-line {
    width: 100%;
}

.modal-inner.best-price-orange {
    background: #e9aa36;
}

.modal-inner.best-price-orange .modal__form{
    background: #e9aa36;
    padding: 40px 10px 40px 10px;
}

.modal-inner.best-price-orange .modal__form .modal__heading{
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label {
    border: 2px solid #333333;
    padding: 12px 10px 12px 0;
}

.modal-inner.best-price-orange .modal__form .form-file .file__span {
    color: #000000;
    text-transform: none;
    font-weight: 900;
    font-size: 13px;

}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label .fileName {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 5px;
}

.modal-inner.best-price-orange .modal__form .form-block--submit button {
    background: #305099;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    border: none;
}

.modal-inner.best-price-orange .modal__form .form-block ::-webkit-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block ::-moz-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-ms-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-moz-placeholder {
    font-weight: 900 !important;
}

.file-result-item.parent_file {
	display: flex;
}
.error {
    color: red;
}

iframe  {
    border: 0px;
    float: left;

}

p.succ{
    text-align: center;
    margin: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: black;
    font-size: 15px;
}
.file-result-caption {
    display: none;
}
.file-line {
    width: 100%;
}

.modal-inner.best-price-orange {
    background: #e9aa36;
}

.modal-inner.best-price-orange .modal__form{
    background: #e9aa36;
    padding: 40px 10px 40px 10px;
}

.modal-inner.best-price-orange .modal__form .modal__heading{
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label {
    border: 2px solid #333333;
    padding: 12px 10px 12px 0;
}

.modal-inner.best-price-orange .modal__form .form-file .file__span {
    color: #000000;
    text-transform: none;
    font-weight: 900;
    font-size: 13px;

}

.modal-inner.best-price-orange .modal__form .form-file label.form-file__label .fileName {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 5px;
}

.modal-inner.best-price-orange .modal__form .form-block--submit button {
    background: #305099;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 11px;
    border: none;
}

.modal-inner.best-price-orange .modal__form .form-block ::-webkit-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block ::-moz-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-ms-input-placeholder {
    font-weight: 900 !important;
}

.modal-inner.best-price-orange .modal__form .form-block :-moz-placeholder {
    font-weight: 900 !important;
}

.file-result-item.parent_file {
	display: flex;
}

.block_main_menu .block_main_menu__content,
.block_main_menu .block_main_menu__category {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.block_main_menu .category_link__active_content,
.block_main_menu .category_link__active_content_item {
  padding: 0;
  list-style-type: none;
  margin: 0; }

.block_main_menu .category_link__active_content_item {
  position: relative;
  background: #ffffff;
  color: #000000;
  margin-bottom: -1px; }
  .block_main_menu .category_link__active_content_item .origami_icons_button:after {
    right: 20px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%); }
  .block_main_menu .category_link__active_content_item:hover {
    color: #ffffff; }
    .block_main_menu .category_link__active_content_item:hover .origami_icons_button:after {
      border-color: #ffffff; }
    .block_main_menu .category_link__active_content_item:hover .category_link__active_content.children {
      display: block;
      left: 100%;
      top: 0; }

.block_main_menu .category_link__active_content_item:before {
  content: unset; }

.block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content {
  left: auto;
  right: 0; }
  .block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content .category_link__active_content_item_link {
    padding: 15px 10px 15px 45px; }
  .block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content .origami_icons_button:after {
    left: 20px;
    right: auto;
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%); }

.block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content.children {
  left: auto;
  right: 100%; }

.block_main_menu .visible-links__item:before {
  content: unset; }

.block_main_menu .block_main_menu__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.block_main_menu .block_main_menu__category {
  display: block;
  width: auto;
  z-index: 2; }

.block_main_menu .block_main_menu__category_link {
  display: block;
  height: 100%;
  padding: 0.8rem 0.1rem;
  border: 2px solid transparent;
  font-size: 1rem; }

.block_main_menu .category_link__active_content_item_link {
  font-size: 0.93rem;
  display: block;
  width: 270px;
  padding: 15px 45px 15px 30px;
  color: inherit; }
  .block_main_menu .category_link__active_content_item_link:hover {
    color: inherit; }

.block_main_menu .category_link__active_content {
  display: none;
  position: absolute;
  margin-top: 0;
  z-index: 400;
  left: 0; }
  .block_main_menu .category_link__active_content .category_link__active_content.children {
    margin-top: -1px; }

.block_main_menu .category_link__active_content.still {
  right: 0; }

.block_main_menu .category_link__active {
  position: relative; }
  .block_main_menu .category_link__active:hover > .category_link__active_content {
    display: block; }

.block_main_menu .responsive-hidden-nav {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  min-width: 240px; }
  .block_main_menu .responsive-hidden-nav .visible-links__item_href {
    display: block;
    padding: 1rem;
    background: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    position: relative; }
  .block_main_menu .responsive-hidden-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 1rem;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #ffffff; }
  .block_main_menu .responsive-hidden-nav .visible-links {
    display: inline-table;
    margin: -1px 0 0 0;
    padding: 0; }
    .block_main_menu .responsive-hidden-nav .visible-links .visible-links__item {
      display: table-cell;
      padding: 0;
      position: relative;
      cursor: pointer;
      border-top: 1px solid transparent; }
      .block_main_menu .responsive-hidden-nav .visible-links .visible-links__item:first-child {
        text-align: left; }
        .block_main_menu .responsive-hidden-nav .visible-links .visible-links__item:first-child .visible-links__item_href {
          padding: 1rem 1rem 1rem 0; }
  .block_main_menu .responsive-hidden-nav .hidden-links {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    z-index: 150;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    background: #ffffff; }
    .block_main_menu .responsive-hidden-nav .hidden-links .icon-nav_button_menu {
      display: none; }
    .block_main_menu .responsive-hidden-nav .hidden-links li {
      display: block;
      margin: 0;
      padding: 0 5px; }
      .block_main_menu .responsive-hidden-nav .hidden-links li .category_link__active_content {
        display: none; }
      .block_main_menu .responsive-hidden-nav .hidden-links li .visible-links__item_href {
        display: block;
        background: #ffffff;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        padding: 5px 0; }
        .block_main_menu .responsive-hidden-nav .hidden-links li .visible-links__item_href i {
          display: none; }
      .block_main_menu .responsive-hidden-nav .hidden-links li:last-child .visible-links__item_href {
        border-bottom: 1px solid transparent; }
  .block_main_menu .responsive-hidden-nav .hidden {
    visibility: hidden; }

.block_main_menu .visible-links__item:hover > .category_link__active_content {
  display: block; }

.block_main_menu .icon-nav_button_menu {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: -0.7rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 0; }

#menu {
  display: none; }

.header_mmenu {
  padding: 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none;
  position: relative; }

.header_mmenu.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.header_mmenu a#menu_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header_mmenu a#menu_link:before,
.header_mmenu a#menu_link:after {
  content: '';
  display: block;
  background: #000000;
  height: 2px;
  width: 23px; }

.header_mmenu a .burger_block {
  background: #000000;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 23px;
  cursor: pointer; }

.header_mmenu__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header_mmenu__content .header_mmenu__logo {
    text-align: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .header_mmenu__content .header_mmenu__logo a {
      display: block; }
    .header_mmenu__content .header_mmenu__logo img {
      width: 100%;
      max-width: 135px; }
  .header_mmenu__content .container_menu_mobile__search_block {
    width: 35%; }
    .header_mmenu__content .container_menu_mobile__search_block .wrap_input {
      top: 7px;
      height: 30px; }
    .header_mmenu__content .container_menu_mobile__search_block .search-block__input {
      background: #ffffff;
      line-height: 30px;
      height: 30px; }
    .header_mmenu__content .container_menu_mobile__search_block .search-block__submit {
      line-height: 28px; }
    .header_mmenu__content .container_menu_mobile__search_block .basket-block__link_basket_cal {
      right: -5px; }

.mm-navbar,
.header_mmenu__phone_block_hidden {
  display: none; }

#menu.mm-menu {
  background: #ffffff; }

#menu .header_info_block__block_region__title {
  display: block; }

#menu .mm-panel_has-navbar {
  padding-top: 0; }

#menu .mm-listitem:after {
  border: none; }

#menu .mm-panels > .mm-panel > .mm-listview {
  margin: 0; }

#menu .mm-navbar {
  border: none; }

#menu .mm-panel:after, #menu .mm-panel:before {
  height: 15px; }

#menu #mm-1 .mm-navbar {
  display: none; }

#menu .mm-listitem > a, #menu .mm-listitem > span {
  padding: 12px 15px; }

#menu .header_info_block__block_region {
  margin: 0; }

#menu .mm-listitem .mm-btn_next:before {
  border: none; }

#menu .mm-navbar > * {
  padding: 0; }

#menu .mm-btn {
  height: 20px; }

#menu .mm-navbar {
  position: relative;
  height: 35px; }

#menu .wrap_input {
  width: 60px; }

#menu .select-city__block__text-city {
  padding: 12px;
  display: block;
  line-height: 1.5; }
  #menu .select-city__block__text-city:after {
    -webkit-transform: rotate(315deg) translateY(-50%);
            transform: rotate(315deg) translateY(-50%);
    right: 25px; }

#menu .mm-navbar__title {
  font-weight: 700;
  font-size: 0.9rem;
  color: #000000; }

.container_menu_mobile__search_block {
  position: relative;
  padding: 0 10px; }
  .container_menu_mobile__search_block .search-block__input {
    background: #fafafa;
    color: #313131;
    padding-left: 1rem; }
  .container_menu_mobile__search_block .search-block__submit {
    background-size: 30%; }
  .container_menu_mobile__search_block .basket-block__link {
    width: 40px; }
  .container_menu_mobile__search_block .search-block__input {
    font-size: 0.875rem;
    color: #b4b3b3;
    border: 1px solid #e6e6e6;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding-left: 40px; }
    .container_menu_mobile__search_block .search-block__input::-webkit-input-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input::-moz-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input:-ms-input-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input::-ms-input-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input::placeholder {
      color: #b4b3b3; }
  .container_menu_mobile__search_block .wrap_input {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px; }
  .container_menu_mobile__search_block .search-block__submit {
    font-size: 0.875rem;
    border: none;
    width: 100%;
    line-height: 38px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA40lEQVR42rWRJVSDURhA50s4JJyEXVwqDmnr5+BukUOPy7hbJOLuEnFruHvG0tv2W+SmT+7TTycgl1Gu+OGTbZrx0CnBlwlOqCMCPZ7kMsIDNrnkzxkOTJJaGucUSrVpHConRPJIrCstYB+jTgWqmXAlI1TqVMHKG4EiuSJMpwHj2EX4hUFT66JGhB94aWpDFItwnQxNbZ9UETbRryElco3BNYF70lUkI0s0uhdsnBOpkFqYl/0nJTxQj8XtuBXm2SRCfkQsEzwyRgeD7HBFA0YihCiBAOzUUkSquDhC1OYfxeE/0QNGvrOl0P0AAAAASUVORK5CYII=") no-repeat center;
    cursor: pointer;
    opacity: 0.7; }

.header_mmenu .search-block__submit {
  background-size: 20%; }

#menuContainer {
  -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2); }

.navlink {
  padding: 20px 15px; }

.content_mobile_menu__line {
  display: none;
  font-size: 25px;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  color: #eee;
  background: #000000; }

.container_menu_mobile__top_line {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.container_menu_mobile__top_line_close {
  width: 30px; }

.container_menu_mobile__top_line_logo {
  width: calc(100% - 70px); }

.container_menu_mobile__top_line_close {
  cursor: pointer; }

.container_menu_mobile__top_line_logo_link {
  display: block;
  text-align: center; }
  .container_menu_mobile__top_line_logo_link img {
    max-width: 140px; }

.container_menu_mobile__list_link {
  padding: 1rem 2rem 1rem 1.5rem;
  display: block; }

.container_menu_mobile__list ul,
.container_menu_mobile__list li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.container_menu_mobile__list_li:before {
  display: none; }

.container_menu_mobile__list_li:last-child .mm-btn_next,
.container_menu_mobile__list_li:last-child .container_menu_mobile__list_link {
  border-bottom: 1px solid #ededed; }

.container_menu_mobile__item_link {
  padding: 12px 10px 12px 15px;
  display: block;
  position: relative; }
  .container_menu_mobile__item_link > span:first-of-type {
    margin-right: 22px; }

.container_menu_mobile__item_link_col {
  color: #ffffff !important;
  display: inline-block;
  width: 1.33rem;
  height: 1.33rem;
  border-radius: 50px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.33rem;
  position: absolute;
  right: 20px; }

.container_menu__contact {
  padding-bottom: 25px; }
  .container_menu__contact i {
    padding-right: 15px;
    min-width: 15px; }
  .container_menu__contact .container_menu_mobile__phone_block {
    text-align: left;
    margin: 0;
    border-bottom-width: 1px; }
  .container_menu__contact .many_tels_wrapper .container_menu_mobile__main_phone {
    text-align: left !important; }
  .container_menu__contact .container_menu__contact_item_wrapper {
    border-bottom: 1px solid #ededed; }

.container_menu__contact_title {
  padding: 25px 12px 12px 12px; }

.container_menu__contact_item {
  padding-left: 42px;
  position: relative; }
  .container_menu__contact_item .container_menu__contact_item > div {
    margin-left: -42px; }
  .container_menu__contact_item .container_menu__contact_item_wrapper {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed; }
    .container_menu__contact_item .container_menu__contact_item_wrapper .container_menu_mobile__main_phone {
      padding: 0; }
  .container_menu__contact_item .container_menu__contact_item__email::before,
  .container_menu__contact_item .container_menu_mobile__main_phone::before {
    padding: 0; }
  .container_menu__contact_item .container_menu__contact_item__email:after,
  .container_menu__contact_item .container_menu_mobile__main_phone:after {
    display: inline-block;
    top: 20px;
    right: 30px;
    z-index: -1; }
  .container_menu__contact_item .many_tels_wrapper .container_menu__contact_item__email {
    border-bottom: 1px solid #ededed; }
  .container_menu__contact_item:last-child {
    padding: 0; }
  .container_menu__contact_item .container_menu_mobile__main_phone:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    width: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block; }
  .container_menu__contact_item .origami_icons_button {
    display: inline-block;
    padding: 12px !important;
    font-size: 13px; }
  .container_menu__contact_item .many_tels_wrapper {
    display: none; }
    .container_menu__contact_item .many_tels_wrapper a {
      display: block; }
    .container_menu__contact_item .many_tels_wrapper .many_tels .container_menu_mobile__main_phone::before {
      display: inline-block;
      color: #ffffff; }

.container_menu__contact_item.active {
  border-bottom: none; }
  .container_menu__contact_item.active .origami_icons_button:after {
    -webkit-transform: rotate(225deg) translateY(-50%);
            transform: rotate(225deg) translateY(-50%); }

.container_menu__contact_soc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .container_menu__contact_soc i {
    color: #a8a8a8;
    padding: 1rem;
    margin-left: -1px; }

#container_menu_mobile .origami_icons_button:after,
.container_menu_mobile__list_wrapper .origami_icons_button:after {
  display: none; }

.container_menu__contact_item__address {
  font-size: 13px; }
  .container_menu__contact_item__address:before {
    content: "\f124";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    width: 15px; }

.container_menu__contact_item__email {
  display: inline-block;
  font-size: 13px; }
  .container_menu__contact_item__email:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    width: 15px; }

.container_menu_mobile__phone_block_wrapper {
  display: none; }

@media (max-width: 1023px) {
  .block_main_menu {
    display: none; }
  .header_mmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .header_mmenu__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  #menu.mm-menu_opened {
    display: block; }
  .container_menu_mobile__phone_block.active {
    border-bottom: none; }
    .container_menu_mobile__phone_block.active .many_tels_wrapper {
      display: block;
      position: relative; }
    .container_menu_mobile__phone_block.active:after {
      -webkit-transform: rotate(225deg) translateY(-50%);
              transform: rotate(225deg) translateY(-50%); }
  .container_menu_mobile__phone_block_wrapper {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .container_menu_mobile__phone_block {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem; }
    .container_menu_mobile__phone_block .container_menu__contact_item_wrapper .container_menu_mobile__main_phone {
      display: block;
      text-align: center; }
    .container_menu_mobile__phone_block:after {
      right: 35px;
      top: 23px; }
    .container_menu_mobile__phone_block .many_tels_wrapper {
      display: none; }
      .container_menu_mobile__phone_block .many_tels_wrapper .header_top_block__phone__number {
        font-size: 13px;
        display: block;
        text-align: center;
        background: #ffffff; }
        .container_menu_mobile__phone_block .many_tels_wrapper .header_top_block__phone__number:before, .container_menu_mobile__phone_block .many_tels_wrapper .header_top_block__phone__number:after {
          display: none; }
  .container_menu_mobile__main_phone {
    font-size: 13px;
    display: inline-block;
    padding: 15px 0; }
    .container_menu_mobile__main_phone:after {
      display: none; }
  #mobileRegion .select-city__dropdown-wrap {
    position: unset; }
  #mobileRegion .select-city__dropdown {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: none;
    border-left: none;
    border-right: none; } }

.mobileRegionTwo {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  border-bottom: 1px solid #ededed; }
  .mobileRegionTwo a:after {
    content: '';
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 26px;
    left: auto;
    border-color: black; }
  .mobileRegionTwo svg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 12px;
    height: 13px;
    margin-right: 5px;
    fill: #fb0040; }
  .mobileRegionTwo p {
    display: none; }
  .mobileRegionTwo a {
    font-size: 14px;
    font-weight: 600;
    color: #000; }
  .mobileRegionTwo a:hover {
    color: #fb0040; }

.ns-intec-regionality.c-regions-select.c-regions-select-default {
  display: inline-block;
  position: relative;
  color: #2d2d2d;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region {
  display: block;
  cursor: pointer;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region:hover {
  color: #868686;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-overlay {
  display: block;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window {
  display: block;
  position: relative;
  color: #2d2d2d;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
  margin: -150px auto 0 auto;
  max-width: 450px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-header {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-title {
  display: block;
  padding-right: 60px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px dashed #2d2d2d;
  margin-top: -7px;
  padding-bottom: 1px;
  cursor: pointer;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window-content {
  display: block;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search {
  display: block;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-title {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-search-input {
  display: block;
  width: 100%;
  color: #696969;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 5px 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-regions {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  height: 175px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region {
  display: block;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-region:hover {
  background-color: #f7f7f7;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
  display: block;
  position: absolute;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 200px;
  margin-top: 10px;
  padding: 10px;
  z-index: 10;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-text {
  display: block;
  margin-bottom: 10px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-buttons {
  display: block;
  font-size: 0;
  white-space: nowrap;
  margin: -5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 5px 15px;
  background-color: #2d2d2d;
  border: none;
  color: #fff;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button:hover {
  background-color: #868686;
}

.block_main_menu .block_main_menu__content,
.block_main_menu .block_main_menu__category {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.block_main_menu .category_link__active_content,
.block_main_menu .category_link__active_content_item {
  padding: 0;
  list-style-type: none;
  margin: 0; }

.block_main_menu .category_link__active_content_item {
  position: relative;
  background: #ffffff;
  color: #000000;
  margin-bottom: -1px; }
  .block_main_menu .category_link__active_content_item .origami_icons_button:after {
    right: 20px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%); }
  .block_main_menu .category_link__active_content_item:hover {
    color: #ffffff; }
    .block_main_menu .category_link__active_content_item:hover .origami_icons_button:after {
      border-color: #ffffff; }
    .block_main_menu .category_link__active_content_item:hover .category_link__active_content.children {
      display: block;
      left: 100%;
      top: 0; }

.block_main_menu .category_link__active_content_item:before {
  content: unset; }

.block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content {
  left: auto;
  right: 0; }
  .block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content .category_link__active_content_item_link {
    padding: 15px 10px 15px 45px; }
  .block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content .origami_icons_button:after {
    left: 20px;
    right: auto;
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%); }

.block_main_menu .visible-links__item:nth-last-child(-n + 2) .category_link__active_content.children {
  left: auto;
  right: 100%; }

.block_main_menu .visible-links__item:before {
  content: unset; }

.block_main_menu .block_main_menu__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.block_main_menu .block_main_menu__category {
  display: block;
  width: auto;
  z-index: 2; }

.block_main_menu .block_main_menu__category_link {
  display: block;
  height: 100%;
  padding: 0.8rem 0.1rem;
  border: 2px solid transparent;
  font-size: 1rem; }

.block_main_menu .category_link__active_content_item_link {
  font-size: 0.93rem;
  display: block;
  width: 270px;
  padding: 15px 45px 15px 30px;
  color: inherit; }
  .block_main_menu .category_link__active_content_item_link:hover {
    color: inherit; }

.block_main_menu .category_link__active_content {
  display: none;
  position: absolute;
  margin-top: 0;
  z-index: 400;
  left: 0; }
  .block_main_menu .category_link__active_content .category_link__active_content.children {
    margin-top: -1px; }

.block_main_menu .category_link__active_content.still {
  right: 0; }

.block_main_menu .category_link__active {
  position: relative; }
  .block_main_menu .category_link__active:hover > .category_link__active_content {
    display: block; }

.block_main_menu .responsive-hidden-nav {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  min-width: 240px; }
  .block_main_menu .responsive-hidden-nav .visible-links__item_href {
    display: block;
    padding: 1rem;
    background: #ffffff;
    white-space: nowrap;
    text-decoration: none;
    position: relative; }
  .block_main_menu .responsive-hidden-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 1rem;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #ffffff; }
  .block_main_menu .responsive-hidden-nav .visible-links {
    display: inline-table;
    margin: -1px 0 0 0;
    padding: 0; }
    .block_main_menu .responsive-hidden-nav .visible-links .visible-links__item {
      display: table-cell;
      padding: 0;
      position: relative;
      cursor: pointer;
      border-top: 1px solid transparent; }
      .block_main_menu .responsive-hidden-nav .visible-links .visible-links__item:first-child {
        text-align: left; }
        .block_main_menu .responsive-hidden-nav .visible-links .visible-links__item:first-child .visible-links__item_href {
          padding: 1rem 1rem 1rem 0; }
  .block_main_menu .responsive-hidden-nav .hidden-links {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    z-index: 150;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    background: #ffffff; }
    .block_main_menu .responsive-hidden-nav .hidden-links .icon-nav_button_menu {
      display: none; }
    .block_main_menu .responsive-hidden-nav .hidden-links li {
      display: block;
      margin: 0;
      padding: 0 5px; }
      .block_main_menu .responsive-hidden-nav .hidden-links li .category_link__active_content {
        display: none; }
      .block_main_menu .responsive-hidden-nav .hidden-links li .visible-links__item_href {
        display: block;
        background: #ffffff;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        padding: 5px 0; }
        .block_main_menu .responsive-hidden-nav .hidden-links li .visible-links__item_href i {
          display: none; }
      .block_main_menu .responsive-hidden-nav .hidden-links li:last-child .visible-links__item_href {
        border-bottom: 1px solid transparent; }
  .block_main_menu .responsive-hidden-nav .hidden {
    visibility: hidden; }

.block_main_menu .visible-links__item:hover > .category_link__active_content {
  display: block; }

.block_main_menu .icon-nav_button_menu {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: -0.7rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 0; }

#menu {
  display: none; }

.header_mmenu {
  padding: 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none;
  position: relative; }

.header_mmenu.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.header_mmenu a#menu_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header_mmenu a#menu_link:before,
.header_mmenu a#menu_link:after {
  content: '';
  display: block;
  background: #000000;
  height: 2px;
  width: 23px; }

.header_mmenu a .burger_block {
  background: #000000;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 23px;
  cursor: pointer; }

.header_mmenu__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header_mmenu__content .header_mmenu__logo {
    text-align: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .header_mmenu__content .header_mmenu__logo a {
      display: block; }
    .header_mmenu__content .header_mmenu__logo img {
      width: 100%;
      max-width: 135px; }
  .header_mmenu__content .container_menu_mobile__search_block {
    width: 35%; }
    .header_mmenu__content .container_menu_mobile__search_block .wrap_input {
      top: 7px;
      height: 30px; }
    .header_mmenu__content .container_menu_mobile__search_block .search-block__input {
      background: #ffffff;
      line-height: 30px;
      height: 30px; }
    .header_mmenu__content .container_menu_mobile__search_block .search-block__submit {
      line-height: 28px; }
    .header_mmenu__content .container_menu_mobile__search_block .basket-block__link_basket_cal {
      right: -5px; }

.mm-navbar,
.header_mmenu__phone_block_hidden {
  display: none; }

#menu.mm-menu {
  background: #ffffff; }

#menu .header_info_block__block_region__title {
  display: block; }

#menu .mm-panel_has-navbar {
  padding-top: 0; }

#menu .mm-listitem:after {
  border: none; }

#menu .mm-panels > .mm-panel > .mm-listview {
  margin: 0; }

#menu .mm-navbar {
  border: none; }

#menu .mm-panel:after, #menu .mm-panel:before {
  height: 15px; }

#menu #mm-1 .mm-navbar {
  display: none; }

#menu .mm-listitem > a, #menu .mm-listitem > span {
  padding: 12px 15px; }

#menu .header_info_block__block_region {
  margin: 0; }

#menu .mm-listitem .mm-btn_next:before {
  border: none; }

#menu .mm-navbar > * {
  padding: 0; }

#menu .mm-btn {
  height: 20px; }

#menu .mm-navbar {
  position: relative;
  height: 35px; }

#menu .wrap_input {
  width: 60px; }

#menu .select-city__block__text-city {
  padding: 12px;
  display: block;
  line-height: 1.5; }
  #menu .select-city__block__text-city:after {
    -webkit-transform: rotate(315deg) translateY(-50%);
            transform: rotate(315deg) translateY(-50%);
    right: 25px; }

#menu .mm-navbar__title {
  font-weight: 700;
  font-size: 0.9rem;
  color: #000000; }

.container_menu_mobile__search_block {
  position: relative;
  padding: 0 10px; }
  .container_menu_mobile__search_block .search-block__input {
    background: #fafafa;
    color: #313131;
    padding-left: 1rem; }
  .container_menu_mobile__search_block .search-block__submit {
    background-size: 30%; }
  .container_menu_mobile__search_block .basket-block__link {
    width: 40px; }
  .container_menu_mobile__search_block .search-block__input {
    font-size: 0.875rem;
    color: #b4b3b3;
    border: 1px solid #e6e6e6;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding-left: 40px; }
    .container_menu_mobile__search_block .search-block__input::-webkit-input-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input::-moz-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input:-ms-input-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input::-ms-input-placeholder {
      color: #b4b3b3; }
    .container_menu_mobile__search_block .search-block__input::placeholder {
      color: #b4b3b3; }
  .container_menu_mobile__search_block .wrap_input {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px; }
  .container_menu_mobile__search_block .search-block__submit {
    font-size: 0.875rem;
    border: none;
    width: 100%;
    line-height: 38px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA40lEQVR42rWRJVSDURhA50s4JJyEXVwqDmnr5+BukUOPy7hbJOLuEnFruHvG0tv2W+SmT+7TTycgl1Gu+OGTbZrx0CnBlwlOqCMCPZ7kMsIDNrnkzxkOTJJaGucUSrVpHConRPJIrCstYB+jTgWqmXAlI1TqVMHKG4EiuSJMpwHj2EX4hUFT66JGhB94aWpDFItwnQxNbZ9UETbRryElco3BNYF70lUkI0s0uhdsnBOpkFqYl/0nJTxQj8XtuBXm2SRCfkQsEzwyRgeD7HBFA0YihCiBAOzUUkSquDhC1OYfxeE/0QNGvrOl0P0AAAAASUVORK5CYII=") no-repeat center;
    cursor: pointer;
    opacity: 0.7; }

.header_mmenu .search-block__submit {
  background-size: 20%; }

#menuContainer {
  -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2); }

.navlink {
  padding: 20px 15px; }

.content_mobile_menu__line {
  display: none;
  font-size: 25px;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  color: #eee;
  background: #000000; }

.container_menu_mobile__top_line {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.container_menu_mobile__top_line_close {
  width: 30px; }

.container_menu_mobile__top_line_logo {
  width: calc(100% - 70px); }

.container_menu_mobile__top_line_close {
  cursor: pointer; }

.container_menu_mobile__top_line_logo_link {
  display: block;
  text-align: center; }
  .container_menu_mobile__top_line_logo_link img {
    max-width: 140px; }

.container_menu_mobile__list_link {
  padding: 1rem 2rem 1rem 1.5rem;
  display: block; }

.container_menu_mobile__list ul,
.container_menu_mobile__list li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.container_menu_mobile__list_li:before {
  display: none; }

.container_menu_mobile__list_li:last-child .mm-btn_next,
.container_menu_mobile__list_li:last-child .container_menu_mobile__list_link {
  border-bottom: 1px solid #ededed; }

.container_menu_mobile__item_link {
  padding: 12px 10px 12px 15px;
  display: block;
  position: relative; }
  .container_menu_mobile__item_link > span:first-of-type {
    margin-right: 22px; }

.container_menu_mobile__item_link_col {
  color: #ffffff !important;
  display: inline-block;
  width: 1.33rem;
  height: 1.33rem;
  border-radius: 50px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.33rem;
  position: absolute;
  right: 20px; }

.container_menu__contact {
  padding-bottom: 25px; }
  .container_menu__contact i {
    padding-right: 15px;
    min-width: 15px; }
  .container_menu__contact .container_menu_mobile__phone_block {
    text-align: left;
    margin: 0;
    border-bottom-width: 1px; }
  .container_menu__contact .many_tels_wrapper .container_menu_mobile__main_phone {
    text-align: left !important; }
  .container_menu__contact .container_menu__contact_item_wrapper {
    border-bottom: 1px solid #ededed; }

.container_menu__contact_title {
  padding: 25px 12px 12px 12px; }

.container_menu__contact_item {
  padding-left: 42px;
  position: relative; }
  .container_menu__contact_item .container_menu__contact_item > div {
    margin-left: -42px; }
  .container_menu__contact_item .container_menu__contact_item_wrapper {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed; }
    .container_menu__contact_item .container_menu__contact_item_wrapper .container_menu_mobile__main_phone {
      padding: 0; }
  .container_menu__contact_item .container_menu__contact_item__email::before,
  .container_menu__contact_item .container_menu_mobile__main_phone::before {
    padding: 0; }
  .container_menu__contact_item .container_menu__contact_item__email:after,
  .container_menu__contact_item .container_menu_mobile__main_phone:after {
    display: inline-block;
    top: 20px;
    right: 30px;
    z-index: -1; }
  .container_menu__contact_item .many_tels_wrapper .container_menu__contact_item__email {
    border-bottom: 1px solid #ededed; }
  .container_menu__contact_item:last-child {
    padding: 0; }
  .container_menu__contact_item .container_menu_mobile__main_phone:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    width: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block; }
  .container_menu__contact_item .origami_icons_button {
    display: inline-block;
    padding: 12px !important;
    font-size: 13px; }
  .container_menu__contact_item .many_tels_wrapper {
    display: none; }
    .container_menu__contact_item .many_tels_wrapper a {
      display: block; }
    .container_menu__contact_item .many_tels_wrapper .many_tels .container_menu_mobile__main_phone::before {
      display: inline-block;
      color: #ffffff; }

.container_menu__contact_item.active {
  border-bottom: none; }
  .container_menu__contact_item.active .origami_icons_button:after {
    -webkit-transform: rotate(225deg) translateY(-50%);
            transform: rotate(225deg) translateY(-50%); }

.container_menu__contact_soc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .container_menu__contact_soc i {
    color: #a8a8a8;
    padding: 1rem;
    margin-left: -1px; }

#container_menu_mobile .origami_icons_button:after,
.container_menu_mobile__list_wrapper .origami_icons_button:after {
  display: none; }

.container_menu__contact_item__address {
  font-size: 13px; }
  .container_menu__contact_item__address:before {
    content: "\f124";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    width: 15px; }

.container_menu__contact_item__email {
  display: inline-block;
  font-size: 13px; }
  .container_menu__contact_item__email:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 900;
    margin-right: 15px;
    width: 15px; }

.container_menu_mobile__phone_block_wrapper {
  display: none; }

@media (max-width: 1023px) {
  .block_main_menu {
    display: none; }
  .header_mmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .header_mmenu__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  #menu.mm-menu_opened {
    display: block; }
  .container_menu_mobile__phone_block.active {
    border-bottom: none; }
    .container_menu_mobile__phone_block.active .many_tels_wrapper {
      display: block;
      position: relative; }
    .container_menu_mobile__phone_block.active:after {
      -webkit-transform: rotate(225deg) translateY(-50%);
              transform: rotate(225deg) translateY(-50%); }
  .container_menu_mobile__phone_block_wrapper {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .container_menu_mobile__phone_block {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2rem; }
    .container_menu_mobile__phone_block .container_menu__contact_item_wrapper .container_menu_mobile__main_phone {
      display: block;
      text-align: center; }
    .container_menu_mobile__phone_block:after {
      right: 35px;
      top: 23px; }
    .container_menu_mobile__phone_block .many_tels_wrapper {
      display: none; }
      .container_menu_mobile__phone_block .many_tels_wrapper .header_top_block__phone__number {
        font-size: 13px;
        display: block;
        text-align: center;
        background: #ffffff; }
        .container_menu_mobile__phone_block .many_tels_wrapper .header_top_block__phone__number:before, .container_menu_mobile__phone_block .many_tels_wrapper .header_top_block__phone__number:after {
          display: none; }
  .container_menu_mobile__main_phone {
    font-size: 13px;
    display: inline-block;
    padding: 15px 0; }
    .container_menu_mobile__main_phone:after {
      display: none; }
  #mobileRegion .select-city__dropdown-wrap {
    position: unset; }
  #mobileRegion .select-city__dropdown {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: none;
    border-left: none;
    border-right: none; } }

.mobileRegionTwo {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  border-bottom: 1px solid #ededed; }
  .mobileRegionTwo a:after {
    content: '';
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 26px;
    left: auto;
    border-color: black; }
  .mobileRegionTwo svg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 12px;
    height: 13px;
    margin-right: 5px;
    fill: #fb0040; }
  .mobileRegionTwo p {
    display: none; }
  .mobileRegionTwo a {
    font-size: 14px;
    font-weight: 600;
    color: #000; }
  .mobileRegionTwo a:hover {
    color: #fb0040; }

.catalog-products {
    padding-top: 69px;
    padding-bottom: 40px;
    background-image: url(/imgsed/bi-section-3-1.png), url(/imgsed/bi-section-3-2.png);
    background-size: 900px, 1100px;
    background-position: 0% 100%, 100% 0%;
    background-repeat: no-repeat;
}
section.catalog-products {
    margin-top: 175px;
}
.catalog-products-2 {
    padding-top: 50px;
    padding-bottom: 60px;
}
@media (min-width: 1900px){
.catalog-products-2.container {
    max-width: 1600px;
}
section.paper>.container {
    max-width: 1600px;
}
}
.catalog-products-2-title {
    text-align: center;
    margin-bottom: 40px;
}
.catalog-products-2-title h2 {
    margin: 0;
}
.catalog-products-2-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
}
.catalog-products-2-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.catalog-products-2 .catalog-products-cards-2 .card-active {
    height: 635px;
    border: 2px solid #ECAE11;
}
.card .naw-price {
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 13px;
    color: #FF0000;
    border: 1px solid #FF0000;
    width: 120px;
    padding: 3px 0;
}
.card .naw-price .color-text {
    font-weight: bold;
    font-size: 12px;
}
.card .naw-price .line-45deg {
    position: relative;
    bottom: 7px;
    width: 90%;
    height: 1px;
    background-color: #FF0000;
    transform: matrix(0.99, -0.18, 0.14, 0.98, 0, 0);
}
.catalog-products-cards-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-products-cards-2 .card {
    border: 1px solid #C4C4C4;
    width: 230px;
    height: 475px;
    text-align: center;
    padding-top: 2px;
    padding-right: 3px;
    transition: 0.3s;
}
@media (min-width: 1900px){
.catalog-products-cards-2 .card {
    width: 270px;
    height: 475px;
}}
.card .btn-right {
    text-align: right;
}
.card .img-product {
    height: 45%;
    margin: 0 auto;
}
.card .img-product img {
    width: 200px;
}
.card .img-product img:nth-child(1), .card .img-product img:nth-child(2) {
    width: 180px;
}
.card .line {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: #C4C4C4;
}
.catalog-products-cards-2 .card h4 {
    margin-top: 25px;
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
	height: 28px;
}
.card .description-product p:first-child {
    font-size: 13px;
    line-height: 12px;
    color: #3e4042;
    margin-bottom: 13px;
}
.card .description-product p:last-child {
    font-size: 13px;
    line-height: 12px;
}
.catalog-products-cards-2 .card #counter {
    display: none;
    width: 69%;
    margin: 0 auto;
    margin-top: 15px;
    display: none;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #C4C4C4;
    font-size: 24px;
}
.catalog-products-cards-2 .card-active .btn-buy {
    display: inline-block;
}
.catalog-products-cards-2 .card .btn-buy {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    padding: 16px 60px;
    background: #ECAE11;
    border-radius: 27px;
    color: #000;
}
.card-active #counter input:first-child {
    font-size: 24px;
    outline: none;
    border: none;
    background-color: #fff;
    border-right: 1px solid #C4C4C4;
}
.card #counter input:last-child {
    font-size: 24px;
    outline: none;
    border: none;
    background-color: #fff;
    border-left: 1px solid #C4C4C4;
}
.catalog-products-cards-2 .card-active #counter {
    display: flex;
}
.catalog-products-cards-2 .card-active .btn-buy {
    display: inline-block;
}
.card-active #counter input:first-child {
    color: black;
}
.card #counter input:last-child {
    color: black;
}
@media (min-width: 1900px){
.catalog-products.container {
    max-width: 1600px;
}
}
.catalog-products-title {
    text-align: center;
    margin-bottom: 45px;
}
.catalog-products-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
	    margin: 0;
}
.catalog-products-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.catalog-products .catalog-products-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-products-cards .card:nth-child(1), .catalog-products-cards .card:nth-child(2), .catalog-products-cards .card:nth-child(3), .catalog-products-cards .card:nth-child(4) {
    margin-bottom: 30px;
}
@media (min-width: 1900px) {
.catalog-products-cards .card {
    width: 365px;
}
}
.catalog-products-cards .card {
    width: 280px;
    height: 485px;
    padding-top: 55px;
    padding-left: 17px;
    padding-right: 20px;
    background: rgb(236, 174, 17);
    background: linear-gradient(
180deg
, rgba(236, 174, 17, 1) 7%, rgba(255, 255, 255, 1) 7%);
    box-shadow: 6px 6px 6px rgb(0 0 0 / 25%);
}
.card h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 114.84%;
    color: #314F9C;
    margin-bottom: 16px;
}
.points-cards .point-card {
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    font-size: 14px;
    line-height: 114.84%;
    color: #191B1D;
	height: 10px;
}
.points-cards .point-card>p {
    transition: 0.2s;
}
.points-cards .point-card>div {
    height: 10px;
}
.swiper_nav {
    left: calc( 50% - 5px );
}
.secCard_imageInner {
    visibility: unset;
}
.secCard_img  {
	padding-bottom: 30px;
}
.secCard_img img {
	position: unset;
    max-width: 100%;
	width: unset;
	height: unset;
}
.secCard_imageItem {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secCard_imageItem img {
    position: unset;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: unset;
    height: unset;
    object-fit: cover;
    max-width: 100%;
}
.detail-basket-wrapper {
	display: block;
	width: 100%;
	height: 100%;
}
.detail-basket-wrapper a ,
.product-detail-info-block-path-to-basket a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
}
.secCard_img .product-tem-zoom {
    z-index: 99;
	opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2rem;
    margin-top: -4.5rem;
    width: 3rem;
    height: 3rem;
    background: #314F9C;
    border-radius: 50px;
    text-align: center;
}
.btn_primary.active {
    background: linear-gradient(180deg, #D0A359 0%, #9E7B40 100%);
}
.secCard_img:hover .product-tem-zoom {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: pointer;
}
.secCard_img .product-tem-zoom .product-card_icon-zoom-big {
	position: absolute;
	top: calc( 50% - 10px);
	left: calc( 50% - 10px);
	width: 20px;
	fill: #fff;
    width: 20px;
    height: 20px;
}
.zoomIt_zoomed &gt; img {
	max-width: unset;
}
.bx_catalog-compare-list {
    display: none !important;
}
.bx_filter .bx_ui_slider_range, 
.bx_filter .bx_ui_slider_pricebar, 
.bx_filter .bx_ui_slider_pricebar_VD, 
.bx_filter .bx_ui_slider_pricebar_VN, 
.bx_filter .bx_ui_slider_pricebar_V {
    position: absolute;
    top: -1px;
    bottom: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 12px;	
}
.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 80;
    top: -1px;
    bottom: -1px;
    background: #314F9C;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.bx_filter .bx_ui_slider_pricebar_VD {
  z-index: 60;
  border-top: 1px solid #74868e;
  border-bottom: 1px solid #74868e;
  background: #849da4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#849da4', endColorstr='#93afb7', GradientType=0); 	
}
.bx_filter .bx_ui_slider_pricebar_VN {
  z-index: 70;
  border-radius: 5px;
  background: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6eccea', endColorstr='#73d6f6', GradientType=0); 
}
.big-container {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}
.bx_filter .bx_ui_slider_track {
  position: relative;
  height: 5px;
  margin: 3.4rem 1rem 2rem 1rem; }
.bx_filter .bx_ui_slider_part {
  position: absolute;
  top: -6px; }
.bx_filter .bx_ui_slider_part.p1 {
  left: 6px; }
.bx_filter .bx_ui_slider_part.p2 {
  left: 25%; }
.bx_filter .bx_ui_slider_part.p3 {
  left: 50%; }
.bx_filter .bx_ui_slider_part.p4 {
  left: 75%; }
.bx_filter .bx_ui_slider_part.p5 {
  right: 5px; }
.bx_filter .bx_ui_slider_part span {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  font-size: 12px;
  color: #000; }
.bx_filter .bx_ui_slider_part.p2 span, .bx_filter .bx_ui_slider_part.p3 span, .bx_filter .bx_ui_slider_part.p4 span {
  display: none; 
}
.bx_filter .bx_ui_slider_range, .bx_filter .bx_ui_slider_pricebar, .bx_filter .bx_ui_slider_pricebar_VD, .bx_filter .bx_ui_slider_pricebar_VN, .bx_filter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: -1px;
  bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.bx_filter .bx_ui_slider_range {
  z-index: 85; 
}
.bx_filter .bx_ui_slider_pricebar {
  z-index: 100; 
}
.bx_filter .bx_ui_slider_handle.range_btnLeft {
  left: 0;
  margin-left: -15px;
  transition: all 0s !important; 
}
.bx_filter .bx_ui_slider_handle.range_btnRight {
  right: 0;
  margin-right: -15px;
}
.bx_filter .bx_filter_popup_result {
    height: 38px;
    position: absolute;
    z-index: 930;
    display: none;
    padding: 0;
    white-space: nowrap;
    color: #3f3f3f;
	background: #314F9C;
    background-color: #fb0040;
	box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
}
.secCat_asideCheckbox_link {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify: space-between;
    justify-content: space-between;
}	
.about-us__map {
    max-width: 964px;
    height: 500px;
    margin-top: 7px;
}
.contacts__map {
    -webkit-box-flex: 1;
    background: #e8e8e8;
}
.header_menuBtns .btn {
	z-index: 29;
}
button.mz-button {
    color: rgba(180,180,180,.6)!important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000!important;
    background-color: transparent!important;
    border: 0 solid transparent!important;
    border-radius: 100%!important;
    box-shadow: none!important;
    position: absolute!important;
    text-transform: none!important;
    text-align: center;
    speak: none;
    width: 60px!important;
    height: 60px!important;
    min-width: 0!important;
    min-height: 0!important;
    max-width: none!important;
    max-height: none!important;
    -webkit-transition: color .25s,background-color .25s!important;
    transition: color .25s,background-color .25s!important
}
button.mz-button:before {
	content: ""!important;
	background-color: currentColor;
	background-image: none;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: cover;
	mask-size: cover
}
button.mz-button.mz-button-prev {
    left: 0!important;
    transform: rotateZ(180deg)!important;
}
button.mz-button.mz-button-close:before {
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);
}
button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)
}
button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(.9);
    -webkit-transition: -webkit-transform .25s!important;
    transition: transform .25s!important;
}

.secCat_asideCheckbox:disabled + label {
  color: #bbb;
}

.two-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 40px;
}
.two-section>.container {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 1900px){
.two-section.container {
    max-width: 1600px;
}
}
.delivery {
    width: 50%;
}
.delivery .delivery-title {
    margin-bottom: 35px;
}
.delivery .delivery-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
	margin:0;
}
.delivery .delivery-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.delivery .image {
    margin-bottom: 25px;
    height: 350px;
}.delivery .deskription-price h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 114.84%;
    margin-bottom: 10px;
}
.delivery .deskription-price .price-delivery-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 114.84%;
    color: #324F9C;
    margin-bottom: 30px;
}
.delivery .deskription-price .list-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.deskription-price .list-price .card {
    display: flex;
    flex-direction: column;
}
.list-price .card p:first-child {
    font-size: 18px;
    line-height: 114.84%;
    margin-bottom: 35px;
}
.list-price .card p:last-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 114.84%;
    color: #324F9C;
}
.deskription-price .cost-calculation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 65px;
}
.deskription-price .cost-calculation p {
    font-size: 18px;
    line-height: 114.84%;
    width: 50%;
}
.cost-calculation div a {
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    background: linear-gradient(
0deg
, #ECAE11, #ECAE11);
    border-radius: 27px;
    padding: 15px 31px;
    transition: 0.4s;
}
.deskription-price .disclamery {
    font-size: 14px;
    line-height: 114.84%;
}
.reviews .reviews-title {
    margin-bottom: 30px;
}
.reviews .reviews-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
		margin:0;
}
.reviews .reviews-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.reviews .reviews-img {
    width: 530px;
}


.secCat_asideCheckbox:disabled + label .secCat_aside_btn {
	border: 1px solid #bbb;
}

.videoytb{    
	margin: 0 auto;
	display: block;
	float: unset !important; 
	width: 853px;
}

@media (max-width:  853px) {
	.videoytb{     
	width: 100%
	}
}

.find_property_value {
 display: none;	
}

.header_listItem.red > span,
.header_listItem.red > a {
	color: #dd2200;
}

.basket-btn-oc,
.basket-line-btn-oc {
	display: none;
}

.available
{
	margin: 0 0 10px 0;
	color: #43960c;
	font-weight: bold;
}

.productName {
	flex-grow: 1;
}
.secTop_oldPrice {
	color:red
	}
	
ul.bullet.payment li:before
{
	top: 5px;
}	

#claim-container 
{
		margin-bottom: 50px;
}

.link_underline
{
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
.soa_confirm_payment_paysystem a {
    border: 1px solid #243a73;
    padding: 10px;
    margin-right: 10px;
}
@media(max-width:2000px) and (min-width:991px){
	
	.header--secondary+div:not(.header_btns), .header--secondary+.bx_catalog-compare-list+script+div, .header--secondary+.header_btns+div+script+div, .header--secondary+.header_btns+div, .header--secondary+.header_btns+div.bx_catalog-compare-list+div {
		    padding-top: 240px !important;
	}
}
button.btn.btn-outline-secondary.pl-3.pr-3 {
    padding: 5px 20px;
}
button.btn.btn-outline-secondary.pl-3.pr-3 {
    float: left;
	    color: white;
}
.bx-soa-more-btn.col {
    width: 100%;
    float: left;
}
.bx-soa-more-btn.col button {
    border-radius: 27px;
    background: #314F9C!important;
}
li.breadcrumbs_item:after {
    content: '>';
}
li.breadcrumbs_item {
    font-size: 15px;
}
li.breadcrumbs_item.active:after {
    content: none;
}
.header_text {
    background: #75757573;
    padding: 10px;
}
.visualization {
    padding-top: 25px;
    padding-bottom: 100px;
}
.visualization .visualization-title {
    margin-bottom: 30px;
    text-align: center;
}
.visualization .visualization-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
}
.visualization .visualization-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.visualization-img .flex {
    display: flex;
}
.visualization-img .flex .top-left {
    width: 50%;
    background-image: url(/imgsed/top-left.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.visualization .bg-color {
    padding-top: 33px;
    padding-left: 30px;
    padding-right: 10px;
    background-color: rgba(49, 79, 156, 0.65);
    height: 355px;
}
.flex .top-left h4, .flex .top-right h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.flex .top-left p, .flex .top-right p {
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 180px;
}
.top-left .btn, .top-right .btn {
    text-align: right;
}
.top-left .btn a, .top-right .btn a {
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 16px 80px;
    background: linear-gradient(
0deg
, #ECAE11, #ECAE11);
    border-radius: 27px;
    transition: 0.2s;
}
.visualization-img .flex .top-right {
    background-image: url(/imgsed/top-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.visualization-img .flex .top-right {
    width: 50%;
}
.visualization-img .bottom {
    background-image: url(/imgsed/bottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.visualization .bottom .logo-img {
    text-align: right;
}
.top-left .btn, .top-right .btn {
    text-align: right;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.visualization .bottom h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.visualization .bottom p {
    font-size: 18px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 160px;
}
@media (min-width: 1900px){
section.visualization>.container{
	max-width: 1600px;
}
}
.top-left p {
    margin-bottom: 126px !important;
}
.top-right p{
	margin-bottom: 126px !important;
}
.bottom p {
	margin-bottom: 126px !important;
}
@media (min-width: 1900px) {
section.catalog-products>div {
    max-width: 1600px;
}
section.catalog-products-2>div {
    max-width: 1600px;
}
    .big-container {
        max-width: 1850px;
    }
    .banner {
        padding-top: 0.5px;
    }
    .banner div img {
        width: 100%;
        height: 100%;
    }
    .catalog-products-cards .card {
        width: 365px;
    }
    .catalog-products-cards-2 .card {
        width: 270px;
        height: 475px;
    }
    .stocks {
        padding-bottom: 50px;
    }
    .stocks .stocks-title {
        margin-bottom: 60px;
    }
    .stocks .stocks-banner img {
        transform: scale(1.2);
    }
    .paper .papers-list .paper-item {
        height: 450px;
        width: 23%;
    }
    .papers-list .paper-item .img-paper {
        text-align: center;
    }
    .papers-list .paper-item h4 {
        margin-top: 40px;
    }
    .papers-list .paper-item .btn-paper {
        margin-top: 70px;
    }
}

@media (max-width: 1400px) {
    .big-container {
        max-width: 800px;
    }

    header {
        padding-top: 20px;
        padding-bottom: 0px !important;
    }
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .logo-header {
        width: 280px;
    }
    .nav-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 30%;
    }
    .nav-header .element-nav {
        font-size: 16px;
    }
    .nav-header .element-nav:first-child,
    .nav-header .element-nav:nth-child(2) {
        margin-bottom: 20px;
    }
    .nav-header .element-nav a::after {
        transform: translateY(10px);
    }
    .nav-header .element-nav:hover a::after {
        transform: translateY(7px);
    }
    .brief-info .hours-work-header {
        font-size: 14px;
    }
    .brief-info .phone-header {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .brief-info .btn-form-header {
        font-size: 14px;
    }
    .header-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	
	
	
	
	
	
	
	
	
	
    .buttons-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 38%;
    }
    .button-header a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
    }
    .button-header a:last-child {
        margin-top: 10px;
    }
    .input-search input {
        background-size: 25px;
        padding: 15px 0;
        padding-left: 25px;
        padding-right: 240px;
    }

    .catalog-products {
        padding-top: 25px;
        padding-bottom: 30px;
        background-size: 500px;
        background-position: 0% 30%, 100% 4%;
    }
    .catalog-products-title {
        margin-bottom: 35px;
    }
    .catalog-products .catalog-products-cards {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .catalog-products-cards .card {
        width: 310px;
        height: 485px;
        padding-top: 55px;
        padding-left: 17px;
        padding-right: 20px;
        background: rgb(236, 174, 17);
        background: linear-gradient(180deg, rgba(236, 174, 17, 1) 7%, rgba(255, 255, 255, 1) 7%);
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
    }
    .catalog-products-cards .card:nth-child(1),
    .catalog-products-cards .card:nth-child(2),
    .catalog-products-cards .card:nth-child(3),
    .catalog-products-cards .card:nth-child(4),
    .catalog-products-cards .card:nth-child(5),
    .catalog-products-cards .card:nth-child(6) {
        margin-bottom: 30px;
    }
    .catalog-products-2 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .catalog-products-2-title {
        margin-bottom: 25px;
    }
    .catalog-products-cards-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .catalog-products-cards-2 .card {
        margin: 0 auto;
        border: 1px solid #C4C4C4;
        width: 250px;
        height: 475px;
        text-align: center;
        padding-top: 2px;
        padding-right: 3px;
        transition: 0.3s;
    }
    .catalog-products-cards-2 .card:nth-child(1),
    .catalog-products-cards-2 .card:nth-child(2),
    .catalog-products-cards-2 .card:nth-child(3) {
        margin-bottom: 20px;
    }

    .stocks {
        padding: 30px 0;
        background-size: 420px, 370px;
        background-position: 0 100%, 100% 5%;
    }
    .stocks .stocks-banner {
        width: 800px;
        margin: 0 auto;
    }
    .our-partners {
        padding-top: 30px;
    }
    .our-partners .our-partners-title {
        margin-bottom: 35px;
    }
    .our-partners .bg-color {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-partners .bg-color .logo-patners {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .bg-color .logo-patners div {
        width: 30%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .bg-color .logo-patners div:last-child {
        margin-bottom: 0;
    }
    .our-certificates {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .our-certificates .certificates {
        width: 85%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .our-certificates .certificates div {
        width: 200px;
        margin: 0 auto;
    }
    .btn-container {
        width: 35%;
    }
    .our-advantages {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-advantages>.bg-fon {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .advantages-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .advantages-flex .van-advantages {
        width: 29%;
        text-align: center;
        margin-bottom: 30px;
    }
    .advantages-flex .van-advantages:last-child {
        margin-bottom: 0;
    }
    .advantages-flex .van-advantages div {
        margin-bottom: 13px;
        width: 60px;
        margin: 0 auto;
    }
    .two-section {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .two-section>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .delivery {
        width: 100%;
    }
    .list-price .card p:first-child {
        margin-bottom: 10px;
    }
    .reviews .reviews-img {
        width: 800px;
    }
    .pay {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .pay .logo-pays {
        width: 90%;
    }
    .servies {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .servies .servies-title {
        margin-bottom: 70px;
    }
    .servies .servies-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .servies .servies-list .card {
        width: 18%;
        margin-bottom: 50px;
    }
    .servies-list .card div {
        width: 60px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .servies-list .card p {
        font-size: 16px;
    }
    .visualization {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .visualization .bg-color {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 20px;
        background-color: rgba(49, 79, 156, 0.65);
        height: 320px;
    }
    .flex .top-left p,
    .flex .top-right p {
        margin-bottom: 150px;
    }
    .top-left .btn a,
    .top-right .btn a {
        padding: 14px 60px;
    }
    .visualization .bottom p {
        margin-bottom: 140px;
    }
    .projects {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .list-project-1-window .project {
        flex-direction: column;
    }
    .list-project-1-window .project .img-project {
        width: 300px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .project .description-project h4 {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .project .description-project .description-project-1 {
        margin-bottom: 15px;
    }
    .description-project .description-project-1 h5 {
        font-size: 16px;
    }
    .project .description-project .description-project-2 {
        margin-bottom: 15px;
    }
    .description-project .description-project-2 h5 {
        font-size: 16px;
    }
    .project .description-project .description-project-3 {
        margin-bottom: 25px;
    }
    .description-project .description-project-3 h5 {
        font-size: 16px;
    }
    .description-project .description-project-3 .price-project {
        font-size: 32px;
    }
    .description-project a {
        padding: 15px 50px;
    }
    .projects .btn-galery {
        margin-top: 60px;
    }
    .btn-container {
        width: 35%;
    }
    .paper {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .paper .papers-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .paper .papers-list .paper-item {
        border: 2px solid #314F9C;
        height: 400px;
        width: 40%;
    }
    .paper .papers-list .paper-item:nth-child(1),
    .paper .papers-list .paper-item:nth-child(2) {
        margin-bottom: 20px;
    }
    .papers-list .paper-item .img-paper {
    }
    .papers-list .paper-item h4 {
        padding-left: 15px;
    }
    .section-contacts {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .flex-rows-contacts {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .flex-left-contacts {
        display: flex;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .flex-right-contacts {
        width: 90%;
        margin: 0 auto;
    }
    .flex-right-contacts-top {
        width: 60%;
        margin-bottom: 30px;
    }
    footer {
        background: #152E6D;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .flex-footer-hor {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-footer-hor div:first-child {
        align-self: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .flex-footer-top {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-footer {
        display: flex;
        margin-bottom: 20px;
    }
    .btn-footer {
        margin: 0 auto;
    }
    .btn-footer a {
        padding: 6px 40px;
    }
    .nav-footer li a {
        margin-right: 15px;
    }
    .flex-footer-bottom .office-hours p {
        font-size: 20px;
    }
    .communication-data-first a {
        font-size: 26px;
    }
    .communication-data-last a {
        font-size: 18px;
    }
}

@media(max-width: 750px) {
    .secDark .secForm_form > .flex_row, 
    .secDark .secForm_content > .flex_row {
        flex-wrap: wrap
    }
    .secDark .secForm_content .input.flex_item3 {
        width: 100%;
        margin-bottom: 5%
    }
    .secDark .secForm_content .input.flex_item3:last-child {
        margin-bottom: 0
    }
    #InputSubscribeEmail, #footer-make-subscribe {
        width: 100%;
        border-radius: 6px;
        margin: 0 0 10px;
    }
    #InputSubscribeEmail {
        border-right: 1px solid #e9e9e9
    }
    .secDark button[type=submit] {
        margin-left:auto;
        margin-right:auto;
    }
    .big-container {
        max-width: 300px;
    }
    .hamburger-menu {
        display: block;
        visibility: visible;
    }
    #menu__toggle {
        opacity: 0;
    }
    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 30px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }
    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
    }
    .menu__btn>span::before {
        content: '';
        top: -8px;
    }
    .menu__btn>span::after {
        content: '';
        top: 8px;
    }
    .nav-header {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: -100%;
        width: 320px;
        height: 250px;
        border-radius: 5px;
        margin: 0;
        padding-top: 50px;
        list-style: none;
        text-align: center;
        background-color: #e1e7eb;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    }
    .nav-header li a {
        display: block;
        padding: 12px 24px;
        color: rgb(8, 8, 8);
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }
    #menu__toggle:checked~.menu__btn>span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked~.menu__btn>span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked~.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked~.nav-header {
        visibility: visible;
        left: 0;
    }
    .nav-header li a::after {
        display: none;
    }
    header {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .logo-header {
        width: 80%;
        margin-left: auto;
    }
    .brief-info {
        margin-right: auto;
    }
    .brief-info .hours-work-header {
        font-size: 14px;
        text-align: left;
    }
    .brief-info .phone-header {
        font-size: 20px;
        text-align: left;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .brief-info .btn-form-header {
        font-size: 14px;
        text-align: left;
    }
    .header-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .buttons-header {
        display: flex;
        width: 100%;
    }
    .button-header a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
    }
    .button-header a:last-child {
        margin-top: 10px;
    }
    .input-search input {
        margin-top: 20px;
        background-image: url('/local/templates/frontmaster/./img/header/zoom.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 97% 45%;
        padding: 15px 0;
        padding-left: 25px;
        padding-right: 90px;
    }
    .catalog-products {
        padding-top: 20px;
        padding-bottom: 30px;
        background-image: none;
    }
    .catalog-products-title {
        margin-bottom: 25px;
    }
    .catalog-products-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-products-title h3 {
        margin-top: -15px;
        font-size: 20px;
    }
    .catalog-products-cards .card {
        margin-bottom: 20px;
    }
    .catalog-products-cards .card:last-child {
        margin-bottom: 0;
    }
    .catalog-products-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .catalog-products-2-title {
        margin-bottom: 20px;
    }
    .catalog-products-2-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-products-2-title h3 {
        font-size: 20px;
    }
    .catalog-products-cards-2 .card {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .catalog-products-cards-2 .card:last-child {
        margin-bottom: 0;
    }
    .card .img-product img:nth-child(1),
    .card .img-product img:nth-child(2) {
        width: 180px;
    }
    .card .img-product img {
        width: 260px;
    }
    .stocks {
        background-image: none;
        padding: 20px 0;
    }
    .stocks .stocks-title {
        margin-bottom: 20px;
    }
    .stocks .stocks-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .stocks .stocks-title h3 {
        font-size: 20px;
    }
    .stocks .stocks-banner {
        width: 320px;
        margin: 0 auto;
    }
    .our-partners {
        padding-top: 30px;
    }
    .our-partners .our-partners-title {
        margin-bottom: 20px;
    }
    .our-partners .our-partners-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-partners .our-partners-title h3 {
        font-size: 20px;
    }
    .our-partners .bg-color {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .our-partners .bg-color .logo-patners {
        text-align: center;
        margin-bottom: 30px;
    }
    .bg-color .logo-patners div {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bg-color .logo-patners div:last-child {
        margin-bottom: 0;
    }
    .bg-color .big-container a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 23px;
        color: #FFFFFF;
        transition: 0.3s;
    }
    .our-certificates {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .our-certificates .our-certificates-title {
        margin-bottom: 25px;
    }
    .our-certificates .our-certificates-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-certificates .our-certificates-title h3 {
        font-size: 20px;
    }
    .our-certificates .certificates {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        flex-wrap: wrap;
    }
    .our-certificates .certificates div {
        width: 150px;
        margin: 0 auto;
    }
    .flex-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .slider-wrapper {
        max-width: 700px;
        width: 100%;
        position: relative;
    }
    .btn-container {
        margin: 0 auto;
        margin-top: 30px;
        align-items: center;
        width: 80%;
        justify-content: space-between;
    }
    .our-advantages {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .our-advantages>.bg-fon {
        padding-top: 30px;
        padding-bottom: 20px;
        background-image: url('/local/templates/frontmaster/./img/main/bg-section-3.png');
        background-size: 100% 110%;
    }
    .headers-section-3 {
        margin-bottom: 30px;
    }
    .headers-section-3 h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .headers-section-3 h2 {
        margin-top: -50px;
        font-size: 20px;
    }
    .advantages-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: none;
    }
    .advantages-flex .van-advantages {
        width: 45%;
        text-align: center;
        margin-bottom: 13px;
    }
    .advantages-flex .van-advantages:last-child {
        margin-bottom: 0;
    }
    .advantages-flex .van-advantages div {
        margin-bottom: 0px;
    }
    .van-advantages div img {
        width: 40px;
    }
    .advantages-flex .van-advantages p {
        font-size: 13px;
    }
    .two-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .two-section>.container {
        display: flex;
        flex-direction: column;
        justify-content: none;
    }
    .delivery {
        width: 100%;
    }
    .delivery .delivery-title {
        margin-bottom: 15px;
    }
    .delivery .delivery-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .delivery .delivery-title h3 {
        font-size: 20px;
    }
    .delivery .image {
        margin-bottom: 15px;
        width: 300px;
        height: auto;
    }
    .delivery .deskription-price h4 {
        font-size: 16px;
        text-align-last: left;
    }
    .delivery .deskription-price .price-delivery-text {
        margin-bottom: 15px;
    }
    .delivery .deskription-price .list-price {
        display: flex;
        justify-content: none;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .deskription-price .list-price .card {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-bottom: 13px;
    }
    .deskription-price .list-price .card:last-child {
        margin-bottom: 0;
    }
    .list-price .card p:first-child {
        font-size: 16px;
        line-height: 114.84%;
        margin-bottom: 5px;
    }
    .list-price .card:last-child p:first-child {
        margin-bottom: 5px;
    }
    .list-price .card p:last-child {
        font-size: 18px;
    }
    .deskription-price .cost-calculation {
        margin-bottom: 25px;
    }
    .deskription-price .cost-calculation p {
        font-size: 14px;
        width: 100%;
    }
    .cost-calculation div {
        margin: 0 auto;
        margin-top: 20px;
    }
    .deskription-price .disclamery {
        font-size: 11px;
        text-align: left;
        line-height: 100%;
    }
    .reviews .reviews-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .reviews .reviews-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .reviews .reviews-title h3 {
        font-size: 20px;
    }
    .reviews .reviews-img {
        width: 300px;
    }
    .pay {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pay .pay-title {
        margin-bottom: 30px;
    }
    .pay .pay-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .pay .pay-title h3 {
        font-size: 20px;
    }
    .pay .logo-pays {
        width: 100%;
    }
    .pay .logo-pays div {
        width: 45%;
    }
    .servies {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .servies .servies-title {
        margin-bottom: 30px;
    }
    .servies .servies-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servies .servies-title h3 {
        font-size: 20px;
    }
    .servies .servies-list .card {
        width: 45%;
        margin-bottom: 25px;
    }
    .servies .servies-list .card:nth-child(12),
    .servies .servies-list .card:nth-child(12),
    .servies .servies-list .card:nth-child(13),
    .servies .servies-list .card:last-child {
        margin-bottom: 25px;
    }
    .servies .servies-list .card:nth-child(13),
    .servies .servies-list .card:last-child {
        margin-bottom: 0px;
    }
    .servies-list .card div {
        width: 100%;
        margin-bottom: 8px;
    }
    .servies-list .card p {
        font-size: 16px;
    }
    .visualization {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .visualization .visualization-title {
        margin-bottom: 20px;
    }
    .visualization .visualization-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .visualization .visualization-title h3 {
        font-size: 20px;
    }
    .visualization-img .flex {
        display: flex;
        flex-direction: column;
    }
    .visualization-img .flex .top-right {
        width: 100%;
    }
    .visualization .bg-color {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 20px;
        height: 250px;
    }
    .flex .top-left h4,
    .flex .top-right h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .flex .top-left p,
    .flex .top-right p {
        font-size: 14px;
        margin-bottom: 120px;
    }
    .top-left .btn a,
    .top-right .btn a {
        font-size: 16px;
        padding: 10px 40px;
    }
    .visualization .bottom h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .visualization .bottom p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 80px;
    }
    .bottom .logo-img img {
        width: 120px;
    }
    .visualization-img .flex .top-left {
        width: 100%;
        background-image: url('/imgsed/top-left.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .visualization-img .flex .top-right {
        background-image: url('/imgsed/top-right.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .visualization-img .bottom {
        background-image: url('/imgsed/bottom.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .projects {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .projects .projects-title {
        margin-bottom: 30px;
    }
    .projects .projects-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .projects .projects-title h3 {
        font-size: 20px;
    }
    .list-project-1-window {
        display: flex;
        flex-direction: column;
    }
    .list-project-1-window .project {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .list-project-1-window .project:last-child {
        margin-top: 40px;
    }
    .list-project-1-window .project .img-project {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 260px;
        margin: 0 auto;
    }
    .project .description-project {
        text-align: left;
    }
    .project .description-project h4 {
        font-size: 24px;
    }
    .project .description-project .description-project-1 {
        margin-bottom: 10px;
    }
    .description-project .description-project-1 h5 {
        font-size: 16px;
    }
    .description-project .description-project-1 p {
        font-size: 14px;
    }
    .project .description-project .description-project-2 {
        margin-bottom: 15px;
    }
    .description-project .description-project-2 h5 {
        font-size: 16px;
    }
    .description-project .description-project-2 p {
        font-size: 14px;
        line-height: 114.84%;
    }
    .project .description-project .description-project-3 {
        margin-bottom: 30px;
    }
    .description-project .description-project-3 h5 {
        font-size: 16px;
    }
    .description-project .description-project-3 p {
        margin-bottom: 15px;
    }
    .description-project .description-project-3 .price-project {
        font-size: 24px;
    }
    .description-project a {
        font-size: 16px;
        padding: 12px 35px;
    }
    .projects .btn-galery {
        margin-top: 50px;
    }
    .projects .btn-galery a {
        padding: 13px 40px;
    }
    .flex-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .slider-wrapper {
        max-width: 400px;
        width: 100%;
        position: relative;
    }
    .btn-container {
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        align-items: center;
        width: 80%;
        justify-content: space-between;
    }
    .paper {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .paper .paper-title {
        margin-bottom: 25px;
    }
    .paper .paper-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .paper .paper-title h3 {
        font-size: 20px;
    }
    .paper .papers-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .paper .papers-list .paper-item {
        border: 2px solid #314F9C;
        height: 360px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .paper .papers-list .paper-item:last-child {
        margin-bottom: 0;
    }
    .papers-list .paper-item .img-paper {
        text-align: center;
    }
    .papers-list .paper-item h4 {
        font-size: 22px;
        margin-top: 15px;
    }
    .papers-list .paper-item .btn-paper {
        text-align: center;
        margin-top: 30px;
    }
    .paper-item .btn-paper a {
        padding: 14px 45px;
    }
    .section-contacts {
        padding-top: 15px;
        padding-bottom: 20px;
        background-image: none;
    }
    .section-contacts h2 {
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
        font-size: 26px;
    }
    .flex-rows-contacts {
        display: flex;
        flex-direction: column;
    }
    .flex-left-contacts {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-bottom: 20px;
    }
    .flex-right-contacts {
        width: 100%;
    }
    .svg-pointer {
        display: none;
        margin-bottom: 0px;
    }
    .flex-left-contacts input {
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        margin-bottom: 20px;
    }
    .list-sity {
        padding-left: 0px;
    }
    .list-sity div {
        margin-bottom: 6px;
    }
    .list-sity div:last-child {
        margin-bottom: 10px;
    }
    .list-sity div:first-child a {
        font-size: 20px;
    }
    .list-sity div:nth-child(2) a {
        font-size: 16px;
    }
    .list-sity div a {
        font-size: 16px;
    }
    .flex-left-contacts .img-navigation {
        margin-left: 0;
        width: 100%;
    }
    .flex-right-contacts-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .flex-right-contacts-top>p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-top .map {
        display: flex;
    }
    .flex-right-contacts-top .map div {
        margin-right: 4px;
        width: 13px;
    }
    .flex-right-contacts-top .map p {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-right-contacts-top .location-map {
        display: flex;
    }
    .flex-right-contacts-top .location-map div {
        margin-right: 5px;
        width: 15px;
    }
    .flex-right-contacts-top .location-map p {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-right-contacts-bottom {
        padding-right: 20px;
    }
    .flex-right-contacts-bottom .our-address {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .our-address .our-address-head {
        display: flex;
    }
    .our-address .our-address-head div {
        margin-right: 5px;
    }
    .our-address .our-address-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .our-address p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .btn-telefon {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .btn-telefon .btn-telefon-head {
        display: flex;
        margin-bottom: 10px;
    }
    .btn-telefon .btn-telefon-head div {
        margin-right: 5px;
    }
    .btn-telefon .btn-telefon-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-telefon .btn a {
        font-size: 14px;
        padding: 9px 35px;
    }
    .flex-right-contacts-bottom .email {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .email .email-head {
        display: flex;
    }
    .email .email-head div {
        margin-right: 5px;
    }
    .email .email-head p {
        font-size: 14px;
        line-height: 23px;
    }
    .email a {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .work-schedule {
        margin-bottom: 10px;
    }
    .flex-right-contacts-bottom .work-schedule .work-schedule-head {
        display: flex;
    }
    .work-schedule .work-schedule-head div {
        margin-right: 5px;
    }
    .work-schedule .work-schedule-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .work-schedule p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .corona-infa {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .flex-right-contacts-bottom .btn-contacts a {
        font-size: 16px;
        padding: 9px 20px;
    }
    footer {
        background: #152E6D;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .flex-footer-hor {
        display: flex;
        flex-direction: column;
    }
    .flex-footer-hor div:first-child {
        align-self: center;
        width: 90%;
    }
    .flex-footer-top {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .flex-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-footer {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .nav-footer li a {
        margin-right: 0px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 7px;
    }
    .btn-footer {
        margin-top: 30px;
    }
    .btn-footer a {
        font-size: 14px;
        padding: 9px 60px;
    }
    .flex-footer-bottom .office-hours {
        margin-bottom: 10px;
    }
    .flex-footer-bottom .office-hours p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    .communication-data-first {
        margin-bottom: 10px;
    }
    .communication-data-first a {
        font-size: 18px;
    }
    .communication-data-last a {
        font-size: 16px;
        text-align: right;
    }
}
@media(max-width:750px){
	.bottom p {margin-bottom: 18px !important;}
}
.flex .top-left p, .flex .top-right p {
    margin: 0 !important;
    height: 165px;
}
@media(max-width:750px){
.flex .top-left p, .flex .top-right p {
    margin: 0 !important;
    height: 136px;
}
.footer_item.footer_nav.flex_row.jcsb {
    display: block;
}
.footer_list {
    border-bottom: 1px solid black;
    width: 100%;
}
}
div#secReviews {
    padding-bottom: 0;
}
.our-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
}
.headers-section-3 {
    margin-bottom: 35px;
    text-align: center;
}
.headers-section-3 h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
}
.headers-section-3 h2 {
    margin-top: -65px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.our-advantages>.bg-fon {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/imgsed/bg-section-3.png);
    background-repeat: no-repeat;
    background-size: 100% 101%;
}
@media (min-width: 1900px){
.bg-fon.container {
    max-width: 1600px;
}
}
.advantages-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.advantages-flex .van-advantages {
    width: 28%;
    text-align: center;
    margin-bottom: 30px;
}
.advantages-flex .van-advantages div {
    margin-bottom: 13px;
}
.advantages-flex .van-advantages p {
    font-weight: bold;
    font-size: 18px;
    line-height: 143.55%;
    color: #191B1D;
}
@media (min-width: 1900px) {
    .big-container {
        max-width: 1850px;
    }
    .banner {
        padding-top: 0.5px;
    }
    .banner div img {
        width: 100%;
        height: 100%;
    }
    .catalog-products-cards .card {
        width: 365px;
    }
    .catalog-products-cards-2 .card {
        width: 270px;
        height: 475px;
    }
    .stocks {
        padding-bottom: 50px;
    }
    .stocks .stocks-title {
        margin-bottom: 60px;
    }
    .stocks .stocks-banner img {
        transform: scale(1.2);
    }
    .paper .papers-list .paper-item {
        height: 450px;
        width: 23%;
    }
    .papers-list .paper-item .img-paper {
        text-align: center;
    }
    .papers-list .paper-item h4 {
        margin-top: 40px;
    }
    .papers-list .paper-item .btn-paper {
        margin-top: 70px;
    }
}

@media (max-width: 1400px) {
    .big-container {
        max-width: 800px;
    }
    header {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .logo-header {
        width: 280px;
    }
    .nav-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 30%;
    }
    .nav-header .element-nav {
        font-size: 16px;
    }
    .nav-header .element-nav:first-child,
    .nav-header .element-nav:nth-child(2) {
        margin-bottom: 20px;
    }
    .nav-header .element-nav a::after {
        transform: translateY(10px);
    }
    .nav-header .element-nav:hover a::after {
        transform: translateY(7px);
    }
    .brief-info .hours-work-header {
        font-size: 14px;
    }
    .brief-info .phone-header {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .brief-info .btn-form-header {
        font-size: 14px;
    }
    .header-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .buttons-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 38%;
    }
    .button-header a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
    }
    .button-header a:last-child {
        margin-top: 10px;
    }
    .input-search input {
        background-size: 25px;
        padding: 15px 0;
        padding-left: 25px;
        padding-right: 240px;
    }
    .catalog-products {
        padding-top: 25px;
        padding-bottom: 30px;
        background-size: 500px;
        background-position: 0% 30%, 100% 4%;
    }
    .catalog-products-title {
        margin-bottom: 35px;
    }
    .catalog-products .catalog-products-cards {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .catalog-products-cards .card {
        width: 310px;
        height: 485px;
        padding-top: 55px;
        padding-left: 17px;
        padding-right: 20px;
        background: rgb(236, 174, 17);
        background: linear-gradient(180deg, rgba(236, 174, 17, 1) 7%, rgba(255, 255, 255, 1) 7%);
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
    }
    .catalog-products-cards .card:nth-child(1),
    .catalog-products-cards .card:nth-child(2),
    .catalog-products-cards .card:nth-child(3),
    .catalog-products-cards .card:nth-child(4),
    .catalog-products-cards .card:nth-child(5),
    .catalog-products-cards .card:nth-child(6) {
        margin-bottom: 30px;
    }
    .catalog-products-2 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .catalog-products-2-title {
        margin-bottom: 25px;
    }
    .catalog-products-cards-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .catalog-products-cards-2 .card {
        margin: 0 auto;
        border: 1px solid #C4C4C4;
        width: 250px;
        height: 475px;
        text-align: center;
        padding-top: 2px;
        padding-right: 3px;
        transition: 0.3s;
    }
    .catalog-products-cards-2 .card:nth-child(1),
    .catalog-products-cards-2 .card:nth-child(2),
    .catalog-products-cards-2 .card:nth-child(3) {
        margin-bottom: 20px;
    }
    .stocks {
        padding: 30px 0;
        background-size: 420px, 370px;
        background-position: 0 100%, 100% 5%;
    }
    .stocks .stocks-banner {
        width: 800px;
        margin: 0 auto;
    }
    .our-partners {
        padding-top: 30px;
    }
    .our-partners .our-partners-title {
        margin-bottom: 35px;
    }
    .our-partners .bg-color {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-partners .bg-color .logo-patners {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .bg-color .logo-patners div {
        width: 30%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .bg-color .logo-patners div:last-child {
        margin-bottom: 0;
    }
    .our-certificates {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .our-certificates .certificates {
        width: 85%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .our-certificates .certificates div {
        width: 200px;
        margin: 0 auto;
    }
    .btn-container {
        width: 35%;
    }
    .our-advantages {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-advantages>.bg-fon {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .advantages-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .advantages-flex .van-advantages {
        width: 29%;
        text-align: center;
        margin-bottom: 30px;
    }
    .advantages-flex .van-advantages:last-child {
        margin-bottom: 0;
    }
    .advantages-flex .van-advantages div {
        margin-bottom: 13px;
        width: 60px;
        margin: 0 auto;
    }
    .two-section {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .two-section>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .delivery {
        width: 100%;
    }
    .list-price .card p:first-child {
        margin-bottom: 10px;
    }
    .reviews .reviews-img {
        width: 800px;
    }
    .pay {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .pay .logo-pays {
        width: 90%;
    }
    .servies {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .servies .servies-title {
        margin-bottom: 70px;
    }
    .servies .servies-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .servies .servies-list .card {
        width: 18%;
        margin-bottom: 50px;
    }
    .servies-list .card div {
        width: 60px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .servies-list .card p {
        font-size: 16px;
    }
    .visualization {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .visualization .bg-color {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 20px;
        background-color: rgba(49, 79, 156, 0.65);
        height: 320px;
    }
    .flex .top-left p,
    .flex .top-right p {
        margin-bottom: 150px;
    }
    .top-left .btn a,
    .top-right .btn a {
        padding: 14px 60px;
    }
    .visualization .bottom p {
        margin-bottom: 140px;
    }
    .projects {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .list-project-1-window .project {
        flex-direction: column;
    }
    .list-project-1-window .project .img-project {
        width: 300px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .project .description-project h4 {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .project .description-project .description-project-1 {
        margin-bottom: 15px;
    }
    .description-project .description-project-1 h5 {
        font-size: 16px;
    }
    .project .description-project .description-project-2 {
        margin-bottom: 15px;
    }
    .description-project .description-project-2 h5 {
        font-size: 16px;
    }
    .project .description-project .description-project-3 {
        margin-bottom: 25px;
    }
    .description-project .description-project-3 h5 {
        font-size: 16px;
    }
    .description-project .description-project-3 .price-project {
        font-size: 32px;
    }
    .description-project a {
        padding: 15px 50px;
    }
    .projects .btn-galery {
        margin-top: 60px;
    }
    .btn-container {
        width: 35%;
    }
    .paper {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .paper .papers-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .paper .papers-list .paper-item {
        border: 2px solid #314F9C;
        height: 400px;
        width: 40%;
    }
    .paper .papers-list .paper-item:nth-child(1),
    .paper .papers-list .paper-item:nth-child(2) {
        margin-bottom: 20px;
    }
    .papers-list .paper-item .img-paper {

    }
    .papers-list .paper-item h4 {
        padding-left: 15px;
    }
    .section-contacts {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .flex-rows-contacts {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .flex-left-contacts {
        display: flex;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .flex-right-contacts {
        width: 90%;
        margin: 0 auto;
    }
    .flex-right-contacts-top {
        width: 60%;
        margin-bottom: 30px;
    }
    footer {
        background: #152E6D;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .flex-footer-hor {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-footer-hor div:first-child {
        align-self: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .flex-footer-top {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-footer {
        display: flex;
        margin-bottom: 20px;
    }
    .btn-footer {
        margin: 0 auto;
    }
    .btn-footer a {
        padding: 6px 40px;
    }
    .nav-footer li a {
        margin-right: 15px;
    }
    .flex-footer-bottom .office-hours p {
        font-size: 20px;
    }
    .communication-data-first a {
        font-size: 26px;
    }
    .communication-data-last a {
        font-size: 18px;
    }
}

@media(max-width: 750px) {
    .big-container {
        max-width: 300px;
    }
    .hamburger-menu {
        display: block;
        visibility: visible;
    }
    #menu__toggle {
        opacity: 0;
    }
    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 30px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }
    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
    }
    .menu__btn>span::before {
        content: '';
        top: -8px;
    }
    .menu__btn>span::after {
        content: '';
        top: 8px;
    }
    .nav-header {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: -100%;
        width: 320px;
        height: 250px;
        border-radius: 5px;
        margin: 0;
        padding-top: 50px;
        list-style: none;
        text-align: center;
        background-color: #e1e7eb;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    }
    .nav-header li a {
        display: block;
        padding: 12px 24px;
        color: rgb(8, 8, 8);
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }
    #menu__toggle:checked~.menu__btn>span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked~.menu__btn>span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked~.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked~.nav-header {
        visibility: visible;
        left: 0;
    }
    .nav-header li a::after {
        display: none;
    }
    header {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .logo-header {
        width: 80%;
        margin-left: auto;
    }
    .brief-info {
        margin-right: auto;
    }
    .brief-info .hours-work-header {
        font-size: 14px;
        text-align: left;
    }
    .brief-info .phone-header {
        font-size: 20px;
        text-align: left;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .brief-info .btn-form-header {
        font-size: 14px;
        text-align: left;
    }
    .header-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .buttons-header {
        display: flex;
        width: 100%;
    }
    .button-header a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
    }
    .button-header a:last-child {
        margin-top: 10px;
    }
    .input-search input {
        margin-top: 20px;
        background-image: url('/local/templates/frontmaster/./img/header/zoom.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 97% 45%;
        padding: 15px 0;
        padding-left: 25px;
        padding-right: 90px;
    }
    .catalog-products {
        padding-top: 20px;
        padding-bottom: 30px;
        background-image: none;
    }
    .catalog-products-title {
        margin-bottom: 25px;
    }
    .catalog-products-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-products-title h3 {
        margin-top: -15px;
        font-size: 20px;
    }
    .catalog-products-cards .card {
        margin-bottom: 20px;
    }
    .catalog-products-cards .card:last-child {
        margin-bottom: 0;
    }
    .catalog-products-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .catalog-products-2-title {
        margin-bottom: 20px;
    }
    .catalog-products-2-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-products-2-title h3 {
        font-size: 20px;
    }
    .catalog-products-cards-2 .card {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .catalog-products-cards-2 .card:last-child {
        margin-bottom: 0;
    }
    .card .img-product img:nth-child(1),
    .card .img-product img:nth-child(2) {
        width: 180px;
    }
    .card .img-product img {
        width: 260px;
    }
    .stocks {
        background-image: none;
        padding: 20px 0;
    }
    .stocks .stocks-title {
        margin-bottom: 20px;
    }
    .stocks .stocks-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .stocks .stocks-title h3 {
        font-size: 20px;
    }
    .stocks .stocks-banner {
        width: 320px;
        margin: 0 auto;
    }
    .our-partners {
        padding-top: 30px;
    }
    .our-partners .our-partners-title {
        margin-bottom: 20px;
    }
    .our-partners .our-partners-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-partners .our-partners-title h3 {
        font-size: 20px;
    }
    .our-partners .bg-color {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .our-partners .bg-color .logo-patners {
        text-align: center;
        margin-bottom: 30px;
    }
    .bg-color .logo-patners div {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bg-color .logo-patners div:last-child {
        margin-bottom: 0;
    }
    .bg-color .big-container a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 23px;
        color: #FFFFFF;
        transition: 0.3s;
    }
    .our-certificates {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .our-certificates .our-certificates-title {
        margin-bottom: 25px;
    }
    .our-certificates .our-certificates-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-certificates .our-certificates-title h3 {
        font-size: 20px;
    }
    .our-certificates .certificates {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        flex-wrap: wrap;
    }
    .our-certificates .certificates div {
        width: 150px;
        margin: 0 auto;
    }
    .flex-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .slider-wrapper {
        max-width: 700px;
        width: 100%;
        position: relative;
    }
    .btn-container {
        margin: 0 auto;
        margin-top: 30px;
        align-items: center;
        width: 80%;
        justify-content: space-between;
    }
    .our-advantages {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .our-advantages>.bg-fon {
        padding-top: 30px;
        padding-bottom: 20px;
        background-image: url('/local/templates/frontmaster/./img/main/bg-section-3.png');
        background-size: 100% 110%;
    }
    .headers-section-3 {
        margin-bottom: 30px;
    }
    .headers-section-3 h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .headers-section-3 h2 {
        margin-top: -50px;
        font-size: 20px;
    }
    .advantages-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: none;
    }
    .advantages-flex .van-advantages {
        width: 45%;
        text-align: center;
        margin-bottom: 13px;
    }
    .advantages-flex .van-advantages:last-child {
        margin-bottom: 0;
    }
    .advantages-flex .van-advantages div {
        margin-bottom: 0px;
    }
    .van-advantages div img {
        width: 40px;
    }
    .advantages-flex .van-advantages p {
        font-size: 13px;
    }
    .form {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .form .section-width {
        width: 100%;
    }
    .form h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .form p {
        font-size: 12px;
        margin-bottom: 25px;
    }
    form>div {
        display: flex;
        flex-direction: column;
        justify-content: none;
    }
    form>div input {
        font-size: 20px;
        padding: 10px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    form>div button {
        font-size: 20px;
        padding: 10px 40px;
    }
    .two-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .two-section>.container {
        display: flex;
        flex-direction: column;
        justify-content: none;
    }
    .delivery {
        width: 100%;
    }
    .delivery .delivery-title {
        margin-bottom: 15px;
    }
    .delivery .delivery-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .delivery .delivery-title h3 {
        font-size: 20px;
    }
    .delivery .image {
        margin-bottom: 15px;
        width: 300px;
        height: auto;
    }
    .delivery .deskription-price h4 {
        font-size: 16px;
        text-align-last: left;
    }
    .delivery .deskription-price .price-delivery-text {
        margin-bottom: 15px;
    }
    .delivery .deskription-price .list-price {
        display: flex;
        justify-content: none;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .deskription-price .list-price .card {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-bottom: 13px;
    }
    .deskription-price .list-price .card:last-child {
        margin-bottom: 0;
    }
    .list-price .card p:first-child {
        font-size: 16px;
        line-height: 114.84%;
        margin-bottom: 5px;
    }
    .list-price .card:last-child p:first-child {
        margin-bottom: 5px;
    }
    .list-price .card p:last-child {
        font-size: 18px;
    }
    .deskription-price .cost-calculation {
        margin-bottom: 25px;
    }
    .deskription-price .cost-calculation p {
        font-size: 14px;
        width: 100%;
    }
    .cost-calculation div {
        margin: 0 auto;
        margin-top: 20px;
    }
    .deskription-price .disclamery {
        font-size: 11px;
        text-align: left;
        line-height: 100%;
    }
    .reviews .reviews-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .reviews .reviews-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .reviews .reviews-title h3 {
        font-size: 20px;
    }
    .reviews .reviews-img {
        width: 300px;
    }
    .pay {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pay .pay-title {
        margin-bottom: 30px;
    }
    .pay .pay-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .pay .pay-title h3 {
        font-size: 20px;
    }
    .pay .logo-pays {
        width: 100%;
    }
    .pay .logo-pays div {
        width: 45%;
    }
    .servies {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .servies .servies-title {
        margin-bottom: 30px;
    }
    .servies .servies-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servies .servies-title h3 {
        font-size: 20px;
    }
    .servies .servies-list .card {
        width: 45%;
        margin-bottom: 25px;
    }
    .servies .servies-list .card:nth-child(12),
    .servies .servies-list .card:nth-child(12),
    .servies .servies-list .card:nth-child(13),
    .servies .servies-list .card:last-child {
        margin-bottom: 25px;
    }
    .servies .servies-list .card:nth-child(13),
    .servies .servies-list .card:last-child {
        margin-bottom: 0px;
    }
    .servies-list .card div {
        width: 100%;
        margin-bottom: 8px;
    }
    .servies-list .card p {
        font-size: 16px;
    }
    .visualization {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .visualization .visualization-title {
        margin-bottom: 20px;
    }
    .visualization .visualization-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .visualization .visualization-title h3 {
        font-size: 20px;
    }
    .visualization-img .flex {
        display: flex;
        flex-direction: column;
    }
    .visualization-img .flex .top-right {
        width: 100%;
    }
    .visualization .bg-color {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 20px;
        height: 250px;
    }
    .flex .top-left h4,
    .flex .top-right h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .flex .top-left p,
    .flex .top-right p {
        font-size: 14px;
        margin-bottom: 120px;
    }
    .top-left .btn a,
    .top-right .btn a {
        font-size: 16px;
        padding: 10px 40px;
    }
    .visualization .bottom h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .visualization .bottom p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 80px;
    }
    .bottom .logo-img img {
        width: 120px;
    }
    .projects {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .projects .projects-title {
        margin-bottom: 30px;
    }
    .projects .projects-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .projects .projects-title h3 {
        font-size: 20px;
    }
    .list-project-1-window {
        display: flex;
        flex-direction: column;
    }
    .list-project-1-window .project {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .list-project-1-window .project:last-child {
        margin-top: 40px;
    }
    .list-project-1-window .project .img-project {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 260px;
        margin: 0 auto;
    }
    .project .description-project {
        text-align: left;
    }
    .project .description-project h4 {
        font-size: 24px;
    }
    .project .description-project .description-project-1 {
        margin-bottom: 10px;
    }
    .description-project .description-project-1 h5 {
        font-size: 16px;
    }
    .description-project .description-project-1 p {
        font-size: 14px;
    }
    .project .description-project .description-project-2 {
        margin-bottom: 15px;
    }
    .description-project .description-project-2 h5 {
        font-size: 16px;
    }
    .description-project .description-project-2 p {
        font-size: 14px;
        line-height: 114.84%;
    }
    .project .description-project .description-project-3 {
        margin-bottom: 30px;
    }
    .description-project .description-project-3 h5 {
        font-size: 16px;
    }
    .description-project .description-project-3 p {
        margin-bottom: 15px;
    }
    .description-project .description-project-3 .price-project {
        font-size: 24px;
    }
    .description-project a {
        font-size: 16px;
        padding: 12px 35px;
    }
    .projects .btn-galery {
        margin-top: 50px;
    }
    .projects .btn-galery a {
        padding: 13px 40px;
    }
    .flex-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .slider-wrapper {
        max-width: 400px;
        width: 100%;
        position: relative;
    }
    .btn-container {
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        align-items: center;
        width: 80%;
        justify-content: space-between;
    }
    .paper {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .paper .paper-title {
        margin-bottom: 25px;
    }
    .paper .paper-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .paper .paper-title h3 {
        font-size: 20px;
    }
    .paper .papers-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .paper .papers-list .paper-item {
        border: 2px solid #314F9C;
        height: 360px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .paper .papers-list .paper-item:last-child {
        margin-bottom: 0;
    }
    .papers-list .paper-item .img-paper {
        text-align: center;
    }
    .papers-list .paper-item h4 {
        font-size: 22px;
        margin-top: 15px;
    }
    .papers-list .paper-item .btn-paper {
        text-align: center;
        margin-top: 30px;
    }
    .paper-item .btn-paper a {
        padding: 14px 45px;
    }
    .section-contacts {
        padding-top: 15px;
        padding-bottom: 20px;
        background-image: none;
    }
    .section-contacts h2 {
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
        font-size: 26px;
    }
    .flex-rows-contacts {
        display: flex;
        flex-direction: column;
    }
    .flex-left-contacts {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-bottom: 20px;
    }
    .flex-right-contacts {
        width: 100%;
    }
    .svg-pointer {
        display: none;
        margin-bottom: 0px;
    }
    .flex-left-contacts input {
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        margin-bottom: 20px;
    }
    .list-sity {
        padding-left: 0px;
    }
    .list-sity div {
        margin-bottom: 6px;
    }
    .list-sity div:last-child {
        margin-bottom: 10px;
    }
    .list-sity div:first-child a {
        font-size: 20px;
    }
    .list-sity div:nth-child(2) a {
        font-size: 16px;
    }
    .list-sity div a {
        font-size: 16px;
    }
    .flex-left-contacts .img-navigation {
        margin-left: 0;
        width: 100%;
    }
    .flex-right-contacts-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .flex-right-contacts-top>p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-top .map {
        display: flex;
    }
    .flex-right-contacts-top .map div {
        margin-right: 4px;
        width: 13px;
    }
    .flex-right-contacts-top .map p {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-right-contacts-top .location-map {
        display: flex;
    }
    .flex-right-contacts-top .location-map div {
        margin-right: 5px;
        width: 15px;
    }
    .flex-right-contacts-top .location-map p {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-right-contacts-bottom {
        padding-right: 20px;
    }
    .flex-right-contacts-bottom .our-address {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .our-address .our-address-head {
        display: flex;
    }
    .our-address .our-address-head div {
        margin-right: 5px;
    }
    .our-address .our-address-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .our-address p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .btn-telefon {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .btn-telefon .btn-telefon-head {
        display: flex;
        margin-bottom: 10px;
    }
    .btn-telefon .btn-telefon-head div {
        margin-right: 5px;
    }
    .btn-telefon .btn-telefon-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-telefon .btn a {
        font-size: 14px;
        padding: 9px 35px;
    }
    .flex-right-contacts-bottom .email {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .email .email-head {
        display: flex;
    }
    .email .email-head div {
        margin-right: 5px;
    }
    .email .email-head p {
        font-size: 14px;
        line-height: 23px;
    }
    .email a {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .work-schedule {
        margin-bottom: 10px;
    }
    .flex-right-contacts-bottom .work-schedule .work-schedule-head {
        display: flex;
    }
    .work-schedule .work-schedule-head div {
        margin-right: 5px;
    }
    .work-schedule .work-schedule-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .work-schedule p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .corona-infa {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .flex-right-contacts-bottom .btn-contacts a {
        font-size: 16px;
        padding: 9px 20px;
    }
    footer {
        background: #152E6D;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .flex-footer-hor {
        display: flex;
        flex-direction: column;
    }
    .flex-footer-hor div:first-child {
        align-self: center;
        width: 90%;
    }
    .flex-footer-top {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .flex-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-footer {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .nav-footer li a {
        margin-right: 0px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 7px;
    }
    .btn-footer {
        margin-top: 30px;
    }
    .btn-footer a {
        font-size: 14px;
        padding: 9px 60px;
    }
    .flex-footer-bottom .office-hours {
        margin-bottom: 10px;
    }
    .flex-footer-bottom .office-hours p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    .communication-data-first {
        margin-bottom: 10px;
    }
    .communication-data-first a {
        font-size: 18px;
    }
    .communication-data-last a {
        font-size: 16px;
        text-align: right;
    }
}
.pay {
    padding-top: 30px;
    padding-bottom: 60px;
}
@media (min-width: 1900px){
.pay.container {
    max-width: 1600px;
}
}
.pay .pay-title {
    text-align: center;
    margin-bottom: 30px;
}
.pay .pay-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
	margin: 0;
}
.pay .pay-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.pay .logo-pays {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pay .logo-pays div {
    width: 25%;
    transition: 0.3s;
    text-align: center;
}
.servies {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}
@media (min-width: 1900px){
.servies.container {
    max-width: 1600px;
}
}
.servies .servies-title {
    margin-bottom: 80px;
}
.servies .servies-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
}
.servies .servies-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.servies .servies-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.servies .servies-list .card {
    width: 17%;
    margin-bottom: 60px;
}
.servies-list .card div {
    width: 100%;
    margin-bottom: 13px;
}
.servies .servies-list .card {
    width: 17%;
    margin-bottom: 60px;
}
.servies-list p {
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
}
@media (min-width: 1900px) {
    .big-container {
        max-width: 1850px;
    }
    .banner {
        padding-top: 0.5px;
    }
    .banner div img {
        width: 100%;
        height: 100%;
    }
    .catalog-products-cards .card {
        width: 365px;
    }
    .catalog-products-cards-2 .card {
        width: 270px;
        height: 475px;
    }
    .stocks {
        padding-bottom: 50px;
    }
    .stocks .stocks-title {
        margin-bottom: 60px;
    }
    .stocks .stocks-banner img {
        transform: scale(1.2);
    }
    .paper .papers-list .paper-item {
        height: 450px;
        width: 23%;
    }
    .papers-list .paper-item .img-paper {
        text-align: center;
    }
    .papers-list .paper-item h4 {
        margin-top: 40px;
    }
    .papers-list .paper-item .btn-paper {
        margin-top: 70px;
    }
}

@media (max-width: 1400px) {
    .big-container {
        max-width: 800px;
    }
    header {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .logo-header {
        width: 280px;
    }
    .nav-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 30%;
    }
    .nav-header .element-nav {
        font-size: 16px;
    }
    .nav-header .element-nav:first-child,
    .nav-header .element-nav:nth-child(2) {
        margin-bottom: 20px;
    }
    .nav-header .element-nav a::after {
        transform: translateY(10px);
    }
    .nav-header .element-nav:hover a::after {
        transform: translateY(7px);
    }
    .brief-info .hours-work-header {
        font-size: 14px;
    }
    .brief-info .phone-header {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .brief-info .btn-form-header {
        font-size: 14px;
    }
    .header-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .buttons-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 38%;
    }
    .button-header a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
    }
    .button-header a:last-child {
        margin-top: 10px;
    }
    .input-search input {
        background-size: 25px;
        padding: 15px 0;
        padding-left: 25px;
        padding-right: 240px;
    }
    .catalog-products {
        padding-top: 25px;
        padding-bottom: 30px;
        background-size: 500px;
        background-position: 0% 30%, 100% 4%;
    }
    .catalog-products-title {
        margin-bottom: 35px;
    }
    .catalog-products .catalog-products-cards {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .catalog-products-cards .card {
        width: 310px;
        height: 485px;
        padding-top: 55px;
        padding-left: 17px;
        padding-right: 20px;
        background: rgb(236, 174, 17);
        background: linear-gradient(180deg, rgba(236, 174, 17, 1) 7%, rgba(255, 255, 255, 1) 7%);
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
    }
    .catalog-products-cards .card:nth-child(1),
    .catalog-products-cards .card:nth-child(2),
    .catalog-products-cards .card:nth-child(3),
    .catalog-products-cards .card:nth-child(4),
    .catalog-products-cards .card:nth-child(5),
    .catalog-products-cards .card:nth-child(6) {
        margin-bottom: 30px;
    }
    .catalog-products-2 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .catalog-products-2-title {
        margin-bottom: 25px;
    }
    .catalog-products-cards-2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .catalog-products-cards-2 .card {
        margin: 0 auto;
        border: 1px solid #C4C4C4;
        width: 250px;
        height: 475px;
        text-align: center;
        padding-top: 2px;
        padding-right: 3px;
        transition: 0.3s;
    }
    .catalog-products-cards-2 .card:nth-child(1),
    .catalog-products-cards-2 .card:nth-child(2),
    .catalog-products-cards-2 .card:nth-child(3) {
        margin-bottom: 20px;
    }
    .stocks {
        padding: 30px 0;
        background-size: 420px, 370px;
        background-position: 0 100%, 100% 5%;
    }
    .stocks .stocks-banner {
        width: 800px;
        margin: 0 auto;
    }
    .our-partners {
        padding-top: 30px;
    }
    .our-partners .our-partners-title {
        margin-bottom: 35px;
    }
    .our-partners .bg-color {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-partners .bg-color .logo-patners {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .bg-color .logo-patners div {
        width: 30%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .bg-color .logo-patners div:last-child {
        margin-bottom: 0;
    }
    .our-certificates {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .our-certificates .certificates {
        width: 85%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .our-certificates .certificates div {
        width: 200px;
        margin: 0 auto;
    }
    .btn-container {
        width: 35%;
    }
    .our-advantages {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .our-advantages>.bg-fon {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .advantages-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .advantages-flex .van-advantages {
        width: 29%;
        text-align: center;
        margin-bottom: 30px;
    }
    .advantages-flex .van-advantages:last-child {
        margin-bottom: 0;
    }
    .advantages-flex .van-advantages div {
        margin-bottom: 13px;
        width: 60px;
        margin: 0 auto;
    }
    .two-section {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .two-section>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .delivery {
        width: 100%;
    }
    .list-price .card p:first-child {
        margin-bottom: 10px;
    }
    .reviews .reviews-img {
        width: 800px;
    }
    .pay {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .pay .logo-pays {
        width: 90%;
    }
    .servies {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .servies .servies-title {
        margin-bottom: 70px;
    }
    .servies .servies-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .servies .servies-list .card {
        width: 18%;
        margin-bottom: 50px;
    }
    .servies-list .card div {
        width: 60px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .servies-list .card p {
        font-size: 16px;
    }
    .visualization {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .visualization .bg-color {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 20px;
        background-color: rgba(49, 79, 156, 0.65);
        height: 320px;
    }
    .flex .top-left p,
    .flex .top-right p {
        margin-bottom: 150px;
    }
    .top-left .btn a,
    .top-right .btn a {
        padding: 14px 60px;
    }
    .visualization .bottom p {
        margin-bottom: 140px;
    }
    .projects {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .list-project-1-window .project {
        flex-direction: column;
    }
    .list-project-1-window .project .img-project {
        width: 300px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .project .description-project h4 {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .project .description-project .description-project-1 {
        margin-bottom: 15px;
    }
    .description-project .description-project-1 h5 {
        font-size: 16px;
    }
    .project .description-project .description-project-2 {
        margin-bottom: 15px;
    }
    .description-project .description-project-2 h5 {
        font-size: 16px;
    }
    .project .description-project .description-project-3 {
        margin-bottom: 25px;
    }
    .description-project .description-project-3 h5 {
        font-size: 16px;
    }
    .description-project .description-project-3 .price-project {
        font-size: 32px;
    }
    .description-project a {
        padding: 15px 50px;
    }
    .projects .btn-galery {
        margin-top: 60px;
    }
    .btn-container {
        width: 35%;
    }
    .paper {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .paper .papers-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .paper .papers-list .paper-item {
        border: 2px solid #314F9C;
        height: 400px;
        width: 40%;
    }
    .paper .papers-list .paper-item:nth-child(1),
    .paper .papers-list .paper-item:nth-child(2) {
        margin-bottom: 20px;
    }
    .papers-list .paper-item .img-paper {   }
    .papers-list .paper-item h4 {
        padding-left: 15px;
    }
    .section-contacts {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .flex-rows-contacts {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .flex-left-contacts {
        display: flex;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .flex-right-contacts {
        width: 90%;
        margin: 0 auto;
    }
    .flex-right-contacts-top {
        width: 60%;
        margin-bottom: 30px;
    }
    footer {
        background: #152E6D;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .flex-footer-hor {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flex-footer-hor div:first-child {
        align-self: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .flex-footer-top {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-footer {
        display: flex;
        margin-bottom: 20px;
    }
    .btn-footer {
        margin: 0 auto;
    }
    .btn-footer a {
        padding: 6px 40px;
    }
    .nav-footer li a {
        margin-right: 15px;
    }
    .flex-footer-bottom .office-hours p {
        font-size: 20px;
    }
    .communication-data-first a {
        font-size: 26px;
    }
    .communication-data-last a {
        font-size: 18px;
    }
}

@media(max-width: 750px) {
    .big-container {
        max-width: 300px;
    }
    .hamburger-menu {
        display: block;
        visibility: visible;
    }
    #menu__toggle {
        opacity: 0;
    }
    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 30px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
    }
    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
    }
    .menu__btn>span::before {
        content: '';
        top: -8px;
    }
    .menu__btn>span::after {
        content: '';
        top: 8px;
    }
    .nav-header {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: -100%;
        width: 320px;
        height: 250px;
        border-radius: 5px;
        margin: 0;
        padding-top: 50px;
        list-style: none;
        text-align: center;
        background-color: #e1e7eb;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    }
    .nav-header li a {
        display: block;
        padding: 12px 24px;
        color: rgb(8, 8, 8);
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }
    #menu__toggle:checked~.menu__btn>span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked~.menu__btn>span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked~.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked~.nav-header {
        visibility: visible;
        left: 0;
    }
    .nav-header li a::after {
        display: none;
    }
    header {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .logo-header {
        width: 80%;
        margin-left: auto;
    }
    .brief-info {
        margin-right: auto;
    }
    .brief-info .hours-work-header {
        font-size: 14px;
        text-align: left;
    }
    .brief-info .phone-header {
        font-size: 20px;
        text-align: left;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .brief-info .btn-form-header {
        font-size: 14px;
        text-align: left;
    }
    .header-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .buttons-header {
        display: flex;
        width: 100%;
    }
    .button-header a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
    }
    .button-header a:last-child {
        margin-top: 10px;
    }
    .input-search input {
        margin-top: 20px;
        background-image: url('/local/templates/frontmaster/./img/header/zoom.svg');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 97% 45%;
        padding: 15px 0;
        padding-left: 25px;
        padding-right: 90px;
    }
    .catalog-products {
        padding-top: 20px;
        padding-bottom: 30px;
        background-image: none;
    }
    .catalog-products-title {
        margin-bottom: 25px;
    }
    .catalog-products-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-products-title h3 {
        margin-top: -15px;
        font-size: 20px;
    }
    .catalog-products-cards .card {
        margin-bottom: 20px;
    }
    .catalog-products-cards .card:last-child {
        margin-bottom: 0;
    }
    .catalog-products-2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .catalog-products-2-title {
        margin-bottom: 20px;
    }
    .catalog-products-2-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-products-2-title h3 {
        font-size: 20px;
    }
    .catalog-products-cards-2 .card {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .catalog-products-cards-2 .card:last-child {
        margin-bottom: 0;
    }
    .card .img-product img:nth-child(1),
    .card .img-product img:nth-child(2) {
        width: 180px;
    }
    .card .img-product img {
        width: 260px;
    }
    .stocks {
        background-image: none;
        padding: 20px 0;
    }
    .stocks .stocks-title {
        margin-bottom: 20px;
    }
    .stocks .stocks-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .stocks .stocks-title h3 {
        font-size: 20px;
    }
    .stocks .stocks-banner {
        width: 320px;
        margin: 0 auto;
    }
    .our-partners {
        padding-top: 30px;
    }
    .our-partners .our-partners-title {
        margin-bottom: 20px;
    }
    .our-partners .our-partners-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-partners .our-partners-title h3 {
        font-size: 20px;
    }
    .our-partners .bg-color {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .our-partners .bg-color .logo-patners {
        text-align: center;
        margin-bottom: 30px;
    }
    .bg-color .logo-patners div {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bg-color .logo-patners div:last-child {
        margin-bottom: 0;
    }
    .bg-color .big-container a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 23px;
        color: #FFFFFF;
        transition: 0.3s;
    }
    .our-certificates {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .our-certificates .our-certificates-title {
        margin-bottom: 25px;
    }
    .our-certificates .our-certificates-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .our-certificates .our-certificates-title h3 {
        font-size: 20px;
    }
    .our-certificates .certificates {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        flex-wrap: wrap;
    }
    .our-certificates .certificates div {
        width: 150px;
        margin: 0 auto;
    }
    .flex-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .slider-wrapper {
        max-width: 700px;
        width: 100%;
        position: relative;
    }
    .btn-container {
        margin: 0 auto;
        margin-top: 30px;
        align-items: center;
        width: 80%;
        justify-content: space-between;
    }
    .our-advantages {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .our-advantages>.bg-fon {
        padding-top: 30px;
        padding-bottom: 20px;
        background-image: url('/local/templates/frontmaster/./img/main/bg-section-3.png');
        background-size: 100% 110%;
    }
    .headers-section-3 {
        margin-bottom: 30px;
    }
    .headers-section-3 h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .headers-section-3 h2 {
        margin-top: -50px;
        font-size: 20px;
    }
    .advantages-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: none;
    }
    .advantages-flex .van-advantages {
        width: 45%;
        text-align: center;
        margin-bottom: 13px;
    }
    .advantages-flex .van-advantages:last-child {
        margin-bottom: 0;
    }
    .advantages-flex .van-advantages div {
        margin-bottom: 0px;
    }
    .van-advantages div img {
        width: 40px;
    }
    .advantages-flex .van-advantages p {
        font-size: 13px;
    }
    .form {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .form .section-width {
        width: 100%;
    }
    .form h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .form p {
        font-size: 12px;
        margin-bottom: 25px;
    }
    form>div {
        display: flex;
        flex-direction: column;
        justify-content: none;
    }
    form>div input {
        font-size: 20px;
        padding: 10px;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    form>div button {
        font-size: 20px;
        padding: 10px 40px;
    }
    .two-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .two-section>.container {
        display: flex;
        flex-direction: column;
        justify-content: none;
    }
    .delivery {
        width: 100%;
    }
    .delivery .delivery-title {
        margin-bottom: 15px;
    }
    .delivery .delivery-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .delivery .delivery-title h3 {
        font-size: 20px;
    }
    .delivery .image {
        margin-bottom: 15px;
        width: 300px;
        height: auto;
    }
    .delivery .deskription-price h4 {
        font-size: 16px;
        text-align-last: left;
    }
    .delivery .deskription-price .price-delivery-text {
        margin-bottom: 15px;
    }
    .delivery .deskription-price .list-price {
        display: flex;
        justify-content: none;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .deskription-price .list-price .card {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-bottom: 13px;
    }
    .deskription-price .list-price .card:last-child {
        margin-bottom: 0;
    }
    .list-price .card p:first-child {
        font-size: 16px;
        line-height: 114.84%;
        margin-bottom: 5px;
    }
    .list-price .card:last-child p:first-child {
        margin-bottom: 5px;
    }
    .list-price .card p:last-child {
        font-size: 18px;
    }
    .deskription-price .cost-calculation {
        margin-bottom: 25px;
    }
    .deskription-price .cost-calculation p {
        font-size: 14px;
        width: 100%;
    }
    .cost-calculation div {
        margin: 0 auto;
        margin-top: 20px;
    }
    .deskription-price .disclamery {
        font-size: 11px;
        text-align: left;
        line-height: 100%;
    }
    .reviews .reviews-title {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .reviews .reviews-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .reviews .reviews-title h3 {
        font-size: 20px;
    }
    .reviews .reviews-img {
        width: 300px;
    }
    .pay {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pay .pay-title {
        margin-bottom: 30px;
    }
    .pay .pay-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .pay .pay-title h3 {
        font-size: 20px;
    }
    .pay .logo-pays {
        width: 100%;
    }
    .pay .logo-pays div {
        width: 45%;
    }
    .servies {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .servies .servies-title {
        margin-bottom: 30px;
    }
    .servies .servies-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .servies .servies-title h3 {
        font-size: 20px;
    }
    .servies .servies-list .card {
        width: 45%;
        margin-bottom: 25px;
    }
    .servies .servies-list .card:nth-child(12),
    .servies .servies-list .card:nth-child(12),
    .servies .servies-list .card:nth-child(13),
    .servies .servies-list .card:last-child {
        margin-bottom: 25px;
    }
    .servies .servies-list .card:nth-child(13),
    .servies .servies-list .card:last-child {
        margin-bottom: 0px;
    }
    .servies-list .card div {
        width: 100%;
        margin-bottom: 8px;
    }
    .servies-list .card p {
        font-size: 16px;
    }
    .visualization {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .visualization .visualization-title {
        margin-bottom: 20px;
    }
    .visualization .visualization-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .visualization .visualization-title h3 {
        font-size: 20px;
    }
    .visualization-img .flex {
        display: flex;
        flex-direction: column;
    }
    .visualization-img .flex .top-right {
        width: 100%;
    }
    .visualization .bg-color {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 20px;
        height: 250px;
    }
    .flex .top-left h4,
    .flex .top-right h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .flex .top-left p,
    .flex .top-right p {
        font-size: 14px;
        margin-bottom: 120px;
    }
    .top-left .btn a,
    .top-right .btn a {
        font-size: 16px;
        padding: 10px 40px;
    }
    .visualization .bottom h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .visualization .bottom p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 80px;
    }
    .bottom .logo-img img {
        width: 120px;
    }
    .projects {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .projects .projects-title {
        margin-bottom: 30px;
    }
    .projects .projects-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .projects .projects-title h3 {
        font-size: 20px;
    }
    .list-project-1-window {
        display: flex;
        flex-direction: column;
    }
    .list-project-1-window .project {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .list-project-1-window .project:last-child {
        margin-top: 40px;
    }
    .list-project-1-window .project .img-project {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 260px;
        margin: 0 auto;
    }
    .project .description-project {
        text-align: left;
    }
    .project .description-project h4 {
        font-size: 24px;
    }
    .project .description-project .description-project-1 {
        margin-bottom: 10px;
    }
    .description-project .description-project-1 h5 {
        font-size: 16px;
    }
    .description-project .description-project-1 p {
        font-size: 14px;
    }
    .project .description-project .description-project-2 {
        margin-bottom: 15px;
    }
    .description-project .description-project-2 h5 {
        font-size: 16px;
    }
    .description-project .description-project-2 p {
        font-size: 14px;
        line-height: 114.84%;
    }
    .project .description-project .description-project-3 {
        margin-bottom: 30px;
    }
    .description-project .description-project-3 h5 {
        font-size: 16px;
    }
    .description-project .description-project-3 p {
        margin-bottom: 15px;
    }
    .description-project .description-project-3 .price-project {
        font-size: 24px;
    }
    .description-project a {
        font-size: 16px;
        padding: 12px 35px;
    }
    .projects .btn-galery {
        margin-top: 50px;
    }
    .projects .btn-galery a {
        padding: 13px 40px;
    }
    .flex-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .slider-wrapper {
        max-width: 400px;
        width: 100%;
        position: relative;
    }
    .btn-container {
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        align-items: center;
        width: 80%;
        justify-content: space-between;
    }
    .paper {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .paper .paper-title {
        margin-bottom: 25px;
    }
    .paper .paper-title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .paper .paper-title h3 {
        font-size: 20px;
    }
    .paper .papers-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .paper .papers-list .paper-item {
        border: 2px solid #314F9C;
        height: 360px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .paper .papers-list .paper-item:last-child {
        margin-bottom: 0;
    }
    .papers-list .paper-item .img-paper {
        text-align: center;

    }
    .papers-list .paper-item h4 {
        font-size: 22px;
        margin-top: 15px;
    }
    .papers-list .paper-item .btn-paper {
        text-align: center;
        margin-top: 30px;
    }
    .paper-item .btn-paper a {
        padding: 14px 45px;
    }
    .section-contacts {
        padding-top: 15px;
        padding-bottom: 20px;
        background-image: none;
    }
    .section-contacts h2 {
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
        font-size: 26px;
    }
    .flex-rows-contacts {
        display: flex;
        flex-direction: column;
    }
    .flex-left-contacts {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-bottom: 20px;
    }
    .flex-right-contacts {
        width: 100%;
    }
    .svg-pointer {
        display: none;
        margin-bottom: 0px;
    }
    .flex-left-contacts input {
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        margin-bottom: 20px;
    }
    .list-sity {
        padding-left: 0px;
    }
    .list-sity div {
        margin-bottom: 6px;
    }
    .list-sity div:last-child {
        margin-bottom: 10px;
    }
    .list-sity div:first-child a {
        font-size: 20px;
    }
    .list-sity div:nth-child(2) a {
        font-size: 16px;
    }
    .list-sity div a {
        font-size: 16px;
    }
    .flex-left-contacts .img-navigation {
        margin-left: 0;
        width: 100%;
    }
    .flex-right-contacts-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .flex-right-contacts-top>p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-top .map {
        display: flex;
    }
    .flex-right-contacts-top .map div {
        margin-right: 4px;
        width: 13px;
    }
    .flex-right-contacts-top .map p {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-right-contacts-top .location-map {
        display: flex;
    }
    .flex-right-contacts-top .location-map div {
        margin-right: 5px;
        width: 15px;
    }
    .flex-right-contacts-top .location-map p {
        font-size: 14px;
        line-height: 18px;
    }
    .flex-right-contacts-bottom {
        padding-right: 20px;
    }
    .flex-right-contacts-bottom .our-address {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .our-address .our-address-head {
        display: flex;
    }
    .our-address .our-address-head div {
        margin-right: 5px;
    }
    .our-address .our-address-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .our-address p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .btn-telefon {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .btn-telefon .btn-telefon-head {
        display: flex;
        margin-bottom: 10px;
    }
    .btn-telefon .btn-telefon-head div {
        margin-right: 5px;
    }
    .btn-telefon .btn-telefon-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-telefon .btn a {
        font-size: 14px;
        padding: 9px 35px;
    }
    .flex-right-contacts-bottom .email {
        margin-bottom: 15px;
    }
    .flex-right-contacts-bottom .email .email-head {
        display: flex;
    }
    .email .email-head div {
        margin-right: 5px;
    }
    .email .email-head p {
        font-size: 14px;
        line-height: 23px;
    }
    .email a {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .work-schedule {
        margin-bottom: 10px;
    }
    .flex-right-contacts-bottom .work-schedule .work-schedule-head {
        display: flex;
    }
    .work-schedule .work-schedule-head div {
        margin-right: 5px;
    }
    .work-schedule .work-schedule-head p {
        font-size: 14px;
        line-height: 20px;
    }
    .work-schedule p {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-right-contacts-bottom .corona-infa {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .flex-right-contacts-bottom .btn-contacts a {
        font-size: 16px;
        padding: 9px 20px;
    }
    footer {
        background: #152E6D;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .flex-footer-hor {
        display: flex;
        flex-direction: column;
    }
    .flex-footer-hor div:first-child {
        align-self: center;
        width: 90%;
    }
    .flex-footer-top {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .flex-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav-footer {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .nav-footer li a {
        margin-right: 0px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 7px;
    }
    .btn-footer {
        margin-top: 30px;
    }
    .btn-footer a {
        font-size: 14px;
        padding: 9px 60px;
    }
    .flex-footer-bottom .office-hours {
        margin-bottom: 10px;
    }
    .flex-footer-bottom .office-hours p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }
    .communication-data-first {
        margin-bottom: 10px;
    }
    .communication-data-first a {
        font-size: 18px;
    }
    .communication-data-last a {
        font-size: 16px;
        text-align: right;
    }
}
.visualization .visualization-title h2 {
    margin: 0;
}
.paper {
    padding-top: 25px;
    padding-bottom: 90px;
}
@media (min-width: 1900px){
.paper.container {
    max-width: 1600px;
}
}
.paper .paper-title {
    margin-bottom: 40px;
    text-align: center;
}
.paper .paper-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
	margin:0;
}
.paper .paper-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.paper .papers-list {
    display: flex;
    justify-content: space-between;
}
.paper .papers-list .paper-item {
    border: 2px solid #314F9C;
    height: 422px;
    width: 23%;
}
.papers-list .paper-item .btn-paper {
    text-align: center;
    margin-top: 40px;
}
.paper-item .btn-paper a {
    font-weight: bold;
    font-size: 18px;
    line-height: 143.55%;
    color: #FFFFFF;
    padding: 16px 50px;
    background: linear-gradient(
0deg
, #314F9C, #314F9C);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 15%);
    border-radius: 27px;
    transition: 0.4s;
}
.paper-item h4 {
    height: 50px;
}
.papers-list .paper-item h4 {
    text-align: center;
}
@media(max-width:750px){
	.paper .papers-list .paper-item {
    border: 2px solid #314F9C;
    height: 360px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}
}
@media(max-width:750px){
	.reviews-img div {
    width: 100% !important;
}
}
.points-cards .point-card>p {
    transition: 0.2s;
    margin: 0;
}
a.point-card:hover {
    color: #edaf12;
}
.card h3:hover {
    color: #edaf12;
}
.card h4{
	    margin-top: 25px;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
}
@media (min-width: 1900px){
	.catalog-products-cards-2.card {
    width: 270px;
    height: 475px;
}
}
input.btn-buy {
    border: none;
}
.secCat_item {
    box-shadow: 8px 8px 20px rgb(0 0 0 / 20%);
    border: 2px solid #314F9C;
    margin-bottom: 36px;
    width: 32.5%;
    overflow: hidden;
}
input[name="count"] {
    border: none;
    text-align: center;
}
.minus, .plus {
    width: 10px;
    border-radius: 4px;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
}
@media (min-width: 1900px){
.form.container {
    max-width: 1600px;
}
}
section.form>div>form>div {
    display: flex;
    justify-content: space-around;
}
section.form>div>div>form>div>input {
    font-size: 22px;
    line-height: 114.84%;
    color: #676767;
    border: none;
    background: #E7EAED;
    box-shadow: inset 4px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 27px;
    padding: 13px 10px 13px 15px;
    outline: none;
}
section.form>div>div>form>div>div>button {
    font-weight: bold;
    font-size: 22px;
    line-height: 114.84%;
    color: #FFFFFF;
    border: none;
    background: #ECAE11;
    border-radius: 27px;
    text-align: center;
    padding: 11px 60px;
    transition: 0.3s;
}
section.form>div>div>form>div {
    display: flex;
    justify-content: space-around;
}
input.btn-buy {
    cursor: pointer;
}
.sendok p {
    margin: 0;
}
.sendok {
    display: block !important;
}
@media (min-width: 1900px){
.servies.container {
    max-width: 1600px;
}
}
.stocks-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
    margin: 0;
}
.stocks-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.stocks-title {
    text-align: center;
    margin-bottom: 40px;
}
@media(max-width:500px) {
	.secTop_item.secCat_item {
    width: 100%;
}
.secCat_box, .secCat_boxOuter {
    width: 100%;
}
}
.our-partners {
    padding-top: 60px;
}
.our-partners .our-partners-title {
    text-align: center;
    margin-bottom: 45px;
}
.our-partners .our-partners-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 61px;
    opacity: 0.2;
    margin: 0;
}
.our-partners .our-partners-title h3 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.our-partners .bg-color {
    padding-top: 50px;
    padding-bottom: 45px;
    background: #314F9C;
}
.our-partners .bg-color .logo-patners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.bg-color .logo-patners div {
    width: 11%;
}
.bg-color .big-container a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    color: #FFFFFF;
    transition: 0.3s;
}
.basket-items-list-header {
    height: 94px;
}
.form.has-feedback {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.basket-checkout-container {
    height: 94px;
}
.basket-coupon-block-field>div {
    padding-top: 0;
    padding-bottom: 100px;
    text-align: center;
}
@media(min-width:992px){
section.banner {
    margin-top: 210px;
}}
section.catalog-products {
    margin-top: 0;
}
@media(max-width:760px) {
	.form.has-feedback {
    padding: 0;
}
.basket-items-list-header {
    display: block;
}
.basket-items-list-header-filter.basket-items-list-header-filter-hide-js.basket-items-list-header-filter-hide {
    display: block !important;
}
.basket-items-list-header {
    height: auto;
}
.basket-item-block-image.hover-highlight.hover-zoom.hidden-xs {
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.basket-coupon-section {
    order: 0;
}
span.basket-item-actions-remove {
    left: -3px;
}
.basket-checkout-container {
    display: inline-table;
    width: 100%;
}
.basket-coupon-block-field>div {
    padding: 0 !important;
}
.secCat_item.flex_item4.flex_column {
    width: 100%;
}
}
@media(min-width:1000px){
	figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready img {
    max-width: 100% !important;
}
figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
}
}
@media(max-width:750px){
	.delivery .image {
    margin: 0 auto;
}
.reviews-img {
    width: 99% !important;
}
}
@media (max-width: 1400px) {
.paper .papers-list .paper-item {
    border: 2px solid #314F9C;
    height: 400px;
    width: 40%;
}
}
@media (max-width: 750px) {
.paper .papers-list .paper-item {
    border: 2px solid #314F9C;
    height: 360px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}}
@media (max-width: 750px){
.paper>.container {
    max-width: 300px;
}}
@media (max-width: 1400px){
.two-section>.container {
    max-width: 800px;
}
.reviews-img>div {
    width: 100% !important;
}
.papers-list .paper-item h4 {
    margin-bottom: 0;
}
}
@media(min-width:850px){
	.papers-list .paper-item .btn-paper {
    margin: 0;
}
}
@media(min-width:1000px) {
	.header_menu {
    max-width: 1350px;
}
.header_menuBottom {
	max-width: 1350px;
}
li.header_listItem a span {
    font-size: 14px;
}
}
.sectioncatblock>a {
	 border-top: 1px solid #d6effb;
    border-bottom: 1px solid #d6effb;
    border-left: 1px solid #d6effb;
    border-right: 1px solid #d6effb;
    color: #1c2227;
    cursor: pointer;
    display: block;
    font-size: 1.14286rem;
    line-height: 1;
    padding: 20px 30px;
    position: relative;
}
.sectionpodcat a {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d6effb;
    border-left: 1px solid #d6effb;
    border-right: 1px solid #d6effb;
    color: #1c2227;
    cursor: pointer;
    display: block;
    font-size: 1.14286rem;
    line-height: 1;
    padding: 20px 30px;
    position: relative;
}
.sectioncatblock>a:before {
    background-color: #ecae11;
    content: "";
    display: block;
    height: 90%;
    left: 4px;
    position: absolute;
    top: 5%;
    width: 15px;
}
.sectioncatblock>a:after {
    color: #38559f;
    content: "\f106";
	font-family: FontAwesome;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 14px;
    text-transform: none;
    top: calc(50% - .75rem);
    transition: all .4s;
    will-change: transform;
}
.sectionpodcat a:after {
    color: #38559f;
    content: "\f105";
	font-family: FontAwesome;
    font-size: 1.5rem;
    position: absolute;
    right: 15px;
    top: calc(50% - .75rem);
}
.square-blue {
    display: block !important;
}
div#searchMobile {
    width: 40%;
}
.header_fixed .header_menuBottom > .btn {
    width: 260px;
    box-sizing: border-box;
    padding: 12px 0;
    margin-bottom: 0;
}
div#searchDesktop {
    width: 40%;
}
@media(max-width:700px){
	div#searchDesktop {width: 100%;}
	.secCat_filterRight.flex_row.aic {
    display: none;
}

}
form#form-container13>div>div {
    width: 100%;
}
.secCount_main p {
    font-size: 17px !important;
    line-height: 114.84% !important;
    color: white !important;
    margin-bottom: 16px !important;
    text-align: left !important;
}
form.form.calculate__form {
    padding: 0;
}
.selectric .button {
    background: #74777A !important;
}
.selectric .button:after {
    border: none !important;
    width: 8px !important;
    height: 14px !important;
    background: url(/local/templates/frontmaster/assets/img/arrow-small.svg) no-repeat center / contain;
    transform: rotate(
-90deg
) !important;
    filter: brightness(200%);
    transition: transform 300ms ease !important;
}
@media(max-width:1327px){
.header_form {height: 500px;}
}
@media(max-width:1262px){
.header_form {height: 474px;}
.header_content.flex_row.jcsb {padding-top: 60px;}
}
@media(max-width:1400px) and (min-width:1250px){
footer {
    padding-top: 73px;
}
}
.zaboricon {
    background: url(/imgmenu/zabor.svg) no-repeat center / contain;
}
.header_menuIcon10 {
	    background: url(/imgmenu/fasad.svg) no-repeat center / contain;
}
@media(max-width:767px) {
	div#bx-soa-orderSave {
    display: none;
}
div#bx-soa-total {
    width: 100%;
    display: block;
}
.bx-soa-pp .bx-soa-pp-company {
    display: block;
    width: 100%;
}
}
@media(max-width:1400px){
.catalog-products-cards-2 .card #counter {
    width: 100%;
    margin: 0;
    height: 67px;
}
}
.mobilefilters {
    display: none;
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
@media(max-width:750px) {
.mobilefilters {display: block;margin-bottom: 15px;}
}
.steps-block__form-heading {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
.form.catalog__form {
    padding: 0 !important;
    padding-top: 16px !important;
	    height: 100%;
}
.open-basket-product__quantity-plus i {
    display: none;
}
.open-basket-product__quantity-minus i {
    display: none;
}
span.header_menuIcon.header_menuIconsale {
    background: url(https://frontmaster.su/local/templates/frontmaster/assets/img/sale.png) no-repeat center / contain;
}
span.header_menuIcon.header_menuIconvisual {
    background: url(https://frontmaster.su/local/templates/frontmaster/assets/img/visual.png) no-repeat center / contain;
}
.slider.slider_main .owl-nav {
    margin-top: 16px;
}
@media(max-width:750px){
.ns-intec-regionality.c-regions-select.c-regions-select-default {
    display: inline-block;
    position: relative;
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}
}
button.btn_search {
    cursor: pointer;
}
button.btn_search:hover {
    background: url(/local/templates/frontmaster/assets/img/search-hover.png) no-repeat center / contain;
}
.perelink {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    padding: 18px 24px;
    background: #c4c4c457;
    border-bottom: 1px solid #ecae11;
}
a.btn.btn_dark.flex_row.active {
    z-index: 99999;
}
.perelink.down a {
    margin-top: 8px;
}
.perelink.down {
    flex-wrap: wrap;
    display: block;
}
.secCat_asideItem.dnone {
    display: none;
}
.static-content ul li {
    list-style: circle;
}
.points-cards .point-card {
    padding-top: 5px;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
    display: block;
    position: absolute;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    text-align: center;
    top: 100%;
    right: 45px !important;
    bottom: auto;
    left: -60px;
    min-width: 200px;
    margin-top: 10px;
    padding: 10px;
    z-index: 10;
}
.secMap_box.secMap_slider.flex_row.aic.jcsb {
    justify-content: flex-start !important;
}
.form-block.partnership-form__block--captcha {
    text-align: center;
}
@media(max-width:600px){
	form#formperez>div {
    display: block;
    margin: 0 auto;
    text-align: center;
}
}
.header_slider {
    position: absolute !important;
    inset: 0px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media(min-width:750px) and (max-width:781px){
.catalog-products-cards-2 .card {
    margin-top: 10px !important;
}
}
@media(max-width:500px){
.slider_main .owl-dot:not(:last-of-type) {
    margin-right: 8px;
}
h2.tac.sec_titleSmall {
    margin-top: -15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
}
}
@media(max-width:350px){
.show_phone_button {margin-bottom: 10px;}
h2.tac.sec_titleSmall {width: 100%;}
}
.secCat_asideItem.secCat_asideItem--drop.test>ul {
    display: none !important;
}
.secCat_asideItem.secCat_asideItem--drop.test.active>ul {
    display: block !important;
}
.secCat_asideItem--drop.test >a >span:last-of-type:after {
    content: '';
    margin-left: 5px;
    margin-top: 3px;
    transition: transform 300ms ease-in;
    transform: rotate( 0deg );
    position: relative;
    top: -3px;
    margin-right: 5%;
    transition: transform 300ms ease-in;
    background: url(/img/next.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}
.secCat_asideItem--drop.test.active >a >span:last-of-type:after {
    content: '';
    margin-left: 5px;
    margin-top: 3px;
    transition: transform 300ms ease-in;
    transform: rotate( 90deg );
    position: relative;
    top: -3px;
    margin-right: 5%;
    transition: transform 300ms ease-in;
    background: url(/img/next.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}
.secCat_asideList {
    margin-bottom: 0 !important;
}
.secCat_asideItem {
    list-style: none;
}
.newblock {
    margin-top: 132px;
}
.advant-wrap {
    margin: 47px 0;
}
.container {
    width: 100%;
    padding: 0 115px;
    margin: 0 auto;
}
.advant, .advant__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.advant {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.advant__item {
    margin: 11px;
}
.advant__icon, .advant__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advant__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #314f9c;
    margin-right: 16px;
    padding: 5px;
}
.advant__icon .icon {
    fill: #fff;
    max-height: 80%;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    fill: #404040;
}
.advant__text {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #191b1d;
}
.advant__text br {
    display: none;
}
section.advant-wrap>.container {
    max-width: 1534px !important;
}
.review-slider-wrap {
    margin: 84px 0 40px;
    background-color: #ececec;
    padding: 100px 0 70px;
}
.review-slider-wrap__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-slider-wrap__main {
    max-width: 60%;
}
.review-slider {
    max-width: 1335px;
    margin: 0 auto;
}
.review-slider-wrap .slick-dots {
    padding: 0;
}
.review-slider-wrap__nav {
    max-width: 1335px;
    margin: 0 auto;
    padding-left: 438px;
}
.review-slider-wrap .slider-nav, .review-slider-wrap .slider-nav__arr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.review-slider-wrap .slider-nav {
    padding: 0 40px;
    position: relative;
}
.review-slider-wrap .slider-nav__arr_left {
    left: 0;
}
.review-slider-wrap .slider-nav__arr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-size: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.review-slider-wrap .slider-nav__arr .icon {
    fill: #b1b2b5;
    -webkit-transition: fill 0.2s ease 0s;
    -o-transition: fill 0.2s ease 0s;
    transition: fill 0.2s ease 0s;
}
.review-slider-wrap .slider-nav__arr_right {
    right: 0;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    fill: #404040;
}
.review-slider-wrap .slick-dots {
    padding: 0;
}
.review-slider-wrap .slick-dots, .review-slider-wrap .slick-dots li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-slider-wrap .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.review-slider-wrap .slick-dots button {
    display: inline-block;
    font-size: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    margin: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.review-slider-wrap .slick-dots .slick-active button:after, .review-slider-wrap .slick-dots button:hover:after {
    width: 24px;
    height: 24px;
    background: #ecae11;
}
.review-slider-wrap .slick-dots button:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
}

.review-slider__item, .review-slider__photo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-slider__photo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-right: 84px;
    -webkit-box-shadow: 10px 10px 20px 0 rgb(24 38 8 / 30%);
    box-shadow: 10px 10px 20px 0 rgb(24 38 8 / 30%);
}
@media (min-width: 768px){
.d-md-none {
    display: none !important;
}
}
.review-slider__age, .review-slider__name {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #191b1d;
}
.review-slider-wrap {
    margin: 84px 0 40px;
    background-color: #ececec;
    padding: 100px 0 70px;
}
.review-slider-wrap__nav {
    max-width: 1335px;
    margin: 0 auto;
    padding-left: 438px;
}
.review-slider-wrap .slider-nav {
    padding: 0 40px;
    position: relative;
}
.review-slider-wrap .slider-nav,
.review-slider-wrap .slider-nav__arr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.review-slider-wrap .slider-nav__arr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-size: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.review-slider-wrap .slider-nav__arr .icon {
    fill: #b1b2b5;
    -webkit-transition: fill 0.2s ease 0s;
    -o-transition: fill 0.2s ease 0s;
    transition: fill 0.2s ease 0s;
}
.review-slider-wrap .slider-nav__arr_left {
    left: 0;
}
.review-slider-wrap .slider-nav__arr_right {
    right: 0;
}
.review-slider-wrap .slider-nav__arr:hover .icon {
    fill: #ecae11;
}
.review-slider-wrap .slick-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.review-slider-wrap .slick-dots,
.review-slider-wrap .slick-dots li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-slider-wrap .slick-dots {
    padding: 0;
}
.review-slider-wrap .slick-dots button {
    display: inline-block;
    font-size: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    margin: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.review-slider-wrap .slick-dots button:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
}
.review-slider-wrap .slick-dots .slick-active button:after,
.review-slider-wrap .slick-dots button:hover:after {
    width: 24px;
    height: 24px;
    background: #ecae11;
}
.review-slider {
    max-width: 1335px;
    margin: 0 auto;
}
.review-slider__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 22px 20px;
}
.review-slider__item,
.review-slider__photo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-slider__photo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-right: 84px;
    -webkit-box-shadow: 10px 10px 20px 0 rgba(24, 38, 8, 0.3);
    box-shadow: 10px 10px 20px 0 rgba(24, 38, 8, 0.3);
}
.review-slider__age,
.review-slider__name {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #191b1d;
}
.review-slider__text {
    max-width: 692px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #191b1d;
    margin-top: 10px;
}
.review-slider__btn .btn {
    padding-left: 34px;
    padding-right: 34px;
}
.review-slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 45px;
    margin-top: 10px;
}
.btn, button.btn, input[type="submit"].btn {

}
a.btn.btn_shadow {
    height: 52px;
    width: 133px;
}
.review-slider__btn a {
    border-radius: 0;
    font-size: 14px;
    color: white;
    text-decoration: none;
    width: 172px !important;
}
.review-slider-wrap .slider-nav__arr_right {
    right: 0;
    transform: rotate(180deg);
    top: 15px;
}
.review-slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 45px;
    margin-top: 10px;
}
.review-slider__btn .btn:not(:last-child) {
    margin-right: 28px;
}
.review-slider__btn .btn {
    padding-left: 34px;
    padding-right: 34px;
}
.review-soc-wrap {
    margin: 40px 0;
}
.review-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
}
.review-soc__item {
    width: calc(33.33% - 30px);
    text-align: center;
    margin: 15px;
}
.review-soc .btn {
    margin-top: 30px;
}
.btn.btn_shadow:hover {
    background: #c28c05;
}
.review-soc .btn {
    margin-top: 30px;
}
.btn.btn_blue.btn_shadow:hover, .btn_shadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.review-soc__item {
    width: calc(33.33% - 30px);
    text-align: center;
    margin: 15px;
}
.review-slider-wrap .review-soc {
    max-width: calc(40% - 30px);
}
.review-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
}
.btn, button.btn, input[type="submit"].btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.4rem;
    background: #ecae11;
    border: 2px solid #ecae11;
    outline: none;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.review-soc__item a {
    font-size: 14px;
    padding: 0;
    text-decoration: none;
    color: aliceblue;
    border-radius: 0;
}
@media (min-width: 1600px){
section.review-slider-wrap>.container {
    max-width: 1600px !important;
}
}

@media (max-width: 767px){
.container, .container-fluid {
    padding: 0 15px;
}
}
@media (max-width: 1279px){
.container {
    padding: 0 80px;
}
}
@media (max-width: 991px){
.container, .container-fluid {
    padding: 0 35px;
}
}
@media (max-width: 767px){
.review-slider-wrap__nav {
    padding-left: 0;
}
}
@media (max-width: 767px){
.review-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media (max-width: 1279px){
.review-slider__photo {
    width: 220px;
    height: 220px;
    margin-right: 30px;
}
}
@media (max-width: 767px){
.review-slider__photo {
    width: 104px;
    height: 104px;
    margin-right: 30px;
}
.review-slider__text {
    font-size: 1.1rem;
}
.review-slider__age, .review-slider__name {
    font-size: 1rem;
}
}

@media (max-width: 767px){
.review-slider-wrap {
    margin: 44px 0;
}
}
@media (max-width: 1279px){
.review-slider-wrap__content {
    display: block;
}
}
@media (max-width: 1279px) {
.review-slider-wrap .review-soc, .review-slider-wrap__main {
    max-width: none;
}
}
@media (max-width: 767px){
.review-slider__item {
    display: block !important;
}
}
@media (max-width: 767px){
.review-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media (max-width: 767px){
.review-slider__photo {
    width: 104px;
    height: 104px;
    margin-right: 30px;
}
}

@media (max-width: 767px){
.review-slider__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media (max-width: 1279px){
.review-slider__btn {
    padding-left: 0;
}
}
@media (max-width: 991px){
.review-slider__btn .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
}

@media (max-width: 767px){
.review-soc .btn {
    height: 2.7rem;
    font-size: 1rem;
    padding: 5px 10px;
}}
@media(max-width:565px){
	a.btn.btn_shadow {
    width: 83px;
}
}
.objects {
    margin: 84px 0 60px;
}
section.objects>.container {
    max-width: 1600px !important;
}
.objects .h2, .objects h2 {
    margin-bottom: 7rem;
}
.objects__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1602px;
    margin: 0 auto;
}
.objects__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 317px;
    margin-right: 114px;
}
.objects__map {
    width: 100%;
}
.objects-list {
    border-right: 1px solid rgba(25, 27, 29, 0.2);
}
.map-points {
    max-height: 500px;
}
.objects-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid rgba(25, 27, 29, 0.2);
}
.objects-list__text {
    line-height: 1.15;
}
.objects-list__num, .objects-list__text {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #191b1d;
}
.objects-list__text {
    cursor: pointer;
}
section.contacts>.container {
    max-width: 1600px !important;
}
.contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1330px;
    margin: 0 auto;
}
.contacts__map {
    width: calc(67% - 42px);
    -webkit-box-shadow: 10px 10px 20px rgb(24 38 8 / 20%), 30px 30px 50px rgb(24 38 8 / 15%);
    box-shadow: 10px 10px 20px rgb(24 38 8 / 20%), 30px 30px 50px rgb(24 38 8 / 15%);
}
.contacts__info {
    width: calc(33% - 42px);
    margin-top: -10px;
}
.contacts__title {
    font-style: normal;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.15;
    color: #191b1d;
    margin-bottom: 4rem;
}
.contacts-item:not(:last-child) {
    margin-bottom: 12px;
}
.contacts-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.contacts-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    margin-right: 14px;
    text-align: center;
}
.contacts-item__icon .icon {
    fill: #191b1d;
}
.contacts-item__title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.15;
    color: #191b1d;
}
.contacts-item__text .btn {
    min-width: 287px;
    margin-top: 10px;
    margin-bottom: 25px;
}
@media (min-width: 1600px){
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .modal-dialog-1110 {
    max-width: 1600px !important;
}
}
a.azxc {
    min-width: 287px;
    margin-top: 10px;
    margin-bottom: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.4rem;
    background: #ecae11;
    border: 2px solid #ecae11;
    outline: none;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 0.25rem;
    height: 49px;
    font-size: 16px;
    font-weight: bold;
}
a.btn.azxc > span {
    padding-left: 10px;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: KoHo, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.55;
    color: #191b1d;
}

@media (max-width: 991px) {
.objects__content {
    display: block;
}
}
@media (max-width: 991px){
.contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
}
@media (max-width: 991px){
.contacts__map {
    width: 100%;
}
.steps__list {
    display: block;
}
.steps__item {
    width: 100%;
}
.objects__info {
    width: 100%;
}
.contacts__info {
    width: 100%;
}
}
.steps-wrap {
    margin: 84px 0;
}
.steps {
    color: #fff;
    padding: 15px 0 0px;
    background: #1f3b85;
}
.steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
}
.steps__item {
    width: calc(20% - 34px);
    margin: 17px;
    text-align: center;
}
.steps__num {
    font-style: normal;
    font-weight: 900;
    font-size: 5.6rem;
    line-height: 1;
    color: #ffffff;
}
.steps__text, .steps__title {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.15;
        color: white;
}
.steps__title {
    font-weight: 900;
    text-transform: uppercase;
}
.steps__text {
    font-weight: 400;
    margin-top: 10px;
}
@media (max-width: 991px){
.contacts__map {
    width: 100%;
}
.steps__list {
    display: block;
}
.steps__item {
    width: 100%;
}
.objects__info {
    width: 100%;
}
.contacts__info {
    width: 100%;
}
}