﻿/*-----------------------------------------------------

    Title :  Fotosold
    Usage :  Pricing page (v2)
    Edited:  2025-06-02

-------------------------------------------------------

    1. choose location
    2. photography
    3. floor plans
    4. video
    5. drone
    6. 3d tours
    7. virtual products
    8. ultimate business package
    9. loyalty
   10. responsive ( 991px)

-------------------------------------------------------*/



/*  1. choose location
-------------------------------------------------------*/

#choose-location {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 61px;
	padding-inline: 16px;
	padding-bottom: 12px;
	height: 570px;
	background: 50% 50% / cover no-repeat url(../img/bg_choose-location.jpg);
	}

#choose-location::before,
#choose-location::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.2);
	}

#choose-location > p {
	max-width: 1018px;
	color: #fff;
	font-weight: 600;
	font-size: 48px;
	font-family: Montserrat, sans-serif;
	text-align: center;
	letter-spacing: -0.015em;
	}

#choose-location .w {
	display: flex;
	column-gap: 10px;
	opacity: 0;
	margin-top: 46px;
	padding: 9px;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	transition: opacity 250ms;
	}

#choose-location :has(> .location-ui-selectmenu-button).w {
	opacity: 1;
	}

#choose-location .ui-selectmenu-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 12px 15px;
	height: 36px;
	cursor: pointer;
	color: #233040;
	background-color: #fff;
	border: 1px solid #D0D6DF;
	border-radius: 4px;
	transition: color 250ms;
	}

#choose-location :is(:hover, .ui-selectmenu-button-open).ui-selectmenu-button {
	color: var(--color-primary);
	}

#choose-location .country-ui-selectmenu-button {
	width: 71px;
	}

#choose-location .country-ui-selectmenu-button .ui-selectmenu-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	}

#choose-location .location-ui-selectmenu-button {
	column-gap: 10px;
	padding-left: 13px;
	min-width: 265px;
	}

#choose-location .location-ui-selectmenu-button .ui-selectmenu-text {
	margin-top: 1px;
	font-weight: 400;
	font-size: 16px;
	}

#choose-location .ui-selectmenu-button .ui-selectmenu-icon {
	display: none;
	}

#choose-location .ui-selectmenu-button .ico-chevron-down {
	width: 12px;
	height: 8px;
	fill: #3E4650;
	transition: fill 250ms;
	}

#choose-location :is(:hover, .ui-selectmenu-button-open).ui-selectmenu-button .ico-chevron-down {
	fill: var(--color-primary);
	}

:is(.country-ui-selectmenu-menu, .location-ui-selectmenu-menu).ui-selectmenu-menu {
	position: absolute;
	top: 0;
	z-index: 50;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition-property: visibility, opacity;
	transition-duration: 250ms;
	}

:is(.country-ui-selectmenu-menu, .location-ui-selectmenu-menu).ui-selectmenu-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	}

:is(.country-ui-selectmenu-menu, .location-ui-selectmenu-menu).ui-selectmenu-menu .ui-menu {
	max-height: 326px;
	overflow: auto;
	color: #233040;
	font-weight: 400;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #D0D6DF;
	border-radius: 4px;
	}

.country-ui-selectmenu-menu .ui-menu-item-wrapper .country {
	position: absolute;
	left: -5000px;
	}

.country-ui-selectmenu-menu.ui-selectmenu-menu .ui-menu-item-wrapper {
	display: flex;
	align-items: center;
	padding-inline: 12px;
	height: 36px;
	cursor: pointer;
	}

.location-ui-selectmenu-menu.ui-selectmenu-menu .ui-menu-item-wrapper {
	display: flex;
	align-items: center;
	padding-inline: 13px;
	height: 36px;
	cursor: pointer;
	transition: color 250ms;
	}

.location-ui-selectmenu-menu :is(:hover, .ui-state-active).ui-menu-item-wrapper {
	color: var(--color-primary);
	}



/*  2. photography
-------------------------------------------------------*/

#choose-location ~ section {
	margin-inline: auto;
	width: var(--width-center-section);
	}

:where(#choose-location) ~ section + section {
	margin-top: 121px;
	}

#choose-location ~ section h2 {
	color: #233040;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.44;
	}

#choose-location ~ section .tabs {
	position: relative;
	margin-top: 25px;
	}

#choose-location ~ section .tabs > ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #E1E1E1;
	}

