

/* Start:/local/components/an/home.slideer-new/templates/new/style.css?17869881044651*/
.v1-slider {
    position: relative;
}
.v1-slider_fixed {
    position: relative;
    z-index: 1;
    height: 100svh;
}
.v1-slider_fixed .v1-slider {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}
header.fixed + main .v1-slider_fixed {
    height: calc(100svh - 62px);
}
header.fixed + main .v1-slider_fixed .v1-slider {
    top: 62px;
}

@media screen and (max-width: 520px) {
    .v1-slider video {
    object-fit: cover;
    height: 100vh;
}
}
.v1-slider__wrap {
    height: 100%;
}

.v1-slider__item {
    position: relative;
    height: 100%;
}

.v1-slider__item picture,
.v1-slider__item img {
    object-fit: cover;
    height: calc(100svh - var(--header-height) + 2px);
}

.v1-slider .slick-list,
.v1-slider .slick-track {
    height: 100%!important;
}
.v1-slider__info {
    width: 100%;

    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition:  opacity var(--transition-cond-2) .5s;
    /* color: #FFFFFF; */
}
.v1-slider__info.v1-hidden {
    opacity: 0;
    visibility: hidden;
}
.v1-slider__info.left {
    margin-left: -25vw;
}
.v1-slider__info.right {
    margin-right: -25vw;
}

.v1-slider__info.white {
    color: #FFFFFF;
}

.v1-slider__title {
    font-family: Mulish;
    font-size: clamp(42px,6.8vw,64px);
    font-weight: 200;
    line-height: 1.22em;
    text-align: center;
    text-transform: none;
}

.v1-slider__desc {
    font-size: clamp(14px,2.8vw,16px);;
    font-weight: 400;
    line-height: 1.25em;
    margin-top: 12px;
    /* text-transform: uppercase; */
}

.v1-slider__info.white._shadowed .v1-slider__title,
.v1-slider__info.white._shadowed .v1-slider__desc {
    text-shadow: 0px 1px 4px rgba(0,0,0,.25);
}

.v1-slider__btn {
    width: max-content;
    min-width: 200px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    background: #fff;
    padding: 15px;
    border: 0px;
    /* text-transform: uppercase; */
    transition: var(--transition-cond);
    margin-top: 24px;
    /* border: 1px solid #000; */
}

.v1-slider__info.black .v1-slider__btn {
    background: #000;
    border: none;
    color: #fff;
}

.v1-slider__info.white._shadowed .v1-slider__btn {
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,.15);
}

.v1-slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: start;
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 24px;
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.button-scroll {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    padding: 0;
    left: 50%;
    transform: translatex(-50%);
    background: no-repeat;
    border: none;
    z-index: 2;
    cursor: pointer;
    transition: var(--transition-cond);
}

.button-scroll:hover {
    opacity: .5;
}


.v1-slider .slick-dots .slick-active button {
    animation: v1Slider .2s linear forwards;
}

@keyframes v1Slider {
    0%{
        width: 20px;
        background: #FFFFFF;
    }
    100%{
        width: 40px;
        background: #000;
    }
}

.v1-slider .slick-dots button {
    width: 20px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 5px;
    transition: all 0.3s liner;

    border: unset;
    outline: none;
}

@media (max-width: 767px) {

    .v1-slider__info.left {
        margin-left: unset;
    }

    .v1-slider__info.right {
        margin-right: unset;
    }
    .v1-slider__info {
        top: calc(100svh - var(--header-height) - 92px);
        transform: translateY(-100%);
        left: 24px;
        right: 24px;
        width: auto;
    }
    
    .v1-slider__info.white._shadowed .v1-slider__title,
    .v1-slider__info.white._shadowed .v1-slider__desc {
        text-shadow: none;
    }
    .v1-slider__info.white._shadowed .v1-slider__btn {
        box-shadow: none;
    }
}

@media (hover: hover) {
    
    .v1-slider__btn:hover {
        color: #00000080;
    }
    .v1-slider__info.black .v1-slider__btn:hover {
        color: rgba(255, 255, 255, .5);
    }
    .v1-slider__info.black .v1-slider__btn:active {
        background-color: rgba(0, 0, 0, .25);
        color: #fff;
    }
}

