<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	font-family: var(--font-family1);
	font-weight: 300;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
    overflow-x: hidden;
    font-family: 'Gotham', sans-serif;
    color: #575759;
    font-size: 13px;
    position: relative;
}
html.lock, 
html.lock body {
	overflow: hidden;
    position: fixed;
}
.store header {
    position: relative;
    background: white;
}
header .menu &gt; ul &gt; li &gt; * {
    font-size: 16px;
    font-weight: 500;
    text-transform: unset; 
}
header .logo .text {
    opacity: 1;
    transition: var(--transition);
}
header.fixed .logo .text {
    opacity: 0;
}
header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    transform: scale(1);
}
.btn::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    border-radius: 100px;
    transform: scale(1);
    transition: var(--transition);
}
.btn:hover::after {
    transform: scale(1.07);
} 
.less {
    transition: all 0.3s ease;
    opacity: 1;
}
.less.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.ammount-btns &gt; *:not(.disabled) {
    cursor: pointer;
}
.btn,
.btn &gt; * {
    position: relative;
}
.phone {
    display: inline-block;
}
.btn &gt; * {
    z-index: 1;
}
header .btn {
    padding: 3px 9px;
}
header .btn.phone {
    padding: 10px 12px;
}

.btn.phone {
    color: var(--third);
} 
.btn.phone img {
    max-width: 12px;
    max-height: 16px;
}

header .btns a.phone {
    display: flex;
}
header .btns a {
    color: white;
    text-transform: uppercase;
    font-size: 9px;
}
header .search {
    opacity: 0;
    display: block;
    pointer-events: none;
    width: 0;
    position: absolute
}
.btn.book {
    padding: 8px 19px;
}
.sticky-btn.locked {
    position: absolute;
    bottom: 250px;
}
.sticky-btn {
    position: fixed;
    display: flex;
    bottom: 55px;
    right: 10px;
    z-index: 5;
}
.sticky-btn &gt; div:last-child {
    background: #007fff;
}
.sticky-btn &gt; div:first-child {
    background: #25d366;
}
.sticky-btn &gt; div {
    margin: 2.5px;
    padding: 0;
	width: 34px;
    height: 34px;
    border-radius: 100%;
	position:relative;
	transform:scale(1);
	transition:all 0.4s ease;
}
.sticky-btn &gt; div:hover {
	transform:scale(1.1);
}
header .menu ul li a {
    color: var(--secondary);
}
.sticky-btn &gt; div &gt; a {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 18px;
    height: 22px;
}
.sticky-btn &gt; div &gt; a &gt; i {
    font-size: 22px;
    border-radius: 100%;
    color: white;
}
.banner,
.hp-banners {
    margin-top: 76px;
}
.btn a {
    vertical-align: middle;
}
.banner {
    position: relative;
}
.img-container,
.article-body {
    width: 100%;
    position: relative;
}
.img-parent {
    height: 0;
    padding-top: 53%;
    position: relative;
}
.banner .container {
    position: relative;
    text-align: center;
}
.banner .container.container-product-list {
    text-align: left;
}
.banner .bg {
    font-size: 0;
}
.banner .container .icon {
    height: 40px;
    margin-right: 34px;
    margin-bottom: 20px;
}
.banner .container .icon &gt; svg {
    opacity: 1;
}
.banner .container .icon &gt; * {
    height: 100%;
    opacity: 0;
    object-fit: contain;
    transition: var(--transition);
}
.banner .container .icon &gt; svg {
    opacity: 1;
}
.banner .container .icon svg path {
    fill: white;
}
img:last-child.off,
.products.listing a img:last-child.off,
body.blog .blog-articles .article .img img:last-child.off,
.article-img-container img:last-child.off,
.banner .bg img:last-child.off {
    opacity: 0;
}

img.placeholder,
.products.listing a img:first-of-type,
body.blog .blog-articles .article .img img:first-of-type,
.article-img-container img:first-of-type {
    filter: blur(20px);
}

.write-review .products.listing .product .image img {
    filter: blur(0);
}
.article-img-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.article-img-container img {
    top: 0;
    filter: blur(0px);
}

.placeholder + img {
    left: 0;
}
 
.product-page .item img,
.products.listing a img {
    background: white;
}
.products.listing a img {
    object-fit: contain;
}
img.placeholder,
img.placeholder + img {
    top: 0;
    left: 0;
}
img.placeholder,
img.placeholder + img,
.article-img-container img {
    object-fit: cover;
    opacity: 1;
    transition: var(--transition);
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    background-blend-mode: multiply;
    background-image: linear-gradient(38deg, #0e425d, #59c7d1);
}
.banner img,
.hp-banners img {
    width: 100%;
}
.hp-banners .container {
    padding: 30px 25px;
}
h1 strong,
.h1 strong,
h2 strong,
h3 strong,
h4 strong {
    color: var(--primary)
}

.hp-banners .container .h1 {
    color: var(--secondary);
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: left;
}
.hp-banners .container {
    font-weight: 300;
}
.hp-banners .container .h1 + div {
    margin-top: 10px;
    font-size: 12px;
}
.hp-banners .container .custom-slider {
    margin-top: 20px;
    opacity: 1;
    transition: all 0.5s ease;
}
.hp-banners .container .custom-slider .item:hover {
	background: rgba(255,255,255,1);
}
.hp-banners .container .custom-slider .slick-track {
    display: flex;
}
.hp-banners .container .custom-slider .item.last-item {
    opacity: 0.4;
}
.hp-banners .container .custom-slider .slick-slide {
    height: inherit;
    margin: 0 2px;
    width: 105px;
}
.hp-banners .container .custom-slider .item {
    border-radius: 10px;
    background: rgba(255,255,255,0.6);
    transition: all 0.3s ease;
    color: #575759;
    padding: 14px 17.5px 13.5px 17.5px;
    margin: 0 4px;
    height: 100%;
    display: block;
    cursor: pointer;
}
.hp-banners .container .custom-slider .item img {
    max-width: 51px;
    display: block;
    margin: 0 auto;
}
.hp-banners .container .custom-slider .track {
    display: flex;
    overflow-x: auto;
    margin: 0 -25px;
}
.hp-banners .container .custom-slider .track &gt; div:first-child {
    margin-left: 25px;
}
.hp-banners .container .custom-slider .track &gt; div:last-child {
    margin-right: 29px;
}
.hp-banners .container .custom-slider .item .title {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: 'Gotham Book';
    text-transform: initial;
}

.about-us .item img {
    width: 100%;
}
.about-us .item .description-container {
    background: var(--secondary);
    color: white;
    padding: 41px 27.5px;
}
.about-us .item .description-container h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 9px;
	width: 100%;
}
.about-us .item .description-container .dots {
    margin-bottom: 32px;
	position:relative;
	padding-bottom: 14px;
	min-width:10px;
}
.about-us .item .description-container .slick-dots {
    text-align: left;
    margin: 0 -9px;
	top:0;
}
.about-us .item .description-container .slick-dots li.slick-active {
    opacity: 1;
}
.about-us .item .description-container .slick-dots li {
    width: 6px;
    height: 6px;
    opacity: 0.3;
    background: white;
    border-radius: 100%;
    margin: 0 9px;
    transition: var(--transition);
}
.about-us .item .description-container h2 + div {
    color: var(--primary);
    font-size: 12px;
}
.our-work {
    padding: 40px;
    background: white;
    display: flex;
    flex-direction: column;
}

.our-work-page {
    padding: 40px;
    background: white;
}

.our-work img {
    width: 100%;
    max-width: 481px;
}

.our-work-page img {
    width: 100%;
    max-width: 481px;
}

.our-work-page .h1 {
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 23px;
}

.our-work .info h2 {
    font-size: 17.5px;
    color: var(--secondary);
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 21px;
}

.our-work-page .info h2 {
    font-size: 17.5px;
    color: var(--secondary);
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 21px;
}

.our-work .info .description-container {
    font-size: 11.5px;
    line-height: 1.6;
    margin-bottom: 11px;
} 

.our-work-page .info .description-container {
    font-size: 11.5px;
    line-height: 1.6;
    margin-bottom: 11px;
} 

