@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?20435515');
    src: url('font/fontello.eot?20435515#iefix') format('embedded-opentype');
    src: url('font/fontello.woff2?20435515') format('woff2');
    src: url('font/fontello.woff?20435515') format('woff');
    src: url('font/fontello.ttf?20435515') format('truetype');
    src: url('font/fontello.svg?20435515#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
	display: inline-block;

    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-facebook-squared:before { content: '\f09a'; } /* '' */
.icon-vkontakte-1:before { content: '\f354'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-clock:before { content: '\e804'; } /* '' */
.icon-flight:before { content: '\e805'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-hospital:before { content: '\f0f8'; } /* '' */
.header #menu-item-7282 ul {
    left: -74px;
    min-width: 960px;
}
.header #menu-item-7282 ul::before {
    left: 100px;
}
.header #menu-item-7282 ul li {
    flex-basis: 25%;
}
.header #menu-item-7282 ul li a {
	word-break: break-word;
}

@keyframes flashing {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

@keyframes delivery_animate {
	from {
		background-color: #1abc9c;
	}
    20% {
        background-color: #2ecc71;
    }
    40% {
        background-color: #3498db;
    }
    60% {
        background-color: #9b59b6;
    }
    80% {
        background-color: #e74c3c;
    }
    to {
        background-color: #1abc9c;
    }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
.clear {
    clear: both;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
    color: #92b832;
}
a:hover {
    color: #337ab7;
    text-decoration: none;
}
body {
	font: 12px/18px "Roboto", sans-serif;
	width: 100%;
}
body.padding_for_fix_countring {
    padding: 0 0 100px;
}
/* сетка */
.row {
    /*overflow: hidden;*/
    margin: 0 -10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row:last-child {
    margin-bottom: 0;
}
[class*="col-"] {
    padding: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p0 {
    padding: 0;
}
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	margin: 0 0 30px;
}
.home .header {
    margin: 0;
}
.header-top .wrapper,
.header-middle .wrapper,
.header-bottom .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 15px 0;
    background: #227bb3;
}
.header-top .wrapper .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-top .wrapper .item img {
    margin: 0 8px;
}
.header-top a {
    color: #fff !important;
    text-decoration: none;
}
.header-top a:hover {
    text-decoration: underline;
}
article .header-top {
    margin: 0 0 15px;
}
article .header-top .wrapper {
    justify-content: space-around;
}

.header-middle {
    padding: 25px 0;
}
.header-middle .relogos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom {
    padding: 0 0 9px;
}
.header-bottom .address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    min-height: 19px;
    padding: 0 0 0 23px;
    color: #4e4e4e;
    font-size: 16px;
    background: url(images/address.png) 0 50% no-repeat;
}
.header-bottom .email {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding: 0 0 0 36px;
    color: #4e4e4e;
    font-size: 16px;
    background: url(images/email-min.png) 0 50% no-repeat;
}
.header-bottom .email a {
    margin: 0 0 0 4px;
}
.header-bottom .worktime {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    min-height: 19px;
    padding: 0 0 0 25px;
    color: #4e4e4e;
    font-size: 16px;
    background: url(images/worktime.png) 0 50% no-repeat;
}

.header .logo {
    position: relative;
    width: 236px;
    height: 61px;
    background: url(images/logo.png) 50% 50% no-repeat;
}



.header .sub_logo {
   /* background: #f3f3f3; */
   text-align: left;
   font-size: 17px;
   font-style: italic;
   color: #4e4e4e;
   /* position: absolute; */
}
.header .sub_logo a {
    text-decoration: none;
    color: #227bb3;
    display: inline-block;
    margin: 0 6px 0 0;
    border-radius: 3px;
    background: #efefef;
    padding: 5px 10px;
}
.header .sub_logo a:hover {
    background: #eef2fc;
    text-decoration: none;
}
.header .logo a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.header .logo a:hover {
    background: rgba(255, 255, 255, .3);
}

.header .main-menu {
    height: 50px;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
}

.header .main-menu nav .burger {
    display: none;
    position: relative;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 18px;
    color: #227bb3;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .main-menu nav .burger i {
    float: right;
}
.ghost-menu.fixed {
	width: 100%;
	height: 51px;
}
.header .main-menu.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: -51px;
    background: #fff;
    transition: top .34s;
}
.header .main-menu.fixed.open {
    top: 0;
    transition: top .34s;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.14);
}

.tooltip-red {
    display: none;
    position: absolute;
    padding: 7px 15px;
    line-height: 1.2;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #fff;
    background-color: #f24c4a;
    border: 2px solid #ffe;
    border-radius: 6px;
    z-index: 1070;
    text-align: center;
    transition: opacity .5s;
    cursor: pointer;
}
.tooltip-red:before {
    content: '';
    position: absolute;
    top: -12px;
    width: 0;
    height: 0;
    border: transparent;
    border-style: solid;
    border-width: 0 10px 12px;
    border-bottom-color: #f24c4a;
    left: 50%;
    margin-left: -10px;
}
.tooltip-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 5px;
    font-size: 18px;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: bold;
    color: #fff;
}
.tooltip-close:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: underline;
}

.main-menu.fixed.open .tooltip-red {
    display: block;
}

.header nav {
   height: 50px;
}
.header nav .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header nav > ul > li {
    position: relative;
    text-align: center;
}
.header nav > ul > li > ul {
    visibility: hidden;
    position: absolute;
    float: left;
    min-width: 200px;
    padding: 15px 20px;
    margin: 0px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background: #fff;
    border-top: 4px solid #73a00f;
    border-radius: 2px;
    opacity: 0;
    color: #000000;
    left: 0;
    top: 50px;
    z-index: 999;
    box-shadow: -1px -1px 20px 3px rgba(0, 0, 0, 0.15);
    transition: visibility .15s, opacity .15s, top .15s;
}
.header nav > ul > li > ul::before {
    display: block;
    content: '';
    position: absolute;
    left: 21px;
    top: -18px;
    border: 8px solid transparent;
    border-bottom: 7px solid #73a00f;
}
.header nav > ul > li:hover > ul {
    visibility: visible;
    top: 47px;
    opacity: 1;
    transition: visibility .3s, opacity .3s, top .3s;
}
.header nav > ul > li > ul a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #227bb3;
    padding: 9px 20px;
    /*border-bottom: 1px solid #172a58;*/
    /*transition: .1s;*/
}
.header nav > ul > li > ul a::before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    left: 0;
    top: 13px;
    background: url(images/submenu-arrow.png) 0 0 no-repeat;
}
.header nav > ul > li > ul a:hover {
    text-decoration: underline;
}
.header #menu-item-7282 ul,
.header #menu-item-1575 ul,
.header #menu-item-1858 ul {
    min-width: 560px;
    left: -200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header #menu-item-1858 ul::before {
    left: 221px;
}
.header #menu-item-1858 ul li {
    flex-basis: 33%;
}
.header #menu-item-1575 ul {
    left: -74px;
    min-width: 960px;
}
.header #menu-item-7282 ul {
    left: -74px;
    min-width: 960px;
}
.header #menu-item-1575 ul::before {
    left: 100px;
}
.header #menu-item-1575 ul li {
    flex-basis: 25%;
}
.header #menu-item-1575 ul li a {
	word-break: break-word;
}

.header #menu-item-7282 ul li a {
	word-break: break-word;
}
.header nav > ul > li > a {
    display: block;
    color: #227bb3;
    text-decoration: none;
    font-size: 15px;
    padding: 16px 0;
}
.header nav>ul>li>a:hover {
    color: #73a00f;
}

.header nav.mobile_open > ul {
    display: block;
    position: relative;
    /*top: 56px;*/
    z-index: 99;
    background: #f7f7f7;
}
.header nav.mobile_open > ul > li {
    display: block;
    width: 100%;
    text-align: left;
}
.header nav.mobile_open > ul > li > a {
   padding: 12px 20px;
}

.header #search {
    position: relative;
}
.header #search button {
    background: #73a00f;
    border: none;
    position: absolute;
    top: 0;
    color: #fff;
    right: 0;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    width: 80px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    height: 44px;
    padding: 0;
}
.header #search button:hover {
    cursor: pointer;
    background: #227bb3;
}
.header .auto-search {
    display: block;
    border: none;
    border-radius: 40px;
    height: 44px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 0px 100px 0 51px;
    color: #9c9c9c;
    width: 336px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef url(images/search.png) 20px 50% no-repeat;
}
.header .auto-search:focus {
    border:none;
    box-shadow: none;
    outline:none;
}

.header .search-suggest {
    display: none;
    position: absolute;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dadada;
    margin-top: 10px;
    left: 0px;
    box-shadow: 5px 5px 19px 3px rgba(0, 0, 0, 0.19);
    width: 100%;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .search-suggest p {
    text-align: left;
    color: #333;
    padding: 10px 15px;
    font-size: 14px;
}
.header .search-suggest a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
}
.header .search-suggest a:hover {
    background: #f3f3f3;
}


