#main_menu  {
    margin-bottom: 30px;
}



.stiky-menu__list li a {
    padding: 1rem 1.8rem 1rem 1.8rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    background: #73aebe;
    border-radius: 5px;
}



#doc-reviews  .bg-widget {
position: relative;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}


#doc-reviews .bg-widget::after {
 z-index: -1;
}
@media (max-width: 576px) {
    #doc-reviews .bg-widget::after {
          background-attachment: inherit !important; } }

#main_menu {
	margin-bottom: 30px;
}


.stiky-menu__list li a {
	padding: 0.8rem;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
	background: #73aebe;
	border-radius: 5px;
}

.stiky-menu__list li .active {
	padding: 0.8rem;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #73aebe;
	border-radius: 5px;
	border: 1px solid #73aebe;
}

h2 {
	font-size: 3rem;
	    padding: 10px 0;
	color: #434343;
}


#doc-reviews .bg-widget {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


#doc-reviews .bg-widget::after {
	z-index: -1;
}

@media (max-width: 576px) {
	#doc-reviews .bg-widget::after {
		background-attachment: inherit !important;
	}
}

.doc-reviews {
	background-repeat: repeat;
}

.doc-reviews__box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 576px) {
	.doc-reviews__box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.doc-reviews__pic {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (min-width: 576px) {
	.doc-reviews__pic {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: calc(100% * 2 / 3 - 2.5rem);
	}
}

@media (min-width: 768px) {
	.doc-reviews__pic {
		max-width: calc(100% * 1 / 4 - 2.5rem);
	}
}

.doc-reviews__pic img {
	width: 70%;
	max-width: 18.75rem;
	border: 2px solid #ffffff;
}

@media (min-width: 576px) {
	.doc-reviews__pic img {
		max-width: 100%;
	}
}

.doc-reviews__caption {
	padding: 1rem 0;
	width: 100%;
	text-align: center;
}

@media (min-width: 576px) {
	.doc-reviews__caption {
		max-width: 100%;
	}
}

.doc-reviews__name {
	display: block;
	color: #4c9eb3;
	text-transform: uppercase;
}

.doc-reviews__position {
	display: block;
	color: #a94251;
}

.doc-reviews__blockquote {
	position: relative;
	padding: 10px;
	margin: 0;
	font-size: 80%;
	color: #434343;
	background-color: #ffffff;
  border: 1px solid #dadada;
}

@media (min-width: 576px) {
	.doc-reviews__blockquote {
		margin-left: 1.25rem;
		max-width: calc(100% * 2 / 3 - 2.5rem);
	}
}

@media (min-width: 768px) {
	.doc-reviews__blockquote {
		max-width: calc(100% * 3 / 4 - 2.5rem);
		font-size: 100%;
	}
}

.doc-reviews__blockquote::before {
	    content: "";
    position: absolute;
    left: 50%;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);

}
@media (max-width: 576px) {
.doc-reviews__blockquote::before {
	    content: "";
    position: absolute;
    left: 50%;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}}


@media (min-width: 576px) {
	.doc-reviews__blockquote::before {
        border-right: 1px solid #dadada;
        left: -1rem;
        top: 50%;
        -webkit-transform: translate(0%, -50%) rotate(289deg);
        transform: translate(0%, -50%) rotate(135deg);
        border-bottom: 1px solid #dadada;
	}
}

.doc-reviews__blockquote [class*="h"] {
	color: #4c9eb3;
}
.question {
    background-color: #73aebe;
    color: #FFF;
    FONT-SIZE: 1.5em;
    text-align: left;
}
.content {
	FONT-SIZE: 1.1em;
}

.resp-tab-content-active {
    position: relative;
    background-color: #fff !important;
    border-bottom: none;
    border: 2px solid #72aebd !important;
	margin: 0 0 0 15px;
}
.albums {
border: 10px solid #fff;
box-shadow: 2px 2px 10px #dadada;
margin: 20px;
}

.thank {
  display: none;
  background-color: #ffffff;
  position: relative;
  color: #000000;
}
.thank:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid var(--white);
}
.t-tabs-01 {
	margin: 50px 0!important;
}
.advantage {
padding: 40px 0;	
	
}
.icon {
	padding: 20px;
	text-align:center;
}

@media (max-width: 576px) {
	.icon_txt {
        text-align:center;
	}
	.icon {
	text-align:center;
	font-size: 4rem;
}
}
.about {
	padding:7.5rem 0;
}
.about-top-img.js-video-block .heading-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about-top-img.js-video-block.active-video .heading-block {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}