.top-panel {
    line-height: 20px;
    text-align: right;
    background: #FFFFFF;
    height: 24px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 3px;

}

.top-panel a{
    border: none;
}

.top-panel img{
    display: inline-block;
    height: 16px;

}

@media (max-width: 759px) {
    .top-panel {
        display: none;
    }
}

.b-menu {
    font-weight: 300;
    background: #047cc4;
    color: #ffffff;
    text-transform: uppercase;
}

.b-menu .row{
  margin: 0px;
}

.b-menu .row .col-md-3 {
    border: 0;
    border-right: 1px solid #058cdd;

}
.b-menu .row .col-md-3:first-child {
    border-left: 1px solid #058cdd;
}
@media only screen and (max-width: 759px) {
    .b-menu .row .col-md-3 {
        border: 0;
    }
    .b-menu .row .col-md-3:first-child {
        border: 0;
    }
}
.b-menu a {
    background: #047cc4;
    text-align: center;
    display: block;
    padding: 15px 0;
    margin-left: -5px;
    margin-right: -5px;

}

@media only screen and (min-width: 759px) {
    .b-menu .row .col-md-3 {
        width: 20%;
    }
    .b-menu .row .col-md-3 a{
        font-size: 14px;
    }

}

@media (min-width: 759px) and (max-width: 1000px) {
    .b-menu .row .col-md-3 a{
        font-size: 10px;
    }
}


.b-menu a,
.b-menu a:link {
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.b-menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
.b-menu a:hover {
    background: #058cdd;
    color: #ffffff;
}
.b-menu a.selected {
    background: #ffb016 !important;
    color: #ffffff !important;
}
@media only screen and (max-width: 759px) {
    .b-menu .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .b-menu .row .col-md-3 {
        border: 0;
        border-bottom: 1px solid #058cdd;
    }
    .b-menu .row .col-md-3:first-child {
        border: 0;
        border-top: 1px solid #058cdd;
        border-bottom: 1px solid #058cdd;
    }
    .b-menu a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.b-header {
    background: url(../magne-new/front/b-header/image__0.jpg) top center no-repeat #102e65;
}
.b-header__container {
    display: block;
    position: relative;
    height: 185px;
}
.b-header__container .logotype {
    background: url(../magne-new/front/b-header/text.png) 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    width: 388px;
    height: 105px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -52px;
}
.b-top {
    background: #ffffff;
}
.b-top__container {
    position: relative;
    height: 92px;
}
.b-top__container .sanofi {
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
    display: none;
    padding: 16px 20px;
    float: right;
    background: url(../magne-new/front/img/sanofi-logo.png) 50% 50% no-repeat #ffffff;
    margin-right: -10px;
    text-indent: -9999px;
    width: 132px;
    height: 28px;
    border:none;
    margin-top: 13px;
}



.b-top__container .logotype {
    background: url(../magne-new/front/b-top/logotype.png) 0 0 no-repeat;
    background-size: 215px 52px;
    display: block;
    text-indent: -9999px;
    width: 215px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    border: none;
}
.b-top__menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    border: none;
}

.b-top__menu:active,.b-top__menu:focus{
    border: none;
}

.b-top__search {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -14px;
    width: 160px;
}



.b-top__search:before {
    content: "";
    background: url(../magne-new/front/b-top/search.png) 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -8px;
}
.b-top__search input {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #FFFFFF;
    background: transparent;
    display: block;
    color: #262f35;
    height: 28px;
    line-height: 28px;
    padding: 0 35px 0 10px;
    width: 100%;
}

.b-top__search input:focus {
    border-color: #047cc4;
    outline: none;
}


@media only screen and (max-width: 759px) {
    .b-top__search input {
        font-size: 17px;
        line-height: 21px;
    }
}
.b-top__search input::-webkit-input-placeholder {
    color: #cde5f3;
}
.b-top__search input:-moz-placeholder {
    color: #cde5f3;
}
.b-top__search input::-moz-placeholder {
    color: #cde5f3;
}
.b-top__search input:-ms-input-placeholder {
    color: #cde5f3;
}
.b-top__search input::placeholder {
    color: #cde5f3;
}

@media only screen and (max-width: 759px) {
    .b-top__container {
        height: 57px;
    }
    .b-top__container .sanofi {
        display: block;
    }
    .b-top__container .logotype {
        background: url(../magne-new/front/b-top/logotype@mobile.png) 0 0 no-repeat;
        background-size: 166px 37px;
        width: 166px;
        height: 37px;
        margin-top: -20px;
    }
    .b-top__search {
        display: none;
    }
    .b-top__menu {
        display: block;
    }
}
.b-icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.b-icon.is-block {
    display: block;
}
.b-icon__close:before,
.b-icon__close:after {
    content: "";
    background: #262f35;
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.b-icon__close.is-white:after,
.b-icon__close.is-white:before {
    background: #ffffff;
}
.b-icon__close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.b-icon__close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
}
.b-icon__menu:before,
.b-icon__menu:after,
.b-icon__menu span {
    content: "";
    background: #047cc4;
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.b-icon__menu span {
    opacity: 0;
}
.no-opacity .b-icon__menu span {
    display: none;
}
.b-icon__menu:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.b-icon__menu:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
}
.collapsed .b-icon__menu:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
}
.collapsed .b-icon__menu:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 22px;
}
.collapsed .b-icon__menu span {
    top: 11px;
    opacity: 1;
}

