/* Fonts content START */

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaNeueCyr-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaNeueCyr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaNeueCyr-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaNeueCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaNeueCyr-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-brands-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fa-solid-900.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* Fonts content END */

/* Mob menu START */
.mobnav.navigation li {
    text-align: center;
}
.mobnav.navigation li > a {
    font-size: 23px;
    line-height: 30px;
    padding: 5px 0;
}
/* END */

/* Fancybox custom style START */
.fancybox-toolbar {
    display: flex;
    flex-wrap: wrap;
    right: inherit;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    max-width: 200px;
    border: 1px solid #fff;
    top: 70px;
}
.fancybox-toolbar button {
    width: 100%;
    max-width: 25%;
}
.fancybox-navigation .fancybox-button {
    background: none !important;
    border: 1px solid #fff;
    border-radius: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    background: #fff;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 20%;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 20%;
}
.fancybox-slide--image .fancybox-content {
    box-shadow: 0 0 50px 10px #5530004f, 0 0 90px 5px #8c4f0070;
}
/* END */

/* Custom modal styles START */

.modal {
    background: rgba(0, 0, 0, 0.77);
}
.modal-window__content {
    background: var(--body-color);
    box-shadow: 0 0 50px 10px #5530004f, 0 0 90px 5px #8c4f0070;
}
.modal-window__content .field__box input {
    border-radius: 0;
    height: 55px;
    color: #fff;
}
.booking .row {
    gap: 15px;
}
.booking .row .field__box {
    width: 100%;
    max-width: 48.2%;
}
.booking .row .field__box input {
    margin-bottom: 0;
}
.booking .row .field__box.date input {
    filter: brightness(0) invert(1);
    color: #fff;
}
.booking .custom__btn {
    margin-top: 20px;
}
.modal-window__content h3 > span {
    font-weight: 700;
    text-decoration: underline;
    text-underline-position: under;
}


/* END */

.inner__wrapper {
    background: #fff;
    padding-bottom: 100px;
}
.small__container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: icon;
}

section {
	position: relative;
    padding: 80px 0 0;
}
h1, h2, h3 {
    text-transform: uppercase;
    color: var(--body-color);
    letter-spacing: 3px;
    font-weight: 300;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 30px 80px;
    font-size: 24px;
    text-align: center;
    font-style: italic;
}
blockquote:after,
blockquote:before {
    position: absolute;
    font-family: icon;
    font-size: 65px;
    color: #ececec;
}
blockquote:before {
    top: 0;
    left: 0;
    content:"\f10d";
}
blockquote:after {
    bottom: 0;
    right: 0;
    content:"\f10e";
}
.bg__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}

.p0 {
    padding: 0;
}
.p50 {
	padding: 0 50px;
}
a.readmore {
    margin: 50px auto;

}

.page__header {
    margin-bottom: 80px;
}
.page__header .category__desc {
    margin-top: 20px;
    max-width: 50%;
}

.heading__title {
    margin-bottom: 50px;
    text-align: center;
}
.heading__title.left {
    text-align: left;
    margin-bottom: 30px;
}
.subtitle.left {
    margin-bottom: 85px;
    font-size: 18px;
    font-weight: 400;
}

.custom__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 53px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #979797;
    padding: 0 30px;
    background: transparent;
    color: var(--body-color);
    letter-spacing: .15em;
    transition: all 0.3s ease-in-out;
}
.custom__btn.white {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
}
.custom__btn.dark {
    height: 50px;
    background: var(--body-color);
    color: #fff;
    border-color: var(--body-color);
}
.custom__btn.dark:hover {
    background: var(--linkcolor);
    border-color: var(--linkcolor);
}
.custom__btn:hover {
    border-color: var(--body-color);
}
.custom__btn.white:hover {
    border-color: rgba(255,255,255,.6);
    opacity: 1;
    color: #fff;
}

.readmore__button {
    position: relative;
    display: inline-flex;
    max-width: 260px;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 25px;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.readmore__button:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 1px;
    background: #fff;
    content: "";
    transition: all 0.2s ease-in-out;
}
.readmore__button:before {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 1px;
    background: #fff;
    content: "";
    transition: all 0.2s ease-in-out;
}
.readmore__button .icon {
    align-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: right;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 20px;
}
.readmore__button:hover:after,
.readmore__button:hover:before {
    height: 25%;
}
.readmore__button:hover {
    color: #fff;
}
.readmore__button:hover .icon {
    opacity: 1;
    right: -10px;
}

