/*! normalize.css by Dream-Theme.com based on http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
	display: inline-block;
}

.old-ie audio,
.old-ie canvas,
.old-ie video {
	display: inline;
	zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
	display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * Resets all margins and paddings
 */

* {
	padding: 0;
	margin: 0;
}

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *	http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *	www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
	outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
	outline: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
	font-weight: bold;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
	font-style: italic;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-family: 'courier new', monospace;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
	quotes: none;
}

/* 2 */

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul,
dd {
	list-style: none;
	list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *	code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
	margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
	margin: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
}

.old-ie legend {
	margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
}

.old-ie button,
.old-ie input,
.old-ie select,
.old-ie textarea {
	vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
	line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *	Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* 1 */
	-webkit-appearance: button; /* 2 */
}

.old-ie button,
.old-ie input[type="button"],
.old-ie input[type="reset"],
.old-ie input[type="submit"] {
	overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 * Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

.old-ie input[type="checkbox"],
.old-ie input[type="radio"] {
	height: 13px; /* 3 */
	width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------- Меню Главная --------------------------*/
#menu-testing, #menu-testing ul, #menu-testing li {
  margin: 0;
  padding: 0;
}
#menu-testing, #menu-testing ul {
     background: rgba(255,255,255,0) none repeat center center;
}
#menu-testing { /* подменю перемещается относительно меню */
  position: relative;
  display: table;
  width: 100%;
  height: 110px;
}
#menu-testing ul { /* подменю находится вне потока */
  position: absolute;
  z-index: 5;
  display: none;
}
#menu-testing li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
}

#menu-testing li:hover ul li ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
 top: -1px; /* смещение самого внутреннего списка на 1px вверх */
    left: 100%; /* и смещение его за правую границу родителя */
    display: none;
}
#menu-testing li:hover ul, #menu-testing li:hover ul li:hover ul, #menu-testing li.ie6 ul, #menu-testing li.ie6 ul li.ie6 ul {
    display: block; /* делаем внутренние списки блочными (видимыми) при наведении мыши */
   }

#menu-testing li {
  display: table-cell;
  text-align: center;
  padding-top: 33px;
}
#menu-testing ul li {
  display: block;
  text-align: left;
}
#menu-testing .right { /* последнее подменю будет расширяться справа налево */
  direction: rtl;
}
#menu-testing .right ul { /* для IE, решение найдено случайно, где связь ??? */
  right: 0;
}
#menu-testing .right li { /* последнее подменю будет расширяться справа налево, но не пункты последнего подменю */
  direction: ltr;
}
#menu-testing a {
  display: block;
     padding: 12px 0 12px 0px;

  text-decoration: none;
  display: block;
    padding: 12px 0 12px 0px;
    color: #5E5E5E;
    text-decoration: none;
    font: normal 600 16px / 20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
}
#menu-testing ul a {
  padding: 3px 15px;
}
#menu-testing > li:hover {
background: rgb(233, 233, 233);
    border-top: 4px solid #2F60AD;
}

#menu-testing > li.act > a {
background: rgb(233, 233, 233);
    border-top: 4px solid #2F60AD;
}

.sub-menu
{

//width: 250px;

	  //  padding: 10px;
    //-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
   // box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
   // box-sizing: border-box;
}

#menu-testing > li > .sub-menu
{
background-color: #fff;
}
#menu-testing > li:hover > a
{
color: #2F60AD;
}
#menu-testing > li > .sub-menu > li
{
padding-top: 10px;
    padding-bottom: 11px;
}
#menu-testing > li > .sub-menu > li > .sub-menu
{
background-color: #fff;
}
#menu-testing > li > .sub-menu > li > .sub-menu  > li
{
padding-top: 10px;
    padding-bottom: 11px;
}
#menu-testing > li > .sub-menu > li > .sub-menu > li  >.sub-menu
{
background-color: #fff;
}
#menu-testing > li > .sub-menu > li > .sub-menu  > li > .sub-menu > li
{
padding-top: 10px;
    padding-bottom: 11px;
}


/* ----------------Меню здоровья----------------- */
#menu-men_zd, #menu-men_zd ul, #menu-men_zd li {
  margin: 0;
  padding: 0;
}
#menu-men_zd, #menu-men_zd ul {
     background: rgba(255,255,255,0) none repeat center center;
}
#menu-men_zd { /* подменю перемещается относительно меню */
  position: relative;
  display: table;
  width: 100%;
  height: 110px;
}
#menu-men_zd ul { /* подменю находится вне потока */
  position: absolute;
  z-index: 5;
  display: none;
}
#menu-men_zd li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
}

