

* {
    box-sizing: border-box !important;
    color: black;
    outline: none;
    font-family: 'Montserrat', sans-serif !important;
}

html {
    height: 100%;
    font-size: 16px;
}

@media screen and (max-width: 1400px) {b
    html {
        font-size: 14px;
    }
}

body {
    height: 100%;
    min-width: 1024px;
}

#uptocall-mini {
	z-index: 1000 !important;
}

.unset {
    overflow: unset !important;
}

.globalClass_ET jdiv {
	z-index: 999 !important;
}

.descr a {
	color: #8F8F8F;
    border-bottom: 1px solid;
    transition: .3s;
    text-decoration: none;
}

.descr a:hover {
	color: black;
    border-bottom: 1px solid #8F8F8F00;
    transition: .3s;
    text-decoration: none;
}

.autocomplete-container {
	position: absolute;
    top: 89px;
    background-color: white;
    width: 100%;
}

.autocomplete-container a{
	display: flex;
	align-items: center;
	padding: 15px 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	transition: .3s;
}

.autocomplete-container a:hover{
	color: black;
	transition: .2s;
    margin-left: 10px;
}

.autocomplete-container a:hover .main__line {
	opacity: 1;
	transition: .2s;
}

.autocomplete-link {
	color: #8F8F8F;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    margin-left: 20px;
    transition: .3s;
    width: auto;
    white-space: nowrap;
    padding-right: 20px;
}

.autocomplete a:hover .autocomplete-link {
	color: black;
	text-decoration: none;
	transition: .3s;
}

.autocomplete {
	padding: 20px 0px 20px 60px;
    background-color: white;
    width: 100%;
}

.autocomplete-thumb {
	display: flex;
}

.autocomplete-thumb img {
	object-fit: contain;
    height: 94px;
    min-width: 94px;
    width: auto;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  color: #000000;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

ol>li {
  font-size: 18px;
  line-height: 1.56;
  color: #000000;
  margin-bottom: 20px;
  padding-left: 5px;
}

ul>li {
  font-size: 18px;
  line-height: 28px;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 5px;
}

ul>li:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
  background-color: #FFCA61;
  position: absolute;
  top: 10px;
  left: -20px;
}

.s-paging-wrapper {
    width: 100%;
}

.uk-container {
    max-width: 1920px;
    padding: 0;
    position: relative;
}

.uk-container-small {
    max-width: 900px;
}

.uk-offcanvas-bar {
    padding: 0;
    background-color: white;
}

.uk-modal-dialog {
    height: 100%;
}

.flex {
    display: flex;
    padding: 0 60px;
}

.title-l {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
}

.title-m {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  width: 100%;
  margin-bottom: 40px;
}

.title-s {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.consult {

}

.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

input {
	caret-color: #ffcb60;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
	border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus, .cart__input:-webkit-autofill{
  -webkit-text-fill-color: #ссс;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
}

ol, ul {
	padding-left: 20px;
}

.uk-offcanvas-overlay::before {
	background: #00000091;
}

/* width */
::-webkit-scrollbar {
  	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #E9E9E9;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1A1A1A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.uk-grid {
	width: auto;
	min-width: 100%;
}
/*------------------------------------*\
  HEADER
\*------------------------------------*/
.header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 60px;
    z-index: 5;
    position: absolute;
    top: 0;
}
	.header__wrapper--fixed {
	}

	.hr__header {
		border-bottom: 1px solid #CACACA;
	    width: 100%;
	    position: absolute;
	    height: 89px;
    	background: white;
    	min-width: 1024px;
	}

	.hr__header--white {
		border-bottom: 1px solid white;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    z-index: 1;
	    height: 89px;
	    min-width: 1024px;
	}

	.hr__header--fixed {
		position: fixed;
	    transition: .3s;
	    border-bottom: 1px solid #CACACA;
	    height: 89px;
	    background: white;
	    top: 0;
	    z-index: 5;
	}

	.header .logo {
		width: 143px;
	}

	.logo__white {
		display: none;
	}

    .header--white {
        position: absolute;
        z-index: 5;
        transition: .3s;
    }

    .header--fixed {
        position: fixed;
        transition: .3s;
        max-width: 1920px;
        min-width: 1024px;
    }

    .header__contacts {
        margin-left: 75px;
    }

    .header__tel {
        display: block;
        color: #1A1A1A;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 5px;
        border-bottom: 2px solid transparent;
        transition: .2s;
    }

    .header__tel:hover {
        text-decoration: none;
        color: #1A1A1A;
        border-bottom: 2px solid #FFCA61;
        transition: .2s;
    }

    .header__tel--white {
        color: white;
        transition: .2s;
    }
    .header__tel--white:hover {
        color: white;
        transition: .2s;
    }

    .header__mail {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 400;
        opacity: 0.6;
        transition: .3s;
    }

    .header__mail:hover {
        color: #1A1A1A;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
        transition: .3s;
    }

    .header__mail--white {
        color: white;
    }

    .header__mail--white:hover {
        color: white;
        transition: .3s;
    }

    .header__icon {
        position: relative;
        cursor: pointer;
        opacity: 1;
        transition: .3s;
    }

    .header__icon:hover {
	    opacity: .5;
	    transition: .3s;
    }

    .header__icons {
        width: 80px;
        display: flex;
        justify-content: space-between;
    }

    .header__count {
        position: absolute;
        bottom: -6px;
        right: -8px;
        font-size: 10px;
        font-weight: bold;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFCA61;
        border-radius: 50%;
        opacity: 1;
        transition: .3s;
    }

    .header__count.is-empty {
    	opacity: 0;
    	transition: .3s;
    }

    .header__cart {
        cursor: pointer;
        opacity: 1;
        transition: .3s;
    }

    .header__cart--active {
        fill: black;
        transition: .3s;
        pointer-events: all;

    }

    .header__cart--hidden {
    	opacity: 0;
    	transition: .3s;
    	pointer-events: none;
    }

    .header__search {
        margin-top: 3px;
        cursor: pointer;
        z-index: 1;
        transition: .3s;
    }

    .header__search:hover {
	    opacity: .5;
	    transition: .3s;

    }

    .header__search--active {
        fill: black;
        transition: .3s;
    }

    .search-wrapper {
    	position: absolute;
	    width: 100%;
	    height: 89px;
	    left: 0px;
	    top: 0;
	    display: flex;
	    align-items: center;
	    z-index: -1;
    }

    .search-wrapper--active {
    	z-index: 1;
    }

    #search {
    	width: 100%;
	    height: 89px;
	    margin-bottom: 2px;
	    font-size: 18px;
	    border: none;
	    transition: .3s;
	    padding: 0 30px 0 60px;
	    opacity: 0;
    }

    .search__active {
    	opacity: 1 !important;
    }

    .close__search {
    	opacity: 0;
    	z-index: 1;
	    width: 18px;
	    height: 25px;
	    margin-right: -90px;
	    margin-top: 1px;
	    cursor: pointer;
	    transition: .3s;
	    pointer-events: none;
    }

    .close__search:hover {
    	opacity: 1;
    	transition: .3s;
    }


    .close__search--active {
    	opacity: 0.3;
    	transition: .3s;
    	pointer-events: all;
    	z-index: 2;
    }

    .closed__search--hidden {
    	opacity: 0;
    	transition: .3s;
    }

    #submit__search {
    	opacity: 0;
    	transition: .3s;
    	position: absolute;
    	z-index: -1;
    }

    #submit__search.submit__search--active {
    	opacity: 0.3;
    	transition: .3s;
    	z-index: 2;
    }

     #submit__search.submit__search--active:hover {
    	opacity: 1;
    	transition: .3s;
    }

    .search__filter {
    	background: #00000000;
    	z-index: -1;
    	width: 100%;
	    height: 100%;
	    position: absolute;
	    transition: .3s;
    }

    .search__filter--active {
    	background: #00000091;
	    z-index: 5;
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    transition: .3s;;
    }

    .header__order.header__order--black {
    	color: black;
    }

    .header__order {
    	position: absolute;
	    color: white;
	    font-size: 16px;
	    font-weight: 700;
	    line-height: 26px;
	    right: 180px;
	    cursor: pointer;
	    transition: .2s;
	    border-bottom: 2px solid #FFCA6100;
    }

    .header__order:hover {
    	border-bottom: 2px solid #FFCA61;
    	transition: .2s;
    }

    .search__results {
	    width: auto;
	    display: inline-block !important
    }

    .search__results:hover {
    	margin-left: 0px !important;
    }

    @media (max-width: 1150px) {
    	.header__order {
    		display: none;
    	}
    }

    @media (max-width: 1042px) {
    	.header--fixed, .header__wrapper--fixed, .hr__header--fixed {
    		position: absolute;
    	}
    }