/* Breadcrumbs START */
.breadcrumbs {
    justify-content: right;
    height: 60px;
}
.breadcrumbs li > a {
    color: var(--body-color);
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}
.breadcrumbs li.active a,
.breadcrumbs li a:hover {
    color: var(--linkcolor);
}
.breadcrumbs li:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "|";
}
/* Breadcrumbs END */

/* Pagination START */

.pagination__wrapper .flexbox {
        justify-content: center;
        gap: 7px;
    }
    .pagination__wrapper ul > li > a {
        background: var(--linkcolor);
        padding: 2px 8px;
        border-radius: 6px;
        font-size: 13px;
        color: #fff;
    }
    .pagination__wrapper ul > li.active > a,
    .pagination__wrapper ul > li > a:hover {
        background: var(--body-color);
        color: #fff;
    }
.blog__counter {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}    
/* END */


/* Form styles START */
.field__box input {
    width: 100%;
    border: 1px solid var(--border-color);
    height: 40px;
    padding: 0 15px;
}
.field__box.date {
    position: relative;
}
.field__box.date:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: icon;
}
.field__box.date input  {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTEyOCAwYzE3LjcgMCAzMiAxNC4zIDMyIDMybDAgMzIgMTI4IDAgMC0zMmMwLTE3LjcgMTQuMy0zMiAzMi0zMnMzMiAxNC4zIDMyIDMybDAgMzIgNDggMGMyNi41IDAgNDggMjEuNSA0OCA0OGwwIDQ4TDAgMTYwbDAtNDhDMCA4NS41IDIxLjUgNjQgNDggNjRsNDggMCAwLTMyYzAtMTcuNyAxNC4zLTMyIDMyLTMyek0wIDE5Mmw0NDggMCAwIDI3MmMwIDI2LjUtMjEuNSA0OC00OCA0OEw0OCA1MTJjLTI2LjUgMC00OC0yMS41LTQ4LTQ4TDAgMTkyem02NCA4MGwwIDMyYzAgOC44IDcuMiAxNiAxNiAxNmwzMiAwYzguOCAwIDE2LTcuMiAxNi0xNmwwLTMyYzAtOC44LTcuMi0xNi0xNi0xNmwtMzIgMGMtOC44IDAtMTYgNy4yLTE2IDE2em0xMjggMGwwIDMyYzAgOC44IDcuMiAxNiAxNiAxNmwzMiAwYzguOCAwIDE2LTcuMiAxNi0xNmwwLTMyYzAtOC44LTcuMi0xNi0xNi0xNmwtMzIgMGMtOC44IDAtMTYgNy4yLTE2IDE2em0xNDQtMTZjLTguOCAwLTE2IDcuMi0xNiAxNmwwIDMyYzAgOC44IDcuMiAxNiAxNiAxNmwzMiAwYzguOCAwIDE2LTcuMiAxNi0xNmwwLTMyYzAtOC44LTcuMi0xNi0xNi0xNmwtMzIgMHpNNjQgNDAwbDAgMzJjMCA4LjggNy4yIDE2IDE2IDE2bDMyIDBjOC44IDAgMTYtNy4yIDE2LTE2bDAtMzJjMC04LjgtNy4yLTE2LTE2LTE2bC0zMiAwYy04LjggMC0xNiA3LjItMTYgMTZ6bTE0NC0xNmMtOC44IDAtMTYgNy4yLTE2IDE2bDAgMzJjMCA4LjggNy4yIDE2IDE2IDE2bDMyIDBjOC44IDAgMTYtNy4yIDE2LTE2bDAtMzJjMC04LjgtNy4yLTE2LTE2LTE2bC0zMiAwem0xMTIgMTZsMCAzMmMwIDguOCA3LjIgMTYgMTYgMTZsMzIgMGM4LjggMCAxNi03LjIgMTYtMTZsMC0zMmMwLTguOC03LjItMTYtMTYtMTZsLTMyIDBjLTguOCAwLTE2IDcuMi0xNiAxNnoiLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 19px;  
}
.field__box input:focus {
    border-color: var(--linkcolor);
}

.field__box .nice-select {
    width: 100%;
    border-radius: 0;
    height: 40px;
    align-content: center;
}
.field__box .nice-select.open .list {
    width: 100%;
}

/* Form styles END */

