| Server IP : 164.90.182.227 / Your IP : 216.73.217.47 Web Server : Apache/2.4.29 (Ubuntu) System : Linux wordpress-kuzoconsulting 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 User : www-data ( 33) PHP Version : 7.4.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/krashevka/css/ |
Upload File : |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box; }
html, body {
font-family: 'Roboto', sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 1.58em;
letter-spacing: 0;
color: #5f5f5f;
background-color: #fff;
-webkit-font-smoothing: antialiased; }
img {
max-width: 100%; }
.container {
max-width: 1300px;
margin: 0 auto; }
a {
text-decoration: none;
color: #5f5f5f; }
a:hover {
color: #c9ab81; }
p {
margin: 10px 0; }
a, p a {
text-decoration: none;
transition: color .2s ease-out; }
section {
margin-bottom: 100px; }
.section-subtitle {
display: block;
font-size: 21px;
font-style: italic;
font-weight: 300;
line-height: 1.47em;
letter-spacing: 0;
color: #c9ab81;
margin-bottom: 5px;
text-align: center; }
.section-title {
display: block;
text-align: center;
color: #525252;
font-size: 40px;
line-height: 1.17em;
letter-spacing: .16em;
margin: 0 0 70px 0;
font-weight: 400;
text-transform: uppercase;
word-wrap: break-word;
overflow: hidden; }
.section-title span {
display: inline-block;
position: relative;
padding: 0 78px 0 85px; }
.section-title span:before, .section-title span:after {
content: '';
display: block;
position: absolute;
width: 170px;
height: 1px;
background-color: #383838;
top: calc(50% - 1px);
z-index: 0;
opacity: .35; }
.section-title span:before {
left: -170px; }
.section-title span:after {
right: -170px; }
.square {
position: relative;
min-height: 46px;
display: inline-block;
vertical-align: middle;
width: 115px;
font-size: 13px;
font-weight: 600;
letter-spacing: .07em;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
border: 1px solid transparent;
color: #fff;
padding: 9px 5px 10px;
background: none;
cursor: pointer;
text-align: center; }
.square svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box; }
.square svg rect {
fill: transparent;
stroke: #c9ab81;
transition: 2s;
stroke-width: 2px;
stroke-dashoffset: 240%;
stroke-dasharray: 330% 25;
width: 100%;
height: 100%; }
.square:hover {
border-color: transparent !important;
background-color: transparent !important; }
.square:hover svg rect {
stroke-dashoffset: -113% !important; }
.list {
display: flex;
flex-direction: row;
flex-wrap: wrap; }
.list .item {
padding: 0 15px; }
.list.columns-4 .item {
width: 25%;
padding: 0 15px 15px 15px; }
.list.columns-3 .item {
width: 33.3%; }
.list.horizontal {
flex-direction: row; }
.list.horizontal .item {
width: 100%; }
.owl-carousel .owl-nav {
position: absolute;
top: 50%;
width: 100%; }
.owl-carousel .owl-nav button span {
font-size: 60px; }
.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: -20px;
top: -50px; }
.owl-carousel .owl-nav .owl-next {
position: absolute;
right: -20px;
top: -50px; }
.owl-carousel .owl-dots {
margin: 50px 0;
text-align: center; }
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
width: 7px;
height: 7px;
background: #222;
border-radius: 100%;
margin: 0 15px;
transition: 1s all; }
.owl-carousel .owl-dots .owl-dot.active {
transform: scale(1.4); }
.icon-left {
position: absolute;
left: -30px;
top: 1px; }
.icon-left svg {
height: 16px;
width: 16px;
fill: #5f5f5f; }
header {
font-size: 14px;
display: flex;
align-items: center;
padding: 45px 0 40px; }
header .logo {
width: 46px;
min-width: 46px; }
header .menu {
width: auto;
padding: 0 0 0 20px; }
header .menu ul {
list-style: none;
margin: 0;
padding: 0; }
header .menu ul li {
display: inline-block;
padding: 0 20px;
font-size: 13px;
text-transform: uppercase;
line-height: 2.33em;
letter-spacing: .235em; }
header .menu ul li a {
display: inline-block;
position: relative;
color: #383838;
letter-spacing: .235em; }
header .menu ul li a:before {
display: inline-block;
content: "";
position: absolute;
left: 0;
top: calc(100% - 1px);
width: 100%;
border-top: 1px solid #c9ab81;
transform: scaleX(0);
transform-origin: 100% 0;
transition: transform 0.5s cubic-bezier(0.54, 0.32, 0.05, 0.96); }
header .menu ul li a:hover:before {
transform: scaleX(1);
transform-origin: 0 0; }
header .languages {
margin-left: 20px; }
header .languages a {
display: inline-block;
width: 16px;
height: 9px;
margin: 0 5px; }
header .languages .svg {
width: 100%;
height: 100%; }
header .search {
margin-left: auto; }
header .search .icon {
display: block;
background: #ffffff; }
header .search .icon svg {
fill: #fff;
stroke: #383838; }
header .search .icon svg line {
fill: transparent;
stroke: #383838; }
header .search .icon:hover svg {
stroke: #c9ab81; }
header .search .icon:hover svg line {
stroke: #c9ab81; }
.header-bg {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 240px;
background-color: #d0bbbb;
background-position: center 0;
background-repeat: no-repeat;
z-index: 101;
color: #fff;
background-attachment: fixed;
background-size: cover; }
.header-bg.dark header .menu ul li a {
color: #ffffff; }
.header-bg.dark header .search .icon {
background: none; }
.header-bg.dark header .search .icon svg {
fill: transparent;
stroke: #ffffff; }
.header-bg.dark header .search .icon svg line {
stroke: #ffffff; }
.header-bg.dark .section-title {
color: #ffffff;
margin: 120px 0;
font-size: 51px;
line-height: 40px; }
.header-bg.dark .section-title span:before, .header-bg.dark .section-title span:after {
background: #ffffff;
top: calc(50% + 3px); }
.header-bg.contact-us {
height: 550px;
background-image: url("../img/contact-us-header.jpeg");
background-position: 0 25%; }
.header-bg.about-us {
height: 550px;
background-image: url("../img/about-us-header.jpeg"); }
.header-bg.works {
height: 450px;
background-image: url("../img/works-header-bg.jpeg");
margin-bottom: 150px; }
.header-bg.works .content {
text-align: center; }
.header-bg.works .content .section-subtitle {
color: #ffffff;
margin: 70px 0 20px; }
.header-bg.works .content .section-title {
margin: 0 0 40px; }
footer {
color: #ffffff;
background: #272727;
padding: 115px 0;
font-size: 17px; }
footer .columns {
display: flex;
flex-wrap: wrap; }
footer .columns .column {
width: 25%;
padding-left: 15px;
padding-right: 15px; }
footer .columns .column .title {
display: block;
margin-bottom: 21px; }
footer .columns .column .logo {
margin: 10px 0 5px;
height: 46px; }
footer .columns .column a {
color: #ffffff; }
footer .columns .column a:hover {
color: #c9ab81; }
footer .columns .column ul {
margin: 0;
padding: 0;
list-style: none; }
footer .columns .column ul li {
margin: 10px 0; }
.slider .item {
position: relative;
display: flex;
align-items: center;
min-height: 460px;
padding: 20px; }
.slider .item .description {
color: #ffffff;
padding: 0 0 0 30px; }
.slider .item .description .subtitle {
display: block;
font-style: italic;
font-size: 17px; }
.slider .item .description .title {
display: block;
text-transform: uppercase;
line-height: 51px;
letter-spacing: 10px;
font-size: 45px;
margin: 15px 0; }
section.categories-list .list .item .image {
position: relative;
z-index: 1;
margin: 0 auto -75px; }
section.categories-list .list .item .image img {
display: block;
transition: 0.5s cubic-bezier(0.3, 0.85, 0.41, 0.81);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
transform: scale(1.02) translateX(-3px); }
section.categories-list .list .item .image a {
display: block;
overflow: hidden; }
section.categories-list .list .item .image:hover img {
transform: scale(1.03) translateX(3px); }
section.categories-list .list .item .description {
position: relative;
z-index: 2;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 0.9);
width: 87%;
padding: 21px 21px 0 21px; }
section.categories-list .list .item .description .subtitle {
display: block;
font-style: italic;
font-weight: 300;
line-height: 1.47em;
letter-spacing: 0;
color: #c9ab81;
font-size: 17px; }
section.categories-list .list .item .description .title {
display: block;
color: #525252;
font-size: 22px;
line-height: 1.31em;
letter-spacing: .16em;
margin: 5px 0 15px 0;
font-weight: 400;
text-transform: uppercase;
word-wrap: break-word; }
section.categories-list .list .item .description .view-more {
display: inline-block;
margin-top: 15px;
text-transform: none;
font-size: 13px;
line-height: 2.15em;
letter-spacing: .07em;
font-weight: 600;
color: #383737; }
section.categories-list .list .item .description .view-more:before {
content: "";
width: 34px;
display: inline-block;
height: 1px;
background-color: #c9ab81;
margin-bottom: 0.25em;
margin-right: 6px;
transition: width .2s ease-in-out; }
section.blockquote .container {
background: url("../img/blockquote-bg.jpg") top center no-repeat;
background-size: cover;
text-align: center;
color: #ffffff; }
section.blockquote .container .columns {
display: flex; }
section.blockquote .container .columns .left-column {
width: 50%;
padding: 150px 20px 150px; }
section.blockquote .container .columns .right-column {
background: url("../img/blockquote-image.jpg") center center no-repeat;
width: 50%;
line-height: 0;
background-size: cover; }
section.blockquote .container .caption, section.blockquote .container .title, section.blockquote .container .text {
display: block; }
section.blockquote .container .caption {
font-size: 21px;
font-style: italic;
font-weight: 300;
line-height: 1.47em;
letter-spacing: 0;
color: #c9ab81;
margin-bottom: 5px; }
section.blockquote .container .title {
font-weight: 400;
text-transform: uppercase;
color: #ffffff;
word-wrap: break-word;
font-size: 40px;
line-height: 1.17em;
letter-spacing: .16em; }
section.blockquote .container .text {
color: #ffffff;
margin: 14px; }
section.blockquote .container a {
margin-top: 30px; }
section.product-list .item {
text-align: center; }
section.product-list .item .image {
position: relative;
margin: 0 0 25px; }
section.product-list .item .image .hover {
opacity: 0;
transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
width: calc(100% - 50px);
height: calc(100% - 50px);
top: 25px;
left: 25px;
z-index: 2;
vertical-align: middle; }
section.product-list .item .image .hover svg {
position: absolute;
top: 50%;
left: 50%;
margin-left: -16px;
margin-top: -16px; }
section.product-list .item .image .hover svg line {
fill: #fff;
stroke: #c9ab81; }
section.product-list .item .image:hover .hover {
opacity: 1;
background: #ffffff; }
section.product-list .description .title {
display: block;
font-size: 22px;
line-height: 1.31em;
letter-spacing: .16em;
font-weight: 400;
text-transform: uppercase;
color: #525252;
word-wrap: break-word;
margin: 0; }
section.product-list .description .category {
display: block;
margin: 6px 0 0; }
section.events-list .content {
display: flex; }
section.events-list .content .left-column {
width: 365px; }
section.events-list .content .right-column {
width: calc(100% - 365px);
margin-left: 20px; }
section.events-list .content .right-column .item .info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center; }
section.events-list .content .right-column .item .info .date {
text-align: center;
width: 20%;
padding: 20px; }
section.events-list .content .right-column .item .info .date .day {
display: block;
color: #525252;
font-size: 40px;
margin: 0;
font-weight: 400;
text-transform: uppercase;
word-wrap: break-word;
letter-spacing: .05em; }
section.events-list .content .right-column .item .info .date .month {
display: block; }
section.events-list .content .right-column .item .info .description {
padding: 20px 20px 20px 40px;
width: 55%; }
section.events-list .content .right-column .item .info .description .event-name {
font-size: 32px;
letter-spacing: .16em;
font-weight: 400;
text-transform: uppercase;
color: #525252;
word-wrap: break-word;
line-height: 40px;
margin: 0; }
section.events-list .content .right-column .item .info .description .event-description {
display: block; }
section.events-list .content .right-column .item .info .button {
padding: 20px;
text-align: center;
width: 25%; }
section.events-list .content .right-column .item .info .button a {
color: #525252; }
section.events-list .content .right-column .item:not(:last-child) {
margin-bottom: 63px; }
section.events-list .content .right-column .item div:not(:last-child) {
border-right: 1px solid #ccc; }
.events-header {
padding: 50px 0;
margin-bottom: 160px;
background: url("../img/events-header-bg.jpeg") center 0 no-repeat;
color: #ffffff; }
.events-header span {
font-size: 32px;
letter-spacing: .16em;
margin: 25px 0;
font-weight: 400;
text-transform: uppercase;
word-wrap: break-word;
line-height: 40px; }
.contact-us-form {
margin-top: 150px; }
.contact-us-form .section-title {
margin-bottom: 20px; }
.contact-us-form .text {
margin: 0 auto;
max-width: 635px;
text-align: center; }
.contact-us-contacts {
margin-top: 140px; }
.contact-us-contacts .subtitle {
display: block;
font-size: 21px;
font-style: italic;
font-weight: 300;
line-height: 1.47em;
letter-spacing: 0;
color: #c9ab81; }
.contact-us-contacts .title {
display: block;
font-size: 40px;
line-height: 1.17em;
letter-spacing: .16em;
margin: 10px 0 25px;
font-weight: 400;
text-transform: uppercase;
color: #525252;
word-wrap: break-word; }
.contact-us-contacts .columns {
display: flex;
flex-direction: row;
align-content: space-between; }
.contact-us-contacts .columns .left-column {
width: 40%;
margin-right: 10%; }
.contact-us-contacts .columns .right-column {
width: 50%; }
.contact-us-contacts .form {
max-width: 565px; }
.contact-us-contacts .form input[type="text"], .contact-us-contacts .form input[type="email"], .contact-us-contacts .form input[type="tel"] {
position: relative;
width: 100%;
margin: 0 0 25px;
padding: 3px 7px;
font-family: inherit;
font-size: 16px;
font-weight: inherit;
line-height: calc(28px - (6px - 2px));
color: #383838;
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #b3b3b3;
outline: 0;
cursor: pointer;
box-sizing: border-box;
transition: border-color .2s ease-in-out; }
.contact-us-contacts .form .one-field {
margin-bottom: 20px; }
.contact-us-contacts .form .two-fields {
display: flex;
align-content: space-between; }
.contact-us-contacts .form .two-fields .field {
width: 48%; }
.contact-us-contacts .form .two-fields .field:first-of-type {
margin-right: 4%; }
.contact-us-contacts .form .button {
margin-top: 35px; }
.contact-us-contacts .form .button .square {
text-align: center;
color: #383838;
width: 153px; }
.contact-us-contacts .socials {
margin-top: 30px; }
.contact-us-contacts .socials a {
display: inline-block;
margin-right: 20px; }
.contact-us-contacts .socials a svg {
width: 12px;
height: auto;
fill: #4e4e4e; }
.contact-us-contacts .socials a svg:hover {
fill: #c9ab81; }
.contact-us-contacts.about-us {
background: #f8f8f8;
margin-bottom: 0; }
.contact-us-contacts.about-us .columns {
align-items: center;
min-height: 560px;
justify-content: space-between; }
.contact-us-contacts.about-us .left-column {
width: 50%; }
.contact-us-contacts.about-us .right-column {
width: 50%;
padding: 0 0 0 65px; }
.contact-us-contacts.about-us .right-column .square {
color: #383838; }
.about-us-top-info .columns {
display: flex;
align-content: space-between; }
.about-us-top-info .columns .left-column {
width: 50%; }
.about-us-top-info .columns .right-column {
display: flex;
width: 50%; }
.about-us-top-info .columns .right-column .title {
display: block;
position: relative;
font-size: 20px;
letter-spacing: .16em;
color: #4e4e4e;
margin-top: 5px; }
.about-us-top-info .columns .right-column .column {
width: 50%;
padding: 10px 0 0 100px; }
.about-us-images .container {
position: relative;
padding-top: 50%; }
.about-us-images .columns {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: space-between;
width: calc(100% - 20px);
position: absolute;
height: 100%;
top: 0; }
.about-us-images .columns .item {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center; }
.about-us-images .columns .column50 {
position: relative;
width: calc(50% - 20px);
height: 100%; }
.about-us-images .columns .column25 {
position: relative;
width: calc(25% - 10px);
height: 100%; }
.about-us-images .columns .column25.two-items .item {
top: 0;
height: calc(50% - 10px); }
.about-us-images .columns .column25.two-items .item:nth-of-type(2) {
top: inherit;
bottom: 0; }
.about-us-reviews {
margin: 160px 300px; }
.about-us-reviews .reviews-list {
position: relative;
text-align: center; }
.about-us-reviews .reviews-list .text {
margin: 25px 0 34px;
font-size: 21px;
font-style: italic;
font-weight: 300;
line-height: 1.47em;
letter-spacing: 0;
color: #c9ab81; }
.about-us-reviews .reviews-list .author {
display: block;
font-size: 20px;
line-height: 1.35em;
letter-spacing: .16em;
font-weight: 400;
color: #525252;
text-transform: uppercase;
word-wrap: break-word;
margin-bottom: 7px; }
.about-us-reviews .reviews-list .role {
display: block;
margin: 0 0 14px; }
.about-us-video .video-image {
position: relative; }
.about-us-video .video-image a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.about-us-video .video-image a span {
position: absolute;
left: 50%;
top: 50%;
margin-left: -44px;
margin-top: -44px; }
.about-us-video .video-image a svg circle:nth-of-type(1) {
stroke-dasharray: 280;
stroke-dashoffset: 280;
transform: scaleX(1) rotate(180deg);
transform-origin: center;
transition: .6s linear; }
.about-us-video .video-image a svg circle:nth-of-type(2) {
stroke-dasharray: 280;
stroke-dashoffset: 0;
transform: scaleX(-1);
transform-origin: center;
transition: .6s .1s linear; }
.about-us-video .video-image a:hover svg circle:nth-of-type(1) {
stroke-dasharray: 280;
transform: scaleX(1) rotate(180deg);
transform-origin: center;
stroke-dashoffset: 0;
transition: .6s .1s linear; }
.about-us-video .video-image a:hover svg circle:nth-of-type(2) {
stroke-dasharray: 280;
transform: scaleX(-1);
transform-origin: center;
stroke-dashoffset: 280;
transition: .6s linear; }
section.works .works-list .item {
position: relative;
line-height: 0; }
section.works .works-list .item a img {
max-width: 100%;
width: 100%;
height: auto; }
section.works .works-list .item a .hover {
opacity: 0;
display: flex;
flex-direction: row;
align-items: center;
text-align: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
transition: 0.1s all; }
section.works .works-list .item a .hover .content {
align-content: center;
justify-content: center;
width: 100%;
line-height: 1.5; }
section.works .works-list .item a .hover .content .title {
display: block;
font-size: 30px;
font-weight: 700; }
section.works .works-list .item a .hover .content .size {
display: block; }
section.works .works-list .item a:hover .hover {
opacity: 1; }
section.works .works-categories {
margin: 0 0 50px 0; }
section.works .works-categories ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center; }
section.works .works-categories ul li {
display: inline-block;
padding: 5px 20px; }
section.works .works-categories ul li a.active, section.works .works-categories ul li a:hover {
font-weight: bold;
color: #c9ab81; }
.work-details .work-content {
display: flex; }
.work-details .work-content .work-images {
width: 40%;
margin: 0 5% 0 0;
text-align: center; }
.work-details .work-content .work-images .main-image {
height: auto; }
.work-details .work-content .work-images .additional-images .title {
display: block;
font-weight: 700;
margin: 0 0 10px 0; }
.work-details .work-content .work-images .additional-images ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 0; }
.work-details .work-content .work-images .additional-images ul li {
display: inline-block;
position: relative;
width: 32%;
margin: 0 0.5%;
overflow: hidden;
border: 2px solid transparent; }
.work-details .work-content .work-images .additional-images ul li a img {
position: absolute;
left: 0;
top: 0; }
.work-details .work-content .work-images .additional-images ul li:after {
display: block;
content: "";
padding-bottom: 100%; }
.work-details .work-content .work-images .additional-images ul li.active {
border: 2px solid #cccccc;
opacity: 0.5; }
.work-details .work-content .work-description .characteristics {
margin: 0 0 20px 0; }
.work-details .work-content .work-description .characteristics ul {
margin: 0;
padding: 0; }
.work-details .work-content .work-description .characteristics ul li {
margin: 0 0 0 14px; }
.work-details .work-content .work-description .buy-info {
margin: 0 0 30px 0; }
.work-details .work-content .work-description .buy-info span {
display: inline-block;
margin: 0 20px 0 0;
font-size: 25px;
color: #ff0000; }
.work-details .work-content .work-description .buy-info a {
color: #000000; }
.work-details .work-content .work-description {
width: 55%; }
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel, .owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative; }
.owl-carousel {
display: none;
width: 100%;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: none; }
.no-js .owl-carousel, .owl-carousel.owl-loaded {
display: block; }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
.owl-height {
transition: height .5s ease-in-out; }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity .4s ease; }
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease; }
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity .4s ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav {
margin-top: 10px; }
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: .5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
.popup {
position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none; }
.popup .popup-wrapper {
display: flex;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
align-items: center;
justify-content: center; }
.popup .popup-wrapper .popup-content {
position: relative;
min-width: 300px;
max-width: 400px;
z-index: 2;
background: #ffffff;
padding: 50px; }
.popup .popup-wrapper .popup-content .close {
position: absolute;
right: 20px;
top: 20px; }
.popup .popup-wrapper .popup-content .close span:nth-child(1) {
transform: translateY(6px) rotate(45deg); }
.popup .popup-wrapper .popup-content .close span:nth-child(2) {
transform: translateY(0) rotate(-45deg); }
.popup .popup-wrapper .popup-content img {
max-width: 100%;
max-height: 150px; }
.popup .popup-wrapper .popup-content .square {
display: block;
width: 100%;
color: #000000; }
.popup .popup-wrapper .popup-content .popup-form {
margin: 0; }
.popup .close span {
display: block;
width: 18px;
height: 3px;
margin: 3px auto;
transition: all .3s ease-in-out;
background-color: #101010; }
.popup .close span:nth-child(1) {
transform: translateY(6px) rotate(45deg); }
.popup .close span:nth-child(2) {
transform: translateY(0) rotate(-45deg); }
.popup .close:hover span {
opacity: 0.5; }
@media (max-width: 1200px) {
.container {
padding: 0 10px; }
header, .categories-list, .blockquote, .product-list, .events-list {
padding-left: 10px;
padding-right: 10px; }
section.events-list .content .left-column {
width: 200px; }
section.events-list .content .right-column {
width: calc(100% - 200px); }
section.events-list .content .right-column .item:not(:last-child) {
margin-bottom: 20px; }
.slider .item {
min-height: 250px; } }
@media (max-width: 992px) {
section.blockquote .container .columns .left-column {
padding: 40px 20px; }
section.events-list .content .right-column .item .info .date, section.events-list .content .right-column .item .info .button {
padding: 5px 10px; }
section.events-list .content .right-column .item .info .description {
padding: 5px 10px; }
section.events-list .content .right-column .item {
padding: 0; }
.list.columns-4 .item {
width: 50%; }
section.events-list .content .left-column {
display: none; }
section.events-list .content .right-column {
width: 100%;
margin: 0; }
section.events-list .content .right-column .item .info .description {
width: 80%;
border-right: 0;
padding-left: 20px;
padding-right: 20px; }
section.events-list .content .right-column .item .info .button {
width: 100%;
text-align: left; }
section.events-list .content .right-column .item:not(:last-child) {
margin-bottom: 40px; }
section.blockquote .container .columns .left-column {
width: 100%; }
section.blockquote .container .columns .right-column {
display: none; }
footer {
padding: 0; }
footer .columns .column {
width: 50%;
padding: 20px; } }
@media (max-width: 768px) {
.contact-us-contacts {
margin-top: 0; }
.contact-us-contacts .form {
max-width: inherit; }
.contact-us-contacts .columns {
flex-wrap: wrap; }
.contact-us-contacts .columns .left-column, .contact-us-contacts .columns .right-column {
width: 100%;
margin: 0 0 40px 0; }
.header-bg.contact-us, .header-bg.about-us, .header-bg.works {
height: auto; }
.header-bg.dark .section-title {
margin: 30px 0 50px; }
.header-bg .section-title span {
padding: 0; }
.header-bg.works {
margin-bottom: 40px; }
.header-bg.works .content .section-subtitle {
margin: 0 0 20px; }
.contact-us-form {
margin-top: 40px; }
.about-us-top-info .columns {
flex-wrap: wrap; }
.about-us-top-info .columns .left-column, .about-us-top-info .columns .right-column {
width: 100%; }
.about-us-top-info .columns .right-column {
flex-wrap: wrap; }
.about-us-top-info .columns .right-column .column {
width: 100%; }
.about-us-reviews {
margin: 40px; }
.contact-us-contacts.about-us .columns {
padding: 20px 0; }
.contact-us-contacts.about-us .columns .left-column, .contact-us-contacts.about-us .columns .right-column {
width: 80%;
margin-left: 10%;
margin-right: 10%;
padding: 0; }
.about-us-top-info .columns .right-column .column {
padding: 10px 10px 10px 30px; }
.events-header {
margin-bottom: 40px; }
section.events-list .content .right-column .item .info .date .day {
font-size: 21px; } }
@media (max-width: 576px) {
header {
padding-top: 100px; }
header .logo, header .search, header .languages {
position: absolute; }
header .logo {
left: 20px;
top: 20px; }
header .languages {
right: 20px;
top: 30px; }
header .search {
right: 100px;
top: 30px; }
header .menu {
width: 100%;
padding: 0; }
header .menu ul li {
padding: 0 5px; }
section {
margin-bottom: 50px; }
section .section-title span {
padding: 0 10px; }
.work-details .work-content {
flex-wrap: wrap; }
.work-details .work-content .work-images, .work-details .work-content .work-description {
width: 100%;
margin: 0; }
.categories-list .list.columns-4 .item {
width: 100%; }
.contact-us-contacts .title {
font-size: 30px; } }
@media (max-width: 400px) {
.contact-us-contacts.about-us .columns .left-column, .contact-us-contacts.about-us .columns .right-column {
width: 100%;
margin-left: 0;
margin-right: 0; }
footer .columns .column {
width: 100%; } }