@charset "UTF-8";
/* ==========================================================================
   Header styles
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

header {
    width: 100%;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
}

header > .wrapper {
    display: -ms-flexbox;
    display: flex;
}

header > .wrapper::before,
header > .wrapper::after {
    display: none;
}

header + .wrapper {
    margin-top: 57px;
}

header a {
    color: #fff;
    text-decoration: none;
}

header .logo {
    font-size: 30px;
    display: inline-block;
    float: left;
    margin: 3px 0 0 30px;
    transition: color 0.25s ease-out;
}

header .logo:hover,
header .logo span {
    color: #e60913;
}

header nav {
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-left: auto;
    margin-right: 18px;
}

header nav .menu-icon {
    display: none;
    white-space: nowrap;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

header nav ul li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin: 6px 0 5px;
}

header nav ul li.menu-naw-desk-hide {
    display: none;
}

header nav ul li a {
    display: block;
    padding: 1px 13px 2px;
    transition: color 0.25s ease-out;
    white-space: nowrap;
}

header nav ul li:hover > a,
header nav ul li.active > a {
    color: #e60913;
}

header nav ul li:hover ul,
header nav ul li:focus ul {
    max-height: 245px;
}

.drop-menu__panel {
    position: absolute;
    padding: 0 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-max-content;
    height: max-content;
    background-color: #35363C;
    max-height: 0;
    margin-top: 4px;
    top: 100%;
    left: -10px;
    width: 120px;
    overflow: hidden;
    transition: max-height 1s;
}

header nav ul li ul li {
    font-size: 20px;
}

header nav ul li ul li:last-child {
    margin-bottom: 10px;
}

header nav ul li ul:hover {
    max-height: 245px;
}

header nav ul .search {
    display: none;
}

header .basket {
    margin: 6px 13px 5px;
    font-size: 24px;
}

header .basket a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 13px 2px;
    border-radius: 5px;
    color: #fff;
}

header .basket a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.15s ease-out;
}

header .basket a:hover {
    color: #fff;
}

.button {
    background: #b80808;
    background: #e60313 linear-gradient(to bottom, #e01111 0%, #e60313 50%, #b80808 100%);
    box-shadow: 0px 0px 5px 0px #790404;
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

.button:hover {
    background: #464646;
    background: #707070 linear-gradient(to bottom, #524F4F 0%, #707070 50%, #464646 100%);
    box-shadow: 0px 0px 5px 0px #070707;
}

.orderPhoneTopBtn {
    display: none;
}

.show-address-info-header-block {
    position: relative;
    display: inline-block;
}

.show-address-info-btn {
    border: none;
    padding: 2px;
    margin: 10px 0 0 6px;
    background: none;
}

.show-address-info-popup {
    border-radius: 4px;
    background-color: #444343;
    color: #fff;
    padding: 12px 16px 16px;
    max-width: 471px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: -216px;
    top: 56px;
    display: none;
    width: calc(100vw - 44px);
}

.show-address-info-popup::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #444343 transparent;
    top: -17px;
    left: 50%;
    margin-left: -13px;
}

.show-address-info-popup img {
    max-width: 100%;
}

.show-address-info-val {
    margin-bottom: 12px;
}

.show-address-info-title {
    font-size: 18px;
    margin: 0;
}

.show-address-info-text {
    font-size: 16px;
    margin: 0;
}

.show-address-info-text-enter {
    color: #939393;
    margin-right: 4px;
}

.show-address-info-link {
    text-decoration: underline;
    border: none;
    padding: 0;
    color: #fff;
    background: none;
    font-family: "PT Sans Narrow", sans-serif;
}

.show-address-info-link:hover {
    text-decoration: none;
}

#show-map-popup.modal-container.open .popup-content,
#show-map-popup.modal-container.close .popup-content {
    margin: 30px auto !important;
    max-width: none;
    width: 90%;
    border-radius: 4px;
    padding: 0;
    height: calc(100% - 60px);
    box-sizing: border-box;
}

#show-map-popup.modal-container .close-modal {
    top: -20px;
    right: -20px;
}

#show-map-popup.modal-container .close-modal:hover svg path {
    stroke: #e60313;
}

#show-map-popup.modal-container .close-modal svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
}

#show-map-popup.modal-container .close-modal svg path {
    stroke: #333;
    transition: stroke 0.2s ease-out;
}

.show-address-info-close-modal {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
}

.show-address-info-close-modal:hover svg path {
    stroke: #e60313;
}

.show-address-info-close-modal svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
}

.show-address-info-close-modal svg path {
    transition: stroke 0.2s ease-out;
}

.operator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
}

.operator.operator-a1 img {
    width: 18px;
}

.form-filter-header-xs {
    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(83.67deg, #3398CC 3.97%, #1B7EB0 19.9%, #1296C0 74.2%, #1D6286 100.44%);
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.form-filter-header-xs.open {
    display: block;
    padding: 12px;
    margin: 10px 0;
    overflow: auto;
    opacity: 1;
}

@starting-style {
    .form-filter-header-xs.open {
        opacity: 0;
    }
}

.form-filter-header-xs .form-filter__close {
    color: #ffffff;
}

.form-filter-header-xs .form-filter__bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}

.search-icon-xs {
    padding: 5px;
    background-image: url(../img/icons/code.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1040px) {
    header nav ul li a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (max-width: 1023px) {
    header nav ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 960px) {
    header nav ul li {
        font-size: 17px;
    }
}

@media screen and (max-width: 900px) {
    header nav ul li {
        font-size: 16px;
    }

    header nav ul li a {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media screen and (max-width: 860px) {
    header nav ul li {
        font-size: 15px;
    }
}

@media screen and (max-width: 840px) {
    header nav ul li {
        font-size: 24px;
    }

    header nav ul li a {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media screen and (max-width: 590px) {
    .show-address-info-header-block {
        position: static;
    }

    .show-address-info-popup {
        max-width: 530px;
        left: 0;
        right: 0;
        width: auto;
    }

    .show-address-info-popup::before {
        left: 309px;
    }
}

@media screen and (max-width: 479px) {
    .show-address-info-header-block {
        position: static;
    }

    .show-address-info-popup {
        width: 100%;
        left: 0;
        top: 60px;
    }

    .show-address-info-popup::before {
        left: 188px;
    }

    #show-map-popup.modal-container .close-modal {
        right: 0;
    }

    .show-address-info-btn {
        padding: 4px 2px;
    }
}

.header-time-work-block {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 11px;
    color: #939393;
    float: left;
    margin: 15px 0 9px 10px;
    line-height: 10px;
}

.header-time-work-info-popup {
    display: none;
}

.header-time-work-row1-text {
    white-space: nowrap;
}

.header-time-work-row1-text .fa {
    margin-right: 6px;
}

.header-time-work-row1 {
    position: relative;
}

.header-time-work-info-icon {
    background: url("../img/header-time-work-info.png") no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    margin-top: -4px;
    cursor: pointer;
}

.header-time-work-info-icon:hover + .header-time-work-info-popup {
    display: block;
    position: absolute;
    left: 100%;
    top: 100%;
    background-color: #bd0400;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 6px 12px;
    line-height: 18px;
    text-align: center;
    margin: 2px 0 0 -14px;
    z-index: 10;
    font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
}

.header-time-work-info-icon:hover + .header-time-work-info-popup:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 14px;
    border-style: solid;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #bd0400 transparent;
}

.header-time-work-info-icon:hover + .header-time-work-info-popup span {
    white-space: nowrap;
}

.header-time-work-row2 {
    font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
}

.header-time-work-row2-text {
    white-space: nowrap;
}

.top-header-info-block {
    height: 42px;
    text-align: center;
    border-bottom: 2px solid #626262;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #333;
}

.top-header-info-block .top-header-info-block-bg {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 42px;
    background-position: 50% 50%;
}

.top-header-info-block .top-header-info-block-text {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    height: 42px;
}

.top-header-info-block .top-header-info-block-text-item {
    display: table-cell;
    width: 100%;
    text-shadow: 0 0 13px rgba(44, 44, 44, 0.93);
    color: white;
    vertical-align: middle;
    padding: 0 10px;
}

.top-header-info-block p {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.top-header-info-block + header {
    top: 44px;
}

.top-header-info-block + header + .wrapper {
    margin-top: 101px;
}

.top-header-info-block ~ .main-container {
    margin-top: 91px;
}

#goTop {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #353535;
    text-align: center;
    cursor: pointer;
    display: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    opacity: 0.7;
    outline: 0;
    z-index: 9999;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}

#goTop .fa {
    font-size: 16px;
}

#goTop:hover {
    opacity: 1 !important;
}

/* ==========================================================================
   600px styles
   ========================================================================== */
