/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='checkbox'],
[type='radio'],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  background: 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
::-moz-selection {
  background: #ffca3a;
}
::selection {
  background: #ffca3a;
}
b,
h2 {
  font-weight: 700;
}
body,
html {
  height: 100%;
}
body,
p,
span {
  font-weight: 400;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  font-size: 18px;
}
h2 {
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}
p,
span {
  font-size: 22px;
  line-height: 26px;
}
.wrapper {
  max-width: 1940px;
  margin: 0 auto;
}
.header__nav nav a,
.hovered {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.header__nav nav a:hover,
.hovered:hover {
  opacity: 0.7;
}
.container {
  z-index: 2;
  width: 1320px;
  margin: 0 auto;
}
header {
  background: url(/wp-content/themes/sunnydim/public/assets/img/header-bg.jpeg)
    no-repeat #fff;
  background-size: cover;
  background-position: center;
}
.container,
.header-image,
header {
  position: relative;
}
.header-image img {
  position: absolute;
}
.header-image#clouds {
  z-index: 2;
  bottom: 125px;
  left: 0;
  width: 100%;
}
.header-image#house {
  z-index: 3;
  bottom: 125px;
  right: 0;
  width: 40%;
}
.header__inner {
  height: 100vh;
  max-height: 1050px;
  display: grid;
  grid-template-rows: 100px 1fr 100px;
}
.header__logo {
  width: 200px;
}
.header__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__nav nav {
  gap: 35px;
}
.header__content,
.header__nav,
.header__nav nav,
.header__phone,
.header__phone div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-weight: 700;
}
.header__content,
.header__phone div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__phone div {
  gap: 10px;
}
.header__phone img {
  height: 36px;
  width: 36px;
}
.header__phone span {
  font-weight: inherit;
}
.header__main {
  position: relative;
}
.header__content {
  width: 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__content h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
}
.header__content h1 span {
  font-weight: inherit;
  font-size: inherit;
  color: #ffca3a;
}
.header__content p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 27px;
  line-height: 38px;
}
.header__content button {
  padding: 0;
  width: 360px;
  margin-top: 50px;
  position: relative;
}
.header__content button span {
  position: absolute;
  left: 46%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 27px;
  line-height: 45px;
}
.complects__slider .swiper-slide div,
.header__content button img {
  width: 100%;
}
.header__bottom {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
}
.header__bottom,
.header__bottom li,
.tariff__ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__bottom li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.header__bottom li::before {
  content: '';
  display: block;
  height: 26px;
  width: 26px;
  background: #ffca3a;
}
.tariff {
  padding: 20px 0 140px;
  background: #fff;
}
.tariff h2 {
  margin-bottom: 50px;
  padding-top: 60px;
}
.tariff h2 span {
  font-weight: inherit;
  font-size: inherit;
  color: #28b869;
}
.tariff__ps {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tariff__ps p {
  padding: 15px 0;
  width: 45%;
}
.complects__callback span,
.tariff__ps::after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tariff__ps::after {
  content: '';
  height: 100%;
  background: #000;
  opacity: 0.5;
  width: 1px;
  left: 50%;
  top: 50%;
}
.tariff__numbers {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tariff__numbers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.tariff__numbers-item b {
  font-weight: 700;
  font-size: 60px;
  color: #ffc033;
}
.prefers {
  padding: 60px 0;
  background: url(/wp-content/themes/sunnydim/public/assets/img/prefers-bg.png)
    no-repeat #ffca3a;
  background-size: cover;
}
.prefers h2 {
  margin-bottom: 120px;
  color: #fff;
}
.prefers__list {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.prefers__item {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 26px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 26px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.prefers__item img {
  width: 160px;
}
.prefers__item b {
  color: #000;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.prefers__item p {
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.6;
}
.complects__nav,
.prefers__item,
.prefers__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prefers__item div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  gap: 10px;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.complects {
  background: #fff;
  padding: 60px 0;
  background: url(/wp-content/themes/sunnydim/public/assets/img/mountains.jpg)
    no-repeat;
  background-size: cover;
  background-position: center;
}
.complects__inner h2 {
  width: 60%;
  margin: 0 auto 60px;
}
.complects__slider .swiper-scrollbar {
  top: 5px;
  bottom: auto;
  height: 3px !important;
  width: 100%;
  background: #000;
}
.complects__slider .swiper-scrollbar-drag {
  margin-top: -2px;
  height: 7px;
  background: #fdd640;
}
.complects__slider .swiper-wrapper {
  padding-top: 80px;
}
.complects__slider .swiper-slide {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.complects__slider .swiper-slide p {
  margin-bottom: 35px;
}
.complects__nav {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 5px;
}
.complects__nav button,
.pricing__item div span b {
  font-weight: 700;
}
.complects__nav button.active {
  pointer-events: none;
  cursor: default;
}
.complects__callback {
  position: relative;
  width: 400px;
  padding: 0;
}
.complects__callback img {
  width: 100%;
}
.complects__callback span {
  width: 100%;
  left: 42%;
  top: 48%;
  font-size: 20px;
}
.pricing {
  padding: 80px 0;
  background: #fff;
}
.pricing h2 {
  width: 50%;
  margin: 0 auto;
}
.pricing__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.pricing__item,
.pricing__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.pricing__item img {
  height: 320px;
  width: 320px;
  -o-object-fit: contain;
  object-fit: contain;
}
.pricing__item div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.pricing__item div .power {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: rgba(255, 202, 58, 0.75);
}
.pricing__item div span {
  line-height: 1.3;
}
.equipment {
  padding: 80px 0;
  background: #f9f9f9;
}
.equipment h3 {
  margin-top: 20px;
  text-align: center;
}
.equipment h3 span {
  font-weight: inherit;
  font-size: inherit;
  color: #ffca3a;
}
.equipment__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.equipment__list img,
.team__swiper .swiper-slide img {
  width: 100%;
}
.aboutus {
  padding: 60px 0;
  background: #fff;
}
.aboutus__title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.aboutus__title b,
.equipment h3 {
  font-weight: 700;
  font-size: 30px;
}
.aboutus__title span {
  color: #7a7a7a;
}
.aboutus__ps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.aboutus__ps > div {
  position: relative;
  padding-top: 30px;
  word-break: break-word;
  text-align: justify;
}
.aboutus__ps > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #7a7a7a;
}
.aboutus__ps > div p,
.aboutus__ps > div span,
.aboutus__ps > div ul {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: left;
}
.aboutus__ps > div ul {
  padding-left: 25px;
  list-style-type: disc;
}
.work-process {
  position: relative;
  padding: 60px 0 130px;
  background: url(/wp-content/themes/sunnydim/public/assets/img/work-bg.jpg)
    no-repeat #f9f9f9;
  background-size: cover;
  background-position: center top;
}
.equipment h3,
.work-process h2 {
  margin-bottom: 80px;
}
.work-process__grid {
  z-index: 2;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 22%;
  gap: 22px;
}
.work-process__left-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}
.work-process__left-top-grid {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 22px;
}
.work-process__left-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 58%;
  gap: 22px;
}
.work-process__item {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.work-process__item img {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.work-process__item div,
.work-process__side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
}
.work-process__item div {
  gap: 50px;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work-process__item div b {
  font-size: 24px;
}
.work-process__item div span {
  font-size: 20px;
}
.work-process__side-item {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.work-process__side-item img {
  width: 200px;
}
.working-process__bg-element {
  z-index: 1;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 250px;
}
.projects,
section.faq {
  padding: 60px 0;
  background: #fff;
}
.projects h2 {
  margin-bottom: 60px;
}
.projects iframe {
  margin: 0 auto;
}
.projects__inner,
.team__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.projects__video {
  width: 960px;
  height: 530px;
  margin: 0 auto;
}
.team {
  padding: 60px 0;
  background: #f9f9f9;
}
.faq li.q,
.team__inner {
  position: relative;
}
.team__swiper {
  margin: 50px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.team__swiper .swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.modal h2,
.team__swiper .swiper-slide b {
  font-size: 32px;
}
.team__swiper .swiper-slide span {
  color: #575757;
}
.faq li.q::after,
.team-control {
  position: absolute;
  right: -15%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-control img,
div.scrollup {
  width: 80px;
  cursor: pointer;
}
.swiper-button-prev-team {
  left: -10%;
  right: auto;
}
.swiper-button-prev-team img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.faq {
  min-height: 600px;
}
section.faq h2 {
  margin-bottom: 40px;
}
.faq li {
  padding: 1.25em;
}
.faq li.q {
  margin-top: 40px;
  font-weight: 700;
  font-size: 120%;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}
.faq li.q::after {
  content: '+';
  right: 0;
  height: 50px;
  width: 50px;
  font-size: 50px;
  font-weight: 500;
  border-radius: 50%;
  background: #ffca3a;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq li.q.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq li.a {
  background: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.modal {
  border-radius: 5px;
}
.modal h2 {
  line-height: 1.1;
  width: 60%;
  margin: 30px auto 0;
}
.modal p {
  font-size: 16px;
  line-height: 1.2;
  width: 75%;
  margin: 10px auto;
  text-align: center;
}
.modal form,
.modal form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 30px 0;
}
.modal form input {
  width: 100%;
  padding: 18px 20px;
  background: #e7e6e6;
  color: #969696;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
}
.modal form button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  padding: 16px 25px;
  background: #ffca3a;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.modal a.close-modal {
  top: 12.5px;
  right: 12.5px;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.faq li.a,
.work-process__grid.adaptated {
  display: none;
}
.blocker {
  z-index: 99;
}
.map {
  height: 800px;
}
div.scrollup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 48px;
  width: 48px;
  -webkit-box-shadow: 0 4px 6px -4px rgba(24, 39, 75, 0.12),
    0 8px 8px -4px rgba(24, 39, 75, 0.04);
  box-shadow: 0 4px 6px -4px rgba(24, 39, 75, 0.12),
    0 8px 8px -4px rgba(24, 39, 75, 0.04);
  border-radius: 40px;
  background-color: #fff;
  display: block;
  font-size: 45px;
  text-align: center;
  padding: 10px;
  background: #efca65;
  color: #fff;
  z-index: 97;
}
.burger {
  z-index: 98;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.burger span,
.mob-navigation__inner button span {
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
}
.mob-navigation,
.mob-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.mob-navigation {
  z-index: 9999;
  top: 0;
  right: -200vw;
  height: 100vh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: fixed;
  width: 100%;
}
.mob-navigation.active {
  right: 0;
}
.mob-navigation__inner {
  position: relative;
  height: 100%;
  width: 65%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 20px;
  font-size: 25px;
  gap: 20px;
  background: #000;
}
.mob-navigation__inner button {
  position: absolute;
  top: 15px;
  right: 30px;
  height: 20px;
  width: 20px;
}
.mob-navigation__inner button span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob-navigation__inner button span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
.mob-house {
  display: none;
}
.complects__slider .swiper-slide .green {
  color: #28b869;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .team__inner {
    width: 70%;
    margin: 0 auto;
  }
  .team-control img {
    width: 50px;
  }
  .team-control {
    right: -12%;
  }
  .swiper-button-prev-team {
    left: -7%;
    right: auto;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1140px;
  }
  body,
  p,
  span {
    font-weight: 400;
  }
  body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
  }
  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  p,
  span {
    font-size: 18px;
    line-height: 22px;
  }
  .header__inner {
    height: 100vh;
    display: grid;
    grid-template-rows: 65px 1fr 50px;
  }
  .header__logo {
    width: 150px;
  }
  .header__content h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .header__content p {
    width: 70%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .header__content button {
    width: 265px;
    margin-top: 15px;
    position: relative;
    padding: 0;
  }
  .header__content button span {
    font-size: 20px;
  }
  .header__bottom,
  .work-process__item div span {
    font-size: 18px;
  }
  .header__bottom li {
    gap: 15px;
  }
  .header__bottom li::before {
    height: 20px;
    width: 20px;
  }
  .prefers h2 {
    margin-bottom: 70px;
  }
  .prefers__item b,
  body {
    font-size: 14px;
  }
  .prefers__item p {
    font-size: 12px;
  }
  .prefers__item img {
    width: 140px;
  }
  .prefers__list {
    gap: 30px;
  }
  .pricing__item div .power,
  .tariff__numbers-item b {
    font-size: 48px;
  }
  .equipment h3 {
    font-size: 22px;
    margin-bottom: 55px;
  }
  .equipment__list {
    gap: 15px;
  }
  .equipment__list img {
    width: 70%;
    margin: 0 auto;
  }
  .aboutus__ps > div p,
  .aboutus__ps > div ul {
    font-size: 16px;
  }
  .aboutus__title {
    margin-bottom: 25px;
  }
  .aboutus__ps > div {
    padding-top: 18px;
  }
  .team__swiper .swiper-slide {
    gap: 20px;
  }
  .team__swiper .swiper-slide b {
    font-size: 24px;
  }
  .team__swiper .swiper-slide span {
    font-size: 14px;
    margin-top: -6px;
  }
  .equipment,
  .pricing,
  .team {
    padding: 35px 0;
  }
  section.faq {
    min-height: 480px;
  }
  .map {
    height: 500px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header {
    background: url(/wp-content/themes/sunnydim/public/assets/img/tablet-bg.jpg)
      no-repeat #fff;
    background-position: 100%;
  }
  .header .container {
    padding: 0;
  }
  .header__bottom,
  .header__nav {
    padding: 0 30px;
  }
  .header__nav {
    background: #fff;
  }
  .header__content {
    padding: 60px 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .header__content h1 {
    width: 70%;
    margin: 0 auto;
  }
  .header__content p {
    width: 70%;
    margin: 10px auto 0;
  }
  .header__inner {
    height: auto;
    display: block;
  }
  .header__nav nav {
    display: none;
  }
  .header__bottom {
    margin-top: 40px;
    padding-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .header__bottom .modal-open {
    margin-top: 30px;
    width: 235px;
  }
  .header__phone {
    margin-right: 50px;
  }
  .header__content button span {
    font-size: 18px;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tariff {
    padding-bottom: 50px;
  }
  .tariff h2 {
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .tariff__numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prefers__list {
    grid-template-columns: 1fr 1fr;
  }
  .complects__slider .swiper-slide {
    gap: 30px;
  }
  .pricing__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pricing__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing__item img {
    height: 250px;
    width: 250px;
  }
  .equipment__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .work-process {
    padding: 50px 0;
  }
  .work-process__grid {
    display: none;
  }
  .work-process__grid.adaptated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work-process__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .work-process__item div span {
    width: 70%;
  }
  .projects__video {
    width: 560px;
    height: 540px;
    margin: 0 auto;
  }
  .team-control {
    right: -16%;
  }
  .swiper-button-prev-team {
    left: -7%;
    right: auto;
  }
}
@media (max-width: 768px) {
  .header {
    background-position: 85%;
  }
  .complects__slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .complects__slider .swiper-slide > img {
    height: 400px;
  }
  .complects__callback {
    display: block;
    margin: 0 auto;
  }
  .aboutus__ps {
    gap: 30px;
  }
  .equipment h3,
  .work-process h2 {
    margin-bottom: 35px;
  }
  .prefers__list,
  .tariff__numbers {
    grid-template-columns: 1fr;
  }
  .team-control img {
    width: 40px;
  }
  .faq li.q {
    margin-top: 20px;
  }
  section.faq {
    min-height: 350px;
  }
}
@media (max-width: 650px) {
  .header {
    position: relative;
    background-position: left;
    padding-bottom: 285px;
    margin-bottom: 50px;
  }
  .mob-house {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .header__content h1,
  .header__content p {
    width: 85%;
  }
  .header__content p {
    margin-top: 20px;
  }
  .header__bottom {
    margin-top: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__bottom .modal-open {
    display: block;
    margin: 0 auto;
  }
  .header__phone {
    margin-right: 0;
  }
  .tariff,
  .tariff h2 {
    padding-top: 0;
  }
  .tariff__ps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tariff__ps::after {
    display: none;
  }
  .complects,
  .prefers {
    padding: 40px 0;
  }
  .prefers h2 {
    margin-bottom: 40px;
  }
  .complects__inner h2,
  .pricing h2,
  .tariff__ps p {
    width: 100%;
  }
  .complects__slider .swiper-wrapper {
    padding-top: 30px;
  }
  .complects__callback {
    width: 290px;
  }
  .complects__callback span {
    font-size: 15px;
  }
  .pricing__item {
    gap: 15px;
  }
  .pricing__item img {
    height: 140px;
    width: 140px;
  }
  .pricing__item div {
    gap: 4px;
  }
  .prefers__item p,
  .pricing__item div span {
    font-size: 12px;
  }
  .equipment h3 {
    width: 80%;
    margin: 30px auto;
    line-height: 1.2;
  }
  .equipment__list {
    grid-template-columns: 1fr 1fr;
  }
  .aboutus__ps {
    grid-template-columns: 1fr;
  }
  .projects h2 {
    margin-bottom: 30px;
  }
  .projects__video {
    width: 100%;
    height: 350px;
    margin: 0 auto;
  }
  .team-control {
    right: -75px;
  }
  .swiper-button-prev-team {
    left: -13%;
    right: auto;
  }
  .faq li.q {
    padding-right: 60px;
  }
  .faq li.q::after {
    height: 35px;
    width: 35px;
    font-size: 35px;
  }
  .header__bottom li {
    text-align: left;
  }
  .prefers__item img {
    width: 100px;
  }
  .pricing__list {
    gap: 15px;
  }
  .aboutus__ps > div p,
  .aboutus__ps > div ul,
  .header__bottom,
  .prefers__item b,
  .work-process__item div span,
  span {
    font-size: 14px;
    line-height: 1.2;
  }
  .working-process__bg-element {
    left: 10%;
  }
  .work-process__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav,
  .header__phone div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__phone {
    padding-bottom: 10px;
  }
  .header__phone div {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header__phone img {
    display: none;
  }
  .tariff__numbers {
    gap: 25px;
    margin-top: 20px;
  }
  .pricing__item div .power,
  .tariff__numbers-item b {
    font-size: 32px;
  }
  .modal h2,
  .work-process__item div span {
    width: 100%;
  }
}
