/*
Theme name: Centurion
Description: Centurion
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@font-face {
    font-family: 'Azo Sans';
    src: local('Azo Sans Regular'), local('Azo-Sans-Regular'),
    url('../fonts/AzoSans-Regular.woff2') format('woff2'),
    url('../fonts/AzoSans-Regular.woff') format('woff'),
    url('../fonts/AzoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Azo Sans';
    src: local('Azo Sans Light'), local('Azo-Sans-Light'),
    url('../fonts/AzoSans-Light.woff2') format('woff2'),
    url('../fonts/AzoSans-Light.woff') format('woff'),
    url('../fonts/AzoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanPro';
    src: url('../fonts/TrajanProRegular.eot');
    src: local('TrajanProRegular'),
    url('../fonts/TrajanProRegular.woff') format('woff'),
    url('../fonts/TrajanProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
    padding-top: 98px;
    background-color: #fff;
    color: #222;
	font: 14px/1.5 'Azo Sans', Arial, sans-serif;
}
body.fixed-header {
    padding-top: 74px;
}
.m_box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.m_inb {
	width: 100%;
  min-width: 320px;
  max-width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
  margin: 0 auto;
  position: relative;
  border-top: 0 solid transparent;
    z-index: 40;
}
.m_inb:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

.flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


a {
    color: #be9a63;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
input, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: 'Azo Sans', Arial, sans-serif;
}



.c_txt {
    overflow: hidden;
}
.c_txt p {
    margin-bottom: 21px;
}
.c_txt h2, h3 {
    color: #000;
    font-size: 25px;
    line-height: 29px;
}
.c_txt table {
    width: 100%;
    border-collapse: collapse;
}
.c_txt table tr td {
    border: 1px solid #373737;
    padding: 10px;
}
.c_txt ul, .c_txt ol {
    margin: 0 0 25px 20px;
}
.c_txt li {
    margin-bottom: 7px;
}


.btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
    padding: 11px 12px 9px;
    background-color: #be9a63;
    border: 2px solid #be9a63;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}
.btn:hover {
    background-color: #fff;
    color: #be9a63;
}


.head {
    width: 100%;
    padding-top: 70px;
    position: relative;
    font-family: 'TrajanPro';
    font-size: 62px;
    font-weight: normal;
    line-height: 1.1;
}
.head::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 440px;
    width: 92%;
    height: 10px;
    background-color: #be9a63;
    z-index: 15;
}
.head span {
    display: block;
}



.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}





/* Header ----------------------------------------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #fff;
    z-index: 60;
    transition: all .3s ease;
}
.header.fixed-header {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.header.mob-active {
    z-index: 1100;
}
.header .m_inb {
    align-items: center;
    max-width: 1420px;
}
.header__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}
.header__nav ul li {
    margin: 0 25px;
    position: relative;
}
.header__nav ul li:first-child {
    margin-left: 0;
}
.header__nav ul li:not(:last-child)::before {
    content: '/';
    position: absolute;
    top: 0;
    right: -28px;
}
.header__nav ul li a {
    display: block;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
}
.header__nav ul li a:hover, .header__nav ul li.current-menu-item a {
    color: #be9a63;
}

.header__logo {
    display: block;
    width: 192px;
    height: 50px;
    background: url("../images/LOGO.png") center no-repeat;
    -webkit-background-size: 192px 50px;
    background-size: 192px 50px;
}

.header__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    max-width: 500px;
}
.header__asistant {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 20px;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}
.header__asistant::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
.header__asistant:hover {
    color: #be9a63;
}
.header__asistant:hover::before {
    color: #000;
}
.header__phone {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}
.header__phone:hover {
    color: #be9a63;
}
.header__request {
    max-width: 120px;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: normal;
}

.header__contact-btn {
    display: none;
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0;
}
.header__contact-btn::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url('../images/bg-icon-tel.svg') center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.header__contact-close::before {
    background-image: url("../images/bg-close.svg");
}

.header__nav-btn {
    float: right;
    display: none;
    text-transform: uppercase;
    width: 25px;
    height: 23px;
    padding: 3px 2px;
    cursor: pointer;
}
.header__nav-btn span {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    margin: 7px 0 0;
    position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 21px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header__nav-btn span::before {
    top: -7px;
}
.header__nav-btn span::after {
    width: 19px;
    bottom: -7px;
}








/* Main start ----------------------------------------------------------------------------- */
.main-start {
    min-height: calc(100vh - 90px);
    padding-top: 36%;
    padding-bottom: 65px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}
.main-start::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 110px);
    background: url("../images/cover.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.main-start__head {
    margin-bottom: 12px;
    font-family: 'TrajanPro';
    font-size: 48px;
    font-weight: normal;
    line-height: 1.1;
}
.main-start__subhead {
    text-transform: uppercase;
}
.main-start__request {
    display: none;
    width: 180px;
    height: 42px;
    margin: 16px auto;
    background: #be9a63;
    color: #fff;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}
.main-start__request:hover {
    background: #222;
}





/* Main box ----------------------------------------------------------------------------- */
.main-box {
    overflow: hidden;
    outline: none;
}
.main-box--result .m_inb {
    padding-top: 50px;
}
.main-box--best .m_inb {
    padding-top: 24px;
    padding-bottom: 30px;
}
.main-box--warranty .m_inb {
    padding-top: 75px;
    padding-bottom: 25px;
}
.main-box .m_inb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main-box__info {
    width: 50%;
    max-width: 570px;
    padding-bottom: 36px;
    position: relative;
    z-index: 40;
}
.main-box__photo {
    width: calc(50% - 20px);
    position: relative;
    z-index: 30;
}
.main-box--result .main-box__photo {
    max-width: 500px;
}
.main-box--best .main-box__photo {
    order: -1;
    width: 620px;
    max-width: 620px;
    margin-left: -80px;
}
.main-box--warranty .main-box__photo {
    max-width: 600px;
    margin-right: -30px;
}
.main-box__photo img {
    display: block;
    width: 100%;
    height: auto;
}
.main-box__head {
    max-width: 510px;
    margin-top: 80px;
    margin-bottom: 36px;
    font-family: 'TrajanPro';
    font-size: 40px;
    line-height: 1.1;
}
.main-box--result .main-box__head {
    margin-top: 100px;
}
.main-box--warranty .main-box__head {
    margin-top: 70px;
}
.main-box__excerpt {
    position: relative;
    margin-bottom: 36px;
    text-indent: 36px;
    font-size: 16px;
    text-align: justify;
    z-index: 30;
}
.main-box__excerpt::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -36px;
    width: 64px;
    height: 2px;
    background-color: #d7d7d7;
    z-index: 25;
}
.main-box__line {
    position: absolute;
    top: 30%;
    left: calc(50% - 40px);
    width: 100%;
    height: 10px;
    background-color: #be9a63;
    z-index: 15;
}
.main-box--result .main-box__line {
    top: 150px;
}
.main-box--best .main-box__line {
    top: 70px;
    left: inherit;
    right: calc(50% - 100px);
}
.main-box--warranty .main-box__line {
    top: 200px;
    left: calc(50% - 140px);
}
.main-box__square {
    position: absolute;
    top: 36px;
    left: calc(50% - 80px);
    width: 280px;
    height: 100%;
   
}
.main-box--result .main-box__square {
    top: 86px;
    height: calc(100% - 112px);
}
.main-box--best .main-box__square {
    top: inherit;
    bottom: 0;
    left: inherit;
    right: calc(50% - 72px);
    width: 794px;
    height: 260px;
}
.main-box--warranty .main-box__square {
    top: 0;
    left: calc(50% + 72px);
    width: 280px;
}





/* About ------------------------------------------------------------------------------------- */
.about .main-box--result .m_inb {
    padding-top: 30px;
}
.about .head::before {
    top: 80px;
    left: 370px;
}
.about .main-box--result .main-box__head {
    margin-top: 78px;
}
.about .main-box--result .main-box__photo {
    width: calc(50% - 10px);
    max-width: 570px;
    margin-top: -80px;
}
.about .main-box--result .main-box__line {
    display: none;
}
.about .main-box--result .main-box__square {
    top: 22px;
    left: calc(50% + 95px);
    width: calc(50% + 95px);
}


.about .main-box__head {
    margin-top: 86px;
    margin-bottom: 26px;
    line-height: 1.25;
}


.about .main-box--warranty .main-box__info {
    max-width: 540px;
}
.about .main-box--warranty .main-box__head {
    margin-top: 78px;
    margin-bottom: 30px;
}
.about .main-box--warranty .main-box__line {
    top: 168px;
    left: calc(50% - 84px);
}








/* Main service ----------------------------------------------------------------------------- */
.main-service {
    margin-top: 74px;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.main-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: calc(100% - 200px);
    background-color: #f1f1f1;
}
.main-service__head {
    position: relative;
    margin-bottom: 44px;
    font-family: 'TrajanPro';
    font-size: 40px;
    line-height: 1.1;
}
.main-service__head::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: calc(100% + 20px);
    width: 200%;
    height: 10px;
    background-color: #be9a63;
    z-index: 15;
}
.main-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.main-service__item {
    display: block;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    position: relative;
    color: #fff;
}
.main-service__photo {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 120%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-service__photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 83%, rgba(0,0,0,1) 85%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 83%,rgba(0,0,0,1) 85%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 83%,rgba(0,0,0,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    opacity: .6;
    z-index: 5;
}
.main-service__info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 24px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}
/*.main-service__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('i/bg-service-dark.jpg') bottom right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    z-index: -2;
    transition: all .3s ease;
}
.main-service__item.active .main-service__info::before {
    opacity: .6;
}*/
.main-service__title {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-family: 'TrajanPro';
    color: #fff;
    font-size: 27px;
    line-height: 1.1;
    text-decoration: none;
}
.main-service__line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease;
}
.main-service__item.active .main-service__line {
    opacity: 1;
}
.main-service__text {
    display: block;
    width: 100%;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: .9;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    transition: all .3s ease;
}
.main-service__item.active .main-service__text {
    height: 70%;
    max-height: 80%;
    padding-top: 20px;
    padding-bottom: 24px;
}
.main-service__text a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 1.7;
    text-decoration: none;
}
.main-service__text a:hover {
    text-decoration: underline;
}
.main-service__text ul {
    list-style: none;
}







    /* Advantage ----------------------------------------------------------------------------- */
