@charset "UTF-8";
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@-webkit-viewport {width: device-width;}
@viewport {width: device-width;}


html {
    font-family: sans-serif;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    font-family: 'NunitoSans', arial, sans-serif;
    background-color: #fff;
    color: var(--body-text);
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
body::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 12px;
}
body::-webkit-scrollbar-track {
    border-radius: 1px;
    background-color: transparent;
}
.block__description .table_responsive::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.block__description .table_responsive::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background: #BDBDBD;
}
body.vh-loading {
  opacity: 0;
}
body.vh-ready {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#tinymce{
    padding: 20px;
}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error{
    padding: 20px 30px;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    border-left: 8px solid rgb(188, 188, 188);
    display: block;
}
.tmce_notice_error{
    background-color: #ffcac6;
    border-left: 8px solid #ff3121;
    color: #222;
}
.tmce_notice_success{
    background-color: #d6fbcc;
    border-left: 8px solid #266f12;
    color: #222;
}
.tmce_notice_info{
    background-color: #e1f6fd;
    border-left: 8px solid #0a7ca2;
    color: #222;
}

/***** #Headings ***********************************************************/
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    display: block;
    position: relative;
    font-family: inherit;
    color: var(--body-heading);
    line-height: 1;
    font-weight: 800;
    margin: 0 0 24px;
}
h1,.h1{font-size: 40px;}
h2,.h2{font-size: 34px;}
h3,.h3{font-size: 28px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 20px;}
h6,.h6{font-size: 18px;}

