html{
	position: relative;
	min-height: 100%;
	scroll-behavior: smooth;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
	/* margin-bottom: 120px; */
}
a, a:visited {
    color: #337ab7;
    text-decoration: none;
	transition: .3s;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #9fc0c5;
    background-color: #055e6c;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-default .navbar-brand {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 34px;
    color: #fff;
       text-shadow: 0 3px 0 #055e6c;
    text-align: center;
    padding: 10px;
}
.navbar-default .navbar-brand span{
    text-shadow: none;
    font-size: 12px;
    display: block;
    margin: 10px 0 0;
    max-width: 150px;
    text-align: center;
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
    margin-top: 9px;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;

}
.navbar {
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #067384;
    border-color: #055e6c;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 900;
}
#masthead {
    /* position: fixed; */
    right: 0;
    left: 0;
    z-index: 901;
}

#masthead .top-list-style .dropdown{
    width: 100%;
    text-align: center;
}
#masthead .top-list-style ul>li{
	width:16.5%;
}
#masthead .top-list-style .navbar-sub li{
	width:auto;
}
.list-top-menu {
	float: left;
	margin-top: 27px;
	color: white;
	text-align: center;
	width:25%;
}
.btn-head-cl{
	width:10%;
}
@media (min-width:320px) and (max-width:767px){
	.list-top-menu {
		width:auto;
		float:none;
		margin-top: 50px;
	}
	.btn-head-cl{
		width:auto;
	}
	#masthead {
			/*position:relative;*/
		position: fixed;
		top: 0;
	}
	.h-mob {
		bottom: 0;
		overflow-y: scroll;
	}
	#banner {
		margin-top: 90px;
	}
	.top-list-style, .list-top-menu{
		display:none;
	}
	#masthead .top-list-style .dropdown {
		text-align: left;
	}
	#masthead .top-list-style ul>li{
		width:auto;
	}
	.collapse {
		display: none;
	}
	.inner {
		padding: 0;
	}
	header .inner {
		padding: 0 15px;
	}
}
.navbar-fixed-top {
    border-width: 0 0 1px;
}
@media (min-width:320px) and (max-width:767px){
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: relative;
	}
}
.navbar-default a {
	text-decoration: none;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #9fc0c5;
    text-shadow: 0 5px 0 #055e6c;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #055e6c;
}

.navbar-nav {
    margin: 7.5px -15px;
}
#navbar-collapse .navbar-nav{
	margin-top: 20px;
	font-size: 16px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a, .navbar-sub li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-sub li a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-sub li a:hover, .navbar-default .navbar-sub li>a:focus{
    color: #9fc0c5;
}
#banner {
    /* padding-top: 130px; */
	/* margin-bottom: 30px; */
    color: #fff;
    background: #289eb1 url(/wp-content/uploads/2021/01/banners-background1.png) 100px 100px fixed;
	text-align: center;
    min-height: 50px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	/* margin-bottom: 85px; */
}
.useful{
	margin-bottom: 90px;
}
.container p{
	text-align: justify;
}
.img_header_style{
	vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
#banner .container .row > div{
	/*margin-top: 20px;*/
}
@media (min-width:320px) and (max-width:767px){
	#banner img {
		display: none;
	}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Georgia,"Times New Roman",Times,serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

