@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */


hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

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

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

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

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

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

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

body {
  height: 100%;
}

input {
  border: 0;
  outline: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

.wrapper {
  /*height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

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

/*global*/

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 35px;
  line-height: 57px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 39px;
}

.title::before {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/title-icon.svg") no-repeat 100% 100%;
  mask: url("../img/title-icon.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #2F9666;
  width: 148px;
  height: 15px;
  bottom: 0;
}

.btn {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 0px;
  text-align: center;
}

.btn__link {
  position: relative;
  padding: 17px 42px;
  background-color: #2F9666;
  border-radius: 0px 10px;
  border: 1px solid transparent;
  color: #fff;
}

.btn__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.103);
  border-radius: 0px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn__link:hover::before {
  width: 100%;
}

/*global*/

.header__inner {
  padding-top: 22px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 18px;
}

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

.logo__title {
  font-family: "HelveticaNeueCyr";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  color: #1B2327;
  max-width: 178px;
  margin-left: 20px;
}

.logo__title-footer {
  color: #2F9666;
}

.header-service-list {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #2F9666;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 8px;
}

.header-service-list__item:first-child {
  margin-bottom: 5px;
}

.header-service-list__link {
  position: relative;
  padding: 1px 0px;
  padding-left: 33px;
}

.header-service-list__link:before {
  position: absolute;
  content: "";
  left: 0;
}

.header-service-list__link-grade {
  width: 16px;
  height: 20px;
  background-image: url("../img/calc-icon.svg");
  background-repeat: no-repeat;
  background-size: 15px 18px;
}

.header-service-list__link-presentation {
  width: 21px;
  height: 21px;
  background-image: url("../img/play-icon.svg");
  background-repeat: no-repeat;
  background-size: 17px;
}

.contacts-list {
  font-family: "HelveticaNeueCyr";
  font-size: 16px;
  line-height: 21px;
  color: #1B2327;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 8px;
}

.contacts-list__item:first-child {
  margin-bottom: 5px;
}

.contacts-list__link {
  position: relative;
  padding-left: 33px;
}

.contacts-list__link:before {
  position: absolute;
  content: "";
  left: 0;
}

.contacts-list__link-worktime {
  width: 21px;
  height: 21px;
  background-image: url("../img/worktime-icon.svg");
  background-repeat: no-repeat;
  background-size: 17px;
}

.contacts-list__link-mail {
  width: 17.48px;
  height: 11.77px;
  background-image: url("../img/mail-icon.svg");
  background-repeat: no-repeat;
}

.contacts-list__link-address {
  width: 15px;
  height: 19px;
  background-image: url("../img/address-icon.svg");
  background-repeat: no-repeat;
  padding-bottom: 1px;
}

.phone-list {
  position: relative;
  font-family: "HelveticaNeueCyr";
  font-size: 16px;
  line-height: 21px;
  color: #1B2327;
  padding-left: 21px;
}

.phone-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone-list__link {
  margin-right: 8px;
}

.phone-list::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 19px;
  background-image: url("../img/phone-icon.svg");
  background-repeat: no-repeat;
  left: 0;
}

.btn-feedback {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 21px;
  color: #1B2327;
  padding: 12px 0px;
}

.btn-feedback__link {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border: 1px solid #2F9666;
  border-radius: 0px 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.btn-feedback__link:hover {
  color: #ffffff;
  background-color: #2F9666;
}

.btn-feedback.btn-feedback-mobile {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #99AEB9;
}

.phone-list.phone-list-mobile {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  color: #99AEB9;
}

.header-service-list.header-service-list-mobile {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.phone-list.phone-list-mobile > .phone-list__item {
  margin-bottom: 10px;
}

.header-service-list.header-service-list-mobile > .header-service-list__item {
  margin-bottom: 20px;
}

.menu-mobile-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.menu-mobile-search__text {
  border-radius: 0px 10px;
  padding: 10px;
  padding-right: 41px;
}

.menu-mobile-search > span {
  position: absolute;
  top: 6px;
  right: 50px;
  width: 21px;
  height: 21px;
  background-image: url("../img/search-icon.svg");
}

.mobile-footer {
  background-color: #1b2327;
  padding-bottom: 40px;
  padding-top: 40px;
}

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

.header-bottom-list__item-search {
  position: relative;
  background-color: #2F9666;
}

.header-bottom-list__link {
  position: relative;
}
.header-bottom-list  .menu-item-has-children .sub-menu {
  position: absolute;
  background: #1b2327;
  left: -20px;
  padding: 20px 0;
  width: 234px;
  z-index: 222;
  top:  -1250px;
  transition: all 0.2s ease;
}
.header-bottom-list  .menu-item-has-children:hover>.sub-menu {
  top: 16px;
  transition: all 0.2s ease;
  z-index: 999999;
}
.header-bottom-list  .menu-item-has-children:hover>.sub-menu li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 20px;
}
.header-bottom-list  .menu-item-has-children:hover>.sub-menu li::before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #2F9666;
  bottom: 0px;
  z-index: 10;
  -webkit-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

.header-bottom-list  .menu-item-has-children .sub-menu .sub-menu {
  left:  100%;
  top:  -1250px;
  transition: all 0.2s ease;
}
.header-bottom-list  .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  top:  0px;
  transition: all 0.2s ease;

}
.header-bottom-list  .menu-item-has-children .sub-menu li:before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #2F9666;
  bottom: 0px;
  z-index: 10;
  -webkit-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.header-bottom-list  .menu-item-has-children .sub-menu li:hover::before {
  width: 70%;
}

.header-bottom-list__link::before {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  bottom: -17px;
  height: 2px;
  background-color: #2F9666;
  z-index: 10;
  -webkit-transition: width 0.4s ease-out;
  -o-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

.header-bottom-list__link:hover::before {
  width: 100%;
}

.header-bottom-list__link-search {
  display: block;
  padding-left: 17px;
  padding-right: 14px;
  padding-top: 17px;
  padding-bottom: 14px;
  background-color: #2F9666;
}

.header-bottom__inner {
  background-color: #1B2327;
}

.header-bottom__inner .nav {
  display: flex;
  justify-content: space-around;
}
.header-bottom__inner .nav #menu {
  width: calc(100%);
  height: 58px;
}
.form-search__input {
  display: none;
}

.header-bottom-list {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer {
  background-color: #1B2327;
  padding-top: 41px;
  padding-bottom: 41px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.footer-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "HelveticaNeueCyr";
  color: #99AEB9;
  font-size: 16px;
  line-height: 21px;
  max-width: 200px;
}

.footer-services-list__item:not(:last-child) {
  margin-bottom: 24px;
}

.contacts-list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "HelveticaNeueCyr";
  color: #99AEB9;
  font-size: 16px;
  line-height: 21px;
}

.contacts-list-footer__item {
  position: relative;
  max-width: 200px;
}

.contacts-list-footer__item:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-list-footer__item:last-child {
  margin-top: 6px;
}

.contacts-list-footer__item::before {
  position: absolute;
  content: "";
  left: -33px;
  top: 2px;
}

.contacts-list-footer__item-address::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 19px;
  background-image: url("../img/address-icon.svg");
  background-repeat: no-repeat;
  left: -31px;
}

.contacts-list-footer__item-mail::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 14px;
  background-image: url("../img/mail-icon.svg");
  background-repeat: no-repeat;
}