.btn {
    padding: 15px 30px;
}
.info .btn {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 8px;
}
.member {
    margin-bottom: 40px;
}
.member:last-child {
    margin-bottom: 0;
}
.book .bg img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    position: relative;
    height: 100%;
    background-blend-mode: multiply;
}
.book {
    position: relative;
}
.article-img-container {
    z-index: 0;
}
.article-img-container,
.book .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-us .article-img-container::before {
    background: var(--pink);
    z-index: 1;
}
.book .bg::after {
    background-image: linear-gradient(to bottom, #5fc7d1, #5fc7d1);
}
.contact-us .article-img-container::before,
.book .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.bg {
    color: white;
}
.book .container {
    max-width: 1084px;
    z-index: 1;
    position: relative;
    top: 0;
    color: white;
    padding: 50px 25px 33px 25px;
}

.book .text {
    font-size: 28px;
    line-height: 1.4;
}
.book .text + div {
    font-family: 'Gotham Book';
    font-size: 12px;
    margin: 9px 0 15px 0;
}
.blog-articles {
    background: white;
}
.blog-articles .container {
    padding: 0 25px;
    max-width: 100%;
}
.blog-articles {
    padding: 41px 0;
}

.title-product {
    text-align: center;
    font-weight: 900;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.article .date {
    color: #c9caca;
}
.info {
    font-size: 11px;
}
a {
    opacity: 1;
    transition: var(--transition);
}
a:hover {
    color: currentColor;
    text-decoration: none;
}
.category a {
    color: var(--primary);
    margin-top: 2px;
}
.category a:hover {
    opacity: 1;
}
.work-areas {
    color: white;
    background: var(--third);
}
.work-areas .list-container .top-container {
    padding: 40px 15px;
    max-width: 820px;
    margin: 0 auto;
}
.article h3 {
    color: var(--third);
    font-family: 'Gotham Book';
    margin-bottom: 15px;
}
.work-areas .description {
    color: var(--primary);
    font-size: 11px;
    text-align: center;
    font-weight: 300;
    margin: 16px 0;
    padding: 0 10px;
    line-height: 1.6;
}
.work-areas .list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.work-areas ul li::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    background: url('/assets/img/map-icon.svg') 0%/cover no-repeat;
}
.work-areas ul li {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    margin: 12px 0;
    position: relative;
    padding-left: 19px;
}
.article .info {
    margin: 18px 0;
    text-transform: uppercase;
}
.work-areas ul {
    padding-left: 18px;
    list-style: none;
}
.hp-form .btn span {
    display: block;
    text-align: center; 
}
.btn span {
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}
.h1 {
    color: var(--secondary);
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 23px; 
}
.blog-articles .h1 {
    font-size: 19px;
}
.img img {
    width: 100%;
}
.article {
    margin: 40px 0;
}
.article .breadcrumb h3 {
    font-family: 'Gotham';
}
.article-container .article {
    margin: 0 0 24px 0;
}
.article-container .article .breadcrumb {
    padding: 0 0 6px 0;
}
.article-container .article h1 {
    margin-bottom: 0;
}
.article-container .article .info {
    margin: 11px 0 4px 0;
}
.article-container .img-parent {
    margin-bottom: 40px;
}
.article-container .article 
.work-areas .list ul li::before {
    position: absolute;
    width: 11px;
    height: 100%;
    left: 0;
    content: '';
    background: url(../images/icons/list-icon.svg) 0%/cover no-repeat;
}
.online-book {
    padding: 50px 20px 60px 20px;
} 
.online-book &gt; .container &gt; div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    width: 100%;
}
.online-book &gt; .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1064px;
    margin: 0 auto;
}
footer .container {
    max-width: 1064px;
    margin: 0 auto;
}
.online-book &gt; .container,
.online-book &gt; .container a {
    color:var(--third);
}
.online-book &gt; .container a {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    width: 100%;
}
.online-book &gt; .container a.btn {
    width: auto;
    display: flex;
    padding: 20px 30px;
    height: 100%;
}
.online-book &gt; .container a + strong {
    font-size: 18px;
    font-weight: 900;
    margin: 8px 0;
}
.online-book .btn {
    padding: 9px 25px;
}
.online-book .btn span {
    color: var(--third);
}
.online-book .btn::after {
    background: white;
    border: 2px solid #60c2bd;
}
footer ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
footer .left li{
    margin: 10px 0;
} 
footer ul li {
    margin: 0;
}
footer ul p {
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 0;
}
footer ul li:first-of-type p {
    color: white;
}
footer {
    padding: 40px 0;
    background: var(--primary);
}
footer .social {
    margin-top: 43px;
    display: flex;
    justify-content: center;
}
footer .social &gt; li {
    margin: 0 10px;
    font-size: 22px;
}
footer .social a:hover i {
    color: var(--secondary);
} 
.menu-page:not(.blog) .about-us-page .filter .option {
    display: block;
} 
footer .social i,
footer a,
footer p {
    color: #10717a;
	transition:all 0.4s ease;
}
footer h4 a:hover {
    color: var(--secondary);
}
header input:focus {
    outline: 0;
}
header input {
    border: transparent;
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
}
header .menu .search {
    opacity: 1;
    width: 100%;
    position: relative;
}
header .search i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header .search i {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--secondary);
    font-size: 13px;
    width: 17px;
    z-index: 3;
}
header .menu input {
    border-radius: 30px;
    background: white;
    width: 100%;
    padding: 12px 25px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
header .menu input::-webkit-input-placeholder {
    color: #a1a1a1;
}
.menu {
    padding: 78.5px 0;
    top: 0;
    right: 0;
    width: 100vw;
    position: fixed;
    transform: translateX(100vw);
    transition: all 0.4s ease;
    background-color: #eeeeee;
    min-height: 100vh;
    overflow: hidden;
}
header.open .menu {
    transform: translateX(0);
    pointer-events: none;
}
.logo,
.btns {
    position: relative;
}
.btns {
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 78px;
    display: flex;
    margin: 0 -4px;
}
.btns &gt; * {
    position: relative;
    margin: 0 4px;
}
.btns .book {
    display: flex;
    align-items: center;
}
.btns img {
    position: relative;
}
header .menu ul {
	padding:0;
	list-style: none;
}
header .menu &gt; ul {
    padding: 0 5px;
    overflow-x: hidden;
	flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    height: calc(100vh - 200px);
    overflow-y: scroll;
    margin-bottom: 50px;
    -webkit-overflow-scrolling: touch;
}
header .menu &gt; ul &gt; li {
    margin: 20px 0;
}
.about-us .slick-track {
    display: flex;
}
.about-us .slick-track .slick-slide {
    height: inherit;
}
.about-us .slick-track .slick-slide .item,
.about-us .slick-track .slick-slide .item .description-container {
    height: 100%;
}
header .menu ul li {
    font-size: 0;
}
header .menu ul li.sub &gt; h4 {
    display: inline;
}
header .menu ul li.sub &gt; h4,
header .menu ul li.sub &gt; h3 {
	padding-right: 25px;
    position: relative;
    transition: var(--transition)
}

header .menu ul li.sub ul {
	margin: 0;
	overflow: hidden;
    transition: var(--transition);
}
header .menu ul li.sub ul li {
	padding:9px 0;
}
header.open .search {
    pointer-events: all;
}
header .menu ul li ul li &gt; * {
    position: relative;
	font-size: 15px;
	font-weight: 300;
	color: var(--black);
	margin: 0;
	display: inline-block;
}
header .menu ul li ul li ul {
    display: block;
}
header .menu ul li h4 {
    width: 100%;
	font-size: 10px;
	font-weight: 300;
	margin: 0;
    display: inline-block;
    position: relative;
}
header .menu ul li ul li &gt; * a,
header .menu ul li.sub ul li &gt; * a,
header .menu ul li &gt; h3 a:hover {
    color: var(--secondary);
}
header .menu ul ul li &gt; h4 a,
header .menu ul ul li &gt; h4 a:hover {
    color: #828282;
    font-size: 13px;
}
.banner .container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.breadcrumb {
    background: transparent;
}
a[href] {
    cursor: pointer;
}
.article-container .breadcrumb li a[href]:hover {
    opacity: 0.6;
    color: var(--primary);
}
.breadcrumb li a[href]:hover {
    color: var(--secondary);
}
.product-page .breadcrumb li a[href]:hover {
    opacity: 0.6;
    color: inherit;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    color: var(--primary);
}
.breadcrumb li h3 {
    margin-bottom: 0;
    font-size: 0;
}
.breadcrumb li {
    display: inline-block;
}
.pets .breadcrumb li a {
    color: white;
}
.pets .breadcrumb li a:hover {
    color: #f1c300;
}

.banner .bg.solid-color:before {
    content: none;
}
.pets .banner .bg:before {
    background: linear-gradient(52deg, #a28301 30%, #f1c300 70%);
}

.content .template .sidebar h4, 
.content .template .sidebar .h4 {
    color: rgb(var(--primary));
    font-weight: 300;
}
.content .template .sidebar .form {
    margin-bottom: 54px;
}
.content .template h4, .content .template .h4 {
	font-size: 22px;
	font-weight: 600;
	color: rgb(var(--black));
	line-height: 1.25;
	margin: .75em 0;
}
.content .template .sidebar ul {
    font-size: 14px;
    padding-left: 0;
}
.content .template .sidebar h4, 
.content .template .sidebar .h4 {
    font-size: 24px;
}
.content .template .sidebar li, 
.content .template .sidebar li {
    padding: 6px 0;
}
.content .template .sidebar .h4:nth-of-type(2) {
    margin-top: 30px;
}
.content .template .sidebar ul li::before {
    content: none;
}
.listing-container .listing.products &gt; .product &gt; p {
    text-align: center;
    font-weight: normal;
}
.listing.products &gt; .product &gt; p,
.content .template p, 
.content .template ul, 
.content .template ol {
	font-size: 1.125rem;
	font-weight: 300;
	color: #575759;
	margin: 1em 0;
	line-height: 1.67;
}

.content .template p b, 
.content .template li strong,
.content .template p strong {
	font-weight: 500;
	color: var(--third);
}
.content .template p small {
	font-size: .875rem;
	font-weight: 300;
}
.content .template p big {
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	color: var(--secondary);
    padding: .5em 0 .5em 100px;
    position: relative;
}
.content .template blockquote p {
    margin: 0;
}
.content .template p big::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 4px;
    left: 68px;
    height: 75%;
    margin: auto;
    background: var(--pink);
}
.content .template .pagination li a:hover,
.content .template .pagination li.active a,
.content .template p a, 
.content .template li a {
    color: var(--pink);
    opacity: 1;
}
.content .template p a:hover {
    opacity: 0.6;
    transition: var(--transition);
}
.content .template p a {
	display: inline;
	font-weight: normal;
}
.content .template .sidebar li a {
    color: white;
}
.content .template .pagination li a {
    color: rgb(var(--grey));
    transition: all 0.4s ease;
}
.content .template blockquote {
	display: block;
	padding: 1.5em 0 1.5em 100px;
    margin: 0;
	position: relative;
}
.content .template blockquote::before {
	content: "â€œ";
    font-size: 73px;
    font-weight: 900;
    color: var(--pink);
	position: absolute;
    top: 0;
    line-height: 1;
	left: 44px;
	height: 73px;
	width: 35px;
}
.content .template blockquote p {
	font-style: italic;
	color: var(--secondary);
	font-weight: 500;
	font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.content .template ul, .content .template ol {
	padding-left: 2em;
	list-style: none;
	margin: 1.5em 0;
}
.content .template ul li {
	margin: 9px 0;
}
.content .template ul li, .content .template ol li {
	position: relative;
}
.content .template ul li p, .content .template ol li p {
	margin: 0;
}
.content .template ul li::before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 1em;
	margin-left: -2em;
	margin-right: 1em;
	background-image: url(/assets/img/arrow-sm-color.svg);
	background-repeat: no-repeat;
}
.content .template .template-module.wrap ul,
.content .template .template-module.wrap ol {
	padding-left: 0;
}
.content .template .template-module.wrap ul li::before,
.content .template .template-module.wrap ol li::before {
	margin-left: 0;
}

.content .template ol {
	counter-reset: item;
}
.content .template ol li {
	counter-increment: item;
}
.content .template ol li::before {
	content: counter(item) ".";
	display: inline-block;
	width: 2em;
	margin-left: -2em;
    color: var(--secondary);
    font-weight: 500;
}
.template {
    color: var(--secondary);
}
.template h2 {
    font-size: 24px;
}
.content .template h2:first-child,
.content .template h3:first-child,
.content .template h4:first-child,
.content .template p:first-child,
.content .template ul:first-child,
.content .template ol:first-child {
	margin-top: 0;
}

.content .template h2:last-child,
.content .template h3:last-child,
.content .template h4:last-child,
.content .template p:last-child,
.content .template ul:last-child,
.content .template ol:last-child {
	margin-bottom: 0;
}
.template h2,
.template h3 {
    line-height: 1.3;
    margin: 1em 0;
}
.content .template h2 {
    font-weight: 500;
    letter-spacing: -.05em;
}
.content .template li,
.content .template p {
    font-size: 15px;
    line-height: 1.7;
}
.content .template h3 {
    font-size: 20px;
}
.content .template h4 {
    font-size: 18px;
    font-weight: 500;
}
.article-container .template .container {
    padding: 0;
}
.template .container {
    max-width: 875px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-pesquisa {
 	width: 100%;
}

.template .container-pesquisa {
    max-width: 756px;
    margin: 0 auto;
    padding: 0 20px;
}

.content .template p small {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 300;
}
.content .template blockquote small {
    text-transform: uppercase;
    color: var(--pink);
    font-size: 12px;
    font-weight: 900;
}
.preload * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}
.our-work .description p:last-of-type {
    margin-bottom: 0px;
}

.our-work-page .description p:last-of-type {
    margin-bottom: 0px;
}

.our-work .btn {
    margin-top: 15px;
}

.our-work-page .btn {
    margin-top: 15px;
}

.members .member .img-container {
    position: relative;
}
.members .member .img-container &gt; img:last-of-type {
    z-index: 2;
    opacity: 0;
    transition: var(--transition);
}
.members .member .img-container:hover img:last-of-type {
    opacity: 1;
}
.members .member .img-container {
    min-height: 413.5px;
    position: relative;
    width: 100%;
    display: block;
}
.members .member .img-container &gt; img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
header::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #48566d;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}
header.open::before {
    opacity: .75;
    pointer-events: auto;
}
header.open {
    z-index: 12;
}
body header .menu &gt; ul &gt; .sub &gt; ul &gt; li:hover &gt; p &gt; a,
body header .menu ul li ul li li:hover a {
    color: var(--primary);
}
body header .menu ul li h4:hover a {
    color: var(--secondary);
}
.content + .services-container {
    margin: 0 auto 100px auto;
}
.services-container {
    margin: 100px auto;
    width: 100%;
    max-width: 1114px;
}
.services-container .container .flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    padding-top: 50px;
}
.services-container .container {
    max-width: unset;
}
.services-container .container .service .icon {
    height: 75px;
    margin: 0 auto;
    position: relative;
}
.services-container .service {
    padding: 50px 35px;
}
.services-container .service .title,
.services-container .service .description {
    text-align: center;
}
.services-container .service .description {
    font-size: 16px;
    margin-bottom: 27px;
}
.services-container .service .title {
    margin: 25px 0 15px 0;
    font-weight: 900;
    color: var(--third);
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
}
.services-container .service .btn {
    margin: 0 auto;
    display: table;
}
.services-container .h1 {
    font-size: 20px;
    max-width: 447px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
}
.filter-container {
    padding: 18px 0;
}

