@charset "UTF-8";

body,
html {

}

.row-special {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    body {
        padding-top: 0
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 0
    }
}

a,
a:hover {
    color: #548962;
}

a:hover {
    text-decoration: none
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 767px) {
    .scroll-wrap {
        overflow-x: scroll;
        -ms-overflow-style: none;
        margin-right: -15px
    }

    .scroll-wrap::-webkit-scrollbar {
        display: none;
    }
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    display: table-cell;
}

.page-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    flex: 0 0 100%
}

.page-header h1 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
}

.vacancy .page-header h1 {
    margin-bottom: 0 !important;
}

.section-header {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
    color: #2e2e2e;
    padding-left: 15px;
}

@media (max-width: 480px) {
    .section-header {
        margin-bottom: 21px;
    }
}

.up {
    position: fixed;
    z-index: 5;
    right: 50px;
    bottom: 115px;
    width: 50px;
    height: 50px;
    cursor: default;
    transition: .3s;
    opacity: 0;
    border-radius: 4px;
    background: url(../img/design/ico/up.svg) center no-repeat #eee;
    box-shadow: 0 5px 8px rgba(135, 135, 135, .2)
}

.up.active {
    opacity: 1;
    z-index: 500;
}

@media (max-width: 480px) {
    .up {
        right: 24px;
        bottom: 24px;
    }

}

.main-content__manage-subscribe input[type="checkbox"].main-content__checkbox + span::before {
    content: "";
    display: none;
    width: 5px;
    height: 10px;
    border: 0 solid #ccc;
    border-width: 0 2px 2px 0;
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin: 0px 3.5px;
    pointer-events: none;
}

.main-content__manage-subscribe input[type="checkbox"]:checked.main-content__checkbox + span::before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: 0 solid #038057;
    border-width: 0 2px 2px 0;
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin: 0px 3.5px;
    pointer-events: none;
}

.up.active:hover {
    cursor: pointer;
    opacity: .7
}

.up:active,
.up:focus {
    outline: 0
}

.mobile-menu-btn {
    width: 28px;
    cursor: pointer
}

.mobile-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background: #fff
}

.menu-catalog-btn__ico span:last-of-type,
.mobile-menu-btn span:last-of-type,
.vacancy-list__list li:last-of-type {
    margin-bottom: 0
}

.search-mobile {
    display: none
}

.search-mobile.fixed .search-mobile-wrap {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 3px;
    padding-right: 56px;
    background-color: #008e62;
    border: 0;
}

.search-mobile.fixed .search-mobile-wrap__btn {
    top: 12px;
    right: 69px;
}

.search-mobile .search-mobile-close {
    display: none;
}
.vr-popup__region-link{
    cursor:pointer;
}
.aspan{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    cursor:pointer;
    line-height: 24px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none
}
.aspan:hover{
    color: #038057
}

.search-mobile.fixed .search-mobile-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 16px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.search-mobile.fixed .search-mobile-close::after, .search-mobile.fixed .search-mobile-close::before {
    position: absolute;
    left: 3px;
    top: 14px;
    content: '';
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 5px;
}

.search-mobile.fixed .search-mobile-close::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-mobile.fixed .search-mobile-close::before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search-mobile.fixed input.api-search-input.header-search__input {
    height: 45px;
}

.search-mobile.fixed .header-search__btn {
    height: 45px;
}

@media (max-width: 991.98px) {
    /*.search-mobile {*/
    /*display: block;*/
    /*min-height: 45px;*/
    /*}*/
    .search-mobile .container {
        top: -360px;
        transition: all .25s;
    }

    .search-mobile.fixed .container {
        position: fixed;
        z-index: 999;
        top: -300px;
        left: calc(50% - 720px / 2);
        transition: all .25s;
    }

    .search-mobile.fixed .container.active {
        top: 0;
        z-index: 999999;
    }
}

@media (max-width: 768px) {
    .search-mobile.fixed .container {
        left: calc(50% - 540px / 2);
    }
}

@media (max-width: 576px) {
    .search-mobile.fixed .container {
        left: calc(50% - 100% / 2);
    }
}

.btn-gray {
    font-size: 14px;
    position: relative;
    height: 38px;
    padding: 0 15px 0 38px;
    transition: .3s;
    color: #2e2e2e;
    border-radius: 3px;
    background: #e8e8e8
}

@media (max-width: 575.98px) {
    .btn-gray {
        padding: 0 15px 0 35px
    }
}

.btn-gray:after,
.btn-gray:before {
    position: absolute;
    top: -1px;
    left: 15px;
    transition: .3s
}

@media (max-width: 575.98px) {

    .btn-gray:after,
    .btn-gray:before {
        left: 15px
    }
}

.btn-gray:before {
    content: "";
    background: url(../img/design/ico/btn-gray.svg) left center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    width: 13px;
    height: 38px;
}

.btn-gray:after {
    content: "";
    background: url(../img/design/ico/btn-gray-hover.svg) left center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    width: 13px;
    height: 38px;
    opacity: 0
}

.btn-gray:hover {
    color: #fff;
    background: #038057
}

.btn-gray:hover:before,
.js .input-file-trigger:hover:before {
    opacity: 0
}

.btn-gray:hover:after,
.js .input-file-trigger:hover:after {
    opacity: 1
}

a.btn-gray {
    line-height: 38px
}

.btn-green {
    font-size: 14.0228px;
    height: 44px;
    padding: 0 20px;
    transition: .3s;
    color: #fff;
    border-radius: 3px;
    background: #008e62;
    box-shadow: .6px 2.9px 29px rgba(46, 46, 46, .22)
}

.btn-green:hover {
    color: #fff;
    background: #09a675
}

.input-file-container,
a.btn-gray,
a.btn-green {
    display: inline-block;
    vertical-align: top
}

.input-file-container input[type='file'] + label {
    margin: 0;
    width: 185px;
    padding-left: 27px;
    margin-top: 2px;
}

a.btn-green {
    line-height: 44px
}

.input-file-container {
    position: relative
}

.js .input-file-trigger {
    font-size: 14px;
    line-height: 36px;
    z-index: 300;
    top: 1443px;
    left: 735px;
    display: block;
    width: 177.48px;
    height: 36px;
    padding-left: 30px;
    cursor: pointer;
    transition: .3s;
    text-align: center;
    color: #2e2e2e;
    border-radius: 3px;
    background: #e8e8e8
}

.js .input-file-trigger:after,
.js .input-file-trigger:before {
    position: absolute;
    top: 2px;
    left: 20px;
    content: url(../img/design/ico/input-file.svg);
    transition: .3s
}

.js .input-file-trigger:after {
    content: url(../img/design/ico/input-file-hover.svg);
    opacity: 0
}

.js .input-file {
    position: absolute;
    z-index: -5;
    top: 0;
    left: 0;
    width: 225px;
    padding: 14px 0;
    cursor: pointer;
    transition: .3s;
    opacity: 0
}

.js .input-file-trigger:focus,
.js .input-file-trigger:hover,
.js .input-file:focus + .input-file-trigger,
.js .input-file:hover + .input-file-trigger {
    color: #fff;
    background: #008e62
}

.file-return {
    margin: 0
}

.file-return:not(:empty) {
    margin: 1em 0
}

.js .file-return {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    display: inline-block;
    width: 150px;
    margin: 0 0 0 30px;
    padding-top: 4px;
    vertical-align: top;
    color: #4a4a4a
}

@media (max-width: 767.98px) {
    .js .file-return {
        display: block;
        margin-left: 0;
        flex: 1 100%;
        text-align: center;
    }
}

.js .file-return:not(:empty):before {
    font-weight: 400;
    font-style: normal;
    content: ' '
}

.icr-label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icr-hidden,
.icr-input {
    position: absolute;
    display: block
}

.icr-hidden {
    overflow: hidden;
    width: 0;
    height: 0;
    top: 0;
    left: 0
}

.icr-input {
    top: -20px;
    left: -20px;
    cursor: pointer
}

.icr-item,
.icr-text {
    vertical-align: middle
}

.icr-text {
    font-size: 16px;
    padding-left: 5px;
    cursor: pointer;
    color: #333;
    display: inline
}

.icr-item {
    display: inline-block
}

.icr-label .type_checkbox {
    background-position: 0 0
}

.icr-label .type_radio {
    background-position: 0 -50px
}

.icr-label:hover .type_checkbox {
    background-position: -50px 0
}

.icr-label:hover .type_radio {
    background-position: -50px -50px
}

.icr-label.checked .type_checkbox,
.icr-label.checked:hover .type_checkbox {
    background-position: -150px 0
}

.icr-label.checked .type_radio,
.icr-label.checked:hover .type_radio {
    background-position: -150px -50px
}

.icr-label.disabled {
    opacity: .4
}

.lt-ie9 .icr-label.disabled {
    filter: alpha(opacity=50)
}

.icr-label.disabled .type_checkbox {
    background-position: 0 0 !important
}

.icr-label.disabled .type_radio {
    background-position: 0 -50px !important
}

.icr-label.checked.disabled .type_checkbox {
    background-position: -100px 0 !important
}

.icr-label.checked.disabled .type_radio {
    background-position: -100px -50px !important
}

.icr-label {
    margin: 0 5px 5px 0;
    padding-right: 2px
}

.icr-item {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/design/ico/check.png) no-repeat
}

.links {
    padding: 60px 0;
    border: 1px dashed #ff561f
}

.links ul {
    width: 250px
}

.links ul li a,
.vacancy-form__btn button {
    font-size: 16px;
    transition: .3s
}

.links ul li a:hover {
    color: #008e62
}

#panel.active {
    position: relative;
    z-index: 1100;
}

#panel.active + * + .header .header-mobile-phones {
    margin-top: 80px;
}

@media (max-width: 480px) {
    #panel.active + * + .header .header-mobile-phones {
        margin-top: 0;
    }

    #panel.active + * + .header.mheader {
        top: 30px;
    }
}

.header {
    margin-bottom: 20px
}

.header.fixed {
    /*margin-top: 120px;*/
}

@media (max-width: 991.98px) {
    .header {
        z-index: 100000;
        top: 0;
        right: 0;
        left: 0
    }
}

.header-top {
    height: 41px;
    background: #eee;
    position: relative;
    z-index: 1000;
}

.header-top .vr-template {
    padding-top: 8px;
    padding-bottom: 13px;
    width: 160px;
}

.stop-scroll .header-top .vr-template {
    padding-top: 23px;
    padding-left: 20px;
    width: 100%;
}

.header-top .vr-template__label {
    display: none;
}

.header-top .vr-template__link {
    position: relative;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    font-size: 12px;
    line-height: 14px;
    transition: all .25s;
    font-family: "Roboto", sans-serif;
    color: #008e62;
    padding-right: 20px;
}

.header-top .vr-template__link:hover {
    color: #008e62;
}

.header-top .vr-template__link:before {
    position: absolute;
    top: 1px;
    left: 1px;
    content: url(../img/design/ico/header-city.svg);
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
    width: 9px;
    height: 14px;
}

.header-top .vr-template__link:after {
    position: absolute;
    top: 2px;
    right: 0;
    /*content: url(../img/design/ico/header-city-arrow.svg);*/
    content: "";
    background: url(../img/design/ico/header-city-arrow.svg) no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 10px;
    width: 14px;
    height: 10px;
}

.header-top__city {
    display: none;
    width: 160px;
}

@media (max-width: 1199px) {
    .header-top .vr-template {
        margin-right: 5px;
    }
}

@media (max-width: 992px) {

    .header-personal-menu-item__ico {
        margin-bottom: 4px;
    }
}

@media (max-width: 576px) {
    .header-top .vr-template {
        width: auto;
    }
}

@media (max-width: 480px) {
    .header-top .vr-template {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .header-top {
        height: 30px;
    }
}

@media (max-width: 480px) {
    .header-top .vr-template {
        width: auto;
        margin-right: 20px;
    }

    .header-top .vr-template__link:after {
        right: 0;
    }
}

@media (max-width: 340px) {
    .header-top .vr-template {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .header-top__city {
        margin-right: 5px;
        width: 173px;
    }
}

.header-top__phone {
    width: 127px;
    line-height: 41px;
    position: relative;
    z-index: 1;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
    .header-top__phone {
        display: none;
    }
}

.header-top__phone a {
    font-size: 12px;
    color: #202020;
    font-weight: 500;
    line-height: 41px;
    transition: all .25s;
}

.header-top__phone a:hover {
    color: #008e62;
}

.header-top__callme {
    margin: 0 0 0 23px;
    line-height: 41px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1199px) {
    .header-top__callme {
        margin: 0 0 0 317px;
    }
}

@media (max-width: 991px) {
    .header-top__callme {
        display: none
    }
}

.header-top__address a,
.header-top__callme a,
.header-top__status a,
.header-top__status a.collapsed {
    font-size: 12px;
    color: #4c4c4c;
    border-bottom: 1px dashed #4c4c4c;
    position: relative;
    z-index: 20;
}

.header-top__status a,
.header-top__status a.collapsed {
    color: #4c4b4b;
}

.header-top__address a:hover,
.header-top__callme a:hover,
.header-top__status a:hover,
.header-top__status a {
    text-decoration: none;
    color: #008e62;
    border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.header-top__menu {
    margin-right: 0;
    position: relative;
    z-index: 1;
    margin-left: 117px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1199.98px) {
    .header-top__menu {
        display: none
    }
}

.header-top__menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top__menu ul li {
    display: inline-block;
    vertical-align: top;
}

.header-top__menu ul li a {
    font-size: 12px;
    line-height: 43px;
    height: 41px;
    display: inline-block;
    padding: 0 15px;
    transition: .3s;
    color: rgba(5, 5, 5, 1)
}

.header-top__menu ul li a:hover {
    text-decoration: none;
    color: #008e62;
    background-color: #e5e5e5
}

.header-top__menu ul li a.header-top-menu-ico {
    position: relative;
    padding-left: 37px
}

.header-top__menu ul li a.header-top-menu-ico:before {
    position: absolute;
    top: 0;
    left: 13px;
    content: "";
    background-image: url(../img/design/ico/header-top-menu.svg);
    background-repeat: no-repeat;
    background-size: 18px 22px;
    background-position-x: left;
    background-position-y: center;
    width: 18px;
    height: 43px;
}

.header-top__menu ul li a.header-top-menu-ico-delivery {
    position: relative;
    padding-left: 37px
}

.header-top__menu ul li a.header-top-menu-ico-delivery:before {
    width: 18px;
    height: 41px;
    background: url(/local/templates/apteka/img/ic-delivery.svg) no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";

}

.header-top__address {
    display: none;
    float: left;
    margin-right: 49px;
    padding-top: 9px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
    .header-top__address {
        display: block
    }
}

@media (max-width: 767px) {
    .header-top__address {
        margin-right: 15px
    }
}

.header-top__status #linkStatus {
    display: block;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: none;
}

.header-top__status #linkStatus span {
    line-height: 14px;
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px dashed #4c4c4c;
}

.header-top__status {
    margin-left: 20px;
    width: auto;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.header-top__status.active_status {
    background-color: #fff;
}

.header-top__status.active_status #linkStatus {
    border: none;
    background: #fff;
    color: #008e62;
    z-index: 101;
}

@media (max-width: 991px) {
    .header-top__status {
        float: right;
        margin-right: 15px
    }
}

@media (max-width: 480px) {
    .header-top__status {
        margin-right: 0;
        width: auto;
        line-height: 27px;
        height: 30px;
    }

    .header-top__address {
        margin-right: 46px;
        padding-top: 2px;
    }

    .header-top__status #linkStatus {
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
    }

    .header-top__status #linkStatus span {
        margin-top: 8px;
    }
}

@media (max-width: 375px) {
    .header-top__city {
        width: 145px;
    }

    .header-top__address {
        margin-right: 11px;
    }
}

.header-top__authorization {
    font-size: 0;
    height: 41px;
    margin: 0;
    margin-left: auto;
    text-align: center;
    background: #e1e1e1;
    padding: 0 10px;
    line-height: 41px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 991.98px) {
    .header-top__authorization {
        display: none
    }
}

@media (max-width: 991.98px) {
    .mheader .header-top {
        background-color: #ffffff;
    }
}

.header-top__authorization a {
    font-size: 12px;
    position: relative;
    transition: .3s;
    color: #404040
    display: inline-block;
    padding: 0px 20px;
}

.header-top__authorization a:first-child:after {
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0px;
    display: block;
    width: 1px;
    height: 15px;
    content: '';
    background: #9a9696
}

.header-top__authorization a:hover {
    text-decoration: none;
    color: #008e62
}

.header-city {
    display: none;
    position: relative;
    width: 140px;
}

.header-city__active {
    font-size: 12px;
    line-height: 41px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s;
    color: #000;
    width: 120px;
}

.header-city__active span {
    display: block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-city__active:before {
    position: absolute;
    top: 1;
    left: 1px;
    content: url(../img/design/ico/header-city.svg)
}

.header-city__active:after {
    position: absolute;
    top: 0;
    right: -20px;
    content: url(../img/design/ico/header-city-arrow.svg)
}

.header-city__active.active,
.header-city__active:hover,
.header-city__list ul li:hover {
    color: #008e62;
}

.header-city__list {
    position: absolute;
    z-index: 4;
    top: 41px;
    left: 0;
    display: none;
    width: 100%;
    background: #eee
}

.header-city__list.active {
    display: block
}

.header-city__list ul,
.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-city__list ul li {
    font-size: 12px;
    line-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    transition: .3s;
    color: #222
}

.header-center {
    top: -300px;
    height: 120px;
    transition: top .3s;
    background: #008e62;
    display: flex;
    align-items: center;
}

.cart-body .header-center {
    padding-top: 25px !important;
    padding-bottom: 95px !important;
}

@media (max-width: 991.98px) {
    .header-center {
        height: 70px
    }
}

.header-center.fixed {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    height: 68px;
}

.fixed .search-example {
    font-size: 12px;
    margin-top: 1px;
}

.header-center.fixed .header-phones {
    display: none;
}

.header-center.fixed .header-center__logo {
    display: none;
    padding-top: 0
}

.header-center.fixed .header-center__logo img {
    margin-left: -1px;
}

.header-center.fixed .header-center__logo-fixed {
    display: flex;
    margin-top: 4px;
}

.header-center.fixed .header-personal-menu {
    margin-top: 10px
}

.header-center__mobile-menu {
    display: none
}

@media (max-width: 991.98px) {
    .header-center__mobile-menu {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 8.33333%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 8.33333%;
        align-items: center;
    }

    .header-center.fixed .header-center__logo-fixed {
        display: none;
    }

    .header-center.fixed .header-center__logo {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .header-center__mobile-menu {
        max-width: 40px;
        margin-right: 10px;
    }
}

.header-center__logo {
    margin-right: 53px;
    padding-left: 15px;
}

@media (max-width: 1199.98px) {
    .header-center__logo {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .header-center__logo {
    }
}

@media (max-width: 575px) {
    .header-center__logo {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media (max-width: 991px) {
    .header-center__logo img {
        height: 40px
    }
}

@media (max-width: 480px) {
    .header-center__logo img {
        height: auto;
        width: 142px;
    }
}

@media (max-width: 345px) {
    .header-center__logo img {
        width: 115px;
    }
}

.vr-popup__content {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    max-width: 579px !important;
    width: 100%;
    text-align: left;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vr-popup__header {
    display: none;
}

.vr-popup__body {
    background-color: #ffffff !important;
    padding-left: 30px !important;
    padding-right: 20px !important;
    padding-top: 28px !important;
    border-radius: 0 !important;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25)
}

.vr-popup__body label {
    font-size: 18px;
    line-height: 21px;
    font-family: "Roboto Medium", sans-serif;
    color: #333333;
    text-align: left;
    display: block;
}

.vr-popup__search-input {
    background-image: url(/local/templates/apteka/img/search-icon.png) !important;
    background-size: 20px !important;
    background-position: calc(100% - 3px) 5px !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
    box-shadow: unset !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    font-size: 16px !important;
    font-family: "Roboto Light", sans-serif !important;
    color: #333333 !important;
}

/* .vr-popup__close {
	display: none !important;
} */
.vr-popup__close {
    position: absolute;
    background: transparent;
    right: 5px;
    top: 5px;
}

.vr-popup__close:focus, .vr-popup__close:active, .vr-popup__close:hover {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    opacity: 1;
}

.vr-popup__close::after, .vr-popup__close::before {
    position: absolute;
    left: 2px;
    top: 13px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #828282;
    transition-duration: 300ms;
}

.popup-window-close-icon {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: block;
}

.popup-window-close-icon:before, .popup-window-close-icon:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000000;
    opacity: 0.5;
    transition-duration: 300ms;
}

.popup-window-close-icon:hover:before, .popup-window-close-icon:hover:after {
    opacity: 1;
}

.popup-window-close-icon:before {
    -ms-transform: rotate(135deg) translate3d(6px, -7px, 0px);
    transform: rotate(135deg) translate3d(6px, -7px, 0px);
}

.popup-window-close-icon:after {
    -ms-transform: rotate(45deg) translate3d(7px, 6px, 0px);
    transform: rotate(45deg) translate3d(7px, 6px, 0px);
    background-image: none;

}

.vr-popup__close:hover::after, .vr-popup__close:hover::before {
    background-color: #000000;
}

.vr-popup__close::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vr-popup__close::before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.vr-popup__search-wrap {
    margin-bottom: 21px !important;
}

.vr-popup__search-wrap p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #8b8b8b !important;
    margin-top: 5px !important;
    text-align: left;
}

.vr-popup.vr-popup-regions .vr-popup__body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vr-popup.vr-popup-regions .vr-popup__body:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
}

.vr-popup.vr-popup-regions .vr-popup__body .vr-popup__search-wrap {
    padding-left: 25px;
    padding-right: 25px;
}

.vregions-oblast .scroll-custom {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 318px;
    height: 318px;
}

.vregions-oblast, .vregions-list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.vregions-oblast {
    width: 50%;
    padding-left: 0;
    float: left;
    padding-right: 10px;
}

.vregions-list {
    border-left: 1px solid #D8D8D8;
    margin-left: 0;
    float: right;
    padding-right: 20px;
}

.vregions-list .scroll-custom {
    max-height: 312px;
    height: 312px;
    overflow-y: auto;
    overflow-x: hidden;
}

.vregions-list .scroll-custom .mCSB_scrollTools {
    right: 5px;
}

.vregions-list label {
    padding-left: 31px;
}

.vregions-list__col_width-one-3 {
    width: 100% !important;
    padding-left: 0 !important;
}

.vr-popup__region-link, .vr-popup__region-link:link {
    position: relative !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 27px !important;
    font-family: "Roboto Light", sans-serif !important;
    color: #707070 !important;
    transition: all .25s !important;
    padding-left: 30px !important;
    margin-bottom: 0.5rem;
}

.vr-popup__region-link.vr-popup__region-link_active {
    color: #038057 !important;
}

.vr-popup__region-link.vr-popup__region-link_active:before {
    opacity: 1;
}

.vregions-oblast__select label input {
    display: none !important;
}

.vregions-oblast__select {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: unset !important;
}

.vregions-oblast__select label {
    display: block !important;
    position: relative !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-family: "Roboto Light", sans-serif !important;
    color: #707070 !important;
    cursor: pointer !important;
    transition: all .25s !important;
    padding-left: 25px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 5px;
}

.vregions-oblast label {
    padding-left: 25px;
}

.vregions-oblast__select label:hover, .vregions-oblast__select label.active {
    color: #038057 !important;
}

.vregions-oblast__select label.active:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(3, 128, 87, 0.1);
    border-left: 4px solid #038057;
    opacity: 0;
    transition: all .25s;
}

.vregions-oblast__select label:hover {

}

.vregions-oblast__select label:hover:before, .vregions-oblast__select label.active::before {
    opacity: 1;
}

.vr-popup__region-link::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: '';
    width: 258px;
    height: calc(100% + 5px);
    background-color: rgba(3, 128, 87, 0.1);
    border-left: 4px solid #038057;
    opacity: 0;
    transition: all .25s;
}

