* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}

@font-face {
	font-family: AmaticSC-Bold;
	src: url(../fonts/AmaticSC-Bold.ttf);
}

@font-face {
	font-family: AmaticSC-Regular;
	src: url(../fonts/AmaticSC-Regular.ttf);
}

@font-face {
	font-family: "PT Sans - Narrow Bold";
	src: url(../fonts/2220.ttf);
}

@font-face {
	font-family: "PT Sans - Narrow";
	src: url(../fonts/2219.ttf);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline:none !important;
	box-shadow:none !important;
}

a,
button {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: "PT Sans - Narrow";
	overflow-x: hidden;
}

header {
	position: relative;
	overflow: hidden;
}

header nav {
	position: absolute;
	width: 960px;
	border-bottom: 1px dashed #fff;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	top: 9px;
	padding-bottom: 4px;
}

header nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

header nav ul li:after {
	content: url(../img/list_icon.png);
	position: absolute;
	right: -22px;
	top: 13px;
}

header nav ul li:last-child:after {
	display: none;
}

header nav ul {
	display: flex;
	justify-content: space-between;
}

header nav ul li a {
	font-size: 30px;
	font-family: AmaticSC-Bold;
	color: #6ad3ad;
	letter-spacing: -0.15px;
}

header .info {
	position: absolute;
	width: 960px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	top: 69px;
}

header .info .left_info {
	display: inline-block;
	vertical-align: top;
	padding-top: 23px;
	padding-left: 18px;
}

header .info .left_info .links a {
	display: inline-block;
	vertical-align: top;
}

header .info .left_info .links a .treba {
	border: 6px solid #eeba07;
	border-radius: 15px;
	height: 90px;
	width: 133px;
	position: relative;
	font-size: 30px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	margin-right: 27px;
	padding-left: 8px;
	padding-top: 2px;
}

header .info .left_info .links a .treba:after {
	content: url(../img/treba.png);
	position: absolute;
	right: -11px;
	bottom: -14px;
}

header .info .left_info .links a .treba:before {
	background-color: #e5cb72;
	opacity: .2;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

header .info .left_info .links a .money {
	border: 6px solid #eeba07;
	border-radius: 15px;
	height: 90px;
	width: 199px;
	position: relative;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 27px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
}

header .info .left_info .links a .money:after {
	content: url(../img/money.png);
	position: absolute;
	right: -28px;
	bottom: -14px;
}

header .info .left_info .links a .money:before {
	background-color: #e5cb72;
	opacity: .2;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

header .info .left_info .lang {
	margin-top: 17px;
	margin-left: 130px;
}

header .info .left_info .lang .current {
	text-transform: uppercase;
	font-size: 30px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	border: 6px solid #b7e278;
	border-radius: 15px;
	height: 43px;
	width: 68px;
	position: relative;
	cursor: pointer;
	padding-left: 4px;
	line-height: 31px;
}

header .info .left_info .lang .current:before {
	background-color: #e5cb72;
	opacity: .2;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

header .info .left_info .lang .current:after {
	content: url(../img/treg.png);
	position: absolute;
	right: 5px;
	top: 11px
}

header .info .left_info .lang .select {
	width: 50px;
	text-align: center;
	display: none;
}

header .info .left_info .lang .select.show {
	display: block;
}

header .info .left_info .lang .select ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 30px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
}

header .info .left_info .lang .select ul li a {
	color: #fff;
}

header .info .right_info {
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-right: 30px;
}

header .info .right_info .soc {
	text-align: right;
}

header .info .right_info .soc .title {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	color: #ffffff;
	margin-right: 26px;
}

header .info .right_info .soc ul {
	display: inline-block;
	vertical-align: top;
}

header .info .right_info .soc ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}

header .info .right_info .soc ul li:last-child {
	margin-top: 2px;
}

header .info .right_info .phone a {
	letter-spacing: -1.89px;
	font-size: 70px;
	color: #ffffff;
	text-shadow: 2px 1px 0 #604800;
	font-family: AmaticSC-Bold;
}

header .info .right_info .links {
	text-align: right;
	margin-top: -10px;
}

header .info .right_info .links a {
	text-decoration: underline;
	font-size: 20px;
	color: #dfd6b7;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 36px;
}

header .info .right_info .links a:first-child:after {
	content: url(../img/list_icon.png);
	position: absolute;
	right: -25px;
	top: 7px;
}

header .slider {
	position: relative;
}

header .slider:after {
	content: url(../img/12.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 657px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	width: 2558;
	height: 320px;
	overflow: hidden;
}

@keyframes scale_bg {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.3);
	}
}

