

/* Start:/local/templates/template.main/components/ma/mcarousel/about-carousel/style.css?174962223110810*/
.b-carousel_item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #58d0db;
    background-repeat: no-repeat;
    background-position: center;
}

.b-carousel_item_text {
    width: 1070px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 115px;
}

.b-carousel_item_text .b-accent-color {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.b-carousel_item_title {
    max-width: 500px;
    position: relative;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.9px;
}

.b-carousel_item_title span {
    font-style: italic;
    color: var(--color-pink);
}

.b-carousel_item_caption {
    max-width: 500px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.b-carousel_item_link {
    margin-top: 20px;
}

.b-carousel_item_link .g-button {
    /* position: relative; */
    /* padding: 12px 55px 12px 20px; */
    padding: 14px 20px 12px;
}

/* .b-carousel_item_link .g-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

} */

.owl-carousel {
    margin: 0 auto 40px;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin-top: -30px;
    width: 100%;
    max-width: 1330px;
    /*min-width: 1220px;*/
    transform: translate(-50%);
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 25px;
    height: 59px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

.owl-carousel .owl-nav .owl-prev {
    left: 20px;
    /* background-image: url('/local/templates/template.main/components/ma/mcarousel/about-carousel/img/prev.png'); */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='49' viewBox='0 0 17 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 1L2 24.5L16 48' stroke='%23983298' stroke-width='2'/%3e%3c/svg%3e");
}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
    /* background-image: url('/local/templates/template.main/components/ma/mcarousel/about-carousel/img/next.png'); */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='49' viewBox='0 0 17 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L15 24.5L1 48' stroke='%23983298' stroke-width='2'/%3e%3c/svg%3e");
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    -webkit-filter: none;
    filter: none;
}

.owl-carousel.owl-loaded {
    display: block;
    overflow: visible;
    margin: 0 auto;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.g-carousel-item_video video {
    object-fit: cover;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    overflow-x: hidden;
}

.g-carousel-item_video {
    position: absolute;
    height: 100%;
    left: 50%;
    right: 50%;
    margin: 0px calc(-50% - 24px);
    top: 0px;
    width: auto;
}


.g-carousel-item_video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 24%);
    z-index: 0;
}


/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/templates/template.main/components/ma/mcarousel/about-carousel/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-dots {
    display: none;
    position: absolute;
    text-align: center;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}


.owl-carousel .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0;
    position: relative;
}

.owl-carousel .owl-dot:last-child {
    margin: 0;
}

.owl-carousel .owl-dot.active {
    width: 8px;
    height: 8px;
    background: #983298;
}

@media (max-width: 1188px) {
    .owl-carousel .owl-nav {
        display: none;
    }
    .owl-carousel .owl-dots {
        display: block;
    }
    .b-carousel_item_title {
        padding-left: 40px;

    }

    .b-carousel_item_title span {

    }

    .b-carousel_item_caption {
        padding-left: 40px;

    }

    .b-carousel_item_link {
        padding-left: 40px;
    }
}

.owl-carousel .owl-loaded .owl-drag {
    height: 480px;
}

@media (max-width: 743px) {
    .b-carousel_item_text {
        margin: 0 auto;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 115px;
    }
    .b-carousel_item_title {
        margin-bottom: 10px;
    }
    .owl-carousel {
        margin: 0;
    }
    .b-carousel_item_title {
        padding-left: 16px;
        color: #fff;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.72px;
        text-transform: uppercase;
        margin-top: 52px;
    }

    .b-carousel_item_title span {
        color: #fff !important;
        font-size: 36px;
        font-style: normal !important;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.72px;
        text-transform: uppercase;
    }

    .b-carousel_item_caption {
        padding-left: 16px;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 22px;
        letter-spacing: -0.3px;
    }


    .b-carousel_item_link .g-button {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 12px */
        text-decoration-line: underline !important;
        text-transform: uppercase;
        border: none;
        padding: 0;
    }
    .b-carousel_item_link .g-button:hover {
        background: transparent;
        color: white !important;
    }
    .b-carousel_item_link {
        padding-left: 16px;
        margin-top: 9px;
    }
    .g-carousel-item {
        height: 349px !important;
    }

}
/* End */


