/*
Theme Name: emop_faq
Theme URI: http://underscores.me/
Author: exsy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emop_faq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

emop_faq is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #4e5359;
}

body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

/* -----------------------------------------
 FOOTER
----------------------------------------- */

.copyright {
  font-size: 14px;
  color: #898989;
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  margin-top: -25px;
	text-align: center;
}

.footer {
  padding: 0;
  background-color: #1d1b46;
  font-size: 20px;
}

.footer .container {
  max-width: 1170px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 56px 0 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 14px;
  width: 100%;
}

.footer__links {
  font-size: 14px;
  line-height: 20px;
  color: #898989;
  margin: 0 10px;
}

.footer__links li{
	display: inline-block;
}

.footer__links--mobile {
  display: none;
}

.footer__links a {
  border-bottom: 1px solid #898989;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.footer__links a:hover {
  color: #fcdb00;
  border-bottom-color: #fcdb00;
}

.footer__links ul li:not(:last-child) a {
  margin-right: 30px;
  line-height: 40px;
}

.social {
  /*margin-left         : auto;*/
  /*-webkit-flex-shrink : 0;*/
  /*-ms-flex-negative   : 0;*/
  /*flex-shrink         : 0;*/
  color: #898989;
  min-width: 100px;
}

.social .menu-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.social .menu-item+li {
  margin-left: 23px;
}

.social .menu-item a {
  display: block;
  width: 36px;
  height: 36px;
	font-size: 0;
  border: 2px solid transparent;
	text-align: center;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fcdb00;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
}

.social .menu-item a:hover {
  border-color: #fcdb00;
  background-color: transparent;
}

.social .menu-item a:hover::before{
  color: #fcdb00;
}

