/* плавное изменение прозрачности placeholder-а при фокусе */
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #D5D5D5;}

body {margin: 0; padding-right: 0px!important;}
:focus {outline: none}
.nopadding {padding: 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display-flex {display: flex;align-items: center;margin: 15px 0;}

body.modal-open {
    overflow-y: visible!important;
    padding-right: 0px!important;
}

/* МОДАЛЬНОЕ ОКНО */
.modal-body input,
.modal-body textarea {
	width: 100%;
	margin-bottom: 20px;
}
.modal-footer input {width: 100%;}
.modal.fade{
  align-items: center;
}
.modal.fade.in{
  display: flex !important;
  background: rgba(0, 0, 0, 0.6);
}
/* END МОДАЛЬНОЕ ОКНО */



.owl-carousel {position: relative;}

.header-menu-burger-block>div{height: inherit;}

.navbar{
	border-radius: 0;
}

.owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -45px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	margin: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid #eff1f5;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--prv_color);
}


.section_grey{
	background: #EEF1F4;
	padding: 60px 0;
	margin: 0 !important;
}
section>.container{
	position: relative;
}




/* BODY */

body {
	font-size: var(--prv_font_size);
	font-family: var(--prv_font_family);
}
h1{
	font-size: 1.7333em;
}
h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.3333em;
}
h5{
	font-size: 1.2em;
	margin: 37px 0 26px;
}
h6{
	font-size: 1.066em;
}
@media(min-width: 500px){
	h1{
		font-size: 2.2em;
	}
	h2{
		font-size: 2em;
	}
	h3{
		font-size: 1.6em;
	}
	h4{
		font-size: 1.4em;
	}
	h5{
		font-size: 1.2em;
		margin: 37px 0 26px;
	}
	h6{
		font-size: 0.9em;
	}
}
@media(min-width: 768px){
	h1{
		font-size: 3.0666em;
	}
	h2{
		font-size: 2.4em;
	}
	h3{
		font-size: 2em;
	}	
	h4{
		font-size: 1.6em;
	}
	h5{
		font-size: 1.2em;
		margin: 37px 0 26px;
	}
	h6{
		font-size: 0.9em;
	}
}
a {
	color: var(--prv_color);
	transition: .5s;
}

a:hover,
a:focus,
a:active {
	color: var(--prv_color);
}

a:hover {
	opacity: .9;
}

a:focus{
	outline: none;
}

.heading {
	position: relative;
	font-size: 30px;
	/*font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-top: 60px;*/
	padding-bottom: 19px;
	line-height: 32px;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}
.total_content>section,
.total_content>div>section,
.content>section,
.content>div>section{
	margin: 60px 0;
}
@media(max-width:1284px){
    #team, #partners {
        padding-bottom:35px;
    }
}
.total_content>section.no_margin,
.total_content>div>section.no_margin,
.content>section.no_margin,
.content>div>section.no_margin{
	margin: 0;
}
.total_content>section.no_margin_bottom,
.total_content>div>section.no_margin_bottom,
.content>section.no_margin_bottom,
.content>div>section.no_margin_bottom{
	margin-bottom: 0;
}

.margin_bottom {
    margin-bottom:100px;
}

.preview_text{
	font-size: 16px;
	color: #757575;
	margin-top: 12px;
	margin-bottom: 48px;
	line-height: 26px;
}

#ms-heading {position: relative;}

div>.heading:after,
#ms-heading:after {
	content: "";
	border-bottom: 6px solid var(--prv_color);
	border-radius: 4px;
	width: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#ms-heading:after {bottom: -8px;}

#modal-service .modal-dialog {max-width: 512px;}

#modal-service .modal-body {
	height: auto;
	padding-bottom: 32px;
	padding-left: 16px;
}


.nav-justified {padding-left: 0;}

/*.form-control {height: 30px;}*/

.btn,
.btn:focus {
	background-color: var(--prv_button_bg);
	border: 2px solid var(--prv_btn_color);
	border-radius: var(--prv_button_radius);
	padding: 10px 22px;
	color: var(--prv_font_color);
	font-size: 10px;
	font-family: var(--prv_font_family);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: none;
	transition: .3s;
	line-height: normal;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
	opacity: 1;
	outline: none !important;
	box-shadow: none;
	color: var(--prv_font_color);
	background-color: var(--prv_btn_hover);
	border-color: var(--prv_btn_hover);
	color: #fff;
}
.btn.btn-transparent{
	background-color: transparent!important;
	color: #000!important;
}

.inp-radio { display:none; }
.inp-radio + label:before {
	display: inline-block;
	position: absolute;
	margin-left: -20px;
	margin-top: 4px;
}

