
cond {
	font-family: 'Roboto Condensed', sans-serif;
}
html, body {
    scroll-behavior: smooth;
	font-weight: 400;
}
body {touch-action: pan-y !important; }
body {
   font-family: 'EvolventaRegular';
   font-weight: normal;
   font-style: normal;
	font-size: 15px;
	color: #cb894e;
	width: 100%;
	overflow-x: hidden;
    background: #fcfeff;

}
a, a:hover {
	color: #0b0b3b;
}
h1, .h1 {
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #cb894e;
	font-weight: 600;
}
ul li{
    list-style-type:none;
}
h1.content_title {
	font-size: 36px;
	text-transform: none;
	font-weight: 900;
	padding-bottom: 35px;
}
.txt-center {
	text-align: center;
}
h1, h2, h3, h4, h5{
    color: #cb894e;
    font-weight: 600;
}
.container{
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
}
.dubl-h1 {
	font-size: 80px;
	text-transform: uppercase;
	color: #ceecf5;
	font-weight: 300;
	line-height: 1;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 30px;
}
b, strong {
	font-weight: 900;
}
button {
	cursor: pointer;
}
button, input, textarea {outline: none !important; background: transparent; border:0;}
/* input, textarea {
	border: 1px solid #0b0b3b;
	font-size: 14px;
	padding: 12px 15px;
} */
.block-header {
	z-index: 5;
}
header .block-header, .scroll-sec {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
}
.block-header, .scroll-sec {
	position: relative;
	background-color: #fff;
}

