.icon-container svg {
    /*background-color: #2c3c6e;
padding: 6px;
    border-radius: 30px;*/
    width: 33px;
    height: 33px;
    min-width: 30px;
}
.landing-block {
    height: 100%;
    /*max-height: 900px;*/ /*EC*/
    display: flex;
    align-items: stretch;
    /*min-height: 100vh;*/ /*EC*/
}

.g-theme-business-bg-blue-dark-v1 {
    background: #14112c;
    color: white;
    /*font-family: 'Segoe UI';*/ /*EC*/
}

.background-image {
    flex: 0 0 40%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    height: auto;
    width: 100%;
}

.background-image .image {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-image img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    filter: brightness(0) invert(1);
}

.content-wrapper {
    flex: 0 0 60%;
    padding: 60px 40px;
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: hsla(60, 94%, 94%, 1);
    margin-bottom: 15px;
    line-height: 1.4;
}

.content-wrapper .line {
    background: hsla(60, 94%, 94%, 1);
    height: 3px;
    width: 100%;
    margin-bottom: 30px;
}

h2.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: white;
    font-family: "Segoe UI", sans-serif !important;
}

.section-description {
    font-size: 1.21429rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 30px;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.info-card {
    position: relative;
    padding: 1.42857rem;
    background: #1d1a37;
    border-left: 3px solid hsla(325, 70%, 65%, 1);
}

.info-card:hover {
    border-left: 3px solid #fff;
}

.card-number {
    position: absolute;
    left: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: 2px solid #ffffff;
}

.card-content {
    margin-top: 50px;
}

.card-text {
    font-size: 1.07143rem;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.background-svg {
    width: 100%;
    height: 400px;
    opacity: 0.3;
}



.info-section {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 60px 0;
}

.image-container {
    flex: 0 0 45%;
    padding-right: 40px;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.content-container {
    flex: 0 0 55%;
    padding-left: 40px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.2;
}

.info-items {
    margin-bottom: 40px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.icon-time {
    background-color: #ff6b9d;
}

.icon-price {
    background-color: #ff6b9d;
}

.icon-person {
    background-color: #ff6b9d;
}

.info-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.info-text {
    font-size: 24px;
    font-weight: 600;
    color: #6c757d;
    margin: 0;
}

.apply-button {
    background-color: #ff6b9d;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.apply-button:hover {
    background-color: #e55a87;
    transform: translateY(-2px);
}

.info-section__block .info-section__block-r .h2, .block-contacts__r-inner .h2 {
    font-weight: 700;
    color: hsl(225deg 14.63% 32.16%);
    /*margin-top: 20px;*/
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 1.70rem /*EC*/
}
.info-section__block .info-section__block-r .h3, .block-contacts__r-inner .h3 {
    font-weight: 700;
    color: hsl(225deg 14.63% 32.16%);
    margin-bottom: 0;
    text-transform: uppercase;
}

.info-section__block-r .item span {
    color: hsl(225deg 14.63% 32.16%);
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.info-section__block-r .item {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-section__block-r .item:last-child {
    margin-bottom: 0;
}

.info-section__block-r .line {
    background: hsl(225deg 14.63% 32.16%);
    height: 3px;
    width: 100%;
    margin-bottom: 30px;
}


.info-section__block {
    /*display: flex;
    gap: 30px;*/
}

.info-section__block-l img {
    width: 100%;
	height: 100%;
}

.info-section__block-r {
    /* flex: 0 0 65%;*/
}

.info-section__block-r .btn {
    color: #fff;
    background: #e83e8c;
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
    font-size: 1.07143rem;
    text-transform: uppercase;
}

.info-section__block-r .block-btn {
    /*margin-top: 40px;
    text-align: center;*/
}



.gallery-container {
    margin: 0 auto;
}

.gallery-item {
    margin: 5px;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    /* background: #888888; */
    filter: "alpha(opacity=10)";
    opacity: 1;
    margin: 0;
    padding: 0;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img,
.justified-gallery>figure>a>img,
.justified-gallery>a>svg,
.justified-gallery>div>svg,
.justified-gallery>figure>svg,
.justified-gallery>a>a>svg,
.justified-gallery>div>a>svg,
.justified-gallery>figure>a>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 1;
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption,
.justified-gallery>figure>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible,
.justified-gallery>figure>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery>.entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: none;
}

.justified-gallery>.entry-visible>img,
.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>svg,
.justified-gallery>.entry-visible>a>svg {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-filtered {
    display: none;
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial;
}

.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-radius: 6px;
}

.info .subtitle {
    color: #e83e8c;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    /*font-family: 'Segoe UI' !important;*/
}

.info .title {
    font-size: 1.92857rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    font-family: inherit !important;
}

.info .flex-box__row .line {
    background: #e83e8c;
    height: 1px;
    max-width: 50px;
    width: 100%;
    margin-bottom: 30px;
}

.info .line {
    background: #e83e8c;
    height: 3px;
    width: 100%;
    margin-bottom: 30px;
}

.info .flex-box {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
}

.info .card {
    background: #fafafa;
    border: 2px solid #eee;
    padding: 30px 20px;
    flex: 1;
    max-width: 50%;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    gap: 0;
}

.info .card:hover {
    border-bottom: 2px solid #e83e8c;
}

.info .card-icon {
    font-size: 28px;
    color: #e62e77;
    margin-bottom: 15px;
}

.info .card-title {
    color: #6c757d;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info .card-text {
    line-height: 1.6;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.6rem;
}

.info .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.info .btn, .btn {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.info .btn-pink, .block-contacts .btn-pink {
    background: #e62e77;
    color: #fff;
}

.info .btn-outline, .block-contacts .btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.info .flex-box__row {
    background: #f1f1f1;
    padding: 20px 0 60px 0;
}

section.info {
    padding: 60px 0 0 0;
}

.gallery {
    background: #f1f1f1;
}

.block-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 0;
    background: #fff;
}

.block-contacts__r {
    order: 1;
    width: 100%;
    position: relative;
    background: #f7f7f7;
}

.block-contacts__r::before {
    position: absolute;
    content: '';
    background-image: url('/local/img/masc/bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1;
    bottom: 0;
}

.block-contacts__r .field-input1__error {
    color: #f25a8f;
}

.block-contacts__m .email a {
    font-size: 15px;
    color: #F25A8F;
}

.block-contacts__m {
    order: 3;
}

.block-contacts__l {
    order: 2;
    position: relative;
    overflow: hidden;
}

.block-contacts__l img {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    position: absolute;
}

.block-contacts__l img {
    width: 100%;
}

.block-contacts__m,
.block-contacts__l {
    width: 50%;
}

.block-contacts__r-inner {
    margin: auto;
    text-align: center;
    /*max-width: 900px;*/ /*EC*/
    padding: 3rem;
    position: relative;
    z-index: 2;
}

.popup-backdrop.masc .popup {
    background: #14112c;
    border-top-left-radius: 0;
}

.popup-backdrop.masc .popup .popup__title,
.popup-backdrop.masc .popup .popup__desk {
    color: #ffffff;
    font-family: 'Segoe UI' !important;
}

.block-contacts__r-inner .field-input1 input,
.popup-backdrop.masc .field-input1 input {
    border-bottom: 1px solid #A7A7A7;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    padding: 5px 19px 6px 5px;
}

.block-contacts__r-inner .field-input1 input::placeholder,
.block-contacts__r-inner .field-input1 textarea::placeholder,
.popup-backdrop.masc .field-input1 input::placeholder,
.popup-backdrop.masc .field-input1 textarea::placeholder {
    color: #A7A7A7;
}

.block-contacts__r-inner .popup__buttons,
.popup-backdrop.masc .popup__buttons {
    flex-direction: column;
    gap: 15px;
}


.popup-backdrop.masc .field-input1,
.popup-backdrop.masc .field-input1 a {
    color: rgb(244 244 244 / 71%) !important;
}

.block-contacts__r-inner .field-input1,
.block-contacts__r-inner .field-input1 a {
    color: #8A8896 !important;
}

.block-contacts__r-inner .filter-content-input .btn,
.popup-backdrop.masc .filter-content-input .btn {
    width: 100%;
}

.block-contacts__r-inner .title,
.popup-backdrop.masc .title {
    font-family: 'Segoe UI' !important;
    color: #1D1A37;
    margin-bottom: 3px;
    font-size: 20px;
    text-align: center;
}

.block-contacts__r-inner .title {
    font-weight: 700;
    font-size: 25px;
}

.block-contacts__r-inner .desk,
.popup-backdrop.masc .desk {
    color: #1D1A37;
    margin-bottom: 12px;
    font-size: 1rem;
    /*text-align: center;*/ /*EC*/
}

.block-contacts__m-inner .email a,
.block-contacts__m-inner .adress {
    color: #F25A8F !important;
    font-size: 15px;
}

.block-contacts__m-inner .servis {
    color: #8A8896;
    font-size: 15px;
}

.block-contacts__m-inner .desk {
    font-size: 15px;
}

.block-contacts__m-inner .img-row img {
    width: 100%;
    max-width: 300px;
}

.block-contacts__m-inner {
    text-align: center;
    padding: 2.85714rem;
    background: #14112c;
    height: 100%;
    color: #fff;
}

.block-contacts__m-inner p {
    line-height: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}

.block-contacts__m-inner p.title {
    text-transform: uppercase;
    font-family: 'Segoe UI' !important;
    padding: 0;
    margin: 0;
}

.block-contacts__m-inner .img-row {
    padding-top: 10px;

}

.header.masc {
    background: #351d53 !important;
    color: white;
    padding: 12px 20px;
    position: relative;
}

.header.masc .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.masc .nav-container a {
    color: #fff !important;
}

.header.masc .logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 40px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-icon img {
    max-height: 60px;
}

.logo-text {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.nav-desktop {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-desktop a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.nav-desktop a:hover {
    opacity: 0.8;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
}

.nav-mobile {
    display: none;
    width: 100%;
    z-index: 1000;
    padding: 30px 10px 0;
}

.nav-mobile.active {
    display: block;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-mobile-list {
    margin: 0 0 10x 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nav-mobile-list a {
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
}

.footer-masc {
    padding: 20px;
    background-color: #351d53;
}

.footer-masc p {
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}

.date-input-wrapper {
    position: relative;
    z-index: 1;
}

.air-datepicker {
    z-index: 9999 !important;
}

.air-datepicker-global-container {
    z-index: 9999 !important;
}

.block-contacts__r-inner .popup-grid1 {
    gap: 10px 50px;
}

.block-contacts__r .popup__buttons .btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #F25A8F;
    max-width: 500px;
}

.popup-grid1__row {
    position: relative;
}

.popup-grid1__row .air-datepicker {
    right: unset;
    top: auto !important;
    left: 0 !important;
}

.popup-grid1__row .field-input1 input {
    color: #A7A7A7;
}

.popup-grid1__row .field-input1 input:focus {
    color: #F25A8F;
}

.popup-grid1__row .field-input1 input.active,
.popup-grid1__row .field-input1 input:focus {
    color: #F25A8F;
    border-bottom: 1px solid #F25A8F;
}
.block-contacts__m-inner .item  {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}
.block-contacts__m-inner .item .h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}

@media (max-width: 1500px) {
    .landing-block {
        max-height: 1300px;
    }
}

@media (max-width: 992px) {
    .landing-block {
        flex-direction: column;
        min-height: auto;
        height: auto;
        max-height: 100%;
    }

    .background-image {
        flex: none;
        height: 350px;
        width: 100%;
    }

    .content-wrapper {
        flex: none;
        padding: 40px 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .info-cards {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .info-section {
        flex-direction: column;
        padding: 40px 20px;
    }

    .image-container {
        flex: none;
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .content-container {
        flex: none;
        padding-left: 0;
        width: 100%;
    }

    /*.section-title {
        font-size: 28px;
        text-align: center;
    }*/

    .info-text {
        font-size: 20px;
    }

    .block-contacts {
        flex-wrap: wrap;
    }

}
@media (max-width: 768px) {
    .popup-grid1__row, .popup-grid1__row_2, .popup-grid1__row_3, .popup-grid1__row4 {
        grid-column: span 6;
    }
}
@media (max-width: 720px) {
    .block-contacts {
        flex-direction: column;
    }

    .block-contacts__m {
        width: 50%;
    }

    .block-contacts__l {
        width: 50%;
        height: 300px;
    }

    .block-contacts__l,
    .block-contacts__m,
    .block-contacts__r {
        width: 100%;
    }

    .nav-desktop {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .header {
        padding: 15px 20px;
    }

    .logo-text {
        font-size: 16px;
    }

    .info-section__block {
        flex-direction: column;
    }

    .info-section__block-l {
        order: 2;
    }

    .info-section__block-r {
        order: 1;
    }

   /* .info-section__block .info-section__block-r .h2,  /*EC*/
    .info .title {
        font-size: 1.6rem;
    }*/

    .info-section__block-r .item span {
        font-size: 1rem;
    }

    .info-section__block-r .item {
        margin-bottom: 10px;
    }

    .info .flex-box {
        flex-direction: column;
    }

    .info .card {
        max-width: 100%;
    }

    h2.section-title {
        font-size: 2rem;
    }

    .info-section__block-l img {
        width: 100%;
    }

    section.info {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 576px) {


    .info-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .header {
        padding: 12px 15px;
    }

    .logo {
        gap: 10px;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
    }

    .logo-text {
        font-size: 15px;
    }
	.info-section__block-l {
		height: 300px;
	}
}
/***ЕС*****/
@media (max-width: 576px) {
	.popup-grid1__row, .popup-grid1__row_2, .popup-grid1__row_3, .popup-grid1__row4 {
        grid-column: span 6;
    }
	.info-section__block-l {
		height: 300px;
	}
}
@media (max-width: 768px) {
	.popup-grid1__row, .popup-grid1__row_2, .popup-grid1__row_3, .popup-grid1__row4 {
        grid-column: span 6 !important;
    }
	.info-section__block-l {
		height: 300px;
	}
}
.section-description {
    font-size: 1rem;
}
.card-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}
.field-input1 input, .field-input1 textarea {
	font-family: "Segoe UI", sans-serif !important;
}
.popup__notifictaion1 {
  font-family: inherit !important;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #1E1E1C;
}
.block-contacts {
    padding: 0 !important;
    border-bottom-right-radius: none !important; 
    border-bottom-left-radius: none !important;
    position: relative;
    z-index: 2;
    background: #f1f1f1 !important;
}
.info-section__block-l {
	background-image: url('/local/img/masc/il_1_2x.jpg'); 
	background-size: cover;
	background-repeat: no-repeat;
    background-position: right;
}
.hamburger_line{
	width: 35px; height: 5px; background-color: #e467b0; margin: 3px 0;
}