.inp-radio + label:before {
	border: 1px solid var(--prv_color);
	border-radius: 20px;
	height: 11px;
	width: 11px;
	content: "";
	background-size: cover;
}
.inp-radio:checked + label:before {
	background-color: var(--prv_color);
}

.PRVUniversalFeedback label{
	margin-left: 24px;
}

.enroll {
	font-size: 16px;
}

.text-justify {
	text-align: justify;
	line-height: 1.6;
}

/* END BODY */

.owl-carousel .owl-dot, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev,
.owl-theme .owl-nav [class*=owl-]:hover{
	padding: 0px;
}

.owl_btn-left{
	position: absolute;
	font-size: 24px;
	left: 25px;
	top: 30%;
	bottom: 0;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

.owl_btn-right{
	position: absolute;
	font-size: 24px;
	right: 25px;
	top: 30%;
	bottom: 0;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

.owl_btn-right a,
.owl_btn-right a:focus,
.owl_btn-left a,
.owl_btn-left a:focus {
	color: #fff;
	padding: 0 16px;
	border: 2px solid #fff;
	border-radius: 24px;
	text-decoration: none;
}

.owl_btn-right a:hover,
.owl_btn-right a:active:hover,
.owl_btn-right a:active:focus,
.owl_btn-right a:active,
.owl_btn-left a:hover,
.owl_btn-left a:active:hover,
.owl_btn-left a:active:focus,
.owl_btn-left a:active {
	color: var(--prv_color);
	border-color: var(--prv_color);
	text-decoration: none;
}

.owl-btn {
	width: 100%;
	position: absolute;
	height: 394px;
	display: -webkit-flex; /* NEW */
	display: flex;
	-webkit-flex-wrap: wrap; /* NEW */
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	top: 100px;
	left: 0;
}

.owl-btn a,
.owl-btn a:focus {
	color: var(--prv_color);
	padding: 0 16px;
	border: 2px solid var(--prv_color);
	border-radius: 24px;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
	color: white;
	background-color: var(--prv_color);
}

#owl1prev, #owl2prev {
	position: absolute;
	left: 40px;
	z-index: 999;
}

#owl1next, #owl2next {
	position: absolute;
	right: 40px;
	z-index: 999;
}

#trainers .container,
#our-life .container {
	position: relative;
}

.owl-carousel .owl-item img {
	width: 100%;
	margin: 0 auto;
}

.carousel-hint {
	text-align: center;
	margin-top: 235px;
}

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


/* FOOTER */

html, body{height: 100%;}
@media(min-width: 768px){
	.agreement_page_cont{
		height: auto;
		min-height: 100%;
		padding-bottom: 143px;
	}
}
.agreement_page_cont{
	/*padding-top: 140px;*/
	margin-bottom: 70px;
}
@media(min-width: 768px){
	.agreement_page_cont{padding-bottom: 85px; margin-bottom: 160px;}
}
@media(min-width: 992px){
	.agreement_page_cont{padding-bottom: 97px; margin-bottom: 0px;}
}



.modal-dialog-feedback {max-width: 748px;}
	@media(min-width: 768px){
		.modal-dialog-feedback{width: 100%!important;}
	}

.modal-body-feedback {
	padding: 0;
	padding-left: 279px;
}

#modal-call .modal-body-feedback,
#modal-question .modal-body-feedback{
	min-height: 448px;
}

.modal-body>.row {margin: 0;}

.modal-img {
	padding: 0;
	float: left;
	margin-right: 15px;
	border-radius: 4px 0 0 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%; /*448px*/
	width: 262px;
	position: absolute;
	left: 0;
}

.modal-heading {
	font-size: 36px;
	font-weight: 600;
	margin: 72px 0 30px;
	line-height: normal;
	padding-bottom: 12px;
}

.modal-text {
	font-size: 16px;
	color: #929292;
}

.split-obj1, .split-obj2 {
	width: inherit !important;
	margin-top: 30px;
}

.split-obj1 {
	max-width: 186px;
	width: 60% !important;
	float: left;
	border: 1px solid var(--prv_color);
	border-radius: 0;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	height: 30px;
	margin-right: -1px;
}

.split-obj2,
.split-obj2:focus {
	width: 40% !important;
	border-radius: 0;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	height: 30px;
	padding: 6px 22px;
	border-width: 1px;
}
.split-obj2:focus{
	box-shadow: none;
}

button.close {padding: 56px 24px;}

.modal-body label {margin-top: 12px;}

