@charset "UTF-8";
/*Fonts*/
@font-face{
	font-family: 'Stem';
	src: url("../fonts/stem-light.eot");
	src: url("../fonts/stem-light.eot?#iefix") format("embedded-opentype"), url("../fonts/stem-light.woff2") format("woff2"), url("../fonts/stem-light.woff") format("woff"), url("../fonts/stem-light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Stem';
	src: url("../fonts/stem-regular.eot");
	src: url("../fonts/stem-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/stem-regular.woff2") format("woff2"), url("../fonts/stem-regular.woff") format("woff"), url("../fonts/stem-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face{
	font-family: 'Stem';
	src: url("../fonts/stem-medium.eot");
	src: url("../fonts/stem-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/stem-medium.woff2") format("woff2"), url("../fonts/stem-medium.woff") format("woff"), url("../fonts/stem-medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}
body{
	height: 100%;
	font-family: 'Stem';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.266666666666667em;
	letter-spacing: .02em;
	color: #4B5762;
	min-width: 320px;
	background: #fff;
	}
.page-load-animate{
	opacity: 0;
	transition: opacity .3s ease;
	}
	.ui-icon-service-wz_whatsapp_c81f7f123d6f841605084d0ffb6527a61>i {
    background-image: url(/upload/whatapp.svg)!important;
}
.b24-form .b24-form-wrapper {
    --b24-font-family: Stem, var(--b24-font-family-default)!important;
	    letter-spacing: .02em;
}
.urdn, .urdn td {
    display: none;
}
.b24-form-header-title {
     color: #4B5762!important; 
     line-height: 1.266666666666667em!important;
     letter-spacing: .02em!important;
}
.thumb-wrap-so {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap-so iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
/*telegram widged*/
.telegram-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    transform: translate(-50%,-50%);
    background: #40B3E0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    z-index: 9999
}

.telegram-button a {
    color: #fff
}

.telegram-button:before,.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #40B3E0;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden
}

.telegram-button:after {
    animation-delay: .5s
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

/*telegram widged */
.b24-form-btn{
	position: relative!important;
    z-index: 4!important;
    display: inline-block!important;
    vertical-align: top!important;
    font-family: 'Stem'!important;
    font-weight: 400!important;
    font-size: 22px!important;
    line-height: 1.181818181818182em!important;
    letter-spacing: .005em!important;
    color: #fff!important;
    text-align: center!important;
    text-decoration: none !important;
    padding: 31px 32px!important;
    min-width: 216px!important;
    max-width: 100%!important;
    margin: 29px 0!important;
    background: #ba220e!important;
    border: 1px solid #ba220e!important;
    border-radius: 0!important;
    cursor: pointer!important;
	height: auto!important;
}
.b24-form-control-string .b24-form-control{
	    height: 65px!important;
}
.page-load-animate.page-visible{
	opacity: 1;
	}
.touchevents.opened-nav body{
	overflow: hidden;
	}
	
/*Custom scroll*/
.btn-trade-my .btn {
    margin-top: 15.8%!important;
}
html:not(.has-scroll-init){
	cursor: wait;
	overflow: hidden;
	}
html.has-scroll-dragging{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
.has-scroll-smooth body{
	overflow: hidden;
	}
.has-scroll-smooth [data-scroll-container]{
	min-height: 100vh;
	}
.c-scrollbar{
	position: absolute;
	z-index: 10000;
	right: 0;
	top: 0;
	width: 11px;
	height: 100%;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
	}
.c-scrollbar:hover{
	transform: scaleX(1.45);
	}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar{
	opacity: 1;
	}
.c-scrollbar_thumb{
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab;
	}
.has-scroll-dragging .c-scrollbar_thumb{
	cursor: -webkit-grabbing;
	cursor: grabbing;
	}
/*Common styles*/
*, *:before, *:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
strong, b{
	font-weight: 500;
	font-size: 1.066666666666667em;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 65% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
small{
	display: inline-block;
	vertical-align: baseline;
	font-size: .75em;
	line-height: 1.666666666666667em;
	}
h1, .h1{
	font-size: 70px;
	line-height: .8857142857142857em;
	letter-spacing: -.04em;
	margin: 80px 0 56px;
	}
h2, .h2{
	font-size: 50px;
	line-height: .9em;
	letter-spacing: -.025em;
	margin: 64px 0 40px;
	}
h3, .h3{
	font-size: 34px;
	line-height: 1.058823529411765em;
	letter-spacing: -.015em;
	margin: 64px 0 32px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 1.181818181818182em;
	letter-spacing: .005em;
	margin: 54px 0 32px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 1.181818181818182em;
	letter-spacing: .005em;
	margin: 48px 0 24px;
	}
h6, .h6{
	font-size: 18px;
	line-height: 1.181818181818182em;
	letter-spacing: .005em;
	margin: 48px 0 24px;
	}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong{
	font-size: 1em;
	}
h1 a, .h1 a{
	position: relative;
	z-index: 5;
	color: #ba220e;
	text-decoration: none;
	}
.no-touchevents h1 a:hover, .no-touchevents .h1 a:hover{
	color: #4B5762;
	}
h1 strong, .h1 strong{
	font-weight: 400;
	color: #ba220e;
	}
.big-size{
	font-weight: 300;
	font-size: 80px;
	line-height: .925em;
	letter-spacing: -.04em;
	}
ol, ul{
	list-style: none;
	margin: 19px 0;
	}
ul li, ol li{
	position: relative;
	padding-left: 15px;
	margin: 0 0 19px;
	background: url("../i/list-bullet.svg") no-repeat 0 9px/5px auto;
	}
.line-bullets li{
	background: url("../i/list-line-bullet.svg") no-repeat 0 10px/5px 2px;
	}
li li{
	margin-bottom: 12px;
	}
ol{
	counter-reset: list1;
	list-style: none;
	}
ul ul, ol ol{
	margin: 16px 0;
	}
ol > li{
	background: none !important;
	}
ol > li:before{
	counter-increment: list1;
	content: counter(list1) ".";
	position: absolute;
	left: 14px;
	top: 7px;
	font-weight: 500;
	font-size: 1em;
	line-height: 1em;
	color: #6CA51E;
	}
ol ol{
	counter-reset: list2;
	}
ol ol li{
	background: none;
	}
ol ol li:before{
	counter-increment: list2;
	content: counter(list1) "." counter(list2);
	left: 2px;
	}
ul li p:first-child, ol li p:first-child{
	margin-top: 0 !important;
	}
ul li p:last-child, ol li p:last-child{
	margin-bottom: 0 !important;
	}
/*_______________________________*/
.scroll-tbl{
	position: relative;
	width: 100%;
	margin: 50px 0 62px;
	overflow-x: auto;
	}
.scroll-tbl table{
	margin: 0;
	min-width: 420px;
	border: none;
	}
table{
	table-layout: fixed;
	width: 100%;
	margin: 50px 0 62px;
	border-collapse: collapse;
	border-spacing: 0;
	}
table th, table td{
	vertical-align: top;
	text-align: left;
	padding: 17px 20px;
	border: 1px solid #d4dade;
	}
table th{
	font-weight: 500;
	line-height: 1.444444444444444em;
	color: #535760;
	}
table td{
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: .15px;
	}
table td > *{
	margin: 10px 0;
	}
table td > *:first-child{
	margin-top: 0 !important;
	}
table td > *:last-child{
	margin-bottom: 0 !important;
	}
a{
	color: #4B5762;
	outline: none !important;
	}
.no-touchevents a:hover{
	color: #ba220e;
	text-decoration: none;
	}
a[href^=tel], a[href^=fax]{
	white-space: nowrap;
	text-decoration: none;
	}
p{
	margin: 19px 0;
	}
.large-p-indent{
	margin-bottom: 38px;
	}
img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 60px 0;
	}
img.left, img.right, .parallax-img-box.left, .parallax-img-box.right{
	margin: 0 32px 20px 0;
	max-width: 50%;
	}
img.right, .parallax-img-box.right{
	margin: 0 0 20px 32px;
	max-width: 50%;
	}
p img.left, p img.right, p .parallax-img-box.left, p .parallax-img-box.right{
	margin-top: 24px;
	margin-bottom: 20px;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
.auto-width-img{
	margin: 0;
	}
figure{
	display: block;
	font-size: 16px;
	line-height: 1.666666666666667em;
	color: rgba(106, 120, 167, .5);
	margin: 50px 0;
	}
figure img{
	margin: 0;
	}
figcaption{
	margin: 18px 0 0;
	}
.time{
	display: block;
	}
/*___________________________*/
/*Form styles*/
.form{
	position: relative;
	z-index: 2;
	text-align: left;
	margin: 40px 0;
	}
.form .fields-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.form .field{
	width: 100%;
	margin: 0 0 75px;
	}
.form .fields-row .field{
	width: calc(50% - 9px);
	}
.form .fields-row.full-width .field{
	width: 100%;
	}
.field-name{
	display: block;
	color: #969FA5;
	margin: 0 0 -24px;
	pointer-events: none;
	}
.error-field .field-name{
	color: #dc0c1c;
	}
.field-name span{
	display: block;
	transition: all .2s ease;
	}
.filled .field-name span{
	font-size: 12px;
	transform: translateY(-22px);
	}
.required .field-name span:after{
	content: '*';
	}
.form-control{
	position: relative;
	z-index: 2;
	display: block;
	font-family: 'Stem';
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: .02em;
	color: #4B5762;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #969FA5;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: none !important;
	text-overflow: ellipsis;
	transition: border .2s ease;
	}
textarea.form-control{
	line-height: 1.266666666666667em;
	min-height: 32px;
	max-width: 100%;
	min-width: 100%;
	padding-top: 5px;
	resize: none;
	overflow: hidden !important;
	}
.form-control.h2{
	font-size: 50px;
	line-height: 100%;
	height: auto;
	margin: 0;
	}
.error-field .form-control{
	border-color: #DA313B;
	}
.form-control:focus, .filled .form-control{
	border-color: #4B5762;
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #D4DADE;
	opacity: 1;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	color: #D4DADE;
	opacity: 1;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #D4DADE;
	opacity: 1;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
/*Btn*/
button{
	border: none;
	background: none;
	cursor: pointer;
	outline: none !important;
	}
.btn{
	position: relative;
	z-index: 4;
	display: inline-block;
	vertical-align: top;
	font-family: 'Stem';
	font-weight: 400;
	font-size: 22px;
	line-height: 1.181818181818182em;
	letter-spacing: .005em;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	padding: 31px 32px;
	min-width: 216px;
	max-width: 100%;
	margin: 29px 0;
	background: #ba220e;
	border: 1px solid #ba220e;
	border-radius: 0;
	cursor: pointer;
	}
.btn.full-width{
	width: 100%;
	max-width: none;
	}
.btn.transparent{
	color: #4B5762;
	background: transparent;
	border-color: #4B5762;
	}
.btn.transparent.light{
	border-color: #D4DADE;
	}
.btn.arrow-btn{
	text-align: left;
	padding-right: 113px;
	}
.arrow-btn .arrow{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 32px;
	margin-top: -7.5px;
	height: auto;
	}
.arrow-btn .arrow *, html .btn.has-icon .icon *, html .cart-btn .icon *{
	transition: fill .2s ease;
	}
.btn.small-size{
	font-size: 15px;
	line-height: 1.266666666666667em;
	padding: 30px 28px;
	}
.cart-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 89px;
	min-width: 0;
	}
.cart-btn .icon{
	position: relative;
	z-index: 10;
	transform: translate3d(0, 0, 0);
	}
html .btn.has-icon{
	text-align: left;
	padding-right: 60px;
	}
html .btn.has-icon .icon{
	position: absolute;
	top: 50%;
	right: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	height: 21px;
	width: 18px;
	margin: -11px 0 0;
	}
.btn.yt-btn{
	padding-right: 120px;
	}
.btn.yt-btn .icon{
	position: absolute;
	z-index: 2;
	right: 32px;
	top: 50%;
	height: auto;
	transform: translateY(-50%);
	}
.no-touchevents .btn.yt-btn .icon .animate{
	transition: fill .2s ease;
	}
.btn:before, .btn:after, .promo-code-btn:before, .promo-code-btn:after{
	content: '';
	position: absolute;
	z-index: 1;
	right: -1px;
	left: -1px;
	top: -1px;
	height: calc(50% + 2px);
	background-color: #4B5762;
	transition: transform .3s cubic-bezier(.4, 0, 0, 1);
	transform: scaleX(0);
	transform-origin: center right;
	}
.btn:after, .promo-code-btn:after{
	top: auto;
	bottom: -1px;
	transition-delay: .15s;
	}
.btn.transparent:before, .btn.transparent:after{
	background: #ba220e;
	}
.btn span{
	position: relative;
	z-index: 2;
	}
.btn::-moz-focus-inner{
	border: 0;
	}
.no-touchevents .btn:not(:disabled):hover{
	color: #fff;
	}
.no-touchevents .btn:not(:disabled):hover:before, .no-touchevents .btn:not(:disabled):hover:after, .no-touchevents .promo-code-btn:not(:disabled):hover:before, .no-touchevents .promo-code-btn:not(:disabled):hover:after{
	transform: scaleX(1);
	transform-origin: center left;
	}
.no-touchevents .btn:not(:disabled):hover .arrow *, .no-touchevents .btn:not(:disabled):hover .icon *{
	fill: #fff;
	}
.no-touchevents .btn:not(:disabled) .arrow{

	}
.no-touchevents .btn:not(:disabled) .arrow rect{
	transition: width .2s ease, transform .2s ease, fill .2s ease;
	transform: translate3d(0, 0, 0);
	}
.no-touchevents .btn:not(:disabled):hover .arrow rect, .touchevents .btn:not(:disabled) .arrow rect{
	width: 36px;
	transform: translate3d(-10px, 0, 0) rotate(.01deg);
	}
.no-touchevents .btn.yt-btn:not(:disabled):hover .icon .animate{
	fill: #4B5762;
	}
.no-touchevents button.btn:not(:disabled):active{
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
	}
.btn:disabled{
	background: #4B5762;
	border-color: #4B5762;
	cursor: default;
	}
.fields-row + .btn-box{
	margin-top: -6px;
	}
.btn-box.has-prompt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.btn-box.has-prompt .btn{
	margin: 0 0 0 auto;
	}
.btn-box.has-prompt .btn, .form-submit-prompt{
	width: calc(50% - 9px);
	}
.form-submit-prompt{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .02em;
	color: #969FA5;
	align-self: center;
	padding-right: 6px;
	}
.form-submit-prompt p{
	margin: 0;
	}
.form-submit-prompt a{
	color: #969FA5;
	}
.prompt{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: .02em;
	color: #969FA5;
	margin: 6px 0 0;
	}
/*Errors*/
.form .field-error{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .02em;
	color: #DA313B;
	margin: 6px 0 -5px;
	}
.upload-box + .field-error{
	margin-top: -18px;
	}
/*Form message*/
.form-message{
	text-align: center;
	color: #535760;
	margin: 35px 0 0;
	}
.form-message + .form-message{
	margin-top: 12px;
	}
.form-message svg{
	display: inline-block;
	vertical-align: middle;
	margin: 6px 8px 4px 0;
	}
.form-message p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	}
/*Radio and Checkboxes*/
.checkbox-item, .radio-item{
	position: relative;
	margin: 19px 0;
	}
.checkbox-item input[type="checkbox"], .radio-item input[type="radio"]{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	}
.checkbox-item input[type="checkbox"] + label, .radio-item input[type="radio"] + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	transition: color .2s ease;
	cursor: pointer;
	}
.checkbox-item input[type="checkbox"]:disabled + label, .radio-item input[type="radio"]:disabled + label{
	cursor: default;
	}
.checkbox-item input[type="checkbox"] + label:before, .radio-item input[type="radio"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	border: 1px solid #D4DADE;
	transition: border-color .1s ease, background .1s ease;
	}
.checkbox-item input[type="checkbox"]:checked + label:before, .radio-item input[type="radio"]:checked + label:before{
	background: #BA220E;
	border-color: #BA220E;
	}
.no-touchevents .checkbox-item input[type="checkbox"]:not(:disabled) + label:hover, .no-touchevents .radio-item input[type="radio"]:not(:checked) + label:hover{
	color: #BA220E;
	}
.checkbox-item input[type="checkbox"]:disabled + label:before, .radio-item input[type="radio"]:disabled + label:before{
	background-color: #eceded;
	border-color: #eceded;
	cursor: default;
	}
.radio-item input[type="radio"]:checked + label{
	cursor: default;
	}
.radio-item input[type="radio"] + label:before{
	border-radius: 110%;
	}
.radio-item.text-view input[type="radio"] + label{
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 28px;
	height: 100%;
	min-height: 81px;
	border: 1px solid #D4DADE;
	}
.radio-item.text-view input[type="radio"]:checked + label{
	background: #F7F7F7;
	}
.radio-item.text-view input[type="radio"] + label:before{
	display: none;
	}
.radio-item.text-view input[type="radio"] + label .mobile-arrow, .radio-item.text-view input[type="radio"] + label .checked-icon{
	display: none;
	position: absolute;
	right: 20px;
	top: 32px;
	}
.radio-item.text-view input[type="radio"] + label .checked-icon{
	top: 28px;
	right: 18px;
	}
/*Appearance*/
.left{
	float: left;
	}
.right{
	float: right;
	}
.center{
	text-align: center;
	}
.align-right{
	text-align: right;
	}
.centered{
	margin-left: auto;
	margin-right: auto;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.align-m, .align-b{
	display: table-cell;
	vertical-align: middle;
	}
.align-b{
	vertical-align: bottom;
	}
.no-wrap{
	white-space: nowrap;
	}
/*Independent*/
.container{
	position: relative;
	z-index: 2;
	max-width: 1920px;
	padding: 0 60px;
	margin: 0 auto;
	}
.container.full-width{
	max-width: none;
	}
/*Animated chars*/
.animated-chars .char{
	opacity: 0;
	}
/*Branches list*/
.branches-list{
	position: relative;
	z-index: 50;
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 18px;
	}
.branches-list .current{
	position: relative;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 9px 7px 10px;
	cursor: pointer;
	transition: color .2s ease;
	background: #F7F7F7;
	}
.no-touchevents .branches-list .current:hover{
	color: #ba220e;
	}
.branches-list .current svg{
	margin: 1px 0 0 7px;
	transition: transform .2s ease;
	}
.branches-list.visible-dropdown .current svg{
	transform: scaleY(-1);
	}
.branches-list .dropdown{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 28px;
	margin: 0;
	padding: 14px 16px 13px 10px;
	transition: opacity .3s ease, visibility .3s ease;
	background: #F7F7F7;
	}
.branches-list:not(.visible-dropdown) .dropdown{
	opacity: 0;
	visibility: hidden;
	}
.branches-list .dropdown li{
	white-space: nowrap;
	padding: 0;
	margin: 0 0 23px;
	background: none;
	}
.branches-list .dropdown li:last-child{
	margin-bottom: 0;
	}
.branches-list .dropdown a{
	color: #969FA5;
	text-decoration: none;
	}
.no-touchevents .branches-list .dropdown a:hover{
	color: #ba220e;
	}
/*Animated counter*/
.js-animated-counter{
	opacity: 0;
	transition: opacity .7s ease;
	}
.is-inview .js-animated-counter{
	opacity: 1;
	}
.js-animated-counter:not(.finished){
	animation: motion-blur 0.1s linear forwards, motion-blur 0.4s linear reverse infinite 0.1s forwards;
	}
@keyframes motion-blur{
	0% {
		filter: url(#blur0);
		transform: scale(1, 1);
		}
	50% {
		filter: url(#blur1);
		transform: scale(.995, 1);
		}
	100% {
		filter: url(#blur1);
		transform: scale(1.015, 1);
		}
	}
.motion-blur-filter{
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
	}
/*Social links*/
.social-links{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 -18px;
	}
	.social-links.iso-box a{
	    display: initial;
    align-items: normal;
	justify-content: center;
	line-height: 0;
	margin: 0 18px 18px 0;
	width: 42px;
	height: 42px;
	border-radius: 110%;
	background: none;
	}
.social-links a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin: 0 18px 18px 0;
	width: 42px;
	height: 42px;
	border-radius: 110%;
	background: #fff;
	}
	.social-links a.fbftrnew{
	background: #1877f2;
	}
	.social-links a.fbftrnew:hover{
	background: #fff;
	}
	.social-links a.insftrnew{
	background: #f00073;
	}
	.social-links a.insftrnew:hover{
	background: #fff;
	}
	.social-links svg path.insftrnew{
	fill: #f00073;
	}
	.social-links a.insftrnew:hover svg path.insftrnew{
	fill: #fff;
	}
	.social-links a.youtubeftrnew{
	background: #ff0000;
	}
	.social-links a.youtubeftrnew:hover{
	background: #fff;
	}
	.social-links svg path.yorsvefEr{
	fill: #ff0000;
	}
	.social-links a.youtubeftrnew:hover svg path.yorsvefEr{
	fill: #fff;
	}
.no-touchevents .social-links .hover-path{
	transition: fill .2s ease;
	}
.no-touchevents .social-links a:hover .hover-path{
	fill: #ba220e;
	}
/*=========================================================================
								STRUCTURE
==========================================================================*/
#all{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 122px;
	}
/*================================HEADER===================================*/
#header{
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	height: 122px;
	width: 100%;
	background: #fff;
	transition: transform .4s ease;
	}
	.list_desc-bottom {
    margin-top: 160px;
}
#header:after{
	content: '';
	position: fixed;
	z-index: 8;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
	pointer-events: none;
	}
#header .container{
	padding: 0 0 0 30px;
	}
#header a{
	text-decoration: none;
	}
html:not(.page-load) .hdr-top-box, html:not(.page-load) .main-hdr-box{
	transform: translateY(-100%);
	}
/*Top header box*/
.hdr-top-box{
	position: relative;
	z-index: 3;
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	height: 46px;
	background: #fff;
	border-bottom: 1px solid #D4DADE;
	transition: transform .4s ease, opacity .4s ease;
	}
html:not(.page-load) .hdr-top-box{
	transform: translateY(-100%);
	opacity: 0;
	}
.hdr-top-box .container{
	display: flex;
	align-items: center;
	height: 46px;
	}
.hdr-langs-branches{
	position: relative;
	display: flex;
	align-items: center;
	}
.hdr-branches, .hdr-langs{
	position: relative;
	z-index: 1;
	}
.opened-branches .hdr-branches, .opened-langs .hdr-langs{
	z-index: 2;
	}
.hdr-langs-branches .current{
	position: relative;
	z-index: 11;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .hdr-langs-branches .current:hover{
	color: #ba220e;
	}
.hdr-langs-branches .current svg{
	margin: 0 0 0 7px;
	transition: transform .2s ease;
	}
.hdr-langs-branches .current.active svg{
	transform: scaleY(-1);
	}
.hdr-langs-branches .dropdown{
	position: absolute;
	z-index: 10;
	left: -30px;
	top: -16px;
	min-width: calc(100% + 57px);
	margin: 0;
	padding: 51px 34px 23px 30px;
	transition: opacity .5s ease, visibility .5s ease;
	background: #fff;
	}
.hdr-langs-branches .dropdown:not(.visible){
	opacity: 0;
	visibility: hidden;
	}
.hdr-branches:before, .hdr-langs:before{
	content: '';
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	height: calc(100vh + 46px);
	background-color: rgba(0, 0, 0, .4);
	transition: opacity .4s ease, visibility .4s ease;
	}
html:not(.opened-branches) .hdr-branches:before, html:not(.opened-langs) .hdr-langs:before{
	opacity: 0;
	visibility: hidden;
	}
.hdr-langs-branches .dropdown li{
	white-space: nowrap;
	padding: 0;
	margin: 0 0 23px;
	background: none;
	}
.hdr-langs-branches .dropdown li:last-child{
	margin-bottom: 0;
	}
.hdr-langs-branches .dropdown a{
	color: #969FA5;
	}
.no-touchevents .hdr-langs-branches .dropdown a:hover{
	color: #ba220e;
	}
.hdr-langs{
	margin-left: 35px;
	}
.hdr-contacts{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	width: 33.28042328042328%;
	padding: 0 2.76041666666667%;
	min-width: 330px;
	}
/*Main header box*/
.main-hdr-box{
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #D4DADE;
	transition: transform .4s ease .2s, opacity .4s ease .2s, z-index .1s ease .3s;
	}
html:not(.page-load) .main-hdr-box{
	transform: translateY(-50%);
	opacity: 0;
	}
.opened-hdr-messengers .main-hdr-box{
	z-index: 4;
	transition: transform .4s ease .2s, opacity .4s ease .2s;
	}
.main-hdr-box .container{
	display: flex;
	align-items: center;
	height: 76px;
	}
.hdr-burger{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	padding-right: 31px;
	border-right: 1px solid #D4DADE;
	}
.js-open-nav{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 14px;
	border-top: 2px solid #4B5762;
	border-bottom: 2px solid #4B5762;
	transition: border-color .2s ease;
	cursor: pointer;
	}
.no-touchevents .js-open-nav:hover{
	border-color: #ba220e;
	}
.js-open-nav:before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 0;
	height: 2px;
	width: 100%;
	background: #4B5762;
	transition: background .2s ease;
	}
.no-touchevents .js-open-nav:hover:before{
	background: #ba220e;
	}
.opened-nav .js-open-nav, .opened-nav .js-open-nav:before{
	border-color: transparent !important;
	background: transparent !important;
	}
.js-open-nav svg{
	transition: opacity .2s ease, visibility .2s ease;
	}
html:not(.opened-nav) .js-open-nav svg{
	opacity: 0;
	visibility: hidden;
	}
.no-touchevents .js-open-nav svg *{
	transition: fill .2s ease;
	}
.no-touchevents .js-open-nav:hover svg *{
	fill: #ba220e;
	}
.hdr-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	width: 15.1063829787234%;
	max-width: 213px;
	min-width: 179px;
	border-right: 1px solid #D4DADE;
	}
.hdr-logo .logo{
	display: block;
	width: 123px;
	max-width: 100%;
	height: 28px;
	}
.hdr-logo svg, .ftr-logo svg{
	width: 100%;
	height: auto;
	}
.no-touchevents .hdr-logo svg *, .no-touchevents .ftr-logo svg *{
	transition: fill .2s ease;
	}
.no-touchevents .hdr-logo .logo:hover svg *, .no-touchevents .ftr-logo .logo:hover svg *{
	fill: #ba220e;
	}
.hdr-nav{
	flex: auto;
	}
.hdr-nav ul{
	display: flex;
	align-items: center;
	margin: 0;
	max-width: none;
	}
.hdr-nav ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-grow: 1;
	height: 76px;
	margin: 0;
	padding: 0;
	background: none;
	}
.hdr-nav > ul > li{
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	}
.hdr-nav > ul > .has-child{
	max-width: 176px;
	border-right: 1px solid #D4DADE;
	}
.hdr-nav a{
	display: inline-flex;
	align-items: center;
	line-height: 1em;
	}
.hdr-nav .opened-dropdown > a{
	color: #BA220E;
	}
.hdr-nav a svg{
	margin: 0 0 0 7px;
	}
.hdr-nav .close, .hdr-nav .opened-dropdown svg{
	display: none;
	}
.hdr-nav .opened-dropdown .close{
	display: block;
	margin-top: 1px;
	}

.hdr-nav .products-dropdown{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	width: 383px;
	max-height: calc(100vh - 123px);
	padding-left: calc(22% - 21px);
	}
.hdr-nav .products-dropdown:before, .hdr-nav .products-dropdown:after{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: -2500px;
	right: -2500px;
	bottom: 0;
	background: #fff;
	border-bottom: 1px solid #D4DADE;
	}
.hdr-nav .products-dropdown:after{
	left: 100%;
	background: #F7F7F7;
	}
.hdr-nav .products-dropdown .js-scroll-box{
	position: relative;
	z-index: 4;
	max-height: calc(100vh - 122px);
	}
.hdr-nav .products-dropdown ul{
	position: relative;
	display: block;
	padding: 36px 0;
	margin: 0;
	border-right: 1px solid #D4DADE;
	}
.hdr-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	transition: opacity 0.3s;
	opacity: 0;
	}
.no-touchevents .hdr-nav .js-scroll-box:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	opacity: 1;
	}
.hdr-nav .products-dropdown ul li{
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	height: auto;
	margin: 0 0 23px;
	padding: 0 21px;
	}
.hdr-nav .products-dropdown .has-third-level li{
	padding-right: 0;
	}
.hdr-nav .products-dropdown ul li:last-child{
	margin-bottom: 0;
	}
.hdr-nav .products-dropdown a{
	display: block;
	position: relative;
	padding-right: 12px;
	}
.hdr-nav .products-dropdown .js-scroll-box .current-visible a{
	color: #ba220e;
	}
.hdr-nav .products-dropdown a span{
	position: relative;
	z-index: 2;
	}
.hdr-nav .products-dropdown .js-scroll-box a:before{
	content: '';
	position: absolute;
	z-index: 0;
	left: -21px;
	top: -11px;
	bottom: -11px;
	right: 0;
	background: #F7F7F7;
	opacity: 0;
	}
.no-touchevents .hdr-nav .products-dropdown .js-scroll-box a:hover:before, .hdr-nav .products-dropdown .js-scroll-box .current-visible a:before{
	opacity: 1;
	}
.hdr-nav .products-dropdown .inner-list{
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: calc(100% + 52px);
	margin: 0;
	padding: 0;
	width: 384px;
	max-height: 100%;
	border: none;
	}
.hdr-nav .products-dropdown .inner-list.has-third-level{
	height: 100%;
	}
.touchevents .hdr-nav .products-dropdown .inner-list.has-third-level{
	padding-right: 24px;
	}
.hdr-nav .products-dropdown .inner-list.has-third-level:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #D4DADE;
	opacity: 0;
	}
.hdr-nav .products-dropdown .inner-list.has-third-level.mouseenter:after{
	opacity: 1;
	}
.hdr-nav .products-dropdown .inner-list.third-level{
	left: calc(100% + 488px);
	}
.touchevents .hdr-nav .products-dropdown .js-scroll-box{
	overflow-y: auto;
	}
.hdr-nav .products-dropdown .inner-list .mCSB_inside > .mCSB_container{
	padding: 0 24px 0 0;
	}
.hdr-nav .products-dropdown .inner-list a:before{
	background: #fff;
	}
.hdr-nav .products-dropdown .inner-list:not(.has-third-level) a:before, .hdr-nav .products-dropdown .inner-list.third-level a:before{
	display: none;
	}
.hdr-nav .products-dropdown .inner-list li{
	font-size: 15px;
	margin: 0 0 23px;
	}
.hdr-nav .products-dropdown .inner-list li:first-child{
	margin-top: 36px;
	}
.hdr-nav .products-dropdown .inner-list li:last-child{
	margin-bottom: 36px;
	}
.hdr-nav .inner-list .mCSB_scrollTools{
	right: 0;
	}

.hdr-controls{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	margin-left: auto;
	padding: 0 2.76041666666667%;
	width: 33.28042328042328%;
	min-width: 330px;
	border-left: 1px solid #D4DADE;
	}
#header .hdr-controls:before{
	content: '';
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	height: calc(100vh + 46px);
	transition: opacity .4s ease, visibility .4s ease;
	background-color: rgba(0, 0, 0, .4);
	}
html:not(.opened-hdr-messengers) #header .hdr-controls:before{
	opacity: 0;
	visibility: hidden;
	}
.hdr-controls .control-item{
	line-height: 0;
	text-align: center;
	}
.hdr-controls .control-icon{
	position: relative;
	z-index: 5;
	cursor: pointer;
	}
.no-touchevents .hdr-controls .control-icon svg *{
	transition: fill .2s ease;
	}
.no-touchevents .hdr-controls .control-icon:hover svg *{
	fill: #ba220e;
	}
.opened-hdr-messengers .hdr-messengers{
	z-index: 11;
	}
.messenger-links{
	position: relative;
	}
.js-open-messengers svg *{
	transition: fill .2s ease;
	}
.js-open-messengers.active svg *{
	fill: #000;
	}
.messengers-dropdown{
	position: absolute;
	z-index: 4;
	left: 50%;
	top: -28px;
	width: 100px;
	margin: 0 0 0 -50px;
	padding: 77px 0 30px;
	background: #fff;
	transition: opacity .5s ease, visibility .5s ease;
	}
.hdr-messengers .messengers-dropdown:not(.visible){
	opacity: 0;
	visibility: hidden;
	}
.messengers-dropdown a, .messengers-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 42px;
	height: 42px;
	margin: 0 auto 17px;
	border-radius: 110%;
	}
.messengers-dropdown a:last-child{
	margin-bottom: 0;
	}
.no-touchevents .messengers-dropdown a svg .animate, .no-touchevents .messengers-list a svg .animate{
	transition: fill .2s ease;
	}
.no-touchevents .messengers-dropdown a:hover svg .animate, .no-touchevents .messengers-list a:hover svg .animate{
	fill: #ba220e;
	}
.hdr-cart{
	margin-right: 14px;
	}
.js-open-cart-popup .cart-count{
	position: absolute;
	top: -18px;
	left: 13px;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	width: 23px;
	height: 23px;
	background: #ba220e;
	border-radius: 110%;
	}
/*Header search*/
.hdr-search-form-box{
	position: absolute;
	z-index: 20;
	left: 82px;
	right: 0;
	top: 46px;
	height: 76px;
	max-width: 1920px;
	margin: 0;
	transition: opacity .3s ease, visibility .3s ease;
	}
html:not(.opened-search) .hdr-search-form-box{
	opacity: 0;
	visibility: hidden;
	}
.hdr-search-form-box:before{
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	height: calc(100vh + 46px);
	left: 0;
	transition: opacity .3s ease, visibility .3s ease;
	background-color: rgba(0, 0, 0, .4);
	}
html:not(.opened-search) .hdr-search-form-box:before{
	opacity: 0;
	visibility: hidden;
	}
.hdr-search-form{
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	height: 76px;
	margin: 0;
	padding: 0 2.6% 0 28px;
	background: #fff;
	}
.hdr-search-form button{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	}
.hdr-search-form button svg{
	height: auto;
	}
.no-touchevents .hdr-search-form button svg *{
	transition: fill .2s ease;
	}
.no-touchevents .hdr-search-form button:hover svg *{
	fill: #ba220e;
	}
.loupe-btn{
	width: 30px;
	height: 30px;
	}
.hdr-search-form .form-control{
	flex: 1;
	font-size: 22px;
	line-height: 100%;
	height: 48px;
	width: auto;
	margin: 0 18px 0 18px;
	padding: 4px 0 0;
	border: none;
	}
.hdr-search-form .form-control::-webkit-input-placeholder{
	color: #4B5762;
	}
.hdr-search-form .form-control::-moz-placeholder{
	color: #4B5762;
	}
.hdr-search-form .form-control:-ms-input-placeholder{
	color: #4B5762;
	}
.hdr-search-form .search-btn{
	margin-left: auto;
	}
/*Nav box*/
#nav-box{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 123px;
	width: 100%;
	height: calc(100vh - 123px);
	transition: opacity .3s ease, visibility .3s ease;
	}
html:not(.opened-nav) #nav-box{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	}
.touchevents #nav-box{
	overflow-y: auto;
	}
#nav-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	}
#nav-box .mCSB_scrollTools{
	background: transparent;
	}
#nav-box .mCSB_scrollTools, #nav-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 3px;
	}
#nav-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	transition: opacity 0.3s;
	opacity: 0;
	}
.no-touchevents #nav-box .js-scroll-box:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, #nav-box .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar{
	opacity: 1;
	}
#nav-box .container{
	padding: 0 60px;
	background: #fff;
	}
#nav{
	position: relative;
	}
#nav ul{
	margin: 0;
	}
