/* fonts */

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Light.ttf) format("opentype");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Regular.ttf) format("opentype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Medium.ttf) format("opentype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Bold.ttf) format("opentype");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-Regular.ttf) format("opentype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-Italic.ttf) format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-SemiBold.ttf) format("opentype");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-SemiBoldItalic.ttf) format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lora";
    src: url(../fonts/Lora-Bold.ttf) format("opentype");
    font-weight: 700;
    font-display: swap
}

/* nullstyle */

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

nav,
footer,
header,
aside {
    display: block
}

input,
button,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

img {
    max-width: 100%;
    width: 100%;
    height: auto
}

button {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

button[disabled] {
    cursor: default
}

sup {
    font-size: 60%;
    line-height: 0
}

input {
    outline: none
}

input:focus {
    box-shadow: 0 0px 4px #595959
}

/* main */

html {
    font-family: "Raleway", Arial, sans-serif;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums
}

body {
    background-color: #fafafa;
    color: #00234b;
    font-size: 14px
}

body.modal-open {
    overflow: hidden
}

.content {
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    color: #dfb351
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.section-title {
    font-size: 26px;
    line-height: 1.2;
    font-family: "Lora", Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 30px
}

.section-title span {
    font-weight: 700;
    font-style: italic
}

.section-title--center {
    text-align: center;
    font-style: italic
}

section>.content,
.section>.content {
    padding: 40px 10px 30px
}

.bg-marble {
    background-image: url(../images/marble.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.bg-marble::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.bg-marble .content {
    position: relative;
    z-index: 2
}

.bg-blue {
    background-color: #00234b;
    color: #fff
}

@media(min-width: 600px) {
    .section-title {
        font-size: 30px
    }
}

@media(min-width: 768px) {
    body {
        position: relative
    }

    .content {
        padding: 0 20px
    }

    section>.content,
    .section>.content {
        padding: 60px 20px 50px
    }

    .section-title {
        font-size: 35px;
        margin-bottom: 35px
    }
}

@media(min-width: 900px) {
    .section-title {
        font-size: 48px;
        margin-bottom: 45px
    }

    section>.content,
    .section>.content {
        padding: 70px 20px 75px
    }
}

@media(min-width: 1100px) {

    section>.content,
    .section>.content {
        padding: 100px 20px 110px
    }
}

/* elements */

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn {
    background-color: #dfb351;
    display: block;
    color: #fff;
    font-weight: 600
}

.btn--small {
    padding: 15px 24px;
    font-family: "Lora", Arial, sans-serif;
    border-radius: 8px
}

.btn--meduim {
    border-radius: 4px;
    text-transform: uppercase;
    padding: 15px 20px
}

.btn--large {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 1px;
    border-radius: 4px
}

.info-list__item {
    display: flex;
    position: relative
}

.info-list__item:last-child .info-list__line {
    display: none
}

.info-list__item+.info-list__item {
    margin-top: 20px
}

.info-list__line,
.info-list__number {
    max-width: 40px;
    width: 100%
}

.info-list__line {
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0
}

.info-list__line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #dfb351;
    transform: translateX(-50%)
}

.info-list__number {
    border-radius: 50%;
    background-color: #dfb351;
    font-size: 18px;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-family: "Lora";
    margin-right: 15px;
    height: 40px;
    color: #fff;
    position: relative;
    z-index: 2
}

.info-list__desc {
    line-height: 1.45
}

.info-list__desc h3 {
    font-size: 22px;
    font-family: "Lora";
    font-style: italic;
    font-weight: 600
}

.info-list__desc p {
    margin-top: 10px
}

/* header */

.header {
    z-index: 100
}

.header__burger {
    background-color: rgba(223, 179, 81, .5);
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 10
}

.header__burger span {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header__burger span:nth-child(1) {
    top: 35%
}

.header__burger span:nth-child(2) {
    top: 50%
}

.header__burger span:nth-child(3) {
    top: 65%
}

.header__backdrop,
.header__content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0
}

.header__backdrop {
    background-color: #000;
    opacity: .6;
    left: 0;
    display: none;
    z-index: 101
}

.header__content {
    background-color: #00234b;
    width: 260px;
    padding: 42px 25px 25px;
    flex-direction: column;
    display: none;
    z-index: 102
}

.header--show-menu .header__backdrop {
    display: block
}

.header--show-menu .header__content {
    display: flex
}

.header__close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px
}

.header__close-btn span {
    background-color: #fff;
    display: block;
    height: 2px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%
}

.header__close-btn span:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.header__close-btn span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.header__logo {
    display: block;
    width: 150px;
    margin-bottom: 25px
}

.header__nav {
    flex: 1
}

.header__nav li {
    list-style-type: none
}

.header__nav li+li {
    margin-top: 15px
}

.header__nav li a {
    font-size: 18px
}

.header__text {
    color: #fff;
    line-height: 1.45
}

.header__socials {
    display: flex;
    margin-top: 24px
}

.header__social+.header__social {
    margin-left: 10px
}

.header__social {
    width: 30px;
    height: 30px;
    display: block
}

.header__phone-btn {
    align-self: start;
    background-color: #dfb351;
    border-radius: 8px;
    color: #fff;
    font-family: "Lora", Arial, sans-serif;
    font-weight: 600;
    margin-top: 25px;
    padding: 15px 24px;
    display: block
}

.header__phone-btn svg {
    display: none
}

.header__phone-btn:hover {
    color: #fff
}

.header__schedule {
    display: none
}

@media(min-width: 768px) {
    .header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100
    }

    .header__burger,
    .header__backdrop,
    .header__close-btn,
    .header__text,
    .header__socials {
        display: none
    }

    .header__backdrop {
        position: static;
        position: initial
    }

    .header__content {
        position: relative;
        background-color: transparent;
        background-color: initial;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: auto;
        width: initial;
        max-width: 1200px;
        margin: 0 auto;
        padding: 35px 20px
    }

    .header__content::before {
        background-color: rgba(255, 255, 255, .5);
        display: block;
        content: "";
        position: absolute;
        height: 1px;
        right: 20px;
        bottom: 0;
        left: 20px
    }

    .header__logo {
        margin-bottom: 0
    }

    .header__nav {
        display: flex;
        order: -1;
        flex: initial
    }

    .header__nav li a {
        font-size: 16px
    }

    .header__nav li+li {
        margin-top: 0;
        margin-left: 10px
    }

    .header__phone-btn {
        align-self: initial;
        border-radius: 0;
        border-radius: initial;
        background-color: transparent;
        background-color: initial;
        padding: 0;
        margin-top: 0;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        font-family: "Raleway"
    }

    .header__phone-btn svg {
        display: block;
        max-width: 24px;
        width: 100%;
        height: 24px;
        margin-right: 5px
    }

    .header__phone-btn:hover {
        color: #dfb351
    }

    .header__phone-btn:hover svg path {
        fill: #dfb351
    }

    .header--fixed {
        position: fixed;
        background-color: #00234b
    }
}

@media(min-width: 900px) {
    .header__schedule {
        display: block;
        color: #fff;
        line-height: 1.55;
        font-size: 16px;
        font-weight: 500
    }
}

@media(min-width: 1024px) {
    .header__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .header__nav {
        flex: 1
    }

    .header__nav li+li {
        margin-left: 30px
    }

    .header__phone-btn {
        margin-right: 30px
    }
}

/* hero */

.hero {
    position: relative
}

.hero__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero__background--image {
    z-index: 1
}

.hero__background--image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__background--shadow {
    background-color: rgba(0, 0, 0, .2);
    z-index: 2
}

.hero .content {
    min-height: 400px;
    max-width: 460px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 3
}

.hero__title {
    color: #fff;
    font-family: "Lora";
    font-weight: 400;
    line-height: 1.35
}

.hero__title span {
    font-style: italic
}

.hero__benefits {
    color: #d3ba8c;
    line-height: 1.45;
    font-weight: 700;
    padding-left: 20px;
    margin-top: 25px
}

.hero__benefits li+li {
    margin-top: 10px
}

.hero .btn {
    margin-top: 20px
}

@media(min-width: 768px) {
    .hero .content {
        max-width: 1200px
    }

    .hero__title {
        font-size: 40px;
        max-width: 640px
    }

    .hero__benefits {
        font-size: 16px;
        margin-top: 30px
    }

    .hero .btn {
        margin-top: 30px
    }
}

@media(min-width: 1024px) {
    .hero__title {
        font-size: 50px;
        max-width: 815px
    }

    .hero__benefits {
        font-size: 18px
    }
}

@media(min-width: 1150px) {
    .hero__title {
        font-size: 64px;
        max-width: 1040px
    }
}

/* about section */

.about__image {
    margin-top: 25px
}

.about__image,
.about__image img {
    border-radius: 4px
}

@media(min-width: 600px) {
    .about .content {
        align-items: center;
        display: flex
    }

    .about__wrapper {
        width: 50%;
        padding-right: 20px
    }

    .about .info-list__desc p {
        font-size: 16px
    }

    .about__image {
        width: 50%;
        margin-top: 0
    }
}

@media(min-width: 900px) {
    .about__wrapper {
        width: 45%
    }

    .about__image {
        width: 55%
    }
}

/* services section */

.services__item+.services__item {
    margin-top: 30px
}

.services__title {
    font-size: 22px;
    line-height: 1.23;
    font-family: "Lora";
    font-weight: 600;
    margin-top: 15px
}

.services__image {
    border-radius: 4px
}

.services__desc {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.45
}

.services__desc p+ul,
.services__desc ul+p,
.services__desc li+li {
    margin-top: 2px
}

.services__desc ul {
    padding-left: 13px
}

.services .btn {
    margin-top: 15px
}

@media(min-width: 600px) {
    .services__wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: -10px
    }

    .services__item {
        width: 50%;
        padding: 10px
    }

    .services__item+.services__item {
        margin-top: 0
    }

    .services__item .btn {
        width: 100%;
        margin: 15px auto 0
    }
}