#choose-location ~ section .tabs > ul a {
	display: block;
	margin-bottom: -1px;
	padding: 6px 20px 11px;
	color: #233040;
	text-decoration-line: none;
	border-bottom: 2px solid transparent;
	transition-property: color/*, border-color*/;
	transition-duration: 250ms;
	}

#choose-location ~ section .tabs > ul a:is(:hover, :focus, .ui-tabs-active > a) {
	color: var(--color-primary);
	}

#choose-location ~ section .tabs .ui-tabs-active > a {
	border-bottom-color: var(--color-primary);
	}

#choose-location ~ section .tabs h3 {
	color: #233040;
	font-weight: 600;
	font-size: 28px;
	}

#choose-location ~ section .tabs header h3 + p {
	margin-top: -2px;
	color: var(--color-primary);
	font-size: 20px;
	}

#choose-location ~ section header h2 + p {
	margin-top: 6px;
	color: var(--color-primary);
	font-size: 20px;
	}

#choose-location ~ section .tabs ul ~ div,
#video,
#drone,
#twilight,
#ubp,
#loyalty {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w {
	padding-top: 44px;
	width: 39.91%;
	color: #677382;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	}

:is(#photography, #tours-3d) .tabs div[id] > .w {
	position: sticky;
	top: 88px;
	align-self: flex-start;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w > p {
	margin-block: 18px 19px;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w .btn + a {
	margin-left: 28px;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 16px;
	text-decoration-line: none;
	transition: color 250ms;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w .btn + a:is(:hover, :focus) {
	color: var(--background-color-btn-s1-hover-state);
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section {
	padding-top: 52px;
	width: 48.68%;
	}

#choose-location ~ section .tabs h4,
:is(#video, #drone, #twilight, #ubp) > section h3 {
	margin-bottom: 18px;
	color: #233040;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	}

:is(#photography, #tours-3d) .tabs section section {
	display: grid;
	grid-template-columns: 31.3% 22px 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"header . p"
		"header . ul";
	padding: 23px 23px 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	}

:is(#photography, #tours-3d) .tabs section section + section {
	margin-top: 16px;
	}

:is(#photography, #tours-3d) .tabs header {
	grid-area: header;
	}

#photography .tabs header h5 {
	display: inline-block;
	padding: 9px 12px 6px;
	color: #F4F8FB;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: #233040;
	border-radius: 4px;
	}

:is(#photography, #tours-3d) .tabs header h5 + p {
	margin-top: 17px;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 32px;
	}

:is(#photography, #tours-3d) .tabs section section header + p {
	grid-area: p;
	margin-bottom: 15px;
	padding-top: 2px;
	color: #677382;
	font-weight: 600;
	font-size: 14px;
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products, #ubp) section section ul {
	grid-area: ul;
	color: #677382;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.45;
	}

:is(#photography, #video, #tours-3d) section section ul {
	column-count: 2;
	}

#ubp section :nth-of-type(2) + section ul {
	column-count: 3;
	column-gap: 10px;
	}

#ubp section :nth-of-type(2) + section :is(:nth-child(3), :nth-child(4), :nth-child(5)) + li {
	position: relative;
	left: -9px;
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products, #ubp) section section li {
	display: flex;
	column-gap: 10px;
	padding-bottom: 9px;
	padding-left: 2px;
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products) section section li:has(> .ico-circle-xmark-with-bg-color-sm) {
	color: rgba(103, 115, 130, 0.5);
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products, #ubp) [class*="ico-circle-"].ico {
	flex-shrink: 0;
	margin-top: 1px;
	width: 16px;
	height: 16px;
	}



/*  3. floor plans
-------------------------------------------------------*/

#floor-plans .accordion .w {
	font-weight: 400;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition: border-color 250ms;
	}

#floor-plans .accordion :has(> .ui-accordion-header-active).w {
	border-color: var(--color-primary);
	}

#floor-plans .accordion .w + .w {
	margin-top: 16px;
	}

#floor-plans .accordion h5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 29px 15px 23px;
	cursor: pointer;
	color: #233040;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	transition: color 250ms;
	}

#floor-plans .accordion h5:hover {
	color: var(--color-primary);
	}

#floor-plans .accordion h5 .ui-accordion-header-icon {
	display: none;
	}

#floor-plans .accordion h5 .ico-chevron-down {
	width: 12px;
	height: 8px;
	fill: currentColor;
	transition: transform 250ms;
	}

#floor-plans .accordion h5.ui-accordion-header-active .ico-chevron-down {
	transform: rotate(180deg);
	}

#floor-plans .accordion h5 + div {
	position: relative;
	top: -9px;
	}