#nav li{
	margin: 0;
	padding: 0;
	background: none;
	}
#nav > ul{
	display: flex;
	}
#nav > ul > .has-child{
	font-size: 22px;
	line-height: 1.181818181818182em;
	letter-spacing: .005em;
	padding: 52px 24px 60px 0;
	width: 25%;
	}
#nav .hide-desktop{
	display: none;
	}
#nav .has-child .has-child ul, #nav .arrow{
	display: none;
	}
#nav .dropdown{
	margin: 44px 0 0;
	}
#nav .dropdown li{
	font-size: 15px;
	line-height: 19px;
	letter-spacing: .02em;
	margin: 0 0 19px;
	width: auto;
	}
.bottom-nav-box{
	position: relative;
	display: flex;
	align-items: center;
	padding: 40px 0;
	}
.bottom-nav-box:before, .bottom-nav-box:after{
	content: '';
	position: absolute;
	left: -1500px;
	top: 0;
	height: 1px;
	right: -1500px;
	background: #D4DADE;
	}
.bottom-nav-box:after{
	top: auto;
	bottom: 0;
	}
.bottom-nav-box .back-call-box{
	position: relative;
	}
.bottom-nav-box .back-call-box p{
	margin: 0;
	}
.bottom-nav-box .back-call-box .back-call{
	margin: 8px 0 -27px;
	}
.bottom-nav-box .back-call-box p:not(.back-call) a{
	color: #BA220E;
	transition: opacity .2s ease;
	}
.no-touchevents .bottom-nav-box .back-call-box p:not(.back-call) a:hover{
	opacity: .7;
	}

.messengers-list{
	display: flex;
	align-items: center;
	}
.bottom-nav-box .messengers-list{
	margin-left: 86px;
	}
.messengers-list a{
	margin: 0 9px;
	}
.bottom-nav-box .btn{
	margin: 0 0 0 auto;
	}
/*========================END OF HEADER========================*/
/*Page title box*/
.page-title-box{
	position: relative;
	overflow: hidden;
	}
.page-title-box:after{
	content: '';
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #D4DADE;
	transition: opacity .7s ease .5s;
	}
.page-title-box:not(.is-inview):after{
	opacity: 0;
	}
.page-title-box .container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	min-height: 442px;
	max-height: 589px;
	padding-top: 120px;
	}
.contacts-page .page-title-box .container{
	pointer-events: none;
	}
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #969FA5;
	line-height: 1.266666666666667em;
	margin: 33px 0 131px;
	transition: opacity .7s ease .4s;
	}
.static-title-box .breadcrumbs{
	margin-bottom: 40px;
	}
.static-title-box .breadcrumbs + h1, .static-title-box .breadcrumbs + .h1{
	margin-top: 0;
	}
html:not(.page-load) .breadcrumbs{
	opacity: 0;
	}
.page-title-box .breadcrumbs{
	position: absolute;
	left: 60px;
	top: 33px;
	color: #fff;
	margin: 0;
	transition-delay: .75s;
	}
.contacts-page .page-title-box .breadcrumbs, .products-page .page-title-box .breadcrumbs{
	color: #969FA5;
	pointer-events: auto;
	}
.breadcrumbs li{
	padding: 0;
	margin: 0 0 6px;
	background: none;
	}
.breadcrumbs a{
	color: #969FA5;
	text-decoration: none;
	}
.page-title-box .breadcrumbs a{
	color: #fff;
	}
.contacts-page .page-title-box .breadcrumbs a, .products-page .page-title-box .breadcrumbs a{
	color: #969FA5;
	}
.no-touchevents .breadcrumbs a{
	transition: color .2s ease, opacity .2s ease;
	}
.no-touchevents .breadcrumbs a:hover{
	color: #BA220E;
	}
.no-touchevents .page-title-box .breadcrumbs a:hover{
	color: #fff;
	opacity: .7;
	}
.no-touchevents.contacts-page .page-title-box .breadcrumbs a:hover, .no-touchevents.products-page .page-title-box .breadcrumbs a:hover{
	color: #BA220E;
	opacity: 1;
	}
.breadcrumbs .separator{
	margin: 0 6px;
	}
.page-title-box{
	color: #fff;
	}
.contacts-page .page-title-box, .products-page .page-title-box{
	color: #4B5762;
	}
.page-title{
	padding: 0 0 55px;
	}
.contacts-page .page-title{
	pointer-events: auto;
	}
.page-title-box h1, .page-title-box .h1{
	max-width: none;
	margin: 0;
	}
.products-page .page-title{
	max-width: 680px;
	width: 80%;
	margin-bottom: 25px;
	}
.page-title h1 + p, .page-title .h1 + p{
	margin-top: 37px;
	transition: opacity .7s ease 1.2s;
	}
html:not(.page-load) .page-title h1 + p, html:not(.page-load) .page-title .h1 + p{
	opacity: 0;
	}
.page-title-box .bg{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	transition: opacity .7s ease .5s;
	}
html:not(.page-load) .page-title-box .bg, html:not(.page-load) .page-title-box .map-box{
	opacity: 0;
	}
.page-title-box .map-box{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity .7s ease .5s;
	}
.map-box .usual-map{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
.usual-map [class*=-inner-panes] > ymaps:not([class*=-places-pane]){
	filter: grayscale(1);
	}
.usual-map .ymaps-2-1-78-map-copyrights-promo, .usual-map .ymaps-2-1-78-copyright{
	display: none !important;
	}
.static-title-box .page-title .back-link{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 54px;
	background: #fff;
	border: 1px solid #D4DADE;
	transition: opacity .7s ease .7s;
	}
html:not(.page-load) .static-title-box .page-title .back-link{
	opacity: 0;
	}
.no-touchevents .static-title-box .page-title .back-link svg *{
	transition: fill .2s ease;
	}
.no-touchevents .static-title-box .page-title .back-link:hover svg *{
	fill: #ba220e;
	}
/*Second level pages*/
.second-lvl-pages-box{
	margin: 0 0 244px;
	/*margin: 0 0 111px;*/
	}
.second-lvl-pages{
	position: relative;
	border-bottom: 1px solid #D4DADE;
	transition: opacity .4s ease .7s, transform .4s ease .7s;
	}
html:not(.page-load) .second-lvl-pages-box .second-lvl-pages{
	transform: translateY(-50%);
	opacity: 0;
	}
.second-lvl-pages-slider .swiper-container{
	overflow: visible;
	}
.second-lvl-pages-slider .swiper-wrapper{
	justify-content: space-between;
	}
.second-lvl-pages-slider .swiper-slide{
	width: auto;
	padding: 47px 48px 48px 0;
	}
.second-lvl-pages-slider .swiper-slide:last-child{
	padding-right: 0;
	}
.second-lvl-pages-slider p{
	margin: 0;
	}
.second-lvl-pages-slider a{
	color: #969FA5;
	text-decoration: none;
	}
.second-lvl-pages-slider .anchor{
	color: #4B5762;
	}
.no-touchevents .second-lvl-pages-slider a:hover{
	color: #ba220e;
	}
.second-lvl-pages-slider sup, .tabs-nav-item sup{
	top: -1.3em;
	font-size: 15px !important;
	line-height: 1em;
	color: #969FA5;
	pointer-events: none;
	}
/*Common slider*/
.common-slider{
	display: flex;
	flex-wrap: wrap;
	margin: 103px 0 72px;
	min-height: 329px;
	max-width: 1650px;
	transition: opacity .7s linear .5s;
	}
.common-slider.no-delay:not(.is-inview){
	opacity: 0;
	}
.common-slider.no-delay{
	transition-delay: 0s;
	}
.section:not(.is-inview) .common-slider{
	opacity: 0;
	}
.section.delay-animate .common-slider{
	transition-delay: 1.4s;
	}
#main .container > .common-slider{
	margin: 260px 0;
	}
.common-slider .swiper-container{
	z-index: 4;
	overflow: visible;
	width: calc(100% - 330px);
	}
.common-slider .swiper-slide{
	width: 330px;
	min-height: 329px;
	height: auto;
	max-width: 100%;
	background: #fff;
	border: 1px solid #D4DADE;
	border-left: 0;
	}
.common-slider .btn-box{
	padding-left: 1319px;
	width: 100%;
	transition: opacity .3s linear .75s;
	}
.section:not(.is-inview) .common-slider .btn-box{
	opacity: 0;
	}
.common-slider .btn{
	display: block;
	margin: 0;
	width: 331px;
	padding-right: 90px;
	border-color: #D4DADE;
	}
.slider-controls{
	position: relative;
	z-index: 5;
	width: 330px;
	max-width: 100%;
	padding: 26px 0 0;
	background: #fff;
	border: 1px solid #D4DADE;
	border-left: 0;
	}
.slider-controls:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -2000px;
	top: -1px;
	bottom: -1px;
	right: 100%;
	background: #fff;
	}
.slider-arrows{
	position: absolute;
	left: 0;
	bottom: 20px;
	display: flex;
	align-items: flex-start;
	}
.slider-arrows .prev-btn{
	margin-right: 16px;
	}
.slider-arrows .swiper-btn svg{
	height: auto;
	}
.slider-arrows svg *{
	transition: fill .2s ease;
	}
.no-touchevents .slider-arrows .swiper-btn:not(.swiper-button-disabled):hover svg *{
	fill: #ba220e;
	}
.slider-arrows .swiper-button-disabled svg *{
	fill: #D4DADE;
	}
.common-slider .swiper-pagination{
	color: #D4DADE;
	margin: 0;
	}
.slider-arrows .mobile-arrow{
	display: none;
	}
/*Services view*/
.services-view .service-item, .services-view .service-item .bg{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-decoration: none;
	overflow: hidden;
	}
.services-view .service-item .h4{
	position: relative;
	z-index: 4;
	margin: 0;
	max-width: 262px;
	}
.no-touchevents .services-view .service-item:before{
	content: '';
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: #fff;
	transition: transform .4s ease;
	}
.no-touchevents .services-view .service-item:hover:before{
	transform: translateX(102%);
	}
.services-view .service-item .bg{
	z-index: 2;
	opacity: 0;
	transition: opacity .4s ease;
	}
.no-touchevents .services-view .service-item:hover .bg, .touchevents .services-view .service-item .bg{
	opacity: 1;
	}
/*Products view*/
.product-item{
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 14px 20px 17px;
	text-decoration: none;
	overflow: hidden;
	}
.product-item p{
	margin: 0;
	}
.product-item .product-title{
	position: relative;
	z-index: 4;
	min-height: 38px;
	}
.product-item .img{
	/*position: absolute;
	top: 60px;
	left: 20px;
	right: 20px;*/
	display: flex;
	align-items: center;
	height: 211px;
	margin: 12px 0 33px;
	}
.product-item .img img{
	margin: 0 auto;
	max-height: 211px;
	}
.product-item .product-data{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	display: flex;
	align-items: flex-end;
	padding: 0 20px;
	}
.product-item .manufacturer{
	color: #969FA5;
	}
.product-item .product-data .manufacturer{
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 4px;
	overflow: hidden;
	}
.product-item .price{
	white-space: nowrap;
	color: #4B5762;
	margin-left: auto;
	}
.product-item .label{
	position: absolute;
	z-index: 3;
	top: 18px;
	right: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	min-width: 45px;
	padding: 5px 3px;
	background: #BA220E;
	}
.product-item .label.novelty{
	background: #F2C94C;
	}
/*Events view*/
.events-view .event-item{
	display: block;
	padding: 23px 30px 29px 30px;
	margin: 0;
	min-height: 329px;
	text-decoration: none;
	}
.events-view .event-item.js-open-popup{
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .events-view .event-item.js-open-popup:hover{
	color: #ba220e;
	}
.common-slider.events-view .event-item .time{
	color: #4B5762;
	padding: 0 30px 23px;
	margin: 0 -30px 25px;
	border-bottom: 1px solid #D4DADE;
	}
.events-view .event-item .text{
	width: 100%;
	}
.events-view .event-item .h4{
	margin: 0 0 26px;
	}
.events-view p:not(.h4){
	font-size: 15px;
	}
.common-slider.events-view .text > *:first-child{
	margin-top: 0;
	}
.common-slider.events-view .text > *:last-child{
	margin-bottom: 0;
	}
.events-view .event-item a{
	text-decoration: none;
	}
/*Webinars view*/
.common-slider.webinars-view .event-item{
	padding-bottom: 84px;
	}
.webinars-view .event-item .yt-icon{
	position: absolute;
	left: 30px;
	bottom: 30px;
	height: auto;
	}
/*Reviews view*/
.reviews-view .review-item{
	position: relative;
	display: block;
	height: 100%;
	padding: 24px 30px 125px;
	}
.reviews-view .review-item > *:first-child{
	margin-top: 0;
	}
.reviews-view .review-item > p:last-of-type{
	margin-bottom: 0;
	}
.reviews-view .review-item .h4{
	margin: 0 0 48px;
	}
.reviews-view .review-item .h4 + p{
	margin-top: 0;
	}
.reviews-view .review-item .plus-link{
	position: absolute;
	left: 30px;
	bottom: 31px;
	}
.no-touchevents .reviews-view .review-item .plus-link svg *{
	transition: stroke .2s ease;
	}
.no-touchevents .reviews-view .review-item .plus-link:hover svg *{
	stroke: #BA220E;
	}
/*Partners view*/
.partners-view .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	height: 219px;
	}
.partners-view .logo:first-child{
	border-bottom: 1px solid #D4DADE;
	}
.partners-view .logo img{
	margin: 0 auto;
	opacity: .5;
	filter: grayscale(1);
	transition: opacity .3s ease, filter .3s ease;
	}
.no-touchevents .partners-view .logo:hover img{
	opacity: 1;
	filter: none;
	}
/*Articles view*/
.articles-view .article-item{
	position: relative;
	height: 100%;
	display: block;
	text-decoration: none;
	padding: 24px 26px 29px;
	}
.articles-view .article-item img{
	margin: 0 0 33px;
	max-height: 246px;
	width: 100%;
	}
.articles-view .article-item .time{
	color: #969FA5;
	margin: 0 0 11px;
	}
.articles-view .article-item .h4{
	margin: 0;
	}
.articles-view .article-item > *:last-child{
	margin-bottom: 0;
	}
/*Tabs*/
.tabs-nav.text-view{
	display: flex;
	flex-wrap: wrap;
	}
html #main .tabs-nav{
	max-width: none;
	}
.tabs-nav.text-view p{
	margin: 0 20px 0 0;
	}
.tabs-nav .swiper-container{
	overflow: visible;
	margin: 0;
	}
.tabs-nav .swiper-slide{
	width: auto;
	padding: 0 48px 0 0;
	}
.tabs-nav.text-view .swiper-slide{
	padding-right: 20px;
	}
html .tabs-nav .swiper-slide:last-child{
	padding-right: 0;
	}
.tabs-nav .tabs-nav-item:not(.active){
	color: #D4DADE;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .tabs-nav .tabs-nav-item:not(.active):hover{
	color: #BA220E;
	}
.tabs-nav .tabs-nav-item:after{
	content: '';
	display: block;
	height: 1px;
	margin: 8px 0 0;
	background: #4B5762;
	transition: opacity .2s ease;
	opacity: 0;
	}
.tabs-nav .tabs-nav-item.active:after{
	opacity: 1;
	}
/*Sections*/
.section{
	position: relative;
	margin: 260px 0;
	}
.second-lvl-pages-box + .section{
	margin-top: 0;
	}
.section h1, .section .h1{
	margin-top: 0;
	margin-bottom: 55px;
	}
/*Main screen section*/
.main-screen-section{
	display: flex;
	min-height: calc(100vh - 122px);
	margin: 0 0 260px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #D4DADE;
	}
.main-screen-slider{
	position: relative;
	display: flex;
	margin: 0 0 0 -30px;
	flex: 1;
	width: 68.3684794672586%;
	}
.main-screen-slider .swiper-container{
	width: 100%;
	}
.main-screen-slider .swiper-slide{
	display: flex;
	flex-direction: column;
	padding: 0 60px 5.7vh;
	height: auto;
	overflow: hidden;
	background: #fff;
	}
.main-screen-slider .slide-content{
	display: flex;
	align-items: center;
	flex: 1;
	height: 100%;
	padding: 40px 0;
	}
.main-screen-slider .slide-content .img-box{
	order: 1;
	position: relative;
	width: calc(100% - 340px);
	padding-right: 60px;
	transition: opacity .75s ease .4s;
	}
html:not(.page-load) .main-screen-slider .slide-content .img-box{
	opacity: 0;
	}
.main-screen-slider .swiper-slide.left-img .slide-content .img-box{
	/*align-self: flex-start;*/
	margin-left: -60px;
	width: calc(100% - 280px);
	}
.main-screen-slider .slide-content .img-box img{
	position: relative;
	z-index: 2;
	margin: 0;
	transition: transform .5s ease;
	}
.main-screen-slider .small-img-size .slide-content .img-box img:not(.ratio){
	max-width: 78.5%;
	}
.main-screen-slider .swiper-slide.left-img .slide-content .img-box img:not(.ratio){
	width: auto;
	max-height: 60vh;
	max-width: 100%;
	}
.no-touchevents .swiper-slide-active:hover .img-box img{
	transform: scale(1.03);
	}
.main-screen-slider .slide-content .circle-bg{
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 40px;
	width: 59%;
	max-width: 570px;
	background: #fff;
	border-radius: 110%;
	transform: translate3d(0, -50%, 0);
	}
.main-screen-slider .slide-content .circle-bg .ratio{
	width: 100%;
	margin: 0;
	}
.main-screen-slider .slide-content .text-box{
	order: 2;
	position: relative;
	z-index: 4;
	width: 340px;
	margin-left: auto;
	transition: opacity 1.2s ease .6s;
	}
html:not(.page-load) .main-screen-slider .slide-content .text-box{
	opacity: 0;
	}
.main-screen-slider .slide-content .text-box.negative-top{
	margin-top: -10%;
	}
.main-screen-slider .slide-content p{
	margin: 0 0 12px;
	}
.main-screen-slider .slide-content .h3{
	margin: 0 0 7px;
	}
.main-screen-slider .light-color{
	color: #D4DADE;
	}
.defiant-color{
	color: #BA220E;
	}
.line-through{
	text-decoration: line-through;
	}
.main-screen-slider .slide-content .data-list{
	max-width: 234px;
	margin: 0 0 0 auto;
	}
.main-screen-slider .slide-content .data-list .data-item{
	padding: 20px 0;
	border-bottom: 1px solid #D4DADE;
	}
.main-screen-slider .slide-content .data-list .data-item:first-child{
	border-top: 1px solid #D4DADE;
	}
.main-screen-slider .slide-content .data-list .data-item .h4{
	margin: 0;
	}
.main-screen-slider .slide-content .data-list .data-item > *:first-child{
	margin-top: 0;
	}
.main-screen-slider .slide-content .data-list .data-item > *:last-child{
	margin-bottom: 0;
	}
.main-screen-slider .title-box{
	margin: auto 0 0 0;
	width: calc(100% - 130px);
	max-width: 800px;
	}
.main-screen-slider p{
	margin: 0;
	}
.main-screen-slider p:not(.h1):not(.h2){
	transition: opacity .75s ease .4s;
	}
html:not(.page-load) .main-screen-slider p:not(.h1):not(.h2){
	opacity: 0;
	}
.main-screen-section .main-screen-slider .h1{
	margin: 16px 0 0;
	}
.main-screen-section .main-screen-slider .title-box .h2{
	margin: 20px 0 0;
	}
.main-screen-slider .h1 a, .main-screen-slider .h2 a, .swiper-slide a{
	color: #4B5762;
	text-decoration: none;
	}
.no-touchevents .main-screen-slider .h1 a:hover, .no-touchevents .main-screen-slider .h2 a:hover{
	color: #BA220E;
	}
.main-screen-slider .slide-bg{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	}
.main-screen-slider .animate-slide-bg:first-child .slide-bg{
	opacity: 0;
	width: 70%;
	transition: width .6s ease-out .4s, opacity .5s ease-in .4s;
	}
.page-load .main-screen-slider .animate-slide-bg:first-child .slide-bg{
	width: 100%;
	opacity: 1;
	}
.main-screen-slider .animate-slide-bg .slide-bg.responsimg:after{
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background: #F7F7F7;
	transition: width .6s ease-out;
	}
.main-screen-slider .animate-slide-bg.swiper-slide-active .slide-bg.responsimg:after, .main-screen-slider.stop-bg-animate .animate-slide-bg:not(.swiper-slide-active) .slide-bg.responsimg:after{
	width: 0;
	}
.main-screen-slider .slider-arrows{
	position: absolute;
	z-index: 30;
	left: auto;
	right: 60px;
	bottom: 3.3vw;
	transition: opacity .75s ease .8s;
	}
html:not(.page-load) .main-screen-slider .slider-arrows{
	opacity: 0;
	}
.product-catalog-box{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 60px 5.5vh;
	width: 33.28042328042328%;
	min-width: 330px;
	margin-left: auto;
	border-left: 1px solid #D4DADE;
	transition: opacity 1s ease .7s;
	}
html:not(.page-load) .product-catalog-box{
	opacity: 0;
	}
.product-catalog-box:after{
	content: '';
	position: absolute;
	z-index: 40;
	left: 30%;
	width: 70%;
	top: 0;
	height: 100%;
	background: #fff;
	transition: transform 1s ease .65s;
	pointer-events: none;
	}
.page-load .product-catalog-box:after{
	transform: translateX(100%);
	}
.product-catalog-box .img-box{
	display: flex;
	align-items: center;
	flex: 1;
	height: 100%;
	padding: 40px 0;
	margin: 0 -60px 0 0;
	}
.product-catalog-box .img-box .min-w{
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	min-width: 410px;
	margin: 0 0 0 auto;
	}
.product-catalog-box .img-box img{
	margin: 0 0 0 auto;
	max-height: 92%;
	transition: transform .5s ease;
	}
.no-touchevents .product-catalog-box:hover .img-box img{
	transform: scale(1.03);
	}
.product-catalog-box .title-box{
	position: relative;
	z-index: 4;
	margin: auto 0 0 0;
	}
.product-catalog-box p{
	margin: 0;
	}
.product-catalog-box p:not(.h2){
	transition: opacity .75s ease .75s;
	}
html:not(.page-load) .product-catalog-box p:not(.h2){
	opacity: 0;
	}
.product-catalog-box .h2{
	margin: 24px 0 0;
	}
.product-catalog-box .h2 a{
	text-decoration: none;
	}
/*Benefits section*/
.benefits-section{
	position: relative;
	margin: 390px 0 380px;
	padding: 96px 0 100px;
	}
.benefits-section:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	border-top: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	}
.benefits-section:before, .benefits-section .container{
	transition: opacity 1s ease;
	}
.benefits-section:not(.is-inview):before, .benefits-section:not(.is-inview) .container{
	opacity: 0;
	}
.benefits-item{
	position: relative;
	max-width: 1328px;
	margin: 0 auto;
	}
.benefits-item .h1{
	margin: 0;
	width: 72.59036144578313%;
	}
.separator + .benefits-item .h1{
	margin-left: auto;
	}
.benefits-item .img{
	position: absolute;
	top: 0;
	right: 0;
	width: 27.27272727272727%;
	max-width: 363px;
	transform: translateY(calc(-50% - 96px));
	}
.separator + .benefits-item .img{
	left: 0;
	top: auto;
	bottom: 0;
	transform: translateY(calc(50% + 100px));
	}
.benefits-item .img img{
	margin: 0;
	}
.benefits-section .separator{
	height: 1px;
	margin: 104px 0 100px;
	background: #D4DADE;
	}

.benefits-item svg{
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	height: auto;
	}
.is-inview .benefits-item svg{
	animation: circleRotate 3s linear infinite;
	}
@keyframes circleRotate{
	from {
		transform: rotate(0deg);
		}
	to {
		transform: rotate(360deg);
		}
	}
/*Ordamed companies section*/
.ordamed-companies-section{

	}
.ordamed-companies-grid{
	display: flex;
	justify-content: space-between;
	width: 87.87878787878788%;
	max-width: 1396px;
	min-width: 1160px;
	}
.ordamed-companies-section .text-box{
	width: 55.43103448275862%;
	min-width: 55.43103448275862%;
	}
.ordamed-companies-section .h1{
	max-width: 643px;
	}
.ordamed-companies-section .text-box p:not(.h1){
	width: 62%;
	max-width: 386px;
	transition: opacity .7s ease .5s;
	}
.ordamed-companies-section.delay-animate .text-box p:not(.h1){
	transition-delay: 1.4s;
	}
.ordamed-companies-section:not(.is-inview) .text-box p:not(.h1){
	opacity: 0;
	}
.ordamed-in-numbers{
	position: relative;
	width: 85.3448275862069%;
	margin-left: -41%;
	max-width: 990px;
	}
.ordamed-in-numbers .swiper-slide{
	min-height: 251px;
	padding: 36px 45px 41px;
	}
.ordamed-in-numbers .number{
	display: block;
	font-weight: 300;
	font-size: 80px;
	line-height: 1em;
	letter-spacing: -.04em;
	margin: 0 0 34px;
	color: #ba220e;
	}
.ordamed-in-numbers p{
	margin: 0;
	}
.common-slider.in-numbers-view .btn{
	border-color: #ba220e;
	}
.common-slider.in-numbers-view .swiper-slide p{
	transition: opacity .75s ease 1s;
	}
.ordamed-companies-section:not(.is-inview) .common-slider.in-numbers-view .swiper-slide p{
	opacity: 0;
	}


.common-slider.in-numbers-view .btn .arrow.square-arrow{
	display: none;
	}
/*Services section*/
.services-section .h1{
	max-width: 740px;
	}
/*News promotions events section*/
.news-promotions-events-section{

	}
/*Individual solutions section*/
.section.individual-solutions-section{
	margin-bottom: 0;
	}
.individual-solutions-section + .section{
	margin-top: 0;
	}
.individual-solutions-section .h1{
	max-width: 1070px;
	}
.medical-directions-list{
	display: flex;
	flex-wrap: wrap;
	margin: 103px -60px 0;
	border-top: 1px solid #D4DADE;
	transition: opacity .7s linear .8s;
	}
.section:not(.is-inview) .medical-directions-list{
	opacity: 0;
	}
.medical-directions-list a{
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	text-decoration: none;
	margin: 0;
	min-height: 119px;
	padding: 31px calc(10% + 16px) 35px 47px;
	border-right: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	overflow: hidden;
	background: #F7F7F7;
	}
.touchevents .medical-directions-list a{
	background: #fff;
	}
.medical-directions-list span{
	position: relative;
	z-index: 4;
	display: block;
	width: 100%;
	}
.no-touchevents .medical-directions-list a img{
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%, 100%, 0);
	margin: 0;
	max-height: 90%;
	max-width: 50%;
	transition: transform .3s ease;
	}
.no-touchevents .medical-directions-list a:hover img{
	transform: translate3d(-50%, 0, 0);
	transition: transform .3s ease .2s;
	}
.no-touchevents .medical-directions-list a:before{
	content: '';
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	transition: width .4s ease .1s;
	}
.no-touchevents .medical-directions-list a:hover:before{
	width: 0;
	transition: width .5s ease;
	}
.medical-directions-list .arrow{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 13.3%;
	margin: -8px 0 0;
	}
.touchevents .medical-directions-list .arrow{
	display: none;
	}
/*Training section*/
.training-section{
	padding: 118px 0;
	}
.training-section p:not(.h1){
	color: #969FA5;
	margin: 0 0 29px;
	transition: opacity .3s linear .3s;
	}
.training-section:not(.is-inview) p:not(.h1){
	opacity: 0;
	}
.training-section .h1{
	margin: 0 0 48px;
	max-width: 800px;
	}
.training-section .btn{
	margin: 0;
	width: 350px;
	}
#all .training-section .btn{
	transition: opacity .3s linear 1.2s;
	}
.training-section:not(.is-inview) .btn{
	opacity: 0;
	}
.training-section .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	transition: opacity 1s ease;
	}
.training-section:not(.is-inview) .bg{
	opacity: 0;
	}
/*Action page section*/
.action-page-section{
	padding: 103px 0;
	background: #F7F7F7;
	}
.last-subsection .action-page-section{
	margin-bottom: 0;
	border-top: 1px solid #D4DADE;
	background: #fff;
	}
.action-page-section .grid-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.action-page-section .grid-box .h1{
	margin: 0;
	}
.action-page-section .grid-box .text-box{
	width: calc(100% - 520px);
	}
.action-page-section .grid-box .btn-box{
	width: 396px;
	transition: opacity .5s ease .5s;
	}
.action-page-section:not(.is-inview) .grid-box .btn-box{
	opacity: 0;
	}
.action-page-section .grid-box .btn{
	width: 100%;
	margin: 0;
	}
/*Hi-tech section*/
.hi-tech-box{
	max-width: 1320px;
	margin: 110px auto;
	}
.hi-tech-box .align-box{
	max-width: 1155px;
	margin: 0 0 0 auto;
	transition: opacity .7s ease .3s;
	}
.section:not(.is-inview) .hi-tech-box .align-box{
	opacity: 0;
	}
.hi-tech-box .align-box > *:first-child{
	margin-top: 0;
	}
.hi-tech-box .align-box > *:last-child{
	margin-bottom: 0;
	}
.hi-tech-box .text-grid{
	display: flex;
	justify-content: space-between;
	margin: 0 0 110px;
	}
.hi-tech-box .text-grid .col{
	margin: -10px 0;
	width: calc(50% - 20px);
	max-width: 494px;
	}
.hi-tech-box .parallax-img-box{
	margin: 0;
	}
.hi-tech-box .img-box .h2{
	position: relative;
	z-index: 4;
	margin: -70px 6.92640692640693% 0 14.37229437229437%;
	}
/*Scheme section*/
.scheme-section .h1, #main .scheme-section .h1{
	max-width: 1107px;
	}
.scheme-grid{
	display: flex;
	align-items: center;
	margin: 109px auto 0;
	max-width: 1320px;
	transition: opacity .7s ease .5s;
	}
.section:not(.is-inview) .scheme-grid{
	opacity: 0;
	}
.scheme-grid .scheme-box{
	position: relative;
	width: 53.71212121212121%;
	}
.scheme-grid .scheme-box img{
	margin: 0;
	}
.scheme-grid .scheme-item{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56.13540197461213%;
	height: 58.96296296296296%;
	padding: 0 32px;
	border-radius: 110%;
	}
.scheme-grid .scheme-item:nth-of-type(2){
	left: auto;
	right: 0;
	}
.scheme-grid .scheme-item:nth-of-type(3){
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
	}
.scheme-grid .scheme-item .h4{
	margin: 0;
	}
.scheme-grid .text{
	width: 37.57575757575758%;
	max-width: 470px;
	margin: -13% 0 0 8.71212121212121%;
	}
/*============================MAIN=============================*/
#main{
	margin-bottom: 260px;
	}
.static-content{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	}
.contacts-page #main{
	position: relative;
	z-index: 4;
	}
#main > .container > *:first-child{
	margin-top: 0;
	}
#main > .container > *:last-child{
	margin-bottom: 0;
	}
#main .h1{
	max-width: 920px;
	}
#main .ordamed-companies-section .common-slider{
	margin-bottom: 0;
	}
/*Parallax img*/
.parallax-img-box{
	position: relative;
	display: block;
	margin: 60px 0;
	overflow: hidden;
	}
.parallax-img-box [data-scroll]{
	display: block;
	line-height: 0;
	}
.parallax-img-box img{
	margin: -50px 0;
	}
/*Video*/
.video-box{
	position: relative;
	max-width: 1096px;
	margin: 80px auto;
	}
.video-box .sub-box{
	position: relative;
	padding-bottom: 56.25%;
	}
.video-box iframe, .video-box .video{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
	}
/*Chess grid*/
.chess-grid{
	max-width: 1320px;
	margin: 260px auto;
	}
#main .chess-grid:first-child{
	margin-top: -149px;
	}
.chess-grid .grid-item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 260px;
	}
.chess-grid .grid-img-box{
	position: relative;
	width: 37.87878787878788%;
	transition: opacity .7s linear;
	}
.chess-grid .delay-animate .grid-img-box{
	transition-delay: 1.4s;
	}
.chess-grid .grid-item:not(.is-inview) .grid-img-box{
	opacity: 0;
	}
.chess-grid .parallax-img-box{
	margin: 0;
	}
.chess-grid .grid-item:nth-child(odd) .grid-img-box{
	order: 2;
	}
.chess-grid .grid-item:nth-child(odd) .grid-img-box img{
	margin-left: auto;
	}
.chess-grid .grid-img-box .sub-text{
	position: absolute;
	top: 151px;
	left: -45px;
	width: 262px;
	padding: 21px 0 29px;
	border-top: 1px solid #4B5762;
	border-bottom: 1px solid #4B5762;
	}
.chess-grid .grid-img-box .sub-text > *:first-child{
	margin-top: 0;
	}
.chess-grid .grid-img-box .sub-text > *:last-child{
	margin-bottom: 0;
	}
.chess-grid .grid-img-box .sub-text .number{
	display: block;
	margin: 0 0 21px;
	}
.chess-grid .grid-img-box .sub-text p{
	margin: 0;
	}
.chess-grid .grid-img-box .btn{
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 34px;
	width: auto;
	}
.chess-grid .grid-item .text-box{
	width: calc(62.12121212121212% - 48px);
	max-width: 660px;
	}
.chess-grid .grid-item:nth-child(odd) .text-box{
	order: 1;
	}
.chess-grid:first-child .grid-item:first-child .text-box{
	padding-top: 144px;
	}
.chess-grid .text-box > *:first-child, .chess-grid .grid-item .text > *:first-child{
	margin-top: 0;
	}
.chess-grid .text-box > *:last-child, .chess-grid .grid-item .text > *:last-child{
	margin-bottom: 0;
	}
.chess-grid .grid-item .h1{
	margin-top: 0;
	}
.chess-grid .grid-item:first-child .h1{
	padding-right: 54px;
	margin-right: -100px;
	}
.chess-grid .text{
	max-width: 494px;
	transition: opacity .7s linear .5s;
	}
.chess-grid .delay-animate .text{
	transition-delay: 1.9s;
	}
.chess-grid .grid-item:not(.is-inview) .text{
	opacity: 0;
	}
.chess-grid .text.full-width{
	max-width: none;
	}
.chess-grid .text.full-width > p{
	max-width: 621px;
	}
.chess-grid .grid-item:nth-child(odd) .text{
	margin-left: auto;
	}
.chess-grid .grid-item .h2{
	margin: 105px -32px 105px 0;
	}
.chess-grid .btn{
	margin: 38px 0 0;
	}
.data-table{
	margin: 56px 0;
	border-top: 1px solid #D4DADE;
	}
.data-table .row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 21px 0 26px;
	border-bottom: 1px solid #D4DADE;
	}
.data-table .col:first-child{
	width: calc(100% - 200px);
	}
.data-table .col:nth-child(2){
	width: 163px;
	}
.data-table .col > *:first-child{
	margin-top: 0;
	}
.data-table .col > *:last-child{
	margin-bottom: 0;
	}
.data-table .h4{
	max-width: 396px;
	}
/*Service features*/
#main .service-features .h1{
	max-width: 648px;
	}
.service-features .sub-data-description{
	margin-bottom: -83px;
	transition-delay: .5s;
	}
/*Sub data description*/
.sub-data-description{
	display: flex;
	flex-wrap: wrap;
	margin: 103px auto;
	max-width: 1320px;
	transition: opacity .7s ease;
	}
.sub-data-description:not(.is-inview){
	opacity: 0;
	}
.is-inview .sub-data-description{
	opacity: 1;
	}
#main .sub-data-description:last-child{
	margin-bottom: -83px;
	}
.sub-data-description .data-item{
	width: 33.33333%;
	margin: 0 0 83px;
	}
