html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
a {
	background-color: transparent;
	cursor: pointer;
	/*outline: none;*/
}
a:active, a:hover {
	/*outline: 0;*/
}
b, strong {
	font-weight: bold;
	color: #000;
}
h1 {
	margin: .67em 0;
	font-size: 2em
}
img {
	border: 0;
	max-width: 100%;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}
textarea {
	overflow: auto
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
* :before, * :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

/* Main styles */
html {
	font-size: 18px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
	font-family: 'Roboto', sans-serif;
	color: #323232;
	line-height: 1.3;
}
h1, h2, h3, h4 {
	margin: 1em 0px 0.5em;
	line-height: 1;
	font-family: "Libertinus Serif", serif;
	font-weight: 400;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}

sup {
	font-size: 0.8em;
}

.em {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: italic;
}

.ul-simpl {
	padding-left: 18px;
	text-align: left;
}
.ul-simpl li {
	margin-bottom: 10px;
}
.ul-simpl a{
	color: #323232;
	text-decoration: none;
	border-bottom: solid 1px #d6d6d6;
}

.btn {
	text-decoration: none;
	color: #323232;
	display: inline-block;
	margin-right: 15px;
	padding: 8px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 0.75em;
}
.btn-border {
	border-style: solid;
	border-width: 1px;
}
.border-brown {
	border-color: #9d2220;
}
.fill-brown {
	background-color: #9d2220;
	color: #fff;
}

.color-green {
	color: #335926;
}
.color-brown {
	color: #9d2121;
}

.border-brown:hover {
	border-color: #989898;
	color: #606060;
}
.fill-brown:hover {
	background-color: #989898;
	border-color: #989898;
	color: #fff;
}

.shadow {
	-webkit-box-shadow: 0px 4px 10px 0 rgba(50, 50, 50, .3);
	-moz-box-shadow: 0px 4px 10px 0 rgba(50, 50, 50, .3);
	box-shadow: 0px 4px 10px 0 rgba(50, 50, 50, .3);
}

.long-p {
	margin-bottom: 500px;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.marg-top {
	margin-top: 2em;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.container {
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
}
.container:before,
.container:after,
.content:before,
.content:after {
	display: table;
	content: " "
}
.container:after,
.content:after {
	clear: both
}
.content {
	width: auto;
	width: 1200px;
	margin: 0 auto;
}

.flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex-center {
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	float: left;
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}

.mobile {
	display: inline-block;
	/*top: 0px;
	right: 40px;
	z-index: 50;*/
	width: 28px;
	padding: 25px 0px 0px;
}
.burger {
	position: relative;
	z-index: 101;
	width: 28px;
	height: 20px;
	cursor: pointer;
}
.burger span{
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #9d2121;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}
.burger span:nth-child(1){
		top: 0px;
}
.burger span:nth-child(2), 
.burger span:nth-child(3){
		top: 8px;
}
.burger span:nth-child(4){
		top: 16px;
}
.burger.opened span:nth-child(1){
		top: 8px;
		width: 0%;
		left: 50%;
}
.burger.opened span:nth-child(2){
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
}
.burger.opened span:nth-child(3){
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
.burger.opened span:nth-child(4){
		top: 8px;
		width: 0%;
		left: 50%;
}

.header {
	padding: 10px 0px 0px;
}
.logo-block {
}
.header_logo-block {
	padding: 5px 0px;
}
.header_logo {
	display: inline-block;
	padding: 35px 0px 15px 0px;
	background-image: url(images/logo-doktor.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 40px;
	text-decoration: none;
}
.header_logo-text {
	font-size: 24px;
}
.header_logo-text_name {
	font-weight: 700;
	text-transform: uppercase;
}
.header_logo-text_desc {
	font-size: 0.7em;
	position: relative;
	top: -5px;
	color: #000;
}
/*.header_logo-text_desc:before,
.header_logo-text_desc:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 1px;
	background-color: #335926;
}
.header_logo-text_desc:before {
	margin-right: 5px;
}
.header_logo-text_desc:after {
	margin-left: 5px;
}*/
.header_info {
	padding-top: 18px;
	font-size: 0.85em;
}
.header_info a {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #323232;
	text-decoration: none;
	border-bottom: solid 1px #d6d6d6;
}
.header_info a:last-child {
	padding-top: 5px;
	display: inline-block;
}
.soc {
	text-align: right;
}
.header_info .soc-item {
	border-bottom: 0px;
}
.soc-item {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 30px;
	margin: 0px 5px 0px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.soc-item:before {
	content: "";
	background-color: rgba(151, 79, 40, 0.3);
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: -4px;
	top: -1px;
	border-radius: 50%;
}
.item-phone {
	height: 22px;
	background-position-x: -2px;
	background-image: url(../img/phone-call.svg);
}
.address-block {
	text-align: right;
}
.address-block p {
	line-height: 2em;
}
.address-block a {
	line-height: 1.3;
}

.top-menu .content {
	/*background-color: #974f28;*/
}
.top-menu ul {
	margin: 0;
	padding: 0;
	background-color: #2d2d2d;
	background-color: #989898;
	min-height: 27px;
	width: 100%;
	list-style: none;
	font-size: 0.9em;
}
.top-menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: -4px;
}
.top-menu .item {
	display: block;
	padding: 12px 15px 10px;
	color: #fff;
	text-decoration: none;
}
.top-menu .item-selected {
	background-color: #9d2220;
}
.top-menu .item:hover {
	background-color: #9d2220;
}

.s1 {
	position: relative;
}
.s1-content {

}
.s1-desc {
	/*height: calc(100vh - 148px);*/
	height: 600px;
	min-height: 500px;
}
.s1 h1 {
	margin-top: 0;
	font-weight: 500;
}
.s1-pic {
	position: relative;
	/*height: calc(80vh - 148px);*/
	height: 486px;
	min-height: 400px;
	/*margin-top: 7vh;*/
	margin-top: 55px;
}
.s1-pic:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/car.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}
.s1_h1-name {

}
.s1_h1-desc {
	display: inline-block;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.4em;
	line-height: 1.3em;
}
.s1_items {
	padding-top: 20px;
}
.s1_item {
	position: relative;
	padding-left: 50px;
	font-size: 0.85em;
	/*font-weight: 300;*/
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 35px;
}
.s1_item:before {
	content: "";
	background-color: rgba(157, 34, 32, 0.45);
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: -6px;
	top: -3px;
	border-radius: 50%;
}
.s1_item-1 {
	background-image: url(../img/num-1.svg);
}
.s1_item-2 {
	background-image: url(../img/num-2.svg);
}
.s1_item-3 {
	background-image: url(../img/num-3.svg);
}
.s1_p1 {
	padding-top: 40px;
}

.s2 {
	position: relative;
	padding: 30px 0px 50px;
	font-size: 20px;
}
.s2-items {
	/*width: 80%;*/
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.s2_item {
	position: relative;
	margin-bottom: 30px;
	padding: 5px 0px 10px 45px;
	font-size: 0.85em;
	/*font-weight: 300;*/
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 22px;
	background-image: url(../img/docs.svg);
}
/*.s2_item:before {
	content: "";
	background-color: rgba(151, 79, 40, 0.3);
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -6px;
	top: -0px;
	border-radius: 50%;
}*/
.s2_item span {
	max-width: 90%;
	display: inline-block;
}

.s3_1 {
	position: relative;
	padding: 30px 0px 50px;
	font-size: 20px;
	background-color: rgba(212, 212, 212, 0.2);
}
.s3_1-linear {
	background: linear-gradient(to bottom, #fff 0%, #f5f4f2 100%);
}
.s3_1-content {

}
.s3_1-items {
	padding-top: 2.5em;
}
.s3_1-item {
	margin: 10px 12px 20px;
	padding: 70px 25px 25px;
	background-color: #fff;
	border-bottom: 10px solid #9c2120;
	text-align: center;
	background-position-x: center;
	background-position-y: 30px;
}
.s3_1-item:before {
	left: 50%;
	margin-left: -26px;
	top: 27px;
}
.s3_1-item_desc {
	font-size: 0.9em;
}
.s3_1-item_desc a{
	color: #323232;
	text-decoration: none;
	border-bottom: solid 1px #d6d6d6;
}

.cit {
	padding-top: 3em;
}
.icon-director:before {
	content: "";
	display: block;
	height: 120px;
	background-image: url(../img/lukyanchenko-ai.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.cit .q {
	margin-top: 1.5em;
}
.cit .q:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 25px;
	height: 25px;
	background-image: url(../img/q-brown.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cit .cit-podpis {
	margin-top: 2em;
}
.cit .btn {
	font-style: normal;
	font-weight: 400;
}

.footer {
	padding: 50px 0px;
	background-color: #989898;
	color: #fefefe;
	font-size: 0.85em;
	font-weight: 300;
}
.footer-content {
	max-width: 50%;
	text-align: center;
}
.footer a {
	color: #fefefe;
}
.footer-content_header {
	font-weight: bold;
	font-size: 1.15em;
}

.footer-menu {
	list-style: none;
	padding-left: 0px;
}

.footer-menu li {
	margin-bottom: 5px;
}

.footer-menu a {
	color: rgb(254, 254, 254);
	text-decoration: none;
}
.footer-menu a:hover {
	color: rgb(156, 34, 33);
}

.footer-menu .selected {
	font-weight: 500;
	color: rgb(156, 34, 33);
}

.footer-content_underline {
	font-weight: 400;
}


#map {
	width: 100%;
	height: 440px;
	margin: 0px 0px 70px;
}
.map .btn {
	margin-left: 12px;
	margin-right: 3px;
}
#map iframe {
	height: 100%;
}


/* otz */
.link {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #d0d0d0;
	text-transform: lowercase;
	color: #323232;
	text-decoration: none;
}

.news-list {
	word-wrap: break-word;
	justify-content: center;
}
.news-item {
	margin: 10px 3% 20px 0;
	padding: 10px 25px 10px;
	background-color: #fff;
	border-bottom: 10px solid #9c2120;
	outline: none;
	display: inline-block;
	max-width: 45%;
	background-color: rgba(53, 54, 53, 0.1);
}
.news-item_main-page {
	max-width: 100%;
}
.otz-name {
	font-weight: 700;
}
.otz-date {
	font-size: 85%;
}
.otz-preview-text {

}
.otz-detail-link {
	cursor: pointer;
}
.otz-detail-text {
	display: none;
	width: 500px;
}
.otz-link {
	font-size: 85%;
}
.otz-link a {
	padding-bottom: 2px;
	border-bottom: 1px solid #d0d0d0;
	color: #323232;
	text-decoration: none;
}

.bg-line {
	background-image: url(../img/bg--line.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}


.hidden-lg {
	display: none;
}


@media screen and (max-width: 1279px) {
	.container {
		min-width: 100%;
		max-width: 100%;
	}
	.content {
		max-width: 100%;
		width: auto;
		margin: 0 50px;
	}
	.hidden-1280 {
		display: none;
	}
	.visible-1280 {
		display: block;
	}
	.col-lg-12-1280 {
		width: 100%;
	}
	.col-lg-11-1280 {
		width: 91.66666667%;
	}
	.col-lg-10-1280 {
		width: 83.33333333%;
	}
	.col-lg-9-1280 {
		width: 75%;
	}
	.col-lg-8-1280 {
		width: 66.66666667%;
	}
	.col-lg-7-1280 {
		width: 58.33333333%;
	}
	.col-lg-6-1280 {
		width: 50%
	}
	.col-lg-5-1280 {
		width: 41.66666667%;
	}
	.col-lg-4-1280 {
		width: 33.33333333%;
	}
	.col-lg-3-1280 {
		width: 25%
	}
	.col-lg-2-1280 {
		width: 16.66666667%;
	}
	.col-lg-1-1280 {
		width: 8.33333333%;
	}
	h1 {
		font-size: 2.5em;
	}
	.s1-desc {
		height: 400px;
		min-height: 300px;
	}
	.s1-pic {
		height: 300px;
		min-height: 300px;
	}
	.s1_h1-desc {
		max-width: 85%;
	}

	.s3-desc_about-block {
		padding-top: 10px;
	}
	.s3-desc_contact-block {
		padding-top: 10px;
	}
	
	#map {
		margin: 0px;
	}
	
	.news-item {
		max-width: 35%;
	}
	.news-item_main-page {
		max-width: 100%;
	}
	
	.footer-menu {
		padding-right: 25px;
	}
}
@media screen and (max-width: 959px) {
	.content {
		margin: 0 30px;
	}
	.hidden-960 {
		display: none;
	}
	.visible-960 {
		display: block;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.top-menu {
		background-color: #989898;
	}

	.s1-desc {
		/*text-align: center;
		display: block;
		margin-top: 2em;*/
	}
	.s1_item {
		text-align: left;
	}
	.s2-items {
		width: 100%;
	}
	.s3_1 {
		padding-top: 10px;
	}
	.s3_1-content {
		display: block;
	}
	.s3_1-items {
		padding-top: 0;
	}
	.s3_1-item {
		text-align: center;
	}
	.s3-desc_about-block {
		padding-top: 40px;
	}
	
	#more {
		padding-top: 2em;
	}
	
	.news-item {
		max-width: 90%;
		width: 90%;
	}
	.news-item_main-page {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	html {
		font-size: 17px;
	}
	.content {
		margin: 0 15px;
	}
	.hidden-640 {
		display: none;
	}
	.visible-640 {
		display: block;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}

	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.6em;
	}
	.btn {
		margin-right: 10px;
		padding: 8px 10px;
		font-size: 0.65em;
	}

	.header {
		background-color: rgba(212, 212, 212, 0.2);
	}
	.top-menu {
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 100;
		width: 100%;
		height: 100%;
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
		transition-duration: .3s;
		transition-timing-function: linear;
		transition-property: transform , opacity;
		visibility: hidden;
	}
	.top-menu.visible {
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
		visibility: visible;
		overflow: visible;
		background-color: #989898;
	}
	.top-menu ul {
		padding-top: 90px;
		font-size: 20px;
		background-color: #989898;
	}
	.top-menu ul li {
		float: none;
		display: block;
		text-align: center;
	}
	.top-menu ul li a.root-item {
		color: #323232;
	}
	.top-menu .content {
		background-color: transparent;
	}
	.top-menu .search-form {
		text-align: center;
	}

	.s1_h1-desc {
		font-size: 0.45em;
	}
	.s1-desc {
		height: 350px;
	}
	.s1_p1 {
		margin-bottom: 0;
		padding-top: 20px;
	}
	.s1-pic {
		margin-top: 0px;
		margin-bottom: 1em;
	}
	.s1-pic:after {
		background-position: center;
	}
	.header_logo-block {
		padding: 0px 0px;
	}
	.header_logo {
		padding: 8px 0px;
		background-size: 32px;
	}
	.header_logo-text_name {
		font-size: 0.75em;
	}
	.header_logo-text_desc {
		font-size: 0.65em;
	}

	#more {
		padding: 50px 0px 50px;
	}
	.s3_1-items {
		padding-top: 0em;
	}
	.s3_2-item_block {
		margin-top: 10px;
	}
	.cit .cit-podpis {
		margin-bottom: 2em;
	}
	.icon-director:before {
		background-position-x: 42%;
	}
	
	#map {
		height: 50vh;
	}
	.long-p {
		margin-bottom: 40vh;
	}
	
	.news-item {
		max-width: 95%;
		width: 95%;
	}
	.news-item_main-page {
		max-width: 100%;
		width: 100%;
	}
	.otz-detail-text {
		max-width: 95%;
		width: 100%;
	}

	.footer {
		padding: 25px 0px;
	}
	.footer-border-top {
		margin-top: 10px;
		border-top: 1px solid #acacac;
	}
}