@charset "UTF-8";
@charset "UTF-8";


.top-banner.modern {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center; }
.top-banner.modern .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45); }
.top-banner.modern .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.modern .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.modern .title {
font-size: 70px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 3px; }
.top-banner.modern .subtitle {
font-size: 18px;
font-weight: 700;
line-height: 1.67;
letter-spacing: 3px;
max-width: 400px;
margin: 20px auto 30px; }
.top-banner.modern .description {
font-size: 22px;
max-width: 630px;
line-height: 1.5;
margin: 15px auto auto;
padding: 0 15px;
font-weight: 300; }
.top-banner.modern .btn-wrapper {
margin-top: 50px; }
.top-banner.modern .btn-wrapper a:nth-child(1) {
margin-right: 25px; }
@media only screen and (max-width: 1300px) {
.top-banner.modern .title {
font-size: 60px; } }
@media only screen and (max-width: 1024px) {
.top-banner.modern .title {
font-size: 50px; }
.top-banner.modern .subtitle {
font-size: 17px; }
.top-banner.modern .description {
font-size: 21px; } }
@media only screen and (max-width: 991px) {
.top-banner.modern .title {
margin-top: 7px; }
.top-banner.modern .btn-wrapper {
margin-top: 43px; } }
@media only screen and (max-width: 768px) {
.top-banner.modern .title {
font-size: 45px;
margin-top: 10px; }
.top-banner.modern .description {
margin-top: 20px;
font-size: 19px; } }
@media only screen and (max-width: 576px) {
.top-banner.modern .title {
font-size: 32px;
letter-spacing: 1px; }
.top-banner.modern .subtitle {
margin-bottom: 20px;
font-size: 16px; }
.top-banner.modern .description {
font-size: 18px; } }
.top-banner.full_wall {
height: auto;
overflow: hidden; }
.top-banner.full_wall .gridrotate-gallery {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.top-banner.full_wall .gridrotate-gallery::before, .top-banner.full_wall .gridrotate-gallery::after {
content: '';
display: table;
clear: both; }
.top-banner.full_wall .gridrotate-gallery ul {
display: block;
width: 100%;
margin: 0 !important; }
.top-banner.full_wall .gridrotate-gallery ul::before, .top-banner.full_wall .gridrotate-gallery ul::after {
content: '';
display: table;
clear: both; }
.top-banner.full_wall .gridrotate-gallery ul li {
-webkit-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
background: #000; }
.top-banner.full_wall .gridrotate-gallery ul li span {
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-sizing: content-box; }
.top-banner.full_wall .gridrotate-gallery .title-wrap {
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 1000;
left: 0;
text-align: center; }
.top-banner.full_wall .gridrotate-gallery .title-wrap mark {
background: var(--black-color);
color: var(--light-color);
padding-top: 8px; }
.top-banner.full_wall .gridrotate-gallery .title-wrap mark span.typed {
font-weight: bold; }
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
position: absolute;
top: 50%;
left: 50%;
letter-spacing: 1.5px;
line-height: 1.5;
font-size: 60px;
width: calc(100% - 30px);
max-width: 1170px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
@media only screen and (max-width: 1300px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 50px; } }
@media only screen and (max-width: 1024px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 45px; } }
@media only screen and (max-width: 991px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 40px; } }
@media only screen and (max-width: 600px) {
.top-banner.full_wall .gridrotate-gallery .title-wrap .title {
font-size: 30px; }
.top-banner.full_wall .gridrotate-gallery {
top: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }
.top-banner.full_wall {
height: auto !important; } }
.top-banner.creative {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.top-banner.creative .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4); }
.top-banner.creative .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.creative .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.creative .title {
font-size: 120px;
letter-spacing: 13px;
font-weight: 700;
position: relative; }
.top-banner.creative .title-bg {
position: absolute;
top: 43%;
left: 50%;
white-space: nowrap;
font-size: 170px;
color: transparent;
line-height: 1;
font-weight: 700;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translate(-50%, -50%);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1), translate(-50%, -50%);
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0; }
.top-banner.creative .subtitle {
font-size: 15px;
font-weight: 700;
letter-spacing: 10px;
margin-bottom: 70px; }
@media only screen and (max-width: 1300px) {
.top-banner.creative .title-bg {
font-size: 130px;
top: 45%; }
.top-banner.creative .title {
font-size: 98px; }
.top-banner.creative .subtitle {
margin-bottom: 60px; } }
@media only screen and (max-width: 1199px) {
.top-banner.creative .title {
font-size: 95px; }
.top-banner.creative .title-bg {
font-size: 120px;
top: 45.5%; }
.top-banner.creative .subtitle {
letter-spacing: 9px;
margin-bottom: 45px; } }
@media only screen and (max-width: 991px) {
.top-banner.creative .subtitle {
letter-spacing: 7px;
margin-bottom: 35px; }
.top-banner.creative .title {
font-size: 75px;
letter-spacing: 9px; }
.top-banner.creative .title-bg {
font-size: 90px; } }
@media only screen and (max-width: 768px) {
.top-banner.creative .title {
font-size: 60px;
letter-spacing: 5px; }
.top-banner.creative .title-bg {
font-size: 75px;
top: 45%; }
.top-banner.creative .subtitle {
letter-spacing: 3px; } }
@media only screen and (max-width: 576px) {
.top-banner.creative .title {
font-size: 45px;
letter-spacing: 2px; }
.top-banner.creative .title-bg {
font-size: 50px;
top: 45%; }
.top-banner.creative .subtitle {
margin-bottom: 30px;
letter-spacing: 2px; } }
.top-banner.simple {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.top-banner.simple .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45); }
.top-banner.simple .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.simple .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.simple .title {
font-size: 110px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 15px; }
.top-banner.simple .scroll-down-wrapper {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
z-index: 25; }
.top-banner.simple .arrows {
width: 30px;
height: 50px;
cursor: pointer; }
.top-banner.simple .arrows path {
stroke: var(--light-color);
fill: transparent;
stroke-width: 1px;
animation: arrow 2s infinite;
-webkit-animation: arrow 2s infinite; }
@keyframes arrow {
0% {
opacity: 0; }
40% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
@-webkit-keyframes arrow {
0% {
opacity: 0; }
40% {
opacity: 1; }
80% {
opacity: 0; }
100% {
opacity: 0; } }
.top-banner.simple .arrows path.a1 {
animation-delay: -1s;
-webkit-animation-delay: -1s; }
.top-banner.simple .arrows path.a2 {
animation-delay: -0.5s;
-webkit-animation-delay: -0.5s; }
.top-banner.simple .arrows path.a3 {
animation-delay: 0s;
-webkit-animation-delay: 0s; }
@media only screen and (max-width: 1300px) {
.top-banner.simple .title {
font-size: 90px; } }
@media only screen and (max-width: 1024px) {
.top-banner.simple .title {
font-size: 80px; } }
@media only screen and (max-width: 991px) {
.top-banner.simple .title {
font-size: 70px;
letter-spacing: 10px; } }
@media only screen and (max-width: 768px) {
.top-banner.simple .title {
font-size: 55px;
letter-spacing: 8px; } }
@media only screen and (max-width: 576px) {
.top-banner.simple .title {
font-size: 43px;
letter-spacing: 5px; } }
.top-banner.classic {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.top-banner.classic .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.45); }
.top-banner.classic .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.top-banner.classic .content-wrap .content {
text-align: center;
color: var(--light-color); }
.top-banner.classic .title {
margin-top: 45px;
color: var(--light-color);
font-size: 100px;
letter-spacing: 13px;
line-height: 1;
font-weight: 700; }
.top-banner.classic .subtitle {
color: var(--light-color);
font-size: 35px;
letter-spacing: 8px;
font-family: var(--font2);
font-style: italic; }
@media only screen and (max-width: 1300px) {
.top-banner.classic .title {
font-size: 80px; }
.top-banner.classic .subtitle {
font-size: 30px;
letter-spacing: 6px; } }
@media only screen and (max-width: 1024px) {
.top-banner.classic .title {
font-size: 70px; }
.top-banner.classic .subtitle {
font-size: 28px; } }
@media only screen and (max-width: 991px) {
.top-banner.classic .title {
font-size: 60px;
letter-spacing: 8px; }
.top-banner.classic .subtitle {
font-size: 26px;
letter-spacing: 4px; } }
@media only screen and (max-width: 768px) {
.top-banner.classic .title {
font-size: 50px;
letter-spacing: 6px; }
.top-banner.classic .subtitle {
font-size: 24px;
letter-spacing: 3px; } }
@media only screen and (max-width: 576px) {
.top-banner.classic .title {
font-size: 36px;
letter-spacing: 3px;
margin-top: 30px; }
.top-banner.classic .subtitle {
font-size: 21px; } }
.top-banner.only_image {
height: 450px;
background-size: cover;
background-position: center;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center; }
.top-banner.only_image .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4); }
.top-banner.only_image .title {
color: var(--light-color);
font-size: 60px;
letter-spacing: 3px;
font-weight: 700;
position: relative; }
@media only screen and (max-width: 1300px) {
.top-banner.only_image {
height: 350px; }
.top-banner.only_image .title {
font-size: 50px; } }
@media only screen and (max-width: 1024px) {
.top-banner.only_image {
height: 300px; }
.top-banner.only_image .title {
font-size: 45px; } }
@media only screen and (max-width: 991px) {
.top-banner.only_image {
height: 250px; }
.top-banner.only_image .title {
font-size: 40px; } }
@media only screen and (max-width: 768px) {
.top-banner.only_image {
height: 230px; } }
@media only screen and (max-width: 600px) {
.top-banner.only_image {
height: 200px; }
.top-banner.only_image .title {
font-size: 30px; } }
.top-banner.bottom_text {
position: relative;
width: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center; }
.top-banner.bottom_text .overlay {
position: absolute;
top: 0;
left: 0;
display: block;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.15); }
.top-banner.bottom_text .content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: flex-end; }
.top-banner.bottom_text .content-wrap .content {
color: var(--light-color);
padding: 60px 0; }
.top-banner.bottom_text .title {
font-size: 40px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 3px; }
@media only screen and (max-width: 1440px) {
.top-banner.bottom_text .title {
font-size: 38px; } }
@media only screen and (max-width: 1199px) {
.top-banner.bottom_text .content-wrap .content {
padding: 40px 0; }
.top-banner.bottom_text .title {
font-size: 36px; } }
@media only screen and (max-width: 991px) {
.top-banner.bottom_text .title {
font-size: 32px; } }
@media only screen and (max-width: 768px) {
.top-banner.bottom_text .title {
letter-spacing: 1px;
font-size: 29px; } }
@media only screen and (max-width: 576px) {
.top-banner.bottom_text .title {
font-size: 24px; } }.about-section-classic {
max-width: 1595px;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 80px 0;
}
.about-section-classic::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 90%;
right: -50%;
z-index: -1;
background-color: var(--light-main-color);
}
.about-section-classic .content-wrap {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.about-section-classic .inner {
max-width: 450px;
}
.about-section-classic .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.about-section-classic .title {
margin: 20px 0 0;
padding-bottom: 30px;
border-bottom: 1px solid var(--dark-color);
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
}
.about-section-classic .blockquote {
margin-top: 25px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
}
.about-section-classic .description {
margin-top: 20px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-classic .button {
margin-top: 30px;
}
.about-section-classic .images-wrap {
width: 50%;
display: -ms-grid;
display: grid;
grid-gap: 80px;
-ms-grid-columns: -webkit-calc(50% - 40px) 80px -webkit-calc(50% - 40px);
-ms-grid-columns: calc(50% - 40px) 80px calc(50% - 40px);
grid-template-columns: -webkit-calc(50% - 40px) -webkit-calc(50% - 40px);
grid-template-columns: calc(50% - 40px) calc(50% - 40px);
}
.about-section-classic .img-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.about-section-classic .img-wrap:first-of-type {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 2;
-ms-grid-row-span: 3;
grid-row: 2/5;
}
.about-section-classic .img-wrap:nth-of-type(2) {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
grid-row: 1/3;
}
.about-section-classic .img-wrap:nth-of-type(3) {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 3;
-ms-grid-row-span: 3;
grid-row: 3/6;
}
@media only screen and (max-width: 1600px) {
.about-section-classic {
max-width: 1170px;
}
}
@media only screen and (max-width: 1200px) {
.about-section-classic {
max-width: 1050px;
}
.about-section-classic .blockquote {
margin-top: 30px;
}
.about-section-classic .images-wrap {
grid-gap: 40px;
-ms-grid-columns: -webkit-calc(50% - 20px) 40px -webkit-calc(50% - 20px);
-ms-grid-columns: calc(50% - 20px) 40px calc(50% - 20px);
grid-template-columns: -webkit-calc(50% - 20px) -webkit-calc(50% - 20px);
grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}
}
@media only screen and (max-width: 1024px) {
.about-section-classic {
max-width: 100%;
padding: 40px 30px;
}
.about-section-classic .title {
letter-spacing: 2px;
}
.about-section-classic .inner {
max-width: 350px;
}
.about-section-classic .images-wrap {
grid-gap: 20px;
-ms-grid-columns: -webkit-calc(50% - 10px) 20px -webkit-calc(50% - 10px);
-ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
grid-template-columns: -webkit-calc(50% - 10px) -webkit-calc(50% - 10px);
grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
}
@media only screen and (max-width: 768px) {
.about-section-classic .title {
font-size: 26px;
padding-bottom: 20px;
}
.about-section-classic .blockquote {
margin-top: 20px;
font-size: 20px;
}
.about-section-classic .description {
font-size: 16px;
}
.about-section-classic .button {
margin-top: 25px;
}
.about-section-classic .inner {
max-width: 100%;
padding-right: 20px;
}
}
@media only screen and (max-width: 576px) {
.about-section-classic {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
padding: 0 15px;
}
.about-section-classic::before {
content: none;
}
.about-section-classic .content-wrap,
.about-section-classic .images-wrap {
width: 100%;
}
.about-section-classic .images-wrap {
display: block;
}
.about-section-classic .content-wrap {
margin-top: 25px;
}
.about-section-classic .img-wrap {
min-height: 250px;
margin-bottom: 15px;
}
.about-section-classic .subtitle,
.about-section-classic .title {
letter-spacing: 1px;
}
}
.about-section-modern {
display: -webkit-flex;
display: flex;
overflow: hidden;
padding: 30px 0;
}
.about-section-modern .content-wrap {
width: calc(50% + 40px);
overflow-y: auto;
padding-right: 40px;
}
.about-section-modern .content-wrap::-webkit-scrollbar {
width: 4px;
background-color: var(--light-grey-color);
}
.about-section-modern .content-wrap::-webkit-scrollbar-thumb {
background-color: var(--black-color);
}
.about-section-modern .content-wrap .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
}
.about-section-modern .content-wrap .description {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .block-info {
margin-top: 40px;
}
.about-section-modern .content-wrap .block-title {
font-size: 17px;
line-height: 26px;
font-weight: 700;
letter-spacing: 2px;
display: block;
margin-bottom: 15px;
}
.about-section-modern .content-wrap .text {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .address {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .phone {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .phone a {
color: var(--grey-color);
display: inline-block;
margin-left: 10px;
text-decoration: underline;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .phone a:hover {
color: var(--dark-color);
}
.about-section-modern .content-wrap .socials {
margin-top: 10px;
}
.about-section-modern .content-wrap .info-socials {
margin: 5px 7px;
font-size: 17px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .info-socials:first-child {
margin-left: 0;
}
.about-section-modern .content-wrap .info-socials:hover {
color: var(--main-color);
}
.about-section-modern .content-wrap .custom-link {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
text-decoration: underline;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .custom-link:hover {
color: var(--dark-color);
}
.about-section-modern .content-wrap .form input:not([type=submit]),
.about-section-modern .content-wrap .form textarea {
background: transparent;
color: var(--dark-color);
border: none;
font-size: 16px;
font-weight: 300;
width: 100%;
border-bottom: 1px solid var(--dark-color);
-webkit-transition: border-color 450ms ease;
-moz-transition: border-color 450ms ease;
-ms-transition: border-color 450ms ease;
-o-transition: border-color 450ms ease;
transition: border-color 450ms ease;
margin-bottom: 35px;
}
.about-section-modern .content-wrap .form input:not([type=submit]):focus,
.about-section-modern .content-wrap .form textarea:focus {
border-color: var(--main-color);
}
.about-section-modern .content-wrap .form textarea {
height: 100px;
}
.about-section-modern .images-wrap {
width: calc(50% - 40px);
}
.about-section-modern .images-wrap .img-wrap {
text-align: right;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: calc(100% - 40px);
max-height: 100%;
}
@media only screen and (max-width: 1024px) {
.about-section-modern .content-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.about-section-modern .images-wrap .img-wrap img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
.about-section-modern {
flex-direction: column;
padding: 0;
text-align: center;
}
.about-section-modern .content-wrap {
width: 100%;
order: 2;
height: auto !important;
padding-right: 0;
}
.about-section-modern .images-wrap {
width: 100%;
order: 1;
margin-bottom: 45px;
}
.about-section-modern .images-wrap .img-wrap {
text-align: center;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: 100%;
max-height: 80vh;
}
}
@media only screen and (max-width: 768px) {
.about-section-modern .content-wrap .title {
font-size: 26px;
}
.about-section-modern .content-wrap .description,
.about-section-modern .content-wrap .address,
.about-section-modern .content-wrap .phone,
.about-section-modern .content-wrap .custom-link {
font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.about-section-modern .images-wrap .img-wrap img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
.about-section-modern {
flex-direction: column;
padding: 0;
}
.about-section-modern .content-wrap {
width: 100%;
order: 2;
}
.about-section-modern .content-wrap .description {
margin-top: 15px;
}
.about-section-modern .content-wrap .block-info {
margin-top: 35px;
}
.about-section-modern .images-wrap {
width: 100%;
order: 1;
margin-bottom: 30px;
}
.about-section-modern .images-wrap .img-wrap {
text-align: center;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: 100%;
}
}
@media only screen and (max-width: 576px) {
.about-section-modern .content-wrap .title {
letter-spacing: 1px;
}
}
.about-section-simple {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.about-section-simple .content-wrap {
width: 50%;
text-align: right;
}
.about-section-simple .images-wrap {
width: 50%;
padding-left: 100px;
}
.about-section-simple .title {
margin: 0 0 15px;
padding-bottom: 30px;
border-bottom: 1px solid var(--dark-color);
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
display: inline-block;
}
.about-section-simple .description {
margin-top: 20px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-simple .btn-wrap {
margin-top: 30px;
}
.about-section-simple .a-btn-1,
.about-section-simple .a-btn-2 {
margin-right: 33px;
}
@media only screen and (max-width: 991px) {
.about-section-simple .images-wrap {
padding-left: 30px;
}
.about-section-simple .title {
letter-spacing: 2px;
margin-bottom: 5px;
padding-bottom: 20px;
}
.about-section-simple .btn-wrap {
margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.about-section-simple .title {
font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.about-section-simple {
flex-direction: column;
}
.about-section-simple .content-wrap {
text-align: center;
margin-bottom: 40px;
}
.about-section-simple .content-wrap,
.about-section-simple .images-wrap {
width: 100%;
padding-left: 0;
}
}
@media only screen and (max-width: 600px) {
.about-section-simple .title {
letter-spacing: 1px;
padding-bottom: 10px;
margin-bottom: 0;
}
.about-section-simple .description {
margin-top: 15px;
}
}.headings.simple.text-left .text {
max-width: 400px; }
.headings.simple.text-right .text {
max-width: 400px;
margin-right: 0;
margin-left: auto; }
.headings.simple.text-center .text {
max-width: 600px;
margin-right: auto;
margin-left: auto; }
.headings.simple .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.simple .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73; }
.headings.simple .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.simple .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.simple .text {
margin-top: 25px; }
.headings.simple .button {
margin-top: 30px; } }
@media only screen and (max-width: 576px) {
.headings.simple .title {
font-size: 28px; } }
.headings.modern_with_link, .headings.modern {
max-width: 770px;
margin: 0 auto;
text-align: center; }
.headings.modern_with_link .title, .headings.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3; }
.headings.modern_with_link a.title, .headings.modern a.title {
text-decoration: none !important;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.headings.modern_with_link a.title:hover, .headings.modern a.title:hover {
opacity: .7; }
@media only screen and (max-width: 1024px) {
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
font-size: 26px; } }
@media only screen and (max-width: 576px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 1px; } }
.headings.classic {
text-align: center; }
.headings.classic .subtitle {
color: var(--grey-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 20px; }
.headings.classic .subtitle.light_style {
color: var(--light-grey-color); }
.headings.classic .subtitle i {
font-style: normal;
color: var(--main-color) !important; }
.headings.classic .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
margin-bottom: -6px; }
.headings.classic .title.light_style {
color: var(--light-color); }
@media only screen and (max-width: 1024px) {
.headings.classic .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.classic .title {
font-size: 26px; } }
.headings.creative {
text-align: center !important; }
.headings.creative .image-wrap {
margin-bottom: 50px; }
.headings.creative .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.creative .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73;
max-width: 900px;
margin-right: auto;
margin-left: auto; }
.headings.creative .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.creative .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.creative .text {
margin-top: 25px; }
.headings.creative .button {
margin-top: 30px; }
.headings.creative .image-wrap {
margin-bottom: 35px; } }
@media only screen and (max-width: 576px) {
.headings.creative .title {
font-size: 28px; } }
.headings.urban {
text-align: center; }
.headings.urban .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px; }
.headings.urban .title {
font-size: 45px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.urban .text {
padding-top: 120px;
color: var(--grey-color);
font-size: 18px;
line-height: 1.73;
max-width: 880px;
margin-right: auto;
margin-left: auto;
position: relative; }
.headings.urban .text::before {
content: '';
position: absolute;
top: 20px;
height: 70px;
width: 1px;
background: var(--grey-color);
left: 50%; }
@media only screen and (max-width: 1300px) {
.headings.urban .title {
font-size: 36px; }
.headings.urban .text {
padding-top: 115px; } }
@media only screen and (max-width: 768px) {
.headings.urban .title {
font-size: 32px; }
.headings.urban .text {
padding-top: 90px;
line-height: 1.6; }
.headings.urban .text::before {
height: 50px; } }
@media only screen and (max-width: 576px) {
.headings.urban .subtitle {
letter-spacing: 1px;
margin-bottom: 15px; }
.headings.urban .title {
font-size: 28px; }
.headings.urban .text {
padding-top: 60px;
line-height: 1.6; }
.headings.urban .text::before {
top: 15px;
height: 30px; } }.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp {
width: 100%;
position: relative; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .flex-direction-nav {
display: none; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .slides {
height: 100%;
display: block;
margin-bottom: 0; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .slides li {
width: 100%;
height: 100%; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .slides li .thumb-slider-bg {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .main-thumb-slider {
height: 100%; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider {
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
left: 0;
z-index: 20;
background-color: var(--light-color);
padding: 15px 0 15px 15px;
-webkit-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider .flex-viewport {
height: 100%;
width: 100%; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider .slides li {
padding-right: 10px; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider .slides li .thumb-slider-bg {
cursor: pointer; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider.active {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow {
position: absolute;
width: 130px;
height: 27px;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 20;
cursor: pointer;
-webkit-transition: bottom 0.3s ease;
transition: bottom 0.3s ease; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images,
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow .show-images {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
font-size: 12px;
color: var(--dark-color);
text-transform: uppercase;
background-color: var(--light-color);
font-weight: 700;
letter-spacing: 1.5px;
padding-top: 4px;
line-height: 2;
text-align: center;
-webkit-transition: opacity 0.5s ease, visibility 0.4s ease;
transition: opacity 0.5s ease, visibility 0.4s ease; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images {
opacity: 0;
visibility: hidden; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow.active {
bottom: 100px; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .show-images {
opacity: 0;
visibility: hidden; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .hide-images {
opacity: 1;
visibility: visible; }
.cs_gallery-wrap.kenburn .kenburns-wrap {
position: relative;
cursor: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/cursor-pause.png), auto; }
.cs_gallery-wrap.kenburn .kenburns-wrap.pause {
cursor: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/cursor_play.png), auto; }
.cs_gallery-wrap.kenburn .kenburns-wrap .fluid-width-video-wrapper {
visibility: hidden;
height: 0;
width: 0; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken {
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1); }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken .img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
-webkit-transition: -webkit-transform 6s ease-in, opacity 1s ease-in;
transition: transform 6s ease-in, opacity 1s ease-in;
opacity: 0; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken:nth-child(even) .img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken:nth-child(odd) .img {
-webkit-transform: scale(1);
transform: scale(1); }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken.active .img.zoomin {
opacity: 1; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken.active .info {
opacity: 1;
-webkit-transition-delay: 600ms;
transition-delay: 600ms; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken.active .img.zoomout {
opacity: 1; }
.cs_gallery-wrap.kenburn .kenburns-wrap .caption {
font-size: 23px;
text-transform: uppercase;
color: var(--light-color);
line-height: 1.2;
font-weight: 700;
letter-spacing: 1.5px; }
.cs_gallery-wrap.kenburn .kenburns-wrap .description {
font-size: 17px;
font-weight: 300;
color: var(--light-color);
margin-top: 15px;
max-width: 350px;
line-height: 1.5; }
.cs_gallery-wrap.kenburn .kenburns-wrap .info {
position: absolute;
left: 100px;
width: -webkit-calc(100% - 250px);
width: calc(100% - 250px);
opacity: 0;
z-index: 100;
-webkit-transition: opacity 500ms linear;
transition: opacity 500ms linear; }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play {
display: none; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn {
position: absolute;
background-color: transparent;
bottom: 90px;
right: 100px;
height: 45px;
z-index: 999;
width: 45px;
border-radius: 0;
border: none; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn:before {
content: "\f3b9";
font-family: "Ionicons";
position: absolute;
color: var(--light-color);
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 21px;
line-height: 40px;
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn.play::before {
content: '\f3ba'; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn:hover {
background-color: transparent; }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play {
position: absolute;
right: 60px;
bottom: 80px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 45px;
width: 45px;
border-radius: 0;
border-color: transparent;
z-index: 9999;
cursor: pointer; }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play::before {
content: "\f488";
font-family: "Ionicons";
color: var(--light-color);
position: absolute;
top: 50%;
left: 53%;
font-size: 14px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play.pause::before {
content: "\f210";
left: 50%; }
.cs_gallery-wrap.kenburn .kenburns-wrap.fade-effect .kenburns {
height: 100vh; }
.cs_gallery-wrap.kenburn .kenburns-wrap.fade-effect .kenburns div.img.active,
.cs_gallery-wrap.kenburn .kenburns-wrap.fade-effect .kenburns div.img.active {
-webkit-transform: scale(1) !important;
transform: scale(1) !important; }
@media only screen and (max-width: 991px) {
.cs_gallery-wrap.kenburn .kenburns-wrap .info {
left: 30px; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn {
right: 20px; } }
@media only screen and (max-width: 768px) {
.cs_gallery-wrap.kenburn .kenburns-wrap .info {
left: 30px;
text-align: center;
width: -webkit-calc(100% - 60px);
width: calc(100% - 60px); }
.cs_gallery-wrap.kenburn .kenburns-wrap .info .description {
margin: 15px auto auto;
font-size: 16px; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
.cs_gallery-wrap.simple_masonry .light-gallery {
display: -webkit-flex;
display: flex; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block {
width: 50%; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a {
display: block;
width: auto;
margin-bottom: 50px; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a img,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a img {
max-height: 600px;
backface-visibility: hidden;
-webkit-transition: transform .5s;
-moz-transition: transform .5s;
-ms-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a:hover img,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a:hover img {
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-ms-transform: scale(0.97);
-o-transform: scale(0.97);
transform: scale(0.97); }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block {
padding: 0 25px 0 0;
text-align: right; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block {
padding: 0 0 0 25px;
text-align: left; }
@media only screen and (max-width: 768px) {
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a,
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a {
margin-bottom: 30px; }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block {
padding: 0 15px 0 0; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block {
padding: 0 0 0 15px; } }
@media only screen and (max-width: 576px) {
.cs_gallery-wrap.simple_masonry .light-gallery {
flex-direction: column; }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block,
.cs_gallery-wrap.simple_masonry .light-gallery .right-block {
padding: 0;
width: 100%;
text-align: center; }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a,
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a {
margin-bottom: 15px; } }
.cs_gallery-wrap.modern_slider .owl-stage {
display: -webkit-flex;
display: flex;
align-items: center; }
.cs_gallery-wrap.modern_slider .owl-slide {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
margin: 10% 0;
overflow: hidden; }
.cs_gallery-wrap.modern_slider .owl-slide img {
max-height: 585px;
-webkit-transform: scale(1.03) translateZ(0);
-moz-transform: scale(1.03) translateZ(0);
transform: scale(1.03) translateZ(0);
-webkit-transition: -webkit-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
transition: transform 1s ease; }
.cs_gallery-wrap.modern_slider .owl-next,
.cs_gallery-wrap.modern_slider .owl-prev {
color: var(--light-color);
font-size: 80px;
position: absolute;
top: 50%;
opacity: .6;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
z-index: 3; }
.cs_gallery-wrap.modern_slider .owl-next:hover,
.cs_gallery-wrap.modern_slider .owl-prev:hover {
opacity: 1; }
.cs_gallery-wrap.modern_slider .owl-prev {
left: 30px; }
.cs_gallery-wrap.modern_slider .owl-next {
right: 30px; }
.cs_gallery-wrap.modern_slider .owl-dots {
display: none; }
.cs_gallery-wrap.modern_slider .owl-item {
position: relative; }
.cs_gallery-wrap.modern_slider .owl-item.center {
z-index: 5; }
.cs_gallery-wrap.modern_slider .owl-item.center .owl-slide {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
.cs_gallery-wrap.modern_slider .owl-item.center .owl-slide:hover img {
-webkit-transform: scale(1) translateZ(0);
-moz-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0); }
@media only screen and (max-width: 767px) {
.cs_gallery-wrap.classic_slider .swiper-button-prev,
.cs_gallery-wrap.classic_slider .swiper-button-next {
font-size: 40px; }
.cs_gallery-wrap.classic_slider .swiper-button-prev {
margin-left: 10px; }
.cs_gallery-wrap.classic_slider .swiper-button-next {
margin-right: 10px; } }
.cs_gallery-wrap.classic_grid .gallery-item {
width: calc(20% - 16px);
margin-bottom: 12px;
display: block;
text-decoration: none; }
.cs_gallery-wrap.classic_grid .gallery-item .image-wrap {
padding-top: 100%;
background-size: cover;
background-position: center; }
.cs_gallery-wrap.classic_grid .gallery-item .caption {
text-align: center;
padding: 10px 5px 5px;
text-decoration: none;
font-size: 15px; }
@media only screen and (max-width: 991px) {
.cs_gallery-wrap.classic_grid .gallery-item {
width: calc(100% / 3 - 40px / 3); } }
@media only screen and (max-width: 600px) {
.cs_gallery-wrap.classic_grid .gallery-item {
width: calc(50% - 10px); } }
.full_slider {
position: relative;
overflow: hidden; }
.full_slider .item {
position: relative; }
.full_slider .menu-button {
position: relative;
z-index: 9;
margin-left: 10px;
cursor: pointer;
width: 50px;
height: 50px;
background-color: var(--black-color);
border: 1px solid var(--main-color); }
.full_slider .menu-button::before {
color: var(--light-color);
position: absolute;
top: 50%;
left: 50%;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: color 350ms ease;
-moz-transition: color 350ms ease;
-ms-transition: color 350ms ease;
-o-transition: color 350ms ease;
transition: color 350ms ease; }
.full_slider .menu-button:hover::before {
color: var(--main-color); }
.full_slider .gallery-button {
position: relative;
z-index: 9;
cursor: pointer;
width: 50px;
height: 50px;
background-color: var(--black-color);
border: 1px solid var(--main-color); }
.full_slider .gallery-button::before {
color: var(--light-color);
position: absolute;
top: 50%;
left: 50%;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.full_slider .gallery-button:hover::before {
color: var(--main-color); }
.full_slider button {
position: absolute;
right: 15px;
z-index: 9;
bottom: 30px;
color: transparent;
width: 50px;
height: 50px;
border: 1px solid var(--main-color);
cursor: pointer;
background-color: var(--black-color); }
.full_slider button::before {
font-family: "Ionicons";
color: var(--light-color);
position: absolute;
top: 50%;
left: 50%;
font-size: 25px;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.full_slider button.slick-next + .slick-next {
display: block !important; }
.full_slider button.slick-next::before {
content: "\f3d6"; }
.full_slider button.slick-next.slick-disabled {
background-color: var(--grey-color);
cursor: default; }
.full_slider button.slick-prev {
bottom: 30px;
right: 75px; }
.full_slider button.slick-prev + .slick-prev {
display: none !important; }
.full_slider button.slick-prev::before {
content: "\f3d5"; }
.full_slider button:hover {
opacity: 1; }
.full_slider button:hover::before {
color: var(--main-color); }
.full_slider button.slick-disabled {
background-color: var(--grey-color);
cursor: default; }
.full_slider button.slick-disabled:hover::before {
color: var(--light-color); }
.full_slider .slider-single .item {
overflow: hidden; }
.full_slider .slider-single .item .img-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover; }
.full_slider .slider-single .item.slick-active .img-wrap {
-webkit-animation: ql_move 18s ease infinite alternate;
-o-animation: ql_move 18s ease infinite alternate;
animation: ql_move 18s ease infinite alternate; }
.full_slider .slider-nav {
width: 50%;
background-color: var(--black-color);
position: absolute;
bottom: 210px;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
right: -100%;
cursor: ew-resize;
padding: 10px 15px 10px 10px; }
.full_slider .slider-nav button.slick-arrow.slick-prev,
.full_slider .slider-nav button.slick-arrow.slick-next {
display: none !important; }
.full_slider .slider-nav button {
display: none !important; }
.full_slider .slider-nav .item {
padding: 10px;
text-align: center;
border: 1px solid var(--main-color); }
.full_slider .slider-nav .thumbs {
max-height: 140px;
height: auto;
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease; }
.full_slider .slider-nav .thumbs:hover {
opacity: .7; }
.full_slider .slider-nav.active {
right: 0; }
.full_slider.show-button .slider-nav {
bottom: 90px; }
.full_slider .content-wrap {
position: absolute;
left: 15px;
bottom: 30px;
border: 1px solid var(--main-color); }
.full_slider .content-wrap .title {
background: var(--black-color);
padding: 13px 25px 10px;
color: var(--light-color);
font-size: 15px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700; }
.full_slider .buttons-wrap {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
position: absolute;
bottom: 30px;
right: 135px; }
@-webkit-keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@-moz-keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@-o-keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@media only screen and (max-width: 1199px) {
.full_slider .content-wrap .title {
font-size: 12px; }
.full_slider .menu-button,
.full_slider button,
.full_slider .gallery-button {
width: 45px;
height: 45px; }
.full_slider button.slick-prev {
right: 70px; }
.full_slider .buttons-wrap {
right: 125px; }
.full_slider.show-button .slider-nav {
bottom: 80px; } }
@media only screen and (max-width: 767px) {
.full_slider .content-wrap {
bottom: 135px;
width: 300px;
left: 50%;
text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.full_slider button.slick-prev {
right: auto;
left: calc(50% + 10px); }
.full_slider button.slick-next {
right: auto;
left: calc(50% + 60px); }
.full_slider .slider-nav {
bottom: 155px;
width: 80%; }
.full_slider .buttons-wrap {
right: auto;
left: 0;
width: 50%;
justify-content: flex-end; } }
.modern_gallery {
position: relative; }
.modern_gallery .item {
display: block;
width: calc(20% - 8px);
background-position: center;
background-size: cover;
overflow: hidden;
line-height: 1;
letter-spacing: 0;
margin-bottom: 10px; }
.modern_gallery .popup-span {
position: absolute;
background-color: var(--black-color);
color: var(--light-color);
display: inline-block;
padding: 5px 15px 2px;
font-size: 15px;
z-index: 9996;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px; }
@media only screen and (max-width: 1024px) {
.modern_gallery .item {
width: calc((100%/3) - (20px/3)); } }
@media only screen and (max-width: 600px) {
.modern_gallery .item {
width: calc(50% - (10px/2)); }
.modern_gallery .popup-span {
letter-spacing: 1px;
font-size: 12px; } }
@media only screen and (max-width: 480px) {
.modern_gallery .item {
width: 100%; } }
.slider_thumbnail {
position: relative; }
.slider_thumbnail .img-wrap {
height: 100%;
background-position: center;
background-size: cover; }
.slider_thumbnail .slider-single button {
position: absolute;
top: 50%;
cursor: pointer;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: background-color 450ms ease;
-moz-transition: background-color 450ms ease;
-ms-transition: background-color 450ms ease;
-o-transition: background-color 450ms ease;
transition: background-color 450ms ease;
background-color: var(--black-color);
border: 1px solid var(--main-color);
color: transparent;
width: 50px;
z-index: 9;
height: 40px; }
.slider_thumbnail .slider-single button::before {
font-family: "Ionicons";
font-size: 33px;
color: var(--main-color);
position: absolute;
top: 50%;
left: 50%;
display: block;
text-align: center;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.slider_thumbnail .slider-single button.slick-prev {
left: 30px; }
.slider_thumbnail .slider-single button.slick-prev::before {
content: "\f3d5"; }
.slider_thumbnail .slider-single button.slick-next {
right: 30px; }
.slider_thumbnail .slider-single button.slick-next::before {
content: "\f3d6"; }
.slider_thumbnail .slider-single button.slick-disabled, .slider_thumbnail .slider-single button:hover {
background: var(--dark-color); }
.slider_thumbnail .slider-nav {
position: absolute;
bottom: 30px;
left: 0;
opacity: 0;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
width: 100%;
background-color: var(--black-color); }
.slider_thumbnail .slider-nav:hover {
opacity: 1; }
.slider_thumbnail .slider-nav .item {
padding: 10px 5px;
cursor: pointer; }
.slider_thumbnail .slider-nav .img-wrap {
padding-top: calc(100%/3*2);
background-position: center;
background-size: cover;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
border: 1px solid var(--main-color);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0); }
.slider_thumbnail .slider-nav .img-wrap:hover {
clip-path: inset(5% 5% 5% 5%); }
.slider_thumbnail .slider-nav button {
display: none !important; }
.slider_thumbnail .slider-nav .slick-track {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center; }
.tilt_gallery .image-wrap {
width: calc(25% - (30px/4));
margin-bottom: 10px; }
.tilt_gallery .image-wrap a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
@media screen and (max-width: 1024px) {
.tilt_gallery .image-wrap {
width: calc((100%/3) - (20px/3)); } }
@media screen and (max-width: 767px) {
.tilt_gallery .image-wrap {
width: calc(50% - 5px); } }
@media screen and (max-width: 600px) {
.tilt_gallery .image-wrap {
width: 100%; } }
.trans-slider .page-view .project::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1); }
.trans-slider .hidden {
position: absolute;
overflow: hidden;
width: 0;
height: 0;
pointer-events: none; }
.trans-slider .content {
padding: 3em 0; }
.trans-slider .page-view {
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0; }
.trans-slider .page-view .project {
position: absolute;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.trans-slider .page-view .project .text h1 {
font-size: 36px;
color: var(--light-color);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 90px;
left: 53px;
margin: 0;
display: table;
text-align: center; }
.trans-slider .page-view .project:nth-child(1) {
z-index: 30; }
.trans-slider .page-view .arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 30px;
left: 60px;
z-index: 100; }
.trans-slider .page-view .arrows .arrow {
float: left;
cursor: pointer;
color: var(--light-color);
font-size: 40px; }
.trans-slider .page-view .arrows .arrow.previous {
margin-right: 20px; }
.trans-slider .page-view .arrows .arrow:hover.previous {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
.trans-slider .page-view .arrows .arrow:hover.next {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
.trans-slider .page-view .arrows .arrow {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
.trans-slider {
background: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite.png) no-repeat -9999px -9999px; }
.trans-slider .page-view {
background: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite-2.png) no-repeat -9999px -9999px; }
.trans-slider .page-view .project:nth-child(odd).hidewiev {
-webkit-mask: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite.png);
mask: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite.png);
-webkit-mask-size: 7500% 100%;
mask-size: 7500% 100%;
-webkit-animation: mask-play 1.4s steps(74) forwards;
animation: mask-play 1.4s steps(74) forwards; }
.trans-slider .page-view .project:nth-child(even).hidewiev {
-webkit-mask: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite-2.png);
mask: url(//maitearranz.es/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite-2.png);
-webkit-mask-size: 8400% 100%;
mask-size: 8400% 100%;
-webkit-animation: mask-play 1.4s steps(83) forwards;
animation: mask-play 1.4s steps(83) forwards; } .no-cssmask .page-view .project.hidewiev {
opacity: 0;
-webkit-transition: opacity 1.4s ease;
transition: opacity 1.4s ease;
-webkit-mask: none !important;
mask: none !important; }
@media screen and (max-width: 1024px) {
.trans-slider .page-view .project .text h1 {
font-size: 29px; } }
@media screen and (max-width: 640px) {
.trans-slider .page-view .project .text h1 {
font-size: 21px;
letter-spacing: 1px;
left: 50%;
z-index: 120;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.trans-slider .page-view .arrows {
left: 50%;
z-index: 120;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.trans-slider .page-view .arrows .arrow.previous:hover {
-webkit-transform: none;
transform: none; } }
@-webkit-keyframes mask-play {
from {
-webkit-mask-position: 0 0;
mask-position: 0 0; }
to {
-webkit-mask-position: 100% 0;
mask-position: 100% 0; } }
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
mask-position: 0 0; }
to {
-webkit-mask-position: 100% 0;
mask-position: 100% 0; } }
.justified-images-wrap .main-image .image {
max-height: 80vh; }
.justified-images-wrap .main-image .image img {
display: block;
width: auto;
max-width: 100%;
max-height: 80vh;
height: auto;
margin-right: auto;
margin-left: auto; }
.justified-images-wrap .main-image .title {
max-width: 900px;
text-align: center;
font-size: 21px;
font-weight: 700;
letter-spacing: 2px;
margin: 30px auto 20px;
text-transform: uppercase;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.justified-images-wrap .gallery {
margin-left: -30px;
margin-top: -20px;
width: calc(100% + 60px); }
.justified-images-wrap .gallery a {
display: block;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.justified-images-wrap .gallery a:hover {
clip-path: inset(5% 5% 5% 5%);
opacity: .8; }
.justified-images-wrap .gallery,
.justified-for-animated header,
.justified-for-animated footer,
.justified-for-animated .vc_row {
-webkit-transition: opacity 1000ms ease;
-moz-transition: opacity 1000ms ease;
-ms-transition: opacity 1000ms ease;
-o-transition: opacity 1000ms ease;
transition: opacity 1000ms ease; }
body.justified-opacity header,
body.justified-opacity footer,
body.justified-opacity .not-opacity .justified-images-wrap .gallery,
body.justified-opacity .vc_row:not(.not-opacity) {
opacity: .05; }
body.justified-opacity .justified-images-wrap .main-image .title {
color: var(--main-color); }
@media only screen and (max-width: 767px) {
.justified-images-wrap .gallery {
margin-top: -15px;
margin-left: -15px;
width: calc(100% + 30px); }
.justified-images-wrap .main-image .title {
font-size: 17px;
letter-spacing: 1px;
margin-top: 25px;
margin-bottom: 20px; } }
.adjusted_grid .img-list-gallery {
text-decoration: none;
margin-bottom: 50px;
position: relative;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center; }
.adjusted_grid .img-list-gallery:hover img {
clip-path: inset(5% 5% 5% 5%); }
.adjusted_grid .img-list-gallery:hover .img-title {
opacity: 1;
visibility: visible; }
.adjusted_grid .gallery-item {
text-align: center;
display: inline-block;
position: relative;
text-decoration: none; }
.adjusted_grid .gallery-item img {
max-height: 370px;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0); }
.adjusted_grid .img-title {
font-size: 12px;
letter-spacing: 2px;
text-align: left;
color: var(--dark-color);
opacity: 0;
margin-top: -3px;
font-weight: 700;
padding-left: 19px;
text-transform: uppercase;
visibility: hidden;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.adjusted_grid .img-title span:first-child {
color: var(--main-color);
margin-right: 5px;
display: inline-block;
font-weight: 700;
font-family: var(--font2);
font-size: 21px;
letter-spacing: normal; }
@media only screen and (max-width: 991px) {
.adjusted_grid .img-list-gallery {
margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
.adjusted_grid .img-title {
letter-spacing: 1px; }
.adjusted_grid .img-list-gallery {
margin-bottom: 15px; } }
.grid_thumbnails .item-big-wrap {
margin-bottom: 10px; }
.grid_thumbnails .item-big-wrap .item {
display: block;
width: auto;
margin: auto;
overflow: hidden;
line-height: 1; }
.grid_thumbnails .item-big-wrap .item:hover img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05); }
.grid_thumbnails .item-big-wrap .item img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease; }
.grid_thumbnails .small-images-wrap {
position: relative; }
.grid_thumbnails .small-images-wrap::before, .grid_thumbnails .small-images-wrap::after {
content: '';
display: table;
clear: both; }
.grid_thumbnails .small-images-wrap .item-wrap {
display: block;
width: calc(20% - 8px);
float: left;
overflow: hidden; }
.grid_thumbnails .small-images-wrap .item-wrap:not(:first-of-type) {
margin-left: 10px; }
.grid_thumbnails .small-images-wrap .item-wrap.hidden {
display: none; }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(4) .overlay-last, .grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(3) .overlay-last {
display: none; }
.grid_thumbnails .small-images-wrap .item-wrap:not(:nth-of-type(5)) .item-small:hover {
-webkit-transform: scale(1.1) translateZ(0);
-moz-transform: scale(1.1) translateZ(0);
-ms-transform: scale(1.1) translateZ(0);
-o-transform: scale(1.1) translateZ(0);
transform: scale(1.1) translateZ(0); }
.grid_thumbnails .small-images-wrap .item-small {
position: relative;
background-size: cover;
background-position: center;
margin-bottom: 0;
display: block;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease; }
.grid_thumbnails .small-images-wrap .item-small:not(.overlay-last) {
padding-top: calc(100%/4*3); }
.grid_thumbnails .small-images-wrap .item-small .overlay-last {
position: absolute;
right: 10px;
top: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
background: rgba(0, 0, 0, 0.7);
color: var(--light-color);
font-size: 21px;
font-weight: 700;
letter-spacing: 2px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.grid_thumbnails .small-images-wrap .item-small .overlay-last:hover {
right: 0;
top: 0;
width: 100%;
height: 100%; }
@media only screen and (max-width: 767px) {
.grid_thumbnails .small-images-wrap .item-wrap {
width: calc(25% - 30px/4); }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(4) .overlay-last {
display: -webkit-flex;
display: flex; }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(5) {
display: none; } }
@media only screen and (max-width: 600px) {
.grid_thumbnails .small-images-wrap .item-wrap {
width: calc(100%/3 - 20px/3); }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(3) .overlay-last {
display: -webkit-flex;
display: flex; }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(4), .grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(5) {
display: none; } }

.pricelist-wrap.classic {
margin: -15px;
width: calc(100% + 30px);
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.pricelist-wrap.classic .pricing-wrap {
width: 50%;
padding: 15px;
}
.pricelist-wrap.classic .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.classic .wrap {
cursor: pointer;
padding: 50px;
position: relative;
border: 1px solid var(--light-grey-color);
-webkit-transition: border-color 350ms ease;
-moz-transition: border-color 350ms ease;
-ms-transition: border-color 350ms ease;
-o-transition: border-color 350ms ease;
transition: border-color 350ms ease;
}
.pricelist-wrap.classic .wrap:hover {
border-color: var(--dark-color);
}
.pricelist-wrap.classic .wrap:hover .image-wrap .image {
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}
.pricelist-wrap.classic .image-wrap {
padding-top: calc(100% / 3 * 2);
position: relative;
margin-bottom: 45px;
}
.pricelist-wrap.classic .image-wrap .image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
background-size: cover;
background-position: center;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.classic .image-wrap .title {
font-size: 19px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
color: var(--light-color);
position: absolute;
bottom: 30px;
left: 40px;
z-index: 10;
}
.pricelist-wrap.classic .subtitle {
font-size: 17px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
.pricelist-wrap.classic .list-wrap {
list-style: none;
font-size: 17px;
color: var(--grey-color);
line-height: 1.7;
margin-bottom: 30px;
}
.pricelist-wrap.classic .list-wrap li i {
font-size: 14px;
color: var(--main-color);
display: inline-block;
margin-right: 15px;
}
.pricelist-wrap.classic .price-wrap {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
}
.pricelist-wrap.classic .input-check-wrap {
position: relative;
width: 30px;
height: 30px;
padding-top: 5px;
}
.pricelist-wrap.classic .input-check-wrap span {
width: 30px;
height: 30px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 5px;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.classic .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.classic .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 1199px) {
.pricelist-wrap.classic .wrap {
padding: 40px;
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.classic .pricing-wrap {
width: calc(100% - 30px);
max-width: 500px;
padding: 0;
}
.pricelist-wrap.classic .pricing-wrap:not(:first-of-type) {
margin-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.classic .pricing-wrap:not(:first-of-type) {
margin-top: 15px;
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.classic .wrap {
padding: 15px;
}
.pricelist-wrap.classic .wrap .image-wrap {
margin-bottom: 30px;
}
.pricelist-wrap.classic .wrap .image-wrap .title {
left: 50%;
width: 100%;
padding: 0 15px;
text-align: center;
bottom: 10px;
font-size: 19px;
letter-spacing: 1px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pricelist-wrap.classic .wrap .input-check-wrap span {
width: 25px;
height: 25px;
}
.pricelist-wrap.classic .wrap .input-check-wrap span::before {
width: 15px;
height: 15px;
}
.pricelist-wrap.classic .wrap .subtitle {
font-size: 17px;
letter-spacing: 1px;
}
.pricelist-wrap.classic .wrap .list-wrap {
margin-bottom: 10px;
}
.pricelist-wrap.classic .wrap .price-wrap {
font-size: 29px;
margin-bottom: 5px;
}
}
.pricelist-wrap.creative .wrap {
max-width: 500px;
}
.pricelist-wrap.creative .pricing-wrap {
padding: 100px 40px;
position: relative;
color: var(--light-color);
cursor: pointer;
background-size: cover;
background-position: center;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.creative .pricing-wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
background-color: rgba(0, 0, 0, 0.3);
}
.pricelist-wrap.creative .pricing-wrap:hover {
clip-path: inset(35px 35px 35px 35px);
}
.pricelist-wrap.creative .pricing-wrap * {
position: relative;
z-index: 10;
}
.pricelist-wrap.creative .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.creative .title {
font-size: 29px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 700;
z-index: 10;
line-height: 1.5;
}
.pricelist-wrap.creative .text {
font-size: 17px;
line-height: 1.7;
color: var(--light-color);
margin-top: 40px;
}
.pricelist-wrap.creative .subtitle {
font-size: 17px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
margin-top: 50px;
}
.pricelist-wrap.creative .list-wrap {
list-style: none;
font-size: 17px;
color: var(--light-color);
line-height: 1.7;
margin-top: 15px;
margin-bottom: 0;
}
.pricelist-wrap.creative .list-wrap i {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.pricelist-wrap.creative .price-wrap {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
margin-bottom: 50px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: flex-start;
}
.pricelist-wrap.creative .price {
order: 2;
}
.pricelist-wrap.creative .input-check-wrap {
position: relative;
width: 30px;
height: 30px;
order: 1;
padding-top: 3px;
margin-right: 15px;
}
.pricelist-wrap.creative .input-check-wrap span {
width: 30px;
height: 30px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 3px;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.creative .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.creative .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 1199px) {
.pricelist-wrap.creative .pricing-wrap {
padding: 80px 40px;
}
.pricelist-wrap.creative .pricing-wrap:hover {
clip-path: inset(25px 25px 25px 25px);
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.creative .price-wrap {
margin-bottom: 40px;
}
.pricelist-wrap.creative .title {
font-size: 26px;
letter-spacing: 2px;
}
.pricelist-wrap.creative .text {
margin-top: 30px;
}
.pricelist-wrap.creative .subtitle {
margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.creative .subtitle,
.pricelist-wrap.creative .title {
letter-spacing: 1px;
}
.pricelist-wrap.creative .pricing-wrap {
padding: 50px 40px;
}
.pricelist-wrap.creative .pricing-wrap:hover {
clip-path: inset(15px 15px 15px 15px);
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.creative .title {
font-size: 21px;
}
.pricelist-wrap.creative .text {
margin-top: 10px;
}
.pricelist-wrap.creative .pricing-wrap {
padding: 35px 5px;
}
.pricelist-wrap.creative .pricing-wrap:hover {
clip-path: inset(15px 5px 15px 5px);
}
.pricelist-wrap.creative .input-check-wrap span {
width: 25px;
height: 25px;
}
.pricelist-wrap.creative .input-check-wrap span::before {
width: 15px;
height: 15px;
}
.pricelist-wrap.creative .subtitle {
margin-top: 30px;
}
.pricelist-wrap.creative .price-wrap {
font-size: 29px;
margin-bottom: 25px;
}
}
.pricelist-wrap.contact_form {
background: var(--black-color);
color: var(--light-color);
padding: 80px 0;
}
.pricelist-wrap.contact_form .col-12 {
padding: 0;
}
.pricelist-wrap.contact_form.enable_light {
background: transparent;
color: var(--dark-color);
padding: 0;
}
.pricelist-wrap.contact_form.enable_light .form form input, .pricelist-wrap.contact_form.enable_light .form form textarea {
color: var(--dark-color);
}
.pricelist-wrap.contact_form.enable_light .form form input:focus {
color: var(--dark-color);
}
.pricelist-wrap.contact_form.enable_light .form form textarea:focus {
color: var(--dark-color);
}
.pricelist-wrap.contact_form.enable_light .form form input:active {
color: var(--dark-color);
}
.pricelist-wrap.contact_form.enable_light .form form textarea:active {
color: var(--dark-color);
}
.pricelist-wrap.contact_form.enable_light .form form .button-wrap .term-wrap a:hover {
color: var(--dark-color);
}
.pricelist-wrap.contact_form.enable_light .form form input::-webkit-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form input::-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form input:-ms-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form input:-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form textarea::-webkit-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form textarea::-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form textarea:-ms-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .form form textarea:-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form.enable_light .top-wrap .title {
color: var(--dark-color);
}
.pricelist-wrap.contact_form .top-wrap {
text-align: center;
margin-bottom: 70px;
}
.pricelist-wrap.contact_form .top-wrap .title {
font-size: 26px;
letter-spacing: 2px;
font-weight: 700;
color: var(--main-color);
margin-bottom: 20px;
}
.pricelist-wrap.contact_form .top-wrap .subtitle {
font-size: 17px;
line-height: 1.6;
}
.pricelist-wrap.contact_form .form {
margin: auto;
text-align: center;
}
.pricelist-wrap.contact_form .form form {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.pricelist-wrap.contact_form .form form .button-wrap {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%;
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap {
padding-right: 30px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
text-align: left;
min-width: calc(100% - 200px);
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap label {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
cursor: pointer;
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap span {
width: 16px;
height: 16px;
border: 1px solid var(--main-color);
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
margin-top: -2px;
position: relative;
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap span::before {
content: "";
font-family: "Ionicons";
visibility: hidden;
color: var(--main-color);
font-size: 10px;
position: absolute;
top: 50%;
letter-spacing: 0;
left: 55%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap input {
width: auto;
margin-bottom: 0;
margin-top: -4px;
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
top: 0;
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap input:checked + span::before {
visibility: visible;
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap a {
color: var(--main-color);
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
margin-left: 7px;
}
.pricelist-wrap.contact_form .form form .button-wrap .term-wrap a:hover {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form textarea {
height: 100px;
}
.pricelist-wrap.contact_form .form form input, .pricelist-wrap.contact_form .form form textarea {
width: 100%;
background: transparent;
color: var(--light-color);
border: none;
font-size: 16px;
font-weight: 300;
border-bottom: 1px solid var(--grey-color);
-webkit-transition: border-color 450ms ease;
-moz-transition: border-color 450ms ease;
-ms-transition: border-color 450ms ease;
-o-transition: border-color 450ms ease;
transition: border-color 450ms ease;
margin-bottom: 35px;
}
.pricelist-wrap.contact_form .form form input:focus, .pricelist-wrap.contact_form .form form textarea:focus {
border-color: var(--main-color);
background: transparent;
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form button {
cursor: pointer;
}
.pricelist-wrap.contact_form .form form button[disabled] {
opacity: 0.5;
}
.pricelist-wrap.contact_form .form form input:first-of-type, .pricelist-wrap.contact_form .form form input:nth-of-type(3) {
width: calc(50% - 15px);
margin-right: 30px;
}
.pricelist-wrap.contact_form .form form input:nth-of-type(2), .pricelist-wrap.contact_form .form form input:nth-of-type(4) {
width: calc(50% - 15px);
}
.pricelist-wrap.contact_form .form form input::-webkit-input-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form input::-moz-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form input:-ms-input-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form input:-moz-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form textarea::-webkit-input-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form textarea::-moz-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form textarea:-ms-input-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .form form textarea:-moz-placeholder {
color: var(--light-color);
}
.pricelist-wrap.contact_form .reflector-send-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.8);
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.pricelist-wrap.contact_form .reflector-send-popup.active {
visibility: visible;
opacity: 1;
}
.pricelist-wrap.contact_form .reflector-send-popup .content {
max-width: 500px;
min-height: 300px;
background: var(--black-color);
color: var(--light-color);
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 60px;
position: absolute;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .pdf-wrap {
margin-top: 20px;
display: none;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .close {
position: absolute;
top: 35px;
right: 30px;
width: 20px;
height: 20px;
display: inline-block;
cursor: pointer;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .close:hover {
opacity: 0.7;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .close .line {
display: block;
width: 24px;
height: 2px;
background-color: var(--light-color);
}
.pricelist-wrap.contact_form .reflector-send-popup .content .close .line:first-of-type {
-webkit-transform: rotate(45deg) translateY(2px);
-moz-transform: rotate(45deg) translateY(2px);
-ms-transform: rotate(45deg) translateY(2px);
-o-transform: rotate(45deg) translateY(2px);
transform: rotate(45deg) translateY(2px);
}
.pricelist-wrap.contact_form .reflector-send-popup .content .close .line:last-of-type {
-webkit-transform: rotate(-45deg) translateY(-1px);
-moz-transform: rotate(-45deg) translateY(-1px);
-ms-transform: rotate(-45deg) translateY(-1px);
-o-transform: rotate(-45deg) translateY(-1px);
transform: rotate(-45deg) translateY(-1px);
}
.pricelist-wrap.contact_form .reflector-send-popup .content .popup-title {
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
width: 100%;
color: var(--main-color);
margin-bottom: 30px;
position: relative;
padding-bottom: 30px;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .popup-title::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
background: currentColor;
width: 50px;
height: 2px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pricelist-wrap.contact_form .reflector-send-popup .content p {
font-size: 19px;
width: 100%;
}
.pricelist-wrap.contact_form .price-send-loader {
position: fixed;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: 9999;
background: rgba(255, 255, 255, 0.8);
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
.pricelist-wrap.contact_form .price-send-loader.active {
opacity: 1;
visibility: visible;
}
.pricelist-wrap.contact_form .lds-dual-ring {
display: inline-block;
width: 64px;
height: 64px;
}
.pricelist-wrap.contact_form .lds-dual-ring:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid var(--black-color);
border-color: var(--black-color) transparent var(--black-color) transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.contact_form {
padding: 70px 0;
}
.pricelist-wrap.contact_form .top-wrap {
margin-bottom: 60px;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .popup-title {
font-size: 29px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.contact_form {
padding: 35px 0;
}
.pricelist-wrap.contact_form .col-12 {
padding: 0 15px;
}
.pricelist-wrap.contact_form .reflector-send-popup .content {
padding: 40px;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .close {
top: 25px;
right: 20px;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .popup-title {
font-size: 24px;
padding-bottom: 20px;
margin-bottom: 10px;
}
.pricelist-wrap.contact_form .reflector-send-popup .content .pdf-wrap {
margin-top: 10px;
}
.pricelist-wrap.contact_form .top-wrap {
margin-bottom: 35px;
}
.pricelist-wrap.contact_form .top-wrap .title {
letter-spacing: 1px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.contact_form .reflector-send-popup {
max-width: calc(100% - 30px);
min-height: 200px;
}
.pricelist-wrap.contact_form .form .button-wrap {
flex-direction: column;
}
.pricelist-wrap.contact_form .form .button-wrap .term-wrap {
margin-bottom: 25px;
}
.pricelist-wrap.contact_form .form form input:first-of-type, .pricelist-wrap.contact_form .form form input:nth-of-type(2), .pricelist-wrap.contact_form .form form input:nth-of-type(3), .pricelist-wrap.contact_form .form form input:nth-of-type(4) {
width: 100%;
margin-right: 0;
}
.pricelist-wrap.contact_form .title {
font-size: 21px;
}
}
.pricelist-wrap.modern {
margin: -15px;
width: calc(100% + 30px);
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.pricelist-wrap.modern .pricing-wrap {
width: calc(100% / 3);
padding: 15px;
}
.pricelist-wrap.modern .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.modern .wrap {
cursor: pointer;
padding: 30px;
position: relative;
border: 1px solid var(--light-grey-color);
-webkit-transition: border-color 350ms ease;
-moz-transition: border-color 350ms ease;
-ms-transition: border-color 350ms ease;
-o-transition: border-color 350ms ease;
transition: border-color 350ms ease;
}
.pricelist-wrap.modern .wrap:hover {
border-color: var(--dark-color);
}
.pricelist-wrap.modern .wrap:hover .image-wrap .image {
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}
.pricelist-wrap.modern .wrap:hover .price-wrap .price {
color: var(--main-color);
}
.pricelist-wrap.modern .image-wrap {
padding-top: calc(100% / 3 * 2);
position: relative;
margin-bottom: 30px;
}
.pricelist-wrap.modern .image-wrap .image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5;
background-size: cover;
background-position: center;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.modern .image-wrap .image::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
}
.pricelist-wrap.modern .image-wrap .wrap-top {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 10;
padding: 15px 10px;
text-align: center;
}
.pricelist-wrap.modern .image-wrap .title,
.pricelist-wrap.modern .image-wrap .subtitle {
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
color: var(--light-color);
z-index: 10;
}
.pricelist-wrap.modern .image-wrap .title {
font-size: 26px;
letter-spacing: 3px;
margin-bottom: 10px;
}
.pricelist-wrap.modern .image-wrap .subtitle {
font-size: 13px;
margin-bottom: 10px;
}
.pricelist-wrap.modern .list-wrap {
list-style: none;
font-size: 17px;
color: var(--grey-color);
line-height: 1.7;
margin-bottom: 15px;
}
.pricelist-wrap.modern .list-wrap li i {
font-size: 14px;
color: var(--main-color);
display: inline-block;
margin-right: 15px;
}
.pricelist-wrap.modern .price-wrap {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
}
.pricelist-wrap.modern .price-wrap .price {
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.modern .input-check-wrap {
position: relative;
width: 30px;
height: 30px;
padding-top: 5px;
}
.pricelist-wrap.modern .input-check-wrap span {
width: 30px;
height: 30px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 5px;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.modern .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.modern .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 1199px) {
.pricelist-wrap.modern .image-wrap .title {
font-size: 21px;
}
.pricelist-wrap.modern .image-wrap .subtitle {
font-size: 12px;
}
.pricelist-wrap.modern .wrap {
padding: 20px;
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.modern .pricing-wrap {
width: calc(50% - 30px);
max-width: 500px;
padding: 0 15px;
}
.pricelist-wrap.modern .pricing-wrap:not(:first-of-type):not(:nth-of-type(2)) {
margin-top: 30px;
}
.pricelist-wrap.modern .wrap .image-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.modern .pricing-wrap {
width: 100%;
}
.pricelist-wrap.modern .pricing-wrap:not(:first-of-type) {
margin-top: 15px !important;
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.modern .wrap {
padding: 15px;
}
.pricelist-wrap.modern .wrap .image-wrap {
margin-bottom: 30px;
}
.pricelist-wrap.modern .wrap .image-wrap .title {
letter-spacing: 1px;
}
.pricelist-wrap.modern .wrap .input-check-wrap span {
width: 25px;
height: 25px;
}
.pricelist-wrap.modern .wrap .input-check-wrap span::before {
width: 15px;
height: 15px;
}
.pricelist-wrap.modern .wrap .subtitle {
font-size: 13px;
letter-spacing: 1px;
}
.pricelist-wrap.modern .wrap .list-wrap {
margin-bottom: 10px;
}
.pricelist-wrap.modern .wrap .price-wrap {
font-size: 29px;
margin-bottom: 5px;
}
}
.pricelist-wrap.simple .wrap {
max-width: 500px;
}
.pricelist-wrap.simple .pricing-wrap {
padding: 100px 40px;
position: relative;
color: var(--light-color);
cursor: pointer;
background-size: cover;
background-position: center;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.simple .pricing-wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
background-color: rgba(0, 0, 0, 0.6);
}
.pricelist-wrap.simple .pricing-wrap:hover {
clip-path: inset(15px 15px 15px 15px);
}
.pricelist-wrap.simple .pricing-wrap * {
position: relative;
z-index: 10;
}
.pricelist-wrap.simple .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.simple .pricing-wrap .row {
align-items: center;
}
.pricelist-wrap.simple .title {
font-size: 36px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 700;
z-index: 10;
line-height: 1.5;
max-width: 400px;
}
.pricelist-wrap.simple .text {
font-size: 17px;
line-height: 1.7;
color: var(--light-color);
}
.pricelist-wrap.simple .subtitle {
font-size: 17px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
margin-top: 50px;
}
.pricelist-wrap.simple .list-wrap {
list-style: none;
font-size: 17px;
color: var(--light-color);
line-height: 1.7;
margin-top: 15px;
margin-bottom: 0;
}
.pricelist-wrap.simple .list-wrap i {
font-size: 14px;
display: inline-block;
margin-right: 10px;
}
.pricelist-wrap.simple .price-wrap {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
margin-bottom: 30px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: flex-start;
}
.pricelist-wrap.simple .price {
order: 2;
}
.pricelist-wrap.simple .input-check-wrap {
position: relative;
width: 30px;
height: 30px;
order: 1;
padding-top: 3px;
margin-right: 15px;
}
.pricelist-wrap.simple .input-check-wrap span {
width: 30px;
height: 30px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 3px;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.simple .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.simple .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 1199px) {
.pricelist-wrap.simple .title {
font-size: 29px;
}
.pricelist-wrap.simple .pricing-wrap {
padding: 80px 40px;
}
.pricelist-wrap.simple .pricing-wrap:hover {
clip-path: inset(25px 25px 25px 25px);
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.simple .pricing-wrap {
padding: 60px 40px;
}
.pricelist-wrap.simple .price-wrap {
margin-bottom: 40px;
}
.pricelist-wrap.simple .title {
font-size: 26px;
letter-spacing: 2px;
}
.pricelist-wrap.simple .text {
margin-top: 30px;
}
.pricelist-wrap.simple .subtitle {
margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.simple .subtitle,
.pricelist-wrap.simple .title {
letter-spacing: 1px;
}
.pricelist-wrap.simple .pricing-wrap {
padding: 50px 40px;
}
.pricelist-wrap.simple .pricing-wrap:hover {
clip-path: inset(15px 15px 15px 15px);
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.simple .title {
font-size: 21px;
}
.pricelist-wrap.simple .text {
margin-top: 10px;
}
.pricelist-wrap.simple .pricing-wrap {
padding: 35px 5px 40px;
}
.pricelist-wrap.simple .pricing-wrap:hover {
clip-path: inset(15px 5px 15px 5px);
}
.pricelist-wrap.simple .input-check-wrap span {
width: 25px;
height: 25px;
}
.pricelist-wrap.simple .input-check-wrap span::before {
width: 15px;
height: 15px;
}
.pricelist-wrap.simple .subtitle {
margin-top: 30px;
}
.pricelist-wrap.simple .price-wrap {
font-size: 29px;
margin-bottom: 25px;
}
}
.pricelist-wrap.with_media {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.pricelist-wrap.with_media .media-wrap {
padding-top: calc(60% / 4 * 3);
width: 60%;
background-size: cover;
background-position: center;
position: relative;
}
.pricelist-wrap.with_media .media-wrap.enable-video::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 5;
}
.pricelist-wrap.with_media .media-wrap .video-btn {
position: absolute;
top: 50%;
left: 50%;
width: 65px;
height: 65px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
-webkit-transform: translate(-50%, -50%) translateZ(0);
-moz-transform: translate(-50%, -50%) translateZ(0);
-ms-transform: translate(-50%, -50%) translateZ(0);
-o-transform: translate(-50%, -50%) translateZ(0);
transform: translate(-50%, -50%) translateZ(0);
color: var(--light-color);
z-index: 10;
background: var(--main-color);
border: 2px solid var(--main-color);
border-radius: 50%;
font-size: 35px;
-webkit-transition: background 450ms ease;
-moz-transition: background 450ms ease;
-ms-transition: background 450ms ease;
-o-transition: background 450ms ease;
transition: background 450ms ease;
}
.pricelist-wrap.with_media .media-wrap .video-btn i {
line-height: 1;
display: inline-block;
height: 35px;
margin-left: 6px;
}
.pricelist-wrap.with_media .media-wrap .video-btn:hover {
background: transparent;
}
.pricelist-wrap.with_media .pricing-wrap {
width: 40%;
padding-left: 70px;
cursor: pointer;
}
.pricelist-wrap.with_media .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.with_media .pricing-wrap .title,
.pricelist-wrap.with_media .pricing-wrap .subtitle {
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
z-index: 10;
}
.pricelist-wrap.with_media .pricing-wrap .title {
font-size: 26px;
letter-spacing: 3px;
margin-bottom: 10px;
}
.pricelist-wrap.with_media .pricing-wrap .subtitle {
font-size: 13px;
margin-bottom: 25px;
}
.pricelist-wrap.with_media .pricing-wrap .list-wrap {
list-style: none;
font-size: 17px;
color: var(--grey-color);
line-height: 1.7;
margin-bottom: 0;
}
.pricelist-wrap.with_media .pricing-wrap .list-wrap li i {
font-size: 14px;
color: var(--main-color);
display: inline-block;
margin-right: 15px;
}
.pricelist-wrap.with_media .pricing-wrap .price-wrap {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
display: -webkit-flex;
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.pricelist-wrap.with_media .pricing-wrap .price-wrap .price {
order: 2;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.with_media .pricing-wrap .input-check-wrap {
position: relative;
width: 30px;
height: 30px;
padding-top: 5px;
order: 1;
margin-right: 20px;
}
.pricelist-wrap.with_media .pricing-wrap .input-check-wrap span {
width: 30px;
height: 30px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 5px;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.with_media .pricing-wrap .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.with_media .pricing-wrap .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.with_media {
flex-direction: column;
}
.pricelist-wrap.with_media .media-wrap {
width: 100%;
padding-top: calc(100% / 4 * 3);
margin-bottom: 35px;
}
.pricelist-wrap.with_media .pricing-wrap {
width: 100%;
padding-left: 0;
}
.pricelist-wrap.with_media .pricing-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.with_media .pricing-wrap .title {
letter-spacing: 1px;
font-size: 24px;
margin-bottom: 0;
}
.pricelist-wrap.with_media .pricing-wrap .subtitle {
margin-bottom: 17px;
}
.pricelist-wrap.with_media .wrap .price-wrap {
font-size: 29px;
margin-bottom: 20px;
}
.pricelist-wrap.with_media .wrap .input-check-wrap {
margin-right: 10px;
}
.pricelist-wrap.with_media .wrap .input-check-wrap span {
width: 25px;
height: 25px;
}
.pricelist-wrap.with_media .wrap .input-check-wrap span::before {
width: 15px;
height: 15px;
}
}
.pricelist-wrap.contact_form_simple .top-wrap {
text-align: center;
margin-bottom: 70px;
}
.pricelist-wrap.contact_form_simple .top-wrap .title {
font-size: 26px;
letter-spacing: 2px;
font-weight: 700;
margin-bottom: 20px;
}
.pricelist-wrap.contact_form_simple .form {
margin: auto;
text-align: center;
}
.pricelist-wrap.contact_form_simple .form form {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap {
padding-right: 30px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
text-align: left;
min-width: calc(100% - 200px);
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap label {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
cursor: pointer;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap span {
width: 16px;
height: 16px;
border: 1px solid var(--main-color);
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
margin-top: -2px;
position: relative;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap span::before {
content: "";
font-family: "Ionicons";
visibility: hidden;
color: var(--main-color);
font-size: 10px;
position: absolute;
top: 50%;
letter-spacing: 0;
left: 55%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap input {
width: auto;
margin-bottom: 0;
margin-top: -4px;
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
top: 0;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap input:checked + span::before {
visibility: visible;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap a {
color: var(--main-color);
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
margin-left: 7px;
}
.pricelist-wrap.contact_form_simple .form form .button-wrap .term-wrap a:hover {
color: var(--dark-color);
}
.pricelist-wrap.contact_form_simple .form form textarea {
height: 100px;
}
.pricelist-wrap.contact_form_simple .form form input, .pricelist-wrap.contact_form_simple .form form textarea {
width: 100%;
background: transparent;
color: var(--dark-color);
border: none;
font-size: 16px;
font-weight: 300;
border-bottom: 1px solid var(--grey-color);
-webkit-transition: border-color 450ms ease;
-moz-transition: border-color 450ms ease;
-ms-transition: border-color 450ms ease;
-o-transition: border-color 450ms ease;
transition: border-color 450ms ease;
margin-bottom: 35px;
}
.pricelist-wrap.contact_form_simple .form form input:focus, .pricelist-wrap.contact_form_simple .form form textarea:focus {
border-color: var(--main-color);
background: transparent;
color: var(--dark-color);
}
.pricelist-wrap.contact_form_simple .form form button {
cursor: pointer;
}
.pricelist-wrap.contact_form_simple .form form button[disabled] {
opacity: 0.5;
}
.pricelist-wrap.contact_form_simple .form form input:first-of-type {
width: calc(50% - 15px);
margin-right: 30px;
}
.pricelist-wrap.contact_form_simple .form form input:nth-of-type(2) {
width: calc(50% - 15px);
}
.pricelist-wrap.contact_form_simple .form form input::-webkit-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form input::-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form input:-ms-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form input:-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form textarea::-webkit-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form textarea::-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form textarea:-ms-input-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .form form textarea:-moz-placeholder {
color: var(--grey-color);
}
.pricelist-wrap.contact_form_simple .reflector-send-popup {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.8);
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup.active {
visibility: visible;
opacity: 1;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content {
max-width: 500px;
min-height: 300px;
background: var(--black-color);
color: var(--light-color);
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 60px;
position: absolute;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .pdf-wrap {
margin-top: 20px;
display: none;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .close {
position: absolute;
top: 35px;
right: 30px;
width: 20px;
height: 20px;
display: inline-block;
cursor: pointer;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .close:hover {
opacity: 0.7;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .close .line {
display: block;
width: 24px;
height: 2px;
background-color: var(--light-color);
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .close .line:first-of-type {
-webkit-transform: rotate(45deg) translateY(2px);
-moz-transform: rotate(45deg) translateY(2px);
-ms-transform: rotate(45deg) translateY(2px);
-o-transform: rotate(45deg) translateY(2px);
transform: rotate(45deg) translateY(2px);
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .close .line:last-of-type {
-webkit-transform: rotate(-45deg) translateY(-1px);
-moz-transform: rotate(-45deg) translateY(-1px);
-ms-transform: rotate(-45deg) translateY(-1px);
-o-transform: rotate(-45deg) translateY(-1px);
transform: rotate(-45deg) translateY(-1px);
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .popup-title {
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
width: 100%;
color: var(--main-color);
margin-bottom: 30px;
position: relative;
padding-bottom: 30px;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .popup-title::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
background: currentColor;
width: 50px;
height: 2px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content p {
font-size: 19px;
width: 100%;
}
.pricelist-wrap.contact_form_simple .price-send-loader {
position: fixed;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: 9999;
background: rgba(255, 255, 255, 0.8);
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
.pricelist-wrap.contact_form_simple .price-send-loader.active {
opacity: 1;
visibility: visible;
}
.pricelist-wrap.contact_form_simple .lds-dual-ring {
display: inline-block;
width: 64px;
height: 64px;
}
.pricelist-wrap.contact_form_simple .lds-dual-ring:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid var(--black-color);
border-color: var(--black-color) transparent var(--black-color) transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .popup-title {
font-size: 29px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.contact_form_simple .reflector-send-popup .content {
padding: 40px;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .close {
top: 25px;
right: 20px;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .popup-title {
font-size: 24px;
padding-bottom: 20px;
margin-bottom: 10px;
}
.pricelist-wrap.contact_form_simple .reflector-send-popup .content .pdf-wrap {
margin-top: 10px;
}
.pricelist-wrap.contact_form_simple .top-wrap {
margin-bottom: 35px;
}
.pricelist-wrap.contact_form_simple .top-wrap .title {
letter-spacing: 1px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.contact_form_simple .reflector-send-popup {
max-width: calc(100% - 30px);
min-height: 200px;
}
.pricelist-wrap.contact_form_simple .form .button-wrap {
flex-direction: column;
}
.pricelist-wrap.contact_form_simple .form .button-wrap .term-wrap {
margin-bottom: 25px;
}
.pricelist-wrap.contact_form_simple .form form input:first-of-type, .pricelist-wrap.contact_form_simple .form form input:nth-of-type(2) {
width: 100%;
margin-right: 0;
}
.pricelist-wrap.contact_form_simple .title {
font-size: 21px;
letter-spacing: 1px;
}
}
.pricelist-wrap.img_bg {
margin: -15px;
width: calc(100% + 30px);
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
.pricelist-wrap.img_bg .pricing-wrap {
position: relative;
width: calc(100% / 3);
padding: 15px;
clip-path: inset(15px);
}
.pricelist-wrap.img_bg .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.img_bg .pricing-wrap:hover .wrap {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.pricelist-wrap.img_bg .content {
position: relative;
z-index: 10;
padding: 50px 30px;
}
.pricelist-wrap.img_bg .wrap {
cursor: pointer;
position: absolute;
top: 15px;
left: 15px;
z-index: 5;
width: calc(100% - 30px);
height: calc(100% - 30px);
background-size: cover;
background-position: center;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 550ms ease;
-moz-transition: all 550ms ease;
-ms-transition: all 550ms ease;
-o-transition: all 550ms ease;
transition: all 550ms ease;
}
.pricelist-wrap.img_bg .wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 10;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
}
.pricelist-wrap.img_bg .title,
.pricelist-wrap.img_bg .subtitle {
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
color: var(--light-color);
z-index: 10;
}
.pricelist-wrap.img_bg .title {
font-size: 26px;
letter-spacing: 3px;
margin-bottom: 40px;
}
.pricelist-wrap.img_bg .subtitle {
font-size: 13px;
margin-bottom: 15px;
}
.pricelist-wrap.img_bg .list-wrap {
list-style: none;
font-size: 17px;
color: var(--light-color);
line-height: 1.7;
margin-bottom: 35px;
}
.pricelist-wrap.img_bg .list-wrap li i {
font-size: 14px;
color: var(--main-color);
display: inline-block;
margin-right: 15px;
}
.pricelist-wrap.img_bg .price-wrap {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
color: var(--light-color);
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
}
.pricelist-wrap.img_bg .price-wrap .price {
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.img_bg .input-check-wrap {
position: relative;
width: 30px;
height: 30px;
padding-top: 5px;
}
.pricelist-wrap.img_bg .input-check-wrap span {
width: 30px;
height: 30px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 5px;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.img_bg .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.img_bg .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 1199px) {
.pricelist-wrap.img_bg .title {
font-size: 21px;
margin-bottom: 30px;
}
.pricelist-wrap.img_bg .subtitle {
font-size: 12px;
}
.pricelist-wrap.img_bg .list-wrap {
margin-bottom: 20px;
}
.pricelist-wrap.img_bg .content {
padding: 40px 30px 35px;
}
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.img_bg .pricing-wrap {
width: calc(50% - 30px);
max-width: 500px;
}
.pricelist-wrap.img_bg .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.img_bg .pricing-wrap {
width: 100%;
}
.pricelist-wrap.img_bg .pricing-wrap:not(:first-of-type) {
margin-top: -15px;
}
}
@media only screen and (max-width: 600px) {
.pricelist-wrap.img_bg .wrap .title {
letter-spacing: 1px;
}
.pricelist-wrap.img_bg .wrap .input-check-wrap span {
width: 25px;
height: 25px;
}
.pricelist-wrap.img_bg .wrap .input-check-wrap span::before {
width: 15px;
height: 15px;
}
.pricelist-wrap.img_bg .wrap .subtitle {
font-size: 13px;
letter-spacing: 1px;
}
.pricelist-wrap.img_bg .wrap .list-wrap {
margin-bottom: 10px;
}
.pricelist-wrap.img_bg .wrap .price-wrap {
font-size: 29px;
margin-bottom: 5px;
}
}
.pricelist-wrap.simple_list::before, .pricelist-wrap.simple_list::after {
content: "";
display: table;
clear: both;
}
.pricelist-wrap.simple_list .table-price-wrap {
display: -webkit-flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.pricelist-wrap.simple_list .title {
font-size: 17px;
line-height: 1.7;
color: var(--grey-color);
}
.pricelist-wrap.simple_list .cell-1 {
width: calc(100% - 205px);
}
.pricelist-wrap.simple_list .cell-3 {
text-align: right;
width: 70px;
}
.pricelist-wrap.simple_list .top-wrap {
width: calc(50% - 20px);
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
letter-spacing: 2px;
margin-bottom: 30px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--light-grey-color);
}
.pricelist-wrap.simple_list .top-wrap:first-of-type {
margin-right: 40px;
float: left;
}
.pricelist-wrap.simple_list .top-wrap .cell-2 {
width: 135px;
text-align: right;
}
.pricelist-wrap.simple_list .pricing-wrap {
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
width: calc(50% - 20px);
margin-bottom: 20px;
height: 100%;
cursor: pointer;
}
.pricelist-wrap.simple_list .pricing-wrap.active .input-check-wrap span::before {
opacity: 1;
}
.pricelist-wrap.simple_list .price-wrap {
font-weight: 700;
font-size: 29px;
letter-spacing: 2px;
font-family: var(--font2);
width: 205px;
text-align: right;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.pricelist-wrap.simple_list .price-wrap .price {
width: calc(100% - 70px);
margin-top: -10px;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.pricelist-wrap.simple_list .input-check-wrap {
position: relative;
width: 26px;
height: 26px;
}
.pricelist-wrap.simple_list .input-check-wrap span {
width: 26px;
height: 26px;
border: 2px solid var(--main-color);
border-radius: 50%;
position: absolute;
top: 0;
cursor: pointer;
left: 0;
z-index: 1;
}
.pricelist-wrap.simple_list .input-check-wrap span::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 16px;
background-color: var(--main-color);
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease;
z-index: 1;
}
.pricelist-wrap.simple_list .input-check-wrap input[type=radio] {
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 991px) {
.pricelist-wrap.simple_list {
padding: 0 30px;
}
.pricelist-wrap.simple_list .top-wrap {
width: 100%;
float: none !important;
margin-right: 0 !important;
}
.pricelist-wrap.simple_list .top-wrap:nth-of-type(2) {
display: none;
}
.pricelist-wrap.simple_list .pricing-wrap {
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.pricelist-wrap.simple_list .price-wrap {
font-size: 26px;
}
.pricelist-wrap.simple_list .pricing-wrap {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 576px) {
.pricelist-wrap.simple_list {
padding: 0 15px;
}
.pricelist-wrap.simple_list .top-wrap .cell-3 {
display: none;
}
.pricelist-wrap.simple_list .cell-1 {
width: calc(100% - 100px);
}
.pricelist-wrap.simple_list .price-wrap {
width: 100px;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-end;
}
.pricelist-wrap.simple_list .price-wrap .price {
width: 100%;
}
.pricelist-wrap.simple_list .input-check-wrap span {
width: 20px;
height: 20px;
}
.pricelist-wrap.simple_list .input-check-wrap span::before {
width: 10px;
height: 10px;
}
}
.main-wrapper.active-wrapper {
position: relative;
z-index: 9999;
}.faqs-wrap.simple .faq-item {
display: -webkit-flex;
display: flex;
margin-bottom: 50px;
}
.faqs-wrap.simple .faq-item:last-of-type {
margin-bottom: 0;
}
.faqs-wrap.simple .question {
width: 50%;
font-size: 17px;
font-weight: 700;
letter-spacing: 2px;
padding-right: 25px;
line-height: 1.7;
}
.faqs-wrap.simple .answer {
width: 50%;
font-size: 17px;
line-height: 1.7;
padding-left: 25px;
color: var(--grey-color);
}
@media only screen and (max-width: 991px) {
.faqs-wrap.simple .faq-item {
margin-bottom: 30px;
}
.faqs-wrap.simple .question {
padding-right: 15px;
}
.faqs-wrap.simple .answer {
padding-left: 15px;
}
}
@media only screen and (max-width: 600px) {
.faqs-wrap.simple {
margin-top: -10px;
}
.faqs-wrap.simple .faq-item {
flex-direction: column;
margin-bottom: 25px;
}
.faqs-wrap.simple .faq-item .question {
letter-spacing: 1px;
margin-bottom: 10px;
}
.faqs-wrap.simple .faq-item .question,
.faqs-wrap.simple .faq-item .answer {
padding: 0;
width: 100%;
}
}.custom-links-wrap.simple {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center; }
.custom-links-wrap.simple .item-wrap {
text-align: center;
width: calc(100% / 3);
margin: 20px auto;
position: relative; }
.custom-links-wrap.simple .item-wrap:nth-of-type(3n)::before, .custom-links-wrap.simple .item-wrap:nth-of-type(2n)::before {
content: '';
position: absolute;
top: 50%;
left: -2px;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
height: 70px;
width: 4px;
background: var(--light-main-color); }
.custom-links-wrap.simple .item-wrap a {
display: inline-block;
text-decoration: none; }
.custom-links-wrap.simple .item-wrap a:hover .title {
color: var(--main-color); }
.custom-links-wrap.simple .item-wrap .title {
color: var(--dark-color);
font-size: 26px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
display: block;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.custom-links-wrap.simple .item-wrap .subtitle {
display: block;
margin-top: 20px;
color: var(--grey-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px; }
@media only screen and (max-width: 1199px) {
.custom-links-wrap.simple .item-wrap .title {
font-size: 24px;
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.custom-links-wrap.simple .item-wrap {
width: 50%; }
.custom-links-wrap.simple .item-wrap .title {
font-size: 22px;
letter-spacing: 1px; }
.custom-links-wrap.simple .item-wrap:nth-of-type(3n)::before {
display: none; } }
@media only screen and (max-width: 576px) {
.custom-links-wrap.simple .item-wrap {
width: 100%; }
.custom-links-wrap.simple .item-wrap:nth-of-type(2n)::before {
display: none; }
.custom-links-wrap.simple .item-wrap .subtitle {
margin-top: 15px; } }
.custom-links-wrap.classic {
display: -webkit-flex;
display: flex;
margin-left: -15px;
width: calc(100% + 30px); }
.custom-links-wrap.classic .wrap {
max-width: 500px;
border: 1px solid var(--main-color);
padding: 50px 20px; }
.custom-links-wrap.classic.light_style {
color: var(--light-color); }
.custom-links-wrap.classic.light_style .second-subtitle {
color: var(--light-color);
opacity: .8; }
.custom-links-wrap.classic .item-wrap {
text-align: center;
width: 50%;
padding: 0 15px; }
.custom-links-wrap.classic .item-wrap:nth-of-type(odd) .wrap {
margin-left: 0;
margin-right: auto; }
.custom-links-wrap.classic .item-wrap:not(:first-of-type), .custom-links-wrap.classic .item-wrap:not(:nth-of-type(2)) {
margin-top: 30px; }
.custom-links-wrap.classic .item-wrap .wrap {
margin-right: 0;
margin-left: auto;
height: 100%;
display: -webkit-flex;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center; }
.custom-links-wrap.classic .first-subtitle {
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 30px;
color: var(--main-color); }
.custom-links-wrap.classic .second-subtitle {
font-size: 17px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 5px;
color: var(--grey-color); }
.custom-links-wrap.classic .title {
font-size: 36px;
font-weight: 700;
letter-spacing: 3px;
margin-bottom: 30px; }
@media only screen and (max-width: 1199px) {
.custom-links-wrap.classic .title {
font-size: 29px; } }
@media only screen and (max-width: 991px) {
.custom-links-wrap.classic .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.custom-links-wrap.classic .title {
font-size: 26px; } }
@media only screen and (max-width: 767px) {
.custom-links-wrap.classic .second-subtitle {
font-size: 15px; }
.custom-links-wrap.classic .title {
font-size: 24px; } }
@media only screen and (max-width: 600px) {
.custom-links-wrap.classic {
flex-direction: column; }
.custom-links-wrap.classic .wrap {
padding: 35px 20px; }
.custom-links-wrap.classic .first-subtitle {
margin-bottom: 25px; }
.custom-links-wrap.classic .title {
letter-spacing: 1px;
margin-bottom: 25px; }
.custom-links-wrap.classic .item-wrap {
width: 100%;
margin-top: 0 !important; }
.custom-links-wrap.classic .item-wrap:not(:last-of-type) {
margin-bottom: 15px !important; } }body{
--light-color: #fff;
--black-color: #030304;
--dark-color: #5e5a57;
--main-color: #e7dbc4;
--light-main-color: #f8f5ee;
--grey-color: #888;
--light-grey-color: #aaa;
}
.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
}
a {
}
h1,
h1a {
font-size: 54px !important;
line-height: normal;}
#topmenu ul li a {
}
#topmenu ul ul li a {
font-family: "Chivo", sans-serif !important;
}