label:not(.cs_color, .cs_header) {
	font-size: 14px;
	margin-left: 32px;
}

input:hover,
input:focus,
input:active {
	outline: none !important;
}
.scrollToTop {
	position:fixed;
	bottom:100px;
	right:20px;
	
    border-radius: 100px;
    font-size: 13px;
    width: 90px;
    height: 45px;
    padding-left: 15px;
    background-image: linear-gradient(-135deg,var(--prv_color) 0,var(--prv_btn_color) 100%);
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    line-height: 45px;
    z-index:100;
}
.scrollToTop:before {
    content: '\2191';
    position: absolute;
    top: -2px;
    left: 12px;
    font-size: 16px;
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
    background-image: none;
    background-color: var(--prv_btn_color);
    opacity: .8;
    color:#fff;
    text-decoration:none;
}

/* feedback */

.thanks-text{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 100px 15px;
}

.feedback_header{
	position: relative;
	height: 100%;
}
.error_messages_block{
	position: absolute;
	bottom: 20px;
}

.error_messages_block p{
	margin: 0 0 0px;
}

@media(min-width: 768px){
	.error_messages_block{
		bottom: 85px;
	}
	.error_messages_block p{
		margin: 0 0 0px;
	}
}

/* end feedback */

/*__________________Медиа запросы___*/

@media (max-width: 1199px) { /*_0-md_*/
	.navbar-justify li {
		margin-right: 55px;
	}
}

.rights div{
	display: inline;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) { /*_0-xs_*/
	
	.modal-body {
		padding: 16px 8px;
	}
	.modal-heading{
		font-size: 24px;
		margin-top: 32px;
	}
	.modal-text{
		font-size: 14px;
	}
	.PRVUniversalFeedback label{
		margin-left: 0;
	}
	.split-obj1,
	.split-obj2{
		letter-spacing: 0 !important;
	}
	.split-obj2,
	.split-obj2:focus{
		padding: 4px;
	}

	.enroll input[type=text] {
		margin-top: 16px;
	}

	.enroll input[type=submit] {
		margin-top: 20px;
	}

	button.close {
		padding: 0;
	}

	.split-obj2 {
		padding: 4px;
	}

	.modal-body {
		height: auto;
	}

	.split-obj1, .split-obj2 {
		margin-top: 12px;
	}

	.carousel-hint {
		margin-top: 64px;
	}

	.heading {
		font-size: 20px;
		line-height: normal;
	}

	.heading:after {
		width: 20%;
	}

	.enroll .heading {
		margin-top: 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}

	.subheading{
		font-size: 18px;
	}

	.phonenum,
	.phonenum:focus {
		/*font-size: 10px !important;
		padding: 6px 12px;*/
	}

	#modal-call .modal-body-feedback{
		min-height: unset;
	}

	.modal-dialog{
		margin: auto;
	}

}

