*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}


.all-site input:focus:required:invalid,
.all-site textarea:focus:required:invalid {
}


.all-site input:required:valid,
.all-site textarea:required:valid {
}


.all-site {
	font-family: "RobotoRegular", "OpenSansRegular", sans-serif;
	font-size: 16px;
	background-color: #f4f4f4;
	padding: 0;
	margin: 0;
	color: #404040;
}


html, .all-site {
	height: 100%;
}


.simplelink {	
	color: #069;
}


.main-header {
	font-size: 40px;
	font-family: "RobotoLight", sans-serif;
	text-align: center;
	color: #008476;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}


._fordark {
	color: #fff;
}


._text-left {
	text-align: left;
}


._text-center {
	text-align: center;	
}

._text-just {
	text-align: justify;
}

._text-shadow-hover:hover {
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.cont-header {
	text-align: center;	
}


input {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 5px;
	background: #01B5ED;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: .6em 1em .4em;
	cursor: pointer;
}


input:focus, input:hover {
	background: #007ABB;
	transition: background-color .5s ease;
}


img {
	width: 100%;
}


ul.accordion {
	margin-bottom: 0;
}


.page-wrapper {
	min-height: 100%;
}


.phone {
	text-align: center;
}


.top-header, .headhesive {
	background: -webkit-linear-gradient(#bcf7e5 20%, #fff 80%, #fff 90%);
	background: -o-linear-gradient(#bcf7e5 20%, #fff 80%, #fff 90%);
	background: linear-gradient(#bcf7e5 20%, #fff 80%, #fff 90%);
}


/*
. top-header {
	position: fixed;
	border-bottom: #33af8f 2px solid;
	height: auto;
	margin: 0 auto;
	width: 100%;
	z-index: 2;
}
*/
.top-header {
		position: fixed;
    top: -10px;
    border-bottom: #33af8f 2px solid;
    height: auto;
    margin: 0 auto;
    width: 100%;
    z-index: 18;
    max-height: 70px;
}

.top-header a {
	text-decoration: none;
}


.top-header .row {
	align-items: center;
}


.dropdown {
	display: flex;
	justify-content: center;
}


.dropdown .btn {
	background-color: #008476;
	border-color: #006565;
	padding-left: 35px;
	padding-right: 35px;
}


.dropdown .show {
	background-color: #C6F8E9;
}


.headhesive {
	border-bottom: #33af8f 1px dashed;
	position: fixed;
	transform: translateY(-220%);
	height: 70px;
	width: 100%;
	transition: 0.5s;
	opacity: 0.95;
	z-index: 17;
}

.headhesive--stick {
	transform: translateY(-14%);
}


.logo {
	padding-bottom: 5px;
}

.logo .logotype {
	max-width: 80%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: -84px;
	position: relative;
}


.top-header nav {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}


.top-header nav a {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17px;
	text-transform: uppercase;
	border-top: #bcf7e5 10px solid;
	color: #333;
	font-size: 14px;
}


.top-header nav a:hover {
	color: #EE7F01;
	border-top: 10px solid #EE7F01;
	cursor: pointer;
	transition: all 0.3s ease;
}


.tel {
	padding-top: 10px;
	float: right;
}


.tel i, .tel p {
	color: #EE7F01;
	margin-right: 5px;
}


.menu_mob {
	background: transparent;
	border: medium none;
	font-size: 28px;
	color: #008FC7;
	float: right;
	outline: none;
}


.menu_mob:hover {
	color: #01B5ED;
	transition: all 0.3s ease;
}


/* ----> Компоненты аккордеона <---- */
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}


.accordion h2 {
	text-align: center;
	color: #008476;
	font-family: "OpenSansLight", sans-serif;
	margin: 0;
	padding: 10px 0;
}


.accordion h2:hover {
	cursor: pointer;
}


.accordion img {
	margin-top: 25px;
}


.accordion .accordion-closeall {
	max-width: 32px;
	cursor: pointer;	
	background-color: transparent;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	left: 10px;
	top: 50%;
	z-index: 15;
	font-size: 12px;
}


@media only screen and (min-width : 2200px) {
	.accordion .accordion-closeall {
		left: 21%;
	}
}


@media only screen and (max-width : 2199px) {
	.accordion .accordion-closeall {
		left: 19%;
	}
}


@media only screen and (max-width : 2000px) {
	.accordion .accordion-closeall {
		left: 17%;
	}
}


@media only screen and (max-width : 1680px) {
	.accordion .accordion-closeall {
		left: 4%;
	}
}


@media only screen and (max-width : 1367px) {
	.accordion .accordion-closeall {
		left: 3%;
	}
}


.h2-odd {
	background-color: #d2eae7;
}


.h2-even {
	background-color: #bcf7e5;
}


.accordion-header {
	background: #008476;
	z-index: 0;
}


.accordion-header h2 {
	color: #fff;
	font-size: 40px;
	font-family: "RobotoLight", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}


.accordion-header p {
	text-align: center;
	margin-top: 0;
}


.accordion_item:last-of-type {
  border-bottom: none;
}


.div-even {
	background: -webkit-linear-gradient(#bcf7e5 20%, #fff 40%, #33bd94 85%);
	background: -o-linear-gradient(#bcf7e5 20%, #fff 40%, #33bd94 85%);
	background: linear-gradient(#bcf7e5 20%, #fff 40%, #33bd94 85%);
}


.div-odd .container {
	border-top: 2px solid #33BD94;
}


.div-odd {
	background: -webkit-linear-gradient(#d2eae7 20%, #fff 40%, #7cadab 85%);
	background: -o-linear-gradient(#d2eae7 20%, #fff 40%, #7cadab 85%);
	background: linear-gradient(#d2eae7 20%, #fff 40%, #7cadab 85%);
}


.div-even .container {
	border-top: 2px solid #7cadab;
}


.accordion .shrinkable {
	position: relative;	
	background-color: #E9FFE6;
	border-radius: 0 0 5px 5px;
	padding-left: 5px;
	padding-bottom: 8px;
	color: #006565;
	z-index: 2;
	overflow: hidden;
}


.shrinkable {
	min-height: 135px;
	height: auto;
}


.section-off-odd {
	height: 135px;
   background: -webkit-linear-gradient(#D2EAE7 20%, #fff 100%);
   background: -o-linear-gradient(#D2EAE7 20%, #fff 100%);
   background: linear-gradient(#D2EAE7 20%, #fff 100%);
}


.section-off-odd .slider-content-image img {
	width: 155px;
	float: right;
}


.section-off-even {
	height: 135px;
   background: -webkit-linear-gradient(#BCF7E5 20%, #fff 100%);
   background: -o-linear-gradient(#BCF7E5 20%, #fff 100%);
   background: linear-gradient(#BCF7E5 20%, #fff 100%);
}


.section-off-even .slider-content-image img {
	width: 155px;
	float: right;
}


.mist {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	height: 135px;
	width: 100%;
	background: -webkit-linear-gradient(hsla(173,36%,87%,0.1), #fff);
	background: -o-linear-gradient(hsla(173,36%,87%,0.1), #fff);
	background: linear-gradient(hsla(173,36%,87%,0.1), #fff);
	z-index: 3;
}


.mist-off {
	display: none;
}


/* Элемент label который запускает открыть/закрыть. */
.accordion_trigger {
  display: block;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  padding: 0.5rem;  
}


/* элементы radio/checkbox всегда должны быть скрыты
* c помощью нулевых значений свойства clip
*/
.accordion_toggle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/* скрытое содержание аккордеона c помощью нулевых значений свойства clip */
.accordion_target {
  border: 0;
  clip: rect(240px, auto, auto, 240px);
  height: 135px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: auto;
  color: #006565;
}


.target_bg_img img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.specialists .accordion_target {
	height: 200px;
}


.specialists .slider-content-image img {
	float: right;
}


/* когда переключатель checked на radio/checkbox, показать содержимое аккордеона. */
.accordion_toggle:checked + .accordion_target { 
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  margin: auto;
  clip: auto;
  padding: 0;  
  -webkit-text-fill-color: #006565;
  -webkit-mask-image: none;
  -webkit-animation:fadeIn ease-in 0.7s;
  -moz-animation:fadeIn ease-in 0.7s;
  animation:fadeIn ease-in 0.7s;
}


.table-text table {
  border-collapse: collapse;
  border-spacing: 1px;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}


.table-text table tr {
  background: transparent;  
}


.table-text table td, th {
	border: 1px solid #008476;
	padding-left: 6px;
	padding-right: 6px;
	border-left: none;
	border-right: none;
}


.values, .table-text table th {
	text-align: center;	
}


/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}


/* <------ styles for sections -------->  */
.slider, .static {
	padding-top: 30px;
	padding-bottom: 20px;
}


.slider {
	background: -webkit-linear-gradient(#bcf7e5 20%, #fff 40%, #33bd94 85%);
	background: -o-linear-gradient(#bcf7e5 20%, #fff 40%, #33bd94 85%);
	background: linear-gradient(#bcf7e5 20%, #fff 40%, #33bd94 85%);
	color: #006565;
}


.static {
	background: -webkit-linear-gradient(#d2eae7 20%, #fff 40%, #7cadab 85%);
	background: -o-linear-gradient(#d2eae7 20%, #fff 40%, #7cadab 85%);
	background: linear-gradient(#d2eae7 20%, #fff 40%, #7cadab 85%);
}


/* <------section-intro-slider1--------> */
.bx-controls-direction .bx-prev {
	left: -40px;
}


.bx-controls-direction .bx-next {
	right: -40px;
}


#section-intro-slider1 .bx-wrapper .bx-pager {
	bottom: 0;
}


.bx-viewport {
	height: auto;
}


.slider-content-image {
	margin-bottom: 15px;
	text-align: center;
}


.slider-content-image .podpis {
	text-align: center;
}


.slider-content-image img {
	width: 100%;
}


#license1:hover, 
#license2:hover, 
#license3:hover {
	border-radius: 50%;
	transform: scale(1.07);
	box-shadow: 0 0 10px grey;	
}


.slider-content-image a:hover {
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}


.slide-results .slider-content-text {
	padding-bottom: 15px;
	text-align: center;
}
.slide-results .slider-content-text2 {
	padding-bottom: 15px;
	text-align: center;
}


.slide-intro .slider-content-image img {
	padding-top: 7px;
}


.slide-intro .slider-content-text p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.slide-intro .slider-content-text2 p {
	margin-top: 10px;
	margin-bottom: 10px;
}


.slider-content-text #nazar {
	width: 345px;
	float: left;
	margin: 7px 7px 7px 0;
}


.slider-content-text h3 {
	font-size: 24px;
}
.slider-content-text2 h3 {
	font-size: 24px;
}


.slider-content-text #nazar2 {
	width: 345px;
	float: right;
	margin: 7px 0 7px 7px;
}


/* <------section-cpecialists-------->  */
.slide-10reasons .spec-content {
	border-top: none;
}


.spec-content {
	border-top: 2px dotted #33AF8F;
}


.spec-content .cellpad3 td {
	padding: 3px;
}


.spec-content .image-table-cell {
	width: 80px;
}


.spec-cont-text .simplelink {
	position: absolute;
	bottom: 5px;
}


@media only screen and (max-width : 1200px) {
	.spec-cont-text .tab {
	position: relative;
	}

	.spec-cont-text p {
		padding-bottom: 1rem;
	}

	.spec-cont-text .simplelink {
		position: relative;
	}
}


@media only screen and (max-width : 992px) {
	.spec-content {
		text-align: center;
		border: none;
	}

	.spec-cont-text {
		border-bottom: 2px dotted #33AF8F;
	}


	.spec-cont-text p {
		padding-bottom: 1rem;
	}

}


#section-cpecialists img {
	margin-top: 10px;
	margin-bottom: 5px;
	max-width: 200px;
	border-radius: 50%;
}


#section-cpecialists img:hover {
	transform: scale(1.07);
	box-shadow: 0 0 10px #668e8d;
}


.license {
	border-radius: 175px;
}


/* <------section-results-slider2--------> */
#section-results-slider2 {
	padding-top: 80px;
}


#section-results-slider2 .col-lg-4 {
	display: flex;
	align-items: center;
	text-align: center;
}


.link {
	text-align: center;
	font-weight: normal;
	padding-top: 10px;	
}


/* <------section-map--------> */
.map {
	text-align: center;
	margin-bottom: -5px;
}


.map iframe {
	width: 100%;
	frameborder: 0;
}


/* <------footer--------> */
.footer-info {
	background: #008476;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}


.footer-info .simplelink {
	color: #fff;
}


.footer-menu {
}


.footer-menu ul {
	list-style: disc;
	margin: 1em 0 1.5em 3em;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	text-align: center;
}


.footer-menu li {
	display: inline;
	padding: 0 15px;
	color: #c7c7c7;
	font-size: 13px;
}



.button_up_r img {
	width: 32px;
	height: 32px;
	position: fixed;
	right: 40px;
	bottom: 40px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 15;
}


.button_up_r img:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	transition: all 0.3s ease;
}

/* Стили версии для слабовидящих  */
    .big-header {
     	font-size: 30px;
     	font-weight: bold;
     	font-family: "RobotoRegular" !important;
      color: black !important;
    }

    .big-text {
     	font-size: 27px;
     	font-family: "RobotoRegular" !important;
      color: black !important;
    }
        
    .grayBG-header {
      background: linear-gradient(#fff 20%, #fff 40%, #fff 85%) !important;
      border-top: 2px solid black;
    }

    .grayBG-text {
      background: linear-gradient(#fff 20%, #fff 40%, #fff 85%) !important;
    }

		.gray-slider {
			color: #000000;
			font-size: 16px;
			background: white;
			padding-top: 0px;
		}

		.bg-white {
			background: white;
			color: black;
		}

		.slabo-head {
			color: black;
			font-weight: bold;
			font-size: 16px;
			border-bottom: 2px solid black;
			background: white;
		}

/* /Стили версии для слабовидящих  */


@media only screen and (min-width : 2200px) {
	.button_up_r img {
		right: 21%;
	}
}


@media only screen and (max-width : 2199px) {
	.button_up_r img {
		right: 19%;
	}
}


@media only screen and (max-width : 2000px) {
	.button_up_r img {
		right: 17%;
	}
}


@media only screen and (max-width : 1680px) {
	.button_up_r img {
		right: 4%;
	}
}


@media only screen and (max-width : 1367px) {
	.button_up_r img {
		right: 3%;
	}
}