.services-container .container .service .icon img,
.hp-banners .container .custom-slider .item img {
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    object-fit: contain;
}
.services-container .h1 {
    font-size: 28px;
    max-width: 476px;
    text-transform: uppercase;
}
.filter-container {
    background-color: #4cc0cb;
    z-index: 3;
}
.filter {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1104px;
    padding: 0 30px;
    display: flex;
    margin: 0 auto;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.filter-container &gt; div {
    margin: 0 -5px;
}
.filter &gt; .search {
    flex: unset;
    width: 521px;
}
.blog .filter .options {
    margin-top: 37px;
}
.blog .filter &gt; * {
    width: 100%;
}
.filter &gt; * {
    position: relative;
    margin: 7px 5px;
}
.filter &gt; .search &gt; div {
    padding: 11px 36px 11px 24px;
}
.menu-page:not(.blog) .filter .selected {
    padding: 19px 50px 19px 32px;
}
.menu-page:not(.blog) .filter .option:first-child {
    padding-top: 10px;
}
.menu-page:not(.blog) .filter .option:last-child {
    padding-bottom: 20px;
} 
.menu-page:not(.blog) .filter .option {
    display: inline-block;
    margin: 5px 0;
}
.filter .selected {
    padding: 13px 25px;
    cursor: pointer;
}
.select i {
    position: absolute;
    right: 20px;
    top: 47%;
    transform: translateY(-50%);
    font-size: 13px;
    z-index: 4;
    pointer-events: none;
}
.filter &gt; .search input {
    background: transparent;
    border: 0;
    outline: 0;
    color: white;
    width: 100%;
    text-transform: uppercase;
}
.filter &gt; .search input::-webkit-input-placeholder {
    color: white;
}
.filter &gt; .search input,
.filter &gt; .search &gt; div,
.filter .selected {
    border-radius: 32px;
}
.filter .selected span {
    pointer-events: none;
}
.blog .filter .selected span {
    font-weight: normal;
}
.filter-container.fixed {
    position: fixed;
    width: 100%;
    top: 78px;
}
.filter .options {
    border-radius: 0 0 32px 32px;
    margin-top: 33px;
    padding: 0 30px;
}
.filter .options &gt; div:first-child {
    margin-top: 20px;
}
.filter .options &gt; div:last-child {
    margin-bottom: 30px;
}
.filter .options,
.filter &gt; .search input,
.filter &gt; .search &gt; div,
.filter .selected {
    background: #94d9e0;
    position: relative;
}
.filter .options .option {
    cursor: pointer;
    margin: 7px 0;
}
.filter .opened .options .option {
    transform: scale(1);
    transition: all 0.4s ease;
    transform-origin: left;
}
.filter .opened .options .option:hover {
    transform: scale(1.1);
}
.filter .opened .options {
    padding-top: 10px;
}
.filter .options .locked {
    opacity: 0.6;
    pointer-events: none;
}
.filter .opened .options {
    z-index: 5;
}
.filter .options {
    z-index: 2;
    position: absolute;
    top: 0;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}
.article-container {
    background: white;
    padding-top: 80px;
}
.article-container &gt; div {
    width: 100%;
    max-width: 890px;
    padding: 40px 20px;
    margin: 0 auto;
}
.article-container &gt; div h1 {
    color: var(--third);
}

.article-nav {
	margin-top: 30px;
	padding-top: 65px;
}
.article-nav .row &gt; div:nth-child(2) {
	text-align: center;
}
.article-nav .row &gt; div:last-child {
	text-align: right;
}
.article-nav .row &gt; div a {
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
}
.article-nav .row &gt; div a:not(.btn):hover, 
.article-nav .row &gt; div a:not(.btn):focus {
	opacity: .5;
}
.article-nav .row &gt; div.disabled a {
	opacity: .25;
	pointer-events: none;
}

.article-nav .row &gt; div.prev a, 
.article-nav .row &gt; div.next a {
	padding-left: 40px;
    position: relative;
    text-transform: uppercase;
}
.article-nav .row &gt; div {
    display: flex;
    align-items: center;
}
.article-nav .row &gt; div.center {
    justify-content: center;
}
.article-nav .row &gt; div.next {
    justify-content: flex-end;
}
.article-nav .row &gt; div.prev a::before, 
.article-nav .row &gt; div.next a::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
    margin: auto;
	height: 12px;
	width: 27px;
	background-image: url(/assets/img/next-btn.svg);
    background-repeat: no-repeat;
}
.article-nav .row &gt; div.prev a {
	padding-left: 40px;
}
.article-nav .row &gt; div.prev a::before {
	left: 0;
	transform: rotate(180deg) translateY(1px);
}
.article-nav .row &gt; div.next a {
	padding-right: 40px;
	padding-left: 0;
}
.article-nav .row &gt; div.next a::before {
	right: 0;
}
.related .container {
    padding: 0 20px;
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}
.related {
    padding: 40px 0;
    background: #fbfbfb;
}
.article-nav .row &gt; div:nth-child(2) {
    order: 1;
    margin-top: 20px;
}

/**************************/
/********** FORM **********/
/**************************/

.form {
	position: relative;
}

.content .template .form .h4.title {
	font-size: 24px;
}
.content .template .form h4, .content .template .form .h4 {
	font-family: var(--font-family1);
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.content .template .form .row {
	margin: -15px -10px;
}
.content .template .form .row &gt; div {
	padding: 15px 10px;
}
.content .template .form .row .input-placeholder &gt; div {
    font-size: 0;
    position: relative;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.content .template .form label {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #101820;
    line-height: 1;
    margin: 0;
}
.content .template .form label a {
	color: var(--primary);
	text-decoration: underline;
    text-decoration-style:dotted;
}
.content .template .form label a:hover, .content .template .form label a:focus {
	border-bottom: 1px solid transparent;
}
.button.send {
    padding: 14px 50px;
    cursor: pointer;
}
.content .template .form .input-wrapper {
    position: relative;
}
.content .template .form .input-wrapper label {
    position: absolute;
    top: 0;
    pointer-events: none;
    transition: var(--transition);
}
.content .template .form input {
	border-radius: 40px;
}
.content .template .form textarea {
	border-radius: 10px;
}
.content.contact-us .template .form textarea {
    height: 207px;
}
.content .template .form &gt; div &gt; div {
    position: relative;
}
.content .template .form .input-placeholder.textarea &gt; div::before {
    border-radius: 20px;
}

.content .template .form .input-placeholder &gt; div::before {
    z-index: 0;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    content: '';
    border-radius: 50px;
}
.content .template .form input, 
.content .template .form textarea {
    color: white;
    border: 0;
    outline: 0;
    background: transparent;
	width: 100%;
	font-size: 14px;
	padding: 16px 20px;
    resize: none;
	transition: var(--transition);
}
.book-page-body .content .template .form .input-placeholder.not-filled .selected, 
.book-page-body .content .template .form .input-placeholder.not-filled &gt; div::before,
.book-page-body .content .template .form .not-filled &gt; div label[for="privacy-policy"],
.book-page-body .content .template .form .not-filled &gt; div::before,
.content .template .form .not-filled &gt; div label[for="privacy-policy"],
.content .template .form .not-filled &gt; div::before {
    border: 1px solid var(--warning);
}
.content .template .form .warning {
    font-size: .875rem;
    font-weight: 400;
    color: white;
    height: 20px;
    margin: 0;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
	text-transform:initial;
}
.content .template .form .warning::before {
    content: "!";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--warning);
    border-radius: 100%;
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.content .template .form input[type='checkbox'] {
	display: none;
}
.content .template .form input[type='checkbox'] + label {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
	width: 23px;
	background-color: rgba(255,255,255,0.6);
	cursor: pointer;
	position: relative;
	transition: var(--transition);
}
.content .template .form input[type='checkbox'].not-filled + label {
	border: 1px solid var(--warning) !important;
}
.content .template .form input[type='checkbox'] + label::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: .875rem;
	font-weight: 900;
	color: var(--black);
	line-height: 1;
	width: 12px;
	height: 11px;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
    -webkit-transition: var(--transition);
}
.content .template .form input[type='checkbox']:checked + label::before {
	opacity: 1;
}
.book-page-body .content .template .form input[type='checkbox'] + label + label {
	color: var(--secondary);
}
.content .template .form input[type='checkbox'] + label + label {
	display: inline-block;
	vertical-align: middle;
	color: white;
	padding-left: 10px;
    font-weight: normal;
    line-height: 1.25;
}
.content .template .form .lower {
	display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
}
.send {
    margin: 0 auto;
    margin-top: 30px;
}
.content .template .form .lower span {
	display: block;
	font-size: .875rem;
	font-style: italic;
	color: var(--grey);
	min-width: 100%;
	align-self: flex-end;
}
.contact-us .form {
    padding: 0 0 30px 0;
}
.contact-us .template {
    position: relative;
    color: white;
}
.article-img-container img {
    filter: grayscale(0%);
}
.input-placeholder {
    padding: 5px;
}
.form textarea,
.form textarea::-webkit-input-placeholder,
.form input,
.form input::-webkit-input-placeholder {
    color: white;
    font-size: 12px;
}
.form .filter {
    font-weight: normal;
}
.content .template .form .h4.title {
    text-transform: initial;
}
.book-page-body {
    background: white;
}
.book-page-body .content .template .form .input-placeholder &gt; div::before {
    opacity: 1;
    background: transparent;
}
.book-page-body .form textarea:-ms-input-placeholder,
.book-page-body .form input:-ms-input-placeholder {
    color: black !important;
}
.book-page-body .form textarea::-webkit-input-placeholder,  
.book-page-body .form input::-webkit-input-placeholder {
    color: black;
}
.book-page-body .content .template .form input, 
.book-page-body .content .template .form textarea {
    color: #7d7d7d;
}
.book-page-body .content .template .form input, 
.book-page-body .content .template .form textarea {
    padding: 16px 32px;
}
.book-page-body .content .template .h4.title {
    max-width: 530px;
    color: var(--secondary);
    margin: 0 auto 40px auto;
}
.book-page-body .fa-sort-down:before {
    color: black;
}
.book-page-body .filter .selected span {
    font-size: 12px;
    color: black;
    text-transform: initial;
}
.book-page-body .filter .selected {
    padding: 17px 32px;
    background: white;
    z-index: 3;
}
.book-page-body .filter .selected,
.book-page-body .content .template .form .input-placeholder &gt; div::before {
    border: 1px solid #4db493;
}
.book-page-body .not-filled .options {
 	border-color: var(--warning);
}
.book-page-body .options {
    background: white;
    border-width: 1px;
    transition: all 0.4s ease;
    margin-top: 33px;
    border-color:#4db493;
    border-style: none solid;
    text-transform: initial;
	overflow-y: auto;
}
.book-page-body .opened .options {
	max-height: 214px !important;
}
.book-page-body .filter &gt; * {
    margin: 0;
}
.book-page-body .filter .options .option:last-child {
    margin-bottom: 26px;
}
.book-page-body .opened .options {
    z-index: 5;
    border-style: none solid solid solid;
}
.book-page-body .filter .options .option {
    font-size: 12px;
    color: black;
}
.book-page-body .content .template .form .warning {
    color: black;
    font-size: 10px;
}
.book-page-body .content .template .form input[type='checkbox'] + label {
    border: 1px solid #4db493;
}
.book-page-body .content .template .form .lower span {
    font-size: 12px;
    font-weight: normal;
    color: #192646;
    margin-top: 14px;
	font-style: normal;
}
.lower-container {
    display: flex;
}
.form .btn {
    display: flex;
    align-items: center;
}
.lower-container .lower + div a {
    margin: 30px 0 0 0; 
}
.book-page-body .filter {
	display: block;
}
.book-page-body .lower-container {
	flex-wrap: wrap;	
}
.lower-container .lower + div {
    display: flex;
    justify-content: center;
    padding: 0;
}
[submit] span {
	font-size: 14px;
}
.form .btn.send {
    padding: 20px 80px;
}
/* header {
	height: 126px;
} */
.banner .container {
    padding-top: 70px;
}
.content .template {
    padding: 30px 0;
}
.book-page-body .content .template {
    padding: 50px 0 70px 0;
}
.icon {
    position: relative;
    height: 58px;
}
.search-container {
    position: relative;
    margin: 60px 0 20px 0;
    pointer-events: all;
    padding: 0 15px;
}

.search-container a {
    color: currentColor;
}
.search-container i {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 2;
    font-size: 17px;
    cursor: pointer;
}
.menu ul li h5 a:hover {
    color: var(--third);
}
.menu ul li h5 a {
    transition: all 0.4s ease;
    font-weight: 300;
    color: #828282;
    padding-left: 10px;
    padding: 0px 0px 0px 15px;
}
header .menu ul li.sub ul ul {
    padding: 0;
    margin: 8px 0;
}
.menu ul li h5 {
    margin-bottom: 0;
    font-size: 12px;
}
li.sub h4 + ul {
    margin: 10px 0;
}
.menu &gt; ul &gt; li:last-child {
    margin-bottom: 120px;
}
.article .img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.article .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
}
.blog-articles .listing .article img {
    margin: 0;
}
.hp-banners {
    background-color: #e9e9e9;
    position: relative;
}