.header .contacts {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
}
.header .phone-green {
    color: #90b534;
    font-weight: bold;
    font-size: 17px;
}
.header .phone-green.israel-phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.header .phone-green.israel-phone img {
    margin: 0 5px 0 0;
}
.header .phone-green a {
    text-decoration: none;
}
.header .phone-green img {
    vertical-align: middle;
}

.header .icon-pharm-wrap {
    display: inline-block;
    text-decoration: none;
    position: relative;
    height: 44px;
    line-height: 46px;
    width: 100%;
    background-color: #ff0000;
    padding-left: 8px;
    padding-right: 52px;
    font-size: 15px;
    animation: flashing 2s infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .icon-pharm-wrap a {
	text-decoration: none;
}
.header .icon-pharm-wrap__text {
    display: none;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.header .icon-pharm-wrap__text.act {
	display: block;
}
.header .icon-pharm-wrap__img {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 6px;
    top:1px;
}

.slider {
    margin: 0 0 30px;
    max-height: 170px;
    overflow: hidden;
}
.slider .item {
    position: relative;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
}
.slider img {
    width: 100%;
    height: auto;
}
.slider .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slider .item a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.67);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
}
.slider .item a:hover span {
    background: rgba(0, 0, 0, 0.97);
}
.slider .item:hover img {
    opacity: .9;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	/*overflow: hidden;*/
}

.content {
	padding: 0 0 0 350px;
}
.full-width-page .content,
.home .content {
    padding: 0;
}

.h1,
.category_list h1,
.doctors_list h1,
article.single h1 {
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    color: #227bb3;
    margin: 0 0 15px;
    /* border-bottom: 1px solid #f1f1f1; */
    padding: 0 0 10px;
}

.adv-block-1-title,
.adv-block-2-title,
.block-reviews-title,
.block-news-title,
.home article.single h1 {
    font-size: 30px;
    font-weight: 400;
    color: #227bb3;
    text-transform: uppercase;
    border: none;
    text-align: center;
    margin: 0 0 25px;
    padding: 0;
}
article.single .yakor p {
	display: none;
}
article.single .yakor {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	margin: 0 0 20px;
}
article.single .yakor ul,
article.single .yakor ol {
	margin: 0;
	padding: 15px 0 15px 20px !important;
}
article.single .yakor span {
	display: block;
	padding: 12px 20px 11px;
	font-size: 16px;
	color: #666;
	font-weight: 500;
	border-bottom: 1px solid #d3d3d3;
}
article.single .yakor li {
	padding-left: 15px !important;
}
article.single .yakor li::before {
	height: 6px !important;
	width: 6px !important;
	text-indent: -9999px !important;
	top: 14px !important;
}

article.single h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #227bb3;
}
article.single h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #94b900;
}
article.single blockquote {
    border-left: 5px solid #8fb533;
    padding: 16px 10px 1px 20px;
    margin: 0 0 15px 0;
    background: #f4f7ff;
    border-radius: 2px;
}
article.single hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid #eee;
}
article.single p {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
}
article.single .gallery {
    margin: 0 0 30px !important;
}
article.single a {
    color: #227bb3;
}
article.single a:hover {
    text-decoration: none;
}
article.single iframe {
	width: 100%;
}
article.single img {
    max-width: 100%;
    height: auto;
}
article.single img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
}
article.single img.alignright {
    display: block;
    float: right;
    margin: 0 0 10px 20px;
}
article.single img.aligncenter{
    display: block;
    margin: 0 auto 20px;
}
article.single ul {
	/*overflow: hidden;*/
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 0 15px 30px;
}

article.single table ul {
    padding-bottom: 0;
}

article.single ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 15px 30px;
}

article.single ul li,
article.single ol li {
    position: relative;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 24px;
    padding: 4px 0;
    list-style: none;
}
article.single ul li::before {
    display: block;
    position: absolute;
    content: '';
    top: 12px;
    left: -16px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #73a00f;
}

article.single ol {
    counter-reset: li; /* Initiate a counter */
    margin: 0 0 25px 0;
    padding-left: 0;
}
article.single ol > li {
    position: relative;
    padding-left: 40px;
    list-style: none;
}
article.single ol > li:before {
	content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #227bb3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article.single strong {
    font-weight: 700;
}
article.single .video {
    width: 100%;
    height: 400px;
    margin: 0 0 15px;
}
article.single .video iframe {
    display: block;
    width: 100%;
    height: 400px;
}

article.single .services-top-menu-title {
    display: block;
    font-weight: 600;
    color: #1f3a7e;
    font-size: 16px;
}

article.single table {
    width: 100% !important;
    margin: 0 0 15px;
}
article.single table tr th,
article.single table tr td {
    vertical-align: middle;
    padding: 8px 15px;
    font-size: 15px;
    color: #4e4e4e;
    line-height: 22px;
}
article.single table tr:nth-child(even) td {
    background: #eaeaea;
}
article.single table tr td:first-child {
    border-left: 1px solid #eaeaea;
}
article.single table tr td:last-child {
    border-right: 1px solid #eaeaea;
}
article.single table tr:last-child td {
    border-bottom: 1px solid #eaeaea;
}
article.single table tr:first-child td {
    border-top: 1px solid #eaeaea;
}
article.single table tr th {
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #227bb3;
    /*border-bottom: 2px solid #bdbdbd;*/
}

.pharm_title {
    position: relative;
}
.pharm_order select {
    float: left;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #dedede;
    font-size: 15px;
    margin: 0 7px 0 0;
    border-radius: 3px;
}
.pharm_order .delivery,
.pharm_title .delivery {
    animation: flashing 2s infinite;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    color: #fff;
    height: 35px;
    padding: 0 10px 0 60px;
    line-height: 35px;
    background: #f00 url(images/delivery-white.png) 10px 50% no-repeat;
    border-radius: 6px;
}
.pharm_order .delivery {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 20px;
    animation: none;
}

.pharmacy_single {
    overflow: hidden;
}

.pharmacy_single .top {
    margin: 0 0 12px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e8efff;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.pharmacy_single .info {
    display: block;
    position: relative;
    overflow: hidden;
    background: #e8efff;
    width: 100%;
    text-align: center;
    color: #1f397c;

    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pharmacy_single .pharm_order {
    padding: 20px 0 0;
    overflow: hidden;
    margin: 0;
    float: left;
}
.pharmacy_single img {
    float: left;
    width: auto;
    max-height: 150px;
    margin: 0 25px 0 0;
}
.pharmacy_single .order {
    position: relative;
    display: block;
    float: left;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 16px;
    border: 1px solid #E67D77;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #E67D77, #D83127);
    box-shadow: inset 0px 2px 3px -1px #DA251A, inset 0px -2px 3px -1px #F0CCCB;
}
.pharmacy_single .order:hover {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #D83127, #D83127);
}

.desease-ord-btn {
    display: block;
    margin: 0 0 20px;
    text-align: center;
}
.desease-ord-btn a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 20px 11px;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 15px;
    /* border: 1px solid #E67D77; */
    border-radius: 30px;
    background: #73a00f;
    /* background-image: linear-gradient(to bottom, #E67D77, #D83127); */
    /* box-shadow: inset 0px 2px 3px -1px #DA251A, inset 0px -2px 3px -1px #F0CCCB; */
}
.desease-ord-btn a:hover {
    cursor: pointer;
    background: #227bb3;
    /*background-image: linear-gradient(to bottom, #D83127, #D83127);*/
}

.block_news {
    margin: 30px 0 0;
}
.block_news .title {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 15px;
    color: #94b900;
}
.block_news .title a {
    background: #1860a2;
    font-size: 15px;
    float: right;
    display: block;
    /* font-weight: 700; */
    padding: 3px 15px;
    color: #fff;
    margin: -3px 0 0 0;
    border-radius: 5px;
    text-decoration: none;
}
.block_news .title a:hover {
    opacity: .9;
}

.category_list .subcats {
    margin: 0 0 50px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.category_list .subcats .item {
    display: inline-block;
    max-width: 310px;
    /*margin: 0 10p x;*/
    text-align: center;
    position: relative;
}
.category_list .subcats .item img {
    margin: 10px 0 7px;
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.category_list .subcats .item:hover img {
    opacity: .8;
}
.category_list .subcats .item a {
    font-size: 16px;
}
.category_list .subcats .item a::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

.category_list article {
    margin: 20px 0 40px;
    overflow: hidden;
    position: relative;
}
.category_list article .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
    text-decoration: none;
    transition: .2s;
    font-weight: 500;
    color: #227bb3;
}
.category_list article .title:hover {
    transition: .2s;
}
.category_list article .title::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}
.category_list.category_pharmacy article .title::before {
    display: none;
}
.category_list article img {
    float: left;
    margin: 0 20px 0 0;
    transition: .2s;
}
.category_list article:hover img {
    opacity: .8;
    transition: .2s;
}
.category_list article p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    transition: .2s;
}
.category_list article:hover p {
    color: #333;
}
.category_list article .price,
.category_list article .more {
    background: #e8efff;
    color: #203a7e;
    font-size: 14px;
    display: inline-block;
    padding: 5px 9px;
    margin: 12px 0 0;
    border-radius: 3px;
    transition: .2s;
}
.category_list article .more {
    text-decoration: none;
}