/* Header START */
#top {
	background: #fff;
	z-index: 95;
}
#top a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: var(--body-color);
}
#header {
	position: relative;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #797979;
	z-index: 95;
}
#header.header-inner__pages {
    background: #fff;
    border-bottom: solid 1px rgba(12,27,84,.15);
}
#header.header-inner__pages .logo #s-3 {
    fill: inherit;
}
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: solid 1px rgba(12,27,84,.15);
}
#header.sticky .row {
    height: 58px;
}
#header .row {
	height: 100px;
}
#header .logo  {
	max-width: 120px;
}
#header .logo #s-3 {
    fill: #fff;
}
#header.sticky .logo #s-3 {
    fill: inherit;
}
#header .flexbox {
    gap: 15px;
    justify-content: right;
}
#header.sticky .flexbox path {
    fill: var(--body-color);
}
#header .navigation ul > li:not(:last-child) {
	margin-right: 50px;
}
#header .navigation ul > li {
    position: relative;
    height: 100px;
    align-content: center;
}
#header .navigation ul > li > a {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;

}
#header.header-inner__pages .navigation ul > li > a {
    color: var(--body-color);
}
#header.sticky .navigation ul > li {
    height: 58px;
}
#header.sticky .navigation ul > li > a {
    color: var(--body-color);
}
#header.sticky .navigation ul > li > a:after {
    background: var(--body-color);
}
#header .navigation ul > li > a:after {
	content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  right: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
}
#header .navigation ul > li > a:hover:after {
	-webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    right: auto;
    left: 0;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    
}

#header.header-inner__pages .navigation ul > li > a:after {
    background: var(--body-color);
}
#header.header-inner__pages .social .icon svg path {
    fill: var(--body-color);
}

#header .navigation ul > li .submenu-row {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff url(/images/background/temp-cover-6.jpg) no-repeat;
    background-position: top right;
    background-size: 450px 100%;
    padding: 60px 50px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
#header .navigation ul > li .submenu-row > .submenu:nth-child(3) {
    border-left: 1px solid var(--border-color);
    padding-left: 50px;
}
#header .navigation ul > li .submenu-row > .submenu .title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#header .navigation ul > li .submenu-row > .submenu > li {
    height: auto;
}
#header .navigation ul > li .submenu-row > .submenu > li:not(:last-child) {
    margin-bottom: 12px;
}
#header .navigation ul > li .submenu-row > .submenu > li > a {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 300;
}
#header .navigation ul > li .submenu-row > .submenu > li > a:hover {
    color: var(--linkcolor);
}

#header .navigation ul > li.parent-1:hover  .submenu-row {
    top: 141px;
    visibility: visible;
    opacity: 1;
    height: 480px;
}
#header.sticky .navigation ul > li.parent-1:hover  .submenu-row {
    top: 59px;
}
/* Header END */

/* Top banner START */
#top-banner {
	position: relative;
	overflow: hidden;
    margin-top: -140px;
    height: 85vh;
	z-index: 1;
}
#top-banner .container {
	position: relative;
	z-index: 3;
	height: 100%;
    align-content: center;
	color: #fff;
}

#top-banner .container .content .subtitle p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
#top-banner .container .content h1 {
    margin: 20px 0 15px;
    text-transform: uppercase;
    color: #fff;
}

/* Top banner END */

/* Accordion info START */

.calc__form .col-8 {
    padding-right: 50px;
    border-right: 1px solid var(--border-color);
}
.calc__form .col-4 {
    padding-left: 50px;
}
.accordion__info {
    align-content: center;
}
.accordion__info .heading__title {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}
.accordion__info .title {
    cursor: pointer;
    height: 70px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.accordion__info .content {
    height: 0;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--border-color);
    transition: all 0.1s ease-in-out;
    padding: 0;
}
.accordion__info.active .content {
    margin-top: 25px;
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 15px;
}
.accordion__info.active .icon .fa-plus {
    display: none;
}
.accordion__info.active .icon .fa-minus {
    display: inline;
}
.accordion__info .icon .fa-minus {
    display: none;
}
/* Accordion info END */

