@charset "utf-8";
/*----------fonts--------------*/
@font-face {
    font-family: "Gilroy-Light";
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy-Heavy";
    src: url("../fonts/Gilroy-Heavy.eot");
    src: url("../fonts/Gilroy-Heavy.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Heavy.woff") format("woff"),
    url("../fonts/Gilroy-Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy-Extrabold";
    src: url("../fonts/Gilroy-Extrabold.eot");
    src: url("../fonts/Gilroy-Extrabold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Extrabold.woff") format("woff"),
    url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy-Black";
    src: url("../fonts/Gilroy-Black.eot");
    src: url("../fonts/Gilroy-Black.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Black.woff") format("woff"),
    url("../fonts/Gilroy-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy-Medium";
    src: url("../fonts/Gilroy-Medium.eot");
    src: url("../fonts/Gilroy-Medium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.eot");
    src: url("../fonts/Gilroy-Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-BoldItalic.eot");
    src: url("../fonts/Gilroy-BoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-BoldItalic.woff") format("woff"),
    url("../fonts/Gilroy-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.eot");
    src: url("../fonts/Gilroy-Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-RegularItalic.eot");
    src: url("../fonts/Gilroy-RegularItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-RegularItalic.woff") format("woff"),
    url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
/*----------/fonts--------------*/
:root{
	--bs-black:#000000;
	--bs-blue:#7fe1f3;
	--bs-bluedark:#00adcf;
	--bs-bluehover:#0192af;
	--bs-green:#a0e33b;
	--bs-greendark:#85c235;
	--bs-white: #fff;
	--bs-maincolor:#172429;
	--bs-orange:#f15921;
	--bs-orangedark:#d2420d;
	--bs-graycolor:#e0e0e0;
	--bs-orangebtn:#ED826B;
	--bs--red:#FF0000;
}
/*html{
	overflow-y:scroll;
	overflow-x:hidden
}*/
html, body{
	height: 100%;
}
html.fix-body{
	overflow: hidden;
}
body{
	font:14px/1.4 "Gilroy", Arial, sans-serif;
	color:var(--bs-maincolor);
	text-align:left;
	background:#fff
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"]{
	padding:0;
	outline: none;
}
::-webkit-input-placeholder {color:var(--bs-maincolor); opacity:1;}
::-moz-placeholder          {color:var(--bs-maincolor); opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color:var(--bs-maincolor); opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color:var(--bs-maincolor); opacity:1;}

.input-lightholder::-webkit-input-placeholder {color:rgba(106, 106, 106, 0.4); opacity:1;}
.input-lightholder::-moz-placeholder          {color:rgba(106, 106, 106, 0.4); opacity:1;}/* Firefox 19+ */
.input-lightholder:-moz-placeholder           {color:rgba(106, 106, 106, 0.4); opacity:1;}/* Firefox 18- */
.input-lightholder:-ms-input-placeholder      {color:rgba(106, 106, 106, 0.4); opacity:1;}

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
:-ms-input-placeholder { color:transparent; } /* IE 10+ */

a:focus, a:active, a:visited, :focus, :active, :visited, button:focus, button:visited, button:active{
	outline: none;
	text-decoration: none;
	outline-offset: inherit;
}

img{
	display: block;
	max-width: 100%;
}
a{
	cursor: pointer;
	color: var(--bs-bluedark);
}
a:hover{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.blue-color{
	color: var(--bs-bluedark);
}
hr{
	background-color: var(--bs-black);
	opacity: .1;
}
b, strong{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Gilroy-Black";
	font-weight: normal;
	margin: 0 0 1rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
h3, h4, h5, h6{
	font-size: 12px;
}
div[id^="wait_comp_"]{ display: none!important;}
/*-----------------Header-------------------*/
header{
	position: relative;
	padding: 0 0 20px;
}
header:after,
header:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
}
header:after{
	background-color: var(--bs-green);
	left: 0;
}
header:before{
	background-color: var(--bs-blue);
	right: 0;
}
.header-top{
	display: flex;
	align-items: center;
	min-height: 80px;
	position: relative;
	z-index: 5;
	font-size: 12px;
}
.header-top .container{
	display: flex;
	align-items: center;
}
.title{
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
	font-family: "Gilroy-Black";
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 2px;
	border-bottom: 2px solid var(--bs-bluedark);
}
.logo{
	min-width: 265px;
	flex: 0 0 auto;
}
.logo__link{
	display: block;
	max-width: 200px;
}
.city-wrap{
	min-width: 115px;
	padding: 0 5px 0 0;
}
.city-wrap__label{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 3px;
	position: relative;
	padding: 0 0 0 18px;
}
.city-wrap__label:after{
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	width: 10px;
	height: 14px;
	background-image: url('../img/adress-icon_wh.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.city-wrap__name{
	font-weight: bold;
	margin: 0 0 0 18px;
	color: var(--bs-white);
	text-decoration: underline;
	padding: 0 13px 0 0;
	position: relative;
}
.city-wrap__name:hover{
	color: var(--bs-white);
	text-decoration: none;
}
.city-wrap__name:after{
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 2.5px 0 2.5px;
	border-color: var(--bs-white) transparent transparent transparent;
}
.search-form{
	display: flex;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	height: 35px;
	padding: 0 0 0 20px;
}
.search-form__text{
	font-family: "Gilroy-Medium";
	width: 100%;
	padding: 0;
	height: 35px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color:var(--bs-maincolor);
	border: none;
	background-color: transparent;
}
.search-form__submit{
	width: 38px;
	height: 35px;
	background-color: transparent;
	border: none;
	background-image: url('../img/search-icon.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.header-top .search-form{
	flex-grow: 1;
}
.phone-header{
	padding: 0 0 0 30px;
}
.phone-header .call-link{
	margin: 0 0 0 20px;
}
.phone-b{
	padding: 0 0 0 20px;
	position: relative;
}
.phone-b:after{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
	width: 13px;
	height: 13px;
	background-image: url('../img/phone-icon_wh.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.phone-b__link{
	color: var(--bs-maincolor);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.phone-b__link:hover{
	color: var(--bs-maincolor);
}
.call-link{
	color: var(--bs-white);
	text-decoration: underline;
	letter-spacing: 1.3px;
}
.call-link:hover{
	color: var(--bs-white);
	text-decoration: none;
}
.header-link-group{
	display: flex;
	align-items: flex-start;
	padding: 0 0 0 5px;
}
.header-link-group__item{
	color: inherit;
	display: flex;
	align-items: flex-start;
	margin: 0 0 0 30px;
	text-decoration: underline;
	text-decoration: none;
}
.header-link-group__item:hover{
	color: var(--bs-maincolor);
	text-decoration: none;
}
.header-link-group__item--package{
	width: 90px;
}
.header-link-group__item .inline-svg-icon{
	width: 17px;
	height: 17px;
	fill: var(--bs-white);
}
.header-link-group__item--lk{
	width: 72px;
}
.header-link-group__text{
	margin: 0 0 0 9px;
}
.header-link-group__text-mb{
	display: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
}
.header-link-group__img{
	flex: 0 0 auto;
}
.header-link-group__img img{
	display: block;
	max-width: 100%;
}
.header-link-group__img .package-orange-img,
.header-link-group__img .lk-orange-img{
	display: none;
}
.user-lisk-group{
	display: flex;
	align-items: flex-start;
	padding: 0 0 0 10px;
}
.user-lisk-group__item{
	margin: 0 0 0 20px;
	display: block;
	position: relative;
	flex: 0 0 auto;
}
.user-lisk-group__item .inline-svg-icon{
	width: 19px;
	height: 19px;
	fill: #fff;
}
.user-lisk-group__count{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: -8px;
	z-index: 1;
	background-color: var(--bs-maincolor);
	color: var(--bs-white);
	font-size: 8px;
	line-height: 1;
}
.user-lisk-group__img{
	display: block;
	max-width: 100%;
}
.user-lisk-group__img--orange{
	display: none;
}
.breadcrumb{
	margin-bottom: 0;
	padding: 0 0 30px;
	position: relative;
	z-index: 1;
}
.breadcrumb li{
	font-family: "Gilroy-Medium";
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #cecece;
}
.breadcrumb li + li:before{
	content: "-";
	margin: 0 5px;
	color: #cecece;
}
.breadcrumb li a{
	color: #cecece;
	text-decoration: underline;
	transition: all ease .5s;
}
.breadcrumb li a:hover{
	text-decoration: underline;
	color: var(--bs-bluedark);
}
/*---------------Navigation-----------------*/
.header-navbar{
	position: relative;
	z-index: 5;
}
.nav-main{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,.5);	
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin: 0;
	list-style-type: none;	
}
.nav-main__link{
	color: inherit;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	transition: all ease .5s;
	cursor: pointer;
	text-transform: uppercase;
}
.nav-main__link:hover, .nav-main__link--current{
	color: var(--bs-white);
	text-decoration: none;
}
.header-btn-group,
.footer-btn-group{
	display: none;
	min-width: 60px;
	flex: 0 0 auto;
}
.menu-trigger {
	position: relative;
	width: 17px;
	height: 12px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	z-index: 40;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
  }
  .menu-trigger-icon {
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: rgba(23,36,41,.3);
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
  }
  .menu-trigger-icon:before,
  .menu-trigger-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(23,36,41,.3);
	height: 100%;
	-webkit-transform: translate(0, -6px);
	-ms-transform: translate(0, -6px);
	transform: translate(0, -6px);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .menu-trigger-icon:after {
	-webkit-transform: translate(0, 6px);
	-ms-transform: translate(0, 6px);
	transform: translate(0, 6px);
  }
  .menu-trigger--close .menu-trigger-icon{
	background-color: transparent;
  }
  .menu-trigger--close .menu-trigger-icon:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .menu-trigger--close .menu-trigger-icon:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
.menu-trigger--close{
	position: fixed;
	top: 20px;
	right: 20px;
}
.header-navbar .menu-trigger--close{
	display: none;
}
.search-btn-mb{
	width: 14px;
	height: 14px;
	cursor: pointer;
	display: none;
	border: none;
	background-color: transparent;
	padding: 0;
}
.search-btn-mb .inline-svg-icon{
	width: 100%;
	height: 100%;
	fill: #888888;
}
.footer-btn-group .menu-trigger{
	margin: 0 15px 0 0;
}
.footer-btn-group .menu-trigger-icon{
	background-color: rgba(255,255,255,.3);
}
.footer-btn-group .menu-trigger-icon::before, 
.footer-btn-group .menu-trigger-icon::after{
	background-color: rgba(255,255,255,.3);
}
footer .user-lisk-group{
	display: none;
}
.footer-btn-group .search-btn-mb{
	
}
/*--------------Main Contetn----------------*/
.wrapper{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.wrapper .header, 
.wrapper footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.title-section{
	margin: 0 0 25px;
	text-transform: uppercase;
	font-family: "Gilroy-Black";
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 7px;
}
.title-section:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: var(--bs-bluedark);
	z-index: 1;
}
.mainContent{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
/*-----------bannerMain-----------*/
.bannerMain{
	position: relative;
}
.bannerMain:after,
.bannerMain:before{
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	bottom: 0;
	z-index: 1;
}
.bannerMain:after{
	left: 0;
	background-color: var(--bs-green);
}
.bannerMain:before{
	right: 0;
	background-color: var(--bs-blue);
}
.bannerMain .container{
	position: relative;
	z-index: 3;
}
.bannerMain__caption{
	font-size: 20px;
	text-align: center;
	color: var(--bs-white);
	text-transform: uppercase;
	line-height: 1.2;
	padding: 0 0 40px;
	position: relative;
	z-index: 5;
}
.bannerMain__caption h2{
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 5px;
}
.bannerMain__caption p{
	margin: 0;
}
.bannerMain__list{
	display: flex;
	align-items: flex-start;
}
.bannerMain__item{
	height: 515px;
	width: 50%;
	transition: all ease 1s;
	position: relative;
	display: flex;
	transform: translateX(0px);
}
.bannerMain__item:after{
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerMain__item--left:after{
	background-color: var(--bs-green);
}
.bannerMain__item--right:after{
	background-color: var(--bs-blue);
}
.bannerMain__item--right:before{
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 11;
	width: 49px;
	height: 18px;
	background-image: url('../img/arrows-banner.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.bannerMain__item--right .card-banner__img{
	top: 70px;
}
.bannerMain__content{
	position: relative;
	z-index: 8;
	display: flex;
	height: 100%;
	align-items: flex-start;
	width: 100%;
}
.card-banner{
	color: var(--bs-white);
	width: 540px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.card-banner__caption {
	font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
}
.bannerMain__item--right .card-banner{
	left: 45px;
}
.card-banner__slogan{
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	transition: all ease .8s;
	transform: translateX(0px);
}
.card-banner__title{
	position: relative;
	z-index: 2;
	font-size: 70px;
	line-height: 1;
	font-family: "Gilroy-Heavy";
	text-transform: uppercase;
	transition: all ease .8s;
	transform: translateX(0px) scale(1);
}
.card-banner__img{
	display: block;
	max-width: 545px;
	position: absolute;
	top: 35px;
	left: 0;
	transition: all ease .8s;
	right: 0;
	margin: 0 auto;
	transform: scale(1);
}
.bannerMain__list.left .bannerMain__item--right .card-banner__img,
.bannerMain__list.right .bannerMain__item--left .card-banner__img{
	transform: scale(0.8);
}
.bannerMain__list.right .bannerMain__item--left{
	transform: translateX(-65px);
}
.bannerMain__item.active{
	width: 75%;
}
.bannerMain__item .card-banner__btn{
	position: absolute;
	bottom: 25px;
	left: 0;
	transition: all ease .8s;
}
.bannerMain__item .btn-wh{
	padding: 0 15px 0 30px;
}
.bannerMain__item--right .card-banner__btn{
	left: 45px;
}
.bannerMain__item.active .card-banner__img{
	transform: scale(1.2);
	transition: all ease .9s;
}
.bannerMain__item--left.active .card-banner__title,
.bannerMain__item--left.active .card-banner__slogan,
.bannerMain__item--left.active .card-banner__btn{
	transform: translateX(70px);
	transition: all ease .9s;
}
.bannerMain__item--right.active .card-banner__title,
.bannerMain__item--right.active .card-banner__slogan,
.bannerMain__item--right.active .card-banner__btn{
	transform: translateX(35px);
	transition: all ease .9s;
}
.bannerMainMobile .bannerMain__item{
	width: 100%;
	padding: 105px 0 0 0;
	height: 420px;
}
.bannerMainMobile .bannerMain__item--right::before{
	display: none;
}
.bannerMainMobile .bannerMain__item--right .card-banner,
.bannerMainMobile .bannerMain__item--right .card-banner__btn{
	left: 0;
}

.bannerMainMobile .swiper-wrapper{
	height: auto;
}
.banner-button-wrap{
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	z-index: 99;
	left: 5px;
}
.banner-button-wrap .container{
	display: flex;
	align-items: flex-start;
}
/*.banner-button-prev{
	width: 8;
	height: 15px;
	cursor: pointer;
	background-image: url('../img/arrow-slider.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}*/
.banner-button-next,
.banner-button-prev {
	position: relative;
}
.banner-button-next:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -40px;
    z-index: 3;
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    transform: rotate(-135deg);
    transition: all ease .5s;
}
.banner-button-prev:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 3;
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    transform: rotate(-320deg);
    transition: all ease .5s;
}
/*.banner-button-next{
	transform: rotateY(180deg);
	margin: 0 0 0 20px;
}*/
.bannerMainMobile{
	display: none;
}
/*-----------action_slider-----------*/
.action-slider-wrap__caption{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}
.action-slider-wrap__name{
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Gilroy-Black";
	margin: 0;
	position: relative;
	padding: 0 0 7px;
}
.action-slider-wrap__name:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: var(--bs-bluedark);
	z-index: 1;
}
.action-slider-wrap__link-all,
.all-link{
	color: inherit;
	text-decoration: underline;
	font-family: "Gilroy-Light";
	font-size: 14px;
	line-height: 1;
	transition: all ease .5s;
}
.action-slider-wrap__link-all:hover,
.all-link:hover{
	color: var(--bs-bluedark);
	text-decoration: underline;
}
.action-slider-wrap{
	padding: 65px 0 45px;
	position: relative;
	z-index: 8;
}
.action-slider{
	position: relative;
}
.action-slide{
	position: relative;
	padding: 50% 0 0 0;
	overflow: hidden;
}
.action-slide:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(23,36,41,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(23,36,41,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(23,36,41,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172429', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.action-slide__img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 1s;
	transform: scale(1);
}
.action-slide:hover .action-slide__img{
	transform: scale(1.1);
}
.action-slide__content{
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 30px;
	right: 30px;
	color: var(--bs-white);
	/* font-size: 16px; */
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
}
.action-slide__title{
	font-size: 20px;
	font-family: "Gilroy-Black";
	margin: 0 0 2px;
}
.action-slide__date{
	font-size: 12px;
}
.action-slide__link{
	padding: 25px 0 0 0;
}
.action-slide__link a{
	color: inherit;
	text-decoration: underline;
	font-size: 10px;
	font-family: "Gilroy-Medium";
	transition: all ease .5s;
}
.action-slide__link a:hover{
	color: var(--bs-green);
	text-decoration: underline;
}
.action-slide__link-mb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	display: none;
}
.tab-pane .caption-wrap{
	margin-bottom: 20px;
	display: none;
}
/*-----------catalog-main-----------*/
.catalog-main{
	margin-bottom: 70px;
}
.catalog-main .row{
	margin: 0 -6px;
}
.catalog-main .row > div{
	padding: 0 6px;
}
.catalog-main .title-section{
	display: none;
}
.catalog-item{
	padding: 25px 30px 0;
	position: relative;
	margin-bottom: 12px;
	height: 244px;
}
.catalog-item__name{
	font-family: "Gilroy-Black";
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.catalog-item--lg{
	height: 500px;
	background: rgb(254,242,207); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(254,242,207,1) 0%, rgba(252,231,211,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(254,242,207,1) 0%,rgba(252,231,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(254,242,207,1) 0%,rgba(252,231,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef2cf', endColorstr='#fce7d3',GradientType=1 ); /* IE6-9 */
}
.catalog-item--lg .catalog-item__img{
	position: absolute;
	bottom: -65px;
	right: 0;
	display: block;
	max-width: 705px;
}
.catalog-group{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.catalog-group__item{
	padding: 0 6px;
	width: 50%;
}
.catalog-group__item--lg{
	width: 100%;
}
.catalog-item--teenage{
	background-image: url('../img/bg-teenage.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.catalog-item--teenage .btn-wh{
	position: absolute;
	bottom: 20px;
	z-index: 5;
	padding: 0 15px 0 30px;
}
.catalog-item--teenage .list-catalog{
	max-width: 220px;
}
.catalog-item--child{
	background: rgb(229,249,246); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(229,249,246,1) 0%, rgba(204,241,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(229,249,246,1) 0%,rgba(204,241,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(229,249,246,1) 0%,rgba(204,241,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f9f6', endColorstr='#ccf1ff',GradientType=1 ); /* IE6-9 */
}
.catalog-item--child:after{
	content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
    width: 100%;
    height: 120px;
    /* background-image: url(../img/child-velo-bg.png); */
    background-image: url(../img/child-velo-bg-new.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.catalog-item--child .catalog-item__name,
.catalog-item--child .catalog-item__list{
	position: relative;
	z-index: 3;
}
.catalog-item--child .catalog-item__list{
	position: absolute;
	bottom: 0;
}
.catalog-item.catalog-item--spare_parts .catalog-item__list{
	bottom: 0;
}
.catalog-item--spare_parts{
	overflow: hidden;
	background: rgb(245,236,247); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(245,236,247,1) 0%, rgba(234,204,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(245,236,247,1) 0%,rgba(234,204,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(245,236,247,1) 0%,rgba(234,204,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ecf7', endColorstr='#eaccff',GradientType=1 ); /* IE6-9 */
}
.catalog-item--spare_parts .catalog-item__img{
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 1;
	display: block;
}
.catalog-main__btn{
	position: relative;
	z-index: 5;
	text-align: center;
	padding: 55px 0 0 0;
}
.catalog-main__btn .btn-wh{
	padding: 0 15px 0 30px;
}
.catalog-item__link-mobile{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 15;
	display: none;
}
.catalog-item--teenage .catalog-item__img,
.catalog-item--child .catalog-item__img{
	display: none;
}
.list-catalog{
	display: flex;
	align-items: flex-start;
	padding: 10px 15px;
	position: absolute;
	left: 0;
}
.list-catalog__item{
	margin: 0 35px 0 0;
	position: relative;
	z-index: 5;
}
.list-catalog__item ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-catalog__item ul li{
	font-size: 12px;
	line-height: 1.2;
	font-family: "Gilroy-Light";
	margin-bottom: 5px;
}
.list-catalog__item ul li a{
	text-decoration: underline;
	color: inherit;
	transition: all ease .5s;
}
.list-catalog__item ul li a:hover{
	color: var(--bs-bluedark);
	text-decoration: underline;
}
/*-----------catalog-new-----------*/
.catalog-new-wrap{
	padding: 65px 0 45px;
}
.catalog-new{
	display: flex;
	flex-wrap: wrap;
	height: auto;
}
.catalog-new__item{
	width: 25%;
}
.catalog-new__item .product-card-wrap{
	/*margin: -1px 0 0 -1px;*/
}
.catalog-new-wrap__btn{
	padding: 45px 0 0 0;
	text-align: center;
}
.catalog-new-wrap__btn .btn-wh{
	padding: 0 15px 0 40px;
}
.catalog-new--three .catalog-new__item{
	width: 33.3%;
}
.catalog-new--three{
	margin: 0 0 20px;
}
.catalog-more-wrap{
	padding: 12px 10px 10px;
	text-align: center;
	margin: 0 0 20px;
	/*border-top: 1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;*/
	line-height: 1;
	margin-top: 160px;
}
.catalog-more-wrap__link{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 22px;
	color: #000;
	text-decoration: underline;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	transition: all ease .5s;
}
.catalog-more-wrap__link:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 11px;
	background-image: url('../img/more-icon.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	z-index: 1;
}
.catalog-more-wrap__link:hover{
	color: var(--bs-orange);
	text-decoration: underline;
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -5px 20px;
	padding: 0;
}
.pagination__item{
	padding: 0 5px;
}
.pagination__item--prev{
	padding: 0 15px 0 5px;
}
.pagination__item--next{
	padding: 0 5px 0 15px;
}
.pagination__link{
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	color: var(--bs-black);
	transition: all ease .5s;
	font-family: "Gilroy-Medium";
}
.pagination__link:hover{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.pagination__link--current{
	font-family: "Gilroy";
	font-weight: bold;
	color: var(--bs-bluedark);
}
.pagination__link--prev,
.pagination__link--next{
	display: block;
	width: 8px;
	height: 8px;
	position: relative;
	top: 1px;
}
.pagination__link--prev{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transform: rotate(45deg);
	left: 2px;
}
.pagination__link--prev:hover{
	border-left-color: rgba(0, 0, 0, 1);
	border-bottom-color: rgba(0, 0, 0, 1);
}
.pagination__link--next{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transform: rotate(-45deg);
	right: 2px;
}
.pagination__link--next:hover{
	border-right-color: rgba(0, 0, 0, 1);
	border-bottom-color: rgba(0, 0, 0, 1);
}
.product-item-scu-item-text-block{
	padding: 0 14px;
}
.new-item-list__description{
	flex: 1.5;
}
.sidebar-card__in-basket{
	/*max-width: 179px;*/
}
.new-item-list__interactive{
	flex: 1;
}
.new-item-list__image{
	flex: 1;
    max-width: 30%;
}
/*-----------sort-wrap-----------*/
.sort-wrap{
	padding: 10px 0;
	display: flex;
	align-items:flex-start;
	flex-wrap: wrap;
}
.sort-wrap__item{
	margin: 0 5px 5px 0;
}
.sort-wrap__link{
	display: block;
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #ebebeb;
	border-radius: 30px;
	background-color: #f7f7f7;
	text-decoration: none;
	color: var(--bs-maincolor);
	text-transform: uppercase;
	cursor: pointer;
	transition: all ease .5s;
	position: relative;
	font-family: "Gilroy-Medium";
	font-size: 12px;
	line-height: 1;
}
.sort-wrap__close{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 7px;
	width: 6px;
	height: 6px;
	background-image: url('../img/close-sort-link.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	opacity: 0;
	transition: all ease .5s;
}
.sort-wrap__link:hover{
	border-color: var(--bs-bluedark);
	color: var(--bs-maincolor);
}
.sort-wrap__link:hover .sort-wrap__close{
	opacity: 1;
}
.filter-check-wrap{
	padding: 0 15px 0 0;
}
.filter-check-wrap__item{
	border-top: 1px solid #f0f0f0;
}
.filter-check-wrap__title{
	padding: 13px 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	position: relative;
	transition: all ease .5s;
}
.filter-check-wrap__title:not(.collapsed){
	color: var(--bs-bluedark);
}
.filter-check-wrap__title:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--bs-maincolor);
	border-bottom: 1px solid var(--bs-maincolor);
	z-index: 5;
	transform: translateY(-50%) rotate(-45deg);
	transition: all ease .5s;
}
.filter-check-wrap__title:not(.collapsed):after{
	transform: translateY(-50%) rotate(45deg);
	border-right-color: var(--bs-bluedark);
	border-bottom-color: var(--bs-bluedark);
}
.filter-check-wrap__btn-group{
	padding: 0 0 10px;
}
.filter-check-wrap__submit,
.filter-check-wrap__reset{
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 0 8px;
	padding: 13px 10px;
	font-size: 10px;
	line-height: 1;
	font-family: "Gilroy-Medium";
	border-radius:30px;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	transition: all ease .5s;
}
.filter-check-wrap__submit{
	background-color: var(--bs-green);
	color: var(--bs-white);
}
.filter-check-wrap__submit:hover{
	background-color: var(--bs-greendark);
}
.filter-check-wrap__reset{
	background-color: #e6e6e6;
}
.filter-check-wrap__reset:hover{
	background-color: #d1d0d0;
}
.filter-check-wrap__content{
	padding: 0 20px 10px;
}
.filter-btn-mobile{
	display: none;
	align-items: flex-start;
	margin: 0 -1px;
}
.filter-btn-mobile__item{
	width: 50%;
	padding: 0 1px 10px;
}
.filter-btn-mobile__link{
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bs-bluedark);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	height: 30px;
	width: 100%;
	border: none;
}
.filter-btn-mobile__count{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	line-height: 14px;
	text-align: center;
	color: var(--bs-maincolor);
	font-size: 8px;
	margin: 0 12px 0 0;
	display: block;
}
.filter-btn-mobile__name{
	letter-spacing: 1px;
}
.filter-btn-mobile__arrow{
	width: 6px;
	height: 15px;
	display: block;
	background-image: url('../img/sort-arrow.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	margin: 0 12px 0 0;
}
.check-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.check-list__item input[type="checkbox"],
.check-list__item input[type="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.check-list__item{
	margin: 0 0 8px;
}
.check-list__item label{
	margin: 0;
	font-family: "Gilroy-Medium";
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 0 25px;
	position: relative;
	cursor: pointer;
}
.check-list__item label:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.check-list__item label:before{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
	width: 10px;
	height: 10px;
	background-color: var(--bs-bluedark);
	opacity: 0;
	transition: all ease .5s;
}
.check-list__item input[type="checkbox"]:checked + label:before,
.check-list__item input[type="radio"]:checked + label:before{
	opacity: 1;
}
.check-wrap__link{
	font-size: 12px;
	line-height: 1.2;
	color: var(--bs-bluedark);
	text-decoration: underline;
	font-family: "Gilroy-Medium";
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 10px 0 25px 25px;
}
.check-wrap__link:hover, .check-wrap__link:focus{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.check-more{
	display: none;
}
.check-wrap.active .check-more{
	display: block;
}
/*-----------brands-wrap-----------*/
.brandsSliderWrap{
	position: relative;
}

.brandsSliderWrap .swiper-wrapper{
	height: auto;
}
.brands-wrap{
	padding: 80px 0 120px;
	background-color: #fafafa;
}
.brands-wrap .title-section{
	margin: 0 0 50px;
}
.brands-card{
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 40px; */
	height: 47px;
	width: 100%;
}
.brands-card a{
	width: 100%;
}
.brands-card img{
	display: block;
	max-width: 100%;
	width: 100%;
}
/*-----------filterMain-----------*/
.filterMain{
	padding: 55px 0 0;
}
.filterMain__container{
	padding: 25px 30px;
	background-color: #f7f7f7;
	border-radius: 15px;
}
.filterMain__heading{
	display: flex;
	margin: 0 0 25px;
	align-items: center;
	justify-content: space-between;
}
.filterMain__caption-item{
	display: flex;
	align-items: center;
}
.filterMain__caption{
	font-size: 16px;
	margin: 0;
}
.filterMain__reset{
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--bs-bluedark);
	padding: 0 0 2px;
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed var(--bs-bluedark);
	font-family: "Gilroy-Medium";
	cursor: pointer;
	transition: all ease .5s;
}
.filterMain__heading .filterMain__reset{
	margin: 0 0 0 15px;
	opacity: 0;
	visibility: hidden;
}
.deployed-form .filterMain__heading .filterMain__reset{
	opacity: 1;
	visibility: visible;
}
.filterMain__btn{
	font-family: "Gilroy-Medium";
	position: relative;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color: var(--bs-bluedark);
	background-color: transparent;
	border: none;
	padding: 3px 35px 2px 0;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
.filterMain__btn:focus{
	text-decoration: underline;
}
.filterMain__btn:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(53,53,53,.3);
}
.filterMain__btn:before{
	content: "";
	position: absolute;
	top: 8px;
	right: 7px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: var(--bs-bluedark) transparent transparent transparent;
	transition: all ease .5s;
}
.deployed.filterMain__btn:before{
	transform: rotateX(180deg);
	top: 7px;
}
.short-search-filter__container{
	display: flex;
	align-items: flex-start;
}
.slider-range{
	width: 100%;
}
.short-search-filter .slider-range{
	width: 235px;
	flex: 0 0 auto;
}
.slider-range__form{
	display: flex;
	align-items: flex-start;
	margin: 0 -6px 12px;
	position: relative;
}
.slider-range__form-item{
	width: 50%;
	padding: 0 6px;
}
.slider-range__line{
	width: 3px;
	height: 1px;
	background-color: #606060;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.slider-range__form-input{
	height: 28px;
	border: 1px solid #C4C4C4;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 15px;
	display:flex;
	align-items: center;
	position: relative;
}
.slider-range__form-control{
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	background-color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #606060;
	font-family: "Gilroy-Light";
}
.slider-range__label{
	font-family: "Gilroy-Light";
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #606060;
	margin: 0 3px 0 0;
}
.slider-range__form-input--rub{
	padding: 0 20px 0 15px;
}
.slider-range__form-input--rub:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	z-index: 3;
	width: 10px;
	height: 10px;
	background-image: url('../img/rub.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	transform: translateY(-50%);
}
.slider-range__panel{
	height: 3px;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	background: rgba(128, 225, 244, .3);
	padding: 0 0 0 11px;
}
.slider-range__panel .noUi-connect{
	background: #80E1F4;
}
.slider-range__panel.noUi-horizontal .noUi-handle{
	width: 11px;
	height: 11px;
	border: 3px solid #80E1F4;
	border-radius: 50%;
	right: 0;
	top: -4px;
	box-shadow: none;
	cursor: pointer;
}
.slider-range__panel.noUi-horizontal .noUi-handle:before,
.slider-range__panel.noUi-horizontal .noUi-handle:after{
	display: none;
}
.short-search-filter__body{
	flex-grow: 1;
	padding: 0 0 0 13px;
}
.short-search-filter__select-group{
	display: flex;
	align-items: flex-start;
}
.short-search-filter__select-item{
	padding: 0 0 0 12px;
	flex-grow: 1;
}
.select-item--sm{
	width: 135px;
	max-width: 135px;
}
.select-item--xs{
	width: 105px;
	max-width: 105px;
}
.select-item--btn{
	flex: 0 0 auto;
}
.select-item--btn .btn-wh,
.detail-search-filter__view-group .btn-wh{
	height: 28px;
	min-width: 124px;
	border-radius: 50px;
	padding: 0 10px;
	justify-content: center;
}
.select-item--btn .btn-wh:after,
.detail-search-filter__view-group .btn-wh:after{
	display: none;
}
.select{
	position: relative;
	width: 100%;
}
.select--lg{
	max-width: 124px;
	min-width: 124px;
}
.select--xs{
	max-width: 68px;
	min-width: 68px;
}
.select__heading{
	font-family: "Gilroy-Light";
	background-color: #fff;
	height: 28px;
	padding: 0 22px 0 14px;
	border: 1px solid #c4c4c4;
	border-radius: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #6A6A6A;
	cursor: pointer;
}
.select__heading:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #606060 transparent transparent transparent;
	transform: translateY(-50%);
	transition: all ease .4s;
}
.select__body{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	transform: translateY(8px);
	padding: 5px;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
}
.select.open .select__body{
	opacity: 1;
	visibility: visible;
	transform: translateY(3px);
}
.select.open .select__heading:before{
	transform: translateY(-50%) rotateX(180deg);
}
.select__option-group{
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.select__option{
	display: block;
	cursor: pointer;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #606060;
	padding:4px 5px;
	margin: 1px 0;
	transition: all ease .5s;
	border-radius: 5px;
}
.select__option:hover,
.select__option.current{
	color: var(--bs-white);
	background-color: var(--bs-bluedark);
}
.check-list--xs .check-list__item label{
	font-family: "Gilroy-Light";
	padding: 0 0 0 18px;
	font-size: 10px;
	color: #6A6A6A;
	letter-spacing: 0.05em;
}
.check-list--xs .check-list__item label::after {
	width: 11px;
	height: 11px;
}
.check-list--xs .check-list__item label::before{
	width: 5px;
	height: 5px;
}
.short-search-filter__view-group{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
	padding: 12px 0 0 0;
}
.short-search-filter__view-group .check-list__item{
	margin: 0;
}
.short-search-filter__selected{
	font-family: "Gilroy-Light";
	font-size: 10px;
	line-height: 1.2;
	color: #6A6A6A;
	letter-spacing: 0.05em;
	min-width: 124px;
	text-align: center;
	margin: 0 0 0 12px;
	flex: 0 0 auto;
}
.filterMain__caption-item{
	/* font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.05em;
	margin: 0 0 8px; */
	font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.detail-search-filter{
	display: none;
}
.detail-search-filter__item{
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.detail-search-filter__range{
	width: 235px;
	flex: 0 0 auto;
}
.check-group-filter--year{
	padding: 20px 0 0 0;
}
.check-list__items .check-list__item{
	display: block;
	margin: 0 0 2px;
	line-height: 1;
}
.check-group-filter--year .check-list{
	display: flex;
	align-items: flex-start;
}
.group-check__item:not(:first-child){
	padding: 13px 0 0 0;
}
.check-group-filter--year .check-list__items{
	min-width: 50px;
}
.detail-search-filter__group-check{
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
	padding: 0 0 0 15px;
}
.group-check__items{
	flex-grow: 1;
	padding: 0 0 0 15px;
}
.group-check__column{
	display: flex;
	align-items: flex-start;
}
.group-check__column .group-check__item{
	padding: 0;
	min-width: 75px;
}
.group-check__column .group-check__item:first-child{
	padding: 0 5px 0 0;
}
.check-list__item--all.check-list__item label{
	color: var(--bs-bluedark);
}
.detail-search-filter__item--color .group-check__items{
	padding: 0;
}
.detail-search-filter__item--color .check-list__items{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.detail-search-filter__item--color .check-list__item{
	min-width: 118px;
	padding: 0 5px 0 0;
}
.detail-search-filter__item--detail .detail-search-filter__range{
	width: 135px;
}
.detail-search-filter__range .slider-range:not(:first-child){
	padding: 40px 0 0 0;
}
.detail-search-filter__item--detail .detail-search-filter__group-check{
	padding: 0 0 0 55px;
}
.detail-search-filter__item--detail .group-check__column .group-check__item{
	min-width: 70px;
}
.detail-search-filter__item-btn{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.detail-search-filter__view-group{
	display: flex;
	align-items: center;
	padding: 5px 0 0 0;
}
.detail-search-filter__view-group .check-list__item{
	margin: 0 12px 0 0;
}
/*-----------recommend-----------*/
.recommend-wrap{
	padding: 40px 0 25px;
	/*background-color: #fafbfb;*/
}
.recommendSliderWrap{
	position: relative;
}
.product-card-wrap__holder{
	background-color: #fff;
	box-shadow: none;
	transition: all ease .5s;
	position: relative;
	border: 1px solid transparent;
}
.product-card-wrap__hover{
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	z-index: 20;
	margin: -15px 0 0 0;
	padding: 0 15px 20px;
	text-align: center;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
}
.product-card-wrap__hover:after{
	content: "";
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	height: 17px;
	background-color: #fff;
	z-index: 3;
}
.product-card-wrap:hover .product-card-wrap__hover{
	opacity: 1;
	visibility: visible;
}
.product-card-wrap__hover .btn-wh{
	padding: 0 30px;
	justify-content: center;
}
.product-card-wrap__hover .btn-wh .btn-wh__img{
	margin: 0;
}
.product-card-wrap__hover .btn-wh__text{
	width: 100%;
}
.product-card-wrap__inner{
	padding: 20px;
}
.product-card-wrap:hover .product-card-wrap__holder{
	border-color: #d6d6d6;
}
.product-card-wrap__image{
	height: 170px;
	line-height: 170px;
	margin: 0px auto 30px;
	position: relative;
	vertical-align: middle;
	display: block;
	z-index: 1;
}
.product-card-wrap__gallery{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 2px;
	right: 2px;
	z-index: 2;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
}
.product-card-wrap__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    margin-bottom: -4px;
}
.product-card-wrap__item img {
    opacity: 0;
    transition: opacity .2s ease-in-out;
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.product-card-wrap__item._active img {
    opacity: 1;
}
.product-card-wrap__item-nav {
    display: block;
    position: relative;
    margin: 0px 1px;
    height: 100%;
    z-index: 2;
}
.product-card-wrap__item-nav:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #cdcdcd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}
._active .product-card-wrap__item-nav:before {
	background-color: var(--bs-bluedark);
  }
.product-card-wrap__item_hidden {
    display: none;
}
.product-card-wrap__name{
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.2;
}
.product-card-wrap__name a{
	color: inherit;
	text-decoration: none;
	transition: all ease .5s;
}
.product-card-wrap:hover .product-card-wrap__name a{

}
.stickers-product{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 15;
}
.stickers-product__item{
	margin: 0 0 5px;
}
.stickers-product__card{
	display: inline-block;
	vertical-align: top;
	padding: 3px 8px 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
}
.stickers-product__card--sale{
	background-color: #fa0137;
}
.stickers-product__card--action{
	background-color: #2cc5b5;
}
.stickers-product__card--new{
	background-color: #a3d824;
}
.product-card-wrap__btn-circle{
	z-index: 15;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
	transition: all ease .5s;
	visibility: hidden;
}
.product-card-wrap:hover .product-card-wrap__btn-circle{
	opacity: 1;
	visibility: visible;
}
.btn-circle-product__item{
	margin: 0 0 5px;
}
.btn-circle-product__link{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	background-color: #e1e1e1;
	transition: all ease .5s;
}
.new-item-list__line{
	display: flex;
	align-items: center;
}
.new-item-list__line .btn-circle-product__link{
	margin: 0 5px;
	background-color: transparent;
}
.new-item-list__line .btn-circle-product__link .inline-svg-icon {
    fill: #dee2e6;
}
.new-item-list__like{
	margin-right: 10px;
}
.btn-circle-product__link:hover,
.btn-circle-product__link.current{
	background-color: var(--bs-bluedark);
}
.btn-circle-product__link .inline-svg-icon{
	fill: #fff;
	margin: 0 auto;
}
.rating{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 0 0 12px;
}
.rating__item{
	width: 15px;
	height: 13px;
	background-image: url('../img/rating-icon.png');
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 3px;
}
.product-card-wrap__stock{
	text-align: center;
	font-size: 10px;
	line-height: 1;
	margin: 0 0 10px;
}
.product-card-wrap__price{
	text-align: center;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}
.product-card-wrap__price-new,
.product-card-wrap__price-old{
	margin: 0 5px;
}
.product-card-wrap__price-old{
	text-decoration: line-through;
}
.product-card-wrap__price-new{
	color: var(--bs-bluedark);
}
.h-info-product{
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px;
}
.h-info-product__item:not(:first-child){
	padding: 10px 0 0 0;
}
.h-info-product__item--color{
	padding: 15px 0 5px;
}
.h-info-product__caption,
.h-info-product__label{
	display: block;
	font-size: 12px;
}
.h-info-product__caption{
	color: #b5b5b5;
}
.color-product{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 5px 0;
}
.color-product__item{
	margin: 0 10px 10px 0;
}
.color-product__input{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.color-product__label{
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.color-product__label:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid rgba(255,255,255,.6);
	transition: all ease .5s;
	opacity: 0;
}
.color-product__input:checked + .color-product__label:after{
	opacity: 1;
}
.recommendSliderWrap{
	position: relative;
}
.recommendSliderWrap .swiper-wrapper{
	height:auto;
}
.recommendSliderWrap .product-card-wrap__holder{
	background-color: transparent;
}
.recommendSliderWrap .slider-button-next, 
.recommendSliderWrap .slider-button-prev{
	top: 115px;
	transform: rotate(-135deg)
}
.recommendSliderWrap .slider-button-prev{
	transform: rotate(45deg);
}
.recommendSliderWrap .product-card-wrap__inner{
	border: none;
}
.recommendSliderWrap .product-card-wrap:hover .product-card-wrap__holder{
	box-shadow: none;
}
/*-----------info-main-section-----------*/
.info-main-section{
	/*background-image: url('../img/bg-info.jpg');*/
	background-color: #babcbc;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.video-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-main-section__holder{
	position: relative;
	padding: 135px 0 0 0;
	min-height: 550px;
	position: relative;
	z-index: 5;
}
.info-main-section__holder:after{
	content: "";
	position: absolute;
	width: 365px;
	height: 415px;
	background-image: url('../img/trigle-top-img.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1;
	top: -80px;
	left: -295px;
}
.info-main-section__holder:before{
	content: "";
	position: absolute;
	width: 365px;
	height: 414px;
	background-image: url('../img/trigle-bottom-img.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 1;
	bottom: -65px;
	right: -365px;
}
.info-main-section__list{
	display: flex;
	align-self: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.info-main-section__item{
	width: 33.3%;
	padding: 0 10px;
}
.info-main-section__img{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 144px;
}
.info-main-section__img img{
	display: block;
	max-width: 100%;
}
.info-main-section__line{
	height: 1px;
	width: 70px;
	margin: 30px auto 35px;
	background-color: var(--bs-white);
}
.info-main-section__text{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
/*-----------step-main-----------*/
.step-main{
	position: relative;
	z-index: 3;
}
.panel-trigle{
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}
.panel-trigle__left,
.panel-trigle__right{
	height: 12px;
	width: 50%;
	top: 0;
	position: absolute;
}
.panel-trigle__left{
	left: 0;
}
.panel-trigle__left:after,
.panel-trigle__right:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #f0f0f0;
}
.panel-trigle__left:after{
	left: 0;
	right: 16px;
}
.panel-trigle__left:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 0 16px;
	border-color: transparent transparent transparent #f0f0f0;
}
.panel-trigle__right{
	right: 0;
}
.panel-trigle__right:after{
	right: 0;
	left: 16px;
}
.panel-trigle__right:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 16px;
	border-color: transparent transparent #f0f0f0 transparent;
}
.step-main__holder{
	background-color: #f0f0f0;
	padding: 50px 0 95px;
	position: relative;
	overflow: hidden;
}
.step-main__holder:after{
	content: "";
	position: absolute;
	bottom: -425px;
	right: 0;
	z-index: 1;
	background-image: url('../img/bg-step-section.png');
	background-position:0 0;
	background-repeat: no-repeat;
	opacity: .3;
	width: 1156px;
	height: 1053px;
}
.step-main .container{
	position: relative;
	z-index: 2;
}
.step-list__item{
	display: flex;
	align-items: flex-start;
	padding: 35px 0;
	position: relative;
}
.step-list__item:not(:last-child):after{
	content: "";
	height: 1px;
	background-color: var(--bs-white);
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: .3;
}
.step-list__caption{
	max-width: 360px;
	flex: 0 0 auto;
	padding: 0 45px 0 70px;
	width: 100%;
	position: relative;
}
.step-list__number{
	position: absolute;
	top: -10px;
	left: -90px;
	z-index: 1;
	font-size: 150px;
	line-height: .8;
	color: var(--bs-white);
	font-family: "Gilroy-Black";
	opacity: .5;
}
.step-list__title{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.step-list__content p{
	margin: 0 0 20px;
}
.step-list__content p:last-child{
	margin-bottom: 0;
}
.step-list-hidden {
	margin-bottom: 35px;
}
.step-list-hidden-item {
position: relative;
    padding: 35px 0 0 75px;
}
.step-list-hidden .step-list-hidden-item:last-child .step-list__number {
    left: -80px;
}
.step-list-hidden-item .step-list__number {
    font-size: 115px;
    top: calc(50% - 30px);
}
.step-list__text {

}
.step-list__text b {
	display: block;
    margin-bottom: 15px;
    font-size: 1.33em;
}
.step-list__text p {
	margin: 0;
}

.step-btn-wrap{
	padding: 15px 0 0 360px;
}
/*-----------subscription-main-----------*/
.subscription-main{
	background-color:#f8f8f8;
	padding: 70px 0;
}
.subscription-inner{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.subscription__title{
	font-family: "Gilroy-Black";
	font-size: 70px;
	line-height: 1.1;
	text-transform: uppercase;
}
.subscription__title-first,
.subscription__title-last{
	display: block;
	position: relative;
	text-align: right;
}
.subscription__title-first:after,
.subscription__title-last:after{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	top: 34px;
}
.subscription__title-first:after{
	background-color: var(--bs-maincolor);
	right: 23px;
}
.subscription__title-last:after{
	background-color: var(--bs-bluedark);
	right: 44px;
}
.subscription__title-first{
	color: var(--bs-bluedark);
}
.subscription__content{
	padding: 8px 0 0 30px;
}
.subscription__text{
	font-size: 16px;
	margin: 0 0 25px;
}
.subscription-form{
	display: none;
}
.subscription-form__input{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1;
	font-family: "Gilroy";
	height: 36px;
	background-color: transparent;
	border: none;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 0 #e0e0e0;
}
.subscription-form__btn{
	min-width: inherit;
	width: 100%;
}
.subscription-form__btn .btn-wh__text{
	flex-grow: 1;
}
.subscription-form__input::-webkit-input-placeholder {color:var(--bs-graycolor); opacity:1;}
.subscription-form__input::-moz-placeholder          {color:var(--bs-graycolor); opacity:1;}/* Firefox 19+ */
.subscription-form__input:-moz-placeholder           {color:var(--bs-graycolor); opacity:1;}/* Firefox 18- */
.subscription-form__input:-ms-input-placeholder      {color:var(--bs-graycolor); opacity:1;}
.subscription-form__input:focus::-webkit-input-placeholder { color:transparent; }
.subscription-form__input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.subscription-form__input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.subscription-form__input:-ms-input-placeholder { color:transparent; } /* IE 10+ */
/*-----------tabs-section-----------*/
.tabs-section{
	padding: 120px 0 80px;
}
.nav-tabs-news{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style-type: none;
	margin: 0 0 35px;
}
.nav-tabs-news .nav-item{
	margin: 0 55px 0 0;
}
.nav-tabs-news .nav-link{
	padding: 0;
	background: transparent;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Gilroy-Black";
	color: var(--bs-maincolor);
	border: none;
	border-bottom: 1px solid var(--bs-maincolor);
}
.nav-tabs-news .nav-link.active{
	color: var(--bs-bluedark);
	border-bottom-color: var(--bs-bluedark);
}
.row-post{
	margin: 0 -6px;
}
.row-post > div{
	padding: 0 6px;
}
.post-group{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -6px;
}
.post-group__item{
	padding: 0 6px;
	width: 50%;
}
.post-group__item--lg{
	width: 100%;
}
.post-card{
	position: relative;
	margin-bottom: 12px;
	padding: 78% 0 0 0;
	width: 100%;
	overflow: hidden;
}
.post-group__item--lg .post-card{
	padding: 38% 0 0 0;
}
.post-card--main{
	padding: 78.1% 0 0 0;
	overflow: hidden;
}
.post-card__img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	object-fit: contain;
	z-index: 1;
	transition: all ease 1.3s;
	transform: scale(1);
}
.post-card:hover .post-card__img{
	transform: scale(1.1);
}
.post-card__content{
	position: absolute;
	z-index: 2;
	bottom: 0;
	/* padding: 0 25px; */
	padding: 10px 15px;
    background: #ada8a8b0;
}
.post-card--main .post-card__content{
	padding: 10px 30px;
}
.post-card__name{
	display: block;
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 20px;
	color: var(--bs-white);
	font-family: "Gilroy-Black";
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease .5s;
}
.post-card__name:hover{
	color: var(--bs-green);
	text-decoration: none;
}
.post-card__text{
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 20px;
}
.post-card .btn-wh{
	margin: 0 0 30px;
}
.btn-wh{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 10px;
	line-height: 1;
	border: 1px solid var(--bs-white);
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	height: 38px;
	font-family: "Gilroy-Medium";
	color: var(--bs-white);
	transition: all ease .5s;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 30px;
	min-width: 200px;
}
.btn-wh--center{
	justify-content: center;
}
.btn-wh:after{
	content: "";
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 3;
	width: 7px;
	height: 7px;
	border-left: 2px solid var(--bs-white);
	border-bottom: 2px solid var(--bs-white);
	transform: rotate(-135deg);
	transition: all ease .5s;
}
.btn-wh:hover{
	background-color: var(--bs-white);
	color: var(--bs-maincolor);
	text-decoration: none;
	border-color: var(--bs-white);
}
.btn-wh:hover:after{
	border-left-color: var(--bs-maincolor);
	border-bottom-color: var(--bs-maincolor);
}
.btn-wh--orange{
	background-color: var(--bs-orange);
	border-color: var(--bs-orange);
	color: var(--bs-white);
	text-decoration: none;
}
.btn-wh--orange:hover{
	background-color: var(--bs-orangedark);
	border-color: var(--bs-orangedark);
	color: var(--bs-white);
	text-decoration: none;
}
.tab-content__detail{
	padding: 13px 0 0 0;
	text-align: center;
}
.btn-wh--black{
	border-color: var(--bs-maincolor);
	color: var(--bs-maincolor);
}
.btn-wh--black:after{
	border-left-color: var(--bs-maincolor);
	border-bottom-color: var(--bs-maincolor);
}
.btn-wh--black:hover{
	color: var(--bs-white);
	background-color: var(--bs-maincolor);
}
.btn-wh--black:hover:after,
.btn-wh--green:hover:after{
	border-left-color: var(--bs-white);
	border-bottom-color: var(--bs-white);
}
.btn-wh--black .btn-wh__img{
	background-image: url('../img/arrow-trigle.png');
}
.btn-wh--green{
	background-color: var(--bs-green);
	color: var(--bs-white);
	border: 1px solid var(--bs-green);
}
.btn-wh--green:hover{
	background-color: var(--bs-greendark);
	border-color: var(--bs-greendark);
	color: var(--bs-white);
}
.btn-wh--blue{
	min-width: 150px;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 0 15px;
	border: 1px solid var(--bs-bluedark);
	color: var(--bs-bluedark);
	height: 30px;
	background-color: var(--bs-white);
}
.btn-wh--blue:hover{
	background-color: var(--bs-bluedark);
	color:var(--bs-white);
	border-color: var(--bs-bluedark);
}
.btn-wh--blue:after{
	display: none;
}
.btn-wh--blue_exit{
	text-transform: initial;
	font-size: 12px;
	height: 38px;
	justify-content: center;
	width: 100%;
	background-color: var(--bs-bluedark);
	color: var(--bs-white);
}
.btn-wh--blue_exit:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 22px;
	width: 13px;
	height: 10px;
	background-image: url('../img/arrow-wh.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	z-index: 1;
}
.btn-wh--blue_exit:hover{
	background-color: var(--bs-bluehover);
}
.btn-wh--more{
	padding: 0 30px 0 40px;
}
.btn-wh--more:after{
	display: none;
}
.btn-wh--more .inline-svg-icon{
	fill: var(--bs-white);
	background-color: var(--bs-maincolor);
	width: 14px;
	height: 14px;
	transition: all ease .5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 5;
}
.btn-wh--more:hover .inline-svg-icon{
	background-color: var(--bs-white);
	fill: var(--bs-maincolor);
}
.btn-wh--green_bord{
	border: 1px solid var(--bs-green);
	background-color: var(--bs-white);
	color: var(--bs-maincolor);
	padding: 0 30px;
}
.btn-wh--green_bord:hover{
	background-color: var(--bs-green);
	color: var(--bs-white);
}
.btn-wh--green_bord:after{
	display: none;
}
.btn-wh--norm{
	padding: 0 15px;
	justify-content: center;
}
.btn-wh--norm:after{
	display: none;
}
/*----------about-main---------*/
.about-main{
	padding: 75px 0 60px;
	background-color: #f8f8f8;
}
.about-main__title{
	font-size: 40px;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.about-main__adress-info{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 40px;
}
.about-main__caption{
	font-size: 18px;
}
.orange{
	color: var(--bs-orange);
}
.about-main__text{
	margin: 0 0 25px;
}
.about-main__map{
	display: none;
	position: relative;
	padding: 55% 0 0 0;
	overflow: hidden;
	margin: 0 0 20px;
}
.about-main__map img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.green-btn{
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	background-color: var(--bs-green);
	text-decoration: none;
	color: var(--bs-white);
	text-transform: uppercase;
	transition: all ease .5s;
	font-family: "Gilroy-Medium";
	border-radius: 30px;
	letter-spacing: 1px;
}
.green-btn:hover{
	text-decoration: none;
	background-color: var(--bs-greendark);
	color: var(--bs-white);
}
.caption-wrap .green-btn{
	display: none;
}
.list-about__item{
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 30px;
}
.list-about__item:after{
	content: "";
	position: absolute;
	left: 0;
	z-index: 1;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.list-about__item a{
	color: var(--bs-maincolor);
	transition: all ease .5s;
	text-decoration: none;
	display:block;
}
.list-about__item a:hover{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.list-about__item--time:after{
	width: 16px;
	height: 16px;
	top: 1px;
	background-image: url('../img/clock-icon.svg');
}
.list-about__item--email:after{
	width: 15px;
	height: 11px;
	background-image: url('../img/email-icon_blue.svg');
	top: 4px;
}
.list-about__item--phone:after{
	width: 13px;
	height: 13px;
	background-image: url('../img/phone-icon_blue.svg');
	top: 3px;
}
.about-main__link-group{
	padding: 15px 0 0 0;
	display: flex;
	align-items: flex-start;
}
.about-main__link-group a{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--bs-bluedark);
	text-decoration: underline;
	margin: 0 55px 0 0;
}
.about-main__link-group a:hover{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.about-slide{
	position: relative;
	display: block;
	padding: 80% 0 0 0;
}
.about-slide img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-main__content{
	padding: 0 85px 0 0;
}
.about-slider-wrap{
	position: relative;
}
.slider-button-next,
.slider-button-prev{
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-left: 2px solid var(--bs-maincolor);
	border-bottom: 2px solid var(--bs-maincolor);
	position: absolute;
	top: 50%;
	z-index: 10;
	transition: all ease .5s;
}
.slider-button-next{
	right: -17px;
	transform: translateY(-50%) rotate(-135deg);
}
.slider-button-prev{
	left: -17px;
	transform: translateY(-50%) rotate(45deg);
}
.slider-button-next:hover,
.slider-button-prev:hover{
	border-left-color: var(--bs-bluedark);
	border-bottom-color: var(--bs-bluedark);
}
/*----------map--------------*/
.map{
	height: 440px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.map-route {
	height: 440px;
	width: 100%;
}
/*-----------page--------------*/
.page header{
	background-color: #f7f7f7;
	padding: 0;
	margin: 0 0 60px;
}
.page header::after, .page header::before{
	display: none;
}
.page .nav-main{
	border-bottom:none;
	border-top:1px solid #eaeaea;
}
.page .nav-main__link:hover, .page .nav-main__link--current,
.page .city-wrap__name, .page .city-wrap__name:hover,
.page .call-link, .page .call-link:hover{
	color: var(--bs-bluedark);
}
.page .city-wrap__name::after{
	border-color: var(--bs-bluedark) transparent transparent transparent;
}
.page header .search-form{
	background-color: #fff;
	border: 1px solid #dddada;
}
.page .city-wrap__label::after{
	background-image: url('../img/adress-icon.svg');
}
.page .phone-b::after{
	background-image: url('../img/phone-icon.svg');
}
.page .user-lisk-group__item .inline-svg-icon{
	fill: var(--bs-green);
}
.page .header-link-group__item .inline-svg-icon{
	fill: #b9b9b9;
}
.page-wrap{
	display: flex;
	align-items: flex-start;
	margin: 0 0 100px;
}
.page-wrap__sidebar{
	width: 280px;
	flex: 0 0 auto;
	position: relative;
	background-color: #f7f7f7;
}
.page-wrap__sidebar:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 1;
	width: 4000px;
	left: -4000px;
}
.page-wrap__content{
	width: 100%;
}
.page-description{
	padding: 0 0 110px;
	font-size: 14px;
}
.page-description h2{
	font-size: 23px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-weight: bold;
}
.page-description h3{
	font-size: 19px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-weight: bold;
}
.page-description p{
	line-height: 1.6;
	margin: 0 0 25px;
}
.page-description ul{
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none;
}
.page-description ul li{
	position: relative;
	padding: 0 0 0 20px;
	line-height: 1.6;
}
.page-description ul li:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--bs-bluedark);
	z-index: 1;
}
.sidebar__caption{
	padding: 12px 20px;
	line-height: 1;
	font-size: 12px;
	color: var(--bs-white);
	text-transform: uppercase;
	font-family: "Gilroy-Medium";
	background-color: var(--bs-bluedark);
}
.filter-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 5px 0 0 15px;
}
.filter-wrap__item{
	margin: 0 30px 12px 0;
}
.filter-wrap__link{
	font-size: 12px;
	line-height: 1.2;
	color: rgba(83,83,83,.4);
	transition: all ease .5s;
	text-decoration: none;
	padding: 0 25px 0 0;
	position: relative;
	font-family: "Gilroy-Medium";
}
.filter-wrap__link:hover, 
.filter-wrap__link--active{
	color: rgba(83,83,83,1);
}
.filter-wrap__link:after{
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--bs-maincolor);
	border-bottom: 1px solid var(--bs-maincolor);
	z-index: 1;
	opacity: .4;
	transition: all ease .5s;
	transform: rotate(45deg);
}
.filter-wrap__link:hover:after,
.filter-wrap__link--active:after{
	opacity: 1;
}
/*-----------------type-------------------*/
.type{
	position: relative;
}
.type__title{
	display: flex;
	align-items: center;
	padding: 0 50px 0 20px;
	color: rgba(23,36,41,.3);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.2;
	font-family: "Gilroy-Medium";
	position: relative;
	background-color: #fff;
	height: 40px;
	cursor: pointer;
}
.type__arrow{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	bottom: 0;
	background-color: #efefef;
}
.type__arrow:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 2.5px 0 2.5px;
	border-color: var(--bs-bluedark) transparent transparent transparent;
	z-index: 3;
}
.type__list{
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}
.type__nav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.open .type__nav{
	opacity: 1;
	visibility: visible;
	transition: all ease .5s;
}
.type-js.active .type__arrow {
    transform: rotate(180deg);
}
.type__link{
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Gilroy-Medium";
	font-size: 12px;
	line-height: 1.2;
	cursor: pointer;
	transition: all ease .5s;
	color: var(--bs-maincolor);
}
.type__link:hover{
	background-color: #f8f8f8;
	text-decoration: none;
	color: var(--bs-maincolor);
}
/*-----------------page-contacts-------------------*/
.page-contacts{
	padding: 45px 0 0 0;
}
.page-contacts .about-main__caption{
	font-weight: bold;
	text-transform: uppercase;
}
.page-contacts .about-main__adress-info{
	margin: 0 0 20px;
}
.pay-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 15px;
}
.pay-list__item{
	padding: 0 10px 10px 0;
	display: flex;
}
.card-pay-list{
	display: flex;
	align-items: center;
	padding: 9px 10px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #efefef;
}
.card-pay-list__img{
	max-width: 25px;
	margin: 0 10px 0 0;
	flex: 0 0 auto;
}
.card-pay-list__img img{
	display: block;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.card-pay-list__name{
	font-size: 14px;
	line-height: 1;
	color: #172429;
}
.list-about__link-wrap{
	display: flex;
}
.list-about__item--callback a{
	color: var(--bs-bluedark);
	text-decoration: underline;
}
.list-about__item--callback a:hover{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.contacts-detail{
	padding: 55px 0 0 0;
}
.contacts-detail .nav{
	padding: 0 0 20px;
}
.contacts-detail .nav-item{
	margin: 0 65px 15px 0;
}
.contacts-detail .nav-link{
	border: none;
	background: transparent;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--bs-black);
	text-decoration: none;
}
.contacts-detail .nav-link.active{
	color: var(--bs-bluedark);
	text-decoration: underline;
}
.how-to-get-wrap{
	background-color: #f7f7f7;
	padding: 45px 0;
}
.how-to-get-tab .nav{
	padding: 0 0 15px;
}
.how-to-get-tab .nav-item{
	margin: 0 60px 15px 0;
}
.how-to-get-tab .nav-link{
	padding: 0;
	background: transparent;
	border: none;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--bs-black);
}
.how-to-get-tab .nav-link.active{
	text-decoration: underline;
}
.contacts-info-sec{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 70px 0 100px;
}
.contacts-info-sec--top_p{
	padding: 70px 0 0 0;
}
.contacts-info-sec__item{
	padding: 10px 25px;
	border-left: 1px solid #eaeaea;
	flex-grow: 1;
}
.contacts-info-sec__item:first-child{
	padding: 10px 25px 10px 0;
	border-left: none;
}
.contacts-info-sec__caption{
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}
.contacts-info-sec__img{
	width: 25px;
	flex: 0 0 auto;
}
.contacts-info-sec__img img{
	display: block;
	max-width: 15px;
	height: auto;
}
.contacts-info-sec__name{
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Gilroy-Black";
	letter-spacing: 1px;
}
.contacts-info-sec__content{
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height: 1.2;
}
.contacts-info-sec__content a{
	color: var(--bs-bluedark);
	text-decoration: underline;
}
.contacts-info-sec__content a:hover{
	color: var(--bs-bluedark);
	text-decoration: none;
}
.contacts-info-sec__content a[href^="tel:"]{
	color: var(--bs-maincolor);
	text-decoration: none;
	display: block;
	transition: all ease .5s;
}
.contacts-info-sec__content a[href^="tel:"]:hover{
	color: var(--bs-bluedark);
}
.contacts-info-sec__item--btn{
	border-left: none;
}
.contacts-info-sec__item--btn .btn-wh{
	min-width: 260px;
	padding: 0 15px;
	justify-content: center;
}
.contacts-info-sec__item--btn .btn-wh:after{
	display: none;
}
/*-----------------error-page-------------------*/
.error-page{
	text-align: center;
}
.error-page__img{
	margin: 0 auto 25px;
}
.error-page__title{
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 15px;
}
.error-page__text{
	letter-spacing: 0.05em;
	margin: 0 0 25px;
}
/*-----------------articles-------------------*/
.filter-articles{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 0 10px;
}
.filter-articles__item{
	padding: 0 2px 10px 0;
}
.filter-articles__link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	color: #d3d3d3;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	padding: 0 25px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all ease .5s;
}
.filter-articles__link:hover{
	color: var(--bs-maincolor);
}
.filter-articles__link--current{
	border-color: var(--bs-green);
	color: var(--bs-maincolor);
}
.articles-page__container{
	display: flex;
	align-items: flex-start;
}
.articles-page__content{
	flex-grow: 1;
}

.articles-page__sidebar{
	width: 315px;
	min-width: 315px;
	flex: 0 0 auto;
	margin: 0 0 0 15px;
}
.questions-articles, .category-articles{
	width: 100%;
	margin: 0 0 15px;
	background-color: rgba(196, 196, 196, .15);
	padding: 20px 25px;
	position: relative;
	font-size: 12px;
}
.questions-articles:after{
	content: "?";
	position: absolute;
	top:-21px;
	right: 5px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgba(0,0,0,.2);
	font-weight: bold;
}
.questions-articles .btn-wh{
	width: 100%;
	padding: 0 15px;
	justify-content: center;
	font-family: "Gilroy-Medium";
	font-size: 12px;
	letter-spacing: 0.05em;
}
.questions-articles .btn-wh:after{
	display: none;
}
.questions-articles__title,
.category-articles__title{
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 5px;
}
.questions-articles__text{
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 10px;
}
.category-articles__item{
	display: flex;
	align-items: flex-start;
	letter-spacing: 0.05em;
	color: var(--bs-black);
	justify-content: space-between;
}
.category-articles__item:not(:first-child){
	padding: 3px 0 0 0;
}
.category-articles__name{
	color: var(--bs-bluedark);
	transition: all ease .5s;
}
.list-articles__item{
	display: flex;
	align-items: flex-start;
	padding: 0 0 25px;
	margin: 0 0 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-articles__img{
	display: block;
	width: 330px;
	position: relative;
	margin: 0 40px 0 0;
	flex: 0 0 auto;
	padding: 22% 0 0 0;
	border: 1px solid #EAEAEA;
	overflow: hidden;
}
.list-articles__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	object-fit: contain;
}
.list-articles__content{
	flex-grow: 1;
	padding: 15px 0 0 0;
}
.list-articles__name{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--bs-black);
	text-decoration: none;
	transition: all ease .5s;
	margin: 0 0 10px;
	letter-spacing: 0.1em;
	font-family: "Gilroy-Black";
}
.list-articles__date{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.3);
	margin: 0 0 10px;
}
.list-articles__text,
.articles-page__one{
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: var(--bs-black);
}
.list-articles__text{
	margin: 0 0 15px;
}
.articles-page__title{
	font-family: "Gilroy-Black";
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--bs-black);
	letter-spacing: 0.1em;
	margin: 0 0 15px;
}
.articles-page__img-one{
	/* width: 100%; */
	width: auto;
	border: 1px solid #EAEAEA;
	margin: 0 0 15px;
}
.btn-group-articles{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 35px 0 0 0;
	margin: 35px 0 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.back-btn, .share-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 240px;
	padding: 11px 10px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 30px;
	text-align: center;
	transition: all ease .5s;
	text-decoration: none;
	font-family: "Gilroy-Medium";
}
.back-btn{
	color: #6a6a6a;
	background-color: #efefef;
}
.back-btn:hover{
	background-color: #d1d0d0;
	color: var(--bs-black);
}
.share-btn{
	padding: 11px 45px;
	border: 1px solid var(--bs-bluedark);
	color: var(--bs-bluedark);
}
.share-btn:hover{
	background-color:var(--bs-bluedark);
	color: var(--bs-white);
}
.share-btn .inline-svg-icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	fill: var(--bs-bluedark);
	transition: all ease .5s;
	z-index: 1;
}
.share-btn:hover .inline-svg-icon{
	fill: var(--bs-white);
}
.list-articles__items--two_column{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.list-articles__items--two_column .list-articles__item{
	width: 50%;
	flex-direction: column;
	margin: 0 0 15px;
	padding: 0 8px 50px;
	position: relative;
}
.list-articles__items--two_column .list-articles__img{
	width: 100%;
	padding: 50% 0 0 0;
	margin: 0;
}
.list-articles__items--two_column .list-articles__content{
	padding: 10px 0 0 0;
	width: 100%;
}
.list-articles__items--two_column .list-articles__name{
	min-height: 45px;
}
.list-articles__items--two_column .btn-wh--blue{
	position: absolute;
	bottom: 20px;
	left: 8px;
	z-index: 5;
}
.list-articles--news, .list-articles--blog{
	overflow: hidden;
}
.list-articles--news .pagination,
.list-articles--blog .pagination{
	position: relative;
}
.list-articles--news .pagination:after,
.list-articles--news .pagination:before,
.list-articles--blog .pagination:after,
.list-articles--blog .pagination:before{
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	height: 1px;
}
.list-articles--news .pagination:after,
.list-articles--blog .pagination:after{
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.list-articles--news .pagination:before,
.list-articles--blog .pagination:before{
	background-color: var(--bs-white);
	z-index: 1;
}
.list-articles__items--main .list-articles__item{
	width: 100%;
	flex-direction: column;
	padding: 0 0 20px;
	margin: 0 0 15px;
}
.list-articles__items--main .list-articles__img{
	width: 100%;
	padding: 20% 0 0 0;
	margin: 0;
}
.list-articles__items--main .list-articles__content{
	width: 100%;
	padding: 10px 0 0 0;
}
.list-articles__text-column{
	position: relative;
	padding: 0 170px 0 0;
}
.list-articles__items--main .btn-wh--blue{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.list-articles__items--main .list-articles__text{
	margin: 0;
}
.img-group-articles{
	display: flex;
	align-items: flex-start;
	margin: 0 -6px;
}
.img-group-articles__item{
	width: 35%;
	padding: 0 6px 12px;
}
.img-group-articles__inner{
	position: relative;
	padding: 71.5% 0 0 0;
}
.img-group-articles__inner img{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-group-articles__item:first-child{
	width: 65%;
}
.img-group-articles__item:first-child .img-group-articles__inner{
	padding: 38% 0 0 0;
}
.list-articles--blog .list-articles__name{
	margin: 0 0 20px;
}
.list-articles--blog .list-articles__items--main .list-articles__img{
	padding: 35% 0 0 0;
}
.list-articles--blog .list-articles__items--main .list-articles__img img{
	object-fit: contain;
}
.list-articles--blog .list-articles__items--main .list-articles__name{
	margin: 0 0 10px;
}
.list-articles--blog .list-articles__items--main .list-articles__content{
	padding: 30px 0 0 0;
}
.list-articles--blog .list-articles__text-column{
	position: static;
	padding: 0;
}
.list-articles--blog .list-articles__items--main .btn-wh--blue{
	position: relative;
	top: inherit;
	right: inherit;
}
.list-articles--blog .list-articles__items--main .list-articles__text{
	margin: 0 0 15px;
}
.articles-page__interesting{
	padding: 40px 0 0 25px;
}
.list-articles__items--one_column .list-articles__item{
	flex-direction: column;
	padding: 0 0 5px;
	margin: 0;
	border-bottom: none;
}
.list-articles__items--one_column .list-articles__name{
	font-size: 14px;
	min-height: 55px;
}
.list-articles__items--one_column .list-articles__img{
	width: 100%;
	margin: 0;
	padding: 54% 0 0 0;
}
.list-articles__items--one_column .list-articles__content{
	padding: 10px 0 0 0;
}
.interesting-articles__caption{
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 15px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--bs-black);
	font-weight: bold;
}
/*-----------------lk-page-------------------*/
.lk-page{
	display: flex;
	align-items: flex-start;
}
.nav-lk{
	margin: 0 0 15px;
}
.nav-lk__link{
	font-size: 10px;
	line-height: 1;
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 21px 15px 18px;
	color: #2B2B2B;
	text-decoration: none;
	transition: all ease .5s;
}
.nav-lk__link:not(:first-child){
	border-top: 1px solid #E6E6E6;
}
.nav-lk__link:hover,
.nav-lk__link--current{
	color: #2B2B2B;
	background-color: #f3f3f3;
}
.lk-page__sidebar{
	width: 270px;
	min-width: 270px;
	flex: 0 0 auto;
	margin: 0 50px 0 0;
}
.lk-page__content{
	flex-grow: 1;
}
.lk-page__caption{
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--bs-black);
	text-decoration: none;
	letter-spacing: 0.1em;
	font-family: "Gilroy-Black";
	position: relative;
	padding: 20px 0 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 25px;
}
.lk-page__caption a{
	font-size: 11px;
	line-height: 1;
	font-family: "Gilroy-Medium";
	color: var(--bs-bluedark);
	text-transform: initial;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.order-lk-page__title{
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--bs-black);
	text-decoration: none;
	letter-spacing: 0.1em;
	font-family: "Gilroy-Black";
	margin: 0 0 20px;
}
.order-lk-page__detail-item:not(:first-child){
	padding: 25px 0 0 0;
}
.detail-item-order__caption{
	font-weight: bold;
}
.detail-item-order__status{
	flex-grow: 1;
	padding: 17px 0 0 0;
}
.detail-item-order__content{
	width: 380px;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.detail-item-order__content p{
	font-size: 10px;
	margin: 0;
}
.status-btn__green,
.status-btn__red{
	min-width: 106px;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1;
	color: #6a6a6a;
	letter-spacing: 0.05em;
	border-radius: 30px;
	padding: 5px 5px 6px;
	text-align: center;
}
.status-btn__green{
	border: 1px solid var(--bs-green);
}
.status-btn__red{
	border: 1px solid var(--bs-orangebtn)
}
.btn-group-order{
	padding: 25px 0 0 0;
}
.detail-item-order__heading{
	display: flex;
	align-items: flex-start;
}
.order-lk-page__btn-group{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.btn-group-order__item{
	display: flex;
	align-items: flex-start;
}
.btn-group-order .btn-wh{
	min-width: 190px;
	height: 31px;
	padding: 0 15px;
	justify-content: center;
}
.btn-group-order .btn-wh:after{
	display: none;
}
.btn-group-order .btn-wh + .btn-wh{
	margin: 0 0 0 20px;
}
.order-lk-page__item{
	padding: 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-lk-page__item:first-child{
	padding: 0 0 30px;
}
.link-pay-check{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 0.1em;
	cursor: pointer;
	color: var(--bs-bluedark);
	position: relative;
	padding: 0 11px 0 0;
	transition: all ease .5s;
}
.link-pay-check:after{
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: var(--bs-bluedark) transparent transparent transparent;
	transition: all ease .5s;
}
.link-pay-check.open{
	color: #C4C4C4;
}
.link-pay-check.open:after{
	transform: rotate(-90deg);
	border-color: #C4C4C4 transparent transparent transparent;
}
.order-lk-page .pagination{
	padding: 15px 0 0 0;
}
.radio-box__item:not(:first-child),
.check-box__item:not(:first-child){
	padding: 7px 0 0 0;
}
.radio-box__input,
.fixprice-list__input,
.check-box__input{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.radio-box__label,
.check-box__label{
	display: flex;
	margin: 0;
	cursor: pointer;
	align-items: center;
	position: relative;
	padding: 0 0 0 25px;
}
.radio-box__label:after,
.radio-box__label:before,
.check-box__label:after,
.check-box__label:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .5s;
}
.radio-box__label:after,
.check-box__label:after{
	left: 0;
	z-index: 1;
	width: 11px;
	height: 11px;
	border: 1px solid #C4C4C4;
	background-color: var(--bs-white);
}
.radio-box__label:before,
.check-box__label:before{
	width: 5px;
	height: 5px;
	background-color: var(--bs-bluedark);
	z-index: 2;
	left: 3px;
	opacity: 0;
	visibility: hidden;
}
.radio-box--circle .radio-box__label:after,
.radio-box--circle .radio-box__label:before{
	border-radius: 50%;
	overflow: hidden;
}
.radio-box__input:checked + .radio-box__label:before,
.check-box__input:checked + .check-box__label:before{
	opacity: 1;
	visibility: visible;
}
.radio-box__img{
	border: 1px solid #EAEAEA;
	display: flex;
	width: 38px;
	height: 30px;
	padding: 5px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin: 0 7px 0 0;
}
.radio-box__name,
.check-box__name{
	flex-grow: 1;
	font-size: 12px;
	line-height: 1;
	color: var(--bs-black);
	letter-spacing: 0.05em;
}
.detail-item-order__check{
	padding: 20px;
	background-color: rgba(196, 196, 196, 0.15);
	width: 100%;
	margin: 15px 0 0 0;
	display: none;
}
.account-lk{
	display: flex;
	align-items: flex-start;
}
.account-lk__content{
	flex-grow: 1;
}
.account-lk__price{
	display: flex;
	justify-content: center;
	flex: 0 0 auto;
	width: 255px;
	min-width: 255px;
	margin: 0 0 0 15px;
	background-color: rgba(196, 196, 196, 0.15);
	padding: 20px 15px 20px;
}
.price-account__label,
.lk-page__subtitle{
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--bs-black);
	text-decoration: none;
	letter-spacing: 0.1em;
	font-family: "Gilroy-Black";
}
.price-account__label{
	font-size: 14px;
}
.price-account__count{
	padding: 15px 0 0 0;
	font-size: 45px;
	line-height: 1;
	color: var(--bs-bluedark);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.lk-page__subtitle{
	font-size: 12px;
	margin: 0 0 10px;
}
.account-lk__fixprice{
	padding: 0 0 35px;
}
.fixprice-list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.fixprice-list__item{
	margin: 0 10px 10px 0;
}
.fixprice-list__label{
	min-width: 50px;
	display: inline-block;
	vertical-align: top;
	padding: 4px 2px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	font-size: 10px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	transition: all ease .5s;
}
.fixprice-list__input:checked + .fixprice-list__label{
	background-color: var(--bs-green);
	border-color: var(--bs-green);
	color: var(--bs-black);
}
.account-lk__price-input{
	max-width: 200px;
	padding: 0 0 45px;
}
.account-lk__price-input input{
	font-family: "Gilroy";
	width: 100%;
	height: 32px;
	background-color: var(--bs-white);
	padding: 0 15px;
	font-size: 10px;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid var(--bs-white);
	border-right: 1px solid var(--bs-white);
	border-left: 1px solid var(--bs-white);
	border-radius: 20px;
	overflow: hidden;
	color: var(--bs-maincolor);
	letter-spacing: 0.05em;
	text-align: center;
}
.account-lk__method .radio-box{
	padding: 5px 0 15px 20px;
}
.account-lk__method .btn-wh{
	height: 30px;
	justify-content: center;
}
.account-lk__method .btn-wh:after{
	display: none;
}
.form-box__item{
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.form-box__item--btn{
	padding: 10px 0 0 0;
}
.form-box__item .btn-wh{
	height: 40px;
	min-width: 214px;
	justify-content: center;
}
.form-box__item .btn-wh:after{
	display: none;
}
.form-box__input-text, .form-box__text-norm{
	flex-grow: 1;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.3);
	padding: 0 0 0 20px;
}
.form-box__text-norm{
	padding: 0;
}
.form-box__input-holder{
	position: relative;
}
.form-box__input,
input.form-box__input{
	width: 100%;
	font-size: 12px;
	line-height: 1;
	background-color: var(--bs-white);
	letter-spacing: 0.05em;
	color: var(--bs-black);
	height: 40px;
	border: 1px solid #CBCBCB;
	border-radius: 50px;
	font-family: "Gilroy";
	padding: 0 15px;
}
textarea.form-box__input{
	height: 130px;
	padding: 15px;
	resize: none;
	border-radius: 10px;
}
.form-box__label{
	position: absolute;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	background-color: var(--bs-white);
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #6A6A6A;
	padding: 0 3px;
	top: -4px;
	left: 12px;
}
.form-box__input-item{
	min-width: 214px;
	flex: 0 0 auto;
}
.form-box--lk .form-box__input-item{
	min-width: 430px;
}
.required{
	color: var(--bs--red);
}
.lk-page__social-form{
	padding: 30px 0 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.social-form__caption{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-black);
	margin: 0 0 10px;
}
.social-form__items{
	display: flex;
	align-items: flex-start;
}
.social-form__item{
	margin: 0 10px 0 0;
}
.lk-page__history{
	padding: 0 0 25px;
}
.history-lk__item{
	margin: 0 0 3px;
}
.history-lk__link{
	font-size: 11px;
	line-height: 1.2;
	color: var(--bs-bluedark);
}
.lk-page__profiles{
	margin: 0 0 20px;
}
.profiles-table__heading{
	display: flex;
	align-items: flex-start;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.2);
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profiles-table__item{
	padding-bottom: 5px;
}
.profiles-table__item--name{
	flex-grow: 1;
}
.profiles-table__item--kod,
.profiles-table__item--date,
.profiles-table__item--type,
.profiles-table__item--edit,
.profiles-table__item--name{
	padding-right: 5px;
}
.profiles-table__item--kod,
.profiles-table__item--date,
.profiles-table__item--type,
.profiles-table__item--edit,
.profiles-table__item--delete{
	flex: 0 0 auto;
}
.profiles-table__item--kod{
	min-width: 70px;
}
.profiles-table__item--date{
	min-width: 130px;
}
.profiles-table__item--type{
	min-width: 170px;
}
.profiles-table__item--edit{
	min-width: 100px;
}
.profiles-table__item--delete{
	min-width: 58px;
}
.profiles-table__row{
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profiles-table__body{
	font-size: 10px;
	line-height: 1.2;
	color: var(--bs-black);
	letter-spacing: 0.05em;
}
.profiles-table__body .profiles-table__item{
	padding-top: 20px;
	padding-bottom: 10px;
}
.profiles-table__body .profiles-table__item--kod,
.profiles-table__body .profiles-table__item--kod a{
	font-weight: bold;
	color: var(--bs-bluedark);
	text-decoration: none;
}
.profiles-table__body .profiles-table__item--name a{
	color: var(--bs-black);
	text-decoration: none;
	transition: all ease .5s;
}
.profiles-table__body .profiles-table__item--name a:hover{
	color: var(--bs-bluedark);
}
.profiles-table__body .profiles-table__item--date,
.profiles-table__body .profiles-table__item--name{
	font-family: "Gilroy-Medium";
}
.profiles-table__body .profiles-table__item--type{
	font-size: 12px;
}
.profiles-table__body .profiles-table__item--edit a{
	color: var(--bs-bluedark);
}
.profiles-table__body .profiles-table__item--delete{
	position: relative;
}
.profiles-table__body .profiles-table__item--delete .btn-delete{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.btn-delete,
.modal-close{
	display: block;
	position: relative;
	border: 1px solid #C4C4C4;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	transition: all ease .5s;
	background-color: transparent;
}
.btn-delete:after,
.btn-delete:before,
.modal-close:after,
.modal-close:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 11px;
	height: 2px;
	background-color: #606060;
	transition: all ease .5s;
}
.btn-delete:after,
.modal-close:after{
	transform: translateY(-50%) rotate(45deg);
}
.btn-delete:before,
.modal-close:before{
	transform: translateY(-50%) rotate(-45deg);
}
.modal-close:hover{
	border-color: var(--bs-bluedark);
}
.modal-close:hover:after,
.modal-close:hover:before{
	background-color: var(--bs-bluedark);
}
.btn-delete:hover{
	background-color: var(--bs--red);
	border-color: var(--bs--red);
}
.btn-delete:hover:after,
.btn-delete:hover:before{
	background-color: var(--bs-white);
}
.info-authorization{
	background-color: rgba(196, 196, 196, 0.15);
	width: 315px;
	min-width: 315px;
	padding: 20px 25px;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.info-authorization *:last-child{
	margin: 0;
}
.info-authorization__caption{
	font-family: "Gilroy-Medium";
}
.form-box__checkout{
	padding: 10px 0 0 0;
}
.checkout-form__item{
	margin: 0 0 30px;
}
.check-box__item{
	padding: 0 0 10px;
}
.checkout-form__item .radio-box__item:not(:first-child), 
.checkout-form__item .check-box__item:not(:first-child){
	padding: 10px 0 0 0;
}
.form-box__item--btn_xs .btn-wh{
	min-width: 150px;
	margin: 0 20px 0 0;
}
.check-box--private{
	padding: 0 0 10px;
}
.check-box--private a{
	text-decoration: none;
}
.check-box--private .check-box__label{
	padding: 0 0 0 18px;
}
.check-box--private .check-box__name{
	font-size: 10px;
}
.tracking{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-black);
	margin: 0 0 30px;
}
.form-box--tracking{
	display: flex;
	align-items: flex-start;
	padding: 0 0 10px;
}
.form-box--tracking .form-box__item{
	margin: 0 10px 10px 0;
}
.form-box--tracking .form-box__item--btn{
	padding: 0;
}
.form-box--tracking  .form-box__input{
	height: 30px;
	font-size: 10px;
	min-width: 270px;
}
.form-box--tracking .form-box__item .btn-wh{
	min-width: 190px;
	font-size: 10px;
	height: 30px;
}
.registration-page{
	display: flex;
}
.registration-page__form{
	flex-grow: 1;
}
.registration-page__sidebar{
	padding: 0 0 0 30px;
	min-width: 340px;
	width: 340px;
	border-left:1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 0 30px;
}
.registration-page__sidebar .social-form__caption{
	font-family: "Gilroy-Black";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.registration-page__form .form-box__input-item,
.registration-page__form .form-box__item .btn-wh{
	min-width: 430px;
}
.registration-page__form .form-box__item .btn-wh{
	font-family: "Gilroy";
	font-size: 12px;
	font-weight: bold;
}
.registration-page__form .form-box__item--btn{
	margin: 0;
	padding: 0;
}
.registration-page__description{
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 0 0 25px;
}
/*-----------------bonus-------------------*/
.heading-bonus__title{
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 50px;
}
.heading-bonus__link{
    display: block;
    text-align: left;
    position: relative;
    padding: 10px 50px 12px 65px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    max-width: 430px;
    transition: all ease .5s;
}
.heading-bonus__link:hover{
    border-color: #f15b24;
} 
.heading-bonus__link:after{
    content: "";
    position: absolute;
    top: 8px;
    width: 19px;
    height: 21px;
    right: 15px;
    z-index: 1;
    background-image: url('../img/arrow-orange-btn.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.heading-bonus{
    position: relative;
    padding: 130px 0 280px;
}
.heading-bonus__img{
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.sale-bonus{
    margin: 0 0 110px;
    position: relative;
    background-color: #f2f2f2;
}
.sale-bonus:after,
.sale-bonus:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4000px;
    right: -4000px;
    background-color: #f2f2f2;
    z-index: 1;
}
.sale-bonus:before{
    right: inherit;
    left: -4000px;
    display: none;
}
.sale-bonus__content{
    min-height: 436px;
    padding: 70px 0 0 600px;
}
.sale-bonus__content{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.sale-bonus__content p{
    margin: 0;
}
.sale-bonus__title{
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 45px;
    color: #000;
}
.sale-bonus__text{
    max-width: 535px;
}
.sale-bonus__img{
    position: absolute;
    left: -90px;
    bottom: -26px;
    z-index: 1;
}
.sale-bonus__img img{
    display: block;
    max-width: 100%;
}
.form-bonus{
    margin: 0 auto 80px;
    border-radius: 20px;
    overflow: hidden;
    background-image: url('../img/bonus-form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 55px 15px 45px;
    text-align: center;
}
.form-bonus__title{
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 35px;
}
.form-bonus__text{
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}
.form-bonus__text b{
    font-weight: 900;
    color: #fff;
}
.form-bonus__control{
    display: flex;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
    padding: 15px 0 25px;
}
input.form-bonus__input{
    height: 60px;
    padding: 0 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: "Open Sans", Arial, sans-serif;
    border:none;
    text-align: center;
    color: #000;
    width: 100%;
}
input.form-bonus__submit{
    width: 204px;
    height: 60px;
    border: none;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--bs-green);
    flex: 0 0 auto;
    margin: 0 0 0 15px;
}
.bonus-info__item--banner{
    display: flex;
    align-items: center;
}
.bonus-info__banner{
    margin: 0 0 0 15px;
    width: 605px;
    flex: 0 0 auto;
}
.bonus-info__banner img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.bonus-info{
    position: relative;
}
.bonus-info:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -390px;
    width: 881px;
    height: 787px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../img/velo-banner.png');
    z-index: 1;
    transform: translateY(-33%);
}
.bonus-info__item{
    margin: 0 0 120px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    position: relative;
    z-index: 3;
}
.bonus-info__item p{
    margin: 0;
}
.bonus-info__item h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #000;
}
.bonus-info__img{
    margin: 0 0 15px;
}
.bonus-info__img img{
    display: block;
    max-width: 100%;
}
.bonus-info__title{
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--bs-black);
    margin: 0 0 50px;
    font-weight: bold;
}
.bonus-info__row{
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
}
.bonus-info__col{
    width: 100%;
    padding: 0 15px 30px;
}
.bonus-info__row--two .bonus-info__col{
    width: 50%;
}
.right_block .bonus-info__col ul{
    padding: 0 0 0 35px;
    margin: 0;
}
.right_block .bonus-info__col ul li{
    margin: 0;
    padding-left: 15px;
}
.right_block .bonus-info__col ul li:before{
    top: 3px;
    font-size: 12px;
    color: #000;
}
.questions-wrap{
    font-size: 16px;
    line-height: 1.4;
    padding: 60px 210px 50px 0;
    background-color: #f2f2f2;
    color: #000;
    position: relative;
}
.questions-wrap:after,
.questions-wrap:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4000px;
    background-color: #f2f2f2;
    z-index: 1
}
.questions-wrap:after{
    left: -4000px;
}
.questions-wrap:before{
    right: -4000px;
}
.questions-wrap p{
    margin: 0 0 5px;
}
.questions-wrap__title{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-weight: bold;
    color: #000;
}
.questions-wrap__img{
    display: block;
    position: absolute;
    top: -40px;
    right: 35px;
    z-index: 5;
}
.questions-wrap__img img{
    display: block;
    max-width: 100%;
}
.basket-page{
	margin: 0 0 100px;
}
.basket-page__count{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #80E1F4;
	font-size: 12px;
	text-align: center;
	line-height: 21px;
	font-family: "Gilroy-Medium";
	letter-spacing: 0.05em;
	color: var(--bs-black);
}
.basket-page__back-holder{
	position: relative;
	margin: 0 0 40px;
}
.basket-page__back-holder:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
}
.basket-page__back-link{
	display: inline-block;
	vertical-align: top;
	color: #6A6A6A;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	background-color: #EFEFEF;
	border-radius: 50px;
	overflow: hidden;
	transition: all ease .5s;
	padding: 13px 26px;
	letter-spacing: 0.05em;
	font-size: 10px;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.basket-page__back-link:hover{
	background-color: var(--bs-maincolor);
	color: var(--bs-white);
}
.basket-page__body{
	display: flex;
	align-items: flex-start;
	padding: 0 0 60px;
}
.basket-page__table{
	flex-grow: 1;
}
.table-basket__row{
	display: flex;
	align-items: center;
	margin: 0 0 20px;;
}
.table-basket__item--img{
	width: 115px;
	flex: 0 0 auto;
	margin: 0 70px 0 0;
}
.table-basket__item--name{
	flex-grow: 1;
	font-weight: bold;
}
.table-basket__item--counter{
	padding: 0 0 0 60px;
}
.table-basket__item--price{
	padding: 0 5px 0 30px;
	width: 135px;
	flex: 0 0 auto;
}
.table-basket__price,
.table-basket__price-old{
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	display: block;
	white-space: nowrap;
}
.table-basket__price{
	font-weight: bold;
}
.table-basket__price-old{
	padding: 3px 0 0 0;
	text-decoration: line-through;
}
.table-basket__like{
	width: 17px;
	height: 17px;
	display: block;
}
.table-basket__like .inline-svg-icon{
	width: 100%;
	height: 100%;
	fill: #C4C4C4;
	transition: all ease .5s;
}
.table-basket__like:hover .inline-svg-icon{
	fill: var(--bs-maincolor);
}
.table-basket__item--delete{
	padding: 0 0 0 15px;
}
.counter{
	width: 82px;
	display: flex;
	align-items: center;
	min-width: 82px;
}
.counter__btn{
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #C4C4C4;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	transition: all ease .5s;
}
.counter__btn:hover{
	border-color: var(--bs-bluedark);
}
.counter__input,
input.counter__input{
	font-family: "Gilroy";
	width: 100%;
	padding: 0 2px;
	height: 28px;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	border: none;
	font-weight: bold;
	text-align: center;
}
.basket-page__sidebar{
	width: 305px;
	min-width: 305px;
	flex: 0 0 auto;
	margin: 0 40px 0 35px;
}
.sidebar-basket__total{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
	letter-spacing: 0.05em;
}
.sidebar-basket__caption,
.promo__title{
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.sidebar-basket__price-count{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #6A6A6A;
	text-align: right;
}
.sidebar-basket__price{
	display: block;
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
.sidebar-basket__info{
	border-bottom: 1px solid  #6A6A6A;
	margin: 0 0 10px;
}
.sidebar-basket__item{
	display: flex;
	align-items: flex-start;
	font-size: 12px;
	line-height: 1.2;
	color: #6A6A6A;
	justify-content: space-between;
	letter-spacing: 0.05em;
}
.sidebar-basket__name,
.sidebar-basket__label{
	padding: 0 0 10px;
}
.promo{
	margin: 0 0 10px;
}
.promo__title{
	margin: 0 0 10px;
}
.promo__form{
	width: 100%;
	border: 2px solid #e5e5e5;
	border-radius: 30px;
	background-color: #fff;
	height: 38px;
	position: relative;
	padding: 0 165px 0 25px;
}
.promo__input{
	width: 100%;
	height: 100%;
	font-family: "Gilroy";
	color: var(--bs-black);
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	border: none;
}
.promo__submit{
	font-family: "Gilroy";
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 5;
	height: 38px;
	border-radius: 30px;
	background-color: #e5e5e5;
	text-align: center;
	color: #6A6A6A;
	font-size: 10px;
	line-height: 1;
	border: none;
	padding: 0;
	cursor: pointer;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all ease .5s;
	width: 145px;
}
.promo__submit:hover{
	background-color: var(--bs-black);
	color: var(--bs-white);
}
.sidebar-basket__btn-group{
	display: flex;
	align-items: flex-start;
	margin: 0 -6px;
}
.sidebar-basket__btn-item{
	width: 50%;
	padding: 0 6px 10px;
}
.sidebar-basket__btn-item .btn-wh{
	font-family: "Gilroy";
	min-width: initial;
	width: 100%;
	font-size: 12px;
	padding: 0 10px;
	justify-content: center;
	border-width: 2px;
	letter-spacing: 0.05em;
	text-transform: initial;
	color: #6A6A6A;
}
.sidebar-basket__btn-item .btn-wh:hover{
	color: var(--bs-white);
}
.sidebar-basket__btn-item .btn-wh--green{
	text-transform: uppercase;
	color: var(--bs-white);
}
.sidebar-basket__btn-item .btn-wh--green:after{
	display: none;
}
.sidebar-basket__btn-label{
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(106, 106, 106, 0.8);
}
.recommend__heading{
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}
.recommend__title{
	font-family: "Gilroy-Black";
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0 15px 0 0;
}
.recommend__btn-group{
	display: flex;
	align-items: flex-start;
	flex: 0 0 auto;
}
.recommend__line{
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	flex-grow: 1;
}
.recommend-btn-prev,
.recommend-btn-next{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--bs-white);
	position: relative;
	z-index: 5;
	border: 1px solid #C4C4C4;
	transition: all ease .5s;
}
.recommend-btn-prev:hover,
.recommend-btn-next:hover{
	border-color: var(--bs-bluedark);
}
.recommend-btn-prev{
	margin: 0 6px 0 0;
}
.recommend-btn-prev:after,
.recommend-btn-next:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	transition: all ease .5s;
	z-index: 3;
}
.recommend-btn-prev:after{
	border-width: 3px 6px 3px 0;
	border-color: transparent #c4c4c4 transparent transparent;
}
.recommend-btn-next:after{
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #c4c4c4;
	left: 11px;
}
.recommend-btn-prev:hover:after{
	border-color: transparent var(--bs-bluedark) transparent transparent;
}
.recommend-btn-next:hover:after{
	border-color: transparent transparent transparent var(--bs-bluedark);
}
.recommend-btn-prev:before,
.recommend-btn-next:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border:1px solid var(--bs-bluedark);
	z-index: 1;
	transition: all ease .5s;
	opacity: 0;
}
.recommend-btn-prev:hover:before,
.recommend-btn-next:hover:before{
	opacity: 1;
}
.recommendCard{
	padding: 15px 0 0 0;
	position: relative;
}
.recommendCard__img{
	height: 115px;
	margin: 0 0 15px;
}
.recommendCard__img img{
	display: block;
	object-fit: contain;
	margin: 0 auto;
	height: 115px;
}
.recommendCard__name{
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 42px;
	margin: 0 0 10px;
	overflow: hidden;
}
.recommendCard__name a{
	color: var(--bs-black);
	text-decoration: none;
	display: block;
	transition: all ease .5s;
}
.recommendCard__name a:hover{
	color: var(--bs-bluedark);
}
.recommendCard__btn-group{
	display: flex;
	align-items: flex-end;
}
.recommendCard__price-wrap{
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 1.2;
	flex-grow: 1;
}
.recommendCard__caption{
	color: #6A6A6A;
	margin: 0 0 5px;
}
.recommendCard__price{
	font-size: 20px;
	font-weight: bold;
	color: var(--bs-bluedark);
}
.recommendCard__in-stock{
	font-weight: bold;
	color: var(--bs-green);
}
.recommendCard__in-basket{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 10px;
	flex: 0 0 auto;
	width: 60px;
	height: 32px;
	border: 1px solid #C4C4C4;
	border-radius: 30px;
	overflow: hidden;
	transition: all ease .5s;
	background-color: var(--bs-white);
}
.recommendCard__in-basket .inline-svg-icon{
	fill: var(--bs-green);
	margin: 0 auto;
	width: 19px;
	height: 19px;
	transition: all ease .5s;
}
.recommendCard__in-basket:hover{
	background-color: var(--bs-green);
	border-color: var(--bs-green);
}
.recommendCard__in-basket:hover .inline-svg-icon{
	fill: var(--bs-white);
}
.recommendCard__like{
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 5;
}
.recommendCard__like .inline-svg-icon{
	width: 17px;
	height: 17px;
	fill: #C4C4C4;
	transition: all ease .5s;
}
.recommendCard__like:hover .inline-svg-icon{
	fill: var(--bs-black);
}
.card-one{
	padding: 20px 0 0 0;
}
.card-one__heading{
	margin: 0 0 40px;
}
.card-one__sidebar{
	margin: 0 0 0 50px;
	flex: 0 0 400px;
	/*position: relative;*/
}

.swiper-pagination-bullet-active {
	background-color: var(--bs-bluedark)!important;
  }

.card-one__back-category{
	display: inline-flex;
	align-items: center;
	margin: 0 0 25px;
	text-decoration: none;
	min-height: 28px;
	padding: 0 0 0 38px;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #C4C4C4;
	transition: all ease .5s;
}
.card-one__back-category:after{
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #C4C4C4;
	top: 0;
	left: 0;
	transition: all ease .5s;
}
.card-one__back-category:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	transition: all ease .5s;
	z-index: 3;
	border-width: 3px 6px 3px 0;
	border-color: transparent #c4c4c4 transparent transparent;
}
.card-one__back-category:hover:before{
	border-color: transparent var(--bs-bluedark) transparent transparent;
}
.card-one__back-category:hover:after{
	border-color: var(--bs-bluedark);
}
.sidebar-card__logo{
	max-width: 160px;
	margin: 0 0 20px;
}
.sidebar-card__actions{
	display: none;
}
.sidebar-card__name{
	font-family: "Gilroy-Black";
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 25px;
	text-transform: uppercase;
	color: var(--bs-black);
}
.sidebar-card__price{
	text-transform: uppercase;
	font-size: 45px;
	line-height: 1.2;
	color: var(--bs-bluedark);
	font-weight: bold;
	margin: 0 0 10px;
}
.sidebar-card__link-group{
	display: flex;
	align-items: flex-start;
	margin: 0 0 30px;
}
.sidebar-card__link-group a,
.sidebar-card__article{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #6A6A6A;
}
.sidebar-card__link-group a + a{
	margin: 0 0 0 50px;
}
.sidebar-card__article{
	margin: 0 0 20px;
}
.sidebar-card__article b{
	color: var(--bs-black);
}
.sidebar-card__caption{
	margin: 0 0 8px;
	text-transform: uppercase;
	color: #242424;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.color-check{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.color-check__item{
	margin: 0 7px 7px 0;
}
.color-check__link{
	display: inline-flex;
	min-height: 20px;
	padding: 2px 8px 3px 8px;
	position: relative;
	align-items: center;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #6A6A6A;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
	transition: all ease .5s;
	cursor: pointer;
}
.color-check__link--current{
	color: var(--bs-black);
	background-color: var(--bs-green);
	border-color: var(--bs-green);
}
.color-check__link--current:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	z-index: 1;
	background-image: url('../img/close-icon.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	opacity: 0;
}
.sidebar-card__color-check{
	padding: 0 0 20px;
}
.sidebar-card__size{
	margin: 0 0 20px;
}
.sidebar-card__size-number{
	font-weight: normal;
}
.sidebar-card__pick-up-size{
	display: inline-flex;
	min-height: 20px;
	padding: 2px 10px 3px 10px;
	position: relative;
	align-items: center;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-white);
	border-radius: 5px;
	border: 1px solid var(--bs-bluedark);
	background: var(--bs-bluedark);
	transition: all ease .5s;
	cursor: pointer;
	text-decoration: none;
}
.sidebar-card__pick-up-size:hover{
	background-color: transparent;
	color: #6A6A6A;
}
.sidebar-card__counter{
	margin: 0 0 25px;
	display: flex;
	align-items: center;
}
.sidebar-card__counter .sidebar-card__caption{
	margin: 0;
	min-width: 70px;
	padding: 0 5px 0 0;
}
.sidebar-card__add{
	max-width: 330px;
	width: 100%;
}
.in-basket{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 37px;
	background-color: var(--bs-green);
	text-decoration: none;
	position: relative;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: var(--bs-white);
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 30px 0 60px;
	border-radius: 30px;
	overflow: hidden;
	transition: all ease .5s;
	font-family: "Gilroy-Medium";
}
.in-basket:hover{
	background-color: var(--bs-greendark);
	color: var(--bs-white);
}
.in-basket .inline-svg-icon{
	width: 19px;
	height: 19px;
	fill: var(--bs-white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	z-index: 1;
}
.in-basket--bord{
	color: #6A6A6A;
	border: 2px solid var(--bs-green);
	background-color: var(--bs-white);
}
.in-basket--bord .inline-svg-icon{
	fill: var(--bs-green);
}
.in-basket--bord:hover{
	border-color: var(--bs-greendark);
}
.in-basket--bord:hover .inline-svg-icon{
	fill: var(--bs-white);
}
.sidebar-card__in-basket{
	margin: 0 0 15px;
}
.link-add{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.link-add__item{
	margin: 0 0 8px;
}
.link-add__label{
	font-size: 14px;
	line-height: 1.2;
	color: #7C7C7C;
	letter-spacing: 0.1em;
	transition: all ease .5s;
}
.link-add__label:hover{
	color: #6A6A6A;
	text-decoration: underline;
}
.link-add__label--blue{
	color: var(--bs-bluedark);
}
.link-add__label--blue:hover{
	color: var(--bs-bluehover);
}
.sidebar-card__text{
	font-size: 10px;
	line-height: 1.2;
	color: #6A6A6A;
	letter-spacing: 0.05em;
	margin: 0 0 15px;
}
.card-one__body{
	flex-grow: 1;
	position: relative;
	z-index: 2;
}
.nav-tabs-card .nav-item{
	margin: 0 0 25px 70px;
}
.nav-tabs-card .nav-item:first-child{
	margin: 0 0 25px;
}
.nav-tabs-card .nav-link{
	text-transform: uppercase;
	font-family: "Gilroy-Black";
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 7px;
	background-color: transparent;
	border: none;
	color: var(--bs-black);
	letter-spacing: 0.1em;
}
.nav-tabs-card .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background-color: var(--bs-bluedark);
	z-index: 1;
}
.tab-pane__info{
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.card-one .recommend-wrap .container{
	padding: 0;
}
.table-charact{
	margin: 0 0 20px;
}
.table-charact__item{
	display: flex;
	align-items: flex-start;
}
.table-charact__caption,
.table-charact__label{
	padding: 5px 10px;
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 1.2;
}
.table-charact__caption{
	width: 40%;
}
.table-charact__label{
	width: 60%;
}
.table-charact__item:nth-child(odd){
	background-color: rgba(229, 229, 229, 0.5);
}
.card-one__tabs .btn-wh{
	min-width: 310px;
	padding: 0 10px;
	justify-content: center;
}
.card-one__tabs .btn-wh:after{
	display: none;
}
.card-one__tabs-info{
	padding: 50px 0 0 0;
}
.nav-tabs-info-card{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.nav-tabs-info-card .nav-item{
	margin: 0 4px 0 0;
}
.nav-tabs-info-card .nav-link{
	display: inline-flex;
	height: 28px;
	align-items: center;
	justify-content: center;
	padding: 2px 24px;
	border: none;
	background-color: transparent;
	font-family: "Gilroy-Black";
	font-size: 12px;
	line-height: 1.2;
	cursor: pointer;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #D3D3D3;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all ease .5s;
}
.nav-tabs-info-card .nav-link.active{
	border-color: var(--bs-green);
	color:var(--bs-black);
}
.nav-tabs-info-card{
	margin: 0 0 25px;
}
.availability-wrap__item{
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
}
.availability-wrap__item:not(:first-child){
	border-top: 1px solid #F2F2F2;
}
.availability-wrap__content{
	flex-grow: 1;
}
.availability-wrap__info{
	flex: 0 0 auto;
	white-space: nowrap;
	margin: 0 0 0 15px;
	min-width: 100px;
}
.info-availability__label{
	display: flex;
	align-items: center;
	font-size: 10px;
	line-height: 1;
	color: #6a6a6a;
	letter-spacing: 0.05em;
}
.info-availability__icon{
	width: 14px;
	height: 14px;
	min-width: 14px;
	flex: 0 0 auto;
	margin: 0 8px 0 0;
	border-radius: 50%;
	overflow: hidden;
	background-color: #D0D1D3;
	position: relative;
	transform: rotate(45deg);
}
.info-availability__icon:after,
.info-availability__icon:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 1px;
	background-color: var(--bs-white);
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.info-availability__icon:before{
	z-index: 2;
	width: 1px;
	height: 6px;
}
.info-availability__label--yes .info-availability__icon{
	transform: initial;
	background-color: var(--bs-green);
}
.content-availability__name{
	font-family: "Gilroy-Black";
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bs-black);
}
.content-availability__info{
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: var(--bs-black);
	padding: 8px 0 0 0;
}
.content-availability__info p{
	margin: 0;
}
.card-one__related-prodcuts{
	padding: 70px 0 0 0;
}
.card-one__content{
	margin: 0 0 40px;
	display: flex;
	align-items: flex-start;
}
.related-prodcuts-card__heading{
	display: flex;
	align-items: center;
}
.related-prodcuts-card__label{
	flex-grow: 1;
}
.related-prodcuts-card__price-info{
	margin: 0 0 0 15px;
}
.related-prodcuts-card__label{
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-black);
}
.related-prodcuts-card__heading{
	margin: 0 0 10px;
}
.price-related-prodcuts__holder{
	display: flex;
	align-items: center;
	background-color: #EAEAEA;
	border-radius: 30px;
	overflow: hidden;
}
.price-related-prodcuts__new{
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	height: 38px;
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-white);
	font-weight: bold;
	background-color: var(--bs-green);
}
.price-related-prodcuts__econom{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Gilroy-Medium";
	white-space: nowrap;
	height: 38px;
	border-radius: 0 30px 30px 0;
	color: #606060;
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 1.2;
	padding: 0 20px;
}
.related-prodcuts-card__item{
	padding: 15px 0;
	border-top: 1px solid #f2f2f2;
	display: flex;
	align-items: center;
}
.related-prodcuts-card__img{
	width: 115px;
	min-width: 115px;
	margin: 0 80px 0 0;
	flex: 0 0 auto;
}
.related-prodcuts-card__content{
	flex-grow: 1;
	font-size: 12px;
	line-height: 1.2;
	color: var(--bs-black);
	letter-spacing: 0.05em;
}
.related-prodcuts-card__name{
	color: var(--bs-black);
	text-decoration: none;
	transition: all ease .5s;
}
.related-prodcuts-card__name:hover{
	color: var(--bs-bluedark);
}
.related-prodcuts-card__price{
	padding: 8px 0 0 0;
	font-weight: bold;
}
.reviews-wrap{
	padding: 15px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
.star-info-reviews{
	display: flex;
	align-items: center;
}
.star{
	position: relative;
	margin: 0 -3px;
}
.star__items{
	display: flex;
	align-items: flex-start;
}
.star__item{
	width: 15px;
	height: 15px;
	margin: 0 3px;
	background-image: url('../img/star.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	flex: 0 0 auto;
}
.star__items--active-line{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.star__items--active-line .star__item,
.star__item--active{
	background-image: url('../img/star-active.svg');
}
.star-info-reviews__count{
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--bs-black);
	font-family: "Gilroy-Black";
	margin: 0 20px;
}
.star-info-reviews__link{
	font-size: 11px;
	line-height: 1.2;
	font-family: "Gilroy-Medium";
	letter-spacing: 0.1em;
}
.reviews-wrap__add{
	text-align: right;
	padding:0 25px 5px;
}
.reviews-wrap__add .btn-wh{
	min-width: 190px;
	padding: 0 10px;
	justify-content: center;
}
.reviews-wrap__add .btn-wh:after{
	display: none;
}
.sort-reviews{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
	color: #6A6A6A;
	display: flex;
	align-items: flex-start;
	margin: 0 0 10px;
}
.sort-reviews__caption{
	margin: 0 25px 0 0;
}
.sort-reviews__link{
	text-decoration: none;
	color: #6A6A6A;
	position: relative;
	padding: 0 15px 0 0;
	margin: 0 30px 0 0;
}
.sort-reviews__link--active:after{
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 7px;
	height: 7px;
	background-image: url('../img/sort-icon.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	z-index: 1;
}
.sort-reviews__link:hover{
	color: #6A6A6A;
}
.list-reviews__item{
	margin: 0 0 15px;
	color: var(--bs-black);
}
.list-reviews__item:not(:first-child){
	padding: 10px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
.list-reviews__name{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1.2;
	font-family: "Gilroy-Black";
	margin: 0 0 8px;
}
.list-reviews__star{
	margin: 0 0 8px;
}
.list-reviews__text{
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 8px;
}
.list-reviews__date{
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.3);
}
.pagination--reviews{
	padding: 10px 0 0 0;
	border-top: 1px solid #f2f2f2;
	justify-content: flex-start;
}
.gallery-card-one{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.gallery-card-one__thumbsGallery{
	/* width: 65px;
	min-width: 65px; */
	/* height: 206px;
    min-height: 206px;
    min-width: 138px;
    width: 138px; */
	flex: 0 0 auto;
	margin: 20px 15px 0 0;
	position: relative;
}

.gallery-card-one__thumbsGallery .swiper-pointer-events.swiper-vertical{
	height: 482px;
    min-height: 206px;
    min-width: 138px;
    width: 138px;
}
.swiperCardThumbs .swiper-wrapper{
	display: block;
	transform: translate3d(0px, 0px, 0px);
}
.actionSlider .swiper-wrapper{
	display: flex;
	height: auto;
}
.actionSlider .swiper-slide{
	width: 426px;
	margin-right: 10px;
}
.swiperCardThumbs .swiper-slide{
	width: 100% !important;
	height: 226px!important;
	max-width: 138px;
	min-height: 226px;
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-bottom: 2px solid transparent;
	/* transition: all  ease .5s; */
	cursor: pointer;
}


/* .swiperCardThumbs .swiper-slide, .swiperCardThumbs .swiper-wrapper{
	transition-property: none;
}
.swiperCardThumbs.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: unset;
} */



.swiperCardThumbs .swiper-slide.swiper-slide-thumb-active{
	border-bottom-color: var(--bs-bluedark);
}
.gallery-card-one__thumbsGallery .swiper-button-prev:after, .gallery-card-one__thumbsGallery .swiper-button-next:after{
    font-size: 20px;
    color: var(--bs-bluedark);
    transform: rotate(90deg);
    position: absolute;
}

.swiperCardThumbs_up, .swiperCardThumbs_down{
	width: 138px;
	height: 38px;
	left: 0;
	top: initial;
	margin-top: initial;
}

.swiperCardThumbs_up {
	top: calc(var(--swiper-navigation-size) * (-1));
}
.swiperCardThumbs_down {
	bottom: calc(var(--swiper-navigation-size) * (-1));
}

.swiperCardThumbs_up span, .swiperCardThumbs_down span{
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 28%);
    width: 100%;
    height: 100%;
    background: #fff;
}

.swiper-button-lock{
	display: flex;
}
.gallery-card-one__mainGallery{
	flex-grow: 1;
}
.swiperCardMain{
	max-width: 627px;
}
.swiperCardMain .swiper-slide{
	position: relative;
	padding: 110% 0 0 0;
	width: 627px;
}
.swiperCardMain .swiper-slide img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 50%;
	transform: translate(0%, -50%);
}
.gallery-point-wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.gallery-point-wrap__circle{
	display: block;
	width: 16px;
	height: 16px;
	transition: all ease .5s;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	border: 3px solid #fff;
	background-color: var(--bs-bluedark);
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.gallery-point-wrap__circle:hover{
	border: 3px solid var(--bs-bluedark);
	background-color: var(--bs-white);
}
.gallery-point-wrap__popup{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(18px);
	min-width: 150px;
	background-color: rgba(255,255,255,.9);
	border-radius: 6px;
	padding: 12px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	font-size: 8px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-black);
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}
.gallery-point-wrap__circle:hover + .gallery-point-wrap__popup{
	transform: translateX(-50%) translateY(10px);
	opacity: 1;
	visibility: visible;
}

.tabs-card.d-none--lg{
	display: none;
}
/*-----header-fix-----*/
.header-fix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 80;
	background-color: #f7f7f7;
	transition: all ease .5s;
	transform: translateY(-100%);
	box-shadow: none;
	display: none;
}
.header-fix .container{
	display: flex;
	align-items: center;
	height: 76px;
}
.header-fix .nav-main{
	padding: 0;
	border: none;
	flex-grow: 1;
}
.header-fix .nav-main__link:hover, 
.header-fix .nav-main__link--current{
	color: var(--bs-bluedark);
}
.header-fix__group{
	display: flex;
	align-items: center;
}
.header-fix__group .user-lisk-group__item .inline-svg-icon{
	fill: var(--bs-green);
}
.header-fix__group .header-link-group__item .inline-svg-icon{
	fill: #b9b9b9;
}
.header-fix__group .header-link-group{
	padding: 0 15px;
	position: relative;
	margin: 0 0 0 10px;
}
.header-fix__group .header-link-group:after,
.header-fix__group .header-link-group:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 11px;
	background-color: #dedede;
	z-index: 1;
	transform: translateY(-50%);
}
.header-fix__group .header-link-group:before{
	left: 0;
}
.header-fix__group .header-link-group:after{
	right: 0;
}
.header-fix__group .header-link-group__item--package,
.header-fix__group .header-link-group__item--lk{
	width: 17px;
	margin: 0;
}
.header-fix__group .header-link-group__item--lk{
	margin: 0 0 0 25px;
}
.header-fix__group .user-lisk-group{
	padding: 0;
}
.header-fix__group .search-btn-mb{
	display: block;
	margin: 0 0 0 35px;
}
.header-fix__group .search-btn-mb .inline-svg-icon{
	fill: #000;
}
.header-fix .logo{
	min-width: 235px;
}
.fix-card{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 79;
	transition: all ease .5s;
	display: none;
	transform: translateY(-100%);
}
.fix-card__holder{
	background-color: #fff;
}
.card-one__fix .container{
	height: 110px;
	display: flex;
	align-items: center;
}
.fix-card___img{
	width: 98px;
	flex: 0 0 auto;
}
.fix-card__content{
	flex-grow: 1;
	padding: 0 0 0 35px;
}
.fix-card__name{
	font-family: "Gilroy-Black";
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}
.fix-card__info-product{
	display: flex;
	align-items: center;
	padding: 15px 0 0 0;
}
.fix-card__availability-name{
	color: #172429;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0 0 0 15px;
}
.fix-card__price{
	flex-grow: 1;
	padding: 0 0 0 10px;
}
.price-card{
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 1.2;
	color: var(--bs-black);
}
.price-card__new{
	font-family: "Gilroy-Black";
	display: block;
}
.price-card__old{
	color: #818181;
	text-decoration: line-through;
	font-size: 12px;
}
.selected-card{
	display: flex;
	align-items: flex-start;
}
.selected-card__item{
	padding: 0 8px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #00ADCF;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: var(--bs-white);
	border-radius: 5px;
	overflow: hidden;
	margin: 0 7px 0 0;
}
.fix-card__basket{
	padding: 0 0 0 50px;
}
.fix-card__basket .btn-wh:after{
	display: none;
}
.fix-card__basket .btn-wh{
	border-radius: 5px;
	justify-content: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
	min-width: 110px;
	height: 25px;
}
.fix-card__link-group{
	display: flex;
	align-items: flex-start;
	padding: 0 0 0 10px;
}
.fix-card__link-group .user-lisk-group__item .inline-svg-icon{
	fill: #C4C4C4;
}
@media (min-width: 767.98px) {
	.header-fix, .fix-card{ display: block;}
	.fix .header-fix, .fix-card.fixed{
		transform: translateY(0);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	}
}
.modal-template .modal-header{
	position: relative;
	padding: 25px 55px;
	justify-content: center;
	flex-direction: column;
}
.modal-template .modal-dialog{
	max-width: 500px;
}
.modal-template--product .modal-dialog{
	max-width: 900px;
}
.modal-template .modal-content{
	border-radius: 15px;
	border: none;
	overflow: hidden;
}
.modal-title{
	font-family: "Gilroy-Black";
	font-size: 30px;
	line-height: 1;
	margin: 0;
}
.modal .modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.modal-template .modal-body{
	padding: 0;
}
.modal-body .form-box{
	padding: 35px 70px 15px;
}
.modal-body .form-box__input-item,
.modal-body .form-box__item .btn-wh{
	width: 100%;
}
.modal-body .social-form{
	padding: 15px 85px 20px;
	border-top:1px solid rgba(0, 0, 0, 0.1);
}
.modal-body .social-form__caption{
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "Gilroy-Black";
	text-transform: uppercase;
}
.form-box__item--check{
	justify-content: space-between;
	font-size: 10px;
	letter-spacing: 0.05em;
}
.form-box__item--check .check-list__item{
	margin: 0;
}
.modal-body .form-box__item--btn{
	padding: 0;
}
.form-box__item--email{
	margin: 0 0 10px;
}
.modal-restration-item{
	padding: 25px 85px 20px;
	background-color: #f5f5f5;
}
.modal-restration-item .btn-wh{
	min-width: initial;
	width: 100%;
	justify-content: center;
	background-color: transparent;
	color: var(--bs-green);
}
.modal-restration-item .btn-wh:hover{
	background-color: var(--bs-green);
	color: var(--bs-white);
	border-color: var(--bs-green);
}
.modal-restration-item__text{
	font-size: 10px;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0.05em;
	padding: 15px 0 0 0;
}
.modal-title-description{
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	padding: 10px 0 0 0;
}
/*-------------modal_product---------*/
.modal-template--product .modal-header{
	padding: 5px 65px 5px 45px;
	min-height: 74px;
	align-items: flex-start;
}
.modal-template--product .modal-title{
	font-size: 20px;
	line-height: 1.2;
}
.modal-card{
	display: flex;
}
.modal-card__content{
	flex-grow: 1;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0 35px 45px;
}
.modal-card__content .card-one__gallery{
	margin: 0 0 20px;
}
.modal-card__sidebar{
	width: 262px;
	min-width: 262px;
	padding: 15px 25px;
	flex: 0 0 auto;
}
.modal-card__content .swiperCardMain{
	max-width: 440px;
}
.modal-card__sidebar .sidebar-card__price{
	line-height: 1;
	margin: 0 0 5px;
}
.modal-card__sidebar .sidebar-card__link-group,
.modal-card__sidebar .star{
	margin: 0 0 10px;
}
.modal-card__sidebar .sidebar-card__counter{
	margin: 0 0 20px;
}
.modal-card__sidebar .link-add{
	justify-content: center;
}
.link-info-group{
	padding: 10px 0 0 0;
}
.link-info-group__item{
	margin: 0 0 8px;
	line-height: 1;
}
.link-info-group__label{
	font-family: "Gilroy-Medium";
	color: #7C7C7C;
	font-size: 10px;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all ease .5s;
}
.link-info-group__img{
	display: block;
	min-width: 16px;
	width: 16px;
	flex: 0 0 auto;
	margin: 0 9px 0 0;
}
.link-info-group__img .inline-svg-icon{
	margin: 0 auto;
	fill: #d8d8d8;
	transition: all ease .5s;
	width: 100%;
}
.link-info-group__label:hover .inline-svg-icon{
	fill: var(--bs-bluedark);
}
.sidebar-card__text-wrap{
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 0 30px 0 0;
}
.card-one__description-wrap{
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
.grid-brands{
	padding: 0 0 0 1px;
}
.grid-brands__item{
	width: 16.6666667%;
	height: 198px;
	transition: all ease .5s;
	transform: scale(1);
	background-color: #fff;
}
.grid-brands__item:after{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: 0;
	bottom: 0;
	border: 1px solid #eaeaea;
}
.grid-brands__sizer{
	width: 16.6666667%;
}
.grid-brands__item--lg{
	width: 33.3%;
	height: 396px;
}
.grid-brands__item:hover{
	transform: scale(1.1);
	z-index: 5;
}
.grid-brands__link{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px 25px;
	align-items: center;
	justify-content: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all ease .5s;
	position: relative;
	z-index: 1;
}
.grid-brands__link img {
	object-fit: contain;
}
.grid-brands__item:hover .grid-brands__link{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}
.brands-page__grid{
	margin: 0 0 80px;
}
.alphabet-line{
	display: flex;
	align-items: flex-start;
	padding: 0 0 30px;
}
.alphabet-line__item{
	font-family: "Gilroy-Black";
	font-size: 16px;
	line-height: 1.2;
	color: var(--bs-black);
	text-decoration: none;
	margin: 0 25px 10px 0;
	display: block;
	transition: all ease .5s;
	text-transform: uppercase;
}
.alphabet-line__item:hover{
	color: var(--bs-bluedark);
}
.brands-page__search{
	margin: 0 0 25px;
	max-width: 970px;
}
.search-page{
	display: flex;
	align-items: flex-start;
}
.search-page__submit{
	font-family: "Gilroy-Medium";
	height: 27px;
	text-align: center;
	width: 124px;
	min-width: 124px;
	flex: 0 0 auto;
	background-color: var(--bs-green);
	color: var(--bs-white);
	text-transform: uppercase;
	border-radius: 50px;
	overflow: hidden;
	transition: all ease .5s;
	border: none;
	font-size: 10px;
	line-height: 1;
	padding: 0 10px;
	letter-spacing: 0.05em;
	margin: 0 0 0 10px;
}
.search-page__input,
input.search-page__input{
	font-family: "Gilroy-Light";
	width: 100%;
	height: 27px;
	color: #606060;
	font-size: 10px;
	line-height: 1;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ececec;
	border-radius: 50px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.search-page__input-holder{
	flex-grow: 1;
}
.search-page__submit:hover{
	background-color: var(--bs-greendark);
}
.alphabet___item{
	display: flex;
	align-items: flex-start;
	padding: 30px 0 0 0;
}
.alphabet___item:not(:first-child){
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.alphabet__caption{
	font-family: "Gilroy-Black";
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 165px;
	min-width: 165px;
	padding: 0 5px 0 0;
	flex: 0 0 auto;
}
.alphabet__content{
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
	padding: 0 0 10px;
}
.alphabet__col{
	width: 20%;
	padding: 0 5px 0 0;
}
.alphabet__item-link{
	margin: 0 0 25px;
}
.alphabet__link{
	font-family: "Gilroy-Medium";
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bs-black);
	text-decoration: none;
	transition: all ease .5s;
	position: relative;
}
.alphabet__link--arrow{
	padding: 0 25px 0 0;
	text-decoration: underline;
	color: var(--bs-bluedark);
}
.alphabet__link--arrow:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--bs-maincolor);
	border-bottom: 1px solid var(--bs-maincolor);
	z-index: 5;
	transform: translateY(-50%) rotate(-45deg);
	transition: all ease .5s;
}
.brand-one__back{
	margin: 0 0 25px;
}
.brand-one__link{
	font-family: "Gilroy-Medium";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 1;
	height: 34px;
	padding: 0 40px;
	text-transform: uppercase;
	color: #a8a8a8;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: all ease .5s;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.brand-one__link:hover{
	border-color: var(--bs-bluedark);
	color: var(--bs-white);
	background-color: var(--bs-bluedark);
}
.brand-one__link .inline-svg-icon{
	fill: #a8a8a8;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 12px;
}
.brand-one__link:hover .inline-svg-icon{
	fill: #fff;
}
.brand-one__content{
	display: flex;
	align-items: center;
}
.brand-one__text{
	flex-grow: 1;
	font-size: 12px;
}
.brand-one__logo{
	padding: 0 10px;
	width: 270px;
	min-width: 270px;
	margin: 0 0 0 30px;
}
.brand-one__logo img{
	margin: 0 auto;
}
.brand-one__catalog{
	padding: 50px 0 0 0;
}
.brand-one__catalog h2{
	font-size: 16px;
}
.brand-one__catalog .filter-wrap{
	padding: 0;
}
.brand-one__catalog  .catalog-new{
	margin: 0 0 20px;
}
/*---------------order-page---------------*/
.order-page{
	display: flex;
	align-items: flex-start;
	padding: 10px 0 0 0;
	position: relative;
}
.order-page__content{
	flex-grow: 1;
	position: relative;
	z-index: 2;
}
.order-page__sidebar{
	flex: 0 0 324px;
	margin: 0 0 0 20px;
}
.sidebar-order__container,
.sidebar-card__container{
	display: flex;
	align-items: flex-start;
}
.sidebar-order__holder{
	max-width: 324px;
	width: 100%;
	transition: all ease .5s;
	border-radius: 0 0 10px 10px;
}
.sidebar-card__holder{
	max-width: 400px;
	width: 100%;
}
.scroll-content{
	position: relative;
}
.container-fix{
	padding: 0;
}
.container-fix.fixed{
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	justify-content: flex-end;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
}
.container-fix.fixed .sidebar-order__holder{
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);	
}
.container-fix.fixed_stop{
	position: absolute;
	bottom: 0;
}
.sidebar-order__header{
	font-family: "Gilroy-Medium";
	display: flex;
	justify-content: space-between;
	padding: 5px 25px;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 15px;
	background-color: var(--bs-bluedark);
	height: 40px;
	align-items: center;
}
.sidebar-order__caption{
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.sidebar-order__edit-link{
	font-size: 11px;
	letter-spacing: 0.1em;
	text-decoration: underline;
	color: #fff;
}
.sidebar-order__edit-link:hover{
	color: #fff;
	text-decoration: none;
}
.item-order__heading{
	height: 40px;
	display: flex;
	align-items: center;
	background-color: #f3f3f3;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	justify-content: space-between;
	color: var(--bs-black);
	padding: 0 45px 0 30px;
}
.item-order__heading:after{
	content: "";
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #c4c4c4;
	transition: all ease .5s;
}
.item-order__heading.open:after{
	background-color: var(--bs-green);
}
.item-order__arrows{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	z-index: 1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #c4c4c4;
	transition: all ease .5s;
}
.item-order__heading.open .item-order__arrows{
	transform: translateY(-50%) rotate(90deg);
	background-color: var(--bs-green);
}
.item-order__arrows:after{
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #ffffff;
}
.item-order__name{
	font-family: "Gilroy-Medium";
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.order-page__item{
	margin: 0 0 15px;
}
.item-order__edit{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 30px;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.1em;
	text-decoration: underline;
	color: var(--bs-bluedark);
	transition: all ease .3s;
	opacity: 1;
	visibility: visible;
}
.item-order__edit:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 13px;
	height: 7px;
	border-left:2px solid #5EBA15;
	border-bottom: 2px solid #5EBA15;
	transform: rotate(-45deg);
}
.item-order__edit:hover{
	text-decoration: none;
}
.item-order__heading.open .item-order__edit{
	opacity: 0;
	visibility: hidden;
}
.item-order__basket{
	padding: 25px 0 0 0;
}
.item-order__holder{
	padding: 15px 0 30px 30px;
}
.basket-order__thead{
	font-family: "Gilroy-Medium";
	letter-spacing: 0.05em;
	font-size: 10px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 5px;
}
.basket-order__row{
	display: flex;
	align-items: flex-start;
}
.basket-order__item{
	padding: 0 10px 0 0;
}
.basket-order__item--img{
	flex: 0 0 125px;
}
.basket-order__item--name{
	flex-grow: 1;
	padding: 0 10px 0 60px;
}
.basket-order__item--sale,
.basket-order__item--height{
	flex: 0 0 80px;
}
.basket-order__item--quantity,
.basket-order__item--sum{
	flex: 0 0 105px;
}
.tbody-basket__row{
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
}
.tbody-basket__name{
	font-family: "Gilroy-Medium";
	font-size: 10px;
	letter-spacing: 0.05em;
	color: var(--bs-black);
	text-decoration: none;
	transition: all ease .5s;
	display: block;
}
.tbody-basket .basket-order__item{
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--bs-black);
}
.tbody-basket__properties-btn{
	background-color: transparent;
	padding: 0 10px 0 0;
	border: none;
	cursor: pointer;
	color: var(--bs-bluedark);
	position: relative;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
}
.tbody-basket__properties-btn:after{
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: var(--bs-bluedark) transparent transparent transparent;
}
.tbody-basket__properties-btn:focus{
	text-decoration: underline;
}
.detail-basket-order__holder{
	display: flex;
	align-items: flex-start;
	background-color: rgba(230, 230, 230, 0.4);
	padding: 10px 0;
}
.detail-basket-order__img{
	flex: 0 0 125px;
	padding: 0 10px;
}
.detail-basket-order__link-img{
	display: block;
}
.detail-basket-order__link-img:not(:first-child){
	margin: 2px 0 0 0;
}
.detail-basket-order__content{
	flex-grow: 1;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #818181;
	padding: 0 10px 0 60px;
}
.detail-basket-order__content p{
	margin: 0;
}
.detail-basket-order__content .table-basket__price, 
.detail-basket-order__content .table-basket__price-old{
	font-size: 10px;
	padding: 0;
	line-height: 1.3;
}
.detail-basket-order{
	display: none;
}
.delivery-order{
	max-width: 554px;
}
.delivery-order .check-list--xs .check-list__item label{
	font-size: 12px;
	line-height: 1.1;
	color: var(--bs-black);
}
.delivery-order__label{
	font-size: 10px;
	line-height: 1.2;
	margin:0 0 5px;
	letter-spacing: 0.05em;
	color: #818181;
}
.delivery-order .check-list{
	display: flex;
	align-items: flex-start;
	padding: 0 0 15px;
}
.delivery-order .check-list__item{
	margin: 0 35px 8px 0;
}
.delivery-order .form-box__input-item{
	min-width: initial;
	padding: 0 0 15px;
}
.delivery-order .form-box__input-holder{
	margin: 0 0 8px;
}
.delivery-order .form-box__input-text{
	color: #606060;
	padding: 0;
	font-size: 8px;
}
.form-box__input-holder--search{
	border: 1px solid #CBCBCB;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
}
.form-box__input-holder--search .form-box__input{
	padding: 0;
	border-radius: 0;
	border: none;
}
.form-box__search-icon{
	flex: 0 0 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-box__search-icon .inline-svg-icon{
	margin: 0 auto;
}
.form-box__clear-adress{
	flex: 0 0 32px;
	border: none;
	background-color: transparent;
	position: relative;
	padding: 0;
}
.form-box__clear-adress:after,
.form-box__clear-adress:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 12px;
	height: 2px;
	background-color: #c4c4c4;
	transition: all ease .5s;
}
.form-box__clear-adress:after{
	transform: translateY(-50%) rotate(45deg);
}
.form-box__clear-adress:before{
	transform: translateY(-50%) rotate(-45deg);
}
.form-box__clear-adress:hover:after,
.form-box__clear-adress:hover:before{
	background-color: var(--bs-black)
}
.choice-order{
	display: flex;
	align-items: flex-start;
}
.choice-order__content{
	flex-grow: 1;
}
.choice-order__sidebar{
	flex:0 0 306px;
	margin: 0 0 0 20px;
}
.sidebar-choice__content{
	background: #F3F3F3;
	border-radius: 17px;
	overflow: hidden;
	padding: 0 25px 15px;
}
.radio-box__price{
	font-size: 10px;
	color: #818181;
	display: block;
	padding: 3px 0 0 0;
}
.sidebar-choice__heading{
	height: 92px;
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.sidebar-choice__img{
	flex: 0 0 90px;
	margin: 0 10px 0 0;
}
.sidebar-choice__img img{
	margin: 0 auto;
}
.sidebar-choice__caption{
	flex-grow: 1;
	font-size: 12px;
	line-height: 1.2;
	color: var(--bs-black);
	font-weight: bold;
}
.sidebar-choice__body{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.sidebar-choice__text{
	padding: 0 0 15px;
}
.sidebar-choice__body .btn-wh{
	min-width: initial;
	width: 100%;
	padding: 0 15px;
	justify-content: center;
}
.sidebar-choice__body .btn-wh:after{
	display: none;
}
.sidebar-choice__detail{
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0 0 0;
}
.feedback-order{
	max-width: 590px;
}
.feedback-order .form-box__input-item{
	width: 100%;
}
.form-box__item--columntwo{
	margin: 0 -7px 20px;
}
.form-box__item--columntwo .form-box__input-item{
	padding: 0 7px;
	width: 50%;
}
.feedback-order textarea.form-box__input{
	height: 90px;
}
.order-page__content .btn-wh{
	width: 100%;
}
.order-page__content .btn-wh:after{
	display: none;
}
.sidebar-order__body{
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.price-total-order{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 10px;
	font-weight: bold;
	line-height: 1;
}
.price-total-order__count{
	font-size: 25px;
	text-transform: uppercase;
}
.sidebar-order__no-delivery{
	padding: 0 10px;
	text-align: right;
	color: #6A6A6A;
}
.sidebar-order__item{
	display: flex;
	align-items: flex-start;
	padding: 15px 10px 0;
	color: #6A6A6A;
	justify-content: space-between;
}
.sidebar-order__label:first-child,
.economy__label:first-child{
	padding: 0 5px 0 0;
}
.sidebar-order__items{
	padding: 5px 0 10px;
}
.economy{
	display: flex;
	align-items: flex-start;
	background-color: rgba(230, 230, 230, 0.5);
	padding: 5px 10px;
	justify-content: space-between;
	color: var(--bs-black);
}
.sidebar-order__sum-total{
	padding: 10px;
	font-weight: bold;
	color: var(--bs-black);
	text-align: right;
	font-size: 14px;
}
.item-order__body{
	display: none;
}
.delivery-page__banner{
	position: relative;
	z-index: 1;
}
.delivery-page__banner:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../img/kruti_dost.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 560px;
}
.delivery-page__container{
	position: relative;
	z-index: 2;
	min-height: 500px;
	display: flex;
	align-items: center;
}
.banner--delivery__title{
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 30px;
}
.banner--delivery__title--blue{
	color: var(--bs-bluedark);
}
.banner--delivery__text p:last-child{
	margin: 0;
}
.banner--delivery{
	margin: 0 0 70px;
}
.delivery-table{
	display: flex;
}
.delivery-table__item{
	width: 50%;
	/*border: 1px solid #e8e8e8;*/
	padding: 25px 30px 20px;
}
.delivery-table__item:first-child{
	border-right:none
}
.delivery-table__item-text h3,
.delivery-page h2,
.delivery-page h4{
	font-size: 16px;
}
.delivery-table__item-text{
	padding: 0 0 20px;
}
.delivery-table__item hr{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 20px;
	height: auto;
	opacity: 1;
}
.transf{
	text-transform: uppercase;
}
.delivery-page .tabs-info-card{
	margin: 0 0 40px;
}
/*-----------------services-------------------*/
.nav-services{
	display: flex;
	margin: 0 0 40px;
}
.nav-services__item{
	padding: 5px 15px 20px;
	width: 16%;
}
.nav-services__item--lg{
	width: 52%;
}
.nav-services__name{
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-services__img{
	position: relative;
	height: 200px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.nav-services__img img{
	margin: 0 auto;
	max-height: 190px;
}
.nav-services__item:first-child{
	background-color: #fff2d5;
}
.nav-services__item:nth-child(2){
	background: #10e1a4; /* Old browsers */
	background: -moz-linear-gradient(left, #10e1a4 0%, #4be626 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #10e1a4 0%,#4be626 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #10e1a4 0%,#4be626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10e1a4', endColorstr='#4be626',GradientType=1 ); /* IE6-9 */
}
.nav-services__item:nth-child(3){
	background-color: #c0f3fe;
}
.nav-services__item:nth-child(4){
	background-color: #f6d2fe;
}
.services-page__search{
	margin: 0 0 25px;
}
.services-page__search .search-page__input, 
.services-page__search input.search-page__input{
	height: 34px;
	padding: 0 15px;
	border: 1px solid #ececec;
}
.services-page__search .search-page__submit{
	min-width: 154px;
	height: 34px;
}
.services-page__table{
	margin: 0 0 50px;
}
.table-services{
	display: flex!important;
	align-items: flex-start;
	flex-wrap: wrap;
    height: 3465px;
    flex-direction: column
}
.table-services__item{
	width: 50%;
}
.table-services__card{
	padding: 25px 20px 15px;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.table-services__card:last-child{
	border-bottom: 1px solid #e8e8e8;
}
.table-services__item:not(:first-child){
	margin: -1px 0 0 -1px;
}
.table-services__title{
	font-size: 14px;
	margin: 0 0 20px;
}
.table-services__item .check-list{
	line-height: 1;
}
.table-services__item .check-list--xs .check-list__item label,
.checked-services__list .check-list--xs .check-list__item label{
	font-size: 12px;
	display: flex;
	align-items: flex-start;
	font-family: "Gilroy";
	color: var(--bs-black);
}
.check-list__name-service{
	flex-grow: 1;
}
.check-list__price-service{
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 25px;
	min-width: 95px;
}
.table-services__item .check-list__item,
.checked-services__list .check-list__item{
	margin: 0 0 15px;
}
.table-services__item .check-list__item label::after,
.checked-services__list .check-list__item label::after{
	top: 1px;
}
.table-services__item .check-list__item label::before,
.checked-services__list .check-list__item label::before{
	top: 4px;
}
.types-services{
	position: relative;
	display: flex;
	min-height: 560px;
	align-items: center;
	margin: 0 0 60px;
}
.types-services__content{
	padding: 0 470px 0 0;
	position: relative;
	z-index: 2;
}
.types-services__img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -215px;
	z-index: 1;
}
.types-services__img img{
	max-height: 560px;
	display: block;
}
.checked-services__caption{
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 5px;
	background-color:var(--bs-bluedark);
	font-weight: bold;
	letter-spacing: 0.05em;
}
.list-circle-blue{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list-circle-blue li{
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 25px;
}
.list-circle-blue li:after{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--bs-bluedark);
	z-index: 1;
}
.list-circle-blue li:not(:last-child){
	margin: 0 0 20px;
}
.checked-services__content{
	display: flex;
	align-items: flex-start;
	margin: 0 0 40px;
}
.checked-services__list{
	flex-grow: 1;
	padding: 25px 0 0 0;
}
.checked-services__form{
	flex: 0 0 375px;
	margin: 0 0 0 35px;
	padding: 10px 0 0 0;
}
.form-services__content{
	padding: 20px;
	background-color: #f8f8f8;
}
.form-services__title{
	text-align: center;
	margin: 0 0 15px;
	font-family: "Gilroy-Black";
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.form-services .form-box__input{
	height: 34px;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.form-services .btn-wh:after{
	display: none;
}
.form-services .btn-wh{
	min-width: initial;
	padding: 0 10px;
	justify-content: center;
	width: 100%;
}
/*-----------------Footer-------------------*/
footer{
	position: relative;
}
footer:after{
	content: "";
	position: absolute;
	top: -62px;
	left: 0;
	right: 0;
	height: 62px;
	background-image: url('../img/map-trigle.png');
	background-position: 50% 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}
.footer__top{
	padding: 40px 0 25px;
	position: relative;
	background-image: url('../img/bg-footer.png');
	background-position: 50% 0;
	background-size: 100% 100%;
	background-repeat: repeat-y;
	overflow: hidden;
}
.footer__top:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../img/bg-img-footer.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: .1;
}
.footer__top .container,
.container--top{
	position: relative;
	z-index: 3;
}
.container--top{
	display: flex;
	align-items: flex-start;
}
.f-search-form{
	padding: 40px 0 15px;
}
.col-left{
	flex: 0 0 auto;
	max-width: 250px;
	width: 100%;
}
.col-center{
	flex-grow: 1;
	padding: 0 10px;
	display: flex;
	justify-content: center;
}
.col-right{
	flex: 0 0 auto;
	max-width: 195px;
	width: 100%;
}
.menu-item:not(:last-child){
	padding: 0 10px 0 0;
}
.menu-item--company{
	max-width: 170px;
	width: 100%;
}
.menu-item--help{
	max-width: 210px;
	width: 100%;
}
.menu-item__title{
	margin: 0 0 15px;
}
.menu-item__title a{
	display: block;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	transition: all ease .5s;
	color: var(--bs-white);
}
.menu-item__title a:hover{
	text-decoration: underline;
	color: var(--bs-green);
}
.menu-item__list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-item__list li{
	font-size: 12px;
	line-height: 1.2;
	font-family: "Gilroy-Light";
	margin: 0 0 5px;
}
.menu-item__list a{
	text-decoration: none;
	color: rgba(255,255,255,.5);
	transition: all ease .5s;
}
.menu-item__list a:hover,
.col-right .phone-b__link:hover,
.email-item__link:hover{
	color: #fff;
	text-decoration: none;
}
.col-right .phone-b{
	padding: 0 0 0 24px;
	margin: 0 0 4px;
}
.col-right .phone-b__link{
	font-size: 12px;
	font-family: "Gilroy-Light";
	color: rgba(255,255,255,.5);
	font-weight: normal;
	transition: all ease .5s;
}
.col-right .phone-b::after{
	top: 4px;
}
.phone-b__info{
	display: block;
	font-size: 10px;
	font-family: "Gilroy-Light";
	color: var(--bs-green);
	opacity: .8;
}
.email-item__link, .adress-item{
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,.5);
	transition: all ease .5s;
	font-family: "Gilroy-Light";
	position: relative;
	padding: 0 0 0 24px;
	margin: 0 0 4px;
}
.email-item__link:after,
.adress-item:after{
	content: "";
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
}
.email-item__link:after{
	top: 4px;
	width: 15px;
	height: 11px;
	background-image: url('../img/email-icon.svg');
}
.adress-item:after{
	top: 1px;
	width: 10px;
	height: 14px;
	background-image: url('../img/adress-icon_wh.svg');
	left: 3px;
}
.social{
	gap: 10px;
	display: flex;
	align-items: flex-start;
	margin: 0 -5px;
}
.col-right .social{
	padding: 16px 0 0 0;
}
.social__item{
	padding: 0 5px 5px;
}
.social__link{
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.inline-svg-icon{
	width: 1em;
	height: 1em;
	margin: 0;
	display: block;
}
.social__link .inline-svg-icon{
	width: 100%;
	height: 100%;
	transition: all ease .5s;
	fill: #e8e8e8;
	opacity: .2;
}
.social__link:hover .inline-svg-icon{
	fill: #A0E33B;
	opacity: 1;
}
.copy-wrap{
	padding: 20px 0 0;
	border-top: 1px solid rgba(255,255,255,.5);
	display: flex;
	align-items: flex-start;
	margin: 20px 0 0 0;
}
.copy-wrap__text{
	font-size: 10px;
	color: rgba(255,255,255,.2);
}
.copy-wrap__pay{
	margin: 0 0 0 50px;
	min-width: 190px;
}
.list-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.list-pay__item {
    width: 33.3%;
    padding: 0 5px 6px;
}
.card-pay {
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	background-color: rgba(255,255,255,.2);
	-webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.card-pay:hover{
	border: 1px solid rgba(255,255,255,.7);
	background-color: rgba(255,255,255,.7);
}
.card-pay img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.card-pay:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.footer__bottom{
	background-color: #000;
}
.site-producer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	min-height: 74px;
	padding: 5px 0;
}
.not-scrolling {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Company */

.company{
	padding-bottom: 80px;
}

/* Авторизация */

.modal-body__title{
	padding: 15px 0;
    text-align: center;
    font-size: 16px;
}

.modal-body__nav-tabs{
	display: flex;
	padding: 21px 0px 0;
    border-bottom: 1px solid #dfdfdf;
}

.modal-body__tab{
	list-style: none;
	background: #f9f9fa;
    border: 1px solid #F2F2F2;
    color: #222222;
    text-decoration: none;
    border-radius: 0;
    font-weight: bold;
    text-transform: none;
    width: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-size: 16px;
	cursor: pointer;
}
	
.auth-block{
	display: none;
}

.auth-block.active{
	display: block;
}

.modal-body__tab.active{
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
	border-top-color: var(--bs-green);
	color: var(--bs-green);
}

.auth-sms-container{
	display: flex;
}

.auth-sms-container .form-box__input.sms-code{
	width: 197px;
    height: 37px;
}

.auth-sms-container .btn-wh{
	min-width: auto;
    padding: 0 30px;
	color: var(--bs-green);
}
.auth-sms-container .btn-wh:hover{
	color: #fff;
}

/*Подбор размера рамы*/
#modalFrimes .modal-title {
    font-size: 27px;
    line-height: 1.3em;
}
#modalFrimes .modal-title-description {
    font-size: 12px;
    text-align: left;
}
.slider-range__frames {
	width: 100%;
	position: relative;
	margin-top: 16px;
	height: 10px;
	margin-bottom: 28px;
}

.slider-range__frames div {
	position: absolute;
	top: 0;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	color: #797D84;
}

.slider-range-height .noUi-touch-area {
    background: #7fe1f3;
    cursor: pointer;
    border-radius: 5px;
}

.slider-range-height .noUi-handle {
    border: none;
    box-shadow: none;
    border-radius: 50%;
}
.slider-range-height .noUi-handle:before, .slider-range-height .noUi-handle:after {
   display: none;
}

#modalFrimes .frames-item, #modalFrimes .wheels-item {
        font-weight: bold;
    font-size: 20px;
    color: #797D84;
    margin-right: 15px;
    margin-bottom: 10px;
}
.fss__title {
	    font-size: 16px;
}
.frames-show, .wheels-show {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.auth-block .alert {
    margin-bottom: 30px;
}

.auth-block input.form-box__input.error {
    border-color: #c35760;
}

.forw-search-page {
	border-bottom: 1px solid #f7f7f7;
}

.forw-search-page input[type="text"] {
	width: 285px;
    font-size: 12px;
    line-height: 1;
    background-color: var(--bs-white);
    letter-spacing: 0.05em;
    color: var(--bs-black);
    height: 40px;
    border: 1px solid #CBCBCB;
    border-radius: 50px;
    font-family: "Gilroy";
    padding: 0 15px;
    margin-right: 4px;
}

.forw-search-page input[type="submit"] {
	background-color: var(--bs-green);
    border: 1px solid var(--bs-green);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px;
    line-height: 1;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    height: 38px;
    font-family: "Gilroy-Medium";
    color: var(--bs-white);
    transition: all ease .5s;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 30px;
}

.forw-search-page form {
    margin-bottom: 0;
}

.forw-search-notfound {
    margin-top: 20px;
}

.container-search #filter-btn-sort {
	display: none;
}

.container-search .filter-btn-mobile__item {
    width: 100%;
}

.sidebar-basket__price-count .basket-coupon-block-total-price-old {
   position: relative;
}

.instalments__cards{
	display: flex;
	flex-wrap: wrap;
}

.instalments__section-toggle h2{
	font-size: 22px;
	margin: 40px 0 26px;
}

.instalments__content-title{
	font-size: 18px;
	margin: 40px 0 20px;
}

.instalments__section-onlinepay{
	font-size: 15px;
}

.instalments__section-img{
	margin-bottom: 20px;
}

.instalments__header-link{
	color: #ec470f;
	text-decoration: none;
}

.dot-list.dot-list--orange{
	padding: 0;
	margin: 10px 0 27px;
	max-width: 85%;
}

.dot-list li{
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
	list-style: none;
}

.dot-list li:before {
    padding: 0px;
    margin-left: 0px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
	color:  #f03e14;
    zoom: 1;
    position: absolute;
    top: 0px;
    left: 0px;
	content: "\25CF";
}

.instalments__section{
	width: 50%;
}

.fancybox-gallery-cart.fancybox-is-open .fancybox-bg {
    background: #ffffff;
    opacity: 1;
}

.fancybox-gallery-cart .fancybox-infobar {
    font-size: 16px;
}

.fancybox-gallery-cart.fancybox-is-open .fancybox-button {
    background: transparent;
    width: 60px;
    height: 60px;
}

.fancybox-gallery-cart.fancybox-is-open .fancybox-button svg path {
    fill: #000;
}

.fancybox-gallery-cart.fancybox-is-open .fancybox-button:hover svg path {
    fill: var(--bs-bluedark);
    transition: all ease .3s;
}

.fancybox-gallery-cart.fancybox-is-open .fancybox-button--arrow_left,
.fancybox-gallery-cart.fancybox-is-open .fancybox-button--arrow_right {
	width: inherit;
    height: 80px;
    padding: 10px;
 }

 [data-fancybox="gallery-cart"]:after {
 	line-height: 40px;
    content: '+';
    position: absolute;
    background: var(--bs-bluedark);
    width: 40px;
    display: block;
    z-index: 99999999;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    opacity: 0;
    animation: animate_grow 2s infinite;
    transition: all ease .3s;
 }

  [data-fancybox="gallery-cart"]:hover:after {
    opacity: 1;
 }

 @keyframes animate_grow {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.15, 1.15, 1.15);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}@media (max-width: 767.98px) {
	.header-top{
		z-index:1;
	}
div#smartsearch-title {
	display: none;
}}
@media (max-width: 767.98px) {
	.fancybox-gallery-cart.fancybox-is-open .fancybox-button {
	    width: 50px;
	    height: 50px;
	}
	.fancybox-gallery-cart .fancybox-infobar {
	    font-size: 13px;
	}
	.fancybox-gallery-cart.fancybox-is-open .fancybox-button--arrow_left, .fancybox-gallery-cart.fancybox-is-open .fancybox-button--arrow_right {
	    height: 70px;
	    top: inherit;
	    bottom: 20px;
	}
	.fancybox-gallery-cart .fancybox-navigation .fancybox-button div {
	    padding: 0;
	}
	 [data-fancybox="gallery-cart"]:after {
	    opacity: 0!important;
	 }
}
.item-order__body {
	display: block !important;
}
.item-order__heading{
	pointer-events: none;

}
.item-order__edit, .item-order__arrows {
	display: none!important;
}

.search-form {
	margin-bottom: 0px;
}
#title-search {
	max-width: 250px!important;}

@media (max-width: 1400px) {
	#title-search {
		max-width: 17%!important;
	}
}