header .slider .item .bg {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

header .slider .owl-item.active .bg {
	animation-name: scale_bg;
	animation-duration: 20s;
}

header .slider .item {
	height: 930px;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}

header .slider .item .item_wrap {
	width: 980px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}

header .slider .item .item_wrap .block {
	padding-top: 300px;
	width: 507px;
	padding-right: 38px;
}

header .slider .item .item_wrap .block .title {
	line-height: 43px;
	font-size: 42px;
	color: #6ad3ad;
	font-family: AmaticSC-Bold;
	margin-bottom: 12px;
}

header .slider .owl-item.active .item .item_wrap .block .title {
	animation: bounceInLeft 0.8s both .4s;
}

header .slider .owl-item.active .item .item_wrap .block .desc {
	animation: bounceInRight 0.8s both .4s;
}

header .slider .owl-item.active .item .item_wrap .block .order {
	animation: zoomIn 0.8s both .4s;
}

header .slider .item .item_wrap .block .desc {
	font-size: 18px;
	color: #dfd6b7;
	text-align: justify;
	line-height: 22px;
	margin-bottom: 18px;
}

header .slider .item .item_wrap .block .order {
	text-align: right;
}

header .slider .item .item_wrap .block .order button {
	font-size: 32px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	border: 6px solid #6ad3ad;
	border-radius: 15px;
	height: 50px;
	width: 251px;
	position: relative;
	background: transparent;
	cursor: pointer;
	line-height: 16px;
}

header .slider .item .item_wrap .block .order button:before {
	background-color: #e5cb72;
	opacity: .2;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

header .slider .owl-dots {
	position: absolute;
	top: 624px;
	width: 915px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	left: 0;
	right: 0;
}

header .slider .owl-theme .owl-dots .owl-dot span {
	width: 23px;
	height: 23px;
	background-color: #858786;
}

header .slider .owl-theme .owl-dots .owl-dot.active span, 
header .slider .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #6ad3ad;
}

header .header_bottom .logo {
	position: absolute;
	width: 380px;
	margin: 0 auto;
	left: -600px;
	right: 0;
	top: 444px;
	z-index: 4;
}

header .header_bottom .logo img {
	margin-left: -123px;
}

header .header_bottom .soc {
	position: absolute;
	width: 367px;
	margin: 0 auto;
	left: -600px;
	right: 0;
	top: 806px;
	z-index: 6;
}

header .header_bottom .soc ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}

header .header_bottom .soc ul li:nth-child(2) {
	padding-top: 10px;
}

header .header_bottom .soc ul li:nth-child(3) {
	padding-top: 20px;
}

header .header_bottom .soc ul li:nth-child(4) {
	padding-top: 30px;
}

