html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
ul li {
  display: inline-block;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
button,
input {
  background: 0 0;
}
button {
  cursor: pointer;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 1340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.phone-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 12px 22px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4ce825),
    to(#40bd21)
  );
  background: -o-linear-gradient(top, #4ce825 0, #40bd21 100%);
  background: linear-gradient(180deg, #4ce825 0, #40bd21 100%);
}
.phone-btn:hover:after {
  opacity: 1;
}
.phone-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #63ff3d),
    to(#41dc1b)
  );
  background: -o-linear-gradient(top, #63ff3d 0, #41dc1b 100%);
  background: linear-gradient(180deg, #63ff3d 0, #41dc1b 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.phone-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: block;
}
.phone-btn svg {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  fill: #fff;
}
.mssg-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 34px;
  height: 34px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mssg-item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: #fff;
}
.mssg-item.whatsapp {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4ce825),
    to(#40bd21)
  );
  background: -o-linear-gradient(top, #4ce825 0, #40bd21 100%);
  background: linear-gradient(180deg, #4ce825 0, #40bd21 100%);
}
.mssg-item.telegram {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4cd3fe),
    to(#23add9)
  );
  background: -o-linear-gradient(top, #4cd3fe 0, #23add9 100%);
  background: linear-gradient(180deg, #4cd3fe 0, #23add9 100%);
}
.mssg-item.max {
  background: -o-linear-gradient(
    47deg,
    rgba(67, 214, 255, 1) 0%,
    rgba(90, 140, 255, 1) 50%,
    rgba(143, 63, 255, 1) 100%
  );
  background: linear-gradient(
    43deg,
    rgba(67, 214, 255, 1) 0%,
    rgba(90, 140, 255, 1) 50%,
    rgba(143, 63, 255, 1) 100%
  );
}
.mssg-item:hover {
  opacity: 0.7;
}
.mssg-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 12px 22px;
}
.mssg-btn:hover:after {
  opacity: 1;
}
.mssg-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mssg-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: block;
}
.mssg-btn svg {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  fill: #fff;
}
.mssg-btn.whatsapp {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4ce825),
    to(#40bd21)
  );
  background: -o-linear-gradient(top, #4ce825 0, #40bd21 100%);
  background: linear-gradient(180deg, #4ce825 0, #40bd21 100%);
}
.mssg-btn.whatsapp:after {
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #4ce825),
        to(#40bd21)
      );
  background:
    -o-linear-gradient(
      bottom,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 100%
    ),
    -o-linear-gradient(top, #4ce825 0, #40bd21 100%);
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(180deg, #4ce825 0, #40bd21 100%);
}
.mssg-btn.telegram {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4cd3fe),
    to(#23add9)
  );
  background: -o-linear-gradient(top, #4cd3fe 0, #23add9 100%);
  background: linear-gradient(180deg, #4cd3fe 0, #23add9 100%);
}
.mssg-btn.telegram:after {
  background:
    -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.2))
    ),
    -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #4cd3fe),
        to(#23add9)
      );
  background:
    -o-linear-gradient(
      bottom,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 100%
    ),
    -o-linear-gradient(top, #4cd3fe 0, #23add9 100%);
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 100%
    ),
    linear-gradient(180deg, #4cd3fe 0, #23add9 100%);
}
.mssg-btn.max {
  background: -o-linear-gradient(
    47deg,
    rgba(67, 214, 255, 1) 0%,
    rgba(90, 140, 255, 1) 50%,
    rgba(143, 63, 255, 1) 100%
  );
  background: linear-gradient(
    43deg,
    rgba(67, 214, 255, 1) 0%,
    rgba(90, 140, 255, 1) 50%,
    rgba(143, 63, 255, 1) 100%
  );
}
.mssg-btn.max:after {
  background: rgba(90, 140, 255, 1);
}
.arrow-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  width: 32px;
  height: 32px;
  background: 0 0;
}
.arrow-btn svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #bbb;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke-width: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arrow-btn.next {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.arrow-btn:hover svg {
  stroke: #333;
}
.title-1 {
  display: block;
  color: #333;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}
.btn {
  border-radius: 40px;
  background: #f02f1d;
  width: 100%;
  padding: 14px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #ff6658;
}
.btn-arrow {
  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: 40px;
  height: 40px;
  border-radius: 40px;
  background: #8fd436;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-arrow:hover {
  background: #a6e05c;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}
.tabs-container {
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.tabs-container .list {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
.tabs-container .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-container .list ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 12px;
  border-radius: 40px;
  background: #f6f6f6;
  padding: 10px 18px;
  color: #777;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tabs-container .list ul li.active {
  background: #333;
  color: #f6f6f6;
}
.form-container {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-container form.sent .wpcf7-response-output {
  display: none !important;
}
.form-container p {
  display: block;
}
.form-container span {
  display: block;
  width: 100%;
}
.form-container .wpcf7-not-valid-tip,
.form-container br {
  display: none !important;
}
.form-container .wpcf7-response-output {
  padding: 12px 20px !important;
  margin: 20px 0 0 !important;
  border: none !important;
  background: #f02f1d;
  color: #fff;
  font-size: 14px;
}
.form-container .row {
  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-bottom: 15px;
}
.form-container .row:last-child {
  margin-bottom: 0;
}
.form-container .row.n-2 span.form-field-wrap {
  width: 49%;
}
.form-container .row span.form-field-wrap {
  display: block;
  width: 100%;
}
.form-container .row span.form-field-wrap:last-child {
  margin-right: 0;
}
.form-container .checkbox-field {
  margin-top: 12px;
  display: block;
}
.input-field {
  width: 100%;
  border-radius: 40px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 25px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  color: #333;
  border: 1px solid #f6f6f6;
  font-weight: 700;
}
.input-field::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}
.input-field::-moz-placeholder {
  font-weight: 400;
  color: #999;
}
.input-field:-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}
.input-field::-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}
.input-field::placeholder {
  font-weight: 400;
  color: #999;
}
.input-field.wpcf7-not-valid {
  border: 1px solid #f02f1d;
}
.input-number {
  position: relative;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-number:hover .button {
  opacity: 1;
}
.input-number .button {
  position: absolute;
  z-index: 3;
  right: 25px;
  width: 10px;
  height: 10px;
  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;
  cursor: pointer;
  opacity: 0;
}
.input-number .button svg {
  width: 10px;
  height: 10px;
  fill: transparent;
  stroke: #333;
  stroke-width: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.input-number .button.plus {
  bottom: 55%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
.input-number .button.minus {
  top: 55%;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.input-number .input-field {
  position: relative;
}
.select-block {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.select-block.active .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.select-block .value_box {
  border-radius: 40px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 25px;
  overflow: hidden;
  cursor: pointer;
  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;
}
.select-block .value_box .value {
  font-size: 16px;
  line-height: 1;
  color: #999;
  font-weight: 400;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.select-block.selected .value_box .value {
  font-weight: 700;
  color: #000;
}
.select-block .value_box svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  fill: transparent;
  stroke: #707070;
  stroke-width: 3;
  width: 14px;
  height: 14px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.select-block select {
  display: none;
}
.select-block .list {
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  width: 100%;
  border-radius: 25px;
  background: #fbfbfb;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.select-block .list .wrapper {
  display: block;
  max-height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.select-block .list .wrapper::-webkit-scrollbar {
  width: 6px;
}
.select-block .list .wrapper::-webkit-scrollbar-track {
  background: #fbfbfb;
}
.select-block .list .wrapper::-webkit-scrollbar-thumb {
  background-color: #ececec;
  border-radius: 20px;
}
.select-block .list .list_item {
  display: block;
  padding: 5px 0;
  line-height: 1;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-block .list .list_item:hover {
  color: #f02f1d;
}
.input-file .wpcf7-form-control-wrap {
  display: none !important;
}
.input-file input {
  display: none;
}
.input-file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 40px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 25px;
  overflow: hidden;
  cursor: pointer;
}
.input-file label svg {
  width: 16px;
  height: 16px;
  fill: #333;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}
.input-file label span {
  font-size: 16px;
  line-height: 1;
  color: #999;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.input-file.add label span {
  color: #000;
  font-weight: 700;
}
.textarea-field {
  width: 100%;
  display: block;
  resize: none;
  border-radius: 25px;
  background: #f6f6f6;
  padding: 12px 25px;
  height: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.textarea-field::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}
.textarea-field::-moz-placeholder {
  font-weight: 400;
  color: #999;
}
.textarea-field:-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}
.textarea-field::-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}
.textarea-field::placeholder {
  font-weight: 400;
  color: #999;
}
.checkbox-field {
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-field.checked label span.ico {
  background: #f02f1d;
  border: 1px solid #f02f1d;
}
.checkbox-field.checked label span.ico svg {
  opacity: 1;
}
.checkbox-field input {
  display: none;
}
.checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.checkbox-field label span.ico {
  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: 16px;
  height: 16px;
  background: #ddd;
  border: 1px solid #777;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox-field label span.ico svg {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #fff;
  opacity: 0;
}
.checkbox-field label span.text {
  width: 100%;
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
.checkbox-field label span.text a {
  color: #777;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.checkbox-field label span.text a:hover {
  text-decoration: none;
}
.menu-sticky {
  height: 0;
  overflow: hidden;
  position: fixed;
  z-index: 12;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 -3px 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 -3px 20px 0 rgba(0, 0, 0, 0.04);
}
.menu-sticky .item {
  width: 32%;
}
.menu-sticky .item .button {
  margin: 0 auto;
  display: block;
}
.menu-sticky .item .button.active .ico.svg svg.fill {
  fill: #8fd436;
}
.menu-sticky .item .button.active .ico.svg svg.stroke {
  stroke: #8fd436;
}
.menu-sticky .item .button.active .text {
  color: #8fd436;
}
.menu-sticky .item .button .ico {
  height: auto;
}
.menu-sticky .item .button .ico.svg {
  display: block;
}
.menu-sticky .item .button .ico.svg svg {
  width: 23px;
  height: 23px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-sticky .item .button .ico.svg svg.fill {
  fill: #000;
}
.menu-sticky .item .button .ico.svg svg.stroke {
  fill: transparent;
  stroke: #000;
}
.menu-sticky .item .button .text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-sticky .item .button.menu.active .ico span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
.menu-sticky .item .button.menu.active .ico span:nth-child(2) {
  opacity: 0;
}
.menu-sticky .item .button.menu.active .ico span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
.menu-sticky .item .button.menu.active .text {
  color: #000;
}
.menu-sticky .item .button.menu .ico {
  display: block;
  margin: 2px auto 0;
  position: relative;
  width: 24px;
  height: 16px;
}
.menu-sticky .item .button.menu .ico span {
  display: block;
  width: 24px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-sticky .item .button.menu .ico span:nth-child(1) {
  top: 0;
}
.menu-sticky .item .button.menu .ico span:nth-child(2) {
  top: 50%;
}
.menu-sticky .item .button.menu .ico span:nth-child(3) {
  top: 100%;
}
.menu-sticky .item .button.menu .text {
  margin-top: 15px;
}
.menu-sticky .mssg_block {
  position: absolute;
  bottom: 100%;
  right: 0;
  border-radius: 25px 25px 0;
  background: #fff;
  -webkit-box-shadow: 0 -3px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-sticky .mssg_block .phone-btn {
  width: 100%;
  margin-bottom: 8px;
}
.menu-sticky .mssg_block .phone-btn svg {
  margin: 0 10px 0 0;
}
.menu-sticky .mssg_block .mssg-btn {
  width: 100%;
  margin-bottom: 8px;
}
.menu-sticky .mssg_block .mssg-btn:last-child {
  margin-bottom: 0;
}
.menu-sticky .mssg_block .mssg-btn svg {
  margin: 0 10px 0 0;
}
.menu-sticky .mssg_block.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobmenu {
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#mobmenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobmenu .wrapper {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
#mobmenu .menu_categories {
  display: block;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
#mobmenu .menu_categories ul li {
  display: block;
  margin-bottom: 12px;
}
#mobmenu .menu_categories ul li:last-child {
  margin-bottom: 0;
}
#mobmenu .menu_categories ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
#mobmenu .menu_main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
#mobmenu .menu_main ul li {
  display: block;
  margin-bottom: 12px;
}
#mobmenu .menu_main ul li:last-child {
  margin-bottom: 0;
}
#mobmenu .menu_main ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
#mobmenu .contacts_box {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobmenu .contacts_box .contacts_block {
  margin-bottom: 25px;
}
#mobmenu .contacts_box .contacts_block:last-child {
  margin-bottom: 0;
}
#mobmenu .contacts_box .contacts_block .title {
  color: #777;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 12px;
}
#mobmenu .contacts_box .phone_box a {
  color: #333;
  font-size: 16px;
  line-height: 1;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
#mobmenu .contacts_box .phone_box a:last-child {
  margin-bottom: 0;
}
#mobmenu .contacts_box .mssg_box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mobmenu .contacts_box .mssg_box div .mssg-item {
  margin-right: 6px;
}
#mobmenu .contacts_box .mssg_box div .mssg-item:last-child {
  margin-right: 0;
}
#mobmenu .contacts_box .adress_box .adress {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#mobmenu .contacts_box .adress_box .worktime {
  margin-top: 25px;
  color: #8fd436;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mobmenu .contacts_box .adress_box .worktime svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  fill: transparent;
  stroke: #8fd436;
}
#header {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  border-bottom: 1px solid #f9f9f9;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}
.header_box {
  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;
}
.h_logo_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 200px;
}
.h_logo_block img {
  max-width: 100%;
  max-height: 60px;
  margin-bottom: -2px;
  display: block;
}
.h_logo_block img.mob {
  display: none;
}
.h_worktime_block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.h_worktime_block img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 28px;
  margin-right: 7px;
}
.h_worktime_blockk {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.h_worktime_blockk img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 28px;
  margin-right: 7px;
}
.h_contacts_box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.h_contacts_box .phone_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.h_contacts_box .phone_box svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #e4e4e4;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.h_contacts_box .phone_box .phone {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4ce825),
    to(#40bd21)
  );
  background: -o-linear-gradient(top, #4ce825 0, #40bd21 100%);
  background: linear-gradient(180deg, #4ce825 0, #40bd21 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.h_contacts_box .phone_box .phone svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}
.h_contacts_box .phone_box div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.h_contacts_box .phone_box div a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3px;
}
.h_contacts_box .phone_box div a:last-child {
  margin-bottom: 0;
}
.h_contacts_box .mssg_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.h_contacts_box .mssg_box .mssg-item {
  margin-right: 5px;
}
.h_contacts_box .mssg_box .mssg-item:last-child {
  margin-right: 0;
}
.h_contacts_box .callback {
  margin-left: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 40px;
  background: #f6f6f6;
  padding: 13px 20px;
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.h_contacts_box .callback:hover {
  background: #f9f9f9;
  color: #8fd436;
}
#menu-desk {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
  position: relative;
  display: block;
  padding: 12px 0;
}
#menu-desk .menu_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
#menu-desk .menu_container .menu_category {
  margin: 3px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(200, 200, 200, 0.1);
  box-shadow: 0 4px 20px 0 rgba(200, 200, 200, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
#menu-desk .menu_container .menu_category.color-1 a.link {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-17.86%, #f22c11),
    color-stop(122.62%, #ff604a)
  );
  background: -o-linear-gradient(bottom, #f22c11 -17.86%, #ff604a 122.62%);
  background: linear-gradient(0deg, #f22c11 -17.86%, #ff604a 122.62%);
}
#menu-desk .menu_container .menu_category.color-1 .menu ul li a:hover {
  color: #f22c11;
}
#menu-desk .menu_container .menu_category.color-2 a.link {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-17.86%, #409eeb),
    color-stop(122.62%, #79c3ff)
  );
  background: -o-linear-gradient(bottom, #409eeb -17.86%, #79c3ff 122.62%);
  background: linear-gradient(0deg, #409eeb -17.86%, #79c3ff 122.62%);
}
#menu-desk .menu_container .menu_category.color-2 .menu ul li a:hover {
  color: #409eeb;
}
#menu-desk .menu_container .menu_category.color-3 a.link {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-17.86%, #88ce2d),
    color-stop(122.62%, #bae483)
  );
  background: -o-linear-gradient(bottom, #88ce2d -17.86%, #bae483 122.62%);
  background: linear-gradient(0deg, #88ce2d -17.86%, #bae483 122.62%);
}
#menu-desk .menu_container .menu_category.color-3 .menu ul li a:hover {
  color: #88ce2d;
}
#menu-desk .menu_container .menu_category a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  line-height: 1;
}
#menu-desk .menu_container .menu_category a.link:after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menu-desk .menu_container .menu_category:hover a.link:after {
  -webkit-transform: rotateZ(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotateZ(-180deg);
}
#menu-desk .menu_container .menu_category:hover .menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#menu-desk .menu_container .menu_category .menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 450px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menu-desk .menu_container .menu_category .menu ul {
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
#menu-desk .menu_container .menu_category .menu ul li {
  display: block;
  margin-bottom: 10px;
}
#menu-desk .menu_container .menu_category .menu ul li a {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menu-desk .menu_container .menu_link {
  margin: 3px 0;
  border-radius: 40px;
  background: #f6f6f6;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menu-desk .menu_container .menu_link:hover {
  background: #f9f9f9;
  color: #8fd436;
}
#categories-section {
  padding: 40px 0;
}
#categories-section .categories_box {
  margin-top: 30px;
}
#categories-section .categories_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#categories-section .categories_group .left_wrapper {
  width: 60%;
}
#categories-section .categories_group .left_wrapper .category_block {
  margin-bottom: 20px;
}
#categories-section .categories_group .left_wrapper .category_block:last-child {
  margin-bottom: 0;
}
#categories-section
  .categories_group
  .left_wrapper
  .category_block:nth-child(1)
  .image {
  width: 500px;
  right: -240px;
  bottom: -60px;
}
#categories-section
  .categories_group
  .left_wrapper
  .category_block:nth-child(2)
  .image {
  width: 685px;
  right: -300px;
  bottom: -140px;
}
#categories-section .categories_group .right_wrapper {
  width: 38.5%;
}
#categories-section .categories_group .right_wrapper.category_block .link_list {
  width: 100%;
}
#categories-section .categories_group .right_wrapper.category_block .image {
  width: 530px;
  right: -115px;
  bottom: -100px;
}
#categories-section .category_block {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right center;
  padding: 40px;
}
#categories-section .category_block.color-1 .link_list ul li a {
  background: #e83a24;
  color: rgba(255, 255, 255, 0.9);
}
#categories-section .category_block.color-2 .link_list ul li a {
  background: #3498ea;
  color: rgba(255, 255, 255, 0.9);
}
#categories-section .category_block.color-3 .link_list ul li a {
  background: #83cb25;
  color: rgba(255, 255, 255, 0.9);
}
#categories-section .category_block .title_box {
  display: block;
  position: relative;
  z-index: 2;
}
#categories-section .category_block .title_box p {
  position: relative;
}
#categories-section .category_block .title_box p span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.31);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.31);
  padding: 14px 24px;
  color: #333;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}