/*------------------------------------*\
  APPLY
\*------------------------------------*/
.apply {
    padding: 40px 30px;
    border-top: solid 1px #cacaca;
}
    .apply__title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
        color: #1a1a1a;
        margin-bottom: 20px;
    }

    .apply__btn {
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #1a1a1a;
        width: 100%;
        height: 50px;
        border: solid 4px #ffca61;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        transition: .3s;
    }

    .apply__btn:hover  {
        background-color: #ffca61;
        cursor: pointer;
        transition: .3s;
    }

    .form__field {
        position:  relative;
        margin-bottom: 10px;
    }

    .form__input {
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #1a1a1a;
        border: solid 1px #cacaca;
        width: 100%;
        height: 50px;
        background-color: transparent;
        padding-left: 20px;
        outline: none;
        text-transform: uppercase;
        transition: .3s;
    }

    .form__label {
        position: absolute;
        top: 13px;
        left: 20px;
        z-index: -1;
    }

    .form__text {
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: rgba(26, 26, 26, 0.3);
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
    }

/*------------------------------------*\
  CART
\*------------------------------------*/
.cart {
    padding: 40px 30px;
}

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

    .cart__title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        color: #1a1a1a;
        margin-bottom: 30px;
    }

    .cart__item {

    }

    .cart__img {
        width: 75px;
        height: 100px;
        object-fit: contain;
        margin-right: 20px;
        display: flex;
    	align-items: center;
    }

    .cart__name {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
        line-height: 1.69;
        color: #000000;
        width: 170px;
        cursor: default;
    }

    .cart__pricebox {
        display: flex;
    }
    .cart__num {
        color: #8f8f8f;
    }
    .cart__num--quant {
        margin-left: auto;
    }

    .cart__close {
        position: absolute;
        top: 25px;
        right: -10px;
        opacity: 0;
    	transition: .3s;
    	top: calc(50% - 7px);
	    left: 285px;
	    cursor: pointer;
    }

    .cart__close:hover {
    	opacity: 1;
    	transition: .3s;
    }

    .s-cart-product {
    	display: flex;
    	position: relative;
    	align-items: center;
    	margin-right: -30px;
    	padding-right: 30px;
    	width: 100%;
    	margin-bottom: 20px;
    	transition: .3s;
    	opacity: 1;
    }

    .cart__close--active {
        opacity: .3;
	    transition: .3s;
    }

    .cart__order {
		max-width: 260px;
		margin-bottom: 20px;
    }

    .cart__input {
    	border: 1px solid #CACACA;
		width: 295px;
		height: 50px;
		margin-bottom: 10px;
		padding: 20px;
		text-transform: uppercase;
		transition: .3s;
		background-color: transparent;
    	outline: none;
    	font-size: 11px;
	    font-weight: 700;
  		letter-spacing: 1px;
    }

    .cart__input:hover {
    	border-color: black;
    	transition: .3s;
    }

    .cart__input:focus {
    	border-color: #FFCA61;
    	transition: .3s;
    }

    .cart__input::placeholder, .cart .cart__input--fix::placeholder {
    	color: rgba(26, 26, 26, 0.30000001192092896);
    }

    .cart .cart__input--fix {
    	border: 1px solid #CACACA;
	    width: 295px;
	    height: 50px;
	    margin-bottom: 10px;
	    padding: 20px;
	    text-transform: uppercase;
	    background-color: transparent;
	    outline: none;
	    font-size: inherit;
	    font-size: 11px;
	    font-weight: 700;
  		letter-spacing: 1px;
    }

    .cart .cart__input--fix:hover {
    	border-color: black;
    	transition: .3s;
    }

    .cart .cart__input--fix:focus {
    	border-color: #FFCA61;
    }

    .cart__border--top {
    	border-top: 1px solid #CACACA;
    }

    .cart__scrollable {
    	overflow-y: scroll;
    	min-height: 280px;
    }

    .flex__cart {
    	display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    height: 100vh;
    }

    #cart__submit {
    	width: 295px;
    	text-align: center;
    	height: 50px;
    	margin-top: 20px;
    	margin-bottom: 0;
    	font-size: 10px;
    	padding: 0;
    	background-color: white;
    }

/*------------------------------------*\
  SUBMENU
\*------------------------------------*/
.submenu {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 0 60px;
    position: relative;
    margin-top: 89px;
}
    .submenu__wrapper {
    	border-bottom: 1px solid #CACACA;
    }

    .submenu__item {
        display: flex;
        color: #8F8F8F;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 30px 0 26px;
        border-bottom: 4px solid transparent;
        transition: .3s;
        margin-right: 15px;
        text-align: center;
    }

    .submenu__item:hover  {
        color: #1A1A1A;
        border-bottom: 4px solid #FFCA61;
        text-decoration: none;
        transition: .3s;
    }

    .submenu__item--active {
        color: #1A1A1A;
        border-bottom: 4px solid #FFCA61;
        pointer-events: none;
    }

    @media(min-width: 1600px) {
    	.submenu {
    		justify-content: flex-start;
    	}
    	.submenu__item {
    		margin-right: 40px;
    	}
    }

/*------------------------------------*\
  MENU
\*------------------------------------*/
.menu {
    display: flex;
    margin: 0 auto 0 125px;
}
    .menu__item {
        display: block;
        border-bottom: 4px solid transparent;
        color: #8f8f8f;
        font-size: 16px;
        font-weight: 500;
        margin-right: 30px;
        padding: 30px 0;
        transition: .3s;
    }

    .menu__item:hover {
        text-decoration: none;
        color: #1A1A1A;
        border-bottom: 4px solid #FFCA61;
        cursor: pointer;
        transition: .3s;
    }

    .menu__item--white {
        color: white;
    }

    .menu__item--white:hover {
        color: white;
    }

    .menu__item--active {
        border-bottom: 4px solid #FFCA61;
        pointer-events: none;
    }

/*------------------------------------*\
  SORT
\*------------------------------------*/
.sort {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
    margin-top: -20px;
}
    .sort__title {
        font-size: 16px;
        font-weight: bold;
        line-height: 0.88;
        color: #000000;
        margin-right: 40px;
        white-space: nowrap;
    }

    .sort__item {
        font-size: 16px;
        font-weight: 500;
        line-height: 0.88;
        color: #8f8f8f;
        margin-right: 40px;
        white-space: nowrap;
        transition: .3s;
    }

    .sort__item a {
        font-size: 16px;
        font-weight: 500;
        line-height: 0.88;
        color: #8f8f8f;
        white-space: nowrap;
        transition: .3s;
    }

    .sort__item:hover a {
        text-decoration: none;
        color: black;
        transition: .3s;
        cursor: pointer;
    }

    .sort__item:hover .sort__direction {
    	color: black;
    	transition: .3s;
    }

    .sort__item--active a {
        color: black;
    }

    .sort__item--hidden {
        display: none;
    }

    .sort__icons {
        margin-left: auto;
        opacity: 1;
        transition: .3s;
    }

    .sort__ico {
        margin-left: 10px;
        cursor: pointer;
        transition: .3s;
    }

    .sort__ico--active {
        fill: black;
        pointer-events: none;
    }

    .sort__ico:hover {
        fill: black;
        transition: .3s;
    }

    .sort__item a::after {
    	content: '▼';
    	margin-left: 7px;
    }

    .sort__item.sort__item--active.asc a::after {
	    content: '▲';
    	margin-left: 7px;
	}

    .sort__direction {
    	transition: .3s;
    	color: #8f8f8f;
    }

    .s-product-wrapper__table {
    	display: flex;
    	align-items: center;
    	padding: 30px 20px !important;
    }

    .s-product-wrapper__table .productM__img {
    	height: auto;
    	max-height: 160px;
    	width: 185px;
    	margin-right: 30px;
    }

    .products .uk-grid__table .uk-grid-margin {
    	margin-top: 45px;
    }

    .product-table__desc .productM__cat {
    	margin-bottom: 8px;
    	margin-top: 0px;
    }

    .s-product-wrapper__table .productL__key, .s-product-wrapper__table .productL__value {
    	font-size: 12px;
    	line-height: 14px;
    	margin-bottom: 10px;
    }

    .s-product-wrapper__table .productL__key {
    	width: 175px;
    }

    .s-product-wrapper__table .productL__value {
    	width: auto;
    }

    .s-product-wrapper__table .productL__value span {
        white-space: normal !important;
    }

    .s-product-wrapper__table .fixed__height {
    	height: auto;
    }

    .s-product-wrapper__table .productM__name {
    	height: auto;
    	margin-bottom: 18px;
    }

    @media (max-width: 1130px) {
    	.s-product-wrapper__table .productL__value {
    		width: 170px;
    	}
    }