.vr-popup__region-link:hover, .vr-popup__region-link:hover {
    color: #038057 !important;
    text-decoration: none;
}

.vregions-another-region {
    display: none !important;
}

.header-center__logo-fixed {
    position: relative;
    display: none;
    width: 100%;
    max-width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%
}

@media (max-width: 380px) {

    .vregions-oblast label {
        padding-left: 10px;
    }

    .vr-popup__region-link, .vr-popup__region-link:link {
        padding-left: 10px !important;
    }

    .vregions-list {
        padding-right: 10px;
    }

    .vregions-list label {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .header-center__logo-fixed {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }
}

.header-center__logo-fixed .menu-catalog-btn {
    line-height: 36px;
    position: relative;
    top: -2px;
    height: 36px
}

.header-center__logo-fixed .menu-catalog-btn__ico {
    margin-top: 12px
}

.header-center__search {
    z-index: 800;
    width: 48.6%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-phones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    flex: 1 100%;
    position: relative;
    top: -6px;
}

.header-phone span {
    font-size: 12px;
    line-height: 14px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1199px) {
    .header-phone span {
        display: block;
    }
}

.header-phone a {
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-right: 1px;
    transition: all .3s;
}

.header-phone a:hover {
    color: #fdcf00;
}

.header-mobile-phones {
    display: none;
    position: static;
    top: -300px;
    align-items: center;
    padding-left: 20px;
    margin-top: 14px;
    transition: .3s;
}

.search-mobile-close {
    display: none;
}

.header-mobile-phones.active .header-mobile-close {
    display: block;
    position: absolute;
    right: 24px;
    top: 16px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.header-mobile-phones.active .header-mobile-close::after, .header-mobile-phones.active .header-mobile-close::before {
    position: absolute;
    left: 3px;
    top: 14px;
    content: '';
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 5px;
}

.header-mobile-phones.active .header-mobile-close::before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-mobile-phones.active .header-mobile-close::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-mobile-phone:first-child {
    margin-right: 36px;
}

.header-mobile-phones.active .header-mobile-phone:first-child {
    margin-right: 27px;
}

.header-mobile-phone span {
    display: block;
    font-size: 10px;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.8px;
    color: #000000;
}

.header-mobile-phone a {
    font-size: 16px;
    font-family: "Roboto Medium", sans-serif;
    line-height: 19px;
    border-bottom: 1px dashed rgba(0, 0, 0, .6);
    color: #000000;
    transition: .3s;
}

.header-mobile-phone a:hover {
    border-bottom: 1px dashed transparent;
}

@media (max-width: 480px) {
    .header-mobile-phone:first-child {
        margin-right: 0;
    }

    .header-mobile-phone {
        width: 50%;
    }
}

@media (max-width: 1199.98px) {
    .header-center__search {
        max-width: 41.45%;
        flex: 0 0 41.45%
    }
}

@media (max-width: 991.98px) {
    .header-center__search {
        display: none
    }

    .mheader .header-mobile-phones {
        display: flex;
        flex: 1 100%;
    }
}

.header-center__personal-menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 20%;
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    .header-center__personal-menu {
        max-width: 25%;
        margin-left: auto;
        flex: 0 0 25%
    }
}

@media (max-width: 767.98px) {
    .header-center__personal-menu {
        max-width: 41.66667%;
        margin-left: auto;
        flex: 0 0 41.66667%;
        padding-right: 10px;
    }
}

.header-mobile-phones.active {
    position: absolute;
    display: flex;
    left: 0;
    width: 100%;
    height: 67px;
    background-color: #008E62;
    z-index: 999999;

    margin-top: 0px;
    animation: slideDown .3s .1s 1 forwards;
}

.header.fixed .header-mobile-phones.active {
    position: fixed;
    display: flex;
    left: 0;
    width: 100%;
    height: 67px;
    background-color: #008E62;
    z-index: 999999;
    margin-top: 30px;
    animation: slideDown .3s .1s 1 forwards;
}

@keyframes slideDown {
    from {
        top: -300px;
    }
    to {
        top: 0;
    }
}

.header-mobile-phones.active .header-mobile-phone span {
    color: #fff;
}

.header-mobile-phones.active .header-mobile-phone a {
    color: #fff;
    border-bottom-color: #fff;
}

@media (max-width: 480px) {
    .header-mobile-phones.active {
        padding-right: 65px;
    }

    .header-mobile-phones.active .header-mobile-phone:first-child {
        margin-right: 0;
    }

    .header-mobile-phones.active .header-mobile-phone {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .header-mobile-phones.active {
        padding-right: 45px;
    }

    .header-mobile-phone a {
        font-size: 13px;
        line-height: 16px;
    }

    .header-mobile-phone span {
        letter-spacing: 0;
    }

    .header-mobile-phones.active .header-mobile-close {
        right: 20px;
    }
}

.header-search {
    width: 100%;
}

.header-search__input {
    font-size: 12px;
    line-height: 36px;
    width: 100%;
    padding: 0 45px 0 18px;
    letter-spacing: -.35px;
    color: #8b8b8b;
    border-radius: 4px;
    background: #fff
}

.header-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 36px;
    cursor: pointer;
    background: url(../img/design/ico/musica-searcher.svg) center no-repeat;
    z-index: 0;
}

.header-search .header-search__btn:active {
    background: url(../img/design/ico/musica-searcher.svg) center no-repeat;
}

.header-search .header-search__btn:hover, .header-search .header-search__btn:focus {
    background-color: #e6e6e6;
    border-radius: 0 4px 4px 0;
}

.search-mobile-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    border: 1px solid #d8d8d8;
    border-radius: 4px
}

@media (max-width: 992px) {
    .search-mobile-wrap input {
        border: 0 !important;
        border-bottom: 0 !important;
        line-height: 36px !important;
    }
}

@media (max-width: 480px) {
    .search-mobile-wrap {
        margin-bottom: 30px;
    }
}

.search-mobile-wrap__input {
    font-size: 12px;
    line-height: 36px;
    width: 100%;
    padding: 0 45px 0 18px;
    letter-spacing: -.35px;
    color: #8b8b8b;
    border-radius: 4px;
    background: #fff
}

.mheader .header-top .vr-template__link {
    width: 130px;
}

@media (max-width: 480px) {
    .search-mobile-wrap__input {
        line-height: 43px;
    }

    .header-top .vr-template__link {
        overflow: hidden;
        max-width: 130px;
    }
}

.search-mobile-wrap__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 36px;
    cursor: pointer;
    background: url(../img/design/ico/musica-searcher.svg) center no-repeat
}

.header-personal-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .header-personal-menu {
        padding-left: 0
    }
}

@media (max-width: 991.98px) {
    .header-personal-menu {
        justify-content: flex-end
    }
}

@media (max-width: 575.98px) {
    .header-personal-menu {
        position: relative;
    }
}

.bx-basket {
    position: relative
}

@media (max-width: 991px) {
    .header-personal-menu-item {
        display: block;
        margin-left: 20px
    }

}

@media (max-width: 575px) {
    .header-personal-menu-item {
        margin-left: 15px
    }
}

@media (max-width: 991px) {

    .header-personal-menu-item--compare,
    .header-personal-menu-item--favor {
        display: none
    }

    .count-favor-item {
        display: none;
    }
}

.header-personal-menu-item--search {
    display: none
}

@media (max-width: 991px) {
    .header-personal-menu-item--search {
        display: flex;
        padding-top: 1px;
    }
}

.header-personal-menu-item--phone,
.why-buy-online br {
    display: none
}

@media (max-width: 991px) {
    .header-personal-menu-item--phone {
        display: flex
    }
}

.header-personal-menu-item__ico {
    display: block;
    height: 26px;
    margin-bottom: 4px;
    text-align: center;
    position: relative;
}

.header-menu ul li a,
.header-personal-menu-item__title {
    font-size: 14px;
    display: block;
    transition: .3s;
    color: #fff
}

.header-personal-menu-item__title {
    font-size: 12px;
}

@media (max-width: 991px) {
    .header-personal-menu-item__title {
        display: none
    }
}

.header-personal-menu-item:hover {
    text-decoration: none
}

.header-personal-menu-item:hover .header-personal-menu-item__title {
    color: #ffd406
}

.header-personal-menu-item--compare .header-personal-menu-item__ico:after {
    content: '';
    width: 20px;
    height: 26px;
    background: url("../img/design/ico/clipboards.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
}

.header-personal-menu-item--compare .header-personal-menu-item__ico:before {
    opacity: 0;
    content: '';
    width: 20px;
    height: 26px;
    background: url("../img/design/ico/clipboards-hover.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: .3s;
}

.header-personal-menu-item--compare:hover .header-personal-menu-item__ico:after {
    opacity: 0;
}

.header-personal-menu-item--compare:hover .header-personal-menu-item__ico:before {
    opacity: 1;
}

.header-personal-menu-item-cart {
    position: relative;
    display: block;
}

.header-personal-menu-item-cart .header-personal-menu-item__ico {
    position: relative;
    width: 26px;
    height: 26px;
    margin: 0 auto 4px;
}

.header-personal-menu-item-cart .header-personal-menu-item__ico:after {
    content: '';
    width: 26px;
    height: 26px;
    background: url("../img/design/ico/shopping-cart.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
}

.header-personal-menu-item-cart .header-personal-menu-item__ico:before {
    content: '';
    width: 26px;
    height: 26px;
    background: url("../img/design/ico/shopping-cart-hover.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
    opacity: 0;
}

.header-personal-menu-item-cart:hover .header-personal-menu-item__ico:after {
    opacity: 0;
}

.header-personal-menu-item-cart:hover .header-personal-menu-item__ico:before {
    opacity: 1;
}

.header-cart-indicator {
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    top: -7px;
    right: -1px;
    display: block;
    width: 19px;
    height: 19px;
    text-align: center;
    color: #292929;
    border-radius: 50%;
    background: #ffd406;
    box-shadow: .4px 2px 14.4px rgba(0, 0, 0, .08);
    z-index: 1;
}

.header-cart-indicator[data-hide="0"] {
    display: none;
}

.count-favor-item[data-hide=""] {
    display: none;
}

@media (max-width: 991px) {
    .header-personal-menu-item-cart {
        margin-left: 10px;
    }

    .header-cart-indicator {
        right: -8px
    }
}

.header-bottom {
    padding-top: 18px;
}

@media (max-width: 991px) {
    .header-bottom {
        display: none
    }
}

.header-menu {
    position: relative;
    width: 100%;
    max-width: 75%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 10px;
    /*flex: 0 0 75%;*/
    width: 75%;
}

.header-menu ul {
    display: flex;
    margin: 0 -18px;
    justify-content: space-between
}

.header-menu ul li a {
    font-weight: 600;
    line-height: 42px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #434141;
    border-radius: 3px
}

@media (max-width: 1199px) {
    .header-menu ul li a {
        font-size: 12px
    }

}

@media (max-width: 992px) {
    .header-personal-menu-item__ico {
        margin-bottom: 4px;
    }
}

.header-menu ul li a.menu-sale {
    color: #ce0c36
}

.header-menu ul li a:hover {
    text-decoration: none;
    background: #f1f1f1
}

.footer__menu {
    position: relative;
    width: 100%;
    max-width: 75%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%
}

@media (max-width: 991.98px) {
    .footer__menu {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.footer__info {
    position: relative;
    width: 100%;
    max-width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%
}

@media (max-width: 991.98px) {
    .footer__info {
        max-width: 100%;
        flex: 0 0 100%
    }
}

#callmeModal .modal-content .modal-body {
    padding-top: 0px !important;
}

.modal-main .modal-dialog {
    width: 465px;
    margin-left: auto;
    margin-right: auto;
}

#reviewModal.modal-main .modal-dialog {
    max-width: 900px !important;
    width: 100% !important;
}

#reviewModal.modal-main .modal-content .modal-body {
    padding: 0 !important;
}

#reviewModal.modal-main .my-review {
    padding-top: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    #reviewModal.modal-main {
        /*   padding-right: 37px !important;*/
    }

    #reviewModal.modal-main .close-modal {
        /*     right: -28px !important;*/
        top: 55px !important;
    }
}


.modal-main .modal-content .modal-header {
    padding: 0px;
    border: none;
    display: block;
}

.modal-main .modal-content .modal-header .modal-title {
    font-size: 26px;
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.modal-main .modal-content .modal-header .modal-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.modal-main .modal-content .modal-header .modal-subtitle b {
    color: #008e62;
}

.modal-main .modal-content .modal-header .modal-title-tabs {
    width: 100%;
    height: 75px;
    margin: 0px;
    display: flex;
    line-height: 75px;
}

.modal-main .modal-content .modal-header .modal-title-tabs .one-title-tab {
    font-size: 24px;
    text-align: center;
    background: #e1e1e1;
    cursor: pointer;
}

.modal-main .modal-content .modal-header .modal-title-tabs .one-title-tab:hover {
    color: #008e62;
}

.modal-main .modal-content .modal-header .modal-title-tabs .one-title-tab.active {
    background: #fff;
}

.modal-main .modal-content .modal-body {
    padding: 0px 80px 50px 80px;
}

.modal {
    z-index: 9999999;
}

.modal-backdrop {
    z-index: 999999;
}

.close-modal {
    opacity: 1;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 30px;
    z-index: 400;
    background-color: #f2f2f200;
    height: 30px;
    cursor: pointer;
}

.close-modal img {
    display: none !important;
}

.close-modal::after, .close-modal::before {
    position: absolute;
    left: 0;
    top: 14px;
    content: '';
    width: 34px;
    height: 2px;
    background-color: #c5c5c5;
    transition: all .25s
}

.close-modal:hover::after, .close-modal:hover::before {
    background-color: #2E2E2E;
}

.close-modal::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal::before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media (max-width: 480px) {
    .modal-main .modal-dialog {
        width: 100%;
    }

    .modal-main .modal-content {
        width: 100%;
    }

    .close-modal {
        right: 15px;
        top: 15px;
    }

    .form-group input, .form-group select, .form-group textarea {
        height: 30px;
    }

    .modal-main .modal-content .modal-body {
        padding: 20px;
    }

    .modal-main .modal-content .form-checkbox label {
        font-size: 13px;
        line-height: 15px;
    }

    .modal-main .modal-content .modal-header .modal-title-tabs {
        height: 55px;
        line-height: 55px;
    }
}

.form-group {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    user-select: none;
}

.form-group input,
.form-group select,
.form-group textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 0px 10px 0px;
    height: 44px;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #C4C4C4;
    background: none;
    border-radius: 0;
    color: #000;
    transition: all 0.15s ease;
    box-shadow: none !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    background: none;
    outline: none;
}

.form-group textarea {
    height: 100px;
}

.form-group label {
    font-size: 16px;
    font-weight: 300;
    padding-left: 0px;
}

.form-group a {
    color: #008e62;
    text-decoration: underline !important;
}

.form-group a:hover {
    color: #008e62;
    text-decoration: none !important;
}

.pro-inf-column {
    margin-top: 50px;
}

.pro-inf-column .pro-inf {
    margin-top: 0;
}

.pro-inf-column .pro-inf.form-float textarea {
    padding: 0;
    height: 60px;
    min-height: 60px;
    overflow: hidden;
    resize: vertical;
    margin-top: 30px;
}

.pro-inf-column .pro-inf.form-float textarea + label {
    top: 35px;
}

.pro-inf-column .pro-inf.form-float textarea + label.active {
    top: 12px !important;
}

.pro-inf.form-float label {
    top: 60px;
}

.pro-inf.form-group.form-float {
    font-size: 0;
}

.pro-inf.form-float .border {
    bottom: 0;
}

.pro-inf.form-float textarea:not(:placeholder-shown) + label {

}

.pro-inf.form-float textarea:focus + label {

}

.form-float label {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 100;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    cursor: text;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  #loginModal .form-float label{
      top: 0 !important;
      font-size: 11px !important;
      transform: translateY(0px) scale(1) !important;
      -ms-transform: translateY(0px) scale(1) !important;
  }
  #registrModal .form-float label{
      top: 0 !important;
      font-size: 11px !important;
      transform: translateY(0px) scale(1) !important;
      -ms-transform: translateY(0px) scale(1) !important;
  }
}
@supports (-ms-ime-align:auto) {
  #loginModal .form-float label{
      top: 0 !important;
      font-size: 11px !important;
      transform: translateY(0px) scale(1) !important;
      -ms-transform: translateY(0px) scale(1) !important;
  }
  #registrModal .form-float label{
      top: 0 !important;
      font-size: 11px !important;
      transform: translateY(0px) scale(1) !important;
      -ms-transform: translateY(0px) scale(1) !important;
  }
}*/
@supports (-ms-ime-align:auto) {
    .form-float input:placeholder-shown + label {
        font-size: 11px !important;
        top: -12px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-float input:placeholder-shown + label {
        font-size: 11px !important;
        top: -12px !important;
    }

}

.form-float textarea + label.active {
    color: #038057;
    font-size: 11px !important;
    top: -12px !important;
}

.form-float input + label.active {
    color: #038057;
    font-size: 11px !important;
    top: -12px !important;
}

.form-float input[im-insert="true"] + label {
    /*color: #038057;*/
    /*font-size: 11px !important;*/
    /*top: -12px !important;*/
    /*display: block !important;*/
}

.vacancy-form__form input[im-insert="true"] + label {
    /*font-size: 11px !important;
    top: -12px !important;*/
}

.form-float input:focus + label {
    color: #038057;
    font-size: 11px;
    top: -12px;
}

.form-item.form-group input:focus + label {
    color: #038057;
    font-size: 11px;
    top: -12px;
}

.form-float textarea:focus + label {
    color: #038057;
    font-size: 11px;
    top: -12px;
}

.form-float input:not(:placeholder-shown) + label {
    /*color: #000;*/
    /*font-size: 11px;*/
    /*top: -12px;*/
    /*font-size: 11px;
    top: -12px;*/
    /*-ms-transform: translateY(-23px) scale(0.65);
    transform: translateY(-23px) scale(0.65);*/

}

.form-item.form-group input:not(:placeholder-shown) + label {
    color: #038057;
    font-size: 11px;
    top: -12px;
    /*-ms-transform: translateY(-23px) scale(0.65);
	transform: translateY(-23px) scale(0.65);*/
}

.form-float textarea:placeholder-shown + label {
    /*color: #000;
    font-size: 11px;
    top: -12px;
    -ms-transform: translateY(-23px) scale(0.65);
    transform: translateY(-23px) scale(0.65);*/
}

.form-float input:focus + label + .border {
    width: 100%;
}

.form-float textarea:focus + label + .border {
    width: 100%;
}

.form-float .border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #038057;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border: none !important;
}

.form-checkbox label {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    display: block;
}

.form-checkbox label > .checkbox-div {
    min-width: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 2px solid #8B8B8B;
    line-height: 10px;
    position: relative;
    float: left;
    margin-top: 3px;
}

.form-checkbox label > .checkbox-div img {
    display: none;
    width: 10px;
    position: absolute;
    top: 2px;
    left: 1px;
}

.form-checkbox label > span {
    display: block;
    margin-left: 23px;
}

.form-checkbox input:checked + label > .checkbox-div,
.form-checkbox:hover .checkbox-div {
    border: 2px solid #008e62;
}

.form-checkbox input:checked + label > .checkbox-div img {
    display: block;
}

.form-remember {
    margin-top: 10px;
}

.form-text {

}

.form-text a {

}

.form-eye {

}

.form-eye span {
    position: absolute;
    top: 17px;
    right: 5px;
    cursor: pointer;
    width: 16px;
    height: 11px;
    background: url("/local/templates/apteka/assets/img/design/eye.svg");
}

.form-eye span.active {
    background: url("/local/templates/apteka/assets/img/design/eye-active.svg");
}

.form-button {
    text-align: center;
}

.form-button .btn {
    margin: 0px;
    font-size: 16px;
    width: 200px;
}

.form-button .btn:focus {
    box-shadow: none !important;
}

.footer-menu-item {
    position: relative;
    width: 100%;
    max-width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%
    font-family: Roboto;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .footer-menu-item {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.footer-menu-item__title {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 14px;
    color: #2e2e2e;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.footer__menu .footer-menu-item:nth-child(2) {
    margin-left: -22px;
}

.footer__menu .footer-menu-item:nth-child(4) {
    margin-left: 20px;
}

@media (max-width: 1199px) {
    .footer__menu .footer-menu-item__list {
        font-size: 14px;
    }

    .footer__menu .footer-menu-item__list li {
        white-space: normal !important;
    }

    .footer__menu .footer-menu-item__title {
        font-size: 16px;
    }

    .footer__menu .footer-menu-item:nth-child(2) {
        margin-left: 0px;
    }

    .footer__menu .footer-menu-item:nth-child(4) {
        margin-left: 0px;
    }
}

@media (max-width: 767.98px) {
    .footer-menu-item__title {
        font-size: 15px;
        line-height: 40px;
        margin-bottom: 6px;
        padding: 0 20px;
        cursor: pointer;
        background: #f3f3f3
    }

    .footer-menu-item__title:after {
        position: absolute;
        top: -2px;
        right: 20px;
        content: url(../img/design/ico/arrow-down.svg);
        transition: .3s
    }

    .footer-menu-item__title.active:after {
        top: 2px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer-menu-item__list {
        overflow: hidden;
        max-height: 0;
        transition: .5s
    }

    .footer-menu-item__list.active {
        max-height: 1000px;
        padding-top: 5px;
        padding-bottom: 10px
    }
}

.footer-menu-item__list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width: 767.98px) {
    .footer-menu-item__list ul {
        padding-left: 30px
    }
}

.footer-menu-item__list ul li {
    padding: 3px 0 4px;
    white-space: nowrap;
}

.footer-menu-item__list ul li a {
    font-size: 14px;
    line-height: 1.4;
    transition: .3s;
    color: #676767
}

.footer-clarification a:hover,
.footer-menu-item__list ul li a:hover {
    text-decoration: none;
    color: #008e62
}

.footer-phone {
    margin-bottom: 16px
}

.footer-phone.mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .footer-phone {
        margin-top: 20px
    }

    /* .footer-phone {
			display: none;
		}
		.footer-phone.mobile {
			display: block;
		} */
}

.footer-phone__title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    color: #676767
}

@media (max-width: 767.98px) {
    .footer-phone__title {
        margin-bottom: 15px
    }
}

.footer-phone__link {
    font-size: 25.0408px;
    font-weight: 600;
    line-height: 24px;
    color: #2e2e2e
}

@media (max-width: 767px) {
    .footer-phone__link {
        font-size: 36px
    }
}

@media (max-width: 575.98px) {
    .footer-phone__link {
        font-size: 40px
    }
}

.footer-phone__link:hover {
    text-decoration: none;
    color: #2e2e2e
}

.footer-social {
    margin-bottom: 10px
}

@media (max-width: 991.98px) {
    .footer-social {
        margin-bottom: 30px
    }
}

.footer-social__title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #676767
}

.footer-social__list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-social__list ul li {
    display: inline-block;
    margin-right: 7px;
    vertical-align: top
}

.breadcrumbs ul li:last-of-type,
.footer-social__list ul li:last-of-type {
    margin-right: 0
}

.footer-social__list ul li a {
    display: inline-block;
    transition: .1s;
    vertical-align: top
}

.footer-social__list ul li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-requisites {
    font-size: 14px;
    line-height: 27px;
    color: #676767;
    font-family: "Roboto", sans-serif;
}

.footer-clarification,
.footer-copyright {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: 35px;
    padding-right: 15px;
    padding-left: 15px
}

.footer-address {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    color: #676767;
    margin-top: 25px;
    padding-left: 16px;
}

.footer-clarification {
    margin-top: 16px;
}

.footer-clarification p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
    color: #9f9f9f
}

.breadcrumbs ul li a,
.footer-clarification a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.footer-clarification a {
    transition: .3s;
    color: #676767;
    text-decoration: underline !important;
}

.footer-clarification a:hover {
    text-decoration: none !important;
}

.footer-clarification a.show-more {
    display: none;
}