/* Calculation form START */
#calc-section {
    background: #fff;
    padding-bottom: 70px;
}
.calc__form {
    background: #f7f7f7;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}
.calc__form .col-9 {
    padding-right: 40px;
}

.calculation__row {
    margin-top: 20px;
    gap: 20px;
}
.calculation__row .field__box {
    width: 100%;
    max-width: 38.5%;
}
.calculation__row .field__box input,
.calculation__row .field__box .nice-select {
    height: 50px;
}
.calculation__row .field__box.date {
    max-width: 154px;
}
.calc__form .field__box .nice-select {
    background: none;
}
.calc__form .result__box .subtitle {
    margin-bottom: 100px;
}
.calc__form .title {
    margin-bottom: 10px;
}
.calc__form .result__box .custom__btn {
    height: 50px;
}

.calc__form .calculate__total {
    padding-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    padding: 10px;
    border: 1px solid #979797;
    height: 50px;
    align-content: center;
}
.calc__form .calculate__total span {
    display: inline-block;
    margin-right: 6px;
    font-weight: 300;
    font-size: 16px;
}
.calc__form .custom__btn {
    margin: 20px auto 0;
    width: 100%;
    max-width: 100%;
}
.calc__form .field__box.button {
    max-width: 154px;
}
.calc__form .field__box.button .custom__btn {
    margin: 0 !important;
    height: 50px;
}
.calc__form .buttons {
    margin-top: 20px;    
    gap: 20px;
}
.calc__form .buttons button {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
}
.calc__form .buttons button:hover,
.calc__form .buttons button.active {
    text-decoration: underline;
    text-underline-position: under;
}

/* END */

/* Teasers START */
.teasers__row .item {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    transition: var(--transition);
    z-index: 1;
}
.teasers__row .item:hover {
    box-shadow: 0px 2px 27px rgba(0, 0, 0, 0.85);
}
.teasers__row .heading__title {
    margin: 200px 0;
}
.teasers__row .item:hover .content {
    bottom: 70px;
}
.teasers__row .col-6:nth-child(1) {
    padding-right: 70px;
}
.teasers__row .col-6:nth-child(2) {
    padding-left: 70px;
}
.teasers__row .col-6:nth-child(1) .item:nth-child(1) {
    margin-bottom: 120px;
}
.teasers__row .col-6:nth-child(1) .item:nth-child(2) {
    min-height: 420px;
    max-height: 420px;
    margin-left: 100px;
}
.teasers__row .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.teasers__row .item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.teasers__row .item .content {
    position: absolute;
    left: 60px;
    bottom: 60px;
    padding-right: 60px;
    transition: all 0.2s ease-in-out;
    color: #fff;
    z-index: 4;
}
.teasers__row .item .content .subtitle {
    font-size: 15px;
    margin-bottom: 10px;
}
.teasers__row .item .content h3 {
    font-size: 20px;
    color: #fff;
}
/* Teasers END */

/* Service slider START */

#service-slider {
    padding-bottom: 50px;
    overflow: hidden;
}
.service__slider {
    padding-bottom: 40px;
}
.service__slider .item__sslide {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 345px !important;
    margin-right: 24px;
    transition: all 0.3s ease-in-out;
    height: 345px;
    overflow: hidden;
}
.service__slider .slick-list {
    overflow: visible;
}
.service__slider .item__sslide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.service__slider .item__sslide figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    transition: all 0.2s ease-in-out;
    z-index: 3;
}
.service__slider .item__sslide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
}
.service__slider .item__sslide .product__information {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 45px 35px;
    transition: all 0.2s ease-in-out;
    z-index: 4;
}
.service__slider .item__sslide:hover .product__information {
    bottom: 10px;
}
.service__slider .item__sslide:hover {
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.15);
}

.service__slider .item__sslide .product__information .title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

#service-slider button {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: 0px 2px 27px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;

}
#service-slider button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    width: 9px;
}
#service-slider button svg path {
    fill: var(--body-color);
}
#service-slider .case-prev {
    left: -5px;
}
#service-slider .case-next {
    left: inherit;
    right: -5px;
}

.progress-bar {
    width: 200px;
    margin: 0 auto;
    height: 3px;
    background-color: #d9d9d9;
    position: relative;    
}

.progress,
.progress-photo {
    width: 0;
    height: 100%;
    background-color: var(--body-color);
    transition: width 0.4s ease;
}



@media screen and (max-width: 1500px) {
    .service__slider {
        
        margin: 0 auto;
    }
    .top__content .flexbox {
        padding-left: 20px;
    }
    .all__items-show {
        margin-left: 20px;
    }
    
    
}
@media screen and (max-width: 1365px) {
    
    .service__slider {
        width: 96%;
        margin: 0 auto;
    }
    #service-slider .case-prev {
        left: 7px;
    }
    #service-slider .case-next {
        right: 35px;
    }
    #service-slider button {
        top: 61%;
    }
    
    


}