.fs-video{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* End */


/* Start:/local/components/an/home.collection/templates/.default/style.css?17869881043662*/
.v-collection {
    display: grid;
    gap: 4px;
    padding: 42px 0;
    box-sizing: content-box;
    max-height: 724px;
	max-width: var(--section-max-width); 
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}
.v-collection__image-wrapper {
    overflow: hidden;
}
.v-collection__image-wrapper:hover img {
    transform: scale(1.05);
}
.v-collection__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition-cond-2);
}

.v-collection__image-wrapper_center img {
    object-position: center;
}
.v-collection__image-wrapper_top img {
    object-position: top;
}
.v-collection__image-wrapper_bottom img {
    object-position: bottom;
}

.template_1 {
    grid-template-areas:
        "a c d"
        "a c d"
        "a c e"
        "b c e";
}

.template_2 {
    grid-template-areas:
        "a b d"
        "a c d"
        "a c d"
        "a c d";
}

.template_2 .v-collection__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.v-collection__title a {
    /* text-transform: uppercase;
    text-decoration: underline; */
    font-family: Mulish;
    font-size: 14px;
    line-height: 16px;
    transition: var(--transition-cond);
    padding: 4px 0;
    text-underline-offset: 2px;
    text-decoration: underline;
}

.v-collection__title a:hover {
    opacity: .5;
}

.v-collection__image-wrapper:nth-child(2) {
    grid-area: a;
}

.v-collection__image-wrapper:nth-child(3) {
    grid-area: c;
}

.v-collection__image-wrapper:nth-child(4) {
    grid-area: d;
}

.v-collection__image-wrapper:nth-child(5) {
    grid-area: e;
}

.v-collection__title {
    grid-area: b;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}
