header {z-index:1000;}

ul#top_menu>li a.btn_access {
	border-color: #FF3A65;
}

.owl-slide-title small {
	display:inline-block; transform:translateY(-15%); margin:auto 10px;
}

.strip {
	margin-bottom: 3rem;
}
.strip>ul {display:none;}

.how_2 ul li h3 {
	position: relative;
	z-index: 1;
}

.values {
	background: #222 url(../img/logo_head_2.svg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.values p {
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.4;
}

.main_title_2 {
	text-align: center;
	margin-bottom: 45px;
	position: relative;
}

.values .main_title_2 h2 {
	margin-top: 0
}

.values .main_title_2 h2,
.values .main_title_2 p {
	color: #fff !important
}

.values .wrapper {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.2);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent)
}

.values .nav {
	font-size: 1rem;
}

.values .nav a.nav-link {
	display: block;
	border-left: 2px solid rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.4);
	padding: .9rem 1rem;
	height: fit-content;
}

.values .nav a.nav-link.active  {
	color: #fff;
	border-left: 2px solid #fff
}

.values .nav a.nav-link h5 {
	color: rgba(255, 255, 255, 0.4); margin-bottom:.25rem;
}

.values .nav a.nav-link:hover,
.values .nav a.nav-link.active h5,
.values .nav a.nav-link:hover h5 {
	color: #fff
}

.values .tab-content {
	color: #fff
}

.values .tab-content p {
	margin-bottom: 0
}

.values ul {
	margin:0; padding:0;
	color:rgba(255, 255, 255, 0.7);
	font-size:1rem;
	font-weight:300;
	list-style:none;
}

.values ul li::first-letter {
	color:#FFF;
	font-size:1.3125rem;
	font-weight: normal;
	font-style:italic;
}

.call_section .box_1 p {
	opacity: 1;
	color: #CCC;
}

.call_section .box_1 p b {color:#FFF;}

#accordionFaq {color:#444;}
#accordionFaq .card-header {font-size:1.15rem; font-weight:300; cursor:pointer; color:#FF3A65;}
#accordionFaq .card-header.collapsed { color:#444;}
#accordionFaq .card-body {text-align:justify;}
#accordionFaq .table {border-bottom:1px #212529 solid; margin-bottom:3rem;}
#accordionFaq .table th {white-space:nowrap;}
#accordionFaq .table th:first-child {text-align:right;}
#accordionFaq ol {margin:0 0 0 .75rem; padding:0; min-width:150px;}

.thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}
.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}
.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}
.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}


#zone th, #zone td {white-space:nowrap; vertical-align:middle;}
#zone thead th {text-align:center;}
#zone thead th:nth-child(1), #zone tbody td:nth-child(1) {width:50px; text-align:right; font-weight: bold;}
#zone tbody td {text-align:center;}
#zone tbody td:nth-child(3), #zone tbody td:nth-child(5), #zone tbody td:nth-child(6) {text-align:right;}
#zone tbody tr.city {border-top:2px solid #abb0b3}
#zone tbody tr.city td:nth-child(2) {font-weight:bold;}
#zone tbody tr.city td:nth-child(3), #zone tbody tr.city td:nth-child(5) {text-align:center;}
#zone tbody tr.city td:nth-child(4), #zone tbody tr.city td:nth-child(6), #zone tbody tr.city td:nth-child(7) {text-align:right;}
#zone tbody tr.zone td:nth-child(3) {text-align:right;}
#zone tfoot th {text-align:right;}


ul.additional_links {float:none;}


.fancybox-slide--html .bg_gray .fancybox-close-small {
	color: #CCC;
}


