html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;/*white-space:nowrap;*/display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;/*height:100%;*/flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

p {
	margin: 0;
}

b {
	font-weight: 700;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	background: url('../img/top_bg.jpg') no-repeat top center;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
    margin: 0 auto;
	display: flex;
}

header {
	width: 100%;
	height: 230px;
	margin-bottom: 50px;
}

header .wrap {
	height: 230px;
	align-items: flex-end;
	position: relative;
}

header .cart {
	position: absolute;
	right: 20px;
	top: 25px;
	display: flex;
	align-items: center;
}

header .cart .icon {
	background: url('../img/basket.svg') no-repeat center center;
	background-size: contain;
	width: 25px;
	height: 21px;
	position: relative;
	margin-right: 11px;
}

header .cart .counter, .sidecart .counter {
	background: #B90100;
	width: 24px;
	height: 24px;
	border-radius: 16px;
	position: absolute;
    right: -10px;
    top: -14px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}

.sidecart img {
	width: 32px;
}

header .cart span {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

header .logo {
	display: block;
	height: 230px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

header nav {
	display: flex;
	position: relative;
}

header nav a {
	margin-left: 55px;
	font-size: 23px;
	text-transform: uppercase;
	color: #000;
}

header nav a:hover {
	color: #5A5A5A;
}

.bottom_bg {
	background: url('../img/bottom_bg.jpg') no-repeat bottom center;
}

.main_slider {
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}

.main_slider .glide__slide {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.product_gallery .glide__slide {
	border: 1px solid #F5F5F5;
	width: 100px;
	height: 100px;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
}

.main_slider .shadow {
	width: 100%;
	height: 400px;
	background: linear-gradient(183.75deg, rgba(0, 0, 0, 0) 38.03%, rgba(0, 0, 0, 0.35) 84.65%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 50px 60px;
}

.main_slider .shadow span {
	font-weight: 700;
	font-size: 35px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	margin-bottom: 10px;
	max-width: 650px;
}

.maincol {
	display: flex;
	flex-direction: column;
}

.main_slider .shadow p {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	max-width: 650px;
}

.specials {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.specials a {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.items a .subtitle {
	font-size: 15px;
	line-height: 19px;
	color: #5A5A5A;
}

.specials a img {
	margin: 0 0 12px 6px;
}

.specials a span {
	font-size: 23px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000;
}

.page_title {
	font-size: 40px;
	line-height: 52px;
	margin: 10px 0;
}

.catalog {
	display: flex;
	margin-bottom: 24px;
}

.catalog .side {
	width: 260px;
	margin: 0 40px 100px 0;
	padding: 35px 30px;
	background: #F5F5F5;
	flex: none;
	display: flex;
	flex-direction: column;
    align-self: flex-start;
}

.catalog .side .block {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.hidden {
	display: none !important;
}

.product_page .right .block {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.catalog .side .h-block, .product_page .right .h-block {
	display: flex;
	flex-wrap: wrap;
}

.index_field {
    width: 100px;
    text-align: center;
}

.catalog .side .h-block a, .product_page .right .h-block a, .cart_color, .cart_size {
	width: 43px;
	height: 43px !important;
	border-radius: 43px;
	border: 4px solid #F5F5F5;
	margin: 0 7px 6px 0;
	text-align: center;
	line-height: 35px;
	background: #F5F5F5;
}

.catalog .side .h-block a:hover, .catalog .side .h-block .active, .product_page .right .h-block a:hover, .product_page .right .h-block .active, .cart_color, .cart_size {
	border: 4px solid #fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	background: #fff;
	color: #B90100;
	justify-content: center;
}

.submenu {
	background: #fff;
	opacity: 0.9;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	padding: 20px 20px 8px 20px;
	display: none;
	flex-wrap: wrap;
	position: absolute;
	bottom: -160px;
	left: 55px;
	z-index: 10;
	width: 100%;
}

.submenu a {
	font-size: 22px;
	margin: 0 40px 12px 0;
    text-transform: none;
}

.hoverable {
	text-decoration: underline;
}
.hoverable:hover {
	text-decoration: none;
	color: #B90100;
}

.catalog .side .title, .product_page .right .title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 16px;
}

.size_filter a:hover {
	background: #fff;
}

.catalog .side a {
	color: #000;
	margin-bottom: 10px;
}

.catalog .side a:hover, .catalog .side .active {
	color: #B90100;
}

.catalog .main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.with_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_form {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.search_form input[type="text"] {
    padding: 10px;
    margin-bottom: 0;
    margin-right: 10px;
    width: 200px;
    font-size: 14px;
}

.search_form .button {
	margin-top: 0;
    line-height: 36px;
    height: 38px;
    width: 100px;
}

.bold {
	font-weight: 700;
}

.sorters {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.sorters a {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-right: 35px;
}
.sorters a:hover, .sorters .active {
	color: #B90100;
}

.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.items a {
	background: #fff;
	width: 31%;
	border: 1px solid #CCCCCC;
	margin-bottom: 36px;
	position: relative;
	margin-right: 3.3%;
}

.items a .image_wrap {
	width: 100%;
	height: 280px;
	padding: 10px;
	position: relative;
}

.items a .image_wrap .image {
	width: 100%;
	height: 260px;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.badge {
	display: block;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 18px;
}

.items a .comingsoon {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: #F5F5F5;
	color: #E3201E;
}

.top_badges {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.top_badges .badge {
	margin-bottom: 5px;
}

.top_badges .special {
	background: #B90100;
	color: #fff;
}

.top_badges .recomend {
	background: #6BC13E;
	color: #fff;
}

.items a .desc {
	padding: 0 20px 20px 20px;
}

.items a .name {
	color: #000;
	margin-bottom: 12px;
}

.items a .prices {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}

.items a .prices span {
	font-weight: 700;
	font-size: 24px;
	color: #B90100;
}

.items a .prices s {
	font-size: 16px;
	color: #000000;
}

.wrap_small {
	max-width: 760px;
	background: #fff;
}

.textpage p {
	margin-bottom: 24px;
}

.textpage .bold {
	font-weight: 700;
}

.textpage .page_title {
    margin: 10px 0 24px 0;
}

.map {
	width: 100%;
	height: 400px;
	margin: 24px auto 0 auto;
}

footer {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px !important;
}

footer .col {
	display: flex;
	flex-direction: column;
	width: 30%;
}

footer .logo {
	width: 93px;
	margin-bottom: 6px;
}

footer p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 24px;
}

footer .col1 .phones {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 24px;
}

footer .col1 .social_title {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
}

.social_buttons {
	display: flex;
	/* justify-content: space-between;
	width: 135px; */
	margin-bottom: 25px;
}

.social_buttons a {
	background: #363636;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.social_buttons a:hover {
	background: #b90100;
}

footer .col1 a, footer .col2 a {
	font-size: 16px;
	line-height: 21px;
	text-decoration: underline;
	color: #000;
}
footer .col1 a:hover, footer .col2 a:hover {
	text-decoration: none;
}

footer .col2, footer .col3 {
	padding-top: 156px;
}

footer .partners {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

footer .partners .p1 {
	width: 58px;
	margin-right: 30px;
}

footer .partners .p2 {
	width: 131px;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  background-color: transparent;
  border: 0;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  padding: 0;
}
.glide__arrow:focus {
	outline: none;
}
.glide__arrow:hover {
	border-color: white;
}
.glide__arrow--left {
	left: -30px;
}
.glide__arrow--right {
	right: -30px;
}
.glide__arrow--disabled {
	opacity: 0.33;
}

.glide__bullets {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	left: 50%;
	display: inline-flex;
	list-style: none;
	transform: translateX(-50%);
}

.glide__bullet {
	background-color: rgba(255, 255, 255, 0.5);
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	line-height: 0;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
	margin: 0 0.25em;
}

.glide__bullet:focus {
    outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
    background-color: white;
}

.glide--swipeable {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.glide--dragging {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.button {
	font-weight: 700;
	font-size: 20px;
	line-height: 44px;
	color: #fff !important;
	background: #B90100;
	border-radius: 4px;
	height: 44px;
	text-align: center;
	width: 180px;
}

.dumb {
	border: 0 !important;
}

.button:hover {
	background: #E3201E;
}

.items a .hover {
	display: none;
}

.items a:hover .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #343A40;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
	color: #fff;
}

.small_banner {
	width: 100%;
	margin-bottom: 36px;
}

.small_banner img {
	width: 100%;
	display: block;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.breadcrumbs a, .breadcrumbs span {
	font-size: 15px;
	color: #000;
}

.breadcrumbs .divider {
	margin: 0 5px;
}

.product_page {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.product_page .left, .product_page .right {
	width: 48%;
	max-width: 560px;
	display: flex;
	flex-direction: column;
}

.product_page .big_image {
	border: 1px solid #F5F5F5;
	height: 460px;
	position: relative;
	padding: 20px 25px;
	background: #fff;
	margin-bottom: 15px;
}

.product_page .big_image .zoom {
	position: absolute;
	right: 25px;
	bottom: 20px;
	cursor: pointer;
	width: 82px;
}

.product_page .big_image .image {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.product_desc {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.product_desc .right {
	width: 260px;
	margin-left: 40px;
	flex: none;
	display: flex;
	flex-direction: column;
}

.product_desc .right a {
	text-decoration: underline;
	margin-top: 24px;
}
.product_desc .right a:hover {
	text-decoration: none;
}

.product_page .top_badges {
    top: 20px;
    left: 25px;
    right: auto;
    align-items: flex-start;
}

.product_page .badge {
    font-size: 18px;
    line-height: 23px;
}

.product_page .right .badge {
	background: #F5F5F5;
	font-size: 18px;
	line-height: 23px;
    align-self: flex-start;
}

.in_store {
	color: #6BC13E;
}

.not_in_store {
	color: #B90100;
}

.product_page .right h1 {
	font-size: 40px;
	line-height: 52px;
	margin: 10px 0 0 0;
	font-weight: 400;
}

.product_page .right .articul {
	font-size: 15px;
	color: #5A5A5A;
	margin-bottom: 24px;
}

.product_page .right .price {
	font-weight: 700;
	font-size: 44px;
	color: #B90100;
	margin-bottom: 40px;
}

.product_page .right p {
	margin-bottom: 12px;
}

.product_page .right .faqlink {
	margin-top: 18px;
	text-decoration: underline;
	color: #000;
}

.product_page .right .buttons {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.product_page .right .buttons a {
	margin-right: 10px;
}

.button_inverse {
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    color: #b90100;
    background: #fff;
    border-radius: 4px;
    height: 44px;
    text-align: center;
    width: 230px;
    border: 1px solid #b90100;
}
.button_inverse:hover {
	color: #fff;
	background: #E3201E;
	border: 1px solid #E3201E;
}

.product_gallery .glide__arrow--left {
    left: -17px;
}

.product_gallery .glide__arrow--right {
    right: -17px;
}

.product_gallery .glide__arrow img {
	width: 7px;
}

.about_qoute {
	font-style: italic;
	font-size: 22px;
	line-height: 28px;
	color: #5A5A5A;
	margin: 20px 0 0 0;
	position: relative;
}

.about_qoute p {
	position: relative;
	z-index: 2;
}

.quote {
	position: absolute;
	z-index: 1;
	font-size: 200px;
	color: #ccc;
	left: -72px;
    top: 40px;
}

.about_director {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.about_director img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin-right: 20px;
}

.about_director p {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
}

.contacts_menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.contacts_menu span {
	font-weight: 700;
	color: #B90100;
	text-decoration: underline;
	margin-right: 35px;
}

.contacts_menu a {
	font-weight: 700;
	color: #000;
	margin-right: 35px;
}
.contacts_menu a:hover {
	color: #5A5A5A;
}

.contacts_a {
	color: #B90100;
}
.contacts_a:hover {
	text-decoration: underline;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio__text {
    position: relative;
    padding: 0 0 0 34px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.radio__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #EAEAEA;
	border-radius: 2px;
}

.radio-wrap label {
	margin-bottom: 0;
}

.radio input:checked + .radio__text:after {
    opacity: 1;
}
.radio__text:after {
    content: '';
    position: absolute;
	top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background: url('../img/check.svg') no-repeat center center;
    opacity: 0;
    transition: .2s;
}

small {
	margin-bottom: 10px;
}

.mb0 {
	margin-bottom: 0;
}

form {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

input[type="text"] {
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin-bottom: 20px;
}

textarea {
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin-bottom: 20px;
	resize: none;
	height: 115px;
}

input[type="submit"], input[type="button"] {
	border: 0;
	cursor: pointer;
	margin-top: 40px;
}

.double {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.half {
	width: 47%;
}

::-webkit-input-placeholder {
	font-size: 18px;
	color: #5A5A5A;
}
::-moz-placeholder {
	font-size: 18px;
	color: #5A5A5A;
}
:-ms-input-placeholder {
	font-size: 18px;
	color: #5A5A5A;
}

.masters_types {
	display: flex;
	justify-content: space-between;
}

.masters_types .specials {
	width: 47%;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 0;
}

.masters_types .specials a {
	width: 100%;
	margin-bottom: 50px;
}

.masters_types .specials a p {
	font-size: 15px;
	line-height: 19px;
	color: #000;
}

.masters {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.masters a {
	width: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.masters a .image {
	width: 160px;
	height: 160px;
	border-radius: 160px;
	margin-bottom: 15px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.radio__text a {
	text-decoration: underline;
}
.radio__text a:hover {
	text-decoration: none;
}

.masters a span, .master_info .data span {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}

.masters a p, .master_info .data .speciality {
	font-size: 15px;
	line-height: 19px;
}

.master_info .data .desc {
	margin-top: 20px;
}

.master_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.master_info .image {
	flex: none;
	width: 220px;
	height: 220px;
	border-radius: 220px;
	margin-right: 40px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.menu_sub {
	display: none;
	flex-direction: column;
	margin-left: 20px;
}

.menu_sub.active {
	display: flex;
}

.cart_wrap {
	display: flex;
	flex-direction: column;
}

.cart_item {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0 30px;
}

.cart_item a {
	height: 140px;
	display: flex;
	align-items: center;
}

.cart_item .image {
	width: 100px;
}

.cart_item .name {
	font-size: 18px;
	line-height: 23px;
	color: #000;
	margin-left: 30px;
}

.ci_el {
	width: 80px;
	flex: none;
	text-align: center;
	display: flex;
}

.counter {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.counter .plus, .counter .minus {
	cursor: pointer;
}

.cart_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
}

.cart_title span {
	width: 80px;
	flex: none;
	text-align: center;
	font-size: 15px;
	color: #5A5A5A;
}

.cart_item .product, .cart_title .product {
	max-width: 390px;
    width: 100%;
    text-align: left;
}

.a_delete, .cart_item .color, .a_delete, .cart_item .size, .a_delete, .cart_item .price {
	justify-content: center;
}

.cart_item .color i {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: #6BC13E;
}

.cart_total {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 50px auto 25px auto;
}

.cart_total .total {
	font-weight: 700;
	font-size: 32px;
	text-align: right;
	margin-bottom: 7px;
}

.cart_total .small {
	font-size: 15px;
	line-height: 18px;
	text-align: right;
	color: #5A5A5A;
	margin-bottom: 30px;
}

.promocode {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 30px;
}

.promotitle {
	font-weight: 700;
	font-size: 18px;
	color: #5A5A5A;
	margin-bottom: 10px;
}

.promoform {
	display: flex;
}

.promoform input {
	text-transform: uppercase;
	color: #5A5A5A;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 9px !important;
}

.promoresult {
	margin-top: 10px;
	font-size: 18px;
	text-align: right;
	color: #5A5A5A;
}

.promoform .button {
	background: #343A40;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.promoform .button:hover {
	background: #5A5A5A;
}

.order_summary {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}

.order_summary .line {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.order_summary .left {
	width: 35%;
	flex: none;
	font-size: 18px;
	color: #000;
}

.order_summary .right {
	width: 65%;
	flex: none;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

#city {
	width: 100%;
}

.citywrap, .countrywrap {
	position: relative;
}

#city_list, #country_list {
    position: absolute;
    left: 0;
    top: 42px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 10px 15px;
    z-index: 3;
}

.countrywrap select {
	width: 100%;
	padding: 10px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

#city_list a, #country_list a {
	margin: 5px 0px;
}

#city_list a:hover, #country_list a:hover {
	color: #B90100;
}

.order_summary input {
	margin-bottom: 0;
}

.order_summary .total {
	font-weight: 700;
	font-size: 20px;
}

.order_summary label {
	margin-right: 30px;
}

.order_summary .radio__text {
	font-size: 20px;
	line-height: 20px;
}

.order_summary .radio__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: 1px solid #343A40;
}

.radio__text:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
}

.checkbox .radio__text:after {
    top: 2px;
    left: 4px;
    width: 15px;
    height: 14px;
    border-radius: 0;
    background: url(../img/check.svg);
}

#mobile_filters, #burger, #mobile_filters_close {
	display: none;
}

.popup_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;
	background: #343A40;
	opacity: 0.7;
}

.popup_bg.active {
	display: block !important;
}

.popup_wrap.active {
	display: flex !important;
}

.popup_wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 210;
	justify-content: center;
	align-items: center;
}

.mobile {
	display: none;
}

.popup {
	width: 100%;
	max-width: 642px;
	height: 534px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-end;
	position: relative;
}

.popup span {
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	margin: 0 auto 20px auto;
}

.popup p {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	max-width: 440px;
}

.popup img {
	width: 75%;
	margin: 50px auto 0 auto;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 16px;
	margin: 0;
}

.product_counter {
	display: flex;
	width: 100px;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 0 0;
}

.product_counter input {
	width: 60px;
    padding: 10px 5px;
    text-align: center;
	margin: 0;
}

.product_gallery_mini {
	display: flex;
}

.product_gallery_mini .glide__slide {
	margin-right: 10px;
}

.product_bigslider .glide__arrow--left {
    left: -20px;
}

.product_bigslider .glide__arrow--right {
    right: -20px;
}

.prodimage_popup {
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	overflow: hidden;
	z-index: 9000;
}

.prodimage_popup .close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 32px;
	top: 32px;
	cursor: pointer;
}

.showmore {
	margin: 0 auto;
}

.popup_basket {
	display: none;
	position: fixed;
    top: -100vh;
    left: calc(50% - 600px);
    background: #fff;
    z-index: 9000;
    max-height: 80vh;
    overflow-y: scroll;
}

.popup_basket.active {
	animation: basket 0.5s linear;
	animation-fill-mode: forwards;
}

@keyframes basket {
	0% {
		top: -100vh;
	}
	100% {
		top: 10vh;
	}
}

.popup_basket .close {
	position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    cursor: pointer;
}

.popup_basket.active {
	display: flex;
}

#orderid {
	font-weight: 700;
    font-size: 24px;
}

.error {
	border: 1px solid #B90100 !important;
}

.error_radio {
    color: #B90100;
}

.mobile_submenu {
	display: none;
}

.stop_scroll {
	height: 100vh;
    overflow: hidden;
}

@media only screen and (min-width:1240px){
	.sidecart {
		position: fixed;
		right: 20px;
		top: calc(50vh - 40px);
		width: 80px;
		height: 80px;
		border-radius: 80px;
		background: #F5F5F5;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sidecart .counter {
		right: 12px;
    	top: 12px;
	}
}

@media only screen and (min-width:1025px){
	.items a:nth-child(3n) {
	    margin-right: 0;
	}
}

@media only screen and (max-width:1260px){
	.glide__arrow--left {
    	left: -18px;
	}

	.glide__arrow--right {
    	right: -18px;
	}
}

@media only screen and (max-width:1024px){
	.items a {
		width: 48%;
		margin-right: 4%;
	}

	.items a:nth-child(2n) {
	    margin-right: 0 !important;
	}

	header nav a {
    	margin-left: 25px;
    	font-size: 20px;
	}

	.catalog .side {
    	width: 220px;
    	margin: 0 20px 100px 0;
	}
}

@media only screen and (max-width:768px){
	.specials {
    	flex-wrap: wrap;
    	margin-bottom: 20px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.specials a {
    	width: 48%;
    	margin-bottom: 20px;
	}

	.specials a span {
    	font-size: 18px;
    	line-height: 26px;
	}

	.specials a img {
    	height: 40px;
	}

	.with_form {
    	flex-direction: column;
	}

	.sidecart {
		display: none;
	}

	.catalog .side {
		display: none;
		position: absolute;
	    z-index: 100;
	    width: calc(100% - 40px);
	}

	.catalog .side.active {
		display: flex !important;
	}

	.items a {
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
	}

	.items a .image_wrap {
    	width: 100%;
	}

	.items a .image_wrap .image {
    	width: 100%;
	}

	.small_banner {
		display: none;
	}

	footer {
    	flex-direction: column;
    	padding-bottom: 0 !important;
	}

	footer .col {
		width: 100%;
	}

	footer .col2, footer .col3 {
		padding-top: 20px;
	}

	.bottom_bg {
	    background: transparent;
	    padding-bottom: 0;
	}

	header {
	    width: 100%;
	    height: 100px;
	    margin-bottom: 20px;
	}

	header .wrap, header .logo {
    	height: 100px;
	}

	header .cart {
	    position: absolute;
	    right: 80px;
	    top: 20px;
	}

	body {
		background-size: 1024px;
	}

	header nav {
		display: none;
		flex-direction: column;
	    width: 100%;
	    height: calc(100vh - 102px);
	    position: fixed;
	    left: 0;
	    top: 102px;
	    background: #fff;
	    z-index: 90;
	    align-items: flex-end;
	}

	header nav.active {
		display: flex !important;
	}

	header nav a {
    	margin: 0 20px 20px 0;
	}

	.main_slider .shadow {
		padding: 20px;
	}

	.main_slider .shadow span {
    	font-size: 24px;
    	line-height: 32px;
	}

	.main_slider .shadow p {
    	font-size: 18px;
    	line-height: 22px;
	}

	.glide__arrow--left {
    	left: -20px;
	}

	.mobile_submenu {
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-bottom: 20px;
	}

	.mobile_submenu a {
		text-transform: none;
		margin: 0 20px 10px 0;
	}

	.glide__arrow--right {
    	right: -20px;
	}

	.main_slider, .main_slider .shadow {
		height: 320px;
	}

	.main_slider {
		margin-bottom: 20px;
	}

	.quote {
		left: -50px;
	}

	.map {
		height: 320px;
	}

	.contacts_menu {
		justify-content: center;
	}

	.contacts_menu span, .contacts_menu a {
		margin: 0 10px 10px 10px;
	}

	form {
		margin-bottom: 20px;
	}

	.double {
    	flex-direction: column;
	}

	.half {
		width: 100%;
	}

	.product_page {
    	flex-direction: column;
	}

	.product_page .left, .product_page .right {
    	width: 100%;
	}

	.product_page .right {
		margin-top: 20px;
	}

	.product_page .right h1 {
    	font-size: 32px;
    	line-height: 42px;
	}

	.product_page .right .price {
    	font-size: 36px;
    	margin-bottom: 20px;
	}

	.product_desc {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.product_desc .right {
    	width: 100%;
    	margin: 20px 0 0 0;
	}

	.sorters {
    	flex-wrap: wrap;
    	justify-content: center;
	}

	.sorters a {
    	margin: 0 10px 10px 10px;
    	white-space: nowrap;
	}

	.cart_item .product {
		flex-direction: column;
	}

	.cart_item {
		height: auto;
		padding: 5px;
	}

	.cart_item .name {
	    font-size: 12px;
	    line-height: 16px;
	    margin-left: 0;
	}

	.promoform input {
    	width: 70%;
	}

	.order_summary .radio__text {
    	font-size: 18px;
	}

	.ci_el, .cart_title span {
    	width: 40px;
	}

	.cart_item .product, .cart_title .product {
    	width: 100px;
	}

	.cart_title {
		padding: 5px;
	}

	.cart_wrap .no_mobile {
		display: none;
	}

	.cart_item .price {
		font-size: 14px;
		line-height: 18px;
	}

	.counter .plus, .counter .minus {
	    font-size: 24px;
	}

	.cart_total {
		margin: 20px auto;
	}

	.cart_total .small {
		font-size: 14px;
	}

	.order_summary .right {
		flex-direction: column;
    	align-items: flex-start;
	}

	.order_summary label {
		margin: 0 0 10px 0;
	}

	#burger {
		display: block;
		width: 32px;
	    position: absolute;
	    right: 20px;
	    top: 20px;
	}

	#mobile_filters {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	#mobile_filters span {
		font-weight: 700;
		font-size: 18px;
		color: #5A5A5A;
	}

	#mobile_filters img {
		margin-left: 10px;
	}

	#mobile_filters_close {
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
	}

	.product_gallery {
		display: none;
	}

	.recomend_slider {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.sidecart .counter {
		display: none;
	}

	.popup_basket {
	    top: 0;
	    left: 0;
	}

	.radio__text {
    	height: auto;
	}
}