#categories-section .category_block .title_box p span:nth-child(1) {
  -webkit-transform: rotateZ(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotateZ(-3deg);
}
#categories-section .category_block .title_box p span:nth-child(2) {
  -webkit-transform: rotateZ(5deg);
  -ms-transform: rotate(5deg);
  transform: rotateZ(5deg);
  margin-left: 100px;
  margin-top: -10px;
}
#categories-section .category_block .link_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 72%;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
#categories-section .category_block .link_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#categories-section .category_block .link_list ul li {
  display: block;
  margin-right: 6px;
  margin-bottom: 6px;
}
#categories-section .category_block .link_list ul li a {
  display: block;
  padding: 8px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#categories-section .category_block .link_list ul li a:hover {
  opacity: 0.8;
}
#categories-section .category_block .image {
  position: absolute;
}
#portfolio-section {
  padding: 40px 0;
}
#portfolio-section .link_category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#portfolio-section .link_category.hide {
  display: none !important;
}
#portfolio-section .link_category:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  color: #777;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#portfolio-section .link_category:hover {
  color: #000;
}
#portfolio-section .link_category:hover:after {
  color: #000;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#portfolio-section .title_box {
  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-section .title_box .link_category {
  display: none;
}
#portfolio-section .tabs_box {
  margin-top: 25px;
}
#portfolio-section .portfolio_box {
  margin-top: 20px;
  position: relative;
}
#portfolio-section .portfolio_box.load:after {
  opacity: 1;
  visibility: visible;
}
#portfolio-section .portfolio_box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#portfolio-section .portfolio_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#portfolio-section .portfolio_photos a {
  display: block;
  width: 16%;
  margin-right: calc(4% / 5);
  aspect-ratio: 1;
  margin-bottom: 10px;
}
#portfolio-section .portfolio_photos a:nth-child(6n) {
  margin-right: 0;
}
#portfolio-section .portfolio_photos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  margin-bottom: -2px;
}
#portfolio-section .btn_load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px auto 0;
  border-radius: 40px;
  background: #333;
  padding: 12px 22px;
  color: #f6f6f6;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#portfolio-section .btn_load svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
  margin-left: 8px;
  fill: transparent;
  stroke: #f6f6f6;
  stroke-width: 3;
}
#portfolio-section .btn_load:hover {
  background: #505050;
}
#portfolio-section .btn_load.hide {
  display: none;
}
#about-section {
  padding: 40px 0;
}
#about-section .about_box {
  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-section .about_box .content_box {
  width: 50%;
}
#about-section .about_box .content_box .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
#about-section .about_box .content_box .benefits li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
#about-section .about_box .content_box .benefits li:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 12px;
}
#about-section .about_box .content_box .benefits li:nth-child(1):before {
  background: #f02f1d;
}
#about-section .about_box .content_box .benefits li:nth-child(2):before {
  background: #62b4f7;
}
#about-section .about_box .content_box .benefits li:nth-child(3):before {
  background: #8fd436;
}
#about-section .about_box .content_box .text_box {
  margin-top: 20px;
}
#about-section .about_box .content_box .text_box p {
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
#about-section .about_box .content_box .text_box p strong {
  font-weight: 700;
}
#about-section .about_box .content_box .mssg_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
#about-section .about_box .content_box .mssg_box p {
  color: #333;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#about-section .about_box .content_box .mssg_box div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}