/*------------------------------------*\
  CRUMBS
\*------------------------------------*/
.crumbs {
    padding: 40px 0 20px 0;
    margin: 0 60px;
    border-bottom: 1px solid #CACACA;
}

    .crumbs--product {
        border-bottom: none;
        padding-bottom: 40px;
    }

    .crumbs__item {
        color: #BCBCBC;
        font-size: 14px;
        font-weight: 500;
        transition: .3s;
    }

    .crumbs__item:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
        transition: .3s;
    }

    .crumbs__item--active {
        color: black;
        pointer-events: none;
    }


/*------------------------------------*\
  BUTTONS
\*------------------------------------*/
.btn {
  color: #1A1A1A;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 20px 28px;
  border: 4px solid #FFCA61;
  text-transform: uppercase;
  transition: .3s;
  background-color: white;
}
    .btn:hover {
      background-color: #FFCA61 !important;
      cursor: pointer;
      transition: .3s;
    }

.btn-recomend {
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #FFCA61;
    padding: 20px 25px;
    text-transform: uppercase;
    border: none;
    position: absolute;
    left: 30px;
    bottom: -30px;
}

.btn-count {
    margin-right: 20px;
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    padding: 0;
    align-items: center;
    min-width: 140px;
    justify-content: space-around;
    transition: .3s;
}
.btn-count:hover {
	border: 1px solid black;
	transition: .3s;
}
    .btn-count__sign {
        cursor: pointer;
        border: none;
        padding: 0;
        font-size: 22px;
        height: 47px;
        width: 50px;
        color: #CACACA;
        transition: .3s;
        background: white;
    }

	.btn-count__sign:hover {
		color: black;
        transition: .3s;
	}

    .btn-count__sign:hover .btn-count__ico {
        fill: black;
        transition: .3s;
    }

    .btn-count__num {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        border: none;
        font-size: 20px;
        width: 30px;
    	text-align: center;
    }

    .btn-count__ico {
        transition: .3s;
    }