header .header_bottom .soc ul li a {
	display: inline-block;
	vertical-align: top;
	background-color: #eeba07;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

header .elements {
	width: 1400px;
	position: relative;
	margin: 0 auto;
	margin-top: 71px;
}

header .elements .element {
	position: absolute;
}

header .elements .line_1 {
	bottom: 24px;
	left: -551px;
	z-index: 3;
}

header .elements .line_2 {
	bottom: 93px;
	left: -520px;
	z-index: 4;
}

header .elements .line_3 {
	top: -284px;
	left: 300px;
	z-index: 5;
}

.main_info {
	background-image: url(../img/bg.png);
	background-position: center top;
	margin-top: -71px;
	position: relative;
	z-index: 5;
	margin-bottom: 58px;
}

.main_info .favorite .title {
	width: 980px;
	text-align: right;
	margin: 0 auto;
	font-family: AmaticSC-Bold;
	padding-right: 11px;
	margin-bottom: 46px;
}

.main_info .favorite .title span {
	font-size: 42px;
	color: #5f460a;
}

.main_info .favorite .title a {
	text-decoration: underline;
	font-size: 32px;
	color: #0882b5;
	margin-left: 4px;
}

.main_info .favorite .fav_slider .item {
	background-image: linear-gradient(to right, #41b095 0%, #10668e 100%);
	background-color: #088cbf;
	border-radius: 15px;
	width: 300px;
	height: 315px;
	padding: 3px;
}

.main_info .favorite .fav_slider .item .align {
	border-radius: 12px 12px 0 0;
	height: 262px;
	display: flex;
	align-items: flex-end;
	padding: 0 8px;
	position: relative;
	background-size: cover;
	overflow: hidden;
}

.main_info .favorite .fav_slider .item .date {
	font-size: 18px;
	color: #6cd2ab;
	font-family: "PT Sans - Narrow Bold";
	display: inline-block;
	vertical-align: top;
}

.main_info .favorite .fav_slider .item .price {
	display: inline-block;
	vertical-align: top;
	float: right;
	font-size: 18px;
	color: #6cd2ab;
	font-family: "PT Sans - Narrow Bold";
}

.main_info .favorite .fav_slider .item .name {
	font-size: 19px;
	color: #ffffff;
	font-family: "PT Sans - Narrow Bold";
	margin-bottom: 5px;
}

.main_info .favorite .fav_slider .item .desc {
	font-size: 16px;
	color: #acacac;
	margin-bottom: 13px;
}

.main_info .favorite .fav_slider .more {
	display: inline-block;
	vertical-align: top;
	padding: 13px 17px;
}

.main_info .favorite .fav_slider .more a {
	font-size: 19px;
	text-decoration: underline;
	color: #ffffff;
	font-family: "PT Sans - Narrow Bold";
}

.main_info .favorite .fav_slider button {
	font-size: 32px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	background-image: linear-gradient(to right, #41b095 0%, #10668e 100%);
	border: 6px solid #6ad3ad;
	border-radius: 15px;
	height: 62px;
	width: 172px;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: -3px;
	margin-top: -6px;
	position: relative;
	z-index: 3;
}

.main_info .owl-carousel .owl-stage-outer:before {
	left: 0px;
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	width: 300px;
	height: 400px;
	z-index: 2;
	top: -25px;
	content: '';
}

.main_info .owl-carousel .owl-stage-outer:after {
	right: 0px;
	background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	width: 300px;
	height: 400px;
	z-index: 2;
	top: -25px;
	content: '';
}

.owl-theme .owl-nav [class*=owl-] {
	background: transparent;
}

.owl-theme .owl-nav {
	margin: 0;
}

.main_info .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 4;
	opacity: .7;
}

.main_info .owl-carousel .owl-nav .owl-prev {
	left: 15px;
	top: 104px;
	margin: 0;
	padding: 0;
}

.main_info .owl-carousel .owl-nav .owl-next {
	right: 15px;
	top: 104px;
	margin: 0;
	padding: 0;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: transparent;
	opacity: 1;
}

.main_info .about {
	position: relative;
	width: 994px;
	margin: 0 auto;
	padding-top: 57px;
	margin-bottom: 87px;
	background: transparent;
}

.main_info .about > div {
	position: relative;
	z-index: 2;
}

.main_info .about:after {
	content: url(../img/main_bg.png);
	position: absolute;
	top: 42px;
	left: -639px;
}

.main_info .about .left_block {
	display: inline-block;
	vertical-align: top;
	width: 631px;
}

.main_info .about .left_block .title {
	padding-left: 20px;
	margin-bottom: 16px;
}

.main_info .about .title {
	font-family: AmaticSC-Bold;
	padding-right: 11px;
	margin-bottom: 46px;
}

.main_info .about .title span {
	font-size: 42px;
	color: #5f460a;
}

.main_info .about .title a {
	text-decoration: underline;
	font-size: 32px;
	color: #0882b5;
	margin-left: 4px;
}

.main_info .about .left_block .about_info {
	border: 3px solid #3faeae;
	border-radius: 15px;
}

.main_info .about .left_block .about_info > div {
	display: inline-block;
	vertical-align: top;
}

.main_info .about .left_block .about_info .img {
	padding-left: 14px;
	padding-top: 13px;
}

.main_info .about .left_block .about_info .img img {
	width: 295px;
}

.main_info .about .left_block .about_info .text {
	color: #134a36;
	font-size: 20px;
	width: 294px;
	text-align: justify;
	padding-left: 17px;
	padding-top: 9px;
	line-height: 24px;
	letter-spacing: -.15px;
	padding-bottom: 9px;
}

.main_info .about .right_block {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 333px;
}

.main_info .about .right_block .title {
	text-align: right;
	padding-right: 14px;
	margin-bottom: 16px;
}

.main_info .about .right_block .form {
	background-image: linear-gradient(to right, #107a93 0%, #118b83 100%);
	background-color: #107f8f;
	border-radius: 15px;
	padding: 15px;
	padding-bottom: 27px;
}

.main_info .about .right_block .form .links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}

.main_info .about .right_block .form .links a {
	text-decoration: underline;
	font-size: 18px;
	color: #c7e7ec;
	position: relative;
}

.main_info .about .right_block .form .links a:first-child:after {
	content: url(../img/list_icon_white.png);
	position: absolute;
	right: -16px;
	top: 9px;
}

.main_info .about .right_block .form .select {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 25px;
}

.main_info .about .right_block .form .select:after {
	content: url(../img/str_select.png);
	position: absolute;
	right: 7px;
	top: 10px;
}

.main_info .about .right_block .form .select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	color: #464646;
	border-radius: 10px;
	height: 34px;
	background: transparent;
	width: 100%;
	border: none;
	font-family: "PT Sans - Narrow";
	z-index: 2;
	position: relative;
	padding: 0 10px;
}

.main_info .about .right_block .form .inputs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.main_info .about .right_block .form input {
	height: 34px;
	width: 145px;
	border-radius: 10px;
	background-color: #ffffff;
	font-size: 18px;
	color: #464646;
	font-family: "PT Sans - Narrow";
	padding: 0 10px;
	border: none;
}

.main_info .about .right_block .form textarea {
	background-color: #ffffff;
	border-radius: 10px;
	height: 142px;
	width: 100%;
	font-size: 18px;
	color: #464646;
	font-family: "PT Sans - Narrow";
	padding: 5px 10px;
	border: none;
	margin-bottom: 22px;	
}

.main_info .about .right_block .form .form_links {
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}

.main_info .about .right_block .form .form_links a {
	display: block;
	text-decoration: underline;
	font-size: 18px;
	color: #c7e7ec;
}

.main_info .about .right_block .form button {
	font-size: 32px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	background-color: #339481;
	border: 6px solid #6ad3ad;
	border-radius: 15px;
	height: 62px;
	width: 172px;
	float: right;
}

.main_info .razdels {
	position: relative;
	z-index: 2;
	margin-bottom: 36px;
}

.main_info .razdels ul.tabs__caption,
.main_info .razdels .text {
	width: 990px;
	margin: 0 auto;
}

.main_info .razdels ul {
	display: flex;
	justify-content: space-between;
}

.main_info .razdels ul li {
	list-style: none;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.main_info .razdels ul li:before {
	background-color: #e5cb72;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.main_info .razdels ul li {
	color: #555757;
	font-size: 40px;
	text-transform: uppercase;
	font-family: AmaticSC-Bold;
	display: inline-block;
	vertical-align: top;
	border: 6px solid #b7b7b7;
	border-radius: 15px;
	padding: 0px 18px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.main_info .razdels ul li.active {
	border: 6px solid #6ad3ad;
	color: #107a93;
}

.main_info .razdels .text {
	font-size: 20px;
	color: #134a36;
	padding: 19px 26px;
	line-height: 24px;
}

.main_info .gallery .item {
	width: 314px;
	height: 315px;
	border: 6px solid #107a93;
	border-radius: 20px;
}

.main_info .gallery .item img {
	width: 100%;
	height: 100%;
}

.head {
	font-size: 42px;
	color: #5f460a;
	font-family: AmaticSC-Bold;
	text-align: center;
	text-transform: uppercase;
}

.map .map_line {
	position: relative;
	padding: 38px 0;
}

.map .map_line:before,
.map .map_line:after {
	content: '';
	background-image: url(../img/map_line.png);
	position: absolute;
	left: 0;
	width: 100%;
	height: 31px;
}

.map .map_line:before {
	top: 0;
}

.map .map_line:after {
	bottom: 0;
}

.map .head {
	margin-bottom: 50px;
}

.reviews  {
	margin-bottom: 23px;
}

.reviews .container {
	margin: 0 auto;
	width: 1250px;
	position: relative;
}

.reviews .item {
	opacity: 0.8;
	transform: scale(.8);
	transition: .2s;
	height: 700px;
}

.reviews .active .item{
	margin-top: -68px;
	margin-right: -200px;
}

.reviews .center + div .item {
	margin-top: -68px;
	margin-right: 0;
	margin-left: -200px;
}

.reviews .center .item {
	margin: 0;
}

.reviews .item .img {
	margin-bottom: 26px;
}

.reviews .item img {
	width: 278px;
	height: 278px;
	border-radius: 50%;
	border: 6px solid #eeba07;
	margin: 0 auto;
}

.reviews .item .name {
	color: #134a36;
	font-size: 30px;
	font-family: "PT Sans - Narrow Bold";
	text-align: center;
	margin-bottom: 20px;
}

.reviews .item .text {
	font-size: 20px;
	color: #555555;
	height: 75px;
	overflow: hidden;
	text-align: justify;
	line-height: 24px;
	margin: 0 auto;
	width: 200px;
}

.reviews .center .item {
	opacity: 1;
	transform: scale(1);
	margin-top: 0;
}

.reviews .center .item .text {
	width: auto;
}

.reviews .center .item .text {
	height: auto;
}

.reviews .head {
	margin-bottom: 52px;
}

.map {
	margin-bottom: 84px;
}

.reviews .container:before {
	content: url(../img/bg_2.png);
	position: absolute;
	left: -522px;
	top: -7px;
}

.reviews .container > * {
	z-index: 2;
	position: relative;
}

.reviews .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: -70px;
}

.reviews .owl-theme .owl-nav .owl-prev {
	left: 100px;
}

.reviews .owl-theme .owl-nav .owl-next {
	right: 100px;
}

.basic_form .form {
	position: relative;
	background-color: #a5c4f8;
	background-image: url(../img/bg_basic_form.jpg);
	background-position: center;
}

.basic_form .form:before,
.basic_form .form:after {
	background: url(../img/form_line.png);
	width: 100%;
	left: 0;
	height: 31px;
	content: '';
	position: absolute;
}

.basic_form .form:before {
	top: -35px;
}

.basic_form .form:after {
	bottom: -35px;
}

.basic_form form {
	position: relative;
	width: 436px;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 44px;
}

.basic_form .form form:before {
	content: url(../img/before_basic_form.png);
	position: absolute;
	left: -1179px;
	top: -171px;
	z-index: 2;
}

.basic_form form input {
	background-color: #ffffff;
	border-radius: 10px;
	height: 34px;
	width: 100%;
	font-size: 18px;
	color: #464646;
	margin-bottom: 38px;
	border: none;
	padding: 0 9px;
	font-family: "PT Sans - Narrow";
}

.basic_form form textarea {
	background-color: #ffffff;
	border-radius: 10px;
	height: 121px;
	width: 100%;
	font-size: 18px;
	color: #464646;
	border: none;
	font-family: "PT Sans - Narrow";
	padding: 6px 9px;
	margin-bottom: 47px;
}

.basic_form form .confirm {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #ffffff;
	width: 230px;
	text-align: justify;
}

.basic_form form button {
	float: right;
	font-size: 32px;
	color: #107597;
	font-family: AmaticSC-Bold;
	border: 6px solid #107597;
	background-color: #ffffff;
	border-radius: 15px;
	width: 172px;
	height: 62px;
}

.basic_form .head,
.basic_form_head {
	padding-bottom: 49px !important;
	padding-top: 30px;
}

.basic_form .text {
	font-size: 30px;
	color: #555555;
	width: 920px;
	margin: 0 auto;
	text-align: justify;
	margin-top: 57px;
	line-height: 36px;
}

footer .container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

footer .container:after {
	content: url(../img/footer_voln2.png);
	bottom: 0;
	left: -780px;
	position: absolute;
}

footer .container > * {
	position: relative;
	z-index: 2;
}

footer .container .left_block {
	display: inline-block;
	vertical-align: top;
	width: 453px;
}

footer .container .right_block {
	width: 530px;
	display: inline-block;
	vertical-align: top;
}

footer .container .left_block .soc ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
}

footer .container .left_block .logo a {
	display: block;
	height: 300px;
}

footer .container .left_block .soc ul li:nth-child(3) {
	margin-top: -1px;
}

footer .container .left_block .soc ul li:nth-child(4) {
	margin-top: -4px;
}

footer .container .left_block .soc ul li a {
	background-color: #eeba07;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.basic_form {
	margin-bottom: 60px;
}

footer .container .right_block .addr {
	letter-spacing: -0.22px;
	font-size: 18px;
	color: #086699;
	margin-bottom: 12px;
}

footer .container .right_block .copy {
	color: #086699;
	font-size: 18px;
	margin-bottom: 10px;
}

footer .container .left_block .logo img {
	width: 418px;
	margin-top: 37px;
	margin-left: -21px;
}

footer .container .left_block .soc {
	margin-left: 163px;
	margin-top: -7px;
}

footer .mades .milliart {
	margin-right: 56px;
}

footer .mades .grek {
	margin-top: 15px;
	margin-right: 41px;
}

footer .mades .rus {
	margin-top: 21px;
}

footer .mades .milliart,
footer .mades .grek,
footer .mades .rus {
	display: inline-block;
	vertical-align: top;
}

footer .mades a {
	display: block;
	margin-bottom: 22px;
}

footer .mades .personal {
	text-decoration: underline;
	font-size: 16px;
	color: #ffffff;
	font-family: "PT Sans - Narrow";
	margin-top: 50px;
	text-align: right;
}

.footer_nav {
	margin-top: 19px;
	padding: 0 20px;
}

.footer_nav ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.footer_nav ul li:after {
	content: url(../img/footer_li.png);
	position: absolute;
	right: -22px;
	top: 13px;
}

.footer_nav ul li:last-child:after {
	display: none;
}

.footer_nav ul {
	display: flex;
	justify-content: space-between;
}

.footer_nav ul li a {
	font-size: 30px;
	font-family: AmaticSC-Bold;
	color: #c5dfea;
	letter-spacing: -0.15px;
}

.modal {
	position: fixed;
	width: 668px;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.modal .title {
	text-align: center;
	font-size: 42px;
	color: #5f460a;
	font-family: AmaticSC-Bold;
}

.modal .form {
	background-image: linear-gradient(to right, #107a93 0%, #118b83 100%);
	background-image: url(../img/modal_bg.png);
	background-color: #107f8f;
	border-radius: 15px;
	box-shadow: 0 0 84px #ffffff;
	padding: 73px 135px 39px;
	position: relative;
}

.modal .form:before {
	content: url(../img/modal_b.png);
	position: absolute;
	left: -225px;
	top: 195px;
}

.modal .form .close {
	position: absolute;
	right: 13px;
	top: 15px;
	cursor: pointer;
}

.modal .form input {
	width: 100%;
	font-size: 18px;
	color: #464646;
	font-family: "PT Sans - Narrow";
	padding: 0 10px;
	border-radius: 10px;
	border: none;
	height: 34px;
	margin-bottom: 25px;
}

.modal .form .inputs {
	display: flex;
	justify-content: space-between;
}

.modal .form .inputs input {
	width: 190px;
}

.modal .form textarea {
	height: 207px;
	width: 100%;
	font-size: 18px;
	color: #464646;
	font-family: "PT Sans - Narrow";
	padding: 5px 10px;
	border-radius: 10px;
	border: none;
	margin-bottom: 23px;
}

.modal .form .order {
	text-align: right;
}

.modal .form button {
	font-size: 32px;
	color: #ffffff;
	font-family: "PT Sans - Narrow";
	border: 6px solid #6ad3ad;
	background-color: #118a84;
	border-radius: 15px;
	height: 62px;
	width: 172px;
}

body.modal-open .wrapper {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.header_inner {
	background-image: url(../img/21-min.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 72px;
}

.header_inner .container {
	width: 960px;
	margin: 0 auto;
}

.header_inner .container .lang {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
}

.header_inner .container .lang .current {
	background-color: #33aea6;
	border: 6px solid #eeba07;
	border-radius: 15px;
	width: 68px;
	height: 43px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	font-size: 30px;
	position: relative;
	padding: 0 5px;
	line-height: 32px;
	cursor: pointer;
}

.header_inner .container .lang .current.open {
	height: 120px;
}

.header_inner .container .lang .current:before {
	background-color: #e5cb72;
	opacity: .2;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.header_inner .container .lang .current:after {
	content: url(../img/treg.png);
	position: absolute;
	right: 5px;
	top: 11px
}

.header_inner .container .lang .select {
	width: 50px;
	text-align: center;
	display: none;
	position: absolute;
	top: 39px;
	left: 1px;
}

.header_inner .container .lang .select.show {
	display: block;
}

.header_inner .container .lang .select ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 30px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
}

.header_inner .container .lang .select ul li a {
	color: #fff;
}

.header_inner .container .logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-left: -79px;
}

.header_inner .container .logo img {
	width: 340px;
}

.header_inner .container .soc {
    margin-top: 6px;
    margin-left: 29px;
}

.header_inner .container .soc ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.header_inner .container .soc ul li a {
	width: 25px;
	height: 25px;
	background-color: #eeba07;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_inner .container .soc ul li:nth-child(2) {
	margin-top: 6px;
}

.header_inner .container .soc ul li:nth-child(3) {
	margin-top: 12px;
}

.header_inner .container .soc ul li:nth-child(4) {
	margin-top: 18px;
}

.header_inner .container .left_block {
	display: inline-block;
	vertical-align: top;
	height: 246px;
	width: 343px;
}

.header_inner .logo a {
    display: block;
    width: 346px;
    height: 195px;
}

.header_inner .container .right_block {
	display: inline-block;
	vertical-align: top;
	padding-left: 50px;
}

.header_inner .container .right_block .soc_contact {
    margin-top: -2px;
}

.header_inner .container .right_block .link {
	margin-left: 7px;
	margin-top: 1px;
	display: inline-block;
	vertical-align: top;
}

.header_inner .container .right_block .link a {
	text-decoration: underline;
	font-size: 20px;
	color: #047b73;
	position: relative;
	margin-right: 35px;
}

.header_inner .container .right_block .link a:last-child {
	margin-right: 0;
}

.header_inner .container .right_block .link a:first-child:after {
	content: url(../img/list_icon.png);
	position: absolute;
	right: -25px;
	top: 7px;
}

.header_inner .container .right_block .phone {
	letter-spacing: -1.89px;
	font-size: 62px;
	font-family: AmaticSC-Bold;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-top: 8px;
	padding-left: 20px;
}

.header_inner .container .right_block .phone a {
	color: #ffcf3c;
	text-shadow: 2px 1px 0 #604800;
}

.header_inner .container .right_block .soc_contact ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

.header_inner .container .right_block .soc_contact ul {
	text-align: right;
}

.header_inner .container .right_block .soc_contact ul li:nth-child(1) {
	margin-top: 17px;
}

.header_inner .container .right_block .soc_contact ul li:nth-child(2) {
	margin-top: 10px;
}

.header_inner .container .right_block .soc_contact ul li:nth-child(3) {
	margin-top: 4px;
}

.header_inner .container .links a {
	display: inline-block;
	vertical-align: top;
}

.header_inner .container .links a .treba {
	border: 6px solid #eeba07;
	border-radius: 15px;
	height: 90px;
	width: 133px;
	position: relative;
	font-size: 30px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	margin-right: 27px;
	padding-left: 8px;
	padding-top: 2px;
	background-color: #33aea6;
}

.header_inner .container .links a .treba:after {
	content: url(../img/treba.png);
	position: absolute;
	right: -11px;
	bottom: -14px;
}

.header_inner .container .links a .money {
	border: 6px solid #eeba07;
	border-radius: 15px;
	height: 90px;
	width: 199px;
	position: relative;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 27px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	background-color: #33aea6;
}

.header_inner .container .links a .money:after {
	content: url(../img/money.png);
	position: absolute;
	right: -28px;
	bottom: -14px;
}

.header_inner nav {
	width: 997px;
	margin: 0 auto;
}

.header_inner nav ul {
	display: flex;
	justify-content: space-between;
}

.header_inner nav ul li {
	list-style: none;
	position: relative;
}

.header_inner nav ul li a {
	letter-spacing: -0.15px;
	font-size: 30px;
	color: #028096;
	font-family: AmaticSC-Bold;
}

.header_inner nav {
	width: 960px;
	margin: 0 auto;
	margin-top: 43px;
}

.header_inner nav ul li:last-child:after {
	display: none;
}

.header_inner nav ul li:after {
	content: url(../img/list_icon.png);
	position: absolute;
	right: -22px;
	top: 13px;
}

.program .container {
	width: 990px;
	margin: 0 auto;
}

.program .container .program_gallery .item img {
	width: 100%;
	border-radius: 20px;
}

.program .head {
	padding-bottom: 26px;
}

.program .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: .48;
	transition: .2s;
}

.program .owl-theme .owl-nav [class*=owl-]:hover {
	opacity: 1;
}

.program .owl-theme .owl-nav .owl-prev {
	top: 260px;
	left: 18px;
}

.program .owl-theme .owl-nav .owl-next {
	top: 260px;
	right: 18px;
}

.program_info {
	display: flex;
	justify-content: space-between;
	padding: 11px 27px;
	margin-bottom: 39px;
}

.program_info .cost .price {
	font-size: 52px;
	color: #134a36;
	font-family: "PT Sans - Narrow Bold";
	margin-top: 19px;
	line-height: 52px;
}

.program_info .cost .text {
	font-size: 20px;
	color: #555555;
}

.program_info .order {
	margin-top: 15px;
}

.program_info .order button {
	background-color: #107a93;
	border: 6px solid #6ad3ad;
	border-radius: 15px;
	height: 62px;
	width: 282px;
	font-size: 32px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
}

.program_info .days .text {
	font-size: 20px;
	color: #555555;
}

.program_info .days .day, .program_info .cost .usloviya {
	font-size: 40px;
	color: #134a36;
	font-family: "PT Sans - Narrow Bold";
	line-height: 46px;
}

.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}

.program_tabs {
	margin-bottom: 45px;
}

.program_tabs .tabs ul.tabs__caption {
	display: flex;
	justify-content: space-around;
	padding: 0 90px;
	margin-bottom: 42px;
}

.program_tabs .tabs ul.tabs__caption li {
	text-transform: uppercase;
	font-size: 39px;
	color: #555757;
	font-family: AmaticSC-Bold;
	display: inline-block;
	vertical-align: top;
	background-color: #FAF7E8;
	border: 6px solid #b7b7b7;
	border-radius: 15px;
	height: 60px;
	cursor: pointer;
	padding: 0 24px;
}

.program_tabs .tabs ul.tabs__caption li.active {
	border: 6px solid #6ad3ad;
}

.program_tabs .tabs .tabs__content {
	color: #555555;
	font-size: 30px;
	padding: 0 18px;
	line-height: 37px;
	text-align: justify;
}

.program,
.about {
	background-image: url(../img/bg_b.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.about.about_top_bg {
	background-position: top center;	
}

.about .container {
	width: 960px;
	margin: 0 auto;
	text-align: justify;
	font-size: 20px;
	color: #555555;
}

.about img {
	border-radius: 20px;
}

.about p:after,
.about .podraz ul:after,
.row:after {
	clear: both;
	display: table;
	content: '';
}

.about .podraz {
	padding: 14px 24px;
	margin-bottom: 25px;
	text-align: left;
}

.about .podraz ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	list-style: none;
	padding-right: 40px;
}

.about .podraz ul li a {
	color: #555555;
	font-size: 24px;
	line-height: 36px;
	text-decoration: underline;
}

.about .podraz ul li.active a,
.about .podraz ul li a:hover {
	font-family: "PT Sans - Narrow Bold";
	color: #107a93;
}

.about .podraz ul li:after {
	content: url(../img/list_icon.png);
	position: absolute;
	right: 14px;
	top: 13px;
}

.about .podraz ul li:nth-child(4n):after {
	display: none;
}

.about .owl-carousel .owl-stage-outer:before {
	left: 0px;
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	width: 300px;
	height: 400px;
	z-index: 2;
	top: -25px;
	content: '';
}

.about .owl-carousel .owl-stage-outer:after {
	right: 0px;
	background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
	position: absolute;
	width: 300px;
	height: 400px;
	z-index: 2;
	top: -25px;
	content: '';
}

.about .owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 4;
	opacity: .7;
}

.about .owl-carousel .owl-nav .owl-prev {
	left: 15px;
	top: 104px;
	margin: 0;
	padding: 0;
}

.about .owl-carousel .owl-nav .owl-next {
	right: 15px;
	top: 104px;
	margin: 0;
	padding: 0;
}

.about .gallery .item {
	width: 314px;
	height: 315px;
	border: 6px solid #107a93;
	border-radius: 25px;
}

.about .gallery .item.video {
	height: 200px;
}

.about .gallery .item img {
	width: 100%;
	height: 100%;
}

.about .about_info {
	margin-top: 15px;
	line-height: 24px;
	margin-bottom: 69px;
}

.about .gallery .tabs__caption {
	width: 1060px;
	margin: 0 auto;
	margin-bottom: 64px;
}

.about .razdels ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
}

.about .razdels ul li {
	list-style: none;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.about .razdels ul li:before {
	background-color: #e5cb72;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.about .razdels ul li a {
	color: #555757;
	font-size: 40px;
	text-transform: uppercase;
	font-family: AmaticSC-Bold;
	display: inline-block;
	vertical-align: top;
	border: 6px solid #b7b7b7;
	border-radius: 15px;
	padding: 0px 18px;
	position: relative;
	z-index: 2;
}

.about .razdels ul li a:hover {
	border: 6px solid #6ad3ad;
	color: #107a93;
}

.about .programs .item {
	background-image: linear-gradient(to right, #41b095 0%, #10668e 100%);
	background-color: #088cbf;
	border-radius: 15px;
	width: 300px;
	height: 315px;
	padding: 3px;
	margin-bottom: 36px;
}

.about .programs .item .align {
	border-radius: 15px;
	height: 262px;
	display: flex;
	align-items: flex-end;
	padding: 0 8px;
	background-size: cover;
	position: relative;
}

.about .programs .item .align *,
.main_info .favorite .fav_slider .item .align * {
	position: relative;
	z-index: 2;
}

.about .programs .item .align:before,
.main_info .favorite .fav_slider .item .align:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.58%, rgba(0, 0, 0, 0.8) 77.08%);
	content: '';
}

.about .programs .item .date {
	font-size: 18px;
	color: #6cd2ab;
	font-family: "PT Sans - Narrow Bold";
	display: inline-block;
	vertical-align: top;
}

.about .programs .item .price {
	display: inline-block;
	vertical-align: top;
	float: right;
	font-size: 18px;
	color: #6cd2ab;
	font-family: "PT Sans - Narrow Bold";
}

.about .programs .item .name {
	font-size: 19px;
	color: #ffffff;
	font-family: "PT Sans - Narrow Bold";
	margin-bottom: 5px;
}

.about .programs .item .desc {
	font-size: 16px;
	color: #acacac;
	margin-bottom: 13px;
}

.about .programs .item .more {
	display: inline-block;
	vertical-align: top;
	padding: 13px 17px;
}

.about .programs .item .more a {
	font-size: 19px;
	text-decoration: underline;
	color: #ffffff;
	font-family: "PT Sans - Narrow Bold";
}

.about .programs .item button {
	font-size: 32px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	background-image: linear-gradient(to right, #41b095 0%, #10668e 100%);
	border: 6px solid #6ad3ad;
	border-radius: 15px;
	height: 62px;
	width: 172px;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: -3px;
	margin-top: -6px;
	position: relative;
	z-index: 3;
}

.about 	.program_text, .program_content {
	font-size: 30px;
	color: #555555;
	padding-top: 29px;
	line-height: 36px;
	padding-bottom: 48px;
}

.about .page {
	text-align: center;
	vertical-align: bottom;
	padding-top: 38px;
	padding-bottom: 27px;
}

.about .page a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 19px;
	color: #5f460a;
	font-family: "PT Sans - Narrow Bold";
	vertical-align: bottom;
	margin: 0 2px;
}

.about .page a span {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	text-decoration: underline;
}

.about .page a.active {
	color: #337889;
	font-size: 22px;
	text-decoration: none;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 33%;
}

.contacts .container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 71px;
}

