*::-webkit-input-placeholder {
	color: #838383;
	opacity: 1;
}

*::-moz-placeholder {
	color: #838383;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #838383;
	opacity: 1;
}

*:input-placeholder {
	color: #838383;
	opacity: 1;
}

*:focus {
	outline: none;
}

body {
	font-size: 16px;
	font-family: "HelveticaNeueRegular";
}

.display-hide {
	display: none;
}

.more-ye {
	padding-top: 65px;
	font-size: 26px;
}

.langs.btn-group {
	position: absolute;
	right: 7px;
	top: -15px;
	z-index: 1000;
	background-color: #2e2e2e;
}

.langs .dropdown-toggle {
	text-align: left;
	cursor: pointer;
	width: 70px;
	padding: 14px 10px 4px;
	border:0;
	border-radius: 0;
	background-color: transparent;
}

.langs.btn-group.open {
	background-color: #424242;
}

.langs .dropdown-menu {
	font-family: "HelveticaNeueLight";
	min-width:70px;
    padding: 0;
    margin:  0;
    font-size: 13px;
    background-color:  #424242;
    border: none;
    border-radius: 0;

    -webkit-box-shadow:  none;
            box-shadow:  none;
}

.langs .dropdown-toggle span,
.langs .dropdown-menu>li>a {
	font-family: "HelveticaNeueLight";
 	font-size: 13px;
 	color:#fff;
}

.langs .dropdown-menu>li>a {
 	min-width: 70px;
 	padding: 8px 10px;
}