#floor-plans .accordion h5 + div > p {
	padding-inline: 23px;
	color: #677382;
	font-size: 14px;
	line-height: 1.45;
	}

#floor-plans .accordion dl {
	margin-top: 31px;
	}

#floor-plans .accordion dl > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 23px;
	border-top: 1px solid #ddd;
	}

#floor-plans .accordion dl > div:last-child {
	padding-bottom: 10px;
	}

#floor-plans .accordion dt {
	color: #233040;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	}

#floor-plans .accordion dd {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	}

#floor-plans figure {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 28px;
	margin-top: 83px;
	width: 100%;
	}

#floor-plans figure figcaption {
	position: absolute;
	left: -5000px;
	}



/*  4. video
-------------------------------------------------------*/

#video {
	margin-top: 109px;
	}

:is(#video, #drone, #twilight, #ubp) > section,
#virtual-products .w + section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	}

:is(#video, #drone, #twilight, #ubp) section h3,
#virtual-products section h4 {
	margin-bottom: 2px !important;
	width: 100%;
	}

:is(#video, #drone, #twilight, #virtual-products) section :is(h3, h4) + section,
:is(#video, #drone, #twilight, #virtual-products) section section:nth-of-type(1) + section {
	padding: 23px 23px 14px;
	width: calc((100% - 16px) / 2);
	background-color: #F4F8FB;
	border: 1px solid transparent;
	border-radius: 6px;
	}

:is(#video, #drone, #twilight, #virtual-products) section section:nth-of-type(2) + section,
#ubp section section {
	padding: 23px 23px 14px;
	width: 100%;
	background-color: #F4F8FB;
	border: 1px solid transparent;
	border-radius: 6px;
	}

:is(#video, #drone, #twilight, #virtual-products) :is(section section:nth-of-type(3), section > p ~ section) header,
#ubp section section header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	}

:is(#video, #drone, #twilight, #ubp) section section h4,
#virtual-products section section h5 {
	display: inline-block;
	padding: 9px 12px 9px;
	color: #F4F8FB;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	background-color: #233040;
	border-radius: 4px;
	}

:is(#video, #drone, #twilight, #virtual-products, #ubp) section section header :is(h4, h5) + p {
	margin-block: 21px 19px;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 40px;
	}

:is(#video, #drone, #twilight, #virtual-products) :is(section section:nth-of-type(3), #video section > p ~ section) header :is(h4, h5) + p,
#ubp section section header h4 + p {
	margin-block: 0;
	}

:is(#video, #drone, #twilight) :is(section section:nth-of-type(3), #video section > p ~ section) ul {
	display: inline-block;
	column-gap: 40px;
	}

:is(#video, #drone, #twilight) section section li:has(> .ico-circle-xmark-with-bg-color-sm) {
	color: rgba(103, 115, 130, 0.6);
	text-decoration-line: line-through;
	text-decoration-color: rgba(103, 115, 130, 0.3);
	}

:is(#video, #drone, #twilight) > section > p {
	position: relative;
	margin-block: 1px 3px;
	width: 100%;
	color: #677382;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	}

:is(#video, #drone, #twilight) > section > p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(29, 33, 50, 0.17);
	}

:is(#video, #drone, #twilight) > section > p span {
	position: relative;
	top: 0.1em;
	padding-inline: 21px;
	background-color: #fff;
	}

:is(#video, #drone, #twilight) section > p ~ section {
	padding: 23px 23px 14px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	}



/*  5. drone
-------------------------------------------------------*/

#drone,
#twilight {
	margin-top: 77px;
	}

:is(#drone, #twilight, #virtual-products) section section > p {
	margin-bottom: 20px;
	color: #233040;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	}

#ubp section section > p {
	margin-bottom: 20px;
	color: #233040;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	}

#drone picture {
	display: flex;
	margin-top: 48px;
	width: 100%;
	}

#drone picture img {
	width: 100%;
	}



/*  6. 3d tours
-------------------------------------------------------*/

#tours-3d .tabs header h5 {
	padding-top: 1px;
	color: #233040;
	font-weight: 600;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	}



/*  7. virtual products
-------------------------------------------------------*/

#virtual-products .twentytwenty-wrapper {
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	}

#virtual-products .twentytwenty-container .twentytwenty-handle {
	margin-top: -28px;
	margin-left: -28px;
	width: 56px;
	height: 56px;
	background: 50% 50% no-repeat url('data:image/svg+xml,<svg width="25" height="16" viewBox="0 0 25 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.375 1.125L1.5 8L8.375 14.875M16.625 1.125L23.5 8L16.625 14.875" stroke="%233E4650" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') #fff;
	}