@media (max-width: 991.98px) {
    .footer-clarification a.show-more {
        display: block;
        width: 100%;
        position: absolute;
        padding: 0 15px;
        top: 26px;
        left: 0;
        color: #008e62;
        text-decoration: underline !important;
        transition: all .25s;
        border: 0;
        font-size: 14px;
        background-color: #ffffff;
    }

    .footer-clarification {
        height: 54px;
        overflow: hidden;
    }
}

.footer-clarification a.show-more:hover {
    text-decoration-color: transparent !important;
}

.footer-copyright {
    font-size: 14px;
    line-height: 26px;
    margin-top: -6px;
    color: #b5b5b5
}

.subscribe {
    height: 154px;
    margin-top: -20px;
    background: url(../img/design/bg/subscribe.png) center;
    background-size: cover
}

@media (max-width: 991.98px) {
    .subscribe {
        height: auto
    }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
    .subscribe {
        padding-bottom: 50px
    }
}

@media (max-width: 991.98px) {
    .subscribe {
        padding-bottom: 0
    }
}

.subscribe__title {
    font-size: 25px;
    font-weight: 300;
    line-height: 34px;
    position: relative;
    width: 100%;
    max-width: 41.66667%;
    min-height: 1px;
    padding-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    flex: 0 0 41.66667%
}

@media (max-width: 1199.98px) {
    .subscribe__title {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 991.98px) {
    .subscribe__title {
        max-width: 100%;
        text-align: center;
        flex: 0 0 100%
    }
}

@media (max-width: 767.98px) {
    .subscribe__title {
        font-size: 22px
    }
}

.subscribe__title b {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #fff
}

@media (max-width: 767.98px) {
    .subscribe__title b {
        font-size: 26px
    }
}

.subscribe__ico {
    position: relative;
    width: 100%;
    max-width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%
}

@media (max-width: 1199.98px) {
    .subscribe__ico {
        display: none
    }
}

.subscribe__ico img {
    position: relative;
    left: -92px;
    margin-top: 16px
}

.subscribe__ico-mobile {
    display: none;
    text-align: center
}

@media (max-width: 991.98px) {
    .subscribe__ico-mobile {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        margin-top: 25px;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 100%
    }
}

.subscribe__ico-mobile img {
    margin: auto
}

.subscribe__form {
    position: relative;
    width: 100%;
    max-width: 33.33333%;
    min-height: 1px;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%
}

@media (max-width: 1199.98px) {
    .subscribe__form {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width: 991.98px) {
    .subscribe__form {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 32px
    }
}

.subscribe-form {
    position: relative;
    height: 55px;
    margin-left: -40px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 2.5px 11.7px 46px rgba(46, 46, 46, .03)
}

@media (max-width: 991.98px) {
    .subscribe-form {
        margin-left: 0
    }
}

.subscribe-form__input {
    position: relative;
    width: 100%;
    height: 100%
}

.subscribe-form__input:before {
    position: absolute;
    top: 22px;
    left: 22px;
    content: url(../img/design/ico/subscribe-mail.svg)
}

.subscribe-form__input input {
    font-size: 13.8px;
    line-height: 55px;
    width: 100%;
    height: 100%;
    padding-right: 150px;
    padding-left: 50px;
    color: #959595;
    background: 0 0
}

.subscribe-form__btn {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 133px;
    height: 100%;
    cursor: pointer;
    transition: .3s;
    color: #fff;
    border-radius: 0 4px 4px 0;
    background: #d00934
}

.subscribe-form__btn:hover {
    background: rgba(208, 9, 52, .82)
}

#navbarDropdown {
    border-radius: 3px;
    background-color: #fcce00;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    letter-spacing: 0.97px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 10px;
    width: 195px;
}

#navbarDropdown:hover {
    background: #FFE069;
}

.navbar {
    position: static;
    /*width: 300px;*/
    max-width: 100%;
    min-height: 1px;
    padding: 0 15px;
    /*flex: 0 0 25%;*/
    transition: top .3s;
    top: -300px;
    width: 25%;
}

.navbar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex: 1 100%;
    z-index: 1100;
}

.order_page .navbar.fixed {
    position: relative;
}

.navbar.fixed .navbar-collapse {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.navbar.fixed .navbar-collapse .navbar-nav {
    position: absolute;
    left: 72px;
    top: 9px;
}

.navbar.fixed .navbar-collapse .dropdown-menu {
    left: -56px;
}

.navbar.fixed .navbar-collapse #navbarDropdown {
    line-height: 36px;
}

@media (max-width: 1200px) {
    .navbar.fixed .navbar-collapse {
        max-width: 960px;
    }
}

.dropdown-menu {
    padding: 24px;
    box-shadow: -4px -4px 32px 0 rgba(0, 0, 0, 0.14);
    border: none;
    margin-top: 20px;
    border-radius: 0px;
    /*min-height: 584px;*/
}

.dropdown-menu .wrapper_desktop_menu {
    min-height: 420px;
}

.default_show {
    padding-left: 245px;
    margin-top: -12px;
}

.dropdown-item {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 12px 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2e2e2e;
    font-weight: 500;
    text-decoration: none;
}

.item-menu:hover {
    color: #008e62;
}

.nav__category-icon-carret-krasota {
    margin-left: 100px;
}

.nav__category-icon-carret-lekarstva {
    margin-left: 129px;
}

.nav__category-icon-carret-vitamin {
    margin-left: 75px;
}

.nav__category-icon-carret-gigiena {
    margin-left: 147px;
}

.nav__category-icon-carret-izdelia {
    margin-left: 49px;
}

.nav__category-icon-carret-mama {
    margin-left: 97px;
}

.nav__category-icon-carret-pitanie {
    margin-left: 55px;
}

.nav__category-icon-carret-uhod {
    margin-left: 76px;
}

a#banner {
    margin-top: 25px;
}

.text_number {
    font-family: Roboto, sans-serif;
    color: #676767;
    font-size: 13px;
    line-height: 1.5;
    margin-left: 20px;
    margin-top: -5px;
    margin-bottom: 20px;

}

#yournameform {
    margin-bottom: 0px;
    color: #008e62;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

#yourphoneform {
    margin-bottom: 0px;
    color: #008e62;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

.btn {
    background-color: #008e62;
    color: #fff;
    width: 147px;
    height: 40px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 25px;
    line-height: 31px;
    box-shadow: none !important;
    outline: none !important;

    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.btn:hover {
    color: #fff;
    border: none;
    background-color: #09a675;
    box-shadow: none !important;
    outline: none !important;
}

.btn:focus, .btn:active {
    box-shadow: none !important;
    outline: none !important;
}

.btn-success.disabled, .btn-success:disabled {
    background: #E8E8E8;
    color: #2E2E2E;
    box-shadow: none;
    border: 1px solid #E8E8E8;
    opacity: 1;
}

.form-control {
    margin-top: 2px;
}

/* Стили для попап Регистрация */
#regemailform {
    text-align: left;
    margin-bottom: 0px;
    color: #008e62;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

#regpasswordform {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0px;
    color: #008e62;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

#registrbox {
    width: 465px;
    /*height: 465px;*/
}

#regname {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0px;
    color: #008e62;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
}

#reg {
    width: 167.83px;
    height: 40px;
    margin-left: 60px;
}

#regin {
    margin-left: 24px;
    margin-bottom: 23px;
    text-decoration: underline;
    color: #008e62;
    transition: opacity 200ms ease;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    border-right: none;
}

#regin:hover {
    text-decoration: none;
}

#regin:after {
    content: none;
}

.close_button {
    margin: 10px;
}

#callme {
    margin: auto;
    /*margin-bottom: 10px;*/
    font-size: 16px;
    width: 180px;
    height: 45px;
}

.form-check {
    margin-top: 20px;
}

.form-check-label {
    margin-left: 10px;
    font-size: 12px;
}

.form-control {
    font-size: 15px;
    font-weight: 300;
}

#changepass {
    text-decoration: underline;
    color: #008e62;
    font-size: 13px;
    margin-right: 160px;
    top: 10px;
}

#changepass:after {
    content: none;
}

#remember {
    margin-right: 160px;
    margin-top: 24px;
    width: 145px;
}

#regemail {
    margin-top: 10px;
    margin-bottom: 20px;
}

#info_sale {
    font-size: 15px;
    width: 300px;
    text-align: left;
    margin-top: -2px;
    margin-left: 5px;
}

#confirmation {
    margin-right: 160px;
    margin-top: 13px;
    width: 145px;
}

#confident {
    text-decoration: underline;
    color: #008e62;
    font-size: 14px;
    margin-right: 0px;
}

#confident:after {
    content: none;
}

#confirm {
    text-decoration: underline;
    color: #008e62;
    font-size: 14px;
}

#registrModalLabel {
    margin-left: 157px;
    margin-top: 25px;
}

#collapseOrderStatus {
    margin-top: -1px;
    overflow: initial;
    /*padding: 43px 30px;*/
    position: absolute;
    right: 0;
    top: 41px;
    width: 600px;
    border: none;
    border-radius: 0;
    z-index: 100;
    box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    transition-duration: 0ms;
    transition-delay: 0ms;
}

@media (max-width: 1199px) {
    #collapseOrderStatus {
        right: -198px;
    }
}

@media (max-width: 991px) {
    #collapseOrderStatus {
        right: -208px;
    }
}

@media (max-width: 670px) {
    .header-top__status {
        position: static;
    }

    #collapseOrderStatus {
        right: 15px;
        left: 15px;
        width: auto;
    }
}

@media (max-width: 480px) {
    #collapseOrderStatus {
        top: 31px;

    }

    #collapseOrderStatus .card {
        padding: 30px 10px;
    }
}

#collapseOrderStatus .card {
    padding: 43px 30px;
    position: static;
    width: auto;
    box-shadow: none;
}

.card {
    padding: 43px 30px;
    position: absolute;
    right: 0px;
    width: 600px;
    top: 0px;
    border: none;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 2px 42px 0px rgba(0, 0, 0, 0.25)
}

.card .input-group {
    height: 35px;
}

.input-group-append {
    margin-left: 0px;
}

#statusZakaza {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px 0px 0px 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 35px;
    margin: 0px;
    box-shadow: none;
    font-weight: 400;
}

#statusFind {
    margin-top: 30px;
    height: 35px;
    margin-left: 0px;
    background-color: #d61717;
    width: 130px;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}

#linkStatus.active {
    margin-left: 15px;
}

#status.active {
    background-color: white;
    width: 113px;
    height: 40px;
}

.submenu_name {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}

.submenu_item {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #676767;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
}

.submenu_item:hover {
    color: #008e62;
}

.header-top__status .status_confirm-link-block {
    text-align: center;
    padding-top: 20px;
    display: block;
    height: 48px;
}

.header-top__status .status_confirm-link-block a {
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    color: #008e62;
}

.header-top__status .status_confirm-link-block a:hover {
    text-decoration: none;
}

.status_confirm.error {
    margin-bottom: 0px;
    text-align: left;
    font-size: 12px;
    color: #d61717;
    line-height: 14px;
    margin-top: 25px;
}

.status_confirm table {
    margin-bottom: 0px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    margin-top: 25px;
}

.status_confirm table th {
    padding: 7.5px 0px;
    border: none;
    font-weight: 400;
}

.status_confirm table td {
    padding: 12.5px 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.status_confirm table td a {
    font-weight: bold;
    border: none;
    color: #000;
}

.status_confirm table td .yellow {
    color: #DFBC1F;
}

.status_confirm table td .blue {
    color: #3B5998;
}

.status_confirm table td .red {
    color: #CE0C36;
}

.status_confirm table td .green {
    color: #038057;
}

@media (max-width: 390px) {
    #collapseOrderStatus .card {
        padding: 30px 10px 20px 10px;
    }

    .header-top__status .status_confirm-link-block {
        padding-top: 0;
        height: auto;
    }

    .status_confirm table td {
        font-size: 12px;
    }
}

@media (max-width: 355px) {
    .status_confirm table th {
        font-size: 10px;
    }

    .status_confirm table td {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    #collapseOrderStatus:before {
        left: -5px;
        width: 86px;
    }

    .card {
        right: -1px;
        padding: 43px 15px;
        width: 290px;
    }

    #statusFind {
        width: 80px;
    }
}

/*we recom*/

#form_rec input {
    background: none;
    cursor: pointer;
}

/*we rec end*/

/*стили поиска*/
.api-search-catalog * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.api-search-catalog {
    position: relative
}

.api-search-catalog .api-tag {
    background-color: #e8c4ff;
}

.api-search-catalog .api-search-icon {
    min-width: 40px;
    height: 18px;
    font-size: 13px;
    display: block;
    background: url(data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) center center no-repeat;
}

.api-search-catalog .api-ajax-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    background: url("images/load.gif") no-repeat 50% 50%;
    display: none;
    width: 20px;
    height: 20px;
}

.api-search-catalog .api-search-fields {
    display: table;
    border-collapse: separate;
    width: 100%;
    position: relative;
}

.api-search-catalog .api-search-fields > * {
    display: table-cell;
    vertical-align: top;
}

.api-search-catalog .api-search-fields .api-query {
    width: 100%;
    position: relative
}

.api-search-catalog .api-search-input,
.api-search-catalog .api-search-button button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 12px;
    height: 36px;
    margin: 0;
    color: #444;
    font-size: 14px;
}

.api-search-catalog .api-search-input {
    display: block;
    width: 100%;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: border-color 0.1s ease 0s;
    -moz-transition: border-color 0.1s ease 0s;
    -ms-transition: border-color 0.1s ease 0s;
    -o-transition: border-color 0.1s ease 0s;
    transition: border-color 0.1s ease 0s;
}

.api-search-catalog .api-search-input:hover {
    border-color: #bdbdbd;
}

.api-search-catalog .api-search-input:focus {
    border-color: #888;
    outline: 0 none;
    color: #000
}

.api-search-catalog .api-search-button button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-left: 0 none;
}

.api-search-catalog button:focus,
.api-search-catalog button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.api-search-catalog button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.api-search-catalog > form {
    margin: 0 0 30px
}

/*стили поиска*/

/* КАРТА АПТЕК И ПОИСК */

.map-top__h {
    font-size: 36px;
    padding-bottom: 25px;
    margin: 0;
    margin-top: 14px;
    padding-bottom: 0px;
    margin-bottom: 19px;
}

.my_pharmacies {
    margin-bottom: 60px;
    min-height: 751px;
}

.my_pharmacies .map__region-row, .my_pharmacies .map__line-tabs, .my_pharmacies .map-params {
    display: none;
}

.my_pharmacies .map-container {
    max-width: 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0;
    margin-top: 6px;
}

.my_pharmacies #YMapsID {
    width: 100%;
    height: 442px;
    border: 0;
}

.map__region-row {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 22px;
}

.my_pharmacies .map__region-row {
    display: none;
}

.map__region-dropdown {
    color: #008E62;
    border-bottom: 1px dashed #038057;
    position: relative;
    padding-right: 20px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.map__region-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 4;
    left: -15px;
    top: calc(100% + 10px);
    padding: 15px 27px 10px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}

.map__region-dropdown-content a {
    display: block;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    padding-bottom: 6px;
    font-weight: 300;
}

.map__region-dropdown-content a:hover {
    color: #008E62;
}

.map__region-current {
    cursor: pointer;
    white-space: nowrap;
    font-weight: 300;
}

.map__region-dropdown:after {
    position: absolute;
    top: -2px;
    right: 0px;
    background: url(../img/design/ico/header-city-arrow.svg) center center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    content: "";
    width: 12px;
    height: 27px;
}

.map__region-dropdown.opened:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 2px;

}

.map__line-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.map__line-tab {
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 5px 30px;
    cursor: pointer;
    transition: .3s;
    color: #8b8b8b;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    white-space: nowrap;
}

.map__line-tab.active,
.map__line-tab:hover {
    color: #038057;
    border-color: #038057;
}

.map-container {
    margin-top: 20px;
}

.map-params__h {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    margin-bottom: 21px;
}

/* Base for label styling */
.map-params__checkbox {
    visibility: hidden;
}

.map-params__checkbox + label {
    display: block;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    font-family: Roboto;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 14px;
}

.map-params__checkbox + label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    background: url(../img/checkbox.svg) no-repeat center center;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.map-params__checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    background: url(../img/checkbox-checked.svg) no-repeat center center;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.map__checkbox-row:hover .map-params__checkbox:checked + label:before {
    background: url(../img/checkbox-checked.svg) no-repeat center center;
}

/* .map__checkbox-row:hover .map-params__checkbox + label:before{
    background: url(../img/checkbox-hover.svg) no-repeat center center;
    left: -1px;
    top: 0;
} */

.map__checkbox-row:hover .map-params__checkbox + label {
    color: #008e62;
}

.search-wrap {
    margin-top: 27px;
    padding: 0 15px;
}

.search__line {
    box-shadow: 0px 0px 52px rgba(0, 0, 0, 0.05);
    display: flex;
}

.div_search__field {
    flex: 1;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    padding: 0 11px;
    border: 1px solid #C4C4C4;
    border-radius: 4px 0 0 4px;
    background: #fff;
}

.search__field::-webkit-input-placeholder {
    color: #B6B6B6;
}

.search__field::-moz-placeholder {
    color: #B6B6B6;
}

.search__field:-ms-input-placeholder {
    color: #B6B6B6;
}

.search__field:-moz-placeholder {
    color: #B6B6B6;
}

.search__field::placeholder {
    color: #B6B6B6;
}

.search__submit {
    background: #D00934;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    color: #FFF;
    padding: 0 60px;
    cursor: pointer;
}

.search__submit:hover {
    background: #e0264f;
}

/*.div_search__field:focus {*/
/*box-shadow: 0 0 10px #008E62;*/
/*}*/

.search__field:focus + .search__submit {
    box-shadow: 0 0 10px red;
}

.map-params .scroll-custom {
    height: 360px;
    overflow: hidden;
    padding-top: 0;
}

.map-params .search__table-wrap {
    overflow: inherit;
}

.search__table-wrap {
    margin-top: 40px;
    height: auto;
    max-height: 420px;
    overflow: auto;
}

/*.search__table-wrap:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(0deg, #FFFFFF 43.09%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #FFFFFF 43.09%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(0deg, #FFFFFF 43.09%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #FFFFFF 43.09%, rgba(255, 255, 255, 0) 100%);
}*/


.search__tbl-row {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #333;
    padding: 10px 10px;
    cursor: pointer;
    transition: all .25s;
}

.search__table-wrap {
    padding-top: 50px;
    position: relative;
}

.map-row .search__tbl-h.search__tbl-row_first {
    padding-top: 0;
    font-size: 14px;
}

.map-row .search__table-wrap {
    padding-top: 40px;
}

.search__tbl-row:nth-child(2) .stock-icon__wrap:hover .stock-icon__title {
    top: 100%;
    margin-top: 10px;
    bottom: auto;
    z-index: 2;
}

.search__tbl-row:nth-child(2) .stock-icon__wrap:hover .stock-icon__title:after {
    bottom: auto;
    top: -11px;
    transform: rotate(180deg);
}

.search__tbl-h.search__tbl-row_first {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    cursor: text;
}

.search__tbl-row:hover {
    background-color: #fff8d9;
}

.search__tbl-row:nth-child(even) {
    background: #ECECEC;
}

.search__tbl-row:nth-child(even):hover {
    background: #fff8d9;
}

.search__tbl-h {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
}

.search__tbl-h .search__tbl-col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search__tbl-col:nth-child(1) {
    width: 19%;
}

.search__tbl-col:nth-child(2) {
    width: 36%;
    padding: 0 10px;
}

.search__tbl-col:nth-child(3) {
    width: 18%;
}

.search__tbl-col:nth-child(4) {
    width: 27%;
}

.search__stock-col {
    display: flex;
    align-items: center;
    min-width: 245px;
    padding-right: 10px;
}

.col11 {
    width: 30%;
}

.col22 {
    width: 50%;
}

.col33 {
    width: 20%;
}

@media (max-width: 576px) {
    .col11 {
        width: 30%;
    }

    .col22 {
        width: 45%;
    }

    .col33 {
        width: 25%;
    }

    .map-row .map-params {
        order: 2;

        height: auto;
        margin-bottom: 0;
    }

    .map-row .search__tbl-h.search__tbl-row_first {
        padding-top: 0;
        font-size: 12px;
    }


    .map-row .map-params .shop_search_form {
        height: auto;
    }

    .map-row .map-container {
        order: 1;
    }

    .map-params .scroll-custom {
        height: 135px;
    }

    .map-row #pharms_map {
        height: 400px !important;
    }
}

.stock-icon__wrap {
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.stock-icon__title {
    position: absolute;
    bottom: calc(100% + 5px);
    left: -100%;
    padding: 8px 10px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    font-size: 12px;
    white-space: nowrap;
    display: none;
}

.stock-icon-sale {
    left: -90%;
}

.stock-icon-luckyhours {
    left: -140%;

}

.stock-icon-actions {
    left: -40%;
}

.stock-icon__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: -10px;
    left: calc(50% - 5px);
    height: 0;
    border: 5px solid #D8D8D8;
    border-color: #D8D8D8 transparent transparent transparent;
}

.stock-icon__wrap:hover .stock-icon__title {
    display: block;
}

.details-btn-wrap {
    flex: 1;
    text-align: right;
}

.details-btn-wrap a {
    color: #2e2e2e;
    font-size: 14px;
    padding: 7px 20px;
    background: #FCCE00;
    border-radius: 4px;
    transition: 0.3s;
    display: inline-block;
}

.details-btn-wrap a:hover {
    background: #FFE069;
    color: #2e2e2e;
}

.all_apteki ~ .promo {
    display: none;
}

@media (max-width: 992px) {

    .about-list__item {
        width: 49%;
        display: inline-block;
    }

    .about-menu {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }

    .thanks__main-wrapper {
        flex-direction: column;
    }

    .thanks__block {
        padding-left: 0px;
        padding-top: 30px;
    }
}


@media (max-width: 768px) {

    .search__stock-col {
        width: 100% !important;
        margin-top: 20px;
    }

    .search__tbl-h .search__stock-col {
        display: none;
    }

    .search__tbl-row {
        flex-wrap: wrap;
    }


    .map-params__h {
        padding-top: 20px;
    }

}

@media (max-width: 576px) {
    .contacts__h {
        padding-top: 25px;
    }

    .contacts-header {
        padding-bottom: 0;
    }

    .contact-form__submit {
        font-size: 16px;
        padding: 0 35px;
        margin: 30px 0;
    }

    .order__summary {
        flex-direction: column;
    }

    .order__sum-right {
        margin-left: 0;
        margin-top: 8px;
    }

    /* превратить параметры в выпадающий список */
    .map__checkbox-row {
        display: none;
    }

    .map__checkbox-row.opened {
        display: block;
    }

    .map-params__h {
        display: inline-block;
        padding-right: 20px;
        color: #008E62;
        border-bottom: 1px dashed #038057;
        position: relative;
        cursor: pointer;
    }

    .map-params__h:after {
        position: absolute;
        top: 40%;
        right: 0px;
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        content: url(images/design/ico/header-city-arrow.svg);
    }
}

@media (max-width: 460px) {
    .about-list__item {
        display: block;
    }

    .contact-block {
        width: 49%;
        margin-bottom: 25px;
    }

    .thanks__name-wrap {
        width: 70%;
    }

    .order__sum-left,
    .order__sum-right {
        padding: 16px;
        padding-left: 25px;
    }

    .thanks__code-wrapper {
        padding: 23px 12px;
    }

    .search__field {
        height: 50px;
    }

    .search__submit {
        padding: 0 15px;
    }
}

.api-search-backdrop {
    display: none !important;
}

.api-category {
    padding-right: 46px !important;
    padding-top: 19px !important;
    padding-left: 17px !important;
}

.api-search-title .api-search-result .api-category-title {
    background-color: #ffffff !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "Roboto Light", sans-serif !important;
    color: #333333 !important;
    padding: 0 !important;
    border: 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #dadada !important;
    margin-bottom: 17px !important;
}

.api-search-title .api-search-result .api-items {
    padding: 0 !important;
}

