header {
    position: absolute;
    z-index: 999;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    top: 0;
}

header .header-wrap {
    display: flex;
    width: 100%;
	max-width: 1360px;
    padding: 15px 50px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	margin: auto;
}

header .header-wrap a.button {
    background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 14px 35px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-left: 20px;
}

header .header-wrap a.button:hover {
    background: #ffc400;
}

header .header-wrap .logo img {
    width: 130px;
    height: auto
}

header .header-wrap .navigation-menu-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

header .header-wrap .navigation-menu-wrap div[class*=menu-main-menu] {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

header .header-wrap .navigation-menu-wrap div[class*=menu-main-menu] .menu-nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style: none
}

header .header-wrap .navigation-menu-wrap div[class*=menu-main-menu] .menu-nav li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px
}

header .header-wrap .navigation-menu-wrap div[class*=menu-main-menu] .menu-nav li a:hover {
    color: #fc0;
    text-decoration: none
}

header .header-wrap .lng-wrap {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

header .header-wrap .lng-wrap .lng-current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    background-image: url("assets/images/ico_lng.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer
}

header .header-wrap .lng-wrap .lng-list {
    position: absolute;
    z-index: 20;
    top: 50px;
    display: none;
    width: 60px;
    list-style: none;
    margin: 0;
    padding: 0
}

header .header-wrap .lng-wrap .lng-list li {
    text-align: right;
    text-transform: uppercase;
    padding: 5px 0
}

header .header-wrap .lng-wrap .lng-list li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

header .header-wrap .lng-wrap .lng-list li a:hover {
    color: #fc0;
    text-decoration: none
}

header .header-wrap .hamburger {
    display: none;
    width: 35px;
    height: 90px;
    margin-left: 25px;
    background-image: url("assets/images/ico_hamburger.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer
}

/* header.bck-color {
    background-color: #fff
} */

@media(max-width: 1200px) {
    header .header-wrap {
        width: calc(100% - 40px);
        padding: 0 20px
    }

    header .header-wrap .logo img {
        width: 110px;
        height: auto
    }

    header .header-wrap .navigation-menu-wrap {
        display: none
    }

    header .header-wrap .hamburger {
        display: block
    }
}

#rsp-nav-wrap-wrap {
    position: fixed;
    z-index: 9999;
    left: -99999px;
    display: block;
    width: 100%;
    height: 100svh;
    transition: left .5s ease;
    top: 0;
}

#rsp-nav-wrap-wrap .rsp-nav-wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    height: 100svh;
    padding: 0 20px;
    background-color: #fff
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(103, 103, 118, .2)
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .logo img {
    width: 110px;
    height: auto
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .lng-wrap {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .lng-wrap .lng-current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    background-image: url("assets/images/ico_lng.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .lng-wrap .lng-list {
    position: absolute;
    z-index: 20;
    top: 50px;
    display: none;
    width: 60px;
    list-style: none;
    margin: 0;
    padding: 0
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .lng-wrap .lng-list li {
    text-align: right;
    text-transform: uppercase;
    padding: 5px 0
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .lng-wrap .lng-list li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .lng-wrap .lng-list li a:hover {
    color: #fc0;
    text-decoration: none
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .rsp-header .close {
    display: block;
    width: 35px;
    height: 25px;
    margin-left: 25px;
    background-image: url("assets/images/ico_close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap {
    margin: 60px 0 auto;
    padding: 0 20px;
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 0;
    padding: 0
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap ul li {
    display: block
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap ul li a:hover {
    color: #ffc400;
    text-decoration: none
}

.navigation-menu-wrap ul li.button {
    display: none;
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .legal-menu-wrap {
    margin: 0 0 50px;
    padding: 0 20px
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .legal-menu-wrap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .legal-menu-wrap ul li {
    display: block
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .legal-menu-wrap ul li a {
    color: #676776;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px
}

#rsp-nav-wrap-wrap .rsp-nav-wrap .legal-menu-wrap ul li a:hover {
    color: #ffc400;
    text-decoration: none
}

#rsp-nav-wrap-wrap.show {
    left: 0;
    display: block!important;
}

#rsp-nav-wrap-wrap.hide {
    left: -1300px;
    display: none!important;
}

footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #000;
}

footer .footer-wrap {
    display: flex;
    box-sizing: border-box;
    max-width: 1360px;
    width: calc(100% - 60px);
    margin: 100px auto 70px;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
}

footer .footer-wrap .logo img {
    width: 160px;
    height: auto
}

footer .footer-wrap .footer-nav-block {
    width: 100%;
    max-width: 210px;
    margin-left: 135px;
}

footer .footer-wrap .footer-nav-block.footer-contact {
	margin-left: 185px;
}

footer .footer-wrap .footer-address {
	padding-top: 20px;
	color: #FFFFFF;
	opacity: 0.6;
	font-size: 14px;
	line-height: 20px;
	max-width: 210px;
}

footer .footer-wrap .footer-nav-block h3 {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #FFCC02;
    font-weight: 700;
    margin: 0 0 19px
}

footer .footer-wrap .footer-nav-block .footer-nav div[class*=container] ul,
footer .footer-wrap .footer-nav-block.footer-contact ul
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none
}

footer .footer-wrap .footer-nav-block .footer-nav div[class*=container] ul li a,
footer .footer-wrap .footer-nav-block.footer-contact ul li {
    color: rgba(255,255,255, 0.6);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

footer .footer-wrap .footer-nav-block .footer-nav div[class*=container] ul li a:hover {
    color: #ffc400;
    text-decoration: none
}

footer .footer-wrap .footer-nav-block.footer-contact ul li a {
	margin-right: 20px;
	display: inline-block;
	color: rgba(255,255,255,0.6);
}

footer .disclamer-wrap {
    display: block;
    box-sizing: border-box;
    max-width: 1360px;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.6);
    margin: 0 auto 20px;
}

footer .footer-copy {
    display: flex;
    box-sizing: border-box;
    max-width: 1360px;
    width: calc(100% - 60px);
    padding: 45px 0px 150px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin: auto;
}

footer .footer-copy .copy {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.6);
}

footer .footer-copy .copy a {
    color: rgba(255,255,255, 0.6);
    text-decoration: none;
}

footer .footer-copy .copy a:hover {
    color: #ffc400;
    text-decoration: none
}

footer .footer-copy .langs .lng-wrap {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

footer .footer-copy .langs .lng-wrap .lng-current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 28px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,1);
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    background-image: url("assets/images/ico_lang_white.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer
}

footer .footer-copy .langs .lng-wrap .lng-list {
    position: absolute;
    z-index: 20;
    top: 30px;
    display: none;
    width: 60px;
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer-copy .langs .lng-wrap .lng-list li {
    text-align: right;
    text-transform: uppercase;
    padding: 5px 0
}

footer .footer-copy .langs .lng-wrap .lng-list li a {
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

footer .footer-copy .langs .lng-wrap .lng-list li a:hover {
    color: #fc0;
    text-decoration: none
}


@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-ExtraLight.ttf") format("truetype");
    font-weight: 200
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-Light.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-Medium.ttf") format("truetype");
    font-weight: 500
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-SemiBold.ttf") format("truetype");
    font-weight: 600
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-Bold.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-ExtraBold.ttf") format("truetype");
    font-weight: 800
}

@font-face {
    font-family: "Mulish";
    src: url("assets/fonts/mulish/Mulish-Black.ttf") format("truetype");
    font-weight: 900
}

.first-two-layouts {
	width: 100%;
	margin: 0 auto 0;
	padding-top: 100px;
	border-radius: 30px;
}

.layout-hero-wrap {
	width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-position: right center, right top !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 70svh auto, cover !important;
    margin: 0;
    padding: 120px 0 113px;
}

.layout-hero-wrap .layout-hero {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.layout-hero-wrap .layout-hero div[class*=content] {
    display: flex;
	width: 54dvw;
    flex-direction: column;
    align-items: flex-end;
	justify-content: flex-end;
}

.layout-hero-wrap .layout-hero div[class*=content] h1 {
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 20px;
	max-width: 90%;
}

.layout-hero-wrap .layout-hero .layout-hero__content__inner {
	max-width: 720px;
    align-items: flex-start!important;
	justify-content: flex-start!important;
	margin-right: clamp(0px, calc((51dvw / 2) - ((100dvw - 54dvw) / 2)), 54dvw);
}

.layout-hero-wrap .layout-hero div[class*=content] .text {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 80px
}

.layout-hero-wrap .layout-hero div[class*=content] .bullets {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 19px
}

.layout-hero-wrap .layout-hero div[class*=content] .bullets .bullet {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.layout-hero-wrap .layout-hero div[class*=content] .bullets .bullet span {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400
}

.layout-hero-wrap .layout-hero div[class*=design] {
    height: auto;
    text-align: center;
	width: 46dvw;
}

.layout-hero-wrap .layout-hero div[class*=design] img {
    height: auto;
	width: 100%;
}


.layout-block-with-icon-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: 1360px;
	margin: auto;
}

#hero-icons-four.is-fixed {
	position: fixed;
	bottom: 40px;
	left: 0;
	right: 0;
	z-index: 99999;
}

.layout-block-with-icon-wrap .layout-block-with-icon {
    display: flex;
    max-width: 1360px;
    width: calc(100% - 40px);
    padding: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 37px;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 10px 40px #2222220D;
}

.layout-block-with-icon-wrap .layout-block-with-icon .btn-clr-brd {
	background: #000000 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.layout-block-with-icon-wrap .layout-block-with-icon .btn-clr-brd:hover {
	background: #1F1F1F;
}

.layout-block-with-icon-wrap .layout-block-with-icon .block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: all .1s ease-in;

}

.layout-block-with-icon-wrap .layout-block-with-icon .block img {
    width: auto;
	margin-right: 10px;
}

.layout-block-with-icon-wrap .layout-block-with-icon .block h3 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
	margin: 0;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block img {
	margin: 0;
}

.layout-title-with-text-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.layout-title-with-text-wrap .layout-title-with-text {
    display: flex;
    max-width: 1360px;
    width: 100%;
    margin: 35px 0 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.layout-title-with-text-wrap .layout-title-with-text .title-line {
    position: relative;
    display: none;
    width: 100%
}

.layout-title-with-text-wrap .layout-title-with-text .title-line .under-line {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 10;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fc0
}

.layout-title-with-text-wrap .layout-title-with-text .title-line h4 {
    position: relative;
    z-index: 20;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: left;
    text-transform: uppercase
}

.layout-title-with-text-wrap .layout-title-with-text .title-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.layout-title-with-text-wrap .layout-title-with-text .title-text h2 {
    max-width: 637px;
    display: block;
    font-size: 42px;
    line-height: 52px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
}

.layout-title-with-text-wrap .layout-title-with-text .title-text .text {
    max-width: 430px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-align: left
}

@media(max-width: 1200px) {
    .layout-title-with-text-wrap .layout-title-with-text {
        display: flex;
        max-width: 1360px;
        width: calc(100% - 40px);
        margin: 100px 0;
        padding: 0 20px
    }

    .layout-title-with-text-wrap .layout-title-with-text .title-text {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
		max-width: 400px;
		margin: 20px auto 0;
    }

    .layout-title-with-text-wrap .layout-title-with-text .title-text h2 {
        max-width: 100%;
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 10px
    }

    .layout-title-with-text-wrap .layout-title-with-text .title-text .text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px
    }
}

#specific-block.layout-block-with-icon-wrap {
    display: block;
    text-align: center;
    padding: 0;
    margin: 85px auto 0;
    max-width: 1360px;
    width: 100%;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon {
    display: flex;
    padding: 28px 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 60px #2222220D;
    border-radius: 80px;
    margin: auto;
    width: 100%;
	max-width: 401px;
    box-sizing: border-box;
	gap: 0;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    align-items: center;
    padding: 0;
    height: auto;
    width: auto;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block h3 {
    display: none;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block img {
    height: 36px;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block:first-child img {
    height: 45px;
}

#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block:nth-child(2n) img {
    height: 20px;
}

.layout-title-with-text-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto
}

.layout-block-with-icon-and-text-wrap {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 150px;
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text {
    display: flex;
    max-width: 1360px;
    width: calc(100% - 60px);
    padding: 0 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(33.33% - 96px);
    padding: 40px;
    background: #FFFFFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 60px #2222220D;
    border-radius: 20px;
    transition: all .1s ease-in;
	border: 1px solid #F0F0F0;
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .icon {
	width: 107px;
	height: 107px;
	border-radius: 100%;
    margin-bottom: 30px;
	background: #FAFAFA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .icon img {
    width: auto;
    height: 55px;
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .text-wrap {
    display: flex;
    flex-direction: column;
    transition: transform .1s ease
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .text-wrap h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
	letter-spacing: -0.5px;
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .text-wrap .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
	opacity: 0.6;
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block:hover {
background: transparent linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 10px 60px #2222221A;
}

.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block:hover .icon {
	background: #fff;
}

/* .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block:hover img {
    filter: brightness(0%)
} */

/* .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block:hover .text-wrap {
    transform: translateY(-35px)
} */

@media(max-width: 1024px) {
    .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text {
        display: flex;
        width: calc(100% - 40px);
        padding: 0 20px;
        flex-wrap: nowrap;
        gap: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
	
	.layout-title-with-text-wrap .layout-title-with-text {
		margin: 10px 0 50px;
	}
	
	.layout-title-with-text-wrap .layout-title-with-text .title-text h2 {
		margin: 0;
	}

    .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 270px;
        padding: 30px 20px 40px;
    }

    .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .icon {
        width: 82px;
        height: 82px;
        margin-bottom: 30px;
    }
	
	.layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .icon img {
		height: 42px;
	}

    .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block .text-wrap h3 {
        font-size: 18px;
        line-height: 23px
    }

    .layout-block-with-icon-and-text-wrap .layout-block-with-icon-and-text .block:hover .text-wrap {
        transform: translateY(-25px)
    }
}

.layout-block-with-image-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.layout-block-with-image-wrap .layout-block-with-image {
    max-width: 1360px;
    width: calc(100% - 60px);
    padding: 0 30px;

}

.layout-block-with-image-wrap .layout-block-with-image .block-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layout-block-with-image-wrap .layout-block-with-image .block-text {
    display: flex;
    flex-direction: column;
    width: calc(40% - 144px);
    padding: 0;
}

.layout-block-with-image-wrap .layout-block-with-image .title-line,
.know-rights-bottom .bottom-block-image .title-line {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.layout-block-with-image-wrap .layout-block-with-image .title-line .under-line,
.know-rights-bottom .bottom-block-image .title-line .under-line {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 10;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fc0
}

.layout-block-with-image-wrap .layout-block-with-image .title-line h4,
.know-rights-bottom .bottom-block-image .title-line h4 {
    position: relative;
    z-index: 20;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    display: block;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: left;
    text-transform: uppercase
}

.layout-block-with-image-wrap .layout-block-with-image .title-line h4 {
    background-color: #f4f4f0;
}

.know-rights-bottom .bottom-block-image .title-line {
	margin-bottom: 21px;
}

.know-rights-bottom .bottom-block-image .title-line h4 {
	background-color: #000;
	color: #FFCC00;
	text-transform: uppercase;
	border: 1px solid #FFCC00;
	border-radius: 21px;
	padding: 6px 30px;
}

.layout-block-with-image-wrap .layout-block-with-image .block-text h3 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    color: #000;
    font-weight: 700;
    margin: 0 0 16px
}

.layout-block-with-image-wrap .layout-block-with-image .block-text h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin: 0 0 40px
}

.layout-block-with-image-wrap .layout-block-with-image .block-text .text {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: left;
    opacity: 0.6;
}

.layout-block-with-image-wrap .layout-block-with-image .block-text .btn-clr-brd {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
    padding: 19px 60px;
    background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all .1s ease-in
}

.layout-block-with-image-wrap .layout-block-with-image .block-text .btn-clr-brd:hover {
    background-color: #fc0
}

.know-rights-bottom {
	width: 100%;
	max-width: 1360px;
	color: #000;
	margin: 20px auto 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.know-rights-bottom .right-content {
	background: #FAFAFA 0% 0% no-repeat padding-box;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
	display: flex;
	justify-content: end;
	align-items: self-start;
	flex-direction: column;
	padding: 40px;
	max-width: 650px;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
}

.know-rights-bottom .right-content .text {
	margin-bottom: 30px;
}

.know-rights-bottom .right-content .btn-clr {
	display: inline-block;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: #FFCC00 0% 0% no-repeat padding-box;
	border-radius: 10px;
}

.know-rights-bottom .right-content .btn-clr:hover {
	background: #000;
	color: #fff;
}

.know-rights-bottom .right-content h3 {
	font-size: 52px;
	line-height: 60px;
	font-weight: bold;
	margin: 0 0 20px;
}

.know-rights-bottom .bottom-block-image {
	max-width: 650px;
	width: 100%;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
background: transparent linear-gradient(180deg, var(--unnamed-color-000000) 0%, #1F1F1F 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #000000 0%, #1F1F1F 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 20px 60px #2222220D;
}

.know-rights-bottom .bottom-block-image .block-text-holder {
	display:flex;
	flex-direction: column;
}

.know-rights-bottom .bottom-block-image .block-text-left {

}

.know-rights-bottom .bottom-block-image .block-text-left h3 {
	font-size: 32px;
	line-height: 46px;
	margin: 0 0 20px;
	font-weight: bold;
}

.know-rights-bottom .bottom-block-image .block-text-left h4 {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
}

.know-rights-bottom .bottom-block-image .block-text-holder .text {
	width: 100%;
	max-width: 850px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 42px;
}

.know-rights-bottom .bottom-block-image .btn-clr-brd {
	display: inline-block;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: #FFCC00 0% 0% no-repeat padding-box;
	border-radius: 10px;
}

.know-rights-bottom .bottom-block-image .title-line .under-line {
	display: none;
}

.know-rights-bottom .bottom-block-image .btn-clr-brd:hover {
	background: #fff;
}

.layout-block-with-image-wrap .layout-block-with-image .block-image {
    position: relative;
    width: 100%;
}

#know-your-rights {
	max-width: 1320px;
	padding: 20px;
	border-radius: 30px;
	background: #fff;
	margin: 0 auto 150px;
}

#know-your-rights.layout-block-with-image-wrap .layout-block-with-image {
	padding: 0;
	width: 100%;
}


.layout-block-with-image-wrap .layout-block-with-image .block-image .image {
    position: absolute;
    z-index: 998;
	border-radius: 30px;
	max-width: 900px;
	top: -60%;
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image img {
	width: 100%;
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .right-content {
    width: 100%;
    max-width: 555px;
	padding: 10px 65px 10px 10px;
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content img {
    width: 100%;
    height: auto
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content h3 {
    display: block;
    font-size: 46px;
    line-height: 56px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .text {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0 0 59px;
    text-align: left
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .btn-clr {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 19px 60px;
    background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 31px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all .1s ease-in
}

.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .btn-clr:hover {
    background-color: #fff;
	color: #000;
}

#know-your-rights.layout-block-with-image-wrap {
	width: 100%;
}

.wgd-flights-wrap {
    display: flex;
    width: auto;
    margin: 0 0 38px;
    padding: 20px;
    background: #FFFFFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 40px #0002220D;
    border: 1px solid #F8F8F0;
    border-radius: 20px;
    opacity: 1;
}

.wgd-flights-wrap .wdg-form {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center
}

.wgd-flights-wrap .wdg-form .wdg-departure {
    position: relative;
    display: block;
    width: 270px;
    height: 60px
}

.wgd-flights-wrap .wdg-form .wdg-departure input {
    display: block;
    width: 200px;
    height: 60px;
    padding: 0 20px 0 60px;
    border: none;
    border-collapse: collapse;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-image: url("assets/images/ico_plane_up.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #f4f4f0;
    border-radius: 10px 0 0 10px;
}

.wgd-flights-wrap .wdg-form .wdg-departure input::-moz-placeholder::-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-departure input::placeholder::-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-departure input::-moz-placeholder:-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-departure input::placeholder:-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-departure input:focus {
    outline: none
}

.wgd-flights-wrap .wdg-form .wdg-arrival {
    display: block;
    width: 270px;
    height: 60px;
}

.wgd-flights-wrap .wdg-form .wdg-arrival input {
    display: block;
    width: 200px;
    height: 60px;
    padding: 0 20px 0 60px;
    border-left: none;
    border-collapse: collapse;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-image: url("assets/images/ico_plane_down.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: auto;
    border-top: 1px solid #f4f4f0;
    border-bottom: 1px solid #f4f4f0;
    border-right: 1px solid #f4f4f0;
    border-radius: 0 10px 10px 0;

}

.wgd-flights-wrap .wdg-form .wdg-arrival input::-moz-placeholder::-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-arrival input::placeholder::-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-arrival input::-moz-placeholder:-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-arrival input::placeholder:-moz-placeholder {
    color: rgba(34, 34, 34, .8)
}

.wgd-flights-wrap .wdg-form .wdg-arrival input:focus {
    outline: none
}

.wgd-flights-wrap .wdg-form .wdg-res {
    position: relative;
    z-index: 50;
    width: calc(100% - 40px)
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap {
    display: flex;
    width: 100%;
    margin: 10px 0 0;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25)
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap .airOne {
    display: flex;
    width: 100%;
    padding: 5px;
    flex-wrap: wrap;
    border-radius: 5px;
    transition: all .1s ease-in;
    cursor: pointer
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap .airOne .airLeft {
    width: calc(100% - 50px)
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap .airOne .airLeft .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap .airOne .airLeft .location {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 400
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap .airOne .airright {
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    background-color: #fc0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px
}

.wgd-flights-wrap .wdg-form .wdg-res .airWrap .airOne:hover {
    background-color: #f4f4f0
}

.wgd-flights-wrap .wdg-form .btn-claim {
    display: flex;
    width: 200px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all .1s ease-in;
    background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 30px;
    margin-left: 20px;
}

.wgd-flights-wrap .wdg-form .btn-claim:hover {
    background-color: #ffc400
}


main .top-wrapper {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1360px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
}

main .page-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.inner-page-section {
	padding-top: 150px;
}

main .page-header-wrap .page-header {
    display: flex;
    max-width: 1360px;
    width: 100%;
    padding: 50px 50px 0;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    box-sizing: border-box;
}

main .page-header-wrap .page-header h1 {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0;
	background: #000;
	border-radius: 29px;
	text-transform: uppercase;
	padding: 14px 25px;
}

main .page-wrap {
    display: flex;
    width: calc(100% - 100px);
    padding: 42px 50px 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

main .page-wrap .page-content {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

main .page-wrap .page-content .content {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

main .page-wrap .page-content .content p {
    margin-bottom: 30px;
}

main .page-wrap .page-content .content a {
    color: #fc0;
    text-decoration: none
}

main .page-wrap .page-content .content a:hover {
    color: #ffc400
}

@media(max-width: 1200px) {

    main .page-header-wrap .page-header h1 {
        font-size: 14px;
        line-height: 28px
    }

    main .page-wrap .page-content .content {
        font-size: 16px;
        line-height: 26px
    }
}

main.sk-claim {
    background-color: #f4f4f0
}

main.sk-claim .sk-header-wrap {
    display: none;
    width: calc(100% - 40px);
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff
}

main.sk-claim .sk-header-wrap .sk-header-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

main.sk-claim .sk-header-wrap .sk-header-row .logo img {
    width: 130px;
    height: auto
}

main.sk-claim .sk-header-wrap .sk-header-row .lng-wrap {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

main.sk-claim .sk-header-wrap .sk-header-row .lng-wrap .lng-current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    background-image: url("assets/images/ico_lng.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer
}

main.sk-claim .sk-header-wrap .sk-header-row .lng-wrap .lng-list {
    position: absolute;
    z-index: 20;
    top: 50px;
    display: none;
    width: 60px;
    list-style: none;
    margin: 0;
    padding: 0
}

main.sk-claim .sk-header-wrap .sk-header-row .lng-wrap .lng-list li {
    text-align: right;
    text-transform: uppercase;
    padding: 5px 0
}

main.sk-claim .sk-header-wrap .sk-header-row .lng-wrap .lng-list li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

main.sk-claim .sk-header-wrap .sk-header-row .lng-wrap .lng-list li a:hover {
    color: #fc0;
    text-decoration: none
}

main.sk-claim .sk-header-wrap .sk-header-row .hamburger {
    display: block;
    width: 35px;
    height: 90px;
    margin-left: 25px;
    background-image: url("assets/images/ico_hamburger.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer
}

main.sk-claim .sk-compensation-claim-wrap {
    display: flex;
    min-height: 100svh;
    height: auto;
    flex-direction: row;
    align-items: flex-start
}

main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap {
    position: fixed;
    display: flex;
    width: 360px;
    height: calc(100svh - 70px);
    padding: 20px 50px 50px 90px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff
}

main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap .logo img {
    width: 130px;
    height: auto
}

main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap .sk-navigation {
    margin: 0 0 auto
}

main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap .sk-bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px
}

main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap .sk-bullets .bullet {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap .sk-bullets .bullet span {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap {
    display: flex;
    max-width: 1024px;
    width: calc(100% - 50px);
    margin: 30px 50px 50px 560px;
    flex-direction: column;
    align-items: flex-start
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap .lng-current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    background-image: url("assets/images/ico_lng.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    cursor: pointer
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap .lng-list {
    position: absolute;
    z-index: 20;
    top: 50px;
    display: none;
    width: 60px;
    list-style: none;
    margin: 0;
    padding: 0
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap .lng-list li {
    text-align: right;
    text-transform: uppercase;
    padding: 5px 0
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap .lng-list li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap .lng-list li a:hover {
    color: #fc0;
    text-decoration: none
}

@media(max-width: 1250px) {
    main.sk-claim .sk-header-wrap {
        display: flex;
        padding: 0 20px
    }

    main.sk-claim .sk-compensation-claim-wrap {
        display: flex;
        min-height: auto;
        height: auto;
        flex-direction: column;
        align-items: flex-start
    }

    main.sk-claim .sk-compensation-claim-wrap .sk-left-column-wrap {
        display: none
    }

    main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap {
        display: flex;
        max-width: 100%;
        width: calc(100% - 40px);
        margin: 170px 20px 50px;
        flex-direction: column;
        align-items: flex-start
    }

    main.sk-claim .sk-compensation-claim-wrap .sk-right-column-wrap .lng-wrap {
        display: none
    }
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #fafafa;
    width: 100%
}

html {
    scroll-behavior: smooth
}

p:last-of-type {
    margin: 0 !important
}

/*# sourceMappingURL=style.min.css.map */

.acf-group-block {
	display: flex;
	background: #fff;
	box-shadow: 0px 10px 40px #2222220D;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
    justify-content: space-between;
    padding: 50px 70px;
    margin-top: 100px;
	max-width: 1360px;
	margin: auto;
	box-sizing: border-box;
	margin-bottom: 100px;
	position: relative;
}

.acf-field-block {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    max-width: 274px;
    min-width: 224px;
    position: relative;
	color: #000;
}

.acf-field-block strong {
    display: block;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 40px;
}

.acf-field-block a {
	color: #FFCC00;
	text-decoration: none;
}

.acf-field-block:nth-child(2n) {
    padding: 0 138px;
}

.acf-field-block:nth-child(2n):before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #676776;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
}

.acf-field-block:nth-child(2n):after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #676776;
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
}

.navigation-menu-wrap .menu-nav li.button {
    display: none;
}

.mobile-image {
	display: none;
}

@media screen and (max-width: 1400px) {
	.layout-hero-wrap .layout-hero .layout-hero__content__inner {
		margin-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	#know-your-rights .mobile-image {
		display:block;
	}
    .layout-block-with-image-wrap .layout-block-with-image {
        width: calc(100% - 40px);
        padding: 0 20px;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-text {
        width: 100%;
        padding: 0 0 50px 0
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-text h3 {
        font-size: 23px;
        line-height: 29px;
        margin: 20px 0 10px
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-text h4 {
        font-size: 18px;
        line-height: 28px
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-text .text {
        margin: 0 0 30px
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-image {
        width: 100%
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-image .image-content {
        width: calc(100% - 60px);
        height: auto;
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-image .image-content h3 {
        margin: 110px 0 20px
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .text {
        margin: 0 0 20px
    }

    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content {
        width: 100%;
        flex-direction: column;
		background: none!important;
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .right-content {
        max-width: 100%;
		padding: 0;
    }

    .layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .right-content .text {
        margin-bottom: 50px;
    }

    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image {
        margin-bottom: 0 !important;
    }

    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-text {
        padding-bottom: 100px;
    }

    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content h3 {
        margin-top: 20px;
    }
	
		.layout-hero-wrap .layout-hero .layout-hero__content__inner {
		padding: 20px 30px 0;
		width: calc(100% - 60px)!important;
			margin: 0;
	}
	
	.wgd-flights-wrap .wdg-form .btn-claim {
		margin: 0!important;
	}
	
	#hero-icons-four.is-fixed {
		position: static;
		width: 95%;
		margin: auto;
		max-width: 95%;
	}
	
	.layout-block-with-icon-wrap .layout-block-with-icon .block h3 {
		font-size: 17px;
	}
	
	.layout-block-with-icon-wrap .layout-block-with-icon .block img {
		width: 30px;
	}
	
	#specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block img {
		width: auto;
	}
	
	.layout-hero-wrap .layout-hero div[class*=content] .bullets .bullet span {
		font-size: 16px;
	}
	
	.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .mobile-image img {
        max-width: 100%;
        width: auto;
        margin: auto;
        display: block;
	}
	
	footer .footer-wrap {
        width: 100%;
        margin: 50px 0 50px;
        padding: 0 20px
    }
	
	#know-your-rights.layout-block-with-image-wrap {
		margin: 0 auto 100px;
		padding: 10px;
		width: calc(95% - 20px);
	}

	.know-rights-bottom {
		margin-top: 10px;
		gap: 10px;
	}
	
	.acf-field-block:nth-child(2n) {
		padding: 0 40px;
	}
	
	#know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content {
		height: 365px!important;
	}
	#know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content img {
		height: 100%;
		width: auto;
	}
	
	#hero-icons-four.layout-block-with-icon-wrap {
		width: 95%;
		margin: auto;
	}
	
	.layout-block-with-image-wrap .layout-block-with-image .block-image .image {
		top: -55%;
	}
	
	.layout-block-with-icon-wrap .layout-block-with-icon .block.block-fixed {
		position: fixed;
        bottom: 20px;
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
        display: block;
		text-align: center;
		z-index: 999;
		padding: 10px;
		background: #fff;
		border-radius: 10px;
	}
	
	.layout-block-with-icon-wrap .layout-block-with-icon .block.block-fixed a.btn-clr-brd {
		display: inline-block;		
		width: 100%;
		box-sizing: border-box;
	}
	
	.layout-hero-wrap .layout-hero div[class*=content] h1 {
		font-size: 31px;
		line-height: 38px;
	}
	
	.layout-hero-wrap .layout-hero div[class*=content] .text {
		font-size: 17px;
		line-height: 25px;
	}
	
	.layout-hero-wrap {
		padding: 0 0 20px;
	}
}

@media screen and (max-width: 991px) {
	.layout-hero-wrap {
        display: flex;
        width: 100%;
        height: auto;
        padding: 0;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        background-position: bottom center, right top;
        background-repeat: no-repeat, no-repeat;
        background-size: 0px auto, cover;
		margin: 0;
		background: none!important;
    }

    .layout-hero-wrap .layout-hero {
        display: flex;
        max-width: 1360px;
        width: 100%;
        padding:110px 0px 0px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
	
	.first-two-layouts {
		width: calc(100% - 40px);
	}

    .layout-hero-wrap .layout-hero div[class*=content] {
       width: 100%;
		margin: 0;
		order: 2;
		padding-bottom: 20px;
		align-items: flex-start;
		justify-content: flex-start;
    }
	
    .layout-hero-wrap .layout-hero div[class*=content] h1 {
        font-size: 31px;
        line-height: 38px;
		max-width: 100%;
		margin-bottom: 10px;
    }

	.layout-block-with-icon-wrap {
        background-color: none
    }

    .layout-block-with-icon-wrap .layout-block-with-icon {
        width: calc(100% - 60px);
        padding: 30px 30px;
		border-radius: 30px;
    }

    .layout-block-with-icon-wrap .layout-block-with-icon .block {
        width: calc(50% - 55px);
        gap: 0;
    }
	
    .layout-hero-wrap .layout-hero div[class*=content] .text {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 40px
    }

    .layout-hero-wrap .layout-hero div[class*=content] .bullets {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px
    }

    .layout-hero-wrap .layout-hero div[class*=content] .bullets .bullet img {
        width: 15px;
        height: auto
    }

    .layout-hero-wrap .layout-hero div[class*=content] .bullets .bullet span {
        font-size: 12px;
        line-height: 15px
    }

    .layout-hero-wrap .layout-hero div[class*=design] {
        display: block;
		width: 100%;
		order: 1;
    }
	
	.first-two-layouts {
		background:none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		border: none;
		border-radius: 0;
	}
	
    .wgd-flights-wrap {
        width: calc(100% - 40px);
        margin: 0 auto 20px
    }
	
	.know-rights-bottom .bottom-block-image .block-text-left h3 {
		font-size: 23px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	
	.know-rights-bottom .bottom-block-image .block-text-left h4 {
		font-size: 18px;
		line-height: 28px;
	}
	
	.layout-block-with-image-wrap .layout-block-with-image .title-line, .know-rights-bottom .bottom-block-image .title-line {
		margin-bottom: 30px;
	}

    .wgd-flights-wrap .wdg-form {
        width: 100%;
        flex-direction: column
    }

    .wgd-flights-wrap .wdg-form .wdg-departure,
    .wgd-flights-wrap .wdg-form .wdg-arrival {
        width: 100%;
        margin-bottom: 15px
    }

    .wgd-flights-wrap .wdg-form .wdg-departure input,
    .wgd-flights-wrap .wdg-form .wdg-arrival input {
        width: calc(100% - 80px);
        border-radius: 10px
    }

    .wgd-flights-wrap .wdg-form .btn-claim {
        width: 100%;
        border-radius: 10px !important
    }
	
    footer .footer-wrap {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
        margin-bottom: 50px;
    }

    footer .footer-copy {
        width: 90%;
        padding: 25px 0;
    }

    footer .disclamer-wrap p {
        font-size: 12px;
    }

    footer .footer-wrap .footer-nav-block,
    footer .footer-wrap .footer-nav-block.footer-contact {
        margin-left: 0;
    }
	
	.know-rights-bottom .right-content {
		padding: 20px;
		border-radius: 10px;
		width: calc(100% - 42px);
		font-size: 16px;
		line-height: 26px;
		max-width: 100%;
	}
	
	.know-rights-bottom {
		flex-direction: column;
		gap: 10px;
		margin-top: 10px;
	}
	
	.know-rights-bottom .bottom-block-image {
		padding: 20px 20px;
		width: calc(100% - 40px);
		border-radius: 10px;
		max-width: 100%;
	}

	.know-rights-bottom .right-content h3 {
		font-size: 26px;
		line-height: 34px;
	}
	
	.know-rights-bottom .right-content .btn-clr {
		box-sizing: border-box;
		width: 100%;
	    align-items: center;
    	justify-content: center;
    	display: flex;
	}
	
	.know-rights-bottom .bottom-block-image .block-text-left {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.know-rights-bottom .bottom-block-image .block-text-holder {
		flex-direction: column;
	}
	
    footer .footer-copy .copy {
        font-size: 10px;
    }
	
	.know-rights-bottom .bottom-block-image .block-text-holder .text {
		margin-bottom: 30px;
	}
	
	.know-rights-bottom .bottom-block-image .block-text-left {
		margin-bottom: 20px;
	}
	
	.know-rights-bottom .bottom-block-image .block-text-left h3 {
		margin-bottom: 0;
	}
	
	.inner-page-section {
		max-width: 90%;
		margin: auto;
		padding-top: 140px;
	}
	
	.inner-pages .acf-group-block {
		flex-direction: column;
	}
	
	.acf-field-block:nth-child(2n) {
		padding: 30px 0;
        margin: 30px 0;
	}
	
	.acf-field-block:nth-child(2n):before {
        width: 100%;
        height: 1px;
        top: 0;
    }
	
	.acf-field-block:nth-child(2n):after {
        width: 100%;
        height: 1px;
        bottom: 0;
		top: inherit;
    }
	
	footer .footer-wrap {
		padding: 0px 20px 0;
	}
}

@media screen and (max-width: 768px) {
	html.menu-open { overflow: hidden; height: 100%; overscroll-behavior: none; }
	html.menu-open body { position: fixed; width: 100%; top: var(--lock-scroll-y, 0); }

	.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .btn-clr {
        width: calc(100% - 60px);
        text-align: center;
        padding: 18px 30px
    }
	
	.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .right-content {
		padding: 0;
	}
	
    header .header-wrap a.button {
        display: none;
    }
	
	#know-your-rights.layout-block-with-image-wrap {
		width: calc(90% - 20px);
		margin: 0 auto 100px;
		border-radius: 20px;
		border: none;
	}

    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content {
        padding: 0;
        width: 100%;
		background: none!important;
		height: 165px!important;
		display: block;
		overflow: hidden;
		border-radius: 10px;
    }
	
	.layout-block-with-image-wrap .layout-block-with-image .block-image .image {
		top: -43%;
	}
	
	.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content img {
		height: 100%;
		width: auto;
	}
	
    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content .right-content {
        margin-left: 0;
    }
	
	#know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-image .image-content h3 {
		font-size: 36px;
		line-height: 46px;
	}
	
	 .layout-block-with-image-wrap .layout-block-with-image .block-text .btn-clr-brd {
        width: calc(100% - 60px);
        text-align: center;
        padding: 18px 30px;
        max-width: fit-content;
    }

    #know-your-rights.layout-block-with-image-wrap .layout-block-with-image .block-text .text {
        margin-bottom: 0;
    }
	
    .layout-title-with-text-logo {
        margin: 100px auto 0
    }

    #specific-block.layout-block-with-icon-wrap {
        margin: 100px 20px 0;
        width: calc(100% - 40px);
    }

    #specific-block.layout-block-with-icon-wrap .layout-block-with-icon {
        padding: 16px 20px;
		max-width: 215px;
    }

    #specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block:nth-child(2n) {
        margin: 0;
    }

    #specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block:nth-child(2n) img {
        max-height: 15px;
    }

    #specific-block.layout-block-with-icon-wrap .layout-block-with-icon .block img {
        width: auto;
        max-width: 100%;
        max-height: 20px;
    }
	
	.layout-block-with-icon-wrap .layout-block-with-icon .block {
        width: 100%;
		padding: 0;
    }

    .layout-block-with-icon-wrap .layout-block-with-icon .block h3 {
        font-size: 18px;
        line-height: 30px;
    }

	.layout-block-with-icon-wrap .layout-block-with-icon {
		gap: 20px;
	}
	
    .layout-block-with-icon-wrap .layout-block-with-icon .block img {
        width: 31px;
        height: 31px;
    }
	
	.layout-hero-wrap .layout-hero {
        padding-bottom: 0;
    }

    .layout-hero-wrap .layout-hero div[class*=content] .bullets {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px
    }

    .layout-hero-wrap {
        padding-top: 0;
        width: 100%;
        margin: 0;
        background: transparent!important;
    }

    .layout-hero-wrap .layout-hero div[class*=design] {
        order: 1;
    }

    .layout-hero-wrap .layout-hero div[class*=content] {
        order: 2;
    }

    .layout-hero-wrap .layout-hero div[class*=design] img {
        width: 100%;
    }

    .layout-hero .wgd-flights-wrap {
        padding: 0;
        background: none;
        width: 100%;
        box-shadow: none;
        border: none;
    }

    .layout-hero .wgd-flights-wrap .wdg-form .btn-claim {
        margin: 0;
        border-radius: 30px !important;
    }

    .layout-hero .wgd-flights-wrap .wdg-form .wdg-departure,
    .layout-hero .wgd-flights-wrap .wdg-form .wdg-arrival {
        margin: 0;
    }

    .layout-hero .wgd-flights-wrap .wdg-form .wdg-arrival {
        margin-bottom: 10px;
    }

    .layout-hero .wgd-flights-wrap .wdg-form .wdg-departure input {
        border-radius: 10px 10px 0 0;
    }

    .layout-hero .wgd-flights-wrap .wdg-form .wdg-arrival input {
        border-radius: 0 0 10px 10px;
        border-left: 1px solid #f4f4f0;
    }

    .layout-hero-wrap .layout-hero div[class*=content] .text {
        margin-bottom: 30px;
    }

    main .layout-block-with-icon-wrap {
        background: none;
    }

    main .layout-block-with-icon-wrap .layout-block-with-icon {
        padding: 20px;
		border-radius: 20px 0 0 20px;
		width: calc(100% - 60px);
        white-space: nowrap;
        margin-left: auto;
		flex-wrap: nowrap;
		overflow: auto;
    }

	#hero-icons-four.layout-block-with-icon-wrap {
		width: 100%;
	}
	
    .layout-hero-wrap .layout-hero div[class*=content] .bullets {
        display: none;
    }
	
	#rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap ul li.button {
        display: block;
        margin-top: 7vh;
    }

    #rsp-nav-wrap-wrap .rsp-nav-wrap .navigation-menu-wrap ul li.button a {
        padding: 14px 35px;
        color: #fff;
        background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
        background: #000000 0% 0% no-repeat padding-box;
        border-radius: 30px;
    }
	
    main #post-483 .page-wrap .page-content {
        box-sizing: border-box;
        padding: 0;
    }

    main #post-483 .page-wrap .page-content .content,
    main #post-578 .page-wrap .page-content .content {
        width: 100%;
        box-sizing: border-box;
    }

    main #post-483 .page-header-wrap,
    main #post-578 .page-header-wrap {
        padding-top: 40px;
        margin-bottom: 0;
    }

    main #post-483 .page-header-wrap .page-header,
    main #post-578 .page-header-wrap .page-header {
        padding-top: 0;
    }

	.inner-pages main .top-wrapper {
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	
	main .page-header-wrap .page-header {
		padding: 20px 20px 0;
	}
	
	.inner-pages main .page-wrap {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.inner-pages .acf-group-block {
        padding: 50px 44px;
        flex-direction: column;
		width: 100%;
    }

    main #post-483 .page-header-wrap .page-header h1,
    main #post-28 .page-header-wrap .page-header h1 {
        margin-bottom: 0;
    }

    .acf-field-block:nth-child(2n) {
        padding: 30px 0;
        margin: 30px 0;
    }

    .acf-field-block:nth-child(2n):after {
        width: 100%;
        height: 1px;
        bottom: 0;
        top: inherit;
    }

    .acf-field-block:nth-child(2n):before {
        width: 100%;
        height: 1px;
        top: 0;
    }

    .acf-field-block strong {
        margin-bottom: 30px;
    }
}