.sub-data-description .max-w{
	width: 329px;
	max-width: calc(100% - 24px);
	}
.sub-data-description .data-title{
	padding: 24px 0 21px;
	margin: 0 0 26px;
	border-top: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	}
.sub-data-description .data-title .h4{
	margin: 0;
	}
.sub-data-description .data-description{
	padding-right: 6px;
	}
.sub-data-description .data-description > *:first-child, .sub-data-description .data-sub-info > *:first-child{
	margin-top: 0;
	}
.sub-data-description .data-description > *:last-child, .sub-data-description .data-sub-info > *:last-child{
	margin-bottom: 0;
	}
.sub-data-description.sub-info-view .data-title{
	padding-top: 0;
	border-top: 0;
	}
.sub-data-description .data-sub-info{
	padding-bottom: 29px;
	border-bottom: 1px solid #D4DADE;
	}
.sub-data-description .data-sub-info p{
	margin: 0;
	}
.sub-data-description .data-sub-info .big-size{
	margin-bottom: 21px;
	}
.sub-data-description .data-sub-info + .data-description{
	margin-top: 23px;
	}
.sub-data-description.rare-view{
	position: relative;
	padding: 47px 0 3px;
	margin: 0 auto;
	border-top: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	}
#main .sub-data-description.rare-view:last-child{
	margin: 0 auto;
	}
.sub-data-description.rare-view .data-item{
	margin-bottom: 48px;
	}
.sub-data-description.rare-view .data-item .max-w > *:first-child{
	margin-top: 0;
	}
.sub-data-description.rare-view .data-item .max-w > *:last-child{
	margin-bottom: 0;
	}
.sub-data-description.rare-view .h3{
	margin: 0 0 17px;
	}
.sub-data-description.rare-view .h3 + p{
	margin-top: 0;
	}
/*Sub data list*/
.sub-data-list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1320px;
	margin: 260px auto;
	transition: opacity .75s ease;
	}
.section .sub-data-list{
	margin: 106px auto;
	}
.section .sub-data-list{
	transition-delay: .5s;
	}
.delay-animate .sub-data-list{
	transition-delay: 1.4s;
	}
.sub-data-list:not(.is-inview), .section:not(.is-inview) .sub-data-list{
	opacity: 0;
	}
.is-inview .sub-data-list{
	opacity: 1;
	}
#main .sub-data-list:last-child{
	margin-bottom: -110px;
	}
.sub-data-list .data-item{
	width: calc(33.33333333% - 40px);
	margin: 0 60px 110px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #D4DADE;
	}
.sub-data-list .data-item > *:first-child{
	margin-top: 0;
	}
.sub-data-list .data-item > *:last-child{
	margin-bottom: 0;
	}
.sub-data-list .img{
	margin: 0 0 25px;
	}
.sub-data-list .img img{
	margin: 0;
	width: 100%;
	}
.sub-data-list .h4{
	margin: 0 0 8px;
	min-height: 52px;
	}
.sub-data-list p{
	margin: 0;
	}
/*Webinars*/
.webinars-box{
	margin: 260px 0;
	}
#main .webinars-box .h1{
	max-width: 815px;
	}
.webinars-box .common-slider{
	transition-delay: .5s;
	}
.webinars-box:not(.is-inview) .common-slider{
	opacity: 0;
	}
/*Accordion*/
.accordion{
	max-width: 1320px;
	margin: 104px auto 0;
	}
.accr-item{
	position: relative;
	padding: 31px 60px 38px 0;
	border-bottom: 1px solid #D4DADE;
	cursor: pointer;
	transition: opacity .7s ease .5s, color .2s ease;
	}
.accr-item:first-child{
	border-top: 1px solid #D4DADE;
	}
.section:not(.is-inview) .accr-item{
	opacity: 0;
	}
.delay-animate .accr-item{
	transition-delay: 1.55s;
	}
.accr-item:nth-child(2){
	transition-delay: .6s;
	}
.delay-animate .accr-item:nth-child(2){
	transition-delay: 1.6s;
	}
.accr-item:nth-child(3){
	transition-delay: .65s;
	}
.delay-animate .accr-item:nth-child(3){
	transition-delay: 1.65s;
	}
.accr-item:nth-child(4){
	transition-delay: .7s;
	}
.delay-animate .accr-item:nth-child(4){
	transition-delay: 1.7s;
	}
.accr-item:nth-child(5){
	transition-delay: .75s;
	}
.delay-animate .accr-item:nth-child(5){
	transition-delay: 1.75s;
	}
.accr-item:nth-child(6){
	transition-delay: .8s;
	}
.delay-animate .accr-item:nth-child(6){
	transition-delay: 1.8s;
	}
.accr-item:nth-child(7){
	transition-delay: .85s;
	}
.delay-animate .accr-item:nth-child(7){
	transition-delay: 1.85s;
	}
.accr-item:nth-child(8){
	transition-delay: .9s;
	}
.delay-animate .accr-item:nth-child(8){
	transition-delay: 1.9s;
	}
.accr-item:nth-child(9){
	transition-delay: .95s;
	}
.delay-animate .accr-item:nth-child(9){
	transition-delay: 1.95s;
	}
.accr-item:nth-child(10){
	transition-delay: 1s;
	}
.delay-animate .accr-item:nth-child(10){
	transition-delay: 2s;
	}
.accr-item:nth-child(11){
	transition-delay: 1.05s;
	}
.delay-animate .accr-item:nth-child(11){
	transition-delay: 2.05s;
	}
.accr-item:nth-child(12){
	transition-delay: 1.1s;
	}
.delay-animate .accr-item:nth-child(12){
	transition-delay: 2.1s;
	}
.accr-item:nth-child(13){
	transition-delay: 1.15s;
	}
.delay-animate .accr-item:nth-child(13){
	transition-delay: 2.15s;
	}
.accr-item .icon{
	position: absolute;
	top: 51px;
	right: 0;
	}
.accr-item .icon *{
	transition: stroke .2s ease;
	}
.accr-item.opened .icon *{
	stroke: #4B5762;
	}
.no-touchevents .accr-item:hover .icon *{
	stroke: #BA220E;
	}
.accr-item.opened .vertical{
	display: none;
	}
.accr-item-grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1234px;
	}
html .accr-item-grid .h1, html .accr-item-grid .h2{
	color: #969FA5;
	margin: 0;
	transition: color .2s ease;
	}
.no-touchevents .accr-item:hover .h1, .accr-item.opened .h1, .no-touchevents .accr-item:hover .h2, .accr-item.opened .h2{
	color: #BA220E;
	}
html .accr-item-grid .h1{
	min-width: 170px;
	}
.accr-item .dropdown{
	display: none;
	transition: opacity .2s ease;
	cursor: default;
	}
.accr-item:not(.opened) .dropdown{
	opacity: 0;
	}
.accordion.timeline-view .dropdown{
	flex: 1;
	max-width: 904px;
	margin: 0 0 0 80px;
	}
.accordion.timeline-view .dropdown-grid{
	display: flex;
	margin: 0 0 32px;
	}
.accordion.timeline-view .dropdown-grid:last-child{
	margin-bottom: 0;
	}
.accordion.timeline-view .month{
	width: 18.5%;
	margin-right: 10px;
	}
.accordion.timeline-view .month > *:first-child, .accordion .text > *:first-child{
	margin-top: 0;
	}
.accordion.timeline-view .month > *:last-child, .accordion .text > *:last-child{
	margin-bottom: 0;
	}
.accordion.timeline-view .text{
	width: calc(81.5% - 10px);
	}
.accordion li:last-child{
	margin-bottom: 0;
	}
.accordion.vacancies-view .accr-item{
	padding: 30px 144px 35px 0;
	}
.accordion.vacancies-view .accr-item-grid{
	flex-wrap: wrap;
	justify-content: space-between;
	}
.accordion.vacancies-view .h2{
	width: calc(100% - 280px);
	}
.accordion.vacancies-view .location{
	text-align: right;
	color: #969FA5;
	margin: 16px 0 0;
	max-width: 220px;
	}
.accordion.vacancies-view .icon{
	top: 45px;
	}
.accordion.vacancies-view .dropdown{
	align-self: flex-start;
	width: 100%;
	padding: 84px 0 110px 14%;
	}
.accordion.vacancies-view .text-grid{
	display: flex;
	align-items: flex-start;
	margin-bottom: 74px;
	}
.accordion.vacancies-view .text-grid:last-of-type{
	margin-bottom: 0;
	}
.accordion.vacancies-view .text-grid .title{
	width: 163px;
	padding-right: 24px;
	margin: 0;
	}
.accordion.vacancies-view .text-grid .text{
	flex: 1;
	}
.accordion.vacancies-view .btn{
	width: 327px;
	margin: 93px 0 0 163px;
	}
/*Inner article*/
.article-header .time{
	color: #969FA5;
	margin: 0 0 34px;
	transition: opacity .3s ease .5s;
	}
html:not(.page-load) .article-header .time{
	opacity: 0;
	}
.article-header h1{
	margin: 0;
	max-width: 1180px;
	}
.article-header{
	padding-bottom: 97px;
	margin: 0 0 111px;
	border-bottom: 1px solid #D4DADE;
	transition: border-color .3s ease .7s;
	}
html:not(.page-load) .article-header{
	border-color: transparent;
	}
.article-content{
	transition: opacity .3s ease .7s;
	}
html:not(.page-load) .article-content{
	opacity: 0;
	}
.img-text-grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
.img-text-grid .img-box{
	width: 43.56060606060606%;
	}
.img-text-grid .img-box img{
	margin: 0;
	}
.img-text-grid .text-box{
	width: 50.15151515151515%;
	}
.img-text-grid .text-box > *:first-child{
	margin-top: 0;
	}
.img-text-grid .text-box > *:last-child{
	margin-bottom: 0;
	}
.img-text-grid .btn{
	display: table;
	margin-top: 124px;
	}
/*Filter*/
.opened-filter #main{
	position: relative;
	z-index: 51;
	}
.filters-popup-box{
	display: none;
	}
.filters-box{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 0 60px;
	padding-right: 4px;
	}
.page-title-box + #main .filters-box{
	margin-top: -41px;
	}
.filters-box .filter-select-box{
	position: relative;
	width: calc(20% + 1px);
	background: #fff;
	}
.filters-box + .section{
	margin-top: 0;
	}
.filter-select-box.opened{
	z-index: 53;
	}
.opened-filter .filter-select-box:not(.opened){
	pointer-events: none;
	}
.filter-select-box:before{
	content: '';
	position: fixed;
	z-index: 52;
	top: -1000px;
	right: 0;
	left: 0;
	height: calc(100vh * 5);
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s ease;
	}
.opened-filter .filter-select-box.opened:before{
	opacity: 1;
	visibility: visible;
	}
.filter-select-box + .filter-select-box{
	margin-left: -1px;
	}
.filter-select{
	position: relative;
	margin: 0;
	border: 1px solid #D4DADE;
	cursor: pointer;
	transition: color .2s ease;
	}
.filter-select.selected-items{
	background: #F7F7F7;
	}
.no-touchevents .filter-select:hover{
	color: #BA220E;
	}
.filter-select .sub-box{
	position: relative;
	z-index: 54;
	padding: 32px 72px 30px 27px;
	}
.filter-select .arrow{
	position: absolute;
	top: 37px;
	right: 37px;
	}
.opened .filter-select .arrow{
	transform: scaleY(-1);
	}
.filter-select-text{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
.selected-items .filter-select-text .filter-type:after{
	content: ':';
	}
.filter-select-text .selected-number{
	color: #969FA5;
	}
.filter-dropdown{
	position: absolute;
	z-index: 53;
	left: 0;
	top: 0;
	width: 100%;
	padding: 118px 27px 24px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease, visibility .4s ease;
	}
.opened .filter-dropdown{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	}
.filter-dropdown:before{
	content: '';
	position: absolute;
	top: 82px;
	left: 27px;
	right: 27px;
	height: 1px;
	background: #D4DADE;
	}
.filter-dropdown .js-scroll-box{
	max-height: 248px;
	}
.filter-items{
	padding-right: 16px;
	}
.filter-dropdown .checkbox-item{
	margin: 0 0 19px;
	}
.filter-dropdown .checkbox-item:last-child{
	margin-bottom: 0;
	}
.action-btn{
	display: block;
	color: #fff;
	padding: 13px 25px;
	margin: 36px 0 0;
	background: #4B5762;
	cursor: pointer;
	transition: background .2s ease;
	}
.no-touchevents .action-btn:hover{
	background: #BA220E;
	}
.clear-btn{
	display: table;
	margin: 21px 0 0 25px;
	transition: color .2s ease;
	cursor: pointer;
	}
.no-touchevents .clear-btn:hover{
	color: #BA220E;
	}
.filters-box > .action-btn, .filters-box > .clear-btn{
	display: none;
	}
/*Filter box*/
.filter-box.loading{
	position: relative;
	min-height: 200px;
	}
.filter-box.loading:before{
	content: '';
	position: absolute;
	z-index: -1;
	left:50%;
	top: 130px;
	margin: 0 0 0 -32px;
	width: 64px;
	height:64px;
	background: url("../i/loader.svg") no-repeat 0 0/100% auto;
	animation: loader 1s cubic-bezier(.83,0,.18,1) infinite forwards;
	}
/*Products*/
.medical-directions-products{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 260px;
	transition: opacity .7s ease .7s;
	}
.medical-directions-products.no-filters{
	margin-top: 102px;
	}
html:not(.page-load) .medical-directions-products{
	opacity: 0;
	}
.medical-direction-item{
	position: relative;
	display: block;
	text-decoration: none;
	width: 20%;
	padding-bottom: calc(20% - 2px);
	margin: 0 -1px -1px 0;
	border: 1px solid #D4DADE;
	overflow: hidden;
	transition: opacity .2s ease;
	}
.medical-direction-item.hidden{
	opacity: 0;
	}
.medical-direction-item .sub-box{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 22px 30px;
	transition: background .2s ease;
	}
.medical-direction-item .sub-box *{
	margin: 0;
	}
.medical-direction-item .title{
	color: #4B5762;
	}
.no-touchevents .medical-direction-item.no-childs:hover a{
	color: #BA220E;
	}
.medical-direction-item .title a{
	text-decoration: none;
	}
.medical-direction-item .js-scroll-box{
	flex: auto;
	margin: 37px 0 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
	}
.no-touchevents .medical-direction-item:hover .js-scroll-box{
	opacity: 1;
	visibility: visible;
	}
.touchevents .medical-direction-item .js-scroll-box{
	display: none;
	}
.medical-direction-item .js-scroll-box ul{
	margin: 0;
	}
.medical-direction-item .js-scroll-box li{
	padding: 0;
	margin: 0 0 4px;
	background: none;
	}
.medical-direction-item .js-scroll-box li a{
	text-decoration: none;
	}
.medical-direction-item li a sup{
	top: -7px;
	left: 2px;
	font-size: 9px !important;
	line-height: 12px !important;
	letter-spacing: .02em;
	color: #969FA5;
	}
.medical-direction-item .bg{
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	max-width: 70%;
	max-height: 72%;
	}
.medical-direction-item .touch-device-link{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
.no-touchevents .medical-direction-item:not(.no-childs) .touch-device-link{
	display: none;
	}
/*Products category grid*/
.products-category-grid{
	display: flex;
	align-items: flex-start;
	transition: opacity .7s ease .7s;
	}
html:not(.page-load) .products-category-grid{
	opacity: 0;
	}
.products-list-box{
	order: 2;
	width: 80%;
	margin: 0;
	}
.products-list{
	display: flex;
	flex-wrap: wrap;
	}
.products-list .product-item{
	position: relative;
	width: 25%;
	height: auto;
	margin: 0 -1px -1px 0;
	border: 1px solid #D4DADE;
	transition: opacity .2s ease;
	}
.products-list .product-item.hidden{
	opacity: 0;
	}
.products-list.favourites-view{
	transition: opacity .7s ease .7s;
	}
html:not(.page-load) .products-list.favourites-view{
	opacity: 0;
	}
#main > .container > .products-list.favourites-view:first-child{
	margin-top: 113px;
	}
#main > .container > .products-list.favourites-view:last-child{
	margin-bottom: -113px;
	}
.products-list.favourites-view .product-item{
	overflow: visible;
	width: 20%;
	margin-bottom: 113px;
	}
.js-remove-from-favourite{
	position: absolute;
	z-index: 4;
	top: -21px;
	right: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 41px;
	height: 41px;
	background: #fff;
	border: 1px solid #D4DADE;
	cursor: pointer;
	}
.js-remove-from-favourite svg{
	height: auto;
	}
.no-touchevents .js-remove-from-favourite svg *{
	transition: fill .2s ease;
	}
.no-touchevents .js-remove-from-favourite:hover svg *{
	fill: #BA220E;
	}
.products-categories-nav-box{
	order: 1;
	width: 20%;
	padding-right: 30px;
	}
.products-categories-nav{
	margin: 0;
	}
.products-categories-nav ul{
	margin: 0;
	}
.products-categories-nav li{
	margin: 0;
	padding: 0;
	background: none;
	}
.products-categories-nav li:last-child{
	margin: 0;
	}
.products-categories-nav a{
	display: block;
	text-decoration: none;
	}
.products-categories-nav > li{
	margin: 0 0 19px;
	}
.products-categories-nav ul{
	margin: 27px 0 30px;
	}
.products-categories-nav .dropdown{
	display: none;
	}
.products-categories-nav .dropdown .dropdown{
	position: relative;
	margin: 13px 0;
	padding-left: 20px;
	}
.products-categories-nav .dropdown .dropdown:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #D4DADE;
	}
.products-categories-nav ul li{
	margin: 0 0 4px;
	}
.products-categories-nav .inner .dropdown a{
	color: #969FA5;
	}
.products-categories-nav .dropdown > .opened-dropdown > a{
	color: #BA220E;
	}
.no-touchevents .products-categories-nav .dropdown li > a:hover{
	color: #BA220E;
	}
.products-categories-nav sup{
	top: -7px !important;
	font-size: 9px !important;
	color: #969FA5;
	margin-left: 3px;
	}
.products-categories-nav .dropdown .active sup{
	color: #4B5762;
	}
/*.products-categories-nav .arrow{
	display: none;
	}*/
.product-popup-title-box{
	display: none;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 22px;
	}
.product-popup-title-box .title{
	margin: 0;
	max-width: calc(100% - 64px);
	}
.close-product-popup{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 52px;
	height: 54px;
	border: 1px solid #D4DADE;
	cursor: pointer;
	}
.close-product-popup svg{
	height: auto;
	}
.no-touchevents .close-product-popup svg *{
	transition: fill .2s ease;
	}
.no-touchevents .close-product-popup:hover svg *{
	fill: #ba220e;
	}
.js-load-more{
	display: table;
	margin: 62px auto 0;
	padding-left: 16px;
	padding-right: 16px;
	}
.products-list-box .js-load-more{
	width: 25%;
	}
/*Products popup btns*/
.products-popup-btns{
	display: none;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 38px 0 20px;
	transition: opacity .7s ease .7s;
	}
#main .container .products-popup-btns:first-child{
	margin-top: 38px;
	}
.page-title-box + #main .container .products-popup-btns:first-child{
	margin-top: 20px;
	}
html:not(.page-load) .products-popup-btns{
	opacity: 0;
	}
.products-popup-btns + .section{
	margin-top: 0;
	}
.products-popup-btn{
	position: relative;
	display: block;
	width: 320px;
	max-width: 100%;
	padding: 20px 60px 20px 20px;
	background: #F7F7F7;
	border: 1px solid #D4DADE;
	cursor: pointer;
	}
.no-touchevents .products-popup-btn:hover{
	color: #BA220E;
	}
.products-popup-btn + .products-popup-btn{
	margin-left: -1px;
	}
.products-popup-btn .arrow{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	}
/*Product box*/
.product-box{
	display: flex;
	align-items: flex-start;
	margin: 107px auto 211px;
	max-width: 1440px;
	}
#main > .container > .product-box:first-child{
	margin-top: 107px;
	}
.product-box + .section{
	margin-top: 0;
	}
.product-gallery{
	width: calc(50% - 56px);
	}
.product-gallery{
	display: flex;
	transition: opacity .7s ease .5s;
	}
html:not(.page-load) .product-gallery{
	opacity: 0;
	}
.product-gallery img{
	margin: 0;
	}
.product-gallery-slider{
	order: 2;
	width: calc(100% - 173px);
	margin: 35px 0 0 auto;
	}
.product-gallery-slider .swiper-slide{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: crosshair;
	}
.no-touchevents .product-gallery-slider .swiper-slide:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: opacity .2s ease;
	}
.no-touchevents .product-gallery-slider .swiper-slide:hover:before{
	opacity: 1;
	transition: none;
	}
.product-gallery-slider img{
	max-width: 100%;
	align-self: flex-start;
	}
.product-gallery-slider .zoomImg{
	z-index: 3;
	height: auto !important;
	max-width: 218% !important;
	}
.product-gallery-thumbs-slider{
	position: relative;
	order: 1;
	width: 140px;
	}
.product-gallery-thumbs-slider .swiper-container{
	height: 436px;
	padding-bottom: 2px;
	}
.product-gallery-thumbs-slider .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 127px;
	height: 140px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid #D4DADE;
	transition: border-color .2s ease;
	cursor: pointer;
	}
.no-touchevents .product-gallery-thumbs-slider .swiper-slide:hover, .product-gallery-thumbs-slider .swiper-slide-thumb-active{
	border-color: #969FA5;
	}
.product-gallery-thumbs-slider img{
	max-height: calc(100% - 20px);
	}
.product-description{
	width: 50%;
	margin-left: auto;
	}
.product-description .description{
	transition: opacity .7s ease 1s;
	}
html:not(.page-load) .product-description .description{
	opacity: 0;
	}
.product-description > *:first-child, .product-description .description > *:first-child{
	margin-top: 0;
	}
.product-description > *:last-child, .product-description .description > *:last-child{
	margin-bottom: 0;
	}
.product-box h1{
	margin: 0 0 24px;
	}
.available-label{
	display: table;
	margin: 20px 0;
	padding: 4px 12px 5px;
	background: #F7F7F7;
	}
.product-categories{
	color: #969FA5;
	margin: 26px 0;
	padding: 21px 0;
	border-top: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	}
.product-categories a{
	color: #969FA5;
	text-decoration: none;
	}
.product-data-table{
	margin: 26px 0 51px;
	}
.product-data-table .row{
	display: flex;
	margin: 0 0 20px;
	}
.product-data-table .row:last-child{
	margin: 0;
	}
.product-data-table .col{
	width: 50%;
	}
.product-data-table .col:first-child{
	padding-right: 40px;
	}
.product-sub-links{
	display: flex;
	flex-wrap: wrap;
	margin: 51px 0 0;
	}
.product-sub-links .btn{
	display: flex;
	align-items: center;
	width: 50%;
	height: 81px;
	margin: 0 0 13px;
	background-color: #fff;
	}
.product-sub-links .btn + .btn{
	margin-left: -1px;
	}
.product-order-box{
	display: flex;
	margin: 34px 0 0;
	}
.product-sub-links + .product-order-box{
	margin-top: 21px;
	}
.product-order-box .price-box{
	width: 50%;
	padding: 28px 28px 0 0;
	}
.product-order-box.has-cart-btn .price-box{
	padding-right: 124px;
	}
.product-order-box .product-price{
	color: #BA220E;
	margin: 0;
	}
.product-order-box .prompt{
	margin: 10px 0 0;
	}
.product-order-box .btn-box{
	position: relative;
	width: 50%;
	}
.product-order-box .price-box > *:first-child, .product-order-box .btn-box > *:first-child{
	margin-top: 0;
	}
.product-order-box .price-box > *:last-child, .product-order-box .btn-box > *:last-child{
	margin-bottom: 0;
	}
.product-order-box .btn{
	display: block;
	width: 100%;
	margin: 0;
	}
.product-order-box .btn.cart-btn{
	position: absolute;
	left: -92px;
	top: 0;
	width: 89px;
	min-width: 89px;
	padding-left: 0;
	padding-right: 0;
	}
.product-order-box .add-to-favourite{
	margin: 34px 0 0;
	}
.js-add-to-favourite{
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .js-add-to-favourite:hover{
	color: #BA220E;
	}
.js-add-to-favourite .heart-icon{
	min-width: 20px;
	width: 20px;
	height: auto;
	margin: 1px 0 0;
	}
.js-add-to-favourite .heart-icon *{
	transition: fill .2s ease, stroke .2s ease;
	}
.no-touchevents .js-add-to-favourite:hover .heart-icon *:not(.fill-path), .js-add-to-favourite.active .heart-icon *{
	fill: #BA220E;
	}
.js-add-to-favourite.active .heart-icon .fill-path{
	stroke: #BA220E;
	}
.js-add-to-favourite span{
	align-self: center;
	margin: 0 0 0 11px;
	}
/*Products specs section*/
.products-specs-section .tabs-nav{
	margin: 0 0 107px;
	transition: opacity .7s ease;
	}
.products-specs-section:not(.is-inview) .tabs-nav{
	opacity: 0;
	}
.products-specs-section .tabs-nav .swiper-wrapper{
	/*justify-content: space-between;*/
	}
.products-specs-section .tabs-nav .tabs-nav-item{
	margin: 0;
	}
.products-specs-section .tabs-nav .tabs-nav-item:after{
	margin: 6px 0 0;
	}
.products-specs-section .tabs-content{
	transition: opacity .7s ease .3s;
	}
.products-specs-section:not(.is-inview) .tabs-content{
	opacity: 0;
	}
.products-specs-section .tab > *:first-child{
	margin-top: 0;
	}
.products-specs-section .tab > *:last-child{
	margin-bottom: 0;
	}
.products-specs-section .text-grid{
	display: flex;
	justify-content: space-between;
	margin: 0;
	}
.products-specs-section .text-grid .col{
	margin: 0;
	width: 37.72727272727273%;
	}
.products-specs-section .text-grid .col:nth-child(even){
	width: 42.95454545454545%;
	max-width: none;
	}
.products-specs-section .text-grid .col > *:first-child{
	margin-top: 0;
	}
.products-specs-section .text-grid .col > *:last-child{
	margin-bottom: 0;
	}
.img-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	}
.img-grid img{
	display: block;
	max-width: calc(50% - 2.5px);
	margin: 0 0 13px;
	}
.img-grid img:last-child{
	margin-bottom: 0;
	}
/*Cart*/
.cart-order-list{
	margin: 57px 0;
	}
.cart-order-item{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 28px;
	border-bottom: 1px solid #D4DADE;
	}
.cart-order-item:first-child{
	padding-top: 0;
	}
.cart-order-item .product-col{
	display: flex;
	align-items: flex-start;
	flex: 1;
	}
.cart-order-item p{
	margin: 0;
	}
.cart-order-item .product-title{
	flex: 1;
	margin-right: 20px;
	}
.cart-order-item .product-title a{
	text-decoration: none;
	}
.number-input{
	display: flex;
	align-items: center;
	width: 81px;
	}
.number-input .form-control{
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 0 5px;
	width: 41px;
	height: 20px;
	border: none;
	-moz-appearance: textfield;
	}
.number-input .form-control[type="number"]::-webkit-inner-spin-button,
.number-input .form-control[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
	}
.number-input .counter-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #D4DADE;
	cursor: pointer;
	transition: background .2s ease;
	}
.no-touchevents .number-input .counter-btn:hover{
	background: #ba220e;
	}
.no-touchevents .number-input .counter-btn svg{
	height: auto;
	}
.no-touchevents .number-input .counter-btn svg *{
	transition: fill .2s ease;
	}
.no-touchevents .number-input .counter-btn:hover svg *{
	fill: #fff;
	}
.cart-order-item .price-box{
	position: relative;
	text-align: right;
	width: 100px;
	margin: 0 0 0 21px;
	}
.product-price{
	display: block;
	}
.cart-order-item .js-delete-cart-item{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: .02em;
	color: #969FA5;
	margin: 8px 0 0;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .cart-order-item .js-delete-cart-item:hover{
	color: #ba220e;
	}
.total-price-box{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	font-size: 1.066666666666667em;
	color: #4B5762;
	margin: 28px 0 0;
	}
.total-price-box p{
	margin: 0;
	}
/*Map controls*/
.map-controls-box{
	position: relative;
	z-index: 10;
	display: flex;
	margin-right: -60px;
	}
.map-controls-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -1500px;
	right: -1500px;
	top: 0;
	bottom: 0;
	background: #F7F7F7;
	border-top: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	}
.map-select{
	position: relative;
	white-space: nowrap;
	width: 50%;
	border-right: 1px solid #D4DADE;
	cursor: pointer;
	}
.map-select.opened-dropdown{
	z-index: 10;
	}
.map-select:last-child{
	border: none;
	}
.map-select .sub-box{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 40px 114px 36px 0;
	transition: color .2s ease;
	}
.map-select:last-child .sub-box{
	padding-left: 68px;
	}
.map-select .sub-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
.no-touchevents .map-select .sub-box:hover{
	color: #BA220E;
	}
.map-select .h2{
	margin: 0;
	}
.map-select sup{
	font-size: 100% !important;
	top: -2.1em;
	color: #969FA5;
	}
.map-select .arrow{
	position: absolute;
	top: 52%;
	right: 59px;
	height: auto;
	}
.map-select.opened-dropdown .arrow{
	transform: scaleY(-1);
	}
/*.no-touchevents .map-select .arrow *{
	transition: fill .2s ease;
	}
.no-touchevents .map-select .sub-box:hover .arrow *{
	fill: #BA220E;
	}*/

.select-dropdown{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 1px);
	width: 100%;
	padding: 49px 60px 54px;
	background: #F7F7F7;
	border: 1px solid #D4DADE;
	cursor: default;
	}
.map-select .select-dropdown{
	background: transparent;
	border: none;
	}
.opened-dropdown .select-dropdown{
	display: block;
	}
.map-select:first-child .select-dropdown{
	padding-left: 0;
	}
.map-select .select-dropdown:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #F7F7F7;
	border: 1px solid #D4DADE;
	}
.map-select:first-child .select-dropdown:before{
	right: -1px;
	left: -2500px;
	}
.map-select:nth-child(2) .select-dropdown:before{
	left: -1px;
	right: -2500px;
	}
.select-dropdown .js-scroll-box{
	max-height: 331px;
	}
.select-dropdown ul{
	margin: 0;
	}
.select-dropdown ul li{
	color: #4B5762;
	margin: 0 0 25px;
	padding: 0;
	background: none;
	}
.select-dropdown ul li:last-child{
	margin: 0 0 2px;
	}
.select-dropdown .selected{
	opacity: .7;
	pointer-events: none;
	}
.no-touchevents .select-dropdown ul li span{
	transition: color .2s ease;
	}
.no-touchevents .select-dropdown ul li span:hover{
	color: #BA220E;
	cursor: pointer;
	}
.select-dropdown .mCSB_scrollTools, .select-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	}
/*Branch contacts box*/
.contacts-page .main-branch-contacts-box{
	position: relative;
	display: flex;
	margin: 58px -60px 0 0;
	padding-bottom: 58px;
	}
.contacts-page .main-branch-contacts-box:before{
	content: '';
	position: absolute;
	left: -2500px;
	right: -2500px;
	bottom: 0;
	height: 1px;
	background: #D4DADE;
	}
.contacts-page .main-branch-contacts-box .branch-name{
	font-weight: 500;
	width: 50%;
	}
.contacts-page .main-branch-contacts-box .branch-contacts{
	width: 50%;
	padding: 0 60px 0 68px;
	}
.main-branch-contacts-box .branch-contacts p{
	margin: 0 0 19px;
	}
.main-branch-contacts-box .phone + .phone{
	margin-top: -19px;
	}
.main-branch-contacts-box p:last-child{
	margin-bottom: 0;
	}
.main-branch-contacts-box a{
	text-decoration: none;
	}
.map-controls-box, .main-branch-contacts-box{
	transition: opacity .7s ease 1s;
	}
html:not(.page-load) .map-controls-box, html:not(.page-load) .main-branch-contacts-box{
	opacity: 0;
	}
/*Ordering*/
.ordering-grid, #main > .container > .ordering-grid:first-child{
	display: flex;
	align-items: flex-start;
	margin: 67px 0 0;
	transition: opacity .7s ease .7s;
	}
html:not(.page-load) .ordering-grid{
	opacity: 0;
	}
.ordering-grid.order-processed{
	align-items: initial !important;
	}
.ordering-grid .your-order-box{
	position: relative;
	order: 2;
	width: 43.18181818181818%;
	padding: 0 0 0 5.60606060606061%;
	}
.ordering-grid .your-order-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: -160px;
	bottom: -2260px;
	right: -2500px;
	border-left: 1px solid #D4DADE;
	}
.ordering-grid.order-processed .your-order-box:before{
	background: #F7F7F7;
	}
.your-order-box .h2{
	margin: 0 0 104px;
	}
.your-order-box .cart-order-list{
	margin: 0;
	}
.ordering-box{
	order: 1;
	width: 56.81818181818182%;
	padding-right: 6.81818181818182%;
	}
.ordering-box .form-box{
	margin: 0 0 260px;
	}
.ordering-message{
	max-width: 437px;
	}
.ordering-box .form-box:last-child{
	margin-bottom: 0;
	}
.ordering-grid .h2{
	margin-top: 0;
	}
.ordering-message .btn{
	margin: 40px 0 0;
	}
.ordering-form{
	margin: 0;
	}
.ordering-box .ordering .h2{
	margin-bottom: 104px;
	}
.ordering-box .ordering .fields-row:last-child .field{
	margin-bottom: 0;
	}
.delivery-methods .h2, .payment-methods .h2{
	margin: 0 0 56px;
	}
.radio-tabs-nav{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 56px;
	}
.radio-tabs-nav .radio-item{
	margin: 0;
	width: 50%;
	}
	.nerop .radio-tabs-nav .radio-item{
	width: 25%;	
	}
.radio-tabs-nav.three-cols .radio-item{
	width: 33.3333333%;
	}
.radio-tabs-nav .radio-item + .radio-item{
	margin-left: -1px;
	}
.radio-tabs-box .tab{
	display: none;
	}
.radio-tabs-box .tab > *:first-child{
	margin-top: 0;
	}
.radio-tabs-box .tab > *:last-child{
	margin-bottom: 0;
	}
.radio-tabs-box .tab .fields-row:first-child{
	margin-top: 96px;
	}
.form-select{
	position: relative;
	z-index: 10;
	line-height: 32px;
	width: 100%;
	height: 32px;
	margin: -5px 0 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #D4DADE;
	background: transparent;
	cursor: pointer;
	}
.form-select.opened-dropdown{
	z-index: 12;
	}
.form-select .sub-box{
	line-height: 30px;
	padding: 0 32px 2px 0;
	}
.form-select .arrow{
	position: absolute;
	right: 0;
	top: 13px;
	}
.form-select.opened-dropdown .arrow{
	transform: scaleY(-1);
	}
.form-select .select-dropdown{
	line-height: 19px;
	top: 100%;
	width: 100%;
	padding: 24px 28px;
	}
.form-select .select-dropdown .js-scroll-box{
	max-height: 180px;
	}
.form-select .select-dropdown ul li{
	margin: 0 0 20px;
	padding-right: 16px;
	}
.form-select .select-dropdown ul li:last-child{
	margin-bottom: 2px;
	}
.ordering-box .main-branch-contacts-box{
	opacity: 1;
	}
.fields-row + .main-branch-contacts-box{
	margin-top: -38px;
	}
.order-data-box{
	position: relative;
	padding: 70px 0 0;
	}
.order-processed .order-data-box{
	padding: 0;
	}
.order-data-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: -260px;
	right: -13.63636363636364%;
	left: -1500px;
	background: #F7F7F7;
	}
.order-processed .order-data-box:before{
	display: none;
	}