@media screen and (max-width: 1199px) {
    #service-slider button {
        top: 65%;
    }
    


}

@media screen and (max-width: 992px) {
    
    .service__slider .item__sslide {
        height: auto;
    }
    
    #service-slider button {
        top: 55%;
    }

}

@media screen and (max-width: 767px) {   
    #service-slider button {
        top: 58%;
    }    
    
} 

@media screen and (max-width: 526px) {
    #service-slider button {
        display: none;
    }
    .service__slider .item__sslide:hover .product__information {
        padding: 16px 0;
    }
    .service__slider .item__sslide:hover {
        background: none;
        box-shadow: none;
    }
}
/* Service slider START */

/* Flight Form START */
#form-flight {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 585px;
}
#form-flight .col-12 {
    position: relative;
    min-height: 480px;
    height: 100%;
}
#form-flight .content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}
#form-flight .group {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}
#form-flight .group .box {
    position: relative;
    gap: 10px;
    justify-content: center;
    max-width: 100%;
    flex-wrap: nowrap;
}

#form-flight .title {
    text-align: center;
    color: var(--linkcolor);
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
#form-flight .rf-form {
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 390px;
}
#form-flight .rf-form .nice-select {
    background: none;
    border: none;
    height: auto;
    line-height: 33px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 1px solid var(--border-color);
    text-transform: lowercase;
    padding: 0;
}
#form-flight .rf-form .nice-select:after {
    content: none;
}
#form-flight .rf-form .nice-select .list {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}
#form-flight .rf-form .nice-select .list li {
    color: var(--body-color);
}
#form-flight .rf-form  .nice-select .option {
    font-size: 12px;
}
#form-flight .rf-form  .nice-select .option:hover {
    background: var(--linkcolor);
    color: #fff;
}
#form-flight .text {
    line-height: 33px;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
}
#form-flight .custom__btn {
    margin: 0 auto;
}
/* Flight Form END */

/* Article triggers START */
.artile__triggers .col-6:nth-child(1) {
    padding-right: 0;
}
.artile__triggers .col-6:nth-child(2) {
    padding-left: 0;
}
.artile__triggers .item {
    position: relative;
    transition: var(--transition);
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
    z-index: 1;
}
.artile__triggers .col-6:nth-child(1) .heading__title.left,
.artile__triggers .col-6:nth-child(1) .subtitle.left {
    padding-right: 20px;
}
.artile__triggers .item:hover .content {
    bottom: 10px;
}
.artile__triggers .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.artile__triggers .item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.artile__triggers .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 60px 60px;
    color: #fff;
    transition: var(--transition);
    z-index: 3;
}
.artile__triggers .item .content h3 {
    font-size: 20px;
    color: #fff;
}
.artile__triggers .item .content .subtitle {
    font-size: 15px;
  margin-bottom: 10px;
}
.artile__triggers.type-2 .subtitle {
    margin: 20px 0 0;
}
.artile__triggers.type-2 .custom__btn {
    margin-top: 25px;
}

.alone__textbox {
    margin: 40px 0 70px;
}
.alone__textbox .col-4 {
    align-content: center;
    text-align: center;
    padding: 0 20px;
}
.alone__textbox .col-4 h4 {
    margin-bottom: 20px;
}
.alone__textbox .col-8 p:not(:first-child) {
    margin: 15px 0;
}
/* END */

/* Icond bottom START */

.icons__bottom {
    justify-content: space-between;
    padding-bottom: 60px;
}
.icons__bottom .item {
    position: relative;
    width: 100%;
    max-width: 25%;
    padding: 0 20px;
    text-align: center;
}
.icons__bottom .item a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    min-height: 70px;
    align-content: end;
    color: #3B2F2F;
}
.icons__bottom .item a:hover span {
    color: var(--linkcolor);
}
.icons__bottom .item a:hover span:before {
    font-size: 30px;
}
.icons__bottom .item span  {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    color: #3B2F2F;
    transition: all 0.2s ease-in-out;
}
.icons__bottom .item span:before {
    font-size: 25px;
    transition: all 0.2s ease-in-out;
}



/* END */


/* Blog START */