#banner.banner-section .btn {
    margin-bottom: 30px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn {
    border-top: none;
    border-left: none;
    border-right-width: 1px;
    border-bottom-width: 3px;
    padding: 7px 12px 5px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
}
.btn-danger, .btn-danger:focus, .btn-danger:active {
    color: #fff!important;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-warning {
    color: #fff!important;;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

a.btn-green {
	color: #fff;
}
.btn-green {
	width: 300px;
	height:60px;
	background: #067384 ;

	font-size:16px;
	display:flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border: none;
}
.btn-green:hover {
	background: #055e6c  !important
}

.btn.btn-lg {
    padding: 6.9px 13.8px;
    font-size: 16.1px;
    line-height: 1.64286;
    border-radius: 0;
}
.hidden992, .hidden1200{
	display: none;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}
#breadcrumbs {
    background: #f5f5f5;
	margin-bottom: 20px;
}
#breadcrumbs .breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    border-radius: none;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb a{
    color: #337ab7;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	margin: 0;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #777;
}
#footer {
    position: relative;
 		bottom: 0;
    width: 100%;
    min-height: 80px;
    padding-top: 20px;
    border-top: #067384 solid 10px;
    background-color: #055e6c;
    font-size: 14px;
    color: #9fc0c5;
}
.nav-pills{
	margin: 0px;
    list-style: none;
}
.nav-pills>li {
    float: left;
}
#footer .nav-pills>li.active>a, #footer .nav-pills>li.active>a:hover, #footer .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #067384;
}
#footer .nav>li>a:hover, #footer .nav>li>a:focus {
    text-decoration: none;
    background-color: #055e6c;
}
#footer .nav-pills>li.active>a {
    text-decoration: none;
}
#footer .nav-pills>li>a {
    border-radius: 0;
}
#footer .nav>li>a {
    padding: 5px 9px;
}
#footer .nav>li>a {
    padding: 5px 0px;
	padding-right: 9px;
}
#footer a {
    color: #cfe0e1;
    text-decoration: underline;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
#footer .nav:before, #footer .nav:after {
    content: " ";
    display: block;
}
.nav:after {
    clear: both;
}
.copyright{
	clear: both;
	margin-top: 20px;
}
.mini_advanteges{
	padding-top: 20px;
	overflow: overlay;
}
.mini_advanteges h3 {
	text-align: center;
	margin-bottom: 40px !important;
}
.mini_advanteges-item {
    text-align: center;
    width: 50%;
    float: left;
    padding: 0 1em;
    padding-bottom: 2em;
	font-size: 16px;
    font-weight: 700;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.label-success {
    background-color: #5cb85c;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#content h1, #content .h1, #content h2, #content .h2, #content h3, #content .h3 {
    margin-bottom: 30px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#content .alert {
    border-radius: 0;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
#content a {
    /*text-decoration: underline;*/
}
#content .table {
    font-size: 16px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table a {
    color: #333;
}
table a:hover {
    color: #337ab7;
    text-decoration: none;
}
.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}
th {
    font-weight: normal;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #067384;
    color: #fff;
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: 10px 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>td {
    text-align: center;
}
.table tr td,
.table tr th {
    text-align: center;
    vertical-align: middle!important;
}
/* .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
} */
table tbody tr:nth-child(1n) {background: #f6f6f6;}
table tbody tr:nth-child(2n) {background: #e6e6e6;}
#content hr {
    border-top-width: 3px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
#content .lead {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 19.8px;
}
#content ul>li, #content ol>li {
    margin-bottom: 5px;
}
#content ul, #content ol {
    padding-left: 25px;
}
.befor-table{
	position: absolute;
	margin-top: -50px;
	width: 10px;
    height: 10px;
}
.text-muted {
    color: #777;
}
.container{

}

form#callback{
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
form#callback .btn-success {
	width: 300px;
	height: 45px;
	margin-top: 43px;
	background: transparent;
	border: 2px solid #ffffff;
	font-size: 16px;
	background-color: #067384 !important;
}
form#callback .btn-success:hover {
	background-color: #055e6c !important;
	color: #fff;
}
.section.form-qw-btn {
	background: #067384;
	padding: 50px;
	margin: 60px 0;
	color: #fff;
	width: 100%;
	text-align: center;
}

.section.form-qw-btn  a {
	color: #fff;
	font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
		text-align: left;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
label.control-label {
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	top: 15px;
}
.form-control {
    display: block;
    width: 440px;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#content .form-control {
    border-radius: 0;
}
#content textarea {
    resize: vertical;
}
textarea.form-control {
    height: auto;
}