/**** ONLINE STORE ***/

header a.btn:focus {
    border: 0;
}
header a.btn {
    display: inline-block;
}
header a.btn.store::after {
    background: var(--primary);
    transition: all 0.4s ease;
}

header a.store {
    display: flex;
}
header a.store &gt; span {
    margin: auto;
}

.store.product-page .slider-container .slider .item div {
    padding-top: 159%;
}
.index .products.listing {
    justify-content: center;
}
.products.listing {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -20px;
    width: auto;
}


.content.shop .template .items .details p.category {
    font-style: normal;
}
.content.shop .template .items .details p.category,
.content .template .listing .product-inline &gt; div &gt; span.category,
.category {
    font-family: 'Gotham Book';
    color: var(--primary);
    letter-spacing: normal;
    text-align: left;
    font-size: 8px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    transition: all 0.4s ease;
}
h4.category a:hover {
    color: var(--secondary);
}


.prices {
    margin: -7px 0;
}
.prices p {
    margin: 7px 0;
    line-height: 1;
}
.old {
    color: #b3d9dc;
    font-weight: 900;
    text-decoration-line: line-through;
}
.current {
    font-size: 12px;
    font-weight: 900;
    color: var(--primary);
}
.old,
.relative {
    font-size: 10px;
}
.relative {
    text-align: left;
    color: rgba(15, 29, 63, 0.3);
    font-weight: normal;
    font-family: "Gotham Book";
}
footer .right ul {
    display: flex;
    justify-content: center;
} 
footer .right ul li {
    margin: 0 5px;
}
footer .right ul li img {
    max-height: 15px;
    width: 100%;
    max-width: 40px;
}

.slider-container {
    opacity: 1;
    transition: var(--transition);
}
.slider-container.off {
    opacity: 0;
}

.store-slider .description {
    background: var(--primary);
} 
.store-slider .description .item p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    color: white;
    margin-bottom: 0;
}
.store-slider .description .item {
    padding: 40px 30px 100px 30px;
}
.store-slider .description .item a {
    margin-top: 20px;
    display: inline-block;
}

.store-slider .description .slick-dots li button {
    position: relative;
}
.store-slider .description .slick-dots li button::after {
    background: white;
    opacity: 0.5;
    transition: all 0.4s ease;
    border-radius: 100%;
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;margin: auto;
    content: '';
    margin: 6px;
}
.store-slider .description .slick-dots li {
    margin: 0 7px;
}
.store-slider .description .slick-dots li.slick-active button::after {
    opacity: 1;
}
.store-slider .description .slick-dots {
    text-align: left;
    bottom: 45px;
    margin: 0 -8px;
    left: 30px;
}
.store-slider .item {
    width: 100%;
}
.our-products {
    background-color: #f9f6f6;
}
.our-products {
    padding: 60px 0;
}
.our-products .top {
    padding: 0 20px;
}
.our-products .top .drag-icon {
    text-align: center;
    opacity: 0.2;
    text-transform: uppercase;
    font-size: 9px;
    color: black;
    font-weight: bold;
}
.our-products .top .drag-icon p {
    margin: 0;
}
.our-products .top .drag-icon img {
    max-height: 48px;
    height: 100%;
    margin-bottom: 7px;
}
.our-products .categories-wrapper {
    margin-top: 20px;
    padding-left: 20px;
}
.our-products .categories-wrapper .categories {
    display: flex;
    flex-wrap: wrap;
}
.our-products .categories-wrapper .categories .item {
    position: relative;
    display: block;
}
.our-products .categories-wrapper .categories .item .bg {
    position: relative;
    background-image: linear-gradient(199deg, transparent 10%, rgba(0, 0, 0, 0), rgba(0, 0, 0,0.7));
    transform: scale(1);
    overflow: hidden;
}
.our-products .categories-wrapper .categories .item .bg:hover img {
    transform: scale(1.1);
}
.our-products .categories-wrapper .categories .item .bg img {
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: all 0.4s ease;
}
.our-products .categories-wrapper .categories .item p {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 50%;
    line-height: 1.43;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 30px;
    margin-bottom: 0;
}
.products-list {
    padding: 50px 0;
}
.products-list .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
body.store .banner {
    margin-top: 0;
}
.store .products-list .sidebar {
    margin-bottom: 50px;
}
.store .products-list .sidebar .filters &gt; div:first-child {
    margin-bottom: 20px;
}
.store .products-list .sidebar .filters &gt; div &gt; p {
    font-weight: 900;
    font-stretch: normal;
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
}
.store .products-list .sidebar .filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media(min-width: 768px) {
    .store .products-list .sidebar .filters ul {
        padding-top: 37px;
    }
}
.store .products-list .sidebar .filters ul li &gt; a:hover,
.store .products-list .sidebar .filters ul li.active &gt; a {
    color: #0a2a3b;
}
.store .products-list .sidebar .filters ul li.active &gt; a {
    font-family: "Gotham";
    font-weight: bold;
}
.store .products-list .sidebar .filters ul li:first-child {
    margin-top: 0;
    padding-top: 0;
}
.store .products-list .sidebar .filters ul li li {
    text-transform: none; 
    font-family: 'Gotham Book';
    font-size: 12px;
}
.store .products-list .sidebar .filters ul li li a {
    color: #888888;
}
.store .products-list .sidebar .filters ul li li.selected &gt; a {
    color:#0d1e41;
}

.store .products-list .sidebar .filters ul li {
    cursor: pointer;
    padding: 3px 0;
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    color: var(--primary);
    transition: all 0.4s ease;  
    text-transform: uppercase;
}
.store .products-list .sidebar .filters ul li + li {
    margin-top: 8px;
}
.store .products-list .sidebar .filters .checkbox-filter div p {
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #101d3f;
    margin-left: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    align-self: center;
}
.store .products-list .sidebar .filters .checkbox-filter &gt; div {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.store .products-list .sidebar .filters .checkbox-filter &gt; div &gt; label {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}
.store .products-list .sidebar .filters .checkbox-filter .checkbox {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 23px;
    border: solid 1px #d9d8d8;
    position: relative;
    transition: var(--transition);
}
.store .products-list .sidebar .filters .checkbox-filter input {
    display: none;
}
.store .products-list .sidebar .filters .checkbox-filter input:checked + .checkbox::before {
    opacity: 1;
}
.store .products-list .sidebar .filters .checkbox-filter .checkbox::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .875rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}
.store .products-list p.results {
    color: #0b2a3c;
    text-align: right;
    font-family: "Gotham Book";
    font-weight: normal;
    margin-bottom: 20px;
}
.products-list .container &gt; .products .listing-container .template:first-of-type {
    margin-top: 50px;
}  
.product-page .top .slider-container {
    padding: 0 30px 30px;
}
.product-page .top .slider-container,
.product-page .top {
    width: 100%;
}
.product-page .slider-container {
    position: relative;
}
.product-page .slider-container .lupe {
    transform: scale(1);
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(16, 29, 63,0.3);
    border-radius: 100%;
    max-width: 52px;
    max-height: 52px;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 40px;
    bottom: 30%;
}
.product-page .slider-container .slick-slider {
    overflow: visible;
}
.product-page .slider-container .slick-dots li.slick-active::after {
    opacity: 1;
}
.product-page .slider-container .slick-dots li button {
    display: none;
}
.product-page .slider-container .slick-dots li::after {
    background-color: var(--primary);
    border-radius: 100%;
    opacity: 0.5;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: 7px;
    content: '';
}
.product-page .slider-container .slick-dots {
    margin-top: 30px;
    position: relative;
    bottom: 0;
}
.store .fullscreen {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    background: white;
    pointer-events: none;
    z-index: 15;
    opacity: 0;
    transition: all 0.4s ease;
}
.store .fullscreen .quit {
    cursor: pointer;
    width: 28.5px;
    height: 21px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 6;
    margin-left: 9px;
    will-change: transform;
}
.store .fullscreen .quit::after {
    transform: translateY(8px) rotate(45deg);
}
.store .fullscreen .quit::before {
    transform: translateY(8px) rotate(-45deg);
}
.store .fullscreen .quit::after,
.store .fullscreen .quit::before {
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    content: '';
}
.store .fullscreen.on {
    opacity: 1;
    pointer-events: all;
}
.store .fullscreen img {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
}
.product-page .slider-container .lupe img {
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;
    margin: 15px;
    pointer-events: none;
    transform: rotate(270deg);
}
.swal-text {
    text-align: center;
}
.product-page [submit] span {
    font-size: 13px;
}
.product-page .options {
    margin: 20px 0 30px 0;
}

.product-page .options .ammount {
    width: 100%;
    max-width: 100px;
    position: relative;
    background: white;
    border-radius: 30px;
    padding: 15px 20px;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}
.product-page .options .ammount .ammount-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-page .options .ammount .ammount-btns &gt; * {
    align-self: center;
}
.product-page .options .ammount .ammount-btns &gt; .less {
    width: 10px;
    height: 10px;
    position: relative;
}

.product-page .options .ammount .ammount-btns &gt; .more {
    position: relative;
    width: 10px;
    height: 10px;
}

.product-page .top {
    margin-bottom: 90px;
}
.product-page .description {
    position: relative;
}
.product-page .description .tabs {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}
.product-page .description .tabs {
    position: relative;
}
.product-page .description .tabs .line {
    position: absolute;
    left: 0;
    bottom: -6px;
    margin: auto;
    opacity: 1;
    width: 20px;
    height: 5px;
    padding: 0;
    transition: all 0.4s ease;
    background: url("/images/icons/list-arrow-light.svg") 0%/contain no-repeat;
	pointer-events: none;
}

.swal-footer {
    text-align: center;
}
.swal-button-container .swal-button {
    background: var(--secondary);
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 11px 34px;
}
.swal-button-container .swal-button:hover {
    opacity: 0.8;
    background: var(--secondary);
}
.swal-button-container:focus,
.swal-button-container .swal-button:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43,114,165,0);
}
.product-page .description .tabs:nth-of-type(3) {
    text-align: right;
}