.template_1 .v-collection__title{
    padding-top: 24px;
    justify-content: end;
}
.template_2 .v-collection__title{
    padding-bottom: 24px;
}
.v-collection__item-name {
    font-family: Mulish;
    font-size: clamp(28px, 3.8vw, 32px);
    font-weight: 300;
    line-height: .875em;
    max-width: 333px;
}
@media (max-width: 1576px) {
    .v-collection {
        max-width: 100%;
        padding: 42px 48px;
    }
}
@media (max-width: 1199px) {
    .v-collection {
        padding: 24px 24px;
    }
}
@media (max-width: 767px) { 
    .v-collection {
        padding: 24px 0;
        max-height: 568px;
    }
    .v-collection__title {
        text-align: center;
        margin-bottom: 24px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .template_1 .v-collection__title,
    .template_2 .v-collection__title{
        padding: 0;
    }
    .template_1 {
        grid-template-areas:
            "b b"
            "a a"
            "c d";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 124px calc((100% - 124px) / 2) calc((100% - 124px) / 2);
        max-height: 568px;
        height: 568px;
    }
    .template_1 .v-collection__image-wrapper:nth-child(5) {
        display: none;
    }

    .template_2 {
        grid-template-areas:
            "b b"
            "a d"
            "c c";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 124px calc((100% - 124px) / 2) calc((100% - 124px) / 2);
        max-height: 568px;
        height: 568px;
    }
    
    .template_1 .v-collection__image-wrapper:nth-child(2) img {
        object-position: top;
    }

}
/* End */


/* Start:/local/components/an/home.row/templates/new/style.css?17869881044845*/
.custom.products-slider {
	width: 100%;
	max-width: var(--section-max-width-with-padding); 
	position: relative;
	margin: 48px auto 80px;
    padding: 0 48px;
}

._below-fixed-banner .custom.products-slider {
	margin: 0 auto;
    padding: 48px 48px;
 }

.custom .new-section__top {
    display: flex;
    align-items: center;
	justify-content: center;
    margin-bottom: 20px;
    /* padding: 0 40px; */
}
.custom .new-section__title {
	font-family: Mulish;
    font-size: clamp(24px, 3.8vw, 48px);
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.new-section__link {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #DA7049;
}

.custom.products-slider .slick-list {
	width: 100%;
}

.custom.products-slider .slick-arrow.slick-disabled {
	opacity: 0;
	pointer-events: none;
}
.custom.products-slider .slick-arrow {
	width: 23px;
	height: 23px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
	border-radius: 50%;
	transition: var(--transition-cond);
}
.custom.products-slider .slick-next {
    background-image: url(/local/templates/an/img/redesign/arrow_right.svg);
    right: 13px;
}
.custom.products-slider .slick-prev {
    background-image: url(/local/templates/an/img/redesign/arrow_left.svg);
    left: 13px;
}
.custom .onHover {
	display: none;
}
.custom .products-slider_items {
	width: 100%;
	height: 100%;
	overflow: hidden;
    /* padding: 0 40px; */
	display: flex;
}
.custom .products-slider_items .products-item {
	flex: 0 0 25%;
    max-width: unset;
}

.products-item_name {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize !important;
}
.custom .products-item {
	margin: 0 2px;
}
.custom.products-slider .products-item_name {
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}
.custom.products-slider .products-item_price {
	font-size: 16px;
	line-height: 20px;
}
.custom .products-item_price ._base {
	display: inline-block;
	font-weight: 400;
}
.allow-hor-scroll .slick-list {
	-ms-overflow-style: none; 
  	scrollbar-width: none;
	overflow-x: scroll;
}
.allow-hor-scroll .slick-list::-webkit-scrollbar {
	display: none;
} 
@media (max-width: 1199px) {
	.custom.products-slider {
		padding: 0 24px;
	}

	._below-fixed-banner .custom.products-slider {
		margin: 0;
		padding: 24px 24px;
	}
	._below-fixed-banner .custom.products-slider .slick-arrow {
		top: 50%;
	}
	.custom.products-slider .slick-arrow {
		top: 20px;
	}
	.custom.products-slider .slick-arrow.slick-next {
		right: 24px;
	}
	.custom.products-slider .slick-arrow.slick-prev {
		left: 24px;
	}
}
@media (max-width: 1101px){
	.products-slider_items .products-item_img img {
		height: auto !important;
	}
}
@media (max-width: 767px) {
	.custom.products-slider {
		margin: 24px auto 48px !important;
		padding: 0 12px;
	}

	._below-fixed-banner .custom.products-slider {
		margin: 0 !important;
		padding: 24px 24px;
	}

	.custom .products-slider_items {
		overflow: visible;
	}

	.custom.products-slider .products-item_name {
		font-size: 14px;
		line-height: 14px;
	}

	.custom.products-slider .products-item_price {
		line-height: 16px;
	}

	.custom .new-section__title{
		line-height: 24px;
	}

	.custom .new-section__top{
		padding: 0px 35px;
		margin-bottom: 24px;
	}
	.custom.products-slider .slick-arrow {
		width: 23px;
	}
	._below-fixed-banner .custom.products-slider .slick-arrow {
		top: 38px;
	}
	.custom.products-slider.top .slick-arrow{
		top: 14px;
	}

	.custom.products-slider .slick-arrow {
		top: 12px;
	}

	.custom.products-slider .slick-next {
		right: 12px;
	}
	
	.custom.products-slider .slick-prev {
		left: 12px;
	}
}

@media (max-width: 580px) {
	.custom.products-slider {
		padding: 0 0 0 12px;
	}
	._below-fixed-banner .custom.products-slider {
		margin: 0;
		padding: 24px 0 24px 12px;
	}
	.custom .products-slider_items { 
		overflow: hidden;
	}
	.custom .products-slider_items .products-item {
		flex: 0 0 calc(50% - 12px);
		max-width: unset;
	}
	.custom .slick-list {
		padding: 0 10px 0 12px;
	}
	.custom .new-section__title {
		max-width: 250px;
		text-align: center;
	}
	.custom .slick-track {
		margin-left: -12px;
	}
}
@media (max-width: 414px) {
	.custom.products-slider .slick-arrow {
		width: 18px;
	}
}

@media (hover: hover) {
	.custom .products-item:hover .onHover {
		display: block;
	}
	.custom.products-slider .slick-arrow:hover {
		opacity: .5;
	}
	.custom.products-slider .slick-arrow.slick-disabled:hover {
		opacity: 0;
	}
	.custom .products-item_name:hover {
		text-decoration: none;
	}
}
/* End */


/* Start:/local/templates/an/css/productListItem.css?17869881045340*/
.products-item {
	max-width: 336px;
	/*margin: 30px 20px;*/
	height: 100%;
	margin: 0 7px;
	position: relative;
	outline:none;
	width: 100%;
	cursor: default;
}
/*.products-item:nth-last-child(1) {
	margin-right: auto !important;
}*/
.products-item_favorite {
	display: none;
	position: absolute;
	width: 18px;
	height: 25px;
	background: url(/local/templates/an/img/icons/favorite_item.svg) center center no-repeat;
	background-size: cover;
	z-index: 4;
	top: 9px;
	right: 10px;
	cursor: pointer;
}
.products-item:hover .products-item_favorite {
	display: block;
}
.products-item .products-item_favorite._selected {
	background-image: url(/local/templates/an/img/icons/favorite_item_sel.svg);
}
/*.products-item_img {*/
	/*width: 100%;*/
	/*position: relative;*/
/*}*/
.products-item_img img {
	width: 100%;
}
.products-item_img {
	display: flex;
	position: relative;

}

.custom.products-slider .products-item .products-item_img,
.products-item.slick-slide .products-item_img {
	padding-bottom: 134%;
	height: 0;
}
.custom.products-slider .products-item .products-item_img img{
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.products-item.slick-slide .products-item_img img,
.products-item_img img.onHover {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.products-item_img img{
	object-fit: cover;
}

.products-item_img-gallery {
	position: absolute;
	top: 0;
	z-index: 3;
	height: 100%;
}
.catalog-view-mode-4.catalog-list div.products-item .products-item_img-gallery {
	width: 22.8vw;
}
.catalog-view-mode-2.catalog-list div.products-item .products-item_img-gallery {
	width: 46.3vw;
}
.products-item_img-gallery > div {
	position: relative;
	height: 100% !important;
}
.products-item img {
	max-width: 100%;
}
.products-item_img-sizes {
	display: none !important;
	position: absolute;
	top: 8px;
	right: 8px;
	background: transparent;
	flex-direction: column;
	z-index: 1;
}
@media (min-width: 991px) {
.products-item:hover .products-item_img-sizes,
.products-item._hover .products-item_img-sizes {
	display: flex !important;
}
}
.products-item:hover a {
	text-decoration: none;
}
.products-item .products-item_img-sizes a:hover {
	opacity: .5;
}
.products-item:hover .products-item_name,
.products-item:hover .products-item_price,
.products-item:hover ._discount {
	color: rgba(0, 0, 0, .5);
}
.products-item_img-sizes a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom: 4px;
	margin: 0 7px;
}
.products-item_img-sizes a.not-available {
	pointer-events: none;
	opacity: .25;
}
.products-item_img-sizes a:last-child {
	margin: 0;
}
.products-item_img-gallery > div:hover:after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	background-color: #e9693d;
	bottom: 0;
}
.products-item_prop {
	margin-top: 10px;
	font-size: 12px;
}
.products-item_prop span {
	margin-right: 8px;
	color: #e9693d;
}
.products-item_prop span:nth-child(2n) {
	color: #9f766f;
}
.products-item_prop ._code {
	margin-left: auto;
	margin-right: 0;
	color: #c2a79d !important;
}
.products-item_name {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 16px 0 4px;
}
.products-item_price {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}
.products-item_price ._discount {
	font-weight: 400;
	color: var(--color-accent, #DC0000);
	text-decoration-line: line-through;
	margin-left: 10px;
}

.catalog-list .products-item {
	max-width: 336px;
	padding: 0 5px;
	margin: 25px 0;
	/*margin: 25px 5px;*/
}

.catalog-redesign-list .products-item {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1680px) {
	.products-item {
		width: 238px;
	}
	.products-item img {
		height: 316px;
	}
	.products-item_prop {
		font-size: 11px;
	}
	.catalog-redesign-list .products-item {
		width: 100%;
	}
	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 1000px) {
	.products-item {
		width: 225px;
	}
	.products-item:hover .products-item_favorite {
		display: none;
	}
	.products-item img {
		height: 299px;
	}
	.catalog-redesign-list .products-item {
		width: 100%;
	}

	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 740px) {
	.products-item {
		width: 188px;
	}
	.products-item img {
		height: 250px;
	}

	.catalog-redesign-list .products-item {
		width: 100%;
	}

	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 579px) {
	.custom.products-slider .products-item .products-item_img,
	.products-item.slick-slide .products-item_img {
		padding-bottom: 150.29%;
	}
}
@media (max-width: 440px) {
	.products-item {
		width: 158px;
		margin: 0 5px;
	}
	.products-item img {
		height: 210px;
	}
	.catalog-list .products-item {
		margin: 15px 0;
	}
	
	.catalog-redesign-list .products-item {
		width: 100%;
		margin: 0;
	}
	
	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 360px) {
	.products-item {
		width: 133px;
	}
	.products-item img {
		height: 177px;
	}
	
	.catalog-redesign-list .products-item {
		width: 100%;
	}

	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}

/* End */


/* Start:/local/components/an/home.outro/templates/.default/style.css?17869881032888*/
.v-social {
	display: flex;
	flex-direction: column;
	max-width: var(--section-max-width); 
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 46px;
}

.v-social__title {
	position: relative;
	padding: 42px 0;
	margin-top: 42px;
	margin-bottom: 42px;
	text-align: center;
}
.v-social__title::after,
.v-social__title::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 420px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.v-social__title::before {
	top: 0;
}
.v-social__title::after {
	bottom: 0;
}
.v-social__title h2 {
	font-family: Mulish;
	font-weight: 300;
	font-size: 32px;
	line-height: 28px;
	margin: 0;
}
.v-social__images-group {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 42px;
}

.v-social__card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: radial-gradient(99.52% 107% at 28% 100%, #4199F8 0%, #75E18D 100%);
	overflow: hidden;
}

.v-social__card img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	object-position: center;
	object-fit: cover;
    border-radius: 50%;
}

.v-social__link {
	text-align: center;
	padding: 4px 0;
}



.v-social__link a:hover {
	opacity: .5;
}

@media (max-width: 1576px) {
	.v-social {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media (max-width: 1199px) {
	.v-social {
		padding-left: 24px;
		padding-right: 24px;
	}
	.v-social__title h2 {
		font-size: 28px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.v-social {
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 28px;
	}
	.v-social__title {
		padding: 24px 0;
		margin-bottom: 24px;
		margin-top: 24px;
	}
	.v-social__title h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.v-social__images-group {
		margin-bottom: 24px;
	}
	.v-social__title::after,
	.v-social__title::before {
		max-width: 240px;
	}
}

@media (max-width: 576px) {
	.v-social__images-group {
		gap: 8px;
		flex-wrap: wrap;
		height: 84px;
		overflow: hidden;
		max-width: 470px;
		margin-right: auto;
		margin-left: auto;
	}

	.v-social__card {
		width: 84px;
		height: 84px;
	}

	.v-social__card img {
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}
}

@media (max-width: 420px) {

	.v-social__title::after,
	.v-social__title::before {
		max-width: 160px;
	}

	.v-social__images-group {
		height: 64px;
		max-width: 320px;
	}

	.v-social__card {
		width: 64px;
		height: 64px;
	}
}

.v-social > .v-social__link > a {
	font-size: 16px;
	line-height: 20px;
	text-transform: initial !important;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: var(--transition-cond);
}
/* End */


/* Start:/local/components/an/home.section-new/templates/type_1/style.css?17869881044998*/
.v-section {
    display: flex;
	max-width: var(--section-max-width); 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    max-height: 496px;
    box-sizing: content-box;
    gap: 0 4px;
    padding: 42px 0;
}

.curtain-modal .v-section {
    margin-bottom: 0;
}

._below-fixed-banner .v-section {
    margin: 0 auto;
}

.v-section_reverse {
    flex-direction: row-reverse;
}

.v-section>div {
    flex: calc(50% - 2px);
}

.v-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.v-section__image_top img {
    object-position: top;
}

.v-section__image_center img {
    object-position: center;
}

.v-section__image_bottom img {
    object-position: bottom;
}

.v-section__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    padding: 48px;
    transition: var(--transition-cond);
}

.v-section__title,
.v-section__foorm-footer,
.v-section__link {
    text-align: left;
}

.v-section__title h2 {
    font-family: Mulish;
    font-size: 48px ;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

.v-section__title h2 .accent {
    color: #DC0000;
}

.v-section__foorm-footer {
    max-width: 400px;
}

.v-section__foorm-footer span {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
    /* text-transform: uppercase; */
    opacity: .5;
    font-weight: 300;
}

.v-section__foorm-footer a {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 1);
    /* text-transform: uppercase; */
    transition: opacity 300ms ease-in-out;
    font-weight: 300;
}

.v-section__foorm-footer a:hover {
    opacity: .8;
}

.v-section__foorm-footer a,
.v-section__link a {
    /* text-transform: uppercase; */
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: var(--transition-cond);
}

.v-section__link a {
    font-size: 14px;
    line-height: 18px;
}

.v-section__form,
.v-section__form form {
    width: 100%;
}

.v-section__form form {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.v-section__form .form-group {
    flex: 1 1 180px;
}

.v-section__form .form-group.error {
    margin-bottom: 20px;
}

.v-section__form .form-group input[type="text"] {
    text-transform: unset;
}

.v-section__form .form-group input[type="text"]::placeholder {
	color: rgba(0,0,0,.5);
}

.v-section__form .form-group input[type=text],
.v-section__form button.btn {
    height: 48px;
}

.v-section__form button {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.v-section__form button.btn._trsnp._animated {
    flex: 1 1 150px;
    max-width: 200px;
    cursor: pointer;
}

@media (max-width: 1576px) {
    .v-section {
        max-width: 100%;
        padding: 0 48px;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 42px 48px;
    }
}

@media (max-width: 1199px) {
    .v-section {
        padding: 0 25px;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 24px;
    }
    .v-section__form button {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    
    .v-section {
        padding: 0;
        flex-direction: column;
        margin-bottom: 24px !important;
        max-height: 100%;
    }
    .v-section__title h2{
        font-size: 24px !important;
        line-height: 24px !important;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 0;
    }

    .v-section_reverse {
        flex-direction: column-reverse;
    }

    .v-section__body {
        padding: 24px 12px 0 12px;
        gap: 16px;
        align-items: center;
    }

    .v-section_reverse .v-section__body {
        padding: 0 12px 24px 12px;
    }

    .v-section__title,
    .v-section__foorm-footer,
    .v-section__link {
        text-align: center;
    }
    
    .v-section__form button.btn {
        max-width: 100%;
    }
    .v-section__image,
    .v-section__image img {
        max-height: 420px;
    }
}
@media (max-width: 640px) {
    .v-section__image,
    .v-section__image img {
        max-height: 320px;
    }
}
@media (max-width: 414px) {
    .v-section__form button {
        flex: 1;
        min-width: 0;
    }
    
    .v-section__image,
    .v-section__image img {
        max-height: 220px;
        object-position: center;
    }
}

@media (hover:hover) {
    .v-section__link a:hover {
        opacity: .5;
    }

    .v-section__foorm-footer a:hover {
        opacity: 1;
    }
}

.v-section__image {
    flex: 1 0 45% !important;
}

.v-section__body {
    flex: 1 0 55% !important;
}

.v-section__form form {
    flex-wrap: nowrap !important;
}
/* End */
/* /local/components/an/home.slideer-new/templates/new/style.css?17869881044651 */
/* /local/components/an/home.collection/templates/.default/style.css?17869881043662 */
/* /local/components/an/home.row/templates/new/style.css?17869881044845 */
/* /local/templates/an/css/productListItem.css?17869881045340 */
/* /local/components/an/home.outro/templates/.default/style.css?17869881032888 */
/* /local/components/an/home.section-new/templates/type_1/style.css?17869881044998 */