#virtual-products .twentytwenty-left-arrow,
#virtual-products .twentytwenty-right-arrow {
	display: none;
	}

#virtual-products .twentytwenty-horizontal .twentytwenty-handle:before,
#virtual-products .twentytwenty-horizontal .twentytwenty-handle:after {
	box-shadow: none;
	}

#virtual-products .twentytwenty-overlay {
	background-color: transparent;
	}

#virtual-products .twentytwenty-before-label,
#virtual-products .twentytwenty-after-label {
	opacity: 1;
	}

#virtual-products .twentytwenty-before-label::before {
	content: "Before";
	top: auto;
	bottom: 25px;
	left: 0;
	box-sizing: border-box;
	padding: 18px 24px;
	min-width: 105px;
	color: #233040;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: #fff;
	border-radius: 0;
	}

#virtual-products .twentytwenty-after-label::before {
	content: "After";
	top: auto;
	bottom: 25px;
	right: 0;
	box-sizing: border-box;
	padding: 20px 24px;
	min-width: 105px;
	color: #233040;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	background-color: #fff;
	border-radius: 0;
	}



/*  8. ultimate business package
-------------------------------------------------------*/

#ubp {
	margin-top: 76px;
	}



/*  9. loyalty
-------------------------------------------------------*/

#loyalty {
	margin-top: 84px;
	padding-bottom: 60px;
	}

#loyalty header h2 + p {
	text-transform: uppercase;
	}

#loyalty picture {
	display: flex;
	align-items: flex-start;
	align-self: flex-start;
	margin-top: 36px;
	width: 48.684%;
	overflow: hidden;
	border-radius: 6px;
	}

#loyalty picture img {
	width: 100%;
	}



/* 10. responsive ( 991px)
-------------------------------------------------------*/

@media (max-width:  991px) {

/*  1. choose location  */

#choose-location {
	margin-bottom: 42px;
	padding-bottom: 8px;
	height: 516px;
	}

#choose-location > p {
	font-size: 32px;
	}

#choose-location .w {
	column-gap: 8px;
	margin-top: 32px;
	padding: 7px;
	width: min(288px, 100%);
	height: 52px;
	}

#choose-location .location-ui-selectmenu-button {
	flex-grow: 1;
	min-width: 0;
	}


/*  2. photography  */

:where(#choose-location) ~ section + section {
	margin-top: 63px;
	}

#choose-location ~ section h2 {
	font-size: 28px;
	line-height: 1.2;
	text-align: left;
	}

#choose-location ~ section .tabs {
	margin-top: 22px;
	}

#choose-location ~ section .tabs > ul {
	justify-content: space-between;
	row-gap: 15px;
	font-size: 12px;
	border-bottom-width: 0;
	}

:is(#photography, #tours-3d, #virtual-products) .tabs > ul li {
	width: calc((100% - 16px) / 3);
	}

#floor-plans .tabs > ul li {
	width: calc((100% - 8px) / 2);
	}

#choose-location ~ section .tabs > ul a {
	margin-bottom: 0;
	padding-inline: 2px;
	padding-bottom: 9px;
	text-align: center;
	}

#choose-location ~ section .tabs h3 {
	font-size: 20px;
	text-align: left;
	}

#choose-location ~ section .tabs header h3 + p {
	margin-top: 1px;
	font-size: 16px;
	text-align: left;
	}

#choose-location ~ section header h2 + p {
	margin-top: 5px;
	font-size: 16px;
	text-align: left;
	}

#choose-location ~ section .tabs ul ~ div,
#video,
#drone,
#twilight,
#ubp,
#loyalty {
	display: revert;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w {
	padding-top: 20px;
	width: auto;
	font-size: 14px;
	text-align: center;
	}

