/* @font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
} */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0e0e0e;
  opacity: 1;
}

body._lock {
  overflow: hidden;
}

.fade-in {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.fade-in.appear {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

address {
  font-style: inherit;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

ul li,
ol li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

button {
  border: none;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button:focus {
  outline: none;
}

input,
textarea {
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  width: 86%;
  margin: 0 auto;
}

#map {
  height: 400px;
}

.title-h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
}

.title-h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}

.title-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.title-h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.normal-text,
.form-input::placeholder,
.form-textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.wp-text p,
.wp-text h1,
.wp-text h2,
.wp-text h3,
.wp-text h4,
.wp-text h5,
.wp-text h6 {
  margin-bottom: 15px;
}

.wp-text p:last-child,
.wp-text h1:last-child,
.wp-text h2:last-child,
.wp-text h3:last-child,
.wp-text h4:last-child,
.wp-text h5:last-child,
.wp-text h6:last-child {
  margin-bottom: 0;
}

.wp-text strong {
  font-weight: 700;
}

.wp-text em {
  font-style: italic;
}

.wp-text p,
.wp-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.wp-text h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
}

.wp-text h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}

.wp-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.wp-text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.wp-text h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.wp-text h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.wp-text ul,
.wp-text ol {
  margin: 60px 0;
}

.wp-text ul li,
.wp-text ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.wp-text ul li:last-child,
.wp-text ol li:last-child {
  margin-bottom: 0;
}

.wp-text ul li {
  padding-left: 35px;
  position: relative;
}

.wp-text ul li::before {
  position: absolute;
  content: url("../img/tick.svg");
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}

.wp-text ol {
  counter-reset: my-awesome-counter;
}

.wp-text ol li {
  padding-left: 35px;
  position: relative;
  counter-increment: my-awesome-counter;
}

.wp-text ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #f3a845;
  position: absolute;
  left: 0;
  top: 0;
}

.wp-text ol li:nth-child(-n+9)::before {
  content: "0" counter(my-awesome-counter) ". ";
}

.wp-block-quote {
  margin: 60px 0;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-quote cite {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  padding-top: 42px;
  position: relative;
  margin-bottom: 15px;
}

.wp-block-quote cite:last-child {
  margin-bottom: 0;
}

.wp-block-quote cite::before {
  width: 24px;
  height: 27px;
  position: absolute;
  content: url(../img/cite.svg);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wp-block-gallery {
  display: grid;
  grid-template-areas: "box1 box2" "box1 box3";
  grid-gap: 20px;
  margin: 60px 0;
}

.wp-block-gallery figure:nth-child(1) {
  grid-area: box1;
}

.wp-block-gallery figure:nth-child(2) {
  grid-area: box2;
}

.wp-block-gallery figure:nth-child(3) {
  grid-area: box3;
}

.wp-block-gallery figure:nth-child(4) {
  grid-area: box4;
}

.wp-block-gallery figure:nth-child(5) {
  grid-area: box5;
}

.wp-block-gallery figure:nth-child(6) {
  grid-area: box6;
}

.wp-block-gallery figure:nth-child(7) {
  grid-area: box7;
}

.wp-block-gallery figure:nth-child(8) {
  grid-area: box8;
}

.wp-block-gallery figure:nth-child(9) {
  grid-area: box9;
}

.wp-block-gallery figcaption {
  margin: 5px 0;
}

.link {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #f3a845;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 176px;
  padding: 8px 0;
  background: #f3a845;
  border-radius: 5px;
  border: 1px solid #f3a845;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.btn .btn-text {
  font-weight: 600;
}

body.mouse .btn:hover {
  background: transparent;
}

body.mouse .btn:hover .btn-text {
  color: #fff;
}

.form-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-input,
.form-textarea {
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
}

.checkbox {
  display: none;
}

.checkbox:checked + .checkbox-text::after {
  opacity: 1;
}

.checkbox-text {
  font-size: 10px;
  line-height: 12px;
  position: relative;
  padding-left: 20px;
}

.checkbox-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  top: 0;
  left: 0;
}

.checkbox-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 8px;
  top: 3.5px;
  left: 2px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.error {
  color: red;
  padding-top: 3px;
  width: 179px;
}

.alert {
  padding: 20px;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  z-index: 9999;
  display: none;
}

.alert-success {
  background-color: #4db886;
}

.alert-danger {
  background-color: #f44336;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 9999;
  max-height: 100vh;
  max-width: 86vw;
}

.modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}

.modal.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.modal-phone.modal {
  position: fixed;
  right: -150vw;
  top: 0;
  left: auto;
  height: 100vh;
  width: 400px;
  background-color: #0e0e0e;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal-phone.modal__close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 4;
}

.modal-phone.modal.active {
  right: 0;
}

#overlay {
  position: fixed;
  opacity: 0;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}

.header__top {
  padding: 9px 0px;
  position: relative;
  z-index: 2;
  background: #f3a845;
}