@media(min-width: 768px) {
    .services__desc {
        font-size: 14px
    }
}

@media(min-width: 1024px) {
    .services__item {
        width: 25%
    }
}

@media(min-width: 1100px) {
    .services__wrapper {
        margin: -15px
    }

    .services__item {
        padding: 15px
    }
}

/* portfolio section */

.portfolio__block+.portfolio__block {
    margin-top: 10px
}

.portfolio__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
    grid-row-gap: 10px;
    row-gap: 10px;
    grid-column-gap: 10px;
    column-gap: 10px
}

.portfolio__block--hide {
    display: none
}

.portfolio__item {
    cursor: zoom-in;
    display: block;
    grid-column: span 1;
    grid-row: span 1
}

.portfolio__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.portfolio__item:first-child {
    grid-column: span 2;
    grid-row: span 1
}

.portfolio .btn {
    margin: 30px auto 0
}

.portfolio__see-more--hide {
    display: none
}

@media(min-width: 768px) {
    .portfolio__block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }

    .portfolio__block:nth-child(odd) .portfolio__item:first-child {
        grid-column: span 2;
        grid-row: span 2
    }

    .portfolio__block:nth-child(even) .portfolio__item:first-child {
        grid-column: span 1;
        grid-row: span 1
    }

    .portfolio__block:nth-child(even) .portfolio__item:nth-child(3) {
        grid-column: span 2;
        grid-row: span 2
    }

    .portfolio .btn {
        margin: 60px auto 0
    }
}

