:root {
--font-family: "Inter", sans-serif;
--font-size: 18px;
--line-height: 130%;
--font-weight: 400;
--dark: #222222;
--gray: #909090;
--white: #ffffff;
--text-dark-color: #303030;
--text-gray-color: #909090;
--text-white-color: #ffffff;
--default-transition: 0.25s ease-in-out;
}
::selection {
background-color: var(--white);
color: var(--gray);
}
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: var(--font-family);
font-size: var(--font-size);
font-weight: var(--font-weight);
line-height: var(--line-height);
color: var(--dark);
background-color: var(--white);
width: 100%;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
z-index: 1;
}
header,
footer,
section {
width: 100%;
max-width: 1920px;
margin: 0 auto;
}
section {
padding-top: 180px;
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p {
margin-bottom: 0;
}
.loaded {
overflow-y: auto;
}
.loaded .preloader {
pointer-events: none;
visibility: hidden;
opacity: 0;
z-index: -1;
}
.loaded .cover__img {
transform: scale(1);
} .gsap-content,
.gsap-left,
.gsap-bottom,
.gsap-width {
will-change: transform;
}
.gsap-wrapper {
overflow: hidden;
}
.gsap-content {
overflow: hidden;
}
.wrapper {
width: 100%;
position: relative;
z-index: 1;
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: hidden;
}
.header {
position: fixed;
top: 0;
left: 50%;
transform: translate(-50%, 0);
width: 100%;
padding: 33px 0;
background: rgba(255, 255, 255, 0);
transition: all 1s cubic-bezier(0.2, 0.6, 0, 1);
z-index: 10;
border-bottom: 1px solid var(--gray);
}
.header_scroll {
padding: 20px 0;
background: rgba(255, 255, 255, 1);
}
.header__wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.header__menu-list,
.header__menu-dropdown {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
gap: 30px;
}
.header__menu-dropdown {
background: #fff;
position: absolute;
bottom: 0;
left: -35px;
visibility: hidden;
opacity: 0;
top: -100%;
padding: 25px;
height: max-content;
width: max-content;
display: flex;
flex-direction: column;
gap: 10px;
}
.header__menu-list > li {
position: relative;
}
.header__menu-list > li > a,
.header__menu-dropdown > li > a {
cursor: pointer;
color: var(--text-dark-color);
text-decoration: none;
transition: var(--default-transition);
padding: 4px 8px;
position: relative;
}
.header__menu-list > li:hover .header__menu-dropdown {
visibility: visible;
opacity: 1;
top: 100%;
}
.header__menu-list > li > a:hover,
.header__menu-dropdown > li > a:hover {
color: var(--text-gray-color);
}
.header__menu-list > li > a::before,
.header__menu-dropdown > li > a::before {
content: "(";
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
transition: var(--default-transition);
}
.header__menu-list > li > a::after,
.header__menu-dropdown > li > a::after {
content: ")";
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
transition: var(--default-transition);
}
.header__menu-list > li > a:hover::before,
.header__menu-dropdown > li > a:hover::before {
left: -4px;
}
.header__menu-list > li > a:hover::after,
.header__menu-dropdown > li > a:hover::after {
right: -4px;
}
.header__group {
display: flex;
}
.header__phone {
text-decoration: none;
color: var(--text-dark-color);
transition: var(--default-transition);
margin-right: 40px;
padding: 4px 0;
position: relative;
}
.header__phone::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 1px;
transition: var(--default-transition);
background-color: var(--gray);
}
.header__phone:hover {
color: var(--text-gray-color);
}
.header__phone:hover::before {
width: 100%;
}
.header__languages {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
list-style-type: none;
}
.header__languages > li {
position: relative;
}
.header__languages > li > a {
text-decoration: none;
transition: var(--default-transition);
color: var(--text-dark-color);
text-transform: uppercase;
padding: 4px 0;
}
.header__languages > li.current-lang > a {
font-weight: 600;
}
.header__languages > li > a:hover {
color: var(--text-gray-color);
}
.header__languages > li.current-lang > a:hover {
color: var(--text-dark-color);
}
.header__languages > li > a::after {
content: "/";
margin: 0 10px;
font-weight: 400;
}
.header__languages > li:last-child > a::after {
content: "";
display: none;
}
.header__area {
pointer-events: none;
display: none;
}
.logo {
display: inline-block;
text-decoration: none;
color: var(--text-dark-color);
transition: var(--default-transition);
font-weight: 600;
font-size: 32px;
line-height: 100%;
}
.logo:hover {
color: var(--text-dark-color);
}
.main {
flex: 1 1 auto;
}
.container {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.title-1 {
font-size: 40px;
line-height: 110%;
font-weight: 600; }
.title-2 {
font-size: 25px;
line-height: 120%;
font-weight: 700;
}
.title-3 {
font-size: 18px;
line-height: 130%;
font-weight: 600;
}
.blockquote {
font-size: 32px;
line-height: 120%;
font-weight: 500;
}
.numeric {
font-size: 64px;
line-height: 110%;
font-weight: 300;
}
.caption {
font-size: 18px;
line-height: 130%;
font-weight: 400;
}
.btn {
display: inline-block;
box-sizing: border-box;
font-size: 17px;
line-height: 140%;
font-weight: 600;
text-align: center;
width: 320px;
padding: 19px 0;
color: var(--dark);
background-color: var(--white);
border: 1px solid var(--white);
transition: var(--default-transition);
text-decoration: none;
}
.btn:hover {
background-color: var(--dark);
color: var(--white);
}
.btn_reverse {
color: var(--white);
background-color: var(--dark);
border: 1px solid var(--dark);
}
.btn_reverse:hover {
background-color: var(--white);
color: var(--dark);
}
.cover {
position: relative;
z-index: 1;
}
.cover__block > .block__column:first-child {
width: calc(65% - 30px) !important;
}
.cover__block > .block__column:last-child {
width: calc(35% - 30px) !important;
}
.cover__description {
margin-bottom: 20px;
font-size: 16px;
}
.cover__bg {
position: static;
max-width: 1920px;
width: 100%;
height: 100%;
max-height: 530px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-top: 40px;
}
.cover__img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 4s cubic-bezier(0.075, 1, 0.25, 1);
transform: scale(1.2);
}
.cover__arrow {
position: absolute;
bottom: 40px;
left: 50%;
transform: translate(-50%, 0);
width: 40px;
height: 20px;
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/arrow-bottom-white.svg) no-repeat center / cover;
animation: arrowPlay 2s infinite;
}
@keyframes arrowPlay {
0% {
bottom: 40px;
}
50% {
bottom: 25px;
}
100% {
bottom: 40px;
}
}
.cover__slider .slide-content {
position: absolute;
top: 50%;
bottom: 50%;
transform: translateY(-50%);
display: none;
visibility: hidden;
height: max-content;
padding: 10px;
color: #fff;
}
.cover__slider .slide-content h3 {
font-size: 40px;
line-height: 110%;
font-weight: 600;
margin: 0 0 20px 0;
}
.cover__slider .slide-content button {
margin: 20px 0 0 0;
}
.block {
display: flex;
justify-content: space-between;
gap: 60px;
}
.block__column {
position: relative;
flex: none;
}
.block > .block__column:first-child {
width: calc(35% - 60px);
}
.block > .block__column:last-child {
width: 65%;
}
.block__title {
color: var(--gray);
}
.block__title_mt {
margin-top: 40px;
}
.block__text {
display: flex;
flex-direction: column;
margin-top: 20px;
max-width: 600px;
}
.block__text > p {
margin-bottom: 20px;
}
.block__text > p:last-child {
margin-bottom: 0;
}
.block__text_first {
margin-top: 40px;
}
.block__blockquote > .blockquote {
margin-bottom: 12px;
}
.block__blockquote > p > span {
color: var(--gray);
}
.plaster-slider {
width: 100%;
margin-bottom: 20px;
}
.paint-slider {
width: 100%;
margin-bottom: 20px;
}
.cards {
margin-top: 40px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
gap: 60px;
}
.card {
width: 100%;
box-sizing: border-box;
}
.card__image {
width: 100%;
height: 460px;
margin-bottom: 20px;
}
.card__link {
display: block;
width: 100%;
height: 100%;
transition: var(--default-transition);
text-decoration: none;
font-size: 17px;
font-weight: 600;
color: var(--text-white-color);
position: relative;
overflow: hidden;
padding: 0;
border: none;
outline: none;
}
.card__link:hover {
color: var(--text-white-color);
}
.card__link-text {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: -100%;
left: 50%;
transform: translate(-50%, 50%);
width: 80%;
max-width: 270px;
height: 80%;
max-height: 270px;
border-radius: 100%;
background: var(--dark);
transition: all 0.4s cubic-bezier(0.275, 0.385, 0.32, 1.275);
padding: 0 20%;
z-index: 2;
text-align: center;
}
.card__link:hover .card__link-text {
bottom: 50%;
}
.card__link img {
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--default-transition);
z-index: 1;
}
.card__link:hover > img {
filter: blur(4px);
}
.card__title {
color: var(--gray);
margin-bottom: 12px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
line-height: 1.2em;
height: 3.6em;
}
.rows {
margin-top: 40px;
}
.row {
position: relative;
display: flex;
justify-content: space-between;
padding: 25px 0;  margin-top: -1px;
}
.row__border {
display: block;
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: var(--gray);
}
.row__border_top {
top: 0;
}
.row__border_bottom {
bottom: 0;
}
.rows__text {
flex: none;
color: var(--gray);
max-width: 420px;
margin-left: 60px;
}
.big-slider {
margin-top: 40px;
width: 100%;
height: 600px;
overflow: visible;
}
.big-slider__slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.big-slider__control {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
pointer-events: none;
}
.big-slider__container {
height: 100%;
}
.big-slider__prev,
.big-slider__next {
margin-top: 0;
z-index: 3;
color: var(--white);
pointer-events: auto;
transition: var(--default-transition);
width: 60px;
height: 60px;
border-radius: 100%;
background: rgba(40, 40, 40, 0.8);
}
.big-slider__prev:hover,
.big-slider__next:hover {
opacity: 0.8;
}
.big-slider__prev:after,
.big-slider__next:after {
font-size: 20px;
}
.big-slider__prev {
left: 40px;
}
.big-slider__next {
right: 40px;
}
.big-slider__pagination {
pointer-events: auto;
}
.swiper-pagination-bullet {
background: var(--white);
}
.columns {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 1fr;
gap: 60px;
margin-top: 40px;
}
.column__title {
color: var(--gray);
margin-bottom: 12px;
}
.column__text {
margin-bottom: 20px;
}
.column__text:last-child {
margin-bottom: 0;
}
.column__item {
position: relative;
padding-top: 20px;
}
.column__item-border {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: var(--gray);
}
.column__area {
display: flex;
align-items: center;
}
.column__caption {
color: var(--gray);
margin-top: 6px;
}
.media-unit {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
margin-top: 40px;
}
.media-unit__column {
width: 50%;
}
.media-unit__img {
width: 100%;
height: 660px;
object-fit: cover;
}
.media-unit__text {
margin-top: 20px;
}
.media-unit__btn {
margin-top: 40px;
}
.media-unit__form {
margin-top: 40px;
}
.small-slider {
width: 100%;
height: 460px;
margin-top: 40px;
}
.small-slider__slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.error-name,
.error-tel,
.error-email {
display: inline-block;
font-size: 12px;
line-height: 14px;
letter-spacing: 0px;
text-align: left;
color: #ff0000;
position: absolute;
bottom: -20px;
left: 0;
padding-left: 7px;
}
.error-name:after,
.error-tel:after,
.error-email:after {
content: "*";
position: absolute;
left: 0;
top: 0;
}
.form {
position: relative;
max-width: 420px;
display: flex;
flex-direction: column;
}
.form .error {
border-bottom: 1px solid #ff0000;
}
.form__group {
position: relative;
margin-bottom: 25px;
}
.form__group-title {
color: var(--gray);
font-size: 12px;
line-height: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
left: 2px;
top: -2px;
z-index: 2;
transition: var(--default-transition);
}
.form__input {
width: 100%;
padding: 13px 2px;
border: none;
border-bottom: 1px solid var(--gray);
outline: none;
background-color: var(--white);
z-index: 1;
transition: var(--default-transition);
}
.form__btn {
margin-top: 40px;
width: 100%;
}
.form__accept {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.form__accept > label {
position: relative;
user-select: none;
display: inline-flex;
align-items: center;
color: var(--gray);
}
.form__accept a {
display: inline-block;
margin-left: 4px;
color: var(--dark);
text-decoration: none;
transition: var(--default-transition);
}
.form__accept a:hover {
text-decoration: underline;
}
.form__checkbox {
position: absolute;
left: 2px;
top: 50%;
transform: translate(0, -50%);
z-index: -1;
width: 24px;
height: 24px;
margin-top: 1px;
opacity: 0;
}
.custom-checkbox {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
border: 1px solid rgba(0, 0, 0, 0.6);
background-color: var(--white);
vertical-align: sub;
margin-right: 12px;
margin-top: 1px;
}
.custom-checkbox::before {
content: "";
display: inline-block;
width: 14px;
height: 10px;
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/arrow-checkbox-dark.svg) no-repeat center / contain;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
transition: var(--default-transition);
}
.form__checkbox:checked + .custom-checkbox::before {
transform: translate(-50%, -50%) scale(1);
}
.form__success {
border-top: 1px solid #007d1b;
margin-bottom: 40px;
padding-top: 20px;
color: #007d1b;
}
.form__error {
border-top: 1px solid rgba(255, 0, 0, 0.4);
margin-bottom: 40px;
padding-top: 20px;
color: rgba(255, 0, 0, 0.4);
}
.accordions {
margin-top: 40px;
}
.accordion {
position: relative;
margin-top: -1px;
}
.accordion__border {
display: block;
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: var(--gray);
}
.accordion__border_top {
top: 0;
}
.accordion__border_bottom {
bottom: 0;
}
.accordion__header {
padding-top: 25px;
padding-bottom: 25px;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
transition: var(--default-transition);
}
.accordion__icon {
flex: none;
margin-left: 10px;
width: 28px;
height: 28px;
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/arrow-bottom-dark.svg) no-repeat center / contain;
transition: var(--default-transition);
}
.accordion__body {
max-height: 0;
overflow: hidden;
transition: var(--default-transition);
}
.accordion__content {
padding-bottom: 25px;
color: var(--gray);
}
.accordion__header_active .accordion__icon {
transform: rotate3d(1, 0, 0, 180deg);
}
.custom-slider__control {
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
display: flex;
align-items: center;
justify-content: space-between;
}
.custom-slider__prev,
.custom-slider__next {
width: 28px;
height: 28px;
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/arrow-bottom-dark.svg) no-repeat center / contain;
cursor: pointer;
}
.custom-slider__prev {
transform: rotate(90deg);
}
.custom-slider__next {
transform: rotate(-90deg);
margin-left: 40px;
}
.custom-slider {
margin-top: 40px;
overflow: visible;
}
.custom-slider__wrapper {
display: grid;
grid-auto-flow: column;
}
.custom-slider__title {
padding-right: 116px;
}
.review {
background-color: rgba(144, 144, 144, 0.1);
padding: 25px;
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
}
.review > img {
flex: none;
width: 120px;
height: 120px;
border-radius: 100%;
margin-right: 20px;
}
.review__name {
margin-bottom: 5px;
}
.review__position {
color: var(--gray);
margin-bottom: 20px;
}
.partner-img {
width: 100%;
height: 100%;
max-height: 124px;
object-fit: cover;
}
.footer {
margin-top: 180px;
background-color: var(--dark);
color: var(--white);
padding-top: 80px;
padding-bottom: 80px;
}
.footer__wrapper {
display: flex;
justify-content: space-between;
gap: 60px;
}
.footer__column {
width: 50%;
}
.footer__btn {
margin-top: 50px;
}
.footer__menus {
margin-top: 64px;
display: flex;
gap: 93px;
}
.footer__submenu-title {
margin-bottom: 12px;
}
.footer__submenu-list {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.footer__submenu-list > li > a {
text-decoration: none;
transition: var(--default-transition);
color: var(--gray);
}
.footer__submenu-list > li > a:hover {
text-decoration: underline;
color: var(--white);
}
.footer__navigation {
border-top: 1px solid var(--gray);
border-bottom: 1px solid var(--gray);
margin-top: 80px;
padding: 25px 0;
}
.footer__navigation-list {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 18px;
}
.footer__navigation-list > li > a {
text-decoration: none;
transition: var(--default-transition);
color: var(--text-gray-color);
position: relative;
padding: 4px 8px;
}
.footer__navigation-list > li > a:hover {
color: var(--text-white-color);
}
.footer__navigation-list > li > a::before {
content: "(";
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
transition: var(--default-transition);
}
.footer__navigation-list > li > a::after {
content: ")";
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
transition: var(--default-transition);
}
.footer__navigation-list > li > a:hover::before {
left: -4px;
}
.footer__navigation-list > li > a:hover::after {
right: -4px;
}
.footer__bottom {
display: flex;
justify-content: space-between;
margin-top: 25px;
gap: 60px;
}
.footer__copyright {
width: calc(50% - 30px);
flex: none;
color: var(--gray);
}
.footer__author {
width: calc(50% - 30px);
flex: none;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
gap: 6px;
}
.footer__ask {
color: var(--gray);
width: 100%;
text-align: right;
}
.footer__author-link {
text-decoration: none;
color: var(--gray);
transition: var(--default-transition);
}
.footer__author-link:hover {
color: var(--white);
text-decoration: underline;
}
.policy__title {
color: var(--gray);
margin-top: 40px;
margin-bottom: 20px;
}
.policy__text {
margin-bottom: 20px;
}
.chat {
position: fixed;
bottom: 48px;
right: 48px;
width: 48px;
height: 48px;
z-index: 5;
}
.chat__button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 48px;
height: 48px;
border-radius: 100%;
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/icon-chat.svg) no-repeat center / contain;
outline: none;
border: 3px solid rgba(144, 144, 144, 0.8);
display: flex;
align-items: center;
justify-content: center;
transition: var(--default-transition);
z-index: 5;
}
.chat__button_rotate {
transform: translate(-50%, -50%) rotate(45deg);
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/icon-cross.svg) no-repeat center / contain;
}
.chat__pulse {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid rgba(144, 144, 144, 0.8);
border-radius: 50%;
animation: Pulse infinite 2s;
pointer-events: none;
}
.chat__pulse_paused {
opacity: 0;
visibility: hidden;
}
@keyframes Pulse {
50% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
opacity: 1;
}
100% {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
}
.chat__link {
display: block;
width: 48px;
height: 48px;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
border-radius: 100%;
}
.show {
transition: all 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}
.chat__link_wa {
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/wa.svg) no-repeat center / contain;
}
.chat__link_wa.show {
bottom: 60px;
}
.chat__link_tg {
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/tg.svg) no-repeat center / contain;
}
.chat__link_tg.show {
bottom: calc(60px * 2);
}
.chat__link_ig {
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/ig.svg) no-repeat center / contain;
}
.chat__link_ig.show {
bottom: calc(60px * 3);
}
.chat__link_fm {
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/fm.svg) no-repeat center / contain;
}
.chat__link_fm.show {
bottom: calc(60px * 4);
}
.wrapper404 {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.title404 {
font-size: 200px;
}
.descr404 {
margin-bottom: 25px;
text-align: center;
}
.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 20;
}
.modal__container {
background-color: var(--white);
padding: 40px;
max-width: 500px;
max-height: 100vh;
overflow-y: auto;
box-sizing: border-box;
}
.modal__header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.modal__close {
flex: none;
width: 25px;
height: 25px;
margin-left: 10px;
background: url(//suurehitus.ee/wp-content/themes/pwdsuurehitus/assets/images/icons/cross-gray.svg) no-repeat center / contain;
transform: rotate(-45deg);
border: none;
}
.modal__descr {
margin-bottom: 40px;
}
.modal__form {
margin: 0 auto;
}
.modal__btn {
margin: 40px auto 0;
}
@keyframes mmfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes mmfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes mmslideIn {
from {
transform: translateY(15%);
}
to {
transform: translateY(0);
}
}
@keyframes mmslideOut {
from {
transform: translateY(0);
}
to {
transform: translateY(-10%);
}
}
.micromodal-slide {
display: none;
}
.micromodal-slide.is-open {
display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}
.price__row {
display: flex;
align-items: center;
color: var(--text-dark-color);
padding: 25px 0;
border-bottom: 1px solid var(--gray);
position: relative;
}
.price__row:first-child {
border-top: 1px solid var(--gray);
}
.price__row:first-child .price__row-image {
top: 0;
transform: translate(0, 0);
}
.price__row-image {
margin-top: 21px;
margin-right: 41px;
}
.price__row:last-child .price__row-image {
top: auto;
bottom: -25px;
transform: translate(0, 0);
}
.price__row:last-child {
border-bottom: 0;
padding: 25px 0 0 0;
}
.price__row-title {
width: 330px;
margin-right: 90px;
}
.price__row-cost {
color: var(--text-gray-color);
margin-right: 20px;
width: 90px;
}
.price__row-btn {
position: relative;
padding: 4px 0;
background: inherit;
border: none;
outline: none;
transition: var(--default-transition);
}
.price__row-btn::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 1px;
background-color: var(--gray);
transition: var(--default-transition);
}
.price__row-btn:hover {
color: var(--text-gray-color);
}
.price__row-btn:hover::after {
width: 100%;
}
.price__row-image {
position: absolute;
right: 0;
top: 50%;
transform: translate(0, -50%);
width: 250px;
height: 0;
transition: var(--default-transition);
z-index: 2;
}
.price__row-image img {
max-width: 200px;
width: 100%;
height: 100%;
object-fit: cover;
}
.active img {
height: 200px;
margin-left: 60px;
}
.price__row-btn:hover + .price__row-image {
height: 200px;
}
.price .accordions {
margin-top: 0 !important;
}
.price .accordions > .accordion:first-child > .accordion__header {
padding-top: 0;
}
.price .accordions > .accordion:first-child > .accordion__border_top {
display: none;
}
.price .caption {
margin-top: 40px;
max-width: 335px;
}
.services-slider {
overflow: visible;
height: auto !important;
} @media (max-width: 1400px) {
.container {
padding: 0 20px;
}
.header__phone {
display: none;
}
.header__menu-list > li > span {
display: none;
}
.header__menu-list > li > a {
display: block;
}
.footer__navigation-list > li > span {
display: none;
}
.footer__navigation-list > li > a {
display: block;
}
}
@media (max-width: 992px) {
@keyframes hoverLinkDark {
0% {
color: var(--dark);
}
50% {
color: var(--gray);
}
100% {
color: var(--dark);
}
}
@keyframes hoverLinkGray {
0% {
color: var(--gray);
}
50% {
color: var(--white);
}
100% {
color: var(--gray);
}
}
@keyframes hoverLinkWhite {
0% {
color: var(--white);
}
50% {
color: var(--gray);
}
100% {
color: var(--white);
}
}
@keyframes hoverBtnDark {
0% {
background-color: var(--dark);
color: var(--white);
}
50% {
background-color: var(--white);
color: var(--dark);
}
100% {
background-color: var(--dark);
color: var(--white);
}
}
@keyframes hoverBtnWhite {
0% {
background-color: var(--white);
color: var(--dark);
}
50% {
background-color: var(--dark);
color: var(--white);
}
100% {
background-color: var(--white);
color: var(--dark);
}
}
section {
padding-top: 100px;
}
.body_noscroll {
overflow: hidden;
}
.logo:hover {
animation: hoverLinkWhite 0.75s linear;
}
.btn:hover {
background-color: var(--white);
color: var(--dark);
animation: hoverBtnWhite 0.5s linear;
}
.btn_reverse:hover {
background-color: var(--dark);
color: var(--white);
animation: hoverBtnDark 0.5s linear;
}
.header {
padding: 50px 0;
}
.header_scroll {
padding: 20px 0;
}
.header__container {
position: static;
}
.header__wrapper {
justify-content: flex-end;
}
.header__logo {
margin-right: auto;
color: var(--text-dark-color);
}
.header__group {
margin-right: 25px;
}
.header__phone {
margin-right: 25px;
}
.header__phone:hover {
color: var(--white);
text-decoration: none;
animation: hoverLinkWhite 0.75s linear;
}
.header__languages > li > a:hover {
color: var(--white);
animation: hoverLinkWhite 0.75s linear;
}
.header__menu {
position: fixed;
left: 0;
top: -100vh;
width: 100vw;
height: 100vh;
background-color: var(--white);
display: flex;
align-items: center;
justify-content: center;
transition: all 1s cubic-bezier(0.2, 0.6, 0, 1);
}
.header__menu_open {
top: 0;
}
.header__menu-list {
flex-direction: column;
align-items: center;
gap: 40px;
}
.header__menu-list > li {
opacity: 0;
transition: all 1s cubic-bezier(0.2, 0.6, 0, 1);
transform: translate3d(0, 40px, 0);
}
.header__menu-list > li:nth-child(1) {
transition-delay: 1s;
}
.header__menu-list > li:nth-child(2) {
transition-delay: 1.1s;
}
.header__menu-list > li:nth-child(3) {
transition-delay: 1.2s;
}
.header__menu-list > li:nth-child(4) {
transition-delay: 1.3s;
}
.header__menu-list > li:nth-child(5) {
transition-delay: 1.4s;
}
.header__menu_open .header__menu-list > li {
transform: translate3d(0, 0, 0);
opacity: 1;
}
.header__menu-list > li > a,
.header__menu-list > li > span {
width: max-content;
color: var(--dark);
font-weight: 700;
font-size: 48px;
line-height: 110%;
margin: 0 auto;
}
.header__menu-list > li > a:hover,
.header__menu-list > li > span:hover {
color: var(--dark);
text-decoration: none;
animation: hoverLinkDark 0.75s linear;
}
.header__area {
display: block;
pointer-events: auto;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
}
.header__burger {
position: relative;
width: 20px;
height: 14px;
}
.header__burger-line {
display: block;
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: var(--dark);
transition: var(--default-transition);
}
.header__burger-line_1 {
top: 0;
}
.header__burger-line_2,
.header__burger-line_3 {
top: 50%;
transform: translate(0, -50%);
}
.header__burger-line_4 {
bottom: 0;
}
.header__burger_active .header__burger-line {
background-color: var(--gray);
}
.header__burger_active .header__burger-line_1 {
top: -2px;
opacity: 0;
}
.header__burger_active .header__burger-line_2 {
transform: translate(0, -50%) rotate(45deg);
}
.header__burger_active .header__burger-line_3 {
transform: translate(0, -50%) rotate(-45deg);
}
.header__burger_active .header__burger-line_4 {
bottom: -2px;
opacity: 0;
}
.header__menu-dropdown {
position: relative;
visibility: visible;
opacity: 1;
text-align: center;
width: 100%;
padding: 0;
gap: 40px;
margin: 40px 0 0 0;
left: 0;
}
.header__menu-dropdown > li > a {
color: var(--dark);
font-weight: 700;
font-size: 20px;
line-height: 110%;
}
.block {
flex-direction: column;
gap: 20px;
}
.block > .block__column:first-child {
width: 100%;
margin-bottom: 20px;
}
.block > .block__column:last-child {
width: 100%;
}
.block__blockquote {
margin-top: 20px;
}
.cards {
gap: 30px;
}
.row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
gap: 30px;
}
.rows__text {
margin-left: 0;
}
.big-slider {
height: 500px;
overflow: visible;
}
.big-slider__control {
display: none;
}
.columns {
grid-template-columns: 1fr;
gap: 40px;
}
.columns_numbers {
grid-template-columns: repeat(2, 1fr);
}
.media-unit {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 1fr;
gap: 30px;
margin-top: 20px;
}
.media-unit__column {
width: 100%;
}
.media-unit__btn {
width: 100%;
}
.media-unit__img {
height: 460px;
}
.media-unit_form {
display: flex;
flex-direction: column-reverse;
gap: 40px;
}
.media-unit_form > .media-unit__column {
width: 100%;
}
.block__text {
max-width: 100%;
}
.form {
max-width: 100%;
}
.form__btn {
width: 100%;
}
.custom-slider__control {
display: none;
}
.custom-slider__title {
padding-right: 0;
}
.small-slider {
overflow: visible;
}
.footer {
margin-top: 100px;
padding-top: 40px;
padding-bottom: 40px;
}
.footer__wrapper {
flex-direction: column;
gap: 40px;
}
.footer__column {
width: 100%;
}
.footer__btn {
width: 100%;
}
.footer__menus {
margin-top: 50px;
}
.footer__bottom {
flex-direction: column;
gap: 20px;
}
.footer__copyright {
width: 100%;
}
.footer__author {
width: 100%;
justify-content: flex-start;
gap: 20px;
}
.footer__ask {
text-align: left;
}
.footer__submenu-list > li > a:hover {
text-decoration: none;
color: var(--gray);
animation: hoverLinkGray 0.75s linear;
}
.footer__navigation-list > li > a:hover,
.footer__navigation-list > li > span:hover {
text-decoration: none;
color: var(--gray);
animation: hoverLinkGray 0.75s linear;
}
.footer__author-link:hover {
color: var(--gray);
text-decoration: none;
animation: hoverLinkGray 0.75s linear;
}
.cover {
padding-top: 180px;
}
.cover__block > .block__column:first-child {
width: 100% !important;
}
.cover__block > .block__column:last-child {
width: 100% !important;
}
}
@media (max-width: 576px) {
:root {
--font-size: 16px;
}
section {
padding-top: 70px;
}
.section-policy {
padding-top: 120px;
}
.container {
padding: 0 10px;
}
.btn {
width: 100%;
}
.title-1 {
font-size: 30px;
}
.title-2 {
font-size: 24px;
}
.blockquote {
font-size: 24px;
}
.header {
padding: 20px 0;
}
.header__phone {
display: none;
}
.header_scroll {
padding: 10px 0;
}
.chat {
right: 24px;
}
.cover {
padding-top: 120px;
}
.cover__slider.big-slider {
height: 500px;
}
.cover__wrapper {
gap: 15px;
}
.cover .cover__container {
display: none;
visibility: hidden;
}
.solo-cover .cover__container {
display: block;
visibility: visible;
}
.cover__description {
font-size: 14px;
margin-bottom: 30px;
}
.cover__slider .slide-content {
display: flex;
flex-direction: column;
visibility: visible;
}
.cover__slider .slide-content h3 {
font-size: 30px;
}
.header__menu-list > li > a {
font-size: 40px;
padding: 4px 20px;
}
.block__blockquote {
margin-top: 0;
}
.block > .block__column:first-child {
margin-bottom: 10px;
}
.cards {
grid-template-columns: 1fr;
gap: 40px;
margin-top: 20px;
}
.card__img {
height: 310px;
}
.row {
display: flex;
flex-direction: column;
gap: 10px;
padding: 20px 0;
}
.big-slider {
height: 310px;
margin-top: 20px;
}
.columns {
display: flex;
flex-direction: column;
margin-top: 20px;
gap: 20px;
}
.column__text {
margin-bottom: 0;
}
.media-unit {
display: flex;
flex-direction: column;
gap: 20px;
}
.media-unit_form {
flex-direction: column-reverse;
}
.media-unit__img {
height: 310px;
}
.media-unit__text {
margin-top: 10px;
}
.media-unit__btn {
margin-top: 20px;
}
.block__text_first {
margin-top: 20px;
}
.small-slider {
height: 370px;
margin-top: 20px;
}
.numeric {
font-size: 48px;
}
.form__accept {
flex-direction: column;
align-items: flex-start;
}
.form__accept a {
margin-left: 32px;
}
.form__btn {
margin-top: 20px;
}
.form__success {
margin-bottom: 30px;
}
.form__error {
margin-bottom: 30px;
}
.media-unit__form {
margin-top: 10px;
}
.accordions {
margin-top: 20px;
}
.accordion__header {
padding-top: 20px;
padding-bottom: 20px;
}
.accordion__content {
padding-bottom: 20px;
}
.custom-slider {
margin-top: 20px;
}
.review {
padding: 10px;
}
.review > img {
width: 44px;
height: 44px;
position: absolute;
top: 10px;
left: 10px;
margin-right: 0;
}
.review__position {
margin-bottom: 10px;
padding-left: 64px;
}
.review__name {
margin-bottom: 5px;
padding-left: 64px;
}
.footer {
margin-top: 70px;
padding-top: 20px;
padding-bottom: 20px;
}
.footer__wrapper {
gap: 30px;
}
.footer__btn {
margin-top: 25px;
}
.footer__menus {
margin-top: 15px;
gap: 15px;
flex-direction: column-reverse;
}
.footer__bottom {
margin-top: 0;
padding-top: 20px;
}
.footer__navigation {
margin-top: 20px;
}
.footer__navigation-list {
flex-direction: column;
gap: 5px;
}
.footer__author {
margin: 0 0 20px 0;
}
.title404 {
font-size: 160px;
}
.modal__container {
padding: 40px 10px;
max-width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.modal__header {
margin-bottom: 20px;
}
.modal__descr {
margin-bottom: 25px;
}
.price__row-btn {
text-align: left;
}
.price__row-image {
display: none;
}
} @media (max-width: 991px) {
.menu-list-phone {
display: block; }
} @media (min-width: 992px) {
.menu-list-phone {
display: none; }
}
.menu-list-phone a::after {
display: none;
}
.menu-list-phone a::before {
display: none;
}
.block__column-pricebtn {
margin-top: 40px;
max-width: 1000px;
width: 100%;
background: #303030;
min-height: 58px;
color: #ffffff;
font-size: 17px;
font-weight: 600;
line-height: 23.8px;
text-align: center;
transition: var(--default-transition);
}
.price__row.active .price__row-image,
.price__row:hover .price__row-image {
height: 250px;
display: block;
}
.price__row {
cursor: pointer;
}
.price .accordion__header {
margin-bottom: 36px;
}