@media screen and (max-width: 600px) {
    .more-item h3,
  .more-item .more-item-text {
        font-size: 15px;
        line-height: 16px;
    }

    .main-article-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 40px;
        float: none;
    }

    .main-article-item:nth-child(2n) {
        margin: 0 auto 40px;
    }

    .main-article-block-card .main-article-cont .main-article-item .main-article-text {
        height: auto;
    }

    .header-time-work-info-icon:hover + .header-time-work-info-popup {
        left: auto;
        margin: 10px -10px 0 0;
    }

    .header-time-work-info-icon:hover + .header-time-work-info-popup:before {
        right: 14px;
        left: auto;
    }

    .top-header-info-block p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 479px) {
    header,
  footer {
        min-width: 320px;
        max-width: 100vw;
    }
}

.header {
    position: relative;
    background: #35363C;
    padding: 0;
}

.header__top-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 7px 10px 7px;
}

.header__contacts {
    display: none;
}

.header__top-btns {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.header__user, .header__bascet,
.header .burger {
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.34px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__bascet {
    position: relative;
}

.header__contacts-mobile {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4) inset;
    padding: 10px;
    margin-top: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__nav {
    display: none;
    width: 312px;
    margin: 0;
    margin-left: auto;
}

.header__nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
}

.header__nav > ul > li {
    width: 30%;
    margin: 0;
}

.header__nav > ul > li > a {
    padding: 0;
    font-family: Noto Sans;
    font-size: 15px;
    font-weight: 300;
    line-height: 20.43px;
    letter-spacing: 0.5px;
    text-align: center;
}

.header__nav > ul > li > a svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.3s;
    stroke: #fff;
}

.header__nav > ul > li:hover a svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    stroke: #E20A14;
}