.list_block ul {
	padding: 0;
	margin: 0 0 20px 0;
}
.list_block ul li {
	display: block;
	margin: 0 0 5px 0;
}
.checkbox_radio_container {
	margin-bottom: 10px;
	position: relative;
}
.checkbox_radio_container input[type="checkbox"] {
	display: none;
}
.checkbox_radio_container .checkbox {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.checkbox_radio_container .radio, .checkbox_radio_container .checkbox {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 9;
	left: 8px;
	top: 7px;
}
.checkbox_radio_container label {
	cursor: pointer;
}
.checkbox_radio_container input[type="checkbox"]:checked ~ .checkbox:before, .checkbox_radio_container input[type="checkbox"]:checked ~ .radio:before, .checkbox_radio_container input[type="radio"]:checked ~ .checkbox:before, .checkbox_radio_container input[type="radio"]:checked ~ .radio:before {
	width: 7px;
	transition-delay: 0ms;
}
.checkbox_radio_container .radio:before, .checkbox_radio_container .checkbox:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background: #d62544;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	transform: translate(1px, 6px) rotate(45deg);
	transform-origin: left;
	transition: all 150ms;
	transition-delay: 150ms;
	-webkit-transform: translate(1px, 6px) rotate(45deg);
	-moz-transform: translate(1px, 6px) rotate(45deg);
	-ms-transform: translate(1px, 6px) rotate(45deg);
	-o-transform: translate(1px, 6px) rotate(45deg);
}
.checkbox_radio_container input[type="checkbox"]:checked ~ .checkbox:after, .checkbox_radio_container input[type="checkbox"]:checked ~ .radio:after, .checkbox_radio_container input[type="radio"]:checked ~ .checkbox:after, .checkbox_radio_container input[type="radio"]:checked ~ .radio:after {
	width: 13px;
	transition-delay: 150ms;
}
.checkbox_radio_container .radio:after, .checkbox_radio_container .checkbox:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	background: #d62544;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	transform: translate(4px, 11px) rotate(-45deg);
	transform-origin: left;
	transition: all 150ms;
	transition-delay: 0ms;
	-webkit-transform: translate(4px, 11px) rotate(-45deg);
	-moz-transform: translate(4px, 11px) rotate(-45deg);
	-ms-transform: translate(4px, 11px) rotate(-45deg);
	-o-transform: translate(4px, 11px) rotate(-45deg);
}
.checkbox_radio_container input[type="checkbox"]:checked ~ .wrapper, .checkbox_radio_container input[type="radio"]:checked ~ .wrapper {
	transition: all 450ms;
	background-color: #f7274a;
	color: #fff;
}
.checkbox_radio_container .wrapper {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #c2c2c2;
	background-color: rgba(204,204,204,0.2);
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	padding: 10px 10px 10px 44px;
	font-weight: 500;
	cursor: pointer;
}


.sort_select select {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 42px;
	margin: 0;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
	color: #444;
	border-radius: 3px;
    border: 1px solid #d2d8dd;
}

.sort_select:after {
	content: "\2a";
	font-family: 'ElegantIcons';
	position: absolute;
	color: #ccc;
	right: 10px;
	top: 10px;
	font-size: 18px;
	font-size: 1.125rem;
}

form.main h6 small {color:#f7274a}
form.main input.error, form.main select.error {border-color:#f7274a;}

a.btn_1:hover, .btn_1:hover {
	background: #1f2f6a;
}
.btn_1.working {
	background: #1f2f6a;
	opacity:.6;
	cursor:default;
}
.btn_1 .loading {height:22px; width:22px; vertical-align:bottom; margin:0 0 0 5px; display:none;}
.btn_1.working .loading {display:inline-block;}



.swal2-container {
	z-index: 99993;
}


#login_bg, #register_bg {
	background: #ccc url(../img/slides/001.jpg) center center no-repeat fixed;
}
.access_social {
    margin-top: 30px;
}
a.social_bt.line {
    background: #3cb46e url(../img/support/comment-line.svg) 10px center no-repeat;
}
a.social_bt.home {
    background: #1f2f6a url(../img/support/go-home.svg) 10px center no-repeat;
}


.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
.table-responsive>.table-bordered{border:0}


.inviArea .form-group {display:flex; align-items: stretch;}
.inviArea .form-group .form-control {border-radius: 5px 0 0 5px; height: 42px;}
.inviArea .form-group .btn_1 {border-radius: 0px 5px 5px 0; display:flex;}
.inviArea .form-group .btn_1 span {white-space:nowrap;}

body.verify .inviArea, .secret {display:none; visibility:hidden;}
body.verify .secret {display:inline-block; visibility:visible;}

footer>.container>.row:nth-child(1) {display:none;}



@media (max-width: 991px) {
	.values .wrapper {
		padding: 60px 0
	}
	.values .nav {
		margin-bottom: 30px
	}
}

@media (min-width: 768px){
	.owl-slide .btn_1.medium {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px){
	#accordionFaq .card-body {font-size:1rem;}
}


@media only screen and (max-width: 480px) {
	.main-menu {
		width:260px;
	}
}
@media (max-width:575.98px){
	.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
	.table-responsive-sm>.table-bordered{border:0}
}

@media (max-width:767.98px){.table-responsive-md{
	display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
	.table-responsive-md>.table-bordered{border:0}

}@media (max-width:991.98px){
	.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
	.table-responsive-lg>.table-bordered{border:0}

}@media (max-width:1199.98px){
	.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
	.table-responsive-xl>.table-bordered{border:0}
}