.advantage {
    margin-top: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow: hidden;
}
.advantage::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 150px);
    height: calc(100% - 100px);
    background-color: #f1f1f1;
}
.advantage .m_inb {
    max-width: 1510px;
}
.advantage__head {
    margin-bottom: 75px;
    position: relative;
    font-family: 'TrajanPro';
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
}
.advantage__head::before {
    content: '';
    position: absolute;
    top: -36px;
    left: calc(50% + 212px);
    width: 100%;
    height: 10px;
    background-color: #be9a63;
    z-index: 15;
}
.advantage__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.advantage__item {
    width: 14.5%;
    min-height: 210px;
    margin-right: 14.5%;
    margin-top: -2px;
    border: 2px solid #f4f4f4;
    background-color: #fff;
    position: relative;
    padding-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.advantage__item::before {
    content: '';
    position: absolute;
    top: 92px;
    left: 50%;
    background-color: #4c4c4c;
    transition: all .5s ease;
}
.advantage__item:hover::before {
    transform: scale(1.1);
}
.advantage__item--personal {
    padding-top: 140px;
    margin-right: calc(14.5% - 4px);
}
.advantage__item--personal::before {
    width: 87px;
    height: 73px;
    top: 45px;
    margin-left: -36px;
    -webkit-mask-image: url('../images/bg-icon-personal.svg');
    mask-image: url('../images/bg-icon-personal.svg');
    -webkit-mask-size: 87px 73px;
    mask-size: 87px 73px;
}
.advantage__item--anywhere {
    padding-top: 124px;
    margin-right: calc(14.5% - 4px);
}
.advantage__item--anywhere::before {
    width: 60px;
    height: 70px;
    top: 40px;
    margin-left: -24px;
    -webkit-mask-image: url('../images/bg-icon-anywhere.svg');
    mask-image: url('../images/bg-icon-anywhere.svg');
    -webkit-mask-size: 60px 70px;
    mask-size: 60px 70px;
}
.advantage__item--prof::before {
    top: 112px;
    width: 100px;
    height: 54px;
    margin-left: -50px;
    -webkit-mask-image: url('../images/bg-icon-prof.svg');
    mask-image: url('../images/bg-icon-prof.svg');
    -webkit-mask-size: 100px 54px;
    mask-size: 100px 54px;
}

.advantage__item--privileges {
    padding-top: 132px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: calc(14.5% - 2px);
    margin-right: calc(14.5% - 4px);
}
.advantage__item--privileges::before {
    width: 52px;
    height: 66px;
    top: 42px;
    margin-left: -26px;
    -webkit-mask-image: url('../images/bg-icon-privileges.svg');
    mask-image: url('../images/bg-icon-privileges.svg');
    -webkit-mask-size: 52px 66px;
    mask-size: 52px 66px;
}
.advantage__item--logo {
    border-color: #be9a63;
    background-color: #be9a63;
    margin-right: calc(14.5% - 4px);
    z-index: 10;
}
.advantage__item--logo::before {
    width: 102px;
    height: 120px;
    top: calc(50% - 60px);
    margin-left: -50px;
    background-color: #fff;
    -webkit-mask-image: url('../images/bg-logo.png');
    mask-image: url('../images/bg-logo.png');
    -webkit-mask-size: 450px 120px;
    mask-size: 450px 120px;
}
.advantage__item--implem {
    padding-top: 34px;
    margin-right: 0;
}
.advantage__item--implem::before {
    width: 65px;
    height: 60px;
    margin-left: -32px;
    -webkit-mask-image: url('../images/bg-icon-implem.svg');
    mask-image: url('../images/bg-icon-implem.svg');
    -webkit-mask-size: 65px 60px;
    mask-size: 65px 60px;
}

.advantage__item--partners {
    margin-left: calc(29% - 4px);
    margin-right: calc(14.5% - 4px);
}
.advantage__item--partners::before {
    width: 65px;
    height: 64px;
    margin-left: -32px;
    -webkit-mask-image: url('../images/bg-icon-partners.svg');
    mask-image: url('../images/bg-icon-partners.svg');
    -webkit-mask-size: 65px 64px;
    mask-size: 65px 64px;
}
.advantage__item--privacy {
    margin-right: calc(14.5% - 4px);
}
.advantage__item--privacy::before {
    width: 64px;
    height: 50px;
    margin-left: -32px;
    -webkit-mask-image: url('../images/bg-icon-privacy.svg');
    mask-image: url('../images/bg-icon-privacy.svg');
    -webkit-mask-size: 64px 50px;
    mask-size: 64px 50px;
}
.advantage__item--more {
    padding-top: 65px;
    margin-right: -10px;
    border-color: #be9a63;
    background-color: #be9a63;
    color: #fff;
    font-family: 'TrajanPro';
    font-size: 38px;
    line-height: 1.2;
}
.advantage__item--more::before {
    display: none;
}






/* Services ------------------------------------------------------------------------------ */
.service {
    margin-top: 0;
}
.service::before {
    content: '';
    position: absolute;
    left: calc(50% - 150px);
    widht: calc(50% + 150px);
}
.head__service {
    margin-bottom: 70px;
}
.head__service::before {
    top: 95px;
    left: 500px;
}









/* Contact ------------------------------------------------------------------------------ */
.contact {
    overflow: hidden;
}
.contact .m_inb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.contact .m_inb::before {
    content: '';
    position: absolute;
    top: 15px;
    left: calc(50% - 150px);
    width: calc(50% + 180px);
    height: calc(100% - 50px);
    background-color: #f1f1f1;
    z-index: -1;
}
.contact__box {
    width: 41%;
    max-width: 380px;
    position: relative;
    z-index: 30;
}
.head__contact {
    padding-top: 100px;
    padding-bottom: 40px;
}
.head__contact::before {
    top: 180px;
    left: 300px;
}
.contact__title {
    margin-bottom: 24px;
    opacity: .7;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}
.contact__info {
    margin-bottom: 32px;
    font-size: 19px;
}
.contact__info-line {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 350px;
}
.contact__info-label {
	margin-right: 10px;
	font-size: 17px;
}
.contact__info-value {
    color: #000;
    text-decoration: none;
}
.contact__info-link {
    color: #be9a63;
}
.contact__info .social {
    margin-top: 16px;
}

.contact__photo {
    width: 59%;
    max-width: 670px;
    position: relative;
    z-index: 50;
}
.contact__photo img {
    display: block;
    width: calc(100% + 165px);
    height: auto;
    position: relative;
    z-index: 40;
}










/* Experience --------------------------------------------------------------------------- */
.experience {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}
.experience::before {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(50% - 40px);
    width: 660px;
    height: 640px;
    background-color: #f1f1f1;
}
.experience .head {
    padding-bottom: 40px;
}
.experience .head::before {
    top: 145px;
    left: 400px;
}
.experience__list {
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.experience__item {
    width: calc(33.3% - 30px);
    margin: 0 15px 55px;
    padding-top: 30px;
    position: relative;
}
.experience__link {
    display: block;
    text-decoration: none;
}
.experience__thumb {
    display: block;
    position: relative;
}
.experience__thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.experience__thumb::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 7px;
    background-color: #be9a63;
    transition: all .3s ease;
}
.experience__link:hover .experience__thumb::before {
    width: 20%;
}
.experience__title {
    display: block;
	min-height: 74px;
    padding-top: 25px;
    font-family: 'TrajanPro';
    color: #222;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
}
.experience__link:hover .experience__title {
    color: #be9a63;
}
.experience__excerpt {
	height: 64px;
	overflow: hidden;
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: justify;
}
.experience__more a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 4px;
    color: #be9a63;
    font-size: 20px;
    line-height: 1.04;
    text-align: center;
    text-decoration: none;
}
.experience__more a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #d7c5aa;
    transition: all .2s ease;
}
.experience__more a:hover::before {
    width: 0;
}









/* FPA ------------------------------------------------------------------------------ */
.fpa {
    padding-top: 30px;
    padding-bottom: 56px;
    overflow: hidden;
}
.fpa::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 44%;
    height: 620px;
    background-color: #f1f1f1;
}
.fpa .head {
    margin-bottom: 50px;
}
.fpa .head::before {
    bottom: -4px;
    left: 487px;
}
.fpa__things {
    margin-bottom: 45px;
}
.fpa__things-head {
    margin-bottom: 24px;
    opacity: .7;
    font-size: 16px;
    text-transform: uppercase;
}
.fpa__things-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    counter-reset: list;
}
.fpa__things-item {
    width: 33.3%;
    max-width: 165px;
    margin-right: 135px;
    margin-bottom: 20px;
    padding-top: 35px;
    outline: none;
    position: relative;
    font-size: 15px;
}
.fpa__things-item::before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    top: 0;
    left: -8px;
    opacity: .3;
    color: #be9a63;
    font-family: 'TrajanPro';
    font-size: 90px;
    line-height: 1;
    z-index: -1;
}
.fpa__things-item:last-child {
    margin-right: 0;
}

.fpa__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 90px;
    position: relative;
}
.fpa__info::before {
    content: '';
    position: absolute;
    top: 35px;
    right: calc(50% + 160px);
    width: 240%;
    height: calc(100% + 24px);
    background-color: #f1f1f1;
    z-index: -2;
}
.fpa__info::after {
    content: '';
    position: absolute;
    bottom: 182px;
    right: calc(50% + 225px);
    width: 100%;
    height: 10px;
    background-color: #be9a63;
    z-index: -1;
}
.fpa__thumb {
    width: 39%;
    position: relative;
}
.fpa__thumb img {
    display: block;
    width: calc(100% + 90px);
    margin-left: -90px;
}
.fpa__text {
    width: calc(60% - 33px);
    font-size: 16px;
    line-height: 1.75;
}
.fpa__text p {
    margin-bottom: 30px;
}
.fpa__text p:first-child {
	text-indent: 36px;
	margin-top: -5px;
}
.fpa__text-block {
    margin-top: 70px;
    padding: 45px 125px 45px;
    border: 3px solid #be9a63;
    font-family: 'TrajanPro';
    font-size: 24px;
    line-height: 1.4;
}
.fpa__text-request {
    color: #be9a63;
    text-decoration: none;
    cursor: pointer;
}
.fpa__text-request:hover {
    text-decoration: underline;
}



