input:focus {
    outline: 0
}

body {
    font-size: 14px;
    line-height: 18px;
    min-width: 320px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #292929;
    background-color: #fbfcfe;
    background-image: url(/os/css/img/bg.jpg)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "PT Sans", sans-serif
}

h1,
.h1 {
    font-size: 26px;
    line-height: 30px
}

.ishome h1 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 50px
}

span.h1 {
    line-height: 20px
}

h2 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 50px
}

h2 strong {
    font-weight: 700
}

h3 {
    font-size: 20px;
    font-weight: 700
}

.h2 {
    font-size: 26px;
    font-weight: bold
}

h4 {
    font-size: 17px;
    text-transform: uppercase
}

h5 {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif
}

a {
    color: #007eff;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

strong {
    font-weight: bold
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

ul,
li {
    margin: 0;
    padding: 0
}

.hidden {
    display: none
}

.visible-mob {
    display: none
}

.visible {
    display: block !important
}

.text-center {
    text-align: center
}

.left {
    float: left
}

.right {
    float: right
}

.container {
    position: relative;
    max-width: 1000px;
    padding: 0 20px;
    margin: auto
}

.header {
    padding-top: 20px
}

.header__mobile {
    display: none;
    margin-top: 20px
}

.header p {
    margin-bottom: 0
}

.header__top::after {
    clear: both;
    content: "";
    display: table
}

.header__top .container {
    padding-bottom: 20px;
    background: url(/os/css/img/header_top-bg.png) no-repeat 330px -20px
}

.header__logo {
    width: 320px;
    float: left;
    margin-right: 30px
}

.header__logo::after {
    clear: both;
    content: "";
    display: table
}

.header__middle {
    background-color: #f5f2ed;
    border-bottom: 1px solid #e9e6e1
}

.header__middle::after {
    clear: both;
    content: "";
    display: table
}

.header__middle .container {
    background-color: #f5f2ed;
    padding: 11px 20px 25px
}

.header__navigation {
    width: 630px;
    float: left
}

.header__navigation .navigation__item {
    width: 100px;
    margin-right: 32px;
    float: left
}

.header__navigation .navigation__item.act {
    opacity: .4
}

.header__navigation .navigation__item:first-child {
    margin-right: 27px
}

.header__navigation .navigation__item:last-child {
    margin-right: 0
}

.logo__link {
    position: relative;
    padding-left: 125px;
    text-decoration: none
}

.logo__car {
    position: absolute;
    left: 0;
    top: 5px
}

.mobile-search {
    display: none;
    position: relative;
    height: 59px;
    width: 59px;
    float: right;
    cursor: pointer;
    font: bold 36px "PT Sans", sans-serif;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
    padding-top: 26px;
    margin-bottom: 35px;
    text-decoration: none;
    background-color: #ffdb73;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(63, 26, 26, 0.35);
    box-shadow: 0 1px 1px 0 rgba(63, 26, 26, 0.35);
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.mobile-search:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px;
    background: url(/os/css/img/sprite.png) no-repeat 0 -375px
}

.mobile-search:hover {
    background-color: #ffe28d
}

.mobile-nav-wrap::after {
    clear: both;
    content: "";
    display: table
}

.mobile-nav {
    position: relative;
    display: block;
    height: 59px;
    float: left;
    width: 100%;
    cursor: pointer;
    font: bold 26px "PT Sans", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    padding-top: 15px;
    padding-left: 56px;
    margin-bottom: 35px;
    text-decoration: none;
    background-color: #ffdb73;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(63, 26, 26, 0.35);
    box-shadow: 0 1px 1px 0 rgba(63, 26, 26, 0.35);
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.mobile-nav::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 16px;
    left: 21px;
    top: 50%;
    margin-top: -8px;
    background: url(/os/css/img/sprite.png) no-repeat;
    background-position: -167px -56px
}

.mobile-nav:hover {
    background-color: #ffe28d
}

.nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    text-decoration: none;
    display: none;
    width: 40px;
    height: 42px;
    background: url(/os/css/img/sprite.png) no-repeat;
    background-position: -123px -52px
}

.sites {
    font-size: 13px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    left: 125px
}

.sites p {
    float: left;
    margin-right: 5px
}

.sites p strong {
    font: bold 14px 'Tahoma', sans-serif
}

.sites__dropdown {
    position: absolute;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.sites__dropdown-link {
    position: relative;
    cursor: pointer;
    color: #292929;
    text-decoration: none;
    display: inline-block;
    background-color: #ffdb73;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 13px;
    padding: 3px 17px 3px 7px;
    -webkit-box-shadow: 0 1px 0 0 rgba(63, 26, 26, 0.3);
    box-shadow: 0 1px 0 0 rgba(63, 26, 26, 0.3);
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.sites__dropdown-link::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 8px;
    width: 6px;
    height: 3px;
    background: url(/os/css/img/sprite.png) no-repeat;
    background-position: -41px 0;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

.sites__dropdown-link:hover {
    color: inherit;
    background-color: #ffe28d
}

.sites__list {
    list-style-type: none;
    text-align: center;
    margin-top: -6px
}

.sites__link {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1px 0;
    margin-top: 1px;
    color: #292929;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 1px 0 0 rgba(63, 26, 26, 0.2);
    box-shadow: 0 1px 0 0 rgba(63, 26, 26, 0.2);
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.sites__link:hover {
    color: inherit;
    background-color: #ffdb73
}

.sites__item:first-child .sites__link {
    padding-top: 8px
}

.sites__item:last-child .sites__link {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.sites__dropdown-link--toggle::after,
.city__dropdown-link--toggle::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown .navigation__item:first-child .navigation__link {
    padding-left: 0 !important;
}

.dropdown .navigation__item:first-child .navigation__link::before {
    display: none;
}
.dropdown {
    margin-bottom: 46px;
    max-width: 100%;
    width: 230px;

}
.dropdown__item {
    margin-bottom: 20px;
    /*color: #30417e !important;*/
    font-size: 21px;
    font-weight: 700;
    height: auto !important;
    text-transform: uppercase;
    display: flex !important;
    line-height: normal !important;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
.dropdown__navigation {
    margin-top: 25px;
    display: none;
}
@media (max-width: 767px) {
    .dropdown {
        margin-bottom: 0;
        width: 100%;
    }
    .dropdown__navigation {
        margin-top: 0;
    }
    .dropdown__item {
        font-size: 20px !important;
        height: 61px !important;
        margin-bottom: 0;
    }
    .dropdown__item:nth-child(2) {
        margin-bottom: 20px;
    }
    .navigation__link {
        line-height: 60px;
    }
}

.dropdown__item span {
    border-bottom: 1px dashed #30417e;
    line-height: normal;
}

.dropdown__img {
    margin-left: 15px;
}

.dropdown__item--active .dropdown__img {
    transform: rotate(180deg);
}
.dropdown__item--active + .dropdown__navigation {
    display: block;
}


.navigation {
    list-style-type: none
}

.navigation::after {
    clear: both;
    content: "";
    display: table
}

.navigation-wrap {
    position: relative
}

.navigation .active {
    opacity: .4
}

.navigation__item::after {
    clear: both;
    content: "";
    display: table
}

.navigation__link {
    position: relative;
    color: #007eff;
    text-transform: uppercase;
    font: 700 17px "PT Sans", sans-serif;
    line-height: 17px
}

.navigation__link:hover {
    color: #007eff
}

.navigation__text {
    font-size: 11px;
    color: #262626;
    line-height: 13px;
    margin-top: 8px
}

.navigation__ico {
    display: block;
    width: 40px;
    height: 46px;
    margin-bottom: 5px;
    background: url(/os/css/img/nav1.jpg) no-repeat
}

.navigation__ico-2 {
    background-position: -40px 0
}

.navigation__ico-3 {
    width: 35px;
    background-position: -80px 0
}

.navigation__ico-4 {
    width: 45px;
    background-position: -115px 0
}

.navigation__ico-5 {
    background-position: -160px 0
}

.navigation--oneline {
    width: auto
}

.navigation--oneline .navigation__item {
    width: auto;
    margin-right: 45px
}

.navigation--oneline .navigation__ico {
    float: left;
    margin-right: 15px
}

.navigation--oneline .navigation__link span {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-top: 17px;
    border-bottom: 1px solid #007eff;
    padding-bottom: 3px
}

.navigation--oneline .navigation__link:hover span {
    border-bottom: 0
}

.header__middle .contacts {
    width: 290px;
    float: right;
    margin-top: 11px;
    position: relative
}

.header__middle.header--oneline .container {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px
}

.search {
    width: 320px;
    height: 79px;
    overflow: hidden;
    float: left
}

.search__dropdown-link {
    display: none;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #5d5d5c;
    font-size: 18px;
    line-height: 18px;
    padding: 14px 15px;
    font-weight: bold;
    width: 70%;
    float: right;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(24%, #fefefe), color-stop(60%, #f6f6f5), color-stop(92%, #edecea), color-stop(96%, #e8e6e0), to(#e9e8e1));
    background: -webkit-linear-gradient(top, white 0, #fefefe 24%, #f6f6f5 60%, #edecea 92%, #e8e6e0 96%, #e9e8e1 100%);
    background: linear-gradient(to bottom, white 0, #fefefe 24%, #f6f6f5 60%, #edecea 92%, #e8e6e0 96%, #e9e8e1 100%)
}

.search__dropdown-link::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 15px;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #393938;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

.search__dropdown-link--toggle::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.search__tabs {
    list-style-type: none;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px
}

.search__tabs::after {
    clear: both;
    content: "";
    display: table
}

.search__tabs__item {
    float: left
}

.search__tabs__item.active a {
    text-decoration: none;
    background-color: #ffdb73;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #292929;
    -webkit-box-shadow: 0 1px 0 0 rgba(63, 26, 26, 0.2);
    box-shadow: 0 1px 0 0 rgba(63, 26, 26, 0.2);
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out
}

.search__tabs__item.active a span {
    border-bottom: 0
}

.search__tabs a {
    display: inline-block;
    color: #007eff;
    text-decoration: none;
    padding: 3px 7px
}

.search__tabs a:hover span {
    border-bottom: 0
}

.search__tabs span {
    border-bottom: 1px dotted #007eff
}

.search__form {
    position: relative;
    width: 280px;
    height: 26px;
    margin-left: 5px;
    margin-bottom: 6px
}

.search__form::after {
    clear: both;
    content: "";
    display: table
}

.search__input {
    height: 100%;
    width: 100%;
    padding: 0 13px;
    padding-top: 3px;
    background-color: transparent;
    border: 0;
    -webkit-transform: skewX(24deg);
    -ms-transform: skewX(24deg);
    transform: skewX(24deg);
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search__input-wrap {
    background-color: #fff;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    height: 26px;
    width: 200px;
    display: inline-block;
    float: left
}

.search__btn {
    position: relative;
    color: #aeaeae;
    text-transform: uppercase;
    font-size: 11px;
    width: 75px;
    top: -2px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    height: 100%;
    border: 0;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.12);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(24%, #fefefe), color-stop(60%, #f6f6f5), color-stop(92%, #edecea), color-stop(96%, #e8e6e0), to(#e9e8e1));
    background: -webkit-linear-gradient(top, white 0, #fefefe 24%, #f6f6f5 60%, #edecea 92%, #e8e6e0 96%, #e9e8e1 100%);
    background: linear-gradient(to bottom, white 0, #fefefe 24%, #f6f6f5 60%, #edecea 92%, #e8e6e0 96%, #e9e8e1 100%)
}

.search__btn::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 11px;
    top: 7px;
    left: 13px;
    -webkit-transform: skewX(24deg);
    -ms-transform: skewX(24deg);
    transform: skewX(24deg);
    background: url(/os/css/img/search_txt.png) no-repeat;
    background-size: contain
}

.search__btn::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    right: 7px;
    -webkit-transform: skewX(24deg);
    -ms-transform: skewX(24deg);
    transform: skewX(24deg);
    background: url(/os/css/img/sprite.png) no-repeat;
    background-position: 0 -65px
}

.search__sort {
    font-size: 11px;
    color: #9f9f9f;
    float: left;
    text-transform: uppercase;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.search__example {
    color: #9f9f9f;
    font-size: 10px;
    font-family: 'Tahoma', sans-serif;
    text-transform: uppercase
}

.search__example-link {
    cursor: pointer;
    font-size: 9px;
    font-family: 'Tahoma', sans-serif;
    color: #007eff;
    text-transform: none
}

.search__example-link:hover {
    color: #007eff
}

.search__ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 5px;
    background: url(/os/css/img/sprite.png) no-repeat;
    background-position: 0 -65px
}

.questions::after {
    clear: both;
    content: "";
    display: table
}

.questions > span {
    display: inline-block;
    float: left;
    font: normal 19px "PT Sans", sans-serif;
    color: #262626
}

.questions a {
    display: inline-block;
    float: right;
    color: #262626;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none
}

.questions a span {
    font-size: 30px;
    font-weight: bold;
    color: #178d38;
    margin-left: 13px;
    position: relative;
    top: 2px
}

.basket .basket__empty-text-header {
    font-size: 13px;
    font-style: normal;
    padding-top: 28px;
    padding-left: 71px;
    transform: skew(24deg)
}

.basket {
    position: relative;
    width: 270px;
    height: 70px;
    float: right;
    top: 5px;
    right: 35px;
    -webkit-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    transform: skew(-24deg);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffdb73;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2)
}

.basket::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 37px;
    top: 18px;
    left: 28px;
    background: url(/os/css/img/sprite.png) no-repeat;
    -webkit-transform: skew(24deg);
    -ms-transform: skew(24deg);
    transform: skew(24deg)
}

.basket__inner {
    -webkit-transform: skew(24deg);
    -ms-transform: skew(24deg);
    transform: skew(24deg);
    margin-left: 85px;
    margin-top: 15px
}

.basket__link {
    display: inline-block;
    color: #007eff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px
}

.basket__link:hover {
    color: #007eff
}

.basket__count {
    font-size: 13px;
    color: #000;
    display: block
}

.basket__count-mob__link {
    width: 100%;
    height: 60px;
    display: none;
    position: relative;
    z-index: 1
}

.basket__count-mob__link span {
    position: relative;
    left: 48px;
    top: 10px;
    display: block;
    -webkit-transform: skew(24deg);
    -ms-transform: skew(24deg);
    transform: skew(24deg);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #007eff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    line-height: 18px
}

.basket__count strong {
    font-size: 15px
}

.basket__order {
    position: relative;
    display: inline-block;
    padding: 9px 15px 8px;
    line-height: 14px;
    top: 11px;
    left: -50px;
    color: #cd1212;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12)
}

.basket__order:hover {
    color: #cd1212
}

.basket__order::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 13px;
    background: url(/os/css/img/sprite.png) no-repeat;
    background-position: -41px -15px;
    top: -13px;
    right: 30px
}

.contacts__top {
    margin-bottom: 16px;
}

.contacts__top::after {
    clear: both;
    content: "";
    display: table
}

.contacts__call {
    z-index: 1;
    display: inline-block;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    transform: skew(-24deg);
    text-align: center;
    padding: 4px 0 0 0;
    width: 108px;
    height: 22px;
    background-color: #ffdb73
}

.contacts__call:hover {
    color: #007eff
}

.contacts__call span {
    position: relative;
    left: -1px;
    display: inline-block;
    -webkit-transform: skew(24deg);
    -ms-transform: skew(24deg);
    transform: skew(24deg);
    border-bottom: 1px dotted #007eff
}

.contacts__call:hover span {
    border-color: #ffdb73
}

.contacts__call-inheader {
    position: absolute;
    left: 0;
    float: right
}

.city-wrap {
    position: relative
}

.city__list {
    list-style-type: none;
    position: absolute;
    margin-top: 4px;
    width: 190px;
    background-color: #f5f2ed
}

.city__item {
    margin-bottom: 2px
}

.city__item:last-child {
    margin-bottom: 0
}

.city__link {
    display: block;
    width: 100%;
    background-color: #e0deda;
    font-size: 15px;
    line-height: 15px;
    padding: 4px 4px 3px;
    cursor: pointer;
    color: #007eff;
    text-decoration: none;
    -webkit-transition: background-color .1s ease-out, color .1s ease-out;
    transition: background-color .1s ease-out, color .1s ease-out
}

.city__link:hover {
    color: #cd1212;
    background-color: #fff
}

.city__dropdown-link {
    position: relative;
    display: inline-block;
    height: 19px;
    min-width: 55px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dotted #007eff
}

.header__cart-contacts .city__dropdown-link {
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sidebar .city__dropdown-link {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.city__dropdown-link:hover {
    color: #007eff
}

.city__dropdown-link::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 9px;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    height: 0;
    width: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 3.5px solid #007eff
}

.time {
    font-size: 12px;
    line-height: 12px;
    color: #646464;
    margin-bottom: 10px
}

.time__list {
    list-style-type: none
}

.time__list::after {
    clear: both;
    content: "";
    display: table
}

.time__item {
    float: left;
    margin-right: 13px
}

.time__item:last-child {
    margin-right: 0
}

.time__item:nth-child(1) span {
    background-color: #c9e3ba
}

.time__item:nth-child(2) span {
    background-color: #ffdaae
}

.time__item:nth-child(3) span {
    background-color: #ffaaa9
}

.time__item span {
    font-weight: bold;
    padding: 1px 3px 2px 3px;
    display: inline-block
}

.office-phone__list {
    list-style-type: none
}

.office-phone__item::after {
    clear: both;
    content: "";
    display: table
}

.office-phone__link {
    display: none;
    float: left;
    font: bold 15px "PT Sans", sans-serif
}

.office-phone__number {
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #292929
}

.office-phone__number span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #178d38
}

.office-box__info .office-phone__number span {
    top: 2px;
    position: relative
}

.header .soc-nav {
    padding-top: 5px;
    height: 75px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    transform: skew(-24deg);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 23px
}

.header .soc-nav__link {
    width: 22px;
    height: 21px;
    box-shadow: 0 1px 0 #bcbcbc;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header .soc-nav__link:hover {
    opacity: .8
}

.header .soc-nav__link img {
    -webkit-transform: skew(24deg);
    -ms-transform: skew(24deg);
    transform: skew(24deg)
}

.header .soc-nav__link_wu {
    background-color: #189d0e
}

.header .soc-nav__link_tm {
    background-color: #00ade2
}

.header .soc-nav__link_vk {
    background-color: #5181b8
}

@media only screen and (max-width: 767px) {
    .header__cart-contacts .city__dropdown-link {
        max-width: 767px
    }
    .dropdown .navigation__item:first-child .navigation__link {
        padding-left: 35px !important;
    }
    .dropdown li span a {
        height: auto !important;
        line-height: normal !important;
    }
    .basket .basket__empty-text-header {
        display: none
    }

    .header .soc-nav {
        margin-top: 104px;
        margin-right: 115px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100px;
        height: 30px;
        padding-top: 0
    }

    .header .soc-nav__link {
        width: 30px;
        height: 30px;
        border-radius: 2px
    }

    .header .soc-nav__link_wu img {
        width: 16px;
        height: 17px
    }

    .header .soc-nav__link_tm img {
        width: 16px;
        height: 14px
    }

    .header .soc-nav__link_vk img {
        width: 20px;
        height: 12px
    }

    .header .soc-nav,
    .header .soc-nav__link img {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}

@media only screen and (max-width: 654px) {
    .header .soc-nav {
        margin-top: 268px;
        margin-right: 182px
    }
}

@media only screen and (max-width: 450px) {
    .header .soc-nav {
        margin-top: 342px;
        margin-right: 0;
        right: 13px
    }
}

@media only screen and (max-width: 374px) {
    .header .soc-nav {
        margin-top: 301px;
        margin-right: 0;
        margin-left: 127px;
        right: initial
    }
}

.dropdown-container.hide {
    display: none
}

.sites__main-link {
    display: none
}

.sites__main-link.show {
    display: block
}

@media only screen and (max-width: 654px) {
    .header .soc-nav {
        margin-top: 268px;
        right: initial;
        left: 135px;
    }

    .header .soc-nav.fixed {
        margin-top: 82px;
        margin-right: 230px;
    }
    .breadcrumbs__back {
    position: relative;
    z-index: 1;
}.back-wrap {
    padding-top: 10px !important;
}
}

@media only screen and (max-width: 450px) {
    .header .soc-nav {
        margin-top: 305px;
        margin-right: 0;
        left: initial;
        right: 13px;
    }

    .header .soc-nav.fixed {
        margin-top: 128px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 374px) {
    .header .soc-nav.fixed {
        margin-top: 301px;
        margin-right: 0;
        margin-left: 190px;
        right: initial;
    }
}

@media only screen and (min-width: 768px) {
    .header .soc-nav__link_wu {
        background-color: #ff0000;
        background-image: url('../../img/youtube-icon.png');
        background-size: 14px 11px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .header .soc-nav__link_wu img {
        display: none;
    }
}

.navigation-wrap__phone {
    display: none;
    padding-left: 35px;
    font-weight: bold;
    text-decoration: none;
    font-size: 26px;
    color: #000;
}

@media only screen and (max-width: 450px) {
    .navigation-wrap__phone {
        font-size: 20px;
    }
}

.navigation_desktop {
    display: block;
}

.navigation_mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .navigation-wrap__phone {
        display: inline-flex;
        align-items: center;
        height: 80px;
    }

    .navigation_desktop {
        display: none;
    }

    .navigation_mobile {
        display: block;
    }

    .to-icon {
        background-image: url(/os/css/img/to-icon.png) !important;
        background-size: cover !important;
        background-position: center !important;
        width: 44px !important;
        height: 45px !important;
    }
}

.header .soc-nav__link_insta {
    background-color: #bc2f92;
}