:is(#photography, #tours-3d) .tabs div[id] > .w {
	position: static;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w > p {
	margin-top: 13px;
	text-align: left;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w .btn {
	display: flex;
	margin-bottom: 24px;
	width: 100%;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > .w .btn + a {
	margin-left: 0;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 27px;
	padding-bottom: 39px;
	width: auto;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color: #fff;
	}

#choose-location ~ section .tabs h4,
:is(#video, #drone, #twilight, #ubp) > section h3 {
	width: 100%;
	}

:is(#photography, #tours-3d) .tabs section section {
	display: revert;
	padding: 19px 19px 13px;
	width: 100%;
	}

:is(#photography, #tours-3d) .tabs section section:nth-of-type(3) ~ section {
	position: absolute;
	left: -5000px;
	}

:is(#photography, #tours-3d) .tabs section section:nth-of-type(3) ~ section.shown {
	position: static;
	}

:is(#photography, #tours-3d) .tabs section header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

#photography .tabs header h5 {
	padding-bottom: 8px;
	font-size: 14px;
	}

:is(#photography, #tours-3d) .tabs header h5 + p {
	margin-top: 0;
	}

:is(#photography, #tours-3d) .tabs section section header + p {
	margin-bottom: 13px;
	padding-top: 34px;
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products, #ubp) section section ul {
	font-size: 14px;
	}

:is(#photography, #video, #tours-3d) section section ul {
	column-count: revert;
	}

#ubp section :nth-of-type(2) + section ul {
	column-count: revert;
	}

#ubp section :nth-of-type(2) + section :is(:nth-child(3), :nth-child(4), :nth-child(5)) + li {
	position: static;
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products, #ubp) section section li {
	padding-bottom: 8px;
	}

:is(#photography, #video, #drone, #twilight, #tours-3d, #virtual-products, #ubp) [class*="ico-circle-"].ico {
	margin-top: 2px;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section > :nth-last-child(2) + button {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	column-gap: 15px;
	margin-top: 17px;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 16px;
	background-color: transparent;
	border-width: 0;
	transition: color 200ms;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section > :nth-last-child(2) + button:is(:hover, :focus) {
	color: var(--background-color-btn-s1-hover-state);
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section > :nth-last-child(2) + button .ico-chevron-down {
	width: 12px;
	height: 8px;
	fill: currentColor;
	}

:is(#choose-location ~ section .tabs div[id], #choose-location ~ section) > section > :nth-last-child(2) + button.show-less .ico-chevron-down {
	transform: rotate(180deg);
	}


/*  3. floor plans  */

#floor-plans .accordion h5 {
	font-size: 16px;
	}

#floor-plans .accordion dl > div {
	padding-top: 18px;
	}

#floor-plans .accordion dt {
	font-size: 14px;
	}

#floor-plans .accordion dd {
	font-size: 20px;
	}

#floor-plans figure {
	flex-direction: column;
	align-items: center;
	row-gap: 24px;
	margin-top: 9px;
	}

#floor-plans figure img {
	width: 83.3%;
	}


/*  4. video  */

#video {
	margin-top: 37px;
	}

:is(#video, #drone, #twilight, #virtual-products) section :is(h3, h4) + section,
:is(#video, #drone, #twilight, #virtual-products) section section:nth-of-type(1) + section {
	width: 100%;
	}

:is(#video, #drone, #twilight) section section header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	}

:is(#video, #drone, #twilight) section section header h4 + p {
	margin-block: 0;
	}


/*  5. drone  */

#drone {
	margin-top: 8px;
	}

#twilight {
	margin-top: 47px;
	}

#drone picture {
	position: relative;
	margin-top: -15px;
	}


/*  6. 3d tours  */

#tours-3d {
	margin-top: 28px;
	}


/*  7. virtual products  */

#virtual-products .twentytwenty-wrapper {
	margin-top: -15px;
	}

#virtual-products .twentytwenty-container .twentytwenty-handle {
	margin-top: -13px;
	margin-left: -15px;
	width: 28px;
	height: 28px;
	background-size: 12px 9px;
	}

#virtual-products .twentytwenty-horizontal .twentytwenty-handle:before,
#virtual-products .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 2px;
	}

#virtual-products .twentytwenty-horizontal .twentytwenty-handle:before {
	margin-bottom: 12px;
	margin-left: -1px;
	}

#virtual-products .twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 12px;
	margin-left: -1px;
	}

#virtual-products .twentytwenty-before-label::before {
	bottom: 19px;
	padding: 11px 10px 9px;
	min-width: 60px;
	font-size: 8.86px;
	}

#virtual-products .twentytwenty-after-label::before {
	bottom: 19px;
	padding: 11px 10px 9px;
	min-width: 60px;
	font-size: 8.86px;
	}


/*  8. ultimate business package  */

#ubp {
	margin-top: 48px;
	}


/*  9. loyalty  */

#loyalty {
	display: flex;
	margin-top: 34px;
	padding-bottom: 20px;
	}

#loyalty picture {
	order: -1;
	margin-top: 0;
	margin-bottom: 6px;
	width: 100%;
	}

}