.social .menu-item a::before {
  color: #2b2969;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
	font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
	font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social .menu-item a[href^="https://www.facebook."]::before { 
	content: '\f09a';
}
.social .menu-item a[href^="https://www.instagram."]::before { 
	content: '\f16d';
}

@media only screen and (min-width: 768px) {
  body::after {
    display: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}


/* --------------------------------

Main components

-------------------------------- */

.custom-logo-link img{
  width: 125px;
  height: 74px;
}

.cd-faq {
  padding-bottom: 127px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
/*
.main_link {
	display: inline-block;
	padding: 100px 30px;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 44px;
	font-weight: 500;
	background-color: #e8e8e8;
}
.main_left_link{
}
.main_right_link{
	float: right;
}
*/
.main_faq_wrap{
	padding-bottom: 30px;
	text-align: center;
}
.main_faq {
	position: relative;
	display: inline-block;
	max-width: 379px;
	padding: 30px 70px 80px;
	margin: 0 10px 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	-webkit-box-shadow: 0px 4px 40px 0 rgba(255, 255, 255, 0);
	box-shadow: 0px 4px 40px 0 rgba(255, 255, 255, 0);
	-webkit-transition: -webkit-box-shadow 0.4s;
	transition: -webkit-box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.main_faq:hover {
	-webkit-box-shadow: 0px 4px 40px 0 #b7bfc8;
	box-shadow: 0px 4px 40px 0 #b7bfc8;
}

.main_faq .img_wrap {
	display: inline-block;
	width: 100%;
	max-width: 182px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.main_faq img {
}
.main_faq .title {
	margin: 22px 0 3px;
	font-family: "Filson Soft", 'Open Sans', sans-serif;
	font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #2b2969;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.main_faq .descr {
	font-family: 'Montserrat', sans-serif;
  font-size: 13px;
	line-height: 1.2;
  color: #000000;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.main_faq .btn {
	position: absolute;
	left: 50%;
	bottom: 35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	min-width: 168px;
	margin-top: 31px;
	padding: 16px 33px 15px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #2b2969;
  border: solid 2px #2b2969;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
  line-height: 1.25;
  color: #fcdb00;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s, visibility 0.4s;
	-o-transition: opacity 0.4s, visibility 0.4s;
	transition: opacity 0.4s, visibility 0.4s;
}
.main_faq:hover .btn{
	opacity: 1;
	visibility: visible;
}
.main_faq:hover .img_wrap,
.main_faq:hover .title,
.main_faq:hover .descr{
	-webkit-transform: translateY(-41px);
	-ms-transform: translateY(-41px);
	transform: translateY(-41px);
}
.main_faq .btn svg{
	position: absolute;
	top: 50%;
	right: 19px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_descr {
	max-width: 630px;
	margin: 33px auto 44px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
  line-height: 1.44;
  color: #000000;
}
.main_descr a {
	color: #2b2969;
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .cd-faq {
    padding-bottom: 50px;
  }
  .footer__links ul li:not(:last-child) a {
    margin-right: 10px;
  }
  
.footer__links ul li:not(:last-child) a {
  line-height: 14px;
}
}

@media only screen and (max-width: 1200px) {
  /*  .footer__inner {
      font-size: 14px;
      flex-direction: column;
      margin: 0 auto;
      padding: 56px 0 50px;
    }
    .footer__links{
      font-size: 14px;
      margin : 0px 0 25px 0;
    }*/
}

@media only screen and (max-width: 848px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 56px 0 25px;
  }
  .social {
    line-height: 8;
  }
	.main_faq_wrap{
		font-size: 0;
	}
	.main_faq{
		font-size: initial;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.main_faq .btn{
		opacity: 1;
		visibility: visible;
	}
	.main_faq .img_wrap,
	.main_faq .title{
		-webkit-transform: translateY(-41px);
		-ms-transform: translateY(-41px);
		transform: translateY(-41px);
	}
	.main_faq .descr{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
  .cd-faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }
	.main_faq{
		padding: 30px 10px 56px;
	}
	.main_faq .btn svg{
		display: none;
	}
	.main_faq .btn{
		min-width: 130px;
		padding: 16px 6px 15px 6px;
	}
	.main_descr{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 400px) {
	.main_faq .title{
		max-width: 100px;
		margin-left: auto;
		margin-right: auto;
	}
}

.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    /*margin: 4em auto;*/
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.reward_program{
  list-style: decimal;
}
.reward_program li{
  margin-bottom: 20px;
}

.cd-faq-categories a {
  position: relative;
  display: block;
  padding: 10px 28px 10px 16px;
  background-color: #2b2969;
}

.cd-faq-categories a span {
  display: table-cell;
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-faq-categories a i {
  display: table-cell;
  font-size: 17px;
  padding-right: 20px;
  color: transparent;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.cd-faq-categories a::before,
.cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  content: '';
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}

.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cd-faq-categories li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 30%;
    float: left;
    padding: 20px 0 34px;
    background-color: #2b2969;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);*/
  }
  .cd-faq-categories a {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.2s, padding 0.2s;
    -o-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before,
  .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background-color: rgba(255, 255, 255, .1);
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 750px) {
  .footer__links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer__links a {
		display: inline-block;
    margin: 10px;
  }
	.footer__links li{
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 1024px) {
  .cd-faq-categories a span {
    font-size: 16px;
    line-height: 21px;
  }
  .cd-faq-categories a i {
    font-size: 14px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px){
	.cd-faq-categories .selected {
		background: #fcdb00 !important;
	}

	.cd-faq-categories a.selected span {
		color: #2b2969 !important;
		text-decoration: none;
	}

	.cd-faq-categories a.selected i {
		color: #b99e12 !important;
	}
}

@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 308px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}

.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 67%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 356px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  transition: right 0.4s;
}

.cd-close-panel::before,
.cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  content: '';
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}

.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-close-panel.move-left {
  right: 2%;
}

@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.faq_cat_title{
	margin: 30px 0 13px;
	color: #606060;
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
	text-transform: uppercase;
}
.faq_cat_left{
	padding: 6px;
	background-color: #fff;
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}

.cd-faq-group.selected {
  display: block !important;
}

.cd-faq-group .cd-faq-title {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1em 0;
}

.no-touch .cd-faq-group .cd-faq-title:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cd-faq-group .cd-faq-title h2 {
  color: #606060;
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.no-js .cd-faq-group {
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group>li {
    background: #f4f8fc;
  }
  .cd-faq-group>li:not(:first-child) {
    border-bottom: 1px solid rgb(212, 216, 226);
  }
  .no-touch .cd-faq-group>li:hover {
    -webkit-box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 30px 0 13px;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    color: #2b2969;
    font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
    padding: 0 72px 0 17px;
  }
  .cd-faq-trigger::before,
  .cd-faq-trigger::after {
    /* arrow icon on the right */
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #7d7da6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content a{
	text-decoration: underline;
	font-weight: 700;
}
.cd-faq-content p, .cd-faq-content h3, .cd-faq-content ul li,
.cd-faq-content ol li {
  color: #2b2b2b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.cd-faq-categories a[href$="_app"],
.cd-faq-items  ul[id$="_app"]{
	display: none;
}

@media only screen and (min-width: 768px) {
	cd-faq-items  ul[id$="_app"]{
		display: none !important;
	}
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    /*line-height: 1.6;*/
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .cd-faq-group>li {
    background: #f4f8fc;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1em 0 .4em;
  }
  .cd-faq-trigger {
    margin: 0;
    color: #2b2969;
  }
  .cd-faq-content {
    padding-top: 10px;
  }
  li.cd-faq-title {
    padding: 0;
  }
}

@media only screen and (min-width: 848px) {}


/*-----------------------------------------
        Style for eMop-privacy-policy
-----------------------------------------*/

.emop-policy__area {
  padding: 0px 0 50px;
  line-height: 1.4;
}
.emop-policy__area h2 {
  font-weight: bold;
  padding: 10px 0;
  color: #1A669A;
}
.emop-policy__area ul {
  list-style-type: none;
  padding-left: 60px; 
}
.emop-policy__area ul li {
  position: relative;
}
.emop-policy__area ul li:before {
  content: '✓';
  position: absolute;
  width: 100%;
  left: -20px;
  top: 0;
}

.emop-policy__area p{
  margin-bottom: 20px;
}

.emop-policy__title {
  text-align: left;
  font-size: 42px;
  color: #42337E;
}
@media only screen and (max-width: 480px) {
	.emop-policy__title{
		font-size: 36px;
	}
}
@media only screen and (max-width: 400px) {
	.emop-policy__title{
		font-size: 30px;
	}
}
.emop-policy__area a{
  color: #1A669A;
} 

.emop-policy__area a:hover {
  cursor: pointer;
  text-decoration: underline;
} 

.emop-policy__area strong {
  font-weight: bold;
} 

.emop-policy__area ul.emop-policy__header-nav{
  padding-left: 0;
}

.emop-policy__area .emop-policy__header-nav li:before{
  content: none;
}


.emop-policy__header-nav {
  padding: 50px 0;
  padding-left: 20px;
  list-style-type: decimal; 
}

.emop-policy__header-nav li {
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.emop-policy__header-nav li:last-child {
  margin-bottom: 0;
}


.emop-policy-text__header {
  counter-reset: scheme;
}
.emop-policy-text__header .emop-policy__header-title-list {
  padding-left: 0;
  list-style-type: none; 
}

.emop-policy-text__header .emop-policy__header-title-list li {
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  color: #1A669A;
}

.emop-policy-text__header .emop-policy__header-title-list li:last-child {
  margin-bottom: 0;
}
.emop-policy-text__header .emop-policy__header-title-list li:before {
  content: '';
}

tr:nth-child(2n) {
  background-color: #d9e2f3;
}
.emop-policy__area table {
  width: 564px;
  margin-bottom: 20px;
}

.emop-policy__area .table-wrap {
  overflow: auto;
}

.emop-policy__area h5{
  margin: 5px 10px;
}

.emop-policy__area table, tr, td {
  border: 1px solid #8ea9db;
}

.emop-policy__area td {
  padding: 0 10px;
}
.emop-policy__childrens--list {
  list-style-type: none; 
  padding: 25px 0 25px 50px;
}
.emop-policy__area .without_number {
  list-style-type: none; 
}

em {
font-style: italic;
}

.emop-booking-page {
    font-family: Helvetica, serif;
}

.emop-booking-page li {
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;	
}

.emop-booking-page h2 {
margin-top: 40px;
margin-bottom: 15px;
}

.emop-booking-page li ul {
padding-left: 25px;
}

.emop-booking-page p {
padding-left: 10px;
}

.emop-booking-page__subist {
padding-left: 30px;
}

.cookies-policy-page {
font-family: Helvetica, serif;
}

.cookies-policy-page h2 {
margin-top: 40px;
margin-bottom: 15px;
}

@media (max-width: 768px) {
.table-scroll {
overflow: auto;
}

}


.privacy-web-page {
    font-family: Helvetica, serif;
}

.privacy-web-page ul {
margin-top: 10px;	
}

.privacy-web-page li {
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;
}

.privacy-web-page ul {
padding-left: 25px;
}

.privacy-web-page_sublist {
padding-left: 50px;
}

.privacy-web-page h2 {
margin-top: 40px;
margin-bottom: 15px;
}

.privacy-web-page li:before {
display: none;
}

.privacy-web-page p {
padding-left: 10px;
}

.privacy-web-page strong {
margin-top: 40px;
margin-bottom: 15px;
display: block;
}

.privacy-web-page_two p {
padding-left: 0;
}

.privacy-web-page_two strong  {
display: inline;
}

.privacy-web-pag__title {
display: block !important;
}


.service-agreement-page {
font-family: Helvetica, serif;
}

.service-agreement-page h2 {
text-align: center;
color: #4e5359;
}

.service-agreement-page ul {
margin-bottom: 20px;
}

.service-agreement-page ul li:before {
display: none;	
}

.service-agreement-page td {
padding: 3px 10px;
}

#main_search {
position: relative;
}

#main_search .clear-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 162px;
    font-size: 12px;
    height: 14px;
padding-left: 15px;
cursor: pointer;
display: none;
}

#main_search .clear-input.show {
display: block;
}

#main_search.alert .clear-input {
   top: 32%;
}

#main_search .clear-input:after {
	left: 0;
    top: -0.5px;
    content: '✖';
	position: absolute;
    color: #606060;
    font-weight: 300;
font-size: 17px;
    font-family: Arial, sans-serif;
}

#main_search.alert .clear-input:after {
    top: -1.5px;
}

.head__form input {
    padding-right: 140px;
}

@media (max-width: 767px) {
#main_search .clear-input {
top: 40%;
width: 14px;
padding-left: 0;
color: transparent;
}

#main_search.alert .clear-input {
    top: 24%;
}

#main_search.alert .clear-input:after {
   top: 0;
}
}

@media (max-width: 500px) {
.head__form input {
padding-right: 30px;
}

#main_search .clear-input {   
 right: 80px;
}
}