.products-list .container &gt; .products .listing-container {
    opacity: 1;
    transition: all 0.4s ease;
}
.products-list .container &gt; .products .listing-container.off {
    opacity: 0;
}
.products-list .container &gt; .products .listing-container .content {
    margin-top: 60px;
}
.products-list .container &gt; .products .listing-container .content .template {
    margin-top: 0;
}
.products-list .listing-container .container {
    padding:0;
}
.products.listing .product:first-child:last-child {
    width: 100%;
}
.product-page .description .content.template h3 {
    font-weight: 900;
    text-transform: uppercase;
}
.btn.focus, 
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

/**** MODAL ****/
.modal-pop {
    position: fixed; 
    z-index: 99999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.7);
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
.modal-pop.on {
    opacity: 1;
}
.modal-pop.on,
.modal-pop.on .modal-content {
    pointer-events: all;
} 
.modal-pop .modal-content {
    pointer-events: none;
    background-color: rgb(1,1,1);
    margin: auto;
    padding: 0px;
    border: none;
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    height: 100%;
    max-height: 324px;
}
.modal-pop .modal-content img{
    width: 100%;
}
.close1 {
    color: #000;
    float: right;
    font-size: 18px;
    position: absolute;
    font-weight: 300;
    top: 5px;
    right: 15px;
    opacity: 1;
    cursor: pointer
}
.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-pop .modal-content {
    padding: 0px;
    width: 90%;
}
.hp-banners .container h5 {
    text-align: left;
}
.related .articles .article h2,
.blog-articles .articles .article h2 {
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 300;
    color: var(--secondary);
    transition: all 0.4s ease;
}
.related .articles .article h2:hover,
.blog-articles .articles .article h2:hover {
    color: var(--primary);
}

/*** FEEDBACK CONTAINER ****/
.feedback-container {
    background-color: #f2f5f5;
    position: relative;
    padding: 60px 0;
}
.feedback-container .container {
    max-width: 890px;
    padding: 0 20px;
}
.feedback-container .container .item .img {
    max-width: 244px;
}
.feedback-container .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.feedback-container .slick-dots li {
    position: relative;
}
.feedback-container .slick-dots li::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    background: #101d3f;
    content: '';
    opacity: 0.4;
    margin: 6px;
    border-radius: 100%;
    transition: all 0.4s ease;
}
.feedback-container .slick-dots li.slick-active::after {
    opacity: 1;
} 
.feedback-container .container .item .img {
    width: 100%;
    padding: 12px;
    position: relative;
    height: 100%;
}
.feedback-container .container .item .img::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: 3px;
    background: #f2f5f5;
    content: '';
    z-index: 1;
}
.feedback-container .container .item p {
    margin: 0;
    padding-bottom: 16px;
}
.feedback-container .container .item .quote {
    position: relative;
}
.feedback-container .container .item .img::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;margin: auto;
    background: linear-gradient(#41517c, #59c7d1);
    content: '';
    transition: all 0.4s ease;
    transform: rotate(0);
} 
.feedback-container .content .template blockquote::before {
    left: 0;
    top: 0;
}
.feedback-container .content .template blockquote {
    padding: 0 0 0 51px;
    margin: 0;
    line-height: 0;
}
.feedback-container .content .template blockquote p {
    font-family: 'Gotham Book';
    font-style: italic;
    line-height: 1.3;
}
.feedback-container .content .template blockquote small {
    margin-top: 20px;
}
.feedback-container .container .item .img img {
    z-index: 2;
    position: relative;
}
.feedback-container .container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback-container .container .item .img + div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feedback-container .container .item[data-code] .img {
    cursor: pointer;
}
.store .products-list .sidebar .filters ul li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.store .products-list .sidebar .filters ul &gt; li &gt; ul {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.store .products-list .sidebar .filters ul &gt; li &gt; ul ul {
    padding-left: 20px;
}
.store .products-list .sidebar .filters ul &gt; li &gt; ul li + li {
    margin-top: 5px;
}
.store .products-list .sidebar .filters ul li &gt; a {
    display: flex;
    align-items: center;
}
.feedback-container .container .item[data-code] .img &gt; div:hover::before {
    opacity: 1;
    transform: scale(1);
}
.feedback-container .container .item[data-code] .img &gt; div {
    position: relative;
}
.feedback-container .container .item[data-code] .img &gt; div::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    content: '';
    width: 50px;
    z-index: 5;
    opacity: 0.5;
    transform: scale(0.8); 
    background: url(/assets/img/video-play.svg) 0%/contain no-repeat;
    transition: all 0.4s ease;
}
.feedback-container .container .item[data-code] .img &gt; div::after {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    content: '';
    opacity: 1;
    transition: all 0.4s ease;
    z-index: 3;
    border-radius: 100%;
}
.feedback-container .container .item .img::before,
.feedback-container .container .item .img::after,
.feedback-container .container .item .img img {
    border-radius: 100%;
}
.feedback-container + .video-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0,0.9);
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 70px 35px;
    z-index: 5;
}
.feedback-container + .video-fullscreen iframe {
    height: 100%;
    width: 100%;
    border: 0;
    outline: 0;
}
.feedback-container + .video-fullscreen.in {
    pointer-events: all;
    opacity: 1;
}
.video-fullscreen .close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
    opacity: 1;
    cursor: pointer;
}
.video-fullscreen .close::before {
    transform: rotate(45deg);
}
.video-fullscreen .close::before, 
.video-fullscreen .close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 35px;
    background-color: white;
    transform-origin: left;
}
.video-fullscreen .close::after {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right;
}

.work-areas .list &gt; div img {
    width: 100%;
}
.work-areas .list &gt; div .info {
    padding: 15px 40px;
}
.work-areas .list &gt; div .info * {
    margin-bottom: 0;
}
.work-areas .list &gt; div .info &gt; div {
    padding-left: 30px;
}
.work-areas .list &gt; div .info &gt; div:first-child {
    position: relative;
}
.work-areas .list &gt; div .info &gt; div:first-child::after {
    position: absolute;
    top: 0;left: 0;bottom: 0;
    margin: auto;
    width: 20px;
    content: '';
    background: url(/images/icons/mark.svg) 0%/contain no-repeat;
}
.work-areas .list &gt; div .info &gt; div:last-child {
    margin-top: 10px;
}
.work-areas .list &gt; div .info &gt; .title {
    font-weight: bold;
}
.work-areas .list &gt; div .info &gt; * {
    text-align: left;
    padding: 0;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.error-page .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.error-page .container &gt; *:not(a) {
    width: 100%;
    display: block;
}
.content.shop.error-page .container {
    padding-top: 20px;
}
.content.shop.error-page .container &gt; p {
    margin: 25px 0 40px 0;
}

.hp-form-container {
    position: relative;
    min-height: calc(100vh - 126px);
    margin-top: 126px;
    padding: 30px;
}
.hp-form-container &gt; img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;left: 0;
}
.hp-form-container &gt; .hp-form {
    position: relative;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    top: 0;
    border-radius: 10px;
}
.hp-form-container &gt; .hp-form .row {
    margin: 0 -5px;
} 
.hp-form-container &gt; .hp-form .form {
    padding: 20px 30px;
}
.hp-form-container &gt; .hp-form .row .btn.send {
    padding: 10px 0;
    display: block;
    width: 100%;
    margin: 0 10px;
}
.hp-form-container &gt; .hp-form .form input + div p {
    padding: 0 10px;
    font-family: 'Gotham Book';
}
.hp-form-container &gt; .hp-form .form p.h1 {
    text-align: left;
    text-transform: none;
    line-height: 1.1;
}
.hp-form-container &gt; .hp-form .form .input-placeholder {
    width: 100%;
}
.hp-form-container &gt; .hp-form .form .input-placeholder input {
    border-radius: 30px;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 11px 18px;
    color: white;
    background: var(--primary);
}
.content.contact-us .template .form textarea,
.content.contact-us .template .form input {
    padding: 16px 0;
}
.hp-form .form .lower .checkbox-wrapper {
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
}
.hp-form .form .lower .checkbox-wrapper input {
    display: none;
}
.hp-form .form .lower .checkbox-wrapper input + label {
    width: 18px;
    height: 18px;
    background: var(--primary);
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
.hp-form .form .lower .checkbox-wrapper input + label + label {
    margin: 0;
}
.hp-form .form .lower .checkbox-wrapper input + label::before {
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    margin: auto;
    color: white;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0;
    font-size: 11px;
    width: 11px;
    transition: all 0.4s ease;
}
.hp-form .form .lower .checkbox-wrapper input[type='checkbox']:checked + label::before {
    opacity: 1;
}
.hp-form .form .lower .checkbox-wrapper label:last-child {
    color: var(--secondary);
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px; 
}
.hp-form .form .lower .checkbox-wrapper label:last-child a {
    color: inherit;
}
.members .member .plus {
    position: absolute;
    height: 26px;
    width: 26px;
    bottom: 0;
    transform: rotate(0);
    transition: all 0.4s ease;
}
.members .member {
    position: relative;
    padding-bottom: 40px;
}
.our-work img {
    width: 100%;
    max-width: 481px;
}

.our-work &gt; .btn span {
    font-size: 14px;
    font-family: 'Gotham Book';
}
.menu-page:not(.blog) .filter-container .filter &gt; *:not(.search) {
    flex: initial;
    z-index: 4;
    margin: 0 auto;
}
.select i {
    transition: all 0.4s ease;
}
.opened.select i {
    transform: translateY(-50%) rotate(180deg);
}
body:not(.store) footer .right .social + ul {
    opacity: 0;  
}
.hp-form input:-webkit-autofill {
    color: white;
}
.subs-container .filter .options &gt; .option, .subs-container .filter .options &gt; .option:first-child {
    color: white;
}
.subs-container .filter {
    max-width: 875px;
    padding: 0 20px;
}

/*** SCHEDULE AN APPOINTMENT ****/
.content .template .appointment {
    padding-top: 60px;
}
.content .template .appointment-container {
    max-width: 756px;
    padding: 0 20px;
}
.content .template .appointment-container .row {
    margin: -10px;
} 
.content .template .appointment-container .row p.h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
    color: var(--secondary);
}
.content .template .appointment-container .form &gt; p.h4 {
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    max-width: 520px;
    margin: 0 auto 40px auto;
	text-transform: none
}
.content .template.appointment .form .input-placeholder &gt; div::before {
    content: none;
}
.content .template.appointment .form textarea,
.content .template.appointment .form .row .input-placeholder input {
    padding: 10px;
}
.content .template.appointment .form textarea,
.content .template.appointment .form .row .input-placeholder input,
.menu-page:not(.blog) .content .template.appointment .filter .selected {
    border: 1px solid var(--primary);
    border-radius: 32px;
}
.content .template.appointment .filter .selected,
.content .template.appointment .form textarea,
.content .template.appointment .form .row .input-placeholder input {
    padding: 13px 18px;
}
.content .template.appointment .filter .selected,
.content .template.appointment .form textarea,
.content .template.appointment .form textarea,
.content .template.appointment .form textarea::-webkit-input-placeholder,
.content .template.appointment .form .filter .selected span, 
.content .template.appointment .form .row .input-placeholder input, 
.content .template.appointment .form .row .input-placeholder input::-webkit-input-placeholder {
    color: var(--secondary);
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}
.content .template.appointment .filter .select.opened .options {
    border-bottom: 1px solid var(--primary);
}
.content .template.appointment .filter .options {
    background-color: white;
    border-bottom: 1px solid transparent;
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    border-radius: 0 0 30px 30px;
    transition: all 0.4s ease;
    overflow-y: auto;
    margin-top: 30px;
}
.content .template.appointment .filter .options::-webkit-scrollbar-track {
    background-color: transparent;
    width: 10px;
}
.content .template.appointment .filter .options::-webkit-scrollbar {
    height: 21px;
    width: 5px;
	background-color: transparent;
}
.content .template.appointment .filter .options::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
}

.content .template.appointment .filter .options &gt; * {
    color: var(--secondary);
}

.content .template.appointment .filter .options &gt; * {
    display: block;
}