.category_list.category_pharmacy article .more {
    float: right;
}
.category_list.category_pharmacy .price {
    font-weight: 700;
}
.category_list.category_pharmacy .price span {
    font-weight: 400;
}
.category_list.category_pharmacy .price select {
    height: 27px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    margin: 0 0px 0 4px;
    border-radius: 3px;
    background: #fff;
}


.category_list article .more:hover,
.category_list.all_categories article:hover .more {
    background: #337ab7;
    color: #fff;
    transition: .2s;
}

span.horizontal-fio {
	display: inline-block;
    width: 33%;
}

span.horizontal-phone {
	display: inline-block;
    width: 33%;
    margin-left: 10px;
}

input.horizontal-submit {
	display: inline-block;
    width: 20% !important;
    float: right;
}

.reviews-category .media {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 180px;
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid #e4e4e4;
}
.reviews-category .media img {
    margin: 0;
}

.doctor-card {
    float: right;
    /* box-shadow: 0px 1px 5px 1px #00000029; */
    /* border-radius: 1px; */
    /* padding: 20px; */
    width: 214px;
    margin: 0 0 20px 40px;
    text-align: center;
}
.doctor-card img {
    margin: 0 0 10px;
    border-radius: 100px;
}

.doctors_list .title {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #227bb3;
    /*margin: 0 0 20px;*/
    /*border-bottom: 1px solid #f1f1f1;*/
    padding: 10px 0 20px;
}
.doctors_list .title a {
    text-decoration: none;
    color: #227bb3;
}
.doctors_list .title a span {
	float: right;
	font-size: 14px;
}
.doctors_list .title a:hover {
    color: #73a00f;
}
.doctors_list .specialty-item {
    /*overflow: hidden;*/
}
.doctors_list .specialty-item ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.doctors_list .specialty-item li {
    display: block;
    position: relative;
    flex-basis: 31%;
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,.09);
    border-radius: 1px;
    /*height: 100%;*/
    background: #fff;
    /*float: left;*/
    /*width: 260px;*/
    margin: 0 3.5% 25px 0;
}
.doctors_list .specialty-item li:nth-child(3n),
.doctors_list .specialty-item li:last-child {
	margin-right: 0;
}
.doctors_list .specialty-item li .inner {
    text-align: center;
    padding: 0 12px 20px;
}
.doctors_list .specialty-item li a {
    display: block;
    font-size: 17px;
    margin: 7px 0 10px;
    text-align: center;
    text-decoration: none;
    color: #227bb3;
    font-weight: 500;
}
.doctors_list .specialty-item li a.name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    height: 45px;
    margin: 7px 0 0px;
}
.doctors_list .specialty-item li a::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.doctors_list .specialty-item li img {
    display: block;
    margin: 20px auto 10px;
    border-radius: 100px;
}
.doctors_list .specialty-item .rating-stars-wrapper {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*.doctors_list .specialty-item .rating-stars-wrapper > div {
	flex-basis: 100%;
}*/
.doctors_list .specialty-item li:hover img {
    opacity: .9;
}
.doctors_list .specialty-item li:hover p {
    opacity: .9;
}
.doctors_list .specialty-item li p {
    font-size: 12px;
    height: 57px;
    overflow: hidden;
    color: #4e4e4e;
    line-height: 19px;
    margin: 0 0 15px;
    word-break: break-word;
}
.doctor-card .consult,
.doctors_list .specialty-item li .consult {
    color: #fff;
    width: 210px;
    text-align: center;
    padding: 10px 15px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 31px;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: .2s;
    background: #8fb533;
}
.doctors_list .specialty-item li .consult {
	width: 100%;
	font-size: 14px;
	padding: 8px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.doctor-card .consult:hover,
.doctors_list .specialty-item li .consult:hover {
    transition: .2s;
    cursor: pointer;
    background: #227bb3;
}
.doctor-card .consult {
    width: 180px;
    display: block;
    font-size: 15px;
    text-transform: none;
    padding: 10px 20px;
}

.services {
    padding: 50px 0;
    background: #f7f7f7;
}
.services ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services li {
    position: relative;
    text-align: center;
    flex-basis: 16.6%;
}
.services li img {
    display: block;
    border-radius: 100px;
    margin: 0 auto 15px;
}
.services li:hover img {
    opacity: .8;
}
.services li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #227bb3;
    text-decoration: none;
}
.services li a::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

.slb_data_title {
    display: none !important;
}

/*.contact_page .h1 {
    text-align: center;
    border:none;
}*/
.contact_page .contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
.contact_page .contacts .data {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	flex-basis: 30%;
	font-size: 16px;
	line-height: 22px;
	color: #4e4e4e;
}
.contact_page .contacts .data .item {
	flex-basis: 100%;
}
.contact_page .contacts .data .item span {
	display: block;
	font-weight: 700;
	margin: 0 0 5px;
}
.contact_page .contacts .map {
	flex-basis: 65%;
}

.sitemap_page .category,
.sitemap_page .category a {
    text-decoration: none;
    display: block;
    font-size: 23px;
    color: #8fb533;
    padding: 15px 0 8px;
    font-weight: 600;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 320px;
	margin-left: -100%;
	position: relative;
}

.left-sidebar .reviews .all {
    display: block;
    /* margin: 20px 0 0; */
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding: 11px 0 0;
}
.left-sidebar .reviews a {
    text-decoration: none;
}
.left-sidebar .reviews .title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    color: #94b900;
    padding: 0 0 4px;
    text-align: center;
}
.left-sidebar .reviews .item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0 20px;
}
.left-sidebar .reviews .item .media {
    height: 300px;
    display: flex;
    justify-content: center;
    border: 1px solid #e4e4e4;
    align-items: center;
}
.left-sidebar .reviews .item.no_img {
    height: auto;
    text-decoration: none;
}
.left-sidebar .reviews .item.no_img .info {
    display: block;
    position: relative;
}
.left-sidebar .reviews .item img {
    display: block;
    transition: .2s;
    max-height: 300px;
}
.left-sidebar .reviews .item .info {
    position: relative;
    display: block;
    bottom: 0;
    padding: 10px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    background: rgba(28, 53, 112, 0.7);
    transition: .2s;
}
.left-sidebar .reviews .item .info span {
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin: 0 0 5px;
}
.left-sidebar .reviews .item:hover img {
    opacity: .9;
    transition: .2s;
}
.left-sidebar .reviews .item:hover .info {
    background: rgba(28, 53, 112, 0.9);
    transition: .2s;
}

#sidebar_menu .menu-title {
	display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    background: #666;
}
#sidebar_menu .open-sidebar-menu {
    display: none;
    background: #f5f8fc;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    color: #213c81;
    border: 1px solid #d1e3f1;
    font-size: 18px;
    margin: 30px 0 0;
}
#sidebar_menu .open-sidebar-menu i {
    float: right;
}

.article-form,
.side_order {
    margin: 0 0 20px;
    background: #efedeb url(images/form-bg-new-min.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.order_bottom_form .title,
.article-form .title,
.side_order .title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 0 0 100px;
    font-size: 18px;
    height: 75px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #227bb3 url(images/side-order-icon-min.png) 25px 50% no-repeat;
}
.order_bottom_form .note,
.article-form .note,
.side_order .note {
	display: block;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	font-size: 14px;
	background: #73a00f;
}
.article-form .wpcf7,
.side_order .wpcf7 {
	padding: 25px 15px 15px;
    border: 1px solid #ddd;
    border-top: none;
}
.order_bottom_form .file-add-label,
.order_bottom_form input[type="text"],
.order_bottom_form input[type="tel"],
.order_bottom_form input[type="email"],
.order_bottom_form textarea,
.article-form input[type="text"],
.article-form input[type="tel"],
.article-form input[type="email"],
.article-form textarea,
.side_order input[type="text"],
.side_order input[type="tel"],
.side_order input[type="email"],
.side_order textarea {
    font-family: "Roboto", sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 12px;
    padding: 9px 20px;
    border-radius: 20px;
    border: 1px solid #cacaca;
    font-size: 15px;
}
.article-form textarea,
.side_order textarea {
    margin-bottom: 15px;
    height: 70px;
}
.article-form input:focus,
.article-form textarea:focus,
.side_order input:focus,
.side_order textarea:focus {
	outline: none;
}
.article-form input.wpcf7-not-valid,
.side_order input.wpcf7-not-valid {
    border: 1px solid #ff0404 !important;
}
.article-form input[type="submit"],
.side_order input[type="submit"] {
	padding: 10px 0px;
    width: 100%;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    font-size: 14px;
    color: #fff;
    transition: .2s;
    background: #73a00f;
}
.article-form input[type="submit"]:hover,
.side_order input[type="submit"]:hover {
    background: #227bb3;
    cursor: pointer;
    transition: .2s;
}
.article-form span.wpcf7-not-valid-tip,
.side_order span.wpcf7-not-valid-tip {
    display: none;
}
.article-form div.wpcf7-response-output,
.side_order div.wpcf7-response-output {
    display: none;
    border: none !important;
    margin: 0 !important;
    color: #203b7f;
    /*padding: 15px 0 0 !important;*/
    font-size: 13px;
    font-weight: 700;
}

