html {
    scroll-behavior: smooth;
}

/*-----header start-----*/

.pharmasy_item_window h3 {
    font-size: 20px;
}

.pharmasy_item_window {
    border: none;
    cursor: pointer;
    background-color: inherit;
    outline: none !important;
}

.button_info {
    border-radius: 15px;
    cursor: pointer;
    width: 135px;
    height: 30px;
    background-color: #00a8ec;
    border: none;
    line-height: 30px;
    color: #fdfdfe;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
    margin: 0 auto;
}

header {
	padding: 20px 0px;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: sticky;
    top: 0;
}
.header--logo--block {
	width: 105px;
}
.header--logo--block a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 55px;
    text-decoration: none !important;
}
.header--logo--block span {
    color: #343f93;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
}
.header--menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}
.header--menu .menu--item a {
    color: #56585a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none !important;
    padding: 7px 5px;
    display: block;
    line-height: 1em;
}
.product--image img {
    width: 220px;
    height: 220px;
    object-fit: contain;
}
.banner--box {
    margin-bottom: 40px;
}
.header--menu .menu--item.current--menu--item a {
	font-weight: 700;
}
.header--menu .menu--item a span {
    position: relative;
    display: block;
}
.header--menu .menu--item a span:before {
    content: '';
    height: 3px;
    background-color: #75baf3;
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.header--menu .menu--item a span:after {
    content: '';
    height: 3px;
    background-color: #75baf3;
    display: block;
    position: absolute;
    bottom: -13px;
    right: 50%;
    width: 0px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.header--menu .menu--item a:hover span:before {
	width: 40%;
}
.header--menu .menu--item a:hover span:after {
	width: 40%;
}
.header--contact--block {
    width: 300px;
    display: flex;
    float: right;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.cart--box {
	margin-right: 40px;
}
.cart--icon {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: center;
}
.cart--icon .cart--items {
    position: absolute;
    color: #ffffff;
    font-family: "roboto";
    font-size: 10px;
    font-weight: 400;
    width: 15px;
    height: 15px;
    background-color: #00a8ec;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    top: -5px;
    right: -8px;
}
.contact--box--phone {
    color: #3686c6;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    display: block;
    margin-bottom: 0px;
    text-decoration: none !important;
}
.view--contact {
    color: #574c4c;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 6px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px dashed #3686c6;
    cursor: pointer;
    padding-top: 7px;
}
.hide--contact {
    overflow: hidden;
    height: 0px;
    position: absolute;
    background: #ffffff;
    z-index: 111;
    width: 250px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.hide--contact--box {
    padding: 20px;
}
.hide--contact.active {
    height: 200px;
}
.lang--box {
    display: flex;
    width: 77px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.phone--box {
	display: flex;
	flex-wrap: wrap;
}
.phone--box a {
    color: #47434c;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 1em;
    text-decoration: none !important;
    margin-bottom: 7px;
}
.social--list {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px;
}
.social--list--item {
	margin-right: 10px;
}
.social--list--item a {
    width: 16px;
    height: 16px;
    font-size: 10px;
    background-color: #4a4b50;
    display: block;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
    border-radius: 50%;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.social--list--item a:hover {
    background-color: #ffffff;
    color: #4a4b50;
}
.form--box {
	margin-top: 10px;
}
.form--box form {
	text-align: center;
}
.form--box input[type="tel"] {
    width: 165px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #060965;
    padding: 5px;
}
.form--box input[type="submit"] {
    width: 165px;
    height: 30px;
    background-color: #00a8ec;
    border: 0px;
    margin-top: 20px;
    border-radius: 15px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.hide--btn {
    margin-top: 10px;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    color: #47434c;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 300;
	cursor: pointer;
}
.hide--btn:before {
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    background: #00a8ec;
}
.lang--box img {

}
.lang--name {
    margin: 0px;
    color: #57595b;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
}
.lang--arrow {
	width: 15px;
	height: 8px;
	position: relative;
}
.lang--arrow:before {
    content: '';
    background-color: #4a4b50;
    height: 1px;
    width: 9px;
    position: absolute;
    top: 50%;
    display: block;
    left: 0px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.lang--arrow:after {
    content: '';
    background-color: #4a4b50;
    height: 1px;
    width: 9px;
    position: absolute;
    top: 50%;
    display: block;
    right: 0px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.langs--block {
    position: absolute;
    top: 16px;
    background: #ffffff;
    width: 63px;
    left: -5px;
    padding: 0px 5px 5px;
    height: 0px;
    overflow: hidden;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    z-index: 1;
}
.langs--block.active {
    height: fit-content;
}
.langs--block ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.langs--block ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px 0px;
    text-decoration: none !important;
}
.langs--block ul li a p {
    width: 27px;
}


/*-----header end-----*/

/*-----доработки-----*/

.wrap_btn--filter_all {
    text-align: center;
}

.btn--filter_all {
    width: 170px;
    height: 30px;
    background-color: #00a8ec;
    color: #fdfdfe;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    border: 0px;
    border-radius: 15px;
    margin: 0 auto 40px;
    outline: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn--filter_all:hover {
    background-color: #5a9ed6;
}

.fb_footer {
    margin-right: 10px;
}

.fb_footer a {
    color: #3686c6;
}

.slider-nav .slick-prev {
    left: auto !important;
    right: calc( 50% - 17px );
    width: 35px !important;
    height: 35px !important;
    background-image: url(../img/arrowRight.png) !important;
    z-index: 9;
    transform: rotate(-90deg);
    top: 10px;
}

.slider-nav .slick-next {
    right: auto !important;
    left: calc( 50% - 17px );
    width: 35px !important;
    height: 35px !important;
    background-image: url(../img/arrowRight.png) !important;
    z-index: 9;
    transform: rotate(90deg);
    bottom: 10px!important;
    top: 92%;
}

.gallery .slick-prev {
    left: auto !important;
    right: 25px;
    width: 35px !important;
    height: 35px !important;
    background-image: url(../img/arrowRight.png) !important;
    z-index: 9;
}

.gallery .slick-next {
    right: auto !important;
    left: 25px;
    width: 35px !important;
    height: 35px !important;
    background-image: url(../img/arrowLeft.png) !important;
    z-index: 9;
}

/*-----home start-----*/

.slide--home {
	position: relative;
	height: 610px !important;
}
.slide--home img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide--content {
    position: relative;
    display: flex;
    height: 610px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(../img/gunaMask.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slide--content h3 {
    width: 100%;
    max-width: 950px;
    line-height: 1.4em;
    color: #fcfcfc;
    font-family: "Sitka Text";
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 50px;
}
.slide--content p {
    width: 100%;
    max-width: 785px;
    color: #fcfcfc;
    font-family: "Sitka Subheading";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
}
.slick-next {
    right: auto !important;
    left: calc(50vw + 525px);
    width: 35px !important;
    height: 35px !important;
    background-image: url(../img/arrowRight.png) !important;
    z-index: 1;
}
.slick-prev {
    left: auto !important;
    right: calc(50vw + 525px);
    width: 35px !important;
    height: 35px !important;
    background-image: url('../img/arrowLeft.png') !important;
    z-index: 1;
}
.slick-next:before,.slick-prev:before {
    display: none !important;
}
.slick-dots {
	bottom: 40px !important;
}
.slick-dots li button {
    width: 5px !important;
    height: 5px !important;
    margin: 0 auto;
    padding: 0px !important;
    background: #ffffff !important;
    border-radius: 50%;
    border: 1px solid #01478d !important;
}
.slick-dots li.slick-active button {
    background: #00a8ec !important;
    border: 1px solid #00a8ec !important;
}
.slick-dots li button:before {
	display: none;
}
.product--section {
    margin-top: 40px;
}
.section--title {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    position: relative;
}
.section--title:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #060965;
    display: block;
    bottom: -6px;
}
.product--filter {
    margin-top: -26px;
    margin-bottom: 57px;
    position: relative;
    z-index: 2;
    margin-left: 150px;
}
ul.tab--nav {
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: space-between;
    margin: 0px;
    flex-wrap: wrap;
}
ul.tab--nav li {
    margin: 0px 15px 20px;
    padding: 0px 15px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 13px;
    border: 1px solid #060965;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
ul.tab--nav li:hover {
    background-color: #8dcff4;
    border-color: #8dcff4;
}
ul.tab--nav li a {
    color: #3d4044;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    display: block;
    text-decoration: none !important;
}
.product--slider.slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
    outline: none !important;
    padding: 0px 85px;
}
.single--product {
    flex: 0 0 50%;
    margin-bottom: 50px;
}
.single--product--box {
    display: flex;
    width: 435px;
    justify-content: space-between;
}
.product--description--block {
    width: 165px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.product--title {
    color: #01428a;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.product--description {
    color: #3d4044;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.product_description_block_a {
    color: #fbfbfe;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    width: 165px;
    height: 30px;
    border: 1px solid #00a8ec;
    background: #00a8ec;
    display: block;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.product_description_block_a:hover {
    color: #060965;
    border: 1px solid #060965;
    background: transparent;
}
/*.product--description--block a {
    color: #fbfbfe;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    width: 165px;
    height: 30px;
    border: 1px solid #00a8ec;
    background: #00a8ec;
    display: block;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.product--description--block a:hover {
    color: #060965;
    border: 1px solid #060965;
    background: transparent;
}*/
.product--slider .slick-prev {
    left: 0px !important;
    right: auto;
    background-image: url(../img/arrowLeftBlue.png) !important;
}
.product--slider .slick-next {
    right: 0px !important;
    left: auto;
    background-image: url(../img/arrowRightBlue.png) !important;
}
.allProduct--box {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.button--allProduct {
    color: #423939 !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    position: relative;
    padding-right: 55px;
    text-decoration: none !important;
}
.button--allProduct:before {
    content: '';
    width: 45px;
    height: 5px;
    background-image: url(../img/arrowMore.png);
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.button--allProduct:hover:before {
    right: -10px;
}

.section--about {
    background-color: #5a9ed6;
    padding: 40px 0px;
}
.about--image {
    margin-top: 50px;
}
.about--description {
    margin-top: 50px;
}
.about--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about--description p {
    color: #fefefe;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.about--more {
    display: flex;
}
.about--more a {
    color: #3d4044 !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    position: relative;
    padding-right: 55px;
    text-decoration: none !important;
}
.about--more a:before {
    content: '';
    width: 45px;
    height: 5px;
    background-image: url(../img/arrowMore.png);
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.about--more a:hover:before {
    right: -10px;
}
.section--news {
    margin: 40px 0px;
}
.slider--news {
    max-width: 975px;
    margin: 0 auto;
}
.news--slide {
    padding: 0px 15px;
    outline: none !important;
}
.news--slide--box {
    padding: 70px 0px 0px;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.news--slide--box img {
    position: absolute;
    bottom: 0px;
    height: 430px;
    object-fit: cover;
    width: 100%;
    z-index: -1;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news--description--box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
}
.description--bg {
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 175px;
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news--slide--box:hover img {
    height: 500px;
}
.news--slide--box:hover .description--bg {
    background: rgba(141, 207, 244, .85);
}
.news--title {
    color: #3b3e42;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
.news--description {
    color: #3b3e42;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
}
.news--more a {
    color: #3b3e42 !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none !important;
    position: relative;
    padding-right: 50px;
}
.news--more a:before {
    content: '';
    width: 45px;
    height: 5px;
    background-image: url(../img/arrowMore.png);
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news--more a:hover:before {
    right: -10px;
}
.slider--news .slick-prev {
    left: -67px !important;
    right: auto;
    background-image: url(../img/arrowLeftBlue.png) !important;
}
.slider--news .slick-next {
    right: -67px !important;
    left: auto;
    background-image: url(../img/arrowRightBlue.png) !important;
}

/*-----home end-----*/

/*-----footer start-----*/

footer {
    background-color: #5a9ed6;
    padding-top: 40px;
}
.footer--logo--block {
    width: 105px;
}
.footer--logo--block a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 55px;
    text-decoration: none !important;
}
.footer--logo--block span {
    color: #343f93;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
}
.footer--menu--block {
    display: flex;
    justify-content: space-between;
}
.footer--box--title {
    color: #fbfcfd;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}
.footer--menu--list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer--menu-item a {
    color: #fbfcfd;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: inline-block;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.footer--menu-item a:hover {
    color: #4a4b50;
    text-decoration: none !important;
}
.footer--contact--block {
    width: 120px;
    float: right;
}
.footer--contact--box a {
    color: #fdfeff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.footer--contact--box a:hover {
    color: #4a4b50;
}
.footer--social--box .social--list {
    margin-top: 10px;
}
.footer--contact--box .footer--social--box a {
    font-size: 10px;
    line-height: 17px;
    color: #5a9ed6;
}
.footer--contact--box .footer--social--box a:hover {
    color: #4a4b50;
}
.copiright--block {
    margin-top: 40px;
    background: #fff;
}
.copiright--block p {
    margin: 0px;
    line-height: 40px;
    text-align: center;
    color: #434141;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}
.copiright--block p a {
    margin: 0px;
    line-height: 40px;
    text-align: center;
    color: #434141;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.copiright--block p a:hover {
    color: #5a9ed6;
    text-decoration: none;
}
.goToTop {
    width: 60px;
    height: 60px;
    border: 1px solid #8dcff4;
    background-color: #ffffff;
    display: block;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: calc(50% - 555px);
    z-index: 3;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.goToTop_html {
    width: 60px;
    height: 60px;
    border: 1px solid #8dcff4;
    background-color: #ffffff;
    /*display: block;*/
    border-radius: 50%;
    bottom: 25px;
    right: calc(50% - 555px);
    z-index: 3;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.goToTop:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #8dcff4;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% + 5px);
    transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.goToTop:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #8dcff4;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.goToTop.top:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.goToTop.top:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.goToTop.top {
    bottom: 240px;
}

/*-----footer end-----*/

/*-----video start-----*/

.breadcrumbs--section {
    background-color: #8dcff4;
    line-height: 28px;
}
.breadcrumbs--section a {
    color: #292c30;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none !important;
}
.breadcrumbs--section a:hover span {
    color: #ffffff;
}
.breadcrumbs--section span {
    color: #292c30;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.video--section video {
    width: 100%;
    object-fit: cover;
    height: auto;
    /*height: 350px;*/
}
.video--box {
    /*height: 350px;*/
    width: 100%;
    overflow: hidden;
    height: auto;
}
h1.section--title {
    margin: 35px 0px 45px;
}
.media--description--section {
    margin-top: 35px;
}
.media--description p {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.media--info p {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
}
.media--info p a {
    color: #0a0a0a;
    font-weight: 300;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none !important;
}
.media--info p a:hover {
    color: #5a9ed6;
}
.double--column {
    display: flex;
    justify-content: space-between;
}
.like_share {
    display: flex;
    margin-bottom: 40px;
}
.like_share a {
    width: 100px;
    height: 30px;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    background-color: #8dcff4;
    color: #252729;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    margin-right: 20px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.like_share a:hover {
    color: #ffffff;
}
.banner--box img {
    width: 100%;
    object-fit: cover;
}
.nav--media {
    margin-bottom: 40px;
}
.nav--media a {
    height: 143px;
    background-color: #5a9ed6;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.nav--media a:hover {
    color: #4a4b50;
    background-color: #8dcff4;
}
.nav--media a span:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    top: 50%;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.nav--media a.media--prev--article {
    justify-content: flex-start;
    padding-right: 130px;
    padding-left: 60px;
}
.nav--media a.media--next--article {
    justify-content: flex-start;
    padding-left: 130px;
    padding-right: 60px;
}
.nav--media a.media--prev--article span:before {
    background-image: url(../img/mediaArrowLeft.png);
    right: 50px;
}
.nav--media a.media--next--article span:before {
    background-image: url(../img/mediaArrowRight.png);
    left: 50px;
}

/*-----video end-----*/

/*-----post start-----*/

.photo--box img {
    width: 100%;
    /*height: 350px;*/
    height: auto;
    object-fit: cover;
}

/*-----post end-----*/

/*-----galery start-----*/

.gallery--box .slider-nav {
    overflow: hidden;
    height: 555px;
}
.gallery--box .gallery img {
    width: 100%;
    height: 555px;
    object-fit: cover;
}
.gallery--box .slider-nav img {
    margin-bottom: 15px;
    width: 100%;
    height: 175px;
    object-fit: cover;
}

/*-----galery end-----*/

/*-----404 start-----*/

.page404 {
    height: 330px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.page404 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.page404 .content {
    height: 330px;
    background-image: url(../img/gunaMask.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 330px 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.page404 .content h3 {
    margin: 0px;
    color: #ffffff;
    font-family: "Sitka Text";
    font-size: 24px;
    font-weight: 700;
    max-width: 640px;
    text-align: center;
}

/*-----404 end-----*/

/*-----contacts start-----*/

.contacts--page {
    background-image: url(../img/contactBg.png);
    background-color: #5a9ed6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 85px 25px;
    margin-bottom: 40px;
}
.contact--box--title {
    color: #0b0b0b;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1em;
}
.contact--phone--box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.contact--phone--box a {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contact--phone--box a:hover {
    color: #ffffff;
    text-decoration: none;
}
.contact--phone--box span {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
}
.contact--page--box .subtitle {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}
.workTime--box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.workTime--box .dayWork {
    width: 70px;
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
}
.workTime--box .timeWork {
    width: calc(100% - 70px);
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.contact--page--box h3 a {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contact--page--box h3 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.contact--page--box h3.con {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact--page--box .social--list {
    flex-direction: column;
}
.contact--page--box .social--list--item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact--page--box .social--list--item span {
    margin-left: 10px;
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}

/*-----contact end-----*/

/*-----media start-----*/

.media--category {
    width: calc(100% - 150px);
    padding: 0px 15px;
    margin: -70px 105px 0px;
    z-index: 2;
}
.media--category ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: center;
}
.media--category .media--category--item {
    margin: 0px 15px;
}
.media--category .media--category--item a {
    width: 100px;
    height: 25px;
    border: 1px solid #060965;
    display: block;
    text-align: center;
    line-height: 23px;
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none !important;
    border-radius: 13px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.media--category .media--category--item a:hover {
    border: 1px solid #8dcff4;
    background-color: #8dcff4;
}
.media--page--single--box {
    margin-bottom: 30px;
}
.single--media--box {
    position: relative;
    height: 400px;
    z-index: 9;
}
.single--media--box img {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.media--post--url:hover .single--media--box img {
    height: calc(100% + 60px);
}
.media--content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.media--content .description--bg {
    top: 70px;
}
.media--post--url:hover .media--content .description--bg {
    background-color: rgba(141, 207, 244, .85);
}
.media--desc--box {
    position: absolute;
    bottom: 0px;
    padding: 10px;
}
.media--desc--box h2 {
    color: #3c3535;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.media--desc--box .news--description {
    color: #3b3e42;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.media--more {
    display: flex;
}
.media--more p {
    color: #3b3e42;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
    margin: 0px;
    position: relative;
    padding-right: 60px;
}
.media--more p:before {
    content: '';
    width: 45px;
    height: 5px;
    background-image: url(../img/arrowMore.png);
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.media--post--url:hover .media--more p:before {
    right: -10px;
}
.media--post--description {
    background-color: #5a9ed6;
    padding: 10px 7px;
    display: flex;
    flex-wrap: wrap;
}
.media--post--description .post--characteristic {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1em;
    margin-right: 10px;
}
.media--post--description .post--characteristic span {
    font-weight: 500;
}
.media--post--description .post--characteristic span a {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.media--post--description .post--characteristic span a:hover {
    color: #4a4b50;
}

.filter--select {
    position: relative;
    width: 195px;
    margin-bottom: 20px;
}
.filter--select select {
    width: 195px;
    height: 30px;
    border: 1px solid #00a8ec;
    position: relative;
    padding-right: 30px;
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
}
.filter--select:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/caretSelect.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    right: 5px;
    top: 10px;
}
.filter--checkbox--block {
    border-bottom: 1px solid #c6e6f8;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.filter--checkbox--block:last-child {
    border-bottom: 0px solid #c6e6f8;
}
.filter--title {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.filter--subtitle {
    color: #3c3535;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}
.checkbox {
    position: relative;
    padding-left: 25px;
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 10px;
}
input[type=checkbox] {
    display: none;
}
.checkbox label {
    position: relative;
    margin: 0px;
    color: #0a0a0a;
}
label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: -25px;
    top: -1px;
    width: 15px;
    height: 15px;
    border: 1px solid #1a97d4;
}
input[type=checkbox]:checked + a>label:before {
    content: "\2713";
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}

.pagination--block ul {
    list-style: none;
    padding: 0px;
    display: flex;
    margin-bottom: 40px;
}
.pagination--block ul li {
    
}
.pagination--block ul li i {
    font-size: 13px
}
.pagination--block ul li.firstPage a i:last-child, .pagination--block ul li.lastPage a i:last-child {
    margin-left: -1px;
}
.pagination--block ul li.firstPage a i:first-child, .pagination--block ul li.lastPage a i:first-child {
    margin-right: -1px;
}
.pagination--block ul li.firstPage a, .pagination--block ul li.lastPage a, .pagination--block ul li.prevPage a, .pagination--block ul li.nextPage a {
    width: 15px;
    height: 20px;
    display: block;
    line-height: 18px;
    text-align: center;
    color: #5a9ed6;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.pagination--block ul li.firstPage a:hover, 
.pagination--block ul li.lastPage a:hover, 
.pagination--block ul li.prevPage a:hover, 
.pagination--block ul li.nextPage a:hover {
    color: #373d42;
}
.pagination--block ul li.numberPage.currentPage { 
    
}
.pagination--block ul li.numberPage { 
    margin: 0px 5px;
}
.pagination--block ul li.numberPagePoints a {
    pointer-events: none;
    color: #373d42;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0px 5px;
}
.pagination--block ul li.numberPage a {
    color: #373d42;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1a97d4;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.pagination--block ul li.numberPage a:hover {
    background-color: #8dcff4;
    border: 1px solid #8dcff4;
}
.pagination--block ul li.numberPage.currentPage a {
    background-color: #8dcff4;
    border: 1px solid #8dcff4;
}

/*-----media end-----*/

/*-----about us start-----*/

.page--aboutus--section .image--left {
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}
.page--aboutus--section .image--right {
    margin-left: 30px;
    margin-bottom: 10px;
    float: right;
}
.page--aboutus--section p {
    color: #242428;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 25px;
}

/*-----about us end-----*/

/*-----products start-----*/

.products--archive--description {
    background-image: url(../img/prodArchiveBg.png);
    background-position: center;
    background-size: cover;
    background-color: #5a9ed6;
    padding-top: 20px;
    margin-bottom: 40px;
}
.products--archive--description p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.products--content--section .similarDrugs--block {
    width: 100%;
    padding-left: 35px;
    margin: 0px 0px 10px !important;
}
.products--content--section .similarDrugs--single {
    padding: 0px;
    margin-bottom: 40px;
    position: relative;
}
.products--content--section .similarDrugs--single img {
    width: 160px;
    height: 160px;
    flex: 0 0 160px;
}
.products--content--section .similarDrug--description {
    padding-left: 30px;
}

/*-----products end-----*/

/*-----product single start-----*/

.product--description--section {
    background-image: url(../img/productBg.png);
    background-color: #5a9ed6;
    background-size: cover;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.product--image {
    width: 100%;
    background: #fff;
    text-align: center;
}
.certificates--box {
    margin-bottom: 15px;
}
.characteristics--list {
    padding-top: 40px;
}
.characteristics--list ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.characteristics--list ul li, .characteristics--list ul p {
    color: #2d3032;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 15px;
}
.characteristics--list ul li a, .characteristics--list ul p a {
    color: #2d3032;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.characteristics--list ul li a:hover {
    color: #ffffff;
}
.characteristics--list ul li span {
    color: #2d3032;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
}
.certificates--list {
    padding: 0px;
    list-style: none;
    display: flex;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.certificates--list--item {
    max-width: 16.66%;
    max-height: 160px;
    min-width: 130px;
}
.certificates--list--item img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.product--single--image {
    height: 450px;
    border: 1px solid #b8e0f4;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    padding: 25px 0px;
}
.product--single--image img {
    max-height: 400px;
    object-fit: contain;
    width: 100%;
}
.zakazat--box {
    height: 115px;
    background-color: rgba(239, 215, 32, .95);
    position: absolute;
    width: calc(100% + 2px);
    bottom: -1px;
    left: -1px;
    padding: 16px 0px;
}
.zakazat--box p {
    color: #211e1e;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.zakazat--box a {
    width: 140px;
    height: 40px;
    background-color: #00a8ec;
    display: block;
    line-height: 42px;
    margin: 0 auto;
    border-radius: 20px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.zakazat--box a:hover {
    color: #211e1e;    
}
.product--advantages ol {
    list-style: none;
    counter-reset: li;
    margin: 0px;
    padding: 0px;
}
.product--advantages ol li {
    color: #373d42;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.product--advantages ol li:before {
    content: counter(li);
    display: inline-block;
    width: 1em;
    margin-right: 0em;
    counter-increment: li;
    color: #373d42;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    width: 20px;
    height: 20px;
    border: 1px solid #1a97d4;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0pt;
}
.section--about--product {
    background-color: #5a9ed6;
    margin-top: 40px;
    padding: 40px;
}
.section--about--product .about--image img {
    max-height: 460px;
}
.product--page--section {
    margin-top: 40px;
    position: relative;
}
.product--page_pop {
    position: absolute;
    top: 0;
    background-color: #5a9ed6;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    z-index: 1;
    padding: 20px;
    left: calc(50% - 150px);
    width: 300px;
    text-align: center;
    display: none;
}

.d_b {
    display: block!important;
}

.d_n {
    display: none!important;
}

.wrap_but {
    display: flex;
    justify-content: space-around;
}

.but{
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: 0px;
    margin-top: 20px;
    border-radius: 15px;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    line-height: 30px;
    transition: all 0.3s ease;
}

.but:hover {
    background-color: #00a8ec;
    color: #fff;
}

.but_doc {
    cursor: pointer;
    width: 270px;
    height: 25px;
    border: 1px solid #8dcff4;
    display: block;
    text-align: center;
    line-height: 23px;
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    text-decoration: none !important;
    border-radius: 13px;
    margin: 0px 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

#tab2, #tab3 {position: fixed; }

img.product--image__img {
    width: 100%;
    height: auto;
    min-height: 156px
}

.reviews--tab > a,
.reviews--tab #tab2:target ~ a:nth-of-type(1) {
    width: 270px;
    height: 25px;
    border: 1px solid #060965;
    display: block;
    text-align: center;
    line-height: 23px;
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    text-decoration: none !important;
    border-radius: 13px;
    margin: 0px 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.reviews--tab > a:hover {
    border: 1px solid #8dcff4;
    background-color: #8dcff4;
}
.reviews--tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
}
.reviews--tab div {
    width: 100%;
}
#tab2,
.reviews--tab > div,
.reviews--tab #tab2:target ~ div:nth-of-type(1) {
    display: none; 
}
.reviews--tab > div:nth-of-type(1),
.reviews--tab #tab2:target ~ div:nth-of-type(2) { 
    display: block; 
}
.reviews--tab > a:nth-of-type(1),
.reviews--tab #tab2:target ~ a:nth-of-type(2),
.reviews--tab #tab3:target ~ a:nth-of-type(3) { 
    border: 1px solid #8dcff4;
    background-color: #8dcff4; 
}
.review--single {
    padding: 45px 0px 25px;
    border-bottom: 1px solid #c6e6f8;
}
.review--title--box {
    display: flex;
    align-items: center;
}
.review--title--box img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.review--title--box h3 {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 5px;
}
.review--description--box {
    margin-top: 20px;
}
.review--description--box p {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}
.review--description--box a {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.review--description--box a:hover {
    color: #00a8ec;
}
.review--description--box a:before {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #00a8ec;
    bottom: -5px;
    position: absolute;
}
.allReviews {
    margin: 20px 0px 60px;
    text-align: center;
}
.allReviews a {
    color: #0a0a0a !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    padding-right: 55px;
    position: relative;
    text-decoration: none !important;
}
.allReviews a:before {
    content: '';
    width: 45px;
    height: 5px;
    background-image: url(../img/arrowMore.png);
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.allReviews a:hover:before {
    right: -10px;
}
.similarDrugs--block {
    width: 980px;
    margin: 25px auto 40px !important;
}
.similarDrugs--single {
    display: flex;
    align-items: center;
    padding: 10px;
}
.similarDrugs--single img{
    width: 220px;
    height: 220px;
    object-fit: contain;
    flex: 0 0 220px;
}
.similarDrugs--single .img_big {
    position: absolute;
    left: 160px;
    top: -25px;
    display: none;
    padding: 5px;
    background: #fff;
    border: 2px solid #5a9ed6;
}
.similarDrugs--single .img_big img {
    max-height: 300px;
    max-width: 300px;
}
.products--content--section .similarDrugs--single .wrap_img_sim:hover .img_big {
    display: block;
}
.similarDrug--description {
    padding-left: 35px;
}
.similarDrug--description h4 {
    color: #01428a;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1em;
}
.similarDrug--description p {
    color: #3d4044;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
    min-height: 72px;
    line-height: 1.3em;
}
.more--price {
    color: #01428a;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1em;
    margin-bottom: 15px;
}

.similarDrug_description_a {
    display: block;
    color: #060965;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    width: 100px;
    height: 30px;
    border: 1px solid #060965;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.similarDrug_description_a:hover {
    color: #060965;
    background-color: #00a8ec;
    border: 1px solid #00a8ec;
}

/*.similarDrug--description a {
    display: block;
    color: #060965;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    width: 100px;
    height: 30px;
    border: 1px solid #060965;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.similarDrug--description a:hover {
    color: #060965;
    background-color: #00a8ec;
    border: 1px solid #00a8ec;
}*/
.documents--box {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.documents--box > div {
    background-image: url(../img/download.png);
    background-color: #5a9ed6;
    background-position: 30px;
    height: 120px;
    background-repeat: no-repeat;
    padding: 0px 25px 0px 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.documents--box > div > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.documents--box div p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.documents--box div a {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 1em;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.documents--box div a:hover {
    color: #ffffff;
}
.documents--box div a:before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -5px;
    left: 0px;
}
.documents--box .small--block {
    width: 260px;
}
.documents--box .big--block {
    width: 410px;
}
.product--prefooter {
    height: 50px;
    background-color: #5a9ed6;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 1px;
}
.product--prefooter p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
#modal--question {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    background: rgba(61, 61, 61, 0.55);
}
.modal--box {
    width: 360px;
    height: 160px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 40px 0px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.modal--box p {
    color: #0a0a0a;
    font-size: 16px;
    font-family: roboto;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
}
.modal--box button {
    padding: 0px;
    color: #0a0a0a;
    font-size: 14px;
    font-family: roboto;
    font-weight: 300;
    background: transparent;
    border: 1px solid #060965;
    border-radius: 15px;
    width: 70px;
    height: 30px;
    outline: none !important;
    line-height: 30px;
    margin: 0px 10px;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.modal--box button:hover {
    background: #00a8ec;
    border: 1px solid #00a8ec;
}


/*-----product single end-----*/

/*-----review start------*/

.review--description--section .review--single {
    margin-bottom: 45px;
    padding: 0px 0px 25px;
}
.review--description--section .review--single:nth-last-of-type(1) {
    border: 0px;
}

/*-----review end-----*/

/*-----orders start-----*/

.choose-drag__select {
    width: 263px;
    height: 34px;
    border: 1px solid #00a8ec;
    margin-right: 30px;
    color: #252528;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
}

.choose-block__checkbox {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 35px;
}
.choose-block__checkbox .chekmark {
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #1a97d4;
}
.choose-block__checkbox .chekbox-lable {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 50%;
    position: relative;
    padding-left: 20px;
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 15px;
}

.choose-block__checkbox .chekbox-lable:last-child {
    width: 60%;
}
.choose-block__checkbox .chekmark:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    font-size: 13px;
    line-height: 12px;
}
.chekbox-lable input:checked ~ .chekmark:after {
    content: "\2713";
    z-index: 10;
    opacity: 1;
}

.choose-block__checkbox input {
    display: none;
}

.pharmasy-block-list {
    position: relative;
    max-height: 610px;
    overflow: auto;
}

.pharmasy-block-list::-webkit-scrollbar {
    background-color: #F5F5F5;
    border-radius: 10px;
    width: 8px;
}

.pharmasy-block-list::-webkit-scrollbar-thumb {
    width: 8px;
    background-image: -webkit-linear-gradient(#00a8ec, #00a8ec);
    height: 80px;
}

.pharmasy-list {
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

.pharmasy-item {
    padding: 20px 0px 5px 20px;
    display: flex !important;
    cursor: default !important;
    justify-content: space-between;
    border-bottom: 1px solid #c6e6f8;
}

.pharmasy-item__info p {
    margin: 0;
}
.pharmasy-item__name {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}
.pharmasy-item__text {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
}
.pharmasy-item__price-block {
    min-width: 150px;
}
.pharmasy-item__name {
    font-size: 16px;
    color: rgb(1,71,141);
    font-weight: bold;
}
.pharmasy-item__price {
    text-align: right;
    color: #3c3535;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.pharmasy-item__info {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    justify-content: space-between;
    height: auto;
}
.pharmasy-item__button {
    float: right;
    border-radius: 15px;
    cursor: pointer;
    width: 135px;
    height: 30px;
    background-color: #00a8ec;
    border: none;
    line-height: 30px;
    color: #fdfdfe;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
}

.citie-choose {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.map-block {
    padding: 15px 0;
}

.pharmacy-block .pharmacy-contacts:first-child {
    display: none;
}

.content-order {
    width: 192px;
    height: 48px;
    border-radius: 8px;
    box-shadow: 0px 6px 14px rgba(15,82,150,0.5);
    background-image: linear-gradient(0deg, #01478d 0%, #1778db 100%);
    border: 2px solid #ffffff;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgb(255,255,255) !important;
    font-weight: bold;
    text-decoration: none;
}
.region--filter--title {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 10px;
}
.choose-block__checkbox .chekbox-lable:before {
    display: none;
}
.pharmasy-block-list .ps__thumb-y {
    background-color: #060965;
    border-radius: 6px;
    width: 2px;
    right: 0px;
    position: absolute;
}
.pharmasy-block-list .ps__rail-y {
    left: 1px;
    width: 1px;
    background: rgba(0, 168, 236, 0.5) !important;
    opacity: 1;
}

/*-----orders end-----*/

/*-----cart start-----*/

#cart {
    padding: 20px 15px;
    width: 100%;
    max-width: 590px;
}
.cart-summary {
    position: relative;
    color: #252528;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.products__sum {
    position: relative;
    font-family: Roboto;
    font-weight: 700;
    color: #252528;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.products__sum:hover {
    color: #00a8ec;
}
.products__sum:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: #00a8ec;
    left: 5%;
    bottom: -4px;
}
a.clouse-cart {
    position: absolute;
    top: 0px;
    right: 5px;
}
a.clouse-cart span.close__cart {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}
a.clouse-cart span.close__cart:before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    top: 10px;
    left: 2px;
    position: absolute;
}
a.clouse-cart span.close__cart:after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    top: 10px;
    position: absolute;
    left: 2px;
}
.input_hidden {
    display: none;
}
.pharmacy-block {
    list-style: none;
    margin-bottom: 10px;
    box-shadow: inset 0px 0px 0px 1px #c6e6f8;
    padding: 0px;
}
.drug-block {
    border-bottom: 1px solid #c6e6f8;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0px 5px;
    margin: 0px 20px;
}
.drug-block__img-link {
    margin-right: 50px;
}
.drug-block__img-link img {
    width: 120px;
    height: 130px;
    object-fit: contain;
}
.cart__single__drug {
    width: calc(100% - 170px);
}
.del__item .clouse-cart {
    right: 0px;
    top: 10px;
}
.drug__name__block {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1em;
}
.drug__name__block a {
    color: #3c3535;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.drug__name__block a:hover {
    color: #00a8ec;
    text-decoration: none !important;
}
.drug-block__text {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1em;
}
.drug-block__text span {
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}
.quantity {
    display: flex;
    margin-bottom: 15px;
}
.quantity > p {
    margin: 0px;
    color: #3c3535;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
}
.quantity > div {
    display: flex;
    border: 1px solid #c6e6f8;
    height: 30px;
    margin-left: 10px;
}
.quantity-buttons {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    outline: none !important;
    color: #3c3535;
    font-family: Roboto;
    cursor: pointer;
}
.quantity-buttons.quantity-buttons__minus {
    line-height: 30px;
    font-size: 28px;
    font-weight: 500;
}
.quantity-buttons.quantity-buttons__plus {
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
}
.quantity__input {
    color: #3c3535;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    width: 30px;
    text-align: center;
    border: 0px;
    border-right: 1px solid #c6e6f8;
    border-left: 1px solid #c6e6f8;
    outline: none !important;
}
.price-block {
    display: flex;
}
.drug-block__price-text {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 20px;
}
.drug-block__price {
    color: #3c3535;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    line-height: 20px;
}
.drug-block__price span {
    line-height: 20px;
    display: inline-block;
}
.pharmacy-contacts {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 5px;
}
.pharmacy-contacts__name {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none !important;
}
.pharmacy-contacts__name:hover {
    color: #00a8ec;
}
.pharmacy-contact-block__name {
    width: 200px;
}
.pharmacy-contact-block__name p {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}
.pharmacy-contacts__block {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 200px);
    align-items: center;
}
.classpharmacy-contact__phone {
    width: 100%;
    margin: 0px;
    padding-left: 25px;
    position: relative;
}
.classpharmacy-contact__phone:before {
    content: '';
    background-image: url(/templates/img/phone.png);
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
}
.pharmacy-contacts__time {
    position: relative;
    padding-left: 25px;
}
.lang--box img {
    width: 18px;
    height: 11px;
}
.pharmacy-contacts__time:before {
    content: '';
    background-image: url(/templates/img/date.png);
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
}
.classpharmacy-contact__phone p {
    margin-bottom: 0px;
}
.classpharmacy-contact__phone a {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-block;
    line-height: 20px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.classpharmacy-contact__phone a:hover {
    color: #00a8ec;
}
.pharmacy-contacts__time, .pharmacy-contacts__dayoff {
    color: #3c3535;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}
.form-block {
    display: flex;
    justify-content: space-between;
}
.continue-block {
    width: 50%;
}
.correct-price {
    color: #00a8ec;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.continue-block__button {
    width: 165px;
    height: 30px;
    border: 1px solid #060965;
    display: block;
    color: #3c3535;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 10px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.continue-block__button:hover {
    border: 1px solid #00a8ec;
    background-color: #00a8ec;
    color: #ffffff;
}
.description__cont {
    color: #0a0a0a;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    margin: 0px;
    width: 165px;
    text-align: center;
}
.cart-form {
    width: 50%;
}
.cart-form p {
    margin: 0px;
}
.cart-form label {
    color: #26262b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1em;
}
.cart-form p.errors {
    margin: 0px;
    color: #ff2424;
    font-size: 10px;
}
.cart-form input {
    height: 30px;
    border: 1px solid #5ea5df;
    width: 100%;
    border-radius: 15px;
    padding: 5px 10px;
    outline: none !important;
}
.checkbox-part .chekmark {
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #1a97d4;
    top: 0px;
}
.checkbox-part .chekmark:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    font-size: 13px;
    line-height: 12px;
}
.checkbox-part input:checked ~ .chekmark:after {
    content: "\2713";
    z-index: 10;
    opacity: 1;
}
.cart-form .checkbox-part {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1em;
}
.checkbox-part label {
    position: relative;
    padding-left: 20px;
    color: #26262b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}
.checkbox-part label:before {
    display: none;
}
.cart-form button {
    width: 165px;
    height: 30px;
    background-color: #00a8ec;
    border: 0px;
    border-radius: 15px;
    margin-left: calc(50% - 83px);
    color: #fefefe;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
    outline: none !important;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.cart-form button:hover {
    background-color: transparent;
    box-shadow: inset 0px 0px 0px 1px #00a8ec;
    color: #00a8ec;
}

/*-----cart end-----*/

.product--slider--mobile {
	display: none !important;
}
.mobile--show {
	display: none;
}
.mobile--menu {
    display: none;
}

/*-----responsive start-----*/


@media screen and (max-width: 1200px) {

    .product--slider.slick-initialized .slick-slide {
        padding: 0px 40px;
    }
    .single--product--box {
        width: 100%;
    }
    .goToTop {
        right: 55px;
    }
    .slider--news {
        padding: 0px 30px;
    }
    .slider--news .slick-next {
        right: -20px !important;
    }
    .slider--news .slick-prev {
        left: -20px !important;
    }
    .slick-next {
        left: calc(100vw - 40px);
    }
    .slick-prev {
        right: calc(100vw - 40px);
    }
    .header--menu .menu--item a span {
        text-align: center;
    }
    .zakazat--box p {
        font-size: 16px;
        padding: 0px 10px;
    }
    .products--content--section .similarDrugs--block {
        padding-left: 0px;
    }

}

@media screen and (max-width: 991px) {

    .slider-nav .slick-prev {
        display: none!important;
    }

    .slider-nav .slick-next {
        display: none!important;
    }

    /*---header---*/

    header {
        padding: 20px 0px 10px;
    }
    .mobile--menu {
        display: flex;
        justify-content: space-between;
    }

    .product--filter {
        margin-left: 0;
    }
    .mobile--hide {
        display: none !important;
    }
    .mobile--show {
        display: block !important;
    }
    .product--slider {
        display: none !important;
    }
    .product--slider--mobile {
        display: block !important;
    }
    .mobile--menu--btn .cart--items {
        color: #ffffff;
        font-family: "Sitka Display";
        font-size: 12px;
        font-weight: 500;
        width: 15px;
        height: 15px;
        background-color: #00a8ec;
        display: block;
        border-radius: 50%;
        line-height: 15px;
        text-align: center;
        position: absolute;
        top: -2px;
        right: -1px;
    }
    .mobile--menu--btn {
        flex: 0 0 25px;
        height: 25px;
        position: relative;
    }
    .mobile--menu--btn .menu--line {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #393c40;
        position: absolute;
        top: 50%;
    }
    .mobile--menu--btn .menu--line:before {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        background-color: #393c40;
        position: absolute;
        bottom: -7px;
    }
    .mobile--menu--btn .menu--line:after {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        background-color: #393c40;
        position: absolute;
        top: -7px;
    }
    .header--menu .menu--item a {
        padding: 10px 5px;
    }
    .header--menu--block {
        width: 100%;
    }
    .mobile--menu .header--logo--block {
        width: 85px;
    }
    .mobile--menu .header--logo--block img {
        width: 85px;
        height: 35px;
        object-fit: contain;
    }
    .mobile--menu .header--logo--block span {
        font-size: 10px;
    }
    .hide--contact {
        right: 0px;
    }
    .menu--box--mobile {
        height: 0px;
        overflow: hidden;
        position: absolute;
        background-color: #8dcff4;
        display: flex;
        flex-wrap: wrap;
        z-index: 9999;
        top: -20px;
        width: calc(100% - 30px);
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }
    .menu--box--mobile.active {
        height: 416px;
    }
    .menu--box--mobile--top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 20px 20px 0px;
        height: 75px;
    }
    .menu--box--mobile--top .cart--box {
        margin-right: 0px;
    }
    .mobile--menu--close {
        width: 25px;
        height: 25px;
        position: relative;
    }
    .mobile--menu--close .menu--line:before {
        content: '';
        width: 14px;
        height: 1px;
        display: block;
        position: absolute;
        background: #393c40;
        transform: rotate(45deg);
        top: 12px;
    }
    .mobile--menu--close .menu--line:after {
        content: '';
        transform: rotate(-45deg);
        width: 14px;
        height: 1px;
        display: block;
        position: absolute;
        background: #393c40;
        top: 12px;
    }
    .menu--box--mobile .header--menu {
        flex-wrap: wrap;
        padding: 0px 20px;
        height: 100%;
    }
    .menu--box--mobile .header--menu li {
        width: 100%;
        text-align: center;
        border-bottom: 1px dashed #3686c6;
    }
    .header--menu .menu--item a span:after, .header--menu .menu--item a span:before {
        display: none;
    }
    .mobile--menu--contact {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        align-items: center;
    }
    .mobile--menu--contact > p {
        color: #4a4b50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1em;
        margin-bottom: 10px;
    }
    .mobile--menu--contact > a {
        color: #4a4b50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        width: 150px;
        text-decoration: none !important;
        margin-bottom: 5px;
    }
    .mobile--menu--contact > a:hover {
        color: #ffffff;
    }
    .mobile--menu--contact .social--list--item {
        margin: 0px 5px;
    }
    .mobile--menu--contact .social--box {
        margin-bottom: 20px;
    }
    .mobile--menu--contact .lang--box {
        display: flex;
        width: 77px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    /*---header---*/

    /*---home---*/

    .slide--content h3 {
        text-align: center;
        margin: 0 auto 15px;
        font-size: 14px;
        font-weight: 700;
        padding: 0px 25px;
    }
    .slide--content p {
        font-size: 12px;
        font-weight: 400;
        padding: 0px 15px;
    }
    .slide--home {
        height: 225px !important;
    }
    .slide--content {
        height: 225px;
        background-size: 70%;
    }
    .slide--content--box {
        width: 100%;
    }
    .slider--home .slick-next {
        right: 15px !important;
        left: auto;
        width: 20px !important;
        height: 20px !important;
        z-index: 1;
        background-size: contain !important;
        top: 90px !important;
    }
    .slider--home .slick-prev {
        left: 15px !important;
        right: auto;
        width: 20px !important;
        height: 20px !important;
        z-index: 1;
        background-size: contain !important;
        top: 90px !important;
    }
    .product--filter {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .mobile--filter {
        width: 260px;
        height: 35px;
        border: 1px solid #00a8ec;
        margin: 0 auto;
        position: relative;
        outline: none !important;
    }
    .mobile--filter:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 10px;
        display: block;
        background-color: #ffffff;
        background-image: url(../img/caretSelect.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 9;
        right: 5px;
        top: 10px;
    }
    .single--product--box {
        width: 195px;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0px 15px;
    }
    .single--product--box .product--image img {
        width: 165px;
        margin: 0 auto;
    }
    .product--description--block {
        width: 190px;
    }
    .product--slider--mobile .slick-prev {
        background-image: url('../img/arrowLeftBlue.png') !important;
        left: 0px !important;
        right: auto;
        width: 30px !important;
        height: 30px !important;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .product--slider--mobile .slick-next {
        background-image: url(../img/arrowRightBlue.png) !important;
        right: 0px !important;
        left: auto;
        width: 30px !important;
        height: 30px !important;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
/*    .product--description--block a {
        color: #060965;
        border: 1px solid #060965;
        background: transparent;
    }
    .product--description--block a:hover {
        color: #ffffff;
        border: 1px solid #00a8ec;
        background: #00a8ec;
    }*/
    .single--product {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .about--image {
        margin-top: 30px;
    }
    .about--image img {
        height: 170px;
    }
    .about--description {
        margin-top: 20px;
    }
    .about--description p {
        margin-bottom: 10px;
    }
    .section--about {
        padding: 40px 0px 15px;
    }
    .slider--news .slick-next {
        right: 15px !important;
        left: auto;
        background-image: url(../img/arrowRightBlue.png) !important;
        background-size: 20px !important;
        background-position: right center !important;
        background-repeat: no-repeat !important;
    }
    .slider--news .slick-prev {
        left: 15px !important;
        right: auto;
        background-image: url(../img/arrowLeftBlue.png) !important;
        background-size: 20px !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
    }
    .news--slide--box:hover img {
        height: 430px;
    }
    .description--bg {
        background: rgba(255, 255, 255, 0.85) !important;
        top: 120px;
    }
    .news--slide--box {
        padding: 20px 0px 0px;
        height: 450px;
    }

    /*---home---*/

    /*---footer---*/

    .footer--mobile {
        width: 100%;
        display: flex !important;
    }
    .footer--contact--block {
        width: 120px;
        float: none;
        margin-top: 20px;
        margin: 20px auto 0;
        text-align: center;
    }
    .footer--menu--single--box {
        margin-top: 15px;
        text-align: center;
    }
    .footer--menu-item a {
        line-height: 20px;
    }
    .social--list {
        justify-content: center;
    }
    .footer--menu--block {
        flex-wrap: wrap;
    }
    .footer--box--title {
        margin-bottom: 0px;
    }
    .footer--logo--block {
        width: 85px;
        margin: 0 auto;
    }
    .footer--logo--block img {
        width: 100%;
        object-fit: contain;
    }
    .footer--logo--block span {
        font-size: 10px;
    }
    footer {
        padding-top: 20px;
    }
    .copiright--block {
        margin-top: 20px;
    }

    /*---footer---*/

    .breadcrumbs--section {
        display: none;
    }

    /*---404---*/
    
    .page404 {
        height: 165px;
    }
    .page404 .content h3 {
        font-size: 16px;
    }
    .page404 .content {
        height: 165px;
        background-size: 200px 140px;
    }
    h1.section--title {
        margin: 10px 0px 30px;
    }

    /*---404---*/

    /*---contact---*/
    
    .contact--page--section {
        padding: 0px !important;
    }
    .contacts--page {
        padding: 40px 15px 25px;
    }
    .contact--box--title {
        margin-bottom: 10px;
    }
    .contact--page--box {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    /*---contact---*/

    /*---video---*/

    .video--box {
        /*height: 240px;*/ 
        height: auto;
    }   
    .video--section video {
        /*height: 240px;*/
        height: auto;
    }
    .media--description--section {
        margin-top: 20px;
    }
    .double--column {
        flex-wrap: wrap;
    }
    .media--info p {
        width: 100%;
    }
    .goToTop {
        display: none;
    }
    .banner--box {
       /* height: 240px;*/
        margin-bottom: 20px;
    }
    .banner--box img {
        height: 100%;
    }
    .nav--media a.media--prev--article span:before {
        right: auto;
        left: 10px;
        width: 20px;
        height: 20px;
    }
    .nav--media a.media--prev--article {
        padding-right: 15px;
        padding-left: 40px;
        font-size: 14px;
        height: 100px;
        margin-bottom: 10px;
    }
    .nav--media a.media--next--article span:before {
        left: auto;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .nav--media a.media--next--article {
        padding-left: 15px;
        padding-right: 40px;
        font-size: 14px;
        height: 100px;
    }

    /*---video---*/

    /*---post---*/

    .photo--box img {
        /*height: 240px;*/
        height: auto;
    }

    /*---post---*/

    /*---gallery---*/


    .slick-arrow {
        z-index: 999;
        background-color: #000;
    }

    .gallery--box .gallery img {
        height: 300px;
        margin-bottom: 10px;
    }
    .gallery--box .slider-nav img {
        margin-bottom: 0px;
        height: 150px;
        margin-right: 10px;
    }
    .gallery--box .slider-nav {
        height: 150px;
    }
    .gallery--box .slider-nav .slick-list {
        width: calc(100% + 10px);
    }

    /*---gallery---*/

    /*---aboutus---*/

    .page--aboutus--section .image--left {
        margin-right: 0px;
        float: none;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .page--aboutus--section .image--right {
        margin-left: 0px;
        float: none;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .page--aboutus--section p {
        margin-bottom: 10px;
    }
    .page--aboutus--section {
        margin-bottom: 20px;
    }

    /*---aboutus---*/

    /*---media---*/
    
    .media--category {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .media--category .mobile--filter {
        margin: 0px;
    }
    .filter--btn--box {
        width: 260px;
        height: 35px;
        background-color: #00a8ec;
        margin-top: 10px;
        line-height: 35px;
        text-align: center;
        color: #ffffff;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
    }
    .filter--box--mobile {
        position: absolute !important;
        z-index: 9;
        background: #fff;
        overflow: hidden;
        height: 0px;
    }
    .filter--box--mobile.active {
        height: auto;
    }
    .btn--filter {
        width: 135px;
        height: 30px;
        background-color: #00a8ec;
        color: #fdfdfe;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 300;
        border: 0px;
        border-radius: 15px;
        margin: 0 auto 40px;
        outline: none !important;
    }

    /*---media---*/

    /*---products---*/

    .products--content--section .filter--btn--box {
        margin-bottom: 20px;
    }
    .products--content--section .filter--box--mobile {
        top: 60px;
    }
    .products--content--section .similarDrugs--block {
        width: 100%;
        padding-left: 0px;
    }
    .products--content--section .similarDrugs--single {
        flex-wrap: wrap;
        justify-content: center;
        width: 160px;
        margin: 0 auto 40px;
    }
    .products--content--section .similarDrugs--single img {
        margin-bottom: 20px;
    }
    .products--content--section .similarDrug--description {
        padding-left: 0px;
    }
    
    /*---products---*/

    /*---product---*/

    .product--description--section .product--image {
        display: none;
    }
    .characteristics--list {
        padding-top: 0px;
    }
    .product--description--section .px-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .characteristics--list ul li {
        font-size: 16px;
    }
    .product--description--section {
        background-position: 100% 60%;
    }
    .certificates--list--item {
        min-width: auto;
    }
    .certificates--list--item img {
        height: auto;
    }
    .certificates--list {
        max-width: 100%;
    }
    .product--single--image {
        height: 330px;
    }
    .product--single--image img {
        max-height: 280px;
    }
    .zakazat--box p {
        font-size: 16px;
        margin-bottom: 2px;
        padding: 0px 15px;
    }
    .product--advantages {
        margin-top: 25px;
    }
    .section--about--product {
        margin-top: 15px;
        padding: 40px 0px 10px;
    }
    .reviews--tab {
        margin-top: 30px;
    }
    .reviews--tab > a, .reviews--tab #tab2:target ~ a:nth-of-type(1) {
        margin: 0px 15px 10px;
    }
    .review--single {
        padding: 20px 0px 25px;
    }
    .similarDrugs--block {
        width: 100%;
        margin: 25px auto 40px !important;
    }
    .similarDrugs--single {
        padding: 0px;
        flex-wrap: wrap;
        width: 190px;
        margin: 0px auto 40px;
    }
    .similarDrugs--single img {
        width: 190px;
        height: auto;
        margin-bottom: 25px;
        padding: 0px 15px;
    }
    .similarDrug--description {
        padding-left: 10px;
    }
    .similarDrug--description a {
        margin: 0 auto;
    }
    .documents--box {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .documents--box > div {
        height: 155px;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .documents--box .small--block {
        height: 120px;
    }
    .product--prefooter {
        line-height: 15px;
        margin-top: 30px;
        padding-top: 10px;
    }
    .allReviews {
        margin: 20px 0px 40px;
    }

    /*---product---*/

    /*---search drug---*/

    .citie-choose {
        flex-wrap: wrap;
        margin-bottom: 520px;
    }
    .citie-choose > div {
        margin-bottom: 15px;
        width: 100%;
    }
    .pharmasy-block-list {
        max-height: 360px;
    }
    .pharmasy-item {
        padding: 10px 10px 5px 0px;
    }
    .pharmasy-block-list .ps__rail-y {
        left: auto;
    }
    .pharmasy-item__info {
        width: 60%;
    }
    .pharmasy-item__price-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 40%;
    }
    .order-maps .row {
        position: relative;
    }
/*    .sideright {
        position: absolute !important;
        top: 220px;
        margin-bottom: 0px !important;
    }*/
    #map {
        height: 400px !important;
        margin-bottom: 40px;
    }

    /*---search drug---*/

}

@media screen and (max-width: 767px) {

    /*---header---*/

    header {
        padding: 20px 0px 10px;
    }
    .mobile--menu {
        display: flex;
        justify-content: space-between;
    }
    .mobile--hide {
        display: none !important;
    }
    .mobile--show {
    	display: block !important;
    }
    .product--slider {
    	display: none !important;
    }
    .product--slider--mobile {
    	display: block !important;
    }
    .mobile--menu--btn .cart--items {
        color: #ffffff;
        font-family: "roboto";
        font-size: 9px;
        font-weight: 500;
        width: 15px;
        height: 15px;
        background-color: #00a8ec;
        display: block;
        border-radius: 50%;
        line-height: 15px;
        text-align: center;
        position: absolute;
        top: -2px;
        right: -1px;
    }
    .mobile--menu--btn {
        flex: 0 0 25px;
        height: 25px;
        position: relative;
    }
    .mobile--menu--btn .menu--line {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #393c40;
        position: absolute;
        top: 50%;
    }
    .mobile--menu--btn .menu--line:before {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        background-color: #393c40;
        position: absolute;
        bottom: -7px;
    }
    .mobile--menu--btn .menu--line:after {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        background-color: #393c40;
        position: absolute;
        top: -7px;
    }
    .header--menu .menu--item a {
        padding: 10px 5px;
    }
    .mobile--menu .header--logo--block {
        width: 85px;
    }
    .mobile--menu .header--logo--block img {
        width: 85px;
        height: 35px;
        object-fit: contain;
    }
    .mobile--menu .header--logo--block span {
        font-size: 10px;
    }
    .hide--contact {
        right: 0px;
    }
    .menu--box--mobile {
        height: 0px;
        overflow: hidden;
        position: absolute;
        background-color: #8dcff4;
        display: flex;
        flex-wrap: wrap;
        z-index: 9999;
        top: -20px;
        width: calc(100% - 30px);
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }
    .menu--box--mobile.active {
        height: 540px;
    }
    .menu--box--mobile--top {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 20px 20px 0px;
        height: 75px;
    }
    .menu--box--mobile--top .cart--box {
        margin-right: 0px;
    }
    .mobile--menu--close {
        width: 25px;
        height: 25px;
        position: relative;
    }
    .mobile--menu--close .menu--line:before {
        content: '';
        width: 14px;
        height: 1px;
        display: block;
        position: absolute;
        background: #393c40;
        transform: rotate(45deg);
        top: 12px;
    }
    .mobile--menu--close .menu--line:after {
        content: '';
        transform: rotate(-45deg);
        width: 14px;
        height: 1px;
        display: block;
        position: absolute;
        background: #393c40;
        top: 12px;
    }
    .menu--box--mobile .header--menu {
        flex-wrap: wrap;
        padding: 0px 20px;
        height: 100%;
    }
    .menu--box--mobile .header--menu li {
        width: 100%;
        text-align: center;
        border-bottom: 1px dashed #3686c6;
    }
    .header--menu .menu--item a span:after, .header--menu .menu--item a span:before {
        display: none;
    }
    .mobile--menu--contact {
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        align-items: center;
    }
    .mobile--menu--contact > p {
        color: #4a4b50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1em;
        margin-bottom: 10px;
    }
    .mobile--menu--contact > a {
        color: #4a4b50;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        width: 150px;
        text-decoration: none !important;
        margin-bottom: 5px;
    }
    .mobile--menu--contact > a:hover {
        color: #ffffff;
    }
    .mobile--menu--contact .social--list--item {
        margin: 0px 5px;
    }
    .mobile--menu--contact .social--box {
        margin-bottom: 20px;
    }
    .mobile--menu--contact .lang--box {
        display: flex;
        width: 77px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    /*---header---*/

    /*---home---*/

    .slide--content h3 {
        text-align: center;
        margin: 0 auto 15px;
        font-size: 14px;
        font-weight: 700;
        padding: 0px 25px;
    }
    .slide--content p {
        font-size: 12px;
        font-weight: 400;
        padding: 0px 15px;
    }
    .slide--home {
        height: 225px !important;
    }
    .slide--content {
        height: 225px;
        background-size: 70%;
    }
    .slide--content--box {
        width: 100%;
    }
    .slider--home .slick-next {
        right: 15px !important;
        left: auto;
        width: 20px !important;
        height: 20px !important;
        z-index: 1;
        background-size: contain !important;
        top: 90px !important;
    }
    .slider--home .slick-prev {
        left: 15px !important;
        right: auto;
        width: 20px !important;
        height: 20px !important;
        z-index: 1;
        background-size: contain !important;
        top: 90px !important;
    }
    .product--filter {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .mobile--filter {
        width: 260px;
        height: 35px;
        border: 1px solid #00a8ec;
        margin: 0 auto;
        position: relative;
        outline: none !important;
    }
    .mobile--filter:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 10px;
        display: block;
        background-color: #ffffff;
        background-image: url(../img/caretSelect.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 9;
        right: 5px;
        top: 10px;
    }
    .single--product--box {
        width: 195px;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0px 15px;
    }
    .single--product--box .product--image img {
        width: 165px;
        margin: 0 auto;
    }
    .product--description--block {
        width: 190px;
    }
    .product--slider--mobile .slick-prev {
        background-image: url('../img/arrowLeftBlue.png') !important;
        left: 0px !important;
        right: auto;
        width: 30px !important;
        height: 30px !important;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .product--slider--mobile .slick-next {
        background-image: url(../img/arrowRightBlue.png) !important;
        right: 0px !important;
        left: auto;
        width: 30px !important;
        height: 30px !important;
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
/*    .product--description--block a {
        color: #060965;
        border: 1px solid #060965;
        background: transparent;
    }
    .product--description--block a:hover {
        color: #ffffff;
        border: 1px solid #00a8ec;
        background: #00a8ec;
    }*/
    .single--product {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .about--image {
        margin-top: 30px;
    }
    .about--image img {
        height: 170px;
    }
    .about--description {
        margin-top: 20px;
    }
    .about--description p {
        margin-bottom: 10px;
    }
    .section--about {
        padding: 40px 0px 15px;
    }
    .slider--news .slick-next {
        right: 15px !important;
        left: auto;
        background-image: url(../img/arrowRightBlue.png) !important;
        background-size: 20px !important;
        background-position: right center !important;
        background-repeat: no-repeat !important;
    }
    .slider--news .slick-prev {
        left: 15px !important;
        right: auto;
        background-image: url(../img/arrowLeftBlue.png) !important;
        background-size: 20px !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
    }
    .news--slide--box:hover img {
        height: 430px;
    }
    .description--bg {
        background: rgba(255, 255, 255, 0.85) !important;
        top: 120px;
    }
    .news--slide--box {
        padding: 20px 0px 0px;
        height: 450px;
    }

    /*---home---*/

    /*---footer---*/

    .footer--mobile {
        width: 100%;
        display: flex !important;
    }
    .footer--contact--block {
        width: 120px;
        float: none;
        margin-top: 20px;
    }
    .footer--menu--single--box {
        margin-top: 15px;
    }
    .footer--menu-item a {
        line-height: 20px;
    }

    .footer--menu--block {
        flex-wrap: wrap;
    }
    .footer--box--title {
        margin-bottom: 0px;
    }
    .footer--logo--block {
        width: 85px;
        margin: 0 auto;
    }
    .footer--logo--block img {
        width: 100%;
        object-fit: contain;
    }
    .footer--logo--block span {
        font-size: 10px;
    }
    footer {
        padding-top: 20px;
    }
    .copiright--block {
        margin-top: 20px;
    }

    /*---footer---*/

    .breadcrumbs--section {
        display: none;
    }

    /*---404---*/
    
    .page404 {
        height: 165px;
    }
    .page404 .content h3 {
        font-size: 16px;
    }
    .page404 .content {
        height: 165px;
        background-size: 200px 140px;
    }
    h1.section--title {
        margin: 10px 0px 30px;
    }

    /*---404---*/

    /*---contact---*/
    
    .contact--page--section {
        padding: 0px !important;
    }
    .contacts--page {
        padding: 40px 15px 25px;
    }
    .contact--box--title {
        margin-bottom: 10px;
    }
    .contact--page--box {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    /*---contact---*/

    /*---video---*/

    .video--box {
        /*height: 240px;*/
        height: auto;
    }   
    .video--section video {
        /*height: 240px;*/
        height: auto;
    }
    .media--description--section {
        margin-top: 20px;
    }
    .double--column {
        flex-wrap: wrap;
    }
    .media--info p {
        width: 100%;
    }
    .like_share {
        margin-bottom: 20px;
        justify-content: center;
    }
    .like_share a {
        margin: 0px 10px;
    }
    .banner--box {
        /*height: 240px;*/
        margin-bottom: 20px;
    }
    .banner--box img {
        height: 100%;
    }
    .nav--media a.media--prev--article span:before {
        right: auto;
        left: 10px;
        width: 20px;
        height: 20px;
    }
    .nav--media a.media--prev--article {
        padding-right: 15px;
        padding-left: 40px;
        font-size: 14px;
        height: 100px;
        margin-bottom: 10px;
    }
    .nav--media a.media--next--article span:before {
        left: auto;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .nav--media a.media--next--article {
        padding-left: 15px;
        padding-right: 40px;
        font-size: 14px;
        height: 100px;
    }

    /*---video---*/

    /*---post---*/

    .photo--box img {
        /*height: 240px;*/
        height: auto;
    }

    /*---post---*/

    /*---gallery---*/

    .gallery--box .gallery img {
        height: 195px;
        margin-bottom: 10px;
    }
    .gallery--box .slider-nav img {
        margin-bottom: 0px;
        height: 60px;
        margin-right: 10px;
    }
    .gallery--box .slider-nav {
        height: 60px;
    }
    .gallery--box .slider-nav .slick-list {
        width: calc(100% + 10px);
    }

    /*---gallery---*/

    /*---aboutus---*/

    .page--aboutus--section .image--left {
        margin-right: 0px;
        float: none;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .page--aboutus--section .image--right {
        margin-left: 0px;
        float: none;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .page--aboutus--section p {
        margin-bottom: 10px;
    }
    .page--aboutus--section {
        margin-bottom: 20px;
    }

    /*---aboutus---*/

    /*---media---*/
    
    .media--category {
        width: 100%;
        margin: 0px 0px 20px;
    }
    .media--category .mobile--filter {
        margin: 0px;
    }
    .filter--btn--box {
        width: 260px;
        height: 35px;
        background-color: #00a8ec;
        margin-top: 10px;
        line-height: 35px;
        text-align: center;
        color: #ffffff;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
    }
    .filter--box--mobile {
        position: absolute !important;
        z-index: 9;
        background: #fff;
        overflow: hidden;
        height: 0px;
    }
    .filter--box--mobile.active {
        height: auto;
    }
    .btn--filter {
        width: 135px;
        height: 30px;
        background-color: #00a8ec;
        color: #fdfdfe;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 300;
        border: 0px;
        border-radius: 15px;
        margin: 0 auto 40px;
        outline: none !important;
    }

    /*---media---*/

    /*---products---*/

    .products--content--section .filter--btn--box {
        margin-bottom: 20px;
    }
    .products--content--section .filter--box--mobile {
        top: 60px;
    }
    .products--content--section .similarDrugs--block {
        width: 100%;
        padding-left: 0px;
    }
    .products--content--section .similarDrugs--single {
        flex-wrap: wrap;
        justify-content: center;
        width: 160px;
        margin: 0 auto 40px;
    }
    .products--content--section .similarDrugs--single img {
        margin-bottom: 20px;
    }
    .products--content--section .similarDrug--description {
        padding-left: 0px;
    }
    
    /*---products---*/

    /*---product---*/

    .product--description--section .product--image {
        display: none;
    }
    .characteristics--list {
        padding-top: 0px;
    }
    .product--description--section .px-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .characteristics--list ul li {
        font-size: 16px;
    }
    .product--description--section {
        background-position: 100% 60%;
    }
    .certificates--list--item {
        min-width: auto;
    }
    .certificates--list--item img {
        height: auto;
    }
    .certificates--list {
        max-width: 100%;
    }
    .product--single--image {
        height: 330px;
    }
    .product--single--image img {
        max-height: 280px;
    }
    .zakazat--box p {
        font-size: 16px;
        margin-bottom: 2px;
        padding: 0px 15px;
    }
    .product--advantages {
        margin-top: 25px;
    }
    .section--about--product {
        margin-top: 15px;
        padding: 40px 0px 10px;
    }
    .reviews--tab {
        margin-top: 30px;
    }
    .reviews--tab > a, .reviews--tab #tab2:target ~ a:nth-of-type(1) {
        margin: 0px 15px 10px;
    }
    .review--single {
        padding: 20px 0px 25px;
    }
    .similarDrugs--block {
        width: 100%;
        margin: 25px auto 40px !important;
    }
    .similarDrugs--single {
        padding: 0px;
        flex-wrap: wrap;
        width: 190px;
        margin: 0px auto 40px;
    }
    .similarDrugs--single img {
        width: 190px;
        height: auto;
        margin-bottom: 25px;
        padding: 0px 15px;
    }
    .similarDrug--description {
        padding-left: 10px;
    }
    .similarDrug--description a {
        margin: 0 auto;
    }
    .documents--box {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .documents--box > div {
        height: 155px;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .documents--box .small--block {
        height: 120px;
    }
    .product--prefooter {
        line-height: 15px;
        margin-top: 30px;
        padding-top: 10px;
    }
    .allReviews {
        margin: 20px 0px 40px;
    }

    /*---product---*/
    
    /*---cart---*/
    
    .drug__name__block {
        margin-bottom: 10px;
    }
    .drug-block__text {
        margin-bottom: 10px;
    }
    .quantity {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .quantity > div {
        margin-left: 0px;
    }
    .quantity > p {
        width: 100%;
        margin-bottom: 10px;
    }
    .price-block {
        flex-wrap: wrap;
    }
    .drug-block__price-text {
        width: 100%;
    }
    .drug-block__price {
        font-size: 12px;
    }
    .pharmacy-contacts {
        flex-wrap: wrap;
    }
    .pharmacy-contact-block__name {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .pharmacy-contacts__block {
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .continue-block__button {
        margin-bottom: 40px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .del__item .clouse-cart {
        right: -15px;
        top: 5px;
    }
    .description__cont {
        color: #0a0a0a;
        font-family: Roboto;
        font-size: 11px;
        font-weight: 300;
        margin: 0px;
        width: 165px;
        text-align: center;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .continue-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
        padding: 0px 20px;
        position: relative;
    }
    .form-block {
        flex-direction: column;
    }
    .cart-form {
        width: 100%;
    }

    /*---cart---*/

    /*---search drug---*/

    .citie-choose {
        flex-wrap: wrap;
        margin-bottom: 520px;
    }
    .citie-choose > div {
        margin-bottom: 15px;
    }
    .pharmasy-block-list {
        max-height: 360px;
    }
    .pharmasy-item {
        padding: 10px 10px 5px 0px;
    }
    .pharmasy-block-list .ps__rail-y {
        left: auto;
    }
    .pharmasy-item__info {
        width: 60%;
    }
    .pharmasy-item__price-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 40%;
    }
    .order-maps .row {
        position: relative;
    }
/*    .sideright {
        position: absolute !important;
        top: 220px;
        margin-bottom: 0px !important;
    }*/
    #map {
        height: 400px !important;
        margin-bottom: 40px;
    }

    /*---search drug---*/
}

@media screen and (max-width: 576px) {

    .pharmacy-contact-block__name {
        width: 100%;
        display: block;
    }

    .drug-block__img-link img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .drug-block {
        border-bottom: 1px solid #c6e6f8;
        display: block;
        position: relative;
        padding: 10px 0px 5px;
        margin: 0px 20px;
    }

    .classpharmacy-contact__phone a {
        color: #3c3535;
        font-family: Roboto;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none !important;
        display: inline-block;
        line-height: 20px;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }

    .correct-price {
        color: #00a8ec;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 1.2em;
    }

    .cart__single__drug {
        width: 100%;
    }

    .contact--page--section p {
        padding: 0 10px;
    }

    .pharmasy_item_window h3 {
        font-size: 15px;
    }
}

/*-----responsive end-----*/