#blog .artile__triggers .col-6 .item {
    position: relative;
    min-height: 470px;    
    z-index: 1;
}
#blog .artile__triggers .col-6:nth-child(1) {
    padding-top: 100px;
}

.artile__triggers.inner-triggers .col-6:nth-child(1) {
    padding-top: 100px;
}

.artile__triggers {
    padding-bottom: 50px;
}
.news__box {
    gap: 150px;
    margin: 70px 0;
}
.news__box p:not(:last-child) {
    margin: 0 0 15px;
}
.news__box figure {
    height: 410px;
    overflow: hidden;
}
.news__box figure,
.news__box .content {
    width: 100%;
}
.news__box figure {
    max-width: 58%;
}
.news__box .content {
    max-width: 31.3%;
    padding-top: 130px;
    text-align: center;
}
.news__box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.news__box .full__text {
    font-size: 14px;
    font-weight: 400;
}
.airplane__box .text {
    margin-top: 20px;
}
.airplane__box .text .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

/* Blog article START */
#blog .article-full__image {
    max-height: 460px;
    overflow: hidden;
}
.news-article .page__header {
    margin: 50px 0 30px;
}
.news-article  {
    font-weight: 400;
}
.news-article p {
    margin: 15px 0;
}
.full__content  {
    padding: 40px 0 0;
}
.full__content h2 {
    margin-bottom: 20px;
}

.photo__gallery {
    justify-content: center;
    margin: 40px 0;
    gap: 20px;
}
.photo__gallery.slider {
    position: relative;
    margin: 0;
    gap: 0;
}
.slider.photo__gallery a {
    margin: 25px 20px;
    transition: all 0.3s ease-in-out;
}
.photo__gallery.slider a:hover {
    box-shadow: 0px 2px 15px rgba(0,0,0,0.26);
}
.slider__section {
    position: relative;
}
.photo__gallery figure {
    width: 100%;
    max-width: 23.9%;
    height: 345px;
    overflow: hidden;
}
.photo__gallery.slider figure {
    max-width: 100%;
}
.photo__gallery.slider a img {
    transition: all 0.8s ease-in-out;
}
.photo__gallery.slider a:hover img {
    scale: 1.2;
}
.news-article .heading__title {
    margin-top: 50px;
}
.slider__section .buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slider__section .buttons.slider button {
    position: absolute;
    top: 0;
    width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: 0px 2px 27px rgba(0, 0, 0, 0.2);
}
.slider__section .buttons.slider button svg {
    position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  width: 9px;
}
.slider__section .buttons.slider button svg path {
    fill: var(--body-color);
}
.slider__section .buttons.slider button.photo-prev {
    left: 0;
}
.slider__section .buttons.slider button.photo-next {
    right: 0;
}
/* Blog article END */



/* Blog END */

/* Aircrafts START */
.artile__triggers.aircrafts .buttons {
    margin-top: 30px;
    gap: 20px;
}
.artile__triggers.aircrafts .buttons .readmore__button {
    margin: 0 !important;
}
.artile__triggers.aircrafts .buttons .custom__btn {
    height: 55px;
    background: var(--body-color);
    border-color: var(--body-color);
    color: #fff;
}
.artile__triggers.aircrafts .buttons .custom__btn:hover {
    background: var(--linkcolor);
    border-color: var(--linkcolor);
}

.artile__triggers.aircrafts .buttons button {
    position: relative;
    z-index: 5;
}
.artile__triggers.aircrafts .item .intro__txt {
    margin: 0 !important;
}
.artile__triggers.aircrafts .item .content h3 {
    font-size: 27px;
}

.artile__triggers.aircrafts .item .top__info .box {
    display: flex;
    align-items: center;
    max-width: 203px;
}
.artile__triggers.aircrafts .item .top__info .box .icon {
    width: 40px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    align-content: center;
    margin-right: 10px;
}
.artile__triggers.aircrafts .item .top__info .box .icon img {
    width: 80%;
    margin: 0 auto;
    filter: invert(1) brightness(10);
}
.artile__triggers.aircrafts .item .top__info .box .content__box {
    padding: 0;
    width: 100%;
}
.artile__triggers.aircrafts .item .top__info .box .content__box {
    font-size: 11px;
}

