@import url("font-awesome.min.css");

@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSansLight/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight/OpenSansLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSansRegular/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSansSemiBold/OpenSansSemiBold.eot');
    src: url('../fonts/OpenSansSemiBold/OpenSansSemiBold.woff') format('woff'),
         url('../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSansBold/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSansBold/OpenSansBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Prosto Sans';
  src: url('../fonts/ProstoSansBold/ProstoSansBold.eot');
  src: url('../fonts/ProstoSansBold/ProstoSansBold.woff') format('woff'), url('../fonts/ProstoSansBold/ProstoSansBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.cbc.cbc-mobile{
    display: none;
}
.mobile-item-block {
    display:none;
}
#spisok.cf .cl_1.page_nav_big {
	width: 1%;
}

#spisok.cf.inner-list .cl_1.page_nav_big {
	width: 25%;
}

/*адаптив___________________________________________________*/

.top_nav ul {
  opacity: 1;
}
.cbc {
  min-width: 320px;
}
.top_box .search_box input[type="text"] {
  width: 86%;
}
.close {
    display: none;
}
@media screen and (max-width: 990px) {
	#spisok.cf .cl_1.page_nav_big, #spisok.cf.inner-list .cl_1.page_nav_big {
		width: 100%;
	}
	div#spisok .cl_1.black {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	div#spisok {
		position: relative;
		padding-top: 0;
	}
    table {
        display: block;
    overflow: auto;
    }
  .about_box > div {
    display: block;
    width: 100%;
  }
    .part_nav {
        background-color: #232e2a;
        height: 1050px;
    }
  .part_nav .sub_nav ul,
  .part_nav .sub_nav_big ul {
    width: 60%;
    height: auto !important;
  }
  .part_nav .space_box_big,
  .part_nav .space_box {
    width: 60%;
  }
  .part_nav .wrap,
  .part_nav .wrap_big {
    width: 60%;
  }
  .lside {
    display: none;
    overflow: visible !important;
  }
  .main_box {
    margin-left: 0px;
  }
  .cl_3 {
    width: 100%;
  }
  .cl_1 {
    width: 100%;
    text-align: center;
  }
  .slider_box .iosSlider {
    width: 100% !important;
  }
  .top_nav {
    margin-top: 74px;
    height: auto;
    width: 45%;
  }
  .top_nav ul {
    display: none;
    position: absolute;
    background-color: #599179;
    width: 100%;
    text-align: center;
    z-index: 1001;
  }
  .close {
    color: #599179;
    background: white;
        display: inline-block;
  }
  .mob-btn {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 100px;
  }
  .mob-btn:hover,
  .mob-btn-lside:hover,
    .close:hover {
    cursor: pointer;
  }
  .mob-btn-lside {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
  .mob-btn-lside.active {
    left: 210px;
  }
    .mob-btn-lside.active span {
        background: white;
        width: 20px;
    }
    .mob-btn-lside.active span:last-child {
        display: none;
    }
    .mob-btn-lside.active span:nth-child(2) {
        -moz-transform: rotate(-45deg); /* Для Firefox */
    -ms-transform: rotate(-45deg); /* Для IE */
    -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg); /* Для Opera */
    transform: rotate(-45deg);
        top: 20px;
    position: fixed;
    }
    .mob-btn-lside.active span:first-child {
        -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
        position: fixed;
    }
  .mob-btn-lside span {
    display: block;
    width: 30px;
    height: 5px;
    background: black;
    margin-top: 5px;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 5px;
    background: white;
    margin-top: 5px;
  }
  .top_nav li {
    display: block;
    margin-left: 11.1667px; 
    margin-right: 11.1667px;
  }
  .top_nav li:last-child {
    padding: 10px 25px;
    margin: 27px 0;
    display: inline-block;
    border-radius: 10px;
  }
  .text_block p {
    max-width: 620px;
  }
  .text_block p img {
    width: 100%;
    height: auto;
  }
  .cl_1.page_nav_big {
    width: 100%;
    text-align: center;
  }
  .page_nav_big {
    height: auto;
  }
  .page_nav_big + .cl_1 {
    width: 100%;
  }
  .text_block td {
    padding: 10px;
  }
  .info_text .photo_box img {
    height: 510px;
  }
  .entry {
    padding: 0;
  }
  .text_box {
    margin-left: 0 !important;
  }
  .top_box .cl_1 {
    width: 55%;
  }
  .contacts_box {
    padding: 0;
  }
  .ls_nav li:after {
    content: "";
    position: absolute;
    z-index: 200;
    left: 167px;
    top: 50%;
    margin-top: -16px;
    width: 33px;
    height: 33px;
    background: url(https://rammedina.ru/img/w_r_arow.png) #348261 center no-repeat;
  }
  .page_nav_big {
    padding: 35px 40px 35px 40px;
  }
  .price_list h3 {
    font-size: 14px;
  }
    .h_logo_box {
    margin-top: 15px;
}
}