.flexslider{
    margin-top: 1px;
}

.b-consult {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.b-consult__fake {
    padding: 10px 0;
    margin: 0;
    margin-top: 40px;
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 759px) {
    .b-consult__fake {
        margin: 0;
        margin-top: 20px;
    }
}
.b-consult__container {
    position: relative;
}
.b-consult__container.is-horizontal {
    display: block;
}
.b-consult__container.is-vertical {
    display: none;
}
@media only screen and (orientation: portrait) {
    .b-consult__container.is-horizontal {
        display: none;
    }
    .b-consult__container.is-vertical {
        display: block;
    }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
    .b-consult__container.is-horizontal {
        display: block;
    }
    .b-consult__container.is-vertical {
        display: none;
    }
}
.b-consult__container img {
    display: block;
    width: 100%;
}
@media (min-width: 1320px) {
    .b-consult__container:before,
    .b-consult__container:after {
        content: "";
        background: url(../magne-new/front/b-consult/flower.png) 0 0 no-repeat;
        display: block;
        text-indent: -9999px;
        width: 36px;
        height: 35px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
    }
    .b-consult__container:before {
        left: -56px;
    }
    .b-consult__container:after {
        right: -56px;
    }
}
.fixed-menu .b-menu{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

@media only screen and (min-width: 759px) {
    .fixed-menu .b-menu{
        background-color: rgba(4, 124, 196, 0.8);
    }
    .fixed-menu .b-menu a{
        background: none;
    }
}

@media only screen and (max-width: 759px) {
    .fixed-menu header{
        height: 57px;
    }

    .fixed-menu header .b-top{
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100;
    }

    .fixed-menu .b-menu{
        top: 57px;
    }

}
/*@media only screen and (min-width: 1021px) {*/
    /*.home__menu-drop-wrap .home__menu-product:last-child .home__menu-product-title {*/
        /*width: 160px;*/
    /*}*/
/*}*/

.cookie-notice {
    text-align: center;
    padding: 18px 0;
    min-height: 85px;
    background-color: #ffffff;
    position: fixed;
    bottom: 75px;
    left: 0;
    right: 0;
    z-index: 1032;
}
.cookie-notice .container {
    width: auto;
    display: table;
    vertical-align: middle;
}
.cookie-notice__text {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
    text-align: left;
}
.cookie-notice__text a {
    text-decoration: underline;
    color: #000000;
    border-bottom: none;
}
.cookie-notice__btn_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.cookie-notice__btn {
    background-color: #0082c7;
    color: #ffffff;
    font: 14px/18px "ProximaNovaBold";
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 36px;
    width: auto;
    margin: 0;
}
.cookie-notice__btn:hover {
    color: #ffffff;
    background-color: #f4c31a;
}
@media (max-width: 1300px) {
    .cookie-notice {
        bottom: 65px;
    }
}
@media (max-width: 1024px) {
    .cookie-notice {
        bottom: 45px;
    }
}
@media (max-width: 658px) {
    .cookie-notice {
        bottom: 60px;
    }
}
@media (max-width: 640px) {
    .cookie-notice .container,
    .cookie-notice__text,
    .cookie-notice__btn_block { display: block; }
}


.home__carousel-item {
    width: 25%;
    float: left;
    border-right: none;
    margin-bottom: 0;
    position: relative;
}
.home__menu-drop-wrap {
    border-top: none;
}
.home__menu-drop {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.tabls {
    display: inline-block;

    font-size: 12px;
    color: #5a5a5a;
}
.home__menu-product {
    text-align: left;
    padding: 242px 30px 35px 30px;
}

.home__menu-product img {
    height: 136px;
    margin-bottom: 0;
}
.home__menu-product .img-big {
    height: 168px;
}

.home__menu-product-title {
    color: #016cb1;
    font-size: 18px;
    line-height: 1;
}
.mob-block .home__menu-product-title {
    font-weight: bold;
}
.mob-block .tabls {
    font-weight: bold;
}
.home__menu-product:hover, .home__menu-product:focus {
    /*background: #fff6ab;*/
}
.mob-block:hover, .mob-block:focus {
    /*background: #fff6ab;*/
    /*height: 370px;*/
}
.img-anim {
    z-index: 2;
    transition: 0.5s;
    position: absolute;
    top: 65px;
    left: 30px;
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.3);
}
.img-anim-big {
    z-index: 2;
    transition: 0.5s;
    position: absolute;
    top: 22px;
    left: 30px;
    width: 85%;
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.3);
}
.big-img .img-anim {
    z-index: 2;
    transition: 0.5s;
    position: absolute;
    top: 20px;
    left: 30px;
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.3);
}
.img-anim-under {
    z-index: 1;
    position: absolute;
    top: 75px;
    left: 34px;
    transition: 0.5s;
}
.img-anim-under-big {
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 44px;
    transition: 0.5s;
}
.big-img .img-anim-under {
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 34px;
    transition: 0.5s;
}
.mob-block
{
    /*height: 370px;*/
}
@media (min-width: 1000px)
{
    .home__carousel-item:hover .img-anim-big {
        transform: translate(7%, 0%);
    }
    .home__carousel-item:hover .img-anim {
        transform: translate(5%, 0%);
    }
    .home__carousel-item:hover .img-anim + .img-anim-under {
        transform: translate(-10%, 0%);
    }
    .home__carousel-item:hover .img-anim-big + .img-anim-under-big {
        transform: translate(-25%, 0%);
    }

    .home__carousel-item:hover .btn-new {
        display: block;
    }

    /*.img-anim-big:hover {
        transform: translate(15%, 0%);
    }
    .img-anim:hover {
        transform: translate(5%, 0%);
    }
    .img-anim:hover + .img-anim-under {
        transform: translate(-10%, 0%);
    }
    .img-anim-big:hover + .img-anim-under-big {
        transform: translate(-25%, 0%);
    }*/
}

