/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: arial;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2a3134;
    background: #fff;
    line-height: 1.3;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1199px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1500px) {

    .container-1 {
        max-width: 100% !important;
        padding: 0 40px;
    }

}

img {
    max-width: 100%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
}

/* *** HEADER *** */

.header {
    position: absolute;
    z-index: 21;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    background: transparent;
}

.header-box {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header-box .container {
    display: flex;
    height: 89px;
    justify-content: space-between;
    align-items: center;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu-1 li {
    position: relative;
}

.main-menu li ul {
    position: absolute;
    top: 100%;
    background: #f4f4f4;
    display: block;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.main-menu li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu li ul {
    padding: 15px 10px;
    margin: 0;
    text-align: center;
    list-style: none;
}

.main-menu li ul a {
    display: block;
    padding: 5px;
    color: #2a3134;
}

.main-menu li ul a:hover,
.main-menu li ul .current a {
    color: #a8d408;
}

.main-menu {
    display: inline-block;
    vertical-align: top;
}

.main-menu > ul > li {
    float: left;
    list-style: none;
    padding: 0 30px;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    height: 90px;
    font-weight: 600;
    line-height: 91px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #fff;
    border-color: #a8d308;
}

.main-menu > ul > .current > a {
    color: #a8d308 !important;
}

.main-menu-2 ul li:last-child {
    padding-right: 0;
}

.icon-1 {
    background: url('../img/icons/01.svg') right 36px no-repeat;
    padding-right: 30px;
}

.icon-2 {
    background: url('../img/icons/02.svg') right 40px no-repeat;
    padding-right: 25px;
}

.header-fix .icon-1 {
    background-image: url('../img/icons/01-1.svg');
}

.header-fix .icon-2 {
    background-image: url('../img/icons/02-1.svg');
}

body .header-fix {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 11;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.header-fix .header-box {
    border-color: #e6e6e6;
}

.body-active .header-fix {
    top: 0;
}

.header-fix .main-menu > ul > li > a {
    color: #2a3134;
}

/* *** MAIN CONTENT *** */

.content-box-1 {
    height: 100vh;
    background: #fff;
    position: relative;
    min-height: 680px;
}

.content-box-1 .mySwiper2 .swiper-slide {
    height: calc(100vh - 60px);
    min-height: 620px;
}


.content-box-1 .mySwiper .swiper-slide {
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.content-box-1 .mySwiper .swiper-slide-thumb-active {
    opacity: 0;
}

.content-box-1 .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.content-box-1 .mySwiper .swiper-slide  {
    width: 100%;
    height: 260px;
}

.content-box-1-1 {
    color: #fff;
    padding-top: 130px;
}

.content-box-1-1 .txt-3 span, .content-box-1-1 .txt-2 span, .content-box-7 .txt span {
    background-image: linear-gradient(120deg, #a9d307 0%, #a9d307 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}

.content-box-1-1 .txt-3:hover span, .content-box-1-1 a:hover .txt-3 span,
.content-box-1-1 .txt-2:hover span, .content-box-1-1 a:hover .txt-2 span {
    background-size: 100% 10px;
}

.content-box-7 .row > div:hover .txt span {
    background-size: 100% 7px;
}

.content-box-1-1 .txt-1 {
    font-size: 16px;
    font-weight: 800;
}

.content-box-1-1 .txt-2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    padding: 15px 0 20px 0;
}

.content-box-1-1 .txt-3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.15;
    padding: 22px 0 15px 0;
}

.content-box-1-1 .description-2, .content-box-1-1 .description-1 {
    width: 373px;
}

.content-box-1-1 .description-2 a, .content-box-1-1 .description-1 a {
    color: #fff;
}

.my-controls {
    position: absolute;
    top: 350px;
    right: 0;
    display: flex;
}

.my-controls .active {
    background: #a8d408;
    border-color: #a8d408;
}

.my-controls span {
    background-color: transparent;
    display: block;
    height: 10px;
    margin-left: 5px;
    border-radius: 50%;
    width: 10px;
    border: 2px solid #fff;
    opacity: 1;
}

.content-box-1-1 {
    position: relative;
}

.btn-1 {
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding-right: 27px;
    background: url('../img/icons/03.svg') center right no-repeat;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.btn-1:hover {
    color: #fff;
}

.btn-1:hover, a:hover div.btn-1 {
    padding-right: 42px;
}

.content-box-1 .swiper-slide {
    overflow: hidden;
}

.content-box-1-1 {
    display: flex;
    justify-content: space-between;
}

.content-box-1 .swiper-position {
    opacity: 0;
}

.content-box-1 .swiper-position.active {
    opacity: 1;
}

.content-box-1 .mySwiper .swiper-slide {
    cursor: pointer;
}

.content-box-1 .mySwiper .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.content-box-1 .mySwiper .swiper-slide:hover:after {
    opacity: 0.2;
}

.content-box-1 .swiper-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1);
    -webkit-transition: 8.25s linear;
    -moz-transition: 8.25s linear;
    -ms-transition: 8.25s linear;
    -o-transition: 8.25s linear;
    transition: 8.25s linear;
}

.content-box-1 .swiper-slide .swiper-bg {
    transform: scale(1);
}

.content-box-1 .swiper-slide-active .swiper-bg {
    transform: scale(1.15);
}

.box-1 {
    color: #fff;
    padding: 30px 60px;
}

.box-1 .txt-1 {
    font-size: 14px;
    margin-bottom: 10px;
}

.box-1 .txt-2 {
    width: 240px;
    max-width: 100%;
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
}

.content-box-2-1 .title {
    width: 800px;
    max-width: 100%;
}

.title h2, .title h1,
.text .title h2, .text .title h1 {
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    line-height: normal;
}

.title {
    margin-bottom: 45px;
}

.content-box-2-2 {
    display: flex;
    justify-content: flex-end;
}

.content-box-2-2 .text {
    width: 370px;
    max-width: 100%;
}

.text-18 {
    font-size: 18px;
    line-height: 30px;
}

.btn-1-black,
.text .btn-1-black {
    color: #2A3134;
    text-decoration: none;
}

.btn-1-black:hover,
.text .btn-1-black:hover {
    color: #2A3134;
    text-decoration: none;
}

.btn-1-1,
.text .btn-1-1 {
    padding-right: 28px;
    background: url(../img/icons/04.svg) right 0 no-repeat;
}

.btn-1-1:hover,
.text .btn-1-1:hover {
    padding-right: 43px;
}

.padding-1 {
    padding: 170px 0;
}

.content-box-2-3 {
    display: flex;
    margin-top: -21px;
}

.content-box-2-3 .col-box {
    margin-right: 60px;
}

.content-box-3 {
    height: 794px;
    position: relative;
}

.content-bg {
    background: url('../img/bg_map.png') center top repeat-x;
}

.map-bg {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: url('../img/map.png') center top no-repeat;
    height: 100%;
    -webkit-transition: 4.15s linear;
    -moz-transition: 4.15s linear;
    -ms-transition: 4.15s linear;
    -o-transition: 4.15s linear;
    transition: 4.15s linear;
}

.map-bg.active {
    opacity: 1;
}

.content-box-3-1 {
    position: relative;
    z-index:1;
    padding-top: 70px;
}

.content-box-3 .title {
    width: 800px;
    max-width: 100%;
}

.carousel-text {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 223px;
    color: #fff;
    font-size: 172px;
    font-weight: 900;
}

.carousel-1-text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
}

.carousel-1 .txt-box {
    display: block;
    margin-left: -500px;
}

.carousel-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-box-3, .content-box-1 {
    overflow: hidden;
}


.content-box-4 {
    overflow: hidden;
}

.content-bg .content-box-4 {
    padding-top: 20px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-1 .swiper-container {
    width: 152%;
}

.carousel-1 {
    position: relative;
}

.carousel-1 .swiper-button-next {
    width: 80px;
    height: 80px;
    background: #afcb08 url('../img/icons/05.svg') center no-repeat;
    right: -40px;
    border-radius: 50%;
    top: 155px;
    text-indent: -9999999px;
    display: block;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.carousel-1 .swiper-button-next:hover {
    background-color: #2a3134;
}

.c-box img {
    transition: all .4s ease-in-out;
    transform: scale(1);
    display: block;
}

.c-box figure {
    overflow: hidden;
}

.c-box:hover img {
     transform: scale(1.1) !important;
}

.c-box {
    color: #2a3134;
    display: block;
}

.c-box:hover {
    color: #2a3134;
}

.c-box .text {
    min-height: 120px;
}

.c-box h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}

.c-box .description {
    padding-top: 20px;
}

.c-box .date {
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #b3b3b3;
}

#press-releases-see-also-box .c-box .description {
    padding-top: 10px;
}

.text p:last-child {
    margin-bottom: 0;
}

.c-box .text {
    margin-bottom: 35px;
}

.boxes-2 {
    border-top: 1px solid #f4f4f4;
}

.box-2 {
    border-bottom: 1px solid #f4f4f4;
    padding: 45px 0 50px 0;
    display: block;
    color: #2a3134;
}

.box-2:hover {
    background: #f4f4f4;
    color: #2a3134;
}

.box-2 .container {
    display: flex;
}

.box-2 .txt-1 strong {
    display: block;
}

.box-2 .txt-1 {
    padding: 3px 0;
    width: 428px;
    flex-shrink: 0;
    font-size: 14px;
}

.box-2 .txt-2-1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.box-2 .txt-2-2 {
    font-size: 18px;
    padding-top: 25px;
    line-height: 1.4;
}

.box-2 .txt-2-1 span, .c-box h2 span {
    background-image: linear-gradient(120deg, #a9d307 0%, #a9d307 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}

.box-2:hover .txt-2-1 span, .c-box:hover h2 span {
    background-size: 100% 10px;
}

.content-box-6 {
    overflow: hidden;
}

.content-box-6 .container {
    display: flex;
}

.content-box-6 figure {
    width: calc(50% - 30px);
    flex-shrink: 0;
    margin-right: 30px;
}

.content-box-6 img,
.content-box-6 video {
    transition: all .4s ease-in-out;
    transform: scale(1);
}

.content-box-6 video {
    width: 100%;
    display: block;
}

.content-box-6 figure {
    overflow: hidden;
}

.content-box-6 figure a:hover img,
.content-box-6 figure a:hover video {
     transform: scale(1.1) !important;
}

.content-box-6 .description {
    padding: 40px 0;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mail {
    padding-top: 2px;
}

.mail a {
    color: #a8d408;
    font-size: 18px;
}

.phone {
    font-size: 24px;
    font-weight: bold;
}

.content-box-7 {
    border-top: 1px solid #f4f4f4;
    padding: 55px 0;
}

.content-box-7 .txt {
    font-size: 24px;
    margin-bottom: 20px;
}

.search-faq {
    border-top: 1px solid #f4f4f4;
}

.search-faq input {
    height: 90px;
    width: 100%;
    border: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding-left: 40px;
    color: #2A3134;
}

.search-faq .container {
    position: relative;
}

.search-faq button {
    left: 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 21px;
    border: none;
    background: url('../img/icons/06.svg') center no-repeat;
}

.search-faq button:hover {
    opacity: 0.85;
}

input::placeholder, textarea::placeholder {
    color: #2A3134;
}

.animate__animated {
    opacity: 0;
}

/* *** FOOTER *** */

.footer-top {
    border-top: 1px solid #f4f4f4;
}

.footer-top .container {
    align-items: center;
    display: flex;
}

.f-list-1 a {
    padding-left: 26px;
    background: url('../img/icons/07.svg') left center no-repeat;
}

.f-list-1 a:hover {
    padding-left: 31px;
}

.footer-top .col-left {
    width: 65.6666%;
}

.footer-top .col-right {
    padding: 100px 0;
    padding-left: 30px;
    width: 34.3333%;
    border-left: 1px solid #f4f4f4;
}

.footer-top ul li {
    margin-bottom: 12px;
}

.footer-top ul li:last-child {
    margin-bottom: 0;
}

.footer-top a {
    color: #2a3134;
    font-weight: bold;
}

.footer-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #f4f4f4;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .created {
    font-size: 14px;
}

.footer-bottom .created a,
.footer-bottom .created a:visited {
    color: #2a3134;
}

.footer-bottom .created a:hover {
    color: #a8d408;
}

.copyright-list {
    padding: 0;
    margin: 0;
    color: #2a3134;
    font-size: 14px;
    list-style: none;
    display: flex;
    align-items: center;
}

.copyright-list li:after {
    content: "|";
    margin: 0 8px;
}

.copyright-list li:last-child:after {
    display: none;
}

.copyright-list a {
    color: #2a3134;
}

footer a:hover,
footer a.current {
    color: #a8d408;
}

/* *** SFTR *** */

.subpage .header-fix {
    top: 0 !important;
}

.subpage header {
    display: none;
}

.banner-1 {
    background-size: cover;
    background-position: center center;
}

.banner-1 .container {
    padding: 190px 15px 100px 15px;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-2 {
    color: #fff;
}

.banner-1 .description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-2 {
    height: 60px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 370px;
    max-width: 100%;
    position: relative;
    padding: 0 20px;
    text-align: center;
    line-height: 62px;
    color: #fff;
}

.btn-2:hover{
    color: #fff;
    background: #a8d408;
    border-color: #a8d408;
}

.btn-2:after {
    position: absolute;
    width: 25px;
    height: 30px;
    content: "";
    background: url('../img/icons/08.svg');
    display: block;
    top: 14px;
    left: 17px;
}

.title-2 h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
}

.title-2-txt {
    margin-bottom: 10px;
    font-weight: 800;
}

.mr60 {
    margin-bottom: 60px;
}

.mr-t60 {
    margin-top: 60px;
}

.content-box-8 .row {
    align-items: center;
}

.row60 {
    margin: 0 -30px;
}

.row60 > div {
    padding: 0 30px;
}

.title-a h2 {
    font-weight: 800;
}

.title-a h2 span {
    color: #A8D408;
}

.title-3 h2, .title-3 h1 {
    font-size: 195px;
    font-weight: 900;
    line-height: 189px;
    text-align: center;
    color: #f1f1f1;
    margin: 0;
}

.title-3 {
    margin-bottom: -45px;
}

.text ul,
.text-18 ul {
    list-style: none;
    padding-left: 0;
}

.text ul li,
.text-18 ul li {
    padding-left: 12px;
    position: relative;
}

.text ul li:after,
.text-18 ul li:after {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    border-radius: 50%;
    background: #a9d307;
}

.text ul li:after {
    top: 8px;
}

.text ul.with-margin li + li,
.text-18 ul.with-margin li + li {
    margin-top: 20px;
}

.btn-2-1,
.text .btn-2-1 {
    color: #fff;
    background: #a8d408;
    border-color: #a8d408;
    text-decoration: none;
}

.btn-2-1:hover,
.text .btn-2-1:hover {
    border-color: #2a3134;
    color: #2a3134;
    background: #fff;
    text-decoration: none;
}

.btn-2-1:after,
.text .btn-2-1:after {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.btn-2-1:hover:after,
.text .btn-2-1:hover:after {
    background: url(../img/icons/08-1.svg);
}

.box-3 {
    padding: 25px 30px 30px 30px;
    margin-top: 10px;
    border: 1px solid #f4f4f4;
}

.box-3 h2 {
    min-height: 88px;
}

.box-3 .button-box {
    display: flex;
    justify-content: flex-end;
}

.btn-download {
    color: #2a3134;
    background: url('../img/icons/09.svg') right 3px no-repeat;
}

.btn-download:hover {
    color: #2a3134;
}

.box-4 {
    position: relative;
    height: 260px;
    color: #fff;
    padding: 30px;
    overflow: hidden;
    display: block;
}

.box-4-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all .4s ease-in-out;
    transform: scale(1);
}

.box-4:hover .box-4-bg {
    transform: scale(1.1);
}

.box-4 .txt {
    font-size: 14px;
    margin: -2px 0 5px 0;
}

.box-4 .txt, .box-4 .title {
    position: relative;
    z-index: 1;
}

.box-4 .title {
    width: 50%;
}

.box-4:hover {
    color: #fff;
}

.box-4:hover .title img {
    margin-left: 5px;
}

.box-4 {
    margin-bottom: 30px;
}

.content-box-8 figure {
    overflow: hidden;
}

.content-box-8 figure img,
.content-box-8 figure video {
    transition: all .4s ease-in-out;
    transform: scale(1);
}

.content-box-8 figure video {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    display: block;
}

.content-box-8 figure img:hover {
    transform: scale(1.1);
}

.boxes-4 {
    margin-bottom: -30px;
}

.mr30 {
    margin-bottom: 30px;
}

.mr-t30 {
    margin-top: 30px;
}

.subpage .content-box-7 {
    margin-top: 60px;
}

/* *** PRESS RELEASES ** */

.subpage-1 {
    padding-top: 100px;
}

.boxes-2-1 {
    position: relative;
    z-index: 2;
    background: #fff;
}

.mr120 {
    margin-bottom: 120px;
}

.mr-t120 {
    margin-top: 120px;
}

.loading-box {
    text-align: center;
}

.boxes-4-1 .title {
    width: 78%;
}

/* *** NEWS *** */

.subpage-2 {
    padding-top: 135px;
}

.wrapper-1 {
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
}

.mr20 {
    margin-bottom: 20px;
}

.content-box-12 .date {
    font-size: 14px;
    color: #939fa6;
    margin-bottom: 10px;
}

.content-box-12 figure {
    margin-bottom: 40px;
}

.c-boxes .c-box {
    margin-bottom: 90px;
}

.c-boxes {
    margin-bottom: 30px;
}

/* *** PORTING PROCEDURES *** */

.title-b h2 {
        font-weight: 900;
}

.title-b h2 span {
    color: #A8D408;
}

@media (min-width: 1199px) {
    .title-b h2 {
        font-size: 60px;
        line-height: 72px;
    }
}

.text a {
    color: #a8d408;
    text-decoration: underline;
}

.text a:hover {
    color: #a8d408;
    opacity: 0.85;
    text-decoration: underline;
}

.faq-box {
    border-bottom: 1px solid #f4f4f4;
}

.faq-box .description {
    padding: 0 0 50px 0;
    display: none;
}

.faq-box .name {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    min-height: 140px;
    display: flex;
    align-items: center;
    padding-right: 100px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.faq-box .name:after {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    content: "";
    border-radius: 50%;
    border: 1px solid #A8D408;
    background: url('../img/icons/11.svg') center no-repeat;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.faq-boxes .faq-box:nth-child(even) {
    background: #f4f4f4;
}

.faq-box.active .name {
    color: #a8d408;
}

.faq-box.active .name:after {
    background: #a8d408 url('../img/icons/12.svg') center no-repeat;
}

.c-box-2 {
    background: #2A3134;
    color: #fff;
    height: 100%;
    padding: 30px;
}

.c-box-2 h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-box-13 {
    overflow: hidden;
}

.carousel-2 .swiper-container {
    margin: 0 -20%;
}

.carousel-2 .c-box-2 {
    min-height: 305px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.swiper-scrollbar {
    margin-top: 53px;
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    background: #fff;
    height: 7px;
}

.swiper-scrollbar:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    content: "";
    background: #e5e5e5;
}

.swiper-scrollbar-drag {
    background: #2a3134;
    height: 7px;
    border-radius: 5px;
    z-index: 2;
}

.swiper-slide-active .c-box-2 {
    background: #a9d307;
    color: #2a3134;
}

.swiper-slide-active .c-box-2 .text-18 ul li:after {
    background: #2a3134;
}

/* *** FAQ *** */

.faq-boxes-1 {
    border-top: 1px solid #f4f4f4;
}

.nav-tabs-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.nav-tabs-1 ul {
    width: 100%;
    display: flex;
    border: 1px solid #f4f4f4;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    list-style: none;
}

.nav-tabs-1 li {
    border-right: 1px solid #f4f4f4;
}

.nav-tabs-1 ul li:last-child {
    border-right: none;
}

.nav-tabs-1 a {
    display: flex;
    width: 100%;
    height: 90px;
    color: #2a3134;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding: 9px 10px 10px 10px;
    padding-top: 14px;
    align-items: center;
    justify-content: center;
}

.nav-tabs-1 li {
    width: 33.333%;
}

.wrapper-2 {
    width: 860px;
    margin: 0 auto;
    max-width: 100%;
}

.nav-tabs-1 .current a, .nav-tabs-1 a:hover {
    background: #AFCB08;
    color: #fff;
}

.search-1 {
    margin-bottom: 30px;
    position: relative;
}

.search-1 button {
    right: 1px;
    position: absolute;
    top: 1px;
    height: 58px;
    width: 60px;
    border: none;
    background: #fff url(../img/icons/06.svg) center no-repeat;
}

.search-1 button:hover {
    opacity: 0.85;
}

.search-1 input {
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #f4f4f4;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 5px;
}

input, textarea {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.search-1 input:focus {
    border-color: #AFCB08;
}

.input-box input:focus, .input-box textarea:focus {
    border-color: #AFCB08;
}

.faq-box .name:hover {
    color: #A8D408;
}

/* *** KEY DOCUMENTS *** */

.title-3a h1, .title-3a h2 {
    font-size: 125px;
}
/*
.title-3a {
    margin-bottom: -45px;
}
*/
.box-5,
.text .box-5 {
    background: url('../img/icons/13.svg') left 33px no-repeat;
    display: block;
    color: #2A3134;
    padding: 28px 0 30px 0;
    padding-left: 60px;
    border-top: 1px solid #f4f4f4;
    text-decoration: none;
}

.boxes-5 {
    border-bottom: 1px solid #f4f4f4;
}

.faq-boxes .faq-box:nth-child(even) .boxes-5, .faq-boxes .faq-box:nth-child(even) .box-5 {
    border-color: #fff;
}

.box-5 .txt-1 {
    font-size: 30px;
    font-weight: 600;
}

.box-5 .txt-1 span {
    background-image: linear-gradient(120deg, #a9d307 0%, #a9d307 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}

.box-5:hover,
.text .box-5:hover {
    color: #2A3134;
    text-decoration: none;
    opacity: 1;
}

.box-5:hover .txt-1 span {
    background-size: 100% 10px;
}

.box-5 .txt-2,
.text .box-5 .txt-2 {
    font-size: 18px;
    font-weight: 600;
}

.box-5 .txt-3,
.text .box-5 .txt-3 {
    font-size: 12px;
    padding: 3px 0 20px 0;
}

.text-12 {
    font-size: 12px;
}

.legend-box {
    padding-top: 45px;
}

/* *** EMIR *** */

.text h2 {
    font-size: 30px;
    font-weight: bold;
}

/* *** ARM *** */

.faq-boxes-2 {
    border-top: 1px solid #f4f4f4;
    background: #fff;
    position: relative;
    z-index: 2;
}

.content-box-14 .faq-boxes-2 {
    margin-top: 55px;
}

/* *** ABOUT US *** */

.content-box-2-10 .content-box-2-2 .text {
    width: calc(50% - 30px);
}

.content-box-2-10 .title {
    width: 860px;
}

.title-4 h2 {
    font-size: 115px;
    line-height: 1.1;
    text-align: center;
    font-weight: 900;
    color: #C1C2C3;
    margin: 0;
}

.title-4 {
    margin-bottom: 45px;
}

.content-box-16 {
    padding-top: 100px;
    background: url('../img/map_2.png') center top no-repeat;
}

.content-box-16 #map {
    height: 600px;
}

.content-box-16 #map .marker-tooltip {
    min-width: 100px;
    text-align: center;
}

.content-box-16-1 {
    display: flex;
    justify-content: flex-end;
}

.content-box-16-1 .title {
    width: calc(50% - 30px);
}

.content-box-16-1 .title {
    margin-bottom: 0;
}

/* *** EMIR *** */

.title-3b {
    margin-top: -76px;
}

.title-3b h2 {
    font-size: 145px;
    line-height: 0.95;
}

.box-5-1,
.text .box-5-1 {
    background: url(../img/icons/03.svg) center right no-repeat;
    padding-left: 0;
    padding-right: 40px;
}

.box-5-1 .txt-2,
.text .box-5-1 .txt-2 {
    width: 500px;
    max-width: 100%;
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.boxes-5-2 {
    margin-top:-54px;
}

/* *** CONTACT *** */

.z-wrapper-3 {
    width: 705px;
    margin: 0 auto;
    max-width: 100%;
}

.title-5 h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
}

.title-5 {
    margin-bottom: 40px;
}

.z-content-box-1 .text a {
    text-decoration: none;
}

.title-3a h2, .title-3a h1 {
    line-height: 1.2;
}

.form-box .row {
    margin: 0 -12px;
}

.form-box .row > div {
    padding: 0 12px;
}

.input-box {
    margin-bottom: 20px;
}

body .input-box input, body .input-box textarea {
    font-family: 'Montserrat', sans-serif;
    display: block;
    height: 50px;
    padding: 0 22px;
    padding-top: 2px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

body .input-box textarea {
    height: 240px;
    resize: none;
    overflow: auto;
    padding: 16px 22px;
}


.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 22px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #2a3134;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 51px;
}

.select .chosen-drop {
    border-color: #ebebeb;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 52px;
    height: 50px;
    background: url('../img/icons/14.svg') center no-repeat;
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    padding: 10px 18px 9px 18px;
    color: #2a3134;
}

.select .chosen-container .chosen-results li:hover {
    background: #a8d408;
    color: #fff;
}

.checkbox-box label {
    font-size: 12px;
    margin: 0;
    color: #2a3134;
}

.checkbox-box input {
    flex-shrink: 0;
    margin: -1px 5px 0 0;
}

.checkbox-box label a {
    color: #afcb08;
    text-decoration: underline;
}

.checkbox-box {
    display: flex;
}

.checkbox-box label a:hover {
    color: #afcb08;
    opacity: 0.9;
    text-decoration: underline;
}

.icheckbox {
    width: 13px;
    flex-shrink: 0;
    margin-right: 5px;
    height: 13px;
    border: 1px solid #7f7f7f;
}

.icheckbox.checked {
    background: url('../img/icons/check.png') center no-repeat;
}

.legend-1 {
    font-size: 12px;
    margin-top: 5px;
    color: #2a3134;
}

.captcha-box {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    padding: 25px 40px;
    width: 402px;
}

.captcha-box input {
    width: 155px;
    height: 22px;
    margin-top: 25px;
    display: block;
    border: 1px solid #7f9db9;
    font-family: 'Montserrat', sans-serif;
}

.z-content-box-2-1 {
    display: flex;
    justify-content: space-between;
}

.btn-3 {
    height: 50px;
    text-align: center;
    padding: 0 20px 0 38px;
    line-height: 53px;
    font-size: 16px;
    background: #afcb08;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.btn-3:hover {
    opacity: 0.9;
}

.btn-3 span {
    padding-right: 47px;
    background: url(../img/icons/15.svg) right center no-repeat;
}

.form-button {
    display: flex;
    justify-content: flex-end;
}

.z-content-box-2-1 .col-box {
    margin-bottom: 24px;
}

.content-box-7-1 .title {
    justify-content: center;
}

.content-box-7-1 .title h2 span {
    color: #A9D307;
}

.content-box-7-1 .title h2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -16px 0 0 10px;
}

.select select {
    font-family: 'Montserrat', sans-serif;
    display: block;
    height: 50px;
    padding: 0 19px;
    padding-top: 2px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

/* *** CHECK THE OFFER *** */

.a-content-box-1 .title {
    width: 825px;
    max-width: 100%;
}

.a-content-box-1-1 {
    display: flex;
    align-items: center;
}

.a-content-box-1-1 figure {
    flex-shrink: 0;
    margin-right: 60px;
}

.a-content-box-1-1 .description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.a-content-box-1-1 .button-box {
    display: flex;
    /*padding-top: 80px;*/
}

.a-content-box-1-1 .button-box .col-box {
    margin-right: 30px;
    margin-top: 5px;
}

.a-content-box-1 {
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
}

.a-content-box-2-1 {
    position: relative;
}

.a-content-box-2-1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0,0,0,0.2);
}

.a-content-box-2-1 .description {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    color: #fff;
    z-index: 2;
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-box {
    flex-direction: column;
    justify-content: center;
}

.title-box .txt {
    font-size: 18px;
    margin-top: 25px;
}

.boxes-3 .box-3 {
    margin-bottom: 60px;
}

.boxes-3 {
    margin-bottom: -60px;
}

.box-3,
.text .box-3 {
    display: block;
    color: #2A3134;
    text-decoration: none;
}

.box-3:hover,
.text .box-3:hover {
    background: #F4F4F4;
    color: #2A3134;
    text-decoration: none;
}

.content-box-8-2 {
    border: 1px solid #f4f4f4;
}

.content-box-8-2 .title {
    display: block;
    margin-bottom: 30px;
}

/* *** MENU FIX *** */

.menu-fix {
    position: fixed;
    top: 90px;
    padding: 60px 0;
    left: 0;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 90px);
    z-index: 100;
    background: #f4f4f4;
}

.m-content nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.m-content nav ul li {
    margin-bottom: 20px;
}

.m-content nav ul ul {
    padding-top: 20px;
}

.m-content nav ul li:last-child {
    margin-bottom: 0;
}

.m-content nav ul a {
    font-weight: bold;
    color: #2a3134;
    font-size: 18px;
}

.m-content nav ul ul a {
    font-size: 14px;
}

.m-content nav ul a span {
    background-image: linear-gradient(120deg, #a9d307 0%, #a9d307 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}

.m-content nav ul a:hover span,
.m-content nav ul .current > a span {
    background-size: 100% 6px;
}

.m-content nav ul ul a:hover span,
.m-content nav ul ul .current a span {
    background-size: 100% 4px;
}

.m-content-box-1 {
    margin-top: 60px;
}

.m-title {
    padding: 0 30px 10px 30px;
    font-size: 14px;
    font-weight: bold;
}

.m-content-box-2 {
    background: #fff;
    border-radius: 10px;
    padding: 25px 0;
}

.m-content-box-2 .col-box {
    padding: 0 30px;
    width: 33.3333%;
}

.m-content-box-2 .txt-1 {
    font-size: 14px;
    margin-bottom: 15px;
}

.m-content-box-2 .txt-2 {
    font-size: 14px;
    font-weight: bold;
}

.m-content-box-2 .txt-3 a {
    color: #a8d408;
    font-size: 14px;
}

.m-content {
    width: 65%;
}

.m-content-box-2 .row-box {
    display: flex;
}

.m-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.m-banner:hover .m-banner-bg {
     transform: scale(1.1) !important;
}

.m-banner-bg {
    transition: all .4s ease-in-out;
    transform: scale(1);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.m-banner-txt {
    padding: 59px 60px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.m-banner-txt .m-txt-1 {
    margin-bottom: 5px;
}

.m-banner-txt .m-txt-2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 43px;
}

.header .icon-2 span:last-child {
    display: none;
}

.header-active .icon-2 {
    background: url(../img/icons/17.svg) right 40px no-repeat;
}

.header-active.header-fix .icon-2 {
    background: url(../img/icons/17-1.svg) right 40px no-repeat;
}

.header-active .icon-2 span:last-child {
    display: block;
}

.header-active .icon-2 span:first-child {
    display: none;
}

.header-active .main-menu-1 {
    display: none;
}

.header-active .h-search {
    display: block;
}

.h-search {
    display: none;
    width: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -235px;
    margin-top: -20px;
}

.h-search input {
    display: block;
    width: 100%;
    border: none;
    background: none;
    height: 40px;
    color: #fff;
    padding-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.h-search button {
    right: 0px;
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    border: none;
    background: url(../img/icons/06-1.svg) center no-repeat;
}

.h-search input::placeholder {
    color: #fff;
}

.header-fix .h-search input {
    color: #2a3134;
}

.header-fix .h-search input::placeholder {
    color: #2a3134;
}

.header-fix .h-search button {
    background: url(../img/icons/06.svg) center no-repeat;
}

.js-open-menu {
    width: 71px;
}

.menu-fix {
    display: none;
}

.h-search-1 {
    display: none;
}

.body-open-menu {
    overflow: hidden;
}

.m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.m-banner-link {
    height: calc(100vh - 90px);
}

.m-banner {
    height: calc(100vh - 90px);
}

.m-banner-link.hide {
    display: none;
}

.error {
    border-color: #fd0609 !important;
    color: #fd0609 !important;
}

.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fd0609;
  }
.error::-moz-placeholder { /* Firefox 19+ */
    color: #fd0609;
  }
.error:-ms-input-placeholder { /* IE 10+ */
    color: #fd0609;
  }
.error:-moz-placeholder { /* Firefox 18- */
    color: #fd0609;
}

.info-prompt,
.error-prompt {
    width: 90%;
    background-color: #f4f4f4;
    padding: 15px 6px;
    margin: 30px auto 30px auto;
    color: #2a3134;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    border: 1px solid #ebebeb;
}

.error-prompt {
  border-color: #fd0609;
}

.info-prompt p,
.error-prompt p {
    margin-bottom: 0;
}

.error-prompt a,
.error-prompt a:visited,
.info-prompt a,
.info-prompt a:visited {
    color: #2a3134;
    text-decoration: none;
}

.error-prompt a:hover,
.info-prompt a:hover {
    color: #2a3134;
}

.error-prompt p.button,
.info-prompt p.button {
    margin-top: 5px;
}

.error-prompt p.button a,
.error-prompt p.button a:visited,
.info-prompt p.button a,
.info-prompt p.button a:visited {
    color: #2a3134;
    font-size: 14px;
    text-decoration: none;
}

.error-prompt p.button a:hover,
.info-prompt p.button a:hover {
    color: #afcb08;
}

ul.search-results-list {
    list-style-type: none;
    padding-left: 0;
}

ul.search-results-list li + li {
    margin-top: 25px;
}

ul.search-results-list li h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

ul.search-results-list li h3 a,
ul.search-results-list li h3 a:visited {
    color: #2a3134;
}

ul.search-results-list li h3 a:hover {
    color: #a8d408;
    opacity: 0.8;
}

ul.search-results-list li p {
    margin: 0;
}

.pager {
    margin-top: 40px;
}

.pager a,
.pager a:visited {
    color: #2a3134;
}

.pager a.current,
.pager a:hover {
    color: #a8d408;
}

.pager ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.pager ul li.number {
    margin-left: 10px;
}

.cookies-content {
    position: fixed;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 27px 0;
    color: #2a3134;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
}

.cookies-content a {
    color: #afcb08;
}

.cookies-content .txt a {
    text-decoration: underline !important;
}

.cookies-content a:hover {
    opacity: 0.9;
    color: #afcb08;
}

.cookies {
    padding: 0 114px;
    position: relative;
    background: url('../img/icons/cookies.svg') left top no-repeat;
}

.cookies-close {
    text-decoration: none !important;
    font-size: 35px;
    position: absolute;
    top: -12px;
    right: 0;
}

#maintenance-box {
    background: url('../img/maintenance.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    padding: 40px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

#maintenance-box .maintenance-box-logo img {
    width: 300px;
}

#maintenance-box h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    margin-top: 40px;
}

#maintenance-box .text {
    font-size: 28px;
    margin-top: 40px;
}

#maintenance-box .text .maintenance-box-address {
    font-size: 16px;
    margin-top: 100px;
}