.api-search-title .api-search-result .api-item {
    padding: 0 !important;
    border: 0 !important;
    position: relative !important;
    margin-left: -17px !important;
    /*margin-right: -49px !important;*/
    padding-right: 49px !important;
    padding-left: 17px !important;
    height: 34px !important;
    margin-bottom: -2px !important;
}

.api-search-title .api-search-result .api-item:hover {
    background-color: transparent !important;
    color: #008e62 !important;
}

/*.api-search-title .api-search-result .api-item::after {
	position: absolute !important;
	left: 5px !important;
	top: -11px !important;
	content: '' !important;
	width: calc(100% - 40px) !important;
	height: 34px !important;
	background-color: #038057 !important;
	opacity: 0 !important;
	transition: all .25s
}*/
.api-search-title .api-search-result .api-item:hover::after {
    opacity: 0.1 !important;
}

.api-search-title .api-search-result .api-item-picture {
    display: none !important;
}

.api-search-title .api-search-result .api-item-info {
    position: relative !important;
    margin-left: 0 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: "Roboto", sans-serif !important;
    display: flex !important;
}

.api-search-title .api-search-result .api-item-info::after {
    display: block;
    flex: 1;
    content: '....................................................................................................................................................';
    font-size: 14px;
    line-height: 16px;
    color: #cfcfcf;
    overflow: hidden;
    letter-spacing: 2px;
}

.api-search-title .api-search-result .api-item-name {
    position: relative;
    z-index: 1;
    flex: 0 auto !important;
    margin-right: auto !important;
    padding-right: 5px !important;
    font-weight: normal !important;
}

.api-search-title .api-search-result .api-item-prices {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
    padding-left: 5px !important;
    order: 1;
}

.api-search-title .api-search-result .api-item-price {
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: "Roboto Medium", sans-serif !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    background-color: transparent !important;
}

.api-search-title .api-search-result .api-result-url {
    display: none !important;
}

/* КАРТА АПТЕК И ПОИСК */

/* Ошибка 404 */

.error-404-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.error-404-block, .error-404-title, .error-404-text, .error-404-link {
    flex: 1 100%;
    text-align: center;
}

.error-404-title {
    font-size: 36px;
    line-height: 42px;
    font-family: "Roboto Bold", sans-serif;
    color: #000000;
}

.error-404-text, .error-404-link {
    font-size: 16px;
    line-height: 19px;
    font-family: "Roboto", sans-serif;
}

.error-404-link a {
    color: #038057;
    text-decoration: underline !important;
    transition: all .25s;
}

.error-404-link a:hover {
    text-decoration-color: transparent !important;
}

.mheader__menu .nav-item .nav-link img {
    display: inline-block;
    margin-top: -1px;
    width: 16px;
    margin-right: 5px;
}

.mheader__menu .nav-item .dropdown-toggle:after {
    display: none;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border-color: #d8d8d8;
    border-radius: 3px;
    margin-right: 12px;
    color: #8b8b8b;
    padding: 10px 27px;
    font-size: 13px;
    border-width: 1px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #008f64;
    background-color: #fff;
    border-color: #008f64;
}

.product-item-list-col-4 {
    margin-bottom: -1px;
    margin: 0;
}

.product-item-small-card .product-item .api-element-rating .api-stars-empty {
    height: 15px;
    width: 99px;
    background: url(../img/starss.png) 0px -15px repeat-x;
}

.product-item-small-card .product-item .api-element-rating .api-stars-empty .api-stars-full {
    height: 15px;
    width: 99px;
    background: url(../img/starss.png) 0px 0px repeat-x;
}

.listing .product-item-list-col-4:first-child .product-item-small-card {
    padding-top: 0;
}

.listing .product-item-list-col-4:first-child .product-item-small-card .col-xs-6:hover {
    z-index: 12
}

.listing .product-item-list-col-4 .product-item-small-card {
    width: 100%;
}

.product-item-list-col-4:first-child .product-item-small-card {
    padding-top: 0;
}

.product-item-list-col-4 .product-item-small-card {

    width: 100%;
}

.product-item-list-col-4 .product-item-small-card .col-xs-6.col-md-3 {
    padding: 0;
    border: 0;
    z-index: 1;
    /*flex: 0 212px;*/
    height: 363px !important;
    /*max-width: 230px;*/
    margin-bottom: -1px;
}