.menu-img {
    display: none;
}
@media (max-width: 1000px) {
    .home__carousel-item {
        display: none;
    }
    .menu-img {
        display: block;
        padding: 35px 0;
    }
    .menu-img a {
        padding-bottom: 25px;
        display: block;
        color: #262f35;
        font-weight: 200 !important;
        border-bottom: none;
        font-size: 28px;
        text-transform: none;
    }
    .menu-img a:last-of-type {
        padding-bottom: 0;
    }
    .home__menu-drop {
        box-shadow: none;
    }
    .img-anim-big {
        width: auto;
        top: 38px;
    }
    .img-anim-under-big {
        display: none;
    }
}
@media (max-width: 767px) {
    .menu-img {
        padding: 25px 0;
    }
    .menu-img a {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .home__menu-product {
        text-align: left;
        padding: 210px 15px 0px 15px;
    }
    .tabls {
        font-size: 10px;
    }
    .big-img .tabls{
        margin-top: 20px;
    }
}

@media (max-width: 321px) {
    .home__menu-product {
        padding: 200px 40px 0px 40px;
    }
    .block-info {
        padding: 12px 30px 30px 0;
    }
}

.home__drugs-slider {
    overflow: hidden;
}
.block-info {
    padding-top: 10px;
    color: #666666;
    font-size: 14px;

}
.m-t-b {
    margin: 30px 0;
}

.btn-new
{
    background: #49b7e1;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 30px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 5px 15px 2px rgba(0, 0, 0, 0.3);
    width: 120px;
    position: absolute !important;
    top: -18px !important;
    left: calc(50% - 50px) !important;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    border-bottom: none;
}

.btn-new:hover {
    color: #fff;
}


@media (max-width: 1000px) {
    .mob-block {
        display: block;
        width: 43%;
    }
    .m-t-b
    {
        margin: 30px 0 0 0;
    }
    .t-left {
        text-align: left;
    }
    .home__carousel-item:first-of-type .btn-new {
        z-index: 11;
        display: block;
        position: absolute;
        border-bottom: none;
        color: #fff;
        padding: 5px 10px;
        background: #48b7e2;
        top: 77px;
        left: calc(50% - 60px) !important;
    }
    .mob-block:first-of-type {
        /*background: #fff6ab;*/
    }
    .btn-new
    {
        display: block;
    }

    .home__menu-product {
        padding-top: 222px;
    }

}
@media (max-width: 767px) {
    .btn-new {
        font-size: 14px;
    }
    .home__menu-product-title {
        font-size: 15px;
    }
    .mob-block img {
        display: block;
    }
    .home__carousel-item:first-of-type .btn-new {
        top: 100px;
        left: 147px;
    }
    .m-t-b {
        /*margin: 0;*/
    }
    .home__menu-product {
        border-top: none;
    }
    .block-info {
        padding: 15px 10px 30px 0;
    }
    .img-anim-under,
    .img-anim-big,
    .img-anim
    {
        left: 50%;
        width: 262px;
        transform: translate(-50%);
    }
    .img-anim-under-big {
        left: 75px;
    }
    .home__menu-product .img-big
    {
        height: 184px;
    }

    .breadcrumb-toggle
    {
        bottom: -15px;
    }
    .btn-new
    {
        display: block;
    }
}
@media (max-width: 700px) {
    .home__carousel-item:first-of-type .btn-new {
        left: 140px;
    }
    .btn-new
    {
        display: block;
    }
}
@media (max-width: 639px) {
    .home__carousel-item:first-of-type .btn-new {
        top: 75px;
        left: 0;
        /* margin-left:-10px; */
    }
    .mob-block:first-of-type {
        margin: 30px 0 0 0;
    }
    .mob-block
    {
        margin:0;
    }
    .mob-block {
        width: 100%;
    }

    .breadcrumb-toggle
    {
        bottom: -15px;
    }
    .btn-new
    {
        display: block;
    }
}

@media (max-width: 767px) {
    .not_show
    {
        display: none;
    }
}


/* Возвращаем часть для меню статьи*/
.js-medicine-slider .home__carousel-item
{
    border-right: 1px solid #e7e7e8;
}
.js-medicine-slider .home__menu-product-title
{
    color: black;
}

.js-medicine-slider .home__menu-product
{
    padding: 35px;
    text-align: center;
}
.js-medicine-slider .home__menu-product:hover
{
    background-color: white;
}

/*.js-medicine-slider .home__menu-product-title:hover,*/
.js-medicine-slider .home__menu-product-holder:hover > .home__menu-product-title
{
    color: rgb(84, 189, 232);
}
.selected_block
{
    background-color: #fff6ab;
}


.show_blister .main_img
{
    position: relative;
    z-index: 2;

    width: 100%;
    padding-left: 0;

    transform-origin: 0 0 0;
    transition: 0.5s;
}
.show_blister .under_img
{
    transform-origin: 0 0 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    height: 230px;
}

@media(min-width: 1366px) {
    .show_blister .main_img {
        width: auto;
        height: 250px;
    }
}

@media(min-width: 320px) and (max-width: 767px) {
    .show_blister .main_img {
        left: 50%;
        top: 5px;

        display: none;

        max-width: none;
        width: 290px;

        transform: translate(-155px);
        transition: 0.5s;
    }

    .show_blister .main_img_mobile {
        display: block;
    }

    .show_blister .under_img {
        display: none;
    }

    .show_blister_rastvor .main_img {
        width: 257px;
        transform: translate(-147px, -4px);
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .show_blister .main_img {
        position: absolute;
        left: 50%;
        top: 4px;

        display: none;

        width: 646px;

        transform: translate(-45%);

    }

    .show_blister .main_img_mobile {
        display: block;
    }

    .show_blister .under_img {
        display: none;
    }

    .show_blister_rastvor .main_img {
        width: 540px;
    }
}

@media(min-width: 1025px) {
    .show_blister {
        margin-top: 80px;
    }

    .show_blister .main_img_mobile {
        display: none;
    }

    .show_blister:hover .main_img
    {
        /* transform-origin: 0 0 0; */
        /* transform: scale(1.3); */
        /* margin-left: 95px; */
        /* transform: translateX(15px); */
        transition-property: all;

    }
    .show_blister:hover .under_img
    {
        /* transform-origin: 0 0 0;
        transform: scale(1.4);
        margin-left: -60px;
        padding-left: 33px; */
        transform: translateX(-140px);
    }
}

@media(max-width: 1200px) {
    .show_blister .under_img {
        height: 190px;
    }
}

@media(min-width: 1201px) {
    .show_blister {
        margin-top: 0;
    }
}


@media(min-width: 1395px) {

    .show_blister:hover .main_img
    {
        /* transform: translateX(55px); */
    }

}

.product-features h3.info-title,
.product-answers h2
{
    text-transform: none;
}
.home__menu-product
{
    border: none;
}
.home__menu-product::before
{
    display:none;
}
.product-hightlight .product-title .selected-title
{
    background-color: transparent;
    color: unset;
}

@media(min-width: 1920px) {
    .product-dozes .home__container {
        padding-bottom: 40px;
    }
    .product-dozes .home__container .instruction-step p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
    .product-advantages .home__container .instruction-step h4 {
        color: #0f4d64;
    }
    .product-advantages .home__container h2 {
        margin-bottom: 60px;
    }
    .product-instruction .home__container .download-link span,
    .product-instruction .home__container .print-link span {
        max-width: 150px;
        line-height: 18px;
    }
}


.kids-preview .video-block__play h1,
.stress-preview .video-block__play h1,
.pregnancy-preview .video-block__play h1{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}

@media(min-width: 1600px) {
    .img-anim-under img {
        height: 130px !important;
    }
}
@media(max-width: 1599px) {
    .img-anim-under img {
        height: 120px !important;
    }
}

@media(max-width: 767px) {
    .stress-preview .video-block__play h1{
        padding-top: 8px;
        font-size: 14px;
        letter-spacing: -0.05px;
        margin-top: 0;
    }
    .pregnancy-preview .video-block__play h1{
        font-size: 14px;
        margin: 0;
    }
    .kids-preview .video-block__play h1{
        font-size: 14px;
        margin-top: 5px;
    }
}
.product-instruction h1,
.product-instruction .h1_100
{
    font-family: 'GothamPro', sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 27px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

@media(min-width: 1600px) {
    .img-anim-under img {
        height: 130px !important;
        width: 100% !important;
    }
}
@media(max-width: 1599px) {
    .img-anim-under img {
        height: auto !important;
        margin-top: -5px;
    }
}

@media(max-width: 1000px) {
    .img-anim-under img {
        height: 125px !important;
        margin-top: -5px;
    }
    .home__drugs-slider{
        display: grid;
        grid-template-columns: auto auto;
    }
    .home__drugs-slider .home__carousel-item{
        width: 100%;
    }
}
@media(max-width: 639px) {
    .home__drugs-slider{
        display: grid;
        grid-template-columns: auto;
    }
    .home__drugs-slider .home__carousel-item{
        width: 100%;
    }
}

.stress__block14 .blocks-item:nth-child(2){
    background: url("/local/html/images/stress/banner_proverennyj-magnij_1920.jpg") no-repeat 0;
}

.prodbuy-button--float {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 44px; height: 44px;
    background-image: url('/local/html/images/rastvor/buy.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    background-color: #f3bc00;

    font-family: 'GothamPro', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: transparent;

    top: 60px; right: 0;
    z-index: 10;
    transition: .2s ease-in;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.prodbuy-popup--float {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 22;
    display: none;
    min-width: 300px;
    padding: 25px 25px 20px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 54px 0 rgba(10,11,14,.33);
}

.prodbuy-button--expend {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 182px; height: 36px;
    background-image: url('/local/html/images/rastvor/buy.png');
    background-repeat: no-repeat;
    background-position: 10% 45%;
    background-color: #f3bc00;
    background-size: 20px 20px;
    font-size: 12px;
    background-position: 15% 45%;

    font-family: 'GothamPro', sans-serif;
    font-weight: 500;
    color: #fff;

    top: 60px; right: 0;
    z-index: 10;
    transition: .2s ease-in;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.inactive__area {
    display: none;
    position: fixed;
    width: 100%; height: 100%;
    z-index: 2;
    opacity: 0;
}

@media screen and (max-width: 1920px){
    .prodbuy-button--float {
        width: 78px; height: 78px;
        background-size: 34px 34px;
        font-size: 19px;
    }
    .prodbuy-button--float:hover { width: 340px; color: #fff; background-position: 15% 45%; }
}

@media screen and (max-width: 1366px){
    .prodbuy-button--float {
        width: 58px; height: 58px;
        background-size: 32px 32px;
        font-size: 14px;
    }
    .prodbuy-button--float:hover { width: 258px; color: #fff; background-position: 15% 45%; }
}

@media screen and (max-width: 1024px) and (min-width: 768px){
    .prodbuy-button--float {
        width: 65px; height: 65px;
        background-size: 34px 34px;
        font-size: 16px;
    }
    .inactive__area { cursor: pointer; }
    .prodbuy-button--float:hover { width: 284px; color: #fff; background-position: 15% 45%; }
}

@media screen and (max-width: 767px) {
    .prodbuy-button--float {
        width: 36px; height: 36px;
        background-size: 20px 20px;
        font-size: 12px;
    }
    .inactive__area { cursor: pointer; }
    .prodbuy-button--expend { height: 36px; }
}
.product-hightlight .follow-popup{
    height: auto;
}