@media only screen and (max-width: 500px) {
	.form-control {
		width: auto;
	}
}
@media only screen and (max-width: 330px) {
form#callback {
    display: flex;
    justify-content: center;
    gap: 0px; 
    margin-top:0px; 
	flex-wrap: wrap;align-content
	}
	form#callback .btn-success {
		margin-top: 0;
	}
	 .form-control {
        width: 217px;
    }
}
.btn-success, .btn-success:visited {
    color: #fff;
    background-color: #5cb85c!important;
    border-color: #4cae4c;
	margin-top: 10px;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44!important;
    border-color: #398439;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
small, .small {
    font-size: 85%;
}
@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

// Spec and IE10+
@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}
.progress {
	overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.progress-bar {
	float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  	-webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  	background-color: #5cb85c;
}
#content .progress {
    border-radius: 0;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
#content blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16.2px;
    font-style: italic;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
#content blockquote footer {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
#content .aside .title {
    padding-bottom: 9px;
    margin: 45px 0 20px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 27px;
    color: #777;
}
#content .aside .nav {
    padding-left: 0;
}
.nav-stacked>li {
    float: none;
}
#content .aside .nav.nav-pills>li {
    padding-left: 1px;
    border-left: 5px solid #eee;
}
.nav-stacked>li>a:hover, .nav-stacked>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover, .nav-stacked>li.active>a:focus {
    color: #fff;
    background-color: #067384;
}
#content .aside .nav.nav-pills>li.active>a, #content .aside .nav.nav-pills>li a:hover, #content .aside .nav.nav-pills>li a:focus {
    text-decoration: none;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.img-circle {
    border-radius: 50%;
}
#content img {
    /*margin-bottom: 30px;*/
    /*max-width: initial;*/
    /*width: 72px !important;
    height: 76px !important;*/
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.fa-clock-o:before {
    content: "\f017";
}
a.btn:hover {
	text-decoration: none;
}
#banner .container p {
    text-align: inherit;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar-collapse {
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    -webkit-overflow-scrolling: touch;
}
.collapse.in {
    display: block;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-header{
margin-top: 20px;
}
#content .btn-default {
    color: #fff;
    background-color: #067384;
    border-color: #055e6c;
	margin: 10px 10px 0 0;
}
#content .btn-default:hover {
    color: #fff;
    background-color: #044953;
    border-color: #022b32;
}

#content .section {
    padding-top: 70px;
}


.col-xs-6 {
    width: 50%;
}
.section p{
	text-align: inherit;
}
.fa-comments {
    color: #333333;
}
.text-success {
    color: #3c763d;
}