.contacts .container .head {
	text-align: left;
}

.contacts .container .left_block {
	display: inline-block;
	vertical-align: top;
	width: 503px;
	margin-right: 116px;
}

.contacts .container .right_block {
	display: inline-block;
	vertical-align: top;
	width: 333px;
}

.contacts .container .left_block .info {
	margin-top: 12px;
}

.contacts .container .left_block .info .title {
	font-size: 22px;
	color: #555555;
}

.contacts .container .left_block .info .text {
	font-family: "PT Sans - Narrow Bold";
	font-size: 22px;
	color: #555555;
	margin-bottom: 29px;
	line-height: 27px;
}

.contacts .container .left_block .info .text a {
	text-decoration: underline;
	color: #555555;
}

.contacts .container .left_block .info .phone {
	font-size: 40px;
	color: #107d90;
	font-family: "PT Sans - Narrow Bold";
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	padding-left: 4px;
	padding-right: 15px;
	margin-bottom: 9px;
}

.contacts .container .left_block .info .phone a {
	color: #107d90;
}

.contacts .container .left_block .info .soc {
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
}

.contacts .container .left_block .info .soc ul {
	display: flex;
	justify-content: space-around;
	width: 150px;
	align-items: center;
}

.contacts .container .left_block .info .soc ul li {
	display: inline-block;
	vertical-align: top;
}