#menu-men_zd li:hover ul li ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
 top: -1px; /* смещение самого внутреннего списка на 1px вверх */
    left: 100%; /* и смещение его за правую границу родителя */
    display: none;
}
#menu-men_zd li:hover ul, #menu-men_zd li:hover ul li:hover ul, #menu-men_zd li.ie6 ul, #menu-men_zd li.ie6 ul li.ie6 ul {
    display: block; /* делаем внутренние списки блочными (видимыми) при наведении мыши */
   }

#menu-men_zd li {
  display: table-cell;
  text-align: center;
  padding-top: 33px;
}
#menu-men_zd ul li {
  display: block;
  text-align: left;
}
#menu-men_zd .right { /* последнее подменю будет расширяться справа налево */
  direction: rtl;
}
#menu-men_zd .right ul { /* для IE, решение найдено случайно, где связь ??? */
  right: 0;
}
#menu-men_zd .right li { /* последнее подменю будет расширяться справа налево, но не пункты последнего подменю */
  direction: ltr;
}
#menu-men_zd a {
  display: block;
     padding: 12px 0 12px 0px;

  text-decoration: none;
  display: block;
    padding: 12px 0 12px 0px;
    color: #5E5E5E;
    text-decoration: none;
    font: normal 600 16px / 20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
}
#menu-men_zd ul a {
  padding: 3px 15px;
}
#menu-men_zd > li:hover {
background: rgb(233, 233, 233);
    border-top: 4px solid #2F60AD;
}

#menu-men_zd > li.act > a {
background: rgb(233, 233, 233);
    border-top: 4px solid #2F60AD;
}

.sub-menu
{

//width: 250px;

//	    padding: 10px;
 //   -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
 //   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
   // box-sizing: border-box;
	line-height: 1;
}

#menu-men_zd > li > .sub-menu
{
background-color: #fff;
}
#menu-men_zd > li:hover > a
{
color: #2F60AD;
}
#menu-men_zd > li > .sub-menu > li
{
padding-top: 10px;
    padding-bottom: 11px;
}
#menu-men_zd > li > .sub-menu > li > .sub-menu
{
background-color: #fff;
}
#menu-men_zd > li > .sub-menu > li > .sub-menu  > li
{
padding-top: 10px;
    padding-bottom: 11px;
}
#menu-men_zd > li > .sub-menu > li > .sub-menu > li  >.sub-menu
{
background-color: #fff;
}
#menu-men_zd > li > .sub-menu > li > .sub-menu  > li > .sub-menu > li
{
padding-top: 10px;
    padding-bottom: 11px;
}




#bl_ac
{
float: left;
    width: 30%;
   // border: 1px solid red;
    margin-left: 2%;
    }
	#bl_ac p
	{
	padding:10px;
	}
#gl_ac
{
width: 74%;
    float: left;
}

   #bt_sky
{
       margin-right: 257px;
    margin-left: 222px;
}
#s1
{
margin-left: 200px;
}
#s2
{
   margin-left: 272px;
}
#s3
{
margin-right: 38px;
}

.icon_spa
{
    width: 126px;
    height: 126px;
    border: 8px solid #f8f8f8;
    border-radius: 50%;
    margin-right: 11px;
	    background: url(/wp-content/uploads/2015/12/stripes_3_b.png) #fff;
}

.icon_spa:before
{
 display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f046";
    position: relative;
    top: 34px;
    left: 41px;
    font-size: 58px;
}

.s_chego_nachat {
    height: 53px;
    clear: both;
    background-image: url(/wp-content/uploads/2015/12/bg_start.png);
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-x;
    background-color: #f9f9f7;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #e5e6e4;
    border-bottom-color: #d8d8d8;
    background-position: 1px;
    display: block;
}
.s_chego_nachat p {
    color: #003399;
    font-size: 25px;
    padding-top: 12px;
    width: 950px;
    margin: 0 auto;
    line-height: 30px;
    text-indent: 60px;
}
.poshuk .social_link {
    float: left;
    margin-right: 80px;
    position: relative;
    bottom: 5px;
}
.poshuk .social_link a {
    border: 0 none;
    text-decoration: none;
    background-image: url(/wp-content/uploads/2015/12/sotcial_net.jpg);
    height: 32px;
    width: 32px;
    float: left;
    margin: 0 2px;
}
.poshuk a, .poshuk a:visited {
    float: right;
    font-size: 16px;
    color: #003c86;
    border-bottom: 1px solid #003c86;
}
.poshuk {
   // border-top: 1px solid #b8c9d6;
    height: 79px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 49px;
    width: 870px;
    margin: auto;
}
.vkontakte {
}