/* Airplane article START */
.news-article.airplane__article .info__block {
    margin: 20px 0;
    gap: 15px;
    padding: 15px 30px;
    border: 1px solid var(--border-color);
}
.news-article.airplane__article .info__block .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 32.2%;
    font-size: 13px;
}
.news-article.airplane__article .info__block .box .content__box {
    width: 100%;
    max-width: 78.5%;
}
.news-article.airplane__article .info__block .box .icon {
    width: 50px;
    height: 50px;
    background: var(--body-bg);
    border: 1px solid var(--border-color);
    align-content: center;
    margin-right: 12px;
}
.news-article.airplane__article .info__block .box .icon img {
    width: 80%;
    margin: 0 auto;
    filter: invert(1) brightness(0.3);
}
.news-article.airplane__article .page__header .subtitle {
    font-weight: 300;
    margin-top: 10px;
    text-decoration: underline;
    text-underline-position: under;
}

.characteristics {
    margin: 50px 0;
}
.characteristics .title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.characteristics ul > li:last-child {
    border-bottom: 1px solid var(--border-color);    
}
.characteristics ul > li {
    padding: 10px 0;
    border-top: 1px solid var(--border-color);
}
.characteristics ul > li .name,
.characteristics ul > li .value {
    display: block;
    width: 100%;
    max-width: 50%;
}
.characteristics ul > li .value {
    text-align: right;
}
.airplane__article .booking-call {
    margin: 30px auto;
    max-width: 300px;
    height: 60px;
    background: var(--body-color);
    border-color: var(--body-color);
    color: #fff;
}
.airplane__article .booking-call:hover {
    background: var(--linkcolor);
    border-color: var(--linkcolor);
}

/* Airplane article END */


/* Aircrafts END */

/* Static Pages START */
.static__page {
    padding-top: 50px;
}
.static  {
    font-size: 17px;
    font-weight: 400;
}
.static.type-2 .image__block {
    max-width: 1170px;
    margin: 80px auto;
}
.static.type-2 .image__block h3 {
    margin-bottom: 30px;
    font-weight: 500;
}
.static.type-2 .image__block .col-6:nth-child(1) {
    padding-right: 70px;
}
.static.type-2 .image__block .col-6:nth-child(2) {
    padding-left: 70px;
}
.static.type-2 .image__block img {
    min-height: 580px;
}
.static .page__header h1 {
    margin-bottom: 20px;
}
.static h2:not(:first-child) {
    margin: 150px 0 40px;
}
.static p:not(:last-child) {
    margin-bottom: 20px;
}

.custom-list {
    margin: 30px 0;
}
.custom-list ul,
.custom-list ol {
    margin: 20px 0;
}
.custom-list .title {
    font-weight: 500;
    margin-bottom: 15px;
}
.custom-list li {
    position: relative;
    padding-left: 20px;
}
.custom-list li:not(:last-child) {
    margin-bottom: 20px;
}
.custom-list li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.custom-list.type-1 li:before {
    content: "–";
}
.custom-list.type-2 li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--linkcolor);
}

.custom-list ol li {
  padding-left: 0;
  list-style-type: decimal-leading-zero;
  list-style-type: unset;
  list-style-position: inside;
}
.custom-list ol li:before {
    content: none !important;
}
.custom-list ol li::marker {
    color: var(--linkcolor); 
}

/* Static Pages END */