@media screen and (max-width: 620px) {
.slider_box.cl_3 {
    width: 320px;
    position: fixed;
    left: -99999px;
}
  h3 {
    font: 14px/34px 'Prosto Sans';
  }
  .text_block p {
    max-width: 480px;
  }
  .phonebig {
    font-size: 14px !important;
  }
  p {
    font-size: 11px;
  }
  .bt_nav a.ico_1,
  .bt_nav a.ico_2,
  .bt_nav a.ico_3,
  .bt_nav a.ico_4 {
    background: none;
  }
  .bt_nav a {
    padding-left: 0;
  }
  .gallery div.img {
    float: none;
  }
  .faqfrm {
    margin: 0;
  }
  .faqfrm input,
  .faqfrm textarea {
    width: 400px;
  }
}
@media screen and (max-width: 479px) { 
    .part_nav {
        background-color: #232e2a;
        height: 1215px;
    }
    
    h1 {
            font: bold 25px/1 'Prosto Sans';
    }
    p {
        padding: 10px;
    }
    .part_nav .sub_nav_big li,
    .part_nav .sub_nav li{
        margin-bottom: 15px;
    }
    .part_nav .sub_nav_big ul a,
    .part_nav .sub_nav ul a{
            font: 10px/16px 'Prosto Sans';
    }
    .part_nav .wrap_big,
    .part_nav .wrap{
    padding-left: 77px;
    background: #232e2a;
    padding-right: 10px;
}
    .part_nav li.active > a:after {
        display: none;
    }
    .slider_box .item img {
        width: 789px;
        height: 100%;
    }
    .slider_box .text_box .title {
    font: 29px/55px 'Prosto Sans';
     margin-bottom: 0px; 
}
    .slider_box .text_box {
    position: absolute;
    top: 175px;
    left: 20px;
}
    .iosSlider {
        height: 500px !important;
    }
    .text_block {
        margin: 0 20px 65px 20px;
    }
    .top_box .search_box input[type="text"] {
    padding: 0 0px 0 7px;
}
    .top_box .search_box {
    margin: 20px 20px 0 20px;
}
    .sub-menu {
    left: 180px;
    width: 180px;
    padding: 112px 20px 0 20px;
}
    .lside {
    width: 180px;
    padding: 30px 20px 0 20px;
}
    .ls_nav a {
    margin-right:0px;
    font: 10px/18px 'Prosto Sans';
}
    .sub-menu a {
    font-size: 10px;
}
    .h_logo_box img {
    margin: 0 0 4px 18px;
    width: 100%;
}
    .h_logo_box strong {
        margin-left: 38px;
    }
    .mob-btn-lside.active {
    left: 155px;
  }
    .ls_nav li:hover:after {
        left: 135px;
    }
        .ls_nav li:after {
    left: 130px;
}
    .price_list td:first-child {
        padding: 0;
    }
    .cl_2 {
        width: 100%;
    }
    .info_text .text_box {
    height: 520px;
}
    .faqfrm input, .faqfrm textarea {
    width: 280px;
}
    .inimbl img,
    .gallery img,
    .lekar,
    .doctor_list li img{
    width: 100%;
        min-width: 100%;
}
    .inimbl {
    width: 250px;
}
    .text_block li {
     margin-left: 0px; 
}
    .doctor_list li {
     margin-right: 0px; 
     min-width: 100%; 
}
    h2 {
    margin: 20px 0 20px 0px;
        text-align: center;
}
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	outline: none;
}

body {
	font-family: 'OpenSans', sans-serif;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.86;
	overflow-x: hidden;
	color: #4a4a4a;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
}

h1 {
	font-size: 30px;
	font-weight: 800;
}

h2 {
	font-size: 29px;
	font-weight: 600;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
	font-weight: 800;
}

img {
	max-width: 100%;
}

strong {
	font-weight: 800;
}

/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

    html { height:100%; margin: 0; padding: 0;}


#fancybox-wrap, #fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div.sub_nav_big ul li.stom_zag a {
    font: 25px 'opensans', sans-serif !important;
}
div.cl_1.page_nav ul li.stom_zag a {
    font: 25px 'opensans', sans-serif !important;
}