@media(min-width: 1400px) {
    .portfolio__wrapper {
        margin: 0 -100px
    }
}

@media(min-width: 1440px) {
    .portfolio__wrapper {
        margin: 0 -120px
    }
}

/* form-section */

.form-section__subtitle {
    font-size: 16px;
    line-height: 1.35
}

.form-section__main {
    margin: 40px auto 0;
    max-width: 350px
}

.form-input__input {
    background-color: #fff;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Lora", Arial, sans-serif;
    height: 100%;
    width: 100%;
    border: 2px solid #fff
}

.form-input--error .form-input__input {
    border: 2px solid #c4242c
}

.form-input,
.form-section__submit {
    height: 50px;
    width: 100%
}

.form-input+.form-input,
.form-input+.form-section__submit {
    margin-top: 20px
}

@media(min-width: 768px) {
    .form-section__head {
        display: flex
    }

    .form-section .section-title,
    .form-section__subtitle {
        width: 50%
    }

    .form-section__subtitle {
        padding-left: 20px
    }

    .form-section__main {
        max-width: none;
        max-width: initial;
        display: flex
    }

    .form-input,
    .form-section__submit {
        flex: 33%
    }

    .form-input+.form-input,
    .form-input+.form-section__submit {
        margin-top: 0;
        margin-left: 15px
    }
}