.order-data-box .data-item{
	display: flex;
	align-items: flex-start;
	margin: 0 0 19px;
	}
.order-data-box .data-item.product-data{
	padding-bottom: 27px;
	margin-bottom: 29px;
	border-bottom: 1px solid #D4DADE;
	}
.order-data-box .product-data + .data-item:not(.product-data){
	margin-top: 48px;
	}
.order-data-box .data-item:last-child{
	margin-bottom: 0;
	}
.order-data-box .data-title{
	width: calc(100% - 140px);
	}
.order-data-box .data-result{
	margin: 0 0 0 auto;
	text-align: right;
	width: 121px;
	}
.promo-code-btn{
	position: relative;
	display: table;
	padding: 14px 48px 14px 17px;
	margin: 28px 0 0;
	border: 1px solid #D4DADE;
	cursor: pointer;
	transition: color .2s ease;
	}
.no-touchevents .promo-code-btn:hover{
	color: #fff;
	}
.promo-code-btn span{
	position: relative;
	z-index: 4;
	}
.promo-code-btn .icon{
	position: absolute;
	z-index: 4;
	top: 16px;
	right: 16px;
	height: auto;
	}
.no-touchevents .promo-code-btn .icon *{
	transition: fill .2s ease;
	}
.no-touchevents .promo-code-btn:hover .icon *{
	fill: #fff;
	}
.promo-code-btn:before, .promo-code-btn:after{
	background: #BA220E;
	}
.total-price-box.h4{
	font-size: 22px;
	line-height: 1.181818181818182em;
	margin: 48px 0 0;
	padding-top: 48px;
	border-top: 1px solid #4B5762;
	}
.order-processed .total-price-box.h4{
	border-color: #D4DADE;
	}
.total-price-box + .btn-box, .total-price-box + .has-prompt.btn-box{
	margin: 64px 0 0;
	}
.ordering-box .btn-box.has-prompt .form-submit-prompt{
	order: 1;
	flex: 1;
	padding-right: 44px;
	max-width: 400px;
	}
.ordering-box .btn-box.has-prompt .btn{
	width: 50%;
	order: 2;
	min-width: 324px;
	}
/*========================END OF MAIN========================*/
/*Next page section*/
.next-page-section{
	margin: 260px 0;
	border-top: 1px solid #D4DADE;
	}
.last-subsection .action-page-section + .next-page-section{
	margin-top: 0;
	}
.next-page-section p{
	margin: 0 0 22px;
	}
.next-page-section .h1{
	margin: 0;
	}
.next-page-section .link-box{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #D4DADE;
	}
.no-touchevents a.link-box:hover p:not(.h1){
	color: #4B5762;
	}
.no-touchevents .link-box svg *{
	transition: fill .2s ease;
	}
.no-touchevents a.link-box:hover svg *{
	fill: #ba220e;
	}
.next-page-link{
	position: relative;
	padding: 67px 0 80px;
	}
.next-page-link .next-page-title{
	display: flex;
	align-items: flex-start;
	}
.next-page-link .next-page-title .h1{
	padding-right: 24px;
	margin: 0;
	}
.next-page-link .next-page-title svg{
	margin: 28px 0 0 auto;
	min-width: 30px;
	}
.no-touchevents .link-box .arrow.desktop-arrow rect{
	transition: width .2s ease, transform .2s ease, fill .2s ease;
	transform: translate3d(0, 0, 0);
	}
.no-touchevents .link-box:hover .arrow.desktop-arrow rect{
	width: 56px;
	transform: translate3d(-30px, 0, 0) rotate(.01deg);
	}


.next-page-link .arrow.desktop-arrow{
	display: block;
	}
.next-page-link > .arrow.desktop-arrow, .next-page-link .arrow{
	display: none;
	}
.external-page-link{
	padding: 103px 0;
	}
.external-page-link .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	}
.next-page-section .external-page-link .h1{
	width: calc(100% - 540px);
	margin: 0;
	}
.external-page-link .btn{
	width: 396px;
	margin: 0;
	}
.online-store-link{
	position: relative;
	padding: 115px 0 114px;
	background: #F7F7F7;
	overflow: hidden;
	}
.online-store-link .next-page-title{
	position: relative;
	max-width: 938px;
	width: calc(100% - 400px);
	}
.next-page-section .online-store-link .h1{
	margin: 0;
	}
.online-store-link .next-page-title .arrow{
	display: none;
	}
.online-store-link .banner{
	position: absolute;
	right: 0;
	top: 0;
	bottom: -126px;
	display: flex;
	align-items: flex-end;
	width: 29.16666666666667%;
	max-width: 478px;
	min-width: 420px;
	}
.online-store-link .banner img{
	margin: 0;
	max-width: none;
	transition: transform .5s ease;
	transform-origin: 100% 100% 0;
	}
.no-touchevents .online-store-link:hover .banner img{
	transform: scale(1.03);
	}
.online-store-link .banner .arrow{
	position: absolute;
	top: 64px;
	right: 54px;
	transform: rotate(-45deg);
	}
/*Call us section*/
.call-us-section{
	margin: 260px 0;
	}
.call-us-section .h1{
	margin-top: 0;
	}
.call-us-grid{
	display: flex;
	flex-wrap: wrap;
	padding-right: 5.1%;
	max-width: 1320px;
	margin: 0 auto;
	}
.call-us-grid .call-us-form{
	width: 54.0983606557377%;
	max-width: 660px;
	margin: 42px 0 0;
	transition: opacity .7s linear .6s;
	}
.call-us-section:not(.is-inview) .call-us-form{
	opacity: 0;
	}
.call-us-grid .branch-contacts-box{
	margin-left: auto;
	max-width: calc(50% - 54px);
	transition: opacity .7s linear .95s;
	}
.call-us-section:not(.is-inview) .branch-contacts-box{
	opacity: 0;
	}
.branch-contacts .h2{
	margin: 0 0 13px;
	}
.branch-contacts p{
	margin: 0;
	max-width: 426px;
	}
.branch-contacts .branch-mail{
	margin-top: 96px;
	}
.branch-mail a{
	text-decoration: none;
	}
/*Constructor*/
.constructor-page .static-title-box{
	display: none;
	}
.constructor-page .static-title-box .page-title .back-link, .complete-set-page .static-title-box .page-title .back-link{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 54px;
	background: #fff;
	border: 1px solid #D4DADE;
	}
.constructor-grid{
	display: flex;
	align-items: flex-start;
	transition: opacity .7s ease .4s;
	}
html:not(.page-load) .constructor-grid{
	opacity: 0;
	}
.product-configurations-box{
	position: relative;
	z-index: 10;
	width: 452px;
	}
.product-configurations-box .mCustomScrollBox{
	padding: 0 60px 0 0;
	}
.product-configurations-box .mCSB_scrollTools{
	background: transparent;
	}
.product-configurations-box .mCSB_scrollTools, .product-configurations-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	}
.product-configurations-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	transition: opacity 0.3s;
	opacity: 0;
	}
.no-touchevents .product-configurations-box .js-scroll-box:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .product-configurations-box .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar{
	opacity: 1;
	}
.product-configurations-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -100px;
	left: -1500px;
	right: 0;
	bottom: -100px;
	border-right: 1px solid #D4DADE;
	border-bottom: 1px solid #D4DADE;
	background: #F7F7F7;
	}
.product-configurations-box .breadcrumbs{
	margin-bottom: 32px;
	}
.product-configurations-box .h2{
	margin: 0 0 44px;
	}
.product-constructor-img img{
	max-height: 246px;
	margin: 0 auto;
	}
.selected-configuration{
	margin: 60px 0;
	}
.selected-configuration .configuration-type{
	margin: 0 0 38px;
	}
.selected-configuration .configuration-type:not(.passed-view) ~ .configuration-type{
	display: none;
	}
.selected-configuration .configuration-type:last-child{
	margin: 0;
	}
.selected-configuration .js-return-to-step{
	display: none;
	vertical-align: top;
	margin: 0 0 -8px 6px;
	cursor: pointer;
	}
.selected-configuration .passed-view .js-return-to-step{
	display: inline-block;
	}
.selected-configuration .h4 svg{
	height: auto;
	}
.no-touchevents .selected-configuration .js-return-to-step svg *{
	transition: fill .2s ease, stroke .2s ease;
	}
.no-touchevents .selected-configuration .js-return-to-step:hover svg rect{
	fill: #BA220E;
	stroke: #BA220E;
	}
.no-touchevents .selected-configuration .js-return-to-step:hover svg path{
	fill: #fff;
	}
.selected-configuration p{
	margin: 0;
	}
.selected-configuration .h4 + *{
	margin-top: 18px;
	}
.product-configurations-box .arrow-btn{
	padding-right: 90px;
	margin: 48px 0 0;
	}
.another-model-link{
	text-align: center;
	margin: 47px 0 0;
	}
.another-model-link a{
	text-decoration: none;
	}
.product-configurations-box .mCSB_container{
	padding-bottom: 40px;
	}
.constructor-configurations-box{
	padding: 0 0 103px 44px;
	width: calc(100% - 452px);
	}
.tabs-nav.constructor-progress{
	position: relative;
	top: 0;
	z-index: 50;
	padding: 76px 0 0;
	margin: 0 0 77px;
	transition: top .4s ease;
	background: #fff;
	}
.tabs-nav.constructor-progress:after{
	content: '';
	position: absolute;
	left: -44px;
	right: -2500px;
	bottom: 0;
	height: 1px;
	background: #D4DADE;
	}
.tabs-nav.constructor-progress .swiper-container{
	margin: 0 -44px;
	padding: 0 44px;
	overflow: hidden;
	}
.tabs-nav.constructor-progress .swiper-slide, .tabs-nav.constructor-progress.tabs-nav .swiper-slide:last-child{
	text-align: center;
	min-width: 20%;
	padding: 0 22px 24px;
	}
.tabs-nav.constructor-progress .tabs-nav-item.active, .no-touchevents .tabs-nav.constructor-progress .tabs-nav-item.active:hover{
	color: #BA220E;
	}
.tabs-nav.constructor-progress .tabs-nav-item:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	margin: 0;
	background: #BA220E;
	}
.tabs-nav.constructor-progress .tabs-nav-item.passed-step:after{
	opacity: 1;
	}
.constructor-content .js-next-constructor-step{
	width: 493px;
	max-width: 100%;
	}
.constructor-content .h2{
	margin: 0 0 18px;
	}
.action-hints{
	display: flex;
	flex-wrap: wrap;
	color: #969FA5;
	max-width: 784px;
	}
.action-hints .col{
	width: calc(50% - 20px);
	max-width: 380px;
	}
.action-hints .col:nth-child(even){
	margin-left: auto;
	max-width: 284px;
	}
.action-hints .col > *:first-child{
	margin-top: 0;
	}
.action-hints .col > *:last-child{
	margin-bottom: 0;
	}
.constructor-items-list{
	margin: 90px 0 0;
	}
.constructor-items-type{
	margin: 0 0 90px;
	}
.constructor-items-type > .h4{
	margin: 0 0 26px;
	}
.common-slider.constructor-view{
	margin: 0;
	min-height: 0;
	}
.common-slider.constructor-view .swiper-container{
	width: 100%;
	}
.common-slider.constructor-view .swiper-slide{
	width: 210px;
	max-width: 100%;
	min-height: 0;
	background: none;
	border: none;
	}
.common-slider.constructor-view .checkbox-item.constructor-view{
	margin-right: -1px;
	}
.checkbox-item.constructor-view{
	margin: 0;
	}
.checkbox-item.constructor-view.text-only{
	min-height: 41px;
	padding: 11px 54px 11px 10px;
	}
.checkbox-item.constructor-view.text-only + .checkbox-item.constructor-view{
	margin-top: -1px;
	}
.has-scroll-scrolling .checkbox-item.has-popup{
	pointer-events: none;
	}
.checkbox-item.constructor-view input[type="checkbox"] + label{
	position: absolute;
	z-index: 11;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
.checkbox-item.constructor-view.text-only input[type="checkbox"] + label{
	border: 1px solid #D4DADE;
	}
.checkbox-item.constructor-view input[type="checkbox"]:checked + label{
	z-index: 12;
	}
.checkbox-item.constructor-view.text-only input[type="checkbox"]:checked + label{
	border-color: #BA220E;
	}
.checkbox-item.constructor-view input[type="checkbox"] + label:before{
	left: auto;
	right: 0;
	top: 0;
	width: 41px;
	height: 41px;
	background: #BA220E url("../i/checked-icon.svg") no-repeat 50% 50%/19px auto;
	border: none;
	border-radius: 0;
	opacity: 0;
	}
.checkbox-item.constructor-view.text-only input[type="checkbox"] + label:before{
	height: auto;
	bottom: 0;
	background-position: 50% 13px;
	}
.checkbox-item.constructor-view.text-only input[type="checkbox"] + label:before{
	right: -1px;
	top: -1px;
	}
.checkbox-item.constructor-view input[type="checkbox"]:checked + label:before{
	opacity: 1;
	}
.checkbox-item.constructor-view .img{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
	border: 1px solid #D4DADE;
	}
.no-touchevents .checkbox-item.constructor-view input[type="checkbox"]:not(:checked) + label:hover ~ .img{
	z-index: 2;
	border-color: #969FA5;
	}
.checkbox-item.constructor-view input[type="checkbox"]:checked + label ~ .img{
	z-index: 3;
	border-color: #BA220E;
	}
.checkbox-item.constructor-view .img.full-area{
	justify-content: flex-end;
	padding: 0;
	}
.checkbox-item.constructor-view .img img{
	margin: 0;
	}
.checkbox-item.constructor-view p{
	margin: 13px 10px 0 14px;
	}
.checkbox-item.constructor-view.text-only p{
	margin: 0;
	}
.no-touchevents .checkbox-item.constructor-view input[type="checkbox"] + label:hover ~ *:not(.checkbox-popup){
	color: #BA220E;
	}
.checkbox-popup{
	position: fixed;
	z-index: 111111;
	left: 0;
	top: 0;
	color: #4B5762;
	padding: 20px;
	width: 295px;
	background: #fff;
	border: 1px solid #D4DADE;
	opacity: 0;
	visibility: hidden;
	transform: translateY(calc(-100% + 1px));
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease;
	}
.checkbox-popup.opened{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	}
.checkbox-popup > *:first-child{
	margin-top: 0;
	}
.checkbox-popup > *:last-child{
	margin-bottom: 0;
	}
.checkbox-popup p{
	margin: 18px 0;
	}
.constructor-accessories-list{
	max-width: 826px;
	}
.constructor-accessory-item{
	display: flex;
	align-items: flex-start;
	margin: 0 0 62px;
	}
.constructor-accessory-item:last-child{
	margin-bottom: 0;
	}
.constructor-accessory-item .accessory-title{
	padding-right: 40px;
	width: 324px;
	}
.constructor-accessory-item .accessory-title p{
	margin: 0;
	}
.constructor-accessory-item .checkbox-col{
	width: calc(100% - 324px);
	}
.constructor-content .form{
	margin: 0;
	max-width: 662px;
	}
.constructor-content .h2 + .form{
	margin-top: 90px;
	}
.constructor-controls{
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0 25px;
	background: #F7F7F7;
	border-top: 1px solid #D4DADE;
	}
.constructor-order-tab .constructor-controls{
	display: none;
	}
.constructor-controls .container{
	display: flex;
	align-items: center;
	justify-content: center;
	}
.constructor-controls .btn{
	font-size: 17px;
	padding-top: 22px;
	padding-bottom: 22px;
	margin: 0 0 0 4px;
	}
.constructor-controls .btn .arrow{
	margin-top: -6px;
	}
.js-open-configuration-popup{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 66px;
	height: 66px;
	margin: 0 4px 0 0;
	background: #F7F7F7;
	border: 1px solid #D4DADE;
	cursor: pointer;
	}
#configurations-popup-box{
	display: none;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	min-width: 320px;
	overflow: hidden;
	}
html:not(.opened-configurations-popup) #configurations-popup-box{
	visibility: hidden;
	transition: visibility .5s ease;
	pointer-events: none;
	}
#configurations-popup-box:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 17px;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	transition: opacity .5s ease;
	pointer-events: none;
	}
html:not(.opened-configurations-popup) #configurations-popup-box:before{
	opacity: 0;
	}
#configurations-popup-box .configurations-popup{
	position: relative;
	min-height: 100vh;
	width: 612px;
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 40px 30px;
	background: #fff;
	/*transition: transform .5s ease;*/
	transition: opacity .3s ease, visibility .3s ease;
	}
html:not(.opened-configurations-popup) .configurations-popup{
	/*transform: translateX(100%);*/
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	}
.configurations-popup .h1{
	display: flex;
	align-items: center;
	min-height: 60px;
	margin: -5px 0 3vw;
	padding-right: 90px;
	}
.configurations-popup .product-configurations-box{
	display: block;
	}
.configurations-popup .product-configurations-box .h2{
	font-size: 22px;
	line-height: 1.266666666666667em;
	margin: 0 0 48px;
	}
.configurations-popup .selected-configuration{
	margin: 48px 0 0;
	}
.configurations-popup .selected-configuration .configuration-type{
	margin: 0 0 20px;
	}
.configurations-popup .selected-configuration .configuration-type.passed-view{
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #D4DADE;
	}
.configurations-popup .selected-configuration .configuration-type:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	}
.configurations-popup .selected-configuration .js-return-to-step{
	margin: -2px 0 -8px 6px;
	}
.configurations-popup .another-model-link{
	display: none;
	}
.configurations-popup .product-configurations-box .arrow-btn{
	margin: 48px 0 0;
	}
.js-close-configurations-popup{
	position: absolute;
	top: 40px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 54px;
	background: #fff;
	border: 1px solid #D4DADE;
	cursor: pointer;
	}
.js-close-configurations-popup .arrow *{
	transition: fill .2s ease;
	}
.no-touchevents .js-close-configurations-popup:hover .arrow *{
	fill: #BA220E;
	}
#configurations-popup-box .mCSB_scrollTools{
	width: 11px;
	background: transparent;
	}
#configurations-popup-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 7px;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	cursor: -webkit-grab;
	cursor: grab;
	transition: opacity 0.3s;
	opacity: 0;
	}
#configurations-popup-box .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar{
	opacity: 1;
	}
/*Complete set*/
.complete-set-page .page-title{
	display: none;
	}
.complete-set-product{
	margin: 0 0 54px;
	}
.complete-set-product .h2{
	margin: 0 0 48px;
	max-width: 376px;
	}
.complete-set-product .product-grid{
	display: flex;
	transition: opacity .7s ease .9s;
	}
.complete-set-product .product{
	width: 37.42424242424242%;
	max-width: 376px;
	}
.complete-set-product .img img{
	max-height: 246px;
	margin: 0 auto;
	}
.complete-set-product .another-model-link{
	margin: 34px 0 0;
	}
.complete-set-product .description{
	width: 62.57575757575758%;
	margin: 0 0 0 auto;
	}
.complete-set-product .description > *:first-child{
	margin-top: 0;
	}
.complete-set-product .description > *:last-child{
	margin-bottom: 0;
	}
.complete-set-product .text-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 830px;
	}
.complete-set-product .text-grid .col{
	width: calc(50% - 20px);
	max-width: 342px;
	margin: -10px 0;
	}
html:not(.page-load) .complete-set-product .product-grid, html:not(.page-load) .complete-set-tbl-box{
	opacity: 0;
	}
.complete-set-tbl-box{
	transition: opacity .7s ease .9s;
	}
.complete-set-tbl-box + .complete-set-tbl-box{
	margin: 240px 0 0;
	}
.complete-set-tbl-box .slider-controls{
	justify-content: flex-end;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0 0 40px;
	background: none;
	border: none;
	}
.complete-set-tbl-box .slider-controls:before{
	display: none;
	}
.complete-set-tbl-box .slider-controls .slider-arrows{
	position: relative;
	bottom: auto;
	justify-content: flex-end;
	}
.complete-set-tbl-box .slider-controls .swiper-button-lock{
	display: none;
	}
.complete-set-tbl-grid{
	display: flex;
	}
.complete-set-tbl-box .col{
	margin: 0;
	padding: 9px 10px;
	border: 1px solid #D4DADE;
	border-left: none;
	border-bottom: none;
	}
.complete-set-tbl-box .conf-name-box{
	width: 37.42424242424242%;
	min-width: 178px;
	}
.complete-set-tbl-slider{
	width: 62.57575757575758%;
	}
.complete-set-tbl-slider .swiper-slide{
	flex-shrink: inherit;
	min-width: 124px;
	}
.complete-set-tbl-slider .swiper-slide .col{
	position: relative;
	text-align: center;
	}
.complete-set-tbl-slider .swiper-slide .col.available{
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	}
.complete-set-tbl-slider .swiper-slide:last-child .col{
	border-right: none;
	}
.complete-set-tbl-slider .swiper-slide .col.available:before{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #D4DADE;
	border-radius: 110%;
	}
.complete-set-tbl-slider .price-col{
	color: #BA220E;
	padding: 34px 5px 0;
	}
.complete-set-tbl-slider .price-col .default-color{
	color: #4B5762;
	}
.complete-set-tbl-slider .price-col p{
	margin: 0;
	}
.complete-set-tbl-box .col.text{
	padding: 34px 24px 0 0;
	}
.complete-set-tbl-box .conf-name-box .col{
	padding-left: 0;
	padding-right: 24px;
	}
.complete-set-tbl-box .empty-col, .complete-set-tbl-box .configuration-type{
	padding: 0 10px 28px;
	}
.complete-set-tbl-box .price-col{
	border-right-color: transparent;
	}
.complete-set-tbl-box .col.text{
	border-right-color: transparent;
	}
.complete-set-tbl-slider .btn{
	margin: 35px auto 0;
	min-width: 0;
	}
.complete-set-tbl-slider .btn.arrow-btn{
	padding-right: 100px;
	}
.complete-set-tbl-slider .btn.small-size{
	font-size: 15px;
	line-height: 20px;
	padding: 13px 25px;
	}
/*Search results*/
.search-results-page .static-title-box{
	padding: 1px 0 64px;
	background: #F7F7F7;
	border-bottom: 1px solid #D4DADE;
	transition: background .5s ease .5s, border-color .5s ease .5s;
	}
html.search-results-page:not(.page-load) .static-title-box{
	background: transparent;
	border-color: transparent;
	}
.search-results-page .static-title-box .breadcrumbs + h1{
	margin: 61px 0 44px;
	}
.search-results-page .static-title-box p{
	margin: 0;
	}
.search-results-page .static-title-box h1 + p{
	transition: opacity .7s ease .9s;
	}
html:not(.page-load) .static-title-box h1 + p{
	opacity: 0;
	}
.search-results-page .mark{
	color: #BA220E;
	}
.search-results-box .tabs-nav{
	position: relative;
	transition: opacity .4s ease .7s, transform .4s ease .7s;
	}
html:not(.page-load) .search-results-box .tabs-nav{
	transform: translateY(-50%);
	opacity: 0;
	}
.search-results-box .tabs-nav:before{
	content: '';
	position: absolute;
	left: -100px;
	right: -100px;
	bottom: 0;
	height: 1px;
	background: #D4DADE;
	}
.search-results-box .tabs-nav .swiper-slide{
	padding: 47px 96px 48px 0;
	}
.search-results-box .tabs-nav-item:not(.active){
	color: #969FA5;
	}
.search-results-box .tabs-nav-item:after{
	display: none;
	}
.search-results-box .tabs-nav p{
	margin: 0;
	}
.search-results-list{
	max-width: 820px;
	margin: 87px 0 0;
	transition: opacity .5s ease 1s;
	}
html:not(.page-load) .search-results-list{
	opacity: 0;
	}
.search-results-list > li{
	padding: 0 0 28px;
	margin: 0 0 24px;
	background: none;
	border-bottom: 1px solid #D4DADE;
	}
.search-results-list .hidden{
	opacity: 0;
	}
.search-results-list li:last-child{
	margin: 0;
	}
.search-results-list .breadcrumbs{
	margin: 0 0 18px;
	}
.search-results-list .h4{
	margin: 0;
	}
.search-results-list a{
	text-decoration: none;
	}
.no-touchevents .search-results-list a:hover{
	color: #4B5762;
	text-decoration: underline;
	}
.search-results-list li > *:first-child{
	margin-top: 0;
	}
.search-results-list li > *:last-child{
	margin-bottom: 0;
	}
.search-results-list + .btn{
	display: table;
	margin: 64px auto 0;
	border-color: #D4DADE;
	}
/*404*/
.error-page-box{
	text-align: center;
	}
html .error-page-box{
	margin-top: -80px;
	}
.error-page-box .number{
	display: block;
	font-weight: 300;
	font-size: 200px;
	line-height: 1em;
	margin: 0 0 30px;
	}
.error-page-box .h1{
	max-width: 990px;
	margin: 0 auto;
	}
.error-page-box .btn{
	display: table;
	width: 426px;
	margin: 94px auto 0;
	}
/*============================FOOTER=============================*/
#footer{
	position: relative;
	background: #F7F7F7;
	border-top: 1px solid #D4DADE;
	margin: 0;
	}
.ftr-sub-col{
	width: 25.11111111111111%;
	}
.ftr-main-col{
	display: flex;
	align-items: center;
	width: 74.88888888888889%;
	}
.ftr-top-box{
	display: flex;
	align-items: center;
	padding: 42px 0 46px;
	}
.ftr-logo{
	margin: 6px 0 0;
	}
.ftr-logo a{
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	width: 190px;
	}
.ftr-contacts{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	}
.ftr-back-call{
	margin-right: 6%;
	}
.ftr-back-call .h2{
	margin: 0;
	}
.ftr-back-call p{
	margin: 1px 0 -18px;
	}
.ftr-back-call .js-open-popup{
	text-decoration: none;
	}
.ftr-contacts .social-links{
	margin: 0;
	}
.ftr-contacts .social-links a{
	margin-bottom: 0;
	}
.ftr-top-box .btn{
	white-space: nowrap;
	width: 33.16023738872404%;
	margin: 0 0 0 auto;
	}
.ftr-nav-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 44px 0 53px;
	}
.ftr-nav-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: -1500px;
	right: -1500px;
	height: 1px;
	background: #D4DADE;
	}
.ftr-nav-box .ftr-sub-col{
	font-weight: 500;
	}
.ftr-nav-box .ftr-sub-col > *:first-child{
	margin-top: 0;
	}
.ftr-nav-box .ftr-sub-col p{
	margin: 0 0 22px;
	}
.ftr-social-networks .social-links, .ftr-our-app .social-links{
	max-width: 190px;
	}
.ftr-our-app{
	margin: 80px 0 0;
	}
.ftr-nav-grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	}
.ftr-nav-grid .nav-col{
	width: 149px;
	margin-right: 5%;
	}
.ftr-nav-grid .nav-col:first-child{
	order: 1;
	width: 27.5%;
	}
.ftr-nav-grid .nav-col:nth-child(2){
	order: 3;
	}
.ftr-nav-grid .nav-col:nth-child(3){
	order: 2;
	}
.ftr-nav-grid .nav-col:nth-child(4){
	order: 4;
	}
.ftr-nav-grid .nav-col:nth-child(5){
	order: 5;
	}
.ftr-nav-grid p{
	font-weight: 500;
	margin: 0 0 19px;
	}
.ftr-nav-grid ul{
	margin: 0;
	}
.ftr-nav-grid ul li{
	padding: 0;
	margin: 0;
	background: none;
	}
.ftr-nav-grid a{
	text-decoration: none;
	}
.ftr-bottom-box{
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 57px 0 66px;
	}
.ftr-bottom-box:before{
	content: '';
	position: absolute;
	top: 0;
	left: -1500px;
	right: -1500px;
	height: 1px;
	background: #D4DADE;
	}
.ftr-bottom-box a{
	text-decoration: none;
	}
.ftr-bottom-box p{
	margin: 0;
	}
.ftr-bottom-box .ftr-sub-col{
	padding-right: 32px;
	}
.ftr-sub-links{
	margin: 27px 0 0;
	}
.ftr-sub-links li{
	margin: 0;
	padding: 0;
	background: none;
	}
.ftr-bottom-box .ftr-main-col{
	align-items: flex-start;
	}
.ftr-about-company{
	width: calc(100% - 200px);
	max-width: 667px;
	}
.ftr-dev{
	margin-left: auto;
	width: 149px;
	margin-right: 5%;
	}
/*========================END OF FOOTER========================*/
/*Popup*/
#popup-box{
	position: fixed;
	z-index: 10002;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	min-width: 320px;
	background-color: rgba(0, 0, 0, .4);
	overflow: hidden;
	overflow-y: auto;
	transition: visibility .5s ease, opacity .5s ease;
	}
.opened-video-popup #popup-box{
	background: rgba(75, 87, 98, .95);
	}
html:not(.opened-popup) #popup-box{
	visibility: hidden;
	opacity: 0;
	}
#popup-box .container{
	position: relative;
	font-size: 0;
	height: 100%;
	text-align: center;
	}
#popup-box .container:before{
	content: '';
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	margin: 0 -1px 0 0;
	}
.popup{
	position: relative;
	display: inline-block !important;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.266666666666667em;
	letter-spacing: .02em;
	text-align: left;
	color: #4B5762;
	width: 100%;
	max-width: 1116px;
	margin: 0 0 0 -1px;
	height: auto;
	padding: 65px 60px 71px;
	overflow: hidden;
	background: #fff;
	}
.popup.visible{
	transition: padding-top .5s ease, padding-bottom .5s ease, opacity .5s ease;
	}
.popup:not(.visible){
	padding: 0;
	opacity: 0;
	visibility: hidden;
	margin: -100vh 0 0;
	width: 0;
	transition: padding-top .5s ease, padding-bottom .5s ease, opacity .5s ease, padding-left 0s ease .6s, padding-right 0s ease .6s, height 0s ease .6s, visibility 0s ease .6s, margin 0s ease .6s, width 0s ease .6s;
	}
.popup-inner{
	position: relative;
	}
.popup .h1{
	max-width: calc(100% - 105px);
	margin: 0 0 48px;
	}
.service-popup{
	max-width: 840px;
	}
.service-popup .call-us-form{
	margin: 100px 0 0;
	}

.popup.video-popup{
	padding-top: 74px;
	padding-right: 0;
	padding-left: 0;
	max-width: 950px;
	background: transparent;
	overflow: visible;
	}
.popup .video-box{
	margin: 0 auto;
	background: #fff;
	}

.popup .video-box:before{
	content: '';
	position: absolute;
	z-index: 0;
	left:50%;
	top:50%;
	margin: -32px 0 0 -32px;
	width: 64px;
	height:64px;
	background: url("../i/loader.svg") no-repeat 0 0/100% auto;
	animation: loader 1s cubic-bezier(.83,0,.18,1) infinite forwards;
	}
@keyframes loader{
	0% {
		transform: rotate(0);
		}
	100% {
		transform: rotate(360deg);
		}
	}
.close-popup-btn{
	position: absolute;
	right: 60px;
	top: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	width: 74px;
	height: 74px;
	background: #fff;
	border: 1px solid #D4DADE;
	cursor: pointer;
	transition: opacity .3s ease .1s;
	}
.popup.video-popup .close-popup-btn{
	top: 0;
	right: -74px;
	}
.popup:not(.visible) .close-popup-btn{
	opacity: 0;
	}
.close-popup-btn svg{
	height: auto;
	}
.no-touchevents .close-popup-btn svg *{
	transition: fill .2s ease;
	}
.no-touchevents .close-popup-btn:hover svg *{
	fill: #ba220e;
	}
.popup-inner.submit-message{
	display: none;
	min-height: 285px;
	}
.popup-inner.submit-message.visible{
	display: block;
	min-height: 450px;
	}

.js-close-popup.btn{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 302px;
	}
/*Back call form*/
.back-call-form{
	margin: 94px 0 0;
	}
.back-call-form .form-control{
	height: auto;
	letter-spacing: -.025em;
	}
.back-call-form .has-prompt .form-submit-prompt{
	max-width: 296px;
	}
.back-call-form .has-prompt .btn{
	max-width: 327px;
	}
/*Promo code form*/
.promo-code-form{
	margin: 94px 0 0;
	}
.promo-code-form .btn{
	min-width: 332px;
	margin: 0;
	}
/*Cart popup*/
#cart-popup-box{
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	min-width: 320px;
	overflow: hidden;
	}
.touchevents #cart-popup-box{
	overflow-y: auto;
	}
html:not(.opened-cart-popup) #cart-popup-box{
	visibility: hidden;
	transition: visibility .5s ease;
	}
#cart-popup-box:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 17px;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	transition: opacity .5s ease;
	pointer-events: none;
	}
html:not(.opened-cart-popup) #cart-popup-box:before{
	opacity: 0;
	}
#cart-popup-box .cart-popup{
	position: relative;
	min-height: 100vh;
	width: 612px;
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 61px 60px 40px;
	background: #fff;
	transition: transform .5s ease;
	/*transition: visibility .3s ease, opacity .3s ease;*/
	}
html:not(.opened-cart-popup) .cart-popup{
	/*opacity: 0;
	visibility: hidden;
	pointer-events: none;*/
	transform: translateX(100%);
	}
.cart-popup .cart-form{
	margin: 0;
	}
.cart-popup .cart-box.no-orders{
	display: none;
	}
.cart-popup .h2{
	max-width: calc(100% - 100px);
	margin: 0 0 46px;
	}
.cart-popup .cart-order-list{
	margin: 57px 0 0;
	}
.cart-popup .number-input .counter-btn{
	background: #F7F7F7;
	}
.cart-popup .btns-box{
	margin: 64px 0 0;
	}
.cart-popup .btns-box .btn{
	width: 100%;
	margin: 0 0 31px;
	}
.cart-popup .btns-box .btn:last-child{
	margin-bottom: 0;
	}
.cart-popup .btn.transparent{
	border-color: #969FA5;
	}
.cart-popup .close-popup-btn{
	right: 60px;
	top: 63px;
	width: 41px;
	height: 41px;
	}
#cart-popup-box .mCSB_scrollTools{
	width: 11px;
	background: transparent;
	}
#cart-popup-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 7px;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	cursor: -webkit-grab;
	cursor: grab;
	transition: opacity 0.3s;
	opacity: 0;
	}
#cart-popup-box .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar{
	opacity: 1;
	}
/*=========================TRANSITIONS=========================*/
.no-touchevents button, .no-touchevents .btn{
	-webkit-transition: background .2s ease, border .2s ease, color .2s ease;
	transition: background .2s ease, border .2s ease, color .2s ease;
	}
.no-touchevents a{
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	}
/*Resolutions*/
@media screen and (min-width: 1921px){
	.container.full-width{
		max-width: 1920px;
		}
	/*Header*/
	.hdr-search-form-box{
		width: 1838px;
		left: calc((100vw - 1920px)/2 + 82px);
		}
	/*Page title box*/
	.page-title-box .container{
		min-height: 589px;
		}
	/*Individual solutions section*/
	.medical-directions-list{
		margin-left: auto;
		margin-right: auto;
		border-left: 1px solid #D4DADE;
		}
	/*Next page section*/
	.next-page-link > .arrow{
		display: block !important;
		position: absolute;
		right: 60px;
		bottom: 100px;
		}
	.next-page-link .next-page-title .arrow{
		display: none;
		}
	}
@media screen and (min-width: 1441px) and (max-width: 1920px){
	/*Page title box*/
	.page-title-box .container{
		min-height: 30.73vw;
		}
	}
@media screen and (min-width: 1771px){
	/*Common slider*/
	.common-slider .slide-length-3 + .btn-box{
		padding-left: 989px;
		}
	}
@media screen and (max-width: 1770px){
	/*Common slider*/
	.common-slider .btn-box{
		padding-left: 989px;
		}
	}