.article-form {
	position: relative;
	z-index: 99;
	max-width: 400px;
	border: 1px solid #d8d8d8;
}
.article-form p {
	margin: 0 !important;
}
.article-form .title {
	text-transform: none;
	line-height: 22px;
}
.article-form .wpcf7-response-output {
	position: absolute;
	bottom: 5px;
}
.article-form.right {
	float: right;
	margin: 0 0 0 25px;
}
.article-form.left {
	float: left;
	margin: 0 25px 0 0;
}
.article-form.center {
	margin: 15px auto;
}

.left-sidebar ul.submenu {
    /*border-left: 4px solid #232e64;*/
    margin: 0 0 20px;
}
.left-sidebar ul.submenu li {
    position: relative;
}
.left-sidebar ul.submenu li > ul li {
    float: left;
    width: 100%;
}
.left-sidebar ul.submenu li a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 36px;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    color: #4e4e4e;
    text-decoration: none;
    border-bottom: 1px solid #d9d9d9;
    background: #f6f5f3;
}
.left-sidebar ul.submenu li a::before {
	display: block;
	position: absolute;
	content: '';
	left: 8px;
	width: 17px;
	height: 17px;
	background: url(images/sidebar-menu-point.png) 0 0 no-repeat;
}
.left-sidebar ul.submenu li:hover > a ,
.left-sidebar ul.submenu li a:hover {
	background: #d9d9d9;
    /*color: #000000 !important;*/
/*    border-bottom: 1px solid #8fb534;*/
}
.left-sidebar ul.submenu li li a {
	font-size: 14px;
    word-break: break-word;
}
.left-sidebar ul.submenu li > ul {
    visibility: hidden;
    position: absolute;
    float: left;
    min-width: 250px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #1b3168;
    border-color: #1b3168;
    border: 0;
    opacity: 0;
    color: #000000;
    left: 100%;
    top: -20px;
    z-index: 9;
    box-shadow: -1px -1px 10px 2px rgba(0, 0, 0, 0.13);
    transition: visibility .15s, opacity .15s, top .15s;
}

#menu-page-32 ul {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#menu-page-32 ul li {
    flex: 0 0 50%;
    display: flex;
    display: flex;
    vertical-align: middle;
}
#menu-page-32 ul li a {
    width: 100%;
}

.left-sidebar ul.submenu li:hover > ul {
    visibility: visible;
    top: 0;
    opacity: 1;
    transition: visibility .3s, opacity .3s, top .3s;
}
.left-sidebar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.left-sidebar .banners a {
	display: block;
	margin: 0 0 15px;
}
.left-sidebar .banners img {
	width: 100%;
	height: auto;
}

.fixed_form {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 400000;

    max-width: 423px;
}
.fixed_form._visible {
    transform: translate(-50%, 0%);
    transition: transform .3s;
}
.fixed_form-close {
    display: none;
}
.fixed_form._visible .fixed_form-close {
    display: block;
    background: rgba(0,0,0,.25);
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 150px;
    padding: 15px 0;
    /* float: right; */
    margin: 0 auto 20px;
    border-radius: 50px;
}
.fixed_form._visible .fixed_form-close:hover {
    background: rgba(0,0,0,.35);
    cursor: pointer;
}
.fixed_form .subtitle {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 1px 1px 15px #262626;
    margin: 0 0 20px;
}

