/*
Theme Name: Orvin
Template: wp-bootstrap-starter
Author: Ilnar Halikov
*/

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Gilroy-Light.woff2") format('woff2'),
    url("./fonts/Gilroy-Light.woff") format('woff');
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  src: url("./fonts/Gilroy-ExtraBold.woff2") format('woff2'),
    url("./fonts/Gilroy-ExtraBold.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  src: url("./fonts/Gilroy-Heavy.woff2") format('woff2'),
    url("./fonts/Gilroy-Heavy.woff") format('woff');
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  word-wrap: normal;
  word-break: keep-all;
  color: #2d2d2d;
  font-family: "Gilroy", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

a {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #F5B743;
}

a:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  text-decoration: none;
  color: #F5B743;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  padding: 0;
  color: #2d2d2d;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5,
h6 {
  font-size: 1.125rem;
}

.btn,
button,
[type="button"] {
  padding: 15px 30px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #000;
  border: none;
  border-radius: 5px;
  outline: none;
  background-color: #F5B743;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
}

.btn:focus,
button:focus,
[type="button"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover,
button:hover,
[type="button"]:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0.75;
  color: #000;
  background-color: #F5B743;
}

input,
textarea {
  padding: 15px 20px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #2d2d2d;
  border: 1px solid #ececec;
  border-radius: 5px;
  outline: none;
  background-color: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -ms-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -ms-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input::placeholder,
textarea::placeholder {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:hover,
textarea:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  border: 1px solid #F5B743;
}

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
  -ms-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:hover::-ms-input-placeholder,
textarea:hover::-ms-input-placeholder {
  -ms-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:hover::placeholder,
textarea:hover::placeholder {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

input:focus,
textarea:focus {
  border: 1px solid #F5B743;
}

input[type="search"] {
  margin-bottom: 20px;
  padding-right: 58px;
  background-image: url("./img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px auto;
}

.site-header {
  position: relative;
  z-index: 2;
  top: 0;
}

.site-header--fixed .header-nav {
  position: fixed;
  z-index: 30;
  top: 100%;
  top: -100%;
  width: 100%;
  min-width: 320px;
  max-width: 1920px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
}

.scroll-up .header-nav {
  top: 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.scroll-down .header-nav {
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-top__content {
  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;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}

.main-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  color: #2d2d2d;
}

.main-logo__img {
  /* width: 50px; */
  height: auto;
  margin-right: 10px;
}

.main-logo__name {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}

.main-logo__slogan {
  display: block;
  font-size: 0.8rem;
}

.header-contacts {
  position: relative;
  z-index: 1;
}

.header-contacts__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 30px;
  margin-right: 30px;
  padding-left: 50px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-align: left;
  white-space: nowrap;
  color: #2d2d2d;
}

.contacts-item:hover {
  color: #F5B743;
}

.contacts-item::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}

.contacts-item--address {
  white-space: normal;
}

.contacts-item--address::before {
  background-image: url("./img/address.svg");
}

.contacts-item--phone::before {
  background-image: url("./img/phone.svg");
}

.contacts-item--email::before {
  background-image: url("./img/icons/contacts/email.svg");
}

.contacts-item__name,
.contacts-item__link,
.contacts-item__text {
  color: #2d2d2d;
}

.contacts-item--email .contacts-item__name {
  font-weight: 600;
}

.contacts-item--phone .contacts-item__link {
  font-weight: 600;
}

.contacts-item__link--phone {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.contacts-item--phone .contacts-item__text {
  color: #A4A4A4;
  font-size: 0.8rem;
  font-weight: 300;
}

.contacts-item__text--time {
  color: #b1b1b1;
  font-size: 0.9rem;
}

.contacts-item__text--address {
  margin-bottom: 5px;
  font-weight: 600;
}

.menu-btn {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #F5B743;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-btn[type="button"] {
  padding: 0;
  border-radius: 0;
}

.menu-btn:hover {
  background-color: #F5B743;
}

.menu-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-btn--open {
  display: none;
  background-image: url("./img/icons/menu-open.svg");
}

.menu-btn--close {
  background-image: url("./img/icons/menu-close.svg");
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__item--active .main-nav__link {
  color: #F5B743;
}

.main-nav__link {
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #2d2d2d;
  font-weight: 600;
}

.main-nav__link:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #F5B743;
}

.main-nav__item--parent {
  position: relative;
  padding-right: 50px;
}

.main-nav__item--parent::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.main-nav__item--parent:hover::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.main-nav__sub {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
}

.main-nav__item--parent:hover .main-nav__sub {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.main-nav__sub .main-nav__item {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.main-nav__sub .main-nav__item:last-child {
  border-bottom: none;
}

.main-nav__sub .main-nav__link {
  position: relative;
  padding: 15px 20px;
  color: #2d2d2d;
  font-size: 0.9rem;
}

.main-nav__sub .main-nav__link:hover {
  color: #2d2d2d;
  background-color: #f9f9f9;
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

#content.site-content {
  padding: 0;
}

.overlay {
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0;
}

.overlay.show {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, .6);
}

.section {
  padding: 4rem 0;
}

.section--about,
.section--grey,
.section--main-form {
  background-color: #f9f9f9;
}

.section--last {
  position: relative;
  z-index: 0;
  padding: 14rem 0;
}

.text-center {
  text-align: center;
}

.main-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  overflow: hidden;
}

.main-block {
  position: relative;
}

.main-block__content {
  padding: 30px 0;
}

.main-block__info {
  z-index: 1;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.main-block__title {
  font-size: 3rem;
}

.main-block__text {
  margin-bottom: 20px;
}

.page-title--np {
  margin-bottom: 5%;
  padding: 0;
}

.page-header {
  width: 50%;
  margin-bottom: 30px;
}

.page-title:last-child {
  margin-bottom: 0;
}

.service-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}

.service-block__item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.service-item__pic {
  margin-bottom: 20px;
}

.service-item__title {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.service-item__price {
  color: #868686;
  margin-bottom: 15px;
}

.service-block__item--col-3 {
  width: calc(100%/3);
}

.about--inner-page {
  margin-bottom: 40px;
}

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

.about__division {
  position: relative;
  padding-left: 60px;
}

.about__text-more {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #CDCDCD;
  font-weight: 600;

  -webkit-writing-mode: vertical-lr;

  -ms-writing-mode: tb-lr;

  writing-mode: vertical-lr;
}

.about__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.about__left {
  width: 50%;
  padding-right: 40px;
}

.about__img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;
}

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

.table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.table-more {
  width: 100%;
}

.table thead {
  color: #fff;
  background-color: #2d2d2d;
  font-weight: 600;
}

.table thead th {
  border: none;
}

.table td {
  padding: 15px 20px;
  border: none;
}

.table td:first-child,
.table th:first-child {
  width: 80%;
}

.table td:last-child,
.table th:last-child {
  width: 20%;
  text-align: center;
}

.table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.price-block__table {
  margin-bottom: 3.75%;
  font-size: 0.85rem;
}

.section--questions {
  position: relative;
}

.section--questions::before,
.section--questions::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 1366px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #e3e3e3;
}

.section--questions::before {
  top: 0;
}

.section--questions::after {
  bottom: 0;
}

.question-list__item {
  margin-bottom: 30px;
}

.question-list__item:last-child {
  margin-bottom: 0;
}

.question-list__title::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  border: 1px solid #F5B743;
  border-radius: 50%;
  background-image: url("./img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;

  -webkit-filter: grayscale(1);

  filter: grayscale(1);
}

.question-list__title[aria-expanded="true"]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;

  -webkit-filter: grayscale(0);

  filter: grayscale(0);
}


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

.question-list {
  width: 70%;
  padding-left: 40px;
}

.question-list__title {
  position: relative;
  margin-bottom: 20px;
  padding-right: 40px;
  cursor: pointer;
  font-weight: 500;
}

.question-list__title:last-child {
  margin-bottom: 0;
}

.question-list__text {
  font-size: 0.9rem;
}

.complete-block__item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}

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

.complete-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.complete-block__pic {
  margin-bottom: 20px;
}

.complete-block__title {
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.complete-block__btn {
  background-color: #2d2d2d;
  color: #fff;
}

.section--clients {
  position: relative;
}

.section--clients::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 1366px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #e3e3e3;
}

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

.client-block__item {
  padding: 10px;
}

.team-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}

.team-block__item {
  width: calc(100%/6);
  margin-bottom: 20px;
  padding: 0 10px;
}

.team-block__pic {
  margin-bottom: 20px;
}

.team-block__title {
  margin-bottom: 10px;
  font-weight: 500;
}

.team-block__text {
  color: #868686;
  font-size: 0.8rem;
}

.features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 70%;
  padding-left: 40px;
}