@media screen and (max-width: 1660px){
	/*Header*/
	.hdr-contacts, .hdr-controls{
		padding: 0 2.76041666666667%;
		width: 30%;
		}
	/*Main screen section*/
	.product-catalog-box{
		width: 30%;
		}
	}
@media screen and (max-width: 1550px){
	/*Products nav*/
	.hdr-nav .products-dropdown .inner-list{
		width: calc(52vw - 100%);
		left: calc(100% + 24px);
		}
	.hdr-nav .products-dropdown .inner-list.third-level{
		width: calc(52vw - 100% - 24px);
		left: calc(52vw + 48px);
		}
	}
@media screen and (max-width: 1520px){
	/*Header*/
	.hdr-contacts, .hdr-controls{
		padding: 0 3.4%;
		width: 27.5886524822695%;
		}
	.hdr-nav{
		padding-right: 1%;
		}
	/*Header search*/
	.hdr-search-form{
		padding: 0 3.2% 0 28px;
		}
	/*Main screen section*/
	.product-catalog-box{
		width: 27.5886524822695%;
		}
	/*Filter*/
	.filters-box .filter-select-box{
		width: calc(25% + 1px);
		}
	/*Products*/
	.medical-direction-item{
		width: 25%;
		padding-bottom: calc(25% - 2px);
		}
	/*Products category grid*/
	.products-list-box{
		width: 75%;
		margin: 0 0 0 -2px;
		}
	.products-list .product-item{
		width: 33.333333%;
		}
	.products-list.favourites-view .product-item{
		width: 25%;
		}
	.products-categories-nav-box{
		width: 25%;
		}
	.products-list-box .js-load-more{
		width: 33.333333%;
		}
	/*Footer*/
	.ftr-nav-grid .nav-col{
		width: 149px;
		margin: 0;
		padding-right: 8px;
		}
	.ftr-nav-grid .nav-col:first-child{
		width: 31%;
		}
	.ftr-dev{
		margin-right: 0;
		}
	}
@media screen and (min-width: 1441px){
	/*Main screen section*/
	.product-catalog-box .img-box img{
		max-height: 85%;
		}
	/*Inner article*/
	.img-text-grid .img-box{
		width: 575px;
		}
	.img-text-grid .text-box{
		width: calc(100% - 658px);
		}
	/*Product description box*/
	.product-gallery{
		width: 603px;
		}
	.product-description{
		width: calc(100% - 660px);
		margin-left: 57px;
		}
	}
@media screen and (max-width: 1440px){
	/*Products nav*/
	.hdr-nav .products-dropdown .inner-list{
		width: calc(52vw - 100% + 8px);
		left: calc(100%);
		}
	.hdr-nav .products-dropdown .inner-list.third-level{
		width: calc(52vw - 100%);
		left: calc(52vw + 8px);
		}
	}
@media screen and (min-width: 1431px){
	/*Common slider*/
	.common-slider .slide-length-2 + .btn-box{
		padding-left: 659px;
		}
	}
@media screen and (max-width: 1430px){
	/*Main screen section*/
	.main-screen-slider .small-img-size .slide-content .img-box img:not(.ratio){
		width: 100%;
		max-width: 440px;
		}
	/*Common slider*/
	.common-slider .btn-box{
		padding-left: 659px;
		}
	/*Chess grid*/
	.chess-grid .grid-img-box .sub-text{
		top: 10.4vw;
		}
	.chess-grid:first-child .grid-item:first-child .text-box{
		padding-top: 10vw;
		}
	/*Products specs section*/
	.products-specs-section .text-grid .col{
		width: calc(50% - 24px);
		max-width: 498px;
		}
	.products-specs-section .text-grid .col:nth-child(even){
		width: calc(50% - 24px);
		max-width: 567px;
		}
	.img-grid{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		}
	.img-grid img{
		display: block;
		max-width: calc(50% - 2.5px);
		margin: 0 0 13px;
		}
	}
@media screen and (max-width: 1430px) and (min-width: 841px){
	/*Main screen section*/
	.main-screen-slider .h1{
		font-size: 4.85vw;
		}
	}
@media screen and (max-width: 1430px) and (min-width: 701px){
	/*Benefits section*/
	.benefits-item .h1{
		font-size: 4.9vw;
		}
	}
@media screen and (min-width: 1401px){
	/*Nav box*/
	#nav .products-nav-list .dropdown li{
		padding-right: 42px;
		width: 41%;
		}
	#nav .products-nav-list .dropdown li:nth-child(even){
		width: 59%;
		padding-right: 0;
		}
	}
@media screen and (max-width: 1400px) and (min-width: 981px){
	#nav .products-nav-list .dropdown li{
		padding-right: 32px;
		width: 50%;
		}
	#nav .products-nav-list .dropdown li:nth-child(even){
		width: 50%;
		}
	}
@media screen and (max-width: 1400px){
	/*Header*/
	.hdr-contacts, .hdr-controls{
		padding: 0 36px;
		}
	.hdr-nav{
		padding-right: 10px;
		}
	/*Products nav*/
	.hdr-nav .products-dropdown .inner-list{
		width: calc(54vw - 100% + 6px);
		left: calc(100%);
		}
	.hdr-nav .products-dropdown .inner-list.third-level{
		width: calc(54vw - 100% - 24px);
		left: calc(54vw + 6px);
		}
	/*Header search*/
	.hdr-search-form{
		padding: 0 33px 0 28px;
		}
	/*Main screen section*/
	.main-screen-slider .swiper-slide{
		padding-right: 36px;
		}
	.main-screen-slider .slider-arrows{
		right: 36px;
		}
	.product-catalog-box{
		padding-left: 36px;
		padding-right: 36px;
		}
	/*Call us section*/
	.call-us-grid{
		padding-right: 0;
		}
	.call-us-grid .call-us-form{
		width: 50%;
		}
	.call-us-grid .branch-contacts-box{
		display: flex;
		justify-content: center;
		width: calc(50% - 54px);
		max-width: none;
		}
	/*Chess grid*/
	.chess-grid .grid-item:first-child .h1{
		margin-right: 0;
		}
	/*Action page section*/
	.action-page-section .grid-box .text-box{
		width: calc(100% - 460px);
		}
	/*Footer*/
	.ftr-back-call p{
		margin: 1px 0 0;
		}
	.ftr-contacts .social-links{
		width: 100%;
		margin: 22px 0 0;
		}
	.ftr-top-box .btn{
		flex: 1;
		margin-left: 64px;
		}
	}
@media screen and (max-width: 1380px) and (min-width: 841px){
	/*Product box*/
	.product-order-box.has-cart-btn{
		display: block;
		}
	.product-order-box.has-cart-btn .price-box{
		width: 100%;
		padding: 0;
		}
	.product-order-box.has-cart-btn .btn-box{
		width: 100%;
		margin: 34px 0 0;
		}
	.product-order-box.has-cart-btn .btn{
		display: table;
		width: auto;
		margin: 0 0 0 92px;
		}
	.product-order-box .btn.cart-btn{
		left: 0;
		margin: 0;
		}
	}
@media screen and (max-width: 1340px){
	/*Form*/
	.radio-item.text-view input[type="radio"] + label{
		padding: 16px 20px;
		}
	/*Products nav*/
	.hdr-nav .products-dropdown .inner-list.third-level{
		width: calc(54vw - 100% - 6px);
		}
	/*Ordering*/
	.form-select .select-dropdown{
		padding: 24px 20px;
		}
	.ordering-box .btn-box.has-prompt .form-submit-prompt{
		padding-right: 16px;
		}
	}
@media screen and (max-width: 1320px) and (min-width: 841px){
	/*Product box*/
	.product-order-box{
		display: block;
		}
	.product-order-box .price-box{
		width: 100%;
		padding: 0;
		}
	.product-order-box .btn-box{
		width: 100%;
		margin: 34px 0 0;
		}
	.product-order-box .btn{
		display: table;
		width: auto;
		margin: 0;
		}
	}
@media screen and (min-width: 1301px){
	/*Individual solutions section*/
	.medical-directions-list a:nth-child(odd){
		padding-left: 60px;
		}
	}
@media screen and (max-width: 1300px) and (min-width: 841px){
	/*Main screen section*/
	.main-screen-slider .slide-content .img-box{
		width: calc(100% - 280px);
		padding-right: 40px;
		}
	.main-screen-slider .slide-content .text-box{
		width: 280px;
		}
	.main-screen-slider .slide-content .h2{
		font-size: 40px;
		}
	.main-screen-slider .slide-content .h3{
		font-size: 28px;
		}
	}
@media screen and (max-width: 1300px){
	/*Independent*/
	.container{
		padding: 0 40px;
		}
	/*Header*/
	.hdr-contacts, .hdr-controls{
		padding: 0 30px;
		}
	.hdr-nav{
		padding-right: 6px;
		}
	/*Header search*/
	.hdr-search-form{
		padding: 0 28px;
		}
	/*Nav box*/
	#nav-box .container{
		padding: 0 40px;
		}
	/*Page title box*/
	.page-title-box .breadcrumbs{
		left: 40px;
		}
	/*Second level pages*/
	.second-lvl-pages-box{
		margin: 0 0 20vw;
		}
	/*Sections*/
	.section{
		margin: 20vw 0;
		}
	/*Main screen section*/
	.main-screen-section{
		margin: 0 0 20vw;
		}
	.main-screen-slider .swiper-slide{
		padding-left: 40px;
		}
	.main-screen-slider .swiper-slide.left-img .slide-content .img-box{
		margin-left: -40px;
		}
	/*Ordamed companies section*/
	.ordamed-companies-grid{
		width: 100%;
		max-width: none;
		min-width: 0;
		}
	.ordamed-companies-section .text-box{
		width: 60%;
		min-width: 60%;
		}
	.ordamed-in-numbers{
		margin-left: -48%;
		}
	/*Benefits section*/
	.benefits-section{
		margin: 30vw 0 29vw;
		}
	/*Individual solutions section*/
	.medical-directions-list{
		margin: 103px -40px 0;
		}
	.medical-directions-list a{
		padding-left: 40px;
		padding-right: 110px;
		}
	.medical-directions-list .arrow{
		right: 54px;
		}
	/*Main*/
	#main{
		margin-bottom: 20vw;
		}
	#main .container > .common-slider{
		margin: 20vw 0;
		}
	/*Chess grid*/
	.chess-grid{
		margin: 20vw auto;
		}
	#main .chess-grid:first-child{
		margin-top: -11vw;
		}
	.chess-grid .grid-item{
		margin: 0 0 20vw;
		}
	.chess-grid .grid-item .h2{
		margin-right: 0;
		}
	.chess-grid .grid-img-box .btn{
		left: 24px;
		right: 24px;
		bottom: 24px;
		}
	/*Sub data list*/
	.sub-data-list{
		margin: 20vw 0;
		}
	.sub-data-list .data-item{
		width: calc(33.33333% - 26.66666666666667px);
		margin-right: 40px;
		}
	/*Webinars*/
	.webinars-box{
		margin: 20vw 0;
		}
	/*Inner article*/
	.img-text-grid .btn{
		margin-top: 9.4vw;
		}
	/*Products*/
	.medical-directions-products{
		margin: 0 0 20vw;
		}
	/*Product box*/
	.product-box{
		margin-bottom: 20vw;
		}
	/*Map controls*/
	.map-controls-box{
		margin-right: -40px;
		}
	.map-select .sub-box{
		padding-right: 80px;
		}
	.map-select:last-child .sub-box{
		padding-left: 40px;
		}
	.map-select .arrow{
		right: 40px;
		}
	.select-dropdown{
		padding: 49px 40px 54px;
		}
	/*Branch contacts box*/
	.contacts-page .main-branch-contacts-box{
		margin: 58px -40px 0 0;
		}
	.contacts-page .main-branch-contacts-box .branch-contacts{
		padding: 0 40px;
		}
	/*Ordering*/
	.ordering-box .form-box{
		margin: 0 0 20vw;
		}
	.your-order-box .h2, .ordering-box .ordering .h2{
		margin: 0 0 8vw;
		}
	.ordering-grid .your-order-box{
		padding-left: 48px;
		}
	.ordering-box{
		padding-right: 64px;
		}
	.order-data-box:before{
		right: -64px;
		}
	/*Constructor*/
	.product-configurations-box{
		width: 432px;
		}
	.product-configurations-box .mCustomScrollBox{
		padding: 0 40px 0 0;
		}
	.constructor-configurations-box{
		padding-left: 40px;
		width: calc(100% - 432px);
		}
	.tabs-nav.constructor-progress .swiper-container{
		margin: 0 -40px;
		padding: 0 40px;
		}
	.tabs-nav.constructor-progress:after{
		left: -40px;
		}
	/*Complete set*/
	.complete-set-tbl-box + .complete-set-tbl-box{
		margin: 20vw 0 0;
		}
	/*Next page section*/
	.next-page-section{
		margin: 20vw 0;
		}
	.online-store-link .banner .arrow{
		right: 40px;
		}
	.next-page-section .external-page-link .h1{
		width: calc(100% - 480px);
		}
	/*Call us section*/
	.call-us-section{
		margin: 20vw 0;
		}
	/*Cart popup*/
	.cart-popup .close-popup-btn{
		right: 40px;
		}
	}
@media screen and (max-width: 1240px) and (min-width: 841px){
	/*Main screen section*/
	.main-screen-slider .tablet-text-bottom .slide-content{
		flex-wrap: wrap;
		padding-top: 80px;
		}
	.main-screen-slider .tablet-text-bottom .img-box{
		width: 85%;
		max-width: 660px;
		margin: 0 0 24px;
		}
	.main-screen-slider .tablet-text-bottom .slide-content .text-box{
		width: auto;
		min-width: 270px;
		margin-left: auto;
		margin-bottom: auto;
		}
	.main-screen-slider .small-img-size .slide-content .img-box{
		padding-right: 0;
		}
	.main-screen-slider .small-img-size .slide-content .circle-bg{
		width: 71%;
		}
	}
@media screen and (max-width: 1240px){
	/*Products nav*/
	.hdr-nav .products-dropdown .inner-list.third-level{
		width: calc(54vw - 100% + 12px);
		}
	/*Product box*/
	.product-gallery-slider{
		margin-top: 0;
		width: calc(100% - 136px);
		}
	.product-gallery-thumbs-slider{
		width: 110px;
		}
	.product-gallery-thumbs-slider .swiper-container{
		height: 376px;
		}
	.product-gallery-thumbs-slider .swiper-slide{
		width: 110px;
		height: 120px;
		}
	/*Constructor*/
	.product-configurations-box{
		width: 362px;
		}
	.constructor-configurations-box{
		width: calc(100% - 362px);
		}
	/*Complete set*/
	.complete-set-product{
		margin: 0 0 90px;
		}
	.complete-set-product .product{
		max-width: 362px;
		padding-right: 40px;
		}
	.complete-set-tbl-slider .swiper-slide{
		flex-shrink: 0;
		width: 33.3333%;
		}
	/*Action page section*/
	.action-page-section .grid-box{
		display: block;
		}
	.action-page-section .grid-box .text-box{
		width: 100%;
		max-width: 825px;
		}
	.action-page-section .grid-box .btn-box{
		max-width: 100%;
		margin: 5.4vw 0 0;
		}
	/*Complete set*/
	.complete-set-tbl-slider .btn.arrow-btn{
		text-align: center;
		padding: 18px 32px;
		}
	.complete-set-tbl-slider .btn.arrow-btn .arrow{
		display: none;
		}
	/*Next page section*/
	.online-store-link .next-page-title{
		width: 67%;
		}
	.online-store-link .banner{
		width: 30%;
		min-width: 0;
		}
	}
@media screen and (max-width: 1200px){
	/*Header*/
	.hdr-nav{
		display: none;
		}
	/*Nav box*/
	.bottom-nav-box .messengers-list{
		margin-left: 64px;
		}
	}
@media screen and (min-width: 1201px){
	/*Nav box*/
	#nav > ul > .products-nav-list{
		width: 33.93939393939394%;
		padding-right: 48px;
		margin-right: 48px;
		}
	}
@media screen and (max-width: 1200px) and (min-width: 981px){
	/*Nav box*/
	#nav > ul > .products-nav-list{
		width: 40%;
		padding-right: 30px;
		margin-right: 30px;
		}
	#nav .products-nav-list .dropdown li{
		padding-right: 24px;
		}
	}
@media screen and (min-width: 1181px){
	/*Ordamed companies section*/
	.ordamed-in-numbers{
		width: 990px;
		}
	.common-slider.in-numbers-view{
		min-height: 0;
		margin: 0;
		}
	.common-slider.in-numbers-view .swiper-container{
		width: 100%;
		margin: 0;
		}
	.common-slider.in-numbers-view .swiper-wrapper{
		flex-wrap: wrap;
		height: auto;
		}
	.common-slider.in-numbers-view .swiper-slide{
		margin-bottom: -1px;
		width: 33.33333333%;
		height: auto;
		border: none;
		}
	.common-slider.in-numbers-view .swiper-slide:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 1px solid #D4DADE;
		pointer-events: none;
		transition: opacity .75s ease 1s;
		}
	.ordamed-companies-section:not(.is-inview) .common-slider.in-numbers-view .swiper-slide:before{
		opacity: 0;
		}
	.common-slider.in-numbers-view .swiper-slide:first-child{
		margin-left: calc(66.666666% - 2px);
		}
	.common-slider.in-numbers-view .swiper-slide:nth-child(2){
		margin-left: calc(33.33333333% - 1px);
		margin-right: 33.33333333%;
		}
	.common-slider.in-numbers-view .swiper-slide:nth-child(4){
		margin-left: calc(33.33333333% - 2px);
		}
	.common-slider.in-numbers-view .swiper-slide:nth-child(5){
		margin-left: calc(33.33333333% - 1px);
		}
	.common-slider.in-numbers-view .slider-controls{
		display: none;
		}
	.common-slider.in-numbers-view .btn-box{
		position: absolute;
		bottom: -1px;
		left: calc(66.666666% - 2px);
		padding: 0;
		width: 33.33333333%;
		}
	.common-slider.in-numbers-view .btn{
		display: flex;
		align-items: center;
		text-align: center;
		min-height: 251px;
		padding-right: 32px;
		}
	.common-slider.in-numbers-view .btn span{
		width: 100%;
		}
	.common-slider.in-numbers-view .btn .arrow{
		display: none;
		}
	.common-slider.in-numbers-view .btn .arrow.square-arrow{
		display: block;
		position: absolute;
		top: 42px;
		right: 16px;
		transform: rotate(-45deg);
		width: 42px;
		}
	.no-touchevents .common-slider.in-numbers-view .btn:not(:disabled):hover .arrow rect, .touchevents .common-slider.in-numbers-view .btn:not(:disabled) .arrow rect{
		width: 56px;
		transform: translate3d(-30px, 0, 0) rotate(.01deg);
		}
	}
@media screen and (max-width: 1180px){
	/*Ordamed companies section*/
	.ordamed-companies-grid{
		display: block;
		}
	.ordamed-companies-section .text-box{
		width: 100%;
		min-width: 0;
		}
	.ordamed-companies-section .text-box p:not(.h1){
		width: 100%;
		}
	.ordamed-in-numbers{
		width: 100%;
		margin-left: 0;
		max-width: none;
		transition: opacity .7s ease .5s;
		}
	.ordamed-companies-section:not(.is-inview) .ordamed-in-numbers{
		opacity: 0;
		}
	.ordamed-companies-section.delay-animate .ordamed-in-numbers{
		transition-delay: 1.4s;
		}
	.common-slider.in-numbers-view{
		min-height: 0;
		}
	.ordamed-in-numbers .swiper-slide{
		min-height: 251px;
		padding: 36px 36px 41px;
		}
	.common-slider.in-numbers-view .swiper-slide p{
		opacity: 1;
		}
	/*Chess grid*/
	#main .chess-grid:first-child{
		margin-top: -9vw;
		}
	/*Next page section*/
	.online-store-link{
		padding: 9.7vw 0;
		}
	.online-store-link .banner{
		width: 31%;
		}
	.external-page-link{
		padding: 8.7vw 0;
		}
	.external-page-link .btn{
		width: auto;
		}
	.next-page-section .external-page-link .h1{
		width: calc(100% - 400px);
		}
	/*Footer*/
	.ftr-top-box .btn{
		margin-left: 48px;
		}
    /*Popup*/
	.popup.video-popup .close-popup-btn{
		right: 0;
		}
	}
@media screen and (max-width: 1180px) and (min-width: 981px){
	/*Header*/
	/*Nav box*/
	.bottom-nav-box .back-call-box .h2{
		font-size: 4.2vw;
		}
	.bottom-nav-box .messengers-list{
		margin-left: 4vw;
		}
	/*Ordering*/
	.ordering-box .btn-box.has-prompt{
		display: block;
		}
	.ordering-box .btn-box.has-prompt .btn{
		width: 100%;
		}
	.ordering-box .btn-box.has-prompt .form-submit-prompt{
		padding-right: 0;
		margin: 24px 0 0;
		width: 100%;
		max-width: none;
		}
	}
@media screen and (max-width: 1180px) and (min-width: 781px){
	/*Chess grid*/
	.chess-grid .grid-img-box .btn{
		padding-left: 20px;
		padding-right: 20px;
		}
	.chess-grid .grid-img-box .btn.yt-btn{
		font-size: 20px;
		padding-right: 80px;
		}
	.chess-grid .grid-img-box .btn.yt-btn .icon{
		right: 20px;
		width: 44px;
		}
	/*Sub data description*/
	.sub-data-description .data-sub-info .big-size{
		font-size: 6.725vw;
		}
	.sub-data-description .data-sub-info .h2{
		font-size: 4.235vw;
		}
	}
@media screen and (max-width: 1140px) and (min-width: 781px){
	/*Call us section*/
	.call-us-grid .form-submit-prompt{
		width: 100%;
		margin-bottom: 24px;
		}
	.call-us-grid .btn-box.has-prompt .btn{
		width: 100%;
		}
	}
@media screen and (max-width: 1140px) and (min-width: 1081px){
	/*Footer*/
	.ftr-top-box .h2{
		font-size: 4.4vw;
		}
	}
@media screen and (max-width: 1140px){
	/*Page title box*/
	.breadcrumbs{
		margin-bottom: 11.5vw;
		}
	/*Filter*/
	.filters-box .filter-select-box{
		width: calc(33.333333% + 1px);
		}
	/*Products*/
	.medical-direction-item{
		width: 33.33333%;
		padding-bottom: calc(33.33333% - 2px);
		}
	/*Products category grid*/
	.products-list-box{
		width: 66.66666%;
		}
	.products-list .product-item{
		width: 50%;
		}
	.products-list.favourites-view .product-item{
		width: 33.33333%;
		}
	.js-remove-from-favourite{
		right: 20px;
		}
	.products-categories-nav-box{
		width: 33.33333%;
		}
	.products-list-box .js-load-more{
		width: 50%;
		}
	/*Tabs*/
	.tabs-nav.text-view{
		display: block;
		}
	.tabs-nav.text-view p{
		margin: 0;
		}
	/*Accordion*/
	.accordion.vacancies-view .accr-item{
		padding: 30px 100px 35px 0;
		}
	.accordion.vacancies-view .h2{
		width: calc(100% - 260px);
		}
	.accordion.vacancies-view .location{
		max-width: 200px;
		}
	/*Ordering*/
	.ordering-grid .your-order-box{
		padding-left: 40px;
		}
	.ordering-box{
		padding-right: 48px;
		}
	.order-data-box:before{
		right: -48px;
		}
	/*Constructor*/
	.constructor-accessory-item .accessory-title{
		width: 50%;
		}
	.constructor-accessory-item .checkbox-col{
		width: 50%;
		}
	/*Next page section*/
	.online-store-link .next-page-title{
		width: 57%;
		}
	.online-store-link .banner{
		width: 40%;
		}
	/*404*/
	html .error-page-box{
		margin-top: -7vw;
		}
	}
@media screen and (min-width: 1081px){
	/*Common slider*/
	.common-slider .slide-length-1 + .btn-box{
		padding-left: 329px !important;
		}
	}
@media screen and (max-width: 1080px){
	/*Common slider*/
	.common-slider .swiper-container{
		width: 66.66666666%;
		}
	.common-slider .swiper-slide{
		width: 50%;
		}
	.common-slider .btn-box{
		padding-left: 0;
		}
	.common-slider .btn{
		margin-left: auto;
		width: calc(33.33333333% + 1px);
		}
	.slider-controls{
		width: 33.33333333%;
		}
	/*Chess grid*/
	.chess-grid .grid-img-box .sub-text{
		top: 7.4vw;
		}
	.chess-grid:first-child .grid-item:first-child .text-box{
		padding-top: 7vw;
		}
	/*Product box*/
	.product-gallery{
		width: calc(50% - 40px);
		}
	/*Complete set*/
	.complete-set-tbl-slider .configuration-type.h4, .complete-set-tbl-slider .price-col .h4{
		font-size: 15px;
		line-height: 19px;
		}
	.complete-set-tbl-box .col.text{
		padding-top: 28px;
		}
	.complete-set-tbl-slider .btn.arrow-btn{
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		padding: 13px 25px;
		}
	.complete-set-tbl-slider .btn.arrow-btn .arrow{
		display: none;
		}
	/*Footer*/
	.ftr-sub-col, .ftr-main-col{
		width: 100%;
		}
	.ftr-top-box{
		display: block;
		padding: 42px 0;
		}
	.ftr-top-box .ftr-main-col, .ftr-nav-box .ftr-main-col{
		position: relative;
		padding-top: 42px;
		margin-top: 42px;
		}
	.ftr-top-box .ftr-main-col:before, .ftr-nav-box .ftr-main-col:before{
		content: '';
		position: absolute;
		left: -60px;
		right: -60px;
		top: 0;
		height: 1px;
		background: #D4DADE;
		}
	.ftr-logo{
		margin: 0;
		}
	.ftr-top-box .ftr-contacts{
		flex: inherit;
		width: calc(50% - 16px);
		}
	.ftr-top-box .btn{
		flex: inherit;
		margin-left: auto;
		max-width: none;
		width: calc(50% - 16px);
		}
	.ftr-nav-box{
		display: block;
		padding: 44px 0 53px;
		}
	.ftr-nav-box .ftr-sub-col{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		}
	.ftr-social-networks, .ftr-our-app{
		width: calc(50% - 10px);
		}
	.ftr-social-networks .social-links, .ftr-our-app .social-links{
		max-width: none;
		}
	.ftr-our-app{
		margin: 0;
		}
	.ftr-bottom-box{
		display: block;
		padding: 54px 0;
		}
	.ftr-bottom-box .ftr-sub-col{
		display: flex;
		margin-bottom: 42px;
		padding: 0;
		}
	.ftr-copy{
		width: 32%;
		}
	.ftr-sub-links{
		margin: 0;
		}
	}
@media screen and (max-width: 1080px) and (min-width: 781px){
	/*Common slider*/
	.common-slider .slide-length-1 + .btn-box .btn{
		margin-right: 33.33333333%;
		}
	/*Chess grid*/
	.chess-grid .h1{
		font-size: 6.48vw;
		}
	.chess-grid .data-table .h4{
		font-size: 2.037vw;
		}
	}
@media screen and (max-width: 1080px) and (min-width: 581px){
	/*Map controls*/
	.map-select .h2{
		font-size: 4.635vw;
		}
	.map-select .arrow{
		top: 51%;
		}
	}
@media screen and (max-width: 1040px){
	/*404*/
	html .error-page-box{
		margin-top: -5.5vw;
		}
	.error-page-box .number{
		font-size: 19.2vw;
		}
	.error-page-box .h1{
		font-size: 6.7vw;
		}
	}
@media screen and (min-width: 981px){
	/*Header*/
	.short-header-view #header{
		transform: translateY(-46px);
		transition: transform .4s ease;
		}
	.short-header-view.opened-filter #header{
		transform: translate3d(0, -46px, 0);
		}

	html.opened-nav .hdr-search-form-box{
		opacity: 1;
		visibility: visible;
		}
	html.opened-nav .hdr-search-form-box:before{
		display: none;
		}
	/*Nav box*/
	.short-header-view #nav-box{
		height: calc(100vh - 76px);
		}
	#nav:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: -2500px;
		bottom: 0;
		background: #F7F7F7;
		}
	#nav > ul > .products-nav-list{
		position: relative;
		border-right: 1px solid #D4DADE;
		}
	#nav .products-nav-list > a{
		position: relative;
		z-index: 2;
		}
	#nav .products-nav-list:before{
		content: '';
		position: absolute;
		z-index: 0;
		left: -1500px;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		}
	#nav .products-nav-list .dropdown{
		display: flex !important;
		flex-wrap: wrap;
		margin-bottom: -19px;
		}
	/*#nav > ul > .has-child:nth-child(4){
		width: auto;
		padding-right: 0;
		}*/
	#nav .dropdown .active > a{
		color: #BA220E;
		}
	#nav .dropdown{
		display: block !important;
		}
	#nav .dropdown .dropdown{
		display: none !important;
		}
	/*Constructor*/
	.constructor-page #main{
		margin-bottom: 0;
		}
	.product-configurations-box .js-scroll-box{
		height: calc(100vh - 122px);
		transition: transform .4s ease;
		}
	.short-header-view .product-configurations-box .js-scroll-box{
		height: calc(100vh - 76px);
		transform: translateY(-44px);
		}
	.short-header-view .tabs-nav.constructor-progress{
		top: -46px;
		}
	.product-configurations-box .arrow-btn{
		display: flex;
		align-items: center;
		padding-top: 16px;
		padding-bottom: 16px;
		min-height: 90px;
		}
	}