.facebook {
    background-position: 103px;
}
.twitter {
    background-position: 68px;
}
.odnoklassniki {
    background-position: 32px;
}
#st_tx
{
//width: 133%;
	//    width: 685px;
}
.black
{
   // font-size: 62px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #2F60AD;
    font-style: italic;
    text-decoration: none;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
}
#menu-left-menu-zd > li > a
{
font-size: 15px;
    font-weight: 700;
    color: black;
}

/* --------------------------- Меню стомат --------------------------*/
#menu-men_dent, #menu-men_dent ul, #menu-men_dent li {
  margin: 0;
  padding: 0;
}
#menu-men_dent, #menu-men_dent ul {
     background: rgba(255,255,255,0) none repeat center center;
}
#menu-men_dent { /* подменю перемещается относительно меню */
  position: relative;
  display: table;
  width: 100%;
  height: 110px;
}
#menu-men_dent ul { /* подменю находится вне потока */
  position: absolute;
  z-index: 5;
  display: none;
}
#menu-men_dent li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
}

#menu-men_dent li:hover ul li ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
 top: -1px; /* смещение самого внутреннего списка на 1px вверх */
    left: 100%; /* и смещение его за правую границу родителя */
    display: none;
}
#menu-men_dent li:hover ul, #menu-men_dent li:hover ul li:hover ul, #menu-men_dent li.ie6 ul, #menu-men_dent li.ie6 ul li.ie6 ul {
    display: block; /* делаем внутренние списки блочными (видимыми) при наведении мыши */
   }

#menu-men_dent li {
  display: table-cell;
  text-align: center;
  padding-top: 33px;
}
#menu-men_dent ul li {
  display: block;
  text-align: left;
}
#menu-men_dent .right { /* последнее подменю будет расширяться справа налево */
  direction: rtl;
}
#menu-men_dent .right ul { /* для IE, решение найдено случайно, где связь ??? */
  right: 0;
}
#menu-men_dent .right li { /* последнее подменю будет расширяться справа налево, но не пункты последнего подменю */
  direction: ltr;
}
#menu-men_dent a {
  display: block;
     padding: 12px 0 12px 0px;

  text-decoration: none;
  display: block;
    padding: 12px 0 12px 0px;
    color: #5E5E5E;
    text-decoration: none;
    font: normal 600 15px / 20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
}
#menu-men_dent ul a {
  padding: 3px 15px;
}
#menu-men_dent > li:hover {
background: rgb(233, 233, 233);
    border-top: 4px solid #2F60AD;
}

#menu-men_dent > li.act > a {
background: rgb(233, 233, 233);
    border-top: 4px solid #2F60AD;
}

.sub-menu
{

//width: 250px;

	//    padding: 10px;
   // -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
 //   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
   // box-sizing: border-box;
}

#menu-men_dent > li > .sub-menu
{
background-color: #fff;
}
#menu-men_dent > li:hover > a
{
color: #2F60AD;
}
#menu-men_dent > li > .sub-menu > li
{
padding-top: 10px;
    padding-bottom: 11px;
}
#menu-men_dent > li > .sub-menu > li > .sub-menu
{
background-color: #fff;
}
#menu-men_dent > li > .sub-menu > li > .sub-menu  > li
{
padding-top: 10px;
    padding-bottom: 11px;
}
#menu-men_dent > li > .sub-menu > li > .sub-menu > li  >.sub-menu
{
background-color: #fff;
}
#menu-men_dent > li > .sub-menu > li > .sub-menu  > li > .sub-menu > li
{
padding-top: 10px;
    padding-bottom: 11px;
}

#menu-men_dent > li > .sub-menu
{
width:250px;
}
#menu-men_dent > li > .sub-menu > li:hover
{
    background-color: #67A4C0;

}
#menu-men_dent > li > .sub-menu > li > a
{

}
#menu-men_dent > li > .sub-menu > li > a:hover
{
  color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    margin-left: 20px;
	 -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -o-transition: all.6s ease;
    -ms-transition: all.6s ease;
    transition: all.6s ease;
}