#about-section .about_box .content_box .mssg_box div .mssg-item {
  margin-right: 6px;
}
#about-section .about_box .content_box .mssg_box div .mssg-item:last-child {
  margin-right: 0;
}
#about-section .about_box .image_box {
  width: 45%;
}
#about-section .about_box .image_box img {
  width: 100%;
}
#about-section .about_box .image_box img.mob {
  display: none;
}
#equipment-section {
  padding: 40px 0;
}
#equipment-section .title_box {
  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;
}
#equipment-section .title_box .arrows_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#equipment-section .title_box .arrows_box .arrow-btn {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
#equipment-section .title_box .arrows_box .arrow-btn:last-child {
  margin-right: 0;
}
#equipment-section .slider_box {
  margin-top: 30px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#equipment-section .slider_box .slider .slide {
  margin: 0 10px;
}
#equipment-section .slider_box .slider .slide .block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 270px;
}
#equipment-section .slider_box .slider .slide .block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.8)),
    color-stop(50.24%, rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.05) 50.24%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.05) 50.24%,
    rgba(0, 0, 0, 0) 100%
  );
}
#equipment-section .slider_box .slider .slide .block .content {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
#equipment-section .slider_box .slider .slide .block .content div p {
  color: #f6f6f6;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
#equipment-section .slider_box .slider .slide .block .content div span {
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
}
#benefits-section {
  padding: 40px 0;
}
#benefits-section .benefits_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 50px 30px;
  border-radius: 35px;
  overflow: hidden;
}
#benefits-section .benefits_container .benefits_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
#benefits-section .benefits_container .benefits_box .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#benefits-section .benefits_container .benefits_box .item:hover {
  -webkit-transform: rotateZ(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotateZ(-4deg);
}
#benefits-section .benefits_container .benefits_box .item.image div .text {
  width: 80%;
}
#benefits-section .benefits_container .benefits_box .item:nth-child(3n) {
  margin-right: 0;
}
#benefits-section .benefits_container .benefits_box .item div {
  position: relative;
  z-index: 2;
}
#benefits-section .benefits_container .benefits_box .item div .title {
  color: #333;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}