@media screen and (max-width: 980px){
	h1, .h1{
		font-size: 7.15vw;
		margin: 8.2vw 0 5.7vw;
		}
	h2, .h2{
		font-size: 5.1vw;
		margin: 6.6vw 0 4.2vw;
		}
	h3, .h3{
		font-size: 3.471vw;
		margin: 6.5vw 0 3.265vw;
		}
	h4, .h4{
		margin: 5.52vw 0 3.265vw;
		}
	h5, .h5, h6, .h6{
		margin-top: 4.9vw;
		}
	/*Form*/
	.form-control.h2{
		font-size: 5.1vw;
		}
	/*Independent*/
	.container{
		padding: 0 30px;
		}
    #all{
	    padding-top: 54px;
	    }
	#all:before{
		content: '';
		position: fixed;
		z-index: 998;
		left: 640px;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		transition: opacity .3s ease, visibility .3s ease;
		}
	html:not(.opened-nav) #all:before{
		visibility: hidden;
		opacity: 0;
		pointer-events: auto;
		}
    /*Header*/


	#header{
		height: 54px;
		}
	#header .container{
		padding-left: 0;
		}


	/*Header search*/
	.hdr-search-form-box{
		left: 0;
		right: 0;
		top: 54px;
		height: 64px;
		}
	.hdr-search-form{
		height: 64px;
		padding: 0 14px;
		}
	.hdr-search-form .loupe-btn svg{
		width: 18px;
		}
	.hdr-search-form .search-btn svg{
		width: 30px;
		}
	.hdr-search-form .form-control{
		padding-top: 0;
		}

	.hdr-messengers, .hdr-favourites, .hdr-contacts{
		display: none !important;
		}
	.hdr-top-box{
		border: none;
		transition: none;
		height: auto;
		margin: 25px 0 100px;
		}
	#nav-box .hdr-top-box .container{
		height: auto;
		padding: 0;
		}
	.hdr-langs-branches .current{
		padding: 8px 10px;
		background: #F7F7F7;
		}
	.hdr-langs-branches .dropdown{
		top: auto;
		bottom: 100%;
		left: 0;
		padding: 20px 10px;
		min-width: 100%;
		background: #F7F7F7;
		}
	.hdr-langs{
		margin-left: 21px;
		}



	.main-hdr-box .container{
		height: 54px;
		}
	.hdr-burger{
		width: 55px;
		height: 54px;
		padding-right: 0;
		}

	.js-open-nav{
		width: 16px;
		height: 12px;
		}
	.js-open-nav:before{
		top: 3px;
		}
	.js-open-nav svg{
		width: 13px;
		height: auto;
		}

	.hdr-logo{
		height: 54px;
		width: calc(100% - 163px);
		max-width: none;
		min-width: 0;
		border: none;
		}
	.hdr-logo .logo{
		width: 110px;
		height: 25px;
		}
	.hdr-controls{
		width: auto;
		min-width: 0;
		height: 54px;
		padding: 0;
		border: none;
		}
	.hdr-controls .control-item{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
		width: 54px;
		margin: 0;
		border-left: 1px solid #d4dade;
		}
    .hdr-open-search svg, .hdr-cart svg{
	    width: 16px;
	    height: auto;
	    }
	.js-open-cart-popup .cart-count{
		top: -9px;
		left: 7px;
		font-weight: 400;
		font-size: 9px;
		line-height: 18px;
		width: 18px;
		height: 18px;
		}
	/*Nav box*/
	#nav-box{
		top: 55px;
		height: calc(100vh - 55px);
		max-height: calc(100vh - 55px);
		width: 640px;
		max-width: 100%;
		background: #fff;
		}
	#nav-box:before{
		display: none;
		}
	#nav-box .container{
		padding: 0 20px;
		background: transparent;
		}

	#nav{
		z-index: 1;
		margin: 17px -20px 80px;
		}
	#nav > ul{
		display: block;
		}
	#nav > ul > .has-child{
		font-size: 15px;
		line-height: 19px;
		letter-spacing: .002em;
		padding: 0;
		margin: 0;
		width: 100%;
		}
	#nav .hide-desktop{
		display: block;
		}
	#nav li.has-icon svg{
		display: inline-block;
		vertical-align: middle;
		margin: -2px 4px 0 0;
		}
	#nav li.has-icon.active svg *, .no-touchevents #nav li.has-icon a:hover svg *{
		fill: #ba220e;
		}
	#nav > ul > li{
		margin: 0;
		}
	#nav > ul > .has-child + li:before, #nav > ul > .has-child:first-child:before{
		content: '';
		position: absolute;
		z-index: 10;
		left: 0;
		top: 0;
		width: 100%;
		height: 1px;
		background: #D4DADE;
		}
	#nav > ul > .has-child + li:before{
		opacity: 0;
		}
	#nav > ul > .has-child:first-child:before{
		top: 0;
		opacity: 0;
		}
	#nav > ul > .has-child.opened-dropdown + li:before, #nav > ul > .has-child.opened-dropdown:first-child:before{
		opacity: 1;
		}

	#nav > ul > li > a{
		display: block;
		padding: 20px;
		border-bottom: 1px solid #D4DADE;
		}
	#nav .has-child > a{
		position: relative;
		display: block;
		padding-right: 40px;
		}
	#nav .dropdown .dropdown .has-child > a{
		margin-right: -15px;
		}
	#nav > ul > .has-child.opened-dropdown > a{
		background: #F7F7F7;
		}
	#nav .has-child.opened-dropdown > a, #nav .active > a{
		color: #BA220E;
		}
	#nav > ul > li:last-child > a{
		border: none;
		}
	#nav .arrow{
		display: block;
		position: absolute;
		top: 29px;
		right: 20px;
		}
	#nav .has-child.opened-dropdown > a .arrow{
		transform: scaleY(-1);
		}
	#nav .has-child.opened-dropdown > a .arrow *{
		fill: #BA220E;
		}
	#nav ul ul .arrow{
		top: 9px;
		}
	#nav .has-child ul{
		display: none;
		}
	#nav .dropdown, #nav .products-nav-list .dropdown{
		display: none;
		margin: 0 0 0 32px;
		padding: 20px 0 21px;
		}
	#nav .dropdown .dropdown{
		margin-left: 12px;
		padding-bottom: 3px;
		}
	#nav .dropdown .dropdown .dropdown{
		position: relative;
		margin-left: 16px;
		}
	#nav .dropdown .dropdown .dropdown:before{
		content: '';
		position: absolute;
		left: -16px;
		top: 20px;
		bottom: 4px;
		width: 2px;
		background: #e9ecee;
		}
	#nav .dropdown li{
		font-weight: 500;
		margin: 0 0 19px;
		width: 100%;
		}
	#nav .dropdown li:last-child, #nav .dropdown .penultimate{
		margin: 0;
		}
	#nav .dropdown .hide-mobile{
		display: none;
		}
	#nav .dropdown li li{
		font-weight: 400;
		padding-right: 15px !important;
		}
	#nav .dropdown .dropdown .opened-dropdown > a{
		font-weight: 500;
		}

	.bottom-nav-box{
		z-index: 1;
		display: block;
		padding: 42px 0;
		}
	.bottom-nav-box:before{
		z-index: -1;
		bottom: 0;
		height: auto;
		background: #F7F7F7;
		border-bottom: 1px solid #D4DADE;
		border-top: 1px solid #D4DADE;
		}
	.bottom-nav-box:after{
		display: none;
		}

	.bottom-nav-box .back-call-box .back-call{
		margin: 8px 0 0;
		}

	.bottom-nav-box .messengers-list{
		margin: 16px 0 0 0;
		}
	.messengers-list a{
		margin: 0 18px 0 0;
		background: #fff;
		}
	.bottom-nav-box .btn{
		margin: 42px 0 0 auto;
		}
	/*Main screen section*/
	.main-screen-section{
		min-height: 0;
		}
	.main-screen-slider .swiper-slide{
		padding: 0 30px 100px;
		}
	.main-screen-slider .swiper-slide.left-img .slide-content .img-box{
		margin-left: -30px;
		}
	.main-screen-slider .title-box{
		width: 100%;
		}
	.main-screen-slider .slider-arrows{
		left: 30px;
		right: auto;
		bottom: 40px;
		}
	.product-catalog-box{
		padding-left: 30px;
		padding-right: 30px;
		}
	/*Page title box*/
	.page-title-box .container{
		min-height: 45.2vw;
		}
	.page-title{
		padding: 0 0 5.5vw;
		}
	.page-title-box .breadcrumbs{
		left: 30px;
		}
	.page-title h1 + p, .page-title .h1 + p{
		margin-top: 3.7vw;
		}
	/*Second level pages*/
	.second-lvl-pages-slider .swiper-slide{
		padding: 4.8vw 48px 4.9vw 0;
		}
	/*Common slider*/
	.common-slider{
		margin-top: 10.3vw;
		}
	/*Articles view*/
	.articles-view .article-item{
		padding: 20px 20px 24px;
		}
	.articles-view .article-item img{
		margin: 0 0 26px;
		}
	/*Ordamed companies section*/
	.ordamed-in-numbers .number{
		font-size: 8.16vw;
		}
	/*Benefits section*/
	.benefits-section{
		padding: 66px 0 70px;
		}
	.benefits-item .img{
		transform: translateY(calc(-50% - 66px));
		}
	.separator + .benefits-item .img{
		transform: translateY(calc(50% + 70px));
		}
	.benefits-section .separator{
		margin: 74px 0 70px;
		}
	/*Individual solutions section*/
	.medical-directions-list{
		margin: 10.3vw -30px 0;
		}
	.medical-directions-list a{
		padding-left: 30px;
		padding-right: 90px;
		}
	.medical-directions-list .arrow{
		right: 30px;
		}
	/*Hi-tech section*/
	.hi-tech-box{
		margin: 10.3vw 0;
		}
	.hi-tech-box .text-grid{
		margin: 0 0 10.3vw;
		}
	.hi-tech-box .img-box .h2{
		margin: -70px 40px 0;
		}
	/*Scheme section*/
	.scheme-grid{
		margin: 10.3vw 0 0;
		}
	/*Action page section*/
	.action-page-section{
		padding: 10.3vw 0;
		}
	/*Chess grid*/
	.chess-grid .grid-item .h2{
		margin: 10.3vw 0;
		}
	.chess-grid .grid-img-box .btn{
		left: 16px;
		right: 16px;
		bottom: 16px;
		}
	/*Sub data description*/
	.sub-data-description{
		margin-top: 10.3vw;
		}
	.sub-data-description .data-description{
		padding-right: 0;
		}
	/*Sub data list*/
	.section .sub-data-list{
		margin: 10.3vw auto;
		}
	/*Sub data list*/
	#main .sub-data-list:last-child{
		margin-bottom: -10.3vw;
		}
	.sub-data-list .data-item{
		margin-bottom: 10.3vw;
		margin-right: 30px;
		width: calc(33.33333% - 20px);
		}
	/*Accordion*/
	.accordion{
		margin-top: 10.3vw;
		}
	.accr-item .icon{
		top: 5.2vw;
		}
	.accordion.timeline-view .dropdown{
		margin: 0 0 0 8%;
		}
	.accordion.timeline-view .month{
		width: 20%;
		}
	.accordion.timeline-view .text{
		width: calc(80% - 10px);
		}
	.accordion.vacancies-view .accr-item{
		padding: 30px 60px 32px 0;
		}
	.accordion.vacancies-view .accr-item-grid{
		display: block;
		}
	.accordion.vacancies-view .h2{
		width: 100%;
		}
	.accordion.vacancies-view .location{
		text-align: left;
		color: #4B5762;
		margin: 16px 0 0;
		width: 100%;
		max-width: none;
		}
	.accordion.vacancies-view .icon{
		top: 5vw;
		}
	.accordion.vacancies-view .dropdown{
		padding: 64px 0;
		}
	.accordion.vacancies-view .text-grid{
		margin-bottom: 54px;
		}
	.accordion.vacancies-view .btn{
		margin-top: 67px;
		}
	/*Inner article*/
	.article-header .time{
		margin: 0 0 3.4vw;
		}
	.article-header{
		padding-bottom: 9.7vw;
		margin-bottom: 11.1vw;
		}
	/*Product box*/
	.product-box, #main > .container > .product-box:first-child{
		margin-top: 10.3vw;
		}
	.product-gallery{
		display: block;
		width: 340px;
		}
	.product-gallery-slider{
		margin: 0;
		width: 100%;
		}
	.product-gallery-thumbs-slider{
		width: 100%;
		margin: 48px 0 0;
		}
	.product-gallery-thumbs-slider .swiper-container{
		height: auto;
		}
	.product-gallery-thumbs-slider .swiper-slide{
		width: auto;
		height: 100px !important;
		}
	.product-gallery-thumbs-slider .swiper-slide-thumb-active{
		border-color: #4B5762;
		}
	.product-description{
		width: calc(100% - 370px);
		}
	/*Products specs section*/
	.products-specs-section .tabs-nav{
		margin: 0 0 10.3vw;
		}
	/*Products category grid*/
	#main > .container > .products-list.favourites-view:first-child{
		margin-top: 10.3vw;
		}
	#main > .container > .products-list.favourites-view:last-child{
		margin-bottom: -10.3vw;
		}
	.products-list.favourites-view .product-item{
		margin-bottom: 10.3vw;
		}
	/*Map controls*/
	.map-controls-box{
		margin-right: -30px;
		}
	.map-select .sub-box{
		padding: 32px 64px 32px 0;
		}
	.map-select:last-child .sub-box{
		padding-left: 30px;
		}
	.map-select .arrow{
		top: 49%;
		right: 30px;
		}
	.map-select sup{
		top: -3.1vw;
		}
	.select-dropdown{
		padding: 32px 30px;
		}
	/*Branch contacts box*/
	.contacts-page .main-branch-contacts-box{
		margin: 48px -30px 0 0;
		padding-bottom: 48px;
		}
	.contacts-page .main-branch-contacts-box .branch-contacts{
		padding: 0 30px;
		}
	/*Ordering*/
	.ordering-grid, #main > .container > .ordering-grid:first-child{
		display: block;
		margin: 0;
		}
	.ordering-grid .your-order-box{
		width: 100%;
		max-width: 700px;
		min-height: 0;
		padding: 0;
		margin: 0 0 20vw;
		}
	.order-processed .your-order-box{
		padding-bottom: 10vw;
		}
	.ordering-grid:not(.order-processed) .your-order-box:before{
		display: none;
		}
	.order-processed .your-order-box:before{
		left: -60px;
		bottom: 0;
		border: none;
		border-bottom: 1px solid #D4DADE;
		}
	.ordering-box{
		max-width: 700px;
		width: 100%;
		padding: 0;
		margin: 0 0 20vw;
		}
	.ordering-grid .h2{
		font-size: 7.15vw;
		}
	.delivery-methods .h2, .payment-methods .h2{
		margin: 0 0 5.7vw;
		}
	.radio-tabs-box .tab .fields-row:first-child{
		margin-top: 10vw;
		}
	.order-data-box{
		padding: 70px 0 0;
		}
	.order-data-box:before{
		right: -600px;
		}
	.ordering-box .btn-box.has-prompt .form-submit-prompt{
		padding-right: 44px;
		}
	/*Constructor*/
	.constructor-page .static-title-box, .complete-set-page .static-title-box{
		display: block;
		margin: 0 0 80px;
		}
	.constructor-page .static-title-box .page-title, .complete-set-page .static-title-box .page-title{
		position: relative;
		padding: 0 64px 0 0;
		}
	.constructor-page .static-title-box h1, .complete-set-page .static-title-box h1{
		margin: 0 0 3.5vw;
		}
	.constructor-page .static-title-box h1 + p, .complete-set-page .static-title-box h1 + p{
		margin: 0;
		transition: opacity .7s ease .9s;
		}
	.constructor-page:not(.page-load) .static-title-box h1 + p, .complete-set-page:not(.page-load) .static-title-box h1 + p{
		opacity: 0;
		}
	.constructor-grid{
		display: block;
		}
	.product-configurations-box{
		width: 100%;
		}
	.product-configurations-box:before{
		display: none;
		}
	.constructor-configurations-box{
		padding: 0;
		width: 100%;
		}
	.tabs-nav.constructor-progress{
		padding: 0;
		}
	.constructor-content .js-next-constructor-step{
		display: none;
		}
	.constructor-items-type:last-child{
		margin-bottom: 0;
		}
	.constructor-accessory-item .accessory-title{
		width: 324px;
		}
	.constructor-accessory-item .checkbox-col{
		width: calc(100% - 324px);
		}
	.constructor-controls{
		display: block;
		}
	#configurations-popup-box{
		display: block;
		}
	/*Complete set*/
	.complete-set-page .static-title-box{
		margin: 0 0 8.75vw;
		}
	.complete-set-page .page-title{
		display: block;
		}
	.complete-set-product .product-grid{
		display: block;
		}
	.complete-set-product .product{
		max-width: none;
		padding: 0;
		width: 100%;
		}
	.complete-set-product .product .another-model-link, .complete-set-product .h2{
		display: none;
		}
	.complete-set-product .description{
		width: 100%;
		margin: 8.75vw 0 0;
		}
	/*Next page section*/
	.next-page-link .next-page-title svg{
		margin-top: 3vw;
		}
	.online-store-link .next-page-title{
		width: 60%;
		}
	.online-store-link .banner{
		width: 40%;
		}
	.online-store-link .banner .arrow{
		right: 30px;
		}
	/*Call us section*/
	.call-us-grid .call-us-form{
		width: 48%;
		}
	.call-us-grid .branch-contacts-box{
		width: calc(52% - 48px);
		}
	.branch-contacts .branch-mail{
		margin-top: 9.6vw;
		}
	/*Search results*/
	.search-results-page .static-title-box{
		padding-bottom: 6vw;
		}
	.search-results-page .static-title-box .breadcrumbs + h1{
		margin: 6vw 0 40px;
		}
	.search-results-box .tabs-nav .swiper-slide{
		padding: 4.8vw 9.6vw 4.9vw 0;
		}
	/*Footer*/
	.ftr-nav-grid .nav-col:first-child{
		width: 28%;
		}
	.constructor-page:not(.constructor-order-tab) .ftr-bottom-box{
		padding-bottom: 160px;
		}
	/*Popup*/
	.popup{
		padding: 6.64vw 30px 7.2vw;
		}

	.popup.video-popup{
		padding-top: 7.5vw;
		}

	.service-popup{
		max-width: 780px;
		}
	.close-popup-btn{
		right: 30px;
		top: 6.5vw;
		width: auto;
		height: auto;
		min-width: 53px;
		min-height: 53px;
		padding: 1.9vw;
		}
	.close-popup-btn svg{
		min-width: 12px;
		width: 3.45vw;
		}
	.service-popup .call-us-form{
		margin: 10vw 0 0;
		}
	/*Cart popup*/
	.cart-popup .close-popup-btn{
		right: 30px;
		top: 6.7vw;
		padding: 0;
		min-width: 0;
		min-height: 0;
		}
	.cart-popup .close-popup-btn svg{
		width: 20px;
		height: 20px;
		}
	/*Cart popup*/
	#cart-popup-box .cart-popup{
		padding: 61px 30px 40px;
		}
	}
@media screen and (min-width: 901px){
	/*Header*/
	.opened-filter #header{
		z-index: 2;
		transform: translate3d(0, 0, 0);
		pointer-events: none;
		}
	.opened-filter #header:after{
		opacity: 1;
		visibility: visible;
		}
	/*Sub data list*/
	.sub-data-list .data-item:nth-child(3n){
		margin-right: 0;
		}
	/*Filters box*/
	.filters-box{
		transition: opacity .7s ease .7s;
		}
	html:not(.page-load) .filters-box{
		opacity: 0;
		}
	/*Products category grid*/
	.products-categories-nav-box .mCSB_scrollTools/*, .filters-box .mCSB_scrollTools*/{
		display: none !important;
		}
	.products-categories-nav > li.active{
		padding: 27px 0 30px;
		margin-bottom: 27px;
		border-top: 1px solid #D4DADE;
		border-bottom: 1px solid #D4DADE;
		}
	.products-categories-nav > li.active ul{
		margin-bottom: 0;
		}
	.products-categories-nav > li.active > a{
		position: relative;
		display: block;
		padding-right: 32px;
		}
	.products-categories-nav > li.opened-dropdown:not(.inner) > a{
		color: #BA220E;
		}
		.not_active_uz, .not_active_uz sup, .not_active_uz a{
		color: #BA220E!important;	
		}
	/*.products-categories-nav > li.active > a:after, .products-categories-nav > li.active > a:before{
		content: '';
		position: absolute;
		right: 0;
		top: 9px;
		width: 19px;
		height: 1px;
		background: #D4DADE;
		}
	.products-categories-nav > li.active > a:before{
		top: 0;
		right: 9px;
		width: 1px;
		height: 19px;
		}
	.products-categories-nav > li.active.opened-dropdown > a:before{
		display: none;
		}*/
	.products-categories-nav > .active .has-child a{
		padding-right: 28px;
		}
	.products-categories-nav .arrow{
		display: block;
		position: absolute;
		right: 0;
		top: 9px;
		}

	.products-categories-nav .opened-dropdown > a .arrow{
		transform: scaleY(-1);
		}
	.products-categories-nav .opened-dropdown > a .arrow *{
		fill: #ba220e;
		}
	/*.products-categories-nav .dropdown .dropdown{
		display: block !important;
		}*/
	}
@media screen and (max-width: 900px){
	/*Common slider*/
	.common-slider{
		display: block;
		}
	.common-slider .swiper-container{
		width: 100%;
		}
	.common-slider .swiper-slide:first-child{
		border-left: 1px solid #D4DADE;
		}
	.common-slider.constructor-view .swiper-slide:first-child{
		border: none;
		}
	.common-slider .swiper-slide{
		width: 330px;
		}
	.common-slider .btn-box{
		padding-left: 329px;
		}
	.common-slider .btn{
		margin-left: 0;
		width: 331px;
		max-width: 100%;
		}
	.common-slider .slide-length-1 + .btn-box{
		padding-left: 0;
		}
	.common-slider .slide-length-1 + .btn-box .btn{
		width: 330px;
		}
	.slider-controls{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		margin: 0 0 16px;
		padding: 0;
		border: none;
		}
	.slider-controls:before{
		display: none;
		}
	.slider-arrows{
		position: relative;
		bottom: auto;
		}
	/*Ordamed companies section*/
	.ordamed-in-numbers .number{
		font-size: 80px;
		}
	/*Scheme section*/
	.scheme-grid .scheme-box{
		width: 56%;
		}
	.scheme-grid .text{
		flex: auto;
		margin: -6% 0 0 48px;
		}
	/*Chess grid*/
	.chess-grid .grid-img-box .sub-text{
		top: 5.4vw;
		}
	.chess-grid:first-child .grid-item:first-child .text-box{
		padding-top: 5vw;
		}
	/*Sub data list*/
	.sub-data-list{
		justify-content: space-between;
		}
	.sub-data-list .data-item{
		margin-right: 0;
		width: calc(50% - 15px);
		}
	.sub-data-list .h4{
		min-height: 0;
		}
	/*Accordion*/
	.accordion.timeline-view .accr-item-grid{
		display: block;
		}
	.accr-item .dropdown{
		padding-top: 5vw;
		}
	.accordion.timeline-view .dropdown{
		margin: 0;
		}
	.accordion.timeline-view .month{
		width: 163px;
		margin: 0;
		}
	.accordion.timeline-view .text{
		width: calc(100% - 163px);
		}
	/*Products*/
	.medical-direction-item .h4{
		font-size: 20px;
		}
	/*Filter box*/
	.filters-popup-box{
		display: block;
		position: fixed;
		z-index: 10001;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		height: 100%;
		min-width: 320px;
		padding: 0;
		overflow: hidden;
		}
	html:not(.opened-filters-popup) .filters-popup-box{
		visibility: hidden;
		transition: visibility .5s ease;
		}
	.filters-popup-box:before{
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, .4);
		transition: opacity .5s ease;
		pointer-events: none;
		}
	html:not(.opened-filters-popup) .filters-popup-box:before{
		opacity: 0;
		}
	.filters-popup-box .filters-sub-box{
		position: relative;
		min-height: 100vh;
		width: 480px;
		max-width: 100%;
		margin: 0 0 0 auto;
		padding: 20px 30px 30px;
		background: #fff;
		/*transition: transform .5s ease;*/
		transition: visibility .3s ease, opacity .3s ease;
		}
	html:not(.opened-filters-popup) .filters-popup-box .filters-sub-box{
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		/*transform: translateX(100%);*/
		}
	.filters-box{
		display: block;
		margin: 0;
		padding: 0;
		}
	.filters-box .filter-select-box{
		width: 100%;
		margin: 0 0 -1px;
		}
	.filter-select .sub-box{
		padding: 28px 64px 28px 25px;
		}
	.filter-select .arrow{
		right: 24px;
		top: 35px;
		transform: rotate(-90deg) !important;
		}
	.filter-select-box:before{
		display: none;
		}
	.action-btn{
		margin-top: 32px;
		}
	.filters-box > .action-btn{
		display: block;
		}
	.filters-box > .clear-btn{
		display: table;
		}
	.filter-dropdown{
		position: fixed;
		z-index: 10002;
		top: 0;
		left: auto;
		right: 0;
		max-height: 100%;
		height: 100%;
		min-height: 340px;
		width: 480px;
		max-width: 100%;
		min-width: 320px;
		padding: 20px 30px 30px;
		background: #fff;
		overflow: hidden;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transition: transform .5s ease;
		transform: translateX(100%);
		}
	.filter-select-box.opened{
		z-index: inherit;
		}
	.filter-select-box.opened .filter-dropdown:not(.visible){
		transform: none;
		}
	.filter-dropdown:before{
		display: none;
		}
	.filter-dropdown .product-popup-title-box{
		padding-bottom: 16px;
		border-bottom: 1px solid #d4dade;
		}
	.filter-dropdown .js-scroll-box{
		max-height: calc(100vh - 320px);
		}
	.action-btn{
		padding: 17px 25px;
		}
	.filter-dropdown .mCSB_scrollTools, .filter-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 3px;
		}
	/*Products category grid*/
	.products-category-grid{
		display: block;
		}
	.products-list-box{
		width: 100%;
		margin: 0;
		}
	.products-list .product-item{
		width: 33.33333%;
		}
	.products-list-box .js-load-more{
		width: 33.333333%;
		}
	.products-categories-nav-box{
		position: fixed;
		z-index: 10001;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		height: 100%;
		min-width: 320px;
		padding: 0;
		overflow: hidden;
		}
	html:not(.opened-categories-nav) .products-categories-nav-box{
		visibility: hidden;
		transition: visibility .5s ease;
		}
	.products-categories-nav-box:before{
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, .4);
		transition: opacity .5s ease;
		pointer-events: none;
		}
	html:not(.opened-categories-nav) .products-categories-nav-box:before{
		opacity: 0;
		}
	.products-categories-nav-box .sub-box{
		position: relative;
		min-height: 100vh;
		width: 480px;
		max-width: 100%;
		margin: 0 0 0 auto;
		padding: 20px 30px 30px;
		background: #fff;
		/*transition: transform .5s ease;*/
		transition: visibility .3s ease, opacity .3s ease;
		}
	html:not(.opened-categories-nav) .products-categories-nav-box .sub-box{
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		/*transform: translateX(100%);*/
		}
	.product-popup-title-box{
		display: flex;
		}
	.products-categories-nav-box .mCSB_scrollTools, .filters-popup-box > .mCustomScrollBox > .mCSB_scrollTools{
		width: 11px;
		background: transparent;
		}
	.touchevents .products-categories-nav-box .mCSB_scrollTools, .touchevents .filters-popup-box > .mCustomScrollBox > .mCSB_scrollTools{
		width: 5px;
		}
	.products-categories-nav-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .filters-popup-box > .mCustomScrollBox > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 7px;
		background: rgba(0, 0, 0, .5);
		border-radius: 10px;
		cursor: -webkit-grab;
		cursor: grab;
		transition: opacity 0.3s;
		opacity: 0;
		}
	.touchevents .products-categories-nav-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .touchevents .filters-popup-box > .mCustomScrollBox > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 2px;
		}
	.products-categories-nav-box .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar, .filters-popup-box > .mCustomScrollBox > .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar{
		opacity: 1;
		}
	.products-categories-nav{
		padding-top: 27px;
		border-top: 1px solid #D4DADE;
		}
	.products-categories-nav li{
		font-weight: 500;
		}
	.products-categories-nav .has-child > a{
		position: relative;
		display: block;
		}
	.products-categories-nav .has-child.opened-dropdown:not(.inner) > a{
		color: #ba220e;
		}
	.products-categories-nav .has-child .arrow{
		display: block;
		position: absolute;
		right: 0;
		top: 9px;
		}
	.products-categories-nav .has-child.opened-dropdown  > a > .arrow{
		transform: scaleY(-1);
		}
	.products-categories-nav .has-child .arrow *{
		transition: fill .2s ease;
		}
	.no-touchevents .products-categories-nav .has-child a:hover .arrow *, .products-categories-nav .opened-dropdown > a > .arrow *{
		fill: #ba220e;
		}
	.products-categories-nav .dropdown{
		margin: 20px 0 0 11px;
		}
	.products-categories-nav .dropdown li{
		font-weight: 400;
		margin: 0 0 19px;
		}
	.products-categories-nav .dropdown li:last-child{
		margin-bottom: 0;
		}
	/*Products popup btns*/
	.products-popup-btns{
		display: flex;
		padding-right: 2px;
		}
	.products-popup-btns .products-popup-btn{
		width: calc(33.3333% + 1px);
		}
	/*Next page section*/
	.external-page-link .container{
		display: block;
		}
	.next-page-section .external-page-link .h1{
		width: 100%;
		}
	.external-page-link .btn{
		margin: 6vw 0 0;
		}
	/*Popup*/
	.popup-inner.submit-message.visible{
		min-height: 350px;
		}
	}
@media screen and (max-width: 900px) and (min-width: 841px){
	/*Products box*/
	.product-sub-links .btn{
		width: 100%;
		}
	}
@media screen and (max-width: 840px){
	/*Main screen section*/
	.main-screen-section{
		display: block;
		min-height: 0;
		padding: 0;
		}
	.main-screen-slider{
		display: block;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #d4dade;
		}
	.main-screen-slider .swiper-slide{
		padding: 64px 30px 100px;
		}
	.main-screen-slider .swiper-slide.left-img{
		padding-top: 40px !important;
		}
	.main-screen-slider .slide-content{
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 0 0 86px;
		padding: 0;
		}
	.main-screen-slider .slide-content .text-box{
		order: 1;
		/*width: auto;*/
		margin: 0 0 -10px auto;
		padding-right: 13px;
		}
	.main-screen-slider .slide-content .text-box.negative-top{
		margin-top: 0;
		}
	.main-screen-slider .mobile-text-bottom .slide-content .text-box{
		order: 2;
		width: 100%;
		padding-right: 0;
		margin-bottom: -32px;
		}

	.main-screen-slider .slide-content .img-box{
		order: 2;
		width: 100%;
		padding: 0;
		}
	.main-screen-slider .mobile-text-bottom .slide-content .img-box{
		order: 1;
		margin: 0 0 54px;
		}
	.main-screen-slider .swiper-slide.left-img .slide-content .img-box{
		width: 100%;
		padding: 0;
		}
	.main-screen-slider .slide-content .img-box img{
		margin: 0 auto;
		width: 91%;
		max-width: 600px;
		}
	.main-screen-slider .small-img-size .slide-content .img-box img:not(.ratio){
		width: 80%;
		max-width: 540px;
		}
	.main-screen-slider .mobile-text-bottom .slide-content .img-box img:not(.ratio){
		margin-top: 40px;
		}
	.main-screen-slider .swiper-slide.left-img .slide-content .img-box img:not(.ratio){
		margin: 0;
		max-height: 50vh;
		max-width: 77%;
		}
	.main-screen-slider .slide-content .circle-bg{
		left: 50%;
		width: 72.5%;
		max-width: 470px;
		transform: translate3d(-50%, -45%, 0);
		}

	.main-screen-slider .slide-content .data-list{
		display: flex;
		flex-wrap: wrap;
		max-width: none;
		}
	.main-screen-slider .slide-content .data-list .data-item{
		padding: 16px 0;
		width: calc(33.33333% - 16px);
		margin: 0 24px -1px 0;
		border-top: 1px solid #D4DADE;
		border-bottom: 1px solid #D4DADE;
		}
	.main-screen-slider .slide-content .data-list .data-item:nth-child(3n){
		margin-right: 0;
		}


	.product-catalog-box{
		display: block;
		padding: 54px 30px;
		width: 100%;
		min-width: 0;
		margin: 0;
		border: none;
		}
	.product-catalog-box .img-box{
		display: block;
		height: auto;
		padding: 0;
		margin: 0 -56px -16px 0;
		}
	.product-catalog-box .img-box .min-w{
		display: block;
		height: auto;
		min-width: 0;
		}
	.product-catalog-box .img-box img{
		max-width: 85.5%;
		max-height: none;
		}
	.product-catalog-box .h2{
		font-size: 7.15vw;
		line-height: .8857142857142857em;
		letter-spacing: -.04em;
		margin-top: 16px;
		}
	/*Product box*/
	.product-box{
		display: block;
		}
	.product-gallery{
		display: block;
		width: 100%;
		margin: 0 auto;
		}
	.product-gallery-slider{
		width: 51%;
		max-width: 280px;
		margin: 0 auto;
		}
	.product-gallery-thumbs-slider{
		max-width: 400px;
		margin: 48px auto 0;
		}
	.product-description{
		width: 100%;
		margin: 40px 0 0;
		}
	.product-box h1{
		margin-bottom: 9vw;
		}
	.product-order-box .price-box{
		padding-top: 4vw;
		}
	}
@media screen and (min-width: 781px){
	/*Sub data description*/
	.sub-data-description .data-item:nth-child(3n-1) .max-w{
		margin: 0 auto;
		}
	.sub-data-description .data-item:nth-child(3n) .max-w{
		margin: 0 0 0 auto;
		}
	/*Branch contacts box*/
	.contacts-page .branch-name{
		font-size: 16px;
		}
	/*Ordering*/
	.ordering-box .form .fields-row:not(.full-width) .field{
		width: calc(50% - 44px);
		}
	.ordering-box .form .fields-row:not(.full-width) .field:nth-child(even){
		width: 50%;
		}
	/*Constructor*/
	.common-slider.constructor-view{
		margin-bottom: -32px;
		}
	.common-slider.constructor-view .slider-controls{
		display: none;
		}
	.common-slider.constructor-view .swiper-wrapper{
		flex-wrap: wrap;
		}
	.common-slider.constructor-view .swiper-slide{
		margin: 0 0 32px;
		}
	}
@media screen and (max-width: 780px){
	h4, .h4{
		font-size: 2.82vw;
		}
	h5, .h5{
		font-size: 2.565vw;
		}
	h6, .h6{
		font-size: 2.3075vw;
		}
	.btn{
		font-size: 2.82vw;
		padding: 26px 20px;
		}
	.btn.arrow-btn{
		padding-right: 86px;
		}
	.arrow-btn .arrow{
		right: 20px;
		width: 32px;
		margin-top: -6px;
		}
	.btn.small-size{
		padding: 26px 20px;
		}
	html .btn.has-icon .icon{
		right: 20px;
		}
	.btn.yt-btn{
		padding-right: 108px;
		}
	.btn.yt-btn .icon{
		right: 20px;
		}
	.btn.cart-btn svg{
		height: 2.5vw;
		}
	.checkbox-item.constructor-view:not(.text-only) input[type="checkbox"] + label:before{
		width: 32px;
		height: 32px;
		background-size: 14px auto;
		}
	/*Independent*/
	.container{
		padding: 0 20px;
		}
	/*Header*/
	/*Header search*/
	.hdr-search-form .form-control{
		font-size: 2.82vw;
		}
	/*Nav box*/
	#nav-box .container{
		padding: 0 20px;
		}
	/*Main screen section*/
	.main-screen-slider .swiper-slide{
		padding: 54px 20px 12.8vw;
		}
	.main-screen-slider .slider-arrows{
		left: 20px;
		}
	.product-catalog-box{
		padding: 54px 20px 48px;
		}
	/*Page title box*/
	.breadcrumbs{
		font-size: 13px;
		margin-top: 24px;
		}
	.page-title-box .breadcrumbs{
		left: 20px;
		top: 24px;
		}
	.page-title-box .container{
		padding-top: 100px;
		}
	/*Second level pages*/
	.second-lvl-pages-slider .swiper-slide{
		padding-right: 40px;
		}
	.second-lvl-pages-slider sup, .tabs-nav-item sup{
		font-size: 67% !important;
		}
	/*Common slider*/
	/*Services view*/
	.services-view .service-item{
		padding: 30px 20px;
		}
	/*Events view*/
	.events-view .event-item{
		padding: 23px 20px 29px;
		}
	.common-slider.events-view .event-item .time{
		padding: 0 20px 23px;
		margin: 0 -20px 25px;
		}
	/*Webinars view*/
	.webinars-view .event-item .yt-icon{
		left: 20px;
		bottom: 20px;
		}
	/*Reviews view*/
	.reviews-view .review-item{
		padding: 24px 20px 80px;
		}
	.reviews-view .review-item .h4{
		margin: 0 0 32px;
		}
	.reviews-view .review-item .plus-link{
		left: 20px;
		bottom: 20px;
		}
	/*Partners view*/
	.partners-view .logo{
		height: 190px;
		}
	/*Tabs*/
	.tabs-nav .swiper-slide{
		padding: 0 6.1vw 0 0;
		}
	/*Individual solutions section*/
	.medical-directions-list{
		margin-left: -20px;
		margin-right: -20px;
		}
	.medical-directions-list a{
		padding-left: 20px;
		padding-right: 20px;
		}
	.medical-directions-list .arrow{
		display: none;
		}
	/*Training section*/
	.training-section p:not(.h1){
		margin: 0 0 3.5vw;
		}
	.online-store-link .next-page-title .arrow{
		position: absolute;
		right: 24px;
		bottom: 0;
		display: block;
		transform: rotate(-45deg);
		}
	.online-store-link .next-page-title .arrow:not(.desktop-arrow){
		display: none;
		}
	.online-store-link .banner .arrow{
		display: none;
		}
	/*Hi-tech section*/
	.section.hi-tech-section .h1{
		margin-bottom: 5.7vw;
		}
	.h1 + .hi-tech-box{
		margin-top: 0;
		}
	.hi-tech-box .img-box{
		margin: 0 0 10.3vw;
		}
	.hi-tech-box .img-box .parallax-img-box{
		margin: 0 0 20px;
		width: calc(100% + 20px);
		max-width: calc(100% + 20px);
		height: 55vw;
		min-height: 247px;
		}
	.hi-tech-box .img-box .h2{
		margin: 0;
		}
	/*Scheme section*/
	.scheme-grid{
		display: block;
		}
	.scheme-grid .scheme-box{
		width: 100%;
		max-width: 496px;
		margin: 0 auto;
		}
	.scheme-grid .text{
		width: 100%;
		margin: 8vw 0 0;
		}
	/*Action page section*/
	.action-page-section .grid-box .btn-box{
		width: auto;
		margin: 40px 0 0;
		}
	.action-page-section .grid-box .btn-box .btn{
		width: auto;
		}
	/*Call us section*/
	.call-us-grid{
		display: block;
		}
	.call-us-section .h1{
		margin-bottom: 9vw;
		}
	.call-us-grid .call-us-form{
		width: 100%;
		}
	.call-us-grid .branch-contacts-box{
		display: block;
		width: 100%;
		margin-top: 64px;
		}
	.branch-contacts .branch-mail{
		margin-top: 54px;
		}
	/*Main*/
	/*Chess grid*/
	#main .chess-grid:first-child{
		margin-top: -8vw;
		}
	.chess-grid .grid-item{
		display: block;
		}
	.chess-grid .grid-img-box{
		position: relative;
		width: calc(100% + 20px);
		}
	.chess-grid .mobile-ratio{
		position: relative;
		max-height: 380px;
		overflow: hidden;
		margin: 0 0 37px;
		}
	.chess-grid .grid-item:first-child .mobile-ratio{
		margin-bottom: 54px;
		}
	.chess-grid .parallax-img-box{
		margin-top: -5%;
		}
	.chess-grid .parallax-img-box img{
		margin: -40px 0;
		}
	.chess-grid .grid-item:nth-child(odd) .grid-img-box img{
		margin-left: 0;
		}
	.chess-grid .grid-img-box .sub-text{
		position: relative;
		top: 0;
		left: 0;
		margin: -92px 20px 42px auto;
		padding: 21px 0;
		}
	.chess-grid .grid-img-box .sub-text > *:first-child{
		margin-top: 0;
		}
	.chess-grid .grid-img-box .sub-text > *:last-child{
		margin-bottom: 0;
		}
	.chess-grid .grid-img-box .sub-text .number{
		margin: 0 0 6px;
		}
	.chess-grid .grid-img-box .btn{
		left: auto;
		}
	.chess-grid .grid-item .text-box{
		width: 100%;
		}
	.chess-grid:first-child .grid-item:first-child .text-box{
		padding-top: 0;
		}
	.chess-grid .text{
		max-width: 621px;
		}
	.chess-grid .grid-item:nth-child(odd) .text{
		margin-left: 0;
		}
	.chess-grid .grid-item:first-child .h1{
		padding-right: 0;
		}
	.data-table{
		margin: 40px 0;
		}
	.chess-grid .btn{
		margin: 24px 0 0;
		}
	/*Service features*/
	.service-features .sub-data-description{
		margin-bottom: -64px;
		}
	/*Sub data description*/
	.sub-data-description{
		justify-content: space-between;
		}
	#main .sub-data-description:last-child{
		margin-bottom: -64px;
		}
	.sub-data-description .data-item{
		width: calc(50% - 20px);
		margin: 0 0 64px;
		}
	.sub-data-description .max-w{
		width: 100%;
		max-width: none;
		}
	/*Accordion*/
	.accr-item{
		padding-right: 0;
		}
	.accr-item .icon{
		top: 5.4vw;
		}
	.accordion.vacancies-view .accr-item{
		padding: 30px 0 32px;
		}
	.accordion.vacancies-view .h2, .accordion.vacancies-view .location{
		max-width: calc(100% - 48px);
		}
	.accordion.vacancies-view .icon{
		top: 5.2vw;
		}
	.accordion.vacancies-view .dropdown{
		padding-bottom: 54px;
		}
	.img-text-grid{
		display: block;
		}
	.img-text-grid .img-box{
		width: calc(100% + 20px);
		margin: 0 -20px 11.1vw 0;
		}
	.img-text-grid .text-box{
		width: 100%;
		}
	/*Products*/
	.medical-directions-products.no-filters{
		margin-top: 64px;
		}
	.medical-direction-item .sub-box{
		padding: 20px;
		}
	.medical-direction-item .h4{
		font-size: 18px;
		}
	.medical-direction-item .js-scroll-box{
		margin: 20px 0 0;
		}
	/*Products category grid*/
	.products-list .product-item, .products-list.favourites-view .product-item{
		width: 50%;
		}
	.products-list-box .js-load-more{
		width: 50%;
		}
	/*Product box*/
	.product-sub-links .btn{
		height: 70px;
		}
	/*Products popup btns*/
	.products-popup-btns{
		display: flex;
		padding-right: 2px;
		}
	.products-popup-btns .products-popup-btn{
		width: 50%;
		}
	/*Products specs section*/
	.products-specs-section .text-grid{
		display: block;
		width: 100%;
		}
	.products-specs-section .text-grid .col{
		width: 100%;
		max-width: none;
		margin: 0 0 32px;
		}
	.products-specs-section .text-grid .col:nth-child(even){
		width: 100%;
		}
	.products-specs-section .text-grid .col:last-child{
		margin-bottom: 0;
		}
	.products-specs-section .text-grid .img-grid, .products-specs-section .text-grid .img-grid:first-child{
		margin-top: 50px;
		}
	/*Map controls*/
	.map-controls-box{
		margin-right: -20px;
		}
	.map-select .sub-box{
		padding-right: 48px;
		}
	.map-select:last-child .sub-box{
		padding-left: 20px;
		}
	.map-select .arrow{
		right: 20px;
		}
	.select-dropdown{
		padding: 32px 20px;
		}
	.select-dropdown .js-scroll-box{
		max-height: 290px;
		}
	.select-dropdown ul.h4{
		font-size: 17px;
		}
	/*Branch contacts box*/
	.contacts-page .main-branch-contacts-box{
		margin: 48px -20px 0 0;
		}
	.contacts-page .main-branch-contacts-box .branch-contacts{
		padding: 0 20px;
		}
	/*Ordering*/
	.total-price-box.h4{
		font-size: 2.82vw;
		}
	/*Constructor*/
	.checkbox-popup{
		display: none;
		}
	.action-hints .col, .action-hints .col:nth-child(2n){
		width: 100%;
		max-width: 380px;
		margin-left: 0;
		}
	.action-hints .touch-hide{
		display: none;
		}
	/*Complete set*/
	.complete-set-tbl-box .conf-name-box{
		width: 50%;
		}
	.complete-set-tbl-slider{
		width: 50%;
		}
	.complete-set-tbl-slider .swiper-slide{
		width: 50%;
		}
	/*404*/
	.error-page-box .btn{
		width: auto;
		}
	/*Footer*/
	.ftr-top-box{
		padding: 32px 0;
		}
	.ftr-top-box .ftr-main-col, .ftr-nav-box .ftr-main-col{
		padding-top: 32px;
		margin-top: 32px;
		}
	.ftr-logo a{
		width: 150px;
		}
	.ftr-back-call p{
		margin: 3px 0 0;
		}
	.ftr-nav-box{
		padding: 40px 0;
		}
	.ftr-nav-grid{
		position: relative;
		display: block;
		column-count: 3;
		column-gap: 20px;
		}
	.ftr-nav-grid .nav-col, .ftr-nav-grid .nav-col:first-child{
		break-inside: avoid;
		width: 100%;
		margin: 0 0 33px;
		padding-right: 8px;
		overflow: hidden;
		}
	.ftr-bottom-box{
		padding: 40px 0;
		}
	.ftr-copy{
		width: 33.33333%;
		}
	.ftr-sub-links{
		margin-left: 10px;
		}
	/*Cart popup*/
	.cart-popup .close-popup-btn{
		right: 20px;
		}
	}