/***** #Links ***************************************************************/
a {
    color: var(--basic-company);
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.5s ease;
    text-decoration: none;
}
.tooltip a:hover,
a:hover,
a:focus{
    color: var(--basic-company);
    outline-width: 0;
    text-decoration: none;
}
/***** #Resets *************************************************************/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {outline: none;}
b,
strong {font-weight: bold;}
img {max-width: 100%;border-style: none;}
img:not([src]) {visibility: hidden;}
figure {margin: 15px 40px;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
hr {
    height: 1px;
    background-color: #dbdbdb;
    margin: 20px 0;
    box-sizing: content-box;
    border: 0;
    overflow: visible;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg:not(:root) {overflow: hidden;}
[hidden] {display: none;}
p {line-height: 1.4;margin: 0 0 1rem;}
p:last-child { margin-bottom: 0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol,
ul {margin: 0 0 1.5rem 1.5rem;}
ol li,
ul li {margin: 0 0 12px 0; line-height: 1.2; position: relative;}
blockquote {
    margin: 1rem 0 1.5rem;
    color: rgb(94, 94, 94);
    padding: 20px 30px;
    border-left: 8px solid rgb(194, 194, 194);
    position: relative;
    background: rgb(248, 248, 248);
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
}
blockquote p {
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {content: "\2014 \2009";}
.block__description {
    font-size: 18px;
    font-weight: 400;
    color: var(--body-text);
}
.block__description ul li, .block__description ol li {
    font-size: 18px;
    font-weight: 400;
    color: var(--body-text);
}
/***** #Form  *************************************************************/
.form__header {
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__title {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    user-select: none;
    padding: 0 15px 0 15px;
    color: var(--body-text);
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    z-index: 2;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.form__group {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
input,
textarea,
.form__textarea,
.form__input{
    display: inline-block;
    color: var(--body-heading);
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 10px;
    padding: 5px 15px;
    width: auto;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    order: 2;
}
.form__input{
    height: 50px;
    display: block;
    width: 100%;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 15px;
    resize: vertical;
}
/* .feedback_form input, .feedback_form .form__input {
    border: 1px solid #FFFFFF;
    background-color: #ffffff29;
    color: #fff;
} */
label, .form__label {
    color: var(--body-text);
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
input:focus,
textarea:focus,
.form__input:focus,
.form__textarea:focus{
    border: 1px solid rgb(186, 186, 186);
}
.feedback_form input:focus,
.feedback_form .form__input:focus{
    background-color: #ffffff54;
    color: #fff;
}
.form__textarea.error,
.form__input.error {
    border-color: rgb(231, 71, 71);
    font-size: 18px;
}
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder{
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #767676;
    font-size: 18px;
    font-weight: 200;
}
.form__placeholder{
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--body-heading);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.1s linear 0s;
    line-height: 1;
    pointer-events: none;
    display: table;
    margin-bottom: 4px;
    text-align: left;
    order: 1;
}
.feedback_form .form__placeholder {
    color: #b9b3b3;
} 
.feedback_form input:focus ~ .form__placeholder {
    color: #fff;
}
:focus::placeholder,
:focus::-ms-input-placeholder,
:focus:-ms-input-placeholder,
:focus:-moz-placeholder,
:focus::-moz-placeholder,
:focus::-webkit-input-placeholder {opacity: 0;}
.form__placeholder.active,
.filled .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus:focus ~ .form__placeholder,
.form__placeholder--focus:-webkit-autofill:focus ~ .form__placeholder,
.form__placeholder--focus:-webkit-autofill ~ .form__placeholder,
.form__placeholder--focus.valid ~ .form__placeholder,
.form__placeholder--focus:not([value='']) ~ .form__placeholder,
.form__placeholder--focus:valid  ~ .form__placeholder{
    font-size: 12px;
    font-weight: 400;
    cursor: default;
    color: #939393;
}
.form__placeholder--focus:-webkit-autofill,
.form__placeholder--focus:-webkit-autofill:hover,
.form__placeholder--focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
    filter: none!important;
}
/* .form__placeholder.active.error,
.filled .form__placeholder.error,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder{
    color: rgb(231, 71, 71);
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #222 !important;
    transition: background-color 9999s ease-in-out 0s;
}
.feedback_form input:-webkit-autofill,
.feedback_form input:-webkit-autofill:hover,
.feedback_form input:-webkit-autofill:focus,
.feedback_form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF0D inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}
.feedback_form {
    width: 100%;
    max-width: 450px;
}
.feedback_form .btn{
    width: 100%;
}
.message_error {
    clear: both;
    padding: 10px;
    margin: 10px 0 20px;
    background-color: rgb(253, 228, 228);
    border-left: 4px solid rgb(255, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #222;
    line-height: 1.3;
    min-height: 36px;
}
.message_success{
    clear: both;
    padding: 15px;
    margin: 10px 0 20px;
    background-color: rgb(190, 225, 202);
    border-left: 4px solid rgb(11, 159, 89);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 1.3;
    min-height: 36px;
}
.error {
    color: rgb(231, 71, 71);
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}
.form__group label.error,
.form__captcha label.error {display: none!important;}

picture {
    width: 100%;
    height: 100%;
    display: block;
}

/***** #Popup ****************************************************************/
.popup {
    padding: 30px!important;
    border-radius: 10px;
    max-width: 500px!important;
    width: 100%;
    text-align: center!important;
}
.popup_bg {
    color: #fff!important;
  background: linear-gradient(to right, #00b4db, #0083b0)!important;
}
.popup__heading{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    user-select: none;
    padding: 0;
    color: #222;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    margin: 20px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup__heading svg{
    width: 28px;
    height: 28px;
    color: #0b982f;
    margin-right: 15px;
}
.popup__heading .form__header{
    margin-bottom: 30px;
}
.popup__description{
    margin-bottom: 10px;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.popup__sent{
    color: #222;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_confirm__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup_confirm__title svg{
    width: 22px;
    width: 22px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.popup_animated {
    max-width: 550px;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .5s;
}
.popup_animated .form__header,
.popup_animated .form__footer,
.popup_animated .form__body {
    transform: translateY(-40px);
    opacity: 0;

    transition-property: transform, opacity;
    transition-duration: .3s;
}

.fancybox-slide--current .popup_animated,
.fancybox-slide--current .popup_animated .form__footer,
.fancybox-slide--current .popup_animated .form__header,
.fancybox-slide--current .popup_animated .form__body {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}
.fancybox-slide--current .popup_animated .form__header {
    transition-delay: .1s;
}
.fancybox-slide--current .popup_animated .form__body {
    transition-delay: .2s;
}
.fancybox-slide--current .popup_animated .form__footer{
    transition-delay: .4s;
}

/* *************************swiper**************************** */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-vertical > .swiper-wrapper {flex-direction: column;}
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0);}
  .swiper-multirow > .swiper-wrapper {flex-wrap: wrap;}
  .swiper-multirow-column > .swiper-wrapper {flex-wrap: wrap;flex-direction: column;}
  .swiper-free-mode > .swiper-wrapper {transition-timing-function: ease-out;margin: 0 auto;}
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {visibility: hidden;}
  .swiper-autoheight, .swiper-autoheight .swiper-slide {height: auto;}
  .swiper-autoheight .swiper-wrapper {align-items: flex-start;transition-property: transform, height;}
  .swiper-3d {perspective: 1200px;}
  .swiper-3d .swiper-wrapper,
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {transform-style: preserve-3d;}
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow-left {background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-3d .swiper-slide-shadow-right {background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-3d .swiper-slide-shadow-top {background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-3d .swiper-slide-shadow-bottom {background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-css-mode > .swiper-wrapper {overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none;}
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {scroll-snap-align: start start;}
  .swiper-horizontal.swiper-css-mode > .swiper-wrapper {scroll-snap-type: x mandatory;}
  .swiper-vertical.swiper-css-mode > .swiper-wrapper {scroll-snap-type: y mandatory;}
  .swiper-button-prev,
  .swiper-button-next {
    z-index: 10;
    cursor: pointer;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    outline: none;
    left: inherit;
    background: #FFFFFF1F;
    color: #fff;
    transition: all .2s ease-in-out 0s;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 44px);
  }
  .main_banner .swiper-button-prev,
  .main_banner .swiper-button-next {
    top: calc((100vh - 80px) / 2);
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: var(--basic-company);
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 28px;
    height: 28px;
    display: block;
  }
  .swiper-button-prev svg {
    transform: rotate(180deg);
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {display: none;}
  .swiper-button-prev,.swiper-rtl .swiper-button-next {left: 10px;right: auto;}
  .swiper-button-next,.swiper-rtl .swiper-button-prev { right: 10px;left: auto;}
  .swiper-button-lock { display: none;}
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 5vh;
    left: 50%;
    transform: translate(-50%, 0px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .main_banner .swiper-pagination {
    display: none;
    bottom: 3vh;
  }
  .swiper-pagination.swiper-pagination-hidden {opacity: 0;}
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets {bottom: 10px;left: 0;width: 100%;}
  /* Bullets */
  .swiper-pagination-bullets-dynamic { overflow: hidden;font-size: 0;}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transform: scale(0.33);position: relative;}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {transform: scale(1);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {transform: scale(1);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {transform: scale(0.66);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {transform: scale(0.33);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {transform: scale(0.66);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {transform: scale(0.33);}
  .swiper-pagination-bullet {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
    border: 1px solid #A5C1FA;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}
  .swiper-pagination-bullet-active {background: #A5C1FA;}
  .swiper-vertical > .swiper-pagination-bullets {right: 10px;top: 50%;transform: translate3d(0px, -50%, 0);}
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 0;display: block;}
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {top: 50%;transform: translateY(-50%);width: 8px;}
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {display: inline-block;transition: 200ms transform, 200ms top;}
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;transform: translateX(-50%);white-space: nowrap;}
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left;}
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: 200ms transform, 200ms right;}
  .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25);position: absolute;}
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--basic-company);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top;}
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-vertical > .swiper-pagination-progressbar,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock { display: none;}
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag { cursor: move;}
  .swiper-scrollbar-lock { display: none;}
  .swiper-zoom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom > img,
  .swiper-zoom > svg,
  .swiper-zoom > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-slide-zoomed {cursor: move;}
  .swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    animation:swiper-preloader-spin 1s infinite linear;
    box-sizing:border-box;
    border:4px solid #000;
    border-radius:50%;
    border-top-color:transparent
   }
   @keyframes swiper-preloader-spin {
    100% {
     transform:rotate(360deg)
    }
   }
   .swiper .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
   }
   .swiper-fade.swiper-free-mode .swiper-slide {transition-timing-function:ease-out}
   .swiper-fade .swiper-slide {pointer-events:none;transition-property:opacity}
   .swiper-fade .swiper-slide .swiper-slide {pointer-events:none}
   .swiper-fade .swiper-slide-active,
   .swiper-fade .swiper-slide-active .swiper-slide-active {pointer-events:auto}
   .swiper-cube {overflow:visible}
   .swiper-cube .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
    visibility:hidden;
    transform-origin:0 0;
    width:100%;
    height:100%
   }
   .swiper-cube .swiper-slide .swiper-slide {pointer-events:none}
   .swiper-cube.swiper-rtl .swiper-slide {transform-origin:100% 0}
   .swiper-cube .swiper-slide-active,
   .swiper-cube .swiper-slide-active .swiper-slide-active {pointer-events:auto}
   .swiper-cube .swiper-slide-active,
   .swiper-cube .swiper-slide-next,
   .swiper-cube .swiper-slide-next+.swiper-slide,
   .swiper-cube .swiper-slide-prev {pointer-events:auto;visibility:visible}
   .swiper-cube .swiper-slide-shadow-bottom,
   .swiper-cube .swiper-slide-shadow-left,
   .swiper-cube .swiper-slide-shadow-right,
   .swiper-cube .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }
   .swiper-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
   }
   .swiper-flip {overflow:visible}
   .swiper-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
   }
   .swiper-flip .swiper-slide .swiper-slide {pointer-events:none}
   .swiper-flip .swiper-slide-active,
   .swiper-flip .swiper-slide-active .swiper-slide-active {pointer-events:auto}
   .swiper-flip .swiper-slide-shadow-bottom,
   .swiper-flip .swiper-slide-shadow-left,
   .swiper-flip .swiper-slide-shadow-right,
   .swiper-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }

/* Header Footer */
.header__menu {
    width: 100%;
    height: 100%;
}
.menu_group--header1, .menu_group--header2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}
.menu_group--header1 {
    justify-content: flex-end;
}
.menu_group__list {
    margin: 0;
    list-style: none;
    width: 100%;
}
.menu_group--footer.menu_group__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_group--header1.menu_group__list, .menu_group--header2.menu_group__list {
    height: 100%;
}
.menu_group__item {
    margin: 0;
}
.menu_group__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--second-company-text);
    white-space: nowrap;
}
.menu_group--header1 .menu_group__link, .menu_group--header2 .menu_group__link {
    height: 100%;
    padding: 12px 30px;
}
.menu_group--footer .menu_group__link {
    padding: 12px 24px;
    font-size: 18px;
    display: block;
}
/* ***********************lazy********************** */
.lazy:not(.initial) {transition: all 1s;}
.lazy.initial,
.lazy.error {opacity: 1;}
.lazy.loaded {
    -o-object-fit: cover;
    object-fit: cover;
}
.lazy {
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s, transform 0.5s !important;
}
.lazy:not(.loaded) {
    opacity: 0;
}
.lazy-bg {
    background-color: #e2e2e2;
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-size: 120%;
}
.lazy-bg:not(.loaded) {
    animation-name: lazy-bg;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: normal;
    background-image: -moz-linear-gradient(90deg, #e2e2e2 0%, #E3E3ED 50%, #e2e2e2 100%);
    background-image: -webkit-linear-gradient(90deg, #e2e2e2 0%, #E3E3ED 50%, #e2e2e2 100%);
    background-image: linear-gradient(90deg, #e2e2e2 0%, #E3E3ED 50%, #e2e2e2 100%);
}
@keyframes lazy-bg {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 600% 50%;
    }
}
/***** #Reedmore *************************************************************************/
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8em;
    background: -moz-linear-gradient(top,#fff0 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.fn_readmore[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 600px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 13px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: var(--basic-company);
    text-decoration: underline;
    text-decoration-color: var(--basic-company);
    text-underline-offset: 2px;
    display: block;
    white-space: nowrap;
    width: fit-content;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: var(--basic-company);
    text-decoration-color: transparent;
}
.fn_readmore + [data-readmore-toggle] span{
    color: var(--button-color);
    background: transparent;
    border-color:  var(--button-color);
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}
.projects_wrap, .agents_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.agents_wrap {
    gap: 50px;
}
.agents__image {
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
}
.agents__image picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agents__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.agents__text {
    font-size: 24px;
    font-weight: 700;
    color: var(--body-heading);
    margin-top: 10px;
    line-height: 1.2;
}
.projects__item {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / .7;
    cursor: pointer;
    position: relative;
}
.projects__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.projects__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
.projects__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.projects__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
.projects__title {
    font-size: 32px;
    font-weight: 700;
    color: var(--second-company-text);
    text-align: center;
    line-height: 1.1;
    text-overflow: ellipsis;
    max-height: calc(1.1em * 2);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.projects__annotation {
    font-size: 20px;
    font-weight: 500;
    color: var(--second-company-text);
    margin-top: 16px;
    text-align: center;
    line-height: 1.2;
    text-overflow: ellipsis;
    max-height: calc(1.2em * 2);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.projects__description {
    font-size: 24px;
    font-weight: 700;
    color: var(--second-company-text);
    margin-top: 10px;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.projects__description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}
.agents__description {
    margin-top: 16px;
}
.agents_contact {
    display: block;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    font-size: 0;
    position: relative;
    
} 
.agents_contact:last-child {
    margin-bottom: 0;
}
.agents_contact.instagram {
    width: 30px;
}
.agents_contact.instagram:before {
    content: '';
    background: url(../images/instagram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}
.agents_contact.telegram {
    width: 30px;
}
.agents_contact.telegram:before {
    content: '';
    background: url(../images/telegram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}
.agents_contact.phone {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-heading);
    width: 100%;
    padding-left: 30px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.agents_contact.phone:before {
    content: '';
    background: url(../images/phone.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
}
.agents_contact:not(.phone):focus, .agents_contact:not(.phone):active {
    opacity: .6;
}
.agents_contact.phone:focus, .agents_contact.phone:active {
    color: var(--basic-company);
}
.agents__description p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
}
.fn_view_all {
    font-size: 18px;
    font-weight: 600;
    color: var(--basic-company);
    text-decoration: underline;
    text-decoration-color: var(--basic-company);
    text-underline-offset: 2px;
    margin-top: 24px;
    display: block;
    white-space: nowrap;
    width: fit-content;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.arrows_down {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 130px;
    height: 70px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: var(--second-company);
}
.arrows_down svg {
    opacity: 1;
    width: 34px;
    height: fit-content;
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveUpDown 2.5s infinite ease-in;
}
 
@keyframes moveUpDown {
    0% {
        transform: translate(-50%, 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 20px) scale(0);
        opacity: 0;
    }
}
.lang_name {
    text-transform: uppercase;
}

