::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
footer .top-footer {
  background: #2a2d32;
  padding: 35px 0 55px;
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding: 25px 0 35px;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    padding: 20px 0 30px;
  }
}
footer .top-footer .row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
}
@media (max-width: 1240px) {
  footer .top-footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
footer .top-footer .footer-img {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media (max-width: 1240px) {
  footer .top-footer .footer-img {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 1024px) {
  footer .top-footer .footer-img {
    margin: 0 auto 20px;
  }
}
footer .top-footer .footer-img a {
  opacity: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 210px;
}
footer .top-footer .footer-img a:hover {
  opacity: 0.7;
}
footer .top-footer .footer-nav-block {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  footer .top-footer .footer-nav-block {
    margin: 0 auto;
  }
}
footer .top-footer .footer-nav-block .footer-nav {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .top-footer .footer-nav-block .footer-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer-nav-block .footer-nav {
    margin-bottom: 20px;
  }
}
footer .top-footer .footer-nav-block .footer-nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
footer .top-footer .footer-nav-block .footer-nav li {
  margin: 0 20px 20px;
}
@media (max-width: 1024px) {
  footer .top-footer .footer-nav-block .footer-nav li {
    margin: 0 10px 15px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer-nav-block .footer-nav li {
    margin: 0 8px 15px;
  }
}
footer .top-footer .footer-nav-block .footer-nav li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
footer .top-footer .footer-nav-block .footer-nav li a:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  background: #fff;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .footer-nav-block .footer-nav li a:hover:before {
  opacity: 1;
  width: 100%;
}
footer .top-footer .footer-nav-block .footer-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
footer .top-footer .footer-nav-block .footer-links .link {
  color: #fff;
  margin: 10px;
  position: relative;
  font-size: 28px;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
@media (max-width: 480px) {
  footer .top-footer .footer-nav-block .footer-links .link {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
footer .top-footer .footer-nav-block .footer-links .link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
footer .top-footer .footer-nav-block .footer-links .link:hover {
  opacity: 0.7;
}
footer .bottom-footer {
  background: #212428;
  padding: 20px 0;
}
footer .bottom-footer .copyright {
  text-align: center;
  color: #4a4e56;
  font-size: 14px;
  padding: 10px 0 0;
}
footer .bottom-footer .copyright a {
  color: #4a4e56;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
footer .bottom-footer .copyright a:hover {
  color: #fff;
}
.page-template-tpl-about .about-block {
  width: 820px;
}
.page-template-tpl-about .about-info {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page-template-tpl-about .about-info {
    margin-bottom: 90px;
  }
}
.page-template-tpl-about .office-block {
  text-align: center;
  padding: 85px 0 40px;
}
@media (max-width: 1024px) {
  .page-template-tpl-about .office-block {
    padding: 65px 0 30px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-about .office-block {
    padding: 55px 0 20px;
  }
}
.page-template-tpl-about .office-block .office-title {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .page-template-tpl-about .office-block .office-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-about .office-block .office-title {
    margin-bottom: 25px;
  }
}
.page-template-tpl-about .office-block .office-items {
  max-width: 680px;
  margin: 0 auto;
}
.page-template-tpl-about .office-block .office-item {
  border: 1px solid #2488c2;
  padding: 25px 20px 10px;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .page-template-tpl-about .office-block .office-item {
    padding: 15px 15px 5px;
  }
}
@media (max-width: 600px) {
  .page-template-tpl-about .office-block .office-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
    padding: 15px 10px 5px;
  }
}
.person-block {
  background: #f9f9f9;
  max-width: 445px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 30px;
}
@media (max-width: 1024px) {
  .person-block {
    padding: 0 15px 20px;
  }
}
@media (max-width: 768px) {
  .person-block {
    padding: 0 10px 15px;
  }
}
.person-block .person-image {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .person-block .person-image {
    margin-bottom: 20px;
  }
}
.person-block .person-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -65px;
  object-fit: cover;
}
.person-block .person-title {
  padding-bottom: 10px;
}
.person-block .person-position {
  letter-spacing: 1px;
  font-size: 10px;
  color: #2488c2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .person-block .person-position {
    margin-bottom: 10px;
  }
}
.why-kvi .simply-stand-title {
  text-align: center;
  margin-bottom: 65px;
}
.why-kvi .kvi-levels-block {
  width: 1400px;
}
.why-kvi .kvi-levels-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.why-kvi .kvi-levels-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1240px) {
  .why-kvi .kvi-levels-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .why-kvi .kvi-levels-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .why-kvi .kvi-levels-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .why-kvi .kvi-levels-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .why-kvi .kvi-levels-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .why-kvi .kvi-levels-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.why-kvi .kvi-levels-items .kvi-levels-item {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .why-kvi .kvi-levels-items .kvi-levels-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .why-kvi .kvi-levels-items .kvi-levels-item {
    margin-bottom: 30px;
  }
}
.why-kvi .kvi-levels-items .kvi-levels-item .kvi-image {
  margin: 0 auto 22px;
  height: 48px;
}
@media (max-width: 1024px) {
  .why-kvi .kvi-levels-items .kvi-levels-item .kvi-image {
    margin: 0 auto 20px;
  }
}
@media (max-width: 600px) {
  .why-kvi .kvi-levels-items .kvi-levels-item .kvi-image {
    margin: 0 auto 15px;
  }
}
.why-kvi .kvi-levels-items .kvi-levels-item .kvi-info h3 {
  word-break: break-word;
}
.why-kvi .read-more {
  text-transform: uppercase;
}
.archive-agent .title-section {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .archive-agent .title-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .archive-agent .title-section {
    margin-bottom: 40px;
  }
}
.archive-agent .agent-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.archive-agent .agent-posts > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1240px) {
  .archive-agent .agent-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .archive-agent .agent-posts > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .archive-agent .agent-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .archive-agent .agent-posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .archive-agent .agent-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .archive-agent .agent-posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.archive-agent .semi-title {
  margin-bottom: 75px;
  text-align: center;
}
.archive-agent .post-link {
  display: block;
}
.archive-agent .person-block {
  margin-bottom: 140px;
  max-width: none;
}
@media (max-width: 1024px) {
  .archive-agent .person-block {
    margin-bottom: 110px;
  }
}
@media (max-width: 600px) {
  .archive-agent .person-block {
    margin-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .archive-agent .person-block:last-child {
    margin-bottom: 40px;
  }
}
.archive-agent .person-image {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive-agent .person-image:hover {
  opacity: 0.7;
}
.archive-agent .person-title a {
  color: #000;
  font-family: 'Cinzel';
}
.archive-agent .person-title a:hover {
  color: #2488c2;
}
.travel-agent-single .single-agent-block {
  padding: 250px 0 120px;
  background: #f9f9f9;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .travel-agent-single .single-agent-block {
    padding: 250px 0 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .travel-agent-single .single-agent-block {
    padding: 250px 0 40px;
    margin-bottom: 40px;
  }
}
.travel-agent-single .single-agent-block .text {
  text-align: center;
}
.travel-agent-single .single-agent-block .text a {
  word-break: break-word;
}
.travel-agent-single .single-agent-block .row {
  width: 680px;
}
.travel-agent-single .agent-block {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .travel-agent-single .agent-block {
    padding-bottom: 20px;
  }
}
.travel-agent-single .agent-block .button-block {
  text-align: center;
}
.travel-agent-single .agent-block .agent-image {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .travel-agent-single .agent-block .agent-image {
    margin-bottom: 20px;
  }
}
.travel-agent-single .agent-block .agent-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}
.travel-agent-single .agent-block .agent-title {
  padding-bottom: 10px;
}
.travel-agent-single .agent-block .agent-position {
  letter-spacing: 1px;
  font-size: 10px;
  color: #2488c2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .travel-agent-single .agent-block .agent-position {
    margin-bottom: 10px;
  }
}
.travel-agent-single .single-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.travel-agent-single .single-links .link {
  color: #fff;
  margin: 4px;
  position: relative;
  font-size: 14px;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.travel-agent-single .single-links .link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.travel-agent-single .single-links .link:hover {
  opacity: 0.7;
}
.agent-info a {
  word-break: break-all;
}
.link {
  background: #395185;
}
.fa-facebook-f {
  background: #395185;
}
.fa-youtube {
  background: #f00;
}
.fa-instagram {
  background: radial-gradient(79.17% 79.17% at 11.67% 82.5%, #fed771 5.1%, #ee633d 40.62%, #de2b7b 65.63%, #4f5bd4 100%);
}
.fa-linkedin-in {
  background: #0077b7;
}
.fa-twitter {
  background: #21acff;
}
.insurance-page .insurance-info {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .insurance-page .insurance-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .insurance-page .insurance-info {
    margin-bottom: 30px;
  }
}
.insurance-page .purchase-insurance {
  margin-bottom: 10px;
}
.insurance-page .purchase-insurance h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .insurance-page .purchase-insurance h2 {
    margin-bottom: 20px;
  }
}
.insurance-page .purchase-block {
  width: 1400px;
}
.insurance-page .purchase-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.insurance-page .purchase-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .insurance-page .purchase-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .insurance-page .purchase-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .insurance-page .purchase-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .insurance-page .purchase-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.insurance-page .purchase-item {
  text-align: center;
}
.insurance-page .purchase-item .purchase-image {
  background: #f3f4f5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px;
  min-height: 230px;
  margin-bottom: 40px;
  border: 1px solid #c1cee2;
}
@media (max-width: 1024px) {
  .insurance-page .purchase-item .purchase-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .insurance-page .purchase-item .purchase-image {
    margin-bottom: 20px;
  }
}
.insurance-page .purchase-item .btn {
  background: #21acff;
  color: #fff;
  border-color: transparent;
}
.insurance-page .purchase-item .btn:hover {
  background: #fff;
  color: #21acff;
  border-color: #21acff;
}
.archive-specialties {
  overflow: hidden;
}
.archive-specialties h2 {
  text-align: center;
  margin-bottom: 30px;
}
.archive-specialties .specialties-slider {
  width: 1920px;
  max-width: 98%;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .archive-specialties .specialties-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .archive-specialties .specialties-slider {
    margin-bottom: 20px;
  }
}
.archive-specialties .specialties-slider .swiper-container {
  overflow: visible;
}
.archive-specialties .info {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -khtml-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 120px 20px 0;
  text-align: center;
  bottom: -70px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive-specialties .info .btn {
  background: #fff;
  border-radius: 10px;
  margin: 0 0 30px;
  opacity: 0;
  visibility: hidden;
}
.archive-specialties .info h3 {
  color: #fff;
}
.archive-specialties .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive-specialties .thumb:hover {
  opacity: 0.7;
}
.archive-specialties .thumb:hover .info {
  bottom: 0;
}
.archive-specialties .thumb:hover .info .btn {
  opacity: 1;
  visibility: visible;
}
.archive-specialties .thumb img {
  height: 440px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .archive-specialties .thumb img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .archive-specialties .thumb img {
    height: 300px;
  }
}
.archive-specialties .swiper-button {
  padding: 35px 20px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  color: #fff;
}
.archive-specialties .swiper-button-next {
  right: 0;
}
@media (max-width: 1024px) {
  .archive-specialties .swiper-button-next {
    right: 0;
  }
}
.archive-specialties .swiper-button-prev {
  left: 0;
}
.archive-specialties .swiper-button-next:after, .archive-specialties .swiper-button-prev:after {
  font-size: 28px;
}
.archive-specialties .swiper-button-disabled {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-specialties .text {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .single-specialties .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .single-specialties .text {
    margin-bottom: 30px;
  }
}
.wys ul {
  padding: 20px 70px 20px 90px;
}
@media (max-width: 1024px) {
  .wys ul {
    padding: 15px 40px 20px;
  }
}
@media (max-width: 768px) {
  .wys ul {
    padding: 15px 30px 20px;
  }
}
.wys ul li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 1024px) {
  .wys ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .wys ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.wys ul li:before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #21acff;
  margin-left: -25px;
  top: 8px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .wys ul li:before {
    margin-left: -15px;
  }
}
.deals-page {
  padding-bottom: 0;
}
.deals-page .deals-info {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .deals-page .deals-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .deals-page .deals-info {
    margin-bottom: 30px;
  }
}
.deals-page .deals-info .btn {
  border-color: #21acff;
  color: #21acff;
}
.deals-page .deals-access {
  padding: 95px 0;
}
@media (max-width: 1024px) {
  .deals-page .deals-access {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .deals-page .deals-access {
    padding: 35px 0;
  }
}
.deals-page .deals-access .access-info {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  padding: 60px;
}
@media (max-width: 1024px) {
  .deals-page .deals-access .access-info {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .deals-page .deals-access .access-info {
    padding: 20px;
  }
}
.deals-page .deals-access .access-info .wys {
  max-width: 420px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
}
.deals-page .deals-access .access-info .wys:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.deals-page .deals-access .access-info .wys h2 {
  color: #fff;
  margin-bottom: 0;
}
.deals-page .deals-access .access-info .wys h2:before {
  display: none;
}
.deals-page .deals-access .access-info .wys p {
  color: #fff;
}
.deals-page .deals-access .access-info .buttons-access {
  max-width: 420px;
  margin: 0 auto;
}
.deals-page .deals-access .access-info .buttons-access .btn {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  padding: 15px 20px 13px;
  text-align: center;
}
@media (max-width: 480px) {
  .deals-page .deals-access .access-info .buttons-access .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.btn.white {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn.white:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn.t-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.t-white:hover {
  border-color: #21acff;
  color: #21acff;
}
.single-travel-tips .text a {
  word-break: break-word;
}
.top-box {
  position: relative;
  background-position: center;
}
.top-box:before {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.travel-social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.travel-social > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .travel-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .travel-social > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .travel-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .travel-social > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.travel-social .thumb {
  display: block;
}
.travel-social .thumb img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .travel-social .thumb img {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .travel-social .thumb img {
    height: 220px;
  }
}
.travel-social .thumb:hover {
  opacity: 0.8;
}
.travel-social .post-title {
  font-size: 24px;
  padding-bottom: 10px;
  letter-spacing: 0;
}
.travel-social .info {
  padding: 30px 5px 5px;
  margin: -65px 20px 0;
  background: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .travel-social .info {
    margin: -30px 10px 0;
    padding-top: 15px;
  }
}
.travel-social .more {
  text-transform: uppercase;
  font-size: 10px;
  color: #2488c2;
  letter-spacing: 0.1em;
  margin-top: 22px;
  display: inline-block;
}
@media (max-width: 480px) {
  .travel-social .more {
    margin-top: 0;
  }
}
.travel-social .more:hover {
  color: #144c6c;
}
