@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; } }.info-block-wrap.text_style {
max-width: 1595px;
margin: 0 auto; }
.info-block-wrap.text_style .inner-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px; }
.info-block-wrap.text_style .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px; }
.info-block-wrap.text_style .title {
width: 43%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
color: var(--dark-color);
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
padding-right: 15px; }
.info-block-wrap.text_style .title span {
display: block;
max-width: 450px; }
.info-block-wrap.text_style .text {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: 0; }
@media only screen and (max-width: 1600px) {
.info-block-wrap.text_style {
max-width: 1200px; } }
@media only screen and (max-width: 1200px) {
.info-block-wrap.text_style {
max-width: 1050px; } }
@media only screen and (max-width: 1024px) {
.info-block-wrap.text_style {
max-width: 100%;
padding: 0 30px; }
.info-block-wrap.text_style .title {
letter-spacing: 2px;
width: 37%; }
.info-block-wrap.text_style .text {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.text_style .inner-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.info-block-wrap.text_style .title {
font-size: 26px;
width: 100%;
margin-bottom: 0; }
.info-block-wrap.text_style .text {
margin-top: 20px; } }
@media only screen and (max-width: 576px) {
.info-block-wrap.text_style {
padding: 0 15px; }
.info-block-wrap.text_style .title {
letter-spacing: 1px; }
.info-block-wrap.text_style .text {
margin-top: 10px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
font-size: 16px; } }
.info-block-wrap.tabs .tabs-item {
display: none; }
.info-block-wrap.tabs .tabs-item.active {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.info-block-wrap.tabs .tabs-item {
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.info-block-wrap.tabs .tabs-header ul {
margin: 0; }
.info-block-wrap.tabs .tabs-header li {
list-style: none;
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;
border-bottom: 1px solid transparent;
-webkit-transition: border .35s ease;
-o-transition: border .35s ease;
transition: border .35s ease;
cursor: pointer;
position: relative;
padding-bottom: 10px;
padding-right: 32px; }
.info-block-wrap.tabs .tabs-header li::before, .info-block-wrap.tabs .tabs-header li::after {
width: 14px;
height: 2px;
background-color: var(--dark-color);
position: absolute;
display: block;
content: '';
right: 10px;
opacity: 0;
-webkit-transition: 0.35s opacity ease, -webkit-transform 0.35s ease;
-moz-transition: 0.35s opacity ease, -moz-transform 0.35s ease;
-ms-transition: 0.35s opacity ease, -ms-transform 0.35s ease;
-o-transition: 0.35s opacity ease, -o-transform 0.35s ease;
transition: 0.35s opacity ease, transform 0.35s ease; }
.info-block-wrap.tabs .tabs-header li::before {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg); }
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 35px; }
.info-block-wrap.tabs .tabs-header li:hover::after {
opacity: 1; }
.info-block-wrap.tabs .tabs-header li.active, .info-block-wrap.tabs .tabs-header li:hover {
border-color: var(--dark-color); }
.info-block-wrap.tabs .tabs-header li.active::before, .info-block-wrap.tabs .tabs-header li.active::after {
opacity: 1; }
.info-block-wrap.tabs .tabs-header li i {
margin-right: 20px;
color: var(--dark-color);
font-size: 12px;
font-weight: 500;
font-style: normal;
letter-spacing: 4px; }
.info-block-wrap.tabs .content-wrap {
padding: 40px 0;
width: -webkit-calc(43% - 50px);
width: calc(43% - 50px); }
.info-block-wrap.tabs .image-tabs {
margin-left: -70px;
position: relative; }
.info-block-wrap.tabs .image-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 80%;
width: -webkit-calc(57% - 50px);
width: calc(57% - 50px); }
.info-block-wrap.tabs .inner-content {
padding: 40px 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--light-main-color);
position: relative; }
.info-block-wrap.tabs .inner-content::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -100%;
background-color: var(--light-main-color);
z-index: -1; }
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 450px; }
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 80px; }
.info-block-wrap.tabs .inner-content .tabs .tabs-header {
max-width: calc(100% - 30px); }
.info-block-wrap.tabs .content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1625px;
padding: 0 15px;
margin: 0 auto; }
.info-block-wrap.tabs .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px; }
.info-block-wrap.tabs .text {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
margin: 20px 0 0; }
.info-block-wrap.tabs .title-wrap {
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700; }
.info-block-wrap.tabs .inner-text {
margin: 15px 0 0;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67; }
.info-block-wrap.tabs .inner img {
margin-bottom: 25px;
max-width: 130px; }
@media only screen and (max-width: 1600px) {
.info-block-wrap.tabs .content {
max-width: 1200px; }
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 400px; } }
@media only screen and (max-width: 1200px) {
.info-block-wrap.tabs .content {
max-width: 1050px; }
.info-block-wrap.tabs .image-tabs {
margin-left: -30px; }
.info-block-wrap.tabs .image-wrap {
width: -webkit-calc(55% - 10px);
width: calc(55% - 10px); }
.info-block-wrap.tabs .content-wrap {
width: -webkit-calc(45% - 30px);
width: calc(45% - 30px); }
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 50px; }
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 335px; }
.info-block-wrap.tabs .tabs-header {
max-width: 100%; }
.info-block-wrap.tabs .tabs-header li {
padding-bottom: 5px; }
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 20px; } }
@media only screen and (max-width: 1024px) {
.info-block-wrap.tabs .content {
max-width: 100%;
padding: 0 30px; }
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 320px; }
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 30px; } }
@media only screen and (max-width: 991px) {
.info-block-wrap.tabs .tabs-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: flex-start; }
.info-block-wrap.tabs .image-tabs {
margin-left: 30px; }
.info-block-wrap.tabs .image-wrap,
.info-block-wrap.tabs .content-wrap {
width: 100%; }
.info-block-wrap.tabs .content {
min-height: auto !important; }
.info-block-wrap.tabs .content-wrap {
padding: 10px 0 0; }
.info-block-wrap.tabs .image-wrap {
min-height: 250px; }
.info-block-wrap.tabs .inner-content {
width: 50%;
padding: 20px 15px 20px 0; }
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 100%; }
.info-block-wrap.tabs .inner img {
display: none; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.tabs .inner-text {
font-size: 16px; }
.info-block-wrap.tabs .text {
font-size: 20px; }
.info-block-wrap.tabs .title-wrap {
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 576px) {
.info-block-wrap.tabs .content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 15px; }
.info-block-wrap.tabs .inner-content {
padding: 45px 0 35px;
width: 100%; }
.info-block-wrap.tabs .inner-content::before {
right: -15px; }
.info-block-wrap.tabs .subtitle {
letter-spacing: 1px; }
.info-block-wrap.tabs .text {
margin-top: 15px; }
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 15px; }
.info-block-wrap.tabs .tabs-header li i {
margin-right: 15px;
letter-spacing: 1px; }
.info-block-wrap.tabs .image-tabs {
margin-left: 0;
margin-top: 15px; }
.info-block-wrap.tabs .inner-text {
margin-top: 10px; } }
.info-block-wrap.simple {
text-align: center; }
.info-block-wrap.simple .subtitle {
color: var(--dark-color);
font-size: 15px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px; }
.info-block-wrap.simple .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-weight: 300;
line-height: 1.47;
color: var(--grey-color); }
.info-block-wrap.simple .btn-wrapper {
margin-top: 40px; }
@media only screen and (max-width: 1300px) {
.info-block-wrap.simple .text {
font-size: 24px; } }
@media only screen and (max-width: 1024px) {
.info-block-wrap.simple .text {
max-width: 680px;
font-size: 23px; } }
@media only screen and (max-width: 991px) {
.info-block-wrap.simple .text {
max-width: 650px;
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 42px; }
.info-block-wrap.simple .text {
font-size: 19px; } }
@media only screen and (max-width: 600px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 35px; }
.info-block-wrap.simple .subtitle {
margin-bottom: 25px; } }
.info-block-wrap.accordion .accordion__title {
font-weight: 700;
color: var(--dark-color);
font-size: 17px;
line-height: 1.5;
letter-spacing: 2.2px;
position: relative;
padding: 15px 25px 15px 0;
border-bottom: 1px solid #ddd;
cursor: pointer;
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all; }
.info-block-wrap.accordion .accordion__title span:before, .info-block-wrap.accordion .accordion__title span:after {
width: 12px;
height: 2px;
display: block;
content: '';
position: absolute;
right: 0;
top: 50%;
margin: -1px;
background-color: var(--dark-color);
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all; }
.info-block-wrap.accordion .accordion__title span:after {
transform: rotate(270deg); }
.info-block-wrap.accordion .accordion__text {
font-size: 17px;
color: var(--grey-color);
line-height: 1.73;
padding: 20px 0;
display: none;
font-weight: 300;
border-bottom: 1px solid #ddd; }
.info-block-wrap.accordion .accordion__title:hover {
color: var(--main-color);
border-color: var(--main-color); }
.info-block-wrap.accordion .accordion__title:hover span:before, .info-block-wrap.accordion .accordion__title:hover span:after {
background-color: var(--main-color); }
.info-block-wrap.accordion .accordion__item.active .accordion__title {
color: var(--main-color);
border-color: var(--main-color); }
.info-block-wrap.accordion .accordion__item.active .accordion__title span:before, .info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
background-color: var(--main-color); }
.info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0); }
@media only screen and (max-width: 991px) {
.info-block-wrap.accordion {
margin-top: -15px; } }
.info-block-wrap.modern .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px; }
.info-block-wrap.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
padding-bottom: 35px;
border-bottom: 1px solid var(--dark-color); }
.info-block-wrap.modern .quote {
margin-top: 35px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic; }
.info-block-wrap.modern .text {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67; }
.info-block-wrap.modern .add-image {
margin-top: 15px; }
@media only screen and (max-width: 1024px) {
.info-block-wrap.modern .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.modern .title {
font-size: 26px;
padding-bottom: 25px; }
.info-block-wrap.modern .quote {
margin-top: 25px;
font-size: 20px; }
.info-block-wrap.modern .text {
margin-top: 20px;
font-size: 16px; }
.info-block-wrap.modern .add-image {
margin-top: 5px; } }
.info-block-wrap.creative {
display: -webkit-flex;
display: flex; }
.info-block-wrap.creative .image-wrap {
background-size: cover;
background-position: center;
width: 60%;
height: inherit; }
.info-block-wrap.creative .text-wrap {
width: 40%;
background: var(--black-color);
color: var(--light-color);
padding: 120px 50px;
text-align: center; }
.info-block-wrap.creative .text-wrap .subtitle {
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
color: var(--main-color); }
.info-block-wrap.creative .text-wrap .title {
margin: 20px 0 0;
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3; }
.info-block-wrap.creative .text-wrap .text {
line-height: 1.75;
font-weight: 300;
font-size: 21px;
margin-top: 50px;
margin-bottom: 50px; }
@media only screen and (max-width: 1200px) {
.info-block-wrap.creative .text-wrap {
padding: 70px 40px; }
.info-block-wrap.creative .text-wrap .text {
margin-top: 35px;
margin-bottom: 35px; } }
@media only screen and (max-width: 1024px) {
.info-block-wrap.creative .text-wrap .text {
font-size: 19px;
line-height: 1.6; }
.info-block-wrap.creative .text-wrap .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 991px) {
.info-block-wrap.creative {
position: relative; }
.info-block-wrap.creative .image-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.info-block-wrap.creative .text-wrap {
font-size: 19px;
line-height: 1.6;
background: rgba(0, 0, 0, 0.7);
position: relative;
width: 100%; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.creative .text-wrap .title {
font-size: 26px; }
.info-block-wrap.creative .text-wrap {
padding: 40px 15px; }
.info-block-wrap.creative .text-wrap .text {
margin-top: 20px;
margin-bottom: 25px;
font-size: 18px; } }
.info-block-wrap.simple_text {
text-align: center;
max-width: 1100px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: auto; }
@media only screen and (max-width: 768px) {
.info-block-wrap.simple_text {
font-size: 16px;
line-height: 1.6; } }
.info-block-wrap.info_list {
background-position: center;
background-size: cover;
text-align: center;
padding: 150px 50px;
min-height: 550px;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--black-color);
position: relative; }
.info-block-wrap.info_list::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
right: 0;
background-color: rgba(0, 0, 0, 0.4); }
.info-block-wrap.info_list .title,
.info-block-wrap.info_list .text {
max-width: 770px;
position: relative;
z-index: 5; }
.info-block-wrap.info_list .title {
margin-bottom: 40px;
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
color: var(--main-color); }
.info-block-wrap.info_list .text {
font-size: 17px;
line-height: 2;
color: var(--light-color); }
@media only screen and (max-width: 1199px) {
.info-block-wrap.info_list {
min-height: 400px; } }
@media only screen and (max-width: 991px) {
.info-block-wrap.info_list {
padding: 100px 50px; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.info_list .title {
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 30px; } }
@media only screen and (max-width: 600px) {
.info-block-wrap.info_list {
padding: 50px 20px 40px;
min-height: auto; }
.info-block-wrap.info_list .title {
letter-spacing: 1px;
margin-bottom: 20px; } }
.info-block-wrap.classic .title {
color: var(--main-color);
font-size: 29px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
max-width: 700px;
margin-left: auto;
margin-right: auto; }
.info-block-wrap.classic .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 17px;
font-weight: 300;
line-height: 1.7;
color: var(--grey-color); }
.info-block-wrap.classic .text a {
color: var(--main-color);
text-decoration: none;
font-weight: 400; }
.info-block-wrap.classic .text a:hover {
color: var(--grey-color); }
.info-block-wrap.classic .btn-wrapper {
margin-top: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto; }
@media only screen and (max-width: 1024px) {
.info-block-wrap.classic .title {
letter-spacing: 2px; }
.info-block-wrap.classic .text {
max-width: 680px; } }
@media only screen and (max-width: 991px) {
.info-block-wrap.classic .text {
max-width: 650px; }
.info-block-wrap.classic .text p {
margin-bottom: 10px; }
.info-block-wrap.classic .btn-wrapper {
margin-top: 27px; }
.info-block-wrap.classic .title {
font-size: 26px;
margin-bottom: 15px; } }
@media only screen and (max-width: 768px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 42px; }
.info-block-wrap.classic .title {
font-size: 26px; } }
@media only screen and (max-width: 600px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 25px; }
.info-block-wrap.classic .title {
margin-bottom: 10px;
letter-spacing: 1px; } }
.info-block-wrap.quote {
text-align: center; }
.info-block-wrap.quote i {
font-size: 50px;
color: var(--main-color); }
.info-block-wrap.quote .text-wrap {
padding-top: 20px; }
.info-block-wrap.quote .quote-wrap {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400; }
@media only screen and (max-width: 991px) {
.info-block-wrap.quote .quote-wrap {
font-size: 21px;
line-height: 1.5; }
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 10px; } }
@media only screen and (max-width: 576px) {
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 0; }
.info-block-wrap.quote i {
font-size: 40px; } }.main-header-testimonial.urban .swiper-container {
margin-top: 60px;
max-width: calc(100% - 180px);
margin-left: auto;
margin-right: auto; }
.main-header-testimonial.urban .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
text-align: center; }
.main-header-testimonial.urban .description {
max-width: 700px;
margin: 0 auto;
text-align: center; }
.main-header-testimonial.urban .description p {
margin-top: 35px;
color: var(--light-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
text-align: center; }
.main-header-testimonial.urban .name {
margin-top: 65px;
color: var(--light-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
text-align: center; }
.main-header-testimonial.urban .swiper-button {
width: auto;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-image: none;
color: var(--light-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 20px; }
.main-header-testimonial.urban .swiper-button-prev {
padding-right: 25px;
border-right: 1px solid rgba(255, 255, 255, 0.3); }
.main-header-testimonial.urban .swiper-button-next {
padding-left: 25px;
border-left: 1px solid rgba(255, 255, 255, 0.3); }
@media only screen and (max-width: 1024px) {
.main-header-testimonial.urban .description p {
font-size: 22px; }
.main-header-testimonial.urban .swiper-container {
margin-top: 45px; }
.main-header-testimonial.urban .swiper-button {
padding-top: 10px;
padding-bottom: 10px; }
.main-header-testimonial.urban .swiper-button-prev {
left: 0;
padding-right: 10px; }
.main-header-testimonial.urban .swiper-button-next {
right: 0;
padding-left: 10px; }
.main-header-testimonial.urban .name {
margin-top: 45px; } }
@media only screen and (max-width: 991px) {
.main-header-testimonial.urban .description p {
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.main-header-testimonial.urban .swiper-container {
margin-top: 40px; }
.main-header-testimonial.urban .description p {
margin-top: 20px;
font-size: 18px; }
.main-header-testimonial.urban .swiper-button {
font-size: 13px;
letter-spacing: 2px;
margin-top: 0; }
.main-header-testimonial.urban .name {
margin-top: 30px;
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 767px) {
.main-header-testimonial.urban .swiper-container {
max-width: 100%; }
.main-header-testimonial.urban .swiper-button {
position: static;
display: inline-block; }
.main-header-testimonial.urban .swiper-btn-wrap {
text-align: center;
margin: 50px 0 0; } }
@media only screen and (max-width: 576px) {
.main-header-testimonial.urban .subtitle {
letter-spacing: 1px; }
.main-header-testimonial.urban .description {
max-width: 100%; } }
.main-header-testimonial.dark_urban .swiper-container {
max-width: calc(100% - 180px);
margin-left: auto;
margin-right: auto; }
.main-header-testimonial.dark_urban .description {
max-width: 700px;
margin: 0 auto;
text-align: center; }
.main-header-testimonial.dark_urban .description p {
color: var(--grey-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
text-align: center; }
.main-header-testimonial.dark_urban .name {
margin-top: 45px;
color: var(--dark-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
text-align: center; }
.main-header-testimonial.dark_urban .swiper-button {
width: auto;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-image: none;
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: color 450ms ease;
-moz-transition: color 450ms ease;
-ms-transition: color 450ms ease;
-o-transition: color 450ms ease;
transition: color 450ms ease; }
.main-header-testimonial.dark_urban .swiper-button-prev {
padding-right: 25px;
border-right: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.dark_urban .swiper-button-next {
padding-left: 25px;
border-left: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.dark_urban .swiper-button:hover {
color: var(--grey-color); }
@media only screen and (max-width: 1024px) {
.main-header-testimonial.dark_urban .description p {
font-size: 22px; }
.main-header-testimonial.dark_urban .swiper-button {
padding-top: 10px;
padding-bottom: 10px; }
.main-header-testimonial.dark_urban .swiper-button-prev {
left: 0;
padding-right: 10px; }
.main-header-testimonial.dark_urban .swiper-button-next {
right: 0;
padding-left: 10px; }
.main-header-testimonial.dark_urban .name {
margin-top: 45px; } }
@media only screen and (max-width: 991px) {
.main-header-testimonial.dark_urban .description p {
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.main-header-testimonial.dark_urban .description p {
margin-top: 20px;
font-size: 18px; }
.main-header-testimonial.dark_urban .swiper-button {
font-size: 13px;
letter-spacing: 2px;
margin-top: 0; }
.main-header-testimonial.dark_urban .name {
margin-top: 30px;
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 767px) {
.main-header-testimonial.dark_urban .swiper-container {
max-width: 100%; }
.main-header-testimonial.dark_urban .swiper-button {
position: static;
display: inline-block; }
.main-header-testimonial.dark_urban .swiper-btn-wrap {
text-align: center;
margin: 50px 0 0; } }
@media only screen and (max-width: 576px) {
.main-header-testimonial.dark_urban .col-12 {
padding: 0; }
.main-header-testimonial.dark_urban .description {
max-width: 100%; }
.main-header-testimonial.dark_urban .description p {
margin-top: 10px; } }
.main-header-testimonial.gold_urban .swiper-container {
max-width: calc(100% - 180px);
margin-left: auto;
margin-right: auto; }
.main-header-testimonial.gold_urban .description {
max-width: 700px;
margin: 0 auto;
text-align: center;
padding-top: 50px;
position: relative; }
.main-header-testimonial.gold_urban .description p {
margin-top: 35px;
color: var(--grey-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
text-align: center; }
.main-header-testimonial.gold_urban .description::before {
content: "\f347";
font-family: "Ionicons";
position: absolute;
top: 0;
left: 50%;
font-size: 40px;
color: var(--main-color);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.main-header-testimonial.gold_urban .name {
margin-top: 40px;
color: var(--main-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
text-align: center; }
.main-header-testimonial.gold_urban .swiper-button {
width: auto;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-image: none;
color: var(--main-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 20px;
-webkit-transition: color 450ms ease;
-moz-transition: color 450ms ease;
-ms-transition: color 450ms ease;
-o-transition: color 450ms ease;
transition: color 450ms ease; }
.main-header-testimonial.gold_urban .swiper-button-prev {
padding-right: 25px;
border-right: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.gold_urban .swiper-button-next {
padding-left: 25px;
border-left: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.gold_urban .swiper-button:hover {
color: var(--dark-color); }
@media only screen and (max-width: 1024px) {
.main-header-testimonial.gold_urban .description p {
font-size: 22px; }
.main-header-testimonial.gold_urban .swiper-button {
padding-top: 10px;
padding-bottom: 10px; }
.main-header-testimonial.gold_urban .swiper-button-prev {
left: 0;
padding-right: 10px; }
.main-header-testimonial.gold_urban .swiper-button-next {
right: 0;
padding-left: 10px; }
.main-header-testimonial.gold_urban .name {
margin-top: 45px; } }
@media only screen and (max-width: 991px) {
.main-header-testimonial.gold_urban .description p {
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.main-header-testimonial.gold_urban .description p {
margin-top: 20px;
font-size: 18px; }
.main-header-testimonial.gold_urban .swiper-button {
font-size: 13px;
letter-spacing: 2px;
margin-top: 0; }
.main-header-testimonial.gold_urban .name {
margin-top: 30px;
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 767px) {
.main-header-testimonial.gold_urban .swiper-container {
max-width: 100%; }
.main-header-testimonial.gold_urban .swiper-button {
position: static;
display: inline-block; }
.main-header-testimonial.gold_urban .swiper-btn-wrap {
text-align: center;
margin: 50px 0 0; } }
@media only screen and (max-width: 576px) {
.main-header-testimonial.gold_urban .description {
max-width: 100%;
padding-top: 35px; }
.main-header-testimonial.gold_urban .description::before {
font-size: 30px; } }.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; } }.parallax-showcase-wrapper .s-back-switch {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 100vh; }
.parallax-showcase-wrapper .parallax-showcase-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: flex-end;
padding: 0 70px;
position: relative;
min-height: 100vh; }
.parallax-showcase-wrapper .parallax-showcase-item:nth-child(odd) {
justify-content: flex-start; }
.parallax-showcase-wrapper .parallax-showcase-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3); }
.parallax-showcase-wrapper .parallax-showcase-content {
max-width: 600px;
position: relative;
z-index: 10;
padding: 35px 40px 35px; }
.parallax-showcase-wrapper .parallax-showcase-content .main-line {
overflow: hidden;
position: relative; }
.parallax-showcase-wrapper .parallax-showcase-content .line-box {
background-color: var(--light-color);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateX(-101%);
transform: translateX(-101%); }
.parallax-showcase-wrapper .parallax-showcase-content .title {
overflow: hidden;
max-width: 100%;
display: inline-block; }
.parallax-showcase-wrapper .parallax-showcase-content .title span.main-line {
display: block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
color: transparent; }
.parallax-showcase-wrapper .parallax-showcase-content .title.start-anim .line-box {
-webkit-animation-name: textMask;
animation-name: textMask;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(1, 0, 1, 1);
animation-timing-function: cubic-bezier(1, 0, 1, 1);
animation-delay: .1s;
-webkit-animation-delay: .1s; }
.parallax-showcase-wrapper .parallax-showcase-content .title.end-anim span.main-line {
color: inherit; }
.parallax-showcase-wrapper .parallax-showcase-content .title.end-anim .line-box {
-webkit-animation-name: textMaskOut;
animation-name: textMaskOut;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
animation-timing-function: cubic-bezier(0, 0, 0, 1);
-webkit-animation-delay: .25s;
animation-delay: .25s; }
.parallax-showcase-wrapper .title {
color: var(--light-color);
margin-bottom: 15px;
display: block;
font-size: 60px;
font-weight: bold;
line-height: 1.2;
letter-spacing: 1.5px;
text-decoration: none; }
.parallax-showcase-wrapper .title:hover {
opacity: .8;
text-decoration: none; }
.parallax-showcase-wrapper .desc {
color: var(--light-color);
font-size: 17px;
font-weight: 300;
letter-spacing: 1px;
line-height: 1.7;
word-wrap: break-word;
max-width: 390px; }
.parallax-showcase-wrapper .btn-wrapper {
margin-top: 30px; }
@keyframes textMask {
0% {
-webkit-transform: translateX(-101%);
transform: translateX(-101%); }
100% {
-webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes textMaskOut {
0% {
-webkit-transform: translateX(0);
transform: translateX(0); }
100% {
-webkit-transform: translateX(101%);
transform: translateX(101%); } }
@media only screen and (max-width: 1024px) {
.parallax-showcase-wrapper .title {
font-size: 50px; } }
@media only screen and (max-width: 768px) {
.parallax-showcase-wrapper .parallax-showcase-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0; }
.parallax-showcase-wrapper .parallax-showcase-content {
max-width: calc(100% - 30px);
margin: auto;
text-align: center; }
.parallax-showcase-wrapper .title {
font-size: 35px; }
.parallax-showcase-wrapper .desc {
font-size: 16px; } }
@media only screen and (max-width: 576px) {
.parallax-showcase-wrapper .title {
font-size: 33px; } }
.portfolio-wrap.mix-masonry .item {
display: block;
text-decoration: none; }
.portfolio-wrap.mix-masonry .item .title {
margin-top: 20px;
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
text-transform: uppercase; }
.portfolio-wrap.mix-masonry .item span {
display: inline-block;
overflow: hidden; }
.portfolio-wrap.mix-masonry .item img {
-webkit-transition: -webkit-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
transition: transform 1s ease;
-webkit-transform: scale(1) translateZ(0);
-moz-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0); }
.portfolio-wrap.mix-masonry .item:hover img {
-webkit-transform: scale(1.03) translateZ(0);
-moz-transform: scale(1.03) translateZ(0);
transform: scale(1.03) translateZ(0); }
.portfolio-wrap.mix-masonry.same {
margin-left: -90px;
margin-top: -90px;
margin-bottom: -50px;
width: calc(100% + 180px); }
.portfolio-wrap.mix-masonry.same .item {
overflow: visible !important; }
.portfolio-wrap.mix-masonry.same .title {
position: absolute;
bottom: -45px;
margin-top: 0;
padding-top: 20px;
background: var(--light-color);
width: 100%;
left: 0; }
.portfolio-wrap.mix-masonry.not_same .item {
width: calc(50% - 45px);
margin-bottom: 40px; }
.portfolio-wrap.mix-masonry.not_same .item .title {
position: static; }
@media only screen and (max-width: 1199px) {
.portfolio-wrap.mix-masonry.not_same .item {
width: calc(50% - 30px);
margin-bottom: 20px; }
.portfolio-wrap.mix-masonry.not_same .item .title {
margin-top: 15px; }
.portfolio-wrap.mix-masonry.same {
margin-left: -60px;
margin-top: -60px;
margin-bottom: -20px;
width: calc(100% + 120px); }
.portfolio-wrap.mix-masonry.same .title {
padding-top: 22px;
bottom: -35px; } }
@media only screen and (max-width: 767px) {
.portfolio-wrap.mix-masonry.not_same .item {
width: calc(50% - 7.5px);
margin-bottom: 15px; }
.portfolio-wrap.mix-masonry.same {
margin-left: -15px;
margin-top: -15px;
margin-bottom: 0;
width: calc(100% + 30px); }
.portfolio-wrap.mix-masonry.same .title {
bottom: 0;
padding-top: 21px; }
.portfolio-wrap.mix-masonry .title {
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 600px) {
.portfolio-wrap.mix-masonry.not_same .item {
width: 100%; } }
.masonry-animated .masonry-animated-item {
width: calc(100% / 3 - 20px);
margin-bottom: 70px; }
.masonry-animated .img-wrap {
box-sizing: border-box;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
-moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
.masonry-animated .img-wrap:hover {
clip-path: inset(5% 5% 5% 5%); }
.masonry-animated .wrapper {
display: -webkit-flex;
display: flex; }
.masonry-animated .content {
margin-top: 10px; }
.masonry-animated .category {
color: var(--grey-color);
display: inline-block;
font-size: 12px;
writing-mode: vertical-rl;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
padding-left: 10px;
text-transform: uppercase;
padding-top: 10px;
font-weight: 700;
letter-spacing: 2px; }
.masonry-animated .title {
font-size: 21px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
color: var(--dark-color);
display: inline-block;
margin-bottom: 12px; }
.masonry-animated .title:hover {
color: var(--grey-color); }
@media only screen and (max-width: 1300px) {
.masonry-animated .masonry-animated-item {
margin-bottom: 40px; }
.masonry-animated .title {
font-size: 19px; } }
@media only screen and (max-width: 1199px) {
.masonry-animated .title {
font-size: 17px; } }
@media only screen and (max-width: 991px) {
.masonry-animated .masonry-animated-item {
width: calc(50% - 15px); } }
@media only screen and (max-width: 767px) {
.masonry-animated .masonry-animated-item {
width: 100%;
margin-bottom: 15px; }
.masonry-animated .category {
letter-spacing: 1px; }
.masonry-animated .title {
font-size: 15px;
letter-spacing: 1px; } }
.modern-animated .modern-animated-item {
width: 20%;
padding: 15px 70px;
display: -webkit-flex;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center; }
.modern-animated .modern-animated-item.even {
padding: 70px 15px; }
.modern-animated .img-wrap {
box-sizing: border-box;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
-moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
.modern-animated .img-wrap:hover {
clip-path: inset(5% 5% 5% 5%); }
.modern-animated .content {
width: 100%; }
.modern-animated .content .title {
font-weight: 700;
font-size: 17px;
margin-top: 20px;
letter-spacing: 2px;
text-decoration: none;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
display: block;
text-transform: uppercase; }
.modern-animated .content .title:hover {
color: var(--grey-color); }
.modern-animated .content .category {
color: var(--main-color);
font-size: 12px;
margin-top: 5px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700; }
@media only screen and (max-width: 1500px) {
.modern-animated .modern-animated-item {
padding: 15px 50px; }
.modern-animated .modern-animated-item.even {
padding: 50px 15px; } }
@media only screen and (max-width: 1300px) {
.modern-animated .modern-animated-item {
width: calc(100% / 3);
padding: 15px 80px; }
.modern-animated .modern-animated-item.even {
padding: 80px 15px; } }
@media only screen and (max-width: 1220px) {
.modern-animated .modern-animated-item {
padding: 0 80px; }
.modern-animated .modern-animated-item.even {
padding: 70px 0; } }
@media only screen and (max-width: 1100px) {
.modern-animated .modern-animated-item {
padding: 0 50px; }
.modern-animated .modern-animated-item.even {
padding: 40px 0; } }
@media only screen and (max-width: 991px) {
.modern-animated .content .title,
.modern-animated .content .category {
letter-spacing: 1px; } }
@media only screen and (max-width: 768px) {
.modern-animated .modern-animated-item {
width: 100%;
padding: 15px 0;
text-align: center; }
.modern-animated .modern-animated-item.even {
padding: 0; }
.modern-animated .modern-animated-item .category {
margin-bottom: 10px; } }
.distortion__item {
display: flex; }
.distortion__item.reverse {
flex-direction: row-reverse; }
.distortion__img-wrap, .distortion__text-wrap {
width: 50%; }
.distortion__imgs {
position: relative;
height: 50vw; }
.distortion__imgs img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0; }
.distortion__imgs canvas {
height: 100% !important;
width: 100% !important;
display: block; }
.distortion__content {
background-color: #000;
padding: 8vw 6vw;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
max-height: 50vw; }
.distortion__nav {
font-size: 0;
margin-bottom: 21px; }
.distortion__nav span {
display: inline-block;
text-transform: uppercase;
margin-right: 5px;
margin-bottom: 5px;
text-decoration: none;
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }
.distortion__nav span:hover {
text-decoration: none;
color: var(--dark-color); }
.distortion__title {
letter-spacing: 2px;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 40px;
font-weight: 700;
color: var(--light-color);
line-height: 1.3;
text-transform: uppercase;
max-width: 770px;
margin-bottom: 20px; }
.distortion__link {
margin-top: 30px; }
.distortion__text {
font-size: 17px;
line-height: 1.7;
font-weight: 400;
color: var(--light-color);
margin-bottom: 10px; }
@media only screen and (max-width: 1300px) {
.distortion__title {
font-size: 34px; } }
@media only screen and (max-width: 1199px) {
.distortion__content {
padding: 50px 80px; }
.distortion__title {
font-size: 32px; }
.distortion__text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical; } }
@media (max-width: 991px) {
.distortion__content {
padding: 40px; }
.distortion__title {
font-size: 29px; }
.distortion__text {
-webkit-line-clamp: 3; }
.distortion__link {
margin-top: 30px; } }
@media (max-width: 768px) {
.distortion__item, .distortion__item.reverse {
flex-direction: column; }
.distortion__img-wrap, .distortion__text-wrap {
width: 100%; }
.distortion__imgs {
height: 100vw; }
.distortion__content {
max-height: none; }
.distortion__text, .distortion__title {
overflow: visible;
text-overflow: initial;
display: block;
-webkit-line-clamp: initial;
-webkit-box-orient: initial; }
.distortion__title {
font-size: 29px;
letter-spacing: 1px; }
.distortion__nav span {
letter-spacing: 1px; }
.distortion__text {
font-size: 16px; } }
@media (max-width: 480px) {
.distortion__content {
padding: 40px 30px; }
.distortion__title {
font-size: 24px;
margin-bottom: 13px; }
.distortion__nav {
margin-bottom: 10px; }
.distortion__link {
margin-top: 14px; } }
.portfolio-cat-list-wrap {
margin-left: -15px;
margin-top: -15px;
margin-bottom: -15px;
width: calc(100% + 30px);
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
.portfolio-cat-list-wrap .category-item {
width: calc(100%/3);
padding: 15px;
text-align: center; }
.portfolio-cat-list-wrap .category-item:hover .image-wrap img {
filter: grayscale(100%);
clip-path: inset(5% 5% 5% 5%); }
.portfolio-cat-list-wrap .category-item:hover .title {
color: var(--grey-color); }
.portfolio-cat-list-wrap .category-item .image-wrap {
display: block;
text-decoration: none;
overflow: hidden; }
.portfolio-cat-list-wrap .category-item .image-wrap img {
max-width: 100%;
-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; }
.portfolio-cat-list-wrap .category-item .title {
font-size: 19px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
margin-top: 25px;
margin-bottom: 15px;
display: inline-block;
text-decoration: none;
position: relative; }
@media only screen and (max-width: 991px) {
.portfolio-cat-list-wrap {
justify-content: center; }
.portfolio-cat-list-wrap .category-item {
width: 50%; } }
@media only screen and (max-width: 767px) {
.portfolio-cat-list-wrap .category-item {
padding: 0 15px; }
.portfolio-cat-list-wrap .category-item:not(:first-of-type):not(:nth-of-type(2)) {
margin-top: 15px; } }
@media only screen and (max-width: 600px) {
.portfolio-cat-list-wrap .category-item {
width: 100%;
padding: 0 15px; }
.portfolio-cat-list-wrap .category-item:not(:first-of-type) {
margin-top: 5px !important; } }.cs-service-item.classic .content {
text-align: center; }
.cs-service-item.classic .content .service-icon {
font-size: 42px;
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; }
.cs-service-item.classic .content .title {
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
line-height: 1.2;
margin-top: 10px;
margin-bottom: 20px; }
.cs-service-item.classic .content .description {
font-size: 17px;
font-weight: 300;
line-height: 1.67;
color: var(--grey-color); }
.cs-service-item.classic:hover .service-icon {
color: var(--main-color);
text-shadow: 3px 3px 6px var(--main-color); }
@media only screen and (max-width: 768px) {
.cs-service-item.classic .content .title {
font-size: 16px;
letter-spacing: 2px; } }.post-slider-wrapper.slider_simple {
padding-right: 100px;
padding-left: 100px; }
.post-slider-wrapper.slider_simple .img-wrap {
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
min-height: 435px; }
.post-slider-wrapper.slider_simple .content-wrap {
margin-top: 30px;
text-align: center; }
.post-slider-wrapper.slider_simple .title {
display: inline-block;
margin-top: 10px;
color: var(--dark-color);
line-height: 1.5;
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
text-transform: uppercase;
text-decoration: none; }
.post-slider-wrapper.slider_simple .date {
color: var(--main-color);
font-size: 17px;
font-weight: 300;
letter-spacing: 1px; }
.post-slider-wrapper.slider_simple .swiper-pagination {
margin-top: 60px;
position: static; }
.post-slider-wrapper.slider_simple .swiper-pagination-bullet {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
color: #acacac;
font-size: 17px;
padding-top: 3px;
font-weight: 400;
background: none;
opacity: 1;
position: relative;
-webkit-transition: color .35s ease, border-color .35s ease;
-o-transition: color .35s ease, border-color .35s ease;
transition: color .35s ease, border-color .35s ease; }
.post-slider-wrapper.slider_simple .swiper-pagination-bullet-active {
color: var(--dark-color);
border: 1px solid var(--dark-color);
margin-right: 60px; }
.post-slider-wrapper.slider_simple .swiper-pagination-bullet-active::after {
content: "";
display: block;
width: 40px;
height: 2px;
background-color: #acacac;
left: 55px;
position: absolute; }
.post-slider-wrapper.slider_simple .swiper-pagination-bullet-active:last-of-type {
margin-right: 0;
margin-left: 60px; }
.post-slider-wrapper.slider_simple .swiper-pagination-bullet-active:last-of-type::after {
left: auto;
right: 55px; }
@media only screen and (max-width: 1400px) {
.post-slider-wrapper.slider_simple .img-wrap {
min-height: 350px; } }
@media only screen and (max-width: 1200px) {
.post-slider-wrapper.slider_simple {
padding: 0 70px; } }
@media only screen and (max-width: 1024px) {
.post-slider-wrapper.slider_simple {
padding: 0 30px; }
.post-slider-wrapper.slider_simple .img-wrap {
min-height: 385px; } }
@media only screen and (max-width: 768px) {
.post-slider-wrapper.slider_simple {
padding: 0 15px; }
.post-slider-wrapper.slider_simple .swiper-pagination {
margin-top: 35px; }
.post-slider-wrapper.slider_simple .title {
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 576px) {
.post-slider-wrapper.slider_simple .swiper-pagination-bullet {
font-size: 16px;
width: 35px;
height: 35px; }
.post-slider-wrapper.slider_simple .date {
font-size: 16px; } }.line-of-images.logos2 .line-wrap,
.line-of-images.logos .line-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-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.line-of-images.logos2 .line-item,
.line-of-images.logos .line-item {
text-align: center;
padding: 25px 0;
max-width: 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%; }
.line-of-images.logos2.three .line-item,
.line-of-images.logos.three .line-item {
max-width: 33.33%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%; }
.line-of-images.logos2 a,
.line-of-images.logos a {
display: block;
width: 100%;
opacity: .5;
-webkit-transition: opacity .35s ease;
-o-transition: opacity .35s ease;
transition: opacity .35s ease; }
.line-of-images.logos2 a:hover,
.line-of-images.logos a:hover {
opacity: 1; }
.line-of-images.logos2 img,
.line-of-images.logos img {
max-width: -webkit-calc(100% - 25px);
max-width: calc(100% - 25px); }
@media only screen and (max-width: 767px) {
.line-of-images.logos2 .line-wrap,
.line-of-images.logos .line-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.line-of-images.logos2.three .line-item,
.line-of-images.logos.three .line-item {
max-width: 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%; }
.line-of-images.logos2 .line-item,
.line-of-images.logos .line-item {
max-width: 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%; } }
@media only screen and (max-width: 370px) {
.line-of-images.logos.three .line-item {
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.line-of-images.logos .line-item {
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.line-of-images.logos img {
max-width: 100%; } }
.line-of-images.logos2 a {
padding: 0 10px;
opacity: 1;
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-transition: filter 450ms ease;
-moz-transition: filter 450ms ease;
-ms-transition: filter 450ms ease;
-o-transition: filter 450ms ease;
transition: filter 450ms ease; }
.line-of-images.logos2 a:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0); }
@media only screen and (max-width: 767px) {
.line-of-images.logos2 .line-item {
padding: 5px 0; } }.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 {
}
#topmenu ul li a {
}
#topmenu ul ul li a {
}