@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;
}

header {
background-color: #FDFAF3;
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 40;
}
button, a{
cursor: pointer;
}
header .header__container {
width: 100%;
max-width: 1280px;
margin: 0 auto;
display: flex;
justify-content: space-between;
padding: 42px 0px;
}
header .header__container .header__menu ul {
display: flex;
list-style: none;
gap: 40px;
}
header .header__container .header__menu ul li a {
font-size: 14px;
font-weight: 500;
line-height: 16.44px;
color: #000;
text-transform: uppercase;
}
header .header__container .burger {
display: none;
}
header .header__container .header__social {
display: flex;
gap: 40px;
}
header .header__container .header__social .group__social {
display: flex;
justify-content: start;
align-items: center;
gap: 5px;
}
header .header__container .header__social .group__social img {
max-width: 15px;
}
header .header__container .header__social .group__social a {
width: fit-content;
font-size: 16px;
font-weight: 500;
line-height: 18.78px;
text-align: left;
color: #000;
}
@media screen and (max-width: 1280px) {
header .header__container {
padding: 42px 20px;
flex-wrap: wrap;
row-gap: 20px;
}
header .header__container .header__menu ul {
flex-wrap: wrap;
row-gap: 10px;
}
}
@media screen and (max-width: 578px) {
header {
padding: 14px 0px;
position: sticky;
top: 0;
left: 0;
width: 100%;
background-color: #FDFAF3;
z-index: 40;
}
header .header__container {
padding: 0px 20px;
flex-wrap: wrap;
row-gap: 20px;
}
header .header__container .header__menu {
display: none;
}
header .header__container .header__social {
gap: 16px;
}
header .header__container .header__social .group__social a {
font-size: 10px;
font-weight: 500;
line-height: 11.74px;
}
header .header__container .burger {
display: block;
}
}
.main__section {
background-color: #FDFAF3;
}
.main__section .container__main {
width: 100%;
max-width: 1280px;
margin: 0 auto;
display: flex;
}
.main__section .container__main .container__image {
width: 50%;
}
.main__section .container__main .container__image img {
display: block;
margin: 0 auto;
max-width: 458px;
}
.main__section .container__main .container__image button {
display: none;
}
.main__section .container__main .container__text {
width: 50%;
}
.main__section .container__main .container__text h1 {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: center;
text-transform: uppercase;
margin-top: 50px;
}
.main__section .container__main .container__text h2 {
font-size: 36px;
font-weight: 800;
line-height: 42.26px;
letter-spacing: 0.05em;
text-align: center;
color: #FFF;
-webkit-text-stroke: 1px #171717;
text-stroke: 1px #171717;
text-transform: uppercase;
margin-top: 20px;
}
.main__section .container__main .container__text .name {
font-family: Brush Script MT;
font-size: 48px;
font-style: italic;
font-weight: 400;
line-height: 58.88px;
text-align: center;
color: #CA3422;
margin-top: 10px;
}
.main__section .container__main .container__text p {
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
text-align: center;
display: block;
max-width: 505px;
margin: 0 auto;
margin-top: 15px;
position: relative;
}
.main__section .container__main .container__text p img {
position: absolute;
bottom: -75px;
right: -105px;
}
.main__section .container__main .container__text button {
font-size: 18px;
font-weight: 800;
line-height: 23.4px;
text-align: center;
background-color: #CA3422;
color: #FFF;
text-transform: uppercase;
transform: rotate(-3deg);
padding: 10px 20px;
border: none;
border-radius: 10px;
display: block;
margin: 0 auto;
margin-top: 40px;
}
@media screen and (max-width: 1320px) {
.main__section .container__main .container__text p img {
display: none;
}
}
@media screen and (max-width: 1280px) {
.main__section {
background-color: #FDFAF3;
}
.main__section .container__main {
padding: 0px 20px;
}
}
@media screen and (max-width: 1024px) {
.main__section {
background-color: #FDFAF3;
}
.main__section .container__main {
flex-wrap: wrap-reverse;
}
.main__section .container__main .container__image {
width: 100%;
}
.main__section .container__main .container__text {
width: 100%;
}
}
@media screen and (max-width: 578px) {
.main__section .container__main {
padding-bottom: 48px;
}
.main__section .container__main .container__image img {
max-width: 234px;
margin-top: 16px;
}
.main__section .container__main .container__image button {
display: block;
font-size: 18px;
font-weight: 800;
line-height: 23.4px;
text-align: center;
background-color: #CA3422;
color: #FFF;
text-transform: uppercase;
transform: rotate(-3deg);
padding: 10px 20px;
border: none;
border-radius: 10px;
display: block;
margin: 0 auto;
margin-top: -10px;
}
.main__section .container__main .container__text h1 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
text-align: center;
}
.main__section .container__main .container__text h2 {
font-size: 20px;
font-weight: 800;
line-height: 23.48px;
letter-spacing: 0.05em;
text-align: center;
margin-top: 8px;
}
.main__section .container__main .container__text .name {
font-size: 36px;
font-style: italic;
font-weight: 400;
line-height: 44.16px;
text-align: center;
margin-top: 8px;
}
.main__section .container__main .container__text p {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
margin-top: 8px;
}
.main__section .container__main .container__text p img {
position: absolute;
bottom: -75px;
right: -105px;
}
.main__section .container__main .container__text button {
display: none;
}
}
.services__section {
background: #2B2B2B;
}
.services__section .container__services {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 50px 0px;
}
.services__section .container__services h2 {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: center;
color: #FFF;
text-transform: uppercase;
}
.services__section .container__services h2 span {
color: transparent;
-webkit-text-stroke: 1px #FFFFFF;
text-stroke: 1px #FFFFF;
}
.services__section .container__services .container__services__block {
display: flex;
margin-top: 40px;
justify-content: space-between;
}
.services__section .container__services .container__services__block .service {
background-color: #FFF;
border-radius: 20px;
transform: rotate(3deg);
padding: 50px;
width: 385px;
}
.services__section .container__services .container__services__block .service h3 {
font-size: 26px;
font-weight: 900;
line-height: 33.8px;
text-align: center;
text-transform: uppercase;
}
.services__section .container__services .container__services__block .service .subtitle {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
color: #CA3422;
}
.services__section .container__services .container__services__block .service p {
margin-top: 10px;
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
}
.services__section .container__services .container__services__block .service .flex__container {
display: flex;
gap: 30px;
margin-top: 20px;
justify-content: center;
}
.services__section .container__services .container__services__block .service .flex__container .flex__item .title {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
color: #959595;
}
.services__section .container__services .container__services__block .service .flex__container .flex__item .name {
font-size: 20px;
font-weight: 700;
line-height: 26px;
text-align: center;
color: #CA3422;
}
.services__section .container__services .container__services__block .service .price {
margin-top: 20px;
}
.services__section .container__services .container__services__block .service .price .title__price {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
color: #959595;
margin-top: 20px;
}
.services__section .container__services .container__services__block .service .price .price__value {
font-size: 36px;
font-weight: 700;
line-height: 46.8px;
text-align: center;
}
.services__section .container__services .container__services__block .service button {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: left;
padding: 10px 20px;
background-color: #CA3422;
color: #FFF;
border: none;
border-radius: 10px;
display: block;
margin: 0 auto;
margin-top: 20px;
}
.services__section .container__services .container__services__block .service .after__button {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
margin-top: 10px;
}
.services__section .container__services .container__services__block .service a {
display: block;
margin-top: 10px;
font-size: 20px;
font-weight: 700;
line-height: 26px;
text-align: center;
color: #000;
}
.services__section .container__services .container__services__block .service__yellow {
background-color: #F5D200;
transform: rotate(-1deg);
}
.services__section .container__services .container__services__block .service__black {
border: 1px solid #FFF;
background-color: transparent;
transform: rotate(-2deg);
margin-top: 20px;
}
.services__section .container__services .container__services__block .service__black h3 {
color: #FFF;
}
.services__section .container__services .container__services__block .service__black p {
color: #FFF;
}
.services__section .container__services .container__services__block .service__black .price .price__value {
color: white;
}
.services__section .container__services .container__services__block .service__black .after__button {
color: #FFF;
}
.services__section .container__services .container__services__block .service__black a {
color: #FFF;
}
@media screen and (max-width: 1330px) {
.services__section .container__services {
padding: 50px 40px;
}
.services__section .container__services .container__services__block {
flex-wrap: wrap;
gap: 40px;
}
.services__section .container__services .container__services__block .service {
width: auto;
flex: 1 1 calc(33.33% - 50px);
}
}
@media screen and (max-width: 578px) {
.services__section .container__services {
padding: 40px 20px;
}
.services__section .container__services h2 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
}
.services__section .container__services .container__services__block {
display: flex;
margin-top: 24px;
justify-content: space-between;
}
.services__section .container__services .container__services__block .service {
background-color: #FFF;
border-radius: 20px;
transform: rotate(3deg);
padding: 20px;
}
.services__section .container__services .container__services__block .service h3 {
font-size: 20px;
font-weight: 900;
line-height: 26px;
text-align: center;
}
.services__section .container__services .container__services__block .service .subtitle {
font-size: 14px;
font-weight: 500;
line-height: 18.2px;
text-align: center;
}
.services__section .container__services .container__services__block .service p {
margin-top: 5px;
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
}
.services__section .container__services .container__services__block .service .flex__container {
gap: 20px;
}
.services__section .container__services .container__services__block .service .flex__container .flex__item .title {
font-size: 14px;
font-weight: 500;
line-height: 18.2px;
}
.services__section .container__services .container__services__block .service .flex__container .flex__item .name {
font-size: 18px;
font-weight: 600;
line-height: 23.4px;
}
.services__section .container__services .container__services__block .service .price {
margin-top: 10px;
}
.services__section .container__services .container__services__block .service .price .title__price {
font-size: 14px;
font-weight: 500;
line-height: 18.2px;
margin-top: 10px;
}
.services__section .container__services .container__services__block .service .price .price__value {
font-size: 28px;
font-weight: 700;
line-height: 36.4px;
}
.services__section .container__services .container__services__block .service button {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: left;
padding: 10px 20px;
background-color: #CA3422;
color: #FFF;
border: none;
border-radius: 10px;
display: block;
margin: 0 auto;
margin-top: 10px;
}
.services__section .container__services .container__services__block .service .after__button {
font-size: 12px;
font-weight: 400;
line-height: 15.6px;
text-align: center;
margin-top: 8px;
}
.services__section .container__services .container__services__block .service a {
display: block;
margin-top: 8px;
font-size: 18px;
font-weight: 600;
line-height: 23.4px;
text-align: center;
color: #000;
}
.services__section .container__services .container__services__block .service__yellow {
background-color: #F5D200;
transform: rotate(-1deg);
}
.services__section .container__services .container__services__block .service__black {
border: 1px solid #FFF;
background-color: transparent;
transform: rotate(-2deg);
margin-top: 20px;
}
.services__section .container__services .container__services__block .service__black h3 {
color: #FFF;
}
.services__section .container__services .container__services__block .service__black p {
color: #FFF;
}
.services__section .container__services .container__services__block .service__black .price .price__value {
color: white;
}
.services__section .container__services .container__services__block .service__black .after__button {
color: #FFF;
}
.services__section .container__services .container__services__block .service__black a {
color: #FFF;
}
}
.aftor__section {
background-color: #FDFAF3;
}
.aftor__section .container__aftor-flex {
display: flex;
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding-top: 90px;
}
.aftor__section .container__aftor-flex .flex__image img {
max-width: 564px;
height: 100%;
}
.aftor__section .container__aftor-flex .flex__item-aftor h2 {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: left;
}
.aftor__section .container__aftor-flex .flex__item-aftor h2 span {
font-family: Brush Script MT;
font-size: 60px;
font-style: italic;
font-weight: 400;
line-height: 73.59px;
text-align: left;
color: #CA3422;
}
.aftor__section .container__aftor-flex .flex__item-aftor p {
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
text-align: left;
margin-top: 40px;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims {
display: flex;
gap: 20px;
row-gap: 30px;
flex-wrap: wrap;
margin-top: 40px;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim {
flex: 1 1 calc(50% - 20px);
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim img {
max-height: 60px;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim p {
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
text-align: left;
margin-top: 0px;
}
@media screen and (max-width: 1280px) {
.aftor__section .container__aftor-flex {
padding: 0px 20px;
}
}
@media screen and (max-width: 960px) {
.aftor__section .container__aftor-flex {
padding: 0px 20px;
}
.aftor__section .container__aftor-flex .flex__image {
display: none;
}
}
@media screen and (max-width: 578px) {
.aftor__section {
background-color: #FDFAF3;
}
.aftor__section .container__aftor-flex {
position: relative;
padding-bottom: 40px;
padding-top: 48px;
}
.aftor__section .container__aftor-flex .flex__image {
display: block;
position: absolute;
bottom: 0;
right: 0;
max-width: 233px;
}
.aftor__section .container__aftor-flex .flex__image img {
max-width: 188px;
width: 100%;
}
.aftor__section .container__aftor-flex .flex__item-aftor h2 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
text-align: center;
}
.aftor__section .container__aftor-flex .flex__item-aftor h2 span {
font-size: 40px;
font-style: italic;
font-weight: 400;
line-height: 49.06px;
text-align: left;
}
.aftor__section .container__aftor-flex .flex__item-aftor p {
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
margin-top: 24px;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims {
display: flex;
gap: 20px;
row-gap: 30px;
flex-wrap: wrap;
margin-top: 40px;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim {
flex: 1 1 calc(100% - 20px);
max-width: 50%;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim:nth-child(1), .aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim:nth-child(2) {
flex: 1 1 calc(50% - 20px);
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim img {
max-height: 30px;
}
.aftor__section .container__aftor-flex .flex__item-aftor .flex__preims .preim p {
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
text-align: left;
margin-top: 0px;
}
}
.gallery__section {
position: relative;
background-color: #FDFAF3;
padding-bottom: 100px;
}
.gallery__section .container__gallery {
position: relative;
z-index: 2;
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding-top: 60px;
}
.gallery__section .container__gallery h2 {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: center;
color: #FFF;
text-transform: uppercase;
}
.gallery__section .container__gallery h2 span {
color: transparent;
color: transparent;
-webkit-text-stroke: 1px #FFFFFF;
text-stroke: 1px #FFFFF;
}
.gallery__section .container__gallery .bg__text {
background-size: cover;
background-repeat: no-repeat;
max-width: 811px;
margin: 0 auto;
background-position: bottom;
}
.gallery__section .container__gallery .bg__text p {
padding: 30px 0px;
max-width: 623px;
display: block;
margin: 0 auto;
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
}
.gallery__section .container__gallery .slider__gallery {
position: relative;
}
.gallery__section .container__gallery .slider__gallery:before {
content: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 7.svg);
position: absolute;
bottom: 0px;
right: 60px;
z-index: 30;
}
.gallery__section .container__gallery .slider__gallery:after {
content: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/Vector.png);
position: absolute;
top: 0;
left: 90px;
width: 100%;
object-fit: cover;
}
.gallery__section .container__gallery .slider__gallery .item {
width: 100%;
}
.gallery__section .container__gallery .slider__gallery .item img {
width: 100%;
object-fit: contain;
}
.gallery__section .background__gallery {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
height: 100%;
} .slick-slider {
min-width: 0;
} .slick-list {
overflow: hidden;
} .slick-track {
display: flex;
align-items: flex-start;
}         .slick-dots {
text-align: center;
margin-top: 50px;
} .slick-dots li {
display: inline-block;
margin: 0 5px;
position: relative;
} .slick-dots button {
width: 12px;
height: 12px;
border: none;
background: none;
padding: 0;
font-size: 0;
line-height: 0;
display: block;
cursor: pointer;
}
.slick-dots li button:before {
content: "";
width: 12px;
height: 12px;
display: block;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 12.svg) no-repeat center center;
background-size: contain;
} .slick-dots li.slick-active button:before {
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 10.svg) no-repeat center center;
background-size: contain;
} .slider__gallery {
position: relative;
padding: 30px;
}
.slider__gallery .slick-arrow {
position: absolute;
top: 50%;
margin: -30px 0 0 0;
z-index: 35;
font-size: 0;
width: 60px;
height: 60px;
border: none;
border-radius: 50%;
background-color: #000;
}
.slider__gallery .slick-arrow.slick-prev {
left: 0;
}
.slider__gallery .slick-arrow.slick-prev:after {
content: "";
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/arrow__right.svg) 0 0/100% no-repeat;
transform: rotate(180deg);
}
.slider__gallery .slick-arrow.slick-next {
right: 0;
}
.slider__gallery .slick-arrow.slick-next:before {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/arrow__right.svg) 0 0/100% no-repeat;
}
.slider__gallery .slick-arrow.slick-disabled {
opacity: 0.2;
}
.slider__gallery .slick-dots {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.slider__gallery .slick-dots li {
list-style: none;
margin: 0px 10px;
}
.slider__gallery .slick-dots button {
font-size: 0;
width: 14px;
height: 12px;
}
.slider__gallery .item {
padding: 0px 97px;
}
.slider__gallery .item img {
max-height: 632px;
}
.slider__item img {
max-width: 100%;
}
.slider__gallery .slick-dots li button:before {
content: "";
width: 12px;
height: 12px;
display: block;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 12.svg) no-repeat center center;
background-size: contain;
} .slider__gallery .slick-dots li.slick-active button:before {
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 10.svg) no-repeat center center;
background-size: contain;
}
@media screen and (max-width: 1280px) {
.gallery__section {
position: relative;
background-color: #FDFAF3;
padding-bottom: 100px;
}
.gallery__section .container__gallery {
position: relative;
z-index: 2;
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding-top: 60px;
}
.gallery__section .container__gallery h2 {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: center;
color: #FFF;
}
.gallery__section .container__gallery h2 span {
color: transparent;
color: transparent;
-webkit-text-stroke: 1px #FFFFFF;
text-stroke: 1px #FFFFF;
}
.gallery__section .container__gallery .bg__text {
background-size: cover;
background-repeat: no-repeat;
max-width: 811px;
margin: 0 auto;
background-position: bottom;
}
.gallery__section .container__gallery .bg__text p {
padding: 30px 0px;
max-width: 623px;
display: block;
margin: 0 auto;
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
}
.gallery__section .container__gallery .slider__gallery {
position: relative;
}
.gallery__section .container__gallery .slider__gallery:before {
content: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 7.svg);
position: absolute;
bottom: 0px;
right: 60px;
z-index: 2;
}
.gallery__section .container__gallery .slider__gallery:after {
content: "";
position: absolute;
top: 20px;
left: 0; right: 0;
bottom: 80px;
background-image: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/Vector.png);
background-size: contain; background-position: center; background-repeat: no-repeat; z-index: 15;
}
.gallery__section .container__gallery .slider__gallery .item {
width: 100%;
}
.gallery__section .container__gallery .slider__gallery .item img {
width: 100%;
}
.gallery__section .background__gallery {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
height: 100%;
}
}
@media screen and (max-width: 578px) {
.gallery__section {
position: relative;
background-color: #FDFAF3;
padding-bottom: 100px;
}
.gallery__section .container__gallery {
position: relative;
z-index: 2;
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding-top: 60px;
}
.gallery__section .container__gallery h2 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
}
.gallery__section .container__gallery .bg__text {
background-size: cover;
background-repeat: no-repeat;
margin: 0 auto;
background-position: calc(100% + 150px) calc(0% - 10px);
}
.gallery__section .container__gallery .bg__text p {
display: block;
margin: 0 auto;
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
max-width: 320px;
margin-top: -30px;
padding: 50px 0px;
}
.gallery__section .container__gallery .slider__gallery {
position: relative;
}
.gallery__section .container__gallery .slider__gallery:before {
content: "";
position: absolute;
right: 0;
bottom: -170px;
top: 0;
background-image: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 7.svg);
background-size: contain; background-position: center; background-repeat: no-repeat; width: 70px;
z-index: 2;
}
.gallery__section .container__gallery .slider__gallery:after {
content: "";
position: absolute;
top: 17px;
left: 0;
right: 0;
bottom: 91px;
background-image: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/Vector.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: 15;
}
.gallery__section .container__gallery .slider__gallery .item {
width: 100%;
}
.gallery__section .container__gallery .slider__gallery .item img {
width: 100%;
max-height: 173px;
}
.gallery__section .background__gallery {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
height: 100%;
}
.slider__gallery .item {
padding: 0px;
}
.slider__gallery .item img {
max-height: 632px;
}
.slick-dots {
margin-top: 50px;
}
}
.video__section {
position: relative;
height: 1000px;
background-color: #FDFAF3;
}
.video__section .container__video {
padding-top: 90px;
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.video__section .container__video h2 {
text-align: center;
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-transform: uppercase;
}
.video__section .container__video h2 span {
color: transparent;
-webkit-text-stroke: 1px #000;
text-stroke: 1px #000;
}
.video__section .container__video p {
display: block;
max-width: 952px;
margin: 0 auto;
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 24.3px;
margin-top: 20px;
}
.video__section .container__video .container__vide-btn {
float: right;
}
.video__section .container__video .container__vide-btn video {
width: 100%;
width: 100vw;
max-width: 844px;
height: 538px;
border-radius: 40px;
margin-top: 40px;
}
.video__section .container__video .container__vide-btn .cont__btn {
display: flex;
justify-content: end;
}
.video__section .container__video .container__vide-btn .cont__btn a {
font-size: 18px;
font-weight: 700;
line-height: 23.4px;
text-align: center;
border: 2px solid #000;
border-radius: 10px;
margin-top: 30px;
padding: 10px 20px;
color: #000;
text-transform: uppercase;
}
.video__section .video__image {
position: absolute;
top: -20px;
}
.reviews__section {
background-color: #FDFAF3;
}
.reviews__section .title {
display: flex;
gap: 60px;
border-bottom: 2px solid #CA3422;
border-top: 2px solid #CA3422;
padding: 10px 0px;
overflow: hidden;
transform: rotate(-2deg);
margin-left: -30px;
}
.reviews__section .title .naming {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: center;
color: transparent;
-webkit-text-stroke: 1px #CA3422;
text-stroke: 1px #CA3422;
}
.reviews__section .title .naming:nth-child(even) {
color: #CA3422;
}
.reviews__section .container__review {
width: 100%;
max-width: 1280px;
margin: 0 auto;
margin-top: 40px;
}
.reviews__section .container__review .review {
border: 2px solid #CA3422;
border-radius: 20px;
padding: 40px 30px;
height: 100%;
}
.reviews__section .container__review .review .name {
font-size: 20px;
font-weight: 700;
line-height: 23.48px;
text-align: left;
}
.reviews__section .container__review .review .date {
font-size: 14px;
font-weight: 500;
line-height: 17.07px;
text-align: left;
color: #BDBDBD;
margin-top: 8px;
}
.reviews__section .container__review .review .stars {
margin-top: 8px;
}
.reviews__section .container__review .review .content {
margin-top: 20px;
font-size: 18px;
font-weight: 500;
line-height: 24.3px;
text-align: left;
} .slick-slider {
min-width: 0;
} .slick-list {
overflow: hidden;
position: relative;
z-index: 16;
} .slick-track {
display: flex;
align-items: flex-start;
}         .slider__reviews .slick-dots {
text-align: center;
margin-top: 20px;
} .slider__reviews .slick-dots li {
display: inline-block;
margin: 0 5px;
position: relative;
} .slider__reviews .slick-dots button {
width: 12px;
height: 12px;
border: none;
background: none;
padding: 0;
font-size: 0;
line-height: 0;
display: block;
cursor: pointer;
}
.slider__reviews .slick-dots li button:before {
content: "";
width: 12px;
height: 12px;
display: block;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 16.svg) no-repeat center center;
background-size: contain;
} .slider__reviews .slick-dots li.slick-active button:before {
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 15.svg) no-repeat center center;
background-size: contain;
} .slider__reviews {
position: relative;
padding: 30px;
}
.slider__reviews .slick-arrow {
position: absolute;
top: 50%;
margin: -30px 0 0 0;
z-index: 1;
font-size: 0;
width: 60px;
height: 60px;
border: none;
border-radius: 50%;
background-color: #000;
}
.slider__reviews .slick-arrow.slick-prev {
left: -50px;
}
.slider__reviews .slick-arrow.slick-prev:after {
content: "";
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/arrow__right.svg) 0 0/100% no-repeat;
transform: rotate(180deg);
}
.slider__reviews .slick-arrow.slick-next {
right: -40px;
}
.slider__reviews .slick-arrow.slick-next:before {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/arrow__right.svg) 0 0/100% no-repeat;
}
.slider__reviews .slick-arrow.slick-disabled {
opacity: 0.2;
}
.slider__reviews .slick-track {
align-items: stretch;
gap: 20px;
}
.slider__reviews .slick-slide > div {
height: 100%;
}
.portfoilo__section {
background-color: #FDFAF3;
}
.portfoilo__section .container__portfolio__section {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding-top: 50px;
}
.portfoilo__section .container__portfolio__section h2 {
-webkit-text-stroke: 1px #000;
text-stroke: 1px #000;
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: center;
color: transparent;
}
.portfoilo__section .container__portfolio__section .container__portfolio {
margin-top: 40px;
display: flex;
flex-wrap: wrap;
gap: 100px;
row-gap: 40px;
justify-content: center;
}
.portfoilo__section .container__portfolio__section .container__portfolio img {
height: 100px;
object-fit: contain;
display: block;
}
.regalii__section {
position: relative;
background-color: #FDFAF3;
padding-bottom: 20px;
}
.regalii__section .container__regalii__title {
position: relative;
z-index: 2;
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding-top: 250px;
justify-content: space-between;
display: flex;
}
.regalii__section .container__regalii__title h2 {
font-size: 60px;
font-weight: 900;
line-height: 70.44px;
text-align: left;
color: #FFF;
text-transform: uppercase;
}
.regalii__section .container__regalii__title .container__text {
font-size: 18px;
font-weight: 500;
line-height: 23.4px;
text-align: center;
max-width: 412px;
margin-right: 182px;
position: relative;  }
.regalii__section .container__regalii__title .container__text::before {
content: "";
width: 950px;
height: 430px;
background-image: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/bg__text.svg);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: -158px;
left: -150px;
right: 0;
bottom: 0;
z-index: -1;
}
.regalii__section .container__slider {
position: relative;
z-index: 2;
width: 100%;
max-width: 1240px;
margin: 0 auto;
margin-top: 60px;
}
.regalii__section .container__slider .slide__image img {
max-height: 300px;
}
.regalii__section .background__regalii {
position: absolute;
width: 100%;
z-index: 1;
height: 100%;
top: 40px;
} .regalii__slider {
position: relative;
}
.regalii__slider .slick-arrow {
position: absolute;
top: 50%;
margin: -30px 0 0 0;
z-index: 1;
font-size: 0;
width: 60px;
height: 60px;
border: none;
border-radius: 50%;
background-color: #000;
}
.regalii__slider .slick-arrow.slick-prev {
left: -80px;
}
.regalii__slider .slick-arrow.slick-prev:after {
content: "";
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/arrow__right.svg) 0 0/100% no-repeat;
transform: rotate(180deg);
}
.regalii__slider .slick-arrow.slick-next {
right: -80px;
}
.regalii__slider .slick-arrow.slick-next:before {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/arrow__right.svg) 0 0/100% no-repeat;
}
.regalii__slider .slick-arrow.slick-disabled {
opacity: 0.2;
}
.regalii__slider .slick-dots {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.regalii__slider .slick-dots li {
list-style: none;
margin: 0px 10px;
}
.regalii__slider .slick-dots button {
font-size: 0;
width: 14px;
height: 12px;
}
.slide__image {
padding: 0px 10px;
}
.slide__image img {
max-width: 412px;
width: 100%;
object-fit: contain;
}
.regalii__slider .slick-dots {
margin-top: 20px;
}
.regalii__slider .slick-dots li button:before {
content: "";
width: 12px;
height: 12px;
display: block;
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 12.svg) no-repeat center center;
background-size: contain;
} .regalii__slider .slick-dots li.slick-active button:before {
background: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/image 10.svg) no-repeat center center;
background-size: contain;
}
@media screen and (max-width: 1280px) {
.video__section .video__image {
display: none;
}
.video__section .container__video {
padding: 0px 20px;
}
.video__section .container__video .container__vide-btn {
float: none;
}
.video__section .container__video .container__vide-btn video {
width: 100%;
max-width: 100%;
height: 538px;
border-radius: 40px;
margin-top: 40px;
}
}
@media screen and (max-width: 578px) {
.reviews__section .title{
overflow-x: hidden;
transform: none;
margin-left: 0px;
}
.video__section {
height: fit-content;
padding: 40px 0px;
}
.video__section .video__image {
display: none;
}
.video__section .container__video {
padding: 0px 20px;
}
.video__section .container__video h2 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
text-align: center;
}
.video__section .container__video p {
font-size: 16px;
font-weight: 500;
line-height: 21.6px;
text-align: center;
margin-top: 24px;
}
.video__section .container__video .container__vide-btn {
float: none;
}
.video__section .container__video .container__vide-btn video {
width: 100%;
max-width: 100%;
height: 204px;
border-radius: 40px;
margin-top: 16px;
}
.video__section .container__video .container__vide-btn .cont__btn {
justify-content: center;
margin-top: 16px;
}
.video__section .container__video .container__vide-btn .cont__btn a {
margin-top: 0px;
}
.reviews__section .title {
gap: 10px;
padding: 5px 0px;
}
.reviews__section .title .naming {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
text-align: center;
}
.reviews__section .slider__reviews {
padding: 0px 0px 0px 10px;
}
.reviews__section .container__review {
width: 100%;
max-width: 1280px;
margin: 0 auto;
margin-top: 20px;
}
.reviews__section .container__review .review {
border: 2px solid #CA3422;
border-radius: 20px;
padding: 20px 20px;
height: 100%;
}
.reviews__section .container__review .review .name {
font-size: 18px;
font-weight: 700;
line-height: 21.13px;
}
.reviews__section .container__review .review .date {
font-size: 12px;
font-weight: 400;
line-height: 14.63px;
text-align: left;
margin-top: 5px;
}
.reviews__section .container__review .review .stars {
margin-top: 5px;
}
.reviews__section .container__review .review .stars img {
max-width: 18px;
}
.reviews__section .container__review .review .content {
margin-top: 15px;
font-size: 16px;
font-weight: 500;
line-height: 21.6px;
text-align: left;
}
.portfoilo__section .container__portfolio__section {
padding-top: 20px;
}
.portfoilo__section .container__portfolio__section h2 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
}
.portfoilo__section .container__portfolio__section .container__portfolio {
gap: 24px;
margin-top: 20px;
}
.portfoilo__section .container__portfolio__section .container__portfolio img {
max-height: 56px;
}
.regalii__section {
overflow: hidden;
}
.regalii__section .container__regalii__title {
flex-wrap: wrap;
justify-content: center;
padding-top: 70px;
}
.regalii__section .container__regalii__title h2 {
font-size: 36px;
font-weight: 900;
line-height: 42.26px;
}
.regalii__section .container__regalii__title .container__text {
margin-top: 30px;
margin-right: 0px;
font-size: 16px;
font-weight: 500;
line-height: 20.8px;
text-align: center;
max-width: 320px;
}
.regalii__section .container__regalii__title .container__text::before {
content: "";
width: 1106px;
height: 646px;
background-image: url(https://xn--80ajqgt.xn--90ais/wp-content/themes/polovkov-theme/img/bg__text.svg);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: -151px;
left: -248px;
right: 0;
z-index: -1;
}
}
footer {
background-color: #2B2B2B;
padding-top: 70px;
padding-bottom: 40px;
}
footer .container__footer {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
footer .container__footer .container__menu {
max-width: 718px;
margin: 0 auto;
}
footer .container__footer .container__menu ul {
list-style: none;
display: flex;
gap: 40px;
}
footer .container__footer .container__menu ul li {
font-size: 14px;
font-weight: 500;
line-height: 16.44px;
text-align: left;
text-transform: uppercase;
}
footer .container__footer .container__menu ul li a {
color: #FFF;
}
footer .container__footer .cocial {
margin-top: 20px;
display: flex;
gap: 20px;
justify-content: center;
}
footer .container__footer .cocial a img {
max-width: 22px;
}
footer .container__footer .polycy {
text-align: center;
margin-top: 20px;
}
footer .container__footer .polycy a {
color: #FFF;
}
footer .container__footer .phones {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 20px;
}
footer .container__footer .phones .phone {
display: flex;
gap: 8px;
align-items: center;
}
footer .container__footer .phones .phone a {
color: #FFF;
font-size: 16px;
font-weight: 700;
line-height: 18.78px;
text-align: left;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.53);
z-index: 41;
display: none;
}
.popup_form {
position: fixed;
top: 50%;
left: 50%;
max-width: 844px;
background: #FDFAF3;
border-radius: 20px;
transform: translate(-50%, -50%);
z-index: 42;
padding: 80px 0px;
display: none;
}
.popup_form .cross {
position: absolute;
right: 40px;
top: 40px;
}
.popup_form .form {
padding: 0px 155px;
}
.popup_form .form h3 {
font-size: 36px;
font-weight: 800;
line-height: 42.26px;
text-align: center;
margin-bottom: 30px;
}
.popup_form .form .form-group input {
border: 1px solid #BDBDBD;
background-color: transparent;
padding: 15px;
font-size: 16px;
font-weight: 500;
line-height: 18.78px;
text-align: left;
color: #BDBDBD;
border-radius: 10px;
width: 100%;
margin-bottom: 20px;
}
.popup_form .form .submit input[type=submit] {
font-size: 18px;
font-weight: 800;
line-height: 21.13px;
text-align: left;
text-transform: uppercase;
color: white;
background: #CA3422;
padding: 10px 20px;
border-radius: 10px;
border: none;
display: block;
margin: 0 auto;
margin-top: 10px;
}
.popup_form .form .btn-check {
display: flex;
justify-content: center;
gap: 5px;
margin-top: 5px;
}
.popup_form .form .btn-check .text {
font-size: 10px;
font-weight: 400;
line-height: 14.0px;
text-align: left;
}
.popup_form .form .btn-check input[type=checkbox] {
accent-color: #CA3422;
}
.mobile__menu {
display: none;
}
@media screen and (max-width: 1280px) {
footer {
padding: 40px 20px;
}
footer .container__footer .container__menu ul {
flex-wrap: wrap;
justify-content: center;
}
}
@media screen and (max-width: 578px) {
footer .container__footer .container__menu ul {
gap: 16px;
}
footer .container__footer .container__menu ul li {
font-size: 14px;
font-weight: 500;
line-height: 16.44px;
text-align: left;
}
footer .container__footer .phones {
flex-wrap: wrap;
gap: 10px;
}
footer .container__footer .phones .phone a {
font-size: 16px;
font-weight: 700;
line-height: 18.78px;
text-align: left;
}
footer .container__footer .cocial {
margin-top: 16px;
}
footer .container__footer .cocial a img {
max-width: 22px;
}
footer .container__footer .polycy a {
font-size: 12px;
font-weight: 400;
line-height: 14.09px;
text-align: center;
}
.popup_form {
width: calc(100% - 40px);
padding: 30px 0px;
}
.popup_form .cross {
top: 25px;
right: 25px;
}
.popup_form .cross img {
max-width: 13px;
}
.popup_form .form {
padding: 0px 20px;
}
.popup_form .form h3 {
font-size: 22px;
font-weight: 900;
line-height: 25.83px;
text-align: center;
}
.popup_form .form .form-group input {
margin-bottom: 10px;
}
.popup_form .form .submit input[type=submit] {
margin-top: 10px;
margin-bottom: 10px;
}
.mobile__menu {
position: fixed;
top: 45px;
left: 0;
z-index: 20;
background-color: #FDFAF3;
height: calc(100vh - 45px);
}
.mobile__menu .container__footer {
margin-top: 25px;
}
.mobile__menu .container__footer .container__menu {
max-width: 718px;
margin: 0 auto;
}
.mobile__menu .container__footer .container__menu ul {
list-style: none;
}
.mobile__menu .container__footer .container__menu ul li {
font-size: 14px;
font-weight: 500;
line-height: 16.44px;
text-align: center;
text-transform: uppercase;
margin-bottom: 16px;
}
.mobile__menu .container__footer .container__menu ul li a {
color: #000;
}
.mobile__menu .container__footer .cocial {
margin-top: 20px;
display: flex;
gap: 20px;
justify-content: center;
}
.mobile__menu .container__footer .cocial a img{
max-width: 22px;
}
.mobile__menu .container__footer .polycy {
text-align: center;
margin-top: 20px;
}
.mobile__menu .container__footer .polycy a {
color: #FFF;
}
.mobile__menu .container__footer .phones {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
margin-top: 20px;
}
.mobile__menu .container__footer .phones .phone {
flex: 100%;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
}
.mobile__menu .container__footer .phones .phone a {
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 18.78px;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Raleway", sans-serif;
text-decoration: none;
}
body {
overflow-x: hidden;
}
html {
scroll-behavior: smooth;
}
.d-none-desc {
display: none !important;
}
.cross__active {
display: none;
}
@media screen and (max-width: 578px) {
.d-none-desc {
display: block !important;
}
.d-none-mobile {
display: none !important;
}
}