.fixed_form input[type="text"],
.fixed_form input[type="tel"],
.fixed_form input[type="email"],
.fixed_form textarea {
    font-family: "Roboto", sans-serif;
    width: 93%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 3.5% 13px;
    padding: 10px 15px;
    border-radius: 2px;
    border: none;
    font-size: 14px;
}
.fixed_form input[type="file"] {
    color: #fff;
    font-size: 14px;
    margin: 0px 3.5% 15px;
    font-family: "Roboto", sans-serif;
    width: 93%;
}
.fixed_form textarea {
    padding-top: 15px;
    height: 70px;
}
.fixed_form .wpcf7-not-valid {
    outline: 1px solid #ff1313;
}
.fixed_form span.wpcf7-not-valid-tip {
    display: none !important;
}
.fixed_form input[type="submit"] {
    width: 93%;
    margin: 0 auto;
    border-radius: 3px;
    display: block;
    background: #1860A2;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .2s;
}
.fixed_form input[type="submit"]:hover {
    cursor: pointer;
    background: #244291;
}
.fixed_form .ajax-loader {
    display: none !important;
}
.fixed_form div.wpcf7-response-output {
    display: none;
    border: none !important;
    margin: 0 !important;
    text-align: center;
    color: #37490c;
    padding: 15px 0 0 !important;
    font-size: 14px;
    font-weight: 700;
}
.fixed_form-title {
    display: block;
    padding: 16px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #227bb3;
    transition: .2s;
}
.fixed_form-title:active,
.fixed_form-title:focus,
.fixed_form-title:hover {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #1d3572 0, #132553 100%);
    background-image: -o-linear-gradient(top, #1d3572 0, #132553 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d3572), to(#132553));
    background-image: linear-gradient(to bottom, #1d3572 0, #132553 100%);
    transition: .2s;
}
.form-big.green-bg {
    margin: 0px;
    padding: 20px 25px;
    background: #92b832;
    border-radius: 0px;
}
.fixed_form .blue-btn {
    margin-top: 15px;
    padding: 7px 15px;
    background-color: #1860A2;
    border-radius: 6px;
    box-shadow: inset 0px -3px 15px 0px #0D3254, inset 0px 3px 15px 0px #2D96F7;
}

.home_banner {
    display: block;
    margin: 0 0 20px;
}
.home_banner img {
    width: 100%;
    height: auto;
}
.home_banner:hover img {
    opacity: .8;
}

.home_page .video {
    width: 100%;
    height: 350px;
}
.home_page .cats_home {
    margin: 0 0 25px;
}
.home_page .cats_home .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.home_page .cats_home .col-4 {
    position: relative;
}
.home_page .cats_home .col-4 .wrap {
    background: #fff;
    box-shadow: 0px 1px 4px 0 #00000029;
    border-radius: 1px;
    height: 100%;
}
.home_page .cats_home .col-4:hover .wrap {
    background: #f7fcff;
    transition: .2s;
}
.home_page .cats_home .col-4 img {
    display: block;
    width: 100%;
    height: auto;
}
.home_page .cats_home .col-4 .inner {
    padding: 25px 15px;
    transition: .2s;
}
/*.home_page .cats_home .col-4:hover img {
    opacity: .85;
}*/
.home_page .cats_home .col-4 .inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.home_page .cats_home .col-4 .inner ul li {
    position: relative;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    color: #4e4e4e;
    font-size: 15px;
}
.home_page .cats_home .col-4 .inner ul li::before {
    display: block;
    position: absolute;
    content: '';
    top: 7px;
    left: 11px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #73a00f;
}
.home_page .cats_home .col-4 .inner ul li:first-child {
    font-weight: 600;
}
.home_page .cats_home .col-4 .inner ul li:last-child {
    margin-bottom: 0;
}
.home_page .cats_home .col-4 .inner a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    width: 100%;
    font-weight: 700;
    text-decoration: none;
    margin: 0 0 15px;
    transition: .2s;
    color: #227bb3;
}
.home_page .cats_home .col-4 .inner a::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.home_page .cats_home .col-4 .inner p {
    margin: 0 0 13px;
    color: #4e4e4e;
    font-size: 15px;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.order_bottom_form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin: 20px 0 0;*/
    position: relative;
    overflow: hidden;
    background: #efedeb url(images/form-bg-new-min.jpg) 50% 50% no-repeat;
    border-radius: 1px;
    border: 1px solid #d8d8d8;
    background-size: cover;
}
.order_bottom_form .doc {
    width: 334px;
    height: 488px;
    left: -66px;
    top: 80px;
    position: absolute;
    background: url(images/doc-min.png) 0 0 no-repeat;
}
.order_bottom_form .inner {
    position: relative;
    z-index: 22;
    padding: 25px 25px 25px 170px;
}
.order_bottom_form input[type="file"] {
    display: none;
}
.order_bottom_form .file-add-label {
    display: block;
    background: #fff !important;
    height: 40px;
    color: #444;
    position: relative;
}
.order_bottom_form .file-add-label .button {
    position: absolute;
    height: 40px;
    right: -1px;
    top: -1px;
    width: 85px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #227bb3;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}
.order_bottom_form .file-add-label .button:hover {
    cursor: pointer;
    background: #73a00f;
}
.order_bottom_form .subtitle {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 1px 1px 15px #262626;
    margin: 0 0 20px;
}
.order_bottom_form .note {
    padding-left: 170px;
    text-align: left;
}
.order_bottom_form .title {
    line-height: 26px;
    font-size: 21px;
    font-weight: 500;
    padding-left: 170px;
    background-position: 60px 50%;
}
.order_bottom_form input[type="text"],
.order_bottom_form input[type="tel"],
.order_bottom_form input[type="email"],
.order_bottom_form textarea {

}
.order_bottom_form input[type="file"] {
    color: #fff;
    font-size: 14px;
    margin: 0px 3.5% 12px;
    font-family: "Roboto", sans-serif;
    width: 93%;
}
.order_bottom_form textarea {
    padding-top: 15px;
    margin-bottom: 9px;
    height: 70px;
}
.order_bottom_form .wpcf7-not-valid {
    border: 1px solid #ff1313 !important;
}
.order_bottom_form span.wpcf7-not-valid-tip {
    display: none !important;
}
.order_bottom_form input[type="submit"] {
    width: 100%;
    margin: 18px auto;
    border-radius: 50px;
    display: block;
    border: none;
    /* font-weight: 600; */
    color: #fff;
    padding: 14px 10px;
    font-size: 16px;
    text-transform: uppercase;
    transition: .2s;
    background: #227bb3;
}
.order_bottom_form input[type="submit"]:hover {
    cursor: pointer;
    background: #73a00f;
}
.order_bottom_form .ajax-loader {
    display: none !important;
}
.order_bottom_form div.wpcf7-response-output {
    border: none !important;
    margin: -4px 0 0;
    text-align: center;
    color: #1860a2;
    padding: 0px !important;
    font-size: 14px;
    font-weight: 700;
    max-width: 350px;
    width: 100%;
    position: absolute;
}
.order_bottom_form-title {
    display: block;
    padding: 16px 0px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: #1860A2;*/
    /*box-shadow: inset 0px 3px 15px 0px #0D3254;*/

    background-image: -webkit-linear-gradient(top, #244291 0, #1b326a 100%);
    background-image: -o-linear-gradient(top, #244291 0, #1b326a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#244291), to(#1b326a));
    background-image: linear-gradient(to bottom, #244291 0, #1b326a 100%);
    transition: .2s;
}
.order_bottom_form-title:active,
.order_bottom_form-title:focus,
.order_bottom_form-title:hover {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #1d3572 0, #132553 100%);
    background-image: -o-linear-gradient(top, #1d3572 0, #132553 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d3572), to(#132553));
    background-image: linear-gradient(to bottom, #1d3572 0, #132553 100%);
    transition: .2s;
}
.order_bottom_form .blue-btn {
    margin-top: 15px;
    padding: 7px 15px;
    background-color: #1860A2;
    border-radius: 6px;
    box-shadow: inset 0px -3px 15px 0px #0D3254, inset 0px 3px 15px 0px #2D96F7;
}
.home .order_bottom_form .wrap {
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}
.home .order_bottom_form .doc {
    top: -25px;
}
.home .order_bottom_form .title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    background-image: none;
}
.home .order_bottom_form .note {
    padding: 10px 0;
    text-align: center;
}


.block-news {
    padding: 60px 0 30px;
    clear: both;
}
.home .block-news {
    padding: 40px 0 30px;
}
.block-news-title {
    margin: 0 0 35px;
}
.block-news .items {
	margin: 0 -5px;
}
.block-news article {
	position: relative;
    /*margin: 0 35px 0 0;*/
    margin: 0 10px 10px;
    box-shadow: 0px 1px 4px 0 #00000029;
    border-radius: 1px;
    background: #fff;
}
.block-news article:hover {
	cursor: pointer;
	background: #f7fcff;
}
.block-news article img {
	width: 100%;
	height: auto;
}
.block-news article .inner {
    padding: 15px;
}
.block-news article .title {
    color: #227bb3;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.block-news article .title a {
    color: #227bb3;
    text-decoration: none;
}
.block-news article .title a::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
}
.block-news article p {
	color: #4e4e4e;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px;
}
.block-news article .more {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 15px;
	color: #227bb3;
}
.block-news article .more i {
	display: block;
	margin: 7px 0 0 7px;
	width: 7px;
	height: 7px;
	background: url(images/news-more-arr.png) 0 0 no-repeat;
}
.block-news .all-news {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 15px;
}
.block-news .all-news a {
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 16px 30px 15px;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 35px;
    background: #73a00f;
}
.block-news .all-news a:hover {
	background: #227bb3;
}

.block-news .slick-prev,
.block-news .slick-next {
	height: 78px;
	width: 40px;
	right: 9px;
	top: 160px;
	background: url(images/news-rarr.png) 0 0 no-repeat;
}
.block-news .slick-prev:hover,
.block-news .slick-next:hover {
	background-position: -40px 0;
}
.block-news .slick-prev {
	left: 10px;
	right: auto;
	background-image: url(images/news-larr.png);
}


.block-news .slick-prev::before,
.block-news .slick-next::before {
	display: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    /*border-top: 5px solid #8fb534;*/
    /*margin: 30px 0 0;*/
    /*padding: 20px 0 0;*/
}

.footer-top {
    padding: 35px 0;
    /*border-top: 1px solid #d3d3d3;*/
    /*background: #e8e9e4;*/
}
.footer-top .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-top .relogos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
}
.footer-top .relogos img {
    margin: 0 5px;
}
.footer-top .address {
	font-size: 14px;
    color: #4e4e4e;
    min-height: 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 0 0 35px;
    background: url(images/address-footer.png) 0 50% no-repeat;
}
.footer-top .address span {
    font-weight: 700;
}

.footer-bottom {
    padding: 35px 5px;
    background: #494e51;
}
.footer-bottom .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .copy {
    font-size: 15px;
    text-align: left;
    line-height: 18px;
    color: #fff;
}
.footer .copy a {
    text-decoration: none;
    color: #fff;
}

.footer .socials {
    /*padding: 5px 5px 0;*/
}
.footer .socials a {
    display: inline-block;
    margin: 5px 5px;
    background: #f3f3f3;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    transition: .2s;
}
.footer .socials a i {
    font-size: 10px;
    transition: .5s;
    color: #fff;
}
.footer .socials a.facebook {
    background-color: #3a589b;
}
.footer .socials a.vkontakte {
    background-color: #4d76a1;
}
.footer .socials a.youtube {
    background-color: #cf3427;
}

.modalDialog {
    position: fixed;
    font-family: "Roboto", Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s
}
.modalDialog>div {
    width: 300px;
    position: relative;
    margin: -3000px auto 10%;
    padding: 50px;
    border-radius: 2px;
    background: #fff;
    transition: 2.5s
}
.modalDialog:target>div {
    margin-top: 10%;
    transition: .45s
}
.modalDialog>div input[type="text"],
.modalDialog>div input[type="tel"],
.modalDialog>div input[type="email"],
.modalDialog>div textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 1px;
    margin: 0 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.modalDialog>div textarea {
    font-size: 14px;
    font-family: "Roboto";
    height: 100px
}
.modalDialog>div input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
    font-weight: 700;
    border: none;
    color: #fff;
    background: #1860A2;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none
}
.modalDialog>div input[type="submit"]:hover {
    opacity: .7;
    cursor: pointer
}
.modalDialog>div span.wpcf7-not-valid-tip {
    display: none !important
}
.modalDialog div.wpcf7-response-output {
    margin: 10px 0 0 !important;
    border: none;
    color: #444;
    font-size: 13px;
    padding: 0 !important
}
.modalDialog .close {
    display: block;
    top: 15px;
    right: 15px;
    text-decoration: none;
    font-size: 27px;
    color: #1860A2;
    font-weight: 600;
    position: absolute;
}
.modalDialog .title {
    color: #000;
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 300;
    border-bottom: 4px solid #dadada
}
.modalDialog .title span {
    display: inline-block;
    padding: 0 20px 10px 0;
    border-bottom: 4px solid #1860A2;
    margin: 0 0 -4px;
    line-height: 1;
}

.partners_page_logos {
    text-align: center;
    margin: 10px 0 35px;
}
.partners_page_logos img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.partners_text p {
    margin-bottom: 0 !important;
}
/*.partners_text .partners_page_logos {
text-align: left;
}
.partners_text .partners_page_logos img {
margin: 0 40px 0 0;
}*/

.home-block-counting {
    margin: 0 0 30px;
    background: #f7f7f7;
}

.fixed_counting {
   width: 100%;
   /* border-top: 5px solid #dadada; */
   /*background-color: #f3f3f3;*/
   padding: 30px 0;
   margin: 0 0 15px;
   border-radius: 2px;
   z-index: 2147483647;
   /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
   transition: .6s;
}
/*.fixed_counting.closed {
bottom: -300px;
transition: .6s;
}*/
/*.fixed_counting.closed_important {
bottom: -300px;
transition: .6s;
}*/
.fixed_counting .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fixed_counting .wrap .item {
    width: 20%;
    flex-basis: 20%;
    text-align: center;
    /*border-right: 1px solid #dbdbdb;*/
}
.fixed_counting .wrap .item .date {
    font-size: 20px;
    line-height: 57px;
    font-weight: 700;
    color: #227bb3;
    vertical-align: middle;
}
.fixed_counting .wrap .item > div {
    vertical-align: middle;
}
.fixed_counting .wrap .item .prefix {
    display: inline-block;
    height: 57px;
    line-height: 57px;
    font-size: 30px;
    color: #227bb3;
    margin: 0 10px 0 -22px;
}
.fixed_counting .wrap .item .title {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #4e4e4e;
    min-height: 35px;
    display: table;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.fixed_counting .wrap .item .title span {
    display: table-cell;
    vertical-align: middle;
}
.fixed_counting .wrap .item .order {
    color: #fff;
    width: 100%;
    display: block;
    height: 40px;
    float: left;
    line-height: 40px;
    margin: 6px 0 0;
    font-size: 15px;
    border-radius: 32px;
    /* vertical-align: middle; */
    text-transform: uppercase;
    font-weight: 500;
    transition: .2s;
    background: #227bb3;
}
.fixed_counting .wrap .item .order:hover {
    cursor: pointer;
    background: #8fb533;
    transition: .2s;
}
.fixed_counting .close {
    position: absolute;
    right: 15px;
    text-align: center;
    font-size: 12px;
    color: #227bb3;
    line-height: 14px;
}
.fixed_counting .close .icon {
    color: #227bb3;
    text-decoration: none;
}
.fixed_counting .close:hover {
    text-decoration: underline;
    cursor: pointer;
}
.countbox
{
    /* color: #2f2f2f; */
    color: #464646;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 400;
    /* height: 106px; */
    line-height: 57px;
    padding: 0;
    width: 37px;
    display: inline-block;
}
.countbox-space {
    width: 10px;
}
.countbox-space .countbox-box {
    background-image: none;
    width: 10px;
}
.countbox .countbox-num
{
    background-image: none;
    float: left;
}
.countbox .countbox-space
{
    float: left;
    height: 90px;
    width: 8px;
}
.countbox-box {
    background-image: url(images/count-new.png);
    background-repeat: no-repeat;
    float: left;
    height: 57px;
    margin: 0 0px 0 0;
    text-align: center;
    width: 38px;
    z-index: 1;
}

.grinberg_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 10px;
    background: #d1e3f1;
    padding: 20px 20px 20px 0;
}
.grinberg_block .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.grinberg_block .flex > div {
    flex-basis: 50%;
}
.grinberg_block .title {
    display: block;
    margin: 0 0 10px;
    color: #1b326b;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}
.grinberg_block .spec {
    margin: 15px 0;
}
.grinberg_block p {
    font-size: 16px;
    color: #444;
    margin: 0 !important;
}
.grinberg_block p span {
    font-weight: 700;
    color: #1b326b;
}

.grinberg_block a {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    background: #94b900;
    border-radius: 3px;
    animation: delivery_animate 10s infinite;
}
.grinberg_block a:hover {
    background: #809f05;
}

.bottom-banners {
    text-align: center;
    padding: 20px 0 10px;
    margin: 30px 0 0;
    background: #f7f7f7;
}
.sidebar-banners .bottom-banners {
	margin: 0 0 20px;
	padding: 0;
	background: none;
}
.sidebar-banners .wrapper {
	width: auto;
}
.bottom-banners .item {
    display: inline-block;
    position: relative;
    width: 320px;
    margin-right: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 140px;
    overflow: hidden;
    border-radius: 2px;
    background-position: 50% 50%;
}
.sidebar-banners .bottom-banners .item {
	height: 110px;
}
.bottom-banners .item::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    background: rgba(34, 123, 179, 0.7);
}
.bottom-banners .item:hover::before {
    transition: .2s;
    /*background: rgba(34, 123, 179, 0.9);*/
    background: rgba(17, 89, 134, 0.9);
}
.bottom-banners .item a {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}
.bottom-banners .item.last {
    margin-right: 0;
}
.bottom-banners .item.onkotesty {
    background-image: url(images/onkotesty-min.jpg);
}
.bottom-banners .item.partners {
    background-image: url(images/partners-min.jpg);
}
.bottom-banners .item.encyclopedia {
    background-image: url(images/encyclopedia-min.jpg);
}
.bottom-banners .item.state {
    background-image: url(images/state-min.jpg);
}
.bottom-banners .item.express {
    background-image: url(images/express-min.jpg);
}
.doctor-left-form {
	left: 0;
    /* height: 400px; */
    top: 200px;
    width: 300px;
    /* margin-top: -200px; */
    position: fixed;
    left: -500px;
    background: #fff;
    box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, 0.13);
    transition: .4s;
    z-index: 9999;
}
.doctor-left-form div.wpcf7 .ajax-loader {
	position: absolute;
	margin: -29px 0 0 150px;
}
.doctor-left-form.show {
    left: 0;
    transition: .4s;
}
.doctor-left-form .title {
    overflow: hidden;
    padding: 20px 20px 0;
/*    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;*/
}
.doctor-left-form .photo {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e4e4e4;
    margin: 0 10px 0 0;
    border-radius: 40px;
    background: url(images/professor-min.jpg) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.doctor-left-form .title .text {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.doctor-left-form .title .text span {
	color: #227bb3;
}
.doctor-left-form textarea,
.doctor-left-form input {
    font-family: "Roboto", sans-serif;
    width: 100%;
    margin: 0 0 15px;
    padding: 7px 15px;
    border-radius: 1px;
    border: none;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.doctor-left-form input.wpcf7-not-valid {
	border: 1px solid #e02020;
}
.doctor-left-form textarea {
    height: 80px;
}
.doctor-left-form div.wpcf7-response-output {
	border: none;
	padding: 15px 5px 0 !important;
	margin: 0 !important;
	font-size: 14px;
}
.doctor-left-form input[type='submit'] {
    color: #fff;
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    border: none;
    margin: 0;
    width: 140px;
    font-size: 14px;
    border-radius: 32px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    transition: .2s;
    background: #227bb3;
}
.doctor-left-form input[type='submit']:hover {
	cursor: pointer;
    background: #8fb533;
    transition: .2s;
}
.doctor-left-form span.wpcf7-not-valid-tip {
	display: none !important;
}
.doctor-left-form .wpcf7 {
    padding: 20px 20px 30px;
}
.doctor-left-form-close {
    display: block;
    background: rgb(34, 123, 179);
    font-size: 13px;
    color: #fff;
    right: -25px;
    top: 0px;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
}
.doctor-left-form-close:hover {
	cursor: pointer;
	background: #73a00f;
}

.adv-block-1,
.adv-block-2,
.block-reviews {
    padding: 50px 0 40px;
    margin: 40px 0 15px;
    background: #f7f7f7;
}

.adv-block-1,
.adv-block-2 {
    margin-top: 15px;
}

.adv-block-1,
.adv-block-2 {
    padding: 15px 0 15px;
}

.adv-block-1-title,
.adv-block-2-title,
.block-reviews-title {
	margin: 0 0 45px;
}
.block-reviews .slick-prev,
.block-reviews .slick-next {
	display: none !important;
}
.block-reviews .all-reviews {
	position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 30px 15px;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 35px;
    background: #73a00f;
}
.block-reviews .all-reviews:hover {
    background: #227bb3;
}
.block-reviews .items {
	margin: 0 0 25px;
}
.block-reviews .items .item {
	padding: 0 0 2px;
}
.block-reviews .item article {
	position: relative;
	margin: 0 10px;
	padding: 20px;
	box-shadow: 0px 1px 4px 0 #00000029;
	border-radius: 1px;
	background: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-reviews .item article .more {
	font-size: 14px;
	color: #227bb3;
}
.block-reviews .item article:hover .more {
	text-decoration: underline;
}
.block-reviews .item article img {
	border-radius: 50px;
	margin: 0 20px 0 0;
}
.block-reviews .item article .title {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
}
.block-reviews .item article .title a {
    display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 330px;
}
.block-reviews .item article .title a::before {
	display: block;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.block-reviews .item article p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.block-reviews .slick-dots {
	position: relative;
	padding: 0 0 30px;
}
.block-reviews .slick-dots li {
	margin: 0 3px;
}
.block-reviews .slick-dots li button::before {
	font-size: 20px;
	opacity: 1;
	color: #c7c7c7;
}
.block-reviews .slick-dots li.slick-active button:before {
	color: #73a00f;
}

#contact-whatsapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 10px;
    font-size: 18px;
    color: #333;
    background-size: 50px;
    text-decoration: none;
    line-height: 25px;
    box-shadow: 0 0 5px 0px rgba(0, 157, 255, 0.2);
    max-width: 470px;
    margin: 0 auto 20px;
    border-radius: 10px;
}


#contact-whatsapp div {
    font-size: 16px;
    color:#227bb3;
    font-weight: 400;
}
#contact-whatsapp.showFixedForm .info {
    font-size: 17px;

}
#contact-whatsapp .icon {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    background: url(images/wa-logo-min.png) 50% 50% no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
}
#contact-whatsapp span {

    color: #32b946;
}

.wa-online-small {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;

}
.wa-online-small #contact-whatsapp {
    width: auto;
    margin: 0 auto 15px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}
.wa-online-small #contact-whatsapp .icon {
    width: 40px;
    height: 40px;
    -webkit-background-size: 30px;
    background-size: 30px;
}
.wa-online-fixed {
    position: fixed;
    top: 320px;
    left: -1px;
    /*background: #fff;*/
    /* -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); */

}
#fixed-price-container{
    z-index: 100000;
}