.header__nav ul li ul {
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.header__nav ul li ul li:first-child {
    padding-top: 13px;
}

.header__nav ul li ul li:last-child {
    padding-bottom: 13px;
}

.header__nav ul li ul li {
    margin: 0;
}

.header__nav ul li ul li a {
    white-space: wrap;
    font-family: Noto Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    padding: 0;
}

header nav ul li ul {
    width: 110px;
    z-index: 3;
}

header nav ul li:hover ul {
    max-height: 100vh;
}

.bascet-counter {
    position: absolute;
    top: 0;
    right: 9px;
    width: 14px;
    height: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #29C5FF;
    font-size: 8.79px;
    font-weight: 700;
    line-height: 10.63px;
    text-align: center;
    color: #333333;
}

.burger__lines {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    width: 23px;
    margin: 0 auto;
}

.burger__lines div {
    width: 100%;
    height: 2px;
    background: #fff;
}

.header .header-time-work-info-icon {
    background: url(../../img/icons/info.svg) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    margin-top: 2px;
    cursor: pointer;
}

.header-time-work-info-icon:hover + .header-time-work-info-popup:before {
    right: 59%;
    left: auto;
    margin-right: 5px;
}

.header-time-work-row2 {
    display: none;
}

.header-time-work-block {
    font-family: PT Sans Narrow;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff;
    bottom: 5px;
    position: absolute;
    margin: 0;
}

.header-time-work-row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-time-work-row1-text .fa {
    font-weight: 400;
}

.show-address-info-popup::before {
    left: 149px;
}

.show-address-info-btn {
    margin: 1px 0 0 2px;
    padding: 4px 2px;
}

header .logo {
    font-family: PT Sans Narrow;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.06px;
    margin: 0;
    margin-top: -5px;
}

.contacts-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.contacts-btn span {
    font-family: PT Sans Narrow;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.7px;
    text-align: left;
    background-color: #2AA5A0;
    background-image: linear-gradient(269.02deg, #3398CC 15.44%, #EF3636 106.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feedbackBtn {
    display: -ms-flexbox;
    display: flex;
    height: -webkit-min-content;
    height: min-content;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
    font-family: PT Sans Narrow;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 10px;
    background: #3D3F45;
    position: relative;
}

.feedbackBtn span {
    display: none;
}

.feedbackBtn::before {
    content: "";
    background: linear-gradient(269.02deg, #3398CC 15.44%, #EF3636 106.97%);
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    border-radius: 12px;
}

.show-address-info-popup {
    z-index: 2;
}

.networks-wrap {
    display: none;
}

.networks-wrap span {
    display: none;
}

.header-time-work-row1-text .fa-clock-o {
    display: inline-block;
}

.header__top-network {
    display: none;
}

.header__filter {
    background: #2E92C6;
    box-shadow: 0px 0px 10px 0px rgba(46, 46, 49, 0.5019607843) inset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 13px;
    position: relative;
    z-index: 0;
}

.header__filter-search {
    z-index: 2;
}

.header__filter-search-btn {
    font-family: PT Sans Narrow;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

.header__filter-search-btn svg {
    fill: #fff;
    transition: 0.3s;
}

.form-drop-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -10;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
}

.form-filter {
    border-radius: 5px;
    background: linear-gradient(83.67deg, #3398CC 3.97%, #1B7EB0 19.9%, #1296C0 74.2%, #1D6286 100.44%);
    position: relative;
}

.form-filter__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    font-family: PT Sans Narrow;
    font-size: 23px;
    font-weight: 400;
    line-height: 29.76px;
    text-transform: uppercase;
}

.form-filter__title img {
    width: auto;
    height: 19px;
}

.form-filter__bottom {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-filter__bottom button[type=button] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.form-filter input {
    background: linear-gradient(358.1deg, #3C3E45 -105.67%, #3A3D43 98.4%);
    border: none;
    color: #fff;
    width: 96%;
    font-family: PT Sans Narrow;
    font-size: 22px;
    font-weight: 400;
    line-height: 28.47px;
    border-radius: 10px;
    padding: 7px 10px;
}

.form-filter input::-webkit-input-placeholder {
    color: #fff;
}

.form-filter input:-ms-input-placeholder {
    color: #fff;
}

.form-filter input::-ms-input-placeholder {
    color: #fff;
}

.form-filter input::placeholder {
    color: #fff;
}

.form-filter__select-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.header__filter-search.open .header__filter-search-btn {
    color: #3B3E44;
}

.header__filter-search.open .header__filter-search-btn svg {
    fill: #3B3E44;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header__filter-search.open .form-drop-panel {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header__filter-search-btn.open {
    color: #3B3E44;
}

.header__filter-search-btn.open svg {
    fill: #3B3E44;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.form-filter__select {
    background-color: #3C3E45;
    border: none;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    font-family: PT Sans Narrow;
    font-size: 22px;
    font-weight: 400;
    line-height: 28.47px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
}

.form-filter__select option {
    background-color: #fff;
    color: #333333;
    width: 100%;
}

.btns-search .btn-red svg {
    display: none;
}

.form-filter__signature {
    display: none;
    -ms-flex: none;
    flex: none;
}

.form-filter__signature p {
    margin: 0;
}

.form-filter__signature span {
    display: none;
}

.form-filter__signature img {
    display: none;
}

.header__filter-desc {
    display: none;
}

.search .btn-red img {
    display: none;
}

.header__bottom {
    display: none;
}

.menu-category {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.menu-category__wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    row-gap: 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 14px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}

.menu-category__el {
    width: 100%;
    max-width: 231px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1490196078);
    padding: 3px;
    max-height: 77px;
    border-radius: 5px;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
    text-decoration: none;
}

.menu-category__el img {
    width: auto;
    height: 60px;
}

.menu-category__el P {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.94px;
    text-align: left;
    color: #000000;
}

.menu,
.menu-network {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
}

.menu.active,
.menu-network.active {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

.menu.active .menu__content,
.menu-network.active .menu-network__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s;
}

.menu__content {
    background: #35363B;
    position: relative;
    height: 100vh;
    overflow-y: auto;
    padding: 85px 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

.menu__close {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.menu__close::before, .menu__close::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 2px;
    top: 50%;
    left: 0;
    background: #fff;
}

.menu__close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.menu__close::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__list > li {
    padding: 23px 10px 20px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu__list > li a {
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

.menu__list > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu__drop > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.menu__drop ul {
    padding-left: 30px;
    padding-right: 60px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    margin-top: 45px;
}

.menu__drop ul a {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #fff;
}

.btns-filter img {
    display: none;
}

.menu-network__content {
    background: #35363B;
    position: relative;
    height: 100vh;
    overflow-y: auto;
    padding: 69px 10px 69px 10px;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.menu-network__content .contacts-btn {
    margin-bottom: 33px;
}

.menu-network__content .contacts-btn img {
    width: 28px;
    height: 28px;
}

.menu-network__content .contacts-btn span {
    font-size: 38px;
    font-weight: 700;
    line-height: 49.17px;
    text-align: left;
}

.menu-network__content .menu-network__phone {
    font-family: PT Sans Narrow;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.048em;
    text-align: left;
    position: relative;
    display: block;
    padding-left: 35px;
}

.menu-network__content .menu-network__phone::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50%;
    background-repeat: no-repeat;
}

.menu-network__content .menu-network__phone-life {
    margin-bottom: 11px;
}

.menu-network__content .menu-network__phone-life::before {
    background-image: url("../../build/img/icons/network/life.svg");
    width: 29px;
    height: 17px;
}

.menu-network__content .menu-network__chat {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 24.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 42px;
}

.menu-network__content .networks-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.menu-network__content .networks-wrap a {
    width: 33px;
    height: 33px;
}

.menu-network__content .menu-network__phone-mtc {
    margin-bottom: 42px;
}

.menu-network__content .menu-network__phone-mtc::before {
    background-image: url("../../build/img/icons/network/mtc.svg");
    width: 29px;
    height: 17px;
}

.menu-network__content .menu-network__phone-a1 {
    margin-bottom: 51px;
}

.menu-network__content .menu-network__phone-a1::before {
    background-image: url("../../build/img/icons/network/a1.png");
    width: 25px;
    height: 26px;
}

.menu-network__content .header-time-work-block {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.menu-network__content .header-time-work-row1 {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 52px;
}

.menu-network__content .header-time-wrap {
    margin-left: 12px;
}

.menu-network__content .header-time-work-row2 {
    display: block;
    margin: 0;
    color: #fff;
}

.menu-network__content .feedbackBtn-decstop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-family: PT Sans Narrow;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    max-width: 323px;
    padding: 16px 10px;
}

.menu__close-el {
    display: none;
}

.header-time-work-row2-text span {
    display: none;
}

.menu__list-title {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
    margin-bottom: 16px;
    padding-left: 60px;
}

.box-logo {
    margin-top: -2px;
}

.menu-network .header-time-work-block {
    margin-top: 50px;
    font-family: PT Sans Narrow;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.menu-network .header-time-work-block .header-time-work-row1-text {
    font-size: 24px;
}

@media (min-width: 430px) {
    .menu-network .header-time-work-block {
        margin-top: 0;
    }
}

.menu-network .header-time-work-row1 {
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-network .header-time-work-info-popup {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-network .header-time-work-info-icon {
    width: 20px;
    height: 20px;
}

@media (min-width: 360px) {
    header .logo {
        font-size: 28px;
        line-height: 36.23px;
    }

    .header-time-work-block {
        font-size: 12px;
        line-height: 20px;
        bottom: -1px;
    }

    .show-address-info-btn {
        margin-top: 3px;
    }

    .show-address-info-btn img {
        width: 17px;
        height: 19px;
    }

    .show-address-info-popup::before {
        left: 172px;
    }

    .header__user,
  .header__bascet,
  .header .burger {
        font-size: 12px;
    }

    .header__user img,
  .header__bascet img,
  .header .burger img {
        width: auto;
        height: 25px;
    }

    .burger__lines {
        width: 32px;
        gap: 8px;
    }

    .bascet-counter {
        top: -4px;
        right: 2px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .contacts-btn {
        font-size: 20px;
    }

    .contacts-btn img {
        width: 15px;
        height: 15px;
    }

    .feedbackBtn {
        font-size: 16px;
        line-height: 17px;
        padding: 3px 15px;
        gap: 6px;
    }

    .feedbackBtn img {
        width: 30px;
        height: 30px;
        margin: -4px;
    }

    .header__filter-search-btn {
        font-size: 20px;
    }
}

@media (min-width: 430px) {
    .header-time-work-row1 {
        margin-top: 0;
    }

    .header__top-btns {
        gap: 13px;
    }

    .header-time-work-block {
        bottom: 5px;
    }

    .header-time-work-row1-text {
        font-size: 14px;
    }

    .networks-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 7px;
    }

    .networks-wrap a {
        display: block;
        width: 18px;
        height: 18px;
    }

    .networks-wrap a img {
        width: 100%;
        height: 100%;
    }

    .contacts-btn span {
        font-size: 20px;
        line-height: 25px;
    }

    .header-time-work-info-icon:hover + .header-time-work-info-popup {
        left: auto;
        top: calc(100% + 10px);
    }

    .header-time-work-info-icon:hover + .header-time-work-info-popup:before {
        left: 41%;
    }
}

@media (min-width: 768px) {
    .header__top-nav {
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 11px;
    }

    .header__contacts-mobile {
        display: none;
    }

    .box-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        gap: 2px;
        margin-right: 25px;
        margin-top: -2px;
    }

    header .logo {
        font-size: 30px;
        line-height: 38.82px;
    }

    .header-time-work-block {
        position: relative;
        top: 0;
        bottom: 0;
        margin-right: 25px;
    }

    .header-time-work-row2 {
        display: block;
    }

    .feedbackBtn {
        font-size: 16px;
        padding: 0 11px;
        gap: 3px;
        color: rgba(255, 255, 255, 0.768627451);
    }

    .show-address-img-mobile {
        display: none !important;
    }

    .header-time-work-row1-text .fa-clock-o {
        display: none;
    }

    .header__top-nav {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__top-network {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 216px;
        gap: 5px;
        row-gap: 3px;
        font-family: PT Sans Narrow;
        font-size: 18px;
        font-weight: 400;
        line-height: 23.29px;
        margin: 0 auto;
    }

    .header__top-network > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__top-network > a span {
        display: none;
    }

    .header__top-network > a img {
        width: auto;
        height: 17px;
    }

    .header__top-network-tel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }

    .networks-wrap span {
        display: block;
    }

    .show-address-info-btn {
        margin-top: -3px;
        margin-right: 5px;
    }

    .show-address-info-btn img {
        width: 30px;
        height: 30px;
    }

    .show-address-info-popup::before {
        left: 229px;
    }

    .burger__lines {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .burger__lines div:nth-child(2) {
        width: 19px;
    }

    .header .header-time-work-info-icon {
        width: 15px;
        height: 15px;
        margin: 1px 0 0 6px;
    }

    .header-time-work-block,
  .header-time-work-row1-text {
        font-size: 17px;
        font-weight: 400;
        line-height: 20px;
    }

    .header__filter {
        box-shadow: 0px 0px 10px 0px rgba(46, 46, 49, 0.5019607843) inset;
        background: #3E4046;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
    }

    .header__filter-search-btn {
        display: none;
    }

    .form-drop-panel {
        position: relative;
        top: 0;
        opacity: 1;
        z-index: 0;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .form-filter__bottom button[type=button] {
        display: none;
    }

    .form-filter input {
        width: 100%;
        padding: 6px 10px;
    }

    .btns-search {
        position: absolute;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
    }

    .btns-search .btn-red {
        background-image: url(../img/icons/code.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 0;
        box-shadow: 0 0 0 0;
    }

    .btns-search .btn-red span {
        display: none;
    }

    .btns-search .btn-red svg {
        display: block;
    }

    .form-filter__title {
        display: none;
    }

    .search {
        min-width: 199px;
    }

    .search .form-drop-panel {
        padding: 0;
    }

    .search .form-filter {
        padding: 2px 58px 2px 2px;
        border-radius: 10px;
        background: linear-gradient(269.17deg, #3398CC 0.84%, #EF3636 108.89%);
    }

    .search .form-filter input {
        font-size: 17px;
    }

    .search .form-filter input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.768627451);
    }

    .search .form-filter input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.768627451);
    }

    .search .form-filter input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.768627451);
    }

    .search .form-filter input::placeholder {
        color: rgba(255, 255, 255, 0.768627451);
    }

    .search .btn-red {
        padding: 5px;
    }

    .filter {
        width: 100%;
    }

    .filter .form-drop-panel {
        padding: 0;
    }

    .filter .form-filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 10px;
        border-radius: 10px;
        gap: 10px;
    }

    .filter .form-filter__select-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }

    .filter .form-filter__select-wrap select {
        width: auto;
        font-weight: 300;
        padding: 7px 26px 7px 10px;
        font-size: 17px;
        line-height: 22px;
    }

    .filter .form-filter__bottom {
        margin: 0;
    }

    .filter .btn-red {
        padding: 6px 18px;
        font-size: 16px;
    }

    .search .btn-red img {
        display: block;
    }

    .header__bottom {
        position: relative;
        background: #484A50;
        padding: 11px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

    .header__bottom-nav {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        width: 90%;
        height: 20px;
    }

    .header__bottom-nav a {
        color: rgba(255, 255, 255, 0.768627451);
        font-family: PT Sans Narrow;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        white-space: nowrap;
    }

    .header__bottom-nav a:hover {
        color: #fff;
    }

    .header__bottom-btn {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 0;
        padding: 0 25px;
        width: auto;
        background-color: #484A50;
        -ms-flex: none;
        flex: none;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        font-family: "Noto Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 21.79px;
        text-align: left;
        margin-left: 24px;
    }

    .header__bottom-btn.open svg {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .header__bottom-btn svg {
        transition: all 0.3s;
    }

    .header__bottom-btn span {
        background-color: #2AA5A0;
        background-image: linear-gradient(90deg, #E3535D, #2AA5A0);
        background: linear-gradient(267.18deg, #900808 0.12%, #DC3D47 27.09%, #FF2532 57.92%, #CF1924 96.34%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menu-category {
        display: block;
    }
}

@media (min-width: 800px) {
    .filter .form-filter__select-wrap select {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .form-filter__signature {
        display: block;
        font-family: PT Sans Narrow;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.8px;
        text-align: left;
        margin-right: 0;
    }

    .header__filter {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .search {
        min-width: 231px;
    }

    .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: rgba(0, 0, 0, 0.5019607843);
    }

    .menu__content {
        overflow-y: visible;
    }

    .menu__close {
        right: auto;
        left: -44px;
        top: 74px;
        background: #35363B;
        width: 45px;
        height: 45px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 0;
    }

    .menu__close::after {
        display: none;
    }

    .menu__close::before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: transparent;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .menu__close-el {
        display: block;
        position: relative;
        z-index: 0;
    }

    .form-filter__select {
        cursor: pointer;
        background-position: right 18px center;
    }
}

@media (min-width: 1440px) {
    .header__filter {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .header__top-nav {
        padding: 8px 16px 7px;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__top-btns {
        gap: 30px;
    }

    .box-logo {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 83px;
        margin-right: 0;
    }

    header .logo {
        font-size: 32.77px;
        line-height: 42.4px;
    }

    .header__top-network-tel {
        display: none;
    }

    .header__top-network {
        width: 352px;
        font-size: 16px;
        gap: 15px;
        row-gap: 5px;
    }

    .header__top-network > a {
        width: auto;
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
        text-align: left;
    }

    .header__top-network > a span {
        display: inline-block;
    }

    .header__top-network > a img {
        width: 30px;
        height: auto;
        margin-right: 2px;
    }

    .networks-wrap span {
        display: none;
    }

    .header-time-work-block,
  .header-time-work-row1 {
        font-size: 18px;
    }

    .feedbackBtn {
        font-size: 17px;
        padding: 0 24px;
    }

    .feedbackBtn img {
        margin: 0;
    }

    .header__filter-desc {
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        width: 20%;
        font-family: Noto Sans;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.768627451);
        margin-left: 21px;
    }

    .form-filter__signature span {
        display: inline;
    }

    .filter .form-filter {
        padding: 7px 21px;
    }

    .search {
        min-width: 227px;
        margin-right: 15px;
    }

    .search .form-filter input {
        width: 97%;
    }

    .menu-category__wrap {
        gap: 40px;
        row-gap: 7px;
        padding: 14px 63px;
    }

    .header-time-work-row2-text span {
        display: inline;
    }

    .show-address-info-btn {
        margin-top: 0;
    }

    .show-address-info-popup {
        top: 52px;
    }
}

@media (min-width: 1556px) {
    .menu-category__wrap {
        width: 100%;
        max-width: 1556px;
        padding: 14px 35px;
        gap: 20px;
        margin: 0 auto;
    }
}

@media (min-width: 1920px) {
    .header__top-nav {
        padding: 12px 30px 11px;
    }

    .header .burger {
        display: none;
    }

    .box-logo {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: 43px;
        margin-right: 54px;
        gap: 58px;
    }

    .box-logo .logo {
        font-size: 40px;
    }

    .header__nav {
        display: block;
        width: 325px;
    }

    .form-filter__signature {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-filter__signature img {
        display: block;
        margin-right: 13px;
    }

    .networks-wrap span {
        display: block;
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
        text-align: left;
    }

    .header__top-network {
        -ms-flex-order: 1;
        order: 1;
        width: 380px;
        margin-left: 0;
        gap: 16px;
        row-gap: 2px;
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
        text-align: left;
    }

    .show-address-info-header-block {
        -ms-flex-order: 3;
        order: 3;
    }

    .header-time-work-block {
        -ms-flex-order: 4;
        order: 4;
    }

    .header__nav {
        -ms-flex-order: 5;
        order: 5;
    }

    .header__top-btns {
        -ms-flex-order: 6;
        order: 6;
    }

    .feedbackBtn {
        font-size: 21px;
    }

    .feedbackBtn span {
        display: inline;
    }

    .header__filter {
        padding: 7px 35px 5px 35px;
    }

    .header__top-network-chat {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
    }

    .header__bottom {
        padding: 10px 36px 9px 36px;
    }

    .btns-filter .btn-red {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 7px;
    }

    .btns-filter img {
        display: block;
        width: 15px;
        height: 19px;
        margin-top: -2px;
    }

    .feedbackBtn {
        padding: 3px 36px;
    }

    .filter {
        width: 74%;
    }

    .search {
        width: 316px;
        -ms-flex: none;
        flex: none;
    }

    .search .form-filter input {
        padding: 3px 10px;
        width: 248px;
    }

    .header__filter-desc {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .feedbackBtn-decstop {
        display: none;
    }

    .show-address-img-desktop {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .form-filter input {
        padding: 3px 10px;
    }

    .header__filter {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 430px) {
    .header-time-work-row1 {
        font-size: 14px;
        gap: 5px;
    }

    .contacts-btn span {
        font-size: 20px;
    }

    .contacts-btn img {
        width: 16px;
        height: 20px;
    }

    .header__filter {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .header__top-nav {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media (max-width: 360px) {
    .contacts-btn span {
        font-size: 16px;
    }
}
/* ==========================================================================
   Footer styles
   ========================================================================== */
footer {
    width: 100%;
    background: #333;
    color: #fff;
}

footer .menu_copy {
    margin: 0 340px 12px 30px;
}

footer .menu_copy ul {
    list-style: none;
    margin: 0 0 26px 0;
    padding: 0;
    font-size: 0;
}

footer .menu_copy ul li {
    display: inline-block;
    font-size: 20px;
}

footer .menu_copy ul li a {
    color: #fff;
    display: block;
    padding: 0 9px;
    text-decoration: none;
    line-height: 34px;
}

footer .menu_copy ul li:hover a,
footer .menu_copy ul li.active a {
    text-decoration: underline;
}

footer .copyright {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 12px;
    margin: 0 0 0 9px;
}

footer .copyright a {
    color: #fff;
}

footer .footer-phone-block {
    margin: 0 30px 0 0;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    float: right;
    width: 288px;
}

footer .footer-phone-block .footer-phone {
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    padding-left: 40px;
}

footer .footer-phone-block .footer-phone a {
    text-decoration: none;
    color: #fff;
}

footer .footer-phone-block .footer-phone:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/phone-icon.png?v2") no-repeat;
    background-size: cover;
    margin: 5px 0 5px;
    vertical-align: top;
    position: absolute;
    left: 0;
}

footer .footer-phone-block .mtsPhone:before {
    background-position: -19px 0;
}

footer .footer-phone-block .viberPhone:before {
    background-position: -38px 0;
}

footer .footer-phone-block .cityPhone:before {
    background-position: -57px 0;
}

footer .footer-phone-block .lifePhone:before {
    background-position: -76px 0;
    width: 33px;
}

footer .footer-phone-block > a {
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin: 8px 0;
    white-space: nowrap;
}

footer .footer-phone-block > a.footer-letter {
    color: #e60913;
}

.orderPhone {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 30px;
    background: #7abada;
    margin-bottom: 2px;
    letter-spacing: -1px;
    line-height: 45px;
}

.orderPhone::selection {
    background: #fff;
}

.orderPhone::-moz-selection {
    background: #fff;
}

.orderPhone:before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("../img/phone_logo.png");
    margin: 5px;
    vertical-align: top;
}

.velcomPhone:before {
    background-position: 0 0;
}

.mtsPhone:before {
    background-position: -35px 0;
}

.fancybox-overlay {
    z-index: 18010;
}

.footer-map-delivery-link {
    font-size: 15px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #fff;
    margin: -10px 0 20px 9px;
}

.footer-map-delivery-link::before {
    content: "";
    width: 28px;
    height: 34px;
    position: absolute;
    left: 0;
    top: -10px;
    background: url("../img/map-marker-y.png") no-repeat 50% 50%;
    background-size: contain;
}

.footer-map-delivery-link:hover {
    text-decoration: underline;
}

.google-review-block {
    color: #fff;
    margin-top: -5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.google-review-elem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.google-review-inner {
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    margin-bottom: 3px;
}

.google-review-value {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 5px 0 9px;
}

.google-review-stars-block {
    margin-top: 1px;
}

.google-review-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.google-review-stars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2px;
}

.google-review-link {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    background-color: #e33e2b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 1px;
    color: #fff;
    transition: background-color 0.2s ease-out;
}

.google-review-link:hover {
    background: #d24231;
}

@media screen and (max-width: 739px) {
    .google-review-block {
        margin: 9px auto;
    }
}

@media screen and (max-width: 900px) {
    .google-review-block {
        width: 190px;
        margin: 9px;
    }
}

.footer {
    padding: 19px 5px 95px;
    background: #353535;
}

.footer .footer-phone-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 258px;
    margin: 0 auto;
    float: none;
}

.footer .footer-phone {
    font-family: PT Sans Narrow;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.048em;
}

.footer .footer-phone.lifePhone,
.footer .footer-phone.mtsPhone,
.footer .footer-phone.velcomPhone {
    position: relative;
}

.footer .footer-phone.lifePhone::before,
.footer .footer-phone.mtsPhone::before,
.footer .footer-phone.velcomPhone::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-position: 0;
    width: 29px;
    height: 17px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}

.footer .footer-phone.lifePhone {
    margin-bottom: 15px;
}

.footer .footer-phone.lifePhone::before {
    background-image: url("../img/icons/network/life.svg");
}

.footer .footer-phone.mtsPhone {
    margin-bottom: 15px;
}

.footer .footer-phone.mtsPhone::before {
    background-image: url("../img/icons/network/mtc.svg");
}

.footer .footer-phone.velcomPhone {
    margin-bottom: 20px;
}

.footer .footer-phone.velcomPhone::before {
    background-image: url("../img/icons/network/a1.png");
    width: 22px;
    height: 23px;
}

.footer .footer-phone-block > a {
    font-family: Noto Sans;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.footer .footer-phone-block > a.footer-letter {
    color: #FF3131;
}

.footer-payment-block {
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto;
}

.footer-payment-elem {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 21.79px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

.footer-payment-elem svg {
    position: relative;
    margin: 0;
    top: 0;
    margin-right: 9px;
}

.google-review-lin {
    color: #D81F1F;
}

.footer .menu_copy {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

.footer .menu_copy .footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer .menu_copy .footer__nav li {
    max-width: 200px;
}

.footer .menu_copy .footer__nav li a {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}

.footer-map-delivery-link {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 300px;
    padding-left: 0;
    margin: 0 10px;
}

.footer-map-delivery-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 23px;
    background: url("../img/icons/icon-place-red.svg") no-repeat 50% 50%;
    background-size: contain;
}

footer .copyright {
    font-family: Noto Sans;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

footer .copyright P {
    margin: 0;
    padding: 0;
}

.copyright__top {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #EFEFEF;
}

.copyright__center {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #EFEFEF;
}

.copyright .copyright__bottom {
    font-family: PT Sans Narrow;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5019607843);
}

.copyright .copyright__bottom a {
    color: rgba(255, 255, 255, 0.5019607843);
}

@media (min-width: 430px) {
    .footer .menu_copy .footer__nav li {
        max-width: 100%;
    }

    .footer .footer-phone.lifePhone {
        margin-bottom: 5px;
    }

    .footer .footer-phone.mtsPhone {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 23px;
    }

    .footer .footer-phone-block {
        margin: 0;
        margin-right: 50px;
        width: 326px;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-payment-block {
        margin: 0;
    }

    .footer .menu_copy {
        text-align: left;
    }

    .footer .menu_copy .footer__nav {
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 20px;
        row-gap: 10px;
    }

    .footer .menu_copy .footer__nav li a {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

    .footer-map-delivery-link {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        margin-left: 0;
    }

    footer .copyright {
        margin: 0;
    }

    footer .copyright p {
        text-align: left;
    }

    .copyright .copyright__bottom {
        text-align: left;
    }

    .google-review-block {
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .footer .menu_copy {
        margin-left: 20px;
        -ms-flex-order: 1;
        order: 1;
        width: 62%;
    }

    .footer .footer-phone-block {
        margin-right: 0;
        width: 326px;
        -ms-flex-order: 2;
        order: 2;
    }

    footer .copyright {
        margin-left: 20px;
        margin-right: auto;
        width: 568px;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-payment-block {
        width: 326px;
        padding-top: 0;
        -ms-flex-order: 4;
        order: 4;
    }

    .google-review-block {
        margin-top: 22px;
    }
}

@media (min-width: 1440px) {
    .footer .menu_copy .footer__nav {
        margin-bottom: 40px;
    }

    footer .copyright {
        margin-left: 20px;
    }

    footer .copyright p {
        font-weight: 300;
    }

    .footer-payment-block {
        margin-top: 29px;
    }

    .google-review-block {
        margin-top: 10px;
    }
}

@media (min-width: 1920px) {
    .footer {
        padding: 29px 95px 56px 37px;
    }

    footer .copyright {
        margin-top: 0;
        -ms-flex-order: 1;
        order: 1;
        width: 300px;
    }

    .footer .menu_copy {
        -ms-flex-order: 2;
        order: 2;
        width: 46%;
        margin-top: 0;
    }

    .footer .footer-phone-block {
        -ms-flex-order: 3;
        order: 3;
        width: 312px;
        margin-right: 62px;
    }

    .footer-payment-block {
        margin-top: 0;
        -ms-flex-order: 4;
        order: 4;
        width: 217px;
    }

    .google-review-block {
        margin-top: 29px;
    }

    .footer .menu_copy .footer__nav {
        margin-bottom: 54px;
    }
}

@media (max-width: 768px) {
    .google-review-block {
        margin-left: 0;
    }
}

@media (max-width: 430px) {
    .footer .menu_copy .footer__nav li,
  .footer .menu_copy .footer__nav li a {
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        font-family: "Noto Sans";
        white-space: nowrap;
    }
}

@media (max-width: 375px) {
    .footer .menu_copy .footer__nav li,
  .footer .menu_copy .footer__nav li a {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        font-family: "Noto Sans";
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    .footer-payment-block {
        margin-top: 10px;
    }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "FontAwesome";
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
  * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  */
audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
  * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
  * Known issue: no IE 6 support.
  */
[hidden] {
    display: none;
}

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
  *    `em` units.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
    font-size: 100%;
  /* 1 */
    -ms-text-size-adjust: 100%;
  /* 2 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
  * Address `font-family` inconsistency between `textarea` and other form
  * elements.
  */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

.form-filter__select-wrap select {
    padding: 7px 10px;
}

/**
  * Address margins handled incorrectly in IE 6/7.
  */
body {
    margin: 0;
    scrollbar-gutter: stable;
}

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
    outline: thin dotted;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address font sizes and margins set differently in IE 6/7.
  * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
  * and Chrome.
  */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
  * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
  */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
  * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
  */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
    font-style: italic;
}

/**
  * Address differences between Firefox and other browsers.
  * Known issue: no IE 6/7 normalization.
  */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
  * Address styling not present in IE 6/7/8/9.
  */
mark {
    background: #ff0;
    color: #000;
}

/**
  * Address margins set differently in IE 6/7.
  */
p,
pre {
    margin: 1em 0;
}

/**
  * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
  */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
  * Address CSS quotes not supported in IE 6/7.
  */
q {
    quotes: none;
}

/**
  * Address `quotes` property not supported in Safari 4.
  */
q:before,
q:after {
    content: "";
    content: none;
}

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
    font-size: 80%;
}

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
    Lists
    ========================================================================== */
/**
  * Address margins set differently in IE 6/7.
  */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
  * Address paddings set differently in IE 6/7.
  */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
  * Correct list images handled incorrectly in IE 7.
  */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
  * 2. Improve image quality when scaled in IE 7.
  */
img {
    border: 0;
  /* 1 */
    -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
  */
figure {
    margin: 0;
}

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Correct margin displayed oddly in IE 6/7.
  */
form {
    margin: 0;
}

/**
  * Define consistent border, margin, and padding.
  */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
  * 1. Correct color not being inherited in IE 6/7/8/9.
  * 2. Correct text not wrapping in Firefox 3.
  * 3. Correct alignment displayed oddly in IE 6/7.
  */
legend {
    border: 0;
  /* 1 */
    padding: 0;
    white-space: normal;
  /* 2 */
    margin-left: -7px;
  /* 3 */
}

/**
  * 1. Correct font size not being inherited in all browsers.
  * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
  *    and Chrome.
  * 3. Improve appearance and consistency in all browsers.
  */
button,
input,
select,
textarea {
    font-size: 100%;
  /* 1 */
    margin: 0;
  /* 2 */
    vertical-align: baseline;
  /* 3 */
    vertical-align: middle;
  /* 3 */
}

/**
  * Address Firefox 3+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
    line-height: normal;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
    text-transform: none;
}

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
  *    Known issue: inner spacing remains in IE 6.
  */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
  /* 2 */
    cursor: pointer;
  /* 3 */
    overflow: visible;
  /* 4 */
}

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
  * 1. Address box sizing set to content-box in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  * 3. Remove excess padding in IE 7.
  *    Known issue: excess padding remains in IE 6.
  */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
    height: 13px;
  /* 3 */
    width: 13px;
  /* 3 */
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type=search] {
    -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
    box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
  * Remove inner padding and border in Firefox 3+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
  * 1. Remove default vertical scrollbar in IE 6/7/8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
    overflow: auto;
  /* 1 */
    vertical-align: top;
  /* 2 */
}

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
  * What follows is the result of much research on cross-browser styling.
  * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
  * Kroc Camen, and the H5BP dev community and team.
  */
/* ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
  * Remove text-shadow in selection highlight: h5bp.com/i
  * These selection rule sets have to be separate.
  * Customize the background color to match your design.
  */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
  * A better looking default horizontal rule
  */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
  * Remove the gap between images, videos, audio and canvas and the bottom of
  * their containers: h5bp.com/i/440
  */
audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
  * Remove default fieldset styles.
  */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
  * Allow only vertical resizing of textareas.
  */
textarea {
    resize: vertical;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

aside {
    position: relative;
    float: left;
}

aside h2 {
    color: white;
    background-color: #333333;
    margin: 0;
    padding: 10px 0 10px 29px;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
}

.catalog-cont {
    margin: 13px 10px 6px 10px;
    clear: both;
    background-color: #dadada;
}

.catalog-cont .subCatLinks {
    padding-left: 0;
    font-size: 12px;
    font-size: 13px;
    margin: 0 0 15px;
}

.catalog-cont .subCatLinks li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    margin-bottom: 4px;
}

.catalog-cont .subCatLinks li a {
    color: black;
}

aside + .catalog-all,
.main-section {
    margin-left: 310px;
}

.catalog-all,
.main-section {
    padding: 36px 55px;
    background-color: #fff;
}

.catalog-all h1,
.main-section h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
}

.catalog-block {
    display: block;
    float: left;
    width: 130px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.catalog-block:hover {
    text-decoration: underline;
}

.catalog-block .catalog-img-block {
    height: 70px;
    line-height: 68px;
}

.catalog-block .catalog-img-block img {
    width: 130px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-block .catalog-text-block {
    text-transform: uppercase;
    font-size: 18px;
    margin: 4px 0 0;
    display: block;
    white-space: nowrap;
}

.text-page .catalog-block {
    color: #000;
    font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
}

.text-page-catalog {
    color: #353535;
}

.text-page-catalog p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
}

.text-page-catalog h3 {
    font-family: PT Sans Narrow;
    font-size: 23px;
    font-weight: 700;
    line-height: 29.76px;
    text-align: left;
    text-transform: uppercase;
}

/* ==========================================================================
   Modal styles
   ========================================================================== */
@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }
}

.modal-container {
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 500000;
    width: 0;
    height: 0;
}

.modal-container.open,
.modal-container.close {
    bottom: 0;
    right: 0;
    width: 100%;
    height: inherit;
}

.modal-container.open .shade,
.modal-container.close .shade {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.modal-container.open .shade {
    opacity: 0.9;
}

.modal-container.open .popup-content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
    animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.modal-container.close .popup-content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

/* ==========================================================================
     Стили контейнера модали
     ========================================================================== */
.modal-container.open .popup-content,
.modal-container.close .popup-content {
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #fff;
    box-sizing: border-box;
    margin: 2% auto;
    position: relative;
    max-width: 424px;
    width: 90%;
    border-radius: 4px;
    padding: 20px 0;
    box-shadow: 0 0 35px 7px rgba(30, 30, 30, 0.75);
}

/* ==========================================================================
     Стили затеменения
     ========================================================================== */
.modal-container .shade {
    background: #403d39;
    opacity: 0;
    transition: opacity 400ms ease;
    cursor: pointer;
}

/* ==========================================================================
     Стили кнопки "Закрыть модаль"
     ========================================================================== */
.modal-container .close-modal {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    transition: all 0.15s ease-out;
}

.modal-container .close-modal:hover {
    box-shadow: 0 0 3px 0 #000000;
}

/* ==========================================================================
     Стили текстовой области
     ========================================================================== */
.modal-text-cont {
    margin: 0 20px;
}

.inform-col-popup {
    text-align: center;
}

.inform-col-popup input:not([type=submit]),
.inform-col-popup textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
}

.inform-col-popup textarea {
    height: 120px;
}

.inform-col-popup h3 {
    font-size: 24px;
    margin: 10px 0 20px;
}

.inform-col-popup .error {
    font-size: 16px;
}

.inform-col-popup .button {
    border: none;
    display: inline-block;
    font-size: 24px;
    margin: 12px auto 0;
    padding: 6px 16px;
}

.inform-col-popup .inputS {
    line-height: 40px;
    font-size: 24px;
    color: #207941;
    margin: 12px auto 0;
    font-weight: bold;
}

.more-item-cont {
    margin: 0 -20px 46px;
    font-size: 0;
}

.more-item-cont h2 {
    font-size: 28px;
    background: #42a9dc;
    background: linear-gradient(to bottom, #42a9dc 0%, #3399cc 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 -15px 40px;
    padding: 3px 35px;
}

.more-item {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 20px;
    width: 33.3%;
    box-sizing: border-box;
}

.more-item img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.more-item h3 {
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 24px;
}

.more-item .more-item-text {
    margin: 0 0 6px;
    color: #5d5d5d;
    line-height: 20px;
    text-decoration: none;
    padding-top: 10px;
    display: inline-block;
    font-size: 15px;
    word-break: normal;
}

.more-item .more-item-text:hover {
    text-decoration: underline;
}

.more-item .item-price {
    display: block;
    vertical-align: top;
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: bold;
}

.more-item .item-price small {
    font-size: 18px;
    font-weight: normal;
}

.more-item .button {
    padding: 1px 12px 5px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.also-item-link-cont {
    margin: 0 -20px;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.also-item-link-cont .more-item-link-title {
    font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
    font-size: 28px;
    background: #42a9dc;
    background: linear-gradient(to bottom, #42a9dc 0%, #3399cc 100%);
    color: #fff;
    text-transform: none;
    font-weight: normal;
    margin: 0 -15px 20px;
    padding: 3px 15px 3px 35px;
}

.also-item-link-cont h4 {
    font-size: 20px;
    margin: 12px 20px;
}

.also-item-link-cont h4 a {
    color: #000;
    text-decoration: none;
}

.also-item-link-cont h4 a:hover {
    text-decoration: underline;
}

.wrapper {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 479px) {
    .wrapper {
        min-width: 320px;
    }
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    color: inherit;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    background: #E4E3E3;
    font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
    scroll-behavior: smooth;
    color: #353535;
}

.lock-scroll {
    overscroll-behavior-y: none;
    overflow: hidden !important;
}

.btn-red {
    background: linear-gradient(267.18deg, #900808 0.12%, #BB1E27 27.09%, #C93E47 57.92%, #C61C27 96.34%);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1215686275);
    border-radius: 10px;
    padding: 6px 15px;
    font-family: PT Sans Narrow;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.88px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
}

.btn-blue,
.btn-green {
    display: inline-block;
    text-decoration: none;
    font-family: PT Sans Narrow;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.88px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 8px;
    transition: all 0.2s;
}

@media (min-width: 1024px) {
    .btn-blue:hover,
  .btn-green:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        box-shadow: 0px 3px 7px 0px rgba(37, 37, 37, 0.6156862745);
    }
}

.btn-blue {
    background: linear-gradient(83.67deg, #3398CC 3.97%, #1B7EB0 19.9%, #1296C0 74.2%, #1D6286 100.44%);
}

.btn-green {
    background: linear-gradient(267.18deg, #239008 9.06%, #51B937 41.31%, #2E9A13 76.66%, #51B937 106.64%);
}

.btn-page-red {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: Noto Sans;
    font-size: 17px;
    font-weight: 600;
    line-height: 23.15px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 25px;
    box-shadow: 0px 3px 4px 0px rgba(167, 10, 10, 0.2509803922);
    z-index: 1;
}

.btn-page-red::before, .btn-page-red::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.btn-page-red::before {
    background: linear-gradient(267.18deg, #900808 0.12%, #DC3D47 27.09%, #FF2532 57.92%, #CF1924 96.34%);
}

.btn-page-red::after {
    opacity: 0;
    background: linear-gradient(45deg, #900808 9%, #DC3D47 32%, #FF2532 59%, #CF1924 91%);
    transition: opacity 0.3s ease-out;
}

.btn-page-red:hover::after {
    opacity: 1;
}

.btn-page-transparent {
    display: inline-block;
    padding: 8.5px 29px;
    background: transparent;
    border-radius: 10px;
    color: #353535;
    font-family: Noto Sans;
    font-size: 19px;
    font-weight: 400;
    line-height: 25.88px;
    text-align: center;
    text-decoration: none;
}

.red-gradient-border {
    position: relative;
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.red-gradient-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, #900808 9%, #DC3D47 32%, #FF2532 59%, #CF1924 91%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
}

.red-gradient-border:hover {
    color: #E20A14;
    background: rgba(226, 10, 21, 0.0392156863);
}

.blue-text {
    color: #0085CA;
}

.main-container {
    margin-top: 10px;
}

aside {
    width: 280px;
    margin-right: 19px;
    background: #fff;
}

aside h2 {
    background: #484A50;
    border-radius: 5px 5px 0 0;
}

.catalog-cont {
    background: transparent;
}

.catalog-main-cont {
    background: #E4E3E3;
}

.sidebar-right {
    width: 320px;
    margin-left: 20px;
    -ms-flex: none;
    flex: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 767px) {
    .sidebar-right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        float: none;
    }

    .sidebar-right .sidebar-basket,
  .sidebar-right .sidebar-poster {
        display: none;
    }

    .sidebar-right .sidebar-info__list {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sidebar-services {
    background: #fff;
    border-radius: 5px;
    padding: 15px 19px 25px 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}

.sidebar-services__el {
    color: #353535;
}

.sidebar-services__el h3 {
    font-family: Noto Sans;
    font-size: 21px;
    font-weight: 700;
    line-height: 28.6px;
    text-align: center;
    margin-top: -7px;
    margin-bottom: 4px;
}

.sidebar-services__el p {
    font-family: PT Sans Narrow;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.29px;
    text-align: center;
    margin: 0;
}

.sidebar-services__el-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.sidebar-services__el-top img {
    width: auto;
    height: 66px;
}

.sidebar-services__el-num {
    font-family: PT Sans Narrow;
    font-size: 85px;
    font-weight: 700;
    line-height: normal;
    color: rgba(218, 215, 215, 0.5019607843);
}

.poster-box-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
}

.sidebar-poster {
    width: 100%;
    border-radius: 5px;
}

.sidebar-poster img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.sidebar-basket {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 17px 32px 11px;
    color: #353535;
}

.sidebar-basket__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: Noto Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.69px;
    margin-bottom: 19px;
}

.underline-beige {
    position: relative;
    z-index: 1;
}

.underline-beige::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: -7px;
    right: -7px;
    height: 18px;
    background: rgba(255, 217, 217, 0.4901960784);
    z-index: -1;
}

.table-basket {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.table-basket__el:first-child {
    border-top: 1.5px solid rgba(86, 86, 86, 0.1019607843);
}

.table-basket__el {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 14px;
    padding: 12px 9px 14px 10px;
    border-bottom: 1.5px solid rgba(86, 86, 86, 0.1019607843);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: PT Sans Narrow;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
}

.table-basket__el-delete {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    padding: 5px;
    top: 10px;
    right: 2px;
}

.table-basket__el-delete:hover::after, .table-basket__el-delete:hover::before {
    background: #e23838;
}

.table-basket__el-delete::after, .table-basket__el-delete::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 9px;
    height: 2px;
    background: #353535;
}

.table-basket__el-delete::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.table-basket__el-delete::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.table-basket__el-detai {
    width: 145px;
    margin-right: 3px;
}

.table-basket__el-detai span {
    font-weight: 700;
}

.table-basket__el-sum {
    width: 10px;
    text-align: center;
}

.table-basket__el-simbol {
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 18px;
}

.table-basket__el-simbol::after, .table-basket__el-simbol::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    background: #353535;
}

.table-basket__el-simbol::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.table-basket__el-simbol::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sidebar-basket__bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.88px;
    letter-spacing: 0.8px;
    margin-top: 12px;
    margin-bottom: 28px;
    padding: 0 9px 0 10px;
}

.sidebar-basket__bottom p:first-child {
    text-transform: uppercase;
}

.sidebar-basket__bottom P {
    margin: 0;
}

.sidebar-basket__bottom::before {
    left: 0;
    right: 0;
}

.sidebar-info {
    padding: 25px 14px 34px;
    background: linear-gradient(253.51deg, rgba(62, 1, 4, 0.9) -4.12%, #A6262B 50.3%, rgba(62, 1, 4, 0.9) 92.09%);
    color: #fff;
}

.sidebar-info__title {
    font-family: "Noto Sans Display";
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-text-stroke: 0.7px #FFFFFF;
    text-stroke: 0.7px #FFFFFF;
    margin: 0;
    margin-bottom: 15px;
}

.sidebar-info__desc {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}

.sidebar-info__desc a {
    color: inherit;
}

.sidebar-info__list {
    list-style: none;
    padding: 0 10px 0 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.sidebar-info__list li {
    font-family: Noto Sans;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.sidebar-info__list li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 48px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.sidebar-info__list li p {
    margin: 0;
}

.sidebar-info__list li p:first-child {
    width: 122px;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.48px;
    text-align: right;
}

.sidebar-info__list li p:last-child {
    width: 122px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.52px;
    text-align: left;
}

.title-gradient-red {
    display: block;
    font-weight: 800;
    background-color: #2B0003;
    -webkit-background-clip: text;
    background-image: linear-gradient(358deg, #2B0003 -0.56%, #FF000F 63.01%);
    -webkit-text-fill-color: transparent;
}

aside {
    display: none;
}

aside + .catalog-all,
.main-section {
    margin-left: 0;
}

.timetable {
    padding: 36px 10px;
    background: linear-gradient(177.33deg, #292727 -12.89%, #26566F 20.49%, #092E41 48.39%, #353535 93.98%);
    font-family: PT Sans Narrow;
    color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.timetable__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 0;
    margin-bottom: 17px;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 12px;
}

.timetable__text {
    font-family: Noto Sans;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 12px;
}

.timetable__text span {
    color: #90D9FF;
}

.catalog-all,
.main-section {
    padding-bottom: 0;
    border-radius: 5px;
}

.goTop-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}

.B_crumbBox {
    font-family: "PT Sans Narrow";
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.B_crumbBox li {
    list-style: none;
    display: inline;
    font-size: 20px;
}

.B_crumbBox a {
    color: #353535;
    text-decoration: none;
}

.B_crumbBox li + li:before {
    content: "/";
    margin: 0 4px 0 2px;
}

h1.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38.82px;
    text-align: left;
    margin-bottom: 10px;
}

.btn-page-transparent span {
    display: none;
}

h2.title {
    font-family: "PT Sans Narrow";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #353535;
}

@media (min-width: 360px) {
    .B_crumbBox a {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .B_crumbBox {
        padding-top: 10px;
    }

    .sidebar-right {
        display: none;
    }

    .catalog-cont {
        margin-left: 10px;
        margin-right: 10px;
    }

    .timetable {
        background: none;
        background-image: url("../img/bg-timetable.jpg");
        background-position: center 0%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 32px 50px 26px 19px;
        position: relative;
        z-index: 1;
    }

    .timetable::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: -1;
    }

    .timetable__text span {
        display: block;
    }

    .catalog-all,
  .main-section {
        padding-top: 40px;
    }
}

@media (min-width: 1024px) {
    .wrapper {
        max-width: 100%;
    }

    .catalog-cont {
        display: -ms-flexbox;
        display: flex;
    }

    aside {
        display: block;
        float: none;
        border-radius: 5px;
        height: auto;
        width: 280px;
        -ms-flex: none;
        flex: none;
    }

    aside h2 {
        border-radius: 5px 5px 0 0;
    }

    aside + .catalog-all,
  .main-section {
        margin-left: 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
        border-radius: 5px;
    }

    .timetable {
        padding: 32px 19px 26px 19px;
        background-position: center 10%;
    }
}

@media (min-width: 1440px) {
    .main-container {
        margin-top: 20px;
    }

    aside {
        width: 320px;
    }

    .timetable {
        background-position: center 17%;
        padding: 39px 60px 61px;
    }

    .timetable span {
        display: inline;
    }

    .catalog-cont {
        margin: 0 0 20px 20px;
    }
}

@media (min-width: 1600px) {
    .timetable {
        background-position: center 23%;
    }
}

@media (min-width: 1920px) {
    .sidebar-right {
        display: -ms-flexbox;
        display: flex;
    }

    .timetable {
        background-position: center 21%;
    }

    .catalog-all,
  .main-section {
        padding-top: 50px;
    }

    .catalog-cont {
        margin: 0 0 20px 20px;
    }

    .btn-page-transparent {
        padding: 8px 19px;
    }

    .btn-page-transparent span {
        display: inline;
    }

    .feedbackBtn {
        text-transform: none;
    }
}

@media (min-width: 2200px) {
    .timetable {
        background-position: center 27%;
    }
}

#authModal {
    position: relative;
    padding: 30px 40px;
    min-width: 530px;
    min-height: 232px;
    max-height: unset;
    border: none;
    border-radius: 10px;
}

#authModal::-webkit-backdrop {
    background-color: #000000;
    opacity: 0.3;
}

#authModal::backdrop {
    background-color: #000000;
    opacity: 0.3;
}

#authModal.auth__title {
    font-family: "Noto Sans", "PT Sans Narrow", "Arial Narrow", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

#authModal #closeAuthModal {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
}

#authModal #closeAuthModal:before, #authModal #closeAuthModal::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 1px;
    background-color: #000000;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#authModal #closeAuthModal::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#authModal #closeAuthModal::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#authModal #closeAuthModal:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
}

#authModal #closeAuthModal:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.1);
}

.auth__submit-btn {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    width: 169px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 37px;
    border-radius: 10px;
    box-shadow: none;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", "Arial Narrow", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(34deg, rgb(51, 152, 204) 1%, rgb(27, 125, 176) 17%, rgb(18, 150, 192) 72%, rgb(28, 98, 134) 98%);
    white-space: nowrap;
}

.auth__input {
    margin-top: 30px;
    padding: 5px;
    height: 40px;
    width: 100%;
    color: #353535;
    border: 1px solid #7c7b7b;
    transition: box-shadow 0.3s ease-out;
}

.auth__input:focus {
    outline: none;
    box-shadow: 0 0 3px #0085CA;
}

.auth__input.has-error {
    border: 1px solid #BB1E27;
}

@media (hover: hover) {
    .auth__submit-btn:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }
}

.iti {
    width: 100%;
}

.text-wrap {
    white-space: wrap !important;
}