#benefits-section .benefits_container .benefits_box .item div .text {
  margin-top: 12px;
  color: #777;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#benefits-section .benefits_container .benefits_box .item img {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 120px;
}
#cta-section {
  padding: 40px 0;
}
#cta-section .cta_container {
  border-radius: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
#cta-section .cta_container .content_box {
  width: 48%;
}
#cta-section .cta_container .content_box .title {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}
#cta-section .cta_container .content_box .text {
  color: #ddd;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 12px;
}
#cta-section .cta_container .form_box {
  width: 48%;
}
#clients-section {
  padding: 40px 0;
}
#clients-section .clients_box {
  margin: 0 auto;
  position: relative;
}
#clients-section .clients_box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#clients-section .clients_box .slider.right {
  margin-top: -30px;
}
#clients-section .clients_box .slider .slide {
  width: 220px;
  height: 116px;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0 3px 20px 0 rgba(14, 21, 81, 0.06);
  box-shadow: 0 3px 20px 0 rgba(14, 21, 81, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 10px;
  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;
}
#clients-section .clients_box .slider .slide img {
  max-width: 70%;
  max-height: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#feedback-section {
  padding: 40px 0;
}
#feedback-section .subtitle_box {
  margin-top: 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;
}
#feedback-section .subtitle_box .rating .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#feedback-section .subtitle_box .rating .title span {
  padding: 1px 6px;
  border-radius: 5px;
  background: #50be1c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#feedback-section .subtitle_box .rating .text {
  color: #777;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 8px;
}
#feedback-section .subtitle_box .arrows_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#feedback-section .subtitle_box .arrows_box .arrow-btn {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
#feedback-section .subtitle_box .arrows_box .arrow-btn:last-child {
  margin-right: 0;
}
#feedback-section .feedback_slider {
  margin-top: 10px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