.contacts .container .left_block .info .desc {
	font-size: 20px;
	color: #555555;
	text-align: justify;
	line-height: 24px;
}

.contacts .container .right_block .form {
	background-image: linear-gradient(to right, #107a93 0%, #118b83 100%);
	background-color: #107f8f;
	border-radius: 15px;
	padding: 15px;
	padding-bottom: 27px;
	margin-top: 17px;
}

.contacts .container .right_block .form .links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}

.contacts .container .right_block .form .links a {
	text-decoration: underline;
	font-size: 18px;
	color: #c7e7ec;
	position: relative;
}

.contacts .container .right_block .form .links a:first-child:after {
	content: url(../img/list_icon_white.png);
	position: absolute;
	right: -16px;
	top: 9px;
}

.contacts .container .right_block .form .select {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 25px;
}

.contacts .container .right_block .form .select:after {
	content: url(../img/str_select.png);
	position: absolute;
	right: 7px;
	top: 10px;
}

.contacts .container .right_block .form .select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	color: #464646;
	border-radius: 10px;
	height: 34px;
	background: transparent;
	width: 100%;
	border: none;
	font-family: "PT Sans - Narrow";
	z-index: 2;
	position: relative;
	padding: 0 10px;
}

.contacts .container .right_block .form .inputs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.contacts .container .right_block .form input {
	height: 34px;
	width: 145px;
	border-radius: 10px;
	background-color: #ffffff;
	font-size: 18px;
	color: #464646;
	font-family: "PT Sans - Narrow";
	padding: 0 10px;
	border: none;
}