/* Start:/local/templates/template.main/components/ma/search.title.fotodom/fotodom/style.css?170244184015641*/
/**
 * @version 1.0.2
 * @since 2020-02-20
 */

/***/
div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none !important;
    overflow: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 10%;
}

table.title-search-result th {
    background-color: #F7F7F7;
    border-right: 1px solid #e8e8e8;
    color: #949494;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    /*padding-left:14px;*/
    /*padding-right:12px;*/
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    /*width:1%;*/
    width: 0 !important;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
}

table.title-search-result td.title-search-item b {
    color: #cf0000;
    font-weight: normal;
}

table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #fff2be;
}

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
    color: #999999;
}

table.title-search-result td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/template.main/components/ma/search.title.fotodom/fotodom/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

/***/


.b-search-title_holder {
    display: flex;
}

.b-search-title_options {
    position: relative;
    width: 220px;
    color: #fff;
    text-transform: uppercase;
    background-color: #983298;
    padding-left: 22px;
    cursor: default;
    border-radius: 4px 0 0 4px;
    font-family: 'PTRootUI', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
}

.b-main-visual_search .b-search-title_options {
    line-height: 50px;
}

@media (min-width: 743px) {
    .b-search-title_options-holder:hover .b-search-title_options {
        background-color: #686d73;
        border-radius: 4px 0 0 0;
    }
}

.b-search-title_options-holder .b-search-title_options::before {
    right: 18px;
}

@media (min-width: 743px) {
    .b-search-title_options-holder:hover .b-search-title_options::before {
        transform: rotate(180deg);
    }
}

.b-search-title_option-list {
    position: absolute;
    display: none;
    width: 220px;
    z-index: 11;
    padding: 10px 0;
    background-color: #686d73;
    border-radius: 0 0 4px 4px;
}

.b-search-title_option-item {
    display: block;
    padding: 4px 20px 2px;
    font-weight: 500;
    font-size: 1.125em;
    letter-spacing: .25px;
    cursor: pointer;
}

.b-search-title_option-item--lvl2 {
    margin-left: 1.5em;
    font-weight: 300;
    font-size: 1em;
}

.b-search-title_option-item--lvl2 + .b-search-title_option-item:not(.b-search-title_option-item--lvl2) {
    padding-top: .75em;
}

.b-search-title_options-holder[data-all="true"] .b-search-title_option-list-actions {
    display: none;
}

.b-search-title_option-list-actions {
    padding: 0 20px;
    margin: -10px 0 5px;
    text-align: right;
}

.b-search-title_option-list-actions .g-half-link:hover {
    /*color: #cc1f75;*/
    /*border-color: #cc1f75;*/
    color: #fff;
    border-color: #fff;
    border-bottom-style: solid;
}

@media (min-width: 743px) {
    .b-search-title_options-holder:hover .b-search-title_option-list {
        display: block;
        overflow: hidden;
        background-color: #686d73;
        border-radius: 4px 0 0 0;
    }
}

.show__block-list-options {
    display: block !important;
    overflow: hidden;
}

.show__border-btn {
    background-color: #686d73;
    border-radius: 4px 0 0 0;
}
.show__border-btn:before {
    transform: rotate(180deg);
}
.show__border-input {
    border-radius: 0 4px 0 0 !important;
}



.b-search-title_input {
    width: 770px;
    padding-left: 20px;
    border: none;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.3px;
}


.b-search-title_options-holder[data-all="true"] .g-radio input + span:after,
.b-search-title_options-holder[data-all="true"] .g-checkbox input + span:after {
    content: '';
}

.bg-for-radio_checked {
    background: #F7F7F7;

}