.fpa__popular {
    position: relative;
}
.fpa__popular::before {
    content: '';
    position: absolute;
    top: 168px;
    left: -100%;
    width: 300%;
    height: calc(100% - 304px);
    background-color: #f1f1f1;
    z-index: -1;
}
.fpa__popular-head {
    margin-bottom: 44px;
    font-family: 'TrajanPro';
    font-size: 35px;
    line-height: 1.4;
    text-transform: uppercase;
}
.fpa__popular-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.fpa__popular-item {
    display: block;
    width: calc(25% - 30px);
    margin: 0 15px 40px;
    position: relative;
    color: #fff;
    transform: scale(1);
    transition: all .3s ease;
}
.fpa__popular-item:hover {
    transform: scale(1.1);
}
.fpa__popular-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10;
}
.fpa__popular-item::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 5px;
    background-color: #be9a63;
    transition: all .5s ease;
}
.fpa__popular-item:hover::after {
    width: 20%;
}
.fpa__popular-thumb {
    display: block;
    width: 100%;
    padding-top: 120%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 5;
}
.fpa__popular-title {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 24px;
    opacity: 1;
    color: #fff;
    font-family: 'TrajanPro';
    font-size: 24px;
    line-height: 1.4;
    text-decoration: none;
    transition: none .3s ease;
    z-index: 20;
}
.fpa__popular-item:hover .fpa__popular-title {
    opacity: 0;
}
.fpa__popular-info {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 30;
}
.fpa__popular-info::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border: 2px solid rgba(255, 255, 255, .5);
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;
}
.fpa__popular-item:hover .fpa__popular-info {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}
.fpa__popular-info a {
    color: #fff;
    text-decoration: underline;
}
.fpa__popular-info a:hover {
    text-decoration: none;
}
.fpa__popular-info ul {
    list-style: none;
}








.faq {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}
.faq::before {
    content: '';
    position: absolute;
    top: 249px;
    right: calc(50% - 228px);
    width: 100%;
    height: calc(100% - 250px);
    max-height: 616px;
    background-color: #f1f1f1;
    z-index: -1;
}
.faq .m_inb {
    max-width: 1030px;
}
.faq__head {
    margin-bottom: 47px;
    font-family: 'TrajanPro';
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
}
.faq__head::before, .faq__head::after {
    display: none;
    content: '';
    position: absolute;
    top: 38px;
    right: 24px;
    width: 22px;
    height: 2px;
    background-color: #000;
    transform: rotate(135deg);
    transition: all .3s ease;
}
.faq__head::after {
    right: 38px;
    transform: rotate(45deg);
}
.faq__head.active {
    border-color: #be9a63;
}
.faq__head.active::before {
    transform: rotate(45deg);
}
.faq__head.active::after {
    transform: rotate(135deg);
}
.faq__list {
    padding-bottom: 40px;
}
.faq__item {
    margin-bottom: 20px;
    padding: 30px 60px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    position: relative;
}
.faq__item::before, .faq__item::after {
    content: '';
    position: absolute;
    top: 40px;
    right: 70px;
    width: 30px;
    height: 16px;
    background: url('../images/bg-down-arrow.svg') center no-repeat;
    -webkit-background-size: 30px 16px;
    background-size: 30px 16px;
    transition: all .3s ease;
}
.faq__item::before {
    margin-top: 2px;
    margin-right: -5px;
}
.faq__item::after {
    width: 20px;
    height: 20px;
    background-image: url('../images/bg-down-cancel.svg');
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    opacity: 0;
}
.faq__item.active {
    border-color: #be9a63;
}
.faq__item.active::before {
    opacity: 0;
}
.faq__item.active::after {
    opacity: 1;
}
.faq__title {
    position: relative;
    padding: 6px 10px;
    font-family: 'TrajanPro';
    font-size: 20px;
    line-height: 1.4;
    cursor: pointer;
}
.faq__body {
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}
.faq__body::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 10px;
    width: 100px;
    height: 1px;
    background-color: #bcbcbc;
}
.faq__item.active .faq__body {
    padding: 20px 10px 10px;
    max-height: 1200px;
}



.example {
    padding-bottom: 24px;
    overflow: hidden;
}
.example .m_inb {
    max-width: 1210px;
    align-items: flex-end;
    padding-top: 45px;
}
.example .m_inb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: calc(100% - 45px);
    background-color: #f1f1f1;
}
.example__head {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 40px;
}
.example__head::before {
    top: 43px;
    left: 346px;
}
.example__list {
    width: calc(45% - 100px);
    max-width: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 95px;
}
.example__item {
    float: left;
    width: 100%;
    height: auto;
    outline: none;
}
.example__item img {
    display: block;
    width: 100%;
    height: auto;
}

.example__slider {
    width: calc(55% - 50px);
    max-width: 570px;
    background-color: #fff;
    padding: 70px;
    position: relative;
    overflow: hidden;
    margin-right: 16px;
    -webkit-box-shadow: 0 11px 18px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 11px 18px rgba(0, 0, 0, .25);
    box-shadow: 0 11px 18px rgba(0, 0, 0, .25);
}
.example__slider .slick-list {
    overflow: hidden;
}
.example__slide {
    float: left;
    width: 100%;
    min-height: 160px;
    padding-top: 40px;
    outline: none;
    font-size: 20px;
    line-height: 1.4;
}
.example__slider .slick-arrow {
    position: absolute;
    bottom: 25px;
    right: 40px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #222;
    background-color: #fff;
    outline: none;
    font-size: 0;
    z-index: 60;
}
.example__slider .slick-arrow::before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 9px);
    width: 18px;
    height: 14px;
    background-color: #000;
    -webkit-mask-image: url('../images/bg-arrow.svg');
    mask-image: url('../images/bg-arrow.svg');
    -webkit-mask-size: 18px 14px;
    mask-size: 18px 14px;
    transform: rotate(180deg);
}
.example__slider .slick-prev {
    right: 94px;
    transform: rotate(180deg);
}
.example__paging {
    position: absolute;
    bottom: 16px;
    right: 150px;
    opacity: .5;
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
.example__paging-current {
    color: #be9a63;
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
}
.example__paging i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-style: normal;
}







.service-single {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}
.service-single::before {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(50% - 13px);
    width: 660px;
    height: 60%;
    min-height: 700px;
    background: #f1f1f1;
    z-index: -1;
}
.service-single .m_inb {
    align-items: stretch;
    position: relative;
    z-index: 10;
}

.service-single__box {
    width: calc(100% - 480px);
    background: rgb(16,16,16);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 82px;
    position: relative;
    color: #fff;
}
.service-single__box::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 36px;
    width: calc(100% - 72px);
    height: calc(100% - 72px);
    border: 1px solid #fff;
    background-color: transparent;
    pointer-events: none;
}
.service-single__box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
    pointer-events: none;
    z-index: 5;
}
.service-single__head {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    font-size: 40px;
    line-height: 1.1;
    z-index: 20;
}
.service-single__head::before {
    content: '';
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.service-single__text {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    z-index: 20;
}
.service-single__read-more {
    display: none;
    padding-top: 8px;
    color: #be9a63;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline;
    cursor: pointer;
}
.service-single__read-more:hover {
    text-decoration: none;
}

.service__head-vip {
    display: block;
    padding-top: 70px;
    margin-bottom: 50px;
	position: relative;
    color: #222;
    text-decoration: none;
}
.service__head-vip::before {
	top: inherit;
    bottom: -8px;
    left: 387px;
    width: 400%;
}


.service-single__product-list {
    width: 440px;
    position: relative;
}
.service-single__product {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    transform: rotate(44deg);
    text-decoration: none;
}
.service-single__product-thumb {
    position: absolute;
    top: -30px;
    left: -30px;
    display: circle;
    width: 210px;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    z-index: 10;
    transform: rotate(-45deg);
}
.service-single__product-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 20;
    transition: all .3s ease;
}
.service-single__product-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    font-family: 'TrajanPro';
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 30;
}
.service-single__product:hover .service-single__product-title {
    text-decoration: underline;
}

.service-single__product-logo {
    background-color: #be9a63;
}
.service-single__product-logo::before {
    content: '';
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 41px);
    width: 86px;
    height: 100px;
    background-color: #fff;
    -webkit-mask-image: url('../images/bg-logo.png');
    mask-image: url('../images/bg-logo.png');
    -webkit-mask-size: 380px 100px;
    mask-size: 380px 100px;
    transform: rotate(-45deg);
    z-index: 10;
}

.service-single__product:nth-child(1) {
    top: 30px;
    left: calc(50% - 75px);
}
.service-single__product:nth-child(2) {
    top: 145px;
    left: 28px;
}
.service-single__product:nth-child(3) {
    top: 145px;
    left: calc(50% + 40px);
}

.service-single__product:nth-child(4) {
    top: 260px;
    left: calc(50% - 75px);
}

.service-single__product:nth-child(5) {
    top: 375px;
    left: 28px;
}
.service-single__product:nth-child(6) {
    top: 375px;
    left: calc(50% + 40px);
}
.service-single__product:nth-child(7) {
    top: 495px;
    left: calc(50% - 75px);
}
.service-single__product:nth-child(8) {
    top: 614px;
    left: 28px;
}


.service-single__comeback {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 42px;
}
.service-single__comeback-box {
    width: 470px;
    text-align: center;
}
.service-single__comeback a {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    min-height: 50px;
    padding: 16px 15px 14px;
    background-color: #fff;
    border: 2px solid #be9a63;
    color: #222;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}
.service-single__comeback a:hover {
    background-color: #be9a63;
    color: #fff;
}





.calendar {
    border: 1px solid #f1f1f1;
    margin: 50px 0;
}
.calendar__caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f8f8f8;
}
.calendar__caption li {
    display: block;
    padding: 20px 25px;
    margin: 0 20px;
    position: relative;
    color: rgba(34, 34, 34, .4);
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
}
.calendar__caption li::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #be9a63;
    opacity: 0;
    transition: all .3s ease;
    z-index: 20;
}
.calendar__caption li.active {
    color: #010101;
}
.calendar__caption li.active::before {
    height: 5px;
    opacity: 1;
}

.calendar__content {
    overflow: hidden;
}
.calendar__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}
.calendar__item {
    width: 25%;
    min-height: 250px;
    border: 1px solid #f1f1f1;
    padding: 16px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
.calendar__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}
.calendar__item-category {
    display: block;
    opacity: .7;
    position: relative;
    z-index: 40;
}
.calendar__item-date {
    display: block;
    opacity: .7;
    padding-bottom: 12px;
    position: relative;
    z-index: 40;
}
.calendar__item-name {
    display: block;
    padding-top: 20px;
    position: relative;
    font-family: 'TrajanPro';
    font-size: 25px;
    line-height: 1.1;
    z-index: 40;
    text-decoration: none;
}
.calendar__item:hover .calendar__item-name {
    text-decoration: underline;
}
.calendar__item-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 39px);
    width: 78px;
    height: 1px;
    background: #fff;
}

