.content .template.appointment .filter-container {
    background-color: transparent;
}
.content .template.appointment .filter-container,
.content .template.appointment .filter-container .filter {
    padding: 0;
    height: 100%;
}
.menu-page:not(.blog) .content .template.appointment .filter-container .filter, 
.menu-page:not(.blog) .content .template.appointment .filter-container .filter &gt; *:not(.search) {
    width: 100%;
    margin: 0;
}
.menu-page:not(.blog) .content .template.appointment .filter .selected {
    background-color: transparent;
}
.content .template.appointment .input-placeholder {
    padding: 10px;
}
.content .template.appointment .select i {
    color: black;
    height: 18px;
}
.content .template.appointment .form textarea {
    height: 80px;
}
.content .template.appointment .form .row + .row {
    margin-top: 50px;
}
.content .template.appointment .form .row .choose-zone &gt; div {
    display: flex;
    align-items: center;
}
.content .template.appointment .form .row .choose-zone &gt; div &gt; p {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--secondary);
}
.content .template.appointment .form .row .choose-zone .input-wrapper {
    display: flex;
}
.content .template.appointment .form .row .choose-zone .option {
    padding: 7px 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: var(--secondary);
    border-radius: 20px;
    border: solid 2px #5fc7d1;
    margin: 0 2.5px;
    text-transform: uppercase;
    user-select: none;
    transition: all 0.4s ease;
}
.content .template.appointment .form .row .choose-zone .option:not(.selected) {
    cursor: pointer;
}
.content .template.appointment .form .row .choose-zone .option.selected {
    color: white;
    pointer-events: none;
}
.content .template.appointment .form .row .choose-zone .input-wrapper .option:first-child::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: var(--primary);
    border-radius: 30px;
    transform: translateX(0px);
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;left: 0;
}
.content .template.appointment .form .row .choose-zone .option:first-child:not(.selected)::before {
    transform: translateX(100%);
    margin-left: 5px;
}
.menu-page:not(.blog) .content .template.appointment .form .filter-container .filter &gt; .select.opened {
    z-index: 5;
}
.content .template.appointment .form .send {
    color: white;
    margin-top: 0; 
    padding: 25px 80px;
}
.content .template.appointment .form .send span {
    font-style: normal;
}
.content .template.appointment .form input[type='checkbox'] + label {
    border: 1px solid var(--primary);
}
.content .template.appointment .form .checkbox-wrapper.not-filled input[type='checkbox'] + label {
    border: 1px solid var(--warning);
}
.content .template.appointment .form .checkbox-wrapper {
    margin-bottom: 40px;
}
.content .template.appointment .form .not-filled input[type='checkbox'] + label {
    border: 1px solid var(--warning);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
}
.filter-container.fixed + .our-work-page {
    padding-top: 99px;
}
.our-products .categories-wrapper {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 30px;
}
.our-products .categories-wrapper a .bg img,
.our-products .categories-wrapper a .bg {
    width: 100%;
}
.our-products .categories-wrapper .categories &gt; * {
    padding: 15px 0;
}
a {
    text-decoration: none;
}
header .btn:not(.phone) {
    padding: 10px 15px;
}
.related .article a.btn,
.blog-articles .articles .article a.btn {
    display: inline-block;
    overflow: visible;
}
.book .btn {
    display: inline-block;
}
.locations-container {
    display: flex;
    flex-wrap: wrap;
}