@media(min-width: 900px) {

    .form-section .section-title,
    .form-section__subtitle {
        width: auto;
        width: initial
    }

    .form-section .section-title {
        flex: 0 0 559px
    }

    .form-section__subtitle {
        padding: 15px 0 0 20px;
        flex: 1;
        font-size: 18px
    }

    .form-section__main {
        margin-top: 0
    }
}

@media(min-width: 1024px) {

    .form-input+.form-input,
    .form-input+.form-section__submit {
        margin-left: 40px
    }
}

/* process section */

@media(min-width: 900px) {
    .process .info-list {
        display: flex;
        margin: 40px -10px -10px
    }

    .process .info-list__item {
        display: inline;
        display: initial;
        padding: 10px;
        flex: 0 0 25%
    }

    .process .info-list__line {
        top: 10px;
        left: 10px;
        right: -20px;
        bottom: 0;
        max-width: none;
        max-width: initial;
        width: 100%;
        height: 40px
    }

    .process .info-list__line::before {
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .process .info-list__desc {
        margin-top: 10px
    }

    .process .info-list__desc p {
        font-size: 16px
    }

    .process .info-list__item+.info-list__item {
        margin-top: 0
    }
}

/* advantages section */

.advantages__item {
    display: flex
}

.advantages__item+.advantages__item {
    margin-top: 20px
}

.advantages__icon {
    max-width: 40px;
    width: 100%;
    height: 40px;
    margin-right: 10px
}

.advantages__desc {
    line-height: 1.45
}

.advantages__desc h3 {
    font-size: 22px;
    font-family: "Lora";
    font-style: italic;
    font-weight: 600
}

.advantages__desc p {
    margin-top: 10px
}

@media(min-width: 600px) {
    .advantages__wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: -20px -10px
    }

    .advantages__item {
        width: 50%;
        padding: 20px 10px
    }

    .advantages__item+.advantages__item {
        margin-top: 0
    }
}

@media(min-width: 900px) {
    .advantages__item {
        width: 33.3333333333%
    }

    .advantages__desc p {
        font-size: 16px;
        margin-top: 15px
    }
}

@media(min-width: 1024px) {
    .advantages__wrapper {
        margin: -30px -20px
    }

    .advantages__item {
        padding: 30px 20px
    }

    .advantages__icon {
        margin-right: 20px;
        max-width: 48px;
        height: 48px
    }
}

/* calculate section */

.calculate__text {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    max-width: 570px;
    margin: 0 auto
}

.calculate__arrow {
    width: 20px;
    margin: 30px auto 0;
    display: block
}

.calculate__footer img {
    display: none
}

.calculate .btn {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0
}

@media(min-width: 768px) {
    .calculate__text {
        font-weight: 300
    }

    .calculate__arrow {
        display: none
    }

    .calculate__footer {
        position: relative;
        margin-top: 60px
    }

    .calculate__footer img {
        display: block;
        position: absolute;
        width: 45px;
        top: -21px;
        left: 50%;
        transform: translateX(-435%)
    }

    .calculate .btn {
        max-width: 270px
    }
}

/* contacts section */

.contacts__item {
    display: flex
}

.contacts__item+.contacts__item {
    margin-top: 10px
}

.contacts__icon {
    max-width: 24px;
    width: 100%;
    height: 24px;
    margin-right: 10px
}

.contacts__icon--address {
    height: 28px
}

.contacts__text {
    align-self: center;
    color: #00234b;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    max-width: 470px
}

.contacts__map {
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 5px -1px;
    border-radius: 4px;
    position: relative;
    margin-top: 20px
}

.contacts__map img {
    border-radius: 4px;
    display: block
}

