@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

html,
body {
font-family: "Montserrat-Regular", sans-serif;
font-weight: normal;
}
.main__screen-subtitle {
font-family: "alexandrascript", sans-serif;
font-weight: normal;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
padding: 0;
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-margin-after: 0;
margin-block-end: 0;
-webkit-margin-start: 0px;
margin-inline-start: 0px;
-webkit-margin-end: 0px;
margin-inline-end: 0px;
font-weight: inherit;
}
input,
button,
textarea,
select {
font: inherit;
}
ul[class],
li[class] {
list-style: none;
}
img {
max-width: 100%;
display: block;
}
a {
display: inline-block;
text-decoration: none;
color: inherit;
}
html,
body {
height: 100%;
color: #F0E7E2;
font-size: 16px;
background-color: rgb(48, 34, 33);
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
position: relative;
}
::-webkit-scrollbar-thumb {
background: #FFAE3C;
border-radius: 5px;
}
.wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100%;
}
.main {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.footer {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.container {
max-width: 1920px;
margin: 0 auto;
padding: 0 140px;
}
.container-sample {
max-width: 920px;
width: 100%;
margin: 0 auto;
padding: 0 60px;
}
.container-fluid {
max-width: 1920px;
margin: 0 auto;
}
.section {
padding: 50px 0;
}
.title {
font-size: 40px;
text-align: left;
margin-bottom: 50px;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.global-btn {
padding: 10px 30px;
border: 1px solid #F0E7E2;
border-radius: 5px;
color: #F0E7E2;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
cursor: pointer;
background-color: rgb(48, 34, 33);
}
.global-btn:hover {
background-color: #FFAE3C;
color: rgb(48, 34, 33);
}
.menu__btn {
width: 42px;
height: 42px;
cursor: pointer;
z-index: 100;
display: none;
padding-top: 4px !important;
border-radius: 5px;
z-index: 3;
}
.menu__btn.active .row {
height: 3px;
}
.menu__btn.active .row1 {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: relative;
top: 8px;
background-color: #F0E7E2;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu__btn.active .row2 {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: relative;
top: -1px;
background-color: #F0E7E2;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.menu__btn.active .row3 {
opacity: 0;
}
.row {
width: 25px;
background-color: #F0E7E2;
height: 3px;
border-radius: 5px;
display: block;
margin-bottom: 6px;
margin-top: 6px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin: 6px auto;
}
.global-reviews__wrapper {
position: relative;
}
.slick-prev {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 170px;
z-index: 1;
}
.slick-next {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 170px;
z-index: 1;
}
.slick-arrow {
cursor: pointer;
background-color: transparent;
border: none;
}
.slick-arrow .arrow__wrapper img {
width: 30px;
height: 70px;
}
.slick-dots {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
}
.slick-dots button {
border: 1px solid #F0E7E2;
border-radius: 50%;
height: 20px;
width: 20px;
margin: 20px 10px;
font-size: 0;
margin-bottom: 0;
cursor: pointer;
}
.slick-dots li[class=slick-active] button {
background-color: #FFAE3C;
}
.modal {
position: fixed;
z-index: 2;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(48, 34, 33, 0.6);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
display: none;
}
.modal .feedback__items-input {
color: #F0E7E2;
}
.modal .feedback__items-input::-webkit-input-placeholder {
color: #F0E7E2;
}
.modal .feedback__items-input::-moz-placeholder {
color: #F0E7E2;
}
.modal .feedback__items-input:-ms-input-placeholder {
color: #F0E7E2;
}
.modal .feedback__items-input::-ms-input-placeholder {
color: #F0E7E2;
}
.modal .feedback__items-input::placeholder {
color: #F0E7E2;
}
.modal__inner {
width: 100%;
}
.modal__wrapper {
position: relative;
max-width: 1140px;
margin: 0 auto;
width: 100%;
}
.modal__title {
position: relative;
}
.close__btn {
position: absolute;
top: 12px;
right: 0;
cursor: pointer;
}
.close__line {
width: 30px;
background-color: #F0E7E2;
height: 3px;
border-radius: 5px;
display: block;
margin-bottom: 6px;
position: relative;
}
.close__line1 {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 6px;
}
.close__line2 {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -3px;
}
.show {
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hide {
display: none;
}
.modal__btn {
margin: 0 auto;
display: block;
padding: 0;
color: #F0E7E2;
}
@font-face {
font-family: "Montserrat-Regular";
src: url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/Montserrat-Regular.eot);
src: local("☺"), url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/Montserrat-Regular.woff) format("woff"), url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/Montserrat-Regular.ttf) format("truetype"), url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/Montserrat-Regular.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "alexandrascript";
src: url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/alexandrascript.eot);
src: local("☺"), url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/alexandrascript.woff) format("woff"), url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/alexandrascript.ttf) format("truetype"), url(//alex-sax.ru/wp-content/themes/alexsax/assets/fonts/alexandrascript.woff2) format("woff2");
font-weight: normal;
font-style: normal;
}
.header {
padding: 10px 0;
background: -webkit-gradient(linear, left top, right top, from(#805c46), to(#302221));
background: linear-gradient(90deg, #805c46 0%, #302221 100%);
position: fixed;
top: 15px;
left: 0;
right: 0;
z-index: 11;
}
.header::after {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: -webkit-gradient(linear, left top, right top, from(#805c46), color-stop(16.05%, #ffae3c), color-stop(30.44%, #fff), color-stop(45.68%, #ffae3c), to(#805c46));
background: linear-gradient(90deg, #805c46 0%, #ffae3c 16.05%, #fff 30.44%, #ffae3c 45.68%, #805c46 100%);
z-index: -1;
}
.header::before {
position: absolute;
content: "";
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: -webkit-gradient(linear, left top, right top, from(#805c46), color-stop(16.05%, #ffae3c), color-stop(30.44%, #fff), color-stop(45.68%, #ffae3c), to(#805c46));
background: linear-gradient(90deg, #805c46 0%, #ffae3c 16.05%, #fff 30.44%, #ffae3c 45.68%, #805c46 100%);
}
.header__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__logo {
width: 100px;
height: 48px;
position: relative;
}
.header__logo img {
position: absolute;
top: -22px;
left: 5px;
width: 48px;
height: 100px;
}
.header__contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 360px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.menu-list {
display: inline-block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.menu-list:hover {
color: #FFAE3C;
}
.menu-list + .menu-list {
margin-left: 50px;
}
.menu-list__link-drop {
position: relative;
padding-right: 20px;
}
.menu-list__link-drop::before {
position: absolute;
content: "";
border: 7px solid transparent;
border-top: 8px solid #F0E7E2;
top: 7px;
right: 0px;
}
.menu-list__link-drop:hover::before {
content: "";
border-top: 8px solid #FFAE3C !important;
}
.menu-list__link-menu {
display: none;
position: absolute;
left: -20px;
}
.menu-list__link.menu-list__link-menu:hover {
color: #FFAE3C;
}
.menu-list__link-drop {
position: relative;
}
.menu-list__link-drop:hover .menu-list__link-menu {
display: block;
color: #F0E7E2;
padding-top: 20px;
padding-left: 20px;
border-radius: 5px;
background-color: #7E5B45;
}
.menu-list__link-menu--link {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.menu-list__link-menu--list {
width: 280px;
margin-bottom: 15px;
}
.menu-list__link-menu--list:hover .menu-list__link-menu--link {
color: #FFAE3C;
}
.social__wrapper {
margin-right: 20px;
}
.social__list {
padding-top: 3px;
display: inline-block;
width: 30px;
height: 30px;
}
.social__list img {
width: 30px;
height: 30px;
}
.social__list + .social__list {
margin-left: 20px;
}
.mobil-menu {
display: none;
}
.main__screen {
background-repeat: no-repeat;
background-size: cover;
background-position: right;
height: 90vh;
position: relative;
}
.main__screen-shadow {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
background: -webkit-gradient(linear, left top, right top, from(#302221), color-stop(25.82%, rgba(48, 34, 33, 0.8)), color-stop(50%, rgba(48, 34, 33, 0)));
background: linear-gradient(90deg, #302221 0%, rgba(48, 34, 33, 0.8) 25.82%, rgba(48, 34, 33, 0) 50%);
}
.main__screen-title {
font-size: 96px;
margin-top: 150px;
line-height: 96px;
margin-bottom: 30px;
}
.main__screen-subtitle {
font-size: 96px;
margin-bottom: 20px;
}
.main__screen-instruments {
margin-bottom: 50px;
}
.main__screen-instruments--list {
margin-bottom: 30px;
position: relative;
padding-left: 36px;
font-size: 18px;
}
.main__screen-instruments--list::before {
position: absolute;
content: "";
top: -5px;
left: 0px;
background-image: url(//alex-sax.ru/wp-content/themes/alexsax/assets/images/icons/instruments-icon.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 21px;
height: 30px;
}
.main-offer__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-offer__item {
max-width: 50%;
width: 100%;
}
.main-offer__title {
color: #FFAE3C;
margin-bottom: 20px;
font-size: 36px;
}
.main-offer__text {
font-size: 24px;
}
.main-offer__item__descr {
line-height: 22px;
}
.adv__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 50px;
}
.adv__item {
max-width: 520px;
width: 100%;
}
.adv__item-numbers {
font-size: 96px;
line-height: 96px;
color: #FFAE3C;
}
.adv__item-numbers__title {
font-size: 40px;
color: #FFAE3C;
margin-bottom: 30px;
}
.adv__item-text {
line-height: 22px;
}
.servises__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.servises__item {
width: 25%;
height: 670px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-transition: all 1s;
transition: all 1s;
border: 1px solid transition;
background-size: 100% 100%;
}
.servises__item:hover {
border: 1px solid #FFAE3C;
background-size: 110% 110%;
}
.servises__item:hover .servises__title {
color: #FFAE3C;
}
.servises__item-shadow {
background: -webkit-gradient(linear, left top, left bottom, from(#302221), to(rgba(48, 34, 33, 0)));
background: linear-gradient(180deg, #302221 0%, rgba(48, 34, 33, 0) 100%);
padding: 50px 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: justify;
align-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.servises__title {
width: 100%;
padding: 0 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.servises__btn {
margin: 0 auto;
}
.spec__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}
.spec__item {
width: 32%;
padding: 50px 20px;
text-align: center;
margin-bottom: 30px;
border-radius: 10px;
border: 1px solid #F0E7E2;
}
.spec__item-title {
color: #FFAE3C;
margin-bottom: 30px;
font-size: 36px;
}
.spec__item-text {
font-size: 18px;
line-height: 24px;
}
.questions {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
}
.questions::before {
content: "";
position: absolute;
background-color: rgba(48, 34, 33, 0.6);
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.questions__item {
padding: 20px 60px;
max-width: 1274px;
width: 100%;
margin: 0 auto;
margin-bottom: 20px;
background-color: rgb(48, 34, 33);
border: 1px solid #FFAE3C;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
border-radius: 5px;
}
.questions__title {
position: relative;
z-index: 1;
}
.questions__item.main-btn {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.questions__item.main-btn:hover {
-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
background-color: #F0E7E2;
}
.questions__item.main-btn:hover .questions__item-title {
color: rgb(48, 34, 33);
}
.questions__item.main-btn:hover .questions__item-text {
color: rgb(48, 34, 33);
}
.questions__item.main-btn:hover .questions__row {
background-color: rgb(48, 34, 33);
}
.questions__wrapper {
position: relative;
z-index: 10;
}
.questions__item-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 20px;
}
.questions__item-title--text {
position: relative;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.questions__item-title--btn.active {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.questions__item-title--btn.active .questions__row-1 {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.questions__item-title--btn.active .questions__row-2 {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 9px;
}
.questions__row {
height: 3px;
width: 25px;
border-radius: 10px;
margin-left: 20px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: #F0E7E2;
}
.questions__row-1 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
position: relative;
top: 12px;
}
.questions__row-2 {
position: relative;
top: 10px;
}
.questions__item-text {
padding-top: 25px;
display: none;
}
.questions__text-open {
display: block;
}
.gallery__wrapper {
position: relative;
}
.gallery__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}
.gallery__item {
height: 670px;
border-radius: 5px !important;
-o-object-fit: cover;
object-fit: cover;
}
.gallery__item img {
border-radius: 5px !important;
height: 670px;
-o-object-fit: cover;
object-fit: cover;
}
.gallery__item-one {
width: 40%;
}
.gallery__item-two {
width: 58%;
}
.gallery__item-three {
width: 50%;
}
.gallery__item-four {
width: 49%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 30px;
position: absolute;
right: 0;
top: 670px;
}
.gallery__item-five {
width: 100%;
}
.gallery__item-five img {
-o-object-position: left;
object-position: left;
}
.reviews__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #F0E7E2;
max-width: 1100px;
width: 100%;
margin: 0 auto;
border-radius: 5px;
color: rgb(48, 34, 33);
padding: 20px;
height: 370px;
}
.reviews__box {
padding-right: 15px;
padding-left: 30px;
overflow-y: auto;
}
.reviews__img {
max-width: 540px;
width: 100%;
height: 330px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
margin-left: 20px;
}
.reviews__name {
font-size: 20px;
margin-bottom: 30px;
font-weight: bold;
}
.feedback {
position: relative;
min-height: 650px;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.feedback-shadow {
background-color: rgba(48, 34, 33, 0.6);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.feedback-shadow .container {
max-width: 1920px;
width: 100%;
}
.feedback__inner {
max-width: 950px;
width: 100%;
margin: 0 auto;
border-radius: 5px;
padding: 20px;
}
.feedback__title {
padding-top: 50px;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
position: relative;
z-index: 1;
}
.feedback__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px;
}
.feedback__item {
max-width: 465px;
width: 100%;
margin: 0px 20px;
}
.feedback__items-input {
border: 1px solid #F0E7E2;
background: rgba(48, 34, 33, 0.7);
color: #F0E7E2;
padding: 25px 20px;
margin-bottom: 35px;
width: 100%;
font-size: 18px;
border-radius: 5px;
}
.feedback__items-input::-webkit-input-placeholder {
color: #F0E7E2;
}
.feedback__items-input::-moz-placeholder {
color: #F0E7E2;
}
.feedback__items-input:-ms-input-placeholder {
color: #F0E7E2;
}
.feedback__items-input::-ms-input-placeholder {
color: #F0E7E2;
}
.feedback__items-input::placeholder {
color: #F0E7E2;
}
.feedback__items-textarea {
margin-bottom: 0;
height: 183px !important;
resize: none;
}
.feedback__btn {
margin: 0 auto;
display: block; padding: 10px 20px;
border-radius: 5px;
}
.footer {
padding: 20px 0;
}
.footer__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__logo.footer__logo {
width: 207px;
}
.header__logo.footer__logo img {
width: 207px;
height: 67px;
position: static;
}
.footer__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 30px;
max-width: 700px;
width: 100%;
}
.footer__item-list {
margin-bottom: 20px;
}
.footer__item-list-link {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.footer__item-list-link:hover {
color: #FFAE3C;
}
.footer__contacts {
text-align: right;
}
.footer__contacts .social__wrapper {
margin-right: 0;
}
.footer__contacts-phone {
display: block;
margin-bottom: 30px;
margin-left: auto;
}
.sample__screen {
height: 600px;
}
.samplecontent {
background-color: #F0E7E2;
color: rgb(48, 34, 33);
}
.all-reviews__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.all-reviews__item {
padding: 30px 50px;
background-color: #F0E7E2;
color: rgb(48, 34, 33);
border-radius: 5px;
width: 49%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: justify;
align-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.all-reviews__item .reviews__text {
margin-bottom: 30px;
}
.all-reviews__item .reviews__img {
margin: 0 auto;
-o-object-fit: contain;
object-fit: contain;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.video-reviews {
background-color: #F0E7E2;
color: rgb(48, 34, 33);
}
.video-reviews__text {
margin-bottom: 30px;
}
.video-reviews__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.video-reviews__item {
border-radius: 5px;
width: 31.6%;
}
.video-reviews__item img {
border-radius: 5px;
}
.spasibo {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 50px;
height: 70vh;
}
.spasibo__title {
text-align: center;
font-size: 80px;
margin-bottom: 30px;
}
.spasibo-btn {
text-align: center;
display: block;
margin: 0 auto;
}
.widget {
position: fixed;
right: 30px;
bottom: 30px;
z-index: 1;
}
.widget:hover .widget__box {
opacity: 1;
display: block;
}
.widget-img {
width: 60px;
height: 60px;
cursor: pointer;
}
.widget::before {
content: '';
position: absolute; left: -20px;
opacity: 0;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
background-color: rgba(255, 174, 60, 0.2);
animation: pulse 2.5s linear infinite;
z-index: -1;
}
.widget::after {
animation-delay: 5s;
}
@keyframes pulse {
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
.widget__box {
position: absolute;
top: -50px; right: 0;
width: 270px;
opacity: 0;
display: none;
padding-bottom: 40px;
z-index: -1;
}
.widget__box-link {
display: block;
background-color: rgb(48, 34, 33);
border-radius: 17px;
margin-bottom: 10px;
padding: 7px 10px 7px 15px;
font-size: 14px;
position: relative;
width: fit-content;
margin-left: auto;
padding-right: 40px;
transition: all .3s;
border: 1px solid #FFAE3C;
}
.widget__box-link:hover {
color: rgb(255, 174, 60);
border: 1px solid #FFAE3C;
-webkit-box-shadow: -1px -1px 15px 0px #FFAE3C, 1px 1px 15px 0px #FFAE3C, 5px 5px 10px 0px rgba(0, 0, 0, 0.3) inset, -5px -5px 10px 0px rgba(255, 255, 255, 0.2) inset;
box-shadow: -1px -1px 15px 0px #FFAE3C, 1px 1px 15px 0px #FFAE3C, 5px 5px 10px 0px rgba(0, 0, 0, 0.3) inset, -5px -5px 10px 0px rgba(255, 255, 255, 0.2) inset;
color: #FFAE3C;
}
.widget__box-link--img {
width: 20px;
height: 20px;
position: absolute;
top: 6px;
right: 10px;
}
@media (max-width: 1800px) {
.slick-prev {
left: 100px;
}
.slick-next {
right: 100px;
}
}
@media (max-width: 1700px) {
.slick-prev {
left: 50px;
}
.slick-next {
right: 50px;
}
}
@media (max-width: 1600px) {
.adv__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.servises__item {
height: 550px;
}
.spec__item {
width: 49%;
}
.gallery__item {
height: 500px;
}
.gallery__item img {
height: 500px;
}
.gallery__item-four {
top: 500px;
}
.reviews__item {
max-width: 1000px;
}
}
@media (max-width: 1500px) {
.slick-prev {
left: 0px;
}
.slick-next {
right: 0px;
}
.footer__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: normal;
-ms-flex-align: normal;
align-items: normal;
}
.header__logo.footer__logo {
margin: 0 auto;
margin-bottom: 30px;
}
.footer__box {
max-width: 100%;
}
.footer__contacts {
width: 100%;
text-align: left;
}
.footer__contacts-phone {
margin-left: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@media (max-width: 1400px) {
.header__logo {
width: 50px;
}
.menu-list + .menu-list {
margin-left: 30px;
}
.adv__inner {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.adv__item {
max-width: 800px;
text-align: center;
}
.adv__item-numbers {
font-size: 80px;
line-height: 80px;
}
.adv__item-numbers__title {
font-size: 40px;
line-height: 40px;
}
.reviews__item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 600px;
max-width: 620px;
padding: 30px;
}
.reviews__box {
height: 200px;
margin-bottom: 30px;
padding-left: 0;
}
.reviews__img {
margin-left: 0;
}
.slick-prev {
left: 50px;
}
.slick-next {
right: 50px;
}
}
@media (max-width: 1300px) {
.container {
padding: 0 90px;
}
.mobil-menu {
display: block;
}
.mobil-menu .header__btn {
margin-bottom: 30px;
}
.header__inner {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.header__contacts {
margin-left: auto;
margin-right: 14px;
}
.nav {
display: none;
z-index: 3;
}
.nav.active {
position: fixed;
top: 0px;
right: 0;
max-width: 490px;
width: 100%;
bottom: 0;
background-color: rgb(48, 34, 33);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: baseline;
align-content: baseline;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 60px 50px 30px 50px;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.menu__btn {
display: block;
position: relative;
z-index: 10;
}
.menu-list {
display: block;
margin-bottom: 30px;
}
.menu-list + .menu-list {
margin-left: 0;
}
.menu-list__link-drop {
color: #F0E7E2;
}
.menu-list__link-drop::before {
display: none;
}
.menu-list__link-drop:hover {
color: #F0E7E2;
cursor: default;
}
.menu-list__link-drop:hover .menu-list__link-menu {
display: block;
color: #F0E7E2;
padding-top: 0px;
padding-left: 0px;
padding: 0;
background-color: rgb(48, 34, 33);
}
.menu-list__link-menu {
display: block;
position: inherit;
margin-left: 40px;
margin-top: 20px;
}
.main__screen-title {
font-size: 80px;
line-height: 80px;
}
.main__screen-subtitle {
font-size: 80px;
line-height: 80px;
}
.main-offer__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-offer__item {
max-width: 100%;
}
.spec__item-title {
font-size: 30px;
}
.gallery__item {
height: 400px;
}
.gallery__item img {
height: 400px;
width: 100%;
}
.gallery__item-three {
width: 100%;
}
.gallery__item-three img {
width: 100%;
}
.gallery__item-four {
top: 1200px;
width: 100%;
position: static;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.gallery__wrapper {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.header__logo.footer__logo {
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
}
@media (max-width: 1200px) {
.servises__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.servises__item {
width: 40%;
height: 640px;
}
.all-reviews__item {
width: 48%;
padding: 20px 30px;
}
.video-reviews__item {
width: 48%;
}
}
@media (max-width: 1000px) {
.servises__inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.servises__item {
width: 50%;
height: 700px;
}
.slick-prev {
display: none;
}
.slick-next {
display: none;
}
.slick-arrow {
display: none;
}
.slick-arrow .arrow__wrapper img {
display: none;
}
}
@media (max-width: 900px) {
.container {
padding: 0 60px;
}
.main__screen-shadow {
background: -webkit-gradient(linear, left top, right top, from(#302221), color-stop(25.82%, rgba(48, 34, 33, 0.8)), to(rgba(48, 34, 33, 0)));
background: linear-gradient(90deg, #302221 0%, rgba(48, 34, 33, 0.8) 25.82%, rgba(48, 34, 33, 0) 100%);
}
.main__screen-title {
font-size: 70px;
line-height: 70px;
}
.main__screen-subtitle {
font-size: 70px;
line-height: 70px;
}
.servises__item {
width: 50%;
height: 600px;
}
.spec__item {
padding: 30px 20px;
}
.spec__item-title {
font-size: 24px;
margin-bottom: 20px;
}
.questions__item-title--text {
font-size: 20px;
}
.questions__item {
padding: 20px 30px;
}
.questions__item-text {
padding-top: 15px;
}
.gallery__item {
height: 300px;
}
.gallery__item img {
height: 300px;
width: 100%;
}
.gallery__item-four {
top: 600px;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
.feedback__wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.feedback {
height: 800px;
}
.feedback__title {
padding-top: 0;
}
.spasibo__title {
font-size: 64px;
}
}
@media (max-width: 800px) {
.adv__item-numbers {
font-size: 60px;
line-height: 60px;
}
.adv__item-numbers__title {
font-size: 32px;
line-height: 32px;
margin-bottom: 20px;
}
.servises__item {
width: 50%;
height: 500px;
}
.spec__item {
width: 100%;
}
.spec__item-text {
font-size: 16px;
}
.footer__box {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0;
}
.footer__item {
width: 100%;
margin-bottom: 0px;
}
.all-reviews__item {
width: 100%;
}
}
@media (max-height: 800px) {
.main__screen-instruments {
margin-bottom: 15px;
}
.main__screen-title {
margin-top: 110px;
font-size: 90px;
line-height: 90px;
}
.main__screen-subtitle {
line-height: 65px;
}
}
@media (max-width: 750px) {
.gallery__item-one {
width: 100%;
}
.gallery__item-two {
width: 100%;
}
.gallery__item-four {
padding: 0;
padding-top: 30px;
}
.reviews__item {
height: 550px;
}
.reviews__img {
width: 400px;
height: 244px;
}
}
@media (max-width: 700px) {
.main__screen-title {
font-size: 50px;
line-height: 50px;
}
.main__screen-subtitle {
font-size: 50px;
line-height: 50px;
}
.video-reviews__item {
width: 100%;
}
}
@media (max-width: 650px) {
.header__contacts .social__wrapper {
display: none;
}
.servises__item {
width: 100%;
height: 600px;
}
}
@media (max-width: 600px) {
.container {
padding: 0 50px;
}
.title {
font-size: 32px;
}
.main-offer__inner {
gap: 30px;
}
.main-offer__title {
font-size: 24px;
margin-bottom: 10px;
}
.main-offer__text {
font-size: 18px;
}
.adv__item-numbers {
font-size: 40px;
line-height: 40px;
}
.adv__item-numbers__title {
font-size: 24px;
line-height: 24px;
margin-bottom: 20px;
}
.feedback__inner {
padding: 0;
}
.spasibo__title {
font-size: 32px;
}
}
@media (max-width: 550px) {
.reviews__item {
height: 450px;
padding: 20px;
}
.reviews__img {
width: 300px;
height: 180px;
}
}
@media (max-width: 500px) {
.container {
padding: 0 30px;
}
.main__screen-instruments--list {
font-size: 16px;
}
.main__screen-title {
margin-bottom: 20px;
}
.servises__item {
width: 100%;
height: 500px;
}
}
@media (max-width: 450px) {
.main__screen-title {
font-size: 40px;
line-height: 40px;
}
.main__screen-subtitle {
font-size: 40px;
line-height: 40px;
}
}
@media (max-width: 400px) {
.container {
padding: 0 20px;
}
}
.wpcf7-not-valid-tip {
color: #FFAE3C;
font-size: 1em;
font-weight: normal;
display: block;
top: 53px;
left: 22px;
position: absolute;
}