.locations-container .locations {
    padding: 40px 0;
}
.locations-container .map {
    width: 100%;
    height: 65vh;
}
.filters .categories li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.filters .categories li img {
    filter: grayscale(100%) brightness(0);
    opacity: 0.2;
    transition: var(--transition);
}
.filters .categories li:hover img,
.filters .categories li.active img {
    filter: grayscale(0);
    opacity: 1;
}
.filters .categories li img {
    height: 30px;
    width: 35px;
    margin-right: 15px;
}
.filters .categories li p {
    text-transform: uppercase;
    color: #0a2a3b;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
@media screen and (min-width: 330px) {
    header .btn:not(.phone) {
        padding: 10px 28px;
    }
}
@media screen and (min-width: 768px) {
    .locations-container .map {
        height: 100vh;
        max-height: 480px;
        width: 50%;
    }
    .work-areas .list &gt; div .info {
        padding: 15px 10px;
    }
    .locations-container .locations {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        align-self: center;
        padding: 0 40px;
    }
    .locations-container {
        flex-wrap: nowrap;
    }
    .hp-form-container &gt; .hp-form .form {
        padding: 30px;
    }
    header .logo + div {
        position: relative;
        width: auto;
    }
    header .header .btns {
        width: auto;
    }
    .our-products .categories-wrapper {
        margin-top: 30px;
    }
    .our-products .categories-wrapper .categories &gt; * {
        padding: 15px;
    }
    .our-products .categories-wrapper .categories {
        margin: -15px;
    }
    .hp-form-container {
        margin-top: 68px;
        height: calc(100vh - 68px);
    }
    .work-areas .list &gt; div {
        flex: 1;  
    }
    .menu-page .members .member .plus {
        bottom: -40px;
    }
    .menu-page .members .member .info {
        position: relative;
    }
    .members {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px 80px -20px;
    }
    .members .member {
        flex: 1;
        padding: 0 20px 32px 20px;
        margin-bottom: 0;
        flex-basis: 50%;
        max-width: 50%;
        max-width: 50%;
    }
    .hp-form-container &gt; .hp-form {
        max-width: 473px;
        margin-left: 8vw;
        margin-top: 13vh;
    }
    .modal-pop .modal-content {
        max-height: 600px;
    }
    .product-page .description .tabs:nth-of-type(3) {
        text-align: left;
    }
    .store.product-page .fullscreen .slider-container .slider .item div {
        padding-top: 89%;
    } 
    .product-page .top {
        display: flex;
    } 
    .product-page .options &gt; div &gt; .radio p {
        margin: 0 0 0 15px;
    }
    header .store-icons * {
        margin: 0 10px;
        padding: 8px;
    }
    .hamburguer-menu {
        margin: auto 0 auto 20px;
        height: 17px;
        width: 29px;
        transform: translateY(0);
    }
    .btns {
        display: flex;
        height: auto;
        margin-right: 15px;
    }
    header .store-icons {
        max-height: 100%;
    }
    .product-page .slider-container .lupe {
        right: 60px;
    }
    .product-page .description .tabs {
        justify-content: center;
    }
    .product-page .top .slider-container {
        width: 40%;
        margin-right: 50px;
        padding: 0 0 30px 0;
    }
    .store.product-page .top {
        display: flex;
        position: relative;
        margin-bottom: 100px;
    } 
    .store.product-page footer .top {
        margin-bottom: 0;
    } 
    .store.product-page .top .page-info {
        flex: 1;
    }
    .slider-container .slider .item div {
        padding-top: 89%;
        width: auto;
    }
    header .header .btns {
        width: auto;
    }
    .products.listing .product &gt; a {
        padding-top: 49%;
    }
    .store .products-list .sidebar {
        max-width: 210px;
        width: 100%;
    }  
    .products-list .container &gt; .products {
        display: flex;
        flex-wrap: wrap;
    }
    .products-list .container &gt; .products .listing-container {
        flex: 1;
    }
    header .btns {
        z-index: 1;
        opacity: 1;
        transition: all 0.4s ease;
        position: relative;
        left: 0;
        top: 0;
        flex-direction: row;
        height: 100%;
    }
    header .header {
        position: relative;
        height: 100%;
        max-height: 37px;
    }
    header .logo + div {
        width: auto;
        position: relative;
    }
    header {
        height: auto;
    }
    .content.error-page,
    .banner, 
    .hp-banners {
        margin-top: 99px;
    }
    .best-sellers .product &gt; a {
        padding-top: 215px;
    }
    .member {
        width: 50%;
        margin: 0 auto 40px auto;
    }
    .related .articles,
    .blog-articles .articles {
        margin: 0 -15px;
    }
    .related .articles,
    .blog-articles .articles {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    h4.category {
        font-size: 11px;
    }
    .hp-banners &gt; .container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 40px;
        max-width: 325px;
        padding: 0;
    }
    .related .article,
    .blog-articles .articles .article {
        max-width: 350px;
    }
}
@media screen and (min-width: 1024px) { 
    .store-menu.fixed + .body {
        margin-top: 200px;
		padding-top: 67px;
		transition: none;
    }
    .store .products-list .sidebar .filters ul li {
        padding: 1px 0;
    }
    .store .products-list .sidebar .filters ul li + li {
        margin-top: 15px;
    }
    .locations-container .locations {
        padding: 0 70px;
    }
    .work-areas .list &gt; div .info {
        padding: 15px 40px;
    }
    .menu-page:not(.blog) .filter .option:last-child {
        padding-bottom: 11px;
        margin-bottom: 5px;
    }
    .blog .filter &gt; *:not(.search) {
        max-width: 250px;
    } 
    .blog .filter &gt; .search {
        flex: 1;
    }
    .hp-form-container {
        margin-top: 145px;
    }
    .related .article,
    .blog-articles .articles .article {
        padding: 0 28.5px;
        max-width: 400px;
    } 
    .content.shop .banner .container h1 {
        font-size: 48px;
    }
    .content .template.appointment {
        padding: 100px 0 110px 0;
    }
    .content .template .appointment-container .form &gt; p.h4 {
        font-size: 37px;
        margin: 0 auto 80px auto;
		text-transform: none;
		max-width: 600px
    }
    .content .template .appointment-container .row p.h2 {
        font-size: 24px;
        margin-bottom: 15px;
    } 
    .content .template.appointment .filter .options {
        margin-top: 37px;
    }
    .content .template.appointment .form .checkbox-wrapper {
        flex: 1;
        margin-bottom: 0;
    }
    .content .template.appointment .form textarea,
    .content .template.appointment .form .row .input-placeholder input {
        padding: 20px 32px 19px;
    }
	.menu-page:not(.blog) .content .template.appointment .filter .selected{
		padding: 17px 32px 18px;
	}
    .menu-page:not(.blog) .content .template.appointment .filter .selected,
    .content .template.appointment .form .row .input-placeholder input {
        height: 100%;
    }
    .content .template.appointment .form .row .choose-zone .option {
        padding: 7px 30px;
    }
    .content .template.appointment .form textarea {
        height: 160px;
    }
    .content .template.appointment .form .row .choose-zone &gt; div {
        padding-left: 32px;
    }
    .subs-container .filter .options &gt; .option.locked, 
    .subs-container .filter .options &gt; .option:first-child.locked, 
    .subs-container .filter .options &gt; .option:hover, 
    .subs-container .filter .options &gt; .option:first-child:hover {
        background-color: var(--secondary);
        opacity: 1;
    }
    .menu-page:not(.blog) .subs-container .filter .selected, 
    .subs-container .filter .select i {
        display: none;
    }
    .subs-container .filter .options {
        position: relative;
        overflow: visible;
        max-height: 100%;
        margin-top: 0;
        padding: 0;
        background: transparent;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .subs-container .filter .options &gt; .option, 
    .subs-container .filter .options &gt; .option:first-child {
        margin: 5px;
        padding: 11px 20px;
        border-radius: 20px;
        background-color: rgba(10, 30, 63, 0.4);
        transition: all 0.4s ease;
    } 
    .menu-page .members .member .plus {
        bottom: -60px;
    }
    .about-us-page .our-work-page {
        margin: 50px auto 0 auto;
        padding: 0;
    }
    .menu-page .members {
        margin: 0 -30px;
    }
    .menu-page:not(.blog) .filter-container .filter, .menu-page:not(.blog) .filter-container .filter &gt; *:not(.search) {
        margin: 0 auto;
    }
    .online-book &gt; .container {
        justify-content: space-between;
    }
    .members .member .plus:hover, 
    .members .member a:hover + div .plus {
        transform: rotate(180deg);
    }
    .our-work {
        padding: 100px 80px;
    }
    .index .members .member .img-container {
        min-height: 597px;
        position: relative;
        width: 100%;
    }
    .our-work &gt; .btn {
        margin: 0 auto;
        padding: 24px 46px;
    }
    .members .member .plus {
        height: 36px;
        width: 36px;
        bottom: 0px;
    } 
    .members-container, 
    .our-work {
        margin: 0 auto;
        max-width: 1044px;
    }
    .hp-form-container &gt; .hp-form .form {
        padding: 40px;
    }
    .content.error-page .template .container &gt; a.btn {
        padding: 23px 65px;
    }
    .content.shop.error-page .container {
        padding-top: 30px;
    }
    .error-page .container &gt; h1 {
        margin: 0;
    }
    .content.shop.error-page .container &gt; p {
        margin: 50px 0 80px 0;
    }
    /*** FEEDBACK CONTAINER ****/
    .feedback-container {
        padding: 80px 0;
    }
    .feedback-container .container .item {
        flex-direction: row;
    }
    .feedback-container .container .item .img {
        max-width: 244px;
        margin-right: 62px;
    }
    .feedback-container .slick-dots {
        max-width: 244px;
    }
    .feedback-container + .video-fullscreen {
        padding: 100px;
    }
    .feedback-container .container .item p {
        padding-bottom: 0;
    }
    .feedback-container .content .template blockquote small {
        display: block;
        line-height: 1;
    }
    .feedback-container .content .template blockquote {
        padding: 0 0 0 60px;
    }
    .work-areas .list-container .top-container {
        padding: 65px 0;
    }
    .modal-pop .modal-content {
        width: 50%;
    }
    .store .related .h1 {
        margin-bottom: 66px;
        font-size: 24px;
    }
    .product-page .description .tabs .line {
        width: 15px;
        height: 6px;
        bottom: -15px;
    }
    .product-page .description .tabs {
        margin: 0 -25px;
    }
    .product-page .description .tabs &gt; * {
        padding: 10px 25px;
    }
    .product-page .description .content td {
        padding: 10px 0;
        font-size: 14px;
    }
    .product-page .description .content tr:first-child td {
        font-size: 14px;
    }
    .product-page .slider-container .lupe {
        right: 10px;
    }
    .product-page .options {
        margin: 40px 0;
        max-width: 550px;
    }
    .old,
    .relative {
        font-size: 12px;
    }
    .prices p {
        margin: 10px 0;
    }
    .current {
        font-size: 16px;
    }
    .product-page .options &gt; div &gt; .radio p {
        font-size: 14px;
    }
    .product-page .top .slider-container {
        margin-right: 100px;
    }
    .products-list .container &gt; .products .listing-container .template:first-of-type {
        margin-top: 100px;
        padding-top: 0;
    }
    .products-list .container &gt; .products .listing-container .template:last-of-type {
        padding-bottom: 0;
    }
    .store .products-list .sidebar .filters ul li {
        font-size: 11px;
    }
    .store .products-list .sidebar .filters &gt; div:first-child {
        margin-bottom: 50px;
    }
    .store .products-list p.results {
        font-size: 14px;
    }
    .store .products-list .sidebar .filters &gt; div &gt; p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .products.listing .product &gt; a {
        padding-top: 100%;
    }
    .store .products-list .sidebar {
        margin-right: 60px;
    }
    .products-list {
        padding: 70px 20px 100px;
    }
    .online-book &gt; .container {
        flex-wrap: nowrap;
    }
    .store-slider .img.slider:not(.slick-slider) {
        max-height: 500px; 
        position: relative;
    }
    .online-book &gt; .container a.btn {
        padding: 36px 56px;
    }
    footer .right ul li {
        margin: 0 15px;
    }
    footer .right ul + ul li {
        margin: 0 5px;
        max-width: 50px;
        height: 23px;
    }
    footer ul li span {
        margin: 0 10px;
    }
    footer .right ul li img {
        max-height: 100%;
        max-width: 100%;
    }
    footer .container div ul:last-child {
        margin-top: 60px;
    }
    footer .right ul {
        justify-content: flex-end;
    } 
    .member {
        width: auto;
    }
    header a.btn.store:hover::after {
        background: var(--secondary);
    }

    .btns {
        position: relative;
        top: auto;
        left: auto;
    }
    .online-book &gt; .container a {
        width: auto;
    }
    .services-container .container .flex {
        margin: -50px 0;
    }
    .select i {
        right: 30px;
        top: 50%;
    }
    .contact-us .form {
        padding: 100px 0;
    }
    .filter-container.fixed {
        top: 99px;
    }
    .filter &gt; .search &gt; div {
        padding: 20px 36px 20px 32px;
        margin-top: 0px;
    }
    .filter .selected {
        padding: 23px 80px 23px 37px;
    }
    .menu ul li h4 a {
        font-size: 12px;
    }
    header .menu ul li.sub ul.open {
        margin: 10px 0;
    }
    .search-container {
        margin: 0;
    }
    .hp-banners .container .custom-slider:not(.slick-slider) {
        opacity: 0;
    }
    .services-container .container .service .icon {
        height: 100px;
    }
    .banner .container .icon {
        margin-bottom: 0;
        height: 100px;
        width: auto;
    }
    .hp-banners .slick-list::-webkit-scrollbar {
        background-color: var(--secondary);
        opacity: 0.3;
    }
    .hp-banners .slick-list::-webkit-scrollbar {
        height: 3px;
    }
    .hp-banners .slick-list::-webkit-scrollbar-thumb {
        background-color: white;
        height: 3px;
        opacity: 1;
    }    
    .hp-banners .slick-list {
        overflow-x: auto !important;
        height: 200px;
    } 
    header .menu &gt; ul &gt; li {
        margin: 5px 0;
    }
	.content .template li,
	.content .template p {
		font-size: 18px;
	}
    .sticky-btn {
        bottom: 42px;
    }
	.sticky-btn &gt; div &gt; a {
		width: 32px;
		height: 37px;
	}
	.sticky-btn &gt; div &gt; a &gt; i {
		font-size: 37px;
	}
	.sticky-btn &gt; div {
		width: 55px;
		height: 55px;
		margin:5px;
	}
	.book-page-body .filter .selected span {
		font-size: 14px;
	}
	.content .template {
		padding: 100px 0;
	}
	.contact-us.content .template {
		padding: 0;
	}
    .contact-us.content .template:first-of-type {
		padding-top: 100px;
	}
	.book-page-body .content .template .form .lower span {
		margin-top: 24px;
	}
	.form .btn.send {
		padding: 30px 90px;
	}
	.lower-container .lower + div {
		justify-content: flex-end;
	}
    .book-page-body .content .template .form .warning {
        font-size: 12px;
    }
    .form textarea,
    .form textarea::-webkit-input-placeholder,
    .form input,
    .form input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .content .template .form .h4.title {
        font-size: 36px;
        margin: 0 auto 60px auto;
    }
    .book-page-body .content .template {
        padding: 100px 0;
    }
    .work-areas ul li::before {
        width: none;
    }
    .article-nav .row &gt; div:nth-child(2) {
        order: unset;
        margin-top: 0px;
    }
    .related {
        padding: 80px 0;
    }
    .related .article {
        margin: 60px 0 0 0;
    }
    .related .h1 {
        margin-bottom: 0;
    }
    .listing.products &gt; .product &gt; p,
    .content .template p {
        font-size: 18px;
    }
    .article-container .article {
        margin: 0 0 48px 0;
    }
    .img-parent {
        padding-top: 60%;
    }
    .article-container {
        padding-top: 100px;
    }
    .article-container &gt; div {
        padding: 80px 20px;
    }
    .services-container .h1 {
        font-size: 38px;
    }
    .services-container .service .title {
        font-size: 24px;
        margin: 44px 0 20px 0;
    }
    header.open .logo {
        opacity: 0.3;
        pointer-events: none;
    }
    header .menu ul li ul li.sub &gt; p {
        padding-right: 30px;
    }
    header .menu ul li.sub &gt; p::after {
        content: "";
        position: absolute;
        top: 0;bottom: 0;
        right: 0;
        margin: auto;
        width: 12px;
        height: 6px;
        background: url('/images/icons/list-arrow.svg') 0%/cover no-repeat;
        transition: var(--transition);
        -webkit-transition: var(--transition);
        transform: rotate(-90deg);
    }
    header .menu ul li.sub:hover &gt; p::after {
        transform: rotate(0deg);
    }
    header::before {
        z-index: 2;
    }
    header .menu ul li &gt; ul li {
        margin: 0;
    }
    .btn.book {
        padding: 3px 30px;
    }
    header .menu.open ul {
        margin: 21px 0 14px 0;
    }
    header .menu &gt; ul li ul {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }
    .sub {
        position: relative;
    }
    header .menu &gt; ul &gt; li &gt; * {
        margin: 0;
        font-size: 30px;
        font-weight: 300;
        position: relative;
        display: inline-block;
        padding-right: 30px;
        text-transform: initial;
    }
    header .menu ul li ul li &gt; * {
        font-size: 16px;
    }
    header .menu &gt; ul {
        justify-content: start;
        margin-top: 40px;
        display: flex;
        padding-left: 31px;
    }
    .menu {
        padding: 93px 0 0 30px;
    }
    .menu ul::-webkit-scrollbar {
        background-color: #eeeeee;
    }
    .menu ul::-webkit-scrollbar {
        width: 3px;
    }
    .menu ul::-webkit-scrollbar-thumb {
        background-color: var(--secondary);
        width: 3px;
        border-left: 10px solid var(--secondary);
        border-right: 10px solid var(--secondary);
        transition: all 0.4s ease;
        will-change: auto;
    } 
    .search-container {
        padding-right: 30px;
    }
    .search-container i {
        right: 60px;
    }
    header.open &gt; div &gt; .search {
        opacity: 0;
    }
    header .menu {
        width: 526px;
        transform: translateX(526px);
        z-index: 2;
    }
    .info .btn {
        margin-top: 42px;
    }
    .template h2 {
        font-size: 30px;
    }
    .hp-banners {
        margin-top: 0px;
    }
    header .search i {
        font-size: 17px;
        right: 0;
    }
    .hamburguer-menu div {
        height: 2px;
    }
    .hamburguer-menu div:nth-of-type(2) {
        top: 8px;
        bottom: unset;
    }
    .slider .item {
        width: 100%;
        position: relative;
        display: flex;
    }
	.about-us .item &gt; div:first-of-type {
        max-width: 63%;
    }
    .about-us .item img {
        width: 100%;
        position: relative;
    }
	@supports(mix-blend-mode: multiply) {
		.about-us .item img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
    header .search {
        cursor: pointer;
        opacity: 1; 
        position: relative;
        width: 20px;
        margin-left: 10px;
        overflow: hidden;
        pointer-events: all;
        transition: all 0.4s ease;
        border-bottom: 1px solid transparent;
    }
    header .search input {
        opacity: 0;
        transition: all 0.5s ease;
    }
    header .search.in input {
        opacity: 1;
        width: 100%;
        pointer-events: all;
    }
    header .search.in {
        width: 200px;
        border-bottom: 1px solid var(--secondary);
    }
    .btn.book {
        display: flex;
        align-items: center;
    }
    header {
        padding: 18px 24px;
    }
    .hp-banners {
        padding: 0;
        position: relative;
    }

    .hp-banners &gt; .container {
        margin-left: 50px;
        max-width: 525px;
    }
    .hp-banners .container .h1 {
        font-size: 35.5px;
        line-height: 1.25;
    }
	
	.hp-banners .container h5 {
		font-size: 44.5px;
		line-height: 1.25;
	}
	
    .hp-banners .container .h1 + div {
        font-size: 18px;
        margin-top: 22px;
    }
	
	.hp-banners .container h5 + div {
        font-size: 18px;
        margin-top: 22px;
    }
	
    .hp-banners .container .custom-slider .track,
    .hp-banners .container .custom-slider .track &gt; div:first-child {
        margin-left: 0;
    }
    .hp-banners .container .custom-slider .track {
        margin: 0;
    }
    .hp-banners .container .custom-slider .item {
        padding: 20px 0;
        margin: 0 5px;
        width: 123px;
        height: 100%;
    }
    .hp-banners .container .custom-slider {
        margin-top: 35px;
    }
    .hp-banners .container .custom-slider .item .icon {
        margin-bottom: 30px;
        height: 60px;
        position: relative;
        object-fit: contain;
    }
    header .logo + div { 
        position: relative;
        width: auto;
    }
    header .btn {
        padding: 9px 30px;
    }
    .btn.book {
        font-size: 18px;
    }
    .btns a.phone span {
        color: #59c7d1;
    }
    a:hover {
        text-decoration: none;
    }
    header .logo + div .phone div,
    header .logo + div .phone div span {
        font-size: 18px;
    }
    header .logo + div .book a {
        font-size: 11px;
    }
    header .btn.phone a {
        color: var(--secondary);
    }
    .btns &gt; div {
        margin: 0 5px;
    }
    .btn.book {
        align-items: center;
        display: flex;
    }
    .about-us .item .description-container {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
    }
    .about-us .item .description-container .description {
        padding: 0 83px;
        position: absolute;
        right: 0;
        left: 0;
        top: 30%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .about-us .item .description-container h2 {
        font-size: 30px;
        margin-bottom: 29px;
    }
    .about-us .item .description-container h2 + div {
        font-size: 16px;
        margin-bottom: 44px;
		width:100%;
		order:1;
    }
    .about-us .item .description-container .slick-dots li {
        margin: 0 10px;
    }
    .about-us .dots {
        order: 2;
    }
    .about-us .item .description-container .slick-dots {
        display: flex;
    }
    .about-us {
        background: white;
    }
	
	.about-us-page {
        background: white;
    }	
	.our-work-page {
        padding: 0 0 100px 0;
    }
    .our-work .h1 {
        font-size: 38px;
        max-width: 447px;
        margin: 0 auto 65px auto;
        line-height: 1.35;
    }
	.our-work-page .h1 {
        font-size: 38px;
        max-width: 447px;
        margin: 0 auto 65px auto;
        line-height: 1.35;
    }
    .members {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -40px 80px -40px;
    }
    .members .member {
        display: flex;
        margin-bottom: 80px;
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        padding: 0 30px 112px 30px;
    }
    .members .member:last-of-type {
        margin-bottom: 0;
    }
    .members .member .info-container {
        flex: 1;
    }
    .members .member .info {
        flex-direction: column;
        justify-content: flex-end;
    }
    .our-work .info h2 {
        font-size: 28px;
        max-width: 330px;
        line-height: 1.4;
        margin-bottom: 27px;
    }
	.our-work-page .info h2 {
        font-size: 28px;
        max-width: 330px;
        line-height: 1.4;
        margin-bottom: 27px;
    }
	
    .our-work .info .description {
        font-size: 16px;
    }
	
	.our-work-page .info .description {
        font-size: 16px;
    }
	
    .btn {
        padding: 16px 46px;
    }
    .btn span {
        font-size: 12px;
    }
    .book .btn {
        display: flex;
        align-items: center;
    }
    .book .btn span {
        display: block;
    }
    .book .text {
        font-size: 42px;
        margin-bottom: 10px;
        font-weight: 300;
    }
    .book .container {
        padding: 114px 20px;
        display: flex;
        justify-content: space-between;
    }
    .book .text + div {
        margin-bottom: 0;
        font-size: 16px;
    }
    .book .bg {
        overflow: hidden;
    }
    .blog-articles {
        padding: 100px 0;
    }
    .filter-container + .blog-articles {
        padding: 50px 0 100px 0;
    }
    .filter-container.fixed + .blog-articles {
        padding-top: 150px;
    }
    .filter-container + .blog-articles .articles {
        margin: -40px -28.5px;
    }
    .blog-articles .h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .related .articles,
    .blog-articles .articles {
        margin: 0 -28.5px;
    }
    .related .article a,
    .blog-articles .articles .article a {
        display: block;
        overflow: hidden;
    }
    .related .article a.btn,
    .blog-articles .articles .article a.btn {
        margin-top: 10px;
    }
    .article a img {
        transform: scale(1);
        transition: all 0.4s ease;
    }
    .article a:hover img {
        transform: scale(1.1);
    }
    .write-review .article a:hover img {
        transform: scale(1);
    }
    .blog-articles .container {
        max-width: 1094px;
    }
    .related .articles .article h2,
    .blog-articles .articles .article h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .info {
        font-size: 12px;
    }
    .category {
        margin-top: 5px;
    }
    .article .btn {
        padding: 15px 30px;
    }
    .article .info {
        margin: 18px 0 4px 0;
    }
    .work-areas .title { 
        font-size: 30px;
    }
    .work-areas .description {
        font-size: 16px;
        margin: 20px 0 0 0;
    }
    .work-areas .description p {
        margin: 0;
    }
    .work-areas .list &gt; div .info &gt; .title {
        font-size: 15px;
    }
    .work-areas .list &gt; div .info {
        padding: 38px 0;
        margin: 0 auto;
        max-width: 464px;
    }
    .work-areas .list &gt; div .info &gt; div {
        padding-left: 35px;
    }
    .work-areas .list &gt; div .info &gt; div:last-child {
        margin-top: 6px;
    }

    .hp-banners &gt; picture img {
        height: 100%;
        object-fit: cover;
    }
    .work-areas ul li {
        font-size: 15px;
        padding-left: 34px;
        margin: 21px 0;
    }
    .work-areas .list ul li::before {
        width: 19px;
    }
    .online-book &gt; .container &gt; div a {
        text-align: left;
        width: 100%;
    }
    .online-book &gt; .container &gt; div {
        justify-content: left;
        margin-bottom: 0;
        width: auto;
    }
    .online-book &gt; .container &gt; div a,
    .online-book &gt; .container &gt; div strong {
        font-size: 36px;
    }
    .online-book &gt; .container a + strong {
        margin-bottom: 0;
        margin-top: 16px;
    }
    .online-book &gt; .container a.btn {
        margin: 12px 0;
    }
    a:focus {
        border: none;
        outline: none;
    }
    .online-book &gt; .container a span {
        display: block;
        position: relative;
        font-size: 16px;
    }
    .online-book .btn {
        padding: 9px 56px;
    }
    .online-book {
        padding: 86px 20px;
    }
    footer {
        padding: 60px 0 113px 0;
    }
    footer ul li {
        margin: 0 10px;
    }
    footer .container,
    footer ul {
        align-items: center;
        justify-content: space-between;
        display: flex;
        margin-bottom: 0;
    }
    footer .container .left ul {
        justify-content: initial;
    }
    footer .social {
        margin-top: 0;
    }
    footer ul p {
        font-size: 14px;
    }
    .hp-banners .container .custom-slider {
        max-width: 310px;
    }
}
@media screen and (min-width: 1200px) {
    .work-areas .list &gt; div .info {
        padding: 55px 20px 30px 20px;
    }
    .store-slider .img {
        max-height: initial;
    }
    .locations-container .map {
        max-height: 560px;
    }
    header .menu ul li ul li ul {
        margin-left: 20px !important;
    }
    header .menu ul li ul li ul li {
        margin: 2px 0;
    }
    .btn.phone img {
        max-width: 42px;
        max-height: 20px;
        order: -1;
        margin-right: 10px;
    }
    .members .member .img-container {
        min-height: 647px;
    }
    .hp-form-container &gt; .hp-form {
        margin-top: 29vh;
    }
    .hp-banners .container .custom-slider {
        margin-top: 65px;
    }
    .index .members .member .img-container {
        min-height: 647px;
        min-width: 480px;
        position: relative;
    }
    .our-work {
        padding: 100px 0;
    }
    .hp-form-container &gt; .hp-form .form input + div p {
        font-size: 16px;
    }
    .hp-form-container &gt; .hp-form .form p.h1 {
        font-size: 31px;
    }
    .hp-form-container {
        position: relative;
        margin-top: 0;
        min-height: 100vh;
    }
    header .logo + div .phone div {
        line-height: 1.2;
    }
    header .menu input {
        padding: 21px 25px;
    }
    .product-page .slider .item:hover {
        cursor: url("/images/icons/lupe-hover.png"), auto;
    } 
    .product-page .lupe.off {
        transform: scale(0);
    } 
    .product-page .content-container {
        margin: 100px 0 0 0;
    }
    .product-page .related {
        padding-top: 116px;
    }
    header .btn.phone {
        padding: 10px 34px 10px 28px;
    }
    header .btn:not(.phone) {
        padding: 10px 34px;
    }
    .product-page .slider-container .lupe {
        right: 120px;
    }
    .store.product-page .top .slider-container .slider .item div {
        padding-top: 89%;
    }
    .product-page .top .slider-container {
        width: 100%;
        max-width: 560px;
    }
    .store .products-list .sidebar .filters .checkbox-filter div p {
        font-size: 11px;
    }
    .store .products-list .sidebar .filters .checkbox-filter &gt; div {
        margin-bottom: 15px;
    }
    .store .products-list .sidebar {
        margin-right: 126px;
    }
    .our-products .categories-wrapper .categories .item p {
        font-size: 28px;
        bottom: 20px;
        left: 0;
        max-width: 100%;
        padding: 0 20px;
    }
    .store-slider .img .item {
        padding: 0;
    }
    .store-slider .img .item,
    .store-slider .slick-track,
    .store-slider .slick-list {
        height: 100%;
    }
    .our-products .categories-wrapper .categories::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
        width: 0;
        height: 0; 
    }
    .our-products {
        padding:80px 0 100px 0;
    }
    .our-products .h1 {
        font-size: 38px;
    }
    .our-products .categories-wrapper {
        margin-top: 70px;
    }
    .store-slider .description .item {
        display: flex;
        flex-direction: column;
        padding: 60px 60px 120px 50px;
    }
    .store-slider .description .slick-dots li button::after {
        margin: 7px;
    }
    .store-slider .description .item a {
        align-self: baseline;
    }
    .store-slider .description .slick-dots {
        left: 50px;
        margin: 0px -10px;
        bottom: 80px;
    }
    .store-slider .description .slick-track,
    .store-slider .description .slick-list {
        height: 100%;
    }
    .store-slider .description .item p {
        font-size: 30px;
        margin-top: auto;
    }
    .products.listing .product &gt; a:hover {
        transform: scale(0.9);
    }
    .products.listing .product &gt; a {
        transition: all 0.5s ease;
        transform: scale(1);
    }
    .old,
    .relative {
        font-size: 12px;
    }
    .current {
        font-size: 16px;
    }
    header .btn.phone::after { 
        background: white;
    }
    .products-list .container &gt; .products .listing-container .content {
        margin-top: 120px;
    }
    .product-page .page-info .prices {
        margin: -10px 66px -10px auto;
    }
    .hp-banners &gt; .container {
        margin-left: 150px;
    }
    .hp-banners .container .custom-slider {
        max-width: 100%;
    }
    .hp-banners .container .h1 {
        font-size: 44.5px;
    }
}
@media screen and (min-width: 1530px) {
    .store-slider .description .item {
        padding: 120px 100px 160px 80px;
    }
    .store-slider .description .slick-dots {
        left: 80px;
        bottom: 100px;
    }
}

@media screen and (min-width: 2500px) {
    .our-products .categories-wrapper .categories {
        justify-content: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1500px) and (orientation: landscape) {
    .hp-banners &gt; picture img {
		object-position: left
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait) {	
	.hp-banners &gt; .container {
		top: 50%;
	}
}</pre></body></html>