@media (max-width: 743px) {
    .wrapper-radio__checked {

    }

    .b-search-title_option-item {
        padding: 12px 0 12px 12px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .b-search-title_options {
        background-color: #fff;
        font-size: 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cg clip-path='url(%23clip0_249_620)'%3e%3cpath d='M2.63372 18.7056H17.3659C18.1055 18.7056 18.7051 18.106 18.7051 17.3663V2.63421C18.7051 1.89454 18.1055 1.29492 17.3659 1.29492H2.63372C1.89405 1.29492 1.29443 1.89454 1.29443 2.63421V17.3663C1.29443 18.106 1.89405 18.7056 2.63372 18.7056Z' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.96875 18.7054L12.7455 9.49104C12.8659 9.39082 13.0175 9.33594 13.1741 9.33594C13.3307 9.33594 13.4823 9.39082 13.6027 9.49104L18.7054 13.1473' fill='white'/%3e%3cpath d='M2.96875 18.7054L12.7455 9.49104C12.8659 9.39082 13.0175 9.33594 13.1741 9.33594C13.3307 9.33594 13.4823 9.39082 13.6027 9.49104L18.7054 13.1473' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.65151 8.66141C7.76101 8.66141 8.66044 7.76199 8.66044 6.65248C8.66044 5.54298 7.76101 4.64355 6.65151 4.64355C5.542 4.64355 4.64258 5.54298 4.64258 6.65248C4.64258 7.76199 5.542 8.66141 6.65151 8.66141Z' fill='white' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_249_620'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        width: 32px;
        height: 44px;
        padding: 12px 37px 12px 7px;
        background-position: center;
    }

    .g-ico-shevron:before {
        left: 32px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cg clip-path='url(%23clip0_249_625)'%3e%3cpath d='M14 8L10 12L6 8' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_249_625'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        width: 20px;
        height: 20px;
        background-size: auto;
        top: 12px;
        margin-top: 0;
    }

    .g-ico-shevron:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #D4D4D4;
        left: 56px;
    }

    .b-search-title_option-list {
        position: absolute;
        display: none;
        z-index: 11;
        padding: 0;
        background-color: #fff;
        border-radius: 0 0 4px 4px;
        color: #983298;
        width: calc(100%);
        top: 44px;
    }

    .b-search-title_options-holder:hover .b-search-title_options {
        background-color: #fff;
    }

    .g-radio .b-search-title_option-item {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    /*.g-radio input:checked +*/
    .g-radio {
        position: relative;
    }

    .g-radio-checked:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M2.5 7.5L5.5 10.5L12 4' stroke='%23983298' stroke-width='1.5'/%3e%3c/svg%3e");
        right: 12px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .g-checkbox .b-search-title_option-item span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .g-radio > span {
        position: relative;
        margin-left: 14px;
        padding-left: 14px;
        width: 20px;
        height: 20px;
    }

    .g-radio > span:before,
    .g-radio > span:after {
        display: inline-block;
        /*margin-top: -.5em;*/
    }

    .g-radio > span:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -13px;
        box-sizing: content-box;
        width: 20px;
        height: 20px;
        background-origin: content-box;
        background-clip: padding-box;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cg clip-path='url(%23clip0_37_1298)'%3e%3cpath d='M2.63372 18.7054H17.3659C18.1055 18.7054 18.7051 18.1058 18.7051 17.3661V2.63396C18.7051 1.8943 18.1055 1.29468 17.3659 1.29468H2.63372C1.89405 1.29468 1.29443 1.8943 1.29443 2.63396V17.3661C1.29443 18.1058 1.89405 18.7054 2.63372 18.7054Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.96875 18.7054L12.7455 9.49104C12.8659 9.39082 13.0175 9.33594 13.1741 9.33594C13.3307 9.33594 13.4823 9.39082 13.6027 9.49104L18.7054 13.1473' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.65151 8.66092C7.76101 8.66092 8.66044 7.7615 8.66044 6.652C8.66044 5.54249 7.76101 4.64307 6.65151 4.64307C5.542 4.64307 4.64258 5.54249 4.64258 6.652C4.64258 7.7615 5.542 8.66092 6.65151 8.66092Z' fill='white' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_37_1298'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        border: none;
        border-radius: 0;
        background-color: transparent;
        vertical-align: middle;
        transition: border-color ease-out .15s;
    }

    .g-radio:hover > span:before {
        border-color: var(--color-pink);
    }


    .g-radio > span:after {
        position: absolute;
        top: 0px;
        left: -13px;
        width: 20px;
        height: 20px;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .g-radio input:checked + span:after {
        content: '';
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cg clip-path='url(%23clip0_37_1298)'%3e%3cpath d='M2.63372 18.7054H17.3659C18.1055 18.7054 18.7051 18.1058 18.7051 17.3661V2.63396C18.7051 1.8943 18.1055 1.29468 17.3659 1.29468H2.63372C1.89405 1.29468 1.29443 1.8943 1.29443 2.63396V17.3661C1.29443 18.1058 1.89405 18.7054 2.63372 18.7054Z' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.96875 18.7054L12.7455 9.49104C12.8659 9.39082 13.0175 9.33594 13.1741 9.33594C13.3307 9.33594 13.4823 9.39082 13.6027 9.49104L18.7054 13.1473' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6.65151 8.66092C7.76101 8.66092 8.66044 7.7615 8.66044 6.652C8.66044 5.54249 7.76101 4.64307 6.65151 4.64307C5.542 4.64307 4.64258 5.54249 4.64258 6.652C4.64258 7.7615 5.542 8.66092 6.65151 8.66092Z' fill='white' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_37_1298'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        background-position: center;
        background-size: auto;
    }

    .g-radio span {
        color: #41454D;
    }

    .g-radio input:checked + span {
        color: #983298;
    }


    .g-checkbox > span {
        position: relative;
        margin-left: 17px;
        padding-left: 20px;

    }

    .g-checkbox > span:before,
    .g-checkbox > span:after {
        display: inline-block;
        /*margin-top: -.5em;*/
    }

    .g-checkbox > span:before {
        content: '';
        position: absolute;
        top: 2px;
        left: -17px;
        box-sizing: content-box;
        width: 14px;
        height: 14px;
        margin-right: .5em;
        background-color: #fff;
        background-origin: initial;
        background-clip: initial;
        border: none;
        vertical-align: middle;
        transition: border-color ease-out .15s;
        border-radius: 2px;
    }

    .g-checkbox:hover > span:before {
        border-color: var(--color-pink);
    }

    .g-checkbox > span:after {
        position: absolute;
        top: 2px;
        left: -17px;
        border: none;
        border-width: 0;
        transform: rotate(0);

    }

    .g-checkbox span {
        color: #41454D;
    }

    .g-checkbox input:checked + span:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3crect width='14' height='14' rx='2' fill='%23983298'/%3e%3cpath d='M2.5 7.5L5.5 10.5L12 4' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e");
        background-position: center;
        background-size: auto;
    }

    .g-checkbox input:checked + span {
        color: #983298;
    }

    .g-checkbox .checkbox__span-checked {
        padding-left: 6px;
    }

    .g-checkbox {
        padding: 10px 0 10px 40px !important;
        display: flex;
        align-items: center;
    }

    .b-search-title_input {
        padding-right: 40px;
    }

    .b-search-title_input:focus input[type="submit"] {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cg clip-path='url(%23clip0_54_650)'%3e%3cpath d='M8.33333 14.1667C11.555 14.1667 14.1667 11.555 14.1667 8.33333C14.1667 5.11167 11.555 2.5 8.33333 2.5C5.11167 2.5 2.5 5.11167 2.5 8.33333C2.5 11.555 5.11167 14.1667 8.33333 14.1667Z' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M17.5 17.5L12.5 12.5' stroke='%23983298' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_54_650'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    /*    b-main-visual_search_focus*/

}

/* End */
/* /local/templates/template.main/components/ma/mcarousel/about-carousel/style.css?174962223110810 */
/* /local/templates/template.main/components/ma/search.title.fotodom/fotodom/style.css?170244184015641 */