#feedback-section .feedback_slider .feedback {
  margin: 20px;
}
#feedback-section .feedback_slider .feedback .block {
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(14, 21, 81, 0.06);
  box-shadow: 0 3px 20px 0 rgba(14, 21, 81, 0.06);
  overflow: hidden;
}
#feedback-section .feedback_slider .feedback .block img {
  width: 100%;
  margin-bottom: -2px;
}
#faq-section {
  padding: 40px 0;
}
#faq-section .title-1 {
  text-align: center;
}
#faq-section .faq_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 50px;
  border-radius: 35px;
}
#faq-section .faq_box .faq_list {
  margin-top: 40px;
}
#faq-section .faq_box .faq_list .faq {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  padding: 20px 30px;
  cursor: pointer;
  margin-bottom: 20px;
}
#faq-section .faq_box .faq_list .faq:last-child {
  margin-bottom: 0;
}
#faq-section .faq_box .faq_list .faq:hover .head svg {
  stroke: #8fd436;
}
#faq-section .faq_box .faq_list .faq.show .head p {
  color: #8fd436;
}
#faq-section .faq_box .faq_list .faq.show .head svg {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
#faq-section .faq_box .faq_list .faq .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#faq-section .faq_box .faq_list .faq .head p {
  color: #333;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
#faq-section .faq_box .faq_list .faq .head svg {
  fill: transparent;
  stroke: #333;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#faq-section .faq_box .faq_list .faq .content {
  width: 95%;
  height: 0;
  overflow: hidden;
  color: #777;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#faq-section .faq_box .faq_list .faq .content p {
  margin-top: 15px;
}
#form-section {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
#form-section .form_container {
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 35px;
  overflow: hidden;
  padding: 45px 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;
}
#form-section .form_container .content_box {
  width: 100%;
}
#form-section .form_container .content_box .title {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}
#form-section .form_container .content_box .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
  width: 80%;
}
#form-section .form_container .form_box {
  width: 325px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#form-section .form_container .form_box form {
  display: block;
  padding: 5px 5px 5px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  background: #f6f6f6;
}
#form-section .form_container .form_box form .wpcf7-not-valid-tip,
#form-section .form_container .form_box form .wpcf7-response-output {
  display: none !important;
}
#form-section .form_container .form_box form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#form-section .form_container .form_box form p span {
  width: 100%;
}
#form-section .form_container .form_box form p span input {
  padding: 0;
  border: none !important;
}
#form-section
  .form_container
  .form_box
  form
  p
  span
  input.wpcf7-not-valid::-webkit-input-placeholder {
  color: #f02f1d;
}
#form-section
  .form_container
  .form_box
  form
  p
  span
  input.wpcf7-not-valid::-moz-placeholder {
  color: #f02f1d;
}
#form-section
  .form_container
  .form_box
  form
  p
  span
  input.wpcf7-not-valid:-ms-input-placeholder {
  color: #f02f1d;
}
#form-section
  .form_container
  .form_box
  form
  p
  span
  input.wpcf7-not-valid::-ms-input-placeholder {
  color: #f02f1d;
}
#form-section
  .form_container
  .form_box
  form
  p
  span
  input.wpcf7-not-valid::placeholder {
  color: #f02f1d;
}
#form-section .form_container .form_box .politic {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
#form-section .form_container .form_box .politic a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#form-section .form_container .form_box .politic a:hover {
  text-decoration: none;
}
#form-section .form_container .form_box .mssg_box {
  margin-top: 25px;
}
#form-section .form_container .form_box .mssg_box p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
#form-section .form_container .form_box .mssg_box div {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#form-section .form_container .form_box .mssg_box div .mssg-btn {
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#form-section .form_container .form_box .mssg_box div .mssg-btn:last-child {
  margin-right: 0;
}
#footer {
  display: block;
  background: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 115px;
  margin-top: -60px;
}
#footer .foo_title {
  color: #999;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer_box {
  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;
}
.footer_menu_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.footer_menu_box .foo_menu {
  max-width: 25%;
}
.footer_menu_box .foo_menu ul {
  display: block;
}
.footer_menu_box .foo_menu ul li {
  margin-bottom: 12px;
  display: block;
}
.footer_menu_box .foo_menu ul li:last-child {
  margin-bottom: 0;
}
.footer_menu_box .foo_menu ul li a {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_menu_box .foo_menu ul li a:hover {
  opacity: 0.7;
}
.footer_contacts_box {
  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-negative: 0;
  flex-shrink: 0;
  width: 390px;
  margin-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_contacts_box .adresses_box,
.footer_contacts_box .contacts_box {
  width: 45%;
}
.footer_contacts_box .contacts_box .adress_box,
.footer_contacts_box .contacts_box .worktime {
  display: none;
}
.footer_contacts_box .adress_box .adress {
  color: #f6f6f6;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.footer_contacts_box .worktime {
  color: #8fd436;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.footer_contacts_box .worktime svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  fill: transparent;
  stroke: #8fd436;
}
.footer_contacts_box .email_box {
  margin-top: 25px;
}
.footer_contacts_box .email_box a {
  color: #f6f6f6;
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.footer_contacts_box .phone_box .phone_list a {
  margin-bottom: 8px;
  display: block;
}
.footer_contacts_box .phone_box .phone_list a:last-child {
  margin-bottom: 0;
}
.footer_contacts_box .phone_box .phone_list a .number {
  color: #f6f6f6;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer_contacts_box .phone_box .phone_list a .text {
  display: none;
  color: #f6f6f6;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6px;
}
.footer_contacts_box .callback {
  margin-top: 15px;
  font-size: 14px;
}
.footer_contacts_box .mssg_box {
  margin-top: 25px;
}
.footer_contacts_box .mssg_box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_contacts_box .mssg_box div .mssg-item {
  margin-right: 6px;
}
.footer_contacts_box .mssg_box div .mssg-item:last-child {
  margin-right: 0;
}
.footer_contacts_box .mssg_box .email {
  display: none;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.footer_contacts_box .politic {
  color: #999;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-top: 25px;
}
.footer_contacts_box .politic:hover {
  color: #fff;
}
.footer_info_box {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  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;
  border-top: 1px solid #484848;
}
.footer_info_box p {
  color: #999;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.footer_info_box a.webdo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #999;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_info_box a.webdo svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: #999;
  margin-left: 2px;
  margin-top: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_info_box a.webdo:hover {
  color: #fff;
}
.footer_info_box a.webdo:hover svg {
  fill: #fff;
}
.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal-window.active {
  opacity: 1;
  visibility: visible;
}
.modal-window.active .modal-block {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal-window .placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-window .wrapper {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-window .modal-block {
  width: 600px;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 40px;
  border-radius: 35px;
  background: #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal-window .modal-block .close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 22px;
  height: 22px;
  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;
  cursor: pointer;
}
.modal-window .modal-block .close svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  fill: transparent;
  stroke: #777;
}
.modal-window .modal-block .title {
  text-align: center;
  color: #333;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}
.modal-window .modal-block .form-container {
  margin-top: 30px;
}
.modal-window .modal-block .form-container input.subject {
  display: none !important;
}
.modal-window .modal-block .menu-placeholder {
  display: none;
}
.modal-done {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal-done.active {
  opacity: 1;
  visibility: visible;
}
.modal-done.active .modal-block {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal-done .placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-done .wrapper {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-done .modal-block {
  width: 470px;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 40px;
  border-radius: 35px;
  background: #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal-done .modal-block .close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 22px;
  height: 22px;
  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;
  cursor: pointer;
}
.modal-done .modal-block .close svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  fill: transparent;
  stroke: #777;
}
.modal-done .modal-block .title {
  text-align: center;
  color: #333;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}
.modal-done .modal-block .text {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.modal-done .modal-block a {
  margin: 15px auto 0;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
}
.modal-done .modal-block .menu-placeholder {
  display: none;
}
