@charset "utf-8";
/* [Table of Contents]
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
	3.4 Site title
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer
12. Prices
13. Vacancies
14. Discounts */

/* 2. Body and some general stuff */
@font-face {
    font-family: Nagonia; /* Гарнитура шрифта */
    src: url(/themes/medicalsham/assets/fonts/Nagonia.ttf); /* Путь к файлу со шрифтом */
   }
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

html{
    height: 100%;
}
body
{
	font-family: 'Nagonia', sans-serif;
	font-size: 15px;
	font-weight: 500;
	background: #FFFFFF;
	color: #696969;
	display: flex;
    flex-direction: column;
    height: 100%;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
li ul{
    position:relative;
    left:-20px;
}
p
{
	font-family: 'Nagonia', sans-serif;
	font-size: 1.1rem;
	line-height: 1.6;
	font-weight: 500;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a:hover
{
	
}
.top_bar a.tel {
    white-space: nowrap;
    position: absolute;
    right: 0;
}
a.tel {
    white-space: nowrap;
    right: 0;
    
}

::selection
{
	color: #20d34a;
}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Nagonia', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;

}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    /* min-height: 400px; */
    background: #fe890a;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	height: 51px;
	background: #fe890a;
}
.button.disabled,
.button:disabled
{
	opacity: 0.6;
	cursor: not-allowed;
}
.button::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: rgba(32, 211, 74, 0.7);
	content: '';
	z-index: 0;
	-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	-o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
	transition: all 400ms cubic-bezier(.33,.68,.59,.99);
}
.button a
{
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}
.button:hover::after
{
	height: 100%;
}
.button.disabled:hover::after,
.button:disabled:hover::after
{
	height: 3px;
}
.button:hover a
{
	color: #FFFFFF !important;
}
.section_title
{
	text-align: center;
}
.section_title h2
{
	font-size: 30px;
	font-weight: 500;
	color: #232323;
}

/*.section_title::before
{
	display: block;
	position: absolute;
	left: 1px;
	top: 0;
	width: 54px;
	height: 3px;
	background: #dcdcdc;
	content: '';
}*/
.section_title_light h2
{
	color: #FFFFFF;
}

/* 3. Header */
.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 100;
}
.header.scrolled
{
	top: 0px;
}
.header_line{
    height: 15px;
    background: #fcbd3e;
}
/* 3.1 Top Bar */
.top_bar
{
	width: 100%;
	background: #fe890a;
}
.top_space{
    height: 125px;
}
.top_spaced{
    height: 157px;
}
.top_bar_content
{
	width: 100%;
	height: 23px;
}
.top_bar_item
{
    color: #FFFFFF;
    position: absolute;
}
.top_bar_item a
{
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

li:hover a:before {
    transform: translate(-50%, 0);
    opacity: 1;
}

.submenu {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 100%;
    width: 165px;
    padding: 15px 0 15px;
    margin: auto;
    margin-top: 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 20px);
    transition: .3s;
}

.submenu li {
    width: 100%;
    margin: auto !important;
}

.submenu li:hover {
    background: #fcbd3e;
}

li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.submenu a {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 10px;
    transition: .3s linear;
}

.emergencies
{
	height: 100%;
	padding-left: 38px;
	padding-right: 38px;
}
.emergencies a
{
    color: #FFFFFF;
    font-size: 18px;
}
.emergencies a:hover
{
    color: #ffd1e4 !important;
}

/* 3.2 Header Content */
.header_container
{
	width: 100%;
	background: #FFFFFF;
	height: 56px;
}
.header_content
{
	width: 100%;
	height: 56px;
    padding-left: 175px;
}
.header.scrolled .header_content
{
	height: 56px;
	top: 0;
}
.phone{
    font-size: 35px;
    color: #000000;
    margin-right: 30px;
    top:3px;
    cursor: pointer;
    outline: none;
}
.lang_nav ul li,
.main_nav ul li
{
	display: inline-block;
}
.main_nav ul li:not(:first-child)
{
	margin-left: 5px;
}
.lang_nav ul li a,
.main_nav ul li a
{
	font-size: 18px;
	font-weight: 500;
	color: #323232;
    padding: 7px 15px;
}
.main_nav ul li a.go-to span
{
    border-bottom: 1px dashed;
}
.lang_nav ul li a.underline span,
.main_nav ul li a.underline span
{
    border-bottom: 1px solid;
}
.lang_nav ul li a.underline span,
.main_nav ul li a.go-to span,
.main_nav ul li a.underline span
{
    border-bottom-color: #333;
}
.lang_nav ul li a.underline:hover span,
.main_nav ul li a.go-to:hover span,
.main_nav ul li a.underline:hover span
{
   border-bottom: none;
}
.lang_nav ul li a.underline:hover ,
.main_nav ul li a.go-to:hover ,
.main_nav ul li a.underline:hover 
{
    color: #fff;
    background-color: #fe890a;
    border-radius: 16px;
}

