.alignnone {
margin: 0 30px 30px 0;
}
.aligncenter {
display: block;
margin: 0 auto 0 auto;
}
.alignright {
float: right;
margin: 0 0 30px 30px;
}
.alignleft {
float: left;
margin: 0 30px 30px 0;
}
a img.alignright {
float: right;
margin: 0 0 30px 30px;
}
a img.alignnone {
margin: 0 30px 30px 0;
}
a img.alignleft {
float: left;
margin: 0 30px 30px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignnone,
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption img {
margin: 0!important;
}
.wp-caption img {
max-width: 100%;
height: auto;
display: block;
}
.wp-caption p,
.gallery-caption {
padding: 15px 30px;
text-align: center;
font-size: 16px;
}*,
*::before,
*::after {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
figure {
margin-bottom: 0!important;
}
html,
body {
overflow-x: hidden;
}
body {
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
color: #111;
overflow-x: hidden;
padding-top: 110px;
}
.home {
padding-top: 0;
}
@media only screen and (max-width: 1440px) {
body {
font-size: 14px;
}
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
margin-top: 30px;
margin-bottom: 30px;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Sora', sans-serif;
font-weight: 600;
line-height: 1.2;
letter-spacing: .5px;
}
h1 {
font-size: 40px;
}
@media only screen and (max-width: 1440px) {
h1 {
font-size: 32px;
}
}
@media only screen and (max-width: 1200px) {
h1 {
font-size: 28px;
}
}
@media only screen and (max-width: 768px) {
h1 {
font-size: 24px;
}
}
h2,
.section__title {
font-size: 32px;
}
@media only screen and (max-width: 1440px) {
h2,
.section__title {
font-size: 28px;
}
}
@media only screen and (max-width: 1200px) {
h2,
.section__title {
font-size: 24px;
}
}
@media only screen and (max-width: 768px) {
h2,
.section__title {
font-size: 20px;
}
}
h3 {
font-size: 20px;
}
@media only screen and (max-width: 1440px) {
h3 {
font-size: 16px;
}
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
a {
color: inherit;
text-decoration: none;
transition: all 0.5s;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 50%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -5px;
}
sup {
top: -5px;
}
img,
svg {
max-width: 100%;
height: auto;
display: block;
}
.container {
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 0 30px;
}
@media only screen and (max-width: 1440px) {
.container {
max-width: 1200px;
}
}
@media only screen and (max-width: 768px) {
.container {
padding: 0 15px;
}
}
.container-fluid {
padding: 0 60px;
}
.home .container-fluid {
padding: 0 60px 0 160px;
}
.header .container-fluid {
transition: all .5s;
}
.header.fixed .container-fluid {
padding-left: 60px;
}
@media only screen and (max-width: 1200px) {
.container-fluid {
padding: 0 30px;
}
.home .container-fluid {
padding: 0 30px 0 80px;
}
.header.fixed .container-fluid {
padding-left: 30px;
}
}
@media only screen and (max-width: 768px) {
.container-fluid {
padding: 0 15px;
}
.home .container-fluid {
padding: 0 15px 0 80px;
}
.header.fixed .container-fluid {
padding-left: 15px;
}
}
.section {
padding: 90px 0;
}
@media only screen and (max-width: 1200px) {
.section {
padding: 60px 0;
}
}
.section__pt {
padding-top: 90px;
}
@media only screen and (max-width: 1200px) {
.section__pt {
padding-top: 60px;
}
}
.section__pb {
padding-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
.section__pb {
padding-bottom: 60px;
}
}
.section__row {
margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
.section__row {
margin-bottom: 30px;
}
}
.section__row:last-child {
margin-bottom: 0;
}
.section__header {
padding: 15px 0 15px 30px;
position: relative;
}
.section__header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 90px;
height: 100%;
background-color: #FE6900;
}
.section__title {
position: relative;
z-index: 100;
}
.section__desc p,
.section__desc img,
.section__desc ul,
.section__desc ol,
.section__desc table,
.section__desc h1,
.section__desc h2,
.section__desc h3,
.section__desc h4,
.section__desc h5,
.section__desc h6,
.section__desc .gallery {
margin-bottom: 30px;
}
.section__desc p:last-child,
.section__desc img:last-child,
.section__desc ul:last-child,
.section__desc ol:last-child,
.section__desc table:last-child,
.section__desc h1:last-child,
.section__desc h2:last-child,
.section__desc h3:last-child,
.section__desc h4:last-child,
.section__desc h5:last-child,
.section__desc h6:last-child,
.section__desc .gallery:last-child {
margin-bottom: 0;
}
.section__desc ul,
.section__desc ol {
padding-left: 20px;
text-align: left;
}
.section__desc table {
text-align: left;
border-collapse: collapse;
}
.section__desc table th,
.section__desc table td {
padding: 15px;
}
.section__desc a {
text-decoration: underline;
}
.section__desc a:hover {
text-decoration: underline;
color: #FE6900;
}
.section__btn {
display: flex;
align-items: center;
color: #FE6900;
letter-spacing: .5px;
text-transform: lowercase;
font-family: 'Sora', sans-serif;
font-weight: 600;
}
.section__btn:hover {
text-decoration: underline;
}
.section__btn svg {
width: 30px;
height: 30px;
margin-right: 15px;
transform: rotate(-90deg);
}
.section__btn svg path {
fill: #FE6900;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 400;
background-color: #171C8F;
padding: 30px 0;
transition: all .5s;
}
@media only screen and (max-width: 1200px) {
.header {
padding: 15px 0;
}
}
.header.fixed {
background-color: #171C8F;
}
.home .header {
background-color: transparent;
}
.home .header.fixed {
background-color: #171C8F;
}
.header .header__columns {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 -15px;
}
.header .header__column {
padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
.header .header__column:nth-child(2),
.header .header__column:nth-child(3) {
display: none;
}
}
.header .header__column:last-child {
display: none;
}
@media only screen and (max-width: 1200px) {
.header .header__column:last-child {
display: block;
}
}
.header .header__logo > svg {
height: 50px;
}
.header ul {
list-style-type: none;
}
.header .header__nav .menu {
display: flex;
margin: 0 -15px;
}
.header .header__nav .menu>li {
position: relative;
float: left;
padding: 0 15px;
}
.header .header__nav .menu>li>a {
position: relative;
line-height: 1;
font-family: 'Sora', sans-serif;
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.header .header__nav .menu>li:hover>a,
.header .header__nav .menu>li.current-menu-item>a,
.header .header__nav .menu>li.current_page_item>a,
.header .header__nav .menu>li.current_page_ancestor>a,
.header .header__nav .menu>li.current-menu-ancestor>a {
color: #fff;
}
.header .header__nav .menu>li>a:before {
content: '';
position: absolute;
left: 0;
bottom: -9px;
width: 0;
height: 3px;
transition: 0.5s;
background-color: #FE6900;
}
.header .header__nav .menu>li:hover>a:before,
.header .header__nav .menu>li.current-menu-item>a:before,
.header .header__nav .menu>li.current_page_item>a:before,
.header .header__nav .menu>li.current_page_ancestor>a:before,
.header .header__nav .menu>li.current-menu-ancestor>a:before {
width: 100%;
}
.header .header__nav ul ul {
display: none!important;
position: absolute;
top: 100%;
left: 15px;
margin: 0!important;
white-space: nowrap;
}
.header .header__nav ul ul li {
float: none;
padding: 0!important;
position: relative;
}
.header .header__nav ul ul li a {
color: #fff;
display: block;
padding: 15px 30px;
position: relative;
background-color: #FE6900;
font-family: 'Sora', sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
}
.header .header__nav ul ul li a:before {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, .1);
}
.header .header__nav ul ul li:last-child a:before {
display: none;
}
.header .header__nav ul ul li a:hover,
.header .header__nav ul ul li.current_page_item>a,
.header .header__nav ul ul li.current-menu-item>a,
.header .header__nav ul ul li.current_page_ancestor>a,
.header .header__nav ul ul li.current-menu-ancestor>a {
color: #fff;
background-color: #171C8F;
}
.header .header__nav ul ul ul {
top: 0;
left: 100%
}
.header .header__nav ul li:hover>ul {
display: block!important;
}
.header .header__phone {
display: flex;
align-items: center;
color: #fff;
font-family: 'Sora', sans-serif;
font-weight: 600;
}
.header .header__icon {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #FE6900;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
}
.header .header__phone a:hover {
text-decoration: underline;
}
.header .header__phone svg {
height: 16px;
}
.header .header__hamburger button {
border: 0;
background-color: transparent;
display: flex;
}
.header .header__hamburger img {
max-height: 24px;
filter: brightness(0%) invert(100%);
}
.menu-mobile {
display: none;
position: fixed;
top: 80px;
left: 0;
width: 100%;
background-color: #171C8F;
padding: 15px 0;
text-align: right;
max-height: calc(100vh - 80px);
overflow-y: scroll;
z-index: 400;
}
.menu-mobile ul {
list-style-type: none;
}
.menu-mobile a {
color: #fff;
display: block;
padding: 15px 0;
position: relative;
font-family: 'Sora', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
.menu-mobile li:hover>a,
.menu-mobile li.current_page_item>a,
.menu-mobile li.current-menu-item>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current-menu-ancestor>a,
.menu-mobile li.current-menu-ancestor>a {
color: #fff;
}
.menu-mobile a:after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, .1);
}
.menu-mobile .menu>li:last-child>a:after {
display: none;
}
.menu-mobile .menu-item-has-children>a {
position: relative;
padding-right: 24px;
}
.menu-mobile .menu-item-has-children>a:before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
background-image: url(//aveton.pl/wp-content/themes/aveton/img/button.png);
background-repeat: no-repeat;
width: 13px;
height: 8px;
filter: brightness(0%) invert(100%);
}
.menu-mobile .sub-menu {
display: none;
}
.menu-mobile .sub-menu a {
font-size: 12px;
}
.slick-dotted.slick-slider {
margin-bottom: 0!important;
}
.home-hero {
position: relative;
}
.home-hero__slider {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.home-hero__slider.slick-initialized {
visibility: visible;
opacity: 1;
}
.home-hero__slider .animated {
transition: all 0.5s ease;
}
.home-hero__slider [data-animation-in] {
opacity: 0;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
transition: opacity 0.5s ease 0.3s;
}
@-webkit-keyframes zoomInImage {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
to {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
}
@keyframes zoomInImage {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
to {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
}
.zoomInImage {
-webkit-animation-name: zoomInImage;
animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
from {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes zoomOutImage {
from {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.zoomOutImage {
-webkit-animation-name: zoomOutImage;
animation-name: zoomOutImage;
}
.home-hero .slick-dots {
top: 50%;
right: 60px;
transform: translateY(-50%);
bottom: inherit;
z-index: 300;
display: inline-block;
width: auto;
}
@media only screen and (max-width: 1200px) {
.home-hero .slick-dots {
right: 30px;
}
}
@media only screen and (max-width: 768px) {
.home-hero .slick-dots {
right: 15px;
}
}
.home-hero .slick-dots li {
display: block;
width: 18px;
height: 18px;
background-color: #fff;
border-radius: 50%;
margin-bottom: 24px;
transition: all .5s;
-webkit-transform: scale(0.6667);
transform: scale(0.6667);
}
@media only screen and (max-width: 1200px) {
.home-hero .slick-dots li {
width: 15px;
height: 15px;
}
}
.home-hero .slick-dots li.slick-active {
border: 3px solid #FE6900;
background-color: transparent;
-webkit-transform: scale(1);
transform: scale(1);
}
.home-hero .slick-dots li:last-child {
margin-bottom: 0;
}
.home-hero .slick-dots li button,
.home-hero .slick-dots li button::before {
display: none;
}
.home-hero .home-hero__img {
position: relative;
}
.home-hero .home-hero__img:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(17, 17, 17, .3);
z-index: 100;
}
.home-hero .home-hero__img > img {
width: 100%;
height: 100vh;
object-fit: cover;
object-position: center;
opacity: 1 !important;
-webkit-animation-duration: 3s;
animation-duration: 3s;
transition: all 1s ease;
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__img > img {
height: 50vh;
}
}
.home-hero .home-hero__caption {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 200;
padding: 0 30px 0 160px;
}
@media only screen and (max-width: 1440px) {
.home-hero .home-hero__caption {
max-width: 100%;
padding: 0 30px 0 160px;
}
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__caption {
padding: 0 75px 0 80px;
}
}
@media only screen and (max-width: 768px) {
.home-hero .home-hero__caption {
padding: 0 45px 0 80px;
}
}
.home-hero .home-hero__title {
font-size: 60px;
color: #fff;
width: 66.6667%;
}
@media only screen and (max-width: 1440px) {
.home-hero .home-hero__title {
font-size: 48px;
}
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__title {
font-size: 40px;
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.home-hero .home-hero__title {
font-size: 32px;
}
}
@media only screen and (max-width: 480px) {
.home-hero .home-hero__title {
font-size: 24px;
}
}
.home-hero .home-hero__scroll {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 100%;
z-index: 200;
background-color: #FE6900;
writing-mode: vertical-rl;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 60px 0;
font-family: 'Sora', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
color: #fff;
letter-spacing: 4px;
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__scroll {
padding: 30px 0;
width: 50px;
top: inherit;
bottom: 0;
}
}
.home-hero .home-hero__scroll svg {
order: 2;
margin-top: 15px;
width: 16px;
height: 16px;
}
.home-hero .home-hero__scroll span {
order: 1;
transform: rotate(-180deg);
}
.home-hero .home-hero__services {
position: absolute;
bottom: 0;
left: 160px;
height: 75px;
display: flex;
align-items: center;
z-index: 200;
}
@media only screen and (max-width: 1440px) {
.home-hero .home-hero__services {
left: 160px;
}
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__services {
left: 80px;
height: auto;
padding-bottom: 90px;
display: none;
}
}
.home-hero .home-hero__services ul {
list-style-type: none;
display: flex;
align-items: center;
margin: 0 -15px;
}
.home-hero .home-hero__services li {
padding: 0 15px;
font-family: 'Sora', sans-serif;
font-weight: 300;
text-transform: uppercase;
color: #fff;
position: relative;
letter-spacing: 2px;
}
.home-hero .home-hero__services li:before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
background-color: rgba(255,255,255, .5);
width: 1px;
height: 16px;
}
.home-hero .home-hero__services li:last-child:before {
display: none;
}
.home-hero .home-hero__btn {
position: absolute;
right: 0;
bottom: 0;
height: 75px;
background-color: #FE6900;
padding: 0 80px;
color: #fff;
display: flex;
align-items: center;
z-index: 200;
width: calc((100% - 1380px) / 2 + 575px);
font-family: 'Sora', sans-serif;
font-weight: 600;
font-size: 20px;
letter-spacing: .5px;
}
@media only screen and (max-width: 1440px) {
.home-hero .home-hero__btn {
width: calc((100% - 1140px) / 2 + 475px);
}
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__btn {
width: auto;
height: 50px;
padding: 0 30px;
display: inline-flex;
font-size: 12px;
}
}
.home-hero .home-hero__btn:hover {
text-decoration: underline;
}
.home-hero .home-hero__btn svg {
height: 30px;
width: 30px;
margin-right: 20px;
transform: rotate(-90deg);
}
@media only screen and (max-width: 1200px) {
.home-hero .home-hero__btn svg {
height: 16px;
width: 16px;
margin-right: 15px;
}
}
.home-our-offer {
background-color: #171C8F;
color: #fff;
padding-bottom: 180px;
}
@media only screen and (max-width: 1200px) {
.home-our-offer {
padding-bottom: 60px;
}
}
.home-our-offer .section__desc {
width: 66.6667%;
}
@media only screen and (max-width: 1200px) {
.home-our-offer .section__desc {
width: 100%;
}
}
.home-our-offer .home-our-offer__boxes {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.home-our-offer .home-our-offer__box {
width: 33.3333%;
padding: 15px;
}
@media only screen and (max-width: 1200px) {
.home-our-offer .home-our-offer__box {
width: 50%;
}
}
@media only screen and (max-width: 768px) {
.home-our-offer .home-our-offer__box {
width: 100%;
}
}
.home-our-offer .home-our-offer__row {
margin-bottom: 30px;
}
.home-our-offer .home-our-offer__row:last-child {
margin-bottom: 0;
}
.home-our-offer .home-our-offer__icon {
display: flex;
align-items: center;
}
.home-our-offer .home-our-offer__icon svg {
height: 80px;
margin-right: 40px;
}
.home-our-offer .home-our-offer__title > a:hover {
color: #FE6900;
}
.home-about-us {
position: relative;
}
.home-about-us .home-about-us__img {
position: absolute;
top: -90px;
right: calc((100% - 1380px) / 2);
width: 575px;
}
@media only screen and (max-width: 1440px) {
.home-about-us .home-about-us__img {
right: calc((100% - 1140px) / 2);
width: 475px;
}
}
@media only screen and (max-width: 1200px) {
.home-about-us .home-about-us__img {
right: 0;
width: 100%;
position: relative;
top: -60px;
}
}
.home-about-us .home-about-us__img > img {
width: 100%;
object-fit: cover;
object-position: center;
}
.home-about-us .home-about-us__columns {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.home-about-us .home-about-us__column {
width: 50%;
padding: 15px;
}
@media only screen and (max-width: 1200px) {
.home-about-us .home-about-us__column {
width: 100%;
}
}
.home-realizations {
position: relative;
}
.page-realizations {
padding-bottom: 0;
}
.home-realizations:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 60%;
height: 100%;
background-color: #FAFAFA;
}
@media only screen and (max-width: 1200px) {
.home-realizations:before {
width: 100%;
}
}
.home-realizations .section__row {
position: relative;
z-index: 100;
}
.home-realizations .home-realizations__columns {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.home-realizations .home-realizations__column {
width: 50%;
padding: 15px;
}
@media only screen and (max-width: 1200px) {
.home-realizations .home-realizations__column {
width: 100%;
}
}
.home-realizations .home-realizations__column:last-child {
display: flex;
justify-content: center;
align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
.home-realizations .home-realizations__column:last-child {
justify-content: flex-start;
}
}
.home-realizations .home-realizations__boxes,
.page-realizations .page-realizations__boxes {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.home-realizations .home-realizations__box,
.page-realizations .page-realizations__box {
width: 25%;
padding: 15px;
}
@media only screen and (max-width: 1200px) {
.home-realizations .home-realizations__box,
.page-realizations .page-realizations__box {
width: 33.3333%;
}
}
@media only screen and (max-width: 768px) {
.home-realizations .home-realizations__box,
.page-realizations .page-realizations__box {
width: 50%;
}
}
@media only screen and (max-width: 480px) {
.home-realizations .home-realizations__box,
.page-realizations .page-realizations__box {
width: 100%;
}
}
.home-realizations .home-realizations__img > a,
.page-realizations .page-realizations__img > a {
display: block;
overflow: hidden;
margin-bottom: 15px;
}
.home-realizations .home-realizations__img > a > img,
.page-realizations .page-realizations__img > a > img {
width: 100%;
object-fit: cover;
object-position: center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.home-realizations .home-realizations__img > a:hover > img,
.page-realizations .page-realizations__img > a:hover > img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.home-realizations .home-realizations__title,
.page-realizations .page-realizations__title {
font-size: 16px;
}
.home-realizations .home-realizations__title > a:hover,
.page-realizations .page-realizations__title > a:hover {
color: #FE6900;
}
.page-offer,
.page-single-offer {
padding-bottom: 0;
}
.page-offer .page-offer__columns,
.page-single-offer .page-single-offer__columns {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.page-offer .page-offer__columns {
margin: -30px;
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__columns {
margin: -15px;
}
}
.page-offer .page-offer__column,
.page-single-offer .page-single-offer__column {
padding: 15px;
}
.page-offer .page-offer__column,
.page-single-offer .page-single-offer__column {
padding: 30px;
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__column,
.page-single-offer .page-single-offer__column {
padding: 15px;
}
}
.page-offer .page-offer__column:first-child,
.page-single-offer .page-single-offer__column:first-child {
width: 75%;
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__column:first-child,
.page-single-offer .page-single-offer__column:first-child {
width: 100%;
}
}
.page-offer .page-offer__column:last-child,
.page-single-offer .page-single-offer__column:last-child {
width: 25%;
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__column:last-child,
.page-single-offer .page-single-offer__column:last-child {
width: 33.3333%;
}
}
@media only screen and (max-width: 768px) {
.page-offer .page-offer__column:last-child,
.page-single-offer .page-single-offer__column:last-child {
width: 50%;
}
}
@media only screen and (max-width: 480px) {
.page-offer .page-offer__column:last-child,
.page-single-offer .page-single-offer__column:last-child {
width: 100%;
}
}
.page-offer .page-offer__sidebar {
padding: 60px;
background-color: #FAFAFA;
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__sidebar {
padding: 40px 30px;
}
}
.page-offer .page-offer__desc h1,
.page-offer .page-offer__desc h2,
.page-offer .page-offer__desc h3,
.page-offer .page-offer__desc p,
.page-offer .page-offer__desc ul,
.page-single-offer .page-single-offer__desc h1,
.page-single-offer .page-single-offer__desc h2,
.page-single-offer .page-single-offer__desc h3,
.page-single-offer .page-single-offer__desc p,
.page-single-offer .page-single-offer__desc ul {
margin-bottom: 30px;
}
.page-offer .page-offer__desc h1:last-child,
.page-offer .page-offer__desc h2:last-child,
.page-offer .page-offer__desc h3:last-child,
.page-offer .page-offer__desc p:last-child,
.page-offer .page-offer__desc ul:last-child,
.page-single-offer .page-single-offer__desc h1:last-child,
.page-single-offer .page-single-offer__desc h2:last-child,
.page-single-offer .page-single-offer__desc h3:last-child,
.page-single-offer .page-single-offer__desc p:last-child,
.page-single-offer .page-single-offer__desc ul:last-child {
margin-bottom: 0;
}
.page-offer .page-offer__desc ul,
.page-single-offer .page-single-offer__desc ul {
list-style-type: none;
}
.page-offer .page-offer__desc li,
.page-single-offer .page-single-offer__desc li {
position: relative;
padding-left: 24px;
margin-bottom: 15px;
}
.page-offer .page-offer__desc li:last-child,
.page-single-offer .page-single-offer__desc li:last-child {
margin-bottom: 0;
}
.page-offer .page-offer__desc li:before,
.page-single-offer .page-single-offer__desc li:before {
content: '';
position: absolute;
top: 10.5px;
left: 0;
width: 12px;
height: 3px;
background-color: #FE6900;
}
.page-offer .page-offer__row {
margin-bottom: 30px;
}
.page-offer .page-offer__row:last-child {
margin-bottom: 0;
}
.page-offer .page-offer__boxes {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.page-offer .page-offer__box {
width: 33.3333%;
padding: 15px;
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__box {
width: 50%;
}
}
@media only screen and (max-width: 768px) {
.page-offer .page-offer__box {
width: 100%;
}
}
.page-offer .page-offer__img {
position: relative;
}
.page-offer .page-offer__img > a {
display: block;
overflow: hidden;
position: relative;
}
.page-offer .page-offer__img > a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(17, 17, 17, .4);
}
.page-offer .page-offer__img > a:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100%;
background-color: #FE6900;
transition: all .5s;
}
.page-offer .page-offer__img:hover {
cursor: pointer;
}
.page-offer .page-offer__img:hover > a:after {
width: 50%;
}
.page-offer .page-offer__img > a > img {
width: 100%;
object-fit: cover;
object-position: center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.page-offer .page-offer__img > a:hover > img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.page-offer .page-offer__caption {
left: 0;
bottom: 0;
width: 100%;
padding: 30px;
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
z-index: 100;
}
.page-offer .page-offer__btn > svg {
width: 60px;
height: 60px;
transform: rotate(-90deg);
}
@media only screen and (max-width: 1440px) {
.page-offer .page-offer__btn > svg {
width: 48px;
height: 48px;
}
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__btn > svg {
width: 40px;
height: 40px;
}
}
@media only screen and (max-width: 1440px) {
.page-offer .page-offer__btn > svg {
width: 32px;
height: 32px;
}
}
.page-offer .page-offer__title {
color: #fff;
text-align: right;
font-size: 28px;
}
@media only screen and (max-width: 1440px) {
.page-offer .page-offer__title {
font-size: 24px;
}
}
@media only screen and (max-width: 1200px) {
.page-offer .page-offer__title {
font-size: 20px;
}
}
@media only screen and (max-width: 768px) {
.page-offer .page-offer__title {
font-size: 16px;
}
}
.page-single-offer .page-single-offer__img > img {
width: 100%;
object-fit: cover;
object-position: center;
}
.page-single-offer .page-single-offer__rectangle {
position: relative;
padding: 90px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
.page-single-offer .page-single-offer__rectangle {
padding: 60px;
}
}
@media only screen and (max-width: 768px) {
.page-single-offer .page-single-offer__rectangle {
padding: 30px;
}
}
.page-single-offer .page-single-offer__rectangle:before {
content: '';
position: absolute;
top: 0;
left: 0;
background-color: rgba(17, 17, 17, .2);
width: 100%;
height: 100%;
}
.page-single-offer .page-single-offer__icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 150px;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
background-color: #171C8F;
z-index: 200;
}
@media only screen and (max-width: 1200px) {
.page-single-offer .page-single-offer__icon {
display: none;
}
}
.page-single-offer .page-single-offer__desc {
margin-left: auto;
margin-right: 0;
background-color: #fafafa;
padding: 60px 60px 60px 90px;
width: 575px;
position: relative;
z-index: 100;
}
@media only screen and (max-width: 1200px) {
.page-single-offer .page-single-offer__desc {
padding: 60px;
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.page-single-offer .page-single-offer__desc {
padding: 30px;
}
}
.page-default {
padding-bottom: 0;
}
.contact-us {
padding-bottom: 0;
color: #fff;
}
.contact-us .contact-us__content {
padding: 60px 0;
background-color: #FE6900;
position: relative;
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__content {
padding: 60px 0;
}
}
.contact-us .contact-us__img {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__img {
top: -60px;
width: 100%;
position: relative;
}
}
.contact-us .contact-us__img:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0, .4);
}
.contact-us .contact-us__img > img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.contact-us .contact-us__columns {
display: flex;
justify-content: center;
align-items: center;
margin: -30px;
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__columns {
margin: -15px;
flex-wrap: wrap;
}
}
.contact-us .contact-us__column {
padding: 30px;
position: relative;
z-index: 100;
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__column {
padding: 15px;
width: 100%;
text-align: center;
}
.contact-us .section__title {
padding: 0 30px;
}
}
@media only screen and (max-width: 768px) {
.contact-us .section__title {
padding: 0 15px;
}
}
.contact-us .section__header {
padding: 0;
}
.contact-us .section__header:before {
display: none;
}
.contact-us .contact-us__phone {
display: flex;
align-items: center;
color: #fff;
font-family: 'Sora', sans-serif;
font-weight: 600;
font-size: 32px;
}
@media only screen and (max-width: 1440px) {
.contact-us .contact-us__phone {
font-size: 28px;
}
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__phone {
font-size: 24px;
justify-content: center;
}
}
@media only screen and (max-width: 768px) {
.contact-us .contact-us__phone {
font-size: 20px;
}
}
.contact-us .contact-us__phone a:hover {
text-decoration: underline;
}
.contact-us .contact-us__icon {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #FE6900;
display: flex;
justify-content: center;
align-items: center;
margin-right: 30px;
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__icon {
width: 48px;
height: 48px;
background-color: #fff;
margin-right: 15px;
}
}
@media only screen and (max-width: 768px) {
.contact-us .contact-us__icon {
width: 40px;
height: 40px;
}
}
.contact-us .contact-us__phone svg {
height: 28px;
width: 28px;
}
@media only screen and (max-width: 1200px) {
.contact-us .contact-us__phone svg {
height: 24px;
width: 24px;
}
.contact-us .contact-us__phone svg path {
fill: #FE6900;
}
}
@media only screen and (max-width: 768px) {
.contact-us .contact-us__phone svg {
height: 20px;
width: 20px;
}
}
.hot-menu {
font-size: 14px;
position: relative;
}
@media only screen and (max-width: 1440px) {
.hot-menu {
font-size: 12px;
}
}
.hot-menu:before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 1380px;
height: 1px;
background-color: #EEEEEE;
transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
.hot-menu:before {
width: calc(100% - 60px);
}
}
@media only screen and (max-width: 768px) {
.hot-menu:before {
width: calc(100% - 30px);
}
}
.hot-menu .hot-menu__columns {
display: flex;
flex-wrap: wrap;
margin: -15px;
}
.hot-menu .hot-menu__column {
width: 25%;
padding: 15px;
}
@media only screen and (max-width: 1200px) {
.hot-menu .hot-menu__column {
width: 100%;
}
}
.hot-menu .hot-menu__row {
margin-bottom: 30px;
}
.hot-menu .hot-menu__row:last-child {
margin-bottom: 0;
}
.hot-menu .hot-menu__title {
font-size: 16px;
text-transform: uppercase;
}
.hot-menu .hot-menu__logo > svg {
height: 50px;
}
.hot-menu .hot-menu__desc p,
.hot-menu .hot-menu__nav li {
margin-bottom: 15px;
color: #999999;
}
.hot-menu .hot-menu__desc p:last-child,
.hot-menu .hot-menu__nav li:last-child {
margin-bottom: 0;
}
.hot-menu .hot-menu__nav ul {
list-style-type: none;
}
.hot-menu .hot-menu__nav a {
text-transform: uppercase;
}
.hot-menu a:hover {
color: #FE6900;
text-decoration: underline;
}
.footer {
padding: 30px 0;
font-size: 14px;
color: #999999;
}
@media only screen and (max-width: 1440px) {
.footer {
font-size: 12px;
padding: 15px 0;
}
}
.footer a:hover {
color: #FE6900;
text-decoration: underline;
}
.footer .footer__columns {
display: flex;
justify-content: center;
align-items: center;
margin: -30px;
}
@media only screen and (max-width: 1200px) {
.footer .footer__columns {
margin: -7.5px;
flex-wrap: wrap;
}
}
.footer .footer__column {
padding: 30px;
position: relative;
}
@media only screen and (max-width: 1200px) {
.footer .footer__column {
padding: 7.5px;
width: 100%;
}
}
.footer .footer__column:before {
content: '';
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 1px;
height: 14px;
background-color: #EEEEEE;
}
@media only screen and (max-width: 1200px) {
.footer .footer__column:before {
display: none;
}
}
.footer .footer__column:last-child:before {
display: none;
}
.footer .footer__webdesign > a {
font-weight: 700;
text-transform: uppercase;
}
.wpcf7-form {
text-align: left;
}
.wpcf7-form p {
margin-bottom: 15px;
}
.wpcf7-form p:last-of-type {
margin-bottom: 0;
}
.wpcf7-submit {
padding: 15px 30px!important;
display: inline-flex!important;
background-color: #FE6900!important;
color: #fff!important;
border: 0!important;
width: auto!important;
position: relative;
left: 50%;
transform: translateX(-50%);
margin-top: 30px;
}
.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
padding: 15px 0;
background-color: transparent;
border: 0;
border-bottom: 1px solid rgba(0,0,0, .1);
width: 100%;
display: block;
box-sizing: border-box;
outline: 0!important;
color: #111;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 16px;
}
@media only screen and (max-width: 1440px) {
.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
font-size: 14px;
}
}
.wpcf7-form input.wpcf7-form-control::placeholder,
.wpcf7-form textarea.wpcf7-form-control::placeholder {
color: #111;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 16px;
}
@media only screen and (max-width: 1440px) {
.wpcf7-form input.wpcf7-form-control::placeholder,
.wpcf7-form textarea.wpcf7-form-control::placeholder {
font-size: 14px;
}
}
.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
outline: 0!important;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-not-valid {
border-bottom: 2px solid #ff0000;
}
.wpcf7-form .wpcf7-not-valid>.wpcf7-list-item {
border: 2px solid #ff0000;
padding: 15px;
}
.wpcf7-form .wpcf7-list-item {
margin: 0!important;
line-height: 1.5;
font-size: 14px!important;
}
@media only screen and (max-width: 1440px) {
.wpcf7-form .wpcf7-list-item {
font-size: 12px!important;
}
}
.wpcf7-form input[type=checkbox] {
margin-right: 15px;
}
.wpcf7-form .wpcf7-response-output {
padding: 15px!important;
margin: 30px 0 0 0!important;
font-size: 14px!important;
line-height: 1.5;
}
@media only screen and (max-width: 1440px) {
.wpcf7-form .wpcf7-response-output {
font-size: 12px!important;
}
}
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 12px!important;
line-height: 1;
display: block;
}
.wpcf7-form label>span {
color: #111;
}
.wpcf7-form .wpcf7-acceptance label {
display: flex;
align-items: flex-start;
}
.wpcf7-form input[type=checkbox] {
position: relative;
top: 4px;
}
.wpcf7-form .wpcf7-list-item-label {
color: #111;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
display: none!important;
}
.gallery {
display: flex;
flex-wrap: wrap;
margin: -15px!important;
}
.gallery .gallery-item {
width: 25%!important;
padding: 15px!important;
margin-top: 0!important;
}
@media only screen and (max-width: 1200px) {
.gallery .gallery-item {
width: 33.3333%!important;
}
}
@media only screen and (max-width: 768px) {
.gallery .gallery-item {
width: 50%!important;
}
}
@media only screen and (max-width: 576px) {
.gallery .gallery-item {
width: 100%!important;
}
}
.gallery a {
display: block;
position: relative;
overflow: hidden;
}
.gallery img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border: 0!important;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.gallery a:hover>img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.gallery a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(23, 28, 143, 0.75);
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.gallery a:hover::before {
height: 100%;
}
.gallery a::after {
content: '';
background-image: url(//aveton.pl/wp-content/themes/aveton/img/gallery-search.png);
width: 32px;
height: 32px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 200;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.5s;
opacity: 0;
filter: brightness(0%) invert(100%);
}
.gallery a:hover::after {
opacity: 1;
}
.bottom-bar {
position: fixed;
left: 0;
display: none;
bottom: 0;
width: 100%;
z-index: 300;
}
@media only screen and (max-width: 1200px) {
.bottom-bar {
display: block;
}
}
.bottom-bar ul {
list-style-type: none;
display: flex;
}
.bottom-bar li {
flex: 1;
text-align: center;
}
.bottom-bar a {
display: block;
background-color: #111;
padding: 15px 0;
line-height: 1;
position: relative;
}
.bottom-bar img {
margin: 0 auto 0 auto;
height: 20px;
filter: brightness(0%) invert(100%);
}
.sidebar .sidebar__header {
height: 50px;
padding: 0 30px;
display: flex;
align-items: center;
background-color: #E11F27;
}
.sidebar .sidebar__title {
color: #fff;
}
.sidebar .sidebar__nav ul {
list-style-type: none;
}
.sidebar .sidebar__nav li {
background-color: #F6F6F6;
border-bottom: 1px solid #E2E2E2;
}
.sidebar .sidebar__nav li:last-child {
border-bottom: 0;
}
.sidebar .sidebar__nav .menu a {
padding: 15px 30px;
display: block;
}
.sidebar .sidebar__nav .menu > li.current-menu-item > a,
.sidebar .sidebar__nav .menu > li.current-offer-ancestor.current-menu-parent.menu-item-has-children > a,
.sidebar .sidebar__nav .menu > li.current-menu-ancestor.current-menu-parent.menu-item-has-children > a {
background-color: #FE6900;
color: #fff;
}
.sidebar .sidebar__nav .menu > li.current-menu-item.menu-item-has-children > .sub-menu,
.sidebar .sidebar__nav .menu > li.current-offer-ancestor.current-menu-parent.menu-item-has-children > .sub-menu,
.sidebar .sidebar__nav .menu > li.current-menu-ancestor.current-menu-parent.menu-item-has-children > .sub-menu {
display: block;
}
.sidebar .sidebar__nav .sub-menu {
display: none;
padding-left: 30px;
}
.sidebar .sidebar__nav .sub-menu > li:hover > a,
.sidebar .sidebar__nav .sub-menu > li.current-menu-item > a,
.sidebar .sidebar__nav .sub-menu > li.current-offer-ancestor.current-menu-parent > a,
.sidebar .sidebar__nav .sub-menu > li.current-menu-ancestor.current-menu-parent > a {
color: #FE6900;
}
.sidebar .sidebar__nav .sub-menu > li:last-child {
margin-bottom: 0;
}
.sidebar .sidebar__nav .sub-menu > li > a {
position: relative;
padding-left: 20px;
}
.sidebar .sidebar__nav .sub-menu > li > a:before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 10px;
height: 2px;
background-color: #FE6900;
}