div.cl_1.page_nav ul li.active stom_zag a {
    font: 25px 'opensans', sans-serif !important;
}


    article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {display: block;}    
    audio, canvas {display: inline-block;}
    video {display: block;}
    audio:not([controls]) {display: none; height: 0;}
    
    address {font-style: normal;}
    
    ul, ol, li, form, fieldset, a, img, div, figure, address { margin: 0; padding: 0; border: 0; }
    
    ul {list-style: inside;}
    ol {list-style: inside;}
    
    ul li {list-style: none;font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;}
    ol li {list-style: decimal inside;}
    
    ol {padding: 10px 0;}
    ol li {margin: 0 0 20px 0;}
    
    body {height:100%; position: relative; background: #fff;}
    body, td, input, textarea {margin: 0px; padding: 0px; color: #232e2a; font: 15px 'opensans', sans-serif;}
    
    body * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
    
    a {text-decoration: none; color: inherit;}
    a:hover{text-decoration: underline;}
    
    h1 {font: bold 36px/1 'Prosto Sans'; color: #232e2a; margin: 0 0 25px 0; padding: 0; text-align: center;}
    h2 {font: bold 26px/1 'Prosto Sans'; color: #232e2a; margin: 20px 0 20px 40px; padding: 0;}
    h3 {font: 22px/34px 'Prosto Sans'; color: #232e2a; margin: 0 0 20px 0; padding: 0;}
    
    p {font-size: 18px; line-height: 25px; margin: 0; font-weight: 300; font-family:Helvetica Neue, Helvetica, Arial, sans-serif; ;}
    
    table {border-collapse: collapse; border-spacing: 0;}
    
    .main {min-height: 100%; position: relative;}   
    .cbc {overflow: hidden; min-width: 980px; margin: 0 auto;}
    .page_content {position: relative;}
    /* page content */
    /* left box */
    
    .lside {
        position: fixed;
        z-index: 100;
        width: 240px;
        height: 100%;
        min-height: 750px;
        padding: 30px 20px 0 40px;
        background: #232e2a;
    }
    .lside .copyright {
        margin-top: 45px;
        color: #7da292;
        font-size: 11px;
        font-weight: 300;
        line-height: 16px;
    }
    .h_logo_box {
        margin-bottom: 48px;
margin-left:-32px;
    }
    .h_logo_box img {
        margin: 0 0 4px -4px;
    }
    .h_logo_box span {
    color: #FFF;
    font-size: 15px;
    font-weight: 800;
    line-height: 14px;
    text-transform: uppercase;
    }
.h_logo_box strong {
        display: block;
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
        line-height: 14px;
        text-transform: uppercase;
margin-top:10px;
/*margin-left: 31px;*/

    }
    .h_logo_box .address {
    	font-weight: bold;
    	font-size: 13px;
    	margin-left:61px;
    	text-transform: uppercase;
    	line-height: 14px;
    	color: #FFF;
    }
    .ls_nav {} .ls_nav li {
        position: relative;
        margin-bottom: 20px;
        margin-right: -20px;
    }
    .ls_nav a {
        position: relative;
        display: block;
        position: relative;
        padding-right: 0px;
        color: #fff;
        font: 12px/18px 'Prosto Sans';
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .ls_nav a.active,
    .ls_nav li:hover > a, .ls_nav .current-menu-item > a, .ls_nav .current-menu-ancestor > a, .ls_nav .current-post-ancestor > a {
        color: #348261;
    }
    .ls_nav .sub-menu .current-menu-item > a, .ls_nav .sub-menu .current-menu-ancestor > a, .ls_nav .sub-menu .current-post-ancestor > a {
      color: #fff;
    }
    .ls_nav li.menu-item-has-children:hover:after {
        content: "";
        position: absolute;
        z-index: 200;
        left: 175px;
        top: 50%;
        margin-top: -16px;
        width: 33px;
        height: 33px;
        background: url(https://rammedina.ru/img/w_r_arow.png) #348261 center no-repeat;
    }
    .ls_nav li:hover .sub-menu {
        display: block;
    }
    .sub-menu {
        display: none;
        position: fixed;
        z-index: 100;
        left: 240px;
        top: 0;
        width: 240px;
        height: 100%;
        min-height: 750px;
        padding: 112px 20px 0 37px;
        background: #3b4843;
    }
    .sub-menu h3 {
        font-size: 16px;
        line-height: 25px;
        color: #4e7f6a;
        margin-bottom: 45px;
    }
    .sub-menu li {
        margin: 0 0 15px;
    }
    .sub-menu a {
        display: inline-block;
        color: #fff;
        font-size: 11px;
        padding: 0;
    }
    .sub-menu a:hover {
        color: #3e946b;
    }
    .sub-menu li.active a{
        color: #3e946b;
    }

    .sub-menu li:after {
        display: none;
    }
    .ls_info_nav {
        margin-top: 50px;
    }
    .ls_info_nav li {
        width: 165px;
        margin-bottom: 20px;
        padding-right: 30px;
        background: url(https://rammedina.ru/img/ico_info_gr.png) right 2px no-repeat;
    }
    .ls_info_nav a {
        display: inline-block;
        position: relative;
        color: #fff;
        font: 13px/15px 'Prosto Sans';
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .ls_info_nav a.active,
    .ls_info_nav a:hover {
        color: #348261;
    }
    /* pages */
    
    .main_box {
        margin-left: 240px;
        position: relative;
        z-index: 90;
    }
    .top_box {
        height: 74px;
        background: #599179;
    }
    .top_nav {
        height: 74px;
        background: #5d9b81;
    }
    .top_nav ul {} .top_nav ul {
        padding: 0 48px;
        white-space: nowrap;
    }
    .top_nav li {
        display: inline-block;
        vertical-align: top;
        padding-top: 27px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .top_nav li a {
        color: #fff;
        font: 10px 'Prosto Sans';
        text-transform: uppercase;
    }
    .top_box .search_box {
        position: relative;
        height: 35px;
        background: #fff;
        margin: 14px 25px 0 25px;
        border-radius: 6px;
    }
    .top_box .search_box input[type="text"] {
        width: 86%;
        color: #232e2a;
        padding: 0 35px 0 10px;
        height: 35px;
        border: none;
        background: none;
    }
    .top_box .search_box input[type="submit"] {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 13px;
        height: 13px;
        border: none;
        background: url(https://rammedina.ru/img/ico_search.png) 0 0 no-repeat;
    }
    .bt_box {
        position: relative;
        height: 512px;
        background: url(https://rammedina.ru/img/bg_1.jpg) 0 bottom no-repeat;
    }
    .bt_box.sm {
        height: 280px;
    }
    .bt_nav {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        background: #278963;
    }
    .bt_nav ul {
        display: table;
        width: 100%;
    }
    .bt_nav li {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        height: 115px;
        text-align: center;
    }
    .bt_nav li:nth-child(2n) {
        background: #349971;
    }
    .bt_nav a {
        display: inline-block;
        padding-left: 50px;
        color: #fff;
        text-align: left;
        font: 12px/19px 'Prosto Sans';
    }
    .bt_nav a.ico {
        background-position: 0 center;
        background-repeat: no-repeat;
        height: 44px;
    }
    .bt_nav a.ico div {
        margin-top: 10px;
    }
    .about_box {
        display: table;
        width: 100%;
    }
    .about_box > div {
        width: 50%;
        /*height: 305px;*/
        display: table-cell;
        vertical-align: middle;
padding:50px !important;
    }
    .about_box .cover_box {
        text-align: center;
    }
    .about_box .cover_box h3 {
        margin-bottom: 45px;
        padding: 0 10%;
    }
    .about_box .cover_box .more {
        font: 11px 'Prosto Sans';
        color: #247d5a;
    }
    .about_box .descr_box {
        padding: 0 4%;
        background: #f4f9f7;
    }
    .part_nav {
        display: table;
        width: 100%;
        position: relative;
    }
    .part_nav .space_box {
        width: 75%;
        height: 320px;
        display: table-cell;
    }
    .part_nav .wrap {
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        height: 330px;
        padding-left: 45px;
        background: #232e2a;
    }
.part_nav .space_box_big {
        width: 75%;
        height: 320px;
        display: table-cell;
    }
    .part_nav .wrap_big {
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        height: 500px;
        padding-left: 45px;
        background: #232e2a;
    }
    .part_nav ul {
        display: inline-block;
    }
    .part_nav li {
        margin-bottom: 15px;
    }
    .wp-image-904 {
      width: 17px !important;
      height: 17px !important;
      display: inline !important;
    }
    .part_nav a {
        color: #247d5a;
        font: 12px 'Prosto Sans';
        position: relative;
        z-index: 10;
    }
    .part_nav li.active > a,
    .part_nav li:hover > a {
        color: #fff;
    }
    .part_nav li.active > a:after {
        left: -60px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(35, 46, 42, 0);
        border-right-color: #232e2a;
        border-width: 8px;
        margin-top: -8px;
    }
    .part_nav li.active .sub_nav {
        display: block;
    }
    .part_nav .sub_nav {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .part_nav .sub_nav ul {
        width: 25%;
        float: left;
        height: 330px;
        padding: 55px 25px 0 25px;
        background: #278963;
    }
    .part_nav .sub_nav ul:nth-child(2n) {
        background: #3e946b;
    }
    .part_nav .sub_nav ul a {
        color: #fff;
        font: 11px/17px 'Prosto Sans';
    }
    .part_nav .sub_nav li {
        margin-bottom: 11px;
    }

.text_block a{
color:#3e946b;
font-weight:bold;
}







.part_nav li.active .sub_nav_big {
        display: block;
    }
    .part_nav .sub_nav_big {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .part_nav .sub_nav_big ul {
        width: 25%;
        float: left;
        height: 500px;
        padding: 55px 25px 0 25px;
        background: #278963;
    }
    .part_nav .sub_nav_big ul:nth-child(2n) {
        background: #3e946b;
    }
    .part_nav .sub_nav_big ul a {
        color: #fff;
        font: 11px/16px 'Prosto Sans';
    }
    .part_nav .sub_nav_big li {
        margin-bottom: 12px;
    }
    @media (max-width: 1100px) {
        .part_nav .sub_nav ul {
            padding: 45px 25px 0 25px;
        }
        .part_nav .sub_nav ul a {
            font-size: 10px;
        }
    }

    @media (max-width: 1300px) {
    .part_nav .sub_nav_big li {
        margin-bottom: 5px;
    }
    }
    .contacts_box {
        height: 330px;
        padding: 40px 45px 0 45px;
        background: #fff;
    }
    .contacts_box.sm {
        height: auto;
        padding: 20px 45px 5px;
    }
    .contacts_box h3 {
        font: 19px/26px 'Prosto Sans';
        color: #247d5a;
        margin-bottom: 15px;
    }
    .contacts_box .phone {
        font: 14px 'Prosto Sans';
        margin-bottom: 10px;
    }

    .contacts_box .phone a {
      text-decoration: none;
    }
    .contacts_box .phone span {
        font-size: 12px;
        color: #4b9778;
        display: inline-block;
        vertical-align: top;
        margin-top: 1px;
    }
    .contacts_box .address {
        font: 11px/17px 'Prosto Sans';
        margin-bottom: 17px;
    }
    .contacts_box .work_time {
        font-size: 17px;
        line-height: 17px;
        font-weight: 300;
        margin-bottom: 15px;
    }
    .contacts_box .loc_lnk {
        display: inline-block;
        font: 11px/15px 'Prosto Sans';
        color: #247d5a;
        padding-left: 20px;
        background: url(https://rammedina.ru/img/ico_loc.png) 0 center no-repeat;
    }
    .main_info .last_news {
        height: 305px;
        padding: 45px 45px 0 45px;
        background: #ecf4f1;
    }
    .main_info .last_news li {
        margin-bottom: 26px;
    }
    .main_info .last_news time {
        font: 9px 'Prosto Sans';
        color: #247d5a;
        display: block;
        margin-bottom: 8px;
    }
    .main_info .last_news .title {
        font-size: 12px;
        line-height: 19px;
        color: #232e2a;
    }
    .main_info .last_news .more {
        font: 9px 'Prosto Sans';
        color: #278963;
    }
    @media (max-width: 1200px) {
        .contacts_box {
            padding: 50px 0 0 25px;
        }
        .main_info .last_news {
            padding: 45px 25px 0 25px;
        }
    }
    .slider_box {
        position: relative;
    }
    .slider_box .iosSlider {
        width: 100%;
        height: 635px;
    }
    .iosSlider img {
      max-width: initial;
    }
    .slider_box .item {
        position: relative;
    }
    .slider_box .text_box {
        position: absolute;
        top: 345px;
        left: 50px;
    }
    .slider_box .text_box .title {
        font: 39px/55px 'Prosto Sans';
        /*margin-bottom: 25px;*/
    }
    .slider_box .text_box .title span {
        font-size: 28px;
    }
    .slider_box .time_box {
        width: 270px;
        height: 100px;
        padding: 40px 0 0 75px;
        font: 15px/20px 'Prosto Sans';
        color: #278963;
        background: url(https://rammedina.ru/img/ico_time.png) #fff 30px center no-repeat;
    }
    .slider_box .pager {
        position: absolute;
        z-index: 10;
        top: 47px;
        left: 47px;
    }
    .slider_box .pager li {
        float: left;
        width: 13px;
        height: 13px;
        margin-right: 11px;
        background: url(https://rammedina.ru/img/slider_pgn.png) left top no-repeat;
    }
    .slider_box .pager li.active {
        background-position: left bottom;
    }
.slider_box .text_box .title span em{
font-style:normal;
}
.slider_box .text_box .title span em:nth-child(1){
color:#ff0000;
}
.slider_box .text_box .title span em:nth-child(2){
color:#FF9900;
}
.slider_box .text_box .title span em:nth-child(3){
color:#FFCC33;
}
.slider_box .text_box .title span em:nth-child(4){
color:#99CC00;
}
.slider_box .text_box .title span em:nth-child(5){
color:#3399FF;
}
.slider_box .text_box .title span em:nth-child(6){
color:#9900CC;
}
.slider_box .text_box .title span em:nth-child(7){
color:#ff0000;
}

    .page_nav {
        height: 320px;
        padding: 35px 40px 0 40px;
        background: #278963;
    }
    .page_nav:nth-child(even) {
        background: #3e946b;
    }
    .page_nav li {
        margin-bottom: 12px;
    }
    .page_nav a {
        color: #fff;
        font: 11px/17px 'Prosto Sans';
    }
    .page_nav a:hover {
        color: #232e2a;
    }





.page_nav_big {
        height: auto;
        padding: 35px 40px 35px 40px;
        background: #278963;
    }
    .page_nav_big:nth-child(even) {
        background: #3e946b;
    }
    .page_nav_big li {
        margin-bottom: 12px;
    }
    .page_nav_big a {
        color: #fff;
        font: 11px/17px 'Prosto Sans';
    }
    .page_nav_big a:hover {
        color: #232e2a;
    }
    @media (max-width: 1100px) {
        .page_nav {
            padding: 45px 25px 0 25px;
        }
        .page_nav a {
            font-size: 10px;
        } 
    }
    @media (max-width: 1530px) {
.page_nav li {
            margin-bottom: 10px;
    line-height: 12px;
        }
}
    .text_block {
        margin: 0 40px 65px 40px;
    }
    .text_block p{
margin-bottom:10px;
}
    .text_block ul{
margin-bottom:25px;
    font-weight: 300;
}
    .text_block li{
margin-left:18px;
list-style:disc;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
}
    .entry {
        margin-bottom: 40px;
        padding: 0 120px;
        text-align: center;
    }
    .info_text {
        margin-bottom: 60px;
    }
    .info_text .photo_box {
        text-align: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    .info_text .photo_box img {
        height: 430px;
        vertical-align: middle;
        max-width: initial;
    }
    .vac-block {
      display: table-cell;
      width: 50%;
    }
    .info_text .text_box {
        color: #fff;
        padding: 30px 4% 20px;
        background: #278963;
    }
    .doctor_list {
        margin-bottom: 60px;
    }
    .doctor_list li {
    list-style: outside none none;
    margin-bottom: 8px;
    margin-right: -3px;
    position: relative;
    text-align: center;
min-width:300px;
    }
    .doctor_list li img {
        width: 100%;
min-width:300px;
    }
    .doctor_list li .name {
        position: absolute;
        bottom: 25px;
        left: 25px;
        right: 25px;
        padding: 13px 20px;
        color: #259b6a;
        font: 12px 'Prosto Sans';
        background: #fff;
    }
    .doctor_list li a:hover .name {
        text-decoration: underline;
    }
    .price_list {
        margin-bottom: 60px;
margin-top:20px;
    }
    .price_list li {
        margin-bottom: 1px;
margin-left:0px;
list-style:none;
    }
    .price_list h3 {
        cursor: pointer;
        padding-left: 40px;
        color: #fff;
        font-size: 16px;
        margin: 0;
        line-height: 68px;
        background: url(https://rammedina.ru/img/w_bt_arrow.png) #5d9b81 right 38px center no-repeat;
    }
    .price_list h3.active {
        background-image: url(https://rammedina.ru/img/w_top_arrow.png);
    }
    .price_list table {
        width: 100%;
    }
    .price_list tr:hover td {
        background: #f4f9f7;
    }
    .price_list td {
        height: 58px;
        font-weight: 300;
        font-size: 18px;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        border-bottom: 1px solid #e8f0ec !important;
        vertical-align: middle !important;
    }
    .price_list td:first-child {
        padding-left: 40px;
    }
    .price_list .art {
        width: 100px;
        padding-right: 15px;
        color: #5d9b81;
    }
    .price_list .price {
        width: 90px;
        font-size: 14px;
    }
    .price_list .price b {
        font-weight: bold;
    }
    .price_list .item_list {
        display: none;
    }
    /* footer */
    
    footer {
        position: relative;
        height: 155px;
        padding: 50px 50px 0 50px;
    }
    footer .counter_box {
        position: relative;
        margin: 0;
        float: left;
    }
    footer .c_box {
        position: absolute;
        left: 0;
        top: 55px;
        width: 100%;
        text-align: center;
    }
    footer .soc_box {
        /*display: inline-block;*/
        display:none;
    }
    footer .soc_box .lbl {
        font: 10px 'Prosto Sans';
        color: #278963;
        margin-right: 30px;
        padding-top: 3px;
    }
    footer .soc_box > * {
        display: inline-block;
        vertical-align: middle;
    }
    footer .develop {
        position: relative;
        float: right;
        font: 8px/14px 'Prosto Sans';
        padding-left: 39px;
        margin-top: 3px;
        color: #717d79;
        background: url(../img/logo_small.png) no-repeat;
    }
    /* elements */
    
    .breadcrumb {
        margin: 40px 0 10px;
        /*border-bottom: ;*/
        text-align: center;
    }
    .breadcrumb > * {
        display: inline-block;
        vertical-align: middle;
    }
    .breadcrumb a, .breadcrumb span {
        color: #247d5a;
        font: 9px 'Prosto Sans';
    }
    .breadcrumb li:after {
        content: "";
        display: inline-block;
        margin: 0 4px;
        width: 7px;
        height: 7px;
        background: url(../img/bcrmb_arrow_r.png) center no-repeat;
    }
    .breadcrumb li:last-child:after {
      display: none;
    }
    .breadcrumb .sepor.dn {
        background-image: url(https://rammedina.ru/img/bcrmb_arrow_bt.png);
    }
    .cl_1,
    .cl_2,
    .cl_3,
    .cl_4 {
        float: left;
    }
    .cl_1 {
        width: 24%;
    }
    div.cl_1 {
      float: none;
       display: table-cell;
    }
    .main_info .slider_box+div.cl_1 {
    	display: block;
    	float: left;
    }
    .cl_2 {
        width: 50%;
    }
    .cl_3 {
        width: 75%;
        overflow: hidden;
    }
    .cl_4 {
        width: 100%;
    }
    .info_text .text_box .wrap {
    	height: 380px;
	    display: table-cell;
	    vertical-align: middle;
    }
    input[type="submit"] {
        cursor: pointer;
    }
    input::-webkit-input-placeholder {
        opacity: 1;
        color: inherit;
    }
    input::-moz-placeholder {
        opacity: 1;
        color: inherit;
    }
    /* Firefox 19+ */
    
    input:-moz-placeholder {
        opacity: 1;
        color: inherit;
    }
    /* Firefox 18- */
    
    input:-ms-input-placeholder {
        opacity: 1;
        color: inherit;
    }
    input {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    /* font resize */
    
    @media (min-width: 1400px) {
        .top_nav li a {
            font-size: 15px;
        }
        .slider_box .text_box .title {
            font-size: 54px;
            line-height: 1;
        }
        .slider_box .text_box .title span {
            font-size: 38px;
        }
        .main_info .last_news .more,
        .main_info .last_news time {
            font-size: 14px;
        }
        .main_info .last_news .title {
            font-size: 16px;
        }

        .main_info .last_news  h3 {
        font: 24px/26px 'Prosto Sans';
        color: #247d5a;
        margin-bottom: 35px;
font-weight:bold;
    }
        .part_nav a {
            font-size: 16px;
        }
        .part_nav .sub_nav li {
            margin-bottom: 11px;
        }
        .part_nav .sub_nav ul {
            padding: 55px 25px 0 45px;
        }
        .part_nav .sub_nav ul a {
            font-size: 13px;
        }
        .bt_nav a {
            font-size: 16px;
            line-height: 22px;
        }
        .doctor_list li .name {
            font-size: 16px;
        }
    }
    /* support class style */
    
    .clear {
        clear: both;
        float: none !important;
    }
    .clear_left {
        clear: left;
    }
    .fleft {
        float: left !important;
    }
    .fright {
        float: right !important;
    }
    .cf:before,
    .cf:after {
        content: " ";
        /* 1 */
        
        display: table;
        /* 2 */
    }
    .cf:after {
        clear: both;
    }
    .disp_none {
        display: none;
    }
.display{
  display: none;
    }
    .bd_none {
        border: none !important;
    }
    .bg_none {
        background: none !important;
    }
    .inl_bottom_box > * {
        display: inline-block;
        vertical-align: bottom;
    }
    .middle_box > * {
        display: inline-block;
        vertical-align: middle;
    }
    .inl_block {
        display: inline-block;
    }
    .pos_right {
        text-align: right !important;
    }
    .pos_center {
        text-align: center;
    }
    .pos_left {
        text-align: left;
    }
    .pos_justify {
        text-align: justify;
    }
    .mt45 {
        margin-top: 45px;
    }
    .w65 {
        width: 65px;
    }
    .w85 {
        width: 85px;
    }
    .w100 {
        width: 100px;
    }
    .w110 {
        width: 110px;
    }
    .w190 {
        width: 190px;
    }
    .w230 {
        width: 230px;
    }
    .mb50 {
        margin-bottom: 50px !important;
    }


/* faq */
.faq{
    display:block;
    background:url(../../images/ico-faq.png) no-repeat;
    width:205px;
    padding:167px 0 23px 25px;
    text-decoration:none;
    line-height:0;
    border-bottom:1px solid #6685bb;
}
.faq:hover{
    border:0;
    padding-bottom:24px;
}
.faq span{
    display:block;
    font-size:18px;
    color:#91bbde;
    position:relative;
}
.faq strong{
    display:block;
    color:#fefefe;
    font-size:24px;
    position:relative;
}
.faqfrm {
 margin: 0 57px 65px;
 text-align: center;
}
.faqfrm span{
display:block;
font-weight:bold;
margin-top:5px;
}
.faqfrm input {
width:450px;
height:32px;
border:solid 1px #aaa;
/*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
}
.faqfrm textarea {
width:450px;
height:200px;
border:solid 1px #aaa;
margin:0px;
}
.faqfrm .cms_submit {
padding:5px 15px;
width:auto;
height:auto;
background: none repeat scroll 0 0 #348261;
color: #ffffff;
cursor: pointer;
display: inline-block;
font: bold 23px/38px "PT Sans Narrow",Arial,Helvetica,sans-serif;
min-width: 240px;
margin-top: 15px;
}
div.wpcf7-validation-errors {
  border-color: #278963;
}
.faqfrm .capt input {
width:70px;
height:22px;
margin-top:10px;
}

.quest {
margin-left:0px;
padding-left:0px;
}
.quest li {
list-style:none;
padding: 0px;
margin-bottom: 15px;
}
.quest p {
margin-left:0px;
}
.quest span {
display:block;
}
.quest li a {
line-height:18px;
}
.lastitem {
    color: #247d5a;
    font: 9px "Prosto Sans";
    padding-left: 5px;
}

div.cl_2.text_box div.wrap p strong {
font-weight:bold;
}   

.faq_lf_fuh {
    background: #f4f9f7 none repeat scroll 0 0;
    float: left;
    height: 305px;
    margin: 0.5%;
    padding: 3%;
    vertical-align: middle;
    width: 48%;
}
.faq_all {
    clear: both;
}
div.newsmedina {
    margin-top: 14px;
    margin-left: 9px;
}
div.newsmedina a {
    color: #247d5a;
    display: block;
    font: 14px "Prosto Sans";
    margin-bottom: 8px;
}

a.linkorangetext {
    color: #ED1C24;
    font-size: 21px;
    border-bottom: 1px dashed;
    text-decoration: none;
}
a.linkbluetext {
    border-bottom: 1px dashed;
    color: #247d5a;
    font: 20px/26px "Prosto Sans";
    margin: 20px 57px 35px;
    text-decoration: none;
}
.lekar { 
    float: left;
    margin-right: 42px;
}
.imp_part {
float:left;
margin-right:10px;
}

.brst {
  background: rgba(0, 0, 0, 0) url("https://visualweb.ru/_/medina/img/bcrmb_arrow_r.png") no-repeat scroll right center;
    padding-right: 14px;
}
.inimbl {
    float: left;
    margin-right: 12px;
    text-align: center;
    width: 348px;
margin-bottom:10px;
height:320px;
}
.inimbl img {
    border: 1px solid #e2e2e2;
}
.spsk li {
    list-style: outside none disc;
    margin-left: 18px;
}
.oferta {
    margin-top: 20px;
    font-weight: bold;
}
.phonebig {
font-size:21px !important;
white-space: nowrap;
}
.phonebig a{
font-size:21px !important;
text-decoration: none;
}
.phonebig span{
font-size:21px !important;
}

    @media (max-width: 1360px) {
.page_nav_big li {
margin-bottom:9px;
line-height:15px;
}
}
.partners{
width:100%;
}

.list li{
    list-style: inherit;
}

.news-title {
  margin-bottom: 10px;
  margin-left: 0;
}

.post-date {
  font-weight: bold;
}

.stom_zag a {
  font: 25px 'opensans', sans-serif;
}

.medium {
  font-size: medium;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.part-block {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  text-align: center;
  margin-bottom: 20px;
}

.part-block a {
  display: block;
}

.partn-name {
  font-weight: bold;
}

.vac-item {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.rowwer {
  margin-bottom: 10px;
}

.yandex-map {
  width: 900px !important;
  height: 450px !important;
  margin-bottom: 35px;
}

.cl_1.black {
  background: #232e2a;
  position: relative;
  vertical-align: middle;
  width: 100%;
  display: block;
}

.cl_1.black .contacts_box {
  background: #232e2a;
}

.cl_1.black .active {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: default;
  text-align: center;
  margin-bottom: 15px;
}

.cl_1.black .active a {
	font-weight: bold;
}

.cl_1.black:after {
  content: '';
  position: absolute;
  left: -17px;
  top: 50%;
  margin-top: -9px;
  border: 9px solid transparent;
  border-right: 9px solid #232e2a;
}

/* Stylesheet: style Modified On 2017-06-16 18:39:53 */

@media (max-width: 480px) {
ul.sub-menu {
    position: static;
    width: 100%;
    padding: 5px;
    height: auto;
    background: none;
    min-height: 0;
}

aside.lside {
    width: 100%;
    height: 100%;
    overflow: auto!important;
    box-sizing: border-box;
    min-height: 100%;
}

.sub-menu h3 {
    display: none;
}

.ls_nav li:hover:after {
    /*left: auto!Important;
    top: 0;
    right: 0!important;
    margin-top: 0;
    margin-right: 0;*/

    left: auto!Important;
    top: 0;
    right: 38px!important;
    margin-top: 0;
    margin-right: 0;
}
.mob-btn-lside.active {
    left: auto;
    right: 35px;
}
}

/*.callback-wrap {
	width: 100px;
	height: 105px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.foot-obr {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	z-index: 1;
	background: url(../img/tel-btn.png) 42% 50% no-repeat #3e946b;
	outline: 0;
	cursor: pointer;
	pointer-events: all;
	border: 1px solid #fff;
}

.callfon, .foot-obr {
	top: 0;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.callfon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 0;
	background: #3e946b;
	opacity: 0;
	-webkit-box-shadow: 0 0 0 0 #3e946b 0 0 0 0 #000;
	-moz-box-shadow: 0 0 0 0 #3e946b 0 0 0 0 #000;
	box-shadow: 0 0 0 0 #3e946b 0 0 0 0 #000;
	-webkit-animation: shadow-animation 4s ease-in-out 1s infinite;
	-moz-animation: shadow-animation 4s ease-in-out 1s infinite;
	-o-animation: shadow-animation 4s ease-in-out 1s infinite;
	animation: shadow-animation 4s ease-in-out 1s infinite;
}

@keyframes shadow-animation {
	0% {
		opacity: 0;
		-webkit-box-shadow: 0 0 0 0 #3e946b, 0 0 0 0 #000;
		-moz-box-shadow: 0 0 0 0 #3e946b,0 0 0 0 #000;
		-o-box-shadow: 0 0 0 0 #3e946b,0 0 0 0 #000;
		box-shadow: 0 0 0 0 #3e946b, 0 0 0 0 #000;
	}

	50% {
		opacity: 1;
		-webkit-box-shadow: 0 0 0 0 #3e946b, 0 0 0 0 #000;
		-moz-box-shadow: 0 0 0 0 #3e946b,0 0 0 0 #000;
		-o-box-shadow: 0 0 0 0 #3e946b,0 0 0 0 #000;
		box-shadow: 0 0 0 0 #3e946b, 0 0 0 0 #000;
	}

	100%, 83% {
		opacity: 0;
		-webkit-box-shadow: 0 0 1px 35px #3e946b, 0 2px 9px 33px #000;
		-moz-box-shadow: 0 0 1px 35px #3e946b,0 2px 9px 33px #000;
		-o-box-shadow: 0 0 1px 35px #3e946b,0 2px 9px 33px #000;
		box-shadow: 0 0 1px 35px #3e946b, 0 2px 9px 33px #000;
	}
}*/

.callback-wrap {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 10px;
}

#callback-form, #form-sucsess {
	width: 400px;
	padding: 15px 25px 15px;
	max-width: 100%;
	position: fixed;
  top: 0;
  left: -320px;
  height: 100%;
  width: 300px;
  box-sizing: border-box;
  padding: 20px;
	z-index: 9999;
  background: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#callback-form.active {
  left: 0;
}

#callback-form input[type="text"], #callback-form input[type="email"], #callback-form input[type="tel"] {
	width: 100%;
	padding: 8px 14px;
	border-radius: 4px;
	border: 1px solid grey;
	background: #fff;
	margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#callback-form input[type="radio"] {
	border-radius: 50%;
	-webkit-appearance: radio;
	cursor: pointer;
  vertical-align: middle;
  margin-right: 4px;
}

.cf-radio label {
  vertical-align: -1px;
  font-size: 13px;
}

.cf-title {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
}

.cf-radio {
	margin-bottom: 15px;
}

.callback-form-btn {
	text-align: center;
}

#callback-form button {
	background: #5d9b81;
  border-radius: 4px;
	font-size: 16px;
	color: #fff;
  border: none;
  padding: 8px 27px;
  cursor: pointer;
}

#callback-form button:hover {
  background: #4e7f6a;
}

#form-overlay {
	z-index: 9997;
	background-color: rgb(119, 119, 119);
	opacity: 0.7;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 30px;
  height: 34px;
  background: url(../fancybox/source/fancybox_sprite.png) -47px 0;
  cursor: pointer;
}

body.home .about_box .descr_box {
	background: #fff;
}

.front-banners {
	margin: 10px 0;
}

.f-banner-item {
	width: 50%;
	float: left;
	padding-top: 38%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.f-banner-item:first-child {
	margin-left: -3px;
	margin-right: 3px;
}

.f-banner-item:last-child {
	margin-right: -3px;
	margin-left: 3px;
}

.f-banner-img {
	width: 50%;
	float: left;
}

.f-banner-img:first-child {
	margin-left: -3px;
	margin-right: 3px;
}

.f-banner-img:last-child {
	margin-right: -3px;
	margin-left: 3px;
}

.lni-text {
	height: 135px;
	overflow: hidden;
}

.latest-news {
	background: #349971;
	padding: 15px;
}

.last-news-item {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 25px;
}

.lni-left {
	width: 33%;
	height: 205px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	display: block;
	float: left;
}

.lni-right {
	float: left;
	width: 67%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.lni-right.full-w {
	width: 100%;
	float: none;
	padding: 0;
}

.lni-date {
	font-weight: bold;
	color: #d1ff7f;
	text-transform: uppercase;
	font-size: 15px;
}

.lni-title {
	display: inline-block;
	color: #d1ff7f;
	font-size: 14px;
}

.lni-text {
	text-align: justify;
	color: #f6f6f6;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
}

.lni-bottom {
	text-align: right;
}

.lni-link {
	font-size: 15px;
	text-transform: uppercase;
	color: #d1ff7f;
	display: inline-block;
	vertical-align: middle;
}

.lni-link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 25px;
	background: url(../img/arrow-right.png) no-repeat;
	margin-left: 8px;
}

.last-news-title {
	text-align: center;
	background: #12956f url(../img/texture.png) repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.bg-title {
	display: inline-block;
  text-transform: uppercase;
	position: relative;
	min-width: 350px;
	font-size: 23px;
	font-weight: bold;
	color: #12956f;
	padding: 4px 30px;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	background: rgba(247,248,248,1);
	background: -moz-linear-gradient(top, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(203,203,203,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,248,248,1)), color-stop(0%, rgba(247,248,248,1)), color-stop(0%, rgba(247,248,248,1)), color-stop(100%, rgba(203,203,203,1)));
	background: -webkit-linear-gradient(top, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(203,203,203,1) 100%);
	background: -o-linear-gradient(top, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(203,203,203,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(203,203,203,1) 100%);
	background: linear-gradient(to bottom, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(247,248,248,1) 0%, rgba(203,203,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#cbcbcb', GradientType=0 );
}

.bg-title:before, .bg-title:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 50%;
	margin-top: -3px;
	background: rgba(85,164,132,1);
	background: -moz-linear-gradient(top, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(143,197,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(85,164,132,1)), color-stop(0%, rgba(85,164,132,1)), color-stop(0%, rgba(85,164,132,1)), color-stop(100%, rgba(143,197,183,1)));
	background: -webkit-linear-gradient(top, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(143,197,183,1) 100%);
	background: -o-linear-gradient(top, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(143,197,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(143,197,183,1) 100%);
	background: linear-gradient(to bottom, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(85,164,132,1) 0%, rgba(143,197,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a484', endColorstr='#8fc5b7', GradientType=0 );
}

.bg-title:before {
	left: 7px;
}

.bg-title:after {
	right: 7px;
}

.front-page-content .descr_box {
	padding: 25px 15px 40px !important;
}

.front-page-content a {
	color: #4e7f6a;
}

.slider-title {
	text-align: center;
	margin-bottom: 35px;
}

.f-slider1-wrap {
	position: relative;
	padding: 15px 70px;
	background: #12956f;
	margin-bottom: 40px;
}

.white-bg-bl {
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	padding-top: 15px;
	width: 100%;
}

.owl-prev, .owl-next {
	position: absolute;
	width: 21px;
	height: 32px;
	margin-top: -16px;
	top: 50%;
}

.owl-prev {
	left: -40px;
	background: url(../img/slider-prev.png) no-repeat;
	cursor: pointer;
}

.owl-next {
	right: -40px;
	background: url(../img/slider-next.png) no-repeat;
	cursor: pointer;
}

.slider1-item {
	text-align: center;
	display: block;
	text-decoration: none;
}

.slider1-item:hover {
	text-decoration: none;
}

.slider1-img {
	display: inline-block;
	width: 85%;
	padding-top: 111.75%;
	border: 5px solid #36906c;
	background-color: #878787;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
/*	border-radius: 50%; */
	margin-bottom: 10px;
}

.slider1-white-title {
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.slider1-white-green {
	color: #d1ff7f;
	font-size: 13px;
	text-transform: uppercase;
}

.slider1-text {
	color: #fefefe;
	font-size: 13px;
}

.slider2-item {
	display: block;
}

.f-slider2-wrap {
	width: 50%;
	margin: 0 auto 40px;
}

.search-text {
	color: #fff;
	font-size: 12px;
	text-align: right;
}

.btn-search {
	margin: 9px 0 0 4px;
}

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

.green-btn {
  display: inline-block;
  font-size: 20px;
  color: #010101;
  font-weight: bold;
  text-transform: uppercase;
  background: #d1ff7f;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 15px;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: 0 0 25px;
}

.green-btn:hover {
  background: #b3e854;
  text-decoration: none;
}

.main-cat-slider {
  margin-bottom: 15px;
}

.main-cat-descr {
  padding: 20px 15px 35px;
}

.main-cat-title {
  margin-top: 35px;
}

.main-cat-banners {
  margin-bottom: 25px;
}

.slider-title-margin {
  margin-top: 25px;
}

@media screen and (max-width: 990px){
.top_box {
        height: 74px;
        background: #599179;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
}
.front-banners {
    margin: 10px 0;
    margin-top: 84px;
}
.main_box {
    margin-top: 100px;
}
.mob-btn {
    display: none;
}
.mobile-item-block {
    display: inline-block;
    width: 90%;
    padding-top: 12px;
}

.mobile-item-block .mib{
    float:left;
    margin-right: 15px;
 }
img.img-phoner {
    max-height: 31px;
    position: relative;
    top: 10px;
}
img.img-loger {
    max-width: 160px;
}
img.img-maper {
    max-height: 34px;
    position: relative;
    top: 8px;
}
img.img-searcher {
    max-height: 34px;
    position: relative;
    top: 8px;
}
.mobile-search-field {
    position: absolute;
    z-index: 999999999999999;
    width: 100%;
    top: 70px;
    background: #599179;
    padding-bottom: 11px;
}
.mobile-search-field .btn-search {
    margin: 9px 0 0 4px;
    float: right;
    padding-right: 20px;
}
.searcher.mib {
    float: right;
}
}
@media screen and (max-width: 700px){
.mobile-item-block {
    display: inline-block;
    width: 87%;
    padding-top: 12px;
}
}
@media screen and (max-width: 540px){
.mobile-item-block {
    display: inline-block;
    width: 82%;
    padding-top: 12px;
}
}
@media screen and (max-width: 480px){
.mobile-item-block {
    display: inline-block;
    width: 81%;
    padding-top: 12px;
}
.mob-btn-lside.active {
    left: 90%;
}
}

@media screen and (max-width: 420px){
    .mob-btn-lside.active {
        left: 88%;
    }
}  


@media screen and (max-width: 387px){
.mobile-item-block {
    display: inline-block;
    width: 274px;
    padding-top: 15px;
}
.searcher.mib {
    float: left;
}
img.img-loger {
    max-width: 130px;
}
img.img-phoner {
    max-height: 25px;
    position: relative;
    top: 10px;
}
img.img-maper {
    max-height: 28px;
    position: relative;
    top: 8px;
}
img.img-searcher {
    max-height: 28px;
    position: relative;
    top: 8px;
}
.mobile-item-block .mib {
    float: left;
    margin-right: 20px;
}
.mobile-item-block .mib:last-child {
    margin-right: 0px;
}
}
@media screen and (max-width: 380px){
    .mob-btn-lside.active {
        left: 86%;
    }
}  

@media screen and (max-width: 343px){
    .mobile-item-block {
        display: inline-block;
        /*width: 250px;*/
        width: 240px;
        padding-top: 15px;
    }
    .mobile-item-block .mib {
        float: left;
        margin-right: 10px;
    }
    .mob-btn-lside.active {
        left: 85%;
    }
    }


	.ls_nav li a {
		margin-right:0;
}