.features-block__item {
  width: 50%;
  padding: 40px;
  padding-top: 0;
  border-left: 1px solid #D1D1D1;
}

.features-block__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background-color: #F5B743;
}

.features-block__img {
  width: 70%;
  height: auto;
}

.features-block__title {
  margin-bottom: 20px;
  font-weight: 600;
}

.features-block__text {
  color: #868686;
  font-size: 0.9rem;
}

.features-block__content {
  width: 30%;
}

.section--main-form {
  margin-top: auto;
}

.order-block {
  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;
}

.order-title {
  width: 30%;
  padding-right: 30px;
}

.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 40px;
  background-color: #EDEDED;
}

.order-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 10px;
}

.order-form__input {
  width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
}

.order-form__btn {
  margin-left: 10px;
  background-color: #2d2d2d;
  color: #fff;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.footer-item {
  width: calc(100%/2);
  white-space: nowrap;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 500;
}

.footer-contacts__list--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-left: 40px;
}

.footer-contacts__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.footer-contacts__list--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  color: #A4A4A4;
}

.footer-contacts__item--address {
  font-size: 0.9rem;
  font-weight: 300;
}

.footer-contacts__item--email {
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-contacts__link {
  color: #fff;
  font-weight: 600;
}

.footer-contacts__item::before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footer-contacts__item--address::before {
  background-image: url("./img/icons/contacts/address.svg");
}

.footer-contacts__item--phone::before {
  background-image: url("./img/icons/contacts/phone.svg");
}

.footer-contacts__item--email::before {
  background-image: url("./img/icons/contacts/email.svg");
}

.footer-info_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6%;
  color: #A4A4A4;
  font-size: 0.7rem;
  font-weight: 400;
}