.btn-add {
    margin-right: 30px;
    display: flex;
    align-items: center;
    padding: 4px 4px 4px 16px;
    background-color: #FFCA61;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-add:hover {
	background-color: #F6BD4D;
	transition: 0.3s;
}

    .btn-add__text {
        color: #000000;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-right: 15px;
        background-color: transparent;
        border: none;
        padding: 0 20px;
        cursor: pointer;
        height: 42px;
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-add__plus {
        background-color: #FFFFFF;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn-consult {
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #FFCA61;
    cursor: pointer;
}

.btn-normal {
  color: #1A1A1A;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid #CACACA;
  padding: 20px;
  text-transform: uppercase;
  margin-right: 20px;
  transition: .3s;
  background: white;
}
    .btn-normal:hover {
        border: 1px solid black;
        cursor: pointer;
        transition: .3s;
    }

    .btn-normal--active {
        border: 1px solid #FFCA61;
        pointer-events: none;
    }

    .btn-normal.uk-active {
        border: 1px solid #FFCA61;
        pointer-events: none;
    }

.btn-cart {
     position: absolute;
        bottom: -25px;
        right: 30px;
        padding: 0;
        border: none;
        background-color: transparent;
        overflow: hidden;
        width: 50px;
        height: 50px;
        cursor: pointer;
}

    .btn-cart__add {
        width: 50px;
        height: 50px;
        border: 4px solid #FFCA61;
        cursor: pointer;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
        z-index: 4;
        background-color: white;
    }

    .btn-cart__hidden {
        border: none;
        padding-left: 10px;
        height: 50px;
        background-color: #ffca61;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #000000;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 52px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        transition: .3s;
    }

    .btn-cart:hover .btn-cart__hidden{
        opacity: 1;
        transition: .3s;
    }

    .btn-cart:hover {
        overflow: visible;
    }

.btn-main {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    text-transform: uppercase;
    border: 4px solid #FFCA61;
    padding: 20px 0;
    width: 100%;
    background-color: transparent;
    margin-top: 60px;
    transition: .3s;
}
    .btn-main:hover {
      background-color: #FFCA61;
      color: black;
      cursor: pointer;
      transition: .3s;
    }

.btn-back {
    width: 95px;
    height: 50px;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -180px;
    cursor: pointer;
    padding: 0;
    transition: .3s;
}
	.btn-back:hover {
		background-color: #FFCA61;
		transition: .3s;
	}

    .btn-back__ico {
        margin-right: 5px;
    }

    .s-button {
    	cursor: pointer;
    }

    .add-price {
      font-size: 30px;
      font-weight: 700;
      margin-left: 40px;
    }

    .add-price-cat {
      font-size: 18px;
      font-weight: 700;
      margin-top: 30px;
      color: #B5B5B5;
      margin-bottom: 5px;
    }

    .add-price-cat span {
      color: #B5B5B5;
    }
/*------------------------------------*\
  BRANDS
\*------------------------------------*/
.brands {
    padding: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .brands__img {
        border: solid 1px #d5d5d5;
        height: 120px;
        margin-top: 40px;
        object-fit: contain;
        padding: 30px;
        width: 100%;
    }

    .brands__link {
        display: block;
        flex-basis: 30%;
    }
/*------------------------------------*\
  MORE
\*------------------------------------*/
.more {
  font-size: 12px;
  font-weight: bold;
  color: #8f8f8f;
  text-transform: uppercase;
  height: 70px;
  width: 100%;
  border: solid 1px #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------*\
  PRODUCTS
\*------------------------------------*/
.products {
    padding-bottom: 100px;
}

.products--main {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    padding-left: 60px;
}

.products--search {
    width: 85%;
}

.flexbasis100 {
   	flex-basis: 100%;
}

.flexbasis100 .uk-grid {
	min-width: 100%;
}
.products .uk-grid-margin {
	margin-top: 65px;
}

@media(min-width: 1600px) {
	.products {
		/* flex-basis: calc(100% - 505px); */
	}
}

/*------------------------------------*\
  PRODUCTH
\*------------------------------------*/
.productH {
    width: 100%;
    border: solid 1px #d5d5d5;
    display: flex;
    position: relative;
    margin-bottom: 40px;

}
    .productH__info {
        width: 100%;
        padding-bottom: 20px;
    }

    .productH__img {
        height: 100%;
        width: 190px;
        object-fit: contain;
        margin-right: 50px;
    }

    .productH__cat {
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #b5b5b5;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .productH__name {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
        color: #000000;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .productH__detail {
        display: flex;
    }

    .productH__title {
        margin-right: 40px;
    }

    .productH__key {
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        line-height: 1.33;
        margin-bottom: 10px;
    }

    .productH__value {
        font-size: 12px;
        line-height: 1.33;
        color: #000000;
        margin-bottom: 10px;
    }
/*------------------------------------*\
  PRODUCTL
\*------------------------------------*/
.productL {
    display: flex;
    padding: 0 60px 85px 60px;
}

    .productL__photo {
        border: 1px solid #CACACA;
        width: 640px;
        height: 450px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 60px;
    }

    .productL__img {
        width: 350px;
        height: 350px;
        object-fit: contain;
    }

    .productL__info {
        position: relative;
        width: 45%;
    }

    .productL__cat {
        color: #B5B5B5;
        font-size: 14px;
        font-weight: 700;
        /*width: 240px;*/
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .productL__name {
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 20px;
        margin-top: 0;
        max-height: 76px;
        overflow: hidden;
    }

    .productL__avail {
        color: #00B800;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .productL__detail {
        display: flex;
        overflow: hidden;
    	max-height: 150px;
    }

    .productL__title {
        margin-right: 100px;
    }

    .productL__key {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 20px;
        width: 285px;
    }

    .productL__value {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 20px;
        width: 250px;
        line-height: inherit;
    }

    .productL__btns {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
    }

/*------------------------------------*\
  PRODUCTS
\*------------------------------------*/
.productS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: 110px;
    width: 320px;
}
    .productS__img {
        width: 90px;
        height: 90px;
        object-fit: contain;
        margin-right: 20px;
    }

    .productS__cat {
        color: #CACACA;
        font-size: 10px;
        font-weight: 700;
        width: 200px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .productS__name {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        width: 250px;
    }

/*------------------------------------*\
  PRODUCTM
\*------------------------------------*/
.productM {
    padding: 35px 20px;
    flex-basis: 30%;
    border: 1px solid #D5D5D5;
    position: relative;
    margin-bottom: 65px;
    cursor: pointer;
    transition: 0.2s;
}


.productM:hover {
	border-color: black;
	transition: 0.2s;
}

    .productM:hover .line1{
        width: 100%;
        transition: width .3s;
        border-color: black;
    }

    .productM:hover .line2{
        height: 100%;
        transition: height .3s;
        transition-delay: .3s;
    }

    .productM:hover .line3 {
        width: 100%;
        transition: width .3s;
        transition-delay: .6s;
    }

    .productM:hover .line4 {
        height: 100%;
        transition: height .3s;
        transition-delay: .9s;
    }

    .line1 {
        position: absolute;
        top: -1px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #ffca61;
    }

    .line2 {
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 0;
        background-color: #ffca61;
    }

    .line3 {
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #ffca61;
    }

    .line4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 0;
        background-color: #ffca61;
    }

    .productM__img {
        object-fit: contain;
        height: 200px;
        width: 100%;
    }

    .productM__cat {
        color: #B5B5B5;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .productM__name {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        height: 90px;
      	overflow: hidden;
    }

    .fixed__height {
    	max-height: 185px;
    	overflow: hidden;
    }

    .s-features-wrapper .productL__key {
    	width: 50%;
    }

    .s-features-wrapper {
		min-width: 50%;
    }

    .feature__wrap {
    	display: flex;
    	flex-direction: row;
    }

/*------------------------------------*\
  CHECKED
\*------------------------------------*/
.checked {
    padding: 40px 30px;
    border: 1px solid #CACACA;
    height: 615px;
    margin-right: 40px;
    width: 420px;
}
    .checked__content {
        height: 460px;
        overflow: scroll;
    }


/*------------------------------------*\
  PAGINATION
\*------------------------------------*/
.pagination {
    display: flex;
    padding: 0;
    margin-top: 60px;
}

.pagination li {
    list-style: none;
    padding: 0;
}

.pagination li:before {
    content: unset;
}

.pagination li a{
    width: 60px;
    height: 60px;
    border: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #D5D5D5;
    transition: .3s;
}

.pagination li a:hover{
    border: 1px solid black;
    cursor: pointer;
    text-decoration: none;
    color: black;
    transition: .3s;
}

.pagination .selected a {
    pointer-events: none;
    color: black;
    border: 1px solid black;
}
/*------------------------------------*\
  DESCR
\*------------------------------------*/
.descr {
    padding: 65px 60px 30px 60px;
    border: 1px solid #CACACA;
    position: relative;
    width: 100%;
}
    .descr__btns {
        display: flex;
        position: absolute;
        left: 60px;
        top: -30px;
    }

    .descr__text {
        color: #1A1A1A;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .descr__flex {
        display: flex;
        flex-wrap: wrap;
        width: 600px;
    }

    .descr__key {
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        width: 200px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .descr__value {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        width: 200px;
        margin-bottom: 20px;
    }

    .descr .productL__key {
    	width: auto;
    }

/*------------------------------------*\
  MODAL-HEADER
\*------------------------------------*/
.modal-header {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
}
    .modal-header__close {
        width: 60px;
        height: 60px;
        border: solid 1px #cacaca;
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
    }

    .modal-header__close line{
        stroke: #cacaca !important;
        transition: .3s;
    }

    .modal-header__close:hover {
        border: solid 1px black;
        transition: .3s;
    }

    .modal-header__close:hover line{
        stroke: black !important;
        transition: .3s;
    }

    .modal__logo {
    	width: 143px;
    }

/*------------------------------------*\
  TAGS
\*------------------------------------*/
.tags {
    margin-right: 60px;
    width: 30%;
}
    .tags__item {
        color: #1A1A1A;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        background-color: #FFFFFF;
        border: 1px solid #CACACA;
        padding: 20px;
        margin-bottom: 10px;
        margin-right: 10px;
        text-transform: uppercase;
        transition: .3s;
        display: inline-block;
    }

    .tags__item:hover  {
        cursor: pointer;
        color: #1A1A1A;
        text-decoration: none;
        border-color: black;
        transition: .3s;
    }

/*------------------------------------*\
  TAG-LIST
\*------------------------------------*/
.tag-list {
    padding: 0;
    font-size: 28px;
  	font-weight: 700;
  	color: black;
    margin-bottom: 40px;
}


/*------------------------------------*\
  ALSO
\*------------------------------------*/
.also-bought {
    display: flex;
    padding: 60px 60px 0px 60px;
}

.also {
    width: 100%;
}
    .also__name {
        color: #8f8f8f;
    }

    .also__product {
        color: black;
    }

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



/*------------------------------------*\
  ARROW
\*------------------------------------*/

 .arrow {
        background-color: #FFFFFF;
        border: 1px solid #CACACA;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
    }

    .arrow:hover {
        border: 1px solid black;
 		transition: .3s;
    }

    .arrow--footer {
        margin-top: 15px;
    }

/*------------------------------------*\
  NEWS
\*------------------------------------*/
.news {
    position: relative;
    padding: 0 60px 100px 60px;
}
	.news-slider {
		margin-right: -30px;
	}
    .news__arrows {
        width: 140px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        right: 60px;
        top: -10px;
    }

    .news__title {
        display: flex;
        align-items: center;
        margin-bottom: 55px;
    }

    .news__name {
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        white-space: nowrap;
        padding: 0 32px;
    	margin-left: -32px;
    	background: white;
    }

    .news__line {
        background-color: #CACACA;
        height: 1px;
        width: 100%;
        margin-left: 40px;
        margin-right: -60px;
    }

    .news-slider {

    }

/*------------------------------------*\
  ARTICLE
\*------------------------------------*/
.article {
    border: 1px solid #D5D5D5;
    margin-right: 30px;
    transition: .3s;
    position: relative;
}
    .article:hover {
        border: 1px solid #FAD36C;
        cursor: pointer;
        transition: .3s;
    }

    .article:hover .article__img{
        filter: brightness(.5);
        transition: .3s;
    }

    .article__info {
        padding: 40px 30px 20px 30px;
    }

    .article__date {
        color: #B5B5B5;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .article__title {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
        height: 60px;
        overflow: hidden;
    }

    .article__text {
        height: 135px;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        overflow: hidden;
    }

    .article__img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        transition: .3s;
    }

/*------------------------------------*\
  POSTERS
\*------------------------------------*/
.posters {
    display: flex;
    padding: 100px 180px 125px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1740px;
    margin: auto;
}
    .posters--lak {
        justify-content: flex-start;
        padding: 50px 180px 125px 0px !important;
    }
/*------------------------------------*\
  CARD
\*------------------------------------*/
.card {
    padding: 30px;
    border: 1px solid #D5D5D5;
    width: 50%;
    height: 405px;
    position: relative;
}
    .card--lak {
        width: unset;
    }

    .card--flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        margin-bottom: 65px;
        flex-basis: 65%;
        height: unset;
    }

    .card__title {
        color: #1A1A1A;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        width: 460px;
    }

    .card__images {
        margin-top: 30px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

	.card__images img {
		max-height: 81px;
		margin-right: 22px;
	}

    .card__img {
        position: absolute;
        right: 0;
        bottom: 1px;
        z-index: -1;
    }

    .card__btn {
        position: absolute;
        bottom: -30px;
        left: 30px;
    }

    .card__claim {
        font-size: 12px;
        font-weight: bold;
        color: #1a1a1a;
        margin-bottom: 10px;
        border-bottom: 2px solid #ffca61;
    }

    .card__text {
        width: 242px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.56;
        color: #1a1a1a;
    }

/*------------------------------------*\
  POSTER
\*------------------------------------*/
.poster {
    position: relative;
    padding: 30px;
    border: 1px solid #D5D5D5;
    width: 50%;
    height: 405px;
    margin-left: 40px;
    background-size: cover;
    background-position-y: 32px;
    background-repeat: no-repeat;
}

	.poster .title-m {
		max-width: 320px;
	}

    .poster__img {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .poster__btn {
        position: absolute;
        bottom: -30px;
        right: 30px;
        background: white;
    }

    .poster__btn:hover {
    	text-decoration: none;
    	color: initial;
    }

    .poster__ico {
        position: absolute;
        right: 0;
        top: 40px;
    }

    .poster__ico text {
    	font-weight: bold;
    }


/*------------------------------------*\
  GRID
\*------------------------------------*/
.grid {
  padding: 0 60px 100px 60px;
  max-width: 1450px;
  margin: 0 auto;
}
.grid__title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 32px;
  margin-left: -32px;
  background: white;
  width: fit-content;
  margin-bottom: 55px;
}
.grid__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 24px;
}

.grid__item {
  position: relative;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
} 
.grid__item:hover {
  text-decoration: none;
}
.grid__item:hover .grid__img{
  filter: brightness(0.75);
  transition: .3s;
}
.grid__item--vert {
  grid-row: span 2;
  grid-column: span 1;
}
.grid__item--hor {
  grid-row: span 1;
  grid-column: span 2;
  height: 248px;
}
.grid__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
  max-width: 240px;
  z-index: 1;
}
.grid__name--1 {
  color: #4E483F;
}
.grid__name--2 {
  color: #3B4756;
}
.grid__name--3 {
  color: #5F3C39;
}
.grid__name--4 {
  color: #5E594A;
}
.grid__name--5 {
  color: #2E331D;
}
.grid__name--6 {
  color: #534E4B;
}
.grid__name--7 {
  color: #28467A;
}
.grid__name--8 {
  color: #556463;
}
.grid__name--9 {
  color: #726C61;
}
.grid__name--10 {
  color: #4B3731;
}
.grid__text {
  font-size: 14px;
  line-height: 21px;
  z-index: 1;
  color: #1A1A1A;
}
.grid__text--hor {
  max-width: 232px;
}
.grid__img {
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s;
}
.grid__img--hor {
  width: 260px;
  height: 100%;
  object-fit: cover;
}
.grid__img--vert {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.grid__cover {
  position: absolute;
  top: 0;
}
.grid__cover--hor {
  right: 190px;
}
.grid__cover--vert {
  width: 100%;
  right: 0;
  top: unset;
  bottom: 145px;
}
.grid__cover--5 {
  right: 235px;
}
.grid__cover--9 {
  right: 215px;
}
.grid__cover--10 {
  right: 180px;
}
.grid__svg {
  position: absolute;
}
.grid__svg--1 {
  top: 0;
  left: 0;
}
.grid__svg--2 {
  top: 116px;
  left: 0;
}
.grid__svg--3 {
  bottom: 0;
  left: 0;
}
.grid__svg--4 {
  bottom: 0;
  right: 0;
}
.grid__svg--5 {
  bottom: 0;
  left: 0;
}
.grid__svg--6 {
  bottom: 0;
  left: 0;
}
.grid__svg--7 {
  bottom: 0;
  left: 0;
}
.grid__svg--8 {
  bottom: 0;
  left: 0;
}
.grid__svg--9 {
  top: 0;
  left: 0;
}
.grid__svg--10 {
  top: 102px;
  left: 0;
}
.grid__item--1 {
  background: #F3EFE9;
}
.grid__item--2 {
  background: #EAF3FF;
}
.grid__item--3 {
  background: #FFF1EF;
}
.grid__item--4 {
  background: #FFF8E5;
}
.grid__item--5 {
  background: #F7F7F7;
}
.grid__item--6 {
  background: #F7F7F7;
}
.grid__item--7 {
  background: #DBECFF;
}
.grid__item--8 {
  background: #F6FFFE;
}
.grid__item--9 {
  background: #FEFCF9;
}
.grid__item--10 {
  background: #F1ECE9;
}
.ral {
  position: absolute;
  background: transparent;
  border: 8px solid white;
  border-bottom-width: 25px;
  width: 91px;
  height: 108px;
  transition: .3s;
}
.ral--1 {
  top: 70px;
  right: 90px;
}
.ral--2 {
  top: 38px;
  right: 16px;
}
.ral--3 {
  top: 113px;
  left: 16px;
}
.ral--4 {
  top: 52px;
  right: 16px;
}
.ral--5 {
  bottom: 18px;
  right: 48px;
}
.ral--6 {
  top: 186px;
  right: 37px;
}
.ral--7 {
  top: 16px;
  right: 16px;
}
.ral--8 {
  top: 37px;
  left: 16px;
}
.ral--9 {
  top: 52px;
  right: 113px;
}
.ral--10 {
  bottom: 16px;
  right: 16px;
}
.ral__content {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  bottom: -22px;
}
.grid__item:hover .ral {
  transform: scale(1.1);
  transition: .3s;
}
.grid__item:hover .ral--1 {
  background: #D7D1C8;
  transition: .3s;
}
.grid__item:hover .ral--2 {
  background: #BDC7D3;
  transition: .3s;
}
.grid__item:hover .ral--3 {
  background: #C74743;
  transition: .3s;
}
.grid__item:hover .ral--4 {
  background: #FCE3A2;
  transition: .3s;
}
.grid__item:hover .ral--5 {
  background: #1A5731;
  transition: .3s;
}
.grid__item:hover .ral--6 {
  background: #E5E5E5;
  transition: .3s;
}
.grid__item:hover .ral--7 {
  background: #31508B;
  transition: .3s;
}
.grid__item:hover .ral--8 {
  background: #CBE5E3;
  transition: .3s;
}
.grid__item:hover .ral--9 {
  background: #C7BEAD;
  transition: .3s;
}
.grid__item:hover .ral--10 {
  background: #5A4746;
  transition: .3s;
}


@media only screen and (max-width: 1400px) {
  .grid__content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid__item--1 {
    order: 1;
  }
  .grid__item--2 {
    order: 2;
  }
  .grid__item--3 {
    order: 4;
  }
  .grid__item--4 {
    order: 3;
  }
  .grid__item--5 {
    order: 9;
  }
  .grid__item--6 {
    order: 6;
  }
  .grid__item--7 {
    order: 10;
  }
  .grid__item--8 {
    order: 5;
  }
  .grid__item--9 {
    order: 7;
  }
  .grid__item--10 {
    order: 8;
  }
}

@media only screen and (max-width: 1200px) {
  .grid__text--hor {
    max-width: 190px;
  }
  .grid__name {
    max-width: 230px;
  }
}
/*------------------------------------*\
  INFOGR
\*------------------------------------*/
.infogr {
    padding: 100px 90px;
    display: flex;
    justify-content: space-between;
    max-width: 1560px;
    margin: auto;
}

	.infogr__wrapper {
		background-color: #F7F7F7;
	}

    .infogr__item {
        max-width: 230px;
    }

    .infogr__tick {
        border: 4px solid #FFCA61;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .infogr__name {
        color: #1A1A1A;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 20px;
        min-height: 75px;
    }

    .infogr__text {
        color: #8F8F8F;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

   @media screen and (max-width: 1400px) {
	    .infogr {
    		padding: 70px 60px;
	    }
	}


/*------------------------------------*\
  ABOUT
\*------------------------------------*/
.about {
    padding: 160px 60px;
    position: relative;
	max-width: 1500px;
    margin: auto;
}
    .about__text {
        color: #1A1A1A;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        width: 820px;
        margin: 30px 0;
    }

    .about__list {
        width: 820px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
        margin-bottom: -30px;
    }

    .about__item {
        width: 50%;
        color: #1A1A1A;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 30px;
        padding-right: 20px;
        list-style: none;
        position: relative;
    }

    .about__item:before {
        border-radius: 50%;
        content: "";
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 2px;
        height: 8px;
        width: 8px;
        background-color: #FFCA61;
        position: absolute;
        top: 10px;
        left: -20px;
    }

    .about__item_2 {
        width: 100%;
        color: #1A1A1A;
        list-style: none;
        position: relative;
    }

    .about__item_2:before {
        border-radius: 50%;
        content: "";
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 2px;
        height: 8px;
        width: 8px;
        background-color: #FFCA61;
        position: absolute;
        top: 8px;
        left: -20px;
    }

    .about__brands {
        color: #1A1A1A;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-top: 5px;
    }

    .about__ico {
        position: absolute;
        right: 60px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }

    .about__btn {
        margin-top: 60px;
    }

/*------------------------------------*\
  ORDER
\*------------------------------------*/
#order {
    background-color: white;
}

#order .checkmark {
	border-radius: 50%;
}

.order {
    max-width: 600px;
}
    .order__title {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.36;
        color: #000000;
        margin-bottom: 10px;
    }

    .order__greet {
        font-size: 16px;
        line-height: 1.63;
        color: #8f8f8f;
        margin-bottom: 60px;
    }

    .order__field {
        position:  relative;
        margin-bottom: 40px;
    }

    .order__input {
        font-size: 18px;
        line-height: 1;
        color: #1a1a1a;
        border: none;
        border-bottom: solid 1px #cacaca;
        width: 100%;
        height: 50px;
        background-color: transparent;
        outline: none;
        padding-top: 15px;
        transition: .3s;
    }

    .order__input:hover {
        border-bottom: solid 1px black;
        transition: .3s;
    }

    .input__border {
	   	border-top: 2px solid #ffcb60;
	    margin-top: -2px;
	    position: relative;
	    width: 0%;
	    left: 50%;
    	opacity: 0;
    }

    .invalid__input {
    	border-top: 1px solid #ff5f5f;
	    margin-top: -1px;
	    position: relative;
	    width: 100%;
	    left: 0%;
    	opacity: 0;
    }

    .order__label {
        position: absolute;
        bottom: 10px;
        z-index: -1;
    }

    .order__text {
    	transform-origin: left top;
        font-size: 18px;
        line-height: 1;
        color: #8f8f8f;
        position: relative;
        top: 0;
    }


    .order__btn {
        border: solid 4px #ffca61 !important;
        height: 60px;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #1a1a1a;
        text-transform: uppercase;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        margin-bottom: 200px !important;
        padding: 0;
        transition: .3s;
        background-color: white;
    }
    .order__btn:hover {
        background-color: #ffca61;
        cursor: pointer;
        transition: .3s;
    }

    .order__cat {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        color: #8f8f8f;
        margin-bottom: 20px;
        margin-top: 60px;
    }

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

    .order__tag {
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #1a1a1a;
        border: solid 1px #cacaca;
        padding: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: .3s;
    }

    .order__tag input {
    	display: none;
    }

    .order__tag--active {
        background-color: #ffca61;
        border-color: #ffca61;
    }

    .order__tag:hover {
        border-color: #ffca61;
        cursor: pointer;
        transition: .3s;
    }

    .order__radio {
        display: flex;
        height: 30px;
        margin-bottom: 60px;
    }

	.order__captchablock {
		display: flex;
		margin: 60px 0px;
		justify-content: space-between;
    	align-items: center;
	}

	.order__captcha {

	}

	.order__privacy {
		width: 280px;
	  	font-size: 12px;
	  	line-height: 1.5;
	  	color: #8f8f8f;
	}

	.order__success {

	}

	.success__img {
		width: 80px;
	    height: 80px;
	    background-color: #ffca61;
	    border-radius: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 auto;
	}

	.success__img img {
		width: 36px;
    	height: 26px;
    	margin: 2px -3px 0 0;
	}

	.success__title {
		font-size: 28px;
	    font-weight: bold;
	    letter-spacing: normal;
	    text-align: center;
	    margin: 30px 0 10px 0;
	}

	.success__text {
		text-align: center;
		line-height: 1.63;
    	color: #8f8f8f;
	}
	.success__text--margin-bottom {
		margin-bottom: 20px;
	}

	.order-error-msg {
		font-size: 12px;
	    color: #ff5f5f;
	    margin-top: -32px;
	}

	.s-checkout-success .success__img {
		width: 50px;
	    height: 50px;
	}

	.s-checkout-success .order__success {
		padding-top: 120px;
	}

	.s-checkout-success .success__title {
	    font-size: 18px;
    	line-height: 30px;
	}

	.s-checkout-success .success__text {
	    color: #1A1A1A;
    	padding: 0 30px;
	}

	.offcanvas__close {
		cursor: pointer;
		color: #cacaca;
		transition: .3s;
	}

	.offcanvas__close line {
		stroke: #cacaca !important;
		transition: .3s;
	}

	.offcanvas__close:hover line {
		stroke: black !important;
		transition: .3s;
	}

/*------------------------------------*\
  RADIO
\*------------------------------------*/

.radio {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1D1C21;
    font-size: 1rem;
    font-weight: 400;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-right: 30px;
    padding-left: 50px;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    height: 30px;
    width: 30px;
    background-color: white;
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #BCBCBD;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
    border: 1px solid #ffca61;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #ffca61;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
    display: flex;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffca61;
}


/*------------------------------------*\
  OUTPUT
\*------------------------------------*/
.output {
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
    .output__name {
        font-size: 16px;
        font-weight: bold;
        line-height: 0.88;
        color: #000000;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .output__tag {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #8f8f8f;
        padding: 12px;
        border: solid 1px #cacaca;
        margin-right: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .output__reset {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #1a1a1a;
        border: solid 1px #ffca61;
        padding: 12px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .output__ico {
        margin-left: 10px;
    }

/*------------------------------------*\
  FILTER
\*------------------------------------*/
.filter {
    /* max-width: 420px; */
    border: solid 1px #cacaca;
    padding: 40px 30px;
    margin-bottom: 40px;
    position: relative;
    flex-basis: 30%;
}

    .filter__submit {
        text-transform: uppercase;
        padding: 10px 25px;
        border: 4px solid #FFCA61;
        transition: .3s;
    }

    .filter__submit:hover {
        background-color: #FFCA61;
        cursor: pointer;
        transition: .3s;
    }

    .filter__reset {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #8f8f8f;
        position: absolute;
        right: 30px;
        top: 53px;
        transition: .3s;
    }

    .filter__reset:hover {
        text-decoration: none;
        color: black;
        cursor: pointer;
        transition: .3s;
    }

    .filter__box {
        margin-bottom: 40px;
    }

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

    .filter__name {
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #1a1a1a;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .color__wrapper {
    	display: flex;
    }

    .color__wrapper .label {
        margin-right: 20px;
	    margin-bottom: 0px;
	    width: 30px;
	    padding: 0px;
    }

    .color__wrapper .checkmark {
    	border-color: #ffffff00;
    }

    .color__wrapper .checkmark__white {
    	border-color: #cacaca;
    }

    .s-category-empty {
    	font-weight: 700;
	    flex-basis: 65%;
    }

    .is-loading .products{
    	opacity: 0;
    	transition: .3s;
    }

    @media (max-width: 1180px) {
    	.filter__reset {
    		display: none;
    	}
    }

    @media(min-width: 1600px) {
		.s-category-empty {
			flex-basis: calc(100% - 505px);
		}
}

/*------------------------------------*\
  LABEL
\*------------------------------------*/
.label {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #8f8f8f;
    margin-bottom: 25px;
    transition: .2s;
}
	.label:hover .filter__value {
    	color: black;
    	transition: .2s;
    }

    .label:hover .checkmark {
        border-color: black;
        transition: .2s;
    }

    .label--flex {
        margin-right: 10px;
    }

    .label span {
        color: #8f8f8f;
    }

    .label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #ffffff;
        border: solid 1px #cacaca;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .2s;
    }

    .label input:checked ~ .checkmark {
        background-color: #ffca61;
        border: none;
    }

    .label input:checked ~ .checkmark__white {
        border: solid 1px black;
    }

    .checkmark img {
        display: none;
    }

    .label input:checked ~ .checkmark img {
        display: block;
    }

    .label--active {
    	color: black;
    }

    .filter__value {
    	color: #8f8f8f;
    }

    .label input:checked ~ .filter__value {
    	color: black;
    }

    #filters_form {
    	margin-bottom: -35px;
    }

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

    .options__wrap .left {
    	order: -1;
    	font-size: 16px;
	  	font-weight: 700;
	  	line-height: 14px;
	  	margin-right: 20px;
	  	padding: 16px 0;
    }

    .options__wrap .filter-active:hover .name {
    	color: black;
    	transition: .3s;
    }
    .options__wrap .filter-active:hover {
    	border: 1px solid black;
    	transition: .3s;
    }

    .options__wrap .filter-active:hover .name span {
    	color: black;
    	transition: .3s;
    }

    .options__wrap .filter-active:hover .name svg line {
    	stroke: black;
    	transition: .3s;
    }

    .options__wrap .filter-active {
    	border: 1px solid #CACACA;
    	transition: .3s;
    	cursor: pointer;
    }

    .options__wrap .filter-active .name {
    	color: #8F8F8F;
	  	font-size: 16px;
	  	font-weight: 500;
	  	padding: 0 12px;
	  	cursor: pointer;
	  	transition: .3s;
    }

    .options__wrap .filter-active .name span {
    	color: #8F8F8F;
    	transition: .3s;
    }

    .options__wrap .name svg  {
		margin: -3px 0 0 5px;
    }

    .options__wrap .filter-active .name svg line {
    	stroke: #8F8F8F;
    	transition: .3s;
    }

    .options__wrap .clear-all .name {
    	color: black;
	  	font-size: 16px;
	  	font-weight: 500;
	  	padding: 12px;
	  	background: #FFCA6100;
	  	transition: .3s;
    }

    .options__wrap .clear-all .name:hover  {
    	text-decoration: none;
    }

    .options__wrap .clear-all__wrap:hover {
    	background: #FFCA61;
    	transition: .3s;
    }

    .options__wrap .filter-active {
    	padding: 7px 0;
    	margin-bottom: 10px;
    	margin-right: 10px;
    }

    .options__wrap .clear-all__wrap {
    	padding: 7px 0;
    	margin-bottom: 10px;
    	border: 1px solid #FFCA61;
    	cursor: pointer;
    	transition: .3s;
    }

    .options__wrap--margin {
    	width: 100%;
    	margin-bottom: 30px;
    	order: 10000;
    }

/*------------------------------------*\
  MAIN
\*------------------------------------*/
.main {
    display: flex;
    position: relative;
}
	.main__wrapper {
		background: #1a1a1a;
	    z-index: 0;
	    position: relative;
	}

    .main__catalog {
        padding: 170px 60px 105px 60px;
        background-color: #1A1A1A;
        min-width: 480px;
    	max-width: 640px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
    }

    .main__name {
        color: #888888;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .main__line {
        width: 1200px;
        height: 2px;
        background-color: #FAD36C;
        opacity: 0;
        transition: .2s;
    }

    .main__link {
        position: relative;
        white-space: nowrap;
        display: block;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        left: 0px;
        transition: all .2s;
        display: block;
        margin-right: 30px;
    }

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

    .main__item .main__link:hover {
        cursor: pointer;
        color: #FAD36C;
        text-decoration: none;
        transition: all .2s;
        left: 10px;
    }

    .main__line--active {
        opacity: 1;
        transition: .2s;
    }

    .main__background {
        max-width: 1280px;
        position: relative;
        width: 100%;
    }

    .main__title {
        color: #FFCA61;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 30px;
        font-size: 42px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
    }

    .main__title--active {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        color: #ffca61;
    }

    .main__curtain {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 80px;
    }

    .main__text {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.78;
        color: #ffffff;
        max-width: 800px;
    }

    .main__text--active {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.5;
        color: #ffffff;
    }

    .main__curtain--active {
        opacity: 1;
        overflow: hidden;
    }

    .main__img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        z-index: -1;
        filter: brightness(.6);
    }

/*------------------------------------*\
  POST
\*------------------------------------*/
.post {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 89px;
}

	.post__wrapper {
		background-color: #f7f7f7;
	}

    .post__box {
        padding: 80px 130px !important;
        background-color: white;
        position: relative;
        margin-bottom: 40px;
    }

    .post__box img:not(.btn-back__ico) {
        margin: 40px 0;
        width: 100%;
    }

    .post p {
        font-size: 18px;
        line-height: 1.56;
        color: #000000;
    }

    .post ul {

    }

    .post li {
        /* font-size: 18px;
        line-height: 1.56;
        color: #000000;
        margin-bottom: 20px;
        padding-left: 5px; */
    }

    /* .post h2 {
        font-size: 20px;
        line-height: 1.56;
        color: #000000;
        font-weight: 700;
        font-family: inherit;
        margin: 0;
    } */

    .post__more {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 20px !important;
        margin-top: 100px;
    }

    .post__item {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        color: #000000;
        padding: 40px 60px;
        background-color: white;
        margin-bottom: 30px;
        transition: .3s;
    }

    .post__item:hover {
        text-decoration: none;
        cursor: pointer;
        color: #000000;
        opacity: .5;
        transition: .3s;
    }

/*------------------------------------*\
  DROPDOWN
\*------------------------------------*/
.dropdown {
    padding: 0px 60px;
    display: flex;
    left: 0;
    bottom: -70px;
    width: 100%;
    transition: .1s;
}
	.dropdown__wrapper {
		background-color: #f7f7f7;
	}

    .dropdown__item {
        white-space: nowrap;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #8F8F8F;
        text-transform: uppercase;
        margin-right: 40px;
        border-bottom: 4px solid #FFCA6100;
        padding: 30px 0px 26px;
    	margin-bottom: 0px;
    	transition: .2s;
    }

    .dropdown__item:hover {
    	color: black;
    	text-decoration: none;
    	border-bottom: 4px solid #FFCA61;
    	transition: .2s;
    }

    .dropdown__item--active {
    	color: black;
    	border-bottom: 4px solid #FFCA61;
    	transition: .2s;
    	cursor: default;
    }

/*------------------------------------*\
  CONTACTS
\*------------------------------------*/
.contacts {
    background-color: #f7f7f7;
    padding: 130px 0 130px 0;
    position: relative;
}

    .contacts__card {
        padding: 60px;
        background-color: white;
        width: 540px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .contacts__label {
        opacity: 0.3;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .contacts__address {
        font-size: 24px;
        line-height: 1.42;
        color: #000000;
        margin-bottom: 40px;
    }

    .contacts__col {
        width: 50%;
    }

    .contacts__key {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.56;
        color: #000000;
        margin-bottom: 10px;
    }

    .contacts__value {
        display: block;
        font-size: 18px;
        line-height: 1.56;
        color: #000000;
        margin-bottom: 5px;
    }

    .contacts__value:last-child() {
        cursor: pointer;
    }

    .contacts__value:hover {
        color: black;
    }

    .contacts__map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

/*------------------------------------*\
  BLOG
\*------------------------------------*/
.blog {
    background-color: #f7f7f7;
    margin-top: 40px;
}

    .blog>div:first{
      padding-left: 0;
    }

    .blog__item {
        padding: 0;
        height: 200px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        overflow: hidden;
        margin-top: 40px;
        transition: .3s;
    }

    .blog__item:hover {
        opacity: .5;
        cursor: pointer;
        transition: .3s;
    }

    .blog__link{
      color: black;
      background-color: white;
      height: 100%;
      display: block;
      margin-left: 40px;
      padding: 40px;
      transition: .3s;
    }

    .blog__link:hover {
        text-decoration: none;
        color: #000000;
        cursor: pointer;
        transition: .3s;
    }
/*------------------------------------*\
  BLOG-MAIN
\*------------------------------------*/
.blog-main {
	padding-top: 90px;
}
	.blog-main__post {
		margin: 0 60px;
		border-bottom: 1px solid #CACACA;
		margin-top: 60px;
		padding-bottom: 20px;
	}

	.blog-main__post:last-child {
		border-bottom: none;
	}

	.blog-main__name {
		display: block;
		margin-bottom: 40px;
		color: black;
		transition: .3s;
	}

	.blog-main__date {
		margin-bottom: 20px;
    	display: block;
	}

	.blog-main__name:hover {
		color: black;
		transition: .3s;
	}
/*------------------------------------*\
  CATEGORY
\*------------------------------------*/
.category {
    display: flex;
    padding: 60px 60px 0px 60px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 1024px;
    opacity: 1;
    transition: .3s;
}
.category__search {
	padding-top: 60px;
}

.search__title--wrap {
	padding: 120px 0 0px;
	margin-bottom: 60px;
}

.category__search--empty {
	margin-bottom: 60px;
	padding-left: 0px;
}
.category__search--empty .order__btn {
	margin-bottom: 0px !important;
	margin-top: 40px;
	max-width: 400px;
}
.category__search--empty .order__btn:hover {
	text-decoration: none;
	color: black;
}
.category__wrapper {
    padding-bottom: 100px;
    padding-left: 60px;
    width: 70%;
}
.category__desc {
    width: 100%;
    padding-bottom: 40px;
}

.sidebar {
	width: 30%;
}

.sidebar--product {
	margin-right: 60px;
}


.s-product-page .subcat {
	margin-bottom: 0px;
}

.viewed__wrapper {
	padding: 0 36px 0 30px;
	max-height: 440px;
	overflow-y: auto;
}

.viewed__wrapper .cart__img {
	max-width: 70px;
    height: auto;
    width: 30%;
}

.viewed__wrapper .s-cart-product {
	margin-right: 0;
	padding-right: 0;
}

.viewed__href {
	width: 100%;
    height: 100%;
    position: absolute;
}

.viewed__wrapper .cart__name {
    font-size: 16px;
    line-height: 26px;
    width: 70%;
}

.viewed__wrapper .category__name {
	color: #CACACA;
	font-size: 10px;
	font-weight: 700;
}

/*------------------------------------*\
  SUBCAT
\*------------------------------------*/
.subcat {
    padding: 40px 0px;
    border: solid 1px #cacaca;
    margin-bottom: 60px;
}
    .subcat__title {
        padding: 0 30px;
        font-size: 24px;
        font-weight: bold;
        color: #1a1a1a;
        margin-bottom: 30px;
    }

    .subcat__item {
        padding: 0 30px;
        display: block;
        height: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        color: #8f8f8f;
        transition: .3s;
    }

    .subcat__item--active {
        color: black;
        text-decoration: none;
        background-color: #f7f7f7;
        pointer-events: none;
    }

    .subcat__item:hover {
        cursor: pointer;
        color: black;
        text-decoration: none;
        background-color: #f7f7f7;
        transition: .3s;
    }
/*------------------------------------*\
  FOOTER
\*------------------------------------*/
.footer {
    padding: 80px 60px;
    display: flex;
    justify-content: space-between;
}

	.footer__wrapper {
		z-index: 1;
	    background: white;
	    position: relative;
	}

    .footer__logo {
        margin-bottom: 25px;
        width: 143px;
    }

    .footer__text {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        opacity: 0.3025111607142857;
        width: 280px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .footer__menu {
        margin-top: 15px;
    }

    .footer__title {
        color: #1A1A1A;
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 40px;
    }

    .footer__title2 {
        color: #1A1A1A;
        font-size: 20px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .footer__item {
        display: block;
        color: #8F8F8F;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 5px;
        transition: .3s;
    }

    .footer__hours {
        display: block;
        color: #8F8F8F;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .footer__item:hover {
        color: black;
        cursor: pointer;
        text-decoration: none;
        transition: .3s;
    }

    .footer__tel {
        color: #1A1A1A;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .footer__tel:hover {
        color: #1A1A1A !important;
    }

	.hr__footer {
		border-top: 1px solid #CACACA;
    	margin: 0;
    	z-index: 1;
    	position: relative;
	}

	.hr__crumbs {
		border-top: 1px solid #CACACA;
		margin: 0;
	}

	.hr__crumbs--search {
		border-top: 1px solid #CACACA;
		margin: 40px 0;
	}

	.hr__news {
		border-bottom: 1px solid #CACACA;
	    margin-bottom: -22px;
	    margin-top: 22px;
	}

	.submneu__border {
		border-top: 1px solid #CACACA;
	}

/*------------------------------------*\
  DEV
\*------------------------------------*/
.dev {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

    .dev__link {
    	color: black !important;
        text-decoration: none !important;
        border-bottom: 2px solid transparent;
        transition: .3s;
        font-weight: bold;
    }

    .dev__link:hover {
    	color: black;
    	text-decoration: none;
    	border-bottom: 2px solid #ffdd9b;
    	transition: .3s;
    }

/*------------------------------------*\
  ERROR
\*------------------------------------*/
.error {
	padding: 200px 60px 100px 60px;
}

/*------------------------------------*\
  PAGE
\*------------------------------------*/
.page {
    padding: 60px;
    position: relative;
    margin-top: 89px;
}

#product-list img {border-radius: 500px; margin-bottom: 10px; max-width: 80px;}
.tabs {margin-bottom: 80px !important;}
.tabs_divs > div {display: none;}
.tabs_divs div.active {display: block;}
.tabs > div {cursor: pointer;}
.tabs > div.active {background:black; color: white;}
.tabs > div.active h2 {color: white;}
.tabs > div:hover {background:#ccc;}
.tabs > div:hover h2 {color: black;}
.tabs_divs .prd.zeus.catalog-item.instock{padding: 30px 30px 10px 30px;}
.prd.zeus.catalog-item.instock{padding: 30px 30px 30px 30px; text-align: center; border: 1px solid #ececec; width: 25%;}
.prd.zeus.catalog-item.instock.nav{width: 33%; display: flex; align-items: center; justify-content: center;}
.thumbs.product-list.mob_one.tab_three.desc_five{display: flex; flex-wrap: wrap; margin-top: 40px;}
@media screen and (max-width: 1400px) {
	.prd.zeus.catalog-item.instock {width: 25%}
}


/*------------------------------------*\
  CURRENCY
\*------------------------------------*/

.currency-box {
    display: flex;
    justify-content: space-between;
    width: 110px;
}

.currency {
    background-color: rgba(26, 26, 26, 0.10000000149011612);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

    .currency__sign {
        transition: .3s;
    }

    .currency:hover {
        background-color: black;
        transition: .3s;

    }

    .currency:hover .currency__sign{
        opacity: 1;
        transition: .3s;

    }

    .currency:hover g{
        fill: white;
        transition: .3s;
    }

	.currency--active {
        background-color: #FFCA61;
        transition: .3s;
    }

    .currency--active:hover g{
        fill: black;
        transition: .3s;
    }

    .currency--active:hover {
        background-color: #FFCA61;
        transition: .3s;
        cursor: default;
    }



/*------------------------------------*\
  CURRENCY
\*------------------------------------*/

@media only screen and (min-width: 1920px) {
	.uk-container-small {
	    max-width: 1440px;
	    width: 100%;
	}
}

@media only screen and (max-width: 1920px) {
	.uk-container-small {
	    max-width: 60%;
	    min-width: 900px;
	}
}
@media only screen and (max-width: 1385px) {
	.btn-back {
    	left: -140px;
    }
}

@media screen and (max-width: 1300px) {
    .header__contacts, .arrow--footer, .footer__menu:nth-last-child(2), .tags, .checked {
        display: none;
    }

    .infogr__item {
        padding-right: 20px;
    }

    .infogr__name {
        font-size: 20px;
        line-height: 30px;
    }

    .posters {
        padding: 100px 60px 125px;
    }

    .productM {
        flex-basis: 45%;
    }

    .card--flex {
        flex-basis: 100%;
        height: 405px;
    }

    .brands__link {
        flex-basis: 45%;
    }

    .submenu__item {
        text-align: center;
        align-items: center;
    }

    .submenu__item:first-of-type {
        padding-left: 0;
    }

    .submenu__item:last-of-type {
        padding-right: 0;
    }

    .sort__item {
        margin-right: 20px;
    }

    .btn-back {
        left: 0px;
    	top: -95px;
    }

    .post__box {
    	margin-top: 60px;
    }
}

@media screen and (max-width: 1330px) {
    .header__contacts, .arrow--footer, .footer__menu:nth-last-child(2), .tags, .checked, .s-product-page .sidebar {
        display: none;
    }
    .menu {
		margin: 0 auto;
    }
}

@media screen and (min-width: 1540px) {
	.header__contacts {
		display: flex;
	}
	.header__tel {
		margin-right: 45px;
	}
}