.contacts__map iframe {
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media(min-width: 768px) {
    .contacts .content {
        display: flex
    }

    .contacts__item+.contacts__item {
        margin-top: 20px
    }

    .contacts__icon {
        margin-right: 20px
    }

    .contacts__wrapper {
        width: 40%;
        padding-right: 20px
    }

    .contacts__map {
        margin-top: 0;
        width: 60%
    }
}

@media(min-width: 1024px) {
    .contacts__wrapper {
        width: 50%
    }

    .contacts__map {
        width: 50%
    }
}

/* footer */

.footer {
    padding: 120px 0 130px
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 300px;
    margin: 0 auto
}

.footer__list li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 5px
}

.footer__copyright {
    margin-top: 25px;
    text-align: center;
    font-size: 12px
}

.footer__back-to-top {
    align-items: center;
    color: inherit;
    font-size: 16px;
    margin: 25px auto 0;
    display: flex
}

.footer__back-to-top span {
    margin-right: 5px;
    line-height: 17px
}

.footer__back-to-top img {
    width: 5px;
    height: 17px
}

@media(min-width: 768px) {
    .footer {
        padding: 100px 0 110px
    }

    .footer .content {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .footer__list {
        max-width: none;
        max-width: initial;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .footer__list li {
        width: auto;
        width: initial;
        margin-bottom: 0
    }

    .footer__list li+li {
        margin-left: 20px
    }

    .footer__copyright {
        order: -1;
        margin: 0;
        font-size: 14px
    }

    .footer__back-to-top {
        margin: 0
    }
}

/* cookie modal */

.use-cookie {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    position: fixed;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    padding: 25px 20px 20px;
    display: none;
    z-index: 50
}

.use-cookie--show {
    display: block
}

.use-cookie__wrapper {
    max-width: 340px;
    margin: 0 auto
}

.use-cookie__close {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px
}

.use-cookie__close img {
    width: 10px;
    height: 10px
}

.use-cookie__title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45
}

.use-cookie__btn {
    max-width: 200px;
    width: 100%;
    margin: 15px auto 0;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase
}

@media(min-width: 600px) {
    .use-cookie {
        border-radius: 5px;
        max-width: 340px;
        margin: 0 auto;
        right: 10px;
        bottom: 10px;
        transform: none;
        transform: initial
    }

    .use-cookie__wrapper {
        max-width: none;
        max-width: initial;
        margin: 0;
        margin: initial
    }

    .use-cookie__close {
        display: block
    }
}

@media(min-width: 1024px) {
    .use-cookie {
        right: 20px;
        bottom: 20px
    }
}

/* thanks and error modals */

.modal {
    position: fixed;
    z-index: 250;
    display: none
}

.modal--open {
    display: block
}

.modal,
.modal__backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal__backdrop {
    background-color: #000;
    position: absolute;
    opacity: .6;
    z-index: 251
}

.modal__content {
    background-color: #00234b;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    color: #fff;
    position: absolute;
    padding: 50px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 300px;
    z-index: 252
}

.modal__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px
}

.modal__close img {
    width: 15px;
    height: 15px
}

.modal__image {
    width: 90px;
    display: block;
    margin: 0 auto
}

.modal__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 30px
}

.modal__text span {
    display: block
}

@media(min-width: 900px) {
    .modal__content {
        width: 800px;
        height: 463px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .modal__text {
        font-size: 24px;
        margin: 30px auto 60px;
        max-width: 420px
    }
}

/* fancybox library */

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: 60%;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: 48px;
    width: var(--carousel-button-width, 48px);
    height: 48px;
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: currentColor;
    color: var(--carousel-button-color, currentColor);
    background: transparent;
    background: var(--carousel-button-bg, transparent);
    border-radius: 50%;
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: none;
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: 50%;
    width: var(--carousel-button-svg-width, 50%);
    height: 50%;
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: none;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #fff;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(1, 210, 232, 0.94);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(24, 24, 27, 0.92);
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: #374151;
    color: var(--fancybox-content-color, #374151);
    background: #fff;
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: currentColor;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    word-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: #fff;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: currentColor;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: 1;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    -webkit-user-select: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: 1;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: 96px;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(34, 213, 233, 0.96);
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: 4px;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(1.5));
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: 4px;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: 1;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: 48px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: rgba(34, 213, 233, 0.96);
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}