/* Pagenavi ------------------------------------------------------------------------------ */
.pagenavi {
    justify-content: center;
    align-items: center;
}
.pagenavi__arrow {
    margin: 0 25px;
}
.pagenavi__arrow, .pagenavi__arrow a {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    transition: all .3s ease;
}
.pagenavi__arrow a {
    z-index: 10;
}
.pagenavi__arrow::before, .pagenavi__arrow a::before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 9px);
    width: 18px;
    height: 14px;
    background-color: #000;
    -webkit-mask-image: url('../images/bg-arrow.svg');
    mask-image: url('../images/bg-arrow.svg');
    -webkit-mask-size: 18px 14px;
    mask-size: 18px 14px;
    opacity: .1;
}
.pagenavi__arrow::after, .pagenavi__arrow a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #000;
    opacity: .1;
}
.pagenavi__arrow a::after, .pagenavi__arrow a::before {
    opacity: .3;
}
.pagenavi__arrow a:hover::after, .pagenavi__arrow a:hover::before {
    opacity: 1;
}
.pagenavi__next {
    transform: rotate(180deg);
}

.pagenavi__count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    opacity: .5;
    margin: 6px 25px 0;
}
.pagenavi__current {
    color: #be9a63;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}
.pagenavi__all {
    margin-top: 4px;
    font-size: 16px;
    line-height: 30px;
}
.pagenavi__all i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-style: normal;
}









/* Membership ----------------------------------------------------------------------------- */
.membership {
    margin-top: 30px;
    padding-bottom: 80px;
    overflow: hidden;
}
.membership::before, .membership__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 10px);
    width: 660px;
    height: 720px;
    background-color: #f1f1f1;
    z-index: -1;
}
.membership__head::before {
    top: inherit;
	bottom: -8px;
    left: 520px;
}
.membership__list {
    justify-content: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 100px;
}
.membership__box {
    width: calc(33% - 30px);
    max-width: 370px;
    min-height: 500px;
    margin: 0 15px 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    padding: 34px 22px 20px;
    text-align: center;
}
.membership__box.active-focus {
    z-index: 1200;
}
.membership__box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80%;
    height: 5px;
    background: #be9a63;
    transition: all .3s ease;
    z-index: 20;
}
.membership__box.active-hover::before, .membership__box.active-focus::before {
    width: 20%;
}

.membership__title {
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
    font-family: 'TrajanPro';
    font-size: 50px;
    line-height: 1.2;
}
.membership__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 1px;
    background-color: #222;
}
.membership__text {
    min-height: 290px;
    font-size: 14px;
    line-height: 34px;
}
.membership__price {
    color: #be9a63;
    font-family: 'TrajanPro';
    font-size: 35px;
    line-height: 1.2;
}
.membership__price-per {
    color: #be9a63;
    font-size: 14px;
}

.membership__family {
    min-height: 600px;
    margin-top: -30px;
    padding-top: 65px;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(73,73,74,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    background: linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#49494a',GradientType=1 );
    color: #fff;
}
.membership__family .membership__box-form {
    padding-top: 180px;
}
.membership__family::after {
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    width: 121px;
    height: 121px;
    background: url('../images/bg-membership-family.png') center no-repeat;
    z-index: 20;
}
.membership__family .membership__title {
    color: #fff;
}
.membership__family .membership__title::before {
    background-color: #fff;
}
.membership__family .membership__text {
    min-height: 356px;
}

.membership__box-subtitle {
    margin-bottom: 8px;
    display: none;
    font-family: 'TrajanPro';
    color: #be9a63;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}
.membership__box-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 150px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    z-index: 10;
}
.membership__box.active-hover .membership__box-form, .membership__box.active-focus .membership__box-form {
    opacity: 1;
    pointer-events: auto;
}
.membership__box-form::after {
    content: '';
    position: absolute;
    top: 45px;
    right: 0;
    width: 195px;
    height: 404px;
    background: url('../images/bg-horse.svg') left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .1;
    z-index: 5;
}
.membership__family .membership__box-form::after {
    top: 74px;
}
.membership__form {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.membership__form-hide {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
.membership__form input, .membership__form textarea {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    font-size: 18px;
}
.membership__form textarea {
    height: 84px;
    resize: none;
}
.membership__form-submit input {
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 0;
    border: 2px solid #be9a63;
    background-color: #be9a63;
    padding: 16px 15px 14px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    transition: all .3s ease;
    cursor: pointer;
}
.membership__form-submit input:hover {
    background-color: #fff;
    color: #222;
}



.membership__content {
    padding-top: 60px;
    position: relative;
}
.membership__content::before {
    content: '';
    position: absolute;
    top: -300px;
    left: -400px;
    width: 90%;
}
.membership__info {
    width: calc(33.3% - 20px);
}
.membership__info-head {
    margin-bottom: 16px;
    font-family: 'TrajanPro';
    font-size: 35px;
    line-height: 1.2;
}
.membership__info-text {
    font-size: 16px;
    line-height: 28px;
}






/* Partners -------------------------------------------------------------------------------- */
.partners {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
}
.partners::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 44%;
    height: 620px;
    background-color: #f1f1f1;
}
.partners__box {
    width: 60%;
    max-width: 600px;
}
.partners__head {
    margin-bottom: 44px;
}
.partners__head::before {
    top: 160px;
    width: 190%;
}
.partners__text {
    font-size: 20px;
    line-height: 28px;
}
.partners__list {
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.partners__list .slick-slide {
    float: left;
    width: calc(33.3% - 30px);
    margin: 0 15px;
    outline: none;
}
.partners__item {
    float: left;
    width: 100%;
    min-height: 270px;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 50px;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(73,73,74,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    background: linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#49494a',GradientType=1 );
    color: #fff;
}
.partners__item::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 5px;
    background-color: #be9a63;
    transition: all .3s ease;
}
.partners__item:hover::before {
    width: 20%;
}
.partners__item-logo {
    height: 107px;
    padding-bottom: 10px;
    position: relative;
}
.partners__item-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.partners__item-logo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
    opacity: .4;
}
.partners__item-info {
    margin-top: 24px;
}

.partners__list .slick-arrow {
    position: absolute;
    bottom: 16px;
    left: calc(50% + 94px);
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #222;
    background-color: #fff;
    outline: none;
    font-size: 0;
    cursor: pointer;
    z-index: 60;
}
.partners__list .slick-arrow.slick-disabled {
    opacity: .3;
    cursor: default;
}
.partners__list .slick-arrow::before {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 9px);
    width: 18px;
    height: 14px;
    background-color: #000;
    -webkit-mask-image: url('../images/bg-arrow.svg');
    mask-image: url('../images/bg-arrow.svg');
    -webkit-mask-size: 18px 14px;
    mask-size: 18px 14px;
    transform: rotate(180deg);
}
.partners__list .slick-prev {
    left: calc(50% - 120px);
    transform: rotate(180deg);
}

.partners__list .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners__list .slick-dots li {
    margin: 0 4px;
}
.partners__list .slick-dots button {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bababa;
    border: none;
    font-size: 0;
}
.partners__list .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    margin-top: -1px;
    background: #be9a63;
}









/* Single -------------------------------------------------------------------------------- */
.single {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.single::before {
    content: '';
    position: absolute;
    top: 25px;
    left: calc(50% - 140px);
    width: 640px;
    height: 700px;
    background-color: #f1f1f1;
}
.single__head {
    padding-top: 0;
    margin-bottom: 20px;
}
.single__head::before {
    top: inherit;
	bottom: 24px;
	left: calc(100% - 20px);
    width: 150%;
}
.single__main {
    width: 48%;
    max-width: 570px;
}
.single__quote {
    background-color: #fff;
    border: 3px solid #be9a63;
    padding: 30px 40px;
    margin: 30px 0 40px;
}
.single__quote-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4px;
    padding-bottom: 4px;
}
.single__quote-label {
    width: 120px;
    opacity: .7;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
.single__quote-value {
    width: calc(100% - 124px);
    color: #222;
    font-size: 20px;
    line-height: 24px;
}
.single__quote-value em {
    font-style: normal;
    color: #be9a63;
}

.single__gallery-first {
    display: none;
}

.single__gallery-box {
    width: 50%;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.single__gallery::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 184px;
    height: 58px;
    background-color: #fff;
    z-index: 30;
}
.single__gallery .slick-list {
    overflow: hidden;
    position: relative;
}
.single__item {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}
.single__item span {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    overflow: hidden;
}
.single__item img {
    display: block;
    width: 100%;
    height: auto;
}

.single__gallery .slick-arrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #222;
    background-color: #fff;
    outline: none;
    opacity: .5;
    font-size: 0;
    z-index: 60;
}
.single__gallery .slick-arrow::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 8px);
    width: 16px;
    height: 12px;
    background-color: #000;
    -webkit-mask-image: url('../images/bg-arrow.svg');
    mask-image: url('../images/bg-arrow.svg');
    -webkit-mask-size: 16px 12px;
    mask-size: 16px 12px;
    transform: rotate(180deg);
}
.single__gallery .slick-prev {
    right: 51px;
    transform: rotate(180deg);
}

.single__gallery .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 204px);
    list-style: none;
}
.single__gallery .slick-dots li {
    margin: 0 5px 5px;
}
.single__gallery .slick-dots li button {
    display: block;
    width: 80px;
    height: 5px;
    background-color: #fff;
    border: none;
    outline: none;
    opacity: .4;
    font-size: 0;
    transition: all .3s ease;
    cursor: pointer;
}
.single__gallery .slick-dots li.slick-active button {
    opacity: 1;
    cursor: default;
}

.single__gallery-paging {
    display: inline-block;
    vertical-align: top;
    bottom: 10px;
    right: 100px;
    text-align: right;
    z-index: 30;
}
.single__gallery-paging-second {
    display: none;
}