@media screen and (max-width: 780px) and (min-width: 481px){
	/*Sub data description*/
	.sub-data-description .data-sub-info .big-size{
		font-size: 10.25vw;
		}
	.sub-data-description .data-sub-info .h2{
		font-size: 5.235vw;
		}
	/*Ordering*/
	.ordering-box .form .fields-row:not(.full-width) .field{
		width: calc(50% - 18px);
		}
	.ordering-box .btn-box.has-prompt .form-submit-prompt{
		flex: inherit;
		padding-right: 18px;
		width: 50%;
		}
	.ordering-box .btn-box.has-prompt .btn{
		width: calc(50% - 18px);
		min-width: 264px;
		}
	}
@media screen and (max-width: 700px){
	/*Common slider*/
	.common-slider .btn-box{
		padding-left: 0;
		}
	.common-slider .btn{
		width: 330px;
		}
	.common-slider.in-numbers-view .btn br{
		display: none;
		}
	/*Benefits section*/
	.benefits-section{
		padding: 0 0 80px;
		margin: 38vw 0 20vw;
		}
	.benefits-item{
		margin: 0 0 220px;
		border: 1px solid transparent;
		}
	.separator + .benefits-item{
		margin: 0;
		}
	.benefits-item .img, .separator + .benefits-item .img{
		position: relative;
		width: 100%;
		margin: -130px auto 32px;
		max-width: 260px;
		transform: none;
		}
	.benefits-item .h1{
		margin: 0;
		width: 100%;
		}
	.benefits-section .separator{
		margin: 0;
		}
	/*Products*/
	.medical-direction-item{
		width: 50%;
		padding-bottom: calc(50% - 2px);
		}
	.medical-direction-item .js-scroll-box{
		margin: 37px 0 0;
		}
	/*Map controls*/
	.map-select .arrow{
		width: 14px;
		}
	/*Next page section*/
	.next-page-section p{
		margin: 0 0 16px;
		}
	.next-page-link{
		padding: 48px 0 56px;
		}
	.next-page-link .next-page-title svg{
		margin-top: 2.8vw;
		}
	.external-page-link{
		padding: 48px 0 56px;
		}
	/*Cart popup*/
	.cart-popup .close-popup-btn{
		top: 8vw;
		}
	}
@media screen and (max-width: 680px){
	/*Main screen section*/
	.main-screen-slider .swiper-slide{
		padding: 54px 20px 16vw;
		}
	/*Individual solutions section*/
	.medical-directions-list a{
		min-height: 89px;
		}
	/*Chess grid*/
	#main .chess-grid:first-child{
		margin-top: -6vw;
		}
	/*Constructor*/
	.constructor-accessory-item .accessory-title{
		width: 50%;
		padding-right: 32px;
		}
	.constructor-accessory-item .checkbox-col{
		width: 50%;
		}
	.constructor-controls .btn{
		font-size: 15px;
		padding-top: 17px;
		padding-bottom: 18px;
		}
	.constructor-controls .btn .arrow{
		margin-top: -5px;
		}
	.js-open-configuration-popup{
		width: 55px;
		height: 55px;
		}
	/*Complete set*/
	.complete-set-tbl-grid{
		margin-right: -20px;
		}
	.complete-set-tbl-box .conf-name-box{
		width: 55.625%;
		}
	.complete-set-tbl-slider{
		width: 44.375%;
		}
	.complete-set-tbl-slider .swiper-slide{
		width: 70.42253521126761%;
		}
	.complete-set-tbl-slider .price-col{
		padding-top: 24px;
		}
	.complete-set-tbl-slider .price-col p{
		margin: 0;
		}
	.complete-set-tbl-box .col.text{
		padding-top: 24px;
		}
	.complete-set-tbl-slider .btn, .complete-set-tbl-slider .btn.small-size, .complete-set-tbl-slider .btn.arrow-btn{
		padding: 8px 20px;
		margin: 24px 0 0;
		}
	/*Footer*/
	.ftr-bottom-box .ftr-sub-col{
		display: block;
		margin-bottom: 32px;
		}
	.ftr-copy{
		width: 100%;
		}
	.ftr-sub-links{
		margin: 32px 0 0;
		}
	.ftr-bottom-box .ftr-main-col{
		display: block;
		}
	.ftr-about-company{
		width: 100%;
		}
	.ftr-dev{
		margin: 32px 0 0;
		width: 100%;
		}
	.ftr-dev br{
		display: none;
		}
    /*Popup*/
	.popup.video-popup{
		padding-top: 53px;
		}
	}
@media screen and (min-width: 631px){
	/*Footer*/
	.ftr-nav-box .ftr-sub-col, .ftr-nav-grid p{
		font-size: 16px;
		}
	}
@media screen and (max-width: 630px){
	h2, .h2{
		margin: 38px 0 24px;
		}
	h3, .h3{
		font-size: 22px;
		line-height: 1.136363636363636em;
		margin: 38px 0 20px;
		}
	h4, .h4{
		font-size: 17px;
		margin: 32px 0 20px;
		}
	h5, .h5{
		font-size: 16px;
		margin: 28px 0 20px;
		}
	h6, .h6{
		font-size: 15px;
		margin: 28px 0 20px;
		}
	.btn{
		font-size: 17px;
		padding: 22px 20px;
		}
	.btn.small-size{
		padding: 21px 20px;
		}
	.btn.cart-btn{
		width: 66px;
		}
	.btn.cart-btn svg{
		height: 16px;
		}

	#all:before{
		display: none;
		}
	/*Header*/
	/*Header search*/
	.hdr-search-form-box{
		height: 54px;
		}
	.hdr-search-form{
		height: 54px;
		padding: 0 12px;
		}
	.hdr-search-form .loupe-btn svg{
		width: 16px;
		}
	.hdr-search-form .search-btn svg{
		width: 27px;
		}
	.hdr-search-form .form-control{
		font-size: 17px;
		margin: 0 18px 0 11px;
		}
	/*Sections*/
	.section h1, .section .h1{
		margin-bottom: 48px;
		}
	/*Second level pages*/
	.second-lvl-pages-slider sup, .tabs-nav-item sup{
		font-size: 13px !important;
		}
	/*Common slider*/
	/*Services view*/
	.services-view .service-item{
		padding: 23px 20px;
		}
	/*Events view*/
	.events-view .event-item{
		padding: 18px 20px 22px;
		}
	.common-slider.events-view .event-item .time{
		width: calc(100% + 40px);
		padding: 0 20px 18px;
		margin: 0 -20px 20px;
		}
	.events-view .event-item .h4{
		margin: 0 0 20px;
		}
	/*Webinars view*/
	.common-slider.webinars-view .event-item{
		padding-bottom: 22px;
		}
	.webinars-view .event-item{
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		}
	.common-slider.webinars-view .event-item .time{
		margin-bottom: 170px;
		}
	.webinars-view .event-item .text{
		align-self: flex-end;
		}
	.webinars-view .event-item .yt-icon{
		top: 132px;
		left: 50%;
		bottom: auto;
		width: 90px;
		margin-left: -45px;
		}
	/*Ordamed companies section*/
	.ordamed-in-numbers .swiper-slide{
		padding: 30px 36px;
		min-height: 230px;
		}
	.ordamed-in-numbers .number{
		margin-bottom: 20px;
		}
	/*Individual solutions section*/
	.medical-directions-list a{
		min-height: 0;
		padding-top: 26px;
		padding-bottom: 26px;
		}
	/*Sub data list*/
	.sub-data-list .data-item{
		width: calc(50% - 10px);
		padding-bottom: 20px;
		}
	.sub-data-list .img{
		margin: 0 0 20px;
		}
	/*Accordion*/
	.accr-item{
		padding: 24px 0 31px;
		}
	.accr-item .dropdown{
		padding-top: 31px;
		}
	.accordion.timeline-view .month{
		width: 140px;
		}
	.accordion.timeline-view .text{
		width: calc(100% - 140px);
		}
	.accordion.vacancies-view .accr-item{
		padding: 24px 0 28px;
		}
	.accordion.vacancies-view .location{
		margin-top: 10px;
		}
	.accordion.vacancies-view .icon{
		top: 5.1vw;
		}
	.accordion.vacancies-view .dropdown{
		padding: 40px 0;
		}
	.accordion.vacancies-view .text-grid{
		margin-bottom: 44px;
		}
	.accordion.vacancies-view .text-grid .title{
		width: 140px;
		}
	.accordion.vacancies-view .text-grid .text{
		width: calc(100% - 140px);
		}
	.accordion.vacancies-view .btn{
		margin: 59px 0 0 140px;
		}
	/*Product box*/
	.product-order-box.has-cart-btn .price-box{
		padding-right: 90px;
		}
	.product-order-box .btn.cart-btn{
		left: -68px;
		width: 66px;
		min-width: 66px;
		}
	/*Map controls*/
	.map-select .sub-box{
		padding-top: 26px;
		padding-bottom: 26px;
		}
	.map-select sup{
		font-size: 13px !important;
		}
	/*Ordering*/
	.delivery-methods .h2, .payment-methods .h2{
		margin: 0 0 40px;
		}
	.radio-tabs-nav{
		margin: 0 0 40px;
		}
	.total-price-box.h4{
		font-size: 17px;
		}
	.ordering-message .btn{
		margin: 30px 0 0;
		}
	/*Constructor*/
	.tabs-nav.constructor-progress{
		margin-bottom: 54px;
		}
	.configurations-popup .h1{
		margin-bottom: 10px;
		}
	.configurations-popup .product-configurations-box .h2{
		font-size: 18px;
		}
	.configurations-popup .selected-configuration .js-return-to-step{
		margin: -3px 0 -8px 6px;
		}
	/*Search results*/
	.search-results-page .static-title-box{
		padding-bottom: 40px;
		}
	.search-results-page .static-title-box .breadcrumbs + h1{
		margin: 6vw 0 32px;
		}
	.search-results-list{
		margin: 64px 0 0;
		}
	/*Footer*/
	.constructor-page:not(.constructor-order-tab) .ftr-bottom-box{
		padding-bottom: 134px;
		}
	/*Cart popup*/
	.cart-popup .close-popup-btn{
		top: 9vw;
		}
	/*Popup*/
	.popup-inner.submit-message.visible{
		min-height: 300px;
		}
	}
@media screen and (max-width: 580px){
	/*Header*/
	.opened-location-select.contacts-page #header{
		z-index: 2;
		transform: translate3d(0, 0, 0);
		pointer-events: none;
		}
	.opened-location-select.contacts-page #header:after{
		opacity: 1;
		visibility: visible;
		}
	.opened-location-select #main{
		z-index: 51;
		}
    /*Main screen section*/
	.main-screen-slider .slide-content p{
		margin: 0 0 8px;
		}
	.main-screen-slider .slide-content .h3{
		margin: 0 0 5px;
		}
	/*Page title box*/
	.page-title-box .container{
		padding-top: 80px;
		}
	.contacts-page .page-title-box{
		margin: 0 0 40px;
		}
	.contacts-page .page-title-box .container{
		display: block;
		min-height: 0;
		padding-top: 0;
		}
	.contacts-page .page-title-box .breadcrumbs{
		position: relative;
		left: auto;
		top: auto;
		min-height: 0;
		margin: 24px 0 11.5vw;
		}
	.contacts-page .page-title{
		padding: 0;
		}
	/*Benefits section*/
	.benefits-item{
		margin: 0 0 200px;
		}
	.benefits-item .img, .separator + .benefits-item .img{
		margin: -110px auto 32px;
		max-width: 220px;
		}
	/*Training section*/
	.training-section{
		padding: 20vw 0;
		}
	/*Hi-tech section*/
	.hi-tech-box .text-grid{
		display: block;
		}
	.hi-tech-box .text-grid .col{
		margin: 0;
		width: 100%;
		max-width: none;
		}
	/*Next page section*/
	.next-page-link .next-page-title svg{
		margin-top: 2.6vw;
		}
	.online-store-link{
		padding: 56px 0;
		}
	.online-store-link .next-page-title{
		width: 100%;
		max-width: 520px;
		padding-right: 54px;
		}
	.online-store-link .banner{
		position: relative;
		bottom: 0;
		display: flex;
		justify-content: flex-end;
		width: 400px;
		max-width: calc(100% - 24px);
		margin: 0 0 -28px auto;
		}
	.online-store-link .banner img{
		max-width: 100%;
		}
	.online-store-link .next-page-title .arrow{
		bottom: -4px;
		right: 0;
		}
	/*Call us section*/
	.call-us-grid .branch-contacts-box{
		margin: 13vw 0 0;
		}
	.branch-contacts .branch-mail{
		margin-top: 9.6vw;
		}
	/*Chess grid*/
	.chess-grid .mobile-ratio{
		max-height: 280px;
		}
	/*Service features*/
	.service-features .sub-data-description{
		margin-bottom: -48px;
		}
	/*Sub data description*/
	#main .sub-data-description:last-child{
		margin-bottom: -48px;
		}
	.sub-data-description .data-item{
		width: calc(50% - 16px);
		margin: 0 0 48px;
		}
	.sub-data-description.sub-info-view .data-title{
		margin-bottom: 20px;
		padding-bottom: 20px;
		}
	.sub-data-description .data-sub-info{
		padding-bottom: 20px;
		}
	.sub-data-description .data-sub-info .big-size{
		margin-bottom: 14px;
		}
	.sub-data-description .data-sub-info + .data-description{
		margin-top: 16px;
		}
	/*Accordion*/
	.accordion.timeline-view .dropdown-grid{
		display: block;
		margin-bottom: 40px;
		}
	.accordion.timeline-view .month{
		width: 100%;
		margin: 0 0 31px;
		}
	.accordion.timeline-view .text{
		width: 100%;
		padding-left: 18px;
		}
	.accordion.vacancies-view .accr-item{
		padding: 24px 0 28px;
		}
	.accordion.vacancies-view .location{
		margin-top: 10px;
		}
	.accordion.vacancies-view .icon{
		top: 5.3vw;
		}
	.accordion.vacancies-view .dropdown{
		padding: 40px 0;
		}
	.accordion.vacancies-view .text-grid{
		display: block;
		margin-bottom: 44px;
		}
	.accordion.vacancies-view .text-grid .title{
		width: 100%;
		}
	.accordion.vacancies-view .text-grid .text{
		width: 100%;
		padding-left: 18px;
		margin: 40px 0 0;
		}
	.accordion.vacancies-view .btn{
		margin: 59px 0 0 0;
		}
	/*Filters box*/
	.filters-popup-box .filters-sub-box{
		padding: 20px 20px 30px;
		}
	.filter-dropdown{
		padding: 20px 20px 30px;
		}
	/*Products category grid*/
	.products-list .product-item .img{
		height: auto;
		margin-bottom: 27px;
		}
	.products-list .product-item img{
		max-height: 34vw;
		}
	.products-list .product-item .manufacturer{
		display: none;
		}
	.products-list .product-item .price{
		margin-left: 0;
		}
	.products-categories-nav-box .sub-box{
		padding: 20px 20px 30px;
		}
	#main > .container > .products-list.favourites-view:last-child{
		margin-bottom: 0;
		}
	.products-list.favourites-view .product-item{
		margin-bottom: -1px;
		}
	.js-remove-from-favourite{
		top: auto;
		right: 12px;
		bottom: 12px;
		width: 34px;
		height: 34px;
		}
	.js-remove-from-favourite svg{
		width: 13px;
		}
	/*Product box*/
	.product-description{
		margin: 24px 0 0;
		}
	/*Map controls*/
	.map-controls-box{
		display: block;
		margin: 0 -20px;
		}
	.map-select{
		width: 100%;
		border: none;
		border-bottom: 1px solid #D4DADE;
		}
	.map-select .sub-box{
		padding: 24px 48px 24px 20px;
		}
	.contacts-page .map-box{
		position: relative;
		width: auto;
		margin: 0 -20px;
		height: 330px;
		}
	.map-select .select-dropdown{
		z-index: 53;
		top: -1px;
		}
	.map-select:first-child .select-dropdown{
		top: 0;
		padding-left: 20px;
		}
	.map-select:before{
		content: '';
		position: absolute;
		z-index: 52;
		top: -1000px;
		right: 0;
		left: 0;
		height: calc(100vh * 5);
		background-color: rgba(0, 0, 0, .4);
		transition: opacity .4s ease, visibility .4s ease;
		}
	.map-select:not(.opened-dropdown):before{
		opacity: 0;
		visibility: hidden;
		}
	.select-dropdown{
		padding: 27px 20px;
		}
	/*Branch contacts box*/
	.contacts-page .main-branch-contacts-box{
		display: block;
		margin: 36px 0 0 0;
		padding-bottom: 36px;
		}
	.contacts-page .main-branch-contacts-box .branch-name{
		width: 100%;
		}
	.contacts-page .main-branch-contacts-box .branch-contacts{
		width: 100%;
		padding: 0;
		margin: 32px 0 0;
		}
	/*Map box*/
	.map-box{
		transition: opacity .7s ease 1s;
		}
	html:not(.page-load) .map-box{
		opacity: 0;
		}
	/*Ordering*/
	.total-price-box + .btn-box, .total-price-box + .has-prompt.btn-box{
		margin: 52px 0 0;
		}
	.ordering-box .btn-box.has-prompt{
		display: block;
		}
	.ordering-box .btn-box.has-prompt .form-submit-prompt{
		padding-right: 0;
		width: 100%;
		max-width: none;
		margin: 24px 0 0;
		}
	.ordering-box .btn-box.has-prompt .btn{
		width: 100%;
		min-width: 0;
		}
	/*Constructor*/
	.constructor-page .static-title-box{
		margin: 0 0 60px;
		}
	.constructor-accessory-item{
		display: block;
		margin: 0 0 64px;
		}
	.constructor-accessory-item .accessory-title{
		width: 100%;
		padding-right: 0;
		margin: 0 0 16px;
		}
	.constructor-accessory-item .checkbox-col{
		width: 100%;
		}
	#configurations-popup-box .configurations-popup{
		padding: 40px 20px;
		}
	.js-close-configurations-popup{
		right: 20px;
		}
	/*Complete set*/
	.complete-set-product .text-grid .col{
		width: calc(50% - 15px);
		}
	/*Footer*/
	.ftr-top-box .ftr-main-col{
		display: block;
		}
	.ftr-top-box .ftr-contacts{
		width: 100%;
		}
	.ftr-back-call p{
		margin: 8px 0 0;
		}
	.ftr-top-box .btn{
		width: 100%;
		margin: 32px 0 0;
		}
	/*Popup*/
	#popup-box .container{
		padding: 0;
		}
	.popup{
		padding: 6.64vw 20px 7.2vw;
		}
	.popup .h1{
		margin-bottom: 8vw;
		}
	.close-popup-btn{
		top: 5vw;
		right: 20px;
		}
	/*Popup*/
	.popup.video-popup{
		padding-left: 15px;
		padding-right: 15px;
		}
	.popup.video-popup .close-popup-btn{
		right: 15px;
		}
	/*Back call form*/
	.back-call-form{
		margin: 16vw 0 0;
		}
	/*Promo code form*/
	.promo-code-form{
		margin: 16vw 0 0;
		}
	/*Cart popup*/
	#cart-popup-box .cart-popup{
		padding: 61px 20px 40px;
		}
	}
@media screen and (max-width: 530px){
	/*Form*/
	.radio-item.text-view input[type="radio"] + label{
		padding: 16px 48px 16px 20px;
		min-height: 70px;
		}
		.nerop .radio-tabs-nav .radio-item {
    width: 100%;
}
	.radio-item.text-view input[type="radio"] + label .mobile-arrow, .radio-item.text-view input[type="radio"]:checked + label .checked-icon{
		display: block;
		transform: translate3d(0, 0, 0);
		}
	.radio-item.text-view input[type="radio"]:checked + label .mobile-arrow{
		display: none;
		}
	/*Main screen section*/
	.main-screen-slider .swiper-slide{
		padding: 48px 20px 18vw;
		}
	.main-screen-slider .swiper-slide.mobile-text-bottom{
		padding-top: 32px;
		}
	.main-screen-slider .mobile-text-bottom .slide-content .img-box{
		margin: 0 0 40px;
		}
	.main-screen-slider .slide-content .data-list{
		justify-content: space-between;
		}
	.main-screen-slider .slide-content .data-list .data-item{
		padding: 12px 0;
		width: calc(50% - 8px);
		margin-right: 0;
		}
	/*Product box*/
	.product-order-box{
		display: block;
		}
	.product-sub-links + .product-order-box{
		margin-top: 18px;
		}
	.product-order-box .price-box{
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0;
		}
	.product-order-box.has-cart-btn .price-box{
		padding: 0;
		}
	.product-order-box .price-box .product-price{
		white-space: nowrap;
		}
	.product-order-box .price-box .prompt{
		padding-left: 32px;
		margin: 0;
		}
	.product-order-box .btn-box{
		width: 100%;
		margin: 37px 0 0;
		}
	.product-order-box .btn{
		display: block;
		width: 100%;
		}
	.product-order-box.has-cart-btn .btn{
		margin-left: 68px;
		width: calc(100% - 68px);
		}
	.product-order-box .add-to-favourite{
		text-align: center;
		margin: 40px 0 0;
		}
	.product-order-box .js-add-to-favourite{
		margin-left: -14px;
		}
	.product-order-box .btn.cart-btn{
		width: 66px;
		left: 0;
		margin: 0;
		}
	/*Ordering*/
	.radio-tabs-nav{
		display: block;
		margin: 0 0 40px;
		}
	.radio-tabs-nav .radio-item, .radio-tabs-nav.three-cols .radio-item{
		margin: 0 0 -1px;
		width: 100%;
		}
	.radio-tabs-box .tab{
		padding: 32px 0;
		}
	.radio-tabs-box .tab.has-fields{
		padding: 40px 0;
		}
	.radio-tabs-box .tab:last-of-type{
		padding-bottom: 0;
		}
	.radio-tabs-content{
		display: none;
		}
	.radio-tabs-box .tab .fields-row:first-child{
		margin-top: 0;
		}
	.radio-tabs-box .fields-row:last-child .field:last-child{
		margin-bottom: 0;
		}
	.fields-row + .main-branch-contacts-box{
		margin-top: -48px;
		}
	/*Complete set*/
	.complete-set-product{
		margin: 0 0 64px;
		}
	.complete-set-product .text-grid{
		display: block;
		}
	.complete-set-product .text-grid .col{
		width: 100%;
		margin: 0;
		}
	.complete-set-product .description .list-view-mobile p{
		position: relative;
		margin: 0;
		padding-left: 15px;
		background: url("../i/list-bullet.svg") no-repeat 0 9.5px/5px auto;
		}
	/*404*/
	.error-page-box .number{
		font-size: 100px;
		}
	}
@media screen and (min-width: 481px){
	/*Common slider*/
	.common-slider .btn{
		border-top: 0;
		}
	.common-slider.in-numbers-view .btn:before{
		top: 0;
		}
	/*Sub data description*/
	.sub-data-description.accr-mobile .arrow{
		display: none;
		}
	.sub-data-description.accr-mobile .data-description{
		display: block !important;
		}
	/*Img text grid*/
	.inner-article .img-text-grid{
		font-size: 15px;
		}
	.inner-article .img-text-grid strong, .inner-article .img-text-grid b{
		font-size: 1em;
		}
	/*Products*/
	.no-touchevents .medical-direction-item:not(.no-childs):hover .sub-box{
		background: #fff;
		}
	.product-sub-links .btn{
		padding-top: 12px;
		padding-bottom: 12px;
		}
	/*Ordering*/
	.radio-tabs-box .tab.has-fields .fields-row:last-of-type .field{
		margin-bottom: 0;
		}
	.order-data-box .data-item:not(.product-data) .data-result{
		font-weight: 500;
		font-size: 16px;
		}
	/*Complete set*/
	.complete-set-tbl-box .empty-col, .complete-set-tbl-box .configuration-type{
		border-top-color: transparent;
		}
	/*Popup*/
	.service-popup .call-us-form .field, .service-popup .btn-box.has-prompt .btn, .service-popup .form-submit-prompt{
		max-width: 314px;
		}
	}