.scroll-sec.fixed_scroll {
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 18;
	width: 100%;
}
header.vn {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}
header {
	position: relative;
	z-index: 10;

	top: -100%;
}
header.fixed {
	position: fixed;
	transform: translateY(0);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.line-header {
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.fixed .line-header {
	padding: 10px 0;
}
.left-header, .right-header {
    flex-basis: 35%;
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: #fff;
}
.mobil-header{
    display: none;
}
.mobil-header-close{
    display: none !important;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #cb894e;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cb894e;
  content: "";
}
.cmn-toggle-switch:hover span,
.cmn-toggle-switch:hover span::before,
.cmn-toggle-switch:hover span::after {
	background-color: #cb894e;
}

.cmn-toggle-switch span::before {
  top: 4px;
}

.cmn-toggle-switch span::after {
  bottom: 4px;
}


.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.2s, 0.2s;
          transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}


.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.logo-header img {
    width: 180px;
}
.fixed .logo-header img {
    width: 90px;
}
.right-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.right-header ul li button.bt-ico , button.all-bt {
    height: 24px;
    width: 36px;
    padding: 0;
    cursor: pointer;
    margin: 0 8px;
}
.bt-ico {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.bt-minicart {
	background-image: url('/assets/img/icon__bag.svg');
}
.bt-login {
    background-image: url('/assets/img/icon__user.svg');
}
.bt-search {
	background-image: url('/assets/img/icon__search.svg');
}
.bt-minicart > span {
	background-color: #b6c64a;
	border-radius: 100%;
	font-size: 12px;
	width: 25px;
	height: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -8px;
	bottom: -12px;
}
.modwin {
    top: 100%;
    position: absolute;
    width: 336px;
    text-align: left;
    background-color: #fff;
    right: -30px;
    padding: 40px 20px 20px;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: transform .5s, opacity .5s;
    transform: translateY(-100%);
}
nav.active {
    opacity: 1;
    transform: translateY(0%);
    overflow-y: auto;
    max-height: calc(100vh - 134px);
}
nav .block-menu {
    display: flex;
    padding: 45px 0;
    align-items: flex-start;
    justify-content: space-between;
}
nav .block-menu > div {
    margin-right: 40px;
}
nav .block-menu > div:last-child {
	margin-right: 0;
}
nav .block-menu .title-menu {
    font-size: 30px;
    font-weight: 400;
    display: block;
    line-height: 1;
    padding-bottom: 10px;
}
nav .block-menu .menu .active a, nav .block-menu .menu a:hover {
	color: #b6c64a;
}
nav .block-menu .menu25 {
	width: 25%;
}
nav .block-menu .menu50 {
	width: 50%;
}
nav .block-menu .menu50 .menu {
	columns: 2;
	column-gap: 40px;
}
nav .block-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
nav .block-menu .menu li {
    padding: 12px 0 0;
    line-height: 1.1;
}
nav .block-menu .menu a {
    text-decoration: none !important;
}
.banner {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    background-color: #f4f4f6;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.owl-dots.disabled, .owl-nav.disabled {
	display: none;
}

.banner > .left_img, .banner > .right_img {
	/* background-position: center; */
	height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 0;
    z-index: 1;
}
.banner > .left_img {
	background-image: url('/assets/img/banner/ban_l.png');
	background-position: center left;
}
.banner > .right_img {
	background-image: url('/assets/img/banner/ban_r.png');
	background-position: bottom right;
}
.banner > .container {
	position: relative;
	z-index: 2;
}
.banner .title {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 400;
}
.banner .dop_title {
	font-size: 20px;
	margin-top: 10px;
}
.banner .list_banner {
	margin-top: 20px;
	margin-bottom: 30px;
}
.banner .list_banner span {
	text-transform: uppercase;
	display: inline-block;
	white-space: nowrap;
	background-color: #fff;
	margin-bottom: 10px;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    border-radius: 20px;
}
.banner .but {
	text-align: center;
	margin-bottom: 40px;
}
.banner .but a {
	margin: 0 10px;
}
.catalog__btn .btn-bg{
    font-size: 14px;
    width: 100%;
}
.catalog__bottom{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: auto;
}
.btn-3{
    background: #e01e26;
    color: #fff;
    border-color: #e01e26;
    font-size: 18px;
    padding: 4px 8px;
    border-radius:5px;
}
.btn-bg {
	font-size: 14px;
	border: 2px solid #b6c64a;
	color: #fff;
	background-color: #b6c64a;
	padding: 15px 20px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	display: inline-block;
	text-decoration: none !important;
	border-radius: 5px;
	white-space: nowrap;
}
.btn-bg:hover {
	background-color: transparent;
	color: #0b0b3b;
}
.btn-bg.rev {
	background-color: transparent;
	color: #b6c64a;
}
.btn-bg.rev:hover {
	color: #fff;
	background-color: #b6c64a;
}
.scrollItem {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.scrollItem li:not([class]) {
	padding: 22px 0 20px;
}
.scrollItem li {
    white-space: nowrap;
    margin: 0 1%;
    /* display: inline-block; */
}
.scrollItem a, .scrollItem a:hover {
    color: initial;
    text-decoration: none;
    padding: 0 8px;
    line-height: 1.2;
    display: block;
}
.m_line {
	border-bottom: 2px solid transparent;
}
.m_line.active, .m_line:hover {
	border-color: #ceecf5;
}
.social {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.social li {
	padding: 0 5px;
}
.social img {
	height: 24px;
}
.osn_menu {
	/* margin-bottom: 50px; */
	overflow: hidden;
}
.pad {
	padding-top: 50px;
}
.pad2 {
	padding-top: 80px;
}
.banner2 {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 25px;
	font-size: 20px;
	background: #ebf1f2 url('/assets/img/move.jpg') center no-repeat;
}
.banner2-bord {
	width: 100%;
	height: 100%;
	padding: 20px 15px 30px;
	border: 1px solid #0b0b3b;
}
.banner2-text {
	width: 50%;
	position: relative;
	text-align: center;
	font-weight: 300;
}
.banner2-text span {
	display: block;

}
.banner2-text .title {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.banner2-text .title > span {
	display: inline-block;
    background-color: #ebf1f2;
    padding: 0 8px;
}
.banner2-text .title2 {
	font-size: 100px;
	line-height: 1;
	font-weight: 900;
	padding-bottom: 10px;
}
.banner2-text .text > span {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
}
.banner2-text .text {
	padding-bottom: 15px;
}
.prod-3 .owl-item .item-prod, .catalog.prod-3 .item-prod{
	background-color: #f6f4f4;
}
.catalog.prod-3 .item-prod {
	width: 30%;
	margin: 25px 5% 25px 0;
}
.catalog.prod-3 .item-prod:nth-of-type(3n+3) {
	margin-right: 0;
}
.catalog.prod-3 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.prod-3 .owl-item:nth-of-type(3n+2) .item-prod,
.catalog.prod-3 .item-prod:nth-of-type(3n+2) {
	background-color: #efece9;
}
.prod-3 .owl-item:nth-of-type(3n+3) .item-prod,
.catalog.prod-3 .item-prod:nth-of-type(3n+3) {
    background-color: #f4f6f4;
}
.mw_prod {
	max-width: 1010px;
	margin: auto;
}
.item-prod {
	border-radius: 10px;
	margin: 10px;
	padding: 0px 40px 25px;
	transition: all .3s;
	text-align: center;
}
.item-prod-pad {
	position: relative;
}
.item-prod .item-photo img {
	padding: 40px 0 30px;
}
.item-prod:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    /* background-color: #ecf4f6 !important; */
}
.item-prod .item-name {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
.item-prod .match-price {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
}
.product-page .match-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 10px;
}
.item-cost {
	font-weight: 900;
	font-size: 25px;
}
.item-cost_old {
	text-decoration: line-through;
	margin-left: 8px;
}
.item-prod .ms2_form > * {
	width: 100%;
	margin-top: 13px;
}
span.label {
	position: absolute;
    font-size: initial;
    font-weight: 900;
    display: inline-block;
    border-radius: 15px;
    padding: 4px 8px;
    background-color: #fff;
    left: 0;
    top: 15px;
    line-height: 1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.owl-nav img {
	width: 33px;
}
.owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(50% - 40px);
}
.owl-nav .owl-prev {
    position: absolute;
    left: -60px;
}
.owl-nav .owl-next {
    position: absolute;
    right: -60px;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    transition: transform .3s;
}
.owl-carousel.prod-3 {
	position: relative;
}
.owl-dots {
	text-align: center;
	padding-top: 35px;
}
.owl-dot {display: inline-block; margin: 8px 4px;}
.owl-dot span {
	border-radius: 100%;
	width: 6px;
	height: 6px;
	background-color: #ceecf5;
	display: inline-block;

	transition: all .3s;
}
.owl-dot.active span, .owl-dot:hover span {
	width: 8px;
	height: 8px;
	background-color: #0b0b3b;
}
.gl_best .title {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.product-page {
	padding-bottom: 90px;
}
.product-page.nopad {
	padding-bottom: 0;
}
.product-page .options-item {
	border-bottom: 1px solid #e6e6e6;
}
.options-item {
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 11px;
	color: #62636a;
	padding-bottom: 20px;
}
.options-item > * {
	width: 48%;
	text-transform: uppercase;
}
.options-item.col3 > * {
	width: 30%;
}
.options-item > * > span {
	color: #0b0b3b;
	display: block;
}
.gl_best .ms2_form {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gl_best .ms2_form > * {
	width: 48%;
	text-align: center;
}
.block-bg {
	position: relative;
	text-align: right;
}
.gl_best.left .block-bg {
	text-align: left;
}
.block-bg .bg1 {
	background-color: #d8f6fe;
	border-radius: 15px;
	height: 80%;
	position: absolute;
	left: 0;
	width: 100%;
	top: 25px;
	z-index: 1;
}

.block-bg .bg2 {
	position: relative;
	z-index: 2;
	width: 60%;
	text-align: center;
	margin-right: 40px;
	display: inline-block;
}
.gl_best.left .block-bg .bg2 {
	margin-right: 0;
	margin-left: 40px;
}
.block-bg .bg2 a {
	position: relative;
	z-index: 2;
}
.best-text {
	padding: 30px 0 0;
}
/* .block-bg .bg2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	display: block;
	width: 100%;
	height: 80%;
	z-index: 1;
	background-color: #f4f5f6;
	border-radius: 15px;
} */
.block-bg .bg2 > div {
	position: absolute;
	left: 0;
	bottom: -20px;
	display: block;
	width: 100%;
	height: 80%;
	z-index: 1;
	background-color: #f4f5f6;
	border-radius: 15px;
}
.block-bg .bg1.color2 {
	background-color: #fed8e2;
}
.block-bg .bg2.color2 > div {
	background-color: #f6f4f4;
}
.block-bg .bg1.color3 {
	background-color: #f1dcff;
}
.block-bg .bg2.color3 > div {
	background-color: #f8f6f8;
}
.prod-3.liter .owl-item .item-prod,
.prod-3.liter .owl-item:nth-of-type(3n+2) .item-prod,
.prod-3.liter .owl-item:nth-of-type(3n+3) .item-prod {
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.liter .item-prod {
	padding-left: 15px;
	padding-right: 15px;
}
.liter .ms2_form {
	padding-left: 20px;
	padding-right: 20px;
}
.subs-block {
    background: #fcfeff;
	padding: 40px 15px;
	color: #000;
	font-size: 20px;
	text-align: center;
}
.subs-block .title {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.subs-block .text {
	padding-bottom: 30px;
}
.ico-text .inp {
	font-size: 20px;
}
.inp {
	border-radius: 5px;
	border: 1px solid #0b0b3b;
	color: #0b0b3b;
	width: 100%;
	padding: 12px 15px;
	background-color: #fff;
}
input.inp {
	height: 50px;
	line-height: 1;
	margin-bottom: 1rem;
}
textarea.inp {
	height: 150px;
	line-height: 1.2;
}
.ico-text input {
	font-size: 20px;
}
.subs-form > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 15px;
	    flex-direction: column;
}
.subs-form > div > *:first-child {
	width: 70%;
	padding: 10px 0;
	padding-right: 20px;
}
.subs-form > div > *:last-child {
	padding: 10px 0;
	width: 30%;
}
.subs-form > *:last-child > * {
	width: 100%;
}
small, .ico-text form small {
	font-size: 12px;
	color: #0b0b3b;
}
small a {
	text-decoration: underline;
}
footer {
	background-color: #cb894e;
	color: #fff;
}
footer.vn {
	margin-top: 80px;
}
footer .f_text {
	padding-bottom: 80px;
}
footer .title {
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 30px;
}
footer .title2 {
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 30px;
}
footer .f_cont > div {
	width: 50%;
}
footer .f_cont-block {
	padding-bottom: 35px;
}
footer a, footer a:hover {
	color: #fff;
}
footer .f_cont-block > span {
	text-transform: uppercase;
	display: block;
	font-weight: 300;
}
footer .f_item {
	font-size: 25px;
	line-height: 1.2;
}
footer .social {
	justify-content: flex-start;
}
footer .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .menu a {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2;
}
footer .menu li {
	margin-bottom: 10px;
}
footer .copy {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
	font-weight: 300;
}
footer .copy_text {
	text-align: right;
}
footer .copy_text a {
	text-decoration: underline;
}
.mw100 {
	max-width: 100%;
}
.w100 {
	width: 100%;
}
.t_big {
	font-weight: 900;
	font-size: 30px;
	color: #0b0b3b;
	text-decoration: none !important;
	display: inline;
	line-height: 1.2;
}
.l_line {
	border-bottom: 1px solid transparent;
}
.l_line:hover {
	border-color: #ceecf5;
}
.blog_mini p {
	margin: 20px 0;
}
.merop_item > .row {
	padding-top: 25px;
	padding-bottom: 25px;
}
.merop_item .blog_mini p {
	font-size: 20px;
	font-weight: 300;
}
.merop_item .blog_mini > span, .htitle {
	display: block;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.blog_item {
	padding-top: 25px;
	padding-bottom: 25px;
}
.pagination {
	list-style: none;
	padding: 50px 0 0 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li {
	margin: 5px;
}
.pagination li > * {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	border: 1px solid #0b0b3b;
	text-align: center;
	text-decoration: none !important;
	border-radius: 5px;
	background-color: #fff;
}
.pagination li > span, .pagination li > *:hover {
	background-color: #ceecf5;
	border-color: #ceecf5;
}
.link-back, .link-back:hover {
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.2;
    margin: 30px 0;
}
.link-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 38px;
    height: 56px;
    background: url('/assets/img/iconfinder_00-STORE-37_3180659 left.svg') center/contain no-repeat;
}
.content{
    margin-top: 5rem;
}
.content_text {
	font-size: 20px;
	font-weight: 300;
	max-width: 90%;
	margin: auto;
}
.content_img {
	text-align: center;
	padding-bottom: 35px;
}
.content_img iframe {
	width: 100%;
	height: 560px;
}
.blog_item.st .mw100 {
	margin-bottom: 20px;
}
.product-page .block-bg2 {
	margin-top: 50px;
	text-align: center;
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.product-page .block-bg2 .bg1 {
	top: 0;
	width: 85%;
	background-color: #fed8e2;
    border-radius: 15px;
    height: 79%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.product-page .block-bg2 .bg2 {
	width: 85%;
	height: 79%;
	margin-right: 0;
	position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    background-color: #f6f4f4;
    border-radius: 15px;
}
.product-page .block-bg2 img {
	position: relative;
	z-index: 3;
}
.product-page .title {
	font-size: 30px;
	font-weight: 300;
	padding-bottom: 30px;
	line-height: 1.2;
	text-transform: none;
}
.product-page.nopad .title {
	padding-bottom: 15px;
}
.block_tab-item > div {
	display: none;
}
.block_tab-item > div.active {
	display: block;
}
.text-tab {
	min-height: 130px;
}
.text-tab.mh {
	max-height: 130px;
    overflow: hidden;
    position: relative;
}
.text-tab.mh:after {
	content: "";
    display: block;
    height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.add_test {
    text-transform: uppercase;
    color: #62636a;
    position: relative;
    padding-left: 35px;
    text-decoration: none !important;
}
.add_test span {
	border-bottom: 1px dashed #62636a;
}
.add_test:hover span {
	color: #d8f6fe;
	border-color: #d8f6fe;
}
.add_test:before {
    content: '';
    width: 24px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/assets/img/iconfinder_pencil-writing-write-edit-pen_3643749.svg') center/contain no-repeat;
}
.add_test:hover:before {
	background-image: url('./assets/img/iconfinder_pencil-writing-write-edit-pen_3643749 blue.svg');
}
.show-text {
    font-size: 11px;
    text-transform: uppercase;
    color: #62636a;
    position: relative;
    padding-left: 25px;
    text-decoration: none !important;
    opacity: 0;
    visibility: hidden;
}

.show-text.vis {
    opacity: 1;
    visibility: visible;
}
.show-text:hover span {
	color: #d8f6fe;
	border-color: #d8f6fe;
}
.show-text:before {
    content: '';
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/assets/img/iconfinder_00-ELASTOFONT-STORE-READY_eye_2738306grey.svg') center/contain no-repeat;
}
.show-text:hover:before {
	background-image: url('/assets/img/iconfinder_00-ELASTOFONT-STORE-READY_eye_2738306blue.svg');
}
.show-text span {
    border-bottom: 1px dashed #62636a;
}
.block_tab {
	padding-bottom: 30px;
}
.block_tab-list {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}
.block_tab-list li {
	display: inline-block;
	margin-right: 20px;
}
.block_tab-list li a {
	display: block;
	padding: 0 5px;
	text-decoration: none !important;
}
.block_tab-list li .active {
	font-size: 20px;
	border-bottom: 2px solid #d8f6fe;
}
.block_tab-list li:last-child {
	margin-right: 0;
}
.block_tab-item {
	padding-top: 10px;
	font-size: 14px;
}
.block_tab-item ul {
	padding-left: 1rem;
}
.product-buy {
	display: flex;
	align-items: flex-start;
}
.plmn {
	height: 51px;
	margin-right: 25px;
    display: flex;
}
.plmn > span {
    height: 51px;
    line-height: 50px;
    width: 26px;
    border: 1px solid #0b0b3b;
    text-align: center;
    cursor: pointer;
}
.plmn > span:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.plmn > span:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.plmn input {
    height: 51px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #0b0b3b;
    border-left: 0;
    border-right: 0;
    width: 50px;
}
.w190 {
	width: 190px;
}
.testim {
	margin-top: 30px;
	position: relative;
}
.testim_text {
	font-size: 14px;
}
.testim_title {
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 20px;
}
.popup {
	display: none;
	width: 100%;
	max-width: 670px;
	padding: 50px 70px 20px;
}
.inp-bl {
	padding-bottom: 25px;
}
.ico-block {
	display: table;
	width: 100%;

}
.map, .ico-block {
	padding-bottom: 60px;
}
.ico-block > * {
	display: table-cell;
	vertical-align: top;
}
.ico-block .ico-i {
	width: 70px;
	padding-top: 7px;
	text-align: center;
}
.ico-block .ico-i img {
	height: 34px;
}
.ico-block {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.2;
}
.ico-block .h1 {
	padding-bottom: 25px;
}
.cont-block {
	padding-top: 50px;
}
.ico-text ul:not(.social) {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ico-text ul:not(.social) li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}
.ico-text ul:not(.social) li:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #ceecf5;
	left: 0;
	top: 10px;
}
.ico-text small {
	font-size: 20px;
	font-weight: 400;
}
.map > img {
	max-width: 100%;
}
.fs30 {
	font-size: 30px;
	line-height: 1.2;
	display: block;
	padding-bottom: 25px;
}
.ico-block .social {
	justify-content: flex-start;
}
.banner3, .banner4 {
	min-height: calc(100vh - 167px);
	display: flex;
	padding: 15px 0;
}
.fw300 {
	font-weight: 300;
}
.banner4 {
	align-items: flex-end;
	color: #fff;
	padding-bottom: 80px;
	background: #0b1129 url('/assets/img/about.jpg') center/cover no-repeat;
}
.banner4 .title {
	font-size: 60px;
	font-weight: 900;
}
.banner4 .text {
	font-size: 30px;
	font-weight: 300;
}
.banner3 {
	align-items: center;
	background: #eaeff2 url('/assets/img/partner.jpg') center/cover no-repeat;
}
.banner3 .title {
	font-size: 50px;
	line-height: 1.2;
	padding-bottom: 40px;
}
.banner3 .title > b {
	font-size: 70px;
}
.fs20 {
	font-size: 20px;
}
.banner3 .text {
	padding-bottom: 10px;
}
.banner3 .fs30 {
	font-weight: 900;
	text-transform: uppercase;
}
.lk_block {
	font-size: 20px;
}
.item_lk {
	padding-top: 25px;
	padding-bottom: 30px;
}

.item_lk-text {
	padding-bottom: 35px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label, [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    text-align: left;
}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #0b0b3b;
    background: #fff;
}
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url('/assets/img/iconfinder_00-ELASTOFONT-STORE-READY_ok_2738304.svg');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after {
    opacity: 1;
}
.notr {
	text-transform: none;
}
.list_order .list_order-item:first-child .list_order-link {
	border-top: 1px solid #e6e6e6;
}
.list_order-link {
	position: relative;
	padding: 15px 40px 15px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;

	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
}

.list_order-link:after, .lk_open:after {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	display: block;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('/assets/img/iconfinder_icon-ios7-plus-empty_211602.svg') center/contain no-repeat;
}
.list_order-link:hover:after {
	background-image: url('/assets/img/iconfinder_icon-ios7-plus-empty_211602 blue.svg');
}
.active .list_order-link:after, .lk_open.active:after {
	background-image: url('/assets/img/iconfinder_icon-ios7-minus-empty_211773.svg');
}
.active .list_order-link:hover:after {
	background-image: url('/assets/img/iconfinder_icon-ios7-minus-empty_211773 blue.svg');
}
.list_order-link > div {
	border-bottom: 1px solid transparent;
	line-height: 1;
}
.active .list_order-link > div {
	border-color: #ceecf5;
}
.list_order-link > span {
	text-transform: uppercase;
	color: #62636a;
	padding-left: 25px;
}
.list_order-order {
	padding: 50px 70px;
	background-color: #f6f4f4;
	border-bottom: 1px solid #e6e6e6;
	display: none;
}
.active .list_order-order {
	display: block;
}
.list_order-order > .row {
	padding-bottom: 40px;
}
.pb_order {
	padding-bottom: 20px;
}
.list_order-prod {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.list_order-prod > .left {
	width: 60%;
}
.list_order-prod > .right {
	width: 40%;
	padding-left: 7%;
}
.order-prod {
	display: flex;
	font-weight: 300;
}
.order-prod > * {
	padding-right: 20px;
}
.order-prod > *:last-child {
	padding-right: 0;
}
.order-prod > .order-count {
	width: 15%;
}
.order-prod > .order-cost {
	width: 25%;
}
.order-prod > .order-name {
	width: 60%;
}
.order-prod b, .order-total {
	font-weight: 900;
}
.order-total {
	display: flex;
	justify-content: space-between;
}
.psevdo {
	text-decoration: none !important;
	text-transform: uppercase;
	border-bottom: 1px dashed;
	font-size: 15px;
}
.msshiptor.psevdo {font-size: inherit;}
.psevdo:hover {
	color: #ceecf5;
}
.cart-line {
	padding: 25px 0;
	border-bottom: 1px solid #e6e6e6;
}
.cart-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 25px 0;
}

.cart-row > div, .total-cart > * {
    padding-right: 15px;
}
.cart-photo {
    flex-basis: 13%;
}
.cart-block {
	flex-basis: 87%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart-name {
    flex-basis: 50%;
}
.cart-count, .cart-cost {
    flex-basis: 20%;
}
.cart-delete {
    flex-basis: 10%;
    text-align: right;
}
.cart-photo a {
	width: 120px;
	height: 120px;
	display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-color: #f6f4f4;
}
.cart-photo img {
    max-width: 100%;
}
.cart-name a {
	font-weight: 300;
	font-size: 30px;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}
.cart-name a:hover {
	border-bottom: 1px solid;
}
.cart-delete button {
	padding: 0;
	line-height: 1;
	position: relative;
	margin-left: 25px;
}
.cart-delete button:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -20px;
	top: -1px;
	background: url('/assets/img/iconfinder_trash_4115238.svg') center/contain no-repeat;
}
.cart-delete button:hover:before {
	background-image: url('/assets/img/iconfinder_trash_4115238 blue.svg');
}
.total-cart {
	padding: 25px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.total-block {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 300;
}
.item-cost {
	font-size: 30px;
	font-weight: 900;
}
.total-cart .total-block {
	margin-left: 10%;
}
.title-city {
    display: flex;
    align-items: flex-end;
    padding-bottom: 18px;
}
.title-city > div {
	font-size: 30px;
    margin-bottom: 10px;
    padding-left: 50px;
}
.select-country a {
	cursor: pointer;
	position: relative;
	border-bottom: 1px dashed;
}
.select-country a > span {
	text-transform: uppercase;
}
.delivery-cont {
	padding-right: 30px;
	position: relative;
}
.delivery-cont:after, .select2 .placeholder:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 6px;
    background: url('/assets/img/iconfinder_00-STORE-37_3180659 left.svg') center/contain no-repeat;
    transform: rotate(270deg);
    display: block;
}
#msOrder {
	font-size: 20px;

}
#msOrder p {
	font-weight: 300;
}
.msshiptor-buttons-group {
	padding-bottom: 25px;
}
.msshiptor-buttons-group label {
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
	text-transform: uppercase;
}
.msshiptor-buttons-group label.active {
	font-size: 30px;
	border-bottom: 2px solid #ceecf5;
}
.msshiptor-buttons-group label:last-child {
	margin-right: 0;
}
.msshiptor-method-select .orderBlock {
    text-align: center;
}
.delivery-form {
	padding: 20px 0 25px;
}
.orderBlock {
	padding: 30px 0;
	margin-bottom: 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.select2 {
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    border: 0px;
    margin-left: 0;
    -webkit-touch-callout: none;
}
.del_block {
    display: flex;
    align-items: center;
}
.select2 .list-sel {
    position: relative;
}
.select2 .placeholder {
    font-size: 35px;
    font-weight: 300;
    position: relative;
    display: block;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    margin-right: 50px;
}
.select2 .placeholder:after {
    right: -40px;
    width: 30px;
    height: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.del_block .info_del {
    padding-left: 30px;
}
.select2 ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    border-radius: 0px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 10px 45px;
    z-index: 100;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.select2 ul li {
    display: block;
    text-align: left;
    cursor: pointer;
}
.select2 ul li label {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #e4e5e5;
    padding: 10px 0;
    margin: 0;
}
.select2 ul li:last-child label {
	border-bottom: 0;
}
.select2.is-open ul {
    display: block;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 75px;
    height: 50px;
    display: flex;
    align-items: center;
}
[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #0b0b3b;
    background: #fff;
}
[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    margin: auto;
    background-color: #ceecf5;
    border-radius: 5px;
}
#payments label {
	text-transform: uppercase;
	margin-right: 70px;
}
.msorder_total .bg {
	background-color: #ceecf5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	margin-bottom: 20px;
}
.msorder_total .bg .total {
	line-height: 1.1;
}
.msorder_total .bg .total > span {
	font-weight: 300;
}
.msorder_total .bg .total .item-cost {
	font-size: 40px;
}
.line_d {
	padding-bottom: 50px;
	position: relative;
}
.line_d:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 170px;
	height: 1px;
	background-color: #ceecf5;
	display: block;
}
.text-right {
	text-align: right;
}
.about {
	font-size: 20px;
}
.pdtb25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.pdtb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bord-radius {
	border-radius: 10px;
	border: 1px solid #0b0b3b;
}
.about .title {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 40px;
}
.white {
	color: #fff;
}
.about3 {
	padding: 10vh 0;
	background: #2e4877 url('/assets/img/about3.jpg') center/cover no-repeat;
}
.about3 p {
	margin-bottom: 0;
}
.about4, .about10 {
	align-items: center;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.about4 .text, .about10 .text {
	text-align: center;
	padding: 25px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about .title2 {
	font-weight: 400;
	padding-bottom: 25px;
}
.about4 .img-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about10 .img-bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about .about_ico {
	padding-left: 60px;
	position: relative;
	font-size: 15px;
	text-align: left;
}

.about .about_ico b {
	display: block;
	font-size: 20px;
}
.about .about_ico img {
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.about6 {
	background-color: #e6e6e6;
	padding: 90px 0;
}
.about .title3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-color: #0b0b3b;
	padding: 10px;
}
.about11 {
	height: 1270px;
	background: url('/assets/img/about11.jpg') bottom center/cover no-repeat;
}
.about11-block {
	padding: 25px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.about11-block p {
	margin-bottom: 0;
	font-size: 15px;
}
.about11-block b {
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.patent img {
	margin-bottom: 20px;
}
.patent {
	text-align: center;
	font-size: 15px;
	padding-bottom: 30px;
}
.about .about14 .title {
	font-weight: 300;
}
.about14 {
	background-color: #e6e6e6;
	padding: 90px 0;
}
.about .about14 .snos {
	margin-top: 50px;
}
.about .snos {

	border-radius: 5px;
	border: 1px solid #0b0b3b;
	font-size: 12px;
	padding: 10px;
}
.about15 {
	padding: 90px 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(220,240,253,1) 100%);
	background: -webkit-linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(220,240,253,1) 100%);
	background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(220,240,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dcf0fd",GradientType=1);
}
.list_nagr {
	position: relative;
	padding: 25px 50px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.list_nagr b {
	display: block;
}
.list_nagr img {
	position: absolute;
	width: 20px;
	left: 0;
	top: 35px;
}
.search {
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 5%;
	z-index: 1;
	padding: 25px 0;
	opacity: 0;
    transition: transform .5s, opacity .5s;
    transform: translateY(-100%);
}
.search.active {
	opacity: 1;
    transform: translateY(0%);
    overflow-y: auto;
}
.noscroll {
	overflow: hidden;
}
.close_c {
	margin-bottom: 25px;
	width: 32px;
	height: 32px;
	background: url('/assets/img/iconfinder_cross_4115230.svg') center/contain no-repeat;
}
#formLogin > span {
    padding: 0 5px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: dashed;
    border-bottom: 2px solid transparent;
    line-height: 1.2;
    cursor: pointer;
    margin-right: 20px;
}
#formLogin > span.active {
	border-color: #d8f6fe;
}
#formLogin .open {
    display: block;
}
#formLogin .noopen {
    display: none;
}
#formLogin .forms {
	padding-top: 20px;
}
#formLogin small {
	line-height: 1.4;
	display: inline-block;
}
.form_2 {
	display: flex;
	align-items: flex-start;
}
.form_2 > div:last-child {
	padding-left: 25px;
	line-height: 1;
}
#formLogin .inp-bl {
	padding-bottom: 15px;
}
#formLogin input.inp {
	font-size: 14px;
}
#formLogin label {
	font-size: 12px;
    line-height: 1.2;
}
.msMiniCart .not_empty, .msMiniCart.full .empty {
    display: none;
}
.msMiniCart.full .not_empty {
    display: block;
}
.form_2 .item-cost {
	font-size: 20px;
}
.item-m-cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 30px;
}
.item-m-cart:last-child {
	padding-bottom: 0;
}
.item-m-cart > div {
	padding-left: 12px;
	padding-right: 20px;
	flex-grow: 1;
	width: 100%;
}
.item-m-cart > a {
	width: 50px;
	text-align: center;
}
.item-m-cart .cost {
	margin-top: 4px;
}
.item-m-cart > a img {
	max-width: 100%;
}
.item-m-cart .del {
	width: 20px;
	height: 20px;
	background: url('/assets/img/iconfinder_trash_4115238.svg') center/16px no-repeat;
}
.item-m-cart .del:hover {
	background-image: url('/assets/img/iconfinder_trash_4115238 blue.svg');
}
.mcart-scroll .scroll {
    max-height: 250px;
    outline: none;
}
.mcart-scroll {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.jspDrag {
	border-radius: 0;
    background: #e6e6e6;
}
.jspTrack:before {
	    background-color: #e6e6e6;
}
.jspVerticalBar {
	width: 6px;
}
.about11_list > div {padding-bottom: 30px;}
form.mslistorders-form {display: none;}
.mse2-ac-item {display: flex; align-items: center; padding: 5px 0; border-bottom: 1px solid #ceecf5;}
.ui-state-active .mse2-ac-item {border-color: transparent;}
.mse2-ac-item > div:first-child {width: 50px;}
.mse2-ac-item > div img {max-width: 100%;}
.mse2-ac-item > div:last-child {padding-left: 20px;}
.ui-widget.ui-widget-content li:nth-last-child(2) .mse2-ac-item {border-bottom: 0;}
.tab-list-item[disabled="disabled"] {display: none;}

.bg-1{
    background: url(../img/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-2{
    background: url(../img/bg3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.catalog{
	padding-top: 10px;
	margin-top: 10px;
}
.catalog__bottom-btn{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.catalog__inner{
	display: flex;
	gap: 15px;
	margin-top: 10px;
	flex-wrap:wrap;
}
.catalog__item{
    max-width: 240px;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 10px;
    transition: all .3s;
    min-height: 280px;
}
.title-border{
    border-bottom: 3px solid #b6c64a;
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}
.catalog__img{
    border-radius:10px;
}
.catalog__img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.catalog__btn{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.catalog__price{
	font-size: 18px;
    font-weight: 500;
	color: #000;
}
.catalog__name{
	font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
	margin-bottom: 1.5rem;
	margin-top: 10px;
}
/* navSpec */
.navSpec .navSpec__inner{
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
}
.navSpec .navSpec__inner ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
/*     background: #bababa; */
    border-collapse: collapse;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    align-items: center;
}
.navSpec .navSpec__inner ul .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    transition: background .1s ease;
    background-color: #fff;
    height: 100%;
    cursor:pointer;
    transition: all .3s;
}
.navSpec .navSpec__inner ul .item:hover{
    background-color: #f2f2f2;
}
.navSpec .navSpec__inner ul .item .item__img{
    max-width: 85px;
    margin-bottom: 10px;
}
.navSpec .navSpec__inner ul .item img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.navSpec .navSpec__inner ul .item .name a{
    margin-top: auto;
    color: #b6c64a;
    max-width: 200px;
    text-align:center;
}
/* Modal */

/*Modal*/
.open-popup {

}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 100;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 400px;
    padding: 25px;
    transition: 0.5s all;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.popup .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

.popup input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    width: 400px;
    padding: 0;
    color: #000;
}

.popup input:focus {
    border-bottom: 1px solid #2982ff;
}

.popup input:focus + .label__text {
    color: #2982ff;
}

.popup textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup textarea:focus {
    border-bottom: 1px solid #2982ff;
}

.popup textarea:focus + .label__text {
    color: #2982ff;
}

.popup button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #2982ff;
    background: #2982ff;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
}

.popup button:hover {
    background: #fff;
    color:#2982ff;
    transition: 0.5s all;
}
.modwin.active{
    display: block;
}
.gallery__item img{
    object-fit: cover;
    width: 100%;
    height: 265px;
    cursor: zoom-in;
}
.gallery__item{
    width: 100%;
    height: 100%;
    margin: .7rem;
}
.gallery__block{
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 10px;
}
.gallery{
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.breadcrumb__block{
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    margin-top: 1rem;
}
.breadcrumb{
      margin-bottom: 1rem;
    list-style: none;
      flex-wrap: wrap;
    list-style-type: none;
    display: flex;
    background: inherit;
    line-height: 1.125em;
    color: #000;
}
.breadcrumb .breadcrumb__item:not(:last-of-type){
  margin-right: .5em;
}
.breadcrumb__item{
  color: #cb894e;
}
.breadcrumb > .active{
  color: #ef8628;
}
.bw__block {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:20px;
}
.bw__block p{
    margin: 0;
}
.r4{
    font-size: 15px;
}
.d-flex2 {
    gap: 15px;
}
.d-flex2 .title{
    font-size: 18px;
}
.input-group-sm{
    gap:20px;
}
/* slider */
.slider{
  z-index: 10;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.slider__block img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slider__block {
    width: 100%;
    height: 600px;
    z-index: -1;
}

.slider__block {
    padding: relative;
}

.slider__content {
    width: 40%;
    top: 34%;
    left: 34%;
    transform: translate(-34%, -34%);
    position: absolute;
    background: rgba(255, 255, 255, .8);
    padding: 5rem;
    border-radius: 13px;
}

.slider__intem {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider__content__title h2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #00adef;
    padding-bottom: 2rem;
}
.slider__content__title p {
    line-height: 1.4;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    color: #8e9295;
}

.slider__content__btn {
    padding-top: 1rem;
}
/* nav */
.nav2{
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    padding: .6rem 0;
    transform: translateY(0);
    background: #fff;
}
.nav__list{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    height: 48px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.nav__item{
    
}
.nav__link{
    color: #b6c64a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;

    padding: 0 1.6rem;
    line-height: 158.3%;
    transition: color .2s linear;
    white-space: nowrap;
}
.nav__link:hover{
    color: #444;
    text-decoration: none;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 60px;
    background: #fff;
}
.fixed-2{
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 60px;
    background: #fff;
}
.nav2 .fixed-2{
    transition: top .5s;
}
.scientists{
    margin-top: 5rem;
    padding-bottom: 12rem;
}
.news{
    margin-top: 5rem;
}

/* news */
.news__inner{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-auto-rows: auto;
    gap: 15px;
    margin-top: 4rem;
}
.news__item{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    height: 100%;
    background: #fff;
    
    border-radius: 10px;
    text-align: center;
}
.news__data{
    line-height: 140.2%;
    font-size: 1.4rem;
    color: ;
    margin-bottom: 1.5rem;
}
.news__title{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 4rem;
}
.news__text{
    line-height: 140.2%;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: ;
}
.news__btn{
    text-align: center;
    margin-top: auto;
}
/* why */
.why__item{
    display: flex;
    align-items:center;
    gap:10px;
}
.why__inner{
    display: flex;
    flex-direction:column;
    gap:15px;
}
.why h2{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.why .why__block{
    display: flex;
    justify-content:center;
}
.why__title{
    line-height: 1.2;
    color: #000;
}
.fotorama__thumb-border{
    border-color:#cb894e !important;
}
.content__inner p{
    line-height: 1.5;
    margin-bottom: 1em;
    color: #000;
}
.content__inner ol {
  counter-reset: myCounter;
  list-style-type: none;
}
.content__inner ol li{
     list-style: none;
     color: #000;
     margin-bottom: 5px;
     line-height: 1.2;
}
.content__inner ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #000;
  margin-right: 5px;
}

.content__inner ul {
  counter-reset: myCounter;
  list-style-type: none;
}
.content__inner ul li{
     list-style: none;
     color: #000;
     margin-bottom: 5px;
     line-height: 1.2;
}

.content__inner p strong{
    font-weight: 600;
    font-size: 1.8rem;
    color: #000;
}
.content__inner p img{
    margin: 1rem 0;
    max-width: 100%;
    height: 100%;
}
.content__inner table, .content__inner th, .content__inner td{
    border: 1px solid grey !important;
}
.content__inner table{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    margin-bottom: 1.25em;
    width: 100% !important;
    max-width: 100% !important;
    border-spacing: 0;
    border: 1px;
}
.content__inner tbody{
    width: 100%;
}
.content__inner tr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    height: auto !important;
}
.content__inner tr th, .content__inner tr td{
    flex: 1 1;
    padding: 1rem !important;
    vertical-align: baseline;
    height: auto !important;
    border: 1px;
    word-break:break-all;
}
.content__inner tr th p, .content__inner tr td p{
    word-break:break-all;
}
.content__inner table p{
    margin-bottom: 0 !important;
    word-break:break-all;
}
.content__inner tr th strong, .content__inner tr td strong{
    font-weight: 600;
}