.single__btn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.single__btn {
    display: block;
    width: 300px;
    min-height: 50px;
    border: 2px solid #be9a63;
    padding: 11px 10px 9px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    cursor: pointer;
}
.single__request {
    background-color: #be9a63;
    color: #fff;
}
.single__request:hover {
    background-color: #fff;
    color: #222;
}
.single__back {
    background-color: #fff;
    color: #222;
}
.single__back:hover {
    background-color: #be9a63;
    color: #fff;
}





.page {
    padding-top: 30px;
    overflow: hidden;
}
.page__head {
    padding-bottom: 20px;
}
.page__head::before {
    top: inherit;
    bottom: 10px;
}











/* Main help ----------------------------------------------------------------------------- */
.main-help {
    max-height: 220px;
    margin-top: 48px;
}
.about-help {
    margin-top: 100px;
    pointer-events: none;
    z-index: 50;
}
.main-help::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    height: calc(100% - 36px);
    background-color: #f1f1f1;
}
.about-help::before {
    left: 0;
    width: 70%;
    height: calc(100% + 50px);
}
.main-help::after {
    content: '';
    position: absolute;
    top: 90px;
    right: 0;
    width: calc(50% + 120px);
    height: 10px;
    background-color: #be9a63;
}
.about-help::after {
    width: 80%;
}
.main-help .m_inb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.main-help__box {
    width: 50%;
    max-width: 470px;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 50px 40px;
    position: relative;
    pointer-events: auto;
    z-index: 20;
}
.main-help__title {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 40px;
    font-family: 'TrajanPro';
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}
.main-help__form {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}
.main-help__label {
    margin-bottom: 20px;
}
.main-help__label input, .main-help__label textarea {
    display: block;
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    font-size: 18px;
}
.main-help__label textarea {
    height: 120px;
    resize: none;
}
.main-help__submit {
    padding-top: 34px;
}
.main-help__submit input {
    display: block;
    width: 100%;
    height: 60px;
    outline: none;
    border: 2px solid #be9a63;
    background-color: #be9a63;
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
}
.main-help__submit input:hover {
    background-color: #fff;
    color: #222;
}









/* Footer ----------------------------------------------------------------------------- */
.footer {
    padding-top: 68px;
    padding-bottom: 25px;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(45deg,  rgba(16,16,16,1) 0%, rgba(73,73,74,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    background: linear-gradient(45deg,  rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#49494a',GradientType=1 );
    color: #fff;
}
.footer__top {
    pointer-events: none;
}
.footer__container {
    width: calc(100% - 480px);
    max-width: 640px;
    pointer-events: auto;
}
.footer__logo {
    display: block;
    width: 204px;
    height: 53px;
    margin: 0 auto 60px;
    background-color: hsl(0, 7%, 5%);
    -webkit-mask-image: url('../images/logo1.PNG');
    mask-image: url('../images/logo1.PNG');
    -webkit-mask-size: cover;
    mask-size: cover;
    
}
.footer__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__contact {
    width: 48%;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
}
.footer__contact a, .f-contact__adress {
    display: block;
    min-height: 16px;
    margin-bottom: 14px;
    padding-left: 27px;
    position: relative;
    opacity: .7;
    color: #fff;
    text-decoration: none;
}
.footer__contact a::before, .f-contact__adress::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
}
.f-contact__tel::before {
    -webkit-mask-image: url('../images/bg-icon-phone.svg');
    mask-image: url('../images/bg-icon-phone.svg');
}
.f-contact__whatsapp::before {
    -webkit-mask-image: url('../images/bg-icon-whatsapp.svg');
    mask-image: url('../images/bg-icon-whatsapp.svg');
}
.f-contact__email::before {
    -webkit-mask-image: url('../images/bg-icon-email.svg');
    mask-image: url('../images/bg-icon-email.svg');
}
.f-contact__adress {
    padding-left: 25px;
}
.f-contact__adress::before {
    -webkit-mask-image: url('../images/bg-icon-placeholder.svg');
    mask-image: url('../images/bg-icon-placeholder.svg');
}

.footer__coinfo {
    width: 40%;
    opacity: .7;
}

.social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer__social {
    padding-bottom: 70px;
}
.social__item {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    background-color: #222;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    background-repeat: no-repeat;
    opacity: .7;
    transition: all .3s ease;
}
.footer__social .social__item {
    background-color: #fff;
    margin-right: 20px;
}
.social__item:hover {
    opacity: 1;
}
.social__item--in {
    -webkit-mask-image: url('../images/bg-icon-in.svg');
    mask-image: url('../images/bg-icon-in.svg');
}
.social__item--fb {
    -webkit-mask-image: url('../images/bg-icon-fb.svg');
    mask-image: url('../images/bg-icon-fb.svg');
}
.social__item--le {
    -webkit-mask-image: url('../images/bg-icon-linkedin.svg');
    mask-image: url('../images/bg-icon-linkedin.svg');
}
.social__item--yt {
    -webkit-mask-image: url('../images/bg-icon-youtube.svg');
    mask-image: url('../images/bg-icon-youtube.svg');
}

.traveller-made {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: 10px;
    margin-top: -90px;
}
.traveller-made img {
	display: block;
	width: 100%;
	height: auto;
}


.footer__nav {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 48px;
}
.footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
}
.footer__nav ul li {
    margin: 0 50px 12px 0;
}
.footer__nav ul li a {
    display: block;
    opacity: .7;
    color: #fff;
    text-decoration: none;
}
.footer__nav ul li a:hover {
    text-decoration: underline;
}


.footer__copy {
    opacity: .6;
    text-align: center;
}










/* Mob menu ----------------------------------------------------------------------------- */
.mob-menu {
    position: fixed;
    top: 0;
    left: -120%;
    width: 92%;
    max-width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 36px 24px 20px;
    overflow: hidden;
    overflow-y: visible;
    opacity: 0;
    pointer-events: none;
    z-index: 1100;
    transition: all .3s ease;
}
.mob-menu::after {
    content: '';
    position: absolute;
    top: calc(50% - 150px);
    right: 0;
    width: 195px;
    height: 404px;
   
    -webkit-background-size: cover;
    background-size: cover;
    pointer-events: none;
    opacity: .05;
    z-index: -1;
}
.mob-menu.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.mob-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-color: #000;
    -webkit-mask-image: url('../images/bg-close.svg');
    mask-image: url('../images/bg-close.svg');
}
.mob-menu__close:hover {
    background-color: #000;
}
.mob-menu__logo {
    margin: 0 auto 20px;
}
.mob-menu ul {
    list-style: none;
    border-top: 1px solid #e5e5e5;
}
.mob-menu ul li {
    border-bottom: 1px solid #e5e5e5;
}
.mob-menu ul li a {
    display: block;
    padding: 20px;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.mob-menu ul li a:hover {
    background-color: rgba(0, 0, 0, .1);
}

.mob-menu__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
}
.mob-menu__btn {
    margin: 8px 0;
}
.mob-menu__request {
    display: block;
    margin: 0 auto;
}



.mob-phone {
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    padding: 20px 34px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, .4);
    z-index: 10;
}
.mob-phone.active {
    top: 56px;
    opacity: 1;
    pointer-events: auto;
    z-index: 1100;
}
.fixed-header .mob-phone.active {
    top: 48px;
}
.mob-phone__btn {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 82px;
    position: relative;
    border-top: 1px solid #e5e5e5;
    color: #222;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
}
.mob-phone__btn:first-child {
    border-top: none;
}
.mob-phone__btn::before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    left: 34px;
    width: 24px;
    height: 24px;
    background-color: #222;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
}
.mob-phone__call::before {
    -webkit-mask-image: url('../images/bg-icon-tel.svg');
    mask-image: url('../images/bg-icon-tel.svg');
}
.mob-phone__wa::before {
    -webkit-mask-image: url('../images/bg-icon-whatsapp.svg');
    mask-image: url('../images/bg-icon-whatsapp.svg');
}
.mob-phone__tg::before {
    -webkit-mask-image: url('../images/bg-icon-tg.svg');
    mask-image: url('../images/bg-icon-tg.svg');
}









/* Всплывающие окна */
.overlay {
    display: none;
    background-color: #000;
    opacity: .7;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999
}
.popup {
    display: none;
    position: relative;
    width: 92%;
    max-width: 560px;
    padding: 50px 60px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    z-index: 9999;
}
.popup::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 5px;
    background-color: #be9a63;
}
.popup::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 410px;
    max-width: 80%;
    height: 750px;
    max-height: 100%;
    background: url('../images/bg-horse.svg') left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .1;
    z-index: -1;
}
.popup-thy::after {
    display: none;
}
.popup__body {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../images/bg-down-cancel.svg') center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    cursor: pointer;
}
.popup__close:hover {

}
.popup__head {
    margin-bottom: 5px;
    font-family: 'TrajanPro';
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
}
.popup-thy .popup__head {
    font-size: 30px;
    line-height: 1.1;
}
.popup__subhead {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.popup__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 20px;
}
.popup__phone, .popup__whatsapp {
    padding-left: 28px;
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
}
.popup__phone::before, .popup__whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #222;
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
}
.popup__phone::before {
    -webkit-mask-image: url('../images/bg-icon-phone.svg');
    mask-image: url('../images/bg-icon-phone.svg');
}
.popup__whatsapp::before {
    -webkit-mask-image: url('../images/bg-icon-whatsapp.svg');
    mask-image: url('../images/bg-icon-whatsapp.svg');
}
.popup .main-help__form, .popup .membership__form {
    max-width: 430px;
}
.popup .main-help__submit {
    padding-top: 25px;
}

.popup input:not([type="submit"]), .popup textarea {
    background-color: transparent;
}


input.hide_input, .wpcf7-not-valid-tip, .wpcf7-validation-errors, div.wpcf7-response-output {
	display: none !important;
}
input.wpcf7-not-valid {
	border-bottom: 2px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
    max-width: 640px;
    padding: 40px 30px;
}
.popup-thy .popup__body {
    max-width: 100%;
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1440px) {



}






/* ====================================================   ============================================================== */


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

    .header__nav ul li {
        margin: 0 16px;
    }
    .header__nav ul li:not(:last-child)::before {
        right: -20px;
    }
    .header__asistant {
        padding-right: 8px;
    }
    .header__asistant::before {
        opacity: .3;
    }

    .advantage__item {
        width: 20%;
        margin-right: 10%;
    }
    .advantage__item--implem {
        margin-right: 0;
    }
    .advantage__item--privileges {
        margin-left: 15%;
    }
    .advantage__item--partners {
        margin-left: 0;
    }

    .service-single, .service__head-vip {
        padding-top: 0;
    }
    .service__head-vip {
        margin-bottom: 24px;
    }

}