#h1dent
{
font-size: 20px;
    color: #5d9ff5;
    font-weight: bold;
}
#imcentr
{
    width: 516px;
    margin: 0 auto;
}


.get_in_touch,
.infobox {
    background-color: #20295b;
}
.get_in_touch,
.get_in_touch a,
.get_in_touch h3,
.get_in_touch ul, .infobox,
.infobox a,
.infobox h3,
.infobox ul {
    color: #fff !important;
}
.get_in_touch {
    padding: 25px 20px 25px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.get_in_touch ul {
    margin: 0;
    font-size: 100%;
    line-height: normal;
}
.get_in_touch ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
}
.get_in_touch ul li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    color: rgba(0,0,0,.7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    text-align: center;
}
.icon-location:before {
	font-family: FontAwesome;
    content: '\e843';
}
[class^="icon-"]:before, [class*=" icon-"]:before {

    font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.get_in_touch ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
}
.get_in_touch ul li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    position: absolute;
    left: -30px;
    bottom: 0;
}
.icon-phone:before {
    content: '\e855';
}
.icon-mail:before {
    content: '\e809';
}
#menu-men_zd > li > .sub-menu
{
    border-bottom: 4px solid #2F60AD;
    background: #E9E9E9;
}
#menu-men_zd > li > .sub-menu > li > a
{
    color: rgba(8, 8, 8, 0.72);
    text-shadow: 1px 1px 1px rgba(247, 244, 244, 0.9);
}

#menu-men_zd > li > .sub-menu > li:hover
{
background: #afc5d2;
}

#menu-men_zd > li > .sub-menu > li > a:hover {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    margin-left: 20px;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -o-transition: all.6s ease;
    -ms-transition: all.6s ease;
    transition: all.6s ease;
}
#menu-left-menu-zd > li > .sub-menu > li > a:hover

{
color:#2a83ed;
}
#menu-left-menu-zd > li > .sub-menu > li > a:active
{
color:red;
}


 .info-b1
{
width: 25%;
//margin-top:40px;
color:#fff;
    float: left;
	    min-width: 240px;

}
.info-b
{
width: 30%;
margin-top:40px;
color:#fff;
    float: left;
	    min-width: 354px;
}

.title-b
{
    font-size: 18px;
	color:#fff;
}
.cont-f
{
    color: #9ea0a4;
	    margin-top: 25px;
}
.fot-ak
{
    max-width: 300px;
}

#content  > article > .blog-content
{
bottom:0;
	
}

#content  > article > .blog-content > h2 > a:hover
{
background:none;
	
}

.logo-classic #main-nav
{
	text-align:center;
	
}

#main-nav > li > a

 {
	     text-transform: uppercase !important;
		 padding: 15px 10px 15px 10px !important;
	 
 }
 .dvideo
 {
	 
	    width: 500px;
    float: left; 
	    margin-left: 71px;
 }
 .dvideo-title 
 {
	    min-height: 212px; 
 }
 .dvideo-title2
 {
	  min-height: 100px !important; 
 }
#adress,
#agent_detail
{
    width: 500px;
    float: left;
}

.manager_box11 {
    width: 100%;
}
.manager_box11 {
    float: left;
}
.manager_box {
    position: relative;
}
.manager_box {
       display: inline-block;
    float: left;
    margin: 5px 20px 5px 5px !important;
    padding: 0;
    float: left;
    position: relative;
    min-width: 230px;
    height: 550px;
    width: 30%;
}
#gallery-1 {
    margin: auto;
}
.gallery {
    letter-spacing: normal;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    //width: 33%;
}
.gallery dl {
    margin: 0;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#gallery-2,
#gallery-3
{
margin: auto;
}
.im-kont
{
	
	float:left;
	width:30%;
	min-width:230px;
	text-align:center;
}

.podbor > div > div > div > article > .blog-content > p
{
	display:none;
}
.podbor > div > div > div > article > .blog-content > a
{
	display:none;

}
.a-akcii,
.a-akcii:hover
{
	color:red;
}
.podbor > div > div > div > article
{
	
max-height: 275px;	
}


.footer .post-content .text-secondary {
    color: #fff!important;
}
input
{
border-radius: 0 !important;
}