.header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__address-icon {
  width: 12px;
  height: 15px;
  margin: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__working-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__working-hours-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__telephone-top {
  display: none;
}

.header__telephone-top-icon {
  width: 11px;
  height: 11px;
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__telephone-top-number {
  font-size: 12px;
  line-height: 16px;
}

.header__main {
  padding: 17px 0;
  background: #0e0e0e;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header__main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 122px;
  height: 26px;
  z-index: 2;
}

.header__nav {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger {
  display: none;
}

.header .menu-items {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu-items li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.header .menu-items li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.header .menu-items li.menu-item-has-children > a::after {
  position: absolute;
  width: 10px;
  height: 6px;
  content: "";
  -webkit-mask: url("../img/menu-arrow.svg") no-repeat;
          mask: url("../img/menu-arrow.svg") no-repeat;
  top: 7px;
  right: 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}

.header__list-arrow-mob {
  display: none;
}

.header__list-arrow-mob svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .sub-menu {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 250px;
  padding-top: 13px;
  display: none;
  z-index: 9999;
}

.header .sub-menu.open {
  display: block;
}

.header .sub-menu > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px 0;
  background: #0e0e0e;
  border-left: 1px solid rgba(226, 226, 226, 0.6);
  border-right: 1px solid rgba(226, 226, 226, 0.6);
}

.header .sub-menu > li:last-child {
  border-bottom: 1px solid rgba(226, 226, 226, 0.6);
  padding-bottom: 12px;
}

.header .sub-menu > li:first-child {
  border-top: 1px solid rgba(226, 226, 226, 0.6);
  padding-top: 12px;
}

.header .sub-menu a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 271px;
}

.header__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 157px;
}

.header__address-mob,
.header__worktime-mob,
.header__contacts-mob,
.header__telephone-mob {
  display: none;
}

.header__address-mob-icon {
  margin: 3px 8px 0 0;
}

.header__worktime-mob-icon {
  margin: 3px 7px 0 0;
}

.header__telephone-mob-icon {
  margin: 3px 7px 0 0;
}

.header__mail-mob-icon {
  margin: 3px 6px 0 0;
}

.header__telephone-icon {
  width: 14px;
  height: 14px;
}

.header__telephone-icon svg {
  fill: #fff;
}

.header__messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90px;
}

