.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 {
width: 100%;
height: 128px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 180px;
position: absolute;
top: 0;
z-index: 999;
}
header .text {
display: flex;
font-size: 16px;
gap: 40px;
}
header .text.info {
display: flex;
align-items: center;
}
header .text.info a {
display: flex;
align-items: center;
transition: .2s;
}
header .text.info a svg {
transition: .2s;
}
header .text.info a svg .path {
fill: var(--main-color);
transition: .2s;
}
header .text.info a svg .circle {
fill: var(--white);
transition: .2s;
}
header .text.info span {
padding-left: 12px;
font-size: 18px;
color: var(--white);
text-underline-offset: 6px;
transition: .2s;
}
header .text.info a:hover svg {
transform: rotate(-20deg);
}
header .text.info a:hover svg .circle {
fill: #e4e4e4;
}
header .text.info a:hover span {
color: #e4e4e4;
}
header .text a {
height: 80px;
font-weight: 500;
display: flex;
align-items: center;
}
header.headContact {
position: relative;
background-color: var(--white);
box-shadow: var(--shadow);
}
header.headContact .text.info .menuMobileSVG {
fill: var(--main-text);
}
header.headContact .text.info span {
color: var(--main-color);
}
header.headContact .text.info a svg .circle {
fill: var(--main-color);
}
header.headContact .text.info a svg .path {
fill: var(--white);
}
header.headContact .text.info a:hover svg .circle {
fill: var(--btn-hover);
}
header.headContact .text.info a:hover span {
color: var(--btn-hover);
}
.menuMobile {
position: absolute;
width: 100%;
height: 100vh;
left: 0;
top: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 24px;
display: none;
background: linear-gradient(135deg, #1a5bff 0%, #9ebaff 100%);
}
.menuMobile .boxMobile {
display: flex;
flex-direction: column;
align-items: center;
}
.menuMobile .boxMobile a {
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
padding: 14px 0px;
color: var(--white);
}
.menuHelperBox {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.menuHelperBox .clickBoxMobile {
display: flex;
align-items: center;
}
.menuHelperBox .clickBoxMobile svg {
stroke: var(--white);
stroke-width: 3px;
margin-left: 10px;
}
.menuHelperBox .clickBoxMobile p {
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
padding: 12px 0px;
color: var(--white);
}
.menuMobileBurger {
display: flex;
display: none;
flex-direction: column;
padding: 6px 0px;
text-align: center;
}
.menuMobile .boxMobile .menuHelperBox .menuMobileBurger a {
padding: 12px 0px;
font-size: 18px;
color: #f7f7f7;
}
.menuHelperBox .clickBoxMobile.activeMob svg {
color: var(--white);
}
.menuHelperBox .clickBoxMobile.activeMob p {
color: var(--white);
}
.closeMobileMenu {
position: absolute;
top: 40px;
right: 40px;
}
.logo svg {
width: auto;
}
.logoColorMain {
fill: var(--main-color);
}
.active {
color: var(--main-color);
font-weight: 700;
}
header .text a.active {
color: var(--main-color);
font-weight: 700;
}
.helper {
width: 100%;
height: 40px;
background-color: var(--gray-low);
display: flex;
align-items: center;
padding: 0px 10px;
}
.helper span {
white-space: pre;
display: flex;
overflow: hidden;
word-spacing: 40px;
color: var(--text);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.noneInfoDesktop {
display: none;
}
.activeMenu .menuBurg {
color: var(--main-color);
}
header .text .activeMenu a.menuBurg svg {
stroke: var(--main-color);
}
.menuBurg {
cursor: default;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
position: relative;
}
header .text a.menuBurg svg {
stroke: var(--main-text);
stroke-width: 2px;
transition: .2s;
}
header .text a.menuBurg:hover svg {
stroke: var(--main-color);
}
.menuBurgBox {
position: relative;
}
.miniMenu {
display: none;
position: absolute;
left: -28px;
top: 80px;
background: rgb(240 240 240);
min-width: 100%;
border-radius: 8px;
padding: 8px 0px;
box-shadow: var(--shadow);
}
header .text .menuBurgBox .miniMenu a {
height: fit-content;
padding: 18px 28px;
font-size: 16px;
white-space: nowrap;
}
.menuMobileSVG {
display: none;
margin-left: 24px;
fill: var(--white);
}
.navigation .nav-links .page-numbers {
padding: 0;
margin: 0;
display: flex;
gap: 12px;
list-style-type: none;
flex-wrap: wrap;
}
.navigation .nav-links .page-numbers li span.page-numbers {
height: 52px;
display: flex;
align-items: center;
justify-content: center;
background: var(--main-color);
font-size: 18px;
padding: 0px 24px;
font-weight: 600;
width: 52px;
}
.navigation .nav-links .page-numbers li .page-numbers {
height: 52px;
display: flex;
align-items: center;
justify-content: center;
background: var(--bg1c);
font-size: 18px;
width: 52px;
}
.navigation .nav-links .page-numbers li .next.page-numbers {
height: 52px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
background: var(--bg1c);
font-size: 18px;
padding: 0px 24px;
}
.navigation .nav-links .page-numbers li .prev.page-numbers {
height: 52px;
width: auto;
display: flex;
align-items: center;
justify-content: center;
background: var(--bg1c);
font-size: 18px;
padding: 0px 24px;
}
.container {
padding: 120px 180px;
}
.banner {
height: 100vh;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0px 180px;
background-color: var(--white);
position: relative;
overflow: hidden;
}
.banner .triangle {
position: absolute;
top: 0px;
right: 0px;
z-index: 90;
}
.banner .info {
width: calc(56% - 30px);
margin-top: 40px;
}
.banner .info .textBox {
display: flex;
flex-direction: column;
gap: 60px;
}
.banner .info .action {
width: 100%;
margin-top: 40px;
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
}
.banner .img {
width: calc(44% - 30px);
position: relative;
height: 100%;
z-index: 100;
}
.banner .img .absolute {
position: absolute;
height: 100%;
}
.banner .img .absolute img {
transform: rotate(3.55deg);
border-radius: 40px;
margin-top: 20%;
margin-left: 60px;
}
.btn {
display: flex;
border-radius: 8px;
background-color: var(--main-color);
align-items: center;
transition: .2s;
width: max-content;
}
.btn * {
font-family: 'Outfit', Tahoma;
font-size: 16px;
font-weight: 700;
color: var(--white);
letter-spacing: 0.5px;
text-transform: uppercase;
padding: 12px 32px;
height: 60px;
display: flex;
align-items: center;
text-align: center;
line-height: 140%;
}
.btn:hover {
background-color: var(--btn-hover);
}
.btn:hover * {
color: var(--white);
}
.btn.ghost {
background-color: rgb(255, 255, 255, 0);
}
.btn.ghost * {
color: var(--main-color);
}
.btn.ghost:hover {
background-color: var(--btn-hover);
}
.btn.ghost:hover * {
color: var(--white);
}
.chooseUs {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.chooseUs .box {
width: calc(50% - 30px);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.chooseUs .box .textBox {
display: flex;
flex-direction: column;
gap: 40px;
}
.chooseUs .box .miniBanner {
width: 100%;
border-radius: 20px;
}
.chooseUs .box .miniBanner.mg_top {
margin-top: 80px;
}
.chooseUs .box .stats {
display: flex;
justify-content: space-between;
}
.chooseUs .box .stats .content {
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
text-align: center;
}
.chooseUs .box .stats .content .infoBox span {
font-family: 'Outfit', Tahoma;
font-size: 60px;
font-weight: 700;
margin-bottom: 10px;
color: var(--main-text);
}
.chooseUs .box .stats .content .infoBox p {
font-size: 24px;
}
.services {
display: flex;
flex-direction: column;
align-items: center;
gap: 60px;
}
.services .box {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.services .box.info {
width: 75%;
}
.services .box.info .textBox {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 40px;
}
.services .box.table {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 60px;
}
.services .box.table .content {
width: calc(50% - 30px);
display: flex;
flex-direction: column;
gap: 40px;
padding: 40px;
border-radius: 20px;
background-color: var(--white);
box-shadow: var(--shadow);
justify-content: space-between;
}
.services .box.table .content .onlyText {
display: flex;
flex-direction: column;
gap: 40px;
}
.services .box.table .content .onlyText .infoBox {
display: flex;
flex-direction: column;
gap: 20px;
}
.services .box.table .content .onlyText a {
font-family: 'Outfit', Tahoma;
font-size: 36px;
font-weight: 700;
color: var(--main-color);
}
.services .box.table .content .onlyText a:hover {
color: var(--text-hover);
}
.faq {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.faq .box {
width: calc(50% - 30px);
position: relative;
}
.faq .box h4 {
margin-bottom: 60px;
}
.faq .box .absolute {
position: absolute;
width: 100%;
left: -232px;
}
.faq .box .absolute img {
transform: rotate(-3deg);
border-radius: 40px;
width: 125%;
}
.faq .box .burg {
display: flex;
flex-direction: column;
gap: 30px;
}
.faq .box .burg .content {
display: flex;
justify-content: space-between;
padding: 24px;
border-radius: 8px;
background-color: var(--white);
box-shadow: var(--shadow);
cursor: pointer;
user-select: none;
}
.faq .box .burg .content .infoBox {
width: calc(100% - 54px);
}
.faq .box .burg .content .infoBox span {
font-family: 'Outfit', Tahoma;
font-size: 22px;
font-weight: 700;
color: var(--main-text);
}
.faq .box .burg .content .infoBox .spoiler {
display: none;
margin-top: 24px;
}
.faq .box .burg .content .infoBox .spoiler p,
.faq .box .burg .content .infoBox .spoiler ul li {
font-size: 16px;
color: var(--text);
}
.faq .box .burg .content svg {
transition: .2s;
}
.faq .box .burg .content svg.close {
transform: rotate(-45deg);
}
.order {
display: flex;
justify-content: center;
background: url(//dieselstart52.ru/wp-content/themes/dieselstart/images/img/order.jpg), no-repeat;
}
.order .box {
width: 50%;
padding: 80px 40px;
border-radius: 20px;
background-color: var(--white);
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
align-items: center;
}
.order .box p {
text-align: center;
margin-top: 30px;
}
.order .box .action {
width: 100%;
margin-top: 60px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 20px;
}
footer {
padding: 0px 180px;
height: 120px;
display: flex;
align-items: center;
justify-content: space-between;
background-color: var(--main-color);
color: var(--white);
}
footer .copyright {
font-size: 18px;
font-weight: 400;
}
footer .copyright a {
line-height: 24px;
font-weight: 700;
color: var(--white);
text-decoration-line: underline;
}
footer .text {
display: flex;
font-size: 16px;
gap: 40px;
}
footer .text.info {
display: flex;
align-items: center;
}
footer .text.info a {
display: flex;
align-items: center;
transition: .2s;
}
footer .text.info a svg {
transition: .2s;
}
footer .text.info a svg .circle {
fill: var(--white);
transition: .2s;
}
footer .text.info span {
padding-left: 12px;
font-size: 18px;
color: var(--white);
text-underline-offset: 6px;
transition: .2s;
}
footer .text.info a:hover svg {
transform: rotate(-20deg);
}
footer .text.info a:hover svg .circle {
fill: #e4e4e4;
}
footer .text.info a:hover span {
color: #e4e4e4;
}
.contactMap {
display: flex;
flex-direction: column;
gap: 40px;
}
.contactMap .box iframe {
border-radius: 20px;
box-shadow: var(--shadow);
}
.contactMap .box {
width: 100%;
position: relative;
display: flex;
align-items: center;
}
.contactMap .box .contactUs {
position: absolute;
width: 40%;
padding: 60px;
left: 8%;
border-radius: 20px;
background-color: var(--white);
box-shadow: var(--shadow);
}
.contactMap .box .contactUs h1 {
font-size: 40px;
}
.contactMap .box .contactUs p {
margin-top: 30px;
margin-bottom: 40px;
}
.contactMap .infoBox {
display: flex;
flex-direction: row;
gap: 40px;
}
.contactMap .infoBox .content {
width: calc(100% / 3);
border-radius: 20px;
padding: 50px 40px;
background-color: var(--white);
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.contactMap .infoBox .content span {
font-family: 'Outfit', Tahoma;
font-size: 22px;
font-weight: 700;
margin-top: 24px;
margin-bottom: 12px;
}
.contactMap .infoBox .content svg {
transition: .2s;
}
.contactMap .infoBox .content:hover svg {
transform: rotate(-20deg);
}
.ourServices .bannerBox img {
border-radius: 20px;
box-shadow: var(--shadow);
width: 100%;
}
.ourServices .box h2,
.ourServices .box h3,
.ourServices .box h4,
.ourServices .box h5,
.ourServices .box h6 {
font-size: 26px;
line-height: 160%;
}
.ourServices .box {
margin: 100px 8.3%;
display: flex;
flex-direction: column;
gap: 60px;
}
.ourServices .box .onlyTextBox,
.ourServices .box .listTextBox {
display: flex;
flex-direction: column;
gap: 40px;
}
.ourServices .box .listTextBox ul {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.ourServices .box .listTextBox ul li {
width: 50%;
}
.ourServices .box .listImgBox {
display: flex;
flex-direction: row;
gap: 60px;
}
.ourServices .box .listImgBox .content {
width: 50%;
}
.ourServices .box .listImgBox .content.infoText {
display: flex;
flex-direction: column;
justify-content: center;
gap: 40px;
}
.ourServices .box .listImgBox .content img {
width: 100%;
border-radius: 20px;
box-shadow: var(--shadow);
}
.ourServices .btnActions {
margin: 0px 8.3%;
display: flex;
justify-content: space-between;
gap: 40px;
}
.ourServices .btnActions .content {
display: flex;
align-items: center;
width: calc(50% - 20px);
}
.ourServices .btnActions .content .btn {
justify-content: center;
}
.ourServices .btnActions .content .link {
padding: 12px 0px;
padding-left: 24px;
font-family: 'Outfit', Tahoma;
font-size: 18px;
font-weight: 700;
}
.aboutUs {
display: flex;
flex-direction: column;
gap: 120px;
}
.aboutUs .box {
display: flex;
flex-direction: row;
gap: 60px;
}
.aboutUs .box .infoBox {
width: calc(100% / 3 - 30px);
display: flex;
flex-direction: column;
gap: 60px;
}
.aboutUs .box .infoBox .textBox {
display: flex;
flex-direction: column;
gap: 30px;
}
.aboutUs .box img {
width: calc(100% / 3 * 2 - 30px);
border-radius: 20px;
box-shadow: var(--shadow);
object-fit: cover;
}
.aboutUs .box.reverse {
flex-direction: row-reverse;
}
#wpcf7-f27-o1 {
display: flex;
flex-direction: column;
width: 100%;
}
.form-input {
width: 70%;
height: 52px;
padding: 0px 24px;
background: var(--main-bg);
border-radius: 8px;
font-size: 18px;
}
.form-submit {
display: flex;
border-radius: 8px;
background-color: var(--main-color);
height: 60px;
padding: 0px 24px;
text-transform: uppercase;
font-family: 'Outfit', Tahoma;
justify-content: center;
margin: auto;
font-size: 16px;
font-weight: 700;
color: var(--white);
letter-spacing: 0.5px;
}
.input p label {
display: block;
font-size: 20px;
}
.wpcf7-not-valid-tip {
margin-top: 12px;
}
.wpcf7 form .wpcf7-response-output {
margin: 0px;
border: 3px solid var(--main-color);
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
color: var(--main-color);
font-weight: 700;
text-align: center;
line-height: 160%;
padding: 12px 24px;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: var(--main-color);
}
.colorMain {
color: var(--main-color);
}@font-face {
font-family: 'Outfit';
src: url(//dieselstart52.ru/wp-content/themes/dieselstart/fonts/Outfit-VariableFont_wght.ttf);
}
@font-face {
font-family: 'Inter';
src: url(//dieselstart52.ru/wp-content/themes/dieselstart/fonts/Inter-VariableFont_slnt\,wght.ttf);
} :root {
--main-color: #215FFF; --main-bg: #F4F4F4;
--main-text: #1B192A;
--text: #514f61;
--white: #ffffff;
--btn-hover: #2c87ff;
--text-hover: #4898ff;
--shadow: 0px 6px 25px 0px rgba(125, 69, 255, 0.06);
} html { box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
font-family: 'Inter';
}
body {
margin: 0;
padding: 0;
background-color: var(--main-bg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Outfit', Tahoma;
margin: 0;
font-size: 50px;
color: var(--main-text);
word-break: break-word;
line-height: 136%; z-index: 2;
font-weight: 700;
}
p, ul li {
font-family: 'Inter', Tahoma;
margin: 0;
font-style: normal;
font-size: 18px;;
font-weight: 500;
line-height: 160%; color: var(--text);
}
ul {
margin: 0;
padding-inline-start: 20px;
}
ul li {
padding-left: 10px;
margin-bottom: 20px;
list-style-type: auto;
}
ul li:last-child {
margin-bottom: 0px;
}
div {
display: block;
}
input, button, textarea {
border: none;
outline: none;
background: none;
outline: none !important;
user-select: none; }
input, textarea {
resize: none;
}
hr{
margin: 0;
border: none;
float: left; }
img {
vertical-align: middle;
}
a {
color: var(--main-text);
text-decoration: none;
transition: .2s;
}
a:hover {
color: var(--main-color);
}@media (max-width: 1023.98px) { .container {
padding: 80px 40px;
}
header .text.menuDesktop {
display: none;
}
header {
padding: 0px 40px;
}
.helpSvgSlider .rhombs {
left: 40px;
bottom: 40px;
}
.helpSvgSlider .arrow {
right: 40px;
bottom: 40px;
}
.helpSvg {
top: 80px;
right: 40px;
}
.stats div span {
font-size: 100px;
}
.stats div p {
font-size: 16px;
}
.stats div {
padding: 0px 10px;
}
.helpSvgSlider .arrow, .helpSvg svg, .blockDivision .helpSvg svg, .btnHelpSvg {
width: 60px;
height: 60px;
}
.helpSvg .rhombs svg, .helpSvgSlider .rhombs svg, .topImg .box .contentBoxRight .rhombs svg, .helpSvg .rhombs svg {
width: 30px;
height: 30px;
}
.imgBoxContent .content {
flex-direction: column;
gap: 60px;
padding: 0px 48px;
}
.imgBox {
width: 100%;
}
.infoBox {
width: 100%;
}
.blockNews .content .text {
padding-top: 60px;
}
.newsBox {
width: 100%;
height: 480px;
}
.newsBox p {
padding: 48px;
font-size: 20px;
}
.blockFeedback .content {
width: 70%;
}
footer {
height: 140px;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column;
}
.slider {
height: 520px;
}
.slider .s1 {
background-size: cover;
}
.helpSvgFeed.rightBottom {
width: 50px;
}
.helpSvgFeed.left, .helpSvgFeed.right {
width: 50px;
}
.blockContact, .blockNewsPage {
padding-top: 160px;
}
.blockContact .content .text, .blockNewsPage .content .text {
padding-top: 60px;
}
.blockContact .helpSvg, .blockNewsPage .helpSvg {
top: 160px;
}
.contactBox {
width: 100%;
padding: 48px;
}
.contactInfo {
gap: 30px;
}
.contactInfo .infoBox a, .contactInfo .infoBox span {
font-size: 18px;
}
.contactBox {
gap: 60px;
}
.contactInfo p {
font-size: 18px;
}
footer .info a span, footer .copyright {
font-size: 16px;
}
header .text {
font-size: 18px;
}
.topImg {
height: 100%;
}
.topImg .box {
padding: 160px 80px 80px 80px;
background-size: cover !important;
}
.blockTxt.blockDivision .content .text {
padding-top: 60px;
}
.blockTxt.blockDivision .content .text {
row-gap: 30px;
}
.blockDivision.blockContactHelp .content .box {
width: calc(50% - 24px);
}
.btnHelpBox {
padding-top: 60px;
}
.btnHelpSvg {
bottom: 80px;
right: 40px;
}
.map {
height: 320px;
}
.menuMobileSVG {
display: block;
}
}
@media (max-width: 767.98px) { h1, h2, h3, h4, h5, h6 {
font-size: 32px;
}
.topBoxImg {
display: flex;
flex-direction: column;
}
.topImg .box .contentBoxLeft {
width: 100%;
}
.topImg .box .contentBoxRight {
width: 100%;
}
.topImg .box .contentBoxRight .rhombs {
display: none;
}
header .text {
font-size: 16px;
gap: 24px;
}
.blockTxt .content .text p {
font-size: 14px;
padding-right: 24px;
}
.blockTxt.blockDivision .content .text {
row-gap: 30px;
}
.blockTxt .content {
padding-left: 48px;
padding-right: 0;
}
.helpSvg {
opacity: 0.5 !important;
}
.btnHelpSvg {
display: none;
}
.map {
height: 280px;
}
.topImg .box {
gap: 40px;
}
.topImgText {
gap: 15px;
}
.topBoxImg {
gap: 15px;
}
.blockDivisionImages .content .images .i1,
.blockDivisionImages .content .images .i2,
.blockDivisionImages .content .images .i3 {
width: 100%;
}
.blockFeedback .content .form .labels .input {
display: flex;
width: 100%;
gap: 20px;
flex-direction: column;
}
.blockFeedback .content .form .labels .input input,
.blockFeedback .content .form .labels .input textarea {
width: 100%;
}
.blockFeedback .content {
width: 80%;
}
.blockFeedback .content .form .labels {
gap: 15px;
}
.blockFeedback .content .top p {
font-size: 16px;
}
.blockFeedback .content {
gap: 45px;
}
footer {
height: 100%;
display: flex;
justify-content: space-evenly;
flex-direction: column;
gap: 24px;
padding: 32px 40px;
}
footer .info {
gap: 24px;
}
footer .info a span, footer .copyright {
font-size: 14px;
}
footer .info a svg {
width: 20px;
height: 20px;
}
.stats div span {
font-size: 84px;
}
.slider .s1 h1 {
font-size: 84px;
}
.dopSlider .s1 h1 {
font-size: 64px;
}
.slider .s1 .i {
font-size: 75px;
}
.slider .s1 {
gap: 15px;
}
.slider .s1 p {
font-size: 22px;
}
.slider .s1 .ii {
font-size: 21px;
}
.imgBoxContent .content {
padding: 0px 48px;
}
.stats div {
gap: 20px;
}
.topImg .box .blockTitle h1 .i {
font-size: 28px;
}
.blockTxt.blockDivision .content .text {
flex-direction: column;
flex-wrap: wrap;
}
.blockTxt.blockDivision .content .box {
width: 100%;
}
.blockTxt .content .text p {
font-size: 16px;
}
.phone {
display: none;
}
header .text.info a svg {
width: 24px;
height: 24px;
}
.mainLogoBlocks {
width: 240px;
}
.products {
padding-right: 48px;
}
.products .product {
width: 100%;
}
.ourServices .btnActions {
gap: 14px;
flex-direction: column;
}
.ourServices .btnActions .content {
width: 100%;
}
.btnActions .content .btn {
width: fit-content;
padding: 0px;
}
}
@media (max-width: 519.98px) { h1, h2, h3, h4, h5, h6 {
font-size: 24px;
}
.container {
padding: 60px 30px;
}
header {
padding: 0px 30px;
}
p {
font-size: 14px;
}
.stats {
gap: 60px;
flex-direction: column;
}
.stats div {
gap: 10px;
}
.blockTitle svg {
left: -24px;
width: 12px;
height: 12px;
}
.blockTxt .content {
padding-left: 24px;
}
.helpSvg {
opacity: 0.3 !important;
}
.helpSvg {
top: 60px;
right: 30px;
}
.stats div span {
font-size: 110px;
}
.stats div p {
font-size: 20px;
}
.helpSvgSlider .rhombs {
left: 30px;
bottom: 30px;
}
.helpSvgSlider .arrow {
right: 30px;
bottom: 30px;
}
.slider {
height: 85vh;
}
.helper span {
word-spacing: 10px;
}
.imgBoxContent .content {
padding-right: 0px;
}
.imgBox img {
padding-right: 24px;
}
.blockTxt .content .text {
gap: 30px;
}
.blockNews .content .blockTitle h4 {
padding-left: 24px;
}
.newsBox p {
padding: 24px;
font-size: 16px;
}
.newsBox {
height: 260px;
}
.btn {
height: 52px;
padding: 0px 24px;
gap: 12px;
}
.btn svg {
width: 28px;
}
.blockFeedback .content {
width: 100%;
padding: 0px 24px;
}
.helpSvgFeed.rightBottom {
width: 36px;
}
.helpSvgFeed.left, .helpSvgFeed.right {
width: 36px;
}
footer {
align-items: flex-start;
flex-direction: column-reverse;
gap: 40px;
padding: 40px 30px;
}
footer .info {
flex-direction: column-reverse;
}
footer .info a span, footer .copyright {
font-size: 16px;
line-height: 160%;
}
.noneInfoDesktop {
display: block;
}
.blockTxt .content .text p {
line-height: 180%;
}
.blockTxt .content .text p {
font-size: 14px;
}
.blockTxt .content .text p {
padding-right: 0;
}
.blockFeedback .content .form .labels .input label {
width: 100%;
}
.blockContact, .blockNewsPage {
padding-top: 160px;
}
.wpcf7-response-output {
font-size: 14px;
}
.btnBox {
padding-top: 40px;
}
.blockNews .content .text {
gap: 30px;
}
.blockContact .content .blockTitle h1,
.blockNewsPage .content .blockTitle h1{
padding-left: 24px;
}
.contactBox {
padding: 30px;
}
.contactBox {
gap: 30px;
}
.contactInfo .infoBox a, .contactInfo .infoBox span {
font-size: 14px;
}
.contactInfo .infoBox svg {
width: 20px;
height: 24px;
}
.contactInfo .infoBox {
gap: 18px;
}
.contactInfo .infoBox a, .contactInfo .infoBox span {
width: calc(100% - 42px);
}
.contactInfo {
gap: 20px;
}
.contactInfo p {
font-size: 14px;
}
.topImg .box {
padding: 160px 30px 80px 54px;
}
.topImgText {
gap: 20px;
}
.topBoxImg {
gap: 20px;
}
.topImgText p {
line-height: 180%;
}
.topImg .box .contentBoxRight p {
line-height: 180%;
}
.blockTxt.blockDivision .content .box svg {
left: -24px;
width: 12px;
height: 12px;
}
.blockTxt .content .text p {
font-size: 16px;
}
.blockDivision.blockContactHelp .content .box {
padding-left: 18px;
}
.blockTxt.blockDivision.blockContactHelp .content .box svg {
left: -24px;
width: 24px;
height: 24px;
}
.blockDivision.blockContactHelp .content .box {
width: 100%;
min-height: 24px;
display: flex;
align-items: center;
}
.blockTxt .content .text p {
font-size: 16px;
}
.btnHelpBox {
padding-top: 40px;
}
.closeMobileMenu {
top: 30px;
right: 30px;
}
.blockNewsPage.newSingle .content .blockTitle h1 {
font-size: 24px;
}
.dopSlider .s1 h1 {
font-size: 52px;
}
.mainLogoBlocks {
width: 200px;
}
.products {
padding-right: 24px;
}
}
@media (max-width: 424.98px) { .logo svg {
width: 80px;
}
header .text {
gap: 18px;
}
header .text.info a svg {
width: 20px;
height: 20px;
}
.newsBox {
height: 210px;
}
.newsBox p {
padding: 14px;
}
.menuMobileSVG {
width: 26px;
height: 26px;
margin-left: 12px;
}
.blockNewsPage.newSingle .content .blockTitle h1 {
font-size: 18px;
}
.dopSlider .s1 h1 {
font-size: 48px;
}
.products {
padding-right: 24px;
}
.products .product .pInfo h4 {
font-size: 20px;
}
.blockTxt .content .text p, .products .product .btn span {
font-size: 14px;
}
}
@media (max-width: 374.98px) { .newsBox {
height: 190px;
}
.newsBox p {
padding: 14px;
font-size: 14px;
}
header .text.info a.mailBox {
display: none;
}
header .text {
gap: 16px;
}
.menuMobileSVG {
margin-left: 14px;
}
.mainLogoBlocks {
width: 180px;
}
}
@media (max-width: 1599.98px) { h1, h2, h3, h4, h5, h6 {
font-size: 42px;
}
.banner .triangle {
height: 65%;
width: auto;
}
.contactMap .box .contactUs h1 {
font-size: 30px;
}
.order .box {
width: 60%;
}
.aboutUs .box img {
width: calc(60% - 30px);
}
.aboutUs .box .infoBox {
width: calc(40% - 30px);
}
.chooseUs .box .stats .content .infoBox span {
font-size: 52px;
}
.faq .box .absolute {
width: 130%;
left: -402px;
}
}
@media (max-width: 1399.98px) { h1, h2, h3, h4, h5, h6 {
font-size: 36px;
}
p, ul li {
font-size: 16px;
}
.banner .triangle {
height: 50%;
width: auto;
}
header, .banner, footer {
padding: 0px 120px;
}
.container {
padding: 120px 120px;
}
header .text.info span {
font-size: 16px;
}
header .text.info a svg {
width: 32px;
height: 32px;
}
.services .box.table .content .onlyText a {
font-size: 28px;
}
.logo svg {
width: 200px;
}
.banner .img .absolute {
top: 15%;
}
.banner .img .absolute img {
width: 200%;
}
.contactMap .box .contactUs h1 {
font-size: 26px;
}
.contactMap .infoBox .content span {
font-size: 20px;
}
.chooseUs .box .stats .content .infoBox span {
font-size: 44px;
}
.chooseUs .box .stats .content .infoBox p {
font-size: 20px;
}
}
@media (max-width: 1279.98px) { header, .banner, footer {
padding: 0px 80px;
}
.container {
padding: 100px 80px;
}
header .text {
font-size: 14px;
gap: 20px;
}
header .text.info span {
font-size: 14px;
}
header .text .menuBurgBox .miniMenu a {
padding: 14px 28px;
font-size: 14px;
}
.order .box {
width: 65%;
}
footer {
height: auto;
flex-direction: column;
padding: 40px 60px;
gap: 30px;
}
.logo svg {
width: 220px;
}
.services .box.table {
gap: 40px;
}
.services .box.table .content {
width: calc(50% - 20px);
}
.faq .box .burg .content .infoBox span {
font-size: 20px;
}
.order .box .action {
margin-top: 40px;
}
.ourServices .box {
margin: 80px 8.3%;
}
.aboutUs .box img {
width: calc(50% - 30px);
}
.aboutUs .box .infoBox {
width: calc(50% - 30px);
}
.faq .box .absolute {
width: 145%;
left: -440px;
}
}
@media (max-width: 1129.98px) { .faq .box .absolute {
width: 150%;
left: -420px;
}
}
@media (max-width: 1023.98px) { header, .banner, footer {
padding: 0px 60px;
}
.container {
padding: 100px 60px;
}
.banner {
flex-direction: column-reverse;
height: auto;
}
.banner .triangle {
height: auto;
width: 40%;
}
.banner .info {
width: 100%;
margin-top: 160px;
margin-bottom: 100px;
z-index: 666;
}
.banner .img {
width: 90%;
position: absolute;
height: 100%;
z-index: 100;
opacity: 0.22;
top: -15px;
}
.banner .img .absolute img {
width: 100%;
}
.banner .img .absolute {
top: 160px;
}
.banner .img .absolute img {
margin-top: 0px;
margin-left: 24%;
}
.chooseUs {
flex-direction: column;
gap: 80px;
}
.chooseUs .box {
width: 100%;
}
.chooseUs .box.stats {
flex-direction: column-reverse;
gap: 80px;
}
.chooseUs .box .stats {
flex-direction: row;
}
.chooseUs .box .stats .content .infoBox span {
margin-top: 10px;
}
.services .box.table {
flex-direction: column;
}
.services .box.table .content {
width: 100%;
}
.services {
gap: 80px;
}
.faq .box {
width: 100%;
}
.faq .box.noneMobile {
display: none;
}
.order .box {
width: 100%;
}
footer {
padding: 40px 60px;
}
footer .text a .phone {
display: block;
}
footer .info a span, footer .copyright {
font-size: 16px;
text-align: center;
line-height: 160%;
}
.closeMobileMenu {
right: 60px;
}
.stats div {
gap: 0px;
}
.ourServices .box {
margin: 80px 0px;
}
.ourServices .box .listImgBox,
.ourServices .box .listTextBox ul,
.contactMap .infoBox {
flex-direction: column;
}
.ourServices .box .listImgBox .content,
.ourServices .box .listTextBox ul li {
width: 100%;
}
.ourServices .box h2, .ourServices .box h3, .ourServices .box h4, .ourServices .box h5, .ourServices .box h6 {
font-size: 30px;
}
.contactMap .infoBox .content {
width: 100%;
padding: 80px 40px;
}
.contactMap .infoBox .content span {
font-size: 28px;
margin-top: 30px;
margin-bottom: 15px;
}
.contactMap .infoBox .content p {
font-size: 20px;
}
.contactMap .infoBox .content svg {
width: 80px;
height: 80px;
}
.contactMap {
gap: 80px;
}
.contactMap .box {
flex-direction: column-reverse;
gap: 40px;
}
.contactMap .box .contactUs {
position: relative;
width: 100%;
left: 0px;
}
.contactMap .box .contactUs h1 {
font-size: 32px;
}
.btn * {
height: 56px;
padding: 12px 24px;
}
.contactMap .box iframe {
max-height: 320px;
}
.aboutUs .box,
.aboutUs .box.reverse {
flex-direction: column;
}
.aboutUs .box .infoBox,
.aboutUs .box img {
width: 100%;
}
.aboutUs .box .infoBox {
gap: 40px;
}
.aboutUs {
gap: 80px;
}
.ourServices .btnActions {
margin: 0px;
}
.form-submit {
height: 56px;
padding: 12px 24px;
}
}
@media (max-width: 639.98px) { header, .banner, footer {
padding: 0px 40px;
}
.container {
padding: 60px 40px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 28px;
}
p, ul li {
line-height: 180%;
}
.banner .img {
width: 120%;
}
.order .box {
padding: 60px 40px;
}
.order .box .action {
margin-top: 40px;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
gap: 20px;
}
footer {
padding: 40px 60px;
}
.ourServices .box {
margin: 60px 0px;
gap: 40px;
}
.ourServices .box h2, .ourServices .box h3, .ourServices .box h4, .ourServices .box h5, .ourServices .box h6 {
font-size: 28px;
}
.services .box.table .content .onlyText a {
font-size: 24px;
}
.btn * {
height: 52px;
}
.faq .box h4 {
margin-bottom: 40px;
}
.contactMap {
gap: 60px;
}
.contactMap .infoBox, .contactMap .box {
gap: 20px;
}
.contactMap .infoBox .content svg {
width: 60px;
height: 60px;
}
.contactMap .infoBox .content {
padding: 60px 40px;
}
footer .text.info span {
font-size: 16px;
}
.banner .img {
width: 110%;
}
.faq .box .burg {
gap: 20px;
}
.chooseUs .box .stats .content .infoBox span {
font-size: 36px;
}
.chooseUs .box .stats .content .infoBox p {
font-size: 18px;
}
.closeMobileMenu {
top: 40px;
right: 40px;
}
.form-submit {
height: 52px;
}
}
@media (max-width: 539.98px) { header, .banner, footer {
padding: 0px 30px;
}
.container {
padding: 60px 30px;
}
.banner .triangle {
display: none;
}
header .text.info a svg .circle {
fill: var(--main-color);
}
header .text.info a svg .path {
fill: var(--white);
}
.menuMobileSVG {
margin-left: 10px;
fill: var(--main-text);
}
.banner .img {
width: 125%;
top: 0px;
}
.banner .img .absolute img {
margin-left: 30%;
}
.banner .info .action {
flex-direction: column;
}
.btn {
align-items: center;
justify-content: center;
width: 100%;
}
.btn a {
width: 100%;
display: flex;
justify-content: center;
}
.banner .info {
margin-bottom: 60px;
}
.services .box.table {
gap: 20px;
}
.services .box.table .content {
padding: 30px;
}
.services .box.table .content .onlyText {
gap: 30px;
}
.order .box {
padding: 30px;
}
footer {
padding: 40px 40px;
align-items: flex-start;
gap: 20px;
}
footer .info a span, footer .copyright {
text-align: left;
}
.banner .info .textBox {
gap: 40px;
}
.chooseUs .box .textBox, .services .box.info .textBox {
gap: 30px;
}
.chooseUs .box .miniBanner.mg_top {
margin-top: 60px;
}
.chooseUs {
gap: 60px;
}
.chooseUs .box.stats {
gap: 60px;
}
.faq .box h4 {
margin-bottom: 30px;
text-align: center;
}
.order .box .action {
margin-top: 30px;
}
.contactMap .box .contactUs h1 {
font-size: 28px;
text-align: center;
}
.contactMap .box .contactUs p {
text-align: center;
}
.contactMap .box .contactUs {
padding: 30px;
}
.contactMap .infoBox .content span {
font-size: 20px;
}
.contactMap .infoBox .content p {
font-size: 18px;
}
.contactMap .infoBox .content {
padding: 40px;
}
.services .box.table .content .onlyText a {
line-height: 160%;
}
.closeMobileMenu {
top: 50px;
right: 30px;
}
.btnActions .content .btn a {
padding: 12px 24px;
}
.ourServices .btnActions .content .link {
padding: 0px;
padding-left: 24px;
}
.form-submit {
width: 100%;
display: flex;
justify-content: center;
}
.input p label {
display: block;
font-size: 18px;
}
.form-input {
width: 100%;
font-size: 16px;
font-weight: 500;
}
}
@media (max-width: 424.98px) { h1, h2, h3, h4, h5, h6 {
font-size: 22px;
}
p, ul li {
font-size: 14px;
}
.btn * {
font-size: 14px;
}
.logo svg {
width: 190px;
}
header .text {
gap: 10px;
}
.services .box.table .content .onlyText a {
font-size: 20px;
}
.faq .box .burg .content .infoBox span {
font-size: 18px;
}
.faq .box .burg .content .infoBox .spoiler p, .faq .box .burg .content .infoBox .spoiler ul li {
font-size: 14px;
}
.order .box .action {
gap: 10px;
}
.banner .info .action {
gap: 10px;
}
.ourServices .box h2, .ourServices .box h3, .ourServices .box h4, .ourServices .box h5, .ourServices .box h6 {
font-size: 20px;
}
.contactMap .box .contactUs h1 {
font-size: 22px;
}
.btn * {
padding: 0;
}
.contactMap .box iframe {
max-height: 220px;
}
.contactMap .infoBox .content span {
font-size: 18px;
}
.contactMap .infoBox .content p {
font-size: 16px;
}
.contactMap .infoBox .content svg {
width: 48px;
height: 48px;
}
.chooseUs .box .stats .content .infoBox span {
font-size: 32px;
}
.chooseUs .box .stats {
flex-direction: column;
align-items: center;
gap: 40px;
}
.chooseUs .box .stats .content {
width: 100%;
}
.form-input {
font-size: 14px;
}
.form-submit {
font-size: 14px;
}
.input p label {
font-size: 16px;
}
}