.fancybox{
	text-align: center;
}
.timer_box, .timer_box p{
	text-align: center;
}
#content .timer_box h3, #content .timer_box h2{
	text-transform: uppercase;
	margin-bottom: 0;
}
.timer_box h2{
	color: #067384;
}
.timer_box p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .timer_box .h3{
	margin: 20px 0;
}
.navbar-sub{
	transition: .3s ease-in-out;
	list-style: none;
    position: fixed;
    background: #067384;
    margin: 0;
	opacity: 0;
	visibility: hidden;
	border-top: 1px solid #046271;
}
li:hover > .navbar-sub {
	opacity: 1;
	visibility: visible;
}
.navbar-sub li{
	margin: 0 10px;
}
.navbar-sub li:not(.sub){
	border-bottom: 1px solid #289eb1;
}
.navbar-sub > .sub + li{
	border-top: 1px solid #289eb1;
}
.navbar-sub li a{
	padding: 10px 10px;
}
.navbar-sub li.sub{
	margin-left: 20px;
}
.yandex-box iframe{
    float: left;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 3px;
}
.yandex-box span{
	font-weight: bold;
}
.shit_fond .h3,.shit_fond .h4{
	font-family: 'Open Sans'!important;
}
.center, .center p{
	text-align: center;
}
#buttonToUp{
	position: fixed;
    bottom: 135px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgb(6 115 132 / 50%);
    text-align: center;
    cursor: pointer;

	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 20px;
    line-height: 40px;

	-webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#buttonToUp:hover{
    background-color: rgb(6 115 132 / 100%);
	border-radius: 7px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #067384;
  color: white;
}
.modal-body {
	padding: 10px 16px 2px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal-footer {
  padding: 0 16px 10px;
  margin-top: -10px;
  color: white;
}
.modal-header .lead{
	margin: 10px 0;
}
.container .modal p{
	text-align: inherit;
}

/* Custom menu */
@media (min-width:768px){
    .no-border-item{
        border:none;
    }
    .custom-menu-position{
        position: absolute;
        min-width: 145px;
        top: 80px;
        left: 255px;
        border-top: 0px;
        min-height: 400px;
        overflow: auto;
        height: 100%;
    }
    .custom-menu-position .min-width-115{
        min-width: 115px;
    }
}

/* Custom heading block */
.heading-wrapper{
    width: 100%;
}
p.heading-link{
    text-align: center;
}
.heading-link a{
    font-family: "Open Sans";
    color: inherit;
}
.med-knizka-list{
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}
.med-knizka-list li{
    position: relative;
    margin: 15px 0;
    font-weight: 700;
}
/* .mt20p{
    margin-top: 20px;
    padding-top: 7.6%;
} */

table.table.table-bordered.table-striped {
	margin-top: 2%;
}
.med-knizka-list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 17px;
    top: 1px;
    left: -25px;
    background-image: url(https://meditsinskie-knizhki.ru/wp-content/uploads/2021/09/strelochka2.png);
    background-size: contain;
}
.banner-profosmotry-img{
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (min-width:768px) and (max-width:991px){
    .flex-center{
        display: flex;
        align-items: center;
    }
    .banner-profosmotry-img{
        max-width: 100%;
    }
}
.like-h1{
    font-size:35px;
    margin: 10px 0 20px 0;
}
.like-h2{
    font-size: 30px;
    margin: 10px 0 15px 0;
}
.no-style-link{
    text-decoration: none;
    color: black;
}
.no-style-link:hover{
    text-decoration: none;
    color: black;
}
.img_width{
    margin-bottom: 30px;
    max-width: initial;
    width: 70px !important;
    height: 70px !important;}


.img-responsive2{
    max-width: 70%;
    margin: 0 auto;
}

.card-block {
	display: flex;
	align-items: center;
}

.number-block {margin-right: 10px; padding: 10px; background-color: #BECBFF; color: #fff}

.phones-block {
	font-size: 17px;
	margin-bottom: 20px;
}

.times-block {
	font-size: 17px;
	margin-bottom: 40px;
}

.point-block .point-block-text {
	font-size: 17px;
	margin-left: 120px;
}

.tags_container {
       display: flex;
    flex-flow: row wrap;
    margin-top: 1px;
    height: 50px;
    align-items: stretch;
    border: 1px solid  #067384;
    margin: 8px -8px -7px -8px;
}

.tags_heute {

width: 22%;
text-align: center;
text-decoration: none;
margin: 9px -18px 0px 0px;
}

.tags_heute  a {
    text-decoration: none;

   }
 .tags_heute  a:hover {
  text-decoration: none;
  color: #fff;

   }

.tags{
   border-radius: 1px;
    padding: 0px 5px;
    width: 34%;
    text-align: left;
    margin-bottom: 0px;
    border-left: 1px solid  #067384;
}

.tags_t{
   border-radius: 1px;
    padding: 0px 5px;
    width: 31%;
    text-align: left;
    margin-bottom: 0px;
    border-left: 1px solid  #067384;
}

.tags_t p{
  text-align: center;
  padding-top: 15px;
}

.tags_s{
       border-radius: 1px;
    padding: 0px 5px;
    text-align: left;
    margin-bottom: 0px;
    border-left: 1px solid  #067384;

}

.tags_heute a {
position: relative;
display: inline-block;
font-size: 80%;
font-weight: 700;
color: #055e6c;
text-decoration: none;
text-shadow: 0 -1px 2px rgba(0,0,0,.2);
padding: 12px 1px 0px 0px;
outline: none;
border-radius: 3px;
box-shadow: 0 1px rgba(255,255,255,.2) inset, 0 3px 5px rgba(0,1,6,.5), 0 0 1px 1px rgba(0,1,6,.2);
transition: .2s ease-in-out;
height: 41px;
width: 100px;
margin: auto;}

.tags_heute a:hover:not(:active) {
    background: #055e6c;
    color: #ffffff;
}
.tags_heute a:active {
    top: 1px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(5,94,96,0.9585084033613446) 35%);
    box-shadow: 0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}


.tags p{
  text-align: center;
padding-top: 15px;
}

.feedback-wrapper {
  text-align: center;
    padding: 17px 0;
}

.feedback-block {
border: 3px solid #067384;
    border-radius: 5px;
    padding: 7px;
    text-align: left;
    width: 580px;
}

.feedback-block h2{
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;

}

.feedback-block, .feedback-block img, .feedback-block .feedback-info {
    display: inline-block;
    vertical-align: middle;
}

.feedback-block img {
    max-width: 400px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.feedback-block .feedback-info {
    max-width: calc(100% - 220px);
}

.feedback-block .feedback-info p {
text-align: left;
text-indent: 0;
margin: -112px 0 0 0;

}

.feedback-head_hd h2{
    font-weight: 400;
    font-size: 22px;
    margin-top: 0;
}


.feedback-block .feedback-info p.feedback-head {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0;
}

.feedback-block .feedback-button {

display: block;
height: 42px;
width: 168px;
margin: 3px 0px 0px 0px;
text-decoration: none;
text-align: center;
line-height: 40px;
color: #fbf9f9;
font-weight: bold;
border: 2px solid #ff2904;
    background: -webkit-linear-gradient(#90AED5, #4F81BB, #90AED5);
    background: -o-linear-gradient(#90AED5, #4F81BB, #90AED5);
    background: -moz-linear-gradient(#90AED5, #4F81BB, #90AED5);
    background: linear-gradient(#ff2904, #d01f1f, #e92424a3);
    font-size: 1em;

}


.tags_heute input[type=radio] {
   position: absolute;
   left: -99999px;
}


.tags_heute span {
  display: block;
  padding: 0.2em 1em;
  border: 1px solid black;
  margin-right: 1px;
  cursor: pointer;
}

.tags_heute input[type=radio]:checked + span {
  border-color: #055e6c;
  background: #055e6c;
  color: white;
}

.feedback-button:active {
    box-shadow: none;
}
.comment-paragraph{
   text-indent: 20px
}

@media (max-width:570px) {
    .feedback-block {
        text-align: center;
    }
        .feedback-block .feedback-info {
        max-width: 100%;
    }
}
.stats{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top:30px;
	width:100%;
}
.stats a{
	width:31%;
}
.stat{
	margin-bottom:30px;
	background-color: #FFFFFF;
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
border-radius: 10px;
	text-decoration:none;
	color: #333333;
	min-height:309px;
}
.stat_img img{
	border-radius:10px 10px 0 0;
	min-width:355px;
height: 180px;
}
.stat_text{
	font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
color: #333333;
	padding:30px;
}
@media screen and (max-width:480px){
	.stats a{
		width:100%;
	}
}

.tags-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.services-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 50px;
}

.services-item {
    border-radius: 16px;
    background: #EDF5FF;
    width: 48%;
    padding: 30px 150px 30px 30px;
    position: relative;
    max-width: 570px;
    min-height: 200px;
    box-sizing: border-box;
}

.services-item:nth-child(even) {
    background: #F5EDFF;
}

.services-item__title a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.services-item__title a:hover {
    text-decoration: underline;
}

.services-item__text {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
    display: none;
}

.services-item__btn a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
    cursor: pointer;
}

.services-item__btn::after {
    content: "\1F862";
    margin-left: 10px;
    font-size: 12px;
}

.services-item__img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.services-item__img img {
    width: 110px;
    height: 110px;
    max-width: 100%;
}

@media (max-width: 1200px){
    .services-item {
        width: 100%;
    }
}

@media (max-width: 460px){
    .services-item__title a {
        font-size: 18px;
    }

    .services-item {
        padding: 20px 110px 20px 20px;
    }

    .services-item__img {
        right: 20px;
    }

    .services-item__img img {
        width: 80px;
        height: 80px;
        max-width: 100%;
    }
}

.navbar-sub {
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
}
.navbar-sub li {
    position: relative;
}
.navbar-sub ul {
    left: 100%;
    top: 0;
    max-height: calc(50vh - 111px);
    overflow-y: scroll;
}
@media (max-width: 767px) {
    .navbar-sub ul {
        left: 0;
    }
    .navbar-sub ul li {
        margin: 0;
    }
}


.row.flex-center {
	margin-bottom: 40px;
}

.timer_h2 {    
	text-transform: uppercase;
    margin-bottom: 0;
	color: #067384;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 500;
    line-height: 1.1;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	}

.timer_h3 {
	text-transform: uppercase;
    margin-bottom: 0;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 500;
    line-height: 1.1;
    color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}