/* Contacts Page START */
.contacts .small__container {
    padding-top: 50px;
}
.contact__page {
    background: none;
}
.contacts .buttons {
    gap: 100px;
    justify-content: center;
    margin-bottom: 75px;
}
.contacts .buttons button {
    position: relative;
    width: 110px;
    height: 75px;
}
.contacts .buttons button .icon {
    display: block;
    height: 40px;
    width: 100%;
    margin: 0 auto;
    font-size: 35px;
}
.contacts .buttons button p {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.contacts .buttons button p:after {
    content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  right: 0;
  height: 1px;
  background-color: var(--linkcolor);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
}
.contacts .buttons button.active p,
.contacts .buttons button:hover p {
    color: var(--linkcolor);
}
.contacts .buttons button.active p:after,
.contacts .buttons button:hover p:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    right: auto;
    left: 0;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.contacts .buttons button.active .icon,
.contacts .buttons button:hover .icon {
    color: var(--linkcolor);
}
.contacts .contacts__form  {
    gap: 20px;
}
.contacts .contacts__form .field__box {
    width: 100%;
    max-width: 48.9%;
}
.contacts .contacts__form .w-100 {
    max-width: 100%;
}
.contacts .contacts__form .field__box input,
.contacts .contacts__form .field__box .nice-select {
    height: 50px;
    background: #fff;    
}
.contacts .contacts__form .field__box input,
.contacts .contacts__form .field__box label {
    text-transform: uppercase !important;
}
.contacts .contacts__form .field__box label {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
}
.contacts .contacts__form .field__box input,
.contacts .contacts__form .field__box .nice-select .current {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.contacts .contacts__form .field__box textarea {
    padding: 20px;
    background: #fff;
    color: #8c8c8c;
    width: 100%;
    min-height: 150px;
    border: 1px solid var(--border-color);
}

.contacts .content h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 75px;
    text-align: center;
}
.contacts #tab2 .row {
    position: relative;
}
.contacts #tab2 .row:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 85%;
    background: var(--border-color);
    content: "";
}
.contacts #tab2 .col-6 {
    text-align: center;
}
.contacts #tab2 .title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.contacts #tab2 .worktime {
    min-height: 44px;
}
.contacts #tab2 .worktime li {
    font-size: 14px;
    margin-bottom: 6px;
}
.contacts #tab2 .timezone {
    font-size: 12px;
    font-style: italic;
}
.contacts #tab2 .custom__btn {
    display: flex;
    margin: 30px auto 0;
}
.social {
    gap: 25px;
    justify-content: center;
}
.social:after {
    content: none !important;
}
.social h4 {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0;
    text-align: center;
}
.social li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--body-color);
    border: var(--border-color);
}
.social li > a:hover {
    background: var(--linkcolor);
}
.social li > a > svg {
    width: 60%;
    height: 60%;
}
.social li > a > svg > path {
    fill: #fff;
}

.contacts .photo__gallery {
    padding-top: 80px;
}
.contacts .photo__gallery figure {
    position: relative;
    min-height: 650px;
    max-width: 32.4%;
}
.contacts .photo__gallery figure:nth-child(2) {
    margin-top: 60px;
}
.contacts .photo__gallery figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 40px 40px;
    color: #fff;
}
.contacts .photo__gallery figure figcaption span {
    font-size: 15px;
    font-weight: 400;
}
.contacts .photo__gallery figure figcaption p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Contacts Page END */

/* Footer START */

#footer {
    background: var(--body-color);
    color: #fff;
}
#footer a {
    color: #fff;
}
#footer .row.top {
    border-bottom: 1px solid #606060;
}
#footer .row.bottom {
    border-top: 1px solid #606060;
}
#footer .row.top .col-4,
#footer .row.bottom .col-9,
#footer .row.bottom .col-3 {
    position: relative;
    height: 130px;
    align-content: center;
}
#footer .row.center {
    padding: 80px 0;
}
#footer .row:nth-child(1) .col-4:not(:last-child):after,
#footer .row.bottom .col-3:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: #606060;
    
}
#footer .row.top .col-4,
#footer .row.bottom .col-9,
#footer .row.bottom .col-3 {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

#footer .menu__title {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#footer .footer__menu li:not(:last-child) {
    margin-bottom: 15px;
}
#footer .footer__menu li > a {
    font-size: 11px;
    text-transform: uppercase;
}
#footer .footer__menu li > a:hover {
    color: var(--linkcolor);
}
#footer .footer__contacts {
    gap: 20px;
    color: #fff;
    justify-content: center;
}
#footer .footer__contacts li > a:hover {
    color: var(--linkcolor);
}
.social .icon {
    display: block;
    width: 20px;
    height: 20px;
}
.social .icon svg {
    width: 100%;
    height: 100%;
}
.social .icon svg path {
    fill: #fff;
    transition: all 0.2s ease-in-out;
}
.social.whatsapp:hover .icon svg path {
    fill: #66b902 !important;
}
.social.telegram:hover .icon svg path {
    fill: #6ec8ff !important;
}
.footer__nav .menu__title .icon {
    display: none;
}

/* Footer END */

/* Error Page START */
.error__page {
    text-align: center;
    height: 100%;
    padding: 60px 0;
}
.error__page .error-num {
    font-size: 180px;
    line-height: 185px;
    font-weight: 800;
    text-shadow: 0.1em 0.1em #cecece87;
}
.error__page .error-num span {
    color: var(--linkcolor);
}
.error__page .alert-text {
    font-size: 34px;
    line-height: 41px;
}
.error__page .backhome {
    margin-top: 25px;
}
.error__page .backhome a {
    display: inline-block;
}
/* Error Page END */