.contacts-list-footer__item-worktime::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("../img/worktime-icon.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}

.phone-list-footer {
  color: #99AEB9;
  margin-bottom: 20px;
}

.btn-feedback-footer {
  color: #99AEB9;
  text-align: center;
  margin-bottom: 20px;
}

.header-service-list-footer {
  max-width: 165px;
  margin: 0 auto;
}

.header-service-list-footer__item:not(:last-child) {
  margin-bottom: 12px;
}

.header-service-list__link:hover {
  opacity: 0.9;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.contacts-list__link:hover {
  color: #2F9666;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.phone-list__link:hover {
  color: #2F9666;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.feedback-form__submit:hover {
  background-color: #2d8e60;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.publication-preview-info__link:hover {
  text-decoration: underline;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.footer-services-list__link:hover {
  color: #2F9666;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.contacts-list-footer__link:hover {
  color: #2F9666;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.certificates-list__item:hover {
  -webkit-box-shadow: -1px 2px 52px -12px #c9e7d9;
  box-shadow: -1px 2px 52px -12px #c9e7d9;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.footer-copyright {
  font-family: Calibri, sans-serif;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #99AEB9;
}

.appraisal {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 31, 40, 0.945))), url("../img/appr.webp");
  background: -o-linear-gradient(rgba(12, 31, 40, 0.945)), url("../img/appr.webp");
  background: linear-gradient(rgba(12, 31, 40, 0.945)), url("../img/appr.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 35px;
  padding-bottom: 69px;
}

.appraisal__title {
  color: #ffffff;
  margin-bottom: 64px;
}

.appraisal-list {
  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;
  max-width: 841px;
  margin: 0 -90px;
  margin: 0 auto;
}

.appraisal-list__item {
  margin: 0 90px;
}

.appraisal-list__item:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 75px;
}