/* ====================================================   ============================================================== */

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

    .head {
        font-size: 60px;
    }

    .header__contact {
        max-width: 250px;
    }
    .header__asistant {
        width: 100%;
        padding-right: 0;
        font-size: 11px;
        text-align: right;
    }
    .header__asistant::before {
        display: none;
    }

    .main-box--best .main-box__photo {
        width: 100%;
        max-width: 440px;
        margin-left: 0;
        margin-top: 30px;
    }

    .main-service__info {
        padding: 10px 16px;
    }
    .main-service__title {
        font-size: 21px;
    }

    .main-service__list {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }
    .main-service__item {
        width: calc(25% - 16px);
        margin: 0 8px 16px;
    }

    .membership__list-second .membership__box {
        width: calc(50% - 20px);
    }
    .membership__title {
        padding-bottom: 20px;
        font-size: 40px;
    }


    .experience {
        padding-bottom: 30px;
    }


    .service-single__box {
        padding: 42px;
    }
    .service-single__box::before {
        content: '';
        position: absolute;
        top: 21px;
        left: 21px;
        width: calc(100% - 42px);
        height: calc(100% - 42px);
    }


    .single__gallery .slick-dots li button {
        width: 50px;
    }



    .main-help__box {
        max-width: 400px;
    }

    .main-help__box {
        width: 42%;
        max-width: 400px;
        padding: 30px 30px 40px;
    }

    .footer__container {
        width: calc(100% - 400px);
        max-width: 530px;
    }


}