.langs .dropdown-menu>li>a:hover, 
.langs .dropdown-menu>li>a:focus {
	color:#fff;
	background-color:  #424242;
}
/*LOADER*/
.loader-wrapper {
 	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 99;
  	background-color: rgba(0,0,0,0.7);
  	display: none;
}
.loader {
	position: absolute;
	left: 50%;
	top: 50%;
    border: 5px solid #f3f3f3; 
    border-top: 5px solid #3498db; 
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}
.loader-wrapper p{
	position: absolute;
	top: 55%;
	left: 48%;
	text-align: center;
	color:#fff;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/*END LOADER*/
a:focus{
	outline:none;
}
a, button {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

h2 {
	font-family: "HelveticaNeueBold";
	font-size: 26px;
	letter-spacing: 0.52px;
	color:#383737;
	margin-bottom: 20px;
}

h2 > span {
	color:#0277bd;
}

.caption-slogan {
	font-family: "HelveticaNeueLight";
	font-size: 14px;
	color:#838383;
	letter-spacing: 0.28px;
}

/*====HEADER====*/
.header {
	background-color: #0277bd;
	padding: 0;
}
.main-page .header {
	background-color: transparent;
}

.header-top {
	background-color: #2e2e2e;
	padding: 1px 0 3px;
	color:#fffefe;
}

.header-top-paragraphe {
	font-family: "HelveticaNeueLight";
	margin: 0;
	padding: 5px  80px 0 0;
	color:#cdcdcd;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.42px;
}

.header-top-name span {
	font-family: "HelveticaNeueRegular";
	font-size: 14px;
	line-height: 14px;
}

.navbar {	
	margin-bottom: 72px;
}

.main-page  .navbar.navbar-default,
.price-page .navbar.navbar-default{
	background-color: #0277bd;
	margin-bottom: 0;
}

.navbar-brand {
	font-family: "OpenSansBold";
	font-size: 24px;
	color:#fffefe;
	text-transform: uppercase;
}

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color:#383737;
}

.navbar-default .navbar-nav > li a {
	font-family: "HelveticaNeueLight";
	font-size: 18px;
	text-transform: uppercase;
	border-radius:4px;
}

.main-page .navbar-default .navbar-nav > li a,
.price-page .navbar-default .navbar-nav > li a{
	padding: 25px 18px 22px;
	border-radius:0;
}

.navbar-default .navbar-nav > li a:hover {
	background-color:rgba(225,225,225,0.23); 
}

.reg-but {
	background-color:rgba(225,225,225,0.16);
	margin-left: 10px;
}

.navbar-default .navbar-nav > li .reg-but:hover {
	background-color:rgba(225,225,225,0.3); 
}

.main-page  .header__item {
	background-image: url(../img/bg-header.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 770px;
}

.price-page .header__item,
.main-page  .header__item.header__item_2{
	background-image: url(../img/bg-heade-1r.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 770px;
}

.price-page .header__item {
	min-height: 600px;
}

.header-content {
	position: relative;
}

.header-content h1 {
	font-family: "PantonBlackCaps";
	font-size: 46px;
	line-height: 70px;
	letter-spacing: 0.52px;
	color:#fff;
	margin:150px 0 0 0;
}

.slogan-header-caption {
	font-family: "PantonLightitalicCaps";
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.6px;
	margin: 0 0 62px 0;
	color:#fff;
}

.header-label {
	margin:0 0 29px 0;
}

.header-label span {
	font-family: "HelveticaNeueLight";
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.53px;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}

.header-label span:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius:50%;
	margin:0 15px 0 15px;
}

.header-label span:last-child:after {
	display: none;
}

.header-link {
	font-family: "HelveticaNeueBold";
	font-size: 18px;
	text-transform: uppercase;
	background-color: #0277bd;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	height: 48px;
	line-height: 48px;
	text-align: center;
	max-width: 190px;
	color:#fff;
	display: block;
}

.header-link:hover,
.header-link:focus {
	color:#fff;
	text-decoration: none;
}

.header-link:hover {
	opacity: 0.8;
}

.button-slogan {
	font-family: "HelveticaNeueBold";
	margin: 0;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 2.8px;
}

.header-pic {
	position: absolute;
	top:auto;
	left: auto;
	right: 124px;
	bottom: -14px;
	z-index: 100000000000;
}

.header-pic img {
	max-width: 684px;
	width: 100%;
	height: auto;
}

/*====END HEADER====*/
/*====APPLICATION====*/
.application {
	background-color:#f2f2f2; 
	padding: 75px 0 100px;
}

.application .caption-slogan {
	margin-bottom: 43px;
}

.application_button {
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,1,1,.08);
	        box-shadow: 0 1px 10px rgba(0,1,1,.08);
	padding:15px 20px 12px;
	max-width: 285px;
	width: 100%; 
	position: relative;
}

.application_button:focus {
	text-decoration: none;
}

.application_button:hover {
	-webkit-box-shadow: 0 1px 10px rgba(2,119,189,.08);
	        box-shadow: 0 1px 10px rgba(2,119,189,.08);
}

.app-1 {
	right: -28px;
}

.app-2 {
	right: -44px;
}

.app-3 {
	left: -26px;
}

.application_button:hover {
	text-decoration: none;
}

.application_button>i,
.application_button-text {
	display: inline-block;
	vertical-align: middle;
}

.application_button>i {
	font-size: 44px;
	color:#aaaaab;
	margin: 0 20px 0 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.application_button:hover>i {
	color:#0277bd;
}

.application_button-text span {
	display: block;
}

.application_button-app {
	font-family: "HelveticaNeueLight";
	font-size: 14px;
	text-transform: uppercase;
	color:#848484;
	letter-spacing: 0.28px;
}

.application_button-brand {
	font-family: "HelveticaNeueLight";
	font-size: 24px;
	color:#383737;
	letter-spacing: 0.48px;
}

/*====END APPLICATION====*/
/*====FEATURES====*/
.features {
	padding: 91px 0;
	background: url(../img/bg.png) -167px 148px no-repeat
}

.features h2 {
	margin-top: 40px;
}

.features .caption-slogan {
	margin: 0 0 38px 0;
}

.features_paragraphe {
	color:#383737;
	letter-spacing: 0.32px;
	margin: 0 0 17px 0;
}

.features_paragraphe i {
	font-size: 12px;
	display: inline-block;
	margin:0 6px 0 5px;
	color:#0277bd;
	vertical-align: middle;
}

.features-image {
	max-width: 348px;
	width: 100%;
	padding: 20px 20px;
	border:1px dashed #d7d7d7;
	margin: 0 50px 0 0;
}

.row:nth-child(2) .features-image {
	margin: 0 0  0 50px;
}

.features-image_wrapper {
	-webkit-box-shadow: 0 1px 13px rgba(0,1,1,.18);
	        box-shadow: 0 1px 13px rgba(0,1,1,.18);
	background-color: #fff;
	padding: 0 0 38px 0;
	border-radius:1px;
}

.row:nth-child(2) .features-image_wrapper {
	padding:  0;
	background-color: #7f8080;
}

.row:nth-child(2) .features-text {
	padding: 140px 0 0 10px;
}

/*====END FEATURES====*/
/*====SLIDER====*/
.slider {
	background-color: #f2f2f2;
	padding: 75px 0 5px;
}

.slider-gpdr {
	background-color: #FFFFFF;
	padding: 75px 0 5px;
	margin-top: -50px;
	margin-bottom: 170px;
}

.slider h2 {
	letter-spacing: 0;
}

.slider__wrapper {
	min-height: 572px;
}

.slider__items {
	margin-top: 85px;
	padding: 50px 0;
	background:url(../img/quotes.png) center center no-repeat;
}
.owl-dots {
	list-style: none;
	padding: 0;
	margin: 27px 0 0 0;
	height: auto;
}

.owl-dot {
	float: left;
	width: 31%;
	cursor: pointer;
	opacity: 0.5;
	padding-bottom:13px;
}

.owl-dot:nth-child(2) {
	width: 30%;
}

.owl-dot.active {
	opacity: 1;
}

.carusel-recall {
	display:block;
}

.recall_text,
.carusel-recall img {
	display: inline-block;
	vertical-align: middle;
}

.carusel-recall img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-box-shadow: 0 8px 12px rgba(0,1,1,.32);
	        box-shadow: 0 8px 12px rgba(0,1,1,.32);
	margin: 0 20px 0 0;
}

.recall_text span {
	display: block;
}

.recall_name {
	font-family: "HelveticaNeueBold";
	color:#0277bd;
	line-height: 13px;
}

.recall_prof {
	color:#383737;
}

.slider__wrapper p {
	font-family: "HelveticaNeueBold";
	font-size: 32px;
	line-height: 48px;
}

/*====END SLIDER====*/
/*====SUBSCRIPTION====*/
.subscription {
	background-color: #171717;
	padding: 74px 0 17px;
}

.subscription h2 {
	color:#fff;
}

.subscription .caption-slogan {
	margin: 0 0 50px 0;
}

.subscription_email {
	padding: 20px 18px 20px 20px;
	border:1px dashed #d7d7d7;
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.subscription_email input,
.subscription_email button {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border:none;
	outline:none;
	vertical-align: top;
}

.subscription_email input {
	font-family: "HelveticaNeueLightItalic";
	font-size: 18px;
	letter-spacing: 0.36px;
	max-width: 500px;
	width: 100%;
	margin: 0 15px 0 0;
	padding: 0 10px 0 70px;
	background:url(../img/mail.png) 20px center no-repeat;
	background-color: #fff;
}

.subscription_email button {
	font-family: "HelveticaNeueBold";
	letter-spacing: 0.32px;
	max-width: 220px;
	width: 100%;
	background-color: #0277bd;
	color:#fff;
  	position: relative;
}

.subscription_email button:before {
	max-width: 220px;
	width: 100%;
  	content: '';
  	position: absolute;
  	left: 0;
	background-color: rgba(225,225,225,.23);
	height: 60px;
	line-height: 60px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.subscription_email button:hover:before, 
.subscription_email button:focus:before, 
.subscription_email button:active:before {
  	opacity: 1;
}

.subscription-social {
	background-color:#000; 
	padding: 20px;
	display: inline-block;
	position: relative;
	top:55px;
}

.subscription-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	text-align: center;
	margin: 0 16px 0 0;
}

.subscription-social a:last-child {
	margin: 0;
}

.subscription-social a:hover {
	opacity: 0.7;
}

.social-f {
	background-color:#254d85; 
}

.social-tw {
	background-color:#00a6e0; 
}

.social-in {
	background-color:#0083bf; 
}

.social-g {
	background-color:#dc543a; 
}

/*====END SUBSCRIPTION====*/
/*====CONTACT====*/
.contact {
	padding: 115px 0 0 ;
}

.contact .caption-slogan {
	line-height: 24px;
	max-width: 820px;
	padding:0 50px;
	margin: 0 auto 40px;
}

.contact-form {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 13px rgba(0,1,1,.18);
	        box-shadow: 0 1px 13px rgba(0,1,1,.18);
	padding: 45px 50px 21px 51px;
	position: relative;
	z-index: 15;
}

.form-wraper-left {
	float: left;
	width: calc( 50% - 9px );
}

.form-wraper-right {
	float: right;
	width: calc( 50% - 11px );
}

.contact-form label {
	color:#383737;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.36px;
}

.contact-form input,
.form-wraper textarea,
.contact-form button {
	width: 100%;
	padding: 0 15px;
}

.contact-form input {
	height: 50px;	
	line-height: 50px;
	margin: 0 0 29px 0;
	border:2px solid #e3e3e3;
}

.form-wraper textarea {
	min-height: 200px;
	margin: 0 0 20px 0;
	border:2px solid #e3e3e3;
}

.contact-form button {
	font-family: "HelveticaNeueBold";
	background-color: #0277bd;
	color:#fff;
	height: 50px;	
	line-height: 50px;
	border:none;
	outline:none;
  	position: relative;
}

.contact-form  button:before {
	width: 100%;
  	content: '';
  	position: absolute;
  	left: 0;
	background-color: rgba(225,225,225,.23);
	height: 50px;	
	line-height: 50px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.contact-form  button:hover:before, 
.contact-form  button:focus:before, 
.contact-form  button:active:before {
  	opacity: 1;
}

.contact-map {
   	height: 400px;
   	overflow: hidden;
    padding-bottom: 31.25%;
    position: relative;
    margin: 0px auto 0px;
    top:-69px;
    max-height: 500px;
}

#map {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
/*====END CONTACT====*/
/*====FOOTER====*/
.footer {
	color:#383737;
	padding: 25px 0 0 0;
}

.footer-logo {
	margin: 0 0 40px 0;
}

.footer-logo a {
	font-family: "OpenSansBold";
	font-size: 24px;
	color:#383737;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	display: block;
}

.footer-logo a:hover {
	text-decoration: none;
}

.footer-logo a > span {
	color:#0277bd;
}

.footer-logo p {
	line-height: 24px;
}

.copyright {
	margin-top: -52px;
}

.footer-link {
	margin: 10px 0 0 0;
}

.footer-link_wrap {
	float: right;
	width: 25%;
}

.footer-link_wrap:nth-child(1) {
	margin: 0 0 0 108px;
}

.footer-link_wrap a {
	display: block;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	color:#383737;
	line-height: 10px;
	margin:0 0 38px 0;
}

.footer-link_wrap a:hover {
	color:#0277bd;
}

/*====END FOOTER====*/
/*====PAGE EMAIL====*/
.wrapper {
	min-height: 735px;
	background-color: #0277bd;
}


.nav-social {
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
	padding-top: 7px;
}

.nav-social li {
	float: left;
	margin-right: 16px;
}

.nav-social li:last-child {
	margin: 0;
}

.nav-social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	background-color: rgba(225,225,225,0.6);
	display: block;
}

.nav-social li a:hover {
	background-color: #fff;
}

.email-content {
	margin-top: 195px;
}

.message-email h3 {
	font-family: "HelveticaNeueBold";
	font-size: 26px;
	line-height: 70px;
	color:#fff;
	letter-spacing: 0.52px;
	margin: 0;
}

.message-email_text {
	font-family: "HelveticaNeueLight";
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.28px;
	color:#fff;
	text-transform: uppercase;
	max-width: 575px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.email-page footer {
	padding: 31px 0 0 0;
}

/*====END PAGE EMAIL====*/
/*====PAGE REGISTER====*/
.register-page header {
   margin: 0 0 52px 0;
}
.header-logo{
    margin-top: 20px;
    padding-left: 0;
}

@media only screen and (max-width: 670px) {
	.register-page header {
		margin: 0 0 22px 0;
	}
}

.check-block_caption {
	font-family: "HelveticaNeueBold";
	font-size: 26px;
	letter-spacing: 0.52px;
	color:#fff;
	display: block;
	max-height: 0 0 20px 0;
}

.check-in_wrapper {
	background-color: #fff;
	max-width: 900px;
	width: 100%;
	-webkit-box-shadow: 0 1px 13px rgba(0,1,1,.18);
	        box-shadow: 0 1px 13px rgba(0,1,1,.18);
	padding: 44px 50px 50px 50px;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}

.check-in label {
	font-family: "HelveticaNeueRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color:#383737;
	letter-spacing: 0.36px;
	margin-bottom: 9px;
}

.check-in input,
.check-in select,
.check-in button {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.check-in button {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.check-in input,
.check-in select {
	padding: 0 10px 0 20px;
	border:2px solid #e3e3e3;
	margin-bottom: 27px;
}

.check-in button:focus {
	outline:none !important;
}

.check-in button {
	font-family: "HelveticaNeueBold";
	background-color: #0277bd;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	border:none;
	outline:none;
	position: relative;
}

.check-in button:before {
	width: 100%;
  	content: '';
  	position: absolute;
  	left: 0;
	background-color: rgba(225,225,225,.23);
	height: 50px;
	line-height: 50px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.check-in button:hover:before, 
.check-in button:focus:before, 
.check-in button:active:before {
  	opacity: 1;
}

.register-page footer {
	padding: 85px 0 0 0;
}

.check-in label + div{
	margin-bottom: 27px;
}

.check-in .input-group button {
    line-height: 43px;
}

.check-in  .btn:hover, 
.check-in  .btn:focus, 
.check-in  .btn.focus {
    color: #fff;
    background-color: #0277bd;
}
.check-in .input-group button:before {
	display: none;
}

.check-in .form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.check-in .form-control:focus {
	border: 2px solid #e3e3e3;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.check-in .form-group.last{
    margin-bottom: 0;
}
.check-in .checkbox input{
    width: 18px;
    height: 18px;
    margin-left: -15px;
}
.input-group .form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/*====END PAGE REGISTER====*/
/*====FEDERATIONS PAGE====*/
.header-top-line {
	min-height: 50px;
	background-color: #363636;
	padding: 10px 0 0 0;
}

.federation_logo,
.federation_link {
	font-family: "OpenSansBold";
	text-transform: uppercase;
	color:#feffff;
	display: inline-block;
}

.header-top-line_nav {
	padding: 5px 0 0 0;
}

.federation_logo:hover,
.federation_link:hover {
	color:#fff;
	text-decoration: none;
}

.federation_logo {
	font-size: 24px;
}

.federation_link {
	font-size: 14px;
	margin-left: 24px;
}

.federation_link:first-child {
	margin-left: 24px;
}

.header-picture {
	background:url(../img/federation_bg.jpg) center top no-repeat;
	background-size: cover;
	min-height: 600px;
	padding: 520px 0 0 0;
}

.down-load_button_padding {
	padding: 0 0 0 250px;
}

.down-load_button button {
	max-width: 200px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color:rgba(0,0,0,0.6);
	font-size: 14px;
	text-align: center;
	color:#fff;
	border:none;
	outline:none;
	border-radius:4px;
}

.down-load_button button:hover {
	background-color:rgba(0,0,0,1);
}

.about_app {
	padding: 76px 0 3px 0px;
}

.federation-block_wrapper {
	margin:0 0 50px 0;
}

.federation-caption {
	font-family: "OpenSansBold";
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin-bottom: 22px;
}

.federation-caption span {
	color:#0277bd;
}

.federation-page p,
.federation-list span,
.federation-more {
	line-height: 28px;
	font-family: "OpenSansRegular";
}

.federation-page p {
	margin:0 0 30px 0;
}

.federation-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.federation-more {
	color:#0b9fdb;
	display: block;
	margin:0 0 50px 0;
}

.federation-more:hover {
	text-decoration: underline;
	color:#0277bd;
}

.federation-page .application {
	padding-bottom: 90px;
}

.federation-footer {
	padding: 74px 0 40px;
}

.footer_logos {
	margin:0 0 37px 0;
}

.federation-footer_logo {
	margin:0 0 0 54px;
	font-family: "OpenSansBold";
	font-size: 24px;
	line-height: 24px;
	color:#363636;
	text-transform: uppercase;
	vertical-align: middle;
}

.federation-footer_logo:hover {
	text-decoration: none;
	color:#363636;
}

.federation-footer_logo span {
	color:#0277bd;
}

.federation-footer_logo:hover span {
	color:#0277bd;
}

.federation-footer p {
	font-family: "HelveticaNeueRegular";
}

.federation-copy {
	margin: 0;
}
/*====END FEDERATIONS PAGE====*/
/*====PRICE PAGE====*/
.price-page .header__item {
	padding: 55px 0 20px;
}

.header__item_description {
	font-family: "HelveticaNeueLight";
	color:#fff;
	font-size: 30px;
	line-height: 48px;
	margin: 0 0 40px 0;
	letter-spacing: 0.5px;
	padding-top: 70px;
}

.box-information {
	background-color: #fff;
	padding: 25px 0;
	margin-bottom: 10px;
	display: inline-block;
	max-width: 295px;
	width: 100%;
}

.box-information-caption {
	display: block;
	margin-bottom: 15px;
	font-family: "HelveticaNeueLight";
	font-size: 24px;
	letter-spacing: 0.24px;
}

.box-price-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
}

.box-information-price {
	width: 50%;
	text-align: center;
	position: relative;
}

.box-information-price > span {
	display: block;
}

.box-information-price > span:first-child {
	font-family: "HelveticaNeueBold";
	font-size: 36px;
	color:#383737;
	position: relative;
}

.box-information-price:first-child:after {
	content: '+';
	position: absolute;
	display: block;
	font-size: 40px;
	color:#838383;
	top: 0;
	left: 127px;
	font-family: "HelveticaNeueBold";
}

.box-information-price > span > sup{
	position: absolute;
	font-size: 16px;
	top: 13px;
	left:38px;
}

.box-information-price:last-child sup {
	left:33px;
}

.box-information-des {
	font-family: "HelveticaNeueBold";
	color:#fff;
	font-size: 14px;
}

.box-price-des {
	font-family: "HelveticaNeueRegular";
	font-size: 12px;
	color:#838383;
}
/*.box-price-wrap {
	padding: 0 0 0 21px;
}

.box-price {
	background-color: #fff;
	color:#383737;
}

.box-vertical {
	padding: 28px 0 36px;
	margin: 0 20px 0 0;
	max-width: 230px;
	width: 100%;
	float: left;
}

.box-vertical-first {
	padding: 0 0 30px 0;
	border-bottom:1px solid #f2f2f2;
}

.box-vertical-second {
	padding: 24px 0 0 0;
}

.box-price-name,
.box-price-resourse {
	font-family: "HelveticaNeueLight";
	display: block;
	letter-spacing: 0.22px;
}

.box-price-resourse {
	text-transform: uppercase;
	color:#838383;
}

.box-vertical .box-price-name {
	font-size: 24px;
	letter-spacing: 0.22px;
	margin-bottom: 7px;
}

.box-vertical .box-price-resourse {
	font-size: 14px;
}

.box-vertical-second > span {
	display: block;
	position: relative;
}

.box-vertical-second > span > sup {
	position: absolute;
	left: 42px;
	font-size: 38%;
	top:26px;
}

.box-vertical-second .price-number {
	font-family: "HelveticaNeueBold";
	font-size: 90px;
	line-height: 90px;
	letter-spacing: 0.4px;
}

.box-wrap {
	float: left;
}

.box-gorisontaly {
	min-height: 136px;
	position: relative;
	width: 295px;
}

.box-gorisontaly:first-child {
	margin-bottom: 17px;
}

.box-gorisontaly .box-price-name {
	font-size: 18px;
	letter-spacing: 0.22px;
	margin-bottom: 7px;
}

.box-gorisontaly .box-price-resourse {
	font-size: 12px;
}

.box-gorisontaly-wrap-two .box-price-resourse {
	text-transform: lowercase;
}

.box-gorisontaly-wrap {
	border-right: 1px solid #f2f2f2;
	position: relative;
	min-height: 136px;
	padding: 45px 30px 0 30px;
	width: 63%;
}

.box-gorisontaly-wrap-two,
.box-gorisontaly-wrap {
	float: left;
}

.box-gorisontaly-wrap-two {
	width: 37%;
	padding-top: 38px;
}

.box-gorisontaly-wrap-two > span {
	position: relative;
}

.box-gorisontaly-wrap-two > span > sup {
    position: absolute;
    left: -13px;
    font-size: 38%;
    top: 14px;
}

.box-gorisontaly .price-number {
	font-family: "HelveticaNeueBold";
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.4px;
}
*/
.slick-dots {
	bottom: 15px;
}

.slick-dots li button {
	border-radius:50%;
	border:2px solid #fff;
	width: 16px;
	height: 16px;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.slick-dots li button::before {
	display: none;
}

.box-grey,
.box-white {
	padding: 70px 0;
}
.box-grey {
	background-color: #f2f2f2;
}

.accordion-cap {
	font-family: "OpenSansBold";
	text-decoration: none;
	font-size: 20px;
	line-height: 70px;
	color:#383737;
	outline:none;
	border:none;
}

.accordion-cor {
	font-family: "OpenSansBold";
	font-size: 20px;
	display: block;
	float: right;
	color:#0277bd;
	margin-top: 25px;
	display: none;
}
/*====END PRICE PAGE====*/
/*====MODAL====*/
.modal-dialog {
	max-width: 575px;
	margin-right: auto;
	margin-left: auto;
}

.modal-content {
	background-color: #5cb85c;
	color:#fff;
	border-radius:0;
}

.modal-header {
	border:none;
	padding: 0;
}

.modal-body {
	padding: 46px 10px 84px;
}

.modal-title {
    font-family: "HelveticaNeueBold";
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.52px;
}

.modal-paragraphe {
	text-transform: uppercase;
	font-family: "HelveticaNeueLight";
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.28px;
}

.close {
	font-size: 40px;
	color:#fff;
	opacity:1;
	margin-right: 10px;
	font-weight: normal;
}
.modal-content.error{
    background-color: red;
} 
/*====END MODAL====*/

/*===Custom CSS===*/
.rankedin-header-image  	{ color:#ffffff !important; text-decoration:none; }
.rankedin-header-image:hover{ color:#ffffff; text-decoration:none; }

.box-price-wrapper {
	display: block;
}

.box-price-wrapper:first-child {
	padding-bottom: 30px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom: 30px;
}

.box-price-wrapper_two > span {
	display: block;
	color:#383737;
	font-size: 18px;
	font-family: "HelveticaNeueLight";
	text-align: left;
	margin-bottom: 19px;
}

.box-price-wrapper_two > p span:first-child {
	font-size: 18px;
	font-family: "HelveticaNeueLight";
	color:#838383;
}

.box-price-wrapper_two > p span.price_box_currency_names {
	color:#383737;
}
.box-price-wrapper_two > p span:last-child {
	font-size: 18px;
	color:#383737;
}

.box-information {
	max-width: 385px;
	border-radius: 6px;
}

.box-information {
	padding: 25px 20px;
}

.box-new-per > span{
	display: block;
	text-align: left;
	letter-spacing: 0.4px;
}

.box-information-price:first-child:after {
	display: none;
}

.box-new-per > span:first-child {
	font-family: "HelveticaNeueBold";
	font-size: 24px;
	line-height: 28px;
	color:#383737;
	margin-bottom: 10px;
}

.box-new-per > span:last-child {
	color:#838383;
	font-size: 18px;
	font-family: "HelveticaNeueLight";
}

.box-new-per-e > span {
	letter-spacing: 0.4px;
}

.box-new-per-e > span:first-child {
	color:#383737;
	font-size: 56px;
	line-height: 56px;
	font-family: "HelveticaNeueLight";
}

.box-new-per-e > span:last-child {
	color:#383737;
	font-size: 14px;
	font-family: "HelveticaNeueLight";
}

.label-new {
	display: block;
	text-align: left;
}

.box-information-des {
	margin-bottom: 40px;
}

.box-information-des + p > a {
	font-family: "HelveticaNeueLight";
	font-size: 30px;
	letter-spacing: 0.4px;
	text-align: center;
	color:#fff;
	display: inline-block;
	text-decoration: none;
}

.box-information-des + p > a img {
	display: block;
	margin: 25px auto 0;
}

.box-information-des + p > a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.box-new-per-e_no.box-new-per-e {
	position: relative;
}

.box-new-per-e_no.box-new-per-e > span:last-child {
	color:#838383;
	text-transform: uppercase;
	position: absolute;
    font-size: 15px;
    top: 35px;
    left: 98px;
}

.box-new-per-e_no.box-new-per-e.box-new-per-e_en > span:last-child {
	left: 62px;
}

.box-new-per-e_no.box-new-per-e sup {
	top: -0.4em;
	margin-left: -14px;
	font-size: 60%;
}

.box-price-wrapper_two sup,
.label-new sup {
	font-size: 60%;
	color:#838383;
}

.register-heading-text {
	font-weight: 800;
	font-size: 16px;
}

.step {
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.step.active {
	background-color: white;
	opacity: 1;
}

.step-buttons {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

@media only screen and (max-width: 991px) {
	.mobile-hidden {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
    .desktop-hidden {
	    display: none;
    }
}

.gpdr-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.backgrounded-text {
	background: #f2f2f2;
	padding: 15px 10px 10px 20px;
	margin-bottom: 60px;
}

.bold-span {
	font-weight: 800;
}

.m-t-b-30 {
	margin: 30px 0 30px 0;
}

.page-link {
	color: #000000;
	text-decoration: none;
}

.page-link.active {
	color: #000000;
	text-decoration: none;
	font-weight: 800;
}

.h2-spaced {
    margin: 60px 0 35px 0;
}

.margin-bottom-15{margin-bottom:15px !important;}
.margin-bottom-0{margin-bottom:0px !important;}

.spaced-text {
    line-height: 25px;
    font-size: 16px;
}

.m-b-50 {
    margin-bottom: 50px;
    font-size: 16px;
}

.f-s-32 {
    font-size: 32px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-10 {
	padding-bottom: 10px;
}