.successful-appraisal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.successful-appraisal__number {
  position: relative;
  font-family: "Akrobat";
  font-weight: 900;
  font-size: 64px;
  line-height: 57px;
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.successful-appraisal__number::before {
  position: absolute;
  content: '+';
  left: -40px;
}

.successful-appraisal__object {
  font-family: Calibri, sans-serif;
  text-align: right;
  max-width: 90px;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

.appraisal-list__item:nth-child(1) > .successful-appraisal > .successful-appraisal__number {
  color: #C9B81A;
}

.appraisal-list__item:nth-child(2) > .successful-appraisal > .successful-appraisal__number {
  color: #2F9666;
}

.appraisal-list__item:nth-child(3) > .successful-appraisal > .successful-appraisal__number {
  color: #E57979;
}

.appraisal-list__item:nth-child(4) > .successful-appraisal > .successful-appraisal__number {
  color: #CE92E9;
}

.appraisal-list__item:nth-child(5) > .successful-appraisal > .successful-appraisal__number {
  color: #D49535;
}

.appraisal-list__item:nth-child(6) > .successful-appraisal > .successful-appraisal__number {
  color: #3EA8B5;
}

.about-video__inner {
  padding-top: 51px;
  padding-bottom: 71px;
}

.about-video__video {
  max-width: 1100px;
  margin: 0 auto;
}

.certificates__inner {
  padding-bottom: 66px;
  padding-top: 41px;
}

.certificates-list {
  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-bottom: 38px;
  margin: 0 -10px;
}

.certificates-list__item {
  margin: 0 10px;
  margin-bottom: 24px;
}

.certificates-list__link {
  display: block;
  padding: 10px 10px 9px 10px;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.12);
}

.banks {
  padding-bottom: 63px;
  padding-top: 60px;
  background-color: #E7EBEF;
}

.banks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.banks-list__item {
  width: 388px;
  height: 114px;
  margin: 0 9px;
  margin-bottom: 20px;
}

.banks-list__link {
  position: relative;
  display: block;
  border-radius: 0px 35px;
  background-color: #ffffff;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}

.banks-list__link img {
  max-height: 90px;
  height: auto;
  max-width: 190px;
}

.partners .banks-list__link img {
  height: 50px;
}
.banks-list__link:hover {
  -webkit-box-shadow: -1px 2px 42px -12px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 2px 42px -12px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.publishing-preview {
  background-color: #E7EBEF;
  padding-top: 41px;
  padding-bottom: 47px;
}

.publishing-preview-list {
  margin-bottom: 44px;
}

.publishing-preview-list__item {
  background-color: #ffffff;
  border-radius: 0px 35px 0px 35px;
}

.publishing-preview-list__item:not(:last-child) {
  margin-bottom: 18px;
}

.publication-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.publication-preview__img {
  border-radius: 0px 35px;
  min-width: auto;
  min-height: 100%;
  max-width: 500px;
}

.publication-preview > picture {
  min-width: 290px;
  width: 290px;
  height: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.publication-preview-info {
  margin-left: 42px;
  padding-right: 33px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.publication-preview-info__title {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 25px;
  line-height: 57px;
  color: #1B2327;
}

.publication-preview-info__text {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
  margin-bottom: 10px;
}

.publication-preview-info__link {
  display: block;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #2F9666;
  text-align: right;
}

.publication-preview-info__btn {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #2F9666;
  text-align: right;
}

.map iframe {
  width: 100%;
}

.services__inner {
  padding-top: 34px;
  padding-bottom: 76px;
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.services-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 9px;
  border: 2px solid #F7EC8C;
  border-radius: 0px 35px;
  padding: 75px 21px 44px 27px;
  max-width: 385px;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 108px;
  margin-bottom: 21px;
}

.service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  min-height: 57px;
  margin-bottom: 27px;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.service-list__item:not(:last-child) {
  padding-bottom: 13px;
  border-bottom: 1px dashed #B8B8B8;
}

.service-list__item:not(:last-child) {
  margin-bottom: 13px;
  border-bottom: 1px dashed #B8B8B8;
}

.service-list__item-name {
  max-width: 176px;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #1B2327;
  margin-right: 35px;
}

.service-list__item-price {
  font-family: Calibri, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1B2327;
  background-color: #F5F7A9;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 124px;
  text-align: right;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.services-list__item:nth-child(1) > .service > .service-list > .service-list__item > .service-list__item-name:hover {
  color: #C9B81A;
}

.services-list__item:nth-child(2) > .service > .service-list > .service-list__item > .service-list__item-name:hover {
  color: #2F9666;
}

.services-list__item:nth-child(3) > .service > .service-list > .service-list__item > .service-list__item-name:hover {
  color: #3EA8B5;
}

.services-list__item:nth-child(4) > .service > .service-list > .service-list__item > .service-list__item-name:hover {
  color: #CE92E9;
}

.services-list__item:nth-child(5) > .service > .service-list > .service-list__item > .service-list__item-name:hover {
  color: #E57979;
}

.services-list__item:nth-child(6) > .service > .service-list > .service-list__item > .service-list__item-name:hover {
  color: #D49535;
}

.services-list__item:nth-child(2) {
  border-color: #C9E7D9;
}

.services-list__item:nth-child(2) > .service > .service-list > .service-list__item > .service-list__item-price:nth-child(2) {
  background-color: #C9E7D9;
}

.services-list__item:nth-child(1):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(245, 247, 169, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(245, 247, 169, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.services-list__item:nth-child(2):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(201, 231, 217, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(201, 231, 217, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.services-list__item:nth-child(3):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(172, 228, 235, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(172, 228, 235, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.services-list__item:nth-child(4):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(234, 214, 243, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(234, 214, 243, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.services-list__item:nth-child(5):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(239, 201, 201, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(239, 201, 201, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.services-list__item:nth-child(6):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(253, 225, 183, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(253, 225, 183, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.services-list__item:nth-child(3) {
  border-color: #ACE4EB;
}

.services-list__item:nth-child(3) > .service > .service-list > .service-list__item > .service-list__item-price:nth-child(2) {
  background-color: #D5F7FB;
}

.services-list__item:nth-child(4) {
  border-color: #EAD6F3;
}

.services-list__item:nth-child(4) > .service > .service-list > .service-list__item > .service-list__item-price:nth-child(2) {
  background-color: #EAD6F3;
}

.services-list__item:nth-child(5) {
  border-color: #EFC9C9;
}

.services-list__item:nth-child(5) > .service > .service-list > .service-list__item > .service-list__item-price:nth-child(2) {
  background-color: #EFC9C9;
}

.services-list__item:nth-child(6) {
  border-color: #FDE1B7;
}

.services-list__item:nth-child(6) > .service > .service-list > .service-list__item > .service-list__item-price:nth-child(2) {
  background-color: #FDE1B7;
}

.reviews-slider {
  position: relative;
}

.partners {
  background-color: #2F9666;
  padding-top: 40px;
  padding-bottom: 45px;
}

.partners__title {
  color: #ffffff;
}

.partners__title::before {
  background-color: #ffffff;
}

.partners-slider {
  position: relative !important;
  padding-bottom: 35px;
}

.swiper-pagination-partners.swiper-pagination-horizontal {
  text-align: center;
}

.swiper-pagination-partners > .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
}

.swiper-pagination-partners > .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  background-color: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-partners {
  position: absolute;
  bottom: 0px !important;
}

.swiper-pagination-partners > .swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 1px solid #ffffff;
}

.swiper-pagination-partners > .swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-partners > .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-slide-hero {
  padding-right: 175px;
}

.hero {
  background-color: #E7EBEF;
}

.hero__inner {
  position: relative;
  padding-top: 154px;
  padding-bottom: 168px;
}

.hero-img {
  position: absolute;
  right: -220px;
  bottom: -10px;
}

.hero-info {
  position: relative;
  z-index: 2;
}

.hero-info__title {
  font-family: "Akrobat";
  font-weight: 900;
  font-size: 43px;
  line-height: 50px;
  color: #1B2327;
  text-transform: uppercase;
  max-width: 371px;
  margin-bottom: 44px;
}

.btn-hero {
  text-align: left;
}

.hero-slider {
  position: relative !important;
}

.swiper-slide {
  position: relative;
}

.swiper-pagination-hero {
  z-index: 10 !important;
}

.swiper-pagination-hero.swiper-pagination-horizontal {
  text-align: center;
}

.swiper-pagination-hero > .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
}

.swiper-pagination-hero > .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  background-color: #ffffff !important;
  opacity: 1 !important;
}

.swiper-pagination-hero {
  position: absolute;
  bottom: 20px !important;
}

.swiper-pagination-hero > .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}

.swiper-pagination-hero > .swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-hero > .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-color: #2F9666;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feedback__inner {
  padding-top: 52px;
  padding-bottom: 67px;
}

.feedback__title {
  margin-bottom: 111px;
}

.feedback-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1B2327;
  padding-top: 69px;
  padding-left: 49px;
  padding-bottom: 61px;
  border-radius: 0px 90px;
  position: relative;
}

.feedback-order__img {
  position: absolute;
  right: -23px;
  top: -56px;
}

.feedback-form__label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.feedback-form__label:first-child {
  margin-right: 14px;
}

.feedback-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 339px;
}

.feedback-form__input {
  border-radius: 0px 10px;
  margin-bottom: 18px;
  padding: 18px 28px 18px 28px;
  font-family: "HelveticaNeueCyr";
  font-style: italic;
  font-weight: 550;
  font-size: 16px;
  line-height: 21px;
  color: #535353;
}

.feedback-form__submit {
  background-color: #2F9666;
  color: #ffffff;
  border-radius: 0px 10px;
  padding: 18px 0px;
  cursor: pointer;
  font-family: Akrobat;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
}

.feedback-form__textarea {
  height: 132px;
  border-radius: 0px 10px;
  font-family: "HelveticaNeueCyr";
  font-style: italic;
  font-weight: 550;
  font-size: 16px;
  line-height: 21px;
  color: #535353;
  padding: 18px 28px 18px 28px;
  outline: none;
  resize: none;
  margin-bottom: 33px;
}

.feedback-form__radio {
  display: none;
}

.feedback-form__label-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-form__radio-text {
  font-family: "HelveticaNeueCyr";
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
}

.feedback-form__radio-text span {
  color: #2F9666;
}

.feedback-form__file {
  display: none;
}

.feedback-form__file-style {
  display: inline-block;
  position: relative;
  display: inline-block;
  font-family: "HelveticaNeueCyr";
  background-color: transparent;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 16px;
  border: 1px solid #2F9666;
  top: -10px;
  margin-left: 30px;
  cursor: pointer;
}

.feedback-form__radio-custom {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 8px;
}

.feedback-form__radio-custom::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #2F9666;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 100%;
}

.feedback-form__radio:checked + .feedback-form__radio-custom::before {
  opacity: 1;
}

.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  width: 800px;
}

.breadcrumbs-list__item:not(:last-child) {
  color: #2F9666;
}

.breadcrumbs-list__item:last-child {
  color: #1B2327;
}

.breadcrumbs-list__item:after {
  content: '>';
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #535353;
}

.breadcrumbs-list__item:last-child:after {
  content: none;
}

.service-purpose__inner {
  padding-bottom: 22px;
}

.service-purpose-info__img {
  border-radius: 0px 35px;
  margin-bottom: 37px;
}

.service-purpose-info__img img {
  border-radius: 0px 35px;
  width:  100%;
  max-width: 100%;
  height: auto !important;
  max-height: auto !important;

}
.service-purpose-info__img {
  border-radius: 0px 35px;
  margin-bottom: 37px;
  height: 250px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.service-purpose-info__img picture{
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: auto;
}

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

.service-purpose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 540px;
}

.service-purpose-list__item {
  position: relative;
  margin-bottom: 32px;
  padding-left: 28px;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  color: #535353;
}

.service-purpose-list__item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  left: 0;
  top: 4px;
  background-image: url("../img/list-icon.svg");
}

.service-description__inner {
  background-color: #E7EBEF;
  padding-top: 37px;
  padding-bottom: 66px;
}

.service-description__text {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #535353;
  margin-bottom: 48px;
}

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

.service-about__img {
  border-radius: 0px 35px;
  margin-right: 20px;
}

.service-about__img img {
  border-radius: 0px 35px;
}

.service-about-info {
  max-width: 561px;
}

.service-about-info__title {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  max-width: 355px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 35px;
}

.service-about-info__title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #2F9666;
  left: 0;
}

.service-about-info-list__item {
  padding-left: 31px;
  position: relative;
  margin-bottom: 32px;
  padding-left: 28px;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  color: #535353;
  text-align: left !important;
}
.page-template-bankspage  .service__title {
  font-size: 18px;
  min-height: 10px;
}
.page-template-bankspage  .stages-work-list  .more-link {
  display: block;
  height: 53px;
}
.service-about-info-list__item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 15px;
  left: 0;
  top: 4px;
  background-image: url("../img/suc-icon.svg");
}

.service-about-info-list__item:not(:last-child) {
  margin-bottom: 31px;
}

.documents-lists__inner {
  padding-top: 36px;
}

.documents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.documents-list__title {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 22px;
}

.documents-list__item:not(:last-child) {
  margin-bottom: 35px;
}

.documents-list__item {
  font-family: "Akrobat";
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.approaches__inner {
  padding-top: 40px;
  padding-bottom: 62px;
}

.approaches-list {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -20px;
}

.approaches-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 20px;
  max-width: 289px;
}

.approache__img {
  height: 105px;
  margin-bottom: 30px;
  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;
}

.approache__title {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: center;
}

.approache__text {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  color: #535353;
  margin-bottom: 21px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.stages-work-list {
  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: -9px -9px;
}

.stages-work-list__item {
  margin: 9px 9px;
  max-width: 388px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #F7EC8C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 35px;
  padding: 36px 24px 32px 24px;
  text-align: center;
}

.stages-work-list__item-img {
  height: 52px;
  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;
  margin-bottom: 20px;
}

.stages-work-list__item-title {
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.stages-work-list__item-text {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
  max-width: 340px;
}

.stages-work-list__item-text span {
  font-weight: 700;
}

.stages-work-list > .stages-work-list__item:nth-child(1) {
  border-color: #c9e7d9;  /* #F7EC8C */
}

.stages-work-list > .stages-work-list__item:nth-child(2) {
  border-color: #c9e7d9; /* #C9E7D9 */
}

.stages-work-list > .stages-work-list__item:nth-child(3) {
  border-color: #c9e7d9; /* #ACE4EB */
}

.stages-work-list > .stages-work-list__item:nth-child(4) {
  border-color: #c9e7d9; /* #EAD6F3 */
}

.stages-work-list > .stages-work-list__item:nth-child(5) {
  border-color: #c9e7d9; /* #EFC9C9 */
}

.stages-work-list > .stages-work-list__item:nth-child(6) {
  border-color: #c9e7d9; /* #FDE1B7 */
}

.stages-work-list__item:nth-child(1):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(245, 247, 169, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(245, 247, 169, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.stages-work-list__item:nth-child(2):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(201, 231, 217, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(201, 231, 217, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.stages-work-list__item:nth-child(3):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(172, 228, 235, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(172, 228, 235, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.stages-work-list__item:nth-child(4):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(234, 214, 243, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(234, 214, 243, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.stages-work-list__item:nth-child(5):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(239, 201, 201, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(239, 201, 201, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.stages-work-list__item:nth-child(6):hover {
  -webkit-box-shadow: -1px 2px 52px -12px rgba(253, 225, 183, 0.93);
  box-shadow: -1px 2px 52px -12px rgba(253, 225, 183, 0.93);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
  border-right: none;
}

table th:not(:last-child),
table td:not(:last-child) {
  border-right: 5px solid #ffffff;
}

/*Категории*/

table th {
  font-family: Calibri,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1B2327;
  text-transform: uppercase;
}

th {
  text-align: left;
}

.paperwork-th {
  padding-bottom: 22px;
}

.paperwork-th:nth-child(1) {
  padding-left: 22px;
}

.paperwork-th:nth-child(2) {
  padding-left: 25px;
}

.paperwork-th:nth-child(3) {
  padding-left: 46px;
}

.paperwork-th:nth-child(4) {
  padding-left: 28px;
}

.paperwork-td {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
}

.paperwork-td-oc {
  padding-left: 22px;
  padding-right: 22px;
  width: 276px;
}

.paperwork-td-price {
  min-width: 136px;
  padding-left: 25px;
  padding-right: 25px;
}

.paperwork-td-banks {
  padding-left: 46px;
  padding-right: 30px;
  max-width: 524px;
}

.paperwork-td-btn {
  padding: 0px;
}

.paperwork-td-btn-n {
  padding: 0;
}

.paperwork-td-btn-n__link {
  display: block;
  padding: 0;
  padding-bottom: 19px;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  margin-right: 28px;
  margin-left: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.paperwork-table-wrap {
  padding-bottom: 25px;
}

.paperwork-tbody tr:nth-child(2n) {
  background-color: #FFFDE8;
}

.paperwork-tbody tr:nth-child(2n+1) {
  background-color: #EEFFF7;
}

.paperwork-tbody > tr .paperwork-td:first-child {
  color: #535353;
  font-family: Calibri, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}

.price-paperwork .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.price-paperwork .title::before {
  background:  none;
}
.price-paperwork__inner  {
  padding-top: 80px;
}

.price-paperwork-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #EFC9C9;
  border-radius: 0px 10px;
  max-width: 575px;
  padding: 20px 27px 9px 27px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.price-paperwork-warning__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53px;
  height: 53px;
}

.price-paperwork-warning__img img {
  width: 53px;
  height: 53px;
}

.price-paperwork-warning__text {
  max-width: 448px;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
  margin-left: 20px;
}

.price-paperwork-info {
  padding-top: 5px;
  text-align: center;
  max-width: 641px;
  margin: 0 auto;
}

.price-paperwork-info__title {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
  margin-bottom: 21px;
}

.price-paperwork-info__text {
  font-family: Calibri, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #9F9F9F;
}

.menu {
  display: none;
}

.menu-mobile__list {
  left: 0px;
}

.menu__btn {
  display: none;
  position: relative;
  width: 46px;
  height: 43px;
}

.menu-btn--active .menu__btn-line:first-child {
  position: absolute;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-btn--active .menu__btn-line:nth-child(2) {
  position: absolute;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-btn--active .menu__btn-line:last-child {
  display: none;
}

.menu-mobile__list {
  position: absolute;
  padding-top: 40px;
  width: 300px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  z-index: 2;
  background-color: #ffffff;
  color: #1B2327;
  font-family: Roboto;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.menu-mobile__item {
  position: relative;
  border-bottom: 1px solid #E7EBEF;
  margin-bottom: 40px;
  padding-left: 8px;
}
.menu-mobile__item:last-child {
	border-bottom: none;
}
.menu-mobile__item:hover {
  border-bottom: 1px solid #2F9666;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu-mobile__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-mobile__link p {
  padding: 0px;
  padding-bottom: 10px;
  margin-left: 16px;
}

.menu-mobile__list--active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menu__mobile-line {
  display: none;
}

.menu-mobile__list > .header-contacts-adress {
  display: block;
  text-align: center;
}

.menu-mobile__list > .header-contacts-adress::after {
  left: 55px;
}

.menu-mobile__list > .header-contacts {
  display: block;
}

.menu-mobile__list {
  top: 130px;
}

.pum-theme-lightbox .pum-title {
  font-family: "Akrobat" !important;
  font-weight: 900;
  font-size: 23px !important;
}
.pum-theme-lightbox  input {
  font-family: "Akrobat" !important;
  width:  100%;
  height: 52px;
  border:  1px solid #000;
  margin-bottom: 15px;
  padding-left: 15px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pum-theme-lightbox  input[type="submit"] {
  padding-left: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor:  pointer;
  border:  1px solid #2F9666;
  background-color: #fff;
  margin-bottom: 0;
}
.pum-theme-lightbox  input[type="submit"]:hover {
  transition:  all 0.3s ease;
  color:  #fff;
  background-color: #2F9666;
}
.feedback-form__label-file  {
  position: relative;
}
.feedback-form__label-file  .wpcf7-form-control-wrap.file-17 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -16px;
  cursor: pointer;
  opacity: 0;
}
.feedback-form__label-file  .wpcf7-form-control-wrap.file-17 .feedback-form__file {
  display: block;
  height: 49px;
  position: absolute;
  top: 2px;
  width: 124px;
  cursor: pointer;
}
.feedback-form__file-style {
  margin-left: 0;
}
.feedback-form__label-inner {
  margin-bottom: 0;
}
.wpcf7 .ajax-loader {
  display: none;
}
.feedback-form__input {
  width:  339px;
  box-sizing: border-box;
}
.feedback-form__textarea {
  width:  339px;
  box-sizing: border-box;
}
.feedback-order__img {
  top:  -66px;
}


.specbtn {
  width:  293px;
  margin: 0 auto;
}

.special .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special .item {
  width:  288px;
  height: 257px;
  max-width: 24%;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 38px;
  padding-bottom: 61px;
  box-sizing: border-box;
  border:  2px solid #EAD6F3;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 32px;
}

.special .item .itemimg {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special .item img {
  margin-bottom: 18px;
}
.special .item .spec-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
  margin-bottom: 20px;
  text-align: center;
}
.special .item .spec-descr {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  text-align: center;
}




.priceblock .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.priceblock .item {
  width:  388px;
  height: 390px;
  max-width: 32%;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 38px;
  padding-bottom: 61px;
  box-sizing: border-box;
  border:  2px solid #C9E7D9;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 32px;
  text-align: center;
}

.priceblock .item img {
  margin-bottom: 10px;
}
.priceblock .item .spec-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
  margin-bottom: 20px;
}
.priceblock .item .spec-descr {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
}
.priceblock .name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
}

.priceblock .price {
  font-family: "Akrobat";
  color:  #2F9666;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.priceblock a {
  font-family: "Akrobat";
  font-size: 17px;
  text-transform: uppercase;
  width:  187px;
  margin: 0 auto;
}


.plusserv {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  text-align: center;
}
.plusserv a {
  text-decoration: underline;
  color:  #2F9666;
}
.po .flex {
  display: flex;
  justify-content: space-between;
}
.po .item {
  text-align: center;
  width:  235px;
}
.po .item .img {
  height: 164px;
}
.po .item .img img {
  max-height: 100%;
}
.po .item .name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
}
.po .item .descr {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  text-align: center;
  margin-top: 10px;
}
.rayons {
  padding-bottom: 76px;
}
.rayons .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rayons .item {
  width:  288px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  box-sizing: border-box;
  border:  2px solid #C9E7D9;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 15px;
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  font-weight: 400;
  transition:  all 0.3s ease;
}
.rayons .item:hover {
  background-color: #2F9666;
  color:  #fff;
  transition:  all 0.3s ease;
}
.mobphone {
  display: none;
}
.feedback__inner .wpcf7-response-output {
  color:  #fff !important;
}

.accordion__content {
  font-weight: 300;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--color-text-muted);
  transform: translateX(16px);
  transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.accordion__item--active .accordion__content {
  opacity: 1;
  transform: translateX(0px);
  max-height: inherit;
}

.priceblock .accordion .item .name {
  margin-bottom: 15px;

}
.priceblock .accordion .accordion__name {
  width:  100%;
  display: flex;
  padding:  30px 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 2px solid #2f9666;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  justify-content: space-between;
}
.acc-iteme-name {
  display: flex;
  justify-content: space-between;
}
.acc-iteme-name .acc-name-title {
  width:  260px;
}
.acc-iteme-name .accordion__btn {
  width: 40px;
  height: 26px;
  vertical-align: text-bottom;
  border: 1px solid #2F9666;
  background-color: #ead6f3;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  border:  none;
  background:  none;
}
.acc-iteme-name .accordion__btn::before {
  content: '✓';
  position: absolute;
  top: -9px;
  right: -3px;
  display: block;
  font-weight: bold;
  color: #2f9666;
  font-size: 24px;
  opacity: 0;
  display: none;
}
.acc-iteme-name .accordion__btn img {
  width: 100%;
  transition: all 0.3s ease;
  transform: scale(1.0);
}
.acc-iteme-name .accordion__btn:hover img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.acc-iteme-name .accordion__btn.active::before {

  opacity: 1;
}
.acc-item-popup a {
  position: relative;
  padding: 17px 42px;
  background-color: #2F9666;
  border-radius: 0px 10px;
  border: 1px solid transparent;
  color: #fff;
}

.accordion__content .item .img-wrap {
  height: 190px;
  width:  100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion__content .item .img-wrap img {
  min-height: 190px;
}

.page-template-pomosh .partners-slider {
  padding-bottom: 0;
}
.page-template-pomosh .feedback__inner {
  padding-top: 0;
}
.page-template-pomosh .feedback-form__textarea {
  height: 286px;
}
.page-template-pomosh .feedback-order__img {
  top:  auto;
  bottom:  0px;
}
.arrow-top {
	display: none;
}
/*.text-261 {
  display: block;
  overflow: hidden;
  height: 0;
}*/

.page-template-singleservicesnew .service-description__text {
  text-align: justify;
}
.page-template-singleservicesnew .service-description__text ul {
  width:  100%;
  padding:  0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.page-template-singleservicesnew .service-description__text li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 28px;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  width: 45%;
  box-sizing: border-box;
  color: #535353;
}
.page-template-singleservicesnew .service-description__text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 35px;
  line-height: 57px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 39px;
  color:  #000;
}
.page-template-singleservicesnew .service-description__text h2::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/title-icon.svg) no-repeat 100% 100%;
  mask: url(../img/title-icon.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #2F9666;
  width: 148px;
  height: 15px;
  bottom: 0;
}
.page-template-singleservicesnew .service-description__text li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  left: 0;
  top: 4px;
  background-image: url(../img/list-icon.svg);
}
.post-template-singleblog-php .service-description__text {
  text-align: justify;
}
.post-template-singleblog-php .service-description__text ul {
  width:  100%;
  padding:  0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.post-template-singleblog-php .service-description__text li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 28px;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  width: 45%;
  box-sizing: border-box;
  color: #535353;
}
.post-template-singleblog-php .service-description__text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 35px;
  line-height: 57px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 39px;
  color:  #000;
}
.post-template-singleblog-php .service-description__text h2::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/title-icon.svg) no-repeat 100% 100%;
  mask: url(../img/title-icon.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #2F9666;
  width: 148px;
  height: 15px;
  bottom: 0;
}
.post-template-singleblog-php .service-description__text li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  left: 0;
  top: 4px;
  background-image: url(../img/list-icon.svg);
}
.page-template-jk-single .wtb tr td:nth-child(2) {
  min-width: 674px;
}
#toTop {
  width: 58px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 55px;
  right: 31px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  width: 38px;
  color: #fff;
  background: #2f9666;
  padding-top: 9px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 999;
}
.price-paperwork__inner {
  padding-top: 40px;
}
@media (max-width: 1232px) {
  .banks-list__item {
    width: 344px;
  }
}

@media (max-width: 1230px) {
  .stages-work-list__item {
    max-width: 340px;
  }
}

@media (max-width: 1210px) {
  .certificates-list {
    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-bottom: 38px;
    margin: 0 -10px;
    max-width: 700px;
    margin: 0 auto;
  }

  .certificates-list__item {
    margin: 0 10px;
    margin-bottom: 24px;
  }

  .certificates-list__link {
    display: block;
    padding: 10px 10px 9px 10px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 1208px) {
  .services-list {
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1204px) {
  .feedback__title {
    margin-bottom: 50px;
  }

  .feedback-form__label-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedback-form__textarea {
    margin-top: 8px;
    max-width: 473.86px;
  }

  .feedback-order {
    max-width: 570px;
    margin: 0 auto;
    padding-bottom: 125px;
  }

  .feedback-order__img {
    display: none;
  }

  .feedback-form__submit {
    display: block;
    padding: 18px 93px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media (max-width: 1102px) {
  .contacts-list {
    display: none;
  }
}

@media (max-width: 1100px) {
  .banks-list__item {
    width: 300px;
  }
}

@media (max-width: 1086px) {
  .stages-work-list__item {
    max-width: 318px;
  }
}

@media (max-width: 1022px) {
  .stages-work-list {
    max-width: 770px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .service-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-about__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 1020px) {
  .footer-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }

  .footer-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-list__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1016px) {
  .approaches-list__item {
    max-width: 240px;
  }

  .approaches-list__item {
    max-width: 200px;
  }
}
.certificates-list__item img {
  width:  160px;
}
@media (max-width: 968px) {
  .banks-list__item {
    width: 240px;
  }
}
.tabpopbtn {
  border: 1px solid #2F9666;
  border-radius: 0px 10px;
  background-color: #2F9666;
  color:  #fff;
  display: block;
  padding: 0;
  padding-bottom: 19px;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
  margin-right: 28px;
  margin-left: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (max-width: 894px) {
  .publication-preview-info__link,
  .publication-preview-info__title {
    text-decoration: underline;
  }
  .breadcrumbs a {
    text-decoration: underline;
  }
  .phone-list__link {
    font-weight: bold;
  }
  .page-template-singleservices .documents-list {
    padding-left: 0;
  }
  .navmobile li.menu-item-has-children {
    position: relative;
  }
  .navmobile li.menu-item-has-children:after {
    content: "+";
    display: block;
    position: absolute;
    top: -18px;
    right: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
  }
  .navmobile li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
  #toTop {
    display: none !important;
  }
  .page-template-jk-single .wtb tr td:nth-child(2) {
    min-width: auto;
  }
  .post-template-singleblog-php .service-description__text li,
  .page-template-singleservicesnew .service-description__text li {
    width:  100%;
  }
  .main {
    margin-top: 50px;
  }
  .menu-mobile__item.menu-item-has-children span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    font-size: 18px;
    background: #fff;
    text-align: center;
    cursor: pointer;
  }
  .sub-menu li {
    margin-bottom: 0;
    padding: 5px 8px;
  }
  .priceblock .accordion .accordion__name {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .acc-iteme-name {
    margin-bottom: 10px;
  }

  .acc-item-price {
    margin-bottom: 20px
  }
  .menu-mobile__list.menu-mobile__list--active .phone-list.phone-list-mobile {
    padding-left: 5px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .menu-mobile__list.menu-mobile__list--active .phone-list.phone-list-mobile::before {
    display: none;
  }
  .phone-list.phone-list-mobile > .phone-list__item {
    display: none;
  }
  .sub-menu {
   display: none;
 }
 .mobphone {
  display: block;
  text-align: center
}
.pum-content.popmake-content .phone-list__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.pum-content.popmake-content .phone-list__item br {
  display: none;
}
.pum-content.popmake-content .phone-list {
  padding-left: 0;
  max-width: 100%;
}
.pum-content.popmake-content .phone-list::before {
  display: none;
}
.pum-content.popmake-content .phone-list .phone-list__item::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 19px;
  background-image: url(../img/phone-icon.svg);
  background-repeat: no-repeat;
  left: 0;
}

.mobphone img {
  width: 26px;
  transform: rotate(180deg);
}
.header-bottom-list {
  display: none;
}

.btn-feedback {
  order: 3;
  padding: 0;
}

.btn-feedback-footer {
  display: block;
}

.header__inner {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-list__link:hover {
  color: #1B2327 !important;
}

.menu {
  display: block;
}

.wrapper {
  padding-top: 80px;
}

.footer-top {
  display: none;
}

.address {
  display: none;
}

.header-bottom {
  display: none;
}

.header__inner::after {
  background: none;
}

.footer-bottom__inner::after {
  background: none;
}

.menu__list {
  display: none;
}

.menu__btn {
  display: block;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.menu__btn-line {
  background: #1B2327;
  border-radius: 3px;
  height: 3px;
  width: 34px;
  margin: 8px 0;
}

.menu__mobile-line {
  display: block;
  width: 420px;
  margin: 0 auto;
}

.menu-mobile__linewrapper {
  text-align: center;
  display: block;
  background: #F0F0F4;
  padding: 15px 0px 15px 10px;
  overflow-x: scroll;
}

.menu__item {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.header-bottom {
  display: none;
}

.header-top {
  padding-bottom: 0px;
  flex-wrap: wrap;
}

.header {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.header-contacts-phone {
  font-size: 20px;
}

.header-contacts__inner {
  text-align: center;
  padding-bottom: 20px;
}

.menu-mobile__list {
  overflow-y: auto;
}

.menu-mobile__list {
  display: block;
  height: calc(100vh - 90px);
  left: 0;
}

.phone-list {
  order: 2;
  width: 60%;
  padding-left: 0;
}
.phone-list::before, .phone-list .phone-list__worktime, .phone-list li:not(:nth-child(3)) {
 display: none;
}

.phone-list-footer {
  display: block;
}

.header-service-list {
  display: none;
}

.header-service-list-footer {
  display: block;
}
.arrow-top {
 display: block;
 position: fixed;
 width: 50px;
 height: 50px;
 padding: 5px;
 left: 20px;
 bottom: 60px;
 border-radius: 50%;
 background: #fff;
 box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12);
}
.arrow-top a {
 display: block;
 width: 100%;
 height: 100%;
}
.arrow-top img {
 transform: rotate(180deg);
}
}

@media (max-width: 862px) {
  .acc-iteme-name .accordion__btn img {
    width:  31px;
    min-width:  31px;
    height: 29px;
  }
  .appraisal-list {
    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;
    max-width: 541px;
    margin: 0 -35px;
    margin: 0 auto;
  }

  .appraisal-list__item {
    margin: 0 35px;
  }

  .appraisal-list__item:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 75px;
  }
}

@media (max-width: 830px) {
  .hero__inner {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

@media (max-width: 828px) {
  .breadcrumbs {
    overflow-x: scroll;
  }
}

@media (max-width: 818px) {
  .publication-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .publishing-preview-list__item {
    max-width: 500px;
    margin: 0 auto;
  }

  .publishing-preview-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.jkwrap .items {
  display: flex;
  flex-wrap: wrap;
}
.jkwrap .items .left {
  background-color: #f7f7f7;
  padding:  40px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  font-family: Calibri,sans-serif;
  font-size: 18px;
}
.jkwrap .items .left .name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.jkwrap .items .left li {
  margin-bottom: 10px;
}
.jkwrap .items .left,
.jkwrap .items .right {
  width:  50%;
  box-sizing: border-box;
}
.jkwrap .items .right {
  position: relative;
}
.jkwrap .items:nth-child(odd) .right {
  order: 1;
}
.jkwrap .items:nth-child(odd) .left {
  order:  2;
}
.jkwrap .items .right .owl-carousel  {
  height: 100%;
}
.jkwrap .items .right .owl-nav {
  position: absolute;
  top:  50%;
  width:  100%;
}
.jkwrap .items .right .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #fff;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  margin-top: -30px;
  color:  #000 !important;
}
.jkwrap .items .right .owl-nav .owl-next {
  color:  #000 !important;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #fff;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  margin-top: -30px;
}

.jkwrap .items .right .img-wrap {
  width:  100%;
  height: 525px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-jk-single .video {
  margin-top: 40px;
}
.page-template-jk-single .video .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: center;
}
.page-template-jk-single .video .title::before {
  background: none;
}
.page-template-jk-single .video .vidwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jkwrap .items .right img {
  width:  100%;
  height: fit-content;
  display: flex;
}
.page-template-single-rayon-php .price-paperwork td {
 font-family: Calibri, sans-serif; 
 padding: 15px 10px;
 font-weight: 500;
 font-size: 18px;
}
@media (max-width: 788px) {
  .hero-slider .swiper-wrapper .swiper-slide:nth-child(3) .hero__inner {
    background-image: url(../img/bm.jpg) !important;
  }
  .jkwrap .items .right img {
    height: inherit;
  }
  .banks-list__item {
    width: 220px;
  }

  .jkwrap .items {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .jkwrap .items .left,
  .jkwrap .items .right {
    width:  100%;
  }
  .jkwrap .items .right {
    order:  1;
  }
  .jkwrap .items .left {
    order:  2;
  }
}
.breadcrumbs {
  font-family: "HelveticaNeueCyr";
  font-family: Calibri,sans-serif;
  font-size: 18px;
}
.breadcrumbs a {
  color:  #2F9666;
}

.just-content {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
  padding-top: 60px;
  padding-bottom: 60px;
}
.just-content p {
  margin-bottom: 15px;

}
.page-template-default  .just-content {
  padding-top: 0;
}
.page-id-1083  .just-content img {
  float:  left;
  margin-right: 15px;
}
.error404 .just-content .container {
  text-align: center;
}
.error404  img {
  max-width: 100%;

}
.error404  p {
 width: 534px;
 max-width: 100%;
 margin: 0 auto;
 font-size: 22px;
 margin-top: 20px;
 margin-bottom: 20px;
}
.error404  .just-content a {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border: 1px solid #2F9666;
  border-radius: 0px 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width:  216px;
  margin:  0 auto;
}
.error404  .just-content a:hover {
  color: #ffffff;
  background-color: #2F9666;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

}
.stages-work-list__item .postswrap {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.archive .stages-work-list__item .service__title{
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.service-description__text {
		text-align: left;
	}
  .logo__title {
    max-width: 200px;
    font-size: 13px;
  }
  .service-list__item-name {
    margin-right: 5px;
    max-width: 150px;
  }
  .service-list__item-price {
    width:  130px;
    text-align: center;
    justify-content: center;
  }
  .page-id-1083  .just-content img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .btn__link {
    padding:  17px 12px;
  }
  .title {
    font-size: 31px;
    line-height: 38px;
  }
  .feedback-order {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 33px;
    margin-left: 15px;
  }
  .feedback-order .wpcf7 {
    max-width: 100%;
    box-sizing: border-box;
  }
  .feedback-order  .feedback-form__file-style {
    margin-left: 0 !important;
  }
  .feedback-form__label {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .feedback-order  .feedback-form__radio-custom {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 8px;
  }
  .feedback-form__submit {
    bottom:  40px;
  }
  .paperwork-td {
    width: 100% !important;
    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;
  }

  table tr {
    border: 1px solid #E7EBEF;
    padding: 10px;
  }

  table td:not(:last-child),
  table th:not(:last-child) {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
  }

  table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
  }

  .paperwork-td-banks {
    padding-left: 25px;
    max-width: 100%;
  }

  .paperwork-td-oc {
    padding-left: 25px;
  }

  .paperwork-td-btn {
    padding-left: 25px;
  }

  .paperwork-tbody > tr .paperwork-td:first-child {
    font-weight: normal;
  }
}

@media (max-width: 744px) {
  .swiper-slide > .banks-list {
    max-width: 300px;
    margin: 0 auto;
  }

  .swiper-slide > .banks-list > li {
    width: 300px;
  }
}

@media (max-width: 742px) {
  .banks-list {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 726px) {
  .hero__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 702px) {
  .stages-work-list {
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .service-purpose-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 692px) {
  .approaches-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .approaches-list__item {
    max-width: 290px;
    margin-bottom: 40px;
  }
}

@media (max-width: 662px) {
  .hero__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 632px) {
  .certificates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 38px;
    margin: 0 -10px;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 618px) {
  .price-paperwork-warning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 606px) {
  .feedback-form__label:first-child {
    margin-right: 0;
  }

  .feedback-form__input {
    width: 100%;
  }

  .feedback-form__textarea {
    width: 100%;
  }

  .feedback-order {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 49px;
  }
}

@media (max-width: 570px) {
  .about-video__video > iframe {
    height: 300px;
  }
  .banks-list__item {
   width: calc(50% - 18px);
 }
 .certificates-list__item {
   width: calc(50% - 20px);
 }
 .banks-list__link img {
   max-width: 100%;
   display: block;
 }
 .banks-list__link {
   padding: 10px;
 }
}

@media (max-width: 564px) {
  .footer-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 344px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .footer-list__item:nth-child(3) {
    position: relative;
    right: -14px;
    max-width: 185px;
  }

  .footer-list__item:nth-child(2) {
    position: relative;
    left: 18px;
  }

  .logo-footer {
    display: none;
  }

  .header-service-list-footer {
    margin: 0;
  }

  .btn-feedback-footer {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .feedback-form__radio-text {
    max-width: 300px;
  }

  
  .footer .phone-list {
    display: block;
  }
}

@media (max-width: 553px) {
  .publication-preview-info__title {
    line-height: 30px;
    margin-bottom: 18px;
  }
}

@media (max-width: 548px) {
  .hero__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .hero-info__title {
    display: block;
    width: 371px;
  }
}

@media (max-width: 538px) {
  .appraisal-list {
    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;
    max-width: 341px;
    margin: 0 -20px;
    margin: 0 auto;
  }

  .appraisal-list__item {
    margin: 0 20px;
  }

  .appraisal-list__item:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 75px;
  }
}

@media (max-width: 508px) {
  .banks-list {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .paperwork-td {
    text-align: justify;
    margin-bottom: 10px;
  }
  .phone-list {
   width: auto;
 }
}

@media (max-width: 431px) {
  .feedback-form__input {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 18px;
  }

  .feedback-form__textarea {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 430px) {
  .certificates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 38px;
    margin: 0 -10px;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 424px) {
	.menu-mobile__list {
		top: 115px;
	}
  .service-list__item-name {
    margin-right: 5px;
    max-width: 150px;
  }
  .service-list__item-price {
    width:  140px;
    text-align: center;
    justify-content: center;
  }

  .services-list__item {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-top .logo {
   max-width: 85%;
 }
 .logo__img {
   width: 70px;
   min-width: 70px;
 }
 .logo__title {
   margin-left: 10px;
 }
 .main {
  margin-top: 25px;
}
}

@media (max-width: 402px) {
  .hero__inner {
    padding-top: 40px;
    padding-bottom: 190px;
  }

  .hero-info__title {
    display: block;
    width: 311px;
  }
}

@media (max-width: 400px) {
  .feedback-form__input {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 18px;
  }

  .feedback-form__textarea {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .feedback-form__label-radio {
    max-width: 220px;
    margin: 0 auto;
  }

  .feedback-form__radio-text {
    max-width: 200px;
  }

  .feedback-form__submit {
    padding-right: 40px;
    padding-left: 40px;
  }

  .feedback-form__file-style {
    margin-left: 60px;
  }

  .appraisal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 241px;
    margin: 0 -20px;
    margin: 0 auto;
  }

  .appraisal-list__item {
    margin: 0 20px;
  }

  .appraisal-list__item:not(:last-child) {
    margin-bottom: 75px;
  }
}

@media (max-width: 381px) {
  .logo__title {
    max-width: 200px;
    font-size: 13px;
    margin-left: 10px;
  }
  
}

@media (max-width: 375px) {
  .hero-info__title {
    display: block;
    width: 100%;
  }
  .swiper-slide-hero {
   padding-right: 0;
 }
 .hero-info__title {
   font-size: 35px;
 }

 .logo__title {
  font-size: 12px;
}
.logo__img {
  width: 70px;
  min-width: 70px;
}
}

@media (max-width: 371px) {
  .services-list__item {
    padding: 15px;
  }
}
@media (max-width: 355px) {
	
	.logo__title {
		font-size: 11px;
	}
	.logo__img {
		width: 60px;
		min-width: 60px;
	}
	.header-top .logo {
		max-width: 80%;
	}
	.btn-feedback__link {
		padding: 10px;
	}
	.phone-list {
		font-size: 14px;
	}
}
@media (max-width: 340px) {
  .services-list__item {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-info__title {
    display: block;
    width: 280px;
  }

  .service-list__item-name {
    max-width: 120px;
  }
}


.rayons {
  padding-bottom: 76px;
}
.rayons .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rayons .item {
  width:  288px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  box-sizing: border-box;
  border:  2px solid #C9E7D9;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 15px;
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  font-weight: 400;
  transition:  all 0.3s ease;
}
.rayons .item:hover {
  background-color: #2F9666;
  color:  #fff;
  transition:  all 0.3s ease;
}



.specbtn {
  width:  293px;
  margin: 0 auto;
}

.special .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special .item {
  width:  288px;
  height: 257px;
  max-width: 24%;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 38px;
  padding-bottom: 61px;
  box-sizing: border-box;
  border:  2px solid #EAD6F3;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 32px;
}

.special .item img {
  margin-bottom: 18px;
}
.special .item .spec-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
  margin-bottom: 20px;
}
.special .item .spec-descr {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
}



.priceblock .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.priceblock .item {
  width:  388px;
  height: 450px;
  max-width: 32%;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 38px;
  padding-bottom: 61px;
  box-sizing: border-box;
  border:  2px solid #C9E7D9;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 32px;
  text-align: center;
}

.priceblock .item img {
  margin-bottom: 10px;
}
.priceblock .item .spec-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
  margin-bottom: 20px;
}
.priceblock .item .spec-descr {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
}
.priceblock .name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
}

.priceblock .price {
  font-family: "Akrobat";
  color:  #2F9666;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.priceblock a {
  font-family: "Akrobat";
  font-size: 17px;
  text-transform: uppercase;
  width:  187px;
  margin: 0 auto;
  margin-bottom: 15px;  
  padding-top: 10px;
  padding-bottom: 10px;
}

.priceblock .btnwraps {
  height:   142px;
  display: flex;  
  flex-direction: column;
  align-items: center;  
  justify-content:  start;
  margin-top: 40px; 
}
.priceblock .btnwraps .readmorebtn {
  position: relative;
  padding: 17px 42px;
  background-color: #2F9666;
  border-radius: 0px 10px;
  border: 1px solid transparent;
  color: #fff;
  order:  2;
  padding-top: 10px;
  padding-bottom: 10px;

}
.priceblock .btnwraps .readmorebtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.103);
  border-radius: 0px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.priceblock .btnwraps .readmorebtn:hover::before {
  width: 100%;
}

.plusserv {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  text-align: center;
}
.plusserv a {
  text-decoration: underline;
  color:  #2F9666;
}
.po .flex {
  display: flex;
  justify-content: space-between;
}
.po .item {
  text-align: center;
  width:  235px;
}
.po .item .name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Akrobat";
}
.po .item .descr {
  font-family: 'Calibri';
  font-size: 18px;
  color: #535353;
  text-align: center;
  margin-top: 10px;
}
.single-banks  .paperwork-table tr {
  margin-bottom: 10px;

}
.single-banks  .paperwork-table td {
  padding:  25px;
}
.single-banks  .price-paperwork-info__text {
  margin-bottom: 15px;
}

.single-banks  .service-purpose-list h3 {
  font-family: Calibri, sans-serif;
  font-size: 23px;
  line-height: 26px;
}
.single-banks  .service-description p span {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color:  #535353;
}

.g1 p {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color:  #535353;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-id-19 .service-about-info__title {
  margin-bottom: 10px;
}

.page-id-19 .service-about-info-list__item:not(:last-child) {
  margin-bottom: 5px;
}


.page-id-19 .service-about__img {
  min-width: 50%;
  box-sizing: border-box;
}

.page-id-19 .service-purpose-lists .doxwrap {
  min-width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.page-id-19 .service-about-info-list__item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  left: 0;
  top: 4px;
  background-image: url("../img/list-icon.svg") !important;
}

.page-id-19 .service-purpose-lists.flex .service-about-info-list {
  width:  48%;
}
.page-id-19 .service-about-info-list h3 {
  margin-top: 0;
} 
.page-id-19 h3 p {
  text-align: center;
  font-family: "Akrobat";
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  color:  #000;
  text-transform: uppercase;
}
.page-id-19 .line {
  height: 2px;
  width:  100%;
  display: block;
  background: #2F9666;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-pomosh  .paperwork-td-btn {
  min-width: 250px;
}
.page-template-pomosh  .wtb tr td:nth-child(2) {
  min-width: 674px;
}
.contactsflex {
  display: flex;
  justify-content: space-between;
}
.contactsflex .left,
.contactsflex .right {
  width:  48%;
}

.finfo {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
}

.finfo p {
  margin-bottom: 15px;
}

.finfo .service-about__img {
  min-width: 50%;
  box-sizing: border-box;
  max-width: 50%;
  margin-right: 0;
}

.finfo .service-about__img {
  border-radius: 0px 35px;
  margin-right: 0px;
  max-height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finfo .service-about__img img {
  max-height: 320px;
}
.finfo2 {
  margin-top: 25px;
}
.finfo2 .service-about__img {
  max-height: 400px;
}
.finfo2 .infotxt {
  padding-right: 20px;
}
.finfo2 .infotxt a {
  color:  #2F9666;
}
.klserv {
  padding-top: 50px;
}
.finfo h3,
.klserv h3 {
  font-family: "Akrobat";
  text-transform: uppercase;  
  color:  #000;
}
.klserv p.descr {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #535353;
  margin-top: 0;
}
.kolserv .service-about-info {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  box-sizing: border-box;
}
.kolserv .service-about-info h3 {
  font-family: "Akrobat";
  text-transform: uppercase;
}
.catblock .flex  {
  justify-content: center;
}
.catblock .flex  .item{
  width:  366px;
  margin: 15px;
}
.catblock .item .img {
  width:  304px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 20px;
}
.catblock .item .img img  {
  display: flex;
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.page-template-pomosh .price-paperwork__inner {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .header-bottom-list__link::before {
    display: none !important;
  }
  .kolserv .service-about-info,
  .finfo .service-about__img {
    max-width: 100%;
    width:  100%;
  }
  .rayons .item {
    margin:  0 auto;
    margin-bottom: 15px;
  }
  .rayons .flex {
    justify-content: center;
  }
  .page-id-19 .service-purpose-lists .doxwrap {
    max-width: 100%;
    width:  100%;
  }
  .page-id-19 .service-purpose-lists.flex .service-about-info-list {
    width:  100%;
  }
  .page-template-pomosh .wtb tr td:nth-child(2) {
    min-width: auto;
  }
  .page-template-pomosh .title {
    text-align: center;
  }
  .special .flex {
    align-items: center;
    justify-content: center;
  }
  .special .item {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .priceblock .item {
    max-width: 100%;
  }
  .po .flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
  }

  .contactsflex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .contactsflex .left,
  .contactsflex .right {
    width:  100%;
  }
  .publication-preview > picture {
    margin:  0 auto;
    margin-top: 20px;
  }
}