@media screen and (max-width: 480px){
	body{
		font-size: 14px;
		line-height: 1.538461538461538em;
		}
	strong, b{
		font-size: 1em;
		}
	h1, .h1{
		font-size: 34px;
		line-height: .8823529411764706em;
		margin: 40px 0 28px;
		}
	h2, .h2{
		font-size: 24px;
		line-height: 1.166666666666667em;
		}
	h4, .h4{
		font-size: 16px;
		line-height: 1.133333333333333em;
		}
	h5, .h5{
		font-size: 15px;
		line-height: 1.133333333333333em;
		}
	h6, .h6{
		font-size: 14px;
		line-height: 1.133333333333333em;
		}
	p{
		margin: 20px 0;
		}
	.large-p-indent{
		margin-bottom: 40px;
		}
	table td{
		font-size: 14px;
		}
	ol, ul{
		list-style: none;
		margin: 20px 0;
		}
	ul li, ol li{
		margin: 0 0 20px;
		}
	.prompt{
		font-size: 10px;
		line-height: 1.333333333333333em;
		}
	.checkbox-item.constructor-view.text-only{
		min-height: 41px;
		padding: 10px 54px 10px 10px;
		}
	.checkbox-item.constructor-view:not(.text-only) input[type="checkbox"] + label:before{
		width: 24px;
		height: 24px;
		background-size: 11px auto;
		}
	/*Form*/
	.form .fields-row{
		display: block;
		}
	.form .field{
		width: 100%;
		margin: 0 0 56px;
		}
	.form .fields-row .field{
		width: 100%;
		}
	.form-control{
		font-size: 14px;
		}
	.form-control.h2{
		font-size: 24px;
		}
	.btn{
		font-size: 15px;
		padding: 20px 19px;
		}
	.btn.arrow-btn{
		padding-right: 80px;
		}
	.btn.yt-btn{
		padding-right: 88px;
		}
	.btn.yt-btn .icon{
		right: 19px;
		width: 44px;
		}
	.btn.small-size{
		font-size: 14px;
		padding: 21px 19px;
		}
	html .btn.has-icon .icon{
		right: 19px;
		}
	.btn-box.has-prompt{
		display: block;
		margin-top: -36px;
		}
	.btn-box.has-prompt .btn{
		margin: 22px 0 0;
		}
	.btn-box.has-prompt .btn, .form-submit-prompt{
		width: 100%;
		}
	.form-submit-prompt{
		padding-right: 0;
		}
	.btn.cart-btn{
		padding-top: 17.75px;
		padding-bottom: 17.75px;
		}
	.btn.cart-btn svg{
		height: 19px;
		}
	/*Form*/
	.radio-item.text-view input[type="radio"] + label{
		padding: 16px 40px 16px 15px;
		min-height: 60px;
		}
	.radio-item.text-view input[type="radio"] + label .mobile-arrow{
		right: 15px;
		top: 27px;
		}
	.radio-item.text-view input[type="radio"] + label .checked-icon{
		top: 23px;
		right: 13px;
		}
	/*Independent*/
	.container{
		padding: 0 15px;
		}
	img, img.left, img.right, p img.left, p img.right, .parallax-img-box, .parallax-img-box.left, .parallax-img-box.right, p .parallax-img-box.left, p .parallax-img-box.right{
		float: none;
		margin: 36px auto;
		max-width: 100%;
		}
	/*Header*/
	/*Header search*/
	.hdr-search-form .form-control{
		font-size: 16px;
		}
	/*Nav box*/
	#nav-box .container{
		padding: 0 15px;
		}
	#nav{
		margin: 17px -15px 0px;
		}
	#nav > ul > .has-child, #nav .dropdown li{
		font-size: 14px;
		line-height: 1.538461538461538em;
		}

	#nav > ul > li > a{
		padding: 20px 15px;
		}
	#nav .arrow{
		right: 15px;
		}
	#nav .dropdown, #nav .products-nav-list .dropdown{
		margin: 0 0 0 27px;
		}
	.bottom-nav-box .btn{
		display: block;
		width: 100%;
		}
	/*Main screen section*/
	.main-screen-slider .swiper-slide{
		padding: 40px 15px 72px;
		}
	.main-screen-slider .swiper-slide.mobile-text-bottom{
		padding-top: 24px;
		}
	.main-screen-slider .slide-content .circle-bg{
		transform: translate3d(-50%, -40%, 0);
		}
	.main-screen-section .main-screen-slider .h1{
		margin: 6px 0 0;
		}
	.main-screen-section .main-screen-slider .title-box .h2{
		margin-top: 6px;
		}
	.main-screen-slider .slider-arrows{
		left: 15px;
		}
	.product-catalog-box{
		padding: 40px 15px;
		}
	.product-catalog-box .h2{
		font-size: 34px;
		line-height: .8823529411764706em;
		letter-spacing: -.04em;
		margin-top: 6px;
		}
	/*Page title box*/
	.breadcrumbs{
		font-size: 11px;
		margin: 20px 0 40px;
		}
	.page-title-box .breadcrumbs{
		left: 15px;
		top: 20px;
		}
	.static-title-box .breadcrumbs{
		margin-bottom: 32px;
		}
	.page-title-box .container{
		padding-top: 67px;
		}
	.contacts-page .page-title-box .breadcrumbs{
		margin: 20px 0 40px;
		}
	.page-title h1 + p, .page-title .h1 + p{
		margin-top: 9px;
		}
	/*Second level pages*/
	.second-lvl-pages-box{
		margin: 0 0 72px;
		}
	.second-lvl-pages-slider .swiper-slide{
		padding-right: 34px;
		}
	.second-lvl-pages-slider sup, .tabs-nav-item sup{
		top: -1em;
		color: #D4DADE;
		}
	/*Common slider*/
	.common-slider{
		margin-top: 40px;
		}
	.slider-arrows svg{
		display: none;
		}
	.slider-arrows .mobile-arrow{
		display: block;
		}
	.common-slider .btn-box{
		margin: 17px 0 0;
		}
	.common-slider .btn, .common-slider .slide-length-1 + .btn-box .btn{
		width: 100%;
		}
	.common-slider .swiper-pagination{
		font-size: 15px;
		}
	/*Services view*/
	.touchevents .services-view .service-item .bg{
		opacity: 0;
		}
	.touchevents .services-view .swiper-slide-active .service-item .bg, .touchevents .services-view.reach-end .swiper-slide-next:last-child .service-item .bg{
		opacity: 1;
		}
	.touchevents .services-view.reach-end .swiper-slide-active .service-item .bg{
		opacity: 0;
		}
	/*Events view*/
	.events-view .event-item{
		padding: 13px 15px 20px;
		}
	.common-slider.events-view .event-item .time{
		width: calc(100% + 30px);
		padding: 0 15px 14px;
		margin: 0 -15px 20px;
		}
	.events-view .event-item .h4{
		margin: 0 0 17px;
		}
	.events-view p:not(.h4){
		line-height: 17px;
		}
	/*Webinars view*/
	.common-slider.webinars-view .event-item{
		padding-bottom: 17px;
		}
	/*Reviews view*/
	.reviews-view .review-item{
		padding: 22px 23px 64px 15px;
		}
	.reviews-view .review-item .h4{
		margin: 0 0 18px;
		}
	.reviews-view .review-item .plus-link{
		left: 15px;
		bottom: 16px;
		}
	/*Partners view*/
	.partners-view .logo{
		height: 163px;
		}
	/*Articles view*/
	.articles-view .article-item{
		padding: 15px 15px 18px;
		}
	.articles-view .article-item img{
		margin: 0 0 8px;
		}
	.articles-view .article-item .time{
		margin: 0 0 10px;
		}
	/*Sections*/
	.section h1, .section .h1{
		margin-bottom: 40px;
		}
	/*Ordamed companies section*/
	.ordamed-companies-section .h1{
		margin-bottom: 34px;
		}
	.ordamed-in-numbers{
		margin-top: 50px;
		}
	.ordamed-in-numbers .swiper-slide{
		padding: 24px 36px;
		min-height: 198px;
		}
	.ordamed-in-numbers .number{
		margin-bottom: 5px;
		}
	/*Benefits section*/
	.benefits-section{
		padding: 0 0 70px;
		}
	.benefits-item{
		margin: 0 0 160px;
		}
	.benefits-item .img, .separator + .benefits-item .img{
		margin: -100px auto 24px;
		max-width: 200px;
		}
	/*Individual solutions section*/
	.medical-directions-list{
		margin: 43px -15px 0;
		}
	.medical-directions-list a{
		min-height: 60px;
		padding: 12px 15px;
		}
	.medical-directions-list a:nth-child(even){
		padding-left: 12px;
		}
	.medical-directions-list .h4{
		font-size: 15px;
		line-height: 1.538461538461538em;
		letter-spacing: .02em;
		}
	/*Hi-tech section*/
	.hi-tech-section .h1{
		margin-bottom: 28px;
		}
	.hi-tech-box .img-box{
		margin: 43px 0;
		}
	.hi-tech-box .img-box .parallax-img-box{
		margin: 0 0 12px;
		}
	.hi-tech-box .text-grid{
		margin: 43px 0;
		}
	/*Scheme section*/
	.scheme-grid{
		margin: 40px 0 0;
		}
	.scheme-grid .text{
		margin: 40px 0 0;
		}
	/*Action page section*/
	.action-page-section{
		padding: 43px 0;
		}
	.action-page-section .grid-box .btn-box .btn{
		width: 100%;
		}
	/*Next page section*/
	.next-page-link .next-page-title svg{
		margin-top: 11px;
		}
	.next-page-section p{
		margin: 0 0 9px;
		}
	.next-page-link{
		padding: 38px 0 43px;
		}
	.online-store-link{
		padding: 48px 0 40px;
		}
	.external-page-link{
		padding: 38px 0 43px;
		}
	.external-page-link .btn{
		width: 100%;
		margin: 32px 0 0;
		}
	/*Call us section*/
	.call-us-grid .branch-contacts-box{
		margin: 42px 0 0;
		}
	.branch-contacts .branch-mail{
		margin-top: 30px;
		}
	/*Main*/
	#main .container > .common-slider{
		margin: 43px 0;
		}
	/*Chess grid*/
	#main .chess-grid:first-child{
		margin-top: 0;
		}
	.chess-grid .grid-img-box{
		width: calc(100% + 15px);
		}
	.chess-grid .mobile-ratio{
		max-height: 220px;
		}
	.chess-grid .parallax-img-box img{
		margin: -24px 0;
		}
	.chess-grid .grid-img-box .sub-text .number{
		margin: 0;
		}
	.chess-grid .grid-item .h2{
		margin: 43px 0;
		}
	.data-table{
		margin: 36px 0;
		}
	.data-table .row{
		padding: 17px 0;
		}
	.data-table .col:first-child{
		width: 55%;
		}
	.data-table .col:nth-child(2){
		width: 34.48275862068966%;
		}
	.chess-grid .btn{
		margin: 18px 0 0;
		}
	/*Tabs*/
	.tabs-nav.text-view .swiper-slide{
		padding-right: 16px;
		}
	/*Service features*/
	.service-features .sub-data-description{
		margin-bottom: 0;
		}
	/*Sub data description*/
	.sub-data-description{
		display: block;
		margin-top: 40px;
		}
	#main .sub-data-description:last-child{
		margin-bottom: 0;
		}
	.sub-data-description .data-item{
		width: 100%;
		margin: 0 0 38px;
		}
	.sub-data-description .data-item:last-child{
		margin: 0;
		}
	.sub-data-description .data-title{
		padding: 12px 0 17px;
		margin: 0 0 16px;
		}
	.sub-data-description.accr-mobile{
		border-top: 1px solid #D4DADE;
		}
	.sub-data-description.accr-mobile .data-item{
		padding: 22px 0 25px;
		margin: 0;
		border-bottom: 1px solid #D4DADE;
		}
	.sub-data-description.accr-mobile .data-title{
		position: relative;
		padding: 0 36px 0 0;
		margin: 0;
		border: none;
		cursor: pointer;
		transition: color .2s ease;
		}
	.sub-data-description.accr-mobile .data-title .arrow{
		position: absolute;
		right: 0;
		top: 7px;
		}
	.sub-data-description.accr-mobile .opened .data-title .arrow{
		transform: scaleY(-1);
		}
	.no-touchevents .sub-data-description.accr-mobile .data-title:hover, .sub-data-description.accr-mobile .opened .data-title{
		color: #ba220e;
		}
	.no-touchevents .sub-data-description.accr-mobile .opened .data-title:hover{
		color: #db4532;
		}
	.sub-data-description.accr-mobile .data-description{
		display: none;
		padding-top: 18px;
		}
	.sub-data-description.sub-info-view .data-title{
		margin-bottom: 13px;
		padding-bottom: 13px;
		}
	.sub-data-description .data-sub-info{
		margin: 13px 0 0;
		padding-bottom: 13px;
		border-bottom: 1px solid #D4DADE;
		}
	.sub-data-description .data-sub-info .big-size{
		margin-bottom: 6px;
		}
	.sub-data-description .data-sub-info + .data-description{
		margin-top: 11px;
		}
	.sub-data-description.rare-view{
		padding: 0;
		border: none;
		}
	.sub-data-description.rare-view .data-item{
		margin-bottom: 38px;
		padding-top: 14px;
		border-top: 1px solid #D4DADE;
		}
	.sub-data-description.rare-view .h3{
		margin: 0 0 11px;
		}
	/*Sub data list*/
	.sub-data-list{
		margin: 72px auto;
		}
	.section .sub-data-list{
		margin: 40px auto;
		}
	#main .sub-data-list:last-child{
		margin-bottom: -43px;
		}
	.sub-data-list .data-item{
		margin-bottom: 43px;
		padding-bottom: 11px;
		}
	.sub-data-list .data-item .h4:last-child{
		margin-bottom: 6px;
		}
	.sub-data-list .img{
		margin-bottom: 15px;
		}
	/*Accordion*/
	.accordion{
		margin-top: 43px;
		}
	.accr-item{
		padding: 11px 0 14px;
		}
	.accr-item .icon{
		top: 17px;
		}
	.accr-item .dropdown{
		padding-bottom: 20px;
		}
	.accordion.vacancies-view .accr-item{
		padding: 12px 0 17px;
		}
	.accordion.vacancies-view .location{
		margin-top: 6px;
		}
	.accordion.vacancies-view .icon{
		top: 17px;
		}
	.accordion.vacancies-view .dropdown{
		padding: 30px 0 25px;
		}
	.accordion.vacancies-view .text-grid{
		margin-bottom: 30px;
		}
	.accordion.vacancies-view .text-grid .title{
		width: 100%;
		}
	.accordion.vacancies-view .text-grid .text{
		width: 100%;
		padding-left: 18px;
		margin: 30px 0 0;
		}
	.accordion.vacancies-view .btn{
		display: block;
		width: 100%;
		margin: 36px 0 0 0;
		}
	/*Inner article*/
	.article-header .time{
		margin: 0 0 11px;
		}
	.article-header{
		padding-bottom: 40px;
		margin-bottom: 43px;
		}
	.img-text-grid .img-box{
		margin-bottom: 43px;
		}
	.img-text-grid .img-box{
		width: calc(100% + 15px);
		margin: 0 -15px 43px 0;
		}
	.img-text-grid .btn{
		margin: 40px 0 0;
		}
	/*Filters box*/
	.filters-popup-box .filters-sub-box{
		padding: 20px 15px 30px;
		}
	.filter-select .sub-box{
		padding: 23px 44px 23px 15px;
		}
	.filter-select .arrow{
		right: 12px;
		top: 30px;
		}
	.action-btn{
		padding: 13px 15px;
		}
	.clear-btn{
		margin-left: 15px;
		}
	.filter-dropdown{
		padding: 20px 15px 30px;
		}
	/*Products*/
	.medical-directions-products{
		margin: 0 0 72px;
		}
	.medical-direction-item .sub-box{
		padding: 13px 15px;
		}
	.no-touchevents .medical-direction-item:hover .sub-box{
		background: transparent;
		}
	.medical-direction-item .h4{
		font-size: 15px;
		}
	.no-touchevents .medical-direction-item:hover a{
		color: #BA220E;
		}
	.medical-direction-item .js-scroll-box{
		display: none;
		}
	.no-touchevents .medical-direction-item .touch-device-link, .no-touchevents .medical-direction-item:not(.no-childs) .touch-device-link{
		display: block;
		}
	/*Products category grid*/
	#main > .container > .products-list.favourites-view:first-child{
		margin-top: 40px;
		}
	.products-list .product-item{
		padding: 8px 11px 17px;
		}
	.products-list .product-item .product-data{
		bottom: 9px;
		padding: 0 11px;
		}
	.products-list-box .js-load-more{
		width: 100%;
		margin: 42px auto 0;
		}
	.products-categories-nav-box .sub-box{
		padding: 20px 15px 30px;
		}
	.product-item .label{
		top: 32px;
		font-weight: 400;
		font-size: 11px;
		min-width: 35px;
		padding: 5px 3px;
		}
	.js-remove-from-favourite{
		right: 7px;
		bottom: 7px;
		width: 28px;
		height: 28px;
		}
	/*Products popup btns*/
	.products-popup-btns{
		display: flex;
		padding-right: 2px;
		}
	.products-popup-btns .products-popup-btn{
		width: 50%;
		padding-left: 15px;
		padding-right: 40px;
		}
	.products-popup-btn .arrow{
		right: 15px;
		}
	/*Product box*/
	.product-box, #main > .container > .product-box:first-child{
		margin: 32px 0 72px;
		}
	.product-box h1{
		margin-bottom: 7vw;
		}
	.product-gallery-thumbs-slider .swiper-slide{
		height: 96px !important;
		padding: 0 15px;
		}
	.product-description{
		margin: 16px 0 0;
		}
	.product-description p{
		margin: 14px 0;
		}
	.available-label{
		margin: 16px 0;
		padding: 4px 12px 5px;
		}
	.product-categories{
		margin: 12px 0;
		padding: 10px 0;
		}
	.product-data-table{
		margin: 12px 0 38px;
		}
	.product-data-table .col:first-child{
		padding-right: 20px;
		}
	.product-sub-links{
		margin: 38px 0 0;
		}
	.product-sub-links .btn{
		width: 100%;
		height: auto;
		}

	.medical-directions-products.no-filters{
		margin-top: 40px;
		}
	/*Products specs section*/
	.products-specs-section .tabs-nav{
		margin: 0 0 32px;
		}
	/*Map controls*/
	.map-controls-box{
		margin: 0 -15px;
		}
	.map-select .sub-box{
		padding: 16px 48px 17px 15px;
		}
	.map-select:last-child .sub-box{
		padding-left: 15px;
		}
	.map-select .arrow{
		right: 15px;
		}
	.map-select sup{
		top: -12px;
		font-size: 11px !important;
		}
	.select-dropdown{
		padding: 22px 15px 21px;
		}
	.map-select:first-child .select-dropdown{
		padding-left: 15px;
		}
	.select-dropdown .js-scroll-box{
		max-height: 276px;
		}
	.select-dropdown ul.h4{
		font-size: 16px;
		}
	/*Cart*/
	.cart-order-item{
		padding: 13px 0 17px;
		}
	.cart-order-item .product-col{
		display: block;
		}
	.number-input{
		width: 132px;
		margin: 14px 0 0;
		}
	.number-input .form-control{
		width: 66px;
		}
	.number-input .counter-btn{
		width: 33px;
		height: 33px;
		}
	.number-input .counter-btn svg{
		width: 11.11px;
		}
	.cart-order-item .js-delete-cart-item{
		position: absolute;
		right: 0;
		bottom: 11px;
		}
	.total-price-box{
		margin: 39px 0 0;
		}
	/*Ordering*/
	.ordering-box .form-box{
		margin: 0 0 72px;
		}
	.ordering-grid .h2{
		font-size: 34px;
		line-height: .8823529411764706em;
		}
	.ordering-grid .your-order-box{
		margin: 0 0 72px;
		}
	.order-processed .your-order-box{
		padding-bottom: 40px;
		}
	.ordering-box{
		margin: 0 0 72px;
		}
	.your-order-box .h2{
		margin: 0 0 40px;
		}
	.ordering-box .ordering .h2{
		margin: 0 0 40px;
		}
	.radio-tabs-box .tab.has-fields{
		margin-bottom: 0;
		}
	.form-select .select-dropdown{
		padding: 20px 15px;
		}
	.form-select .select-dropdown .js-scroll-box{
		max-height: 174px;
		}
	.fields-row + .main-branch-contacts-box{
		margin-top: -16px;
		}
	.order-data-box{
		padding: 56px 0 0;
		}
	.order-data-box .data-item.product-data{
		padding-bottom: 12px;
		margin-bottom: 11px;
		}
	.order-data-box .product-data + .data-item:not(.product-data){
		margin-top: 30px;
		}
	.order-data-box .data-title{
		width: calc(100% - 116px);
		}
	.order-data-box .data-result{
		width: 100px;
		}
	.promo-code-btn{
		margin: 24px 0 0;
		}
	.total-price-box.h4{
		font-size: 16px;
		line-height: 1.133333333333333em;
		margin: 40px 0 0;
		padding-top: 40px;
		}
	.total-price-box + .btn-box, .total-price-box + .has-prompt.btn-box{
		margin: 40px 0 0;
		}
	.ordering-box .btn-box.has-prompt .form-submit-prompt{
		margin: 20px 0 0;
		}
	.ordering-box .btn-box.has-prompt .btn{
		margin: 0;
		}
	.ordering-message .btn{
		margin: 18px 0 0;
		}
	/*Constructor*/
	.constructor-page .static-title-box{
		margin: 0 0 54px;
		}
	.constructor-page .static-title-box h1, .complete-set-page .static-title-box h1{
		margin: 0 0 8px;
		}
	.tabs-nav.constructor-progress{
		margin-bottom: 40px;
		}
	.tabs-nav.constructor-progress .swiper-container{
		margin: 0 -60px;
		padding: 0 40px;
		}
	.constructor-content .h2{
		margin: 0 0 10px;
		}
	.constructor-items-list{
		margin: 62px 0 0;
		}
	.constructor-items-type{
		margin: 0 0 62px;
		}
	.constructor-items-type > .h4{
		margin: 0 0 20px;
		}
	.constructor-content .h2 + .form{
		margin-top: 62px;
		}
	.constructor-controls .btn{
		font-size: 13px;
		padding-top: 17px;
		padding-bottom: 18px;
		flex: 1;
		}
	.js-open-configuration-popup{
		width: 52px;
		height: 52px;
		}
	#configurations-popup-box .configurations-popup{
		padding: 20px 15px 24px;
		}
	.configurations-popup .product-configurations-box .h2{
		font-size: 14px;
		line-height: 1.538461538461538em;
		margin: 0 0 30px;
		}
	.product-constructor-img img{
		max-height: 168px;
		}
	.configurations-popup .selected-configuration{
		margin: 40px 0 0;
		}
	.configurations-popup .selected-configuration .js-return-to-step{
		margin: -5px 0 -9px 6px;
		}
	.configurations-popup .another-model-link{
		display: none;
		}
	.configurations-popup .product-configurations-box .arrow-btn{
		margin: 36px 0 0;
		}
	.js-close-configurations-popup{
		top: 20px;
		right: 15px;
		}
	/*Complete set*/
	.complete-set-page .static-title-box{
		margin: 0 0 40px;
		}
	.complete-set-product{
		margin: 0 0 40px;
		}
	.complete-set-product .img img{
		max-height: 168px;
		}
	.complete-set-product .description{
		margin: 32px 0 0;
		}
	.complete-set-tbl-box + .complete-set-tbl-box{
		margin: 72px 0 0;
		}
	.complete-set-tbl-box .slider-controls{
		margin: 0 0 20px;
		}
	.complete-set-tbl-grid{
		margin: 0 -15px;
		}
	.complete-set-tbl-box .col, .complete-set-tbl-box .empty-col, .complete-set-tbl-box .configuration-type{
		padding: 8px 6px;
		}
	.complete-set-tbl-box .conf-name-box .col{
		padding-left: 15px;
		padding-right: 8px;
		background: #f6f6f6;
		}
	.complete-set-tbl-slider .price-col{
		padding-top: 12px;
		padding-bottom: 0;
		}
	.complete-set-tbl-box .col.text{
		font-size: 14px;
		line-height: 1.538461538461538em;
		padding: 12px 15px 0;
		background: none;
		}
	.complete-set-tbl-slider .btn, .complete-set-tbl-slider .btn.small-size, .complete-set-tbl-slider .btn.arrow-btn{
		font-size: 14px;
		line-height: 1.538461538461538em;
		padding: 6px 14px;
		margin: 12px 0 0;
		width: auto;
		}
	.complete-set-tbl-slider .configuration-type.h4, .complete-set-tbl-slider .price-col .h4{
		font-size: 14px;
		line-height: 1.538461538461538em;
		}

	/*Search results*/
	.search-results-list{
		margin: 56px 0 0;
		}
	.search-results-list .breadcrumbs{
		font-size: 14px;
		line-height: 1.538461538461538em;
		}
	.search-results-box .tabs-nav .swiper-slide{
		padding-right: 34px;
		}
	.search-results-list + .btn{
		margin: 40px auto 0;
		width: 100%;
		}
	/*Footer*/
	.ftr-top-box{
		padding: 25px 0;
		}
	.ftr-top-box .ftr-main-col{
		padding-top: 22px;
		margin-top: 22px;
		}
	.ftr-logo a{
		width: 120px;
		}
	.ftr-contacts .social-links{
		margin: 19px 0 0;
		}
	.ftr-top-box .btn{
		display: block;
		width: auto;
		margin: 26px 0 0;
		}
	.ftr-nav-box .ftr-main-col{
		padding-top: 38px;
		margin-top: 38px;
		}
	.ftr-nav-box{
		padding: 15px 0 37px;
		}
	.ftr-nav-box:before{
		display: none;
		}
	.ftr-nav-grid{
		column-count: 2;
		}
	.ftr-bottom-box .ftr-sub-col{
		margin-bottom: 30px;
		}
	.ftr-sub-links{
		margin: 25px 0 0;
		}
	.ftr-dev{
		margin: 32px 0 0;
		}
	.ftr-dev br{
		display: none;
		}
	/*Popup*/
	.popup{
		font-size: 14px;
		line-height: 1.538461538461538em;
		padding: 8.3vw 15px;
		}
	.service-popup .call-us-form{
		margin: 58px 0 0;
		}
	.close-popup-btn{
		top: 5.5vw;
		right: 15px;
		}
	.js-close-popup.btn{
		width: 100%;
		}
	/*Back call form*/
	.back-call-form .has-prompt{
		margin-top: -12px;
		}
	.back-call-form .has-prompt .form-submit-prompt, .back-call-form .has-prompt .btn{
		max-width: 100%;
		}
	/*Promo code form*/
	.promo-code-form .btn{
		min-width: 0;
		width: 100%;
		}
	/*Search results*/
	.search-results-page .static-title-box{
		padding-bottom: 30px;
		}
	.search-results-page .static-title-box .breadcrumbs + h1{
		margin: 0 0 27px;
		}
	/*404*/
	html .error-page-box{
		margin-top: -5px;
		}
	.error-page-box .container{
		padding-bottom: 160px;
		min-height: calc(100vh - 180px);
		}
	.error-page-box .number{
		margin: 0 0 16px;
		}
	.error-page-box .h1{
		line-height: 1.166666666666667em;
		padding: 0 5%;
		}
	.error-page-box .btn{
		position: absolute;
		left: 15px;
		bottom: 90px;
		margin: 0;
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
		}
	/*Cart popup*/
	#cart-popup-box .cart-popup{
		padding: 18px 15px 40px;
		}
	.cart-popup .h2{
		display: flex;
		align-items: center;
		min-height: 50px;
		margin-bottom: 15px;
		}
	.cart-popup .cart-box.no-orders .h2{
		margin-bottom: 68px;
		}
	.cart-popup .cart-order-list{
		margin: 15px 0 0;
		}
	.cart-popup .cart-order-item:first-child{
		padding-top: 19px;
		border-top: 1px solid #D4DADE;
		}
	.cart-popup .btns-box{
		margin: 36px 0 0;
		}
	.cart-popup .btns-box .btn{
		margin: 0 0 16px;
		}
	.cart-popup .close-popup-btn{
		top: 14px;
		right: 15px;
		width: 52px;
		height: 54px;
		}
	.cart-popup .close-popup-btn svg{
		width: 12px;
		}
	/*Popup*/
	.popup-inner.submit-message.visible{
		min-height: 285px;
		}
	}
@media screen and (max-width: 420px){
	body{
		font-size: 13px;
		}
	h4, .h4{
		font-size: 15px;
		}
	h5, .h5{
		font-size: 14px;
		}
	h6, .h6{
		font-size: 13px;
		}
	.prompt{
		font-size: 9px;
		}
	/*Form*/
	.form-control{
		font-size: 13px;
		}
	.btn{
		font-size: 13px;
		padding: 18px 15px;
		}
	.btn.small-size{
		font-size: 13px;
		padding: 20px 15px;
		}
	html .btn.has-icon .icon{
		right: 15px;
		}
	.btn.cart-btn{
		width: 56px;
		padding-top: 15.6px;
		padding-bottom: 15.6px;
		}
	.btn.cart-btn svg{
		height: 17px;
		}
	/*Header*/
	.hdr-logo .logo{
		width: 95px;
		height: 22px;
		}
	/*Header search*/
	.hdr-search-form .form-control{
		font-size: 15px;
		}
    /*Nav box*/
	#nav > ul > .has-child, #nav .dropdown li{
		font-size: 13px;
		}
	/*Page title box*/
	.products-page .page-title{
		width: 90%;
		}
	/*Second level pages*/
	.second-lvl-pages-slider .swiper-slide{
		padding: 20px 34px 18px 0;
		}
	/*Common slider*/
	.common-slider .swiper-pagination{
		font-size: 13px;
		}
	/*Reviews view*/
	.reviews-view .review-item{
		padding: 18px 23px 64px 15px;
		}
	.reviews-view .review-item .h4{
		margin: 0 0 13px;
		}
	/*Sections*/
	.section{
		margin: 72px 0;
		}
	/*Main screen section*/
	.main-screen-section{
		margin: 0 0 72px;
		}
	/*Benefits section*/
	.benefits-section{
		padding: 0 0 68px;
		margin: 154px 0 72px;
		}
	.benefits-item{
		margin: 0 0 155px;
		}
	.benefits-item .img, .separator + .benefits-item .img{
		margin: -85px auto 11px;
		max-width: 170px;
		}
	/*Individual solutions section*/
	.medical-directions-list .h4{
		font-size: 13px;
		line-height: 20px;
		letter-spacing: .02em;
		}
	/*Training section*/
	.training-section{
		padding: 72px 0;
		}
	.training-section p:not(.h1){
		margin: 0 0 8px;
		}
	/*Hi-tech section*/
	.hi-tech-section .h1{
		margin-bottom: 18px;
		}
	/*Main*/
	#main{
		margin-bottom: 72px
		}
	/*Chess grid*/
	.chess-grid{
		margin: 72px auto;
		}
	.chess-grid .grid-item{
		margin: 0 0 72px;
		}
	.chess-grid .parallax-img-box{
		margin-top: 0;
		}
	.chess-grid .grid-item .h1{
		margin-bottom: 18px;
		}
	.chess-grid .grid-img-box .btn{
		left: 16px;
		}
	/*Sub data list*/
	.sub-data-list{
		display: block;
		}
	#main .sub-data-list:last-child{
		margin: 0;
		}
	.sub-data-list .data-item{
		width: 100%;
		}
	.sub-data-list .h4 br{
		display: none;
		}
	/*Webinars*/
	.webinars-box{
		margin: 72px 0;
		}
	/*Products*/
	.medical-direction-item .h4{
		font-size: 14px;
		}
	.medical-direction-item .sub-box{
		padding: 12px 14px;
		}
	/*Products popup btns*/
	.products-popup-btns{
		display: block;
		}
	.products-popup-btns .products-popup-btn{
		width: 100%;
		}
	.products-popup-btn + .products-popup-btn{
		margin: -1px 0 0;
		}
	/*Product box*/
	.product-order-box.has-cart-btn .btn{
		margin-left: 58px;
		width: calc(100% - 58px);
		}
	.product-order-box .btn.cart-btn{
		left: -58px;
		width: 56px;
		min-width: 56px;
		}
	/*Ordering*/
	.total-price-box.h4{
		font-size: 15px;
		}
	.promo-code-btn{
		margin: 20px 0 0;
		}
	.promo-code-btn .icon{
		top: 19px;
		width: 13px;
		}
	/*Cart*/
	.total-price-box{
		font-size: 1em;
		}
	/*Next page section*/
	.next-page-section{
		margin: 72px 0;
		}

	.next-page-link .arrow.desktop-arrow{
		display: none;
		}
	.next-page-link .arrow{
		display: block;
		}
	.online-store-link .next-page-title .arrow{
		display: none;
		}
	.online-store-link .next-page-title .arrow:not(.desktop-arrow){
		display: block;
		transform: none;
		}
	/*Call us section*/
	.call-us-section{
		margin: 72px 0;
		}
	/*Map controls*/
	.select-dropdown .js-scroll-box{
		max-height: 270px;
		}
	.select-dropdown ul.h4{
		font-size: 15px;
		}
	/*Constructor*/
	.configurations-popup .product-configurations-box .h2{
		font-size: 13px;
		}
	.constructor-items-type > .h4{
		margin: 0 0 16px;
		}
	/*Complete set*/
	.complete-set-tbl-box .col.text, .complete-set-tbl-slider .btn, .complete-set-tbl-slider .btn.small-size, .complete-set-tbl-slider .btn.arrow-btn, .complete-set-tbl-slider .configuration-type.h4, .complete-set-tbl-slider .price-col .h4{
		font-size: 13px;
		}
	/*Search results*/
	.search-results-box .tabs-nav .swiper-slide{
		padding: 20px 20px 18px 0;
		}
	.search-results-list .breadcrumbs{
		font-size: 13px;
		}
	/*404*/
	.error-page-box .btn{
		width: 100%;
		}
	/*Footer*/
	.ftr-logo a{
		width: 95px;
		}
	/*Popup*/
	.popup{
		font-size: 13px;
		padding: 14px 15px 18px;
		}
	.popup .h1{
		display: flex;
		align-items: center;
		min-height: 50px;
		margin-bottom: 34px;
		}
	.close-popup-btn{
		top: 15px;
		}
	/*Back call form*/
	.back-call-form{
		margin: 64px 0 0;
		}
	/*Promo code form*/
	.promo-code-form{
		margin: 64px 0 0;
		}
	}
@media screen and (max-width: 380px){
	/*Page title box*/
	.page-title-box .container{
		min-height: 173px;
		}
	.breadcrumbs{
		font-size: 9px;
		margin: 17px 0 29px;
		}
	.page-title-box .breadcrumbs{
		top: 14px;
		}
	.page-title{
		padding: 0 0 21px;
		}
	.contacts-page .page-title-box .breadcrumbs{
		margin: 17px 0 29px;
		}
	.products-page .page-title{
		width: 100%;
		}
	/*Second level pages*/
	.second-lvl-pages-slider sup, .tabs-nav-item sup{
		font-size: 12px !important;
		}
	/*Products*/
	.medical-direction-item .h4{
		font-size: 13px;
		}
	.medical-direction-item .sub-box{
		padding: 11px 12px;
		}
	/*Product box*/
	.product-data-table .data-title{
		display: block;
		}
	/*Products specs section*/
	.products-specs-section .tabs-nav{
		margin: 0 0 32px;
		}
	.img-grid{
		display: block;
		}
	.img-grid img{
		max-width: 100%;
		margin: 0 auto 13px;
		}
	/*Map controls*/
	.map-select sup{
		font-size: 10px !important;
		}
	.map-select .arrow{
		width: 12px;
		}
	}
@media screen and (max-width: 360px){
	/*Form styles*/
	.btn{
		width: 100%;
		min-width: 0;
		}
	/*Ordamed companies section*/
	.ordamed-in-numbers .swiper-slide{
		padding: 24px 30px;
		}
	.ordamed-in-numbers .number{
		font-size: 76px;
		}
	/*Chess grid*/
	.data-table .col:first-child{
		width: 50.3448275862069%;
		}
	.online-store-link .next-page-title{
		padding-right: 42px;
		}
	/*404*/
	.error-page-box .h1{
		font-size: 24px;
		}
	}
/*Foreign plugins*/
/*Swiper*/
.swiper-container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	}
.swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	}
.swiper-wrapper.disabled{
	transform: translate3d(0px, 0, 0) !important;
	}
.swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	}
.grab-cursor-activate .swiper-slide{
	user-select: none;
	}
.swiper-container-vertical > .swiper-wrapper{
	flex-direction: column;
	}
.swiper-container-android .swiper-slide, .swiper-wrapper{
	transform: translate3d(0px, 0, 0);
	}
.swiper-container-free-mode > .swiper-wrapper{
	transition-timing-function: linear !important;
	}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	transition-timing-function:ease-out;
	}
.swiper-container-fade .swiper-slide{
	pointer-events:none;
	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;
	}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height: auto;
	}
.swiper-container-autoheight .swiper-wrapper{
	align-items: flex-start;
	transition-property: transform, height;
	}
.swiper-container .swiper-notification{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
	}
.swiper-pagination.hidden{
	display: none;
	}
.swiper-pagination .swiper-pagination-bullet-active{
	cursor: default;
	}
/*.swiper-button-lock{
	display: none !important;
	}*/
.swiper-btn{
	cursor: pointer;
	}
.swiper-button-disabled{
	cursor: default;
	}
/*Custom scroll*/
.js-scroll-box{
	overflow: hidden;
	}
.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;
	}
/*y-axis*/
.mCSB_inside > .mCSB_container{
	margin-right: 0;
	}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-right: 0;
	}
.mCSB_scrollTools{
	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	z-index: 30;
	width: 1px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	background: #D4DADE;
	}
.mCSB_outside + .mCSB_scrollTools{
	right: -10px;
	}
.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_draggerContainer{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	background: none;
	}
.mCSB_scrollTools a + .mCSB_draggerContainer{
	margin: 0;
	}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 1px;
	height: 100%;
	margin: 0 auto;
	}
.mCSB_scrollTools .mCSB_dragger{
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 72px; /* minimum dragger height */
	z-index: 1;
	}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	/* the dragger element */
	position: relative;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background: #969FA5;
	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; /* auto-expanded scrollbar */
	}
.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; /* auto-expanded scrollbar */
	}
.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;
	}
/*x-axis*/
.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;
	}
/* non-visible scrollbar */
.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;
	}
/* scrollbar position: outside */
.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; /* minimum dragger width */
	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; /* auto-expanded scrollbar */
	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; /* auto-expanded scrollbar */
	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;
	}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{
	bottom: 0;
	}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.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;
	}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	left: 20px;
	}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.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{
	/* RTL direction/left-side scrollbar */
	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; /* non-visible scrollbar */
	margin-left: 0;
	}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{
	margin-bottom: 0;
	}
/*Transitions*/
.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, /* auto-expanded scrollbar */
.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;
	}
/*Photoswipe*/
.pswp{
	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;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	}
.pswp *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.pswp img{
	max-width: none;
	margin: 0;
	}
.pswp--animate_opacity{
	opacity: .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{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	}
.pswp--zoom-allowed .pswp__img{
	cursor: zoom-in;
	}
.pswp--zoomed-in .pswp__img{
	cursor: grab;
	}
.pswp--dragging .pswp__img{
	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;
	transition: opacity .2s ease .4s;
	}
.pswp:not(.pswp--open) .pswp__item{
	opacity: 0;
	}
.pswp__img{
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	}
.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: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.pswp__button:focus,
.pswp__button:hover{
	opacity: .7;
	}
.pswp__button:active{
	outline: none;
	opacity: 0.9;
	}
.pswp__button::-moz-focus-inner{
	padding: 0;
	border: 0;
	}
.pswp__button{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	}
.pswp__button svg{
	pointer-events: none;
	}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close{
	opacity: 1;
	}
.pswp__button--share{
	background-position: -44px -44px;
	}
.pswp__button--fs{
	display: none;
	}
.pswp--supports-fs .pswp__button--fs{
	display: flex;
	}
.pswp__button--fs .out, .pswp--fs .pswp__button--fs .in{
	display: none;
	}
.pswp--fs .pswp__button--fs .out{
	display: block;
	}
.no-touchevents .pswp__top-bar .pswp__button{
	transition: opacity .3s ease;
	}
.pswp__button--zoom{
	display: none;
	}
.pswp--zoom-allowed .pswp__button--zoom{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	}
.pswp--zoom-allowed .pswp__button--zoom .zoom-out, .pswp--zoomed-in .pswp__button--zoom .zoom-in{
	display: none;
	}
.pswp--zoomed-in .pswp__button--zoom .zoom-out{
	display: block;
	}
.pswp--zoom-allowed .pswp__button--zoom svg{
	pointer-events: none;
	}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right{
	visibility: hidden;
	}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right{
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin-top: -20px;
	width: 70px;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	}
.pswp__button--arrow--left{
	left: 0;
	}
.pswp__button--arrow--right{
	right: 0;
	}
.pswp__button--arrow--left svg, .pswp__button--arrow--right svg{
	pointer-events: none;
	}
.pswp__button--arrow--right svg{
	transform: scaleX(-1);
	}
/*

	2. Share modal/popup and links

 */
.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: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-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{
	/* round corners on the first/last list item */
	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);
	}
/* increase size of share links on touch devices */
.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;
	}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter{
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	padding: 0 10px;
	}
/*

	4. Caption

 */
.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;
	}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake{
	visibility: hidden;
	}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.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--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{
	/*
				The idea of animating inner circle is based on Polymer ("material") loading indicator
				 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
			*/
	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: 1649px){
.btn-trade-my .btn {
    margin-top: 17%!important;
}
	}
		@media screen and (max-width: 1481px){
.btn-trade-my .btn {
    margin-top: 15%!important;
}
	}
			@media screen and (max-width: 1424px){
.btn-trade-my .btn {
    margin-top: 14%!important;
}
	}
@media screen and (max-width: 1024px){
	.pswp__preloader{
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
		}
	}
	@media screen and (max-width: 600px){
.ftr-nav-box .ftr-sub-col {
    display: block;
 align-items: initial;
    justify-content: initial;
}
.ftr-social-networks, .ftr-our-app {
    width: 55%;
    margin-bottom: 55px;
}
	}
		@media screen and (max-width: 360px){
.ftr-social-networks, .ftr-our-app {
    width: 65%;
}
	}
@-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);
		}
	}
/* root element of UI */
.pswp__ui{
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
	}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar{
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
	opacity: 1 !important;
	}
.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 class is added only when two subsequent mousemove events occur */
.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 class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption{
	background-color: rgba(0, 0, 0, .7);
	}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar{
	opacity: 0;
	}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right{
	opacity: 0;
	}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.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{
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
	}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.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;
	}

