<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

*, ::after, ::before {
    min-height: 0;
    min-width: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body,button,input,select,textarea {
    font-family: Arial;
    font-size: 15px
}

body {
    min-width: 360px;
    background-color: #fff;
    color: #000;
}

main {
   overflow: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-variant-numeric: lining-nums;
    outline-color: rgba(33,64,123,.8)
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

body,button,input,ol,p,textarea,ul {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=search] {
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    display: none
}

a {
    text-decoration: none;
}

.upper {
    background: linear-gradient(90deg, #f6a407 0%, #E96400 100%);
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    z-index: 500;
}
.upper span {
    display: block;
    position: absolute;
    left: calc(50% - 5.5px);
    top: calc(50% - 3.5px);
    height: 7px;
    width: 11px;
}
.upper span svg {
    fill: #fff;
    height: 7px;
    width: 11px;
}


/*==============
    HEADER
==============*/

.header__top {
    height: 410px;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 44, 62, 0.8), rgba(0, 44, 62, 0.8)), url(../images/header.png);
    background-size: cover;
    background-position-x: 100%;
    padding: 35px 0 65px;
    color: #fff;
}

.header__fixed.header-not-main {
    display: block!important;
    position: unset;
}
.header__fixed.header-not-main.d-block {
    position: fixed;
}

.logo__icon {
    height: 27px;
    width: 100px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: flex;
    align-items: center;
}
.logo .logo_auth {
    font-family: 'MyriadProBold';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: white;
    padding-left: 20px
}

.header.always_fixed { margin-top: 115px; }

header.mobile .header__top .logo .logo_auth,
header.mobile .header__top .menu-list,
header.mobile .header__main_buttons_block,
.header__top.header__fixed .main,
.header__top .logo .logo_auth,
.header__top .header__main_buttons_block,
.header__top .menu-list {
    display: none;
}
.header__top.header__fixed .logo .logo_auth {
    display: block;
    padding-bottom: 3px;
}
header:not(.mobile) .header__top.header__fixed .header__main_buttons_block,
.header__top.header__fixed .menu-list { display: flex; }

.basket__lk__container {
    width: 124px;
    display: flex;
}
.basket__lk__container a{
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    margin-left: 10px;
    display: flex;
}
.basket__lk__container a.auth-link {
    display: none;
}
.basket__lk__container.short { width: auto; }

@media screen and (min-width: 1000px) {
    .basket__lk__container a.auth-link {
        display: inline-flex;
    }
}

.basket__lk__container,
.basket__block {
    /*display: none; */
}

.basket__lk__container &gt; a &gt; .basket__icon {
    height: 18px;
}

.basket__block {
    display: flex;
}

.basket__icon {
    height: 24px;
    width: 30px;
}

.basket__count {
    width: 20px;
    height: 20px;
    background: #e73a3a;
    border-radius: 5px;
    color: #fff;
    display: flex;
    margin-left: 4px;
}

.header__title {
    height: 50px;
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    margin-top: 72px;
}

.header_subtitle {
    height: 19px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-top: 20px;
}

.header__buttons_block {
    padding: 0px;
    gap: 30px;
    width: 460px;
    height: 50px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin-top: 72px;
    display: flex;
}

.btn {
    box-sizing: border-box;
    height: 50px;
    border-radius: 25px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #fff;
    min-width: 150px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.btn__border {
    border: 2px solid #fff;
    line-height: 46px;
}

.btn__color {
    background: linear-gradient(90deg, #f6a407 0%, #ea6501 100%);
    line-height: 50px;
}

.btn__large {
    min-width: 210px;
}

.header__buttons_block .btn__large:hover {
    background: linear-gradient(90deg, #f6a407 0%, #ea6501 100%);
    border: none;
    line-height: 50px;
}
.header__buttons_block .btn__color:hover {
    background: none;
    border: 2px solid #fff;
    line-height: 46px;
}

.header__fixed {
    height: 115px;
    padding: 25px 0;
    gap: 20px;
    background: #002c3e;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.header__main_buttons_block {
    display: flex;
    width: 460px;
}

.catalog__items__list {
    margin-bottom: 50px;
}

.catalog__item {
    padding: 30px 40px 30px 0px;
    border-bottom: 3px solid #E5E5E5;
}

.catalog__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.catalog__item__image {
    flex: 0 0 150px;
}

.catalog__item__desc {
    position: relative;
}

.catalog__item__info {
    margin-left: 10px;
}

.catalog__item__title {
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    min-height: 50px;
    margin-bottom: 5px;
}

.catalog__item__atricle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #E5E5E5;
}

.item__desc__more__btn {
    bottom: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    right: 0;
}

.catalog__item__bottom {
    margin-top: 25px;
}

.item__quantity__action {
    margin-right: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}

.item__quantity__action input {
    border: none;
    display: flex;
    width: 34px;
    text-align: center;
}

.citem__quantity__action span {
    cursor: pointer;
}

.item__price {
    font: 36px/43px 'MyriadProBold', Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    display: flex;
    align-items: center;
    color: #000000;
}

.basket__btn {
    width: 150px;
    height: 50px;
    display: flex;
    padding: 0 17px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.basket__btn .basket__icon {
    margin-right: 10px;
}

.pagination {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.pagination a:not(:last-child) {
    margin-right: 5px;
}

.pagination__arrow {
    width: 35px;
    height: 35px;
    background: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.pagination__page__number {
    width: 35px;
    height: 35px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.pagination__page__number.selected {
    border: 3px solid #e5e5e5;
}
/*==============
    MAIN
==============*/

main {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 136px);
}
@media screen and (max-width: 754px) {
    main {
        min-height: calc(100vh - 180px);
    }
}
@media screen and (max-width: 560px) {
    main {
        min-height: calc(100vh - 194px);
    }
    main {
        min-height: calc(100vh - 194px);
    }
}
@media screen and (max-width: 540px) {
    main {
        min-height: calc(100vh - 239px);
    }
}

.top-100 {
    margin-top: 100px;
}

.content {
    width: 100%;
    margin-top: 30px;
}

.title {
    margin: 0 0 30px 35px;
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/*==============
    CATALOG
==============*/
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog__menu {
    margin-right: 15px;
}

.catalog__search {
    width: 100%;
}

.catalog__search__form {
    margin-bottom: 0;
}

.search__field {
    position: relative;
    width: 100%;
}

.search__field input {
    width: 100%;
    border: none;
    padding: 16px 15px;
    height: 50px;
    background: linear-gradient(90deg, #f6a407 0%, #ed7818 100%);
    color: #fff;
}

.search__field input::placeholder {
    color: #fff;
}

.search__field span {
    position: absolute;
    top: 17px;
    right: 15px;
    cursor: pointer;
}

.close__icon {
    width: 15px;
    height: 15px;
}

.search__icon {
    width: 20px;
    height: 20px;
}

.search__button {
    min-width: 50px;
    height: 50px;
    background: #e96400;
    border: none;
    cursor: pointer;
}

.catalog__menu__sections {
    list-style: none;
    margin-right: 15px;
}

.catalog__menu__section {
    padding: 10px 12px 10px 20px;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 2px solid #e5e5e5;
}

.catalog__menu__section a {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 400;
    align-items: center;
    position: relative;
}

.catalog__menu__section span {
    margin-right: 10px;
}

.section__icon{
    margin-left: 10px;
    width: 8px;
    height: 12px;
    position: absolute;
    right: -3px;
}

.catalog__menu__section.selected span{
    color: #e96400;
}

.catalog__menu__section.selected svg{
    fill: #e96400;
}

.catalog__content_col {
    padding: 50px 0 70px;
}

.filter__section {
    margin: 0 0 25px 35px;
}

.catalog__filter__item {
    position: relative;
    margin-right: 20px
}

.catalog__filter__item__title {
    cursor: pointer;
}

.filter__icon {
    width: 12px;
    height: 8px;
    margin-left: 5px;
}

.catalog__filter__block form {
    align-items: center;
    display: flex;
}

.catalog__filter__item__list {
    display: none;
    position: relative;
    z-index: 100;
}

.catalog__filter__item_values {
    list-style: none;
    position: absolute;
    margin-top: 5px;
    padding: 6px 0px;
    min-width: 285px;
    left: -14px;
    background: #fefefe;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
}

.catalog__filter__item_value {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
    padding: 0 14px;
}

.catalog__filter__item_value.selected {
    background: #f6a208;
}

.catalog__filter__item_value:hover {
    background: #e1e1e1;
}

.catalog__filter__item.active .filter__icon {
    transform: rotate(180deg);
}

.catalog__filter__item.active .catalog__filter__item__list {
    display: flex;
}

.catalog__filter__item__slider {
    margin: 8px 6px 0px;
    border: none;
    box-shadow: unset;
    border-radius: 0;
    height: 4px;
}

/***noUI SLIDER ++ ***/

.noUi-horizontal .noUi-handle {
    width: 3px;
    height: 10px;
    top: -3px;
    right: 0;
    background: #a5a5a5;
    border: none;
}

.noUi-target {
    background: #e1e1e1;
}

.noUi-connect {
    background: #a5a5a5;
}

.noUi-handle:after, .noUi-handle:before{
  display: none;
}

.noUi-touch-area {
    cursor: pointer;
    background: linear-gradient(0deg, #EA6501, #EA6501), linear-gradient(0deg, #EA6501, #EA6501), #EA6501;
    border-radius: 1px;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 10px;
    top: -10px;
    left: 0;
    width: 100%;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
    top: 7px;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 10px;
    top: -10px;
    left: 0;
    width: 100%;
    position: absolute;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
    top: 7px;
    width: 1px;
}

.noUi-value-horizontal {
    top: -15px;
    font-size: 6px;
    line-height: 19px;
}

.noUi-marker-normal {
    display: none;
}

.noUi-value:first-child {
    left: 2px!important;
}

.noUi-value:last-child {
    left: calc(100% - 6px)!important;
}

.catalog__filter__item__slider__values {
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 19px;
}

.catalog__filter__item__slider__values span {
    font-weight: 700;
}
/***noUI SLIDER -- ***/

.small__search__button {
    padding: 3px 10px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;
    height: 35px;
}

.small__search__button span {
    font-size: 15px;
    line-height: 18px;
}

.small__search__icon {
    height: 15px;
    width: 15px;
}
/*===================
    SERVICE-LIST
===================*/
.service__items__list {
    margin-bottom: 50px;
}

.service__item {
    padding: 20px 35px;
    border-bottom: 3px solid #E5E5E5;
}

.service__item.active,
.service__item:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}

.service__item__title {
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}

.service__item__info {
    padding-bottom: 5px;
    border-bottom: 3px solid #E5E5E5;
    margin-bottom: 5px;
}

.service__item__contacts span{
    margin-bottom: 10px;
}

.service__item__contacts .phone {
    font-weight: 700;
}

.service__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    width: 170px;
    height: 50px;
    background: #fff;
    border: 2px solid #002C3E;
    border-radius: 25px;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.service__item:hover .service__btn {
    background: #002c3e;
    color: #fff;
}

/*===================
SERVICE-DETAIL
====================*/
.service__detail__page {
    margin: -20px 0 33px;
}

.service__info {
    margin-bottom: 30px;
}

.service__logo {
    flex: 0 0 100px;
    margin-right: 35px;
    height: 100px;
}

.service__service__photos {
    flex: 0 0 335px;
    margin-left: 35px;
}

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

.service__map__block {
    margin-bottom: 33px;
}

.service__title__address {
    border-bottom: 3px solid #E5E5E5;
    margin-bottom: 5px;
}

.service__title__address h2{
    font-family: 'MyriadProRegular';
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 5px;
}

.service__title__address span {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.service__phone__email {
    font-size: 14px;
    line-height: 10px;
    display: flex;
    flex-direction: column;
}

.service__phone__email .phone {
    font-weight: 700;
    margin: 20px 0;
}

.service__form__wrapper {
    background: #4CB3BA;
    padding: 40px 0;
}

.service__form__wrapper form{
    width: 610px;
}

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

.form__field input[type=text] {
    border: none;
    height: 40px;
}

.form__field label {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.form__field__row {
    margin-bottom: 20px;
}

.form__field__row label {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.form__field__row select {
    border: none;
    background: unset;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    padding: 0 14px;
    width: 165px;
}

.form__field textarea {
    height: 125px;
    resize: none;
    overflow: auto;
    border: none;
}

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

.label__file__hidden {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    background: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    padding: 1px;
}

.upload__icon__block {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label__file__hidden:hover .upload__icon__block {
    background: #002c3e;
}

.label__file__hidden:hover span {
    color: #808080;
}

.upload__icon__block svg {
    width: 18px;
    height: 15px;
}
.upload__icon__block svg path {
  fill: inherit;
}

use.check {
    fill: #010103;
}

.label__file__hidden:hover use.check {
    fill: #ffffff;
}

.label__file__hidden span {
    z-index: 1;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-right: 12px;
    margin-left: 5px;
}

.checkbox__container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

.checkbox__container:hover input ~ .custom__checkbox {
  background-color: #fff;
}

.checkbox__container input:checked ~ .custom__checkbox {
  background-color: #fff;
}

.custom__checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox__container input:checked ~ .custom__checkbox:after {
  display: block;
}

.checkbox__container .custom__checkbox:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form__button__block {
    margin-top: 40px;
}

.form__button {
    border: none;
    background: #002c2e;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    width: 215px;
    height: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/*==============
    BASKET
==============*/

.basket__table {
    margin-right: 40px;
}

.basket__table__row {
    border-bottom: 2px solid #E5E5E5;
    padding: 20px 0 10px;
}

.basket__row__img {
    width: 70px;
    margin-right: 5px;
}

.basket__row__desc {
    margin-right: 20px;
}

.basket__row__title {
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    min-height: 50px;
    margin-bottom: 5px;
    max-width: 450px;
}

.basket__row__article {
    font-size: 14px;
    line-height: 16px;
}

.basket__row__quantity {
    margin-right: 15px;
    margin-top: 11px;
}

.item__quantity__minus, .item__quantity__plus {
    flex: 0 0 8px;
    cursor: pointer;
}

.basket__row__price {
    margin-right: 40px;
    margin-top: 6px;
}

.basket__row__price .item__price {
    font-size: 26px;
    line-height: 31px;
}


.basket__row__remove {
    margin-top: 14px;
    cursor: pointer;
}

.remove__basket__icon {
    height: 18px;
    width: 14px;
}

.basket__total__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    gap: 20px;
    height: 260px;
    background: rgba(229, 229, 229, 0.5);
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 20px;
}

.basket__total__info__title {
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
}

.basket__total__info__price {
    font: 36px/43px 'MyriadProBold', Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    display: flex;
    align-items: center;
    color: #000000;
}

.basket__order__button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
}

.basket__clear__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 13px;
    gap: 10px;
    width: 100%;
    height: 50px;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #808080;
}
/*==============
    FOOTER
==============*/

.footer__inner {
    padding: 30px 115px;
    gap: 130px;
    height: 95px;
    background: #002c3e;
    color: #fff;
}

.footer .footer__inner .mobile-phone-block {
    display: none;
    font-size: 20px;
}

.social {
    margin-left: 28px;
}

.vk__icon {
    width: 32px;
    height: 20px;
}

.youtube__icon {
    width: 29px;
    height: 20px;
}

.telegram__icon {
    width: 24px;
    height: 20px;
}

.footer__copyright {
    padding: 12px 0;
    background: #F9F9F9;
    font-weight: 700;
    border: none;
}




@media screen and (max-width: 1235px) {
    .header__top,
    main {
        padding-left: 35px;
        padding-right: 35px;
    }
    .header__fixed {
        padding-left: 35px;
        padding-right: 35px;
    }
    .catalog__menu_col {
        min-width: 255px;
    }
    .catalog__content_col {
        margin-left: 0;
        margin-right: 0;
        width: calc(100% - 285px);
    }
    .catalog__content_col .filter__section {
        margin-left: 0;
    }
    .catalog__items__list .catalog__item {
        padding-right: 0;
    }
    .catalog__filter__block form {
        flex-wrap: wrap;
    }
    .filter__section {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1070px) {
    .item__desc__more__btn {
        position: unset;
    }
}

@media screen and (max-width: 880px) {
    .header__top .basket__lk__container { width: auto; }
    .footer__inner .logo { display: none; }
}

@media screen and (max-width: 800px) {
    .header__fixed .header__main_buttons_block {
        display: none;
    }
    .footer .footer__inner { height: auto; }
    .footer .footer__inner &gt; .container &gt; .row {
        gap: 25px;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .header__top {
        background-position-x: 50%;
        height: auto;
    }
    .header__title {
        font-size: 32px;
    }
    .header__title,
    .header_subtitle {
        height: auto;
        width: 100%;
    }
    .header__fixed { height: auto; }
    .header__top .header__main_buttons_block { display: none !important; }
    .catalog__item__image { flex: 0 0 20vw; }
    .catalog__item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .catalog__item__desc {
        font-size: 14px;
    }
    .catalog__menu_col {
        min-width: 30vw;
    }
    .catalog__content_col {
        width: calc(100% - 35vw);
    }
    .item__price{
        font: 25px/36px 'MyriadProBold', Arial;
    }
    .product-item-button-container .basket__btn {
        width: 100%;
        min-width: unset;
        border-radius: 0;
    }
    .product-item-button-container .basket__btn svg {
        display: none;
    }
    .product-item-amount {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .catalog__menu_col,
    .catalog__content_col {
        width: 100%;
    }
    .catalog__content_col:not(.active) {
        padding-top: 20px;
    }
    .catalog__filter__btn__send {
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .header__top {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 538px) {
    .footer .footer__inner .phone-block {
        display: none;
        width: 100%;
    }
    .footer .footer__inner .mobile-phone-block {
        display: block;
    }
}

@media screen and (max-width: 530px) {
    .header__title {
        font-size: 28px;
        margin-top: 50px;
    }
    .header__buttons_block {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        margin-top: 60px;
        width: 100%;
    }
    .header__buttons_block &gt; a {
        min-width: 230px;
    }
}

@media screen and (max-width: 450px) {
    .header__top {
        background-position-x: 60%;
    }
    .header__top .btn {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }
    .header__top .header__buttons_block .btn__border:hover {
        line-height: 54px !important;
    }
}

@media screen and (max-width: 400px) {
    .footer__inner {
        padding: 30px 65px;
    }
}
@media screen and (min-width: 768px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }

}
</pre></body></html>