.wa-online-fixed a{

    font-weight: 600;
}

.wa-online-fixed a .info{
    color:black
}
.showFixedForm .icon{
    display: none;
}

.showFixedForm .info span{
	display:block;
	text-align:center;
}
.table-fixed{
    background: white;

    position: relative;

}
.table-fixed tr th {
    color: #fff;
    font-weight: 400;
    text-align: center;
    background: #227bb3;
}
.table-fixed tr:nth-child(even) td{
    background: #eaeaea;
}
.table-fixed td, .table-fixed th{
    padding: 17px 15px;
}
.table-holder{
    position: fixed;
    left:-315px;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    top: 30%;
    box-shadow: 1px 1px 13px 1px black;
    /* transform: rotate(-90deg); */
}
.table-holder1{
    left:-315px;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    top: 30%;
    box-shadow: 1px 1px 13px 1px black;
    /* transform: rotate(-90deg); */
}
.button-price{
    position: relative;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    background: #fff;
      border-radius: 0;
      margin: 0 !important;
      font-size: 20px;

      line-height: 26px;

}


.table-fixed th:last-child {
    width: 64px;
}
.button-price.button-price-hidden{
    left: -230px;
}
.table-holder.table-showed{
    left: 30px;
}
.icon-holder{
    cursor: pointer;
    z-index: 1000;
    border: 1px solid black;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -22px;
    background: white;
}