.footer-requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.requisites__text {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
}

.requisites__title {
  margin-bottom: 13.66%;
}

.requisites__conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: end;
  font-size: 0.9rem;
}

.footer-item__text {
  margin-bottom: 5px;
}

.main-nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  color: #fff;
}

.main-nav-footer a {
  color: #fff;
}

.main-nav-footer a:hover {
  color: #F5B743;
}

.menu-item.menu-item-type-post_type {
  width: 50%;
  margin-bottom: 2.25%;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.feature-item__icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.feature-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100%/3);
  margin-bottom: 20px;
  padding: 0 10px;
}

.feature-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% - 100px);
  font-weight: 600;
}

.feature-item__border {
  position: absolute;
  bottom: 10px;
  left: 45px;
  width: 50px;
  border-bottom: 1px solid #ebebeb;
}

.feature-item__border::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #F5B743;
}

.feature-item__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.feature-item__icon--building::before {
  background-image: url("./img/already_icon.png");
}

.feature-item__icon--relocate::before {
  background-image: url("./img/already_icon2.png");
}

.feature-item__icon--staff::before {
  background-image: url("./img/already_icon1.png");
}

.content-area .complete-block {
  margin-top: 5%;
}

.content-area .order-block {
  margin-top: 5%;
}

.section--mobile-menu {
  position: fixed;
  z-index: 40;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translate(-200%, 0%);
  -ms-transform: translate(-200%, 0%);
  transform: translate(-200%, 0%);
  background-color: #fff;
}