.header__messanger-item {
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body.mouse .header li:hover > .sub-menu {
  display: block;
}

body.mouse .header li:hover > a {
  color: #f3a845;
}

body.mouse .header li:hover > a::after {
  background-color: #f3a845;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.mouse .header .sub-menu a:hover {
  color: #f3a845;
}

body.mouse .header__messanger-item:hover {
  fill: #f3a845;
}

body.mouse .header__telephone:hover {
  color: #f3a845;
}

body.mouse .header__telephone:hover svg {
  fill: #f3a845;
}

body.touch .header .menu-item-has-children a::after {
  display: none;
}

body.touch .header__list-arrow-mob {
  display: inline-block;
}

body.touch .header__list-arrow-mob.active svg {
  fill: #f3a845;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banner {
  position: relative;
  color: #fff;
}

.banner__phone {
  position: fixed;
  z-index: 1;
  bottom: 40px;
  right: 6.7%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #f3a845;
  -webkit-box-shadow: 0 0 0 0 #f3a845;
          box-shadow: 0 0 0 0 #f3a845;
  -webkit-animation: pulse-orange 2s infinite;
          animation: pulse-orange 2s infinite;
}

@-webkit-keyframes pulse-orange {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(243, 168, 69, 0.7);
            box-shadow: 0 0 0 0 rgba(243, 168, 69, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(243, 168, 69, 0);
            box-shadow: 0 0 0 20px rgba(243, 168, 69, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(243, 168, 69, 0);
            box-shadow: 0 0 0 0 rgba(243, 168, 69, 0);
  }
}

@keyframes pulse-orange {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(243, 168, 69, 0.7);
            box-shadow: 0 0 0 0 rgba(243, 168, 69, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(243, 168, 69, 0);
            box-shadow: 0 0 0 20px rgba(243, 168, 69, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(243, 168, 69, 0);
            box-shadow: 0 0 0 0 rgba(243, 168, 69, 0);
  }
}

.banner .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner .slick-dots li button {
  font-size: 0;
  height: 6px;
  width: 6px;
  background: #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
}

.banner .slick-dots li.slick-active button {
  background: #f3a845;
}

.banner__messangers {
  display: none;
}

.banner__messanger {
  width: 20px;
  height: 20px;
}

.banner__messanger:not(:last-child) {
  margin-right: 15px;
}

.banner-home {
  position: relative;
}

.banner-home__slide1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}

.banner-home__slide1-container {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 80px;
}

.banner-home__slide1-content {
  margin-left: 130px;
}

.banner-home__slide1-text h1 {
  padding-bottom: 20px;
}

.banner-home__slide1-text p {
  width: 50%;
  min-width: 400px;
}

.banner-about-us__slide1,
.banner-tech-service__slide1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-about-us__slide1-content,
.banner-tech-service__slide1-content {
  margin-left: 130px;
}

.banner-about-us__slide1-text p,
.banner-tech-service__slide1-text p {
  width: 400px;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: block;
}

.footer {
  background: #0e0e0e;
  color: #fff;
  padding: 60px 0;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__assets {
  width: 20%;
  min-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  width: 182px;
  height: 39px;
}

.footer__messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.footer__messangers-item {
  width: 30px;
  height: 30px;
}

.footer__messangers-item:not(:last-child) {
  margin-right: 25px;
}

.footer__messangers-item svg {
  fill: #f3a845;
}

.footer__copy {
  width: 100%;
}

.footer__copy-mob {
  width: 100%;
  display: none;
}

.footer__lists {
  width: 69%;
  max-width: 856px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
}

.footer__title {
  padding-bottom: 15px;
}

.footer__list-item:not(:last-child) {
  padding-bottom: 10px;
}

.footer__contacts-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts {
  max-width: 219px;
}

.footer__list-item-icon {
  padding-top: 3px;
  padding-right: 10px;
}

.footer__list-item-icon svg {
  fill: #fff;
}

body.mouse .footer__list-item:hover a {
  color: #f3a845;
}

body.mouse .footer__contacts-list-item-tel:hover,
body.mouse .footer__contacts-list-item-mail:hover {
  color: #f3a845;
}

body.mouse .footer__contacts-list-item-tel:hover svg,
body.mouse .footer__contacts-list-item-mail:hover svg {
  fill: #f3a845;
}

body.mouse .footer__messangers-item:hover svg {
  fill: #fff;
}

.contact-us {
  background-image: url("../img/contact-us-bcg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us__content {
  padding: 100px 0 85px;
}

.contact-us__form-text p {
  margin: 4px 0 25px !important;
}

.contact-us__form-elements {
  width: 36%;
  min-width: 448px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-us__form-elements > * {
  width: 47.7%;
  margin-bottom: 15px;
}

.contact-us__btn {
  border: 1px solid #0e0e0e;
  background: #0e0e0e;
}

.contact-us__btn .btn-text {
  color: #fff;
}

.contact-us .form-input {
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
}

.contact-us .form-input::-webkit-input-placeholder {
  color: #0e0e0e;
}

.contact-us .form-input::-moz-placeholder {
  color: #0e0e0e;
}

.contact-us .form-input:-ms-input-placeholder {
  color: #0e0e0e;
}

.contact-us .form-input::-ms-input-placeholder {
  color: #0e0e0e;
}

.contact-us .form-input::placeholder {
  color: #0e0e0e;
}

.contact-us .checkbox-text::before {
  border: 1px solid #0e0e0e;
}

.contact-us .checkbox-text::after {
  background-image: url("../img/check-black.svg");
}

body.mouse .contact-us__btn:hover .btn-text {
  color: #0e0e0e;
}

.contact-home__content {
  padding: 100px 0;
  width: 976px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-home__banner {
  position: absolute;
  width: 976px;
  max-width: 95%;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-home__banner .form-input {
  border: 1px solid #ffffff;
  color: #fff;
}

.contact-home__banner .form-input::-webkit-input-placeholder {
  color: #fff;
}

.contact-home__banner .form-input::-moz-placeholder {
  color: #fff;
}

.contact-home__banner .form-input:-ms-input-placeholder {
  color: #fff;
}

.contact-home__banner .form-input::-ms-input-placeholder {
  color: #fff;
}

.contact-home__banner .form-input::placeholder {
  color: #fff;
}

.contact-home__banner .checkbox-text {
  width: 100%;
}

.contact-home__banner .checkbox-text::before {
  border: 1px solid #ffffff;
}

.contact-home__banner .checkbox-text::after {
  background-image: url("../img/check-orange.svg");
}

.contact-home.modal .contact-home__content {
  padding: 0;
}

.contact-home__form {
  padding: 30px 60px 40px;
  background: rgba(14, 14, 14, 0.8);
  border: 1px solid rgba(226, 226, 226, 0.6);
  color: #fff;
  position: relative;
}

.contact-home__form-text h3 {
  margin-bottom: 4px;
}

.contact-home__form-text p {
  margin-bottom: 15px !important;
}

.contact-home__form-elements {
  width: 100%;
}

.contact-home__input {
  width: 25%;
}

.contact-home__input-checkbox {
  width: 22.4%;
}

.contact-home__btn {
  width: 20.5%;
}

.contact-home .form-input {
  border: 1px solid #ffffff;
  color: #fff;
}

.contact-home .form-input::-webkit-input-placeholder {
  color: #fff;
}

.contact-home .form-input::-moz-placeholder {
  color: #fff;
}

.contact-home .form-input:-ms-input-placeholder {
  color: #fff;
}

.contact-home .form-input::-ms-input-placeholder {
  color: #fff;
}

.contact-home .form-input::placeholder {
  color: #fff;
}

.contact-home .checkbox-text {
  width: 100%;
}

.contact-home .checkbox-text::before {
  border: 1px solid #ffffff;
}

.contact-home .checkbox-text::after {
  background-image: url("../img/check-orange.svg");
}

.contact-home.modal-form .contact-home__form {
  background: #0e0e0e;
}

.services-home {
  margin-top: 120px;
}

.services-home__title {
  padding-bottom: 40px;
}

.services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.services-item {
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  padding: 80px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-item:nth-child(3n+3) {
  margin-right: 0;
}

.services-item-text h3 {
  color: #fff;
  text-align: center;
}

.services-item-text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #f3a845;
  margin: 5px 0 70px !important;
  text-align: center;
}

.services-item-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

.services-item-btn {
  width: 48.6%;
}

.services-item-btn:first-child {
  background: transparent;
  color: #f3a845;
}

.services-item-btn:last-child {
  color: #0e0e0e;
}

body.mouse .services-item-btn:first-child:hover {
  background: #f3a845;
}

body.mouse .services-item-btn:first-child:hover .btn-text {
  color: #0e0e0e;
}

body.mouse .services-item-btn:last-child:hover .btn-text {
  color: #f3a845;
}

.why-us__text {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-us__text h2 {
  width: 39%;
}

.why-us__text p {
  width: 49%;
}

.why-us__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.why-us__item {
  background-size: cover;
  background-repeat: no-repeat;
  width: 25%;
  padding: 50px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why-us__item-icon {
  -ms-flex-item-align: center;
      align-self: center;
  width: 154px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(243, 168, 69, 0.7);
  border-radius: 50%;
}

.why-us__item-icon svg {
  width: 68px;
  height: 68px;
}

.why-us__item-text h3 {
  margin: 32px 0 10px;
}

.home-title-and-text {
  padding: 80px 0 120px;
}

.home-title-and-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-title-and-text__title {
  width: 39%;
}

.home-title-and-text__paragraph {
  width: 49%;
}

.home-plain-text {
  padding: 120px 0;
}

.home-plain-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-plain-text__paragraph {
  width: 49%;
}

.home-plain-text__paragraph p:not(:last-child) {
  padding-bottom: 15px;
}

.car-brands {
  padding: 120px 0;
}

.car-brands__title {
  padding-bottom: 40px;
}

.car-brands__brands {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 25px 0;
}

.car-brands__slider {
  padding: 0 80px;
  position: relative;
}

.car-brands__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.car-brands__slider .slick-slide {
  margin: 0 10px;
}

.car-brands__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  height: 18px;
  width: 44px;
  cursor: pointer;
  z-index: 10;
}

.car-brands__slider .slick-arrow.slick-prev {
  background: url("../img/slider-arrow-prev.svg") 0 0 no-repeat;
  left: 0;
}

.car-brands__slider .slick-arrow.slick-next {
  background: url("../img/slider-arrow-next.svg") 0 0 no-repeat;
  right: 0;
}

.car-brands__item {
  max-width: 200px;
}

.news-section {
  padding: 120px 0;
}

.news-section__title {
  padding-bottom: 40px;
}

.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.news-item {
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  display: block;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}

.news-item:nth-child(3n+3) {
  margin-right: 0;
}

.news-item:hover .news-item-img::before {
  opacity: 0.3;
}

.news-item-img {
  position: relative;
  height: 265px;
  overflow: hidden;
}

.news-item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f3a845;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.news-item-content {
  padding: 20px;
}

.news-item-text span {
  color: #b6b6b6;
}

.news-item-text h3 {
  margin: 4px 0 10px;
}

.news-item-text p {
  margin-bottom: 10px !important;
}

body.mouse .news-item:hover .news-item-img::before {
  opacity: 0.3;
}

.news {
  padding: 50px 0 120px;
}

.news__title {
  padding-bottom: 40px;
}

.news .news-item {
  margin-bottom: 25px;
}

.news .news-items {
  margin-bottom: 15px;
}

.path {
  color: #877e7e;
  padding-bottom: 8px;
}

.faq__title {
  padding-bottom: 40px;
}

.faq__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq__question {
  width: 47.9%;
  padding: 12px 20px;
  margin-bottom: 10px;
}

.faq__question-title {
  padding-right: 30px;
  position: relative;
}

.faq__question-title::before,
.faq__question-title::after {
  content: "";
  width: 17px;
  height: 1px;
  background: #f3a845;
  position: absolute;
  top: 11px;
  right: 0;
}

.faq__question-title::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.faq__question-title.active::before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.tech-service .faq {
  padding-bottom: 120px;
}

.accordion-item {
  padding: 12px 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.accordion-title {
  cursor: pointer;
}

.accordion-text {
  display: none;
  padding-top: 12px;
}

.about-us {
  padding: 120px 0;
}

.about-us__item {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-us__item:not(:last-child) {
  margin-bottom: 12px;
}

.about-us__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29.5%;
}

.about-us__item-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
}

.about-us__item-title-icon svg {
  width: 40px;
  height: 40px;
}

.about-us__item-text {
  width: 66.6%;
}

.about-us__item-text.wp-text ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.about-us__item-text.wp-text ul li {
  margin: 0;
  width: 48.7%;
}

.about-us__item-text.wp-text ul li:first-child {
  padding-right: 20px;
}

.services {
  padding: 50px 0 80px;
}

.services__title {
  padding-bottom: 40px;
}

.services .services-item {
  margin-bottom: 20px;
}

.portfolio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio-item {
  width: 32%;
  cursor: pointer;
}

.portfolio-item-img {
  position: relative;
  overflow: hidden;
  height: 265px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f3a845;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.portfolio-item-text h3 {
  margin: 20px 0 10px;
}

.portfolio {
  padding: 50px 0 120px;
}

.portfolio__title {
  padding-bottom: 40px;
}

.portfolio .portfolio-item {
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
  margin-bottom: 30px;
}

.portfolio .portfolio-item:nth-child(3n+3) {
  margin-right: 0;
}

.portfolio .portfolio-items {
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body.mouse .portfolio-item:hover .portfolio-item-img::before {
  content: "";
  opacity: 0.3;
}

.service-plain-text {
  padding: 80px 0 120px;
}

.service-plain-text__paragraph:not(:last-child) {
  padding-bottom: 15px;
}

.service-title-and-text {
  padding: 120px 0 80px;
}

.service-title-and-text__text h2 {
  margin-bottom: 20px;
}

.tech-service-prices__title {
  padding-bottom: 40px;
}

.price-item:not(:last-child) {
  margin-bottom: 12px;
}

.price-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-item-price.wp-text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding-right: 50px;
  color: #f3a845;
}

.price-item-btn {
  background: transparent;
}

.price-item-btn .btn-text {
  color: #f3a845;
}

body.mouse .price-item-btn:hover {
  background: #f3a845;
}

body.mouse .price-item-btn:hover .btn-text {
  color: #fff;
}

.portfolio-service {
  padding: 120px 0;
}

.portfolio-service__top {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-service .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}

.portfolio-service .arrows-mob {
  display: none;
}

.portfolio-service .slick-arrow {
  font-size: 0;
  width: 44px;
  height: 18px;
  cursor: pointer;
}

.portfolio-service .slick-arrow.slick-prev {
  background: url("../img/slider-arrow-prev.svg") 0 0 no-repeat;
  margin-right: 38px;
}

.portfolio-service .slick-arrow.slick-next {
  background: url("../img/slider-arrow-next.svg") 0 0 no-repeat;
}

.portfolio-service .portfolio-slider {
  margin: 0 -10px;
}

.portfolio-service .portfolio-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-service .portfolio-slider .slick-slide {
  margin: 0 10px;
}

.prices {
  padding: 50px 0 120px;
}

.prices__title {
  padding-bottom: 40px;
}

.prices__info-text {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prices__info-text h1 {
  width: 42%;
}

.prices__info-text p {
  width: 49%;
}

.prices__price-block:not(:last-child) {
  padding-bottom: 60px;
}

.prices__price-block-title {
  padding-bottom: 20px;
}

.price-item-top.active .price-item-title h4::after {
  -webkit-transform: rotate(180deg) translateY(-5px);
      -ms-transform: rotate(180deg) translateY(-5px);
          transform: rotate(180deg) translateY(-5px);
}

.price-item-title h4 {
  position: relative;
}

.price-item-title h4::after {
  position: absolute;
  content: url("../img/arrow-down.svg");
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: -2px;
  right: -20px;
}

.banner-news-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-news-page__content {
  padding: 100px 0 124px 100px;
}

.banner-news-page__text.wp-text h1 {
  color: #fff;
  margin-bottom: 15px;
}

.banner-news-page__text.wp-text span {
  padding: 3px 20px;
  background: rgba(14, 14, 14, 0.8);
  border: 1px solid rgba(226, 226, 226, 0.6);
  color: #898989;
}

.banner-news-page .path {
  color: #e2e2e2;
}

.news-page-main {
  padding-top: 80px;
}

.news-page-main__content {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto;
}

.news-page-main__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.news-page-main__share-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.news-page-main__share-messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page-main__share-messanger {
  width: 30px;
  height: 30px;
}

.news-page-main__share-messanger:not(:last-child) {
  margin-right: 20px;
}

.news-page-main__share-messanger svg {
  fill: #0e0e0e;
}

body.mouse .news-page-main__share-messanger:hover svg {
  fill: #f3a845;
}

.contacts {
  padding: 60px 0 120px;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__side-text {
  width: 26%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.contacts__side-text svg {
  fill: #0e0e0e;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__title {
  padding-bottom: 30px;
}

.contacts__adress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__adress-icon {
  margin: 3px 6px 0 0;
}

.contacts__phones {
  padding: 15px 0;
}

.contacts__phone-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__phone-item:not(:last-child) {
  margin-bottom: 2px;
}

.contacts__phone-icon {
  margin-right: 5px;
}

.contacts__mail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__mail-icon {
  margin-right: 4px;
}

.contacts__form {
  width: 59%;
  max-width: 735px;
  padding: 30px 60px;
  background: rgba(14, 14, 14, 0.8);
  color: #fff;
}

.contacts .form-input,
.contacts .form-textarea {
  border: 1px solid #ffffff;
  color: #fff;
}

.contacts .form-input::-webkit-input-placeholder, .contacts .form-textarea::-webkit-input-placeholder {
  color: #fff;
}

.contacts .form-input::-moz-placeholder, .contacts .form-textarea::-moz-placeholder {
  color: #fff;
}

.contacts .form-input:-ms-input-placeholder, .contacts .form-textarea:-ms-input-placeholder {
  color: #fff;
}

.contacts .form-input::-ms-input-placeholder, .contacts .form-textarea::-ms-input-placeholder {
  color: #fff;
}

.contacts .form-input::placeholder,
.contacts .form-textarea::placeholder {
  color: #fff;
}

.contacts__form-text h3 {
  margin-bottom: 4px;
}

.contacts__form-text p {
  margin-bottom: 15px !important;
}

.contacts__form-elements {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__input {
  width: 31%;
  padding-bottom: 15px;
}

.contacts__textarea {
  width: 100%;
  padding-bottom: 15px;
}

.contacts__textarea textarea {
  resize: none;
}

.contacts__btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.mouse .contacts__phone-item:hover,
body.mouse .contacts__mail-item:hover {
  color: #f3a845;
}

body.mouse .contacts__phone-item:hover svg,
body.mouse .contacts__mail-item:hover svg {
  fill: #f3a845;
}

.error-404 {
  height: 100vh;
  background-image: url("../img/404-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.error-404__content {
  height: 100vh;
  padding: 40px 0 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error-404__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-404__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-404__title-404 {
  font-weight: 600;
  font-size: 144px;
  line-height: 150px;
}

.error-404__title-error {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  padding: 15px 0;
}

.error-404__message {
  padding-bottom: 20px;
}

.error-404__messanger:not(:last-child) {
  margin-right: 15px;
}

.error-404__messanger svg {
  width: 20px;
  height: 20px;
}

.modal-slider {
  width: 820px;
}

.modal-slider__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 15px;
}

.modal-slider-main {
  position: relative;
  margin-bottom: 10px;
}

.modal-slider-main .modal-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-slider-main .modal-slide img {
  width: auto;
  max-height: 70vh;
}

.modal-slider-main .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-slider-main .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  height: 18px;
  width: 44px;
  cursor: pointer;
  z-index: 10;
}

.modal-slider-main .slick-arrow.slick-prev {
  background: url("../img/modal-slider-prev.svg") 0 0 no-repeat;
  left: 30px;
}

.modal-slider-main .slick-arrow.slick-next {
  background: url("../img/modal-slider-next.svg") 0 0 no-repeat;
  right: 30px;
}

.modal-slider-nav {
  margin: 0 -10px;
}

.modal-slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-slider-nav .slick-slide {
  margin: 0 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.pagination .prev {
  height: 12px;
  width: 26px;
  background: url("../img/pagination-prev.svg") 0 0 no-repeat;
}

.pagination .page-numbers {
  margin: 0 5px;
}

.pagination .dots {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.pagination .dots:first-of-type {
  margin: 0 -5px 0 18px;
}

.pagination .dots:last-of-type {
  margin: 0 18px 0 -5px;
}

.pagination .current {
  color: #f3a845;
}

.pagination .next {
  height: 12px;
  width: 26px;
  background: url("../img/pagination-next.svg") 0 0 no-repeat;
}

.modal-thanks {
  background: #0e0e0e;
  border: 1px solid rgba(226, 226, 226, 0.6);
  width: 976px;
}

.modal-thanks__content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-thanks__title {
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}

.modal-thanks__paragraph {
  color: #f3a845;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1101px) {
  .header .sub-menu .sub-menu {
    top: -5px;
    left: 100%;
  }
}

@media (max-width: 1100px) {
  .header__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0e0e0e;
    z-index: 2;
  }

  .header__nav {
    position: fixed;
    right: -150vw;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #0e0e0e;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 107px;
  }

  .header__nav._active {
    right: 0;
    overflow: scroll;
  }

  .header__burger {
    z-index: 5;
    display: block;
    position: relative;
    width: 22px;
    height: 18px;
  }

  .header__burger span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0px;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
  }

  .header__burger span:first-child {
    top: 0px;
  }

  .header__burger span:nth-child(2) {
    top: calc(50% - 1px);
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }

  .header__burger._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .header__burger._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header__burger._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .header .menu-items {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 87.5%;
    margin: 0 auto;
  }

  .header .menu-items li {
    padding-bottom: 15px;
    width: 100%;
  }

  .header .menu-items li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 20px;
  }

  .header .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header .sub-menu > li:last-child {
    border: none;
    padding-bottom: 0;
  }

  .header .sub-menu > li:first-child {
    border: none;
    padding-top: 0;
  }

  .header .sub-menu > li {
    border: none;
  }

  .header__contacts {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__telephone {
    display: none;
  }

  .header__address-mob,
  .header__worktime-mob,
  .header__contacts-mob,
  .header__telephone-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }

  .header__messangers {
    display: none;
  }

  .banner-home__slide1-container {
    height: 800px;
  }

  .banner-home__slide1-content {
    margin-left: 0;
  }

  .banner-about-us__slide1-content,
  .banner-tech-service__slide1-content {
    margin-left: 0;
  }

  .footer {
    padding: 40px 0 20px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__assets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }

  .footer__messangers {
    padding-bottom: 0;
  }

  .footer__copy {
    display: none;
  }

  .footer__copy-mob {
    display: block;
    margin-top: 30px;
  }

  .footer__lists {
    width: 100%;
  }

  .contact-home__input {
    width: 47.7%;
    padding-bottom: 25px;
  }

  .contact-home__input-checkbox {
    width: 47.7%;
  }

  .contact-home__btn {
    width: 47.7%;
  }

  .services-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .services-item:nth-child(odd) {
    margin-right: 20px;
  }

  .why-us__item {
    width: 50%;
    padding: 50px 15px 30px;
  }

  .news-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .news-item:nth-child(odd) {
    margin-right: 20px;
  }

  .news-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .faq__question {
    width: 100%;
    padding: 12px 15px;
  }

  .accordion-item {
    padding: 12px 15px;
  }

  .about-us__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }

  .about-us__item-title-wrapper {
    width: 100%;
    padding-bottom: 15px;
  }

  .about-us__item-text {
    width: 100%;
  }

  .portfolio-item {
    width: 48.7%;
  }

  .portfolio .portfolio-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .portfolio .portfolio-item:nth-child(odd) {
    margin-right: 20px;
  }

  .price-item-top {
    -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;
  }

  .price-item-title {
    margin-bottom: 10px;
  }

  .price-item-info {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .prices__info-text {
    -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;
  }

  .prices__info-text h1 {
    width: 80%;
    padding-bottom: 15px;
  }

  .prices__info-text p {
    width: 100%;
  }

  .banner-news-page__content {
    padding-left: 0;
  }

  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__side-text {
    width: 100%;
  }

  .contacts__form {
    width: 100%;
    margin-top: 80px;
  }
}

@media (max-width: 1000px) {
  .error {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .header__working-hours-icon {
    width: 11px;
    height: 11px;
    margin-right: 3px;
  }

  .header__working-hours-text {
    font-size: 12px;
    line-height: 16px;
  }

  .header__working-hours-text span {
    display: none;
  }

  .services-item-text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .prices__info-text h1 {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .footer__lists {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .footer__lists .footer__navigation {
    grid-area: 1/1/2/2;
  }

  .footer__lists .footer__services {
    grid-area: 1/2/2/3;
  }

  .footer__lists .footer__contacts {
    grid-area: 2/1/3/3;
  }

  .footer__contacts {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 650px) {
  .container {
    width: 87.5%;
  }

  .title-h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .title-h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .title-h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .title-h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .wp-text h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .wp-text h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .wp-text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .wp-text h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .wp-text h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .wp-text h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .wp-text ul,
  .wp-text ol {
    margin: 50px 0;
  }

  .wp-text ul li {
    padding-left: 30px;
  }

  .wp-text ol li {
    padding-left: 30px;
  }

  .wp-block-quote {
    margin: 50px 0;
    padding: 30px 15px;
  }

  .wp-block-quote cite {
    font-size: 14px;
    line-height: 22px;
  }

  .wp-block-gallery {
    grid-template-areas: "box1" "box2" "box3";
    grid-gap: 10px;
    margin: 50px 0;
  }

  .modal {
    max-width: 87.5vw;
  }

  .modal-phone.modal {
    width: 100%;
    max-width: 100%;
  }

  .header__address {
    display: none;
  }

  .header__telephone-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 16px;
  }

  .header__nav {
    top: -150vh;
    left: 0;
    width: 100vw;
  }

  .header__nav._active {
    top: 0;
  }

  body.touch .header__list-arrow-mob {
    float: right;
  }

  .banner__phone {
    right: 5%;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .banner__messangers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
  }

  .banner-home__slide1-text h1 {
    padding-bottom: 12px;
  }

  .banner-home__slide1-text p {
    width: 90%;
    min-width: 0;
  }

  .banner-about-us__slide1-text p,
  .banner-tech-service__slide1-text p {
    width: 244px;
  }

  .footer__logo {
    width: 130px;
    height: 27px;
  }

  .footer__messangers-item {
    width: 22px;
    height: 22px;
  }

  .footer__messangers-item:not(:last-child) {
    margin-right: 20px;
  }

  .contact-us {
    background-image: url("../img/contact-us-bg-mob.jpg");
  }

  .contact-us__content {
    padding: 60px 20px 200px;
  }

  .contact-us__form-text p {
    margin: 5px 0 15px !important;
  }

  .contact-us__form-elements {
    width: 100%;
    min-width: 100%;
  }

  .contact-home__content {
    padding: 80px 0;
  }

  .contact-home__banner {
    bottom: 60px;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .contact-home__form {
    padding: 30px 20px;
  }

  .contact-home__input {
    width: 100%;
    padding-bottom: 15px;
  }

  .contact-home__input-checkbox {
    width: 100%;
    padding-bottom: 15px;
  }

  .contact-home__btn {
    width: 176px;
    margin: 0 auto;
  }

  .services-home {
    margin-top: 80px;
  }

  .services-home__title {
    padding-bottom: 20px;
  }

  .services-item {
    width: 100%;
    margin-right: 0 !important;
    padding: 55px 10px 10px;
    margin-bottom: 22px;
  }

  .services-item-text p {
    margin: 2px 0 36px !important;
  }

  .why-us__text {
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .why-us__text h2 {
    width: 100%;
    padding-bottom: 15px;
  }

  .why-us__text p {
    width: 100%;
  }

  .why-us__item {
    width: 100%;
  }

  .why-us__item-icon {
    width: 110px;
    height: 110px;
  }

  .why-us__item-icon svg {
    width: 49px;
    height: 49px;
  }

  .home-title-and-text {
    padding: 68px 0 80px;
  }

  .home-title-and-text__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-title-and-text__title {
    width: 100%;
    padding-bottom: 15px;
  }

  .home-title-and-text__paragraph {
    width: 100%;
  }

  .home-plain-text {
    padding: 80px 0;
  }

  .home-plain-text__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-plain-text__paragraph {
    width: 100%;
  }

  .home-plain-text__paragraph:not(:last-child) {
    padding-bottom: 15px;
  }

  .car-brands {
    padding: 80px 0;
  }

  .car-brands__title {
    padding-bottom: 20px;
  }

  .car-brands__brands {
    padding: 20px 0;
  }

  .car-brands__slider {
    padding: 0;
  }

  .car-brands__slider .slick-track {
    padding-bottom: 25px;
  }

  .car-brands__slider .slick-arrow {
    top: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .car-brands__slider .slick-arrow.slick-prev {
    left: 30%;
  }

  .car-brands__slider .slick-arrow.slick-next {
    right: 30%;
  }

  .news-section {
    padding: 80px 0;
  }

  .news-section__title {
    padding-bottom: 20px;
  }

  .news-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .news-item-img {
    height: auto;
    overflow: auto;
  }

  .news-item-content {
    padding: 10px 15px;
  }

  .news-item-text h3 {
    margin: 4px 0 5px;
  }

  .news-item-text p {
    margin-bottom: 5px !important;
  }

  .news {
    padding: 50px 0 80px;
  }

  .news__title {
    padding-bottom: 30px;
  }

  .news .news-items {
    margin-bottom: 5px;
  }

  .faq__title {
    padding-bottom: 15px;
  }

  .tech-service .faq {
    padding-bottom: 80px;
  }

  .about-us {
    padding: 80px 0;
  }

  .about-us__item-title-icon svg {
    width: 20px;
    height: 20px;
  }

  .about-us__item-title-icon {
    padding-right: 8px;
  }

  .about-us__item-text.wp-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }

  .about-us__item-text.wp-text ul li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
    padding-left: 0;
  }

  .about-us__item-text.wp-text ul li:first-child {
    padding-bottom: 15px;
    padding-right: 0;
  }

  .about-us__item-text.wp-text ul li::before {
    top: 0;
  }

  .services {
    padding: 50px 0 68px;
  }

  .services__title {
    padding-bottom: 20px;
  }

  .services .services-item {
    margin-bottom: 12px;
  }

  .portfolio-item {
    width: 100%;
  }

  .portfolio-item-text h3 {
    margin: 15px 0 10px;
  }

  .portfolio {
    padding: 50px 0 80px;
  }

  .portfolio__title {
    padding-bottom: 30px;
  }

  .portfolio .portfolio-item {
    width: 100%;
    margin-right: 0 !important;
  }

  .portfolio .portfolio-items {
    margin-bottom: 0;
  }

  .service-plain-text {
    padding: 80px 0 80px;
  }

  .service-title-and-text {
    padding: 50px 0 80px;
  }

  .service-title-and-text__text h2 {
    margin-bottom: 15px;
  }

  .tech-service-prices__title {
    padding-bottom: 20px;
  }

  .price-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .price-item-title {
    width: 100%;
  }

  .price-item-price.wp-text p {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .price-item-btn {
    max-width: 52%;
  }

  .portfolio-service {
    padding: 80px 0;
  }

  .portfolio-service .arrows {
    display: none;
  }

  .portfolio-service .arrows-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }

  .prices {
    padding: 50px 0 80px;
  }

  .prices__title {
    padding-bottom: 15px;
  }

  .prices__price-block-title {
    padding-bottom: 15px;
  }

  .price-item-title h4::after {
    right: 0;
  }

  .banner-news-page__content {
    padding: 50px 0;
  }

  .news-page-main {
    padding-top: 50px;
  }

  .news-page-main__share {
    margin-top: 30px;
  }

  .news-page-main__share-text {
    font-size: 14px;
    line-height: 22px;
  }

  .news-page-main__share-messanger {
    width: 25px;
    height: 25px;
  }

  .contacts {
    padding: 50px 0 80px;
  }

  .contacts__form {
    padding: 30px 20px;
  }

  .contacts__input {
    width: 100%;
    padding-bottom: 12px;
  }

  .contacts__textarea {
    padding-bottom: 12px;
  }

  .contacts__btn-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal-slider__title {
    font-size: 14px;
    line-height: 22px;
  }

  .modal-slider-main .modal-slide img {
    max-height: 400px;
  }

  .modal-slider-main .slick-arrow {
    height: 10px;
    width: 27px;
  }

  .modal-slider-main .slick-arrow.slick-prev {
    background: url("../img/modal-slider-prev-mob.svg") 0 0 no-repeat;
    left: 10px;
  }

  .modal-slider-main .slick-arrow.slick-next {
    background: url("../img/modal-slider-next-mob.svg") 0 0 no-repeat;
    right: 10px;
  }

  .pagination {
    font-size: 18px;
  }

  .modal-thanks__content {
    padding: 60px 20px;
  }

  .modal-thanks__title {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .modal-thanks__paragraph {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 425px) {
  .contact-us__form-elements > * {
    width: 100%;
    margin-bottom: 12px;
  }
}