/**
    Общее
 */
html,
body {
    font-family: 'Rubik', sans-serif;
    color: #1f1f1f;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #1f93e2;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #1f93e2;
    text-decoration: underline;
}

.btn {
    border: none;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    line-height: 44px;
    height: 43px;
    background: #37a7e8;
    background: -moz-linear-gradient(top, #37a7e8 0%, #0384de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37a7e8), color-stop(100%, #0384de));
    background: -webkit-linear-gradient(top, #37a7e8 0%, #0384de 100%);
    background: -o-linear-gradient(top, #37a7e8 0%, #0384de 100%);
    background: -ms-linear-gradient(top, #37a7e8 0%, #0384de 100%);
    background: linear-gradient(to bottom, #37a7e8 0%, #0384de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a7e8', endColorstr='#0384de', GradientType=0);
    text-shadow: 1px 1px 1px rgba(16, 127, 196, 0.75);
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    outline: none;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
}

.btn:hover,
.btn:focus {
    background: #3AAAEE;
    background: -moz-linear-gradient(top, #3AAAEE 0%, #038FF0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3AAAEE), color-stop(100%, #038FF0));
    background: -webkit-linear-gradient(top, #3AAAEE 0%, #038FF0 100%);
    background: -o-linear-gradient(top, #3AAAEE 0%, #038FF0 100%);
    background: -ms-linear-gradient(top, #3AAAEE 0%, #038FF0 100%);
    background: linear-gradient(to bottom, #3AAAEE 0%, #038FF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3AAAEE', endColorstr='#038FF0', GradientType=0);
    color: #fff;
    text-decoration: none;
}

.btn2 {
    background: #0d9d21;
    background: -moz-linear-gradient(top,#68b913 0%,#199e26 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#68b913),color-stop(100%,#199e26));
    background: -webkit-linear-gradient(top,#68b913 0%,#199e26 100%);
    background: -o-linear-gradient(top,#68b913 0%,#199e26 100%);
    background: -ms-linear-gradient(top,#68b913 0%,#199e26 100%);
    background: linear-gradient(to bottom,#68b913 0%,#199e26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68b913',endColorstr='#199e26',GradientType=0);
    text-shadow: 1px 1px 1px rgba(76, 173, 29, 0.75);
}

.btn2:hover,
.btn2:focus {
    background: #159c28;
    background: -moz-linear-gradient(top,#66c31f 0%,#28ab35 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#66c31f),color-stop(100%,#28ab35));
    background: -webkit-linear-gradient(top,#66c31f 0%,#28ab35 100%);
    background: -o-linear-gradient(top,#66c31f 0%,#28ab35 100%);
    background: -ms-linear-gradient(top,#66c31f 0%,#28ab35 100%);
    background: linear-gradient(to bottom,#66c31f 0%,#28ab35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66c31f',endColorstr='#28ab35',GradientType=0);
}

textarea,
input,
input:hover {
    border: 1px solid #1f93e2;
    height: 43px;
    border-radius: 3px;
    padding: 10px 20px;
    outline: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

textarea:focus,
input:focus {
    border: 1px solid #37a7e8;
}

textarea {
    width: 100%;
    height: 140px;
}

.h2,
h2,
h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.h2,
h2 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 10px;
}







.head-row-1 {
    padding-top: 34px;
    padding-bottom: 34px;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: height 0.15s linear 0s, padding-bottom 0.3s linear 0s;
    -moz-transition: height 0.15s linear 0s, padding-bottom 0.3s linear 0s;
    -o-transition: height 0.15s linear 0s, padding-bottom 0.3s linear 0s;
    transition: height 0.15s linear 0s, padding-bottom 0.3s linear 0s;
    height: 140px;
    border-bottom: 1px solid #e6e6e6;
    background: #fbfbfb;
}

.head-row-1.fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e6e6e6;
    z-index: 1000;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 84px;
}

.head-row-1 .btn {
    margin-top: 12px;
}

.header-menu .btn {
    padding: 0 30px;
}

.btn-catalog {
    width: 117px;
    margin-right: 35px;
}

.search-form {
    margin-top: 12px;
}

.head-row-1 .search-form input {
    background: #fbfbfb;
}

.one-line-form {
    position: relative;
}

.one-line-form input {
    width: 100%;
    padding-right: 100px;
}

.one-line-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 0 5px 5px 0;
    border: none;
    background: #1f93e2;
}

.one-line-form .btn.active {
    background: #37a7e8;
}

.min-cart {
    float: right;
    border-radius: 3px;
    margin: 12px 0 0;
    color: #484849;
    position: relative;
    width: 157px;
    height: 43px;
    display: block;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: 1px solid #e9e9e9;
}

.min-cart .fa {
    font-size: 24px;
    line-height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.min-cart-sum {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    position: absolute;
    top: 7px;
    right: 10px;
    bottom: 10px;
    left: 47px;
}

.min-cart-badge {
    padding: .20em .5em .25em;
    border-radius: 10px;
    background-color: #fe3824;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    position: absolute;
    top: -3px;
    right: -8px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.min-cart.active {
    background: #1f93e2;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #1f93e2;
}

.min-cart.active:hover {
    background: #37a7e8;
}

.min-cart.active .min-cart-sum {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    left: 40px;
}


@media (min-width: 1200px) {
    /*.btn-catalog {
        margin-left: 20px;
    }

    .link-email {
        margin-left: 20px;
    }*/
}


@media (min-width: 992px) and (max-width: 1199px) {
    .logotip img {
        max-width: 100%;
        margin-top: 5px;
    }

    .header-menu .btn {
        padding: 0 20px;
    }

    .btn-catalog {
        width: 96px;
        margin-right: 30px;
    }

    .min-cart-sum {
        line-height: 14px;
    }

    .min-cart {
        width: 123px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head-row-1 .btn {
        margin-bottom: 20px;
    }

    .one-line-form {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .one-line-form .btn {
        margin: 0;
    }

    .head-row-1.fixed,
    .head-row-1 {
        position: absolute;
        height: auto;
        top: 56px;
        padding: 8px 0;
        background: #fff;
        border: none;
    }

    .head-row-1 .search-form input {
        background: #fff;
    }

    .btn-catalog {
        width: 96px;
        margin-right: 34px;
    }

    .header-menu .btn {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .min-cart {
        float: none;
        margin: 20px 0 0;
    }

    .head-row-1 .btn {
        margin-top: 20px;
        margin-right: 14px;
    }

    .head-row-1.fixed,
    .head-row-1 {
        position: static;
        height: auto;
        padding: 18px 0 8px;
        background: #fff;
        border: none;
    }

    .one-line-form {
        margin-top: 20px;
        position: relative;
        margin-bottom: 20px;
    }

    .one-line-form .btn {
        margin: 0;
    }

    .logotip img {
        width: 100%;
    }

    .min-cart {
        width: 50px;
        float: right;
    }

    .min-cart-sum {
        display: none;
    }

    .header-menu .btn {
        padding: 0 20px;
    }

    .btn-catalog {
        width: 96px;
    }
}








.head-row-2 {
    margin-bottom: 141px;
    padding: 7px 0;
    background: #5a5a5b;
}

.footer-row-1 a,
.head-row-2 a {
     text-decoration: none;
     display: inline-block;
     border-radius: 20px;
     padding-right: 20px;
     -webkit-transition: all 0.3s linear 0s;
     -moz-transition: all 0.3s linear 0s;
     -o-transition: all 0.3s linear 0s;
     transition: all 0.3s linear 0s;
    color: #4a4a4a;
}

.head-row-2 a {
    color: #e9e9e9;
}

.footer-row-1 .fa,
.head-row-2 .fa {
    display: inline-block;
    background: #e9e9e9;
    color: #7d7d7d;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 7px;
    line-height: 30px;
}

.head-row-2 .fa {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 4px;
}

.footer-row-1 .fa.fa-envelope,
.head-row-2 .fa.fa-envelope {
    font-size: 14px;
}

.head-row-2 .fa.fa-envelope {
    font-size: 12px;
}

.footer-row-1 a:hover,
.head-row-2 a:hover {
    background: #e9e9e9;
    text-decoration: none;
    color: #1f1f1f;
}

.lk-link {
    text-align: right;
}


.lk-link a {
    margin-right: -20px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .head-row-2 {
        margin-bottom: 166px;
        border: none;
    }

    .head-row-2 .col-sm-6:nth-of-type(1),
    .head-row-2 .col-sm-6:nth-of-type(2) {
        margin-bottom: 10px;
    }
}


@media (max-width: 767px) {
    .head-row-2 {
        margin-bottom: 0;
        border: none;
    }

    .lk-link {
        text-align: left;
    }

    .lk-link a {
        margin-right: 0;
    }

    .head-row-2 .col-xs-12 {
        margin-bottom: 14px;
    }

    .head-row-2 .col-xs-12:last-child {
        margin-bottom: 0px;
    }

    .head-row-2 a {
        padding-right: 0;
        font-size: 0;
    }

    .head-row-2 .fa {
        margin-right: 0px;
    }

    .head-row-2 .col-xs-3 {
        text-align: center;
    }
}

































.breadcrumbs ul {
    overflow: hidden;
    margin: 0 0 25px;
    padding: 0;
}

.breadcrumbs ul li {
    float: left;
    color: #8d8d90;
    padding: 0 10px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    font-size: 11px;
    line-height: 24px;
}




























.adv {
    overflow: hidden;
    margin-top: 30px;
}

.adv-item-title {
    padding: 0 0 0 50px;
    min-height: 34px;
    margin-bottom: 10px;
    font-weight: 500;
}

.adv-item {
    width: 20%;
    float: left;
    padding: 0 2% 0 0;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
}

.adv-item .fa {
    font-size: 30px;
    margin-right: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #1f93e2;
}



@media screen and (max-width:991px) {
    .adv-item {
        width: 50%;
        float: left;
        padding: 0;
        overflow: hidden;
        margin-top: 25px;
    }


    .adv-item-title {
        line-height: 30px;
        margin-bottom: 0px;
        padding: 0 0 0 40px;
    }

    .adv-item .fa {
        position: static;
        width: 36px;
        float: left;
        margin-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .adv-item {
        width: 100%;
        float: none;
    }
}











.footer {
    padding: 35px 0;
    background: #f5f5f5;
    margin-top: 50px;
}

.footer-row-1 a {
    margin-top: 6px;
}

.footer-t {
    display: block;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 5px;
}

.footer-row-3 .footer-t,
.footer-row-2 .footer-t {
    margin-top: 35px;
}

.cat-double-menu ul,
.footer-row-3 ul,
.footer-row-2 ul {
    margin: 0;
    padding: 0;
    line-height: 26px;
}


.cat-double-menu ul li,
.footer-row-3 ul li,
.footer-row-2 ul li {
    list-style: none;
}

.footer-row-3 p {
    margin: 0;
    line-height: 26px;
    color: #4a4a4a;
}


















.menu-fancybox .fancybox-content {
    padding: 20px 30px;
    width: 800px;
}

.menu-fancybox h1 {
    margin-top: 0;
}


.menu-fancybox .fancybox-close-small {
    color: #1f1f1f;
    right: 18px;
    top: 23px;
}

.menu-fancybox ul {
    margin: 0;
    padding: 0;
    line-height: 23px;
    margin-left: -5px;
}

.menu-fancybox ul li {
    list-style: none;
}

.menu-fancybox ul li a {
    line-height: 23px;
    padding: 0 5px;
    text-decoration: none !important;
}

.menu-fancybox ul li a:hover {
    background: #1f93e2;
    color: #fff;
}




@media screen and (max-width:991px) {
    .menu-fancybox .fancybox-content {
        width: 660px;
    }
}


.menu-fancybox2 .fancybox-content {
    width: 420px;
}


@media screen and (max-width:767px) {
    .menu-fancybox .fancybox-content {
        width: 320px;
    }

    .catalog-window-drug-title {
        margin-top: 16px;
    }
}











/*кнопка звонка*/
.callback-bt {
    background:#0095e9;
    border:2px solid #0095e9;
    border-radius:50%;
    box-shadow:0 8px 10px rgba(56,163,253,0.3);
    cursor:pointer;
    height:68px;
    text-align:center;
    width:68px;
    position: fixed;
    right: 10%;
    bottom: 10%;
    z-index:999;
    transition:.3s;
    -webkit-animation:hoverWave linear 1s infinite;
    animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
    height:68px;
    width:68px;
    border-radius:50%;
    position:relative;
    overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#0095e9;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right:9px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 10px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
    z-index:1;
    background:#fff;
    color:transparent;
    transition:.3s;
}
.callback-bt:hover i {
    color:#0095e9;
    font-size:40px;
    transition:.3s;
}
.callback-bt i {
    color:#fff;
    font-size:34px;
    transition:.3s;
    line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    margin-left: -3px;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}@keyframes hoverWave {
     0% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
     }
     40% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
     }
     80% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
     }
     100% {
         box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
     }
 }

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@media (max-width: 767px) {
    .callback-bt {
        display: none;
    }
}
/* конец кнопки звонка */










#choose-city-w h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#choose-city-w .desc {
    padding: 7px 17px;
    border: 1px solid #e6e6e6;
    background: #fbfbfb;
}

#choose-city-w .fancybox-close-small {
    color: #1f1f1f;
    right: 18px;
    top: 23px;
}

.change-city-action-window.menu-fancybox .fancybox-content {
    padding: 20px 30px;
    width: 600px;
}

#choose-city-w .city-altph-t {
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 20px;
}



#catalog-window .footer-t {
    margin-top: 14px;
}

#catalog-window h1 {
    margin-bottom: 10px;
}



.tablex-alert {
    margin-top: 30px;
    padding: 10px 20px;
    background: #2093e2;
    color: #fff;
    font-weight: 500;
}

.tablex-a-error {
    background: red;
}
/**
    Общее
 */















/**
    Препараты
 */
.drug h1 {
    margin-bottom: 0;
}


.drug-nav-bar-container {
    height: 35px;
    margin: 0 -15px;
}

.drug-nav-bar {
    position: relative;
    padding: 0 30px 0 0!important;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.3s linear 0s;
    -moz-transition: border-bottom 0.3s linear 0s;
    -o-transition: border-bottom 0.3s linear 0s;
    transition: border-bottom 0.3s linear 0s;
}

.drug-nav-bar ul {
    list-style: none;
    padding: 9px 0 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    height: 36px;
}

.drug-nav-bar ul li {
    display: inline-block;
    vertical-align: top;
}

.drug-nav-bar ul li a {
    text-transform: uppercase;
    color: #484849;
    padding: 0 0 6px;
    border-bottom: 1px solid transparent;
    margin: 0 0 -3px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
    text-decoration: none;
}

.drug-nav-bar ul li.drug-nav-bar-active a,
.drug-nav-bar ul li a:hover {
    color: #1f93e2;
    border-color: #1f93e2;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.drug-nav-bar ul li:first-child a {
    margin-left: 0;
}

.drug .breadcrumbs ul {
    margin: 0 0 12px;
}

.drug-nav-bar-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 84px;
    z-index: 999;
    background: #fff;
    padding-left: 15px!important;
    padding-right: 15px!important;
    height: 36px;
    width: 100%;
}
.drug-nav-bar.drug-nav-bar-fixed {
    border-bottom: 1px solid #e6e6e6;
}


.drug-nav-bar-rating {
    margin-top: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin-left: 2px;
}

.drug-nav-bar-rating i {
    margin: 0 3px 0 0;
    font-size: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 13px;
    color: #f39c12!important;
}

.drug-nav-bar ul li a span {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    background: #1f93e2;
    display: inline-block;
    line-height: 17px;
    padding: 0 4px;
    border-radius: 2px;
    position: relative;
    top: -1px;
}

.drug-price-table,
.drug-price-cont {
    width: 50%;
    float: left;
}

.drug-price-cont {
    float: right;
}

.drug-price-table {
    font-size: 12px;
}

.drug-price-cont {
    padding-left: 20px;
    padding-bottom: 17px;
    position: relative;
}

.drug-price-cont .preview-info-sale-per {
    position: absolute;
    top: 13px;
    right: 0;
}

.drug-price {
    overflow: hidden;
}

.drug-price-table table {
    margin: 17px 0;
    border-collapse: collapse;
    width: 100%;
    line-height: 17px;
    font-weight: 500;
}

.drug-price-table tr {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    -webkit-transition: background 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
}

.drug-price-table tr:hover {
    background: #e6e6e6;
}

.drug-price-table td {
    padding: 9px 0;
    text-align: center;
}

.drug-price-table td.drug-price-table-sale,
.drug-price-table td.drug-price-table-free-delivery {
    line-height: 15px;
    padding: 0;
}

.drug-price-table-sale span {
    display: inline-block;
    padding: 1px 4px;
    background: #0d9d21;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
}

.drug-price-table-free-delivery i {
    display: inline-block;
    padding: 1px 6px;
    background: #00a000;
    color: #fff;
    border-radius: 3px;
    line-height: 15px;
}





#drug-item {
    margin-top: 20px;
}

.drug-main-images-w {
    width: 262px;
    height: 262px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
    cursor: zoom-in;
}

.drug-main-images {
    width: 1000px;
    height: 262px;
    -webkit-transition: margin-left 0.3s linear 0s;
    -moz-transition: margin-left 0.3s linear 0s;
    -o-transition: margin-left 0.3s linear 0s;
    transition: margin-left 0.3s linear 0s;
}

.drug-main-img {
    width: 262px;
    height: 262px;
    float: left;
    display: flex;
    overflow: hidden;
}

.drug-main-img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transform: scale(1,1);
    padding: 3px;
}

.drug-thumbs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 6px;
}

.drug-thumbs a {
    vertical-align: middle;
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 4px;
    margin: 7px 0;
    outline: none;
    width: 74px;
    height: 74px;
    overflow: hidden;
    cursor: zoom-in;
}

.drug-thumbs-div {
    width: 74px;
    height: 74px;
}

.drug-thumbs img {
    width: 100%;
}

.drug-thumbs a:hover {
    border: 1px solid #1f93e2;
}

.drug-main-images-w .fa {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 18px;
    color: #1f93e2;
    margin-top: -15px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding-left: 3px;
    border: 1px solid #ccc;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

.drug-main-images-w .fa-chevron-left {
    right: auto;
    left: 10px;
    padding-left: 0;
    padding-right: 3px;
}

.drug-main-images-w:hover .fa {
    opacity: 1;
}

.fancybox-window-cart h1 {
    margin-top: 24px;
}

.fancybox-window-cart .fancybox-content {
    padding: 0 70px 30px 30px;
}

.fancybox-window-alert .fancybox-close-small,
.fancybox-window-cart .fancybox-close-small {
    color: #1f1f1f;
    right: 17px;
    top: 26px;
}

.fancybox-window-alert h1 {
    margin-top: 30px;
}

.fancybox-window-alert .fancybox-content {
    padding: 0 70px 14px 30px;
}

.fancybox-window-alert .fancybox-close-small {
    top: 31px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .drug-main-images-w {
        width: 212px;
        height: 212px;
        margin-top: 10px;
    }

    .drug-main-img {
        width: 212px;
        height: 212px;
    }

    .drug-thumbs a {
        width: 64px;
        height: 64px;
    }

    .drug-thumbs-div {
        width: 64px;
        height: 64px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .drug-nav-bar-fixed {
        position: static;
    }

    .drug-nav-bar.drug-nav-bar-fixed {
        border-bottom: 1px solid transparent;
        padding: 0 !important;
    }

    .drug-main-images-w {
        width: 220px;
        height: 220px;
        margin-top: 14px;
    }

    .drug-main-img {
        width: 220px;
        height: 220px;
    }

    .drug-thumbs a {
        width: 64px;
        height: 64px;
    }

    .drug-thumbs-div {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 767px) {
    .drug-nav-bar-container {
        display: none;
    }

    .drug-thumbs {
        width: 280px;
        margin: 0 auto;
    }

    .drug-main-images-w {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }

    .drug-main-img {
        width: 280px;
        height: 280px;
    }

    .drug-thumbs a {
        width: 80px;
        height: 80px;
    }

    .drug-thumbs-div {
        width: 80px;
        height: 80px;
    }
}















.drug-main-info {
    font-size: 13px;
    line-height: 34px;
    margin: 13px 0 0;
    padding: 0;
}

.drug-main-info li {
    list-style: none;
    position: relative;
    padding-left: 19px;
    line-height: 17px;
    padding: 8px 0 9px 19px;
    border-bottom: 1px dashed #d1d1d1;
    text-align: right;
    clear: both;
    overflow: hidden;
}

.drug-main-info li:first-child {
    border-top: 1px dashed #d1d1d1;
}

.drug-main-info li span {
    font-weight: 500;
    float: left;
}

.drug-main-info li span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    left: 1px;
    color: #0095e9;
    content: "\f05a";
    font-size: 14px;
}

.drug-main-info li.drug-main-info-active span:before {
    content: "\f058";
}

.drug-main-info li.drug-main-info-country span:before {
    content: "\f0ac";
}

.drug-payment img {
    font-size: 16px;
    height: 30px;
    line-height: 16px;
    width: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.drug-payment {
    padding-top: 10px;
}



@media (min-width: 992px) and (max-width: 1199px) {
    .drug-payment img {
        width: 40px;
        height: 25px;
    }

    .drug-main-info {
        margin: 8px 0 0;
        padding: 0;
        line-height: 33px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .drug-main-info li {
        text-align: right;
        overflow: hidden;
    }

    .drug-main-info li span {
        float: left;
    }

    .drug-main-info {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .drug-payment img {
        width: 40px;
        height: 25px;
    }

    .drug-price-table {
        float: none;
        width: 100%;
    }

    .drug-price-cont {
        padding-left: 0;
        padding-bottom: 17px;
        float: none;
        width: 100%;
    }

    .drug-price-w {
        margin-top: 25px;
    }

    .drug-price-table td {
        text-align: left;
    }

    .drug-price-table tr td:first-child {
        padding-left: 10px;
    }

    .drug-main-info li span:before {
        top: 10px;
    }

    .drug-main-info li {
        line-height: 17px;
        padding: 9px 0 9px 19px;
    }
}







.drug-price-w {
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px dashed #ccc;
}


.drug-price {
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
}

.drug-price-desc {
    padding: 10px 20px;
    background: #f9f9f9;
    border-radius: 0 0 3px 3px;
    line-height: 22px;
}

.drug-look-count {
    font-weight: 500;
}

.drug-buy-count-now {
    display: none;
    color: #0d9d21;
    border: 1px solid #0d9d21;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.drug-buy-count-now-active {
    background: #0d9d21;
    color: #fff;
}

.drug-buy-count-w {
    color: #0d9d21;
}

.drug-buy-count {
    font-weight: 500;
    padding-bottom: 17px;
}

.drug-price-cont-sum {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
}

.drug-quantity {
    position: relative;
}

.drug-quantity span {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #0095e9;
    background: #0095e9;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.drug-quantity input {
    width: 100%;
    height: 35px !important;
    font-size: 14px;
    line-height: 33px;
    border: 0;
    border-top: 1px solid #0095e9;
    border-bottom: 1px solid #0095e9;
    text-align: center;
    display: block;
}

.drug-quantity span.drug-quantity-plus {
    left: auto;
    right: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.drug-price-cont .btn {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
}

.drug-price-cont .btn {
    width: 100%;
    margin-top: 15px;
}

.btn.drug-price-cont-btn {
    padding-left: 0;
    padding-right: 0;
}

.drug-price-title {
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-top: 13px;
}

.drug-price-cont-sum-sale {
    display: none;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 10px;
    color: #00a000;
}



















.drug-address p {
    line-height: 1.4;
    font-size: 14px;
}

.drug-address p span {
    color: #737373;
    font-size: 12px;
}

.drug-address-info {
    background: #f5f5f5;
    padding: 8px 15px 8px 33px;
    position: relative;
}

.drug-address-info .fa {
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 17px;
    color: #00a300;
}

.drug-other-city {
    margin-bottom: 30px;
}

.drug-buy-double .drug-price-w .drug-price-cont {
    width: 100%;
    padding: 0;
}

.drug-buy-double .drug-price-w .drug-price {
    padding: 10px 20px 20px;
}

.drug-buy-double {
    position: relative;
    height: 370px;
}

.drug-buy-double .drug-price-w {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .drug-address:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: white;
        box-shadow: 0 0 10px 10px white;
    }

    .drug-address {
        position: relative;
        height: 58px;
        overflow: hidden;
    }

    .drug-address-show {
        margin-bottom: 20px;
        overflow: hidden;
    }
}










.drug-thumbs-docs {
    overflow: hidden;
}

.drug-thumbs-docs a {
    width: 140px;
    height: 200px;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.drug-thumbs-docs a:hover {
    border: 1px solid #1f93e2;
}

.drug-thumbs-docs a img {
    max-width: 100%;
    max-height: 100%;
}


.reviews-item-form {
    padding: 30px;
    margin: 0 0 30px;
    background: #fdfdfd;
    border: 1px solid #e6e6e6;
    display: none;
    position: relative;
}

.reviews-item-form #rating {
    height: 1px;
    width: 1px;
    padding: 0;
    margin-top: 14px;
    opacity: 0;
    margin-left: 60px;
    border: none;
}

.btn-show-review-form {
    margin-bottom: 30px;
}

.reviews-item-form-rating {
    margin: 4px 0 0;
}

.reviews-item-form-rating i {
    color: #b9b9b9;
    font-size: 20px;
    padding-right: 4px;
    cursor: pointer;
}

.reviews-item-form-rating i.reviews-item-form-rating-active {
    color: #f39c12;
}

.reviews-item-form-rating.reviews-item-form-rating-hover i.reviews-item-form-rating-active {
    color: #b9b9b9;
}

.reviews-item-form-rating.reviews-item-form-rating-hover i.reviews-item-form-rating-active-hover {
    color: #f39c12;
}

.reviews-item-form-label {
    margin: 13px 0 5px;
}

.reviews-captcha {
    height: 52px;
    margin-left: 13px;
}

.reviews-item-form-label2 {
    margin: 20px 0 2px;
}

.reviews-item-form-fields2 {
    margin-bottom: 20px;
}

.reviews-item-form-success-message {
    margin-bottom: 20px;
    color: #0095e9;
}

.reviews-item-form-error-message {
    color: red;
    margin-bottom: 20px;
}

.reviews-item-form .btnYellow {
    margin-top: 24px;
}

.prod-reviews-none {
    margin: 8px 0 30px;
}

.drug-reviews .drug-nav-bar-rating {
    margin-left: 0;
    margin-bottom: 9px;
}

.drug-reviews-item {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
}

.drug-reviews-item:hover {
    border-left: 1px solid #0095e9;
}

.drug-reviews-item-author {
    font-weight: 400;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .reviews-captcha {
        margin-left: 0;
    }
}
/**
    Препараты
 */













/**
    Категории
 */
.cat h1 {
    margin-bottom: 0;
}





.cat-sort {
    margin-bottom: 15px;
    margin-top: 8px;
}

.cat-sort a {
    border: 1px solid transparent;
    color: #0095e9;
    padding: 4px 12px;
    margin: 0 2px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: 17px;
    text-decoration: none !important;
}

.cat-sort .fa {
    font-size: 12px;
}

.cat-sort a.cat-sort-a {
    color: #0095e9;
    border-color: #0095e9;
}

.cat-sort a.cat-sort-a:hover {
    color: #0d9d21;
    border-color: #0d9d21;
}

.cat-sort a:hover.cat-sort-a span,
.cat-sort a.cat-sort-a span {
    border-color: transparent;
}

.cat-sort a span {
    border-bottom: 1px dotted #0095e9;
    display: inline-block;
    vertical-align: top;
}

.cat-sort a:hover {
    color: #0d9d21;
}

.cat-sort a:hover span {
    border-bottom: 1px dotted #0d9d21;
}

.cat-sort a .fas {
    font-size: 12px;
    margin-left: 4px;
}

.cat-sort-label {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.h2.filt-h2 {
    margin-top: 0;
}

.filt-w-t {
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.filt-w-b i {
    font-size: 20px;
    line-height: 24px;
    float: left;
    clear: both;
    width: 24px;
}

.filt-w-b {
    line-height: 25px;
    margin-bottom: 25px;
}

.filt-w-b span {
    cursor: pointer;
}

.simple-menu {
    margin: 0;
    padding: 0 0 6px;
    line-height: 26px;
}

.simple-menu li {
    list-style: none;
}



@media (max-width: 767px) {
    .cat-sort-label {
        display: block;
        margin-bottom: 4px;
    }

    .filt-w-w {
        position: relative;
        height: 88px;
        overflow: hidden;
    }

    .filt-w-w:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: white;
        box-shadow: 0 0 10px 10px white;
    }

    .simple-menu {
        position: relative;
        height: 53px;
        overflow: hidden;
    }

    .simple-menu:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: white;
        box-shadow: 0 0 10px 10px white;
    }

    .mobile-filter-class {
        height: auto;
    }

    .mobile-filter-class:after {
        display: none;
    }

    .mobile-filter-class.drug-address-show {
        display: none !important;
    }
}




.preview-drug {
    overflow: hidden;
    border-bottom: 1px dashed #d1d1d1;
    padding: 17px 0;
    position: relative;
}

.preview-drug:first-child {
    border-top: 1px dashed #d1d1d1;
}

.preview-photo {
    width: 160px;
    height: 160px;
    float: left;
    padding: 0;
    text-align: center;
}

.preview-photo img {
    max-width: 100%;
    max-height: 100%;
}

.preview-main {
    width: 340px;
    float: left;
    padding-left: 25px;
}

.preview-main .drug-main-info li {
    padding: 8px 0 8px 19px;
}

.preview-main .drug-main-info li span:before {
    top: 9px;
}

.preview-main .drug-main-info {
    margin: 5px 0 0;
}

.preview-main .drug-main-info li span {
    float: none;
}

.preview-main .drug-main-info li  {
    text-align: left;
    border: none;
}

.preview-main a {
    font-size: 16px;
}

.preview-price {
    width: 160px;
    float: left;
}

.preview-price .drug-price-table {
    width: 100%;
    margin-top: 25px;
}

.preview-price .drug-price-table table {
    margin: 0;
}

.preview-price .drug-price-table tr:first-child {
    border: none;
}

.preview-price .drug-price-table tr:last-child {
    border: none;
}

.preview-price .drug-price-table td {
    padding: 3px 0 2px;
    font-weight: normal;
}

.preview-btn {
    width: 150px;
    float: right;
    padding-top: 30px;
}

.preview-btn .btn {
    width: 100%;
    margin-bottom: 10px;
}

.cat .drug-address-info {
    margin-bottom: 30px;
}

.preview-drug .drug-price-cont {
    padding: 0;
    width: 150px;
    right: 0;
    top: 0;
    position: absolute;
    display: none;
}

.preview-drug .drug-price-cont .fa-times-circle {
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}

.preview-drug .drug-price-cont .btn {
    margin-top: 10px;
}

.preview-info-sale span:before {
    color: #0d9d21 !important;
}

.preview-info-sale-per {
    display: inline-block;
    padding: 1px 4px;
    background: #0d9d21;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    font-weight: normal;
    margin-left: 4px;
}

.cat-w-preview-drug {
    margin-bottom: 50px;
}

.cat-text {
    text-align: justify;
}




@media (min-width: 992px) and (max-width: 1199px) {
    .preview-photo {
        width: 140px;
        height: 140px;
    }

    .preview-main .drug-main-info li {
        padding: 6px 0 6px 19px;
    }

    .preview-main {
        width: 218px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .preview-main {
        width: 310px;
    }

    .preview-drug .btn2 {
        position: relative;
        left: -134px;
    }

    .preview-btn {
        padding-top: 15px;
    }

    .preview-drug .drug-price-cont {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .preview-drug {
        padding-left: 120px;
        position: relative;
    }

    .preview-photo {
        width: 100px;
        height: 100px;
        float: none;
        position: absolute;
        top: 18px;
        left: 0;
    }

    .preview-main {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .preview-btn {
        width: 150px;
        float: none;
        padding-top: 15px;
    }

    .preview-drug .drug-price-cont {
        display: none !important;
    }
}







.cat-double-menu {
    background: #f5f5f5;
    padding: 30px 0;
    margin: 30px 0 20px;
}

.cat-double-menu .footer-t {
    margin-bottom: 12px;
}
/**
    Категории
 */

















/**
    Страницы
 */
.main-tabs {
    margin: 30px auto 20px;
    width: 450px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.main-tab {
    displaY: inline-block;
    padding: 10px 5px 10px;
    margin-left: 30px;
    cursor: pointer;
    margin-bottom: -1px;
}

.main-tab-a {
    border-bottom: 3px solid #0095e9;
}

.main-tab:first-child {
    margin-left: 0;
}

.main-tab-content {
    display: none;
}

.main-tab-content:first-child {
    display: block;
}

.main-tab-contents {
    margin-bottom: 30px;
}

.preview-type2 {
    border: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 30px;
    padding: 20px 30px 20px 150px;
}

.preview-type2-photo {
    width: 120px;
    height: 120px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 15px;
}

.preview-type2-photo img {
    max-width: 100%;
    max-height: 100%;
}

.preview-type2-info A {
    display: block;
    font-size: 16px;
    margin-bottom: 9px;
    max-height: 22px;
    overflow: hidden;
}

.preview-type2-price {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 500;
}

.preview-type2-price-old {
    text-decoration: line-through;
    color: #808080;
    font-weight: 400;
}

.preview-test {
    background: #f5f5f5;
    padding-bottom: 20px;
}

.preview-test-info {
    display: inline-block;
    padding: 1px 4px;
    background: #0d9d21;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 14px;
}

.preview-test .btn {
    margin-top: 14px;
}

.preview-test .container {
    position: relative;
}

.preview-test p {
    padding-right: 260px;
}

.preview-test img {
    position: absolute;
    height: 240px;
    right: -50px;
    bottom: -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .preview-test img {
        height: 261px;
        right: -170px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .preview-type2 .btn2 {
        height: 35px;
        line-height: 35px;
    }

    .preview-type2-info A {
        margin-bottom: 5px;
    }

    .preview-type2-price {
        margin-bottom: 11px;
    }

    .preview-type2-photo {
        width: 100px;
        height: 100px;
    }

    .preview-type2 {
        padding: 20px 30px 20px 130px;
    }

    .preview-test img {
        height: 261px;
    }

    .preview-test p {
        padding-right: 430px;
    }
}


@media (max-width: 767px) {
    .preview-type2 .btn2 {
        height: 35px;
        line-height: 35px;
    }

    .preview-type2-info A {
        margin-bottom: 5px;
    }

    .preview-type2-price {
        margin-bottom: 11px;
    }

    .preview-type2-photo {
        width: 100px;
        height: 100px;
    }

    .preview-type2 {
        padding: 20px 30px 20px 130px;
    }

    .main-tabs {
        width: 100%;
    }

    .main-tab {
        display: none;
    }

    .main-tab:first-child {
        display: block;
    }

    .preview-test img {
        display: none;
    }

    .preview-test p {
        padding-right: 0px;
    }
}














.partners-roulette-w {
    overflow: hidden;
    margin: 25px 0 30px;
}

.partners-roulette {
    width: 1000%;
    margin-left: -20.7%;
    margin-top: 10px;
    margin-bottom: 25px;
}

.partners-roulette-w img {
    width: 1.6%;
    margin: 0 0.45% 0 0;
}

{
    color: #1abc9b;
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid #1abc9b;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    float: right;
}

.partners-roulette-w .fa {
    font-size: 18px;
    color: #1f93e2;
    margin-top: 3px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding-left: 3px;
    border: 1px solid #ccc;
    float: right;
    margin-left: 10px;
}

.partners-roulette-w .fa-chevron-left {
    padding-left: 0;
    padding-right: 3px;
}


@media screen and (max-width:767px) {
    .partners-roulette-w {
        height: 0;
        margin-bottom: 35px;
    }
}






.main-page-review-w {
    background: #f5f5f5;
    margin: 15px 0 30px;
    padding: 10px 0 0;
}



.reviews-main-page-w {
    padding: 27px 20px 22px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 55px;
}

.reviews-main-page-t {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px;
}

.reviews-main-page-s {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
}

.reviews-main-page-r .fa {
    margin-right: 4px;
    font-size: 20px;
    line-height: 20px;
    color: #f49b13;
}

.reviews-main-page-r {
    margin-bottom: 15px;
    margin-top: 5px;
}

.reviews-main-page-text {
    margin-bottom: 20px;
}

.main-page-review-w2 h2 {
    margin-bottom: 25px;
}

.reviews .reviews-main-page-w {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.main-page-review-link {
    margin-bottom: 45px;
    display: inline-block;
}












.page img {
    max-width: 100%;
}

.page table {
    width: 100%;
    margin: 30px 0;
}

.page th {
    background: #0095e9;
    color: #fff;
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    text-align: left;
}

.page td {
    background: #e5f7f9;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    padding: 10px 20px;
}

.page p {
    margin: 18px 0;
}

.page ol {
    counter-reset: li;
    list-style: none;
    padding: 18px 0 18px 50px;
    margin: 0;
}
.page ol li {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.page ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -35px;
    top: -2px;
    background: #0096ef;
    height: 22px;
    width: 22px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    transition: all .3s ease-out;
    border-radius: 12px;
    line-height: 23px;
    font-size: 13px;
}



.page ul {
    list-style: none;
    padding: 18px 0 18px 50px;
    margin: 0;
}
.page ul li {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.page ul li:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -28px;
    top: -2px;
    height: 22px;
    width: 22px;
    color: #0096ef;
    text-align: center;
    font-weight: 700;
    transition: all .3s ease-out;
    border-radius: 12px;
    line-height: 23px;
    font-size: 18px;
}




.btn.calculator-reload,
.calculator-step,
.calculator-h2,
.calculator-res {
    display: none;
}

.calculator ul li {
    cursor: pointer;
}

.calculator ul li:before {
    color: #7d7d7d;
}

.calculator ul li:hover:before {
    color: #0096ef;
}

.calculator ul li.active:before {
    color: #0096ef;
}

.calculator {
    margin-bottom: 70px;
}



































.cd-faq *, .cd-faq *::after, .cd-faq *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cd-faq *::after, .cd-faq *::before {
    content: '';
}

.cd-faq {
    color: #4e5359;
}

.cd-faq ul {
    margin: 0;
    padding: 0;
}

.cd-faq li {
    list-style: none;
}

.cd-faq ul.cd-faq-categories {
    margin-top: 36px;
}

.cd-faq a {
    text-decoration: none;
}

.cd-faq a:hover {
    text-decoration: none;
}

.cd-faq a:focus {
    text-decoration: none;
}

.cd-faq:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 768px) {
    .cd-faq {
        position: relative;
        margin: 4em auto;
        box-shadow: none;
        margin: -20px 0 40px;
    }
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #4e5359;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #555b61;
    text-overflow: ellipsis;
}

.cd-faq-categories a::before, .cd-faq-categories a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #7f868e;
}

.cd-faq-categories a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cd-faq-categories li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    .cd-faq-categories {
        width: 20%;
        float: left;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }
    .cd-faq-categories a {
        font-size: 13px;
        font-weight: 600;
        padding-left: 24px;
        padding: 0 24px;
        -webkit-transition: background 0.2s, padding 0.2s;
        -moz-transition: background 0.2s, padding 0.2s;
        transition: background 0.2s, padding 0.2s;
    }
    .cd-faq-categories a::before, .cd-faq-categories a::after {
        display: none;
    }
    .no-touch .cd-faq-categories a:hover {
        background: #555b61;
    }
    .no-js .cd-faq-categories {
        width: 100%;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-categories {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        z-index: 2;
    }
    .cd-faq-categories a::before {
        /* decorative rectangle on the left visible for the selected item */
        display: block;
        top: 0;
        right: auto;
        left: 0;
        height: 100%;
        width: 3px;
        background-color: #0095e9;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .cd-faq-categories .selected {
        background: #42464b !important;
    }
    .cd-faq-categories .selected::before {
        opacity: 1;
    }
    .cd-faq-categories.is-fixed {
        /* top and left value assigned in jQuery */
        position: fixed;
    }
    .no-js .cd-faq-categories {
        position: relative;
    }
}

.cd-faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.cd-faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .cd-faq-items {
        position: static;
        height: auto;
        width: 78%;
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
        padding-top: 36px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-items {
        float: none;
        width: 100%;
        padding-left: 220px;
        padding-top: 36px;
    }
    .no-js .cd-faq-items {
        padding-left: 0;
    }
}

.cd-close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}

.cd-close-panel::before, .cd-close-panel::after {
    /* close icon in CSS */
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #6c7d8e;
}

.cd-close-panel::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-close-panel::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-close-panel.move-left {
    right: 2%;
}

@media only screen and (min-width: 768px) {
    .cd-close-panel {
        display: none;
    }
}

.cd-faq-group {
    /* hide group not selected */
    display: none;
}

.cd-faq-group.selected {
    display: block;
}

.cd-faq-group .cd-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}

.no-touch .cd-faq-group .cd-faq-title:hover {
    box-shadow: none;
}

.cd-faq-group .cd-faq-title h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #bbbbc7;
    margin: 0;
    line-height: 10px;
}

.no-js .cd-faq-group {
    display: block;
}

@media only screen and (min-width: 768px) {
    .cd-faq-group {
        /* all groups visible */
        display: block;
    }
    .cd-faq-group > li {
        background: #ffffff;
        margin-bottom: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
        -webkit-transition: box-shadow 0.2s;
        -moz-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s;
    }
    .no-touch .cd-faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }
    .cd-faq-group .cd-faq-title {
        margin: 2em 0 1em;
    }
    .cd-faq-group:first-child .cd-faq-title {
        margin-top: 0;
    }
}

.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-faq-trigger {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
        padding: 24px 72px 24px 24px;
        margin-top: 17px;
    }
    .cd-faq-trigger::before, .cd-faq-trigger::after {
        /* arrow icon on the right */
        position: absolute;
        right: 24px;
        top: 50%;
        height: 2px;
        width: 13px;
        background: #0095e9;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .cd-faq-trigger::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px;
    }
    .cd-faq-trigger::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .cd-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .cd-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-faq-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #6c7d8e;
}

@media only screen and (min-width: 768px) {
    .cd-faq-content {
        display: none;
        padding: 0 24px 30px;
    }
    .cd-faq-content p {
        line-height: 1.6;
    }
    .no-js .cd-faq-content {
        display: block;
    }
}
/**
    Страницы
 */














/**
    Быстрый заказ
 */
.fast-buy textarea,
.fast-buy input,
.fast-buy input:hover {
    border: 1px solid #1f93e2;
    height: 43px;
    border-radius: 3px;
    padding: 10px 20px;
    outline: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    display: block;
    margin-bottom: 19px;
    width: 100%;
}

.fast-buy .btn {
    padding: 0 !important;
}

.fast-buy {
    overflow: hidden;
    padding: 0 30px 15px;
}

.fast-buy h1 {
    margin-top: 24px;
}

.fast-buy-fancybox .fancybox-close-small {
    color: #1f1f1f;
    right: 17px;
    top: 27px;
}

.fast-buy-fancybox {
    padding: 0;
}

.fast-buy-form-error {
    color: red;
}
/**
    Быстрый заказ
 */












/**
    Корзина
 */
.cart a.drug-delete-link {
    font-size: 13px;
    line-height: 28px;
    color: #484849;
    border-bottom: 1px dotted #8d8d90;
}

.cart a.drug-delete-link:hover {
    color: #1f93e2;
    border-bottom: 1px dotted #1f93e2;
    text-decoration: none;
}

.cart {
    padding-bottom: 20px;
}

.drug-cart-tools {
    float: right;
}

.dct-q {
    padding: 0 30px;
    position: relative;
    width: 110px;
}

.cart .dct-q input {
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    display: block;
    border-radius: 0;
}

.dct-minus,
.dct-plus {
    font-size: 17px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 28px;
}

.dct-plus {
    left: auto;
    right: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.dct-price {
    font-size: 19px;
    font-weight: 300;
    line-height: 40px;
    float: right;
    clear: both;
    margin-top: 4px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .drug-cart-tools {
        float: right;
        margin-top: 14px;
        width: 223px;
    }

    .dct-price {
        float: left;
    }

    .cart .preview-main {
        width: 240px;
    }
}


@media (max-width: 767px) {
    .drug-cart-tools {
        float: left;
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
    }

    .dct-price {
        float: left;
    }

    .cart .drug-main-info {
        display: none;
    }

    .cart .preview-main a {
        display: inline-block;
        width: 100%;
    }

    .cart .preview-main a.drug-delete-link {
        display: inline;
        width: inherit;
    }

    .cart-sidebar {
        margin: 30px 0 0 !important;
    }
}

























.cart-sidebar {
    border: 1px solid #e6e6e6;
    margin: 0 0 30px;
    background: #fafafa;
    height: auto;
}

.cart-sidebar-h1 {
    padding: 23px 20px 16px;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
}

.cart-sidebar-price-w {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    background: #eee;
}

.cart-sidebar-checkout {
    margin: 7px 0 0;
    display: block;
    font-size: 16px;
    line-height: 39px;
    height: 41px;
    width: 100%;
    text-transform: uppercase;
}

.cart-sidebar-promo {
    padding: 17px 20px 15px;
}

.cart-sidebar-promo-h1 {
    padding: 0 0 11px;
    font-size: 18px;
    line-height: 24px;
}

.cart-sidebar-price {
    margin: 0 0 7px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

.csp-left {
    float: left;
    line-height: 15px;
}

.csp-right {
    float: right;
    line-height: 15px;
}


.csp-left-i {
    float: left;
    line-height: 31px;
}

.csp-right-n {
    text-decoration: line-through;
    color: #00a000;
}

.csp-right-e {
    color: #00a000;
}

.csp-right-i {
    float: right;
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin: -3px 0 3px 0;

}

.cart-sidebar-promo-action {
    padding: 0 46px 0 0;
    margin: 0 0 20px;
    position: relative;
}

.cart-sidebar-promo-action input:hover,
.cart-sidebar-promo-action input:focus,
.cart-sidebar-promo-action input {
    border: 1px solid #8d8d90;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    padding: 10px 0 10px 8px;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
}

.cart-sidebar-promo-action button {
    border: 0;
    padding: 8px 0 9px;
    background: #6d6d6d;
    color: #fff;
    border-radius: 0 2px 2px 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 46px;
    height: 40px;
    font-size: 25px;
    line-height: 20px;
}

.cart-sidebar-promo-active {
    color: #00a000;
    line-height: 21px;
    margin-bottom: 6px;
}

.cart-sidebar-promo-active a {
    line-height: 18px !important;
    float: right;
}






















.wLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    overflow: hidden;
    animation-delay: 1s;
    float: left;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.loaderI-1,
.loaderI-2,
.loaderI-3,
.loaderI-4,
.loaderI-5 {
    width: 10px;
    height: 10px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eed968;
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderI-1:before,
.loaderI-2:before,
.loaderI-3:before,
.loaderI-4:before,
.loaderI-5:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.loaderI-2 {
    background: #f583a1;
    background-color: #eece68;
}


.loaderI-2:before {
    background-color: #eece68;
}

.loaderI-3 {
    background: #f583a1;
    background-color: #eec368;
}

.loaderI-3:before {
    background-color: #eec368;
}

.loaderI-4 {
    background: #f583a1;
    background-color: #eead68;
}

.loaderI-4:before {
    background-color: #eead68;
}

.loaderI-5 {
    background: #f583a1;
    background-color: #ee8c68;
}

.loaderI-5:before {
    background-color: #ee8c68;
}
/**
    Корзина
 */














/**
    Оформление заказа
 */
.order-header {
    overflow: hidden;
}

.order-logo,
.order-phone {
    float: left;
    display: block;
}

.order-logo {
    text-align: center;
    color: #1abc9c;
    margin: 40px 50px 0 0;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 16px;
    width: 240px;
}

.order-logo img {
    width: 100%;
}

.order-phone {
    margin: 49px 10px 0 0;
    font-size: 21px;
    line-height: 23px;
    color: #4a4a4a;
}

.order-phone span {
    color: #868686;
    font-size: 16px;
}

.order-link-cart {
    color: #8d8d90;
    display: inline-block;
    font-size: 11px;
    margin: 40px 0 0;
}

.order-link-cart .fa {
    margin-right: 6px;
}

.order-link-cart:hover {
    text-decoration: none;
}

.order-sidebar {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    margin: 0 0 30px;
    background: #fafafa;
}

.order-sidebar-title {
    padding: 0 0 12px;
    padding-top: 7px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
}

.order-sidebar-info {
    padding: 16px 20px 16px;
}

.order-sidebar-field {
    padding: 4px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

.order-sidebar-field:first-child {
    border-top: 1px solid #e6e6e6;
}

.order-sidebar-field-left {
    width: 65%;
    float: left;
}

.order-sidebar-field-right {
    width: 35%;
    float: right;
    text-align: right;
}

.order-sidebar-field-right div {
    color: #8d8d90;
    font-size: 11px;
    line-height: 20px;
}


.order-sidebar-delivery {
    padding: 15px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    background: #eee;
}

.order-sidebar-delivery .order-sidebar-field {
    padding: 0 20px 5px;
    font-size: 12px;
    line-height: 20px;
    border: 0;
}

.order-sidebar-tools {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    background: #eee;
}

.order-sidebar-tools .order-sidebar-field {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 20px;
    border: 0;
}

.order-sidebar-tools .order-sidebar-field-right span {
    margin: -3px 0 3px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.order-sidebar-tools .order-sidebar-field-right {
    width: 65%;
}

.order-sidebar-tools .order-sidebar-field-left {
    width: 35%;
}

.order-tabs a {
    float: left;
    border: 1px solid #e6e6e6;
    color: #484849;
    text-align: center;
    margin: 0 0 33px;
    font-size: 16px;
    line-height: 53px;
    font-weight: 500;
    display: block;
    width: 250px;
    height: auto;
    cursor: pointer;
}

.order-tabs a:hover {
    color: #484849;
    text-decoration: none;
}

.order-tabs a:focus {
    color: #484849;
    text-decoration: none;
}

.order-tabs a.order-tab-active {
    background: #1f93e2;
    border: 1px solid #1f93e2;
    color: #fff;
}

.order-tabs {
    overflow: hidden;
}

.order-pay,
.order-delivery {
    background: #e5f7f9;
    margin: 0 0 30px;
    padding: 25px 80px 25px 70px;
    position: relative;
    cursor: pointer;
}

.order-pay .fa,
.order-delivery .fa {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 31px;
    left: 21px;
}

.order-delivery-title {
    font-size: 15px;
    line-height: 23px;
}

.order-delivery-info {
    color: #656565;
    font-size: 14px;
    line-height: 23px;
}

.order-delivery-price {
    position: absolute;
    top: 37px;
    line-height: 23px;
    font-size: 15px;
    right: 24px;
}

.order-delivery .fa-check-circle {
    display: none;
}

.order-pay.order-pay-active .fa,
.order-delivery.order-delivery-active .fa,
.order-pay:hover .fa,
.order-delivery:hover .fa {
    color: #e5f7f9;
}

.order-pay.order-pay-active .fa-check-circle,
.order-delivery.order-delivery-active .fa-check-circle,
.order-pay:hover .fa-check-circle,
.order-delivery:hover .fa-check-circle {
    display: inline;
    color: #484849;
}

.order-pay-sale {
    position: absolute;
    top: 37px;
    line-height: 23px;
    font-size: 15px;
    right: 24px;
    font-weight: 500;
}

.order-pay {
    background: #ebf5ee;
    padding: 25px 110px 25px 70px;
}

.order-pay:hover .fa {
    color: #e5f7f9;
}

.order-pay:hover .fa {
    color: #ebf5ee;
}

.order-pay:hover .fa-check-circle {
    display: inline;
    color: #484849;
}

.order-create h2.order-pay-h2 {
    margin: 50px 0 10px;
}

.order-create h2.order-delivery-h2 {
    margin: 0px 0 10px;
}


.order-personal-data input {
    width: 100%;
    margin-bottom: 14px;
}

.btn.order-create-btn {
    margin: 18px 0 100px;
    display: block;
    width: 250px;
    height: 48px;
    font-size: 17px;
    line-height: 46px;
    font-weight: 500;
    text-transform: uppercase;
}

.order-sidebar-container {
    position: relative;
    z-index: 10;
}

.order-sidebar {
    position: absolute;
    top: -81px;
    left: 15px;
    right: 15px;
}


.order-error {
    color: #ff0000;
}

.order-create .cart-sidebar-price-w {
    padding: 15px 20px 10px;
}




@media screen and (min-width: 768px) and (max-width:991px) {
    .order-tabs a {
        font-size: 14px;
        width: 230px;
    }
}


@media screen and (max-width:767px) {
    .order-logo {
        margin: 20px 0;
        width: 100%;
        float: none;
    }

    .order-create h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .order-link-cart {
        margin: 15px 0 0;
    }

    .order-phone {
        margin: 0;
        font-size: 19px;
        line-height: 22px;
        text-align: center;
        float: none;
        width: 100%;
    }

    .order-tabs a {
        width: 65%;
        font-size: 13px;
        line-height: 40px;
    }

    .order-tabs a:last-child {
        width: 35%;
    }

    .order-pay-sale,
    .order-delivery-price {
        position: static;
        margin-top: 4px;
    }

    .order-pay,
    .order-delivery {
        padding: 25px 10px 25px 50px;
    }

    .order-pay .fa,
    .order-delivery .fa {
        top: 22px;
        left: 14px;
        font-size: 25px;
    }


    .order-sidebar {
        margin-top: 20px;
    }


    .order-create-btn {
        margin-top: 0;
    }



    .order-sidebar {
        position: static;
        top: 0;
        left: 0;
        right: 0;
    }
}
/**
    Оформление заказа
 */















/**
    Список заказов
 */
.order-check-get input {
    margin-right: 20px;
    width: 250px;
}




.orders-check-table table {
    width: 100%;
    margin-bottom: 50px;
}

.orders-check-table table th:nth-child(1) {
    text-align: left;
    width: 45%;
    height: auto;
}

.orders-check-table table th {
    text-transform: uppercase;
    text-align: center;
    padding: 16px 15px;
    background: #e5f7f9;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.orders-check-table table td:nth-child(1) {
    text-align: left;
}

.orders-check-table table td {
    text-align: center;
    padding: 16px 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    line-height: 18px;
}

.orders-check-table table td:nth-child(2) {
    color: #8d8d90;
}

.lk .form-control {
    display: block;
}





@media (max-width: 768px) {
    .order-check-get input {
        width: 100%;
    }

    .order-check-get .btn {
        margin-top: 20px;
    }



    .orders-check-table table thead {
        display: none;
    }

    .orders-check-table table td:first-of-type {
        padding-top: 10px;
    }

    .orders-check-table table td {
        border: 0;
        padding: 3px 15px;
        text-align: left;
        margin: 0 -15px;
        width: auto;
        height: auto;
        display: block;
        font-size: 14px;
        line-height: 20px;
    }

    .orders-check-table table tr {
        display: block;
        margin-bottom: 30px;
    }
}

.lk-menu {
    margin-bottom: 30px;
}
/**
    Список заказов
 */