@media screen and (max-width: 767px) {
	table.custom_table{
		width: 100%;
		border: 0;
	}
  table.custom_table thead {
    display: none;
  }
  table.custom_table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #8ea9db;
  }
	table.custom_table tr:nth-child(2n){
		background: none;
	}
  table.custom_table td {
    display: block;
    width: 100%;
    text-align: right !important;
	  border: 1px solid #8ea9db;
	  height: auto;
	  background-color: #fff;
	  padding: 10px;
  }
	table.custom_table td:nth-child(2n) {
		background: #d9e2f3;
	}
  table.custom_table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}










/* new footer */

.footer_col .title, .footer_col a, .footer_col li span, .footer_location .title, .footer_subscrible .title {
  color: #8998aa;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}

.footer_bottom .footer_address, .footer_bottom a {
    line-height: 1.15;	
}

.footer_col .title,
.footer_subscrible .title,
.footer_location .title {
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.footer {
  padding: 62px 0 30px;
  background-image: url(/static/images/Combined_Shape.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
	background-color: transparent !important;
}

.footer .container {
  max-width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer_logo {
  width: 176px;
}

.footer_logo img {
	max-width: 100%;
	height: auto;
}

.footer_social{
  margin-top: 25px;
  text-align: center
}

.footer_social.mobile{
  display: none;
}
.footer_apps{
  margin-top: 75px;
  text-align: center

}

.footer_apps .link{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.footer_apps .link img{
  width: 140px;
  height: 41px;
}

.footer_social .link {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.footer_social .link svg {
  -webkit-transition: fill .4s;
  transition: fill .4s
}

.footer_social .link:hover svg {
  fill: #211a52 !important
}

.footer_col {
  margin-left: 10px;
  margin-right: 10px
}

.footer_col:first-of-type {
  width: 176px;
  margin: 0
}

.footer_col .title {
  margin: 40px 0 17px;
  font-weight: 600;
  font-family: "NunitoSans", sans-serif;
  color: #42337E;
}


.footer_col .menu {
  margin: 0;
  padding: 0
}

.footer_col li {
  list-style: none;
  margin-bottom: 5px
}

.footer_col li a {
  color: #50606B;
  font-family: "NunitoSans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.04px;
  line-height: 24px;
	text-decoration: none;
}

.footer_col li a:hover {
	text-decoration: underline;	
}

.footer_col li span {
  display: block;
  margin-top: 30px;
  margin-bottom: 16px
}

.footer_col .download_app {
  display: inline-block
}

.footer_col .download_app:not(:last-of-type) {
  margin-right: 20px
}

.footer_col a:hover {
  text-decoration: underline
}

.footer_subscrible {
  text-align: center;
  min-width: 276px
}

.footer_subscrible .title {
  margin: 40px 0 17px;
  font-weight: 600;
  font-family: "NunitoSans", sans-serif;
  color: #42337E;
}

.footer_location {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 276px;
  width: 100%;
}

.footer_location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

.footer_location a {
  color: #8998aa;
  text-decoration: none;
  font-family: "NunitoSans", sans-serif;
  opacity: .8;
  font-size: 14px;
  white-space: nowrap;
}

.footer_location a:hover {
  text-decoration: underline
}

.footer_location ul li+li {
  border-left: 1px solid rgba(137, 152, 170, .8);
}

.footer_location ul li:last-child {
  border-right: 1px solid rgba(137, 152, 170, .8);
}

.footer_location ul li {
  padding: 0 5px;
  margin-top: 5px
}

.footer_location .title {
  margin: 40px 0 17px;
  font-family: "NunitoSans", sans-serif;
  font-weight: 600;
  color: #42337E;
}

.subscrible_wrap input {
  display: block;
  width: 100%;
  height: 57px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-align: center
}

.notification-contact-form{
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 105;
  transition: all .6s;
}

.notification-contact-form.show{
  top: 0;
}

.notification-contact-form img{
  margin-right: 20px;
}

.notification-contact-form span{
  font-family: "NunitoSans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.0507936px;
  color: #9da0a2;
}

.subscrible_wrap input[type=email] {
  border: 2px solid #D5CBF1;
  color: #211a52;
  outline-color: #ffcc01
}

.subscrible_wrap input[type=email]::-webkit-input-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]::-moz-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:-moz-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:-ms-input-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=submit] {
  border: 0;
  color: #FFFFFF;
  background-color: #35D073;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "NunitoSans", sans-serif;
  outline: 0;
  -webkit-transition: box-shadow .4s;
  transition: box-shadow .4s;
}

.footer_bottom .copy, .footer_bottom a {
  color: #8998aa;
  font-family: Roboto, sans-serif
}

.subscrible_wrap input[type=submit]:hover {
  box-shadow: 0 0 20px 0 rgba(53, 208, 115, .4)
}

.subscrible_wrap .message {
  display: none;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #ffcc01;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(151, 151, 151, .15)
}

.footer_bottom .bottom_menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer_bottom li {
  display: inline-block;
  vertical-align: top
}

.footer_bottom li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 23px;
  width: 2px;
  margin-left: 27px;
  margin-right: 27px;
  background-color: #979797;
  opacity: .38;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px)
}

.footer_bottom a {
  text-decoration: none;
  vertical-align: top;
  letter-spacing: 1px
}

.footer_bottom a:hover {
  text-decoration: underline
}

.footer_bottom .copy {
  text-align: center;
  min-width: 276px;
  margin: 0;
  font-family: "NunitoSans", sans-serif;
  opacity: .8;
  font-size: 14px
}

.footer_bottom .footer_address, .footer_bottom a {
  min-width: 276px;
  margin: 0;
  opacity: .8;
  font-family: "NunitoSans", sans-serif;
  font-size: 12px;
}

.footer_bottom .footer_address {
  color: #8998aa;
  text-align: right;
}


@media screen and (max-width:1030px) {
  .footer {
    padding: 10px 0
  }
  .footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer_logo {
    display: none
  }
  .footer_col {
    min-width: 31%;
    margin-left: 1%;
    margin-right: 1%
  }
  .footer_col .title, .footer_subscrible .title {
    margin-top: 20px
  }
}

@media screen and (max-width:960px) {
	.footer_col {
    min-width: 28%
  }
  .footer_bottom li:not(:last-of-type)::after {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media screen and (max-width:780px) {
	.footer_bottom .footer_address, .footer_bottom a, .header_form-second {
    	text-align: center;
	}
	
	.footer_col:first-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .footer_bottom {
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    align-items: center;
  }
  .footer_bottom .copy {
    text-align: center;
    padding-right: 0
  }
  .footer_social {
    margin-top: 20px
  }
	
	.footer_col {
    min-width: 46%
  }
  .footer_col:nth-of-type(3) {
    text-align: right
  }
  .footer_col:nth-of-type(3) li {
    text-align: right;
    padding-left: 45px
  }
  .footer_col:nth-of-type(4) {
    /* margin-top: 20px; */
    min-width: 96%
  }
  .footer_bottom .copy {
    width: 100%;
    margin: 20px 0
  }
  .footer_bottom .bottom_menu {
    display: block;
    text-align: center
  }
}

@media screen and (max-width:680px) {
	
}

@media screen and (max-width:590px) {
	.footer_apps{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .footer_col {
    min-width: auto;
    width: 100%
  }

  .footer_col ul li,
  .footer_col h3{
    text-align: center !important;
    padding: 0 !important;
  }
  .footer_col:first-of-type{
    order: 0
  }
  .footer_social.desktop{
    display: none;
  }
  .footer_social.mobile{
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:500px) {
	.footer_bottom li:not(:last-of-type)::after {
    margin-left: 6px;
    margin-right: 6px
  }
  .footer_bottom a {
    font-size: 10.8px
  }
  .footer_col .title {
    font-size: 14px
  }
  .footer_col a, .footer_col li span {
    font-size: 12px
  }
  .footer_col .download_app:not(:last-of-type) {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
  }
  .footer_bottom {
    margin-top: 30px
  }
}

@media screen and (max-width:480px) {
	.footer_bottom .footer_address, .footer_bottom a{
    font-size: 14px;
  }
  .footer_bottom{
    padding-bottom: 30px;
  }
  .footer_bottom .copy{
    margin: 10px 0;
  }
}

h1{
	text-align: left;
    font-size: 42px;
    color: rgb(66, 51, 126);
    margin-bottom: 20px;
}

@media only screen and (max-width: 400px){
	h1 {
		font-size: 30px;
	}
}