.main_nav ul li span.active
{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #00ad25;
    border-radius: 16px;
    padding: 7px 15px;
}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 24px;
	color: #272727;
}

/* 3.3 Logo */
.logo_container_outer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.logo_container
{
	position: absolute;
	top: 40px;
	left: 15px;
	width: 15px;
	height: 25px;
	background: #FFFFFF;
	/*box-shadow: 0px 31px 29px rgba(0,0,0,0.09);*/
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .logo_container
{
	top: 23px;
	height: 56px;
}
.logo_container a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.logo_content
{
	width: 100%;
	height: 100%;
	/*padding-left: 36px;*/
}
.logo_line
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
}
.logo
{
	margin-top: 3px;
}
.logo span
{
	color: #20d34a;
}
.logo img
{
    height: 56px;

    vertical-align: baseline;
}
.header.scrolled .logo img
{
    height: 56px;
    
}
.logo_container a .logo:hover
{
	color: #283290;
}
.logo_text
{
	font-size: 30px;
	font-weight: 500;
	color: #283290;
	line-height: 0.75;
}
.logo_box
{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #20d34a;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-left: 1px;
}
.logo_sub
{
	font-size: 19px;
	font-weight: 400;
	color: #3d3d3d;
	padding-left: 39px;
	margin-top: 5px;
}
.header.scrolled .logo_sub
{
	display: none;
}
/* 3.4 Site title*/
.site_title_container_outer{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.site_title_container{
    position: absolute;
    top: 26px;
    left: 80px;
    width: 15px;
    height: 25px;
    /* box-shadow: 0px 31px 29px rgba(0,0,0,0.09); */
    z-index: 10;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.title_img{
    height: 50px;
}
.site_title .first{
    color: #cf3401;
font-size: 17px;
font-family: "Nagonia", Sans-Serif;
line-height: 1;
}
.site_title .second{
    color: #cf3401;
    font-family: "Nagonia", Sans-Serif;
    font-size: 10px;
    line-height: 1.25;
    text-align: justify;
    width: 100%;
}
.site_title hr{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 2 !important;
}
/* 3.4 Search*/
.search_icon_container_outer{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.search_icon_container{
    position: absolute;
    top: 36px;
    right: 60px;
    width: 15px;
    height: 25px;
    font-size: 35px;
    background: #FFFFFF;
    color: #000000;
    /* box-shadow: 0px 31px 29px rgba(0,0,0,0.09); */
    z-index: 10;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


/* 4. Menu */
.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
	overflow: auto;
	width:100%;
	
}
.menu
{
	position: absolute;
	top:57px;
	left: 0;
    min-width: 100%;
}
.menu_inner
{
	width: 100%;
	height: 100%;
}
.menu_list
{
	-webkit-transform: translateY(1.5rem);
	-moz-transform: translateY(1.5rem);
	-ms-transform: translateY(1.5rem);
	-o-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	-webkit-transition: all 1000ms 400ms ease;
	-moz-transition: all 1000ms 400ms ease;
	-ms-transition: all 1000ms 400ms ease;
	-o-transition: all 1000ms 400ms ease;
	transition: all 1000ms 400ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	min-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 23px;
    border-bottom: 1px solid #DCDCDC;
    font-family: 'Nagonia', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item_first
{
	min-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10%;
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-family: 'Nagonia', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item:hover, .menu_item_first:hover
{
	background: #fcbd3e;
}
.menu_item.langs
{
    margin-top: 30px;
}
.menu_item.langs a
{
    font-size: 26px;
    color: #777;
}
.menu_item.langs a:hover
{
    color: #555;
}
.menu_item.langs a:not(:first-child)
{
    margin-left: 30px;
}
.menu_close_container
{
	position: absolute;
	top: 40px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #20d34a;
}
.menu_extra
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 15%;
    padding-right: 3%;
	padding-bottom: 25px;
}
.menu_appointment
{
    margin-bottom: 7px;
    font-size: 16px;
    color: #272727;
}
.menu_emergencies
{
	font-size: 16px;
	color: #272727;
}

/* 5. Home */
.home
{
	width: 100%;
	height: 450px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}

.swiper-container {
    width: 100%;
    height: 450px;
}

.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_progress
{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	max-width: 100%;
	height: 2px;
	background: #20d34a;
	z-index: 1;
}
.home_content
{
    margin-top: 5px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.home_content_inner
{
	width: 100%;
}
.home_text h3
{    
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}
.home_text
{
    color: black;
    text-align: center;
}
.home_text p
{    
    color: black;
    text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.home_button
{
	margin-top: 34px;
	margin-left: 3px;
}

.home_internal
{
    width: 100%;
    position: fixed;
    top:93px;
    z-index: 5;
}

.home_background_internal
{
    width: 100%;
    height: 15px;
    background: #fcbd3e;
}
.home_container_internal
{
    left: 0;
    bottom: 0px;
    width: 100%;
    background: #fe890a;
}
.home_container_internal_prices
{
    left: 0;
    bottom: 0px;
    width: 100%;
    background: #fe890a;
    z-index: 5;
    box-shadow: 0 0 3px 2px #808080;
}
.home_title_internal
{
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    line-height:1;
    padding:5px;
}
.home_title_internal_double
{
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    line-height:1;
    padding:5px;
    width: 40%;
    left:30%;
}
.home_title_internal span
{
    color: #20d34a;
}
.title h1
{    
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}
.title
{
    color: black;
    text-align: center;
    margin-top: 20px;
}
.title span
{    
    color: black;
    text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.breadcrumbs
{
    margin-top: -2px;
}
.breadcrumbs ul li
{
    display: inline-block;
    position: relative;
}
.breadcrumbs ul li:not(:last-child)::after
{
    display: inline-block;
    position: relative;
    content: '/';
    margin-left: 7px;
    margin-right: 2px;
}
.breadcrumbs ul li.active
{
    display: none;
}
.breadcrumbs ul li,
.breadcrumbs ul li a
{
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs ul li a
{
    color: #20d34a;
    border-bottom: 1px solid #20d34a;
}

/* 6. Boxes */
.boxes
{
	width: 100%;
	background: transparent;
	z-index: 10;
	padding-bottom: 35px;
}

.box
{
	width: 100%;
	height: 287px;
	background: #fe890a;
	padding-left: 42px;
	padding-top: 29px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.box::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}
.box:hover
{
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}
.box_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
	margin-bottom: 15px;
}
.working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}
.working_hours_list
{
	margin-top: 0px;
}
.working_hours_list ul
{
	padding-left: 0 !important;
}
.working_hours_list ul li
{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	height: 40px;
}
.working_hours_list ul li:not(:last-child)
{
	margin-bottom: 0;
}
.box_icon
{
	width: 37px;
	height: 37px;
}
.box_icon img
{
	max-width: 100%;
}
.box_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 23px;
}
.box_text a
{
   font-size:16px;
}
.box_phone
{
    margin-top: 20px;
}
.box_phone a
{
	font-size: 30px;
	font-weight: 400;
	
}
.box_appointments
{
	padding-right: 30px;
}
.box_emergency
{
	padding-right: 30px;
}
.box_emergency_text
{
	font-size: 14px;
	line-height: 2.14;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 18px;
}


/* 7. About */
.about
{
	width: 100%;
	background: #FFFFFF;
/*     padding-top: 60px;
padding-bottom: 60px; */
}
.about_text
{
	margin-top: 34px;
}
.about_button
{
	margin-top: 45px;
}
.about_image
{
	position: absolute;
	right: 0;
	bottom: 30%;
}
.about_image img
{
	max-width: 93%;
}

.practice-img{
    float: right;
    }

/* 8. Departments */
.departments
{
	width: 100%;
	background: transparent;
padding-top: 20px;
/* padding-bottom: 65px; */
margin-bottom: 20px;
}
.departments_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.departments_row
{
	margin-top: 20px;
}
.dept_col
{
	margin-bottom: 30px;
}
.dept
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
.dept_image
{
	width: 100%;
}
.dept_image img
{
	max-width: 100%;
}
.dept_content
{
	padding-top: 48px;
	padding-bottom: 55px;
	background: #FFFFFF;
}
.dept::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #20d34a;
	content: '';
}
.dept_title
{
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #232323;
}
.dept_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	margin-top: 5px;
}
.dept_text p
{
	color: #FFFFFF;
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
.dept_button
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
}
.dept_button a
{
	color: #272727;
}

/* 9. Services */
.services
{
	width: 100%;
	background: #FFFFFF;
	/* padding-top: 60px; */
	padding-bottom: 30px;
}

.new_service {
 right: 25px!important;
position: absolute;
color: red;   
}

.list_services{
    list-style: none !important;
    padding-left: 0 !important;
}
.list_service{
    list-style: none !important;
	min-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #DCDCDC;
    font-family: 'Nagonia', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #272727;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.list_service:hover
{
	background: #fcbd3e;
}
.list_services ul{
    padding: 0!important;
}
table.tab_services tbody td {
	font-weight: normal !important;
    font-family: 'Nagonia', sans-serif;
	font-size: inherit !important;
	border-width: 10px;
	padding: 7.5px;
	background: #fcbd3e;
}
table.tab_services nobr {
	white-space: normal;
}
table.tab_services tr {
    padding: 15px;
	height: auto !important;
}
.services_row
{
	margin-top: 30px;
}
.service_col
{
	margin-bottom: 30px;
}
.service
{
	width: 100%;
	background: #f5f7fa;
	padding-top: 46px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 57px;
}
.service:hover
{
	background: #fe890a;
}
.service::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover::after
{
	visibility: visible;
	opacity: 1;
}


.mobile_services {
    display: none;
}

.service_icon_img > img
{
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
   
}

.service:hover > .service_icon_img > img
{
    filter:brightness(0) invert(1);
}

.service_icon
{
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
    background: transparent url(../img/service-icons.png) no-repeat center center;
}


.service_icon.i-1 { background-position: 0 0; }
.service:hover .service_icon.i-1 { background-position: 0 -80px; }
.service_icon.i-2 { background-position: -80px 0; }
.service:hover .service_icon.i-2 { background-position: -80px -80px; }
.service_icon.i-3 { background-position: -160px 0; }
.service:hover .service_icon.i-3 { background-position: -160px -80px; }
.service_icon.i-4 { background-position: -240px 0; }
.service:hover .service_icon.i-4 { background-position: -240px -80px; }
.service_icon.i-5 { background-position: -320px 0; }
.service:hover .service_icon.i-5 { background-position: -320px -80px; }
.service_icon.i-6 { background-position: -400px 0; }
.service:hover .service_icon.i-6 { background-position: -400px -80px; }

.service_icon svg
{
	width: 61px;
	height: 61px;
}
.service_icon img
{
	max-width: 100%;
}
.svg path,
.svg rect,
.svg polygon
{
	fill: #20d34a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover .svg path,
.service:hover .svg rect,
.service:hover .svg polygon
{
	fill: #FFFFFF;
}
.service_text
{
	margin-top: 16px;
	height: 275px;
}
.service_text p
{
    font-size: 16px;
	color: #696969;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service_title
{
	font-size: 19px;
	font-weight: 700;
	color: #232323;
	padding-top: 41px;
	margin-top: 26px;
}
/* .service_title span
{
    border-bottom: 1px solid #232323;
} */
.service_title::before
{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 54px;
	height: 3px;
	background: #20d34a;
	content: '';
}
.service:hover .service_title
{
	color: #FFFFFF;
}
/* .service:hover .service_title span
{
    border-bottom: 1px solid #FFFFFF;
} */
.service:hover .service_text p
{
	color: rgba(255,255,255,0.65);
}

.medic_row
{
	margin-top: 30px;
}
.medic_col
{
	margin-bottom: 30px;
}
.medic
{
	width: 100%;
	height: 100%;
	background: #fff;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #ccc, 5px 5px 15px 5px rgba(153,153,153,0); 
    box-shadow: -10px 0px 13px -7px #ccc, 10px 0px 13px -7px #ccc, 5px 5px 15px 5px rgba(153,153,153,0);
}
.medic:hover
{
	background: #283290;
}
.medic::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.medic_icon
{
	width: 72px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
    background: transparent url(../img/medic-icons.png) no-repeat center center;
}
.medic_icon.i-1 { background-position: 0 0; }
.medic:hover .medic_icon.i-1 { background-position: 0 -72px; }
.medic_icon.i-2 { background-position: -72px 0; }
.medic:hover .medic_icon.i-2 { background-position: -72px -72px; }
.medic_icon.i-3 { background-position: -144px 0; }
.medic:hover .medic_icon.i-3 { background-position: -144px -72px; }
.medic_icon.i-4 { background-position: -216px 0; }
.medic:hover .medic_icon.i-4 { background-position: -216px -72px; }
.medic_icon.i-5 { background-position: -288px 0; }
.medic:hover .medic_icon.i-5 { background-position: -288px -72px; }
.medic_icon.i-6 { background-position: -360px 0; }
.medic:hover .medic_icon.i-6 { background-position: -360px -72px; }
.medic_icon.i-7 { background-position: -432px 0; }
.medic:hover .medic_icon.i-7 { background-position: -432px -72px; }
.medic_icon.i-8 { background-position: -504px 0; }
.medic:hover .medic_icon.i-8 { background-position: -504px -72px; }

.medic_title
{
	font-size: 18px;
	color: #232323;
	min-height: 54px;
}
.medic_title span
{
    /* border-bottom: 1px solid #232323; */
}
.medic:hover .medic_title
{
	color: #FFFFFF;
}
.medic:hover .medic_title span
{
    /* border-bottom: 1px solid #FFFFFF; */
}

.partners_row
{
	margin-top: 30px;
}
.partner_col
{
	margin-bottom: 30px;
}
.partner_title
{
	font-size: 18px;
	color: #232323;
	min-height: 54px;
	margin-top: 15px;
}
.partner_title span
{
    border-bottom: 1px solid #232323;
}
.partner:hover .partner_title
{
	color: #20d34a;
}
.partner:hover .partner_title span
{
    border-bottom: 1px solid #20d34a;
}

/* 10. CTA */
.cta
{
	width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fcbd3e;
}
.cta_content
{
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.cta_content h2
{
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
}
.cta_content p
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: -3px;
}
.cta_button
{
	margin-top: 38px;
}

/* 11. Footer */
.footer
{
	width: 100%;
	flex-shrink: 0;
}
.footer_container
{
	width: 100%;
	background: #fe890a;
}
.footer_logo_container
{
	width: 100%;
	height: 157px;
	background: #FFFFFF;
}
.footer_logo_container::after
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #20d34a;
	content: '';
}
.footer_logo_container a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer_logo_container .logo_content
{
	display: inline-block;
	padding-left: 0;
	width: auto;
	height: auto;
}
.footer_logo_container .logo
{
	margin-top: 10px;
}
.footer_about_text
{
	margin-top: 36px;
}
.footer_about_text p
{
	color: #b2b2b2;
}
.footer_about_list
{
	/* margin-top: 32px; */
}
.footer_about_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_about_icon
{
	float: left;
	width: 31px;
	height: 31px;
	background: #a3a727;
	text-align: center;
	vertical-align: middle;
    margin-right: 10px;
}
.footer_about_icon img
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer_about_list li span
{
	font-size: 14px;
	font-weight: 500;
	color: #cf3401;
    padding-top: 5px;
    display: block;
}
.footer_col{
    width: 100%;
    text-align: center;
}
.contact .footer_about_list li span
{
	color: #696969 !important;
}
.footer_about_list .email a
{
    text-decoration: underline;
}

.footer_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.footer_links ul
{
	margin-top: 15px;
}
.footer_links ul li:not(:last-child)
{
	margin-bottom: 10px;
}
.footer_links ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #cf3401;
	text-decoration: underline;
}
.footer_news ul
{
	
}
.footer_news_title a
{
	font-size: 15px;
	font-weight: 500;
	color: #b2b2b2;
}
.footer_news_date
{
	font-size: 14px;
	font-weight: 500;
	color: #20d34a;
	margin-top: 7px;
}
.footer_news ul li:not(:last-child)
{
	
}
.copyright
{
	width: 100%;
	background: #cf3401;
}
.copyright_content
{
	width: 100%;
}
.cr
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
    margin: 10px;
}

.footer_social ul
{
	margin-right: -5px;
}
.footer_social p{
    color: #cf3401;
    padding-top: 10px;
    line-height: 1;
}
.footer_social ul li
{
	display: inline-block;
}
.footer_social ul li:not(:last-child)
{
	
}
.footer_social ul li a i
{
	color: #FFFFFF;
	padding: 5px;
	font-size: 24px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #FFFFFF;
}

/*********************************
7. Testimonials
*********************************/

.testimonials
{
    width: 100%;
    padding-top: 94px;
    padding-bottom: 95px;
}
.testimonials_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.test_row
{
    margin-top: 57px;
}
.testimonial
{
    width: 100%;
}
.test_icon
{
    width: 45px;
    height: 45px;
    background: #20d34a;
}
.test_text
{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    font-style: italic;
    margin-top: 34px;
    line-height: 1.77;
}
.test_author
{
    margin-top: 46px;
}
.test_author_image div
{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.test_author_image div img
{
    max-width: 100%;
}
.test_author_name
{
    padding-left: 20px;
}
.test_author_name a
{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    font-style: italic;
}
.test_author_name span
{
    color: #20d34a;
    font-style: italic;
}

/*********************************
8. Team
*********************************/
.spesialists{
    background: #fe890a;
    color: #FFFFFF;
    font-size: 30px!important;
    margin: 0!important;
    
}

.sticky_header{
 position: sticky;
top: 95px;
z-index: 100;   
}

.team
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.team_row
{
 margin-top: 30px;
margin-bottom: 30px;   
}
.team_col_sp{
    vertical-align: middle;
    margin-bottom: -15px;
    width: 320px;
    margin: auto;
    
}
.team_col{
     margin: auto; 
     width: 320px;
     margin-bottom: 40px;
}

.team_member
{
    width: 100%;
    min-height: 544px;
    padding-right: 15px;
    padding-left: 15px;
    background: #DCDCDC;
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.team_member:hover
{
    width: 100%;
   
}
.team_member_image
{
    width: 100%;
   
    background: #FFFFFF;
    top: 15px;
}
.team_member_image img
{
    max-width: 100%;
    
}
.team_member_info
{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
}
.team_member_info_sp
{
    width: 100%;
    text-align: center;
    margin-top: 57px;
    top: 20%;
}
.team_member_name{
    color: #cf3401;
    font-size: 23px;
    line-height: 1.2;
}
.team_member_name:first-child{
    padding-top: 10px;
}
.team_member_title
{
    font-size: 16px;
    color: #696969;
    margin-top: 5px;
}


/*********************************
6. Content
*********************************/

.content
{
    width: 100%;
    background: #FFFFFF;
    flex: 1 0 auto;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.content .section_title h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 14px;
}
.content h2
{
    font-size: 1.6rem;
    margin-top: 1.8rem;
    margin-bottom: 1.2rem;
}
.content h3
{
    font-size: 1.4rem;
    margin-top: 1.6rem;
    margin-bottom: 1rem;
}
.content h2 a,
.content h3 a {
    border-bottom: 1px solid #696969;
    color: #696969;
}
.content h2 a:hover,
.content h3 a:hover {
    border-bottom: 1px solid #20d34a;
}
.content p
{
    font-size: 1.1rem;
    font-weight: 400;
}
.content ul,
.content ol {
    display: block;
    margin-bottom: 20px;
    padding-left: 40px;
}
.content ul {
    list-style: disc;
}
.about_text
{
    margin-top: 26px;
   /*  padding-right: 95px; */
}
.loaders_container
{
    margin-top: 85px;
}
.loader
{
    width: 118px;
    height: 118px;
    margin: 0 auto;
}
.loader span
{
    position: absolute;
    left: 50%;
    bottom: -42px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    white-space: nowrap;
}
.about_button
{
    margin-top: 60px;
}

.content .box:not(:last-child)
{
    margin-bottom: 34px;
}

/*********************************
12. Prices
*********************************/

div.price {
	width:100%;
	font-family: 'Nagonia', sans-serif;
	font-size:16px;
	margin-top: -20px;
	margin-bottom: 20px;
}
div.prices_row {
	height: auto !important;
	margin-right: 0;
	margin-left: 0;
	margin-top: 20px;
	background: #DCDCDC;
	min-height: 75px;
}
div.prices_row:last-child{
    margin-bottom: 10px;
}
div.prices_col, div.id, .time {
	font-weight: normal !important;
	font-family: 'Nagonia', sans-serif;
	font-size: inherit !important;
	border-width: 10px;
	color: #000000;
	padding: 7.5px;
	margin: auto;
}

div.id {
    text-align:center;   
}

div.right {
	font-weight: normal !important;
	font-family: 'Nagonia', sans-serif;
	font-size: inherit !important;
	border-width: 10px;
	text-align: right;
	color: black;
	padding: 7.5px;
	margin: auto;
}

summary.prices, summary.pricesd, summary.pricesd2 {
	background: #fcbd3e;
    color: #cf3401;
    font-weight: bold !important;
    font-family: 'Nagonia', sans-serif;
	font-size:22px;
	cursor: pointer;
	text-align: center;
	display: block;
	padding:5px;
	position: relative;
}

summary.pricesdin {
	color: #fcbd3e;
    background: #cf3401;
    font-weight: bold !important;
    font-family: 'Nagonia', sans-serif;
	font-size:22px;
	cursor: pointer;
	text-align: center;
	display: block;
	padding:5px;
	position: relative;
}

summary::-webkit-details-marker { 
    display: none; 
}
summary::-moz-list-bullet { 
    list-style-type: none; 
}
summary {
display: block;
}
summary::before {
  content: '';
  background: url('/themes/medicalsham/assets/img/arrow.svg');
  position: absolute;
  right: 5px;
  top: 30%;
  height: 15px;
  width: 15px;
}
summary.pricesd::before {
  content: '';
  background: url('/themes/medicalsham/assets/img/arrow.svg');
  position: absolute;
  right: 5px;
  top: 37%;
  height: 15px;
  width: 15px;
}
details[open]  summary::before {
  transform: rotate(90deg);
}
details{
    position: relative;
    margin-top: 10px;
}
details[open]{
    position: relative;
    margin-top: 10px
}
details:first-child{
    margin-top: 0px;
}
summary:focus {
  outline: none;
}



/*********************************
13. Vacancia
*********************************/

.vacancia {
margin: 10px;
background: #fe890a;
border-radius: 50px;
color: aliceblue;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
padding:25px;
}

.vacancia p{
    text-align: center;
color: aliceblue;
}

.vacancia h3, h4{
 text-align:center; 
 margin:0px!important;
}

p.otzyvy_text {
    font-size:16px;
}

.row-with-one-element {
 justify-content: center;   
}

.row-with-one-element > .col-lg {
    max-width:31.5%;
}

/*********************************
14. Discounts
*********************************/
.discounts_title{
    background: #fcbd3e;
    color: #cf3401;
    font-size: 30px!important;
    margin-left:0px!important;
    margin-right:0px!important;
    padding: 4.5px;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}

/*********************************
6. Contact
*********************************/

.contact
{
	width: 100%;
	background: #FFFFFF;
}
.contact_img{
    width: 100%;
    
}
.contact_img img{
   
}
.contact_text
{
    color: black;
    text-align: center;
	
}

.contact_title{
    color: #cf3401;
    margin-bottom: 20px;
    font-size: 18px;
}
.contact_text p{
    font-size: 16px;
}
.contact_text hr{
    position: relative;
    width: 50%;
    left:25%;
}
.contact_about_list
{
	margin-top: 48px;
}
.contact_about_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.contact_about_icon
{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: #20d34a;
	text-align: center;
	vertical-align: middle;
}
.contact_about_icon img
{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contact_about_list li span
{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
	padding-left: 10px;
}
.contact_form_container
{
	width: 100%;
}
.contact_form
{
	display: block;
	position: relative;
	width: 100%;
}
.contact_input
{
	position: relative;
	width: 100%;
	height: 44px;
	border: none;
	outline: none;
	background: #f5f7fa;
	padding-left: 25px;
}
.contact_form > div:not(:last-child)
{
	margin-bottom: 28px;
}
.input_container::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #20d34a;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.input_container:hover::after
{
	visibility: visible;
	opacity: 1;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #696969 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #696969 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #696969 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #696969 !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #696969 !important;
}
.contact_text_area
{
	height: 160px;
	padding-top: 13px;
}
.contact_button
{
	display: inline-block;
	position: relative;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	cursor: pointer;
	margin-top: -8px;
	padding: 0 20px;
}
.agree-checkbox {
    font-size: 12px;
}
.agree-checkbox input {
    position: relative;
    top:-0.5px;
}
.agree-checkbox a {
    border-bottom: 1px dashed;
    text-decoration: none;
}
div.error {
    height: 25px;
}
span[data-validate-for].visible {
    display: inline;
}
span[data-validate-for] {
    color: red;
    display: none;
}

.map_row
{
	margin-top: 10px;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.yandex_map
{
	width: 100%;
	height: 50vh;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
.contact_map .working_hours
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 89px;
}
.contact_map .box
{
	width: 362px;
	box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
}

.contact_map .working_hours
{
	padding-top: 29px;
	padding-right: 60px;
}


/* [Table of Contents]
1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px */

/* 1. 1600px */
@media only screen and (max-width: 1600px)
{

}

/* 2. 1440px */
@media only screen and (max-width: 1440px)
{

}

/* 3. 1380px */
@media only screen and (max-width: 1380px)
{

}

/* 3. 1280px */
@media only screen and (max-width: 1280px)
{

}

/* 4. 1199px */
@media only screen and (max-width: 1199px)
{
    .box
    {
        height: 313px;
    }
    .box_phone
    {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px)
{
    .service {
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
/* 4. 1100px */
@media only screen and (max-width: 1100px)
{

}

/* 5. 1024px */
@media only screen and (max-width: 1024px)
{

}

/* 6. 991px */
@media only screen and (max-width: 991px)
{
    .swiper-container {
    width: 100%;
    height: 300px;
    }
    .main_nav
    {
        display: none;
    }
    
    .logo_container
    {
        height: 56px;
        top: 23px;
    }
    .logo_content
    {
        /*padding-left: 28px;*/
    }
    .logo img {
        height: 56px;
        margin: 0 6px;
    }
    
    .logo_text
    {
        font-size: 24px;
    }
    .logo_sub
    {
        display: none;
    }
    .top_bar_item
    {
        font-size: 12px;
    }
    .top_bar_item a
    {
        font-size: 12px;
    }
    .emergencies
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .emergencies a
    {
        font-size: 12px;
    }
    .logo_box
    {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    
    .hamburger
    {
        display: block;
    }
    .home_title h1
    {
        font-size: 56px;
    }
    .boxes
    {
        padding-top: 55px;
    }
    .box_col
    {
        margin-top: 0;
    }
    .content .boxes_col {
        margin-top: 95px;
    }
    .box_col:not(:last-child)
    {
        margin-bottom: 30px;
    }
    .box
    {
        height: auto;
        padding-bottom: 40px;
    }
    .about_image
    {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 55px;
    }
    .footer_column
    {
        
    }
    .footer_social p{
        font-size: 16px;
    }
    .copyright_content
    {
        height: auto;
    }
    .footer_social ul
    {
        margin-right: 0;
        margin-left: -5px;
    }
    .form_col {
        margin-top: 95px;
    }
    .contact_map .box
	{
		width: 100%;
	}
	.contact_map .working_hours
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		left: auto;
		margin-top: 60px;
	}
	.team_member_info_sp{
	    top: 0;
	}
	
	.volggmu-container{
	    margin-top:40px!important;
    }
    
    .service_col {
        margin-bottom: 10px !important;
    }

    .service_col:last-child {
        margin-bottom: -10px !important;
    }

    .desktop_services {
        display: none;
    }

    .mobile_services {
        display: block;
    }
    
    .mobile_services > .service_icon_img > img {
     width:100% !important;
     height: 100% !important;
    }
    
    .services_row {
     margin-top:0px!important;   
    }

    .service_icon {
        width: 25%;
        margin: 0;
    }

    .service_title {
       padding:0px;
        margin:auto;

    }

    .service_title::before {
        display: none;

    }

    .service {
        margin:0px!important;
        padding: 0px !important;
    }
    
    .service_icon_img {
         margin-top:10px;
         margin-bottom:10px;
    }

   .service_title span {
      border-bottom: none;
  }
  
  .team_row {
       margin:0px;   
  }
  
  
  
   .team_row:last-child{
       margin-bottom:15px;   
  }
    
    .practice-img{
        float:none;
        display:flex;
}
.row-with-one-element {
 justify-content: center;   
}

.row-with-one-element > .col-lg {
    max-width:100%;
}

.agree-checkbox input {
   top:3px;
}

}

/* 7. 959px */
@media only screen and (max-width: 959px)
{

}

/* 8. 880px */
@media only screen and (max-width: 880px)
{
    
}

/* 9. 768px */
@media only screen and (max-width: 768px)
{

}

/* 10. 767px */
@media only screen and (max-width: 767px)
{
    .input_container #email{
 margin-top:10px;       
}
    p
    {
        font-size: 15px;
    }
    .header.scrolled
    {
        top: 0px !important;
    }
    .top_bar
    {
        
    }
    .logo_container
    {
        height: 56px;
        top: 23px;
    }
    
    .header.scrolled .logo_container
    {
        top: 23px !important;
    }
    .logo
    {
        margin-top: 5px;
    }
    .logo_sub {
        font-size: 16px;
        font-weight: 400;
        padding-left: 32px;
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    .header.scrolled .logo_sub {
        top: 0;
    }
    .home_content_inner
    {
        width: 100%;
    }
    .dept_text
    {
        margin-top: 15px;
    }
    .dept_button
    {
        position: relative;
        margin-top: 20px;
    }
    .cta_content h2
    {
        font-size: 36px;
    }
}

/* 11. 575px */
@media only screen and (max-width: 575px)
{
    
    .swiper-container {
    width: 100%;
    height: 100px;
}
    p
    {
        font-size: 13px;
    }
    .header_container{
        height: 56px;
    }
    .header.scrolled
    {
        top: 0px !important;
    }
    .team_member_image img{
        width: 100%;
    }
    .team_member{
        min-height: auto;
        margin-top: 20px;
    }
    .header_content,
    .header.scrolled .header_content
    {
        height: 56px;
    }
    .header.scrolled .logo_container
    {
        top: 0;
    }
    .header.scrolled .logo_container
    {
        top: 23px !important;
    }
    
    .hamburger i
    {
        font-size: 40px;
    }
    .logo_container
    {
        height: 56px;
        top: 23px;
    }
    .logo_text
    {
        font-size: 16px;
    }
    .logo_box
    {
        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
    }
    .lang_nav {
        display: none;
    }
    .double_string{
        left:12%;
        width:74%;
        line-height:1;
        padding: 5px;
    }
    .menu_close_container
    {
        right: 20px;
    }
    .home
    {
        height: 225px;
    }
    .home_content
    {
        top: calc(75% + 40px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .title h1
    {
        font-size: 16px;
    }
    .title span
    {
        font-size: 14px;
    }
    .service_title{
    font-size:15px!important;
    }
    .menu_container
    {
        width: 100vw;
        right: -100vw;
    }
    .menu_item a
    {
        font-size: 20px;
    }
    .menu_item.langs a
    {
        font-size: 20px;
    }
    .menu_item.langs a:not(:first-child)
    {
        margin-left: 15px;
    }
    .menu_appointment,
    .menu_emergencies
    {
        font-size: 14px;
    }
    .contact_img{
        left:0!important;
        width: 100%!important;
    }
    .section_title h2
    {
        font-size: 24px;
    }
    .button
    {
        height: 41px;
    }
    .button a
    {
        font-size: 11px;
        line-height: 41px;
        padding-left: 29px;
        padding-right: 34px;
    }
    .box
    {
        padding-left: 25px;
    }
    .working_hours
    {
        padding-right: 30px;
    }
    .cta_content h2
    {
        font-size: 28px;
    }
    .id{
        visibility: hidden;
        position: absolute;
    }
    table.price{
        font-size: 16px;
    }
    summary.pricesd::before {
  content: '';
  background: url('/themes/medicalsham/assets/img/arrow.svg');
  position: absolute;
  right: 5px;
  top: 37%;
  height: 15px;
  width: 15px;
}
.section_title hr{
    position: relative;
    width: 50%;
    left: 25%;
}
.team_col:first-child{
     margin: auto; 
     width: 320px;
     margin-bottom: 40px;
     margin-top: 10px;
}
.team_col:last-child{
     margin: auto; 
     width: 320px;
     margin-bottom: 10px;
}
}

/* 11. 539px */
@media only screen and (max-width: 539px)
{

}

/* 12. 480px */
@media only screen and (max-width: 480px)
{

}

/* 13. 479px */
@media only screen and (max-width: 479px)
{
    .home_title h1
    {
        font-size: 28px;
    }
}

/* 14. 400px */
@media only screen and (max-width: 400px)
{

}

/* 14. 330px */
@media only screen and (max-width: 330px)
{
    .home_title_internal_double{
        width: 66%;
        left: 16%;
    }
}