.text-bold {
    font-weight: bold;
}
.text-not-bold {
    font-weight: normal;
}
.text-not-transform {
    text-transform: none;
}
.text-italic {
    font-style: italic;
}
.cl--black {
    color: #000;
}
.cl--white {
    color: #fff;   
}

a:focus,
a:active,
a:hover {
  color:#fff;
}

.element-invisible, #search-block-form--2 .form-submit, #search-block-form--3 .form-submit  {display:none;}


.search {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:32px;
  height:22px;
  padding:0 5px;
}
.search:hover {
  cursor:pointer;
}
#search-block-form--2, #search-block-form--3{
  position:absolute;
  top:100%;
  left:10px;
  z-index:70;
  display:none;
}
#edit-search-block-form--4,#edit-search-block-form--6 {
  padding:5px 10px;
  border:1px solid #daa959;
}
#edit-search-block-form--4:active,
#edit-search-block-form--4:focus ,#edit-search-block-form--6:active,#edit-search-block-form--6:focus {
  outline:none;
}
.search__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 100%;
  padding-right: 4px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.search__close:hover {
  cursor:pointer;
}

#edit-search-block-form--6 {width: 100%;}
#search-block-form--3 {width: 100%;     left: 0;}


.logo {
  width:100%;
  height:110px;
  padding:0 10px;
  -o-object-fit:contain;
  object-fit:contain;
}

.section-head {
  display:block;
  width: 100%;
  padding: 5px 0;
  font-size: 42px;
  color: #000;
  line-height: 30pt;
  font-weight: bold;
  text-transform: uppercase;
  text-align:center;
  font-size: 26pt;
}
.section-desc {
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
    line-height: 18pt;
}
.section-head_light {
  font-weight:normal;
}
.section-head_white {
  color:#fff;
}
.section-head_regular {
  padding-top:40px;
  font-size:46px;
  color:#fff;
  font-weight:400;
}

.social {
  position:relative;
  top:-3px;
  width:31px;
  height:31px;
  margin:0 5px;
}
.social img {
  width:100%;
  height:100%;
}

.menu {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
  padding:0;
  margin:0;
}
.menu_sub {
  display:none;
  position: absolute;
  top:100%;
  left: 0;
  justify-content: flex-start;
  padding-top:5px;
}
.menu_sub:hover {
  display:flex;
}
.menu__item {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding:0;
}
.menu__item_hide {
  display:none;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:10px 0;
}
.menu__item.active .menu_sub {
  display:flex;
}
.menu__link {
  display:flex;
  align-items:center;
  padding:7px 10px;
  font-size:15px;
  color:#fff;
  line-height:1;
  text-align:center;
  transition:all 0.3s
}

.header__element:nth-child(2) {
  margin-right: 80px;
}
.menu__link:focus,
.menu__link:active,
.menu__link:hover {
  background:rgba(0,0,0,.3);
  color:#fff;
  text-decoration:none;
}

.social {
  position: relative;
  top: -3px;
  width: 22px;
  height: 22px;
  margin: 0 5px;
}
.menu__link.active {
  background:rgba(0,0,0,.3);
  color:#fff;
  text-decoration:none;
}
.menu__link:hover ~ .menu_sub,
.menu__link:focus ~ .menu_sub,
.menu__link:active ~ .menu_sub {
  display:flex;
}
.menu__link.hover {
  background:rgba(0,0,0,.3);
  color:#fff;
  text-decoration:none;
}
.menu__link_sub {
  position:relative;
  padding: 5px 10px 12px;
  font-size: 13px;
}
.menu__link_sub:focus,
.menu__link_sub:active,
.menu__link_sub:hover {
  background:transparent;
}
.menu__link_sub:focus:after,
.menu__link_sub:active:after,
.menu__link_sub:hover:after {
  content:'';
  position:absolute;
  bottom:0;
  left:10px;
  width:calc(100% - 20px);
  height:3px;
  background:#daa959;
}

.search {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:32px;
  height:22px;
  padding:0 5px;
}
.search__form {
  display:none;
}

.lang {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:32px;
  height:22px;
  padding:0 5px;
}