.product-item-list-col-4 .product-item-small-card .product-item-container {
    height: 100% !important;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item {
    position: relative;
    -webkit-animation: unset;
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
    height: 100%;
    transition: .3s;
    z-index: 1;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .bx_item_detail_rating .bx_stars_rating_votes {
    position: relative;
    top: -3px;
    left: -11px;
}

.product-item-list-col-4:first-child .product-item-small-card .col-xs-6:first-child .product-item-container .product-item {
    border-top-left-radius: 3px;
}

.product-item-list-col-4:first-child .product-item-small-card .col-xs-6:last-child .product-item-container .product-item {
    border-top-right-radius: 3px;
}

.product-item-list-col-4:last-child .product-item-small-card .col-xs-6:last-child .product-item-container .product-item {
    border-bottom-right-radius: 3px;
}

.product-item-list-col-4:last-child .product-item-small-card .col-xs-6:first-child .product-item-container .product-item {
    border-bottom-left-radius: 3px;
}

.product-item-list-col-4 .product-item-small-card .product-item-container:hover .product-item {
    position: relative;
    -webkit-animation: unset;
    padding: 0;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 32px rgba(0, 0, 0, .2);
    right: 0;
    left: 0;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper {
    margin-bottom: 0;
    max-height: 138px;
    height: 138px;
    overflow: hidden;
    padding: 15px 10px 0 10px;
}

.product-item-list-col-4 .sticker-block .bottom-position {
    display: table;
    width: 100%;
}

.product-item-list-col-4 .sticker-block .bottom-position .td {
    display: table-cell;
    vertical-align: bottom;
    height: 50px;
}

.product-item-list-col-4 .sticker-block {
    height: 50px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-item-list-col-4 .sticker-block .sticker {
    padding: 0 5px;
    font-size: 13px;
    line-height: 19px;
    margin: 0 5px 5px 0;
}

@media (max-width: 575px) {
    .product-item-list-col-4 .sticker-block {
        height: 23px;
        overflow: hidden;
    }

    .product-item-list-col-4 .sticker-block .bottom-position .td {
        display: table-cell;
        vertical-align: top;
        height: 50px;
    }
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .product-item-image-alternative {
    margin-top: 0;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .product-item-image-original {
    margin-top: 0;
}

.product-item-list-col-4 .product-item-small-card .product-item-container.hover .product-item .product-item-image-alternative {
    opacity: 0;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-original {
    transition: .3s;
    position: relative;
    background-position: center center;
    background-size: contain;
}

.product-item-list-col-4 .product-item-small-card .product-item-container.hover .product-item .product-item-image-original {
    opacity: 1;
}

.product-item-list-col-4 .product-item-small-card .product-item-container:hover .product-item .product-item-image-original {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .bx_big.bx_bt_button.h2o_add_favor svg {
    display: none;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .bx_big.bx_bt_button.h2o_add_favor {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 25px;
    height: 24px;
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--out-favor.svg);
    background-size: cover;
    z-index: 1000;
}

.product-item .favor-remove {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 25px;
    height: 25px;
    background-image: url(/local/templates/apteka/assets/img/design/ico/fav-remove.svg);
    background-size: cover;
    z-index: 1000;
    background-color: transparent;
}

.product-item .favor-remove:focus, .product-item .favor-remove:active {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-item .favor-remove:hover, .product-item .favor-remove.active {
    background-image: url(/local/templates/apteka/assets/img/design/ico/fav-remove-active.svg);
    background-color: transparent;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .bx_big.bx_bt_button.h2o_add_favor::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 25px;
    height: 24px;
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--in-favor.svg);
    background-size: cover;
    opacity: 0;
    transition: .3s;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .bx_big.bx_bt_button.h2o_add_favor.in-favor::after {
    opacity: 1;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1px;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-title a {
    transition: .3s;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-title a:hover {
    color: #038057;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .p_props {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -1px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .p_props + .bx_item_detail_rating {
    margin-top: 0;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item .bx_item_detail_rating {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 21px;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-price-container {
    left: 9px;
    bottom: 18px;
    z-index: 101;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
    width: 100px;
    position: absolute;
    top: auto;
    right: 11px;
    bottom: 0;
    left: auto;
    margin: 0;
    z-index: 101;
}

.product-line-item-info-right-container span a {
    border-bottom: 1px dashed rgb(51, 51, 51);
    color: #8B8B8B;
    font-size: 12px;
}

.product-line-item-info-right-container span a:hover {
    border-bottom: 1px dashed #038057;
    color: #038057;
}

.product-item-info-container span a {
    border-bottom: 1px dashed rgb(51, 51, 51);
}

.product-item-info-container span a:hover {
    border-bottom: 1px dashed #038057;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-hidden span {
    padding-left: 0 !important;
    position: relative;
    top: 0;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-hidden .btn.btn-default.btn-sm {
    width: 100%;
    height: 36px;
    padding-left: 28px !important;
}

.product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-hidden .btn.btn-default.btn-sm::after {
    position: absolute;
    left: 10px;
    top: 8px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/apteka/assets/img/design/ico/shopping-cart.svg);
    background-size: cover;
}

.search-wrapper .product-item-list-col-4 .product-item-small-card {
    margin: 0;
}

.product-item-line-list > .col-xs-12 {
    flex: 1 100%;
    margin-right: 15px;
}

.product-item-line-list {
    margin: 0;
    /*margin-bottom: -1px;*/
}

.product-item-line-list:first-child {
    margin-top: -1px;
}

.product-item-line-list .product-item-line-card .sale-product-img__discount {
    left: 15px;
}

.product-item-line-list .product-item-line-card .sale-product-img__count {
    left: 22px;
}

.product-item-line-card .sticker-block .sticker {
    height: 21px;
    font-size: 13px;
    line-height: 19px;
    padding: 0 5px;
}

.product-item-line-card .sticker-block {
    text-align: left;
    padding: 0 0 5px 0;
    height: 36px;
}

@media (max-width: 1199px) {
    .product-item-line-card .line-title-block .sticker-block .sticker {
        font-size: 11px;
    }

}

@media (max-width: 991px) {
    .product-item-line-card .line-title-block .sticker-block .sticker {
        padding: 0 5px;
        margin: 0 5px 5px 0;
    }
}

@media (min-width: 767px) {

    .product-item-line-list .product-item-line-card .sale-product-img__discount {
        left: 0;
    }

    .product-item-line-list .product-item-line-card .sale-product-img__count {
        left: 7px;
    }
}

.product-item-line-list .product-item-line-card .api-stars-empty {
    height: 15px;
    width: 99px;
    background: url("../img/starss.png") 0px -15px repeat-x;
}

.product-item-line-list .product-item-line-card .api-stars-empty .api-stars-full {
    height: 15px;
    width: 99px;
    background: url("../img/starss.png") 0px 0px repeat-x;
}

.product-item-line-list .product-item-line-card {
    /*! padding-top: 12px; */
    flex: 1;
    margin-left: 15px;
    border-top: 1px solid #D8D8D8;
    /*border-bottom: 1px solid #D8D8D8;*/
}

.product-item-line-list .product-item-line-card .sale-product--list {
    border-top: none;
    border-bottom: none;
}

.product-item-line-list .product-item-line-card .product-item-container {
    min-height: 203px;
    height: 100% !important;
}


.product-item-line-list .product-item-line-card .product-item-container .p_props {
    text-align: left;
}


.product-item-line-list .product-item-line-card .product-item-container .bx_item_detail_rating {
    margin: 0;
}

.product-item-line-list .product-item-line-card .product-item-container .bx_item_detail_rating .bx_item_detail_rating .bx_stars_bg {
    z-index: 1;
}

.product-item-line-list .product-item-line-card .product-item-container.hover .product-item {
    position: static;
    right: 0;
    top: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: unset;
    border: 0;
    transition: 0s;
    -webkit-animation: unset;
}


.product-line-item-info-right-container {
    width: 100%;
}


.product-item-line-card .product-item-info-container[data-entity="quantity-block"] {
    display: none;
}

.product-item-line-card .product-item-image-wrapper .product-item-image-original {
    margin-top: 0;
}

.product-item-image-wrapper .product-item-image-original, .product-item-image-wrapper .product-item-image-alternative {
    margin-top: 12px;
}


.product-item-small-card .col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -1px;

}

.product-item-small-card .row {
    margin: 0;
}

.product-item-line-list .product-item-small-card .col-xs-6 {
    flex: 1 100%;
    max-width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: -1px;
}

.header-center.fixed .header-center__personal-menu {
    margin-top: -5px;
}

.product-item-title {
    overflow: visible
    margin-bottom: 15px;
    text-overflow: inherit;
    white-space: normal;
    min-height: 40px;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .sale-product-descr__rating .api-element-rating .api-stars-empty {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .product-item-line-card .product-item-info-container br {
        display: none;
    }

    .product-item-list-col-4 .product-item-small-card .col-xs-6.col-md-3 {
        max-width: 50%;
        flex: 0 50%;
    }

    .product-item-list-col-4 .product-item-small-card .col-xs-6:first-child {
        margin-bottom: -1px;
    }

    .product-item-list-col-4 .product-item-small-card .col-xs-6:nth-child(2) {
        margin-bottom: -1px;
    }

    .product-item-list-col-4:first-child .product-item-small-card .col-xs-6:last-child .product-item-container .product-item {
        border-top-right-radius: 0;
    }

    .product-item-list-col-4:first-child .product-item-small-card .col-xs-6:nth-child(2) .product-item-container .product-item {
        border-top-right-radius: 3px;
    }

    .product-item-list-col-4:last-child .product-item-small-card .col-xs-6:first-child .product-item-container .product-item {
        border-bottom-right-radius: 3px;
    }

    .product-item-list-col-4:last-child .product-item-small-card .col-xs-6:nth-last-child(2) .product-item-container .product-item {
        border-bottom-left-radius: 3px;
    }

    .goods-nav {
        width: 100%;
    }

}

@media (max-width: 991px) {
    .product-item-list-col-4 .product-item-small-card .product-item-container:hover .product-item {
        box-shadow: none;
    }

    .sidebar-block {
        flex: 1 100%;
        max-width: 100%;
    }

    .sidebar-block .bx-filter .bx-filter-parameters-box-title {
        max-width: 100%;
    }

    .bx-sidebar-block .deals-item-div {
        text-align: center;
    }

    .sidebar-block + .col-md-9 {
        flex: 1 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .filter-line {
        display: flex;
        justify-content: flex-end;
    }

    ul.view-block {
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .product-item-line-list .product-item-line-card .product-item-container {
        max-height: inherit;
    }
}

@media (max-width: 767px) {


    .product-item-line-list .product-item-line-card .product-item-container {
        /*max-height: 270px;
        height: 270px !important;*/
        max-height: inherit;
        height: auto !important;

    }

    .navigation-block {
        flex: 1 100%;
    }

    .showby-sort {
        flex: 1 100%;
        padding-left: 8px;
        margin-top: 15px;
    }

    .space-between {
        flex-wrap: wrap;
    }
}

.popup-window-buttons .btn.btn-default.btn-sm {
    width: 100%;
}

@media (max-width: 480px) {
    .product-item-list-col-4 .product-item-small-card .col-xs-6.col-md-3 {
        flex: 1 50%;
        max-width: 50%;
    }

    .product-item-list-col-4 .product-item-button-container .btn.btn-default.btn-sm {
        font-size: 0 !important;
        width: 44px !important;
        display: inline-block;
    }

    .product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-hidden {
        width: 90px;
        bottom: 10px;
    }

    .product-item-list-col-4 .product-item-button-container {
        text-align: right;
    }

    .product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-hidden span {
        display: block;
        text-align: right;
    }

    .product-item-list-col-4 .product-item-small-card .product-item-container .product-item-info-container.product-item-price-container {
        bottom: 22px;
    }

}

@media (max-width: 375px) {
    .product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper .product-item-image-original {
        margin-top: 10px;
        width: 90%;
    }

    .product-item-list-col-4 .product-item-small-card .col-xs-6.col-md-3 {
        height: 340px !important;
    }

    .product-item-list-col-4 .product-item-small-card .product-item-container .product-item .product-item-image-wrapper {
        padding: 0 10px 0px 10px;
        height: 150px;
    }
}

.popup-window-buttons .btn {
    border: 0;
    box-shadow: none;
}

.popup-window-buttons .btn:hover {
    border: 0;
    background-color: #09a675;

}

.popup-window-buttons .btn:active {
    border: 0 !important;
    background-color: #09a675 !important;
}

.popup-window-content p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2e2e2e;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #008f64;
    border-color: #008f64;
}

.grid {
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {
}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {

    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header {
    border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
    border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
    border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
    border-color: #f4b236;
}

.sidebar-block {
    padding-top: 6px;
}

.bx_sitemap {
    /*display:none;*/
}

.bx_sitemap .bx-filter-parameters-box-title i {
    margin-top: 5px;
    margin-right: 2px;
    float: right;
    transition: .3s;
}

.bx_sitemap .bx-filter-parameters-box-title.active i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bx_sitemap .bx-filter-parameters-box-title {
    cursor: pointer;
}

.bx-sidebar-block .bx-filter {
    margin-bottom: 0;
}

.bx-sidebar-block .deals-item-div {
    flex: 1;
    max-width: 100%;
    padding: 0;
    padding-right: 0 !important;
}

@media (max-width: 991.98px) {
    .bx_sitemap_ul {
        display: none;
    }

}

.bx-sidebar-block .deals-item-div .deals-item:hover {
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item-button-container .btn.btn-default.btn-sm {
    box-shadow: none !important;
}

.product-item-button-container .btn.btn-default.btn-sm:hover {
    box-shadow: none !important;
}

.btn.btn-default.btn-sm {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    display: flex;
    width: 165px;
    margin-bottom: 5px;
    padding: 10px 20px 8px 20px;
    color: #fff;
    border-radius: 4px;
    background-color: #038057;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    order: 1;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn.btn-default.btn-sm:hover {
    cursor: pointer;
    color: #fff;
    background: #09a675;
    box-shadow: none !important;
}

.product-item-price-current {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    white-space: nowrap;
    color: #2e2e2e !important;
}

.view-block {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.view-block__item {
    display: flex;
    height: 12px;
    margin-left: 17px;
}

.view-block__list {
    position: relative;
    z-index: 10;
    display: block;
    width: 17px;
    height: 100%;
    text-decoration: none;
    background-image: url('/images/list.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.filter {
    display: flex;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
}

.sorting-filter {
    padding-bottom: 5px;
}

.filter__help {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 12px;
    margin: 0;
    color: #8b8b8b;
}

.filter__item {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 12px;
    margin-left: 20px;
    list-style-type: none;
    cursor: pointer;
    color: #333;
    border-bottom: 1px dashed #333;
}

.filter__item-active {
    color: #038057;
    border-bottom: 1px dashed transparent;
}

.bx-filter.bx-green .bx-filter-section {
    background: none !important;
}

.bx-filter-parameters-box-title span {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.row.bx-filter-parameters-box-container div {
    margin: auto;
}

.row.bx-filter-parameters-box-container div.col-xs-12 {
    margin: 0;
    width: 100%;
}

.my_catalog_line_title a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    position: relative;
    display: flex;
    margin-right: 11px;
    margin-bottom: 12px;
    padding-left: 0;
    color: #333;
    transition: .3s;
}

.my_catalog_line_title a:hover {
    color: #038057;
}

.my_catalog_line_title a.active {
    color: #038057;
}

.bx_catalog_line {
    margin-bottom: 0px !important;
}

.bx-filter-parameters-box-title {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px;
}

label.icr-label {
    padding-left: 0px;
    margin-bottom: 7px;
}

input#set_filter {
    height: 42px;
    background: #E00F3C;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
}

input#set_filter:hover {
    background: #D62C51;
}

input#del_filter {
    height: 30px;
    display: block;
    margin: auto;
    background: none;
    font-size: 16px;
    text-align: center;
    color: #038057;
    border: none;
    border-bottom: 1px dashed #038057;
    text-decoration: none !important;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
}

.bx_sitemap_ul li {
    list-style: none;
}

.bx_sitemap_ul {
    padding-left: 0px !important;
}

ul.bx_sitemap_ul ul {
    margin-top: 10px;
}

ul.view-block {
    float: right;
    margin-right: 2px;
    margin-top: 4px;
}

.product-item .icon-favor-card {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 13;
    width: 25px;
    height: 25px;
    background: none;
    outline: none;
    cursor: pointer;
}

.product-item .icon-favor-card:hover path {
    fill: #ce0c36;
}

.h2o_add_favor {
    position: absolute;
    top: -160px;
    right: 0px;
    z-index: 13;
    width: 25px;
    height: 25px;
    background: none;
    outline: none;
}

.col-4 .h2o_add_favor {
    top: 0px;
    background-image: url('/local/templates/apteka/assets/img/design/ico/like--out-favor.svg');
    background-repeat: no-repeat;
    right: 0px;
}


.bx_big.bx_bt_button.h2o_add_favor:hover path {
    fill: #ce0c36;
}

span dd:nth-child(4) {
}

.img_sc_all {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ce0c36;
    border-radius: 50%;
    background: #fdcf00;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .25);
    z-index: 100;
}

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

.sale-product-img__count {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: -6px;
    left: 7px;
    color: #ce0c36;
    z-index: 101;
}

.product-item-small-card .sale-product-img__discount {
    top: 0px;
}

.product-item-small-card .sale-product-img__count {
    top: 10px;
}

.product-item-container.hover {
    z-index: 10000 !important;
}

span.bx-filter-param-text {
    margin-bottom: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: flex;
    margin-right: 11px;
    color: #333;
}

span.bx-filter-param-text:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #8b8b8b;
    background: #fff;
    box-sizing: border-box;
}

span.bx-filter-param-text.active_my:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: #fff;
    background-image: url(/images/checkbox-checked.svg);
    box-sizing: border-box;
}

.bx-filter-param-label {
    padding-left: 0px !important;
}

.bx-filter-input-checkbox input {
    display: none;
}

.bx-filter-param-text {
    padding-left: 25px !important;
}

span.rstars {
    margin-top: 10px;
    font-size: 14px;
}

.star-rating-ico {
    font-size: 15px;
    color: #FDCF00;
    margin-right: 8px;
}

.p_props {
    font-size: 13px;
    color: #7A7A7A;
    padding-right: 15px;
}

.p_props span {
    padding-right: 4px !important;
}

.p_props a {
    color: #4F4F4F;
    text-decoration: none !important;
    transition: all .25s;
}

.p_props a:hover {
    color: #038057;
    text-decoration: none !important;
}

.product-item-scu-container {
    display: none;
}

/*.product-item-properties {*/
/*display: none !important;*/
/*}*/

.btn.btn-link.btn-sm {
    width: 100%;
    height: 36px;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    position: relative;
    display: flex;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 4px;
    background-color: #038057;
    order: 1;
    align-items: center;
    justify-content: center;
    border: none;
    margin-left: 0;
}

.btn.btn-link.btn-sm:hover {
    cursor: pointer;
    color: #fff;
    background: #09a675;
    outline: none;
}

/* Попап Обратный звонок */

.callme {
}

.callme__dialog {
    max-width: 465px;
}

.callme__content {
    padding: 42px 80px 50px 80px;
    border-radius: 0;
}

.callme__header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
}

.callme__title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 5px;
}

.callme__description {
    max-width: 250px;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}

.callme__hightlight {
    font-weight: 700;
    color: #038057;
}

.callme__close {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 0;
}

.callme__body {
    padding: 0;
}

.callme .uk-form-label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #038057;
}

.callme .inputtext {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #D8D8D8;
}

.callme .inputtext:focus {
    border-bottom: 2px solid #038057;
}

.callme .rules-text {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.callme .rules-text a {
    color: #038057;
}

.callme .b-form-new__submit {
    width: 180px;
    margin: 0 auto;
}

.callme .uk-button {
    font-size: 16px;
    background-color: #038057;
    color: #FFFFFF;
    text-align: center;
    padding: 12px 16px;
    width: 180px;
    height: 44px;
    padding: 0;
}

/* Попап Обратный звонок конец */

.product-item-title {
}

.product-item-title a {
    font-size: 15px !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}

.product-item-info-container.product-item-price-container {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding-left: 0px;
    display: block !important;
}

.product-item-info-container.product-item-hidden[data-entity="buttons-block"] {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
}

.btn.btn-default.btn-sm {
    width: 90%;
    margin-left: 0px;
    font-size: 14px !important;
    padding: 0px !important;
}

.product-item-price-current {
    font-size: 18px !important;
    line-height: 20px;
}

@media (max-width: 767px) {
    .product-item-price-current {
        font-size: 20px !important;

    }
}

.my_new_item_p {
    height: 415px !important;

}

.col-xs-6.col-md-3 {
    border: 1px solid #D8D8D8;
}

.bg_for_circle {
    margin-left: -17px;
    margin-top: -17px;
}

.product-item__text {
    padding: 6px 20px 0;
}

.product-item {
    position: relative;

    display: block;

    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.product h1 {
    margin-left: 13px;
}

.product-item__img {
    width: 262px;
}

.product-item__img img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
}

.product-item-small-card .col-xs-6.col-md-3 {
    border: 1px solid #D8D8D8;
    margin-right: -1px;
}

/*------ Specification ------*/
body {
    -webkit-text-size-adjust: none;
}

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

div, p, form, input, a, span, button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*------ Header ------*/

.connect__city {
    margin-left: 14px;
    position: relative;
}

.hide-list-city__link {
    background: #EEEEEE;
    display: block;
    padding: 13px 5px 12px 23px;
    width: 143px;
    font-size: 12px;
    font-family: 'HouschkaPro-DemiBold', sans-serif;
    color: #222;
}

.hide-list-city__link:hover {
    background: #e5e5e5;
}

.hide-list-city {
    position: absolute;
    z-index: 100;
    top: 28px;
    display: none;
}

.connect__link {
    color: #008E62;
    padding: 13px 5px 12px;
}

.header-top-link:hover {
    background: #e5e5e5;
}

.connect__city-name {
    letter-spacing: 0em;
    margin-left: 6px;
    margin-right: 7px;
}

.phone__number {
    color: #202020;
    margin-left: 23px;
    letter-spacing: 0em;
    padding: 13px 5px 12px;
}

.phone__recall {
    color: #4C4C4C;
    margin-left: 14px;
}

.phone__recall,
.order-stat__link {
    padding-bottom: 3px;
    border-bottom: 1px dotted #4C4B4B;
}

.head-help {
    margin-left: -46px;
}

.head-help__link_icon:before {
    content: "";
    position: absolute;
    left: 7px;
    background: url(../img/header-top-menu.svg) no-repeat center center;
    width: 21px;
    height: 17px;
}

.head-help__link {
    color: rgba(5, 5, 5, 0.47);
    padding: 13px 9px 12px;
}

.head-help__link_icon {
    position: relative;
    padding-left: 34px;
}

.head-help__link_push {
}

.order-stat__link {
    color: #4C4B4B;
}

.header-top-bord-link:hover {
    border-bottom-color: transparent;
    color: rgb(0, 142, 98);
}

.search-panel {
    background: #008E62;
    padding-bottom: 28px;
}

.logo-box {
    margin-left: 15px;
    margin-top: 26px;
}

.bars-btn {
    color: #fff;
    font-size: 30px;
    background: none;
    border: none;
    margin-top: 22px;
}

.search-form {
    padding-top: 42px;
}

.search-form__field {
    width: 570px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 8px 17px;
    letter-spacing: -0.35px;
}

.search-form__btn {
    width: 30px;
    height: 36px;
    background: none;
    color: #CE0C36;
    margin-left: -35px;
    font-size: 21px;
    cursor: pointer;
    margin-top: 1px;
    border: none;
}

.search-glass {

}

.search-btn-md {
    background: none;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    border: none;
}

.menu-catalog {
    background: #FCCE00;
    width: 190px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 17px;
    padding: 10px;
    margin-left: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

.menu-catalog__docket {
    font-family: 'HouschkaPro-Bold', sans-serif;
    margin-left: 5px;
}

.nav__link {
    color: #434141;
    font-size: 14px;
    font-family: 'HouschkaPro-DemiBold', sans-serif;
    text-transform: uppercase;
    padding: 10px 17px;
    margin-left: 17px;
    letter-spacing: 0px;
}

.nav__link_marked {
    color: #CE0C36;
}

.nav__link_push {
    margin-left: 26px;
}

.nav__link:hover {
    background: #f1f1f1;
    border-radius: 5px;
}

.bdcrumps {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 27px;
    margin-left: 12px;
}

.bdcrumps__link {
    color: #038057;
    text-decoration: underline;
    margin-left: 5px;
}

.bdcrumps__arrow {
    color: #D8D8D8;
    margin-left: 6px;
}

.bdcrumps__page {
    margin-left: 6px;
}

/*------ Content ------*/
.categories {
    margin-left: 14px;
    margin-top: 41px;
    margin-bottom: 19px;
}

.categories .btn {
    margin-left: 0;
}

.checkbox {
    margin-top: -5px;
}

input[type="checkbox"] {
    visibility: hidden;
}

.wrap-checkbox {
    display: block;
    position: relative;
    margin-bottom: 15.7px;
}

.img-box {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/checkbox.svg) no-repeat center center;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

input[type="checkbox"]:checked + .img-box {
    background: url(../img/checkbox-checked.svg) no-repeat center center;
}

.wrap-checkbox:hover > .img-box {
    background: url(../img/checkbox.svg) no-repeat center center;
}

.wrap-checkbox:hover > .categories__name {
    color: rgb(0, 142, 98);
}

.categories__name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
    margin-top: -2px;
    margin-left: 21px;
    cursor: pointer;
    display: block;
    width: 210px;
}

.offers {
    margin-top: 16px;
}

.offers__link {
    margin-left: 10px;
    display: block;
}

.pop-states__item {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: -5px;
    font-size: 0;
}

.pop-states__item:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.pop-states__item .pop-states__pic {
    height: 78px;
    width: 78px;
    display: block;
    float: left;
}

.pop-states__item .pop-states__pic img {
    height: 78px;
    width: 78px;
}

.pop-states__item .pop-states__text {
    margin-left: 85px;
}

.pop-states__text .pop-states__subtitle a {
    display: block;
    height: 60px;
    overflow: hidden;
}

.pop-states__text .pop-states__subtitle {
    margin-bottom: 3px;
}

.pop-states__title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-left: 0;
    margin-top: 35px;
}

.offers__link_push {
    margin-top: 29px;
}

.pop-states__stat span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}

.pop-states__stat {
    margin-top: 0;
    margin-left: 12px;
    vertical-align: top;
    height: 17px;
}

.pop-states__stat_up {
    margin-top: -6px;
}

.pop-states__comments {
    margin-left: 19px;
}

.pop-states__stat i {
    color: #C4C4C4;
}

.pop-states__subtitle a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    display: block;
    margin-top: -2px;
    margin-left: 10px;
    transition: all .25s;
}

.pop-states__subtitle a:hover {
    color: #008e62;
}

.page-title {
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 31px;
    margin-left: 8px;
    line-height: 46px;
    width: auto;
}

.article-photo {
    display: block;
    margin-left: 0;
    margin-top: 26px;
    width: 100%;
    height: auto;
}

.state__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.state__box .state__offers {
    margin-top: 20px;
}

.state__article {
    margin-left: 0;
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
    font-family: "Roboto Light", sans-serif;
}

.state__article p {
    margin-bottom: 15px;
}

.state__article ul {
    margin-bottom: 15px;
}

.state__article li {
    padding-left: 15px;
    position: relative;
}

.state__article li::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #038057;
}

.state__article h2 {
    font-family: "Roboto Medium", sans-serif;
    font-size: 26px;
}

.state__article img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 479.98px) {
    .state__article img {
        width: 100%;
        height: auto;
    }
}

.state__article a {
    color: #008e62;
    text-decoration: underline !important;
    transition: all .25s;
}

.state__article a:hover {
    color: #008e62;
    text-decoration-color: transparent !important;
}

.state__title {
    font-weight: 700;
    font-size: 16px;
}

.state__topic-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
}

.state__text_push {
    margin-top: 15px;
}

.state__topic-text p {
    line-height: 24px;
    margin-top: 16px;
}

.state__topic-text {
    margin-top: 14px;
}

.state__topic-text_push {
    margin-top: 29px;
}

.state__offers-link {
    margin-left: 25px;
    display: block;
    margin-top: 28px;
}

.state__review {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 19px;
    margin-left: 0px;
}

.review__review-text {
    color: #4F4F4F;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.state__review-ask-pic {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #038057;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #038057;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 7px;
    transition: all .25s
}

.state__review-ask-pic:hover {
    color: #d0143c;
    border-color: #d0143c;
}

.state__review-ask-pic.active {
    color: #d0143c;
    border-color: #d0143c;
}

.state__review .hint {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    left: 247px;
    top: 32px;
    width: 241px;
    border: 1px solid #d8d8d8;
    padding: 17px 20px;
    font-size: 12px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
}

.state__review .hint::before {
    content: '';
    position: absolute;
    left: 148px;
    top: -14px;
    border: 7px solid transparent;
    border-bottom: 7px solid #d8d8d8;
}

.state__review .hint::after {
    content: '';
    position: absolute;
    left: 149px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.state__review .hint a {
    display: block;
    text-decoration: underline !important;
    color: #038057;
}

.state__soc-block {
    margin-top: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.state__fb {
    display: block;
    background: #E8E8E8;
    width: 68px;
    height: 24px;
    position: relative;
    padding-left: 30px;
    border-radius: 12px;
    margin-left: 0;
}

.state__fb-pic {
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #3B5998;
    border-radius: 50%;
}

.state__soc-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #4F4F4F;
}

.state__fb-pic img {
    margin-left: 2px;
    margin-top: 0;
}

.state__vk {
    display: block;
    background: #E8E8E8;
    width: 54px;
    height: 24px;
    position: relative;
    padding-left: 30px;
    border-radius: 12px;
    margin-left: 21px;
}

.state__vk-pic {
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #5181B8;
    border-radius: 50%;
}

.state__vk-pic img {
    margin-left: 2px;
    margin-top: 0;
}

.state__ok {
    display: block;
    background: #E8E8E8;
    width: 48px;
    height: 24px;
    position: relative;
    padding-left: 30px;
    border-radius: 12px;
    margin-left: 19px;
}

.state__ok-pic {
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(to top, #EE822B, #FD9D2F);
    border-radius: 50%;
}

.state__ok-pic img {
    margin-left: 3px;
    margin-top: 0;
}

.state__google {
    margin-left: 20px;
    display: block;
}

.state__google-pic {
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #D53C36;
    border-radius: 50%;
}

.state__google-pic img {
    margin-left: 6px;
    margin-top: 0;
}

.state__mail {
    margin-left: 20px;
}

.state__mail-pic {
    display: block;
    margin-top: 0;
}

.state__tw {
    margin-left: 20px;
}

.state__tw-pic {
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #2C96DE;
    border-radius: 50%;
}

.state__tw-pic img {
    margin-left: 6px;
    margin-top: 0;
}

.extra-states__pic {
    height: 78px;
    width: 78px;
}

.extra-states__title {
    font-size: 25px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-left: 0;
    margin-top: 59px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8D8;
    width: auto;
    margin-bottom: 21px;
}

.extra-states__subtitle a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    display: block;
    width: 175px;
    margin-top: -2px;
    height: 60px;
    overflow: hidden;
}

.extra-states__stat span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}

.extra-states__stat i {
    color: #C4C4C4;
}

.extra-states__text {
    padding-left: 11px;
}

.extra-states__box {
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.extra-states__stat {
    margin-top: 0;
    height: 17px;
}

.extra-states__comments {
    margin-left: 20px;
}

.extra-states__item {
    margin-right: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media (max-width: 1199.98px) {
    .extra-states__item {
        flex: 1 100%;
        margin-bottom: 10px;
    }
}

.extra-states__stat_up {
    margin-top: -11px;
}

.back-to-states {
    position: relative;
    margin-top: 36px;
    margin-left: 22px;
}

.back-to-states img {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 9px;
    left: -22px;
}

.back-to-states__link {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.back-to-states__link:hover {
    text-decoration: underline;
}

.comments__title {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #D8D8D8;
    width: 845px;
    margin-top: 57px;
    padding-left: 2px;
    margin-left: 8px;
    padding-bottom: 14px;
}

.comments__item {
    margin-top: 23px;
    margin-left: 7px;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    width: 847px;
    padding-bottom: 29px;
}

.comments__name {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2E2E2E;
}

.comments__date {
    font-size: 13.8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4F4F4F;
    margin-left: 18px;
}

.comments__text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 17px;
    margin-left: 2px;
    line-height: 22px;
}

.comments__ans {
    position: absolute;
    top: 4px;
    right: 1px;
    cursor: pointer;
}

.comments__ans-text {
    font-size: 13.8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4F4F4F;
    border-bottom: 1px dashed #4F4F4F;
}

.comments__ans-text:hover {
    border-bottom: 1px dashed transparent;
}

.comments__item_push {
    margin-top: 27px;
    border-bottom-color: transparent;
}

.comments__item_push-bord {
    margin-top: 27px;
    border-bottom: 1px solid #D8D8D8;
}

.review-form__name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-left: 50px;
}

.review-form {
    width: 847px;
    height: 299px;
    box-shadow: 1px 3px 29px rgba(0, 0, 0, 0.2);
    margin-left: 8px;
    padding-top: 37px;
}

.review-form__who {
    font-weight: 700;
}

.review-form__thx {
    font-weight: 300;
}

.review-form__message {
    border-color: transparent;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 38px;
    margin-left: 51px;
    width: 490px;
}

.review-form__message:focus {
    outline-color: transparent;
    border-bottom: 1px solid #038057;
}

.review-form__field-name {
    color: #038057;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: absolute;
    top: -13px;
    left: 1px;
}

.review-form__input-area {
    margin-top: 27px;
    width: 500px;
    margin-left: 49px;
    margin-bottom: 20px;
}

.review-form__name-field,
.review-form__post-field {
    position: relative;
}

.review-form__name-field input,
.review-form__post-field input {
    border: 2px solid transparent;
    border-bottom: 2px solid #D8D8D8;
    width: 230px;
    padding-bottom: 2px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.review-form__post-field {
    margin-left: 25px;
}

.review-form__name-field input:focus,
.review-form__post-field input:focus {
    border: 2px solid transparent;
    border-bottom: 2px solid #038057;
    outline-color: transparent;
}

.review-form__send-btn {
    width: 180px;
    height: 37px;
    background: #008E62;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #008E62;
    cursor: pointer;
    margin-left: 50px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.review-form__send-btn:active {
    outline-color: transparent;
}

.review-form__send-btn:hover {
    background: #0eb581;
}

.review-form__abort-btn {
    width: 168px;
    height: 37px;
    background: #E8E8E8;
    color: #333;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    margin-left: 6px;
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 15px;
}

.review-form__abort-btn img {
    position: absolute;
    top: 13px;
    left: 17px;
}

.review-form__abort-btn:active {
    outline-color: transparent;
}

.review-form__abort-btn:hover {
    background: #d4d4d4;
}

.review-form__warn {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4F4F4F;
    width: 225px;
    line-height: 15px;
    margin-left: 23px;
    margin-top: 4px;
}

.review-form__explain {
    margin-top: 23px;
    width: 220px;
}

.comments__btns {
    margin-top: 29px;
}

.comments__write-btn {
    width: 180px;
    height: 37px;
    background: #008E62;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #008E62;
    cursor: pointer;
    margin-left: 8px;
}

.comments__write-btn:hover {
    background: #0eb581;
}

.comments__more-view {
    width: 205px;
    height: 36px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2E2E2E;
    background: #E8E8E8;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    margin-left: 26px;
}

.comments__more-view:hover {
    background: #d4d4d4;
}

/*------ Shares ------*/
.shares-title {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    margin-top: 59px;
    margin-left: 15px;
}

.shares-box {
    margin-top: 25px;
}

.share-item {
    margin-right: 16px;
}

.share-item__link {
    display: block;
    background: rgba(208, 9, 52, .11);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 262px;
    height: 173px;
    border-radius: 3px;
    margin-left: 15px;
    transition: .3s all ease;
}

.share-item__link:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.share__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.share-item__number {
    font-size: 35px;
    color: #762826;
    margin-top: 18px;
    margin-left: 29px;
}

.share-item__name {
    font-size: 13.6px;
    color: #2E2E2E;
    line-height: 22px;
    margin-top: 3px;
    margin-left: 30px;
    width: 95px;
}

.share-item__img-box {
    margin-top: 28px;
    margin-left: 32px;
}

.shares-discounts {
    flex-direction: column;
    margin-top: 9px;
    margin-left: 16px;
}

.shares-discounts__info {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 18px;
}

.shares-discounts__date {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #008E62;
    font-size: 14px;
}

.share-item__link_second {
    background: rgba(227, 175, 80, .17);
}

.share-item__number_second {
    color: #D96900;
    margin-left: 20px;
}

.share-item__name_second {
    width: 85px;
    margin-left: 19px;
    margin-top: 6px;
}

.share-item__img-box_second {
    margin-top: 36px;
    margin-left: 14px;
}

.share-item__link_third {
    background: #eaeaea;
}

.share-item__number_third {
    color: #E03753;
    margin-top: 14px;
    margin-left: 25px;
}

.share-item__name_third {
    margin-left: 25px;
}

.share-item__img-box_third {
    margin-top: 25px;
    margin-left: 30px;
}

.shares-discounts_push {
    margin-left: 14px;
}

.share-item__link_fourth {
    background: rgba(9, 56, 127, .11);
}

.share-item__number_fourth {
    color: #4067AB;
    margin-left: 16px;
    margin-top: 17px;
}

.share-item__name_fourth {
    margin-left: 20px;
    margin-top: 1px;
}

.share-item__img-box_fourth {
    margin-top: 32px;
    margin-left: 7px;
}

/*------ Slider ------*/
.slider-title {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    margin-left: 17px;
    margin-top: 56px;
}

.slider-box {
    width: 1145px;
    margin: 25px auto 0;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin-bottom: 41px;
}

.slider-item {
    width: 229px;
    height: 365px;
    border-right: 1px solid #EBEBEB;
}

.slider-item__pic {
    margin-top: 14px;
    margin-left: 70px;
}

.slider-item__img-link {
    display: block;
}

.slider-item__title {
    font-size: 14px;
    color: #2E2E2E;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-left: 37px;
    margin-top: 15px;
    display: block;
    line-height: 22px;
}

.slider-item__prod {
    color: #7A7A7A;
    font-size: 13.8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 28px;
    margin-left: 37px;
}

.slider-item__price {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    display: block;
    font-size: 22px;
    margin-left: 103px;
    margin-top: 9px;
    position: relative;
}

.slider-item__price img {
    position: absolute;
    top: 6px;
    right: 66px;
}

.slider-item__price_first img {
    right: 71px;
}

.slider-item__rating {
    margin-top: 13px;
    margin-left: 62px;
}

.slider-item__pic_second {
    margin-top: 24px;
    margin-left: 76px;
}

.slider-item__title_second {
    width: 150px;
    text-align: center;
    margin-left: 39px;
    margin-top: 20px;
}

.slider-item__prod_second {
    margin-top: 7px;
}

.slider-item__price_second {
    margin-left: 96px;
}

.slider-item__pic_third {
    margin-top: 24px;
}

.slider-item__title_third {
    margin-left: 5px;
    text-align: center;
    margin-top: 17px;
}

.slider-item__prod_third {
    margin-top: 6px;
}

.slider-item__price_third {
    margin-left: 95px;
}

.slider-item__pic_fourth {
    margin-left: 65px;
    margin-top: 28px;
}

.slider-item__title_fourth {
    text-align: center;
    width: 180px;
    margin-left: 19px;
    margin-top: 21px;
}

.slider-item__prod_fourth {
    margin-top: 8px;
}

.slider-item__price_fourth {
    margin-left: 93px;
}

.slider-item__pic_fifth {
    margin-left: 61px;
}

.slider-item__title_fifth {
    margin-left: 2px;
    margin-top: 13px;
    text-align: center;
}

.slider-item__prod_fifth {
    margin-top: 6px;
}

.slider-item__price_fifth {
    margin-left: 95px;
}

.slick-prev {
    width: 30px;
    height: 54px;
    background: #E8E8E8;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 0;
    z-index: 1;
}

.slick-next {
    width: 30px;
    height: 54px;
    background: #E8E8E8;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    right: 0;
    top: 157px;
    z-index: 1;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-prev img {
    margin-top: -14px;
    margin-left: -5px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next img {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -11px;
    margin-right: 5px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #d0c5c5;
}

.slick-prev:focus,
.slick-next:focus {
    background: #E8E8E8;
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

/*------ Reasons ------*/

.reasons-title {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 39px;
    margin-left: 13px;
}

.arrow-open-btn {
    border: none;
    display: block;
    background: none;
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.arrow-open-btn-on {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vantage {
    margin-top: 39px;
    margin-left: 11px;
    letter-spacing: 0.025em;
    margin-bottom: 41.5px;
}

.vantage__title {
    font-size: 15px;
    color: #2E2E2E;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -3px;
    letter-spacing: 0;
}

.vantage__text {
    margin-left: 11px;
}

.vantage__descr {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #959595;
    margin-top: 6px;
    line-height: 1.4em;
    width: 210px;
}

.vantage_second {
    margin-left: 41px;
}

.vantage_second .vantage__text {
    margin-left: 15px;
}

.vantage_third {
    margin-left: -9px;
}

.vantage_third .vantage__text {
    margin-left: 17px;
}

.vantage_third .vantage__descr {
    width: 310px;
}

.vantage_fourth {
    margin-left: 17px;
}

.vantage_fourth .vantage__text {
    margin-left: 19px;
}

.vantage_fifth {
    margin-left: 52px;
}

.vantage_fifth img {
    margin-top: -5px;
}

.vantage_fifth .vantage__descr {
    width: 225px;
}

.vantage_sixth {
    margin-left: 0;
}

.vantage_sixth .vantage__text {
    margin-left: 26px;
}

.vantage_sixth .vantage__descr {
    width: 230px;
}

/*------ Subscription ------*/
.subscription {
    background: #038057 url(../img/subscribe.png) no-repeat center center / cover;
    margin-top: -4px;
}

.send-box {
    margin-top: 28px;
    margin-left: 17px;
}

.send-box__text {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.send-box__offer {
    color: #fff;
    margin-top: -2px;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 1px;
}

.subscribers-letters {
    margin-left: -91px;
    margin-top: 12px;
}

.subscriber-form {
    position: relative;
}

.subscriber-form i {
    position: absolute;
    left: 76px;
    color: #B8B8B8;
    top: 70px;
}

.subscriber-form__input {
    padding: 14px 147px 13px 47px;
    margin-top: 50px;
    margin-left: 56px;
    letter-spacing: -0.9px;
    width: 266px;
    border-color: transparent;
    border-radius: 5px;
    width: 402px;
}

.subscriber-form__btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #D00934;
    border: 1px solid #D00934;
    padding: 13px 17px 13px 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    display: block;
    margin-top: 50px;
    transition: .3s all ease;
    position: absolute;
    top: 0;
    right: 12px;
    height: 55px;
}

.subscriber-form__btn:hover {
    background: rgba(253, 43, 87, 0.92)
}

/*------ Footer ------*/

.footer {
    margin: 50px 0px;
}

.footer-menu {
    margin-left: 18px;
}

.footer-menu__title {
    font-size: 18.5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    margin-bottom: 20px;
}

.footer-menu__title:after {
    content: '';
    width: 25px;
    height: 25px;
    float: right;
    background: url(../img/arrow-down.svg) no-repeat center center;
    margin-right: 20px;
    display: none;
}

.footer-menu__title.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-menu__link {
    font-size: 14px;
    color: #676767;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.footer-menu__link:hover {
    color: #008e62;
}

.footer-menu_second {
    margin-left: 12px;
}

.footer-menu_third {
    margin-left: 30px;
}

.footer-menu_fourth {
    margin-left: -13px;
}

.footer-menu_fourth .footer-menu__link {
    width: 175px;
}

@media (max-width: 480px) {
    .footer {
        margin-top: 28px;
    }

    .footer__menu {
        padding: 0;
    }

    .footer__menu .row {
        margin: 0;
    }

    .footer-menu-item {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-menu-item__title {
        padding-left: 12px;
    }

    .footer-menu-item__title:after {
        right: 28px;
    }

    .footer-menu-item__list ul {
        padding-left: 24px;
    }

    .footer-phone {
        margin-top: 23px;
        margin-bottom: 32px;
    }

    .footer-phone__link {
        font-size: 36px;
    }

    .footer-phone__title {
        margin-bottom: 21px;
    }

    .footer-social__list, .footer-social__title {
        display: inline-block;
        vertical-align: top;
    }

    .footer-social__title {
        margin-right: 21px;
    }

    .footer-social__list {
        margin-top: -9px;
    }

    .footer-social__list ul li {
        margin-right: 5px;
    }

    .footer-social {
        margin-bottom: 24px;
    }

    .footer-clarification p {
        margin-bottom: 28px;
    }

    .footer-copyright {
        margin-top: 3px;
    }
}

@media (max-width: 375px) {
    .footer-phone__link {
        font-size: 32px;
    }

    .footer-phone__title {
        margin-bottom: 14px;
    }
}

.addresses {
    margin-top: -2px;
}

.addresses__title,
.addresses__invite,
.addresses__city {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #676767;
}

.addresses__invite {
    margin-top: 12px;
}

.addresses__tel {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #2E2E2E;
}

.addresses__sn {
    margin-top: 17px;
}

.addresses__link {
    margin-right: 7px;
}

.addresses__link:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.addresses__city {
    margin-top: 10px;
    line-height: 27px;
}

.footer-order {
    font-size: 14px;
    color: #9F9F9F;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 21px;
    margin-left: 17px;
    line-height: 24px;
}

.footer-order__prices {
    margin-top: 16px;
    width: 630px;
}

.footer-order__prices a {
    font-weight: 500;
    text-decoration: underline;
    color: #9F9F9F;
}

.footer-order__name {
    margin-top: 13px;
    margin-bottom: 60px;
}

/*------ Content ------*/
.categories {
    margin-left: 14px;
    margin-top: 41px;
    margin-bottom: 15px;
}

.checkbox {
    margin-top: -5px;
}

input[type="checkbox"] {
    visibility: hidden;
}

.wrap-checkbox {
    display: block;
    position: relative;
    margin-bottom: 15.7px;
}

.img-box {
    position: absolute;
    left: -3px;
    top: 0;
    background: url(../img/checkbox.svg) no-repeat center center;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

input[type="checkbox"]:checked + .img-box {
    background: url(../img/checkbox-checked.svg) no-repeat center center;
}

.wrap-checkbox:hover > .img-box {
    background: url(../img/checkbox-hover.svg) no-repeat center center;
}

.wrap-checkbox:hover > .categories__name {
    color: rgb(0, 142, 98);
}

.categories__name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
    margin-top: -2px;
    margin-left: 21px;
    cursor: pointer;
    display: block;
    width: 210px;
}

.offers {
    margin-top: 16px;
}

.offers__link {
    margin-left: 0;
    display: block;
}

.offers__link img {
    width: 100%;
    height: auto;
}

.offers__link_push {
    margin-top: 29px;
}

.wrap-list {
    margin-bottom: 15px;
}

.page-title {
    font-size: 36px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 12px;
    margin-left: 0 !important;
    margin-bottom: 26px !important;
}

.choice {
    margin-top: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.choice__text {
    color: #8B8B8B;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-left: 7px;
}

.choice__item {
    background: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    display: block;
    border-radius: 15px;
    padding: 0px 10px 0 23px;
    margin-left: 13px;
    position: relative;
    margin-top: 1px;
    cursor: pointer;
}

.choice__item:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    background: #fff url(../img/close.png) no-repeat center center;
    left: 1px;
    cursor: pointer;
}

.choice__item:hover {
    background: #e0d9d9;
}

.choice__item_push {
    margin-left: 19px;
}

.sort-box {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 14px;
}

.news-sec-wrapper {
    /*padding-left: 7px;*/
}

.news-sec-wrapper .article {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-sec-wrapper > .articles-box {
    margin-top: 12px;
}

.news-sec-wrapper h1 {
    margin-bottom: 33px !important;
    padding-left: 0;
}

.news-sec-wrapper > hr, .news-sec-wrapper > br {
    display: none;
}

.news-sec-wrapper .sort-box {
    #border-bottom: 1px solid #D8D8D8;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

.news-sec-wrapper .sort-box__text {
    margin-left: 0;
}

.news-sec-wrapper .margin-t_18 {
    margin-top: 1px;
}

.sort-box__text {
    color: #8B8B8B;
    margin-left: 7px;
}

.sort-box__item {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 12px;
    margin-left: 17px;
    list-style-type: none;
    cursor: pointer;
    color: #333;
    border-bottom: 1px dashed #333;
    transition: .3s;
}

.sort-box__item a {
    color: #333333;
    transition: .3s;
}

.sort-box__item.active {
    border-bottom-color: transparent;
    color: #038057;
}

.sort-box__item.active a {
    border-bottom-color: transparent;
    color: #038057;
}

.sort-box__item:hover {
    border-bottom-color: transparent;
    color: #038057;
}

.sort-box__item:hover a {
    color: #038057;
}

.pages-nav {
    padding-right: 17px;
}

.pages-side {
    border-top: 1px solid #D8D8D8;
    padding-top: 21px;
    margin-top: 8px;
    margin-left: 7px;
    padding-bottom: 18px;
}

.pages-side__number {
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-right: 18px;
}

.pages-side__number:hover {
    color: #038057;
}

.pages-side__arrow-left,
.pages-side__arrow-right {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0px 1px 0px #333333;
    cursor: pointer;
}

.pages-side__arrow-left:hover,
.pages-side__arrow-right:hover {
    box-shadow: 0 1px 1px 0px #333333;
}

.pages-side__arrow-right {
    background: url(../img/arrow-right.svg) no-repeat center center;
}

.pages-side__arrow-left {
    background: url(../img/arrow-left.svg) no-repeat center center;
    margin-right: 17px;
}

.articles-box {
    padding-right: 0;
}

.article {
    padding-top: 20px;
    border-top: 1px solid #D8D8D8;
    margin-left: 0;
    padding-bottom: 17px;
}

.articles-box .article:last-child {
    padding-bottom: 0;
}

.article + br + .space-between {
    border-top: 1px solid #d8d8d8;
    margin-top: -12px;
    margin-left: 7px;
    margin-right: 2px;
    padding-top: 17px;
    padding-left: 8px;
    margin-bottom: 0;
}

.article + br + .space-between .showby-sort {
    display: none;
}

.article__text-box {
    margin-left: 29px;
    padding-top: 21px;
}

.article__title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.article__title a {
    color: #000;
    transition: all .25s;
}

.article__title a:hover {
    color: #008e62;
}

.article__info {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 6px;
}

.article__kind {
    color: #828282;
    font-size: 12px;
    text-transform: uppercase;
}

.article__date {
    color: #B6B6B6;
    font-size: 14px;
    margin-left: 0;
}

.article__text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #4F4F4F;
    margin-top: 8px;
    line-height: 1.4em;
}

.article__more {
    margin-top: 19px;
    margin-left: 1px;
}

.article__more i {
    color: #C4C4C4;
}

.article__link {
    color: #038057;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.article__link:hover {
    text-decoration: none;
    color: #038057;
}

.article__stat {
    margin-right: 7px;
    margin-top: 0px;
}

.article__views,
.article__comments {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
}

.article__views {
    margin-right: 24px;
}

.article__comments i {
    margin-right: 5px;
}

.pages-side_push {
    margin-top: -1px;
}

/* Media Queries */
/* 992 - 1199 px */
@media screen and (max-width: 1199px) {
    .search-form {
        margin-left: 35px;
    }

    .nav {
        margin-left: 15px;
    }

    .nav__link {
        margin-left: -5px;
    }

    .nav__link_push {
        margin-left: -8px;
    }

    .nav__link {
        font-size: 12px;
    }

    .categories__name_long {
        margin-left: 3px;
    }

    .offers__link img {
        width: 100%;
    }

    .vantage_second {
        margin-left: 10px;
    }

    .vantage_third .vantage__descr br {
        display: none;
    }

    .vantage_third .vantage__descr {
        width: 210px;
    }

    .vantage_fifth {
        margin-left: 20px;
    }

    .subscription-wrap {
        padding-bottom: 44px;
    }

    .send-box {
        width: 375px;
    }

    .subscriber-form__input {
        width: 460px;
    }

    .addresses {
        margin-top: 35px;
    }

    .footer-menu_first .footer-menu__link {
        width: 125px;
    }

    .footer-menu_second .footer-menu__title {
        width: 160px;
    }

    .footer-menu_second .footer-menu__link {
        width: 155px;
    }

    .footer-menu_fourth .footer-menu__link {
        width: 150px;
    }
}

/* 768 - 991 px */
@media screen and (max-width: 991px) {
    .logo-box__link {
        display: block;
        height: 40px;
    }

    .logo-box__link img {
        height: 100%;
    }

    .order-stat {
        text-align: right;
    }

    .nav {
        margin-left: 0;
    }

    .nav-tabs .nav-link {
        margin-bottom: 12px;
    }

    .nav-tabs {
        margin-bottom: 8px;
    }

    .offers {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
    }

    .menu-catalog,
    .choice__text,
    .bdcrumps,
    .page-title,
    .offers__link,
    .sort-box__text,
    .pages-side,
    .article,
    .reasons-title,
    .footer-order,
    .bdcrumps__link,
    .connect__city {
        margin-left: 0;
    }

    .search-btn-md {
        margin-left: auto;
    }

    .articles-box,
    .pages-nav {
        padding-right: 0;
    }

    .offers__link_push {
        margin-top: 0;
    }

    .vantage_third {
        margin-left: 15px;
    }

    .vantage_fourth {
        margin-left: 18px;
    }

    .vantage_fourth .vantage__text {
        margin-left: 8px;
    }

    .vantage_fifth {
        margin-left: 23px;
    }

    .vantage_fifth .vantage__text {
        margin-left: 21px;
    }

    .vantage_sixth {
        margin-left: 29px;
    }

    .vantage_sixth .vantage__text {
        margin-left: 11px;
    }

    .send-box {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subscriber-form__input {
        width: 620px;
    }

    .footer-menu_second {
        margin-left: -16px;
    }

    .footer-menu_third {
        margin-left: 1px;
    }

    .footer-menu_fourth {
        margin-left: -6px;
    }
}

/* 576 - 767 px */
@media screen and (max-width: 767px) {
    .phone__number {
        display: none;
    }

    .article {
        flex-wrap: wrap;
    }

    .article__img-box {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .article__text-box {
        padding-top: 0;
        margin-left: 0;
    }

    .article__more {
        flex-direction: column;
    }

    .article__stat {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .article__comments i {
        margin-right: 2px;
    }

    .extra-reasons-box {
        background: #f6f6f6;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .extra-reasons-title {
        font-size: 20px;
        cursor: pointer;
        font-weight: 500;
        width: 285px;
        font-family: 'Roboto', sans-serif;
    }

    .arrow-open {
        background: transparent url(../img/social-arrow.svg) no-repeat center center;
        display: block;
        width: 25px;
        height: 25px;
    }

    .footer-menu__link {
        width: 100%;
        margin-left: 25px;
    }

    .footer-menu {
        margin-left: 0;
    }

    .footer-menu__title:after {
        display: block;
    }

    .footer-menu__list {
        display: none;
    }

    .footer-menu__title {
        background: #f3f3f3;
        cursor: pointer;
        font-size: 15px;
        padding: 10px 0 10px 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-menu_fourth .footer-menu__link {
        width: 100%;
    }

    .footer-menu_second .footer-menu__title {
        width: auto;
    }

    .footer-order {
        margin-left: 0;
    }

    .footer-order__prices {
        width: auto;
    }

    .subscriber-form i {
        left: 24px;
    }

    .subscriber-form__input {
        margin-left: 0;
        width: 497px;
    }

    .vantage_second .vantage__text {
        margin-left: 24px;
    }

    .vantage_fourth .vantage__text {
        margin-left: 19px;
    }

    .vantage_sixth .vantage__text {
        margin-left: 21px;
    }

    .vantage .vantage__text {
        width: 100%;
    }

    .vantage .vantage__descr {
        width: 90%;
    }

    .footer-menu_fourth .footer-menu__link {
        width: 90%;
    }

    .footer-menu__link {
        width: 90%;
    }

}

/* 320 - 575 px */
@media screen and (max-width: 575px) {
    .connect {
        flex-direction: column;
        align-items: center;
    }

    .phone__recall {
        margin-left: 0;
    }

    .phone {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .order-stat {
        text-align: center;
    }

    .choice,
    .sort-box,
    .pages-nav {
        display: none;
    }

    .article__img-box a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .article__img-box a img {
        width: 100%;
    }

    .article {
        flex-direction: column;
    }

    .article__stat {
        flex-direction: row;
        margin-top: 15px;
    }

    .article__text-box {
        margin-left: 0;
        margin-top: 5px;
    }

    .article_last {
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 20px;
    }

    .extra-reasons-box {
        margin-top: 10px;
    }

    .extra-reasons-title {
        width: 100%;
    }

    .arrow-open-btn {
        margin-left: auto;
    }

    .send-box {
        width: 230px;
        text-align: center;
    }

    .subscriber-form__input {
        width: 96%;
    }

    .subscribers-letters {
        display: block;
        margin: 15px auto;
    }

    .subscription-wrap {
        padding-bottom: 0;
    }

    .vantage {
        margin-left: 0;
    }

    .vantage_second .vantage__text {
        margin-left: 25px;
    }

    .vantage_third {
        margin-left: 6px;
    }

    .vantage_fourth {
        margin-left: 8px;
    }

    .vantage_fourth .vantage__text {
        margin-left: 18px;
    }

    .vantage_fifth {
        margin-left: 13px;
    }

    .vantage_sixth {
        margin-left: 16px;
    }

    .vantage_sixth .vantage__text {
        margin-left: 22px;
    }

    .footer-menu__title {
        margin-bottom: 8px;
    }

    .addresses__title {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .nav-tabs .nav-link {
        font-size: 11px;
        padding: 5px 5px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .nav-tabs {
        margin-bottom: 0;
    }
}

.categories form div:first-child {
    flex-direction: column;
}

.categories form div label {
    padding-left: 0px;
}

.categories {
    margin-left: 0px;
}

.categories form .bx-filter-block input {
    margin-left: 0px;
}


* {
    box-sizing: border-box;
}

.wrap404 img {
    max-width: 100%;
}

.wrap404 h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 35px;
}

.wrap404 p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.wrap404 a {
    text-decoration: underline;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #038057;
}

section .head-about {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 17px;
    margin-bottom: 7px;
    margin-top: 11px;
}

section .about-menu-of {
    padding: 0;
}

section .about-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
    line-height: 34px;
}

section .about-menu__list a {
    font-style: normal;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

section .about-menu__list a:hover {
    color: #038057;
}

section .about-menu__list a.active {
    color: #038057;
}

section .vacancy .container {
    padding: 0;
}

section .head-vacan {
    margin-top: 11px;
    padding-left: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 36px;
    margin-bottom: 23px;
}

.vacancy-single .vacancy-city {
    border: 0 !important;
}

section .vacancy-city {
    margin: 0;
    padding: 0;
    margin-left: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 9px;
    margin-bottom: 27px;
}

section .vacancy-city .vacancy-city__item {
    list-style: none;
    margin-right: 20px;
    display: block;
}

section .vacancy-city .vacancy-city__item:first-child {
    color: #8B8B8B;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 3px;
}

section .vacancy-city .vacancy-city__item a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    transition: all .25s;
    text-decoration: none !important;
    border-bottom: 1px dashed #333333;
}

section .vacancy-city .vacancy-city__item a:hover, section .vacancy-city .vacancy-city__item a:active {
    color: #038057;
    border-color: #038057;
    text-decoration: none;
}

section .vacancy-city .vacancy-city__item a.visited {
    color: #038057;
    text-decoration: none;
    border-bottom: none;
}

section .vacanc-offer {
    padding-left: 1px;
}

section .vacanc-offer__list {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px;
    padding-bottom: 21px;
}

section .vacanc-offer__content {
    width: 97%;
}

section .vacan-list-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 7px;
}

section .vacan-list-head__mn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    display: block;
    margin-bottom: 5px;
    color: #038057;
    transition: all .25s;
    text-decoration: none;
}

section .vacan-list-head__mn:hover {
    color: #000000;
}

section .vacan-offer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section .vacan-offer-head__city {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

section .vacan-offer-head__date {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-right: 9px;
}

section .vacan-list-info {
    margin-top: 18px;
}

section .vacan-list-info__txt {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

section .vacan-list-info__price, section .vacan-list-info__pract {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

section .vacan-list-info__price span, section .vacan-list-info__price b, section .vacan-list-info__pract span, section .vacan-list-info__pract b {
    font-weight: 500;
}

section .vacan-list-info__price {
    margin: 10px 0px;
}

section .page-navig {
    margin-top: 10px;
    margin-bottom: 50px;
}

section .page-navig ul {
    display: flex;
    padding: 0;
    margin: 0;
}

section .page-navig__list {
    list-style: none;
    margin-right: 17px;
}

section .page-navig__list:last-child {
    margin-right: 0;
}

section .page-navig__list a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

section .page-navig__list a:hover {
    color: #038057;
}

section .page-navig__list a img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 768px) {
    section .vacan-offer-head {
        display: block;
    }

    section .vacan-offer-head__date {
        margin-left: 0;
    }

    section .vacanc-offer {
        padding-left: 0px;
    }

    section .vacancy-city {
        margin-left: 0px;
    }

    section .head-vacan {
        padding-left: 0px;
    }
}

@media screen and (max-width: 470px) {
    section .vacancy-city .vacancy-city__item a {
        font-size: 10px;
    }
}

@media screen and (max-width: 420px) {
    section .vacancy-city {

    }
}

@media screen and (max-width: 780px) {
    section .about-menu__list a {
        font-size: 13px;
    }
}


@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.reviews__review__comment-answer_hidden {
    display: none;
}

#overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    position: fixed;
    z-index: 9;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-name {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
}

.horisontal_line2 {
    margin-bottom: 28px !important;
}

.ad {
    margin-top: 10px;
    padding-top: 12px;
    padding-left: 35px;
    text-align: center;
    margin: 0 auto;
}

.ad__first-ad {
    margin-bottom: 30px;
}

.ad__first-ad img {
    max-width: 271px;
    max-height: 386px;
}

.ad__second-ad img {
    max-width: 271px;
    max-height: 386px;
}

.reviews .reviews__summary .reviews__summary__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 20px;
}

.reviews .reviews__summary .reviews__summary__top .reviews__summary__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews .reviews__summary .reviews__summary__top .reviews__summary__wrap .reviews__summary__top__star {
    width: 167px;
    height: 26px;
    max-width: 167px;
    max-height: 26px;
    margin-right: 17px;
}

.reviews .reviews__summary .reviews__summary__top .reviews__summary__wrap .reviews__summary__top__num {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #4F4F4F;
    margin-right: 17px;
}

.reviews .reviews__summary .reviews__summary__top .reviews__summary__wrap .reviews__summary__top__all-buyers {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #4F4F4F;
}

.reviews .reviews__summary .reviews__summary__top .reviews__summary__top__send-review-btn {
    width: 180px;
    height: 44px;
    margin-right: -22px;
    background: #008E62;
    border-radius: 5px;
    -webkit-box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.reviews .reviews__summary .reviews__summary__bot {
    font-family: Roboto;
    font-size: 12px;
}

.reviews .reviews__summary .reviews__summary__bot .reviews__summary__bot__firstly {
    display: inline-block;
    color: #8B8B8B;
}

.reviews .reviews__summary .reviews__summary__bot .reviews__summary__bot__list {
    display: inline-block;
    padding-left: 16px;
}

.reviews .reviews__summary .reviews__summary__bot .reviews__summary__bot__list .reviews__summary__bot__list-item {
    list-style-type: none;
    display: inline-block;
    margin-right: 17px;
    cursor: pointer;
    border-bottom: 1px dashed black;
}

.reviews .reviews__summary .reviews__summary__bot .reviews__summary__bot__list .reviews__summary__bot__list-item_active {
    border-bottom: none;
}

.reviews .reviews__review .reviews__review__info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews .reviews__review .reviews__review__info .reviews__review__info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews .reviews__review .reviews__review__info .reviews__review__info__wrap .reviews__review__info__name {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20.0326px;
    color: #2E2E2E;
    margin-right: 15px;
    margin-bottom: 0;
}

.reviews .reviews__review .reviews__review__info .reviews__review__info__wrap .reviews__review__info__rate {
    width: 128.42px;
    height: 20px;
    max-width: 128.42px;
    max-height: 20px;
}

.reviews .reviews__review .reviews__review__info .reviews__review__info__date {
    font-family: "Roboto", sans-serif;
    font-size: 13.8084px;
    color: #4F4F4F;
    text-align: right;
    margin-bottom: 0;
    margin-right: -20px;
    margin-bottom: 6px;
}

.reviews .reviews__review .reviews__review__content {
    margin-top: 16px;
    margin-left: 2px;
}

.reviews .reviews__review .reviews__review__content p {
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 23px;
}

.reviews .reviews__review .reviews__review__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 2px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__left-part .reviews__review__comments__show-comments {
    cursor: pointer;
    font-family: Roboto;
    font-size: 13.8084px;
    color: #4F4F4F;
    margin-right: 30px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__left-part .reviews__review__comments__show-comments p {
    margin-bottom: 0px;
    border-bottom: 1px dashed black;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__left-part .reviews__review__comments__comment {
    cursor: pointer;
    margin-left: 3px;
    font-family: Roboto;
    font-size: 13.8084px;
    color: #4F4F4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__left-part .reviews__review__comments__comment p {
    border-bottom: 1px dashed black;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__left-part .reviews__review__comments__comment .reviews__review__comments__comment__image {
    width: 20px;
    height: 21px;
    margin-right: 10px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__quest {
    font-family: Roboto;
    font-size: 13.8084px;
    color: #4F4F4F;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-like {
    cursor: pointer;
    font-family: Roboto;
    font-size: 13.8084px;
    color: #4F4F4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-like:hover .reviews__review__comments__btn-like__image {
    color: green;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-like p {
    margin-left: 7px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-like .reviews__review__comments__btn-like__image {
    font-size: 19px;
    color: darkgray;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-dislike {
    cursor: pointer;
    font-family: Roboto;
    font-size: 13.8084px;
    color: #4F4F4F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-dislike:hover .reviews__review__comments__btn-dislike__image {
    color: red;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-dislike p {
    margin-left: 7px;
}

.reviews .reviews__review .reviews__review__comments .reviews__review__comments__right-part .reviews__review__comments__btn-dislike .reviews__review__comments__btn-dislike__image {
    font-size: 19px;
    color: darkgray;
}

.reviews__review_subcomments {
    margin-left: 30px;
    display: none;
}

.reviews__review_subcomments .reviews__review_subcomments__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 1px;
}

.reviews__review_subcomments .reviews__review_subcomments__info .reviews__review_subcomments__info__name {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.reviews__review_subcomments .reviews__review_subcomments__info .reviews__review_subcomments__info__date {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-right: -23px;
    color: #4F4F4F;
}

.reviews__review_subcomments .reviews__review_subcomments__content p {
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    margin-top: 3px;
    margin-left: 1px;
    margin-bottom: 0px;
}

.reviews__review_subcomments .reviews__review_subcomments__answ {
    font-family: "Roboto", sans-serif;
    font-size: 13.8084px;
    margin-top: 13px;
    margin-left: 1px;
    display: inline-block;
    border-bottom: 1px dashed black;
    cursor: pointer;
}

.horisontal_line3 {
    margin-top: 6px !important;
    margin-bottom: 29px !important;
}

.horisontal_line {
    background: #D8D8D8;
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
}

.reviews__review__comment-answer {
    margin-bottom: 49px;
}

.reviews__review__comment-answer .wrap {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews__review__comment-answer .wrap textarea {
    width: 524px;
    height: 25px;
    min-height: 25px;
    max-height: 200px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    line-height: 17px;
    font-size: 16px;
    color: #4F4F4F;
    margin-bottom: 10px;
}

.reviews__review__comment-answer .wrap textarea:focus {
    border-bottom: 2px solid #038057;
}

.reviews__review__comment-answer .wrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
}

.reviews__review__comment-answer .wrap form .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews__review__comment-answer .wrap form .form-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.reviews__review__comment-answer .wrap form .form-item label {
    color: #038057;
}

.reviews__review__comment-answer .wrap form .form-input {
    outline: 0;
    height: 50px;
    padding: 2px 0px;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    width: 247px;
    padding-left: 2px;
}

.reviews__review__comment-answer .wrap form .form-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.reviews__review__comment-answer .wrap form .form-input:focus {
    border-bottom: 2px solid #038057;
}

.reviews__review__comment-answer .wrap form .form-input:focus ~ .form-label,
.reviews__review__comment-answer .wrap form .form-input:not(:focus):valid ~ .form-label {
    top: -15px;
    font-size: 14px;
}

.reviews__review__comment-answer_right-part p {
    font-family: "Roboto", sans-serif;
    line-height: 17px;
    font-size: 12px;
    color: #4F4F4F;
    margin-bottom: 9px;
}

.close-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
}

.close-btns .reviews__review__comment__send-btn {
    width: 180px;
    height: 37px;
    background: #008E62;
    border-radius: 5px;
    -webkit-box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 20px;
}

.close-btns .reviews__review__comment__close-form-btn {
    width: 168px;
    height: 37px;
    background: #E8E8E8;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #333333;
}

.close-btns .reviews__review__comment__close-form-btn img {
    margin-right: 10px;
    max-width: 9px;
    max-height: 9px;
}

.page-navig {
    margin-top: 20px;
    margin-bottom: 50px;
}

.page-navig ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

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

.page-navig__list:hover a {
    color: #038057;
}

.page-navig:last-child {
    margin-right: 0;
}

.page-navig a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

@media all and (max-width: 1200px) {
    .reviews__review__comment-answer_right-part {
        display: none;
    }

    .reviews__summary__top__num {
        font-size: 15px !important;
    }

    .reviews__summary__top__all-buyers {
        font-size: 12px !important;
    }
}

@media all and (max-width: 990px) {
    .ad {
        display: none;
    }
}

@media all and (max-width: 770px) {
    .page-name {
        font-size: 25px;
    }

    .reviews__review__comments__left-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__review__comments__right-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__review__comments__comment {
        margin-top: 10px;
    }

    .reviews__review__comments__btn-like {
        margin-top: 5px;
    }

    .reviews__review__comment-answer .wrap textarea {
        width: 80%;
    }

    .reviews__review__comment-answer .wrap form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__review__comment-answer .wrap form .form-item {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

@media all and (max-width: 540px) {
    .reviews__summary__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__summary__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-name {
        text-align: center;
    }

    .reviews__review__info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .reviews__review__info__rate {
        margin-left: 0;
    }

    .reviews__summary__top__send-review-btn {
        margin-right: 0px !important;
    }

    .reviews__summary__top__all-buyers {
        margin-bottom: 10px !important;
    }

    .reviews__summary__top__star {
        margin-bottom: 10px !important;
    }

    .reviews__summary__top__num {
        margin-bottom: 10px !important;
    }
}

@media all and (max-width: 400px) {
    .reviews__summary__bot__list-item {
        display: block !important;
    }

    .reviews__summary__bot__firstly {
        display: block !important;
    }

    .reviews__review__comment__send-btn {
        width: 150px !important;
        font-size: 12px !important;
    }

    .reviews__review__comment__close-form-btn {
        width: 150px !important;
        font-size: 12px !important;
    }
}

.reviews__review_subcomments-visible {
    display: block;
}

.global-wrap-pop {
    position: absolute;
}

.pop-review {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    z-index: 99;
    display: none;
    z-index: 99;
    width: 90%;
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
}

.review-leave {
    background: #fff;
    padding: 30px 0px;
    padding-top: 28px;
    padding-left: 70px;
    padding-right: 70px;
}

.review-leave__header {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-top: 19px;
}

.review-leave__pred {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.offer-rev-first {
    margin-top: 5px;
}

.offer-rev-first, .offer-rev-sec, .offer-rev-third, .offer-rev-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
}

.offer-rev-four {
    margin-bottom: 12px;
    margin-top: 3px;
}

.review-mark {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-mark p {
    margin-top: 10px;
}

.offer-rev-first__write {
    text-align: left;
}

.offer-rev-first__write p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: -5px;
}

.review-select, .review-input, .review-textarea {
    width: 360px;
    outline: 0;
    margin-right: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
}

.review-textarea {
    max-height: 40px;
}

.offer-rev-first__operat, .offer-rev-sec__pseudo, .offer-rev-third__db, .offer-rev-four__town {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.offer-rev-sec__pseudo {
    margin-top: -15px;
}

.offer-rev-first__operat p {
    margin-top: 8px;
}

.offer-rev-sec {
    margin-top: -6px;
}

.form-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.form-item label {
    color: #038057;
}

.form-input {
    outline: 0;
    height: 50px;
    padding: 3px 0px;
    padding-top: 8px;
}

.form-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 5px;
    line-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-input:focus {
    border-bottom: 3px solid #038057;
}

/*.form-input:focus ~ .form-label{
    top: -10px;
    font-size: 11px;
}*/
/*.form-input:not(:focus):valid ~ .form-label{
    top: 12px;
    font-size: 16px;
}*/
.selects .review-select {
    border-bottom: 1px dashed #038057;
    font-size: 20px !important;
    line-height: 23px;
    color: #038057;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.selects {
    position: relative;
    display: inline-block;
}

/*.selects:after {
  content: "\f107";
  font: 20px/30px FontAwesome;
  padding: 0 8px;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #038057;
  z-index: 1;
  text-align: center;
  width: 11%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }*/

.review-select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 5px;
    height: 45px;
}

.review-police {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.review-police a {
    text-decoration: underline;
    color: #008E62;
}

.review-leave__send_green {
    display: block;
    background: #008E62;
    width: 180px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    text-decoration: none;
}

.review-leave__send_green:hover {
    color: #fff;
    text-decoration: none;
}

.review-no-check[type="checkbox"] {
    display: none;
}

.revi-polic__label {
    width: 27px;
    height: 17px;
    position: relative;
}

.review-no-check[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 33px;
    height: 33px;
    background: url(../img/cube.png) no-repeat;
    cursor: pointer;
}

.review-no-check[type="checkbox"]:checked + span {
    background: url(../img/cubenk.png) no-repeat;
}

.review-police__page-link {
    text-align: left;
    margin-left: 3px;
    margin-top: 1px;
}

/*sprite with stars */
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
    background: url("http://positivecrash.com/wp-content/uploads/ico-s71a7fdede6.png") no-repeat;
}

#reviewStars-input {
    overflow: hidden;
    position: relative;
    float: left;
}

#reviewStars-input input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 0;
}

#reviewStars-input input:checked ~ label {
    background-position: 0 -40px;
    height: 40px;
    width: 43px;
}

#reviewStars-input label {
    background-position: 0 0;
    height: 40px;
    width: 43px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
    background-position: 0 -40px;
    height: 40px;
    width: 43px;
}

#reviewStars-input #star-0 {
    left: 0px;
}

#reviewStars-input #star-1 {
    left: 53px;
}

#reviewStars-input #star-2 {
    left: 106px;
}

#reviewStars-input #star-3 {
    left: 159px;
}

#reviewStars-input #star-4 {
    left: 212px;
}

#reviewStars-input #star-5 {
    left: 265px;
}

.star-rating {
    font-size: 0;
    margin-left: 35px;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 25px;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    margin-left: 3px;
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #FFB300;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "ï€…";
}

@media screen and (max-width: 995px) {
    .review-select, .review-input, .review-textarea {
        width: 250px;
    }
}

@media screen and (max-width: 770px) {
    .offer-rev-first, .offer-rev-sec, .offer-rev-third, .offer-rev-four {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 430px) {
    .review-select, .review-input, .review-textarea {
        width: 100%;
    }

    .review-leave {
        padding: 25px 20px;
    }

    .star-rating {
        margin-left: 15px;
    }

    .star-rating__wrap {
        font-size: 15px;
    }
}

@media screen and (max-width: 340px) {
    .form-item label {
        font-size: 14px;
    }

    .review-police__page-link {
        margin-left: 5px;
    }
}


/*Menu3 styles*/
.nav-page-box {
    margin-bottom: 20px;
    margin-left: 0 !important;
}

@media screen and (max-width: 576px) {
    .d-sm-none .nav.nav-page-box {
        display: none;
    }
}

.head-page-nav,
.head-page-nav_second {
    display: none;
    margin-left: 0 !important;
}

.head-page-nav__item {
    color: #676767;
    font-size: 12px;
    padding: 5px 0 10px 5px;
    line-height: 18px;
    display: block;
    position: relative;
}

.head-page-nav__item:hover {
    color: #cec8c8;
}

.nav-page-box {
    margin-left: auto;
    margin-right: auto;
}

.nav-info-list,
.nav-info-list_second {
    font-size: 11px;
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #8b8b8b;
    padding: 5px;
    border-radius: 3px;
    position: relative;
}

.nav-info-list:active,
.nav-info-list_second:active,
.nav-info-list:hover,
.nav-info-list_second:hover {
    border-color: #008f64;
    color: #008f64;
}

.nav-link__arrow,
.nav-link__arrow_second {
    background: url(../img/design/ico/arrow-down.svg) no-repeat center center;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
    transition: .3s;
}

.transform-rotate180 {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-page-box__item,
.nav-page-box__item_second {
    width: 48%;
}

.nav-page-box__item_second {
    margin-left: auto;
}

/*Payment*/
.payment-subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
    color: #2e2e2e;
}

.payment-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 16px;
    color: #333333;
}

.how-order-content .no-gutters .payment-text-box {
    margin-bottom: 30px;
}

.payment-text-box {
    margin-bottom: 30px;
}

@charset "UTF-8";


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    position: fixed;
    z-index: 9;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.private-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 8px;
    border-bottom: 1px solid #D8D8D8;
}

.private-head .private-head__user {
    margin-right: 12px;
}

.private-head h4 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 25px;
    color: #333333;
}

.cab-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cab-menu__list a {
    font-style: normal;
    font-weight: 300;
    line-height: 18px !important;
    font-size: 16px;
    color: #333333;
    padding: 8px 0 8px 0;
    display: block;
}

.cab-menu__list:last-child a {
    padding-bottom: 0;
}

.cab-menu__list a:hover {
    text-decoration: none;
    color: #038057;
}

.cab-dynamic {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.cab-dynamic .cab-dynamic__list {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cab-dynamic .cab-dynamic__list .cab-dynamic__list_img {
    width: 16px;
}

.cab-dynamic .cab-dynamic__list img {
    max-width: 100%;
}

.cab-dynamic .cab-dynamic__list a {
    margin-left: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #000000;
}

.cab-dynamic .cab-dynamic__list a:hover {
    text-decoration: none;
    color: #038057;
}

.profile-info-list__change .ready_changes__ready:hover path {
    fill: #038057;
}

.profile-info-list__change .ready_changes__remote:hover path {
    fill: red;
}

.profile-info h3 {
    margin: 0;
    padding: 0;
    margin-top: -6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 36px;
    color: #000000;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8D8D8;
}

.profile-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.profile-info-list__title {
    text-align: left;
    width: 150px;
}

.profile-info-list__value {
    text-align: left;
}

.profile-info-list__value input, .profile-info-list__value .example_select {
    border: none;
    outline: none;
    width: 330px;
}

.profile-info-list__value input::-ms-clear {
    display: none;
}

.profile-info-list__value input:disabled, .profile-info-list__value .example_select:disabled {
    background: transparent;
    color: #000;
}

.profile-info-list__value input[type="email"]:invalid {
    color: red;
}

.profile-info-list__change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: auto;
    height: 15px;
    position: relative;
}

.goods-nav__update-button {
    width: 16px;
    height: 15px;
    background: url(../img/ready.svg) left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
    display: inline-block;
}

.goods-nav__update-button:hover {
    width: 16px;
    height: 15px;
    background: url(../img/ready-hover.svg) left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .ready_changes__ready {
    width: 16px;
    height: 15px;
    background: url("../img/ready.svg") left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .ready_changes__ready:hover {
    width: 16px;
    height: 15px;
    background: url("../img/ready-hover.svg") left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .ready_changes__remote {
    width: 16px;
    height: 15px;
    background: url("../img/remote.svg") left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .ready_changes__remote:hover {
    width: 16px;
    height: 15px;
    background: url("../img/remote-hover.svg") left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .pencil {
    width: 16px;
    height: 15px;
    background: url("../img/pencil.svg") left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .pencil:hover {
    background: url("../img/pencil-active.svg") left top no-repeat;
}

.profile-info-list__change .pencil1 {
    width: 16px;
    height: 15px;
    background: url("../img/pencil.svg") left top no-repeat;
    -webkit-background-size: 16px 15px;
    background-size: 16px 15px;
}

.profile-info-list__change .pencil1:hover {
    background: url("../img/pencil-active.svg") left top no-repeat;
}

.profile-info-list__change .ready_changes {
    display: none;
    margin-right: 5px;
}

.gift {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gift .gift__img {
    margin-right: 10px;
}

.gift .gift__info p {
    margin: 0;
}

.wrap-points {
    margin-top: 50px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 38px;
    margin-left: 20px;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}

.wrap-points__all {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    color: #8B8B8B;
}

.wrap-points__digit p {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 48px;
    color: #038057;
}

.wrap-points__bonus {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #4F4F4F;
}

.get-points {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #038057;
}

.cab-advert {
    margin-top: 41px;
}

.cab-advert img {
    max-width: 100%;
}

@media screen and (max-width: 1205px) {
    .profile-info-list__title {
        max-width: 120px;
    }

    .profile-info-list__value input, .profile-info-list__value .example_select {
        max-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .wrap-points {
        text-align: center;
        padding: 50px 0px;
    }

    .profile-info-list__title {
        max-width: 100%;
    }

    .cab-advert {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .profile-info-list {
        /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;*/
        display: table;
        width: 100%;
    }

    .profile-info-list__title {
        display: table-cell;
        font-size: 13px;
        width: 105px;
    }

    .profile-info-list__value {
        margin: 15px 0px;
        display: table-cell;
        font-size: 13px;
        width: auto;
    }

    .profile-info-list__value input {
        font-size: 13px;
    }

    .profile-info-list__value input, .profile-info-list__value .example_select {
        text-align: left;
        width: 100%;
    }

    .profile-info-list__change {
        /*-ms-flex-item-align: end;
        align-self: flex-end;*/
        display: table-cell;
    }
}

.example_select .selects select {
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin-right: 5px;
    width: 200px;
}

@media screen and (max-width: 1199px) {
    .example_select .selects select {
        width: 165px;
    }
}

@media screen and (max-width: 991px) {
    .example_select .selects select {
        width: 155px;
    }
}

@media screen and (max-width: 767px) {
    .example_select .selects select {
        width: 100px;
    }
}

@media screen and (max-width: 525px) {
    .example_select .selects select {
        width: 93px;
    }
}

.example_select .selects select option {
    outline: none;
    border: 0;
}

.example_select .selects {
    position: relative;
    display: inline-block;
}

.example_select .selects:after {
    content: "";
    font: 20px/30px FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 14px;
    top: 12px;
    color: #333333;
    z-index: 1;
    text-align: center;
    width: 11%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.example_select .review-select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 5px;
    height: 45px;
}

.example_select {
    display: none;
}

.my-order-head {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 36px;
    color: #000000;
    margin-top: -5px;
    margin-bottom: 30px;
}

.order-advertising img {
    margin-top: 32px;
    max-width: 100%;
}

.order-review-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
    margin-bottom: 25px;
}

.order-review-wrap a {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    display: block;
    border-bottom: 1px dashed #333333;
    color: #333333;
    margin-left: 10px;
}

.order-review-wrap a:hover {
    text-decoration: none;
}

@media screen and (max-width: 400px) {

    .order-review-wrap {
        display: block !important;
        text-align: left !important;
    }

    .order-review-wrap a {
        width: 120px !important;
        margin: 0 0 10px 0 !important;
    }

    .order-review-wrap .order-review-wrap__img_cont a {
        width: 186px !important;
        margin: 0 0 10px 10px !important;
    }

}

.order-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 17px;
}

.order-menu li {
    margin-right: 5px !important;
    display: inline-block !important;
    vertical-align: top;
}

.order-menu li a {
    display: block;
    padding-bottom: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 13px !important;
    color: #8B8B8B;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    height: 32px;
}

.order-menu li a:hover {
    border-color: #038057;
    color: #038057;
}

.order-menu li a span {
    color: #CE0C36;
}

.order-menu li .active_order {
    border-bottom: 4px solid #038057;
    color: #038057;
    font-weight: 400 !important;
}

.uniq-or__name, .or-date__name, .or-all__name, .or-price__name {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 10px;
    color: #8B8B8B;
}

.or-date__name_green {
    color: #038057;
}

.or-date__name_red {
    color: #CE0C36;
}

.or-date__name_wait {
    color: #DFBC1F;
}

.or-date__day, .or-all__digit, .or-price__digit {
    font-size: 20px;
    color: #333333;
}

.order-list__arrow:hover {
    cursor: pointer;
}

.uniq-or__title:hover {
    cursor: pointer;
}

.or-price__digit i {
    font-size: 17px;
    color: #333333;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
}

.uniq-or__title {
    color: #8B8B8B;
}

.uniq-or__title span {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px dashed #333;
}

.order-list__arrow i {
    font-size: 20px;
    margin-right: 5px;
}

.order-uniq-past {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.order-list__date {
    margin-left: 80px;
}

.order-offer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 13px;
}

.order-offer__list .order-list__all {
    padding: 0 10px 0 0;
}

.sub-order-first .sub_or_menu {
    padding-right: 39px;
}

.sub_or_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.sub_or_menu li a {
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    line-height: normal;
    font-size: 10px;
    color: #828282;
}

.sub-item__title {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #000000;
}

.sub-or-items .sub-or-items {
    margin-left: 0px;
}

.sub-item__how {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #2E2E2E;
    margin-left: -5px !important;
}

.sub-item__img {
    margin-right: 10px;
    position: relative;
}

.sub-item__img a {
    display: inline-block;
    position: relative;
}

.sub-item__img:hover .tooltip-block {
    display: block;
}

.sub-item__img .tooltip-block {
    position: absolute;
    top: 4px;
    left: 100%;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    background: #008e62;
    font-size: 14px;
    line-height: 20px;
    margin: -10px 0 0 14px;
    width: 150px;
    display: none;
}

.sub-item__img .tooltip-block:before {
    border: 8px solid transparent;
    border-right: 8px solid #008e62;
    position: absolute;
    left: -16px;
    top: 10px;
    content: '';
}

.sub-item__price {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    color: #2E2E2E;
    width: 80px;
    text-align: right;
}

.sub-item__price .fa {
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 17px !important;
}

.sub-item__price .fa:before {
    /*content: "\f158";
    font-size: 16px;*/
}

.sub-item__title {
    text-align: left;
}

.sub-or-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 10px;
}

.sub-item-title_offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 452px !important;
}

.sub-order-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.menu-point-nomin {
    margin-left: 26px;
}

.menu-point-quantity {
    margin-left: 355px !important;
}

.sub-order__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ECECEC;
    padding: 27px 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 486px;
}

.sub-order__delivery .order_location {
    margin-top: 8px;
}

.sub-order__delivery p {
    margin: 0;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
    color: #000;
}

.sub-order__delivery p span {
    display: block;
    color: #4F4F4F;
}

.sub-order-wrap {
    display: none;
    margin-top: 10px;
}

.cl_or-db_bl {
    display: block;
}

.arr-trans-rot {
    -webkit-transform: translate(-3px, -3px) rotate(-180deg);
    -ms-transform: translate(-3px, -3px) rotate(-180deg);
    transform: translate(-3px, -3px) rotate(-180deg);
    -webkit-animation: all 1s ease;
    -ms-animation: all 1s ease;
    animation: all 1s ease;
}

.sub-order-second .line {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-top: 0;
}

.sub-order-second .line .label {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background: #ECECEC;
    z-index: 1;
    width: auto;
    color: #4F4F4F;
    float: left;
    margin-right: 15px;
    font-weight: 300;
}

.sub-order-second .line .price {
    float: right;
    font-weight: 500;
}

.sub-order-second .line .price span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    background: #ECECEC;
    z-index: 1;
}

.sub-order-second .line .price:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    font-size: 16px;
    color: #ECECEC;
    border-bottom: 2px dotted #cacaca;
}

.sub-order-second .line:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

@media (max-width: 1199px) {
    .sub-item-title_offer {
        width: 480px !important;
    }

    .menu-point-quantity {
        margin-left: 382px !important;
    }
}

@media (max-width: 991px) {
    .sub-item-title_offer {
        width: 325px !important;
    }

    .menu-point-quantity {
        margin-left: 227px !important;
    }
}

@media (max-width: 767px) {
    .sub-item-title_offer {
        width: 250px !important;
    }

    .menu-point-quantity {
        margin-left: 155px !important;
    }

    .order-offer .sub-order__delivery-result {
        margin-top: 0;
    }

    .order-offer .sub-order-second {
        display: block;
    }

    .sub-order-second .sub-order__delivery {
        padding: 25px 15px;
        width: 100%;
    }

    .sub-order-wrap .sub-order__delivery-price {
        padding: 0 15px 15px 15px;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .sub-order-wrap .sub-order__delivery-price {
        text-align: left;
        margin-top: 0;
    }

}

@media screen and (max-width: 1000px) {
    .order-list__date {
        margin-left: 0;
    }

    .order-menu li {
        margin-right: 20px;
    }

    .order-menu li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .order-advertising {
        display: none;
    }
}

@media screen and (max-width: 510px) {
    .order-menu {
        display: block !important;
    }

    .order-menu li {
        text-align: left !important;
        margin: 0 10px 10px 0 !important;
        display: inline-block;
        vertical-align: top;
        line-height: 15px;
    }

    .order-menu li a {
        line-height: 15px;
        display: inline-block;
        border-bottom: none;
        padding: 0 !important;
    }

    .order-list__price {
        margin-top: 8px;
    }

    .order-offer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order-list__date {
        margin: 8px 0px;
    }

    .uniq-or__name {
        padding-right: 17px;
    }

    .uniq-or__name, .or-all__digit, .or-date__name, .or-all__name, .or-price__name, .or-price__digit {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .sub_or_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .sub_or_menu li {
        margin: 0;
    }

    .sub-order-wrap .sub-or-items {
        /*-webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      justify-content: flex-start !important;*/
        display: table;
        width: 100%;
    }

    .sub-order-wrap .sub-or-items .sub-item-title_offer, .sub-order-wrap .sub-or-items .sub-item__how, .sub-order-wrap .sub-or-items .sub-item__price {
        display: table-cell;
        vertical-align: middle;
    }

    .sub-order-wrap .sub-or-items .sub-item__how {
        width: 65px;
    }

    .sub-order-wrap .sub-or-items .sub-item__price {
        width: 60px;
        text-align: right;
    }

    .sub-item-title_offer {
        margin-bottom: 0 !important;
    }

    .sub-item-title_offer .sub-item__img {
        margin: 0 0 0 0;
        float: left;
    }

    .sub-item-title_offer .sub-item__title {
        margin-left: 25px;
    }

    .sub-item-title_offer {
        width: auto !important;
    }

    .sub-or-items .sub-item__price {
        font-size: 14px;
    }

    .sub-item__how {
        margin: 0 10px !important;
    }

    .sub-order-second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .sub-order__delivery, .sub-order__delivery-price {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
}

section .my-pharms-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 19px;
}

section .my-pharms-offer h3 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 36px;
    color: #000000;
}

section .my-pharms__add {
    display: block;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    font-size: 16px;
    padding: 6px 0px;
    height: 37px;
    text-align: center;
    color: #FFFFFF;
    background: #008E62;
    text-align: center;
    -webkit-box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    width: 165px;
    vertical-align: middle;
}

section .my-pharms__add:hover {
    color: #ffffff;
    text-decoration: none;
}

section .my-pharms__maps {
    margin-bottom: 27px;
}

section .my-pharm-table__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0px;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 8px;
    padding-right: 8px;
}

section .my-pharm-table__menu li {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    color: #333333;
}

section .my-pharm-table__menu_apt {
    margin-left: 92px;
}

section .my-pharm-table__menu_addres {
    margin-left: 139px;
}

section .my-pharm-table__menu_time {
    margin-left: auto;
    margin-right: 57px;
    width: 174px;
}

section .my-pharm-table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    transition: .3s;
    cursor: pointer;
    color: #333333;
}

section .my-pharm-table__list:nth-child(even) {
    background: #ECECEC;
}

section .my-pharm-table__list:hover {
    background-color: #fff8d9;
}

section .my-pharm-table__list:nth-child(even):hover {
    background-color: #fff8d9;
}

section .pharm-table-list__example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    margin-right: 30px;
}

section .pharm-table-list__example p {
    margin: 0;
    margin-right: 7px;
}

section .pharm-table-list__example input {
    border: 0;
    outline: 0;
    width: 121px;
    margin-right: 7px;
    background: transparent;
    color: #000;
}

section .pharm-table-list__example-pencil {
    cursor: pointer;
    width: 16px;
    height: 15px;
    position: relative;
}

section .pharm-table-list__example-pencil:hover:after {
    content: '';
    background: url("/personal/apteki/img/pencil-active.png") no-repeat;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
}

section .pharm-table-list__example-pencil img {
    display: block;
}

section .page-navig {
    margin-top: 20px;
    margin-bottom: 50px;
}

section .page-navig ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

section .page-navig__list {
    list-style: none;
    margin-right: 17px;
}

section .page-navig__list:last-child {
    margin-right: 0;
}

section .page-navig__list a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

section .page-navig__list a:hover {
    color: #038057;
}

section .page-navig__list a img {
    max-width: 100%;
    max-height: 100%;
}

.pharm-table-list__type {
    width: 100px;
}

.pharm-table-list__gar {
    margin-right: 13px;
    cursor: pointer;
}

.pharm-table-list__gar svg:hover path {
    fill: red !important;
}

.pharm-table-list__period {
    margin-left: auto;
    margin-right: 46px;
    width: 150px;
}

.pharm-table-list__address {
    margin-left: 91px;
    width: 150px;
}

@media screen and (max-width: 1200px) {
    .pharm-table-list__type {
        text-align: center;
    }

    .pharm-table-list__address {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .wrap-points {
        margin-left: 0px;
        padding-left: 30px;
    }

    section .my-pharm-table__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section .pharm-table-list__example {
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }

    section .pharm-table-list__example input {
        text-align: center;
    }

    section .pharm-table-list__period, section .pharm-table-list__type {
        margin: 5px 0px;
    }

    .pharm-table-list__address {
        margin-left: 0;
    }

    section .my-pharm-table__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section .my-pharm-table__menu li {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .my-pharma-page_nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .my-pharma-page_nav ul li img {
        min-width: 25px;
    }
}

@media screen and (max-width: 420px) {
    .my_pharmacies .search-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .my_pharmacies .map-container > #my_pharms_map {
        height: 300px !important;
    }

    section .my-pharm-table__menu li {
        font-size: 14px;
        padding-right: 10px;
    }

    section .my-pharm-table__menu {
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }

    section .my-pharm-table__menu li:last-child {
        padding-right: 0;
    }

    section .my-pharm-table__menu li.my-pharm-table__menu_time {
        width: auto;
    }

    section .my-pharm-table__list {
        font-size: 14px;
    }

    section .my-pharm-table__list .pharm-table-list__period {
        width: auto;
    }

    section .my-pharm-table__list .pharm-table-list__gar {
        margin-right: 0;
    }

    section .my-pharms-offer h3 {
        font-size: 25px;
    }

    section .my-pharms__add {
        width: auto;
        height: auto;
        padding: 10px 5px;
    }

    .my-pharm-table .my-pharm-table__list {
        display: block;
        text-align: center;
    }

    .my-pharm-table .my-pharm-table__list .pharm-table-list__example {
        margin: 0 0 10px 0;
    }

    .my-pharm-table .my-pharm-table__list .pharm-table-list__type {
        margin: 0 5px 0 0;
    }

    .my-pharm-table .my-pharm-table__list .pharm-table-list__type, .my-pharm-table .my-pharm-table__list .pharm-table-list__address {
        display: inline;
    }

    .my-pharm-table .my-pharm-table__list .pharm-table-list__example input {
        width: 250px;
        padding-left: 15px;
    }
}

.my-pharms__maps {
    position: relative;
}

.my-pharms__maps .my-pharms__maps-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(216, 216, 216, 0.7);
}

.my-pharms__maps .my-pharms__maps-info p {
    width: 60%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    color: #333333;
}

.my-pharm-popup {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    z-index: 1000;
    display: none;
    width: 90%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
}

.my-pharm-popup h4 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin: 0 40px 10px 0;
}

.my-pharm-popup#pop_pharm {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
}

.my-pharm-popup#pop_pharm .pop-review__button-close {
    top: -25px;
    right: -25px;
}

.my-pharm-popup#pop_pharm .pop-review__button-close img {
    opacity: 1;
}

.popup-table-wrapper {
    padding-left: 52px;
    padding-right: 20px;
    margin-top: 10px;
}

.popup-table-wrapper td {
    text-align: left;
}

.popup-table-wrapper tr {
    height: 32px;
}

.popup-feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 52px;
    padding-right: 52px;
    padding-top: 26px;
}

.popup-feature-wrapper .pop_feature {

    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.popup-feature-wrapper .pop_feature img {
    margin-right: 3px;
}

.pop_pharm-header {
    text-align: left;
    padding-top: 35px;
    padding-left: 52px;
    padding-right: 18px;
    position: relative;
}

.pop_pharm-header .bx_big.bx_bt_button.add_my_pharms {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 25px;
    height: 24px;
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--out-favor.svg);
    background-color: transparent;
    background-size: cover;
}

.pop_pharm-header .bx_big.bx_bt_button.add_my_pharms.in-favor {
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--in-favor.svg);
}

.pop_pharm-header .add_my_pharms svg {
    display: none;
}

.pop_pharm-header .bx_big.bx_bt_button.icon_add_my_pharms {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 25px;
    height: 24px;
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--out-favor.svg);
    background-color: transparent;
    background-size: cover;
}

.pop_pharm-header .bx_big.bx_bt_button.icon_add_my_pharms:hover {
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--in-favor.svg);
}

.pop_pharm-header .bx_big.bx_bt_button.icon_add_my_pharms.active {
    background-image: url(/local/templates/apteka/assets/img/design/ico/like--in-favor.svg);
}

.pop_pharm-logo {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 26px;
}

.pop_pharm-header .bx_big.bx_bt_button.h2o_add_favor {
    right: 10px;
    top: 30px;
}

.pharm-popup__choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 25px;
}

.pharm-popup__choose p {
    margin: 0;
    margin-right: 5px;
}

.pharm-popup__choose .selects {
    padding: 0;
}

.pharm-popup__choose .selects select {
    color: #008E62;
    padding-top: 0;
    border: 0;
}

.pharm-popup__choose .selects select option {
    color: #008E62 !important;
}

.pharm-popup__main {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pharm-popup__main_map {
    min-width: 400px !important;
    margin-right: 28px;
}

.pharm-popup__main_wrap {
    width: 100%;
}

.main-popup-wrap__menu ul {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    border-bottom: 1px solid #DADADA;
    justify-content: flex-start;
}

.main-popup-wrap__menu ul li {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
    color: #333333;
}

.main-popup-wrap__menu ul li:first-child {
    padding-left: 10px;
    margin-right: 76px;
}

.main-popup-wrap__menu ul li:nth-child(2) {
    margin-right: 122px;
}

.popup-pharm-main__title {
    width: 110px;
    padding-left: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-pharm-main__title p {
    margin: 0;
}

.main-popup-wrap_list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    line-height: 14px;
    min-height: 49px;
    color: #333333;
    padding-top: 11px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.main-popup-wrap_list:hover {
    background: rgba(253, 207, 0, 0.15);
}

.main-popup-wrap_list:nth-child(even) {
    background: #ECECEC;
}

.main-popup-wrap_list:nth-child(even):hover {
    background: rgba(253, 207, 0, 0.15);
}

.popup-no-check[type="radio"] {
    display: none;
}

.popup-radio__label {
    width: 27px;
    height: 17px;
    position: relative;
}

.popup-no-check[type="radio"] + span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 33px;
    height: 33px;
    background: url(../img/Ellipse.png) no-repeat;
    cursor: pointer;
}

.popup-no-check[type="radio"]:checked + span {
    background: url(../img/elipse_ready.png) no-repeat;
}

.main-popup-wrap__points {
    overflow-y: scroll;
    padding-right: 42px;
    height: 365px;
}

.pharm-popup__choose {
    padding-left: 0;
}

.pharm-popup__choose .selects select {
    font-size: 20px;
    line-height: 23px;
    border: none;
    outline: none;
    border-bottom: 1px dashed #ccc;
    margin-right: 5px;
    width: 100%;
}

.pharm-popup__choose .selects select:focus, .pharm-popup__choose .selects select:active {
    outline: none !important;
    box-shadow: none !important;
}

.pharm-popup__choose .selects select option {
    outline: none;
    border: 0;
    box-shadow: none !important;
}

.pharm-popup__choose .selects {
    position: relative;
    display: inline-block;
    max-width: 225px;
}

.pharm-popup__choose .review-select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 5px;
    height: 30px;
}

.popup-pharm-main__adress {
    width: 140px;
    margin-left: 25px;
}

.popup-pharm-main__time {
    margin-left: auto;
    width: 63px;
    margin-right: 10px;
}

.pharm-popup-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.pharm-popup-last__inp {
    position: relative;
    margin-right: 15px;
}

.pharm-popup-last__inp label {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 100;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    cursor: text;
}

.pharm-popup-last__inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #038057;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.15s ease;
    border: none !important;
}

.pharm-popup-last__inp input:focus + label {
    color: #038057;
    -ms-transform: translateY(-23px) scale(0.65);
    transform: translateY(-23px) scale(0.65);
}

.pharm-popup-last__inp input:focus ~ .border {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.pharm-popup-last__inp input {
    border: 0;
    width: 263px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 5px;
    margin-right: 0;
    margin-top: 10px;
    outline: none;
}

.pharm-popup-last__add {
    width: 180px;
    text-align: center;
    background: #008E62;
    -webkit-box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    color: #ffffff;
    padding: 7px 0px;
    border-radius: 5px;
}

.pharm-popup-last__add:hover {
    color: #ffffff;
    text-decoration: none;
    background: #09A675;
}

.main-popup-wrap__points {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.main-popup-wrap__points::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.main-popup-wrap__points::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.main-popup-wrap__points::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.main-popup-wrap__points::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pop-review__button-close {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    z-index: 20;
}

.pop-review__button-close img {
    display: block;
    opacity: 0.5;
    transition-duration: 300ms;
}

.pop-review__button-close img:hover {
    opacity: 1;
}

.popup-table-wrapper .td_phone {
    text-decoration: none;
    color: #000000;
}

.popup-table-wrapper .td_phone:hover {
    text-decoration: none;
    color: #000000;
}

@media screen and (max-width: 767px) {
    #pop_pharm .popup-feature-wrapper {
        padding: 15px 0 15px 0;
        display: block;
    }

    .my-pharm-popup h4 {
        font-size: 22px;
        margin: 7px 50px 10px 0;
    }
}

@media screen and (max-width: 1040px) {
    .my-pharm-popup {
        position: fixed !important;
        top: 95px !important;
        left: 0 !important;
        right: 0;
        margin: 0 auto;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
    }

    .pharm-popup__choose {
        margin-bottom: 10px;
        display: block;
        text-align: left;
    }

    .pharm-popup__choose:after {
        content: "";
        clear: both;
        width: 100%;
        display: table;
    }

    .pharm-popup__choose > p {
        margin: 0;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
        float: left;
        line-height: 27px;
    }

    .pharm-popup__choose .selects {
        margin-top: 3px;
    }

    .pharm-popup__main {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pharm-popup-last {
        margin-top: 0;
    }

    .pharm-popup__main_map {
        min-width: inherit !important;
        width: 100%;
        /*order: 2;*/
        height: 200px;
    }

    .pharm-popup__main_map #pharms_map {
        height: 200px !important;
        width: 100% !important;
    }

    .pharm-popup__main_wrap {
        /*order: 1;*/
        margin-bottom: 15px;
    }

    .pharm-popup__main .pharm-popup__main_map {
        margin-right: 0;
        min-width: inherit !important;
        height: 200px;
        margin-bottom: 10px;
    }

    .pharm-popup__main .pharm-popup__main_map #pharms_map {
        height: 200px !important;
    }

    .my-pharm-popup .pharm-popup__main .main-popup-wrap__points {
        height: 150px !important;
    }

    .main-popup-wrap__points {
        height: 150px !important;
    }

    .pharm-popup__main_map {
    }
}

@media screen and (max-width: 767px) {
    .my-pharm-popup#pop_pharm .pop-review__button-close {
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 576px) {
    .my-pharm-popup .pharm-popup-last {
        display: block;
    }

    .my-pharm-popup .pharm-popup-last__inp {
        float: left;
        width: 180px;
        margin-right: 0;
    }

    .my-pharm-popup .pharm-popup-last__inp input {
        min-width: 180px;
    }

    .my-pharm-popup .pharm-popup-last__inp label {
        font-size: 14px;
    }

    .my-pharm-popup .pharm-popup-last__add {
        width: 80px;
        font-size: 12px;
        float: right;
    }

    .my-pharm-popup .pharm-popup__main .main-popup-wrap__points {
        height: 98px !important;
    }

    .my-pharm-popup .pharm-popup__main .pharm-popup__main_map {
        height: 150px !important;
    }

    .my-pharm-popup .pharm-popup__main_map #pharms_map {
        height: 150px !important;
    }

    .my-pharm-popup {
        padding: 10px !important;
    }

    .pharm-popup__main {
        margin-left: 0;
        margin-right: 0;
    }

    .my-pharm-popup .pharm-popup__main_wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .pharm-popup__main_wrap {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .my-pharm-popup h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pharm-popup__choose {
        font-size: 17px;
        line-height: 19px;
    }

    .popup-pharm-main__title {
        padding-left: 2px;
    }

    .popup-pharm-main__adress {
        margin-top: 0 !important;
    }

    .main-popup-wrap__menu ul {
        justify-content: space-between;
        flex-direction: row !important;
        margin-right: 15px !important;
        padding-bottom: 5px !important;
    }

    .main-popup-wrap__menu ul li:first-child {
        margin-right: 10px !important;
    }

    .main-popup-wrap__menu ul li:nth-child(2) {
        margin-right: 10px !important;
    }

    .popup-pharm-main__title {
        width: 28% !important;
    }

    .popup-pharm-main__adress {
        margin-left: 0 !important;
        width: 50% !important;
        padding-left: 8px;
        padding-right: 8px;
    }

    .popup-pharm-main__time {
        margin-left: 0 !important;
        width: 30% !important;
    }

    .main-popup-wrap__points {
        padding-right: 0 !important;
    }

    .main-popup-wrap_list {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

.pop_pharm-logo img {
    width: 181px;
    height: 52px;
}

@media screen and (max-width: 767px) {

    .my-pharm-popup#pop_pharm {
        top: 100px;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .my-pharm-popup#pop_pharm .row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .my-pharm-popup#pop_pharm .row .col-6 {
        max-width: inherit;
    }

    .my-pharm-popup#pop_pharm .pop_pharm-header {
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
    }

    .my-pharm-popup#pop_pharm .popup-table-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .pop_pharm-header .add_my_pharms {
        margin: -11px 0 0 0;
    }

    .pop_pharm-logo {
        padding-bottom: 15px;
    }

    .pop_pharm-logo img {
        width: 115px;
        height: 30px;
    }

    .my-pharm-popup#pop_pharm #pop_map {
        height: 222px !important;
    }

    .pop_pharm-header .bx_big.bx_bt_button.icon_add_my_pharms {
        margin: -17px 0 0 0;
    }
}

@media screen and (max-width: 576px) {
    .my-pharm-popup#pop_pharm {
        padding-bottom: 0 !important;
    }

    .pop_pharm-logo img {
        width: 150px !important;
        height: 43px !important;
    }

    .pop_pharm-header .bx_big.bx_bt_button.icon_add_my_pharms {
        margin: -17px 0 0 0;
    }

    .my-pharm-popup#pop_pharm #pop_map {
        margin: 0 -25px 0 -25px;
    }

    .popup-feature-wrapper {
        padding-top: 10px;
    }

    .my-pharm-popup .pharm-popup__choose:after {
        content: '';
        width: 100%;
        clear: both;
        display: table;
    }

    .my-pharm-popup .pharm-popup__choose > p {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        line-height: 27px;
        float: left;
    }

    .my-pharm-popup .pharm-popup__choose .selects {
        display: inline-block;
        vertical-align: top;
        float: right;
        width: auto;
        max-width: 155px;
    }

    .my-pharm-popup .pharm-popup__choose .selects .select-selected {
        font-size: 15px !important;
        width: auto;
    }

    .my-pharm-popup .pharm-popup__choose .selects .select-items {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 910px) {
    .pharm-popup__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pharm-popup__main_map {
        min-width: auto !important;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 540px) {
    .pharm-popup-last {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pharm-popup-last__add {
        margin-top: 10px;
    }
}

@media screen and (max-width: 470px) {
    .pharm-popup__choose {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 450px) {
    .my-pharm-popup {
        padding: 20px;
    }

    .pharm-popup-last__inp input {
        width: 100%;
        min-width: 220px;
    }

    .main-popup-wrap__menu ul li {
        margin-bottom: 5px;
    }

    .popup-pharm-main__adress {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    .main-popup-wrap_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-popup-wrap__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .private-head, .self-menu__head, .personal-area {
        position: relative;
        width: 100%;
        background-color: #f3f3f3;
        padding-left: 15px !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .private-head.active::after, .self-menu__head.active::after, .personal-area.active::after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .cab-menu, .cab-dynamic, .self-menu__use, .order:not(section), .review:not(section) {
        display: none;
    }

    .private-head::after, .self-menu__head::after, .personal-area::after {
        content: '';
        background: url(../img/design/ico/arrow-down.svg) no-repeat center center;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 10px;
        top: calc(50% - 7.5px);
        transition: .3s;
    }
}

@media screen and (max-width: 540px) {
    .self-menu {
        margin-bottom: 20px;
    }

    .private-head, .self-menu__head, .personal-area {
        font-size: 11px;
        background: #fff;
        border: 1px solid #d8d8d8;
        color: #8b8b8b;
        padding: 5px !important;
        border-radius: 3px;
    }

    .private-head h4, .self-menu__title, .personal-area p {
        font-size: 14px !important;
        color: #8b8b8b !important;
    }

    .private-head .private-head__user, .self-menu__head img, .personal-area .wrap-img {
        display: none;
    }
}

/*------lk-menu------*/
.self-menu {
    font-family: 'Roboto', sans-serif;
    margin-top: 18px;
}

.self-menu__img1 {
    margin-top: -16px;
    background: url(../img/lk_icon.svg) no-repeat center center;
    height: 24px;
    width: 21px;
    display: inline-block;
}

.self-menu__img2 {
    height: 16px;
    width: 10px;
    display: inline-block;
    background: url(../img/clock.svg) no-repeat center center;
    margin-bottom: -3px;
    margin-left: 5px;
}

.self-menu__img3 {
    height: 14px;
    width: 16px;
    display: inline-block;
    background: url(../img/feedback.svg) no-repeat center center;
}

.self-menu__head {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 13px;
    margin-bottom: 8px;
}

.self-menu__title {
    color: #333333;
    font-size: 25px;
    font-weight: 500;
    margin-left: 9px;
}

.self-menu__nav {
    margin-top: 12px;
}

.self-menu__item {
    margin-bottom: 11px;
}

.self-menu__item .self-menu__link {
    margin-left: 0;
}

.self-menu__link {
    font-size: 16px;
    font-weight: 300;
    color: #4F4F4F;
}

.self-menu__use {
    flex-direction: column;
    margin-top: 30px;
}

.self-menu__use-link {
    position: relative;
    display: block;
}

.self-menu__use .self-menu__use-link {
    margin-left: 0;
}

.self-menu__use-text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 7px;
}

.self-menu__link:hover,
.self-menu__use-text:hover {
    color: #008e62;
}

.container h1 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 36px;
}

.offer-box-temporary {
    height: 386px;
    margin-top: 30px;
}

.temporary-offer-pic {
    background: url(../img/offer-picture.png) no-repeat center center / cover;
    width: auto;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .temporary-offer-pic,
    .offer-box-temporary {
        width: 210px;
        height: 308.8px;
    }
}

@media screen and (max-width: 991px) {

    .offer-temporary-wrap {
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 540px) {
    .self-menu__img1,
    .offer-temporary-wrap {
        display: none;
    }
}

/*------/info/pre_order/------*/
.my-pharm-popup {
    position: fixed;
    top: 18%;
}

.popup-pharm-main__time {
    width: 112px;
}

.main-popup-wrap_list {
    padding-top: 3px;
}

.my-pharm-popup {
    padding: 25px;
}

.popup-pharm-main__title {
    padding-left: 7px;
}

.popup-pharm-main__adress {
    margin-left: 17px;
}

.popup-pharm-main__time {
    margin-right: 0;
    margin-left: 23px;
}

@media screen and (max-width: 525px) {


}

/* .product-reviews-result .product-review-result__rating{
    background: #fff url("../img/star-big.png") 0px 0px repeat-x;
    width: 203px;
    height: 25px;
} */
/* .product-reviews-result .product-review-result__rating .api-stars-full{
    background: #fff url("../img/star-big.png") 0px -25px repeat-x;
    width: 203px;
    height: 25px;
} */
.accept_callback {
    font-weight: 400;
}

.b-form-new__form_buy-click .form-float input:not(:placeholder-shown) + label {
    color: #038057;
}

.product.first-aid > .row:last-child > div .product-item-wrap {
    margin-bottom: 0;
}

@media screen and (max-width: 585px) {
    .how-order-content .q-a__list {
        display: block;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .how-order-content .q-a__list li a {
        font-size: 14px;
    }
}

.q-a__list .q-a__sub-list a {
    border-bottom: none;
    text-decoration: none;
}

.q-a__list .q-a__sub-list a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.product-item-detail-slider-container.popup .icon-favor-gallery {
    right: 80px;
    top: 16px;
}

.product-item-detail-slider-block .icon-favor-gallery {
    position: absolute;
    right: 11px;
    top: 9px;
    z-index: 13;
    width: 25px;
    height: 25px;
    background: none;
    outline: none;
}

.product-item-detail-slider-block .icon-favor-gallery:hover path {
    fill: #ce0c36;
}
div[id^="wait_"] { display: none !important; background: none !important; border: 0 !important; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-style: normal !important; font-variant: normal !important; font-weight: normal; letter-spacing: normal !important; line-height: normal; padding: 0 !important; position: absolute; text-align: center !important; text-indent: 0 !important; width: 0px !important; height: 0px !important; word-spacing: normal !important; z-index: 0; content: ""; }