.adv-block-1 .inner-adv-block div:first-child{
    text-align: right;

}

.adv-block-1 .inner-adv-block div:last-child{
    text-align: left;
}

#contact-whatsapp.button-price .info{
	font-size:15px;
}
.wa-online-fixed #contact-whatsapp {
    background: #227BB3;
    border-radius: 32px;
      margin: 0 !important;
      font-size: 20px;
    transition: background 0.2s ease ;

      line-height: 26px;
          padding: 6px 16px 6px 16px;
      box-shadow: 1px 1px 13px 1px black;
}
.wa-online-fixed #contact-whatsapp .info{
    color: white;
}

.wa-online-fixed #contact-whatsapp:hover{
    background: #73A00F;
}
.wa-online-fixed #contact-whatsapp .icon{
  -webkit-background-size: 50px;
  background-size: 50px;
  margin-right: 13px;
  width: 50px;
  height: 50px;
}

.phones-text-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    margin: 0 0 15px;
}
.phones-text-line a {
display: inline-block;
    padding: 0 0 0 25px;
    font-size: 16px;
    border: 1px solid #f7f7f7;
    font-weight: 500;
    padding: 7px 20px 7px 40px;
    border-radius: 20px;
    text-decoration: none;
    background: url(images/phone-icon.png) 15px 50% no-repeat;
}
.phones-text-line a:hover {
    background-color: #f7f7f7;
    cursor: pointer;
    text-decoration: none;
}

.rating-stars-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.rating-stars-wrapper .rate {
  font-weight: 700;
  font-size: 14px;
}
.rating-stars {
    width: 101px;
    height: 16px;
    margin: 0 10px 0 0;
    display: block;
    vertical-align: top;
    background: url(images/stars.png) 0 -16px;
}
.rating-stars-label {
  font-size: 12px;
  line-height: 1.1;
  margin: 12px 0;
}
.rating-stars div {
    height: 16px;
    text-indent: -5000px;
    background: url(images/stars.png) 0 0;
}

.adv-block-1 img {
	padding:12px;
}

.adv-block-2 img {
	padding:12px;
}

div.inner-adv-block {
	text-align: center;
    margin-top: 15px;
    height: auto;
}

div.adv-block-2 div.inner-adv-block div {
    height: auto;

    float: left;
    width: 20%;
    display: inline-block;
}

div.adv-block-2 div.inner-adv-block div.last-block {
/*
    float: none;
    margin-top: 40px;
    display: inline-block;
    margin-right: 10%; */

    height: 60px;
    float: none;
    margin-top: 20px;
    display: inline-block;
    margin-right: 10%;
    width: 100%
}

div.adv-block-1 div.inner-adv-block div {
	height: 176px;
    float: left;
    width: 33%;
    display: inline-block;
}
#contact-whatsapp.mobile-watsapp-recon{
    display:none;
}
#contact-whatsapp.mobile-watsapp-recon span{
    display:block;
}
/* Панель: связь с клиникой Ассута*/
#contact-assuta-whatsapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 10px;
    font-size: 18px;
    color: #333;
    background-size: 50px;
    text-decoration: none;
    line-height: 25px;
    box-shadow: 0 0 5px 0px rgba(0, 157, 255, 0.2);
    max-width: 470px;
    margin: 0 auto 20px;
    border-radius: 10px;
}
#contact-assuta-whatsapp div {
    font-size: 16px;
    color:#227bb3;
    font-weight: 400;
}
#contact-assuta-whatsapp.showFixedForm .info {
    font-size: 17px;
}
#contact-assuta-whatsapp .icon {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    background: url(images/wa-logo-min.png) 50% 50% no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
}
#contact-assuta-whatsapp span {
   color: #32b946;
}
.wa-online-small #contact-assuta-whatsapp {
    width: auto;
    margin: 0 auto 15px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}
.icon, .wa-online-small #contact-assuta-whatsapp .icon {
    width: 40px;
    height: 40px;
    -webkit-background-size: 30px;
    background-size: 30px;
}

#contact-assuta-container{
    z-index: 100000;
	top: 400px;
}
#contact-assuta-container1{
    z-index: 100000;
	top: 250px;
	left:80%;
}
#contact-assuta-container .title {
	text-transform: unset;
	font-size: 1.2em;
}
.table-fixed th:last-child {
    width: 64px;
}
.button-price.button-price-hidden{
    left: -230px;
}
.table-holder.table-showed{
    left: 30px;
}
.icon-holder{
    cursor: pointer;
    z-index: 1000;
    border: 1px solid black;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -22px;
    background: white;
}
.adv-block-1 .inner-adv-block div:first-child{
    text-align: right;

}
.adv-block-1 .inner-adv-block div:last-child{
    text-align: left;
}
#contact-assuta-whatsapp.button-price .info {
	font-size:15px;
}
.wa-online-fixed #contact-assuta-whatsapp {
    background: rgb(227, 21, 2);
    border-radius: 32px;
    margin: 0 !important;
    font-size: 20px;
    transition: background 0.2s ease ;
	line-height: 26px;
	padding: 6px 16px 6px 16px;
	box-shadow: 1px 1px 13px 1px black;
}
.wa-online-fixed #contact-assuta-whatsapp .info {
    color: white;
}
.wa-online-fixed #contact-assuta-whatsapp:hover {
    background: #73A00F;
}
.wa-online-fixed #contact-assuta-whatsapp .icon {
  -webkit-background-size: 50px;
  background-size: 50px;
  margin-right: 13px;
  width: 50px;
  height: 50px;
}
.left-side-form {
	width: 290px;
	position: unset;
	transform: none;
}
/* Панель: связь с клиникой Ассута*/
@media only screen and (max-width:397px){
    .inner-adv-block{
        flex-direction: column;
        align-items: center;
    }
    .inner-adv-block div{
        height: auto!important;
    }

}