.form-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding: 60px 28px 40px;
  /*! margin: 30px 0; */
  background: rgba(255,255,255,.8);
}
.form-section:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -o-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: linear-gradient(135deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
}
.form-section__element {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:calc(33% - 10px);
  padding: 10px 0;
  margin:0;
}
.form-section__element_large {
  width: calc(50% - 30px);
}
.form-section__element_medium {
  width:calc(50% - 10px);
}
.form-section__line {
  width:100%;
}
.form-section__block {
  position: absolute;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  top: 22px;
}
.form-section__icon {
  width:100%;
  height:100%;
}
.form-section__input {
  width: 100%;
  height: 46px;
  padding-left:40px;
  border:1px solid transparent;
}
.form-section__input_border {
  border:1px solid #DAA959;
}
.form-section__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 5px;
  margin: 0;
}
.form-section__radio-label:hover {
  cursor:pointer;
}
.form-section__radio {
  display: none;
}
.form-section__radio-custom {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #DAA959;
  border-radius: 100%;
}
.form-section__radio-desc {
  font-size:16px;
  line-height:1;
  color:#000;
}
.form-section__radio:checked + .form-section__radio-custom {
  background: #DAA959;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.personal-data {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  padding:10px 0;
  margin:0;
  position: relative
}
.personal-data__label:hover {
  cursor:pointer;
}
.personal-data__checkbox {
  display: none;
}
.personal-data__custom {
  position: relative;
  width:16px;
  height:16px;
  margin-right:12px;
  background:url(/assets/theme/images/icons/calculator/checkbox.svg) no-repeat;
  background-size:100% 100%;
}
.personal-data__desc {
  font-size:14px;
  line-height:1;
  color:#828282;
}
.personal-data__desc_link {
  color:#000;
  text-decoration:underline;
}
.personal-data__desc:hover {
  cursor:pointer;
}
.personal-data__desc_link:hover {
  color:#333;
}
.personal-data__checkbox:checked + .personal-data__custom {
  background:url(/assets/theme/images/icons/calculator/checkbox-check.svg) no-repeat;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 10px 0;
}
.button {
  display:flex;
  align-items:center;
  height: 36px;
  padding: 0 26px;
  background: #DAA959;
  border:2px solid #DAA959;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.button:hover,
.button:focus,
.button:active {
  cursor:pointer;
  background: #fff;
  color: #DAA959;
  outline:none;
  text-decoration:none;
}

.modal__close {
  position:absolute;
  top:10px;
  right:10px;
  width:20px;
}
.modal__close:hover {
  cursor:pointer;
}



.header-background {
  position:fixed;
  top:0;
  z-index:70;
  width:100%;
  padding:20px 0;
  background:rgba(0,0,0,.7);
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.header-background.scroll {
  /*background:#333;*/
}
.header {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.header__container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:70%;
}
.header__container_small {
  width:30%;
}
.header__elements {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:5px 0;
}
.header__element {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:0 5px;
}
.header__element_mobile {
  display:none;
}
.header__mail {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:22px;
  padding:0 5px;
  font-size:14px;
  color:#fff;
  line-height:1;
  font-weight:300;
}
.header__mail:before {
  content:url(/assets/theme/images/icons/mail.svg);
  margin-right:10px;
}
.header__buttons {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0 -5px;
}
.header__phone {
  font-size:20px;
  color:#fff;
  line-height:1;
  font-weight:700;
}
.header__phone:before {
  content:url(/assets/theme/images/icons/phone-header.svg);
  margin-right:10px;
}
.header__link {
  padding: 5px 10px;
  margin: 5px 0;
  background: #DAA959;
  border: 2px solid #DAA959;
  font-size: 16px;
  color: #414c5c;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__link:focus,
.header__link:active,
.header__link:hover {
  background:#fff;
  color:#daa959;
  outline:none;
  text-decoration:none;
}
.header__menu-button {
  padding: 14px 8px;
  background: #DAA959;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__button {
  position:relative;
  width:20px;
  height:4px;
  background:#333;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}
.header__button:after,
.header__button:before {
  content:'';
  position:relative;
  display:block;
  width:20px;
  height:4px;
  background:#333;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__button:before {
  top:-8px;
}
.header__button:after {
  top:4px;
}
.header__menu-button.active .header__button {
  background:transparent;
}
.header__menu-button.active .header__button:after {
  top:-4px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  background:#fff;
}
.header__menu-button.active .header__button:before {
  top:0;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  background:#fff;
}

.calculator-background {
  padding-top:145px;
  background: url(/assets/theme/images/calculator-background.jpg) no-repeat;
  background-size: cover;
}
.calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0;
}
.calculator__head {
  width:100%;
  padding:40px 0 0;
  font-size: 46px;
  color:#fff;
  line-height: 1;
  text-transform: uppercase;
  text-align:center;
}
.calculator__container {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
}
.calculator__container_small {
  /*! bottom: -10px; */
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  width: 30%;
}
.calculator__image {
  width: 100%;
}

.our-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding: 85px 0;
}
.our-advantages__head {
  padding:25px 0;
}
.our-advantages__elements {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding:25px 0;
}
.our-advantages__element {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
}
.our-advantages__icon {
  width: 120px;
  height: 100px;
  padding: 10px 0;
}
.our-advantages__element-title {
  padding: 10px 0;
  font-size: 36px;
  color: #DAA959;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.our-advantages__desc {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-transform: lowercase;
}
.our-advantages__element:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #E5E5E5;
}
.our-advantages__element:last-child:after {
  content:none;
}

.flights-background {
  position:relative;
  background:#000;
}
.flights-background:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background:url(/assets/theme/images/flights-background.jpg) no-repeat;
  background-size:cover;
  opacity:0.6;
  -webkit-filter:grayscale(0.6);
  filter:grayscale(0.6);
}
.flights-background:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: -webkit-linear-gradient(bottom, #fff, transparent);
  background: -o-linear-gradient(bottom, #fff, transparent);
  background: linear-gradient(0deg, #fff, transparent);
}
.flights {
  position:relative;
  z-index:1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding:100px 0 50px 0;
}
.flights__head {
  padding:10px 0;
}
.flights__head_desc {
  padding:10px 0;
  font-size:22px;
  color:#fff;
  line-height:31px;
  font-weight:700;
  text-align:center;
}
.flights__head_container {
  width:100%;
  padding:20px 0;
  font-size:22px;
  color:#000;
  line-height:31px;
  font-weight:300;
  text-transform:uppercase;
  text-align:center;
}
.flights__container {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  margin: 60px 0 10px;
  background: rgba(255,255,255,.8);
}
.flights__container:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -webkit-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -o-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: linear-gradient(135deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
}
.flights__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flights__element {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width: calc(25% - 20px);
  /*! height:40px; */
  padding:8px 15px;
  margin:5px 10px;
  background:#fff;
  color:#000;
}
.flights__element_small {
  width: calc(12% - 20px);
}
.flights__element_medium {
  width: calc(20% - 20px);
}
.flights__element_transparent {
  height: auto;
  margin: 0 10px;
  background: transparent;
  color: #daa959;
}
.flights__icon {
  margin-right:10px;
}
.flights__title {
  font-size: 16px;
  line-height: 1;
}
.flights__title_hide {
  display:none;
  font-size:15px;
  font-weight:600;
}
.flights__items {
  width: 100%;
}




.services {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:10px 0 25px;
  background:#fff;
}
.services__head {
  padding:35px 0;
}
.services__elements {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:35px 0;
  margin:0 -10px;
  flex-wrap: wrap;
}
.services__element {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:31%;
  padding:30px 10px 40px;
  margin:15px 10px;
  -webkit-box-shadow:0 4px 20px 1px rgba(0,0,0,.2);
  box-shadow:0 4px 20px 1px rgba(0,0,0,.2);
}
.services__title {
  padding:20px 0;
  font-size:22px;
  line-height:1;
  color:#daa959;
  font-weight:700;
  text-transform:uppercase;
  text-align:center;
}
.services__icon {
  background: #daa959;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  object-fit: contain;
  padding:10px 0;
  transition:all 0.3s;
}
.services__element:hover .services__icon {
  transform:scale(1.2);
}
.services__desc {
  padding:10px 0;
  font-size:18px;
  color:#000;
  line-height:25px;
  text-align:center;
}

.big-background {
  position:relative;
  background:url(/assets/theme/images/big-background.jpg) no-repeat;
  background-size:cover;
  background-position: bottom;
}
.big-background:after {
  content:'';
  position:absolute;
  top:-1px;
  width:100%;
  height:100%;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(transparent));
  background:-webkit-linear-gradient(top, #fff 20%, transparent);
  background:-o-linear-gradient(top, #fff 20%, transparent);
  background:linear-gradient(180deg, #fff 20%, transparent);
}

.models {
  position:relative;
  z-index:1;
  /*! padding:25px 0; */
}
.models__head {
  padding:10px 0;
}
.models__elements {
  padding:0 0 25px 0;
}
.models__element {
  position: relative;
  height:260px;
}
.models__element:after {
  content:'';
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.3);
}
.models__element:active,
.models__element:focus {
  outline:none;
}
.models__image {
  width: 100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.models__container {
  position: absolute;
  top:0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width:220px;
  height:100%;
  padding: 0 20px;
  background: #DAA959;
}
.models__block {
  display:none;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  padding:15px 0;
  border-top: 2px solid #fff;
  -webkit-transform: scale(0.8,1);
  -ms-transform: scale(0.8,1);
  transform: scale(0.8,1);
}
.models__title {
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  font-size:22px;
  color:#fff;
  line-height:1;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  text-align:center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
.models__title:focus,
.models__title:active,
.models__title:hover {
  color:#333;
  text-decoration:none;
  outline:none;
}
.models__desc {
  padding:5px 0;
  font-size:14px;
  color:#fff;
  line-height:1;
  font-weight:500;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
.models__element.slick-current {
  z-index:1;
  height:340px;
  padding:20px 0;
  -webkit-transform:scale(1.3, 1) translateX(30px);
  -ms-transform:scale(1.3, 1) translateX(30px);
  transform:scale(1.3, 1) translateX(30px);
}
.models__element.slick-current .models__container {
  top:20px;
  height:calc(100% - 40px);
}
.models__element.slick-current .models__title {
  -webkit-transform: rotate(180deg) scale(0.8, 1);
  -ms-transform: rotate(180deg) scale(0.8, 1);
  transform: rotate(180deg) scale(0.8, 1);
}
.models__element.slick-current:after {
  content:none;
}
.models__element.slick-current:hover .models__container {
  top:0;
  right: -20px;
  height:100%;
  padding: 10px;
}
.models__element.slick-current:hover .models__title {
  padding: 15px 0;
  -webkit-transform: scale(0.8,1);
  -ms-transform: scale(0.8,1);
  transform: scale(0.8,1);
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
.models__element.slick-current:hover .models__block {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.models__arrow {
  position:absolute;
  top:calc(50% - 20px);
  z-index:70;
  width:40px;
  height:40px;
  padding:0;
  border:none;
  border-radius:100%;
  -webkit-box-shadow:0 4px 8px 2px rgba(0,0,0,.2);
  box-shadow:0 4px 8px 2px rgba(0,0,0,.2);
}
.models__arrow_prev {
  left:-50px;
  background:url(/assets/theme/images/icons/arrow-prev.svg) no-repeat;
  background-size:100% 100%;
}
.models__arrow_next {
  right:-50px;
  background:url(/assets/theme/images/icons/arrow-next.svg) no-repeat;
  background-size:100% 100%;
}
.models__arrow:hover,
.models__arrow:active,
.models__arrow:focus {
  cursor:pointer;
  outline:none;
}
.models .models__show-all {
  text-align: center;
} 

.desires {
  position:relative;
  z-index:1;
  padding:15px 0 30px;
  margin-bottom:60px;
}
.desires__head {
  /*! padding:40px 0; */
}
.desires__elements {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:30px 0;
}
.desires__element {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:calc(50% - 12px);
  padding:25px 40px 45px;
  margin:10px 0;
  background:rgba(255,255,255,.9);
}
.desires__title {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:20px 0;
  margin:15px 0;
  border-bottom:3px solid #DAA959;
  font-size:22px;
  color:#333;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
}
.desires__title:after {
  content:url(/assets/theme/images/icons/check.svg);
  position:relative;
}
.desires__desc {
  padding:15px 0;
  font-size:16px;
  color:#000;
  line-height:23px;
}
.order-background {
  position: relative;
}
.order-background:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(70% - 125px);
  right: 0;
  width: 100%;
  height: 250px;
  background: url(/assets/theme/images/order-background.png) no-repeat;
  background-size: cover;
}
.order {
  padding:20px 0;
}
.order__head {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:20px 0;
}
.order__elements { position:relative; z-index: 1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:0;
  counter-reset: order 0;
  background:#fff;
}
.order__element {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:calc(20% - 10px);
  padding:15px 20px;
  margin:10px 0;
  -webkit-box-shadow:0 0 15px 3px rgba(0,0,0,.2);
  box-shadow:0 0 15px 3px rgba(0,0,0,.2);
  overflow:hidden;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.order__element:after {
  counter-increment: order;
  content: ".0"counter(order);
  position:absolute;
  right:-20px;
  bottom:-15px;
  font-size: 100px;
  color: #f0f0f0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.order__element:hover {
  cursor:pointer;
  /*! width:20%; */
  /*! padding:25px 30px; */
  /*! margin:0 -5px; */
  transform: scale(1.04);
}
.order__element:hover:after {
  color:#f4e5cd;
}
.order__title {
  min-height: 100px;
  padding:25px 0;
  font-size:18px;
  color:#333;
  line-height:25px;
  font-weight:700;
  text-align:center;
  min-height: 125px;
}
.order__icon {
  /*! padding:25px 0; */
  margin: 25px 0;
}
.order__dummy {
  width:100%;
  height:100px;
}

.sponsors {
  padding:20px 0;
}
.sponsors__head {
  padding:20px 0 0 0;
}
.sponsors__elements {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:40px 0;
}
.sponsors__element {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  max-width:25%;
  height:50px;
  padding:0 30px;
}
.sponsors__element:after {
  content:'';
  position:absolute;
  right:-7px;
  width:14px;
  height:14px;
  background:#daa959;
  border-radius:100%;
}
.sponsors__element:last-child:after {
  content:none;
}
.sponsors__image {
  max-width:100%;
  height:100%;
  -o-object-fit:contain;
  object-fit:contain;
  -webkit-filter:grayscale(1);
  filter:grayscale(1);
}
.sponsors__element:hover .sponsors__image {
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
}

.popular {
  padding:25px 0;
}
.popular__head {
  padding:30px 0 10px;
}
.popular__head_desc {
  padding:25px 0;
  font-size:22px;
  color:#000;
  line-height:1;
  font-weight:700;
}
.popular__elements {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding:35px 0;
  margin:0 -15px;
}
.popular__element {
  position:relative;
  width:33%;
  height:280px;
  padding:0 12px;
}
.popular__container  {
  position:relative;
  display:block;
  height:100%;
}
.popular__image {
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.popular__block {
  position:absolute;
  top:0;
  right:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  min-width:60%;
  padding:10px 20px;
  background:#daa959;
  -webkit-box-shadow:0 0 15px 1px rgba(0,0,0,.25);
  box-shadow:0 0 15px 1px rgba(0,0,0,.25);
}
.popular__price {
  display:none;
  -ms-flex-item-align:end;
  align-self:flex-end;
  padding:10px 0;
  font-size:18px;
  color:#fff;
  line-height:1;
  font-weight:300;
}
.popular__title {
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:1;
  font-weight:700;
  text-align:center;
  text-transform:uppercase;
}
.popular__row {
  display:none;
  width:100%;
  padding:5px 0;
}
.popular__icon {
  margin-right:7px;
}
.popular__desc {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
  font-size:14px;
  color:#fff;
  line-height:1;
  font-weight:700;
}
.popular__desc_light {
  font-weight:300;
}
.popular__element:hover .popular__container {
  -webkit-box-shadow:0 0 15px 1px rgba(0,0,0,.25);
  box-shadow:0 0 15px 1px rgba(0,0,0,.25);
}
.popular__element:hover .popular__block {
  height:100%;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.popular__element:hover .popular__price { text-transform: capitalize;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.popular__element:hover .popular__title {
  padding:15px 0;
  margin:15px 0;
  border-bottom:2px solid #fff;
}
.popular__element:hover .popular__row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.popular__element .popular__button {
  margin: 5px auto 0 auto;
}

.footer-background {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:50px;
  background: url(/assets/theme/images/footer.png) no-repeat;
  background-size: cover;
}
.footer-background:before {
  content: '';
  position: absolute;
  top: -12px;
  width: 100%;
  height: 12px;
  background: #DAA959;
}
.footer-background:after {
  content:'';
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.3);
}
.footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.footer__container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  width:60%;
}
.footer__container_small {
  width:40%;
  padding-left:30px;
}
.footer__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:5px 0;
}
.footer__element_row {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
}
.footer__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__block_tablet {
  display:none;
}
.footer__block_mobile {
  display:none;
}
.footer__link {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.footer__link img {
  width:100%;
  height:100%;
}
.footer__button {
  padding: 10px 20px;
  background: #DAA959;
  border:2px solid #DAA959;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.footer__button:focus,
.footer__button:active,
.footer__button:hover {
  background:#fff;
  color:#daa959;
  text-decoration:none;
}
.footer__info {
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  margin-bottom: 10px;
}
.footer__info-block {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding-left:25px;
}
.footer__info-block_icon {
  padding:0;
}
.footer__info-block_icon:before {
  content:url(/assets/theme/images/icons/place-min.svg);
  position:relative;
  left:0;
  width:19px;
  margin-right:10px;
}
.footer__line {
  font-size:14px;
  color:#fff;
  line-height:20px;
}
.footer__line_bold {
  font-weight:700;
}
.footer__phone {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  padding: 5px 0;
  font-size:16px;
  color:#fff;
  line-height:1;
  font-weight:700;
}
.footer__phone:before {
  content:url(/assets/theme/images/icons/phone-header.svg);
  position:relative;
  top:2px;
  width:15px;
  margin-right:10px;
}
.footer__mail {
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  padding: 5px 0;
  color:#fff;
}
.footer__mail:before {
  content:url(/assets/theme/images/icons/mail.svg);
  position:relative;
  top:2px;
  width:15px;
  margin-right:10px;
}
.footer__mail-link {
  font-size:16px;
  color:#fff;
  line-height:1;
}

.copyright {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}
.request {
  display:flex;
  width:50%;
  margin:0 auto;
  -webkit-box-shadow:0 0 15px 2px rgba(0,0,0,.25);
  box-shadow:0 0 15px 2px rgba(0,0,0,.25);
}
.request_service {
  width:100%;
}
.request__block {
  width:50%;
}
.request__image {
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.request__form {
  padding:40px 30px;
  background:#fff;
}
.request__form_service {
  width:50%;
  margin:0;
}
.request__head {
  width:100%;
  padding:20px 0 5px;
  font-size:22px;
  color:#333;
  line-height:1;
  font-weight:300;
  text-transform:uppercase;
  text-align: center;
}
.request__head_bold {
  padding:5px 0 20px;
  font-weight:700;
}
.gratitude {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:50%;
  padding:40px 20px;
  margin:0 auto;
  background:#fff;
  -webkit-box-shadow:0 0 15px 2px rgba(0,0,0,.25);
  box-shadow:0 0 15px 2px rgba(0,0,0,.25);
}
.gratitude:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -o-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: linear-gradient(135deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
}
.gratitude__icon {
  padding:20px 0;
}
.gratitude__title {
  padding:20px 0 10px;
  font-size:22px;
  color:#000;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
}
.gratitude__desc {
  padding:10px 0 20px;
  font-size:18px;
  color:#000;
  line-height:1;
  font-weight:300;
}

.help-block.with-errors {
  /*! position: absolute; */
  left: 5px;
  /*! bottom: -4px; */
  line-height: 1;
  font-size: 10pt;
  color: #f00;
  top: 100%;
  margin: 3px 0 0 0;
}
.list-unstyled {
  margin: 0;
}

.form-group {
  margin:0;
}
.form-control:active,
.form-control:focus {
  outline: -webkit-focus-ring-color auto 5px;
  box-shadow: none; 
  border-color: transparent;
}

ul.menu_header > li:nth-child(7) > ul.menu_sub {left: 35%;}



/*Услуги*/
.services .field-name-body,.services .field-name-body p {font-size: 18px; }
.about-background {
  position:relative;
  padding-top:160px;
}
/*.about-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 160px);
  background: url(/assets/theme/images/about-background.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}*/
.about-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  width: 100%;
  height: calc(50% + 160px);
  background:rgba(180,180,180,.3);
}
.about {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__head {
  align-self:flex-start;
  padding:40px 0;
  text-transform: uppercase;
  font-size: 60px;
  color: #fff;
  line-height: 1;
}
.about__element {
  position:relative;
  width: 75%;
  padding: 55px;
  margin:40px 0;
  background: #fff;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.25);
}
.about__element:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -webkit-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -o-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: linear-gradient(135deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
}
.about__content {
  display: flex;
  flex-direction: column;
  font-size:18px;
  color:#000;
  line-height:24px;
}

.offer-background {
  position:relative;
}
.offer-background:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(70% - 125px);
  right: 0;
  width: 100%;
  height: 250px;
  background: url(/assets/theme/images/order-background.png) no-repeat;
  background-size: cover;
}
.offer {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  padding:20px 0;
}
.offer__head {
  padding:25px 0 35px;
}
.offer__elements {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.offer__element {
  display:flex;
  flex-direction:column;
  align-items:center;
  width:calc(33% - 30px);
  margin:0 15px;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.25);
}
.offer__title {
  width:100%;
  padding:10px 25px;
  background:#daa959;
  font-size:22px;
  color:#fff;
  line-height:1;
  font-weight:700;
}
.offer__image {
  width:100%;
  height:280px;
  padding-bottom:15px;
  -o-object-fit:cover;
  object-fit:cover;
}
.offer__desc {
  padding:15px 0;
  font-size:18px;
  color:#333;
  line-height:1;
}
.offer__link {
  width:50%;
  margin:15px 0 30px;
  padding:6px 0;
  background:#daa959;
  border:2px solid #daa959;
  font-size:16px;
  color:#fff;
  line-height:1;
  font-weight:700;
  text-align:center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.offer__link:focus,
.offer__link:active,
.offer__link:hover {
  background:#fff;
  color:#daa959;
  text-decoration:none;
}

.how-work {
  display:flex;
  flex-direction:column;
  padding:30px 0 80px;
}
.how-work__head {
  display:flex;
  flex-direction:column;
  padding:15px 0;
}
.how-work__elements {
  display:flex;
}
.how-work__element {
  display:flex;
  flex-direction:column;
  align-content:flex-start;
  justify-content:center;
  width:40%;
  padding:0 15px;
}
.how-work__element_large {
  width:60%;
  padding:0;
}
.how-work__image {
  width:100%;
  height:340px;
  -o-object-fit:cover;
  object-fit:cover;
}
.how-work__line {
  display:flex;
  align-items:center;
  padding:10px 0;
  font-size:22px;
  color:#000;
  line-height:1;
}
.how-work__line:before {
  content:url(/assets/theme/images/icons/star.svg);
  position:relative;
  margin-right:10px;
}
.how-work__link {
  width:40%;
  margin:20px 0;
  padding:6px 15px;
  background:#daa959;
  border:2px solid #daa959;
  font-size:16px;
  color:#fff;
  line-height:1;
  font-weight:700;
  text-align:center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.how-work__link:focus,
.how-work__link:active,
.how-work__link:hover {
  background:#fff;
  color:#daa959;
  text-decoration:none;
}
.desires_service {
  margin:0;
}

.about-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 740px;
  background: rgba(180,180,180,.3);
}

/*.about-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  background: url(/assets/theme/images/about-background.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}*/

.about {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 340px;
}

.about__element {
  position: relative;
  width: 80%;
  padding: 55px;
  margin: 40px 0;
  background: #fff;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.25);
}

.offer__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(40% - 15px);
  margin: 0 15px;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.25);
}



/*Адаптив*/

@media (max-width:1400px) {
  ul.menu_header > li:nth-child(7) > ul.menu_sub {left: 35%;}
  .models__arrow_prev {
    left:-10px;
  }
  .models__arrow_next {
    right:-10px;
  }
}

@media (max-width:1200px) {

  ul.menu_header > li:nth-child(7) > ul.menu_sub {left: 30%;}
  .form-section {
    padding: 40px 20px 20px;
    margin: 10px 0;
  }
  .form-section__element {
    width:calc(50% - 10px);
  }
  .form-section__element_large {
    width:calc(50% - 30px);
  }
  .header__container {
    width:75%;
  }
  .header__container_small {
    width:25%;
  }


  .header__phone {
    font-size:16px;
  }
  .calculator__container {
    width:60%;
  }
  .calculator__container_small {
    width:40%;
  }
  .calculator__head {
    padding: 30px 0 10px;
    font-size: 56px;
  }
  .calculator__head_bold {
    padding: 10px 0 30px;
  }
  .flights__element {
    padding:0 10px;
  }
  .models__arrow_prev {
    left:-20px;
  }
  .models__arrow_next {
    right:-20px;
  }
  .footer__container {
    width:65%;
  }
  .footer__container_small {
    width:40%;
  }
  .footer__button {
    padding:10px;
    font-size:14px;
  }
  .footer__info-block {
    padding-left:21px;
  }
  .footer__info-block_icon {
    padding:0;
  }
}

@media (max-width:990px) {


  #search-block-form--2 {
    left: 0;
    width: 100%;}

  .social {
    width:26px;
    height:26px;
  }
  .header-background {
    background:#333;
  }
  .menu_header {
    display:none;
    position:absolute;
    top:calc(100% + 5px);
    left:0;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    background:#333;
  }
  .menu_header.active {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .menu_footer {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .menu_sub {
    position:relative;
    top:0;
    left:20px;
    width:fit-content;
    padding:10px 0;
  }
  .menu__item {
    position:relative;
    flex-direction:column;
  }
  .menu__item.has-menu > .menu__link:after {
    content:'';
    width: 8px;
    margin: 0 5px;
    border-top: 4px solid #DAA959;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .menu__link {
    width:100%;
    text-align:left;
  }
  .menu__link:hover ~ .menu_sub,
  .menu__link:focus ~ .menu_sub,
  .menu__link:active ~ .menu_sub {
    display:none;
  }
  .menu__link.active ~ .menu_sub {
    display:flex;
  }
  .header-background {
    padding:5px 0;
  }
  .header__container {
    width:60%;
  }
  .header__container_small {
    width:40%;
  }
  .header__elements {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .header__element {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:50%;
    padding:5px;
  }
  .header__element_mobile {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .header__link {
    margin:0;
  }
  .header__menu-button {
    margin:0;
  }
  .form-section__radio-desc {
    font-size:14px;
  }
  .calculator__container {
    width:100%;
  }
  .calculator__container_small {
    display:none;
  }
  .section-head {
    font-size:30px;
  }
  .our-advantages {
    padding:40px 0;
  }
  .our-advantages__head {
    padding:15px 0;
  }
  .our-advantages__element-title {
    font-size:30px;
  }
  .flights {
    padding:50px 0;
  }
  .flights__head_desc {
    font-size:20px;
  }
  .flights__container {
    padding:20px 10px 10px;
    margin:40px 0;
  }
  .flights__element {
    width:calc(25% - 10px);
    margin:5px;
  }
  .flights__element_small {
    width:calc(12% - 10px);
  }
  .flights__element_medium {
    width:calc(20% - 10px);
  }
  .flights__element_transparent {
    margin:0 5px;
  }
  .flights__icon {
    display: none;
  }
  .flights__title {
    font-size:14px;
  }
  .services__element {
    padding: 20px 10px;
  }
  .services__title {
    padding: 10px 0;
    font-size: 18px;
  }
  .services__desc {
    padding: 10px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .models {
    padding:25px 0;
  }
  .models__head {
    padding:15px 0;
  }
  .models__elements {
    padding:10px 0;
  }
  .models__element {
    height:220px;
  }
  .models__element.slick-current {
    height:260px;
    padding:0;
    -webkit-transform: scale(1.3, 1) translateX(15px);
    -ms-transform: scale(1.3, 1) translateX(15px);
    transform: scale(1.3, 1) translateX(15px);
  }
  .models__element.slick-current .models__container {
    top: 0;
    right: 0;
    max-width:none;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(218, 169, 89, 0.7);
    text-decoration: none;
  }
  .models__element.slick-current .models__title {
    padding: 10px 0;
    -webkit-transform: scale(0.8,1);
    -ms-transform: scale(0.8,1);
    transform: scale(0.8,1);
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .models__element.slick-current .models__block {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .desires {
    padding:15px 0;
    margin:0;
  }
  .desires__head {
    padding:15px 0;
  }
  .desires__elements {
    padding:5px 0;
  }
  .desires__element {
    padding:15px 10px;
  }
  .desires__title {
    padding:10px 0;
    margin:10px 0;
    font-size:14px;
  }
  .desires__desc {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .order__head {
    padding:10px 0;
  }
  .order__elements {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:20px 0;
    background:transparent;
  }
  .order__element {
    width:calc(32% - 10px);
    padding: 5px;
    margin: 5px;
    background:#fff;
  }
  .order__element:hover {
    width:35%;
    padding:5px;
    margin:5px 0;
  }
  .order__title {
    height:55px;
    padding:5px 0;
    font-size:16px;
    line-height:22px;
  }
  .order__icon {
    padding: 5px 0;
  }
  .order__dummy {
    height:50px;
  }
  .order__element:after {
    right: -15px;
    bottom: -10px;
    font-size: 65px;
  }
  .sponsors__head {
    padding:10px 0;
  }
  .sponsors__elements {
    padding:10px 0;
  }
  .sponsors__element.slick-current .sponsors__image {
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
  }
  .popular {
    padding:5px 0;
  }
  .popular__head_desc {
    padding:5px 0;
  }
  .popular__block {
    min-width:100%;
    padding:10px;
  }
  .popular__title {
    font-size:16px;
  }
  .footer__container {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
  }
  .footer__element_mobile-small {
    width:40%;
  }
  .footer__element_mobile-large {
    width:60%;
  }
  .footer__element_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__block_tablet {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .footer__block {
    padding:5px 0;
  }
  .copyright_hide {
    display:none;
  }
  .request {
    width:80%;
  }
  ul.menu_header > li:nth-child(7) > ul.menu_sub {left: 0;}

  .about__head {
    padding:20px 0;
  }
  .about__element {
    width:100%;
    margin:20px 0;
  }
  .about__content {
    font-size:16px;
    line-height:22px;
  }
  .offer__element {
    width:calc(50% - 20px);
    margin:0 10px;
  }
  .how-work__elements {
    position:relative;
  }
  .how-work__element {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.7);
  }
  .how-work__element_large {
    position:relative;
    width:100%;
  }
  .request__block {
    display:none;
  }
  .request__form_service {
    width:100%;
  }
}

@media (max-width:768px) {
  .menu__item_hide {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
  }
  .menu_footer {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  .social {
    width:22px;
    height:22px;
  }
  .header__container {
    width:50%;
  }
  .header__container_small {
    width:50%;
  }
  .header__element {
    width:100%;
  }
  .header__element_hide {
    display:none;
  }
  .form-section__element {
    width:calc(50% - 10px);
  }
  .form-section__icon-hide {
    display:none;
  }
  .services__elements {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .services__element {
    width:100%;
    padding: 10px;
    margin:10px;
  }
  .services__icon {
    width: 100px;
    height: 120px;
    padding: 10px 0;
  }
  .services__desc {
    font-size:16px;
  }
  .desires__element {
    width:100%;
  }
  .desires__title {
    font-size:18px;
  }
  .desires__desc {
    font-size:16px;
  }
  .flights__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flights__elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    padding:0 5px;
  }
  .flights__elements.coper__elements {
    width: 100%;
  }
  .flights__elements_hide {
    display:none;
  }
  .flights__element {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    height:auto;
    padding:5px 0;
    margin:2px 0;
  }
  .flights__elements--row .flights__element.copter__element {
    width: 100%;
    max-width: 100%;
  }
  .flights__element:first-child:not(.copter__element) {
    display: none;
  }
  .flights__element:nth-child(2):not(.copter__element) {
    margin: 5px 0;
    background: #DAA959;
    color: #fff;
  }
  .flights__element.copter__element:nth-child(1) {
    margin: 5px 0;
    background: #DAA959;
    color: #fff;
  }
  .flights__element_small {
    width:100%;
  }
  .flights__element_medium {
    width:100%;
  }
  .flights__title {
    padding:2px 0;
  }
  .flights__title_hide {
    display: block;
  }
  .models__element {
    height:280px;
  }
  .models__element.slick-current {
    height:300px;
    padding:0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .models__element.slick-current .models__title {
    padding: 10px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .models__block {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .popular__elements {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin:0;
  }
  .popular__element {
    width:100%;
    padding:10px 0;
  }
  .our-advantages__element-title {
    font-size:26px;
  }
  .our-advantages__desc {
    font-size:16px;
  }
  .sponsors__element {
    padding:0 10px;
  }
  .sponsors__element:after {
    content:none;
  }
  .footer {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .footer__container {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    padding:0;
  }
  .footer__element_mobile-large,
  .footer__element_mobile-small {
    width:100%;
  }
  .footer__block_tablet {
    display:none;
  }
  .footer__block_mobile {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .footer__info-block {
    padding:0;
  }
  .footer__info-block_icon:before {
    content:none;
  }



  .about__head {
    font-size:36px;
  }
  .about__element {
    padding: 20px;
    margin: 10px 0;
  }
  .offer__title {
    padding: 10px;
    font-size: 18px;
  }
  .offer__image {
    padding-bottom:10px;
  }
  .offer__desc {
    padding: 10px 0;
    font-size: 14px;
  }
  .offer__link {
    margin:10px 0 20px;
    font-size:16px;
  }
  .how-work__image {
    height:280px;
  }
}

@media (max-width:575px) {
  .logo_footer {
    display:none;
  }
  .section-head {
    font-size: 22px;
  }
  .section-head_regular {
    padding-top:10px;
  }
  .menu_sub {
    flex-direction:column;
  }
  .menu__link_sub {
    padding:5px 0;
  }
  .menu__link_sub:focus:after,
  .menu__link_sub:active:after,
  .menu__link_sub:hover:after {
    left:0;
    width:100%;
  }
  .header__element {
    padding:5px 0;
  }
  .header__link {
    padding:5px;
    font-size:14px;
  }

  .form-section {
    padding:10px 5px;
  }
  .form-section__element {
    width: calc(50% - 6px);
    padding:5px 0;
  }
  .form-section__element_large {
    width: 100%;
  }
  .form-section__element_full {
    width:100%;
  }
  .form-section__block {
    left:5px;
    width:20px;
    height:20px;
  }
  .form-section__input {
    padding-left:30px;
    font-size:14px;
  }
  .form-section__line {
    font-size:14px;
  }
  .form-section__radio-label {
    padding:3px 0;
    padding-right:5px;
  }
  .models__element {
    height:260px;
  }
  .models__element.slick-current {
    height:280px;
  }
  .models__title {
    font-size:18px;
  }
  .our-advantages__elements {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .our-advantages__element {
    padding:10px 0;
  }
  .our-advantages__element:after {
    content:none;
  }
  .our-advantages__icon {
    width: 80px;
    height: 60px;
    padding: 5px 0;
  }
  .our-advantages__element-title {
    font-size: 24px;
  }
  .our-advantages__desc {
    font-size: 16px;
    padding: 0;
  }
  .flights {
    padding:30px 0;
  }
  .flights__head_container {
    padding:10px 0;
  }
  .flights__elements {
    width: 100%;
    padding: 0;
  }
  .services__elements {
    padding:5px 0;
    margin: 0;
  }
  .models {
    padding:10px 0;
  }
  .desires__element {
    padding: 10px;
    -webkit-box-shadow:0 0 10px 1px rgba(0,0,0,.3);
    box-shadow:0 0 10px 1px rgba(0,0,0,.3);
  }
  .desires__title {
    font-size:17px;
  }
  .order__element {
    width: 100%;
    padding: 5px;
    margin: 5px 0;
  }
  .order__title {min-height: auto;
    height:auto;
    font-size:18px;
  }
  .order__dummy {
    height: 0;
  }
  .order__element:after {
    font-size:70px;
  }
  .order__element:hover {
    width: 100%;
    padding: 15px 5px;
  }
  .popular__head {
    padding:10px 0;
  }
  .popular__elements {
    padding:10px 0;
  }
  .sponsors__element .sponsors__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .footer__container {
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
  }
  .request {
    width:96%;
  }

  .about__element {
    padding: 10px;
  }
  .offer__element {
    width:100%;
    margin:10px 0;
  }
  .how-work__line {
    font-size:18px;
  }
  .how-work__link {
    width:80%;
    margin:15px auto;
  }

  .about-background:before {height: 450px;}
  .about-background:after {height: 450px;}
  .about-background {
    padding-top: 0px; 
  }
  .about {
    padding-top: 280px;
  }

}

.h1--home {
    padding-top: 40px;
    font-size: 46px;
    color: #fff;
}

.btn--orange,
.btn--orange-black {
  padding: 8px 25px;
  ~margin: 5px 0;
  background: #daa959;
  border: 2px solid #DAA959;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
}
.btn--orange:focus, .btn--orange:active, .btn--orange:hover,
.btn--orange-black:focus, .btn--orange-black:active, .btn--orange-black:hover {
  outline:none;
  text-decoration:none;
  background: #E6B86C;
  color: #414c5c;
}
.btn--orange-black {
  color: #414c5c;
}
.btn--orange-black:hover {
  color: #fff;
}

.btn--white {
    background-color: #fff;
    color: #daa959;
    border-radius: 0;
    padding: 5px 25px;
    font-weight: bold;
}

.breadcrumb {
  background: none;
  padding: 0 0 0 3px;
}
.breadcrumb-item a,
.breadcrumb-item span {
  color: #fff;
  font-size: 11pt;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\00BB";
  color: #fff;
  padding-right: 3px;
  font-size: 11pt;
}




/* site block */
.b__title {
  font-size: 28pt;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  padding: 15px 0;
}
.b__background {
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

.b-page-top .b__top {
  display: table;
  margin: 170px 0 100px 0;
  width: 100%;
}
.b-page-top .b__title {
  padding: 0;
  margin: 50px 0 25px 0;
  min-height: 80px;
  font-size: 25pt;
  color: #fff;
}
.b-page-top .b__title h1 {
 font-size: 32pt; 
}
.b-page-top--btn .b__title {
  max-width: 620px;
  text-align: left;
  line-height: 25pt;
}
.b-page-top .b__bottom {
  position: relative;
  width: 80%;
  padding: 55px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.25);
  ~bottom: -50%;
}
.b-page-top .b__bottom > p:last-of-type {
  margin-bottom: 0;
}
.b-page-top .b__bottom:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: -o-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
  background: linear-gradient(135deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
}




.offer--2 {
  margin: 30px 0;
}
.offer--2 .offer__head {
  text-align: center;
}
.offer--2 .offer__element {
  position: relative;
  padding-top: 40px;
}
.offer--2 .offer__title {
  padding: 8px 0 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  height: 40px;
}

.form--modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.form--modal form {
  padding: 0;
  margin: 0;
}
.form--modal .request__head {
  padding: 0 0 10px 0;
}

/* calc block */
.calc-block__wrap {
  background-color: #eee;
  margin: 30px 0 0 0;
}
.calc-block form {
  background: none;
  padding: 0;
}
.calc-block form:after {
  display: none;
}
.calc-block .calculator__container {
  margin: auto;
}

.block--shadow {
    box-shadow: 0 0 15px 2px rgba(0,0,0,.25);
}

.b-reysy {
  margin-top: 70px;
  margin-bottom: 50px;
}

/* form static */
.form--static {
  display: table;
  width: 100%;
  padding: 40px 30px;
}
.form--static form {
  padding: 0;
}
.form--static .request__head {
  padding: 0;
  margin: 0 0 25px 0;
}

.form-static--mini {
  max-width: 600px;
}

.form-static--img form:after {
  display: none;
}
.form-static--img .request__head {
  text-align: left;
  padding: 50px 30px 0 30px;
  line-height: normal;
}

.reysy-helecopter .flights__element {
  margin: auto;
  height: auto;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.reysy-helecopter .flights__elements--row > .flights__element,
.reysy-detail .flights__elements--row > .flights__element {
  outline: solid 1px #ddd;
  outline-offset: -5px;
}
.btn--link-more {
  color: #daa959;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
}

.reysy-detail,
.reysy-detail .flights__container {
  margin-top: 10px;
}
.reysy-helecopter .flights__detail,
.reysy-detail .flights__detail {
  padding: 25px 0;
  width: 100%;
}
.reysy-helecopter .flights__detail .detail__left img,
.reysy-detail .flights__detail .detail__left img {
  width: 100%;
}
.reysy-helecopter .flights__detail .detail__title,
.reysy-detail .flights__detail .detail__title {
  font-weight: bold;
  text-transform: uppercase;
}
.reysy-helecopter .flights__detail ul,
.reysy-detail .flights__detail ul {
  margin: 10px 0 15px 0;
  padding: 0;
  list-style: none;
}
.reysy-helecopter .flights__detail ul > li > span:nth-child(2),
.reysy-detail .flights__detail ul > li > span:nth-child(2) {
  font-weight: bold;
}
.reysy-helecopter .flights__detail .detail__price > span:nth-child(2),
.reysy-detail .flights__detail .detail__price > span:nth-child(2) {
  font-weight: bold;
}
.reysy-helecopter .flights__head_container,
.reysy-detail .flights__head_container {
  display: none;
}
.reysy-detail .detail__sheme-salon img {
  max-width: 350px;
  height: 150px;
  object-fit: contain;
}


.pspoiler .flights__items,
.pspoiler .pspoiler__items {
  max-height: 150px;
  overflow: hidden;
}
.pspoiler.pspoiler--open .flights__items,
.pspoiler.pspoiler--open .pspoiler__items {
  max-height: none;
}

/* какойто косяк в слайдере */
.custom-slider-one-item .slick-track {
  transform: none !important;
}

.calculator--stuardessa #calculator {
  /*padding: 60px 28px 50px;*/
  margin: 15px 0;
}
.calculator--stuardessa #calculator .button-container {
  padding: 30px 0;  
}

.park-helecopters {
  margin: 30px;
}
.park-helecopters .pspoiler-btn {
  display: block;
  margin: auto;
}
.park-helecopters .pspoiler__items {
  max-height: 470px;
}

.big-background-container {
  background:url(/sites/all/themes/dvc_theme/images/values.jpg) no-repeat;
  background-size:cover;
  background-position: bottom;
}


.accordion{
  list-style-type:none;
    padding-left: 0;
}
.accordion .head-item{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  font-size: 25px;
}
.accordion > li{
  border-top: 1px solid #daa959;
  border-bottom: 1px solid #daa959;
  padding: 10px 0;
}
.accordion > li:first-child{
  border-top: 2px solid #daa959;
}
.accordion > li:last-child{
  border-bottom: 2px solid #daa959;
}
.accordion .body-item{
  margin-top: 15px;
  display:none;
}
.accordion .more-button-container{
  display:flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.accordion .more-button{
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s linear;
}
.accordion .open .more-button{
  transform: rotate(45deg);
}
.accordion .more-button:hover{
  background-color: #eeeeee;
  cursor: pointer;
}
.btn--callback-form-modal {
  margin: 30px;
}
.btn--callback-form-modal button {
  display: block;
  margin: auto;
}

/*from drupal theme*/

.our-team-block {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.our-team-block .footer__button {
  color: #fff;
}
.our-team-block .footer__button {
  color: #fff;
}

.our-team-block:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.our-team-block .views-row {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);

  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 80%; }

.our-team-block .views-row img {
  height: 100%;
  width: 100%; }
/*
.our-team-block .views-row:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1c2124;
  content: '';
  display: block;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  z-index: 1; }

.our-team-block .views-row:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.our-team-block .views-row .group-text.show-text {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  z-index: 2; }

.our-team-block .views-row .group-text.show-text h2,
.our-team-block .views-row .group-text.show-text .field-item {
  opacity: 1; }

.our-team-block .views-row .group-text {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  z-index: 0; }

.our-team-block .views-row .group-text h2,
.our-team-block .views-row .group-text .field-item {
  opacity: 0; }
*/

.our-team-block .views-row.views-row-last{margin-right:0px;}

.our-team-block .group-text {
  color: #333333;
  display: block;
  height: 100%;
  letter-spacing: -0.3px;
  overflow: auto;
  padding-top: 10%;
  text-align: center;
  width: 100%;
  z-index: 0; }

.our-team-block .group-text .field-name-body {
  margin-left: auto;
  margin-right: auto;
  max-height: 80%;
  max-width: 80%; }

.our-team-block .group-text .field-name-body .field-item {
  padding-bottom: 10%; }

.our-team-block .group-text .field-name-body a,
.our-team-block .group-text .field-name-body p,
.our-team-block .group-text .field-name-body .field-item {
  color: #333333;
  font-size: 18px;
  font-weight: 400; }

.our-team-block .group-text .field-name-title {
  margin-bottom: 20px;min-height:95px; }

.our-team-block .group-text .field-name-title h2 {
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-height: 80%;
  max-width: 80%; }

.our-team-block .group-text .field-name-field-status .field-item {
  font-size: 17px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  max-height: 80%;
  max-width: 80%; }

.our-team-block .group-text .field-name-title .email,
.our-team-block .group-text .field-name-title .email a{color:#DAA959;}

.our-team-block .views-row.views-row-first{clear:both; float:none; width:100%;/*margin-bottom:10%;*/ display:flex;align-items: center; justify-content: center;}
.our-team-block .views-row.views-row-first:after{content: '';
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 50%,#DAA959 51%,#DAA959 100%);
background: -webkit-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
background: -o-linear-gradient(315deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);
background: linear-gradient(135deg, transparent 0%,transparent 50%,#DAA959 51%,#DAA959 100%);}
.our-team-block .views-row.views-row-first .field-type-image{width:30%;}
.our-team-block .views-row.views-row-first .group-text{padding:3% 40px; text-align:left;}
.our-team-block .views-row.views-row-first .group-text h2{max-width:100%;text-transform:uppercase;}
.our-team-block .views-row.views-row-first .group-text .quot{margin-top:5%; font-style:italic;font-size:18px; line-height:30px;}
.our-team-block .views-row.views-row-first .group-text .field-name-title .field-items > div{font-size:16px;}


@media (min-width: 510px) {
  .our-team-block .views-row {
    display: block;
    float: left;
    margin-right: 4%;
    margin-bottom: 1%;
    width: 48%; }
  /*.our-team-block .views-row:nth-child(2n) {
    margin-right: 0; }*/
  .our-team-block .group-text .field-name-body p,
  .our-team-block .group-text .field-name-body .field-item {
    font-size: 17px;
    color: #333;
    font-weight: 400; }
  .our-team-block .group-text .field-name-title h2 {
    font-size: 20px;
    color: #333;
    font-weight: 700; }
}

@media (min-width: 768px) {
  .our-team-block .views-row {
    display: block;
    float: left;
    margin-right: 1.2%;
    width: 19%; }
  /*.our-team-block .views-row:nth-child(2n) {
    margin-right: 1.2%; }
  .our-team-block .views-row:nth-child(5n) {
    margin-right: 0; }
  .our-team-block .views-row:nth-child(5n) .group-text {
    left: -210%; }
  .our-team-block .views-row:nth-child(4) .group-text, .our-team-block .views-row:nth-child(9) .group-text {
    left: -210%; }
  .our-team-block .group-text {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    z-index: 0; }
  .our-team-block .group-text {
    /*float: right;
    left: 100%;
    padding-top: 20%;
    text-align: left;
    width: 210%; }*/
  .our-team-block .group-text .field-name-title h2 {
    font-size: 17px; } }

@media (min-width: 992px) {
  /*.our-team-block .views-row:nth-child(2n),
  .our-team-block .views-row {
    margin-right: 1.25%; }*/
  .our-team-block .group-text .field-name-body p,
  .our-team-block .group-text .field-name-body .field-item {
    font-size: 17px; }
  .our-team-block .group-text .field-name-title h2 {
    font-size: 18px; } 
}

/*end of from drupal theme*/

.consjerg-page .section-head {
  font-size: 46px;
}
.consjerg-page .services__desc {
  color: #333;
}

.consjerg-page .big-background:after {
     background: linear-gradient(180deg, #fff -20px, transparent);
}
.consjerg-page .order__elements {
  justify-content: center;
}
.consjerg-page .order__element {
  width:25%;
  margin: 0 10px;
}
.consjerg-page .order__element .order__dummy {
  height:50px;
}
.custom-flex {  
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.consjerg-page .form-section__element {
  flex: 0 0 50%;
  /*padding: 0;*/
}
.consjerg-page .button-container{
  flex: 0 0 50%;
  padding: 10px 0;
}
.consjerg-page .request__head {
  text-transform: lowercase;
  font-size: 18px;
  color: #333;
}
.consjerg-page .sponsors__head {
  font-weight: normal;
  color: #333;
  margin-bottom: 40px;
  padding-top: 0
}
.consjerg-page .request__head .text-bold {
  text-transform: uppercase;
  font-size: 22px;
  color: #333;
}

.consjerg-page .how-work__elements {
  justify-content: space-between;
  margin-bottom: 85px;
}

.consjerg-page .how-work {
  padding-top: 0;
  padding-bottom:0;
}
.consjerg-page .how-work__head {
  padding-bottom: 80px;
}

.consjerg-page .how-work__head .section-head {
  color: #333;
}
.consjerg-page .how-work__head .section-head_light {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}


.consjerg-page .how-work__element_large {
  background-color: #DAA959;
  width:55%;
}
.consjerg-page .how-work__image {
  position: relative;
  bottom:25px;
  left: 25px;
}
.consjerg-page .how-work__title {
  margin-left:75px;
  font-weight: bold;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
}
.consjerg-page .how-work__line {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.consjerg-page .how-work__line:before {
  margin-right: 25px;
}

.consjerg-page .button-container .button{
  height:46px;
  flex: 0 0 100%;
}

.consjerg-page .desires {
  padding-top: 0;
  margin-bottom: 0;
}

.consjerg-page .desires__head *,.consjerg-page .desires__title, .consjerg-page .desires__desc, .consjerg-page .order__head .section-head *{
  color: #333;
}
.consjerg-page .desires__head {
  padding: 50px 0; 
}

.consjerg-page .desires__elements {
  padding-top: 0;
}
.consjerg-page .order__head {
  margin-bottom: 80px;
}
.call-consjerg {
  float:right;
}
.consjerg-page .our-team-block .footer__button {
  color: #fff;
}
.consjerg-page .footer__button:focus,
.consjerg-page .footer__button:active,
.consjerg-page .footer__button:hover {
  color:#daa959;
}

.consjerg-page .sponsors {
    padding-top: 50px;
}

@media(max-width: 767px) {
  .consjerg-page .order__element {
  width:100%;
  }
  .consjerg-page .our-team-block .views-row.views-row-first {
    flex-wrap: wrap;
  }
  .consjerg-page .our-team-block .views-row.views-row-first .field-type-image {
    width: 100%;
  }
   .consjerg-page .our-team-block .views-row.views-row-first .group-text {
    padding: 3% 20px;
  }
  .consjerg-page .section-head.sponsors__head,.consjerg-page .order__head .section-head{
    line-height: 20pt;
    font-size: 22px;
  }
  .consjerg-page .b-page-top .b__top {
    margin-bottom: 50px;
  }
  .consjerg-page .b-page-top .b__title {
    font-size: 14pt;
    text-align: center;
   }
}
@media(max-width: 992px) {
  .consjerg-page .order__head {
    margin-bottom: 0;
  }

  .consjerg-page .b-page-top .b__top {
    margin-bottom: 90px;
  }
  .consjerg-page .custom-flex {
    flex-wrap: wrap;
  }
  .consjerg-page .form-section__element {
    flex: 0 0 100%;
  }
  .consjerg-page .custom-flex .button-container {
    flex: 0 0 100%;
  }

  .consjerg-page .section-head {
    font-size: 32px;
  }
  .call-consjerg {
    float: none;
  }
  .consjerg-page .how-work__elements{
    flex-wrap: wrap;
  }
  .consjerg-page .how-work__element_large {
    width: 100%;
    margin-bottom: 20px;  
  }
  .consjerg-page .how-work__image {
    position: static;
  }
  .consjerg-page .how-work__element {
    position: static;
    width: 100%;
  }
  .consjerg-page .how-work__title {
    margin-left: 0;
    text-align: center;
  }

 .consjerg-page .form-static--img .request__head {
    text-align: center;
    padding: 0;
 }
 
 .consjerg-page .how-work__head {
  padding-bottom: 20px;
 }
 .consjerg-page .how-work__elements {
  margin-bottom: 15px;
 }
 .consjerg-page .how-work {
  padding-bottom: 0;
 }

}

@media (max-width:575px) {
  .b-page-top .b__top {
    margin: 170px 0 100px 20px;
    width: 92%;
  }
}

@media (max-width: 1200px) {
    .special-modifier--concierge-servis .b__background,
    .special-modifier--rent-helicopter .b__background {
        background-position: right -250px bottom 0px;
    }

    .special-modifier--aircraft-rental .b__background {
        background-position: right -580px bottom 0px;
    }
}