.enroll>.container>.row{
	position: relative;
	height: 100%;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

/* 404 ERRR */
.content_404_error {
	position: relative;
	overflow: hidden;
	font-size: 550px;
	font-weight: 600;
	line-height: 480px;
	color: #c6c8cb;
}

.content_404_error_block {
    box-sizing: border-box;
    /*padding-top: 140px;*/
    padding-bottom: 200px;
}
	@media (min-width: 768px){
		.content_404_error_block {
			height: auto;
			min-height: 100%;
			padding-bottom: 143px;
		}
	}
	@media (min-width: 992px){
		.content_404_error_block {
			padding-bottom: 97px;
		}
	}
	@media (min-width: 1200px){
		.content_404_error_block {
			padding-bottom: 85px;
		}
	}
.content_404_error_text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #5c5e69;
	font-size: 88px;
	text-shadow: 0px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
	@media(min-width: 768px){
		.content_404_error_text {
			text-shadow: 0px -3px 0px #fff, 3px 3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, -3px -3px 0px #fff;
		}
	}
	
.content_404_error_detail {
	margin-bottom: 30px;
	font-size: 16px;
}

.content_404_error_links a,
.content_404_error_links a:focus {
	display: inline-block;
	margin: 0 15px 20px 15px;
	padding: 20px 45px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #62646e;
}

.content_404_error_links a:hover {
	color: #fff;
	background-color: #c6c8cb;
}

@media (max-width: 1199px) { /*_0-md_*/
	.content_404_error {
		font-size: 460px;
		font-weight: 600;
		line-height: 400px;
	}
	.content_404_error_text {
		font-size: 70px;
	}
	/*.content_404_error_block{
		padding-top: 116px;
	}*/
}

@media (max-width: 767px) { /*_0-xs_*/
	.content_404_error {
		font-size: 200px;
		font-weight: 600;
		line-height: 180px;
	}
	.content_404_error_text {
		font-size: 30px;
	}
}

/* END 404 ERRR */

/*   VALIDATION   */

input[name="MESSAGE_TEXT"]{display: none;}

.help-block{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #ec0000;
	font-size: 10px;
}
	@media(max-width: 767px){
		.help-block{font-size: 12px;}
	}
	label + .help-block{bottom: 0px;}
	.modal .help-block{color: #000;}
	.modal-call .help-block, .modal-service .help-block{bottom: 20px;}
	.modal-call label + .help-block, .modal-service label + .help-block{bottom: -31px;}
		@media(max-width: 767px){
			.modal-call .help-block, .modal-service .help-block{bottom: 32px;}
			.modal-call label + .help-block, .modal-service label + .help-block{bottom: -21px;}
		}
/* END VALIDATION */

.nopadding_right{
	padding-right: 0;
	padding-left: 0;
}
label{
	font-weight: normal;
}
.text-upp {
	/*font-weight: 600;*/
	text-transform: uppercase;
}
.text-bold {
	font-weight: 600;
}

/* company page */
.page-header{
	border: none;
}
.page-content p{
	margin: 25px 0;
	line-height: 28px;
}/*
.page-content ul{
	list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}
.page-content ul li:first-of-type {
    margin-top: 0;
    line-height: 1.933em;
}
.page-content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}
.page-content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}*/
.page-content h4{
	margin: 37px 0 26px;
}
.page-preview-text{
	margin: 42px 0 55px;
	font-size: 1.133333em;
	line-height: 1.6471em;
}
.page-main-text{

}
.page-advantages{
	margin: 41px 0;
}
.page-footer{
	background-image: url(../img/page-footer-background.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0px 60px;
	margin-top: 50px;
}
.page-footer-text h4{
    margin-top:0;
}
@media (min-width: 560px) {
    .page-footer{
        padding: 93px 0 60px;
    }
    .page-footer-text{
        margin: 35px 0;
    }
    .page-footer-text h4{
        margin-top:10px;
    }
}
.page-footer-text p{
	font-size: 0.93333em;
}
.page-footer-img img{
	margin: 0 auto;
}
.page-footer-buttons-block > *{
	margin: 0 19px 15px;
}
.page-top-text p{
	color: #757575;
}
.page-top-text .btn{
	margin-bottom: 25px;
}
.page-top-text p,
.page-top-text h1,
.page-top-text h2,
.page-top-text h3,
.page-top-text h4,
.page-top-text h5,
.page-top-text h6{
	margin-top: 0px; 
}
@media(min-width:768px){
	.page-header{
		margin-bottom: 55px;
	}
	.page-footer{
		margin-top: 35px;
	}
	.page-footer-img img{
		margin: 0 auto 0 0;
	}
	.page-footer-text{
		margin: 60px 0 36px;
	}
	.page-top-text p{
		margin: 0 0 36px;
	}
	.page-top-text.reviews-page p{
		margin-bottom: 22px;
	}
	.page-top-text .btn{
		margin-bottom: 40px;
	}
}
@media(min-width: 992px){
	.page-footer{
		margin-top: 95px;
	}
}
/* partners page */
.partner-detail-back-link{
	text-decoration: none;
}
.partner-detail-back-link > .fa{
	margin-right: 10px;
}
/* inner page sidebar */
.page-content .sidebar-menu,
.sidebar-commercial,
.sidebar-footer{
	margin-bottom: 30px;
}
.sidebar-footer{
	border: 1px solid #eef1f4;
}
.sidebar-footer-element{
	border-bottom: 1px solid #eef1f4;
	padding: 23px 30px;
	cursor: pointer
}
.sidebar-footer-element:hover{
	border-color: transparent;
    -webkit-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
    -moz-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
	transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
}
.sidebar-footer-element > div{
	padding-left: 32px;
	position: relative;
}
.sidebar-footer-element svg{
    width:14px;
    height:14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar-footer-element svg .cls-1{
	fill: var(--prv_color);
}
.sidebar-footer-element:last-child{
	border-bottom: none;
}
.side-info-navigation{
	border: 1px solid #eef1f4;
	position: fixed;
	right: 0;
	top: 168px;
	left: auto;
	z-index: 121;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	width: 68px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: left .15s linear,right .15s linear;
	-moz-transition: left .15s linear,right .15s linear;
	-ms-transition: left .15s linear,right .15s linear;
	-o-transition: left .15s linear,right .15s linear;
	-webkit-transition: left .15s linear,right .15s linear;
	display: block;
}
.open.side-info-navigation{
	right: 580px;
}
.side-info-navigation-element{
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #eef1f4;
    padding-bottom:25px;
    padding-top:25px;
}
.side-info-navigation-element:last-child{
	border: none;
}
.side-info-navigation-element svg{
    width:18px;
    height:18px;
}
.side-info-navigation-element svg .cls-1{
	fill: #777;
}
.side-info-navigation-element:hover svg .cls-1{
	fill: var(--prv_color);
}
.side-info-behind{
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: all 0.5s linear; 
	z-index: -1;
}
.side-info-behind.visible{
	background: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 120;
	opacity: 0.5;
}
.side-info-block{
	z-index: 999;
	position: fixed;
	right: -580px;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	width: 580px;
	max-width: 100%;
	top: 0;
	bottom: 0;
	transition: left .15s linear,right .15s linear;
	-moz-transition: left .15s linear,right .15s linear;
	-ms-transition: left .15s linear,right .15s linear;
	-o-transition: left .15s linear,right .15s linear;
	-webkit-transition: left .15s linear,right .15s linear;
	display: block;
}
.open.side-info-block{
	right: 0;
}
.side-info-container{
	padding: 0 40px;
	overflow-y: scroll;
    max-height:100%;
}
@media (min-width: 576px) {
    .side-info-container{ 
        padding: 0 70px;
    }
}
.side-info-container::-webkit-scrollbar{
    width: 8px;
}
.side-info-container::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #999;
    border: 2px solid #fff;
}
.side-info-container::-webkit-scrollbar-track{
    border-radius: 8px;
}
.side-info-close{
	width: 48px;
	height: 48px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 23px;
	top: 20px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	transition: opacity .3s ease;
	z-index: 1;
}
.side-info-close svg path {
	fill: #bdbdbd;
}
.side-info-close:hover svg path {
	fill: var(--prv_color);
}
.side-info-close svg{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}
@media(max-width: 991px){
	.side-info-navigation{
		display: none;
	}
}
.additional_service{
    padding: 32px 100px;
    padding-right: 220px;
    position: relative;
    border: 1px solid #EEF1F4;
    background-color: #F8F9FB;
}
.additional_service_icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 40px;
}
.additional_service_text{
    line-height: 20px;
    color: #757575;
    margin: 4px 0 12px;
}
.additional_service .btn_cnt{
    position: absolute;
    right: 50px;
    top: 32px;
}
@media(max-width: 600px){
	.additional_service{
		padding: 30px 30px 70px;
		text-align: center;
	}
	.additional_service_icon{
		display: none;
	}
	.additional_service .btn_cnt{
		position: absolute;
		right: 15px;
		left: 0;
		right: 0;
		bottom: 25px;
		top: auto;
	}
}
table{
	font-size: 1em;
	overflow: auto; 
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}
table.table {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    margin: 31px 0 40px;
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 3px;
}
table.table-striped {
    width: 100%;
}
table.table > tbody > tr:hover, table.table1 > tbody > tr:hover, table.table-striped > tbody > tr:hover {
    background: #f8f9fb;
}
table.table tbody tr:first-of-type td, table.table1 tbody tr:first-of-type td {
    border-top: 1px solid #f1f1f1;
}
table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
    padding: 13px 70px 14px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}
table.table > tbody > tr > td:first-child{
	padding-left: 0;
}
table.table > tbody > tr > td:nth-child(n+2),
table.table > tbody > tr > td:nth-child(n+2) > a{
	color: #757575;
}
@media (max-width: 767px){
	table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
	    padding: 13px 20px 14px;
	}
}
@media (max-width: 530px){
	table.table, table.table thead, table.table tbody, table.table th, table.table td, table.table tr {
	    display: block;
	}
	table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
	    padding: 15px;
	}
	table.table > tbody > tr > td:first-child{
		padding-left: 15px;
	}
	table.table tbody tr:first-of-type td:first-child{
	    border-top: 1px solid #f1f1f1;
	}
	table.table tbody tr:first-of-type td:nth-child(n+2){
		border-top: none;
	}
}

table.table1 > thead > tr > th, table.table1 > thead > tr > td{
    padding: 11px 21px;
    background: #a5abb5;
    color: #FFF;
    font-size: .8667em;
    font-weight: 400;
}
table.table1 tbody {
    border: 1px solid #f1f1f1;
    border-top: none;
}
table.table1 tbody td {
    padding: 15px 21px;
    border-bottom: 1px solid #ecf2f4;
    border-left: none;
    border-right: none;
    vertical-align: top;
}