@media only screen and (min-width:0px) and (max-width:1400px), only screen and (min-device-width:0px) and (max-device-width:1400px) {
    .fixed_counting .wrapper {
        max-width: 1200px;
    }
}
@media only screen and (min-width:0px) and (max-width:700px), only screen and (min-device-width:0px) and (max-device-width:700px) {



    .wrapper {
        width: 90%;
        margin: 0 5%;
    }
    [class*="col-"] {
        width: 100%;
    }
    .phones-text-line {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .phones-text-line a {
        margin: 5px 0;
    }
    .wa-online-fixed,
    .doctor-left-form,
    .home-block-counting,
    .fixed_counting {
        display: none !important;
    }

    .category_list .subcats {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .category_list .subcats .item {
        margin: 0 0 10px;
    }

    .left-sidebar #sidebar_menu .open-sidebar-menu {
    	margin-top: 0;
    }
    .left-sidebar .side_order {
    	display: none;
    }
    .category_list article img {
        float: none;
        margin: 0 0 10px;
    }
    .home .header {
        margin: 0 0 25px;
    }
    .header .main-menu nav .burger {
        display: block;
    }
    .partners_page_logos img {
        margin: 20px 20px;
    }
    .block-news-title {
        line-height: 1;
    }
    #sidebar_menu .menu-title {
    	display: none;
    }
    #sidebar_menu .open-sidebar-menu {
        display: block;
    }

    .modalDialog>div {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        border-radius: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content {
        padding: 0;
    }

    .header .logo {
        margin: 0 0 25px;
    }
    .header .sub_logo {
        margin: 0 0 25px;
        flex-basis: 100%;
        text-align: center;
    }
    .header-bottom .address {
        margin: 0 0 10px;
    }
    .header .auto-search {
        width: 100%;
    }
    .header-bottom {
        padding: 0 0 25px;
    }
    .header-bottom .wrapper {
        justify-content: flex-start !important;
    }

    .header-top .wrapper, .header-middle .wrapper, .header-bottom .wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-top {
        padding: 5px 0;
    }
    .header-top .wrapper .item {
        line-height: 20px;
        flex-basis: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        background-repeat: no-repeat;
        background-position: 10px 50%;
        padding: 5px 0 5px 50px;
    }
    .header-top .wrapper .item.rus {
        background-image: url(images/rus-min.png);
    }
    .header-top .wrapper .item.isr {
        background-image: url(images/isr-min.png);
    }
    .header-top .wrapper .item img {
        display: none !important;
    }
    .header-top .wrapper .item .title {
        font-weight: 500;
        flex-basis: 100%;
        /*margin: 0 0 5px;*/
    }

    .header-middle .relogos {
        display: none;
    }

    .header .main-menu,
    .header .main-menu nav,
    .header .main-menu ul {
        height: auto;
        /*min-height: 56px;*/
    }
    .header .main-menu {
        border-top: 1px solid #d3d3d3;
    }
    .header .main-menu .wrapper {
        width: 100%;
        margin: 0;
    }
    .header nav > ul {
        display: none;
    }
	.header #menu-item-7282 ul,
    .header #menu-item-1575 ul,
    .header #menu-item-1858 ul,
    .header nav > ul > li > ul {
        display: none;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        margin: 10px 0 20px;
        width: 100%;
        min-width: 100%;
    }

    .header nav > ul > li > ul::before {
        display: none !important;
    }

    .header nav.mobile_open > ul {
        display: block;
    }
    .header nav.mobile_open > ul li a {
        font-size: 16px;
    }
    .header nav.mobile_open > ul > li.open_submenu > ul {
        display: block;
    }
    .header .main-menu.fixed nav {
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
    }
    .header .rel-logos {
        padding-top: 0;
    }
    article.single .video {
        height: 200px;
    }
    article.single img {
	    display: block !important;
    	margin: 0 auto 10px !important;
	    float: none !important;
    }

    .home_page .cats_home .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home_page .cats_home .col-4 .inner a {
        justify-content: flex-start;
        text-align: left;
        height: auto;
        min-height: auto;
    }

	.adv-block-1-title,
	.adv-block-2-title,
	.block-reviews-title {
		line-height: 33px;
		margin-bottom: 35px;
	}
	.block-reviews .item article {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-reviews .item .media {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin: 0 0 15px;
		flex-basis: 100%;
	}
	.block-reviews .item article .title a {
		width: 100%;
		text-overflow: normal;
		white-space: normal;
	}
	.block-reviews .item article {
		margin: 0;
	}

    .left-sidebar {
        width: 100%;
        margin: 0 0 30px;
	display: none;
    }

    .left-sidebar .reviews {
        display: none;
    }

    #sidebar_menu ul {
        display: none;
    }
    #sidebar_menu.mobile_open ul {
        display: block;
        margin: 20px 0 0;
    }
    #sidebar_menu.mobile_open ul > li > ul {
        display: none;
        position: relative;
        top: 0;
        margin: 0 0 10px;
        left: 0px;
        border-left: 4px solid #c7e283;
    }
    #sidebar_menu.mobile_open ul > li.open > ul {
        display: block;
        width: 100%;
    }

    .left-sidebar .banners {
        display: none;
    }

    .doctor-card {
        width: 100%;
    }
    .doctors_list .specialty-item ul {
        clear: both;
    }
    .doctors_list .specialty-item li {
        flex-basis: 100%;
    }
    .doctors_list .specialty-item li p {
    	min-height: 0;
    	height: auto;
    }
    .doctors_list .specialty-item li a.name {
        height: auto;
    }

    .services ul {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services li {
        flex-basis: 50%;
        margin: 0 0 20px;
    }
    .services li img {
    }

    .order_bottom_form {
        width: 100%;
        height: auto;
        /*padding: 15px 10px 10px;
        background: #92b832;*/
    }
    .order_bottom_form .doc {
        display: none;
    }
    .order_bottom_form .note {
        padding: 10px 20px;
        text-align: center;
    }
    .order_bottom_form .inner {
        padding: 20px;
    }
    .order_bottom_form form {
        padding: 0;
    }
    .order_bottom_form .title {
        font-size: 17px;
        padding: 15px 0;
        text-align: center;
        height: auto;
        background-image: none;
    }
    .order_bottom_form form input[type="submit"] {
        margin: 7px auto 10px;
        padding: 15px 0;
        font-size: 13px;
    }
    .order_bottom_form div.wpcf7-response-output {
        position: relative;
        /*padding: 0 0 4px !important;*/
        /*color: #fff;*/
    }
    .grinberg_block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .grinberg_block .flex {
    	-webkit-flex-wrap: wrap;
    	-moz-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	-o-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .grinberg_block .flex > div {
    	flex-basis: 100%;
    }
    .fixed_form {
        width: 100%;
        max-width: 100%;
    }
    .fixed_form-title {
        border-radius: 0 !important;
    }
    .fixed_form input[type="submit"] {
        width: 100%;
        padding: 15px 0;
        margin: 10px 0 0;
    }
    .form-big.green-bg {
        padding: 20px 0 0;
    }
    .fixed_form div.wpcf7-response-output {
        padding: 15px 0 !important;
    }
    .pharm_title .delivery {
        display: none;
    }
    .pharm_order .delivery {
        margin-left: 0;
        float: left;
    }

    .article-form {
        float: none !important;
        width: 100%;
        margin: 0 0 20px !important;
    }
    .article-form .title {
        text-align: center;
        height: auto;
        padding: 15px;
        background-image: none;
    }

    .footer-top {
        padding: 20px 0;
    }
    .footer-top .wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-top .relogos img {
        margin: 15px 10px;
        height: 30px;
    }
    .footer-bottom .wrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .footer-bottom .wrapper .copy {
        margin: 0 0 20px;
    }

    .bottom-banners .item {
        width: 100%;
        margin: 10px 0 !important;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .contact_page .contacts {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact_page .contacts .data {
        margin: 0 0 20px;
    }
    .contact_page .contacts > div {
        flex-basis: 100% !important;
    }
    .contact_page .contacts > div iframe {
        height: 300px;
    }

	span.horizontal-fio {
        width: 100%;
        /* color: #9b9b9b75; */


	}

	span.horizontal-phone {
		width: 100%;
		margin-left: 0;
	}

	input.horizontal-submit {
		width: 100% !important;
    }
    .showFixedForm{
        display: none!important;
    }

    #contact-whatsapp.mobile-watsapp-recon{
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -o-flex;
        display:flex;
    }

    .inner-adv-block{
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    div.adv-block-2 div.inner-adv-block div{
        width:auto;
    }
    .inner-adv-block div {

    }
    .adv-block-1 .inner-adv-block div{

    }
    .adv-block-1 .inner-adv-block div img{
        max-width: 100%;
        box-sizing: border-box;
    }
    .adv-block-2 img{
        max-width: 100%;
        box-sizing: border-box;
    }
    .adv-block-1 .inner-adv-block{

    }

    .adv-block-1 .inner-adv-block div{
        text-align: center!important;
        margin-bottom: 30px;
    }
    div.adv-block-2 div.inner-adv-block div.last-block{
        width: auto;
    }

    .adv-block-2{
        margin-bottom: 58px;
    }

}




/* Правки от Миши */

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

    .home .content picture img {width:180%;}
    [id='flow-form'] .title { font-size: 1em; padding-left: 75px; padding-right:10px; background-position-x: 8px; }

    zbody {
        float: left;
        background: red;
    }

    .slick-dots li {display:none;}
}


/* Стили для ссылки WhatsApp с иконкой */
.whatsapp-link {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    text-decoration: none;
    color: #25D366; 
    font-weight: 500;
    transition: color 0.3s ease;
}

.whatsapp-link:hover,
.whatsapp-link:focus {
    color: #128C7E; 
    outline: none;
}

.whatsapp-link img {
    width: 24px;       
    height: 24px;      
    margin-right: 6px; 
    object-fit: contain; 
}

/* Обновлённые стили для более аккуратного выделения иконки */
.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px; /* чуть отступа чтоб тень не обрезалась */
}

.icon-wrapper img {
  width: 28px;
  height: 28px;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon-wrapper:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}