.contacts .container .right_block .form textarea {
	background-color: #ffffff;
	border-radius: 10px;
	height: 142px;
	width: 100%;
	font-size: 18px;
	color: #464646;
	font-family: "PT Sans - Narrow";
	padding: 5px 10px;
	border: none;
	margin-bottom: 22px;	
}

.contacts .container .right_block .form .form_links {
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}

.contacts .container .right_block .form .form_links a {
	display: block;
	text-decoration: underline;
	font-size: 18px;
	color: #c7e7ec;
}

.contacts .container .right_block .form button {
	font-size: 32px;
	color: #ffffff;
	font-family: AmaticSC-Bold;
	background-color: #339481;
	border: 6px solid #6ad3ad;
	border-radius: 15px;
	height: 62px;
	width: 172px;
	float: right;
}

.contacts {
	background-image: url(../img/bg_b.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.contacts_text .container {
	width: 962px;
	color: #555555;
	margin: 0 auto;
	line-height: 27px;
	font-size: 22px;
	margin-bottom: 20px;
}

input[name="surname"] {
	display: block;
	width: 1px !important;
	height: 1px !important;
	margin-bottom: -3px !important;
	opacity: 0.01;
	padding: 0 !important;
	margin-right: 0 !important;
	margin-left: -1px !important;
}

.js-rvg-holder {
	width: 960px;
	margin: 0 auto;
}

.rvg-gallery-item-caption {
	bottom: 10px !important;
}

.wrapper {
	overflow: hidden;
}

.about iframe {
	width: 100%;
}

.programs .tabs__caption {
	display: flex;
	justify-content: space-between;
	margin-bottom: 37px;
	padding: 0 15px;
}

.programs .tabs__caption li {
	list-style: none;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	color: #555757;
	font-size: 40px;
	text-transform: uppercase;
	font-family: AmaticSC-Bold;
	display: inline-block;
	vertical-align: top;
	border: 6px solid #b7b7b7;
	border-radius: 15px;
	padding: 0px 18px;
	z-index: 2;
	cursor: pointer;
}

.programs .tabs__caption li:before {
	background-color: #e5cb72;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.programs .tabs__caption li.active {
	border: 6px solid #6ad3ad;
	color: #107a93;
}