/* ====================================================   ============================================================== */

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

    .head {
        font-size: 56px;
    }

    .header__contact {
        max-width: 124px;
    }
    .header__asistant {
        display: none;
    }

    .main-start__head {
        font-size: 45px;
    }

    .main-box__head {
        margin-top: 70px;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .main-box__text {
        margin-bottom: 30px;
    }
    .main-box--result .main-box__line {
        top: 100px;
    }
    .main-box--result .main-box__square {
        left: calc(50% + 140px);
        height: calc(100% - 60px);
    }
    .main-box--best .m_inb {
        padding-bottom: 0;
    }
    .main-box--best .main-box__photo {
        margin-left: -80px;
    }
    .main-box--warranty .m_inb {
        padding-top: 25px;
    }
    .main-box--best .main-box__square {
        right: calc(50% + 10px);
    }
    .main-box--warranty .main-box__line {
        top: 80px;
        left: calc(50% - 60px);
    }
    .main-box--warranty .main-box__square {
        left: calc(50% - 10px);
    }

    .main-service__item {
        width: calc(33.3% - 16px);
    }

    .advantage {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .advantage::before {
        width: calc(50% + 50px);
        height: calc(100% - 20px);
    }
    .advantage__head {
        margin-bottom: 30px;
    }
    .advantage__list {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .advantage__item {
        width: calc(33.3% - 24px);
        margin: 0 12px 24px;
    }
    .advantage__item--prof {
        margin-right: 0;
    }


    .membership__list {
        padding-top: 200px;
    }
    .membership__list, .membership__list-second {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .membership__box {
        width: calc(50% - 20px);
        margin: 0 10px 24px;
    }
    .membership__family {
        margin-top: -40px;
    }
    .membership__box-form {
        max-width: 320px;
        position: absolute;
        top: 20px;
        right: 20px;
        min-height: 270px;
        padding-top: 20px;
        z-index: 80;
    }
    .membership__box-form::after {
        top: 35px;
        width: 100px;
        height: 200px;
    }
    input.membership__form-submit {
        margin-top: 40px;
    }


    .experience .head {
        padding-top: 0;
    }
    .experience .head::before {
        top: 20px;
    }
    .experience__item {
        width: calc(50% - 30px);
    }

    .service-single {
        padding-bottom: 20px;
    }
    .service-single__box {
        width: 100%;
    }
    .service-single__product-list {
        min-height: 680px;
        margin: 20px auto 0;
    }


    .fpa__text {
        width: calc(60% - 25px);
    }
    .fpa__popular-item {
        width: calc(33.3% - 30px);
    }


    .footer__container {
        width: calc(100% - 350px);
    }
	.traveller-made {
		width: 200px;
		margin-top: -50px;
	}



}







/* ====================================================   ============================================================== */

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

    .m_inb {
        padding-left: 24px;
        padding-right: 24px;
    }

    .head {
        padding-top: 0;
        font-size: 52px;
    }


    .header__nav ul {
        position: absolute;
        top: -30px;
        left: 20px;
        width: 240px;
        opacity: 0;
        pointer-events: none;
        padding: 8px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        z-index: 120;
    }
    .header__nav.active ul {
        top: 40px;
        opacity: 1;
        pointer-events: auto;
    }
    .header__nav ul li {
        width: 100%;
        margin: 4px 0;
    }
    .header__nav ul li::before {
        display: none;
    }

    .header__nav-btn {
        display: block;
    }

    .main-box--best .m_inb {
        padding-top: 0;
    }
    .main-box--best .main-box__photo {
        width: 400px;
        margin-left: -100px;
    }
    .main-box--best .main-box__head {
        margin-top: 0;
    }
    .main-box--best .main-box__info {
        padding-bottom: 0;
        margin-bottom: 12px;
    }
    .main-box--best .main-box__line {
        top: 120px;
        right: calc(50% + 30px);
    }
    .main-box--warranty .main-box__line {
        top: 50px;
    }


    .about .main-box--result .main-box__head {
        margin-top: 40px;
    }


    .membership__list {
        padding-top: 20px;
    }
    .membership__list, .membership__list-second {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }
    .membership__box, .membership__list-second .membership__box {
        width: 100%;
        max-width: 400px;
        margin: 0 0 30px;
    }
    .membership__family {
        margin-top: 0;
    }
    .membership__content {
        display: none;
    }


    .experience__list {
        justify-content: flex-start;
        width: calc(100% + 16px);
        margin-left: -8px;
        margin-right: -8px;
    }
    .experience__item {
        width: calc(50% - 16px);
        margin: 0 8px 12px;
    }

    .faq {
        margin-bottom: 20px;
    }
    .fpa__things-item {
        margin-right: 80px;
    }
    .fpa__popular-list {
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    .fpa__popular-item {
        display: block;
        width: calc(33.3% - 16px);
        margin: 0 8px 24px;
    }
    .fpa__popular-item:hover {
        transform: scale(1);
    }
    .fpa__popular-item:hover .fpa__popular-info {
        display: none;
    }
    .fpa__popular-item:hover .fpa__popular-title {
        opacity: 1;
    }

    .faq__item {
        padding: 20px 40px;
    }
    .faq__item::before, .faq__item::after {
        top: 35px;
    }

    .example {
        display: none;
    }

    .contact__box {
        width: 60%;
        padding-top: 30px;
    }
    .contact__photo {
        width: 36%;
    }


    .partners__box {
        width: 80%;
    }
    .partners__head::before {
        top: 110px;
    }
    .partners__item {
        width: calc(50% - 30px);
    }


    .single__main {
        width: 100%;
        max-width: 100%;
    }
    .single__gallery-first {
        display: block;
        width: 90%;
        max-width: 480px;
        margin: 0 auto 30px;
    }
    .single__gallery-second {
        display: none;
    }
    .single__head::before {
        display: none;
    }
    .single__btn {
        width: 268px;
        margin-right: 10px;
    }

    .calendar__item {
        width: 33.3%;
    }


    .main-help {
        margin-top: 20px;
    }
    .about-help::before {
        height: calc(100% - 80px);
    }
    .main-help__box {
        width: 55%;
    }

	.traveller-made {
		margin: 10px 40px 0 0;
	}

    .footer {
        padding-top: 30px;
    }
    .footer__logo {
        margin-bottom: 30px;
    }
    .footer__contact, .footer__coinfo {
        width: 100%;
        padding-bottom: 25px;
    }
    .footer__social {
        padding-bottom: 24px;
    }
    .footer__nav {
        padding-bottom: 30px;
    }


    .popup {
        max-width: 420px;
        padding: 12px 20px 8px;
    }
    .popup__contact {
        margin-bottom: 20px;
    }

}







/* ====================================================   ============================================================== */

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

    .m_inb {
        padding-left: 20px;
        padding-right: 20px;
    }

    .head {
        font-size: 44px;
    }

    .main-box--result .main-box__head, .main-box--warranty .main-box__head {
        margin-top: 10px;
    }
    .main-box--best .main-box__photo {
        width: 360px;
    }
    .main-box__info {
        padding-bottom: 0;
    }

    .main-service__item {
        width: calc(50% - 16px);
    }
    .main-service__text {
        line-height: 1.1;
    }

    .fpa .head {
        margin-bottom: 20px;
    }
    .fpa__things-item {
        margin-right: 55px;
    }
    .fpa__info {
        display: block;
    }
    .fpa__info::after {
        bottom: inherit;
        top: 150px;
    }
    .fpa__thumb {
        width: 80%;
        margin: 0 auto 20px;
    }
    .fpa__thumb img {
        width: 100%;
        margin-left: 0;
    }
    .fpa__text {
        width: 100%;
    }
    .fpa__text-block {
        margin-top: 50px;
        padding: 20px 30px 15px;
        font-size: 22px;
    }
    .fpa__popular-item {
        width: calc(50% - 16px);
    }
    .faq__head {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 32px;
    }


    .membership__box-form {
        max-width: 420px;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 0 auto 10px;
        opacity: 1;
    }
    .membership__box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 50px;
        max-height: 110px;
        overflow: hidden;
        padding: 15px;
        margin-bottom: 20px;
    }
    .membership__box.mob-active {
        max-height: 1100px;
    }
    .membership__family::after {
        display: none;
    }
    .membership__title, .membership__price {
        width: 100%;
    }
    .membership__title {
        order: -3;
        padding-bottom: 0;
        margin-bottom: 8px;
        font-size: 32px;
        text-align: left;
    }
    .membership__price {
        order: -2;
        font-size: 24px;
        text-align: left;
    }
    .membership__price-per {
        order: -1;
        margin-top: -24px;
        margin-left: 100px;
        text-align: left;
    }
    .membership__text {
        width: 100%;
        min-height: 80px;
        margin-top: 30px;
        opacity: 0;
    }
    .membership__box.mob-active .membership__text {
        opacity: 1;
    }
    .membership__family {
        padding-top: 15px;
        background: #fff;
    }
    .membership__family .membership__title, .membership__family .membership__text {
        color: #000;
    }

    .membership__title::before, .membership__title::after {
        content: '';
        position: absolute;
        top: 8px;
        left: inherit;
        right: 4px;
        width: 22px;
        height: 2px;
        background: #000;
        transform: rotate(135deg);
        transition: all .3s ease;
    }
    .membership__title::after {
        right: 18px;
        transform: rotate(45deg);
    }
    .membership__family .membership__title::before {
        background: #000;
    }
    .membership__box.mob-active {
        border-color: #be9a63;
    }
    .membership__box.mob-active .membership__title::before {
        right: 11px;
    }
    .membership__box.mob-active .membership__title::after {
        right: 12px;
    }

    .membership__family .membership__box-form {
        padding-top: 0;
    }
    .membership__box-subtitle {
        display: block;
    }


    .partners__item {
        padding: 10px 16px;
    }



    .footer__container {
        width: calc(100% - 320px);
    }
    .footer__nav ul li {
        margin: 0 30px 10px 0;
    }
    .footer__nav ul li:last-child {
        margin-right: 0;
    }


    .popup__head {
        font-size: 30px;
    }


}







/* ====================================================   ============================================================== */

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

    .m_inb {
        padding-left: 16px;
        padding-right: 16px;
    }


    .head {
        padding-bottom: 50px;
        position: relative;
        font-size: 40px;
    }
    .head__service {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .experience .head, .service__head-vip {
        padding-bottom: 0;
    }
    .head::before {
        left: 280px;
    }
    .head__service::before {
        top: 10px;
        left: 320px;
    }
    .service-single__head::before {
        left: 0;
    }

    .main-start {
        padding-top: 45%;
        padding-bottom: 30px;
    }
    .main-start__head {
        text-shadow: 0 0 10px #000;
        font-size: 36px;
    }
    .main-start__subhead {
        text-shadow: 0 0 12px #000;
    }

    .main-about {
        position: relative;
        overflow: hidden;
    }
    .main-about .slick-list {
        overflow: hidden;
    }
    .main-box {
        float: left;
        width: 100%;
        overflow: hidden;
    }
    .main-box__photo {
        order: -1;
        width: 60%;
        margin-left: 15%;
        margin-bottom: 36px;
    }
    .main-box__info {
        width: 100%;
    }
    .main-box .main-box__line {
        width: 88%;
        top: 180px;
        left: 12%;
    }
    .main-box .main-box__square {
        width: 60%;
        height: 300px;
        top: 70px;
        left: inherit;
        right: 4%;
    }
    .slick-dots {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding-top: 16px;
    }
    .slick-dots li {
        margin: 0 4px;
    }
    .slick-dots li button {
        display: block;
        width: 70px;
        height: 5px;
        background: #e5e5e5;
        border: none;
        outline: none;
        font-size: 0;
        cursor: pointer;
    }
    .slick-dots li.slick-active button {
        background: #be9a63;
        cursor: default;
    }

    .main-service__head {
        margin-bottom: 40px;
        font-size: 35px;
    }
    .main-service__item {
        text-align: center;
    }
    .main-service__title {
        font-size: 14px;
    }

    .advantage__item {
        width: 33.3%;
        margin: 0;
        font-size: 17px;
    }
    .advantage__item--more {
        font-size: 30px;
    }


    .about .main-box {
        float: none;
    }
    .about .main-box--result .m_inb {
        padding-top: 0;
    }
    .about .main-box--result .main-box__photo {
        margin-top: 0;
    }
    .about .head {
        order: -2;
    }
    .about .main-box--result .main-box__square {
        top: 80px;
        left: calc(50% - 50px);
        width: calc(50% + 10px);
        height: 220px;
    }


    .experience__list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .experience__item {
        width: 100%;
        margin: 0 0 12px;
    }


    .faq__item {
        padding: 16px 20px;
    }
    .faq__item::before, .faq__item::after {
        top: 30px;
        right: 10px;
    }
    .faq__item::after {
        right: 24px;
    }
    .faq__item.active::before {
        right: 13px;
    }
    .faq__item.active::after {
        right: 14px;
    }


    .contact__box {
        width: 100%;
    }
    .contact__photo {
        position: absolute;
        top: 0;
        right: 0;
    }


    .partners__box {
        width: 90%;
    }
    .partners__head::before {
        top: 100px;
    }
    .partners__list {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .partners__item {
        width: calc(50% - 10px);
        margin: 0 5px 12px;
    }



    .single__btn {
        width: 290px;
        margin: 0 auto 20px;
    }

    .calendar__item {
        width: 50%;
    }



    .main-help {
        max-height: 1200px;
    }
    .main-help .m_inb {
        justify-content: center;
    }
    .main-help__box {
        width: 80%;
        padding: 20px 25px;
    }
    .main-help__title {
        max-width: 210px;
        margin: 0 auto 25px;
        font-size: 30px;
    }
    .main-help__label {
        margin-bottom: 8px;
    }
    .main-help__submit {
        padding-top: 12px;
    }

    .footer {
        margin-top: -250px;
        padding-top: 280px;
    }
    .footer__container {
        width: 100%;
    }

}







/* ====================================================   ============================================================== */

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

    body {
        padding-top: 56px;
        -webkit-text-size-adjust: 100%;
    }
    .m_inb {
        padding-left: 12px;
        padding-right: 12px;
    }

    .head {
        font-size: 34px;
    }
    .head::before, .main-box__line {
        height: 5px;
    }
    .service-single__head {
        padding-bottom: 12px;
    }
    .service-single__head::before {
        height: 1px;
    }
    .page__head {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page__head::before {
        bottom: 24px;
    }

    .header {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header.fixed-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header__logo {
        width: 155px;
        height: 40px;
        -webkit-background-size: 155px 40px;
        background-size: 155px 40px;
    }
    .header__contact {
        max-width: 40px;
    }
    .header__contact-btn {
        display: block;
    }
    .header__phone, .header .header__request {
        display: none;
    }

    .main-start {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        align-self: center;
        min-height: calc(100vh - 56px);
        background-position: center top;
        padding-top: 30%;
        padding-bottom: 100px;
        font-size: 15px;
    }
    .main-start::before {
        top: -40px;
        height: calc(100% + 40px);
    }
    .main-start__head {
        margin-bottom: 12px;
        font-size: 30px;
    }
    .main-start__request {
        display: block;
    }

    .main-box__head {
        font-size: 25px;
    }
    .main-box__photo {
        width: 72%;
    }
    .main-box--best .main-box__photo {
        margin-left: -50px;
    }
    .main-box--warranty .main-box__photo {
        width: 82%;
        margin-left: 8%;
    }
    .slick-slider, .main-box__excerpt {
        font-size: 15px;
    }
    .slick-slider .main-box__excerpt {
        font-size: 15px !important;
    }
    .main-box .main-box__square {
        height: 210px;
    }

    .main-service::before {
        left: calc(50% - 65px);
        width: calc(50% + 60px);
        height: calc(100% - 130px);
    }
    .main-service__head, .head__service {
        margin-bottom: 20px;
        font-size: 22px;
        text-align: left;
    }
    .head__service {
        padding-bottom: 5px;
        font-size: 25px;
        text-transform: uppercase;
    }
    .main-service__head::before, .head__service::before {
        top: 7px;
        left: 188px;
        width: 100%;
        height: 5px;
    }
    .head__service::before {
        top: 9px;
        left: 210px;
    }
    .main-service__list {
        width: calc(100% + 8px);
        margin-left: -4px;
    }
    .main-service__item {
        width: calc(50% - 8px);
        margin: 0 4px 8px;
        overflow: hidden;
        position: relative;
    }
    .main-service__item.active .main-service__title, .main-service__item.active .main-service__line {
        display: none;
    }
    .main-service__item.active .main-service__text {
        height: 100%;
        max-height: 100%;
    }
    .main-service__item.active .main-service__info {
        background: rgb(16,16,16);
        background: -moz-linear-gradient(45deg, rgba(16,16,16,1) 0%, rgba(73,73,74,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
        background: linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#49494a',GradientType=1 );
    }
    .main-service__text ul li a {
        display: block;
        padding: 4px 0;
        border-top: 1px solid #fff;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
        text-align: center;
    }
    .main-service__text ul li:first-child a {
        border-top: none;
    }
    .main-service__close {
        display: none;
        position: absolute;
        top: 2px;
        right: 2px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        z-index: 20;
    }
    .main-service__item.active .main-service__close {
        display: block;
    }
    .main-service__close::before, .main-service__close::after {
        content: '';
        position: absolute;
        top: -1px;
        width: 2px;
        height: 18px;
        background: #fff;
        transform: rotate(45deg);
    }
    .main-service__close::before {
        left: 9px;
    }
    .main-service__close::after {
        right: 8px;
        transform: rotate(135deg);
    }


    .advantage {
        padding-bottom: 40px;
    }
    .advantage::before {
        height: calc(100% + 20px);
    }
    .advantage__head {
        width: 250px;
        position: relative;
        margin-bottom: 35px;
        font-size: 25px;
        text-align: left;
    }
    .advantage__head::before {
        content: '';
        position: absolute;
        top: 38px;
        left: 180px;
        width: 100%;
        height: 5px;
        background: #be9a63;
    }
    .advantage__item {
        min-height: 90px;
        margin-bottom: 24px;
        background-color: transparent;
        border: none;
        padding-top: 56px;
        font-size: 12px;
    }
    .advantage__item::before {
        top: 0;
        transform: scale(.5);
    }
    .advantage__item:hover::before {
        transform: scale(.5);
    }
    .advantage__item--privacy::before {
        top: 5px;
    }
    .advantage__item--logo {
        display: none;
    }
    .advantage__item--more {
        width: 65px;
        height: 65px;
        min-height: 65px;
        padding-top: 16px;
        background-color: #be9a63;
        margin-top: 8px;
        margin-left: 8%;
        font-size: 14px;
    }

    .advantage__item--personal {
        order: -8;
    }
    .advantage__item--anywhere {
        order: -6;
    }
    .advantage__item--prof {
        order: -4;
    }
    .advantage__item--privileges {
        order: -1;
    }
    .advantage__item--implem {
        order: -2;
        margin-left: 19.4%;
    }

    .about .main-box--best .main-box__photo {
        width: 360px;
        margin-left: -50px;
    }
    .about .main-box--best .main-box__line {
        top: 150px;
    }
    .about .main-box--best .main-box__square {
        width: 60%;
        height: 220px;
        left: 0;
    }

    .about .main-box--warranty .main-box__photo {
        width: 90%;
        margin-left: 10%;
    }
    .about .main-box--warranty .main-box__line {
        top: 130px;
        left: 6%;
        width: 140%;
    }
    .about .main-box--warranty .main-box__square {
        width: 62%;
        height: 220px;
        right: 0;
    }
    .about .main-box--warranty .main-box__head {
        margin-top: 8px;
    }




    .service::before {
        width: 70%;
    }
    .service-single .m_inb {
        display: block;
    }
    .service-single__box {
        padding: 16px;
    }
    .service-single__box::before {
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }
    .service-single__head {
        padding-bottom: 8px;
    }
    .service-single__product-list {
        position: relative;
        top: -40px;
        left: calc(50% - 220px);
        width: 440px;
        min-height: 680px;
        transform: scale(0.78);
    }
    .service-single__text {
        font-size: 16px;
        line-height: 26px;
    }

    .service-single__comeback {
        padding-top: 0;
    }

    .calendar__caption li {
        padding: 20px 8px;
        margin: 0;
    }
    .calendar__item {
        min-height: 180px;
        padding: 12px 8px;
    }
    .calendar__item-category {
        padding-bottom: 2px;
    }
    .calendar__item-date {
        padding-bottom: 4px;
    }
    .calendar__item-name {
        padding-top: 8px;
        font-size: 16px;
    }


    .fpa {
        padding-bottom: 20px;
    }
    .fpa::before {
        top: 350px;
        width: 75%;
        height: 270px;
    }
    .fpa .head {
        margin-bottom: 0;
        padding-bottom: 40px;
        font-size: 25px;
    }
    .fpa .head::before {
		top: inherit;
        bottom: 16px;
        left: 183px;
        height: 5px;
    }
    .fpa__things-list {
        display: block;
        width: 160px;
        margin: 0 auto;
        background-color: #fff;
        -webkit-box-shadow: 7px 7px 16px rgba(0, 0, 0, .15);
        -moz-box-shadow: 7px 7px 16px rgba(0, 0, 0, .15);
        box-shadow: 7px 7px 16px rgba(0, 0, 0, .15);
        position: relative;
    }
    .fpa__things-list .slick-list::after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }
    .fpa__things-item {
        float: left;
        min-height: 120px;
        width: 100%;
        max-width: 160px;
        margin-right: 0;
        margin-bottom: 0;
        padding: 32px 12px 12px;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
    }
    .fpa__things-item::before {
        top: 16px;
        width: 100%;
        text-align: center;
    }
    .fpa__things-list .slick-dots {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fpa__things-list .slick-dots button {
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .fpa__things-list .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        margin-top: -1px;
    }
    .fpa__info {
        position: relative;
        padding-top: 30px;
        margin-bottom: 50px;
    }
    .fpa__info::before {
        display: none;
    }
    .fpa__info::after {
        right: -5%;
        width: 110%;
        height: 5px;
    }
    .fpa__text-block {
        margin-top: 40px;
        padding: 10px 10px 5px;
        font-size: 18px;
    }
    .fpa__popular-head {
        margin-bottom: 24px;
        font-size: 27px;
    }
    .fpa__popular-title {
        left: 0;
        width: 100%;
        padding: 0 10px;
        font-size: 20px;
        text-align: center;
    }

    .faq__head {
        font-size: 22px;
        text-align: left;
    }
    .faq__head::before, .faq__head::after {
        display: block;
    }
    .faq__list {
        padding-bottom: 0;
        max-height: 0;
        overflow: hidden;
    }
    .faq__list.active {
        padding-bottom: 30px;
        max-height: 2000px;
    }
    .faq__item {
        padding: 15px 20px 10px 10px;
    }
    .fpa__popular-list {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .fpa__popular-item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .fpa__popular-item::after {
        display: none;
    }
    .fpa__popular-info {
        padding: 15px;
    }
    .fpa__popular-info::after {
        top: 8px;
        left: 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
    }


    .partners__box {
        width: 100%;
    }
    .partners__head {
        padding-top: 20px;
        margin-bottom: 0;
    }
    .partners__head::before {
        top: 70px;
        left: 210px;
    }
    .partners__text {
        font-size: 14px;
    }
    .partners__list {
        padding-top: 30px;
    }
    .partners__item {
        min-height: 130px;
    }
    .partners__item-logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        padding-bottom: 0;
        margin: 0 auto;
    }
    .partners__item-info, .partners__item-logo::before {
        display: none;
    }


    .service__head-vip {
        padding-top: 30px;
        font-size: 25px;
    }
    .service__head-vip::before {
        bottom: -12px;
        left: 110px;
    }
    .service-single__head {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .service-single__head::before {
        background-color: #a7a7a7;
    }
    .service-single__box {
        background: none !important;
        color: #000;
    }
    .service-single__box::before, .service-single__box::after {
        display: none;
    }
    .service-single__text {
        max-height: 150px;
        overflow: hidden;
        font-size: 12px;
    }
    .service-single__text.active {
        max-height: 5000px;
    }
    .service-single__read-more {
        display: block;
    }

    .single__quote {
        padding: 16px 12px;
    }
    .single__quote-label {
        width: 100px;
        font-size: 12px;
    }
    .single__quote-value {
        width: calc(100% - 115px);
        font-size: 16px;
    }
    .single__gallery-box {
        overflow: visible;
    }
    .single__gallery-first {
        width: 100%;
        margin-bottom: 100px;
    }
    .single__gallery::before {
        bottom: -54px;
        left: 0;
        width: 100%;
        height: 54px;
    }
    .single__gallery .slick-arrow {
        bottom: -40px;
    }
    .single__gallery .slick-prev {
        right: inherit;
        left: 20px;
    }
    .single__gallery .slick-next {
        right: 20px;
    }
    .single__gallery-paging {
        bottom: -45px;
        right: 0;
        width: 100%;
        text-align: center;
    }
    .single__head {
        padding-bottom: 30px;
        margin-bottom: 0;
        position: relative;
        font-size: 25px;
    }
    .single::before {
        display: none;
    }
    .single__text {
        position: relative;
        overflow: visible;
    }
    .single__text::before {
        content: '';
        position: absolute;
        top: -82px;
        left: 50%;
        width: 80%;
        height: calc(100% + 170px);
        background-color: #f1f1f1;
        z-index: -1;
    }
    .single__text::after {
        content: '';
        position: absolute;
        top: -15px;
        left: 260px;
        width: 100%;
        height: 5px;
        background: #be9a63;
    }

    .about {
        padding-top: 30px;
    }
    .about .main-box--result .main-box__line {
        display: block;
        height: 5px;
    }
    .about .head {
        padding-top: 0;
        font-size: 28px;
    }
    .about .head::before {
        top: 12px;
        left: 172px;
    }
    .about .main-box--result .main-box__photo {
        width: 260px;
        margin-left: 12%;
    }
    .about .main-box--result .main-box__square {
        top: 120px;
        left: calc(50% - 65px);
        width: calc(50% + 65px);
        height: 270px;
    }
    .about .main-box--result .main-box__line {
        width: 100%;
        top: 185px;
        left: 7%;
    }

    .about .main-box__head {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 23px;
    }


    .membership__box {
        position: relative;
        z-index: 5;
    }
    .membership__box::after {
        content: '';
        display: block;
        position: absolute;
        top: inherit;
        bottom: 40px;
        right: 0;
        width: 150px;
        height: 360px;
        max-height: calc(100% - 80px);
        background: url('../images/bg-horse.svg') center left no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 0;
        z-index: -1;
        transition: all .5s ease;
    }
    .membership__box.mob-active::after {
        opacity: .05;
    }
    .membership__box-form {
        background-color: transparent;
    }
    .membership__box-form::after {
        display: none;
    }

    .experience .head::before {
        top: 16px;
        left: 240px;
    }


    .contact .m_inb::before {
        top: 24px;
        left: calc(50% - 2px);
        width: calc(50% + 40px);
        height: calc(100% + 50px);
    }
    .head__contact {
        padding-bottom: 30px;
        font-size: 25px;
    }
    .head__contact::before {
        top: 36px;
        left: 104px;
        height: 5px;
    }
    .contact__title {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .contact__info {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .contact__photo {
        width: 170px;
        height: 240px;
        overflow: hidden;
    }

    .contact .social {
        justify-content: flex-start;
    }
    .contact__legal {
        display: none;
    }



    .partners__list .slick-slide {
        margin: 0 5px;
    }
    .partners__item {
        position: relative;
    }



    .main-help {
        margin-top: -20px;
    }
    .about-help {
        margin-top: 5px;
    }
    .main-help::before, .main-help::after {
        display: none;
    }
    .main-help__box {
        width: 100%;
    }
    .main-help__label textarea {
        height: 90px;
    }

    .contact__info-line {
        max-width: 320px;
    }


	.traveller-made {
		margin: 10px auto 0;
	}


    .footer__contact {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .footer__coinfo {
        text-align: center;
    }
    .footer__social {
        padding-top: 0;
    }
    .social {
        justify-content: center;
    }
    .social__item, .footer__social .social__item {
        margin: 0 10px;
    }
    .contact__box .social__item:first-child {
        margin-left: 0;
    }
	.footer__nav {
		display: block;
		width: 100%;
	}
    .footer__nav ul {
        justify-content: center;
    }
    .footer__nav ul li {
        margin: 0 8px 8px;
    }

    .popup {
        max-width: 340px;
        padding: 12px 10px 8px;
    }
    .popup__body {
        max-width: 300px;
    }
    .popup__head {
        padding-right: 30px;
        font-size: 22px;
    }
    .popup-thy .popup__head {
        font-size: 20px;
    }
    .popup__subhead {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .popup__phone, .popup__whatsapp {
        padding-left: 18px;
        font-size: 15px;
    }
    .membership__form input, .membership__form textarea {
        margin-bottom: 16px;
    }
    .membership__form-submit input {
        margin: 0;
    }



}



@media screen and (device-width: 360px) and (device-height: 640px) {
    .main-start {
        padding-bottom: 30px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 4) {
    .main-start {
        padding-bottom: 30px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 4) {
    .main-start {
        padding-bottom: 30px;
    }
}