.section--mobile-menu.show {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mobile-menu {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.mobile-nav {
  position: relative;
  height: 100%;
}

.mobile-nav__header {
  position: relative;
  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;
  padding: 15px;
  padding-left: 20px;
  background-color: #2d2d2d;
}

.mobile-nav__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.mobile-menu {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}

.mobile-menu__item {
  border-bottom: 1px solid #ececec;
}

.mobile-menu__link {
  display: block;
  padding: 15px 20px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-menu__item--active .mobile-menu__link {
  background-color: #f9f9f9;
}

.mobile-menu__link:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #2d2d2d;
  background-color: #f9f9f9;
}

.mobile-menu__link--parent {
  position: relative;
  padding-right: 50px;
}

.mobile-menu__link--back {
  position: relative;
  padding-left: 50px;
}

.mobile-menu__item--back {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.mobile-menu__item--parent>a,
.mobile-menu__item--back>a {
  position: relative;
}

.mobile-menu__item--parent>a::after,
.mobile-menu__item--back>a::after {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./img/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mobile-menu__item--parent>a::after {
  right: 20px;
}

.mobile-menu__item--back>a::after {
  left: 20px;
}

.mobile-menu__item--back>a::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.mobile-menu__item--parent .mobile-menu__link--parent::after {
  display: none;
}

.mobile-menu__sub {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  list-style: none;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  -o-transition: 0.3s transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
}

.mobile-menu__sub.show {
  z-index: 3;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  -o-transition: 0.3s transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.edit-link {
  display: none;
}

.section--map {
  display: none;
}

.site-footer {
  z-index: 0;
  padding: 30px 0;
  background-color: #2d2d2d;
}

.footer-bottom__link {
  color: #fff;
}

.footer-bottom__link:hover {
  color: #F5B743;
}

.footer-bottom__link--orvin span {
  color: #F5B743;
}

.success-message {
  position: fixed;
  z-index: 31;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 600px;
  padding: 50px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translate(-50%, 100vh);
  -ms-transform: translate(-50%, 100vh);
  transform: translate(-50%, 100vh);
  text-align: center;
  opacity: 0;
  color: #fff;
  background-color: #2d2d2d;
  -webkit-box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .58), 0 4px 65px 0 rgba(0, 0, 0, .45);
  box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .58), 0 4px 65px 0 rgba(0, 0, 0, .45);
  font-size: 30px;
  font-weight: 700;
}

.success-message.active {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.success-message span {
  display: block;
  color: #F5B743;
}

.modal-form .modal-content {
  position: relative;
  padding: 20px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-clip: border-box;
}

.modal-form .modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.modal-form .modal-title {
  margin: 0;
}

.modal-form .modal-subtitle {
  color: #fff;
  font-size: 0.9rem;
}

.modal-form .modal-body {
  padding: 30px;
  background-color: #fff;
}

.modal-form .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  border: none;
  border-radius: 50px;
  background-color: transparent;
  background-image: url("./img/icons/menu-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.modal-form .close:hover {
  background-color: transparent;
}

.appointment-form {
  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;
}

.appointment-form__control {
  margin-bottom: 30px;
}

.appointment-form__label {
  width: 100%;
  padding-left: 5px;
  text-align: left;
  font-size: 0.9rem;
}

.appointment-form__required {
  padding: 0 5px;
  color: #F5B743;
}

.appointment-form__input {
  width: 100%;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.appointment-form__input[name="message"] {
  resize: none;
}

.appointment-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  margin-right: 20px;
  padding: 0;
}

.checkbox {
  display: none;
}

.checkbox+label {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0;
  cursor: pointer;
}

.checkbox+label::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #ececec;
  background-color: #fff;
}

.checkbox+label::after {
  position: absolute;
  top: 0;
  left: 3px;
  width: 18px;
  height: 18px;
  content: "";
}

.checkbox:checked+label::before {
  border-color: #F5B743;
}

.checkbox:checked+label::after {
  background-image: url("./img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section--page-slide {
  padding: 0;
}

.page-slide__content {
  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;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.page-slide h1 {
  margin-bottom: 0;
}

.section--not-found .page-content {
  margin: 0;
  padding: 0;
}

.entry-meta {
  display: none;
}

.section--not-found {
  padding: 0;
  text-align: center;
}

.section--not-found .entry-title {
  font-size: 1.2rem;
}

.error404 .page-slide__breadcrumbs,
.search .page-slide__breadcrumbs {
  display: none;
}

.error404 h1,
.search h1 {
  margin: 0;
}

.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 480px;
  margin: 0 auto 20px;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.search-form label {
  width: 100%;
}

.search-form input {
  width: 100%;
}

.content-area {
  padding: 30px 0;
}

.post.hentry {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.content-area .service-block__text {
  width: 30%;
}

.blog .entry-header {
  display: block;
}

.blog .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 20px;
}

.blog .entry-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 68%;
  margin: 1%;
}

.blog .entry-content__text .more-link {
  margin-top: auto;
}

.blog .entry-content__pic {
  width: 28%;
  margin: 1%;
}

.blog .entry-content__pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
}

.blog .entry-content__pic a .wp-post-image {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;
}

.blog .entry-title {
  padding: 0;
  border-bottom: none;
  font-size: 1.5rem;
}

.blog .post {
  -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.entry-content__date {
  margin: 0 0 5px;
  color: #ccc;
  font-size: 0.7rem;
}

.single-post .entry-content__pic,
.single-post .entry-title,
.single-post .entry-content__date,
.single-post .blog-more {
  display: none;
}

.entry-meta {
  display: none;
}

.styled-list {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.styled-list li {
  position: relative;
  z-index: 1;
  min-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 30px;
  list-style: none;
}

.styled-list li:last-child {
  margin: 0;
}

.styled-list li::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #F5B743;
  border-radius: 50%;
  background-image: url("./img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
}

.feedback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.feedback__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  padding-top: 15px;
  list-style: none;
}

.feedback__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.feedback__content::before {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: 30px;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("./img/icons/quote.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.feedback__info {
  height: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 0.9rem;
}

.feedback--main .feedback__info {
  border: 0;
}

.feedback__bg {
  position: relative;
  z-index: 1;
  margin: 0 20px;
  border-top: 0;
}

.feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1rem;
}

.feedback__time {
  color: #9e9e9e;
  font-size: 0.8rem;
  font-weight: 400;
}

.contacts-link {
  position: relative;
  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;
  min-height: 40px;
  padding-left: 45px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
}

.contacts-link:hover {
  color: #fff;
}

.contacts-link::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.contacts-link--address {
  white-space: normal;
}

.contacts-link--address::before {
  background-image: url("./img/address.svg");
}

.contacts-link--phone::before {
  background-image: url("./img/phone.svg");
}

.contacts-link--email::before {
  background-image: url("./img/email.svg");
}

.contacts-link__name {
  color: #9e9e9e;
  font-size: .8rem;
}

.contacts-link__number {
  color: #2d2d2d;
  font-size: 1.2rem;
  font-weight: 700;
}

.contacts-link__text {
  color: #2d2d2d !important;
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.contacts-list__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  list-style: none;
}

.contacts-list__content {
  position: relative;
  height: 100%;
  padding: 20px;
  padding-right: 35px;
  border: 1px solid #e3e3e3;
}

.error404 .page-slide__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Service Page */

.service-page {
  display: flex;
}

.service-page__pic {
  width: 50%;
  height: 100%;
  padding-right: 40px;
}

.service-page__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-page__content {
  width: 50%;
}

.service-page__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

/* End Service Page */

.page-list {
  margin: 0;
  padding: 0;
}

.page-list li {
  position: relative;
  z-index: 1;
  min-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 30px;
  list-style: none;
}

.page-list li:last-child {
  margin: 0;
}

.page-list li::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("./img/icons/tag.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.btn-more {
  margin-top: auto;
  margin-bottom: 20px;
}

.btn-more:focus {
  background-color: #2D2D2D;
  color: #fff;
}

.page-linked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

/* Object Page */


.object-page__pic {
  width: 50%;
  height: 100%;
  padding-right: 40px;
}

.object-page__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-page__content {
  display: flex;
  margin-bottom: 20px;
}

.object-page__text {
  width: 50%;
}

.object-page__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #F5B743;
  margin-bottom: 10px;
}

/* End Object Page */

/* Parallax Swiper */

.swiper {
  width: 100%;
  height: 100%;
  background: transparent;
}

.swiper-slide {
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}

.swiper-slide__title {
  font-size: 3rem;
  font-weight: 700;
}

.swiper-slide__text {
  font-size: 1rem;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-image: url("./img/main-slide.jpg");
  background-size: cover;
  background-position: center;
}

.swiper-slide__content {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  max-width: 800px;
  padding: 50px 25px;
  border-radius: 10px;
  z-index: 1;
    position: relative;
}

.swiper-pagination-bullet-active {
  background: #F5B743;
}

.swiper-button {
  background-image: url("./img/icons/arrow.svg");
  background-size: cover;
  width: 30px;
}

.swiper-button-next {
  transform: rotate(270deg);
}

.swiper-button-prev {
  transform: rotate(90deg);
}

.main-slide .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* End Parallax Swiper */

@media(max-width: 1199px) {
  .header-contacts .contacts-item--time {
    display: none;
  }

  .contacts-item--phone {
    margin-right: 0;
  }

  .section--last {
    padding: 10rem 0;
  }

  .header-contacts__btn {
    display: none;
  }

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

  .order-title {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }

  .order-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  /* Service Page */

  .service-page {
    flex-direction: column;
  }

  .service-page__pic {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    height: 350px;
  }

  .service-page__content {
    width: 100%;
  }

  /* End Service Page */

}

@media(max-width: 991px) {
  html {
    font-size: 16px;
  }

  .main-logo {
    margin-right: 20px;
  }

  .contacts-item {
    padding-left: 40px;
  }

  .contacts-item--address {
    margin-right: 20px;
  }

  .service-block__item {
    width: 50%;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about__pic {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .about__left {
    width: 100%;
    padding: 0;
  }

  .about__text-more {
    display: none;
  }

  .about__text {
    margin-bottom: 3%;
  }

  .about__division {
    padding-left: 0;
  }

  .complete-block__item {
    width: 50%;
  }

  .client-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100%/3);
    min-height: 50px;
  }

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

  .question-list {
    width: 100%;
    padding: 0;
  }

  .team-block__item {
    width: calc(100%/3);
  }

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

  .features-block__content {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .features-block__list {
    width: 100%;
    padding: 0;
  }


  .footer-contacts {
    padding-left: 20px;
  }

  /* Object Page */

  .object-page {
    flex-direction: column;
  }

  .object-page__pic {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    height: 350px;
  }

  .object-page__content {
    flex-direction: column;
  }

  .object-page__text {
    width: 100%;
  }

  /* End Object Page */

}

@media(max-width: 767px) {

  .page-header {
    width: 100%;
    text-align: center;
  }

  .page-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .page-slide h1 {
    margin-bottom: 20px;
  }

  .site-header--fixed .header-contacts {
    position: fixed;
    z-index: 30;
    top: -100%;
    left: 0;
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    padding: 10px 15px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  }

  .scroll-up .header-contacts {
    top: 0;
  }

  .scroll-down .header-contacts {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
  }

  .header-top__content {
    border-bottom: none;
  }

  .header-contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin: 0;
  }

  .main-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }

  .header-contacts__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-contacts .contacts-item {
    margin-right: 20px;
    margin-left: auto;
  }

  .site-header--fixed .header-contacts .contacts-item {
    margin-left: 0;
  }

  .main-logo {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
  }

  .header-top__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .header-top .container {
    padding: 0;
  }

  .header-contacts {
    padding: 10px 15px;
  }

  .header-contacts .contacts-item {
    margin: 0;
    margin-right: 10px;
  }

  .header-nav .main-nav {
    display: none;
  }

  .menu-btn--open {
    display: block;
  }

  .main-slide {
    min-height: 450px;
  }

  .main-block__info {
    margin: 0 auto;
    text-align: center;
  }

  .service-block__info {
    width: 100%;
  }

  .order-form__btn {
    margin: 0 auto;
  }

  .blog .entry-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog .entry-content__text,
  .blog .entry-content__pic {
    width: 100%;
  }

  .blog .entry-content__pic {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 10px 0;
  }

  .content-area .feature-block {
    text-align: center;
  }

  .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .feature-item__icon {
    margin-bottom: 20px;
  }

  .feature-item__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .feature-item__border {
    display: none;
  }

  .feature-item__border::after {
    display: none;
  }

  .features-block__item {
    padding: 20px;
    padding-top: 0;
  }

  .order-form {
    padding: 20px;
  }

  .footer-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .footer-contacts__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .footer-contacts__item {
    font-size: 1rem;
  }

  .main-nav-footer {
    display: none;
  }

  .requisites__conf {
    text-align: center;
  }

  input,
  textarea {
    padding: 10px 15px;
  }

  .appointment-form__control {
    margin-bottom: 20px;
  }

  .feedback__item {
    width: 100%;
  }

  .swiper-button {
    display: none;
  }

  .swiper-slide {
    padding: 0;
    text-align: center;
  }

}

@media(max-width: 600px) {

  .search-form {
    padding: 20px;
  }

  .contacts-item--address {
    display: none;
  }

  button.btn.header-contacts__btn {
    display: none;
  }

  .main-block__title {
    font-size: 2rem;
  }

  .complete-block__item {
    width: 100%;
    padding: 0;
  }

  .complete-block__pic {
    margin-bottom: 10px;
  }

  .complete-block__title {
    text-align: center;
  }

  .client-block__item {
    width: 50%;
    text-align: center;
  }

  .team-block__item {
    width: 50%;
  }

  .features-block__subtitle {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 1.2rem;
  }

  .section--last {
    overflow: hidden;
    padding: 6rem 0;
  }

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

  .order-title {
    width: 100%;
  }

  .order-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .order-form__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .order__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .order__item:last-child {
    margin-bottom: 0;
  }

  .order-form__btn {
    margin: 0 auto;
  }

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

  .main-nav-footer {
    width: 100%;
  }

  .footer-contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .contacts-list__item {
    width: 100%;
  }

  .contacts-list__item:last-child {
    margin-bottom: 0;
  }

  .contacts-link {
    padding-left: 30px;
  }

  .contacts-link::before {
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .swiper-slide__title {
    font-size: 2rem;
  }
}

@media(max-width: 480px) {
  html {
    font-size: 14px;
  }

  .contacts-item::before {
    width: 25px;
    height: 25px;
  }

  .service-block__list {
    margin-right: 0;
    margin-left: 0;
  }

  .service-block__item {
    width: 100%;
    padding: 0;
  }

  .team-block__text {
    color: #868686;
    font-size: 1rem;
  }

  .features-block__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    border: none;
  }

  .features-block__item:last-child {
    margin-bottom: 0;
  }

  .features-block__pic {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .swiper-slide__content {
    padding: 30px 15px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1366px !important;
  }
}
.service-item__img {
    width: 100%;
        min-height: 324px;
    object-fit: cover;
}
.complete-block__img {
        min-height: 257px;
    max